diff --git a/docs/storybook/iframe.html b/docs/storybook/iframe.html index 3f205fc97..948d73f34 100644 --- a/docs/storybook/iframe.html +++ b/docs/storybook/iframe.html @@ -155,4 +155,4 @@ - window['FEATURES'] = {"postcss":true}; \ No newline at end of file + window['FEATURES'] = {"postcss":true}; \ No newline at end of file diff --git a/docs/storybook/main.734cca1e.iframe.bundle.js b/docs/storybook/main.23dc636c.iframe.bundle.js similarity index 69% rename from docs/storybook/main.734cca1e.iframe.bundle.js rename to docs/storybook/main.23dc636c.iframe.bundle.js index c47107035..4bb1b7caf 100644 --- a/docs/storybook/main.734cca1e.iframe.bundle.js +++ b/docs/storybook/main.23dc636c.iframe.bundle.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{100:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Title}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Title(_ref){var _webexComponentClasse3,children=_ref.children,className=_ref.className,style=_ref.style,type=_ref.type,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("title",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3)),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("h5",{className:cssClasses,style:style,children:children})}Title.displayName="Title",Title.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),type:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["section","subsection"])},Title.defaultProps={className:"",style:{},type:"section"},Title.__docgenInfo={description:"Displays a title\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} props.className Additional className for the component\n@param {string} props.style Inline style for the component\n@param {'section'|'subsection'} [props.type='section'] The type of the title\n@returns {object} JSX of the element",methods:[],displayName:"Title",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},type:{defaultValue:{value:"'section'",computed:!1},type:{name:"enum",value:[{value:"'section'",computed:!1},{value:"'subsection'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Title/Title.jsx"]={name:"Title",docgenInfo:Title.__docgenInfo,path:"src/components/generic/Title/Title.jsx"})},102:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingControl}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(29),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(13),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(6),_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(96),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(41),_inputs_Dropdown_Dropdown__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(316),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2),controlTypeToButtonType={JOIN:"join",CANCEL:"cancel",CLOSE:"ghost",BUTTON:"default",TOGGLE:"toggle"};function renderDropdown(sc,action,display,style,tabIndex){var options=display.options,noOptionsMessage=display.noOptionsMessage,selected=display.selected,tooltip=display.tooltip,hint=display.hint;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_inputs_Dropdown_Dropdown__WEBPACK_IMPORTED_MODULE_9__.a,{className:sc("control-select"),style:style,value:selected||"",onChange:function onChange(id){return action(id)},options:0===(null==options?void 0:options.length)?[{value:"",label:noOptionsMessage}]:options,disabled:!(null!=options&&options.length),tooltip:tooltip,ariaLabel:hint,tabIndex:tabIndex})}function WebexMeetingControl(_ref){var output,asItem=_ref.asItem,autoFocus=_ref.autoFocus,className=_ref.className,meetingID=_ref.meetingID,showText=_ref.showText,style=_ref.style,tabIndex=_ref.tabIndex,type=_ref.type,_useMeetingControl=Object(_hooks__WEBPACK_IMPORTED_MODULE_6__.k)(type,meetingID),_useMeetingControl2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMeetingControl,2),action=_useMeetingControl2[0],display=_useMeetingControl2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("meeting-control",className,{"as-item":asItem}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return output=display&&0!==Object.keys(display).length?"MULTISELECT"===display.type?renderDropdown(sc,action,display,style,tabIndex):function renderButton(sc,action,display,style,showText,asItem,autoFocus,tabIndex){var icon=display.icon,type=display.type,text=display.text,tooltip=display.tooltip,hint=display.hint,isDisabled=display.state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.c.DISABLED,isActive=display.state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.c.ACTIVE;return asItem?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__.a,{type:"ghost",style:style,size:24,className:sc("as-item"),tooltip:tooltip,ariaLabel:hint||text,children:[icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__.a,{name:icon,size:14,className:sc("item-button-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("span",{className:sc("item-button-text"),children:text})]}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__.a,{className:sc("control-button"),type:controlTypeToButtonType[type]||"default",size:48,isDisabled:isDisabled,onClick:action,ariaLabel:hint||text,pressed:isActive&&"TOGGLE"===type,tooltip:tooltip,autoFocus:autoFocus,tabIndex:tabIndex,children:[icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__.a,{name:icon,size:24}),(showText||!icon)&&text&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("span",{className:sc("button-text"),children:text})]})}(sc,action,display,style,showText,asItem,autoFocus,tabIndex):"",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:cssClasses,children:output})}renderDropdown.displayName="renderDropdown",WebexMeetingControl.displayName="WebexMeetingControl",WebexMeetingControl.propTypes={asItem:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,autoFocus:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,showText:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,type:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired},WebexMeetingControl.defaultProps={asItem:!1,autoFocus:!1,className:"",showText:!0,style:void 0,tabIndex:0},WebexMeetingControl.__docgenInfo={description:"WebexMeetingControl component represents an action that can\nbe taken in a meeting.\n\n@param {object} props Data passed to the component\n@param {boolean} [props.asItem=false] Render control as an itemin a list\n@param {boolean} [props.autoFocus=false] Flag indicating if the control should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {boolean} [props.showText=true] Flag that indicates whether to display text on control buttons\n@param {object} [props.style] Custom style to apply\n@param {number} props.tabIndex Value of the tabIndex attribute\n@param {string} props.type Name of the control as defined in adapter\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingControl",props:{asItem:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},showText:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""},type:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingControl/WebexMeetingControl.jsx"]={name:"WebexMeetingControl",docgenInfo:WebexMeetingControl.__docgenInfo,path:"src/components/WebexMeetingControl/WebexMeetingControl.jsx"})},1121:function(module,exports,__webpack_require__){var api=__webpack_require__(1122),content=__webpack_require__(1123);"string"==typeof(content=content.__esModule?content.default:content)&&(content=[[module.i,content,""]]);var options={insert:"head",singleton:!1};api(content,options);module.exports=content.locals||{}},1123:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(600),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(47),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1__),_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(601),_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2__),_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(602),_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3__),_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(603),_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4__),_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(604),_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5__),_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(605),_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6__),_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(606),_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7__),_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(607),_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8__),_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(608),_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9__),_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(609),_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10__),_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(610),_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11__),_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(611),_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12__),_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(612),_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13__),_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(613),_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14__),_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(614),_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15__),_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(615),_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16__),_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(616),_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17__),_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(617),_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18___default=__webpack_require__.n(_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18__),_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(618),_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19___default=__webpack_require__.n(_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19__),_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(619),_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20__),_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21__=__webpack_require__(620),_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21__),_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22__=__webpack_require__(621),_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22__),_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23__=__webpack_require__(622),_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23__),_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24__=__webpack_require__(623),_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24__),_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25__=__webpack_require__(624),_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25__),_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26__=__webpack_require__(625),_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26__),_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27__=__webpack_require__(626),_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27__),_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28__=__webpack_require__(627),_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28___default=__webpack_require__.n(_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28__),_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29__=__webpack_require__(628),_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29___default=__webpack_require__.n(_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29__),_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30__=__webpack_require__(629),_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30___default=__webpack_require__.n(_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30__),_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31__=__webpack_require__(630),_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31___default=__webpack_require__.n(_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31__),___CSS_LOADER_EXPORT___=_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(!0),___CSS_LOADER_URL_REPLACEMENT_0___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2___default.a),___CSS_LOADER_URL_REPLACEMENT_1___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3___default.a),___CSS_LOADER_URL_REPLACEMENT_2___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4___default.a),___CSS_LOADER_URL_REPLACEMENT_3___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5___default.a),___CSS_LOADER_URL_REPLACEMENT_4___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6___default.a),___CSS_LOADER_URL_REPLACEMENT_5___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7___default.a),___CSS_LOADER_URL_REPLACEMENT_6___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8___default.a),___CSS_LOADER_URL_REPLACEMENT_7___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9___default.a),___CSS_LOADER_URL_REPLACEMENT_8___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10___default.a),___CSS_LOADER_URL_REPLACEMENT_9___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11___default.a),___CSS_LOADER_URL_REPLACEMENT_10___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12___default.a),___CSS_LOADER_URL_REPLACEMENT_11___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13___default.a),___CSS_LOADER_URL_REPLACEMENT_12___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14___default.a),___CSS_LOADER_URL_REPLACEMENT_13___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15___default.a),___CSS_LOADER_URL_REPLACEMENT_14___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16___default.a),___CSS_LOADER_URL_REPLACEMENT_15___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17___default.a),___CSS_LOADER_URL_REPLACEMENT_16___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18___default.a),___CSS_LOADER_URL_REPLACEMENT_17___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19___default.a),___CSS_LOADER_URL_REPLACEMENT_18___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20___default.a),___CSS_LOADER_URL_REPLACEMENT_19___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21___default.a),___CSS_LOADER_URL_REPLACEMENT_20___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22___default.a),___CSS_LOADER_URL_REPLACEMENT_21___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23___default.a),___CSS_LOADER_URL_REPLACEMENT_22___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24___default.a),___CSS_LOADER_URL_REPLACEMENT_23___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25___default.a),___CSS_LOADER_URL_REPLACEMENT_24___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26___default.a),___CSS_LOADER_URL_REPLACEMENT_25___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27___default.a),___CSS_LOADER_URL_REPLACEMENT_26___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28___default.a),___CSS_LOADER_URL_REPLACEMENT_27___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29___default.a),___CSS_LOADER_URL_REPLACEMENT_28___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30___default.a),___CSS_LOADER_URL_REPLACEMENT_29___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31___default.a);___CSS_LOADER_EXPORT___.push([module.i,"@font-face{font-family:'CiscoSansTT Thin';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_0___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_1___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Thin Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_2___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_3___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Extra Light';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_4___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_5___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Extra Light Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_6___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_7___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Light';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_8___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_9___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Light Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_10___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_11___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Regular';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_12___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_13___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Regular Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_14___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_15___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Medium';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_16___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_17___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Bold';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_18___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_19___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Bold Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_20___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_21___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Heavy';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_22___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_23___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Heavy Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_24___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_25___+') format("woff");font-display:fallback}.wxc-theme-dark,.md-theme-darkWebex,:root{--wxc-browser-color-scheme: dark;--wxc-loading-logo--url: url('+___CSS_LOADER_URL_REPLACEMENT_26___+");--wxc-loading-logo--size: 11.6875rem;--wxc-auth-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_27___+");--wxc-text-color: rgba(255,255,255,0.95);--wxc-secondary-text-color: rgba(255,255,255,0.7);--wxc-warning-color: #F2990A;--wxc-error-color: #FC8B98;--wxc-muted-color: #F55868;--wxc-speaking-color: #3CC29A;--wxc-primary-background: linear-gradient(#1A1A1A, #0F0F0F);--wxc-secondary-background: linear-gradient(#262626, #0F0F0F);--wxc-video-background: rgba(255,255,255,0.05);--wxc-secondary-video-background: #0F0F0F;--wxc-meeting-border: 1px solid rgba(255,255,255,0.3);--wxc-box-shadow: none;--wxc-focus-box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-person-status--active-color: #3CC29A;--wxc-person-status--dnd-color: #F55868;--wxc-person-status--in-a-meeting-color: #FFBE4F;--wxc-person-status--away-color: #ADADAD;--wxc-badge-background: #0F0F0F;--wxc-badge-border: 0.06rem solid rgba(255,255,255,0.3);--wxc-badge-text-color: rgba(255,255,255,0.95);--wxc-badge-box-shadow: 0 .5rem 1rem rgba(0,0,0,0.16), 0 0 .06rem rgba(0,0,0,0.14);--wxc-avatar--placeholder-1--background: rgba(255,255,255,0.5);--wxc-avatar--placeholder-2--background: #08599C;--wxc-avatar--placeholder-3--background: #066070;--wxc-avatar--placeholder-4--background: #735107;--wxc-avatar--placeholder-5--background: #416116;--wxc-avatar--placeholder-6--background: #12615A;--wxc-avatar--placeholder-7--background: #914017;--wxc-avatar--placeholder-8--background: #A12A3A;--wxc-avatar--placeholder-9--background: #535573;--wxc-avatar--placeholder-10--background: #643ABD;--wxc-avatar--placeholder-11--background: #932099;--wxc-avatar--bot-status-color: #1170CF;--wxc-avatar--self-status-color: #279BE8;--wxc-avatar--self-status-border: #fff;--wxc-avatar--text-color: #fff;--wxc-banner--top--background: linear-gradient(2.25deg, rgba(0,0,0,0) 1.9%, rgba(0,0,0,0.3) 50.23%, rgba(0,0,0,0.8) 98.11%);--wxc-banner--bottom--background: rgba(0,0,0,0.7);--wxc-icon--background: #000;--wxc-icon--color: #fff;--wxc-icon--accent-color: #3CC29A;--wxc-icon--muted-color: #F55868;--wxc-icon--error--gradient-start-color: #F0677E;--wxc-icon--error--gradient-stop-color: #DB1F2E;--wxc-modal--background: #0F0F0F;--wxc-modal--border: 1px solid rgba(0,0,0,0.11);--wxc-modal--box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-button--cancel--normal--background: #DB1F2E;--wxc-button--cancel--normal--color: rgba(255,255,255,0.95);--wxc-button--cancel--normal--border: none;--wxc-button--cancel--active--background: #780D13;--wxc-button--cancel--active--color: rgba(255,255,255,0.95);--wxc-button--cancel--active--border: none;--wxc-button--cancel--hover--background: #AB0A15;--wxc-button--cancel--hover--color: rgba(255,255,255,0.95);--wxc-button--cancel--hover--border: none;--wxc-button--cancel--disabled--background: rgba(255,255,255,0.2);--wxc-button--cancel--disabled--color: rgba(255,255,255,0.4);--wxc-button--cancel--disabled--border: none;--wxc-button--default--normal--background: transparent;--wxc-button--default--normal--color: rgba(255,255,255,0.95);--wxc-button--default--normal--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--active--background: rgba(255,255,255,0.2);--wxc-button--default--active--color: rgba(255,255,255,0.95);--wxc-button--default--active--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--hover--background: rgba(255,255,255,0.07);--wxc-button--default--hover--color: rgba(255,255,255,0.95);--wxc-button--default--hover--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--disabled--background: transparent;--wxc-button--default--disabled--color: rgba(255,255,255,0.4);--wxc-button--default--disabled--border: 1px solid rgba(255,255,255,0.2);--wxc-button--ghost--normal--background: transparent;--wxc-button--ghost--normal--color: #fff;--wxc-button--ghost--normal--border: none;--wxc-button--ghost--hover--background: rgba(255,255,255,0.07);--wxc-button--ghost--hover--color: #fff;--wxc-button--ghost--hover--border: none;--wxc-button--ghost--active--background: rgba(255,255,255,0.2);--wxc-button--ghost--active--color: #fff;--wxc-button--ghost--active--border: none;--wxc-button--ghost--disabled--background: rgba(255,255,255,0.2);--wxc-button--ghost--disabled--color: rgba(255,255,255,0.4);--wxc-button--ghost--disabled--border: none;--wxc-button--join--normal--background: #1D805F;--wxc-button--join--normal--color: rgba(255,255,255,0.95);--wxc-button--join--normal--border: none;--wxc-button--join--active--background: #134231;--wxc-button--join--active--color: rgba(255,255,255,0.95);--wxc-button--join--active--border: none;--wxc-button--join--hover--background: #185E46;--wxc-button--join--hover--color: rgba(255,255,255,0.95);--wxc-button--join--hover--border: none;--wxc-button--join--disabled--background: rgba(255,255,255,0.2);--wxc-button--join--disabled--color: rgba(255,255,255,0.4);--wxc-button--join--disabled--border: none;--wxc-button--primary--normal--background: rgba(255,255,255,0.95);--wxc-button--primary--normal--color: rgba(0,0,0,0.95);--wxc-button--primary--normal--border: none;--wxc-button--primary--active--background: rgba(255,255,255,0.7);--wxc-button--primary--active--color: rgba(0,0,0,0.95);--wxc-button--primary--active--border: none;--wxc-button--primary--hover--background: rgba(255,255,255,0.8);--wxc-button--primary--hover--color: rgba(0,0,0,0.95);--wxc-button--primary--hover--border: none;--wxc-button--primary--disabled--background: rgba(255,255,255,0.2);--wxc-button--primary--disabled--color: rgba(255,255,255,0.4);--wxc-button--primary--disabled--border: none;--wxc-spinner--circle--color: rgba(255,255,255,0.11);--wxc-spinner--moving--color: rgba(255,255,255,0.95);--wxc-tab--normal--background: transparent;--wxc-tab--normal--color: rgba(255,255,255,0.7);--wxc-tab--normal--border: none;--wxc-tab--active--background: rgba(255,255,255,0.2);--wxc-tab--active--color: rgba(255,255,255,0.95);--wxc-tab--active--border: none;--wxc-tab--hover--background: rgba(255,255,255,0.07);--wxc-tab--hover--color: rgba(255,255,255,0.95);--wxc-tab--hover--border: none;--wxc-dropdown--normal--background: #000;--wxc-dropdown--normal--color: rgba(255,255,255,0.7);--wxc-dropdown--normal--box-shadow: none;--wxc-dropdown--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--normal--outline: none;--wxc-dropdown--hover--background: rgba(255,255,255,0.07);--wxc-dropdown--hover--color: rgba(255,255,255,0.7);--wxc-dropdown--hover--box-shadow: none;--wxc-dropdown--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--hover--outline: none;--wxc-dropdown--active--background: rgba(255,255,255,0.11);--wxc-dropdown--active--color: rgba(255,255,255,0.95);--wxc-dropdown--active--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-dropdown--active--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--active--outline: none;--wxc-dropdown--disabled--background: rgba(255,255,255,0.11);--wxc-dropdown--disabled--color: rgba(255,255,255,0.4);--wxc-dropdown--disabled--box-shadow: 0 0 0 2px #64B4FA, 0px 0px 0px 4px #1170CF;--wxc-dropdown--disabled--border: 1px solid rgba(255,255,255,0.11);--wxc-dropdown--disabled--outline: none;--wxc-dropdown--focus--background: #000;--wxc-dropdown--focus--color: rgba(255,255,255,0.95);--wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-dropdown--focus--border: 1px solid rgba(255,255,255,0.9);--wxc-dropdown--focus--outline: none;--wxc-input-field--normal--background: rgba(0,0,0,0);--wxc-input-field--normal--color: rgba(255,255,255,0.95);--wxc-input-field--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-input-field--normal--box-shadow: none;--wxc-input-field--normal--outline: none;--wxc-input-field--hover--background: rgba(255,255,255,0.07);--wxc-input-field--hover--color: rgba(255,255,255,0.95);--wxc-input-field--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-input-field--hover--box-shadow: none;--wxc-input-field--hover--outline: none;--wxc-input-field--active--background: rgba(255,255,255,0.11);--wxc-input-field--active--color: rgba(255,255,255,0.95);--wxc-input-field--active--border: 1px solid rgba(255,255,255,0.9);--wxc-input-field--active--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-input-field--active--outline: none;--wxc-input-field--focus--background: rgba(255,255,255,0.11);--wxc-input-field--focus--color: rgba(255,255,255,0.95);--wxc-input-field--focus--border: 1px solid rgba(255,255,255,0.9);--wxc-input-field--focus--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-input-field--focus--outline: none;--wxc-input-field--disabled--background: rgba(255,255,255,0.11);--wxc-input-field--disabled--color: rgba(255,255,255,0.11);--wxc-input-field--disabled--border: 1px solid transparent;--wxc-input-field--disabled--box-shadow: none;--wxc-input-field--disabled--outline: none;--wxc-input-field--error-static--background: #4F0E10;--wxc-input-field--error-static--color: rgba(255,255,255,0.95);--wxc-input-field--error-static--border: 1px solid #FC8B98;--wxc-input-field--error-static--box-shadow: none;--wxc-input-field--error-static--outline: none;--wxc-input-field--error-hover--background: rgba(255,255,255,0.07);--wxc-input-field--error-hover--color: rgba(255,255,255,0.95);--wxc-input-field--error-hover--border: 1px solid #FC8B98;--wxc-input-field--error-hover--box-shadow: none;--wxc-input-field--error-hover--outline: none;--wxc-input-field--error-focus--background: rgba(255,255,255,0.11);--wxc-input-field--error-focus--color: rgba(255,255,255,0.95);--wxc-input-field--error-focus--border: 1px solid #FC8B98;--wxc-input-field--error-focus--box-shadow: none;--wxc-input-field--error-focus--outline: none;--wxc-input-icon-color: rgba(255,255,255,0.7);--wxc-input--label--color: rgba(255,255,255,0.95);--wxc-options-list--background: #1A1A1A;--wxc-options-list--item--focus--box-shadow: 0 0 0 2px #64B4FA inset;--wxc-options-list--item--focus--outline: 2px solid rgba(100,180,250,0.3);--wxc-options-list--item--hover--background: rgba(255,255,255,0.07);--wxc-options-list--item--hover--color: rgba(255,255,255,0.95);--wxc-options-list--item--hover--border: none;--wxc-options-list--item--active--background: rgba(255,255,255,0.11);--wxc-options-list--item--active--color: rgba(255,255,255,0.95);--wxc-options-list--item--active--border: none;--wxc-options-list--item--selected--background: #1A1A1A;--wxc-options-list--item--selected--color: rgba(255,255,255,0.95);--wxc-options-list--item--selected--border: none;--wxc-options-list--checked-icon--color: #64B4FA;--wxc-popup--box-shadow: none;--wxc-popup--border: none;--wxc-scrollbar--thumb: rgba(255,255,255,0.11);--wxc-scrollbar--background: rgba(255,255,255,0.2);--wxc-hyperlink--normal--color: #64B4FA;--wxc-hyperlink--hover--color: #BFE3FF;--wxc-hyperlink--active--color:#BFE3FF;--wxc-tooltip-background: #000;--wxc-tooltip-border: 1px solid rgba(255,255,255,0.2);--wxc-tooltip-border-color: rgba(255,255,255,0.2);--wxc-adaptive-cards--card--border: 1px solid rgba(255,255,255,0.2);--wxc-adaptive-cards--card--border-radius: 8px;--wxc-adaptive-cards--background--default: #1A1A1A;--wxc-adaptive-cards--background--emphasis: #3B3B3B;--wxc-adaptive-cards--background--accent: #063A75;--wxc-adaptive-cards--background--good: #134231;--wxc-adaptive-cards--background--attention: #780D13;--wxc-adaptive-cards--background--warning: #57330A;--wxc-adaptive-cards--color--default: rgba(255,255,255,0.95);--wxc-adaptive-cards--color--dark: rgba(255,255,255,0.95);--wxc-adaptive-cards--color--light: rgba(255,255,255,0.7);--wxc-adaptive-cards--color--accent: #64B4FA;--wxc-adaptive-cards--color--good: #3CC29A;--wxc-adaptive-cards--color--warning: #F2990A;--wxc-adaptive-cards--color--attention: #FC8B98;--wxc-adaptive-cards--subtle-color--default: rgba(255,255,255,0.7);--wxc-adaptive-cards--subtle-color--dark: rgba(255,255,255,0.7);--wxc-adaptive-cards--subtle-color--light: rgba(255,255,255,0.6);--wxc-adaptive-cards--subtle-color--accent: #96D0FF;--wxc-adaptive-cards--subtle-color--good: #68DEBD;--wxc-adaptive-cards--subtle-color--warning: #FFBE4F;--wxc-adaptive-cards--subtle-color--attention: #FFB8C1;--wxc-adaptive-cards--highlight-color: #ADADAD;--wxc-adaptive-cards--separator-color: #8F8F8F;--wxc-input--title--normal: rgba(255,255,255,0.95);--wxc-input--title--disabled: rgba(255,255,255,0.4);--wxc-input--on--normal--border: none;--wxc-input--on--normal--background: #64B4FA;--wxc-input--on--normal--foreground: rgba(0,0,0,0.95);--wxc-input--on--hover--border: none;--wxc-input--on--hover--background: #3492EB;--wxc-input--on--hover--foreground: rgba(0,0,0,0.95);--wxc-input--on--active--border: none;--wxc-input--on--active--background: #1170CF;--wxc-input--on--active--foreground: rgba(0,0,0,0.95);--wxc-input--on--disabled--border: none;--wxc-input--on--disabled--background: #063A75;--wxc-input--on--disabled--foreground: rgba(0,0,0,0.5);--wxc-input--off--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--normal--background: rgba(255,255,255,0.2);--wxc-input--off--normal--foreground: rgba(255,255,255,0.95);--wxc-input--off--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--hover--background: rgba(255,255,255,0.3);--wxc-input--off--hover--foreground: rgba(255,255,255,0.95);--wxc-input--off--active--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--active--background: rgba(255,255,255,0.4);--wxc-input--off--active--foreground: rgba(255,255,255,0.95);--wxc-input--off--disabled--border: none;--wxc-input--off--disabled--background: rgba(255,255,255,0.11);--wxc-input--off--disabled--foreground: rgba(255,255,255,0.4);--wxc-date-input--calendar-picker-indicator--filter: invert(5%);--wxc-adaptive-cards--action--hover--border: inherit;--wxc-adaptive-cards--action--hover--background: rgba(255,255,255,0.07);--wxc-adaptive-cards--action--hover--foreground: inherit;--wxc-adaptive-cards--action--active--border: inherit;--wxc-adaptive-cards--action--active--background: rgba(255,255,255,0.11);--wxc-adaptive-cards--action--active--foreground: inherit;--wxc-greeting--description--text-color: rgba(255,255,255,0.7)}.wxc-theme-light,.md-theme-lightWebex{--wxc-browser-color-scheme: light;--wxc-loading-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_28___+");--wxc-loading-logo--size: 11.6875rem;--wxc-auth-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_29___+');--wxc-text-color: rgba(0,0,0,0.95);--wxc-secondary-text-color: rgba(0,0,0,0.6);--wxc-warning-color: #7D4705;--wxc-error-color: #AB0A15;--wxc-muted-color: #DB1F2E;--wxc-speaking-color: #1D805F;--wxc-primary-background: linear-gradient(#F0F0F0, #fff);--wxc-secondary-background: linear-gradient(#FAFAFA, #fff);--wxc-video-background: #fff;--wxc-secondary-video-background: #EDEDED;--wxc-meeting-border: 1px solid rgba(0,0,0,0.2);--wxc-box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-focus-box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-person-status--active-color: #1D805F;--wxc-person-status--dnd-color: #DB1F2E;--wxc-person-status--in-a-meeting-color: #A65E00;--wxc-person-status--away-color: #707070;--wxc-badge-background: #fff;--wxc-badge-border: 0.06rem solid rgba(0,0,0,0.2);--wxc-badge-text-color: rgba(0,0,0,0.95);--wxc-badge-box-shadow: 0 .5rem 1rem rgba(0,0,0,0.16), 0 0 .06rem rgba(0,0,0,0.14);--wxc-avatar--placeholder-1--background: rgba(0,0,0,0.5);--wxc-avatar--placeholder-2--background: #08599C;--wxc-avatar--placeholder-3--background: #066070;--wxc-avatar--placeholder-4--background: #735107;--wxc-avatar--placeholder-5--background: #416116;--wxc-avatar--placeholder-6--background: #12615A;--wxc-avatar--placeholder-7--background: #914017;--wxc-avatar--placeholder-8--background: #A12A3A;--wxc-avatar--placeholder-9--background: #535573;--wxc-avatar--placeholder-10--background: #643ABD;--wxc-avatar--placeholder-11--background: #932099;--wxc-avatar--bot-status-color: #1170CF;--wxc-avatar--self-status-color: #279BE8;--wxc-avatar--self-status-border: #000;--wxc-avatar--text-color: #fff;--wxc-banner--top--background: linear-gradient(2.25deg, rgba(255,255,255,0) 1.9%, rgba(255,255,255,0.3) 50.23%, rgba(255,255,255,0.8) 98.11%);--wxc-banner--bottom--background: rgba(255,255,255,0.7);--wxc-icon--background: #fff;--wxc-icon--color: #000;--wxc-icon--accent-color: #1D805F;--wxc-icon--muted-color: #DB1F2E;--wxc-icon--error--gradient-start-color: #F0677E;--wxc-icon--error--gradient-stop-color: #DB1F2E;--wxc-modal--background: #fff;--wxc-modal--border: 1px solid rgba(0,0,0,0.11);--wxc-modal--box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-button--cancel--normal--background: #DB1F2E;--wxc-button--cancel--normal--color: rgba(255,255,255,0.95);--wxc-button--cancel--normal--border: none;--wxc-button--cancel--active--background: #780D13;--wxc-button--cancel--active--color: rgba(255,255,255,0.95);--wxc-button--cancel--active--border: none;--wxc-button--cancel--hover--background: #AB0A15;--wxc-button--cancel--hover--color: rgba(255,255,255,0.95);--wxc-button--cancel--hover--border: none;--wxc-button--cancel--disabled--background: rgba(0,0,0,0.2);--wxc-button--cancel--disabled--color: rgba(0,0,0,0.4);--wxc-button--cancel--disabled--border: none;--wxc-button--default--normal--background: transparent;--wxc-button--default--normal--color: rgba(0,0,0,0.95);--wxc-button--default--normal--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--active--background: rgba(0,0,0,0.2);--wxc-button--default--active--color: rgba(0,0,0,0.95);--wxc-button--default--active--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--hover--background: rgba(0,0,0,0.07);--wxc-button--default--hover--color: rgba(0,0,0,0.95);--wxc-button--default--hover--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--disabled--background: transparent;--wxc-button--default--disabled--color: rgba(0,0,0,0.4);--wxc-button--default--disabled--border: 1px solid rgba(0,0,0,0.2);--wxc-button--ghost--normal--background: transparent;--wxc-button--ghost--normal--color: rgba(0,0,0,0.95);--wxc-button--ghost--normal--border: none;--wxc-button--ghost--hover--background: rgba(0,0,0,0.07);--wxc-button--ghost--hover--color: rgba(0,0,0,0.95);--wxc-button--ghost--hover--border: none;--wxc-button--ghost--active--background: rgba(0,0,0,0.2);--wxc-button--ghost--active--color: rgba(0,0,0,0.95);--wxc-button--ghost--active--border: none;--wxc-button--ghost--disabled--background: rgba(0,0,0,0.4);--wxc-button--ghost--disabled--color: rgba(0,0,0,0.4);--wxc-button--ghost--disabled--border: none;--wxc-button--join--normal--background: #1D805F;--wxc-button--join--normal--color: rgba(255,255,255,0.95);--wxc-button--join--normal--border: none;--wxc-button--join--active--background: #134231;--wxc-button--join--active--color: rgba(255,255,255,0.95);--wxc-button--join--active--border: none;--wxc-button--join--hover--background: #185E46;--wxc-button--join--hover--color: rgba(255,255,255,0.95);--wxc-button--join--hover--border: none;--wxc-button--join--disabled--background: rgba(0,0,0,0.2);--wxc-button--join--disabled--color: rgba(0,0,0,0.4);--wxc-button--join--disabled--border: none;--wxc-button--primary--normal--background: rgba(0,0,0,0.95);--wxc-button--primary--normal--color: rgba(255,255,255,0.95);--wxc-button--primary--normal--border: none;--wxc-button--primary--active--background: rgba(0,0,0,0.7);--wxc-button--primary--active--color: rgba(255,255,255,0.95);--wxc-button--primary--active--border: none;--wxc-button--primary--hover--background: rgba(0,0,0,0.8);--wxc-button--primary--hover--color: rgba(255,255,255,0.95);--wxc-button--primary--hover--border: none;--wxc-button--primary--disabled--background: rgba(0,0,0,0.2);--wxc-button--primary--disabled--color: rgba(0,0,0,0.4);--wxc-button--primary--disabled--border: none;--wxc-spinner--circle--color: #C9C9C9;--wxc-spinner--moving--color: #0F0F0F;--wxc-tab--normal--background: transparent;--wxc-tab--normal--color: rgba(0,0,0,0.6);--wxc-tab--normal--border: none;--wxc-tab--active--background: rgba(0,0,0,0.2);--wxc-tab--active--color: rgba(0,0,0,0.95);--wxc-tab--active--border: none;--wxc-tab--hover--background: rgba(0,0,0,0.07);--wxc-tab--hover--color: rgba(0,0,0,0.95);--wxc-tab--hover--border: none;--wxc-dropdown--normal--background: #fff;--wxc-dropdown--normal--color: rgba(0,0,0,0.6);--wxc-dropdown--normal--box-shadow: none;--wxc-dropdown--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--normal--outline: none;--wxc-dropdown--hover--background: rgba(0,0,0,0.07);--wxc-dropdown--hover--color: rgba(0,0,0,0.6);--wxc-dropdown--hover--box-shadow: none;--wxc-dropdown--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--hover--outline: none;--wxc-dropdown--active--background: rgba(0,0,0,0.11);--wxc-dropdown--active--color: rgba(0,0,0,0.95);--wxc-dropdown--active--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-dropdown--active--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--active--outline: none;--wxc-dropdown--disabled--background: rgba(0,0,0,0.11);--wxc-dropdown--disabled--color: rgba(0,0,0,0.4);--wxc-dropdown--disabled--box-shadow: none;--wxc-dropdown--disabled--border: 1px solid rgba(0,0,0,0.11);--wxc-dropdown--disabled--outline: none;--wxc-dropdown--focus--background: #fff;--wxc-dropdown--focus--color: rgba(0,0,0,0.95);--wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-dropdown--focus--border: 1px solid rgba(0,0,0,0.9);--wxc-dropdown--focus--outline: none;--wxc-input-field--normal--background: #fff;--wxc-input-field--normal--color: rgba(0,0,0,0.95);--wxc-input-field--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-input-field--normal--box-shadow: none;--wxc-input-field--normal--outline: none;--wxc-input-field--hover--background: rgba(0,0,0,0.04);--wxc-input-field--hover--color: rgba(0,0,0,0.95);--wxc-input-field--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-input-field--hover--box-shadow: none;--wxc-input-field--hover--outline: none;--wxc-input-field--active--background: rgba(0,0,0,0.11);--wxc-input-field--active--color: rgba(0,0,0,0.95);--wxc-input-field--active--border: 1px solid rgba(0,0,0,0.9);--wxc-input-field--active--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-input-field--active--outline: none;--wxc-input-field--focus--background: rgba(0,0,0,0.11);--wxc-input-field--focus--color: rgba(0,0,0,0.95);--wxc-input-field--focus--border: 1px solid rgba(0,0,0,0.9);--wxc-input-field--focus--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-input-field--focus--outline: none;--wxc-input-field--disabled--background: rgba(0,0,0,0.11);--wxc-input-field--disabled--color: rgba(0,0,0,0.4);--wxc-input-field--disabled--border: 1px solid transparent;--wxc-input-field--disabled--box-shadow: none;--wxc-input-field--disabled--outline: none;--wxc-input-field--error-static--background: #FFE8EA;--wxc-input-field--error-static--color: rgba(0,0,0,0.95);--wxc-input-field--error-static--border: 1px solid #AB0A15;--wxc-input-field--error-static--box-shadow: none;--wxc-input-field--error-static--outline: none;--wxc-input-field--error-hover--background: rgba(0,0,0,0.04);--wxc-input-field--error-hover--color: rgba(0,0,0,0.95);--wxc-input-field--error-hover--border: 1px solid #AB0A15;--wxc-input-field--error-hover--box-shadow: none;--wxc-input-field--error-hover--outline: none;--wxc-input-field--error-focus--background: rgba(0,0,0,0.11);--wxc-input-field--error-focus--color: rgba(0,0,0,0.95);--wxc-input-field--error-focus--border: 1px solid #AB0A15;--wxc-input-field--error-focus--box-shadow: none;--wxc-input-field--error-focus--outline: none;--wxc-input-icon-color: rgba(0,0,0,0.6);--wxc-input--label--color: rgba(0,0,0,0.95);--wxc-options-list--background: #fff;--wxc-options-list--item--focus--box-shadow: 0 0 0 2px #1170CF inset;--wxc-options-list--item--focus--outline: 2px solid rgba(17,112,207,0.3);--wxc-options-list--item--hover--background: rgba(0,0,0,0.07);--wxc-options-list--item--hover--color: rgba(0,0,0,0.95);--wxc-options-list--item--hover--border: none;--wxc-options-list--item--active--background: rgba(0,0,0,0.11);--wxc-options-list--item--active--color: rgba(0,0,0,0.95);--wxc-options-list--item--active--border: none;--wxc-options-list--item--selected--background: #fff;--wxc-options-list--item--selected--color: rgba(0,0,0,0.95);--wxc-options-list--item--selected--border: none;--wxc-options-list--checked-icon--color: #1170CF;--wxc-popup--box-shadow: none;--wxc-popup--border: none;--wxc-scrollbar--thumb: rgba(0,0,0,0.11);--wxc-scrollbar--background: rgba(0,0,0,0.2);--wxc-hyperlink--normal--color: #0353A8;--wxc-hyperlink--hover--color: #0A274A;--wxc-hyperlink--active--color:#0A274A;--wxc-tooltip-background: #fff;--wxc-tooltip-border: 1px solid rgba(0,0,0,0.2);--wxc-tooltip-border-color: rgba(0,0,0,0.2);--wxc-adaptive-cards--card--border: 1px solid rgba(0,0,0,0.2);--wxc-adaptive-cards--card--border-radius: 8px;--wxc-adaptive-cards--background--default: #fff;--wxc-adaptive-cards--background--emphasis: #EDEDED;--wxc-adaptive-cards--background--accent: #DBF0FF;--wxc-adaptive-cards--background--good: #CEF5EB;--wxc-adaptive-cards--background--attention: #FFE8EA;--wxc-adaptive-cards--background--warning: #FFEBC2;--wxc-adaptive-cards--color--default: rgba(0,0,0,0.95);--wxc-adaptive-cards--color--dark: rgba(0,0,0,0.95);--wxc-adaptive-cards--color--light: rgba(0,0,0,0.6);--wxc-adaptive-cards--color--accent: #0353A8;--wxc-adaptive-cards--color--good: #185E46;--wxc-adaptive-cards--color--attention: #AB0A15;--wxc-adaptive-cards--color--warning: #7D4705;--wxc-adaptive-cards--subtle-color--default: rgba(0,0,0,0.6);--wxc-adaptive-cards--subtle-color--dark: rgba(0,0,0,0.6);--wxc-adaptive-cards--subtle-color--light: rgba(0,0,0,0.5);--wxc-adaptive-cards--subtle-color--accent: #1170CF;--wxc-adaptive-cards--subtle-color--good: #1D805F;--wxc-adaptive-cards--subtle-color--warning: #A65E00;--wxc-adaptive-cards--subtle-color--attention: #DB1F2E;--wxc-adaptive-cards--highlight-color: #545454;--wxc-adaptive-cards--separator-color: #3B3B3B;--wxc-input--title--normal: rgba(0,0,0,0.95);--wxc-input--title--disabled: rgba(0,0,0,0.4);--wxc-input--on--normal--border: none;--wxc-input--on--normal--background: #1170CF;--wxc-input--on--normal--foreground: rgba(255,255,255,0.95);--wxc-input--on--hover--border: none;--wxc-input--on--hover--background: #0353A8;--wxc-input--on--hover--foreground: rgba(255,255,255,0.95);--wxc-input--on--active--border: none;--wxc-input--on--active--background: #063A75;--wxc-input--on--active--foreground: rgba(255,255,255,0.95);--wxc-input--on--disabled--border: none;--wxc-input--on--disabled--background: #BFE3FF;--wxc-input--on--disabled--foreground: rgba(255,255,255,0.5);--wxc-input--off--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--normal--background: rgba(0,0,0,0.2);--wxc-input--off--normal--foreground: rgba(0,0,0,0.95);--wxc-input--off--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--hover--background: rgba(0,0,0,0.3);--wxc-input--off--hover--foreground:rgba(0,0,0,0.95);--wxc-input--off--active--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--active--background: rgba(0,0,0,0.4);--wxc-input--off--active--foreground: rgba(0,0,0,0.95);--wxc-input--off--disabled--border: none;--wxc-input--off--disabled--background: rgba(0,0,0,0.11);--wxc-input--off--disabled--foreground: rgba(0,0,0,0.4);--wxc-date-input--calendar-picker-indicator--filter: invert(5%);--wxc-adaptive-cards--action--hover--border: inherit;--wxc-adaptive-cards--action--hover--background: rgba(0,0,0,0.07);--wxc-adaptive-cards--action--hover--foreground: inherit;--wxc-adaptive-cards--action--active--border: inherit;--wxc-adaptive-cards--action--active--background: rgba(0,0,0,0.11);--wxc-adaptive-cards--action--active--foreground: inherit;--wxc-greeting--description--text-color: #707070}.wxc{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;color-scheme:var(--wxc-browser-color-scheme)}.wxc,.wxc *{box-sizing:border-box}.wxc ::-webkit-scrollbar,.wxc * ::-webkit-scrollbar{width:0.25rem}.wxc ::-webkit-scrollbar-thumb,.wxc * ::-webkit-scrollbar-thumb{background:var(--wxc-scrollbar--background);border-radius:0.125rem}.wxc-ac-action__icon{width:1rem;height:1rem;margin-right:0.375rem}.wxc-ac-action__right-icon{margin-left:0.375rem}.wxc-ac-container--vertical>.wxc-ac-action:not(:first-child){margin-top:0.5rem}.wxc-ac-container--horizontal>.wxc-ac-action:not(:first-child){margin-left:0.5rem}.wxc-adaptive-cards-action-set{margin-bottom:0.5rem}.wxc-ac-adaptive-card{background:var(--wxc-primary-background);color:var(--wxc-text-color);overflow:auto;border:var(--wxc-adaptive-cards--card--border);border-radius:var(--wxc-adaptive-cards--card--border-radius)}.wxc-ac-font-type--monospace{font-family:Consolas,Liberation Mono,Courier,monospace}.wxc-ac-font-type--default{font-family:CiscoSansTT Regular,Helvetica Neue,Helvetica,Arial,sans-serif}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--left{justify-content:flex-start}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--center{justify-content:center}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--right{justify-content:flex-end}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--left{align-self:flex-start}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--center{align-self:center}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--right{align-self:flex-end}.wxc-ac-size--default{font-size:0.875rem}.wxc-ac-size--small{font-size:0.75rem}.wxc-ac-size--medium{font-size:1rem}.wxc-ac-size--large{font-size:1.25rem}.wxc-ac-size--extraLarge{font-size:1.5rem}.wxc-ac-weight--default{font-weight:400}.wxc-ac-weight--lighter{font-weight:lighter}.wxc-ac-weight--bolder{font-weight:bolder}.wxc-ac-wrap--false{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wxc-ac-rtl--true{direction:rtl}.wxc-ac-rtl--false{direction:ltr}.wxc-ac-highlight--true{background-color:var(--wxc-adaptive-cards--highlight-color)}.wxc-ac-italic--true{font-style:italic}.wxc-ac-strikethrough--true{text-decoration:line-through}.wxc-ac-underline--true{text-decoration:underline}.wxc-ac-container-style--heading{font-weight:bold;font-size:200%}.wxc-ac-container-style--default{background-color:var(--wxc-adaptive-cards--background--default)}.wxc-ac-container-style--emphasis{background-color:var(--wxc-adaptive-cards--background--emphasis)}.wxc-ac-container-style--good{background-color:var(--wxc-adaptive-cards--background--good)}.wxc-ac-container-style--attention{background-color:var(--wxc-adaptive-cards--background--attention)}.wxc-ac-container-style--warning{background-color:var(--wxc-adaptive-cards--background--warning)}.wxc-ac-container-style--accent{background-color:var(--wxc-adaptive-cards--background--accent)}.wxc-ac-image-style--person{border-radius:50%}.wxc-ac-image-size--small{width:40px;height:40px}.wxc-ac-image-size--medium{width:80px;height:80px}.wxc-ac-image-size--large{width:160px;height:160px}.wxc-ac-container--has-padding{padding:0.625rem}.wxc-ac-container--horizontal{display:flex;flex-direction:row}.wxc-ac-container--horizontal>.wxc-ac-width--auto{width:auto}.wxc-ac-container--horizontal>.wxc-ac-width--stretch{flex:1}.wxc-ac-container--horizontal>.wxc-ac-height--auto{height:auto}.wxc-ac-container--horizontal>.wxc-ac-height--stretch{align-self:stretch}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true{margin-top:-0.625rem;margin-bottom:-0.625rem}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true:first-child{margin-left:-0.625rem}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true:last-child{margin-right:-0.625rem}.wxc-ac-container--vertical{display:flex;flex-direction:column}.wxc-ac-container--vertical>.wxc-ac-width--auto{width:auto}.wxc-ac-container--vertical>.wxc-ac-width--stretch{align-self:stretch}.wxc-ac-container--vertical>.wxc-ac-height--auto{height:auto}.wxc-ac-container--vertical>.wxc-ac-height--stretch{flex:1}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--top{justify-content:flex-start}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--center{justify-content:center}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--bottom{justify-content:flex-end}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true{margin-left:-0.625rem;margin-right:-0.625rem}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true:first-child{margin-top:-0.625rem}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true:last-child{margin-bottom:-0.625rem}.wxc-ac-is-visible--false{display:none}.wxc-ac-is-subtle--true{color:var(--wxc-adaptive-cards--subtle-color--default)}.wxc-ac-is-subtle--true.wxc-ac-color--dark{color:var(--wxc-adaptive-cards--subtle-color--dark)}.wxc-ac-is-subtle--true.wxc-ac-color--light{color:var(--wxc-adaptive-cards--subtle-color--light)}.wxc-ac-is-subtle--true.wxc-ac-color--accent{color:var(--wxc-adaptive-cards--subtle-color--accent)}.wxc-ac-is-subtle--true.wxc-ac-color--good{color:var(--wxc-adaptive-cards--subtle-color--good)}.wxc-ac-is-subtle--true.wxc-ac-color--warning{color:var(--wxc-adaptive-cards--subtle-color--warning)}.wxc-ac-is-subtle--true.wxc-ac-color--attention{color:var(--wxc-adaptive-cards--subtle-color--attention)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--default{color:var(--wxc-adaptive-cards--color--default)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--dark{color:var(--wxc-adaptive-cards--color--dark)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--light{color:var(--wxc-adaptive-cards--color--light)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--accent{color:var(--wxc-adaptive-cards--color--accent)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--good{color:var(--wxc-adaptive-cards--color--good)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--warning{color:var(--wxc-adaptive-cards--color--warning)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--attention{color:var(--wxc-adaptive-cards--color--attention)}.wxc-ac-background-image{background-repeat:no-repeat}.wxc-ac-background-image-fill-mode--repeat{background-repeat:repeat}.wxc-ac-background-image-fill-mode--repeathorizontally{background-repeat:repeat-x}.wxc-ac-background-image-fill-mode--repeatvertically{background-repeat:repeat-y}.wxc-ac-background-image-fill-mode--cover{background-size:cover}.wxc-ac-background-image-vertical-alignment--top{background-position:top}.wxc-ac-background-image-vertical-alignment--center{background-position:center}.wxc-ac-background-image-vertical-alignment--bottom{background-position:bottom}.wxc-ac-background-image-horizontal-alignment--left{background-position:left}.wxc-ac-background-image-horizontal-alignment--center{background-position:center}.wxc-ac-background-image-horizontal-alignment--right{background-position:right}.wxc-ac-select-action:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-ac-select-action:hover{border:var(--wxc-adaptive-cards--action--hover--border);background-color:var(--wxc-adaptive-cards--action--hover--background);color:var(--wxc-adaptive-cards--action--hover--foreground)}.wxc-ac-select-action:active{border:var(--wxc-adaptive-cards--action--active--border);background-color:var(--wxc-adaptive-cards--action--active--background);color:var(--wxc-adaptive-cards--action--active--foreground)}.wxc-adaptive-cards-unknown-component{white-space:pre-wrap}.wxc-adaptive-cards-image-set{display:flex;flex-wrap:wrap}.wxc-adaptive-cards-input-text{display:flex}.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__inline-action{margin-left:0.5rem}.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__input,.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__textbox{flex:1}.wxc-adaptive-cards-input-time .wxc-adaptive-cards-input-time__body{display:flex;align-items:center}.wxc-adaptive-cards-input-time .wxc-adaptive-cards-input-time__separator{margin:0 0.313rem}.wxc-adaptive-cards-fact-set .wxc-adaptive-cards-fact-set__fact-title{padding-right:0.5rem;text-align:left}.wxc-markdown p,.wxc-markdown ul,.wxc-markdown ol{margin:0}.wxc-markdown a{color:var(--wxc-hyperlink--normal--color);text-decoration:underline}.wxc-markdown a:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-markdown a:hover{cursor:pointer;color:var(--wxc-hyperlink--hover--color)}.wxc-markdown a:active{cursor:pointer;color:var(--wxc-hyperlink--active--color)}.wxc-ac-spacer{flex-shrink:0}.wxc-ac-container--vertical>.wxc-ac-spacer{display:flex;flex-direction:column;justify-content:center}.wxc-ac-container--vertical>.wxc-ac-spacer:first-child{display:none}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--default{height:0.5rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--none{height:0}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--small{height:0.188rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--medium{height:1.125rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--large{height:1.875rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--extralarge{height:2.5rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--padding{height:0.625rem}.wxc-ac-container--vertical>.wxc-ac-spacer>:first-child{height:0.063rem;background-color:var(--wxc-adaptive-cards--separator-color);align-self:stretch}.wxc-ac-container--horizontal>.wxc-ac-spacer{display:flex;flex-direction:row;justify-content:center}.wxc-ac-container--horizontal>.wxc-ac-spacer:first-child{display:none}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--default{width:0.5rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--none{width:0}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--small{width:0.188rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--medium{width:1.125rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--large{width:1.875rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--extralarge{width:2.5rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--padding{width:0.625rem}.wxc-ac-container--horizontal>.wxc-ac-spacer>:first-child{width:0.063rem;background-color:var(--wxc-adaptive-cards--separator-color);align-self:stretch}.wxc-adaptive-cards-text-block--max-lines{display:-webkit-box;flex-shrink:0;-webkit-box-orient:vertical;overflow:hidden}.wxc-badge{padding:.5rem 1rem .4375rem 1.0625rem;color:var(--wxc-badge-text-color);background:var(--wxc-badge-background);border:var(--wxc-badge-border);box-shadow:var(--wxc-badge-box-shadow);border-radius:0.75rem;display:flex;align-items:center}.wxc-banner{display:flex;justify-content:center;color:var(--wxc-text-color);position:absolute;right:0;left:0}.wxc-banner--top{top:0;background:var(--wxc-banner--top--background);padding:0.75rem 0 5.25rem 0}.wxc-banner--bottom{bottom:0;background:var(--wxc-banner--bottom--background);padding:0.75rem 0}.wxc-button{display:flex;flex-shrink:0;justify-content:center;align-items:center;border-radius:1000px;font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1;padding:0 0.75rem}.wxc-button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-button:not([wxc-disabled]){cursor:pointer}.wxc-button--join{background:var(--wxc-button--join--normal--background);border:var(--wxc-button--join--normal--border);color:var(--wxc-button--join--normal--color)}.wxc-button--join:hover{background:var(--wxc-button--join--hover--background);color:var(--wxc-button--join--hover--color);border:var(--wxc-button--join--hover--border)}.wxc-button--join:active,.wxc-button--join.wxc-button--pressed{background:var(--wxc-button--join--active--background);color:var(--wxc-button--join--active--color);border:var(--wxc-button--join--active--border)}.wxc-button--join[wxc-disabled]{background:var(--wxc-button--join--disabled--background);color:var(--wxc-button--join--disabled--color);border:var(--wxc-button--join--disabled--border)}.wxc-button--default,.wxc-button--toggle{background:var(--wxc-button--default--normal--background);color:var(--wxc-button--default--normal--color);border:var(--wxc-button--default--normal--border)}.wxc-button--default:hover,.wxc-button--toggle:hover{background:var(--wxc-button--default--hover--background);color:var(--wxc-button--default--hover--color);border:var(--wxc-button--default--hover--border)}.wxc-button--default:active,.wxc-button--default.wxc-button--pressed,.wxc-button--toggle:active,.wxc-button--toggle.wxc-button--pressed{background:var(--wxc-button--default--active--background);color:var(--wxc-button--default--active--color);border:var(--wxc-button--default--active--border)}.wxc-button--default[wxc-disabled],.wxc-button--toggle[wxc-disabled]{background:var(--wxc-button--default--disabled--background);color:var(--wxc-button--default--disabled--color);border:var(--wxc-button--default--disabled--border)}.wxc-button--cancel{background:var(--wxc-button--cancel--normal--background);color:var(--wxc-button--cancel--normal--color);border:var(--wxc-button--cancel--normal--border)}.wxc-button--cancel:hover{background:var(--wxc-button--cancel--hover--background);color:var(--wxc-button--cancel--hover--color);border:var(--wxc-button--cancel--hover--border)}.wxc-button--cancel:active,.wxc-button--cancel.wxc-button--pressed{background:var(--wxc-button--cancel--active--background);color:var(--wxc-button--cancel--active--color);border:var(--wxc-button--cancel--active--border)}.wxc-button--cancel[wxc-disabled]{background:var(--wxc-button--cancel--disabled--background);color:var(--wxc-button--cancel--disabled--color);border:var(--wxc-button--cancel--disabled--border)}.wxc-button--ghost{background:var(--wxc-button--ghost--normal--background);color:var(--wxc-button--ghost--normal--color);border:var(--wxc-button--ghost--normal--border);border-radius:50%;padding:0 0.375rem}.wxc-button--ghost:hover{background:var(--wxc-button--ghost--hover--background);color:var(--wxc-button--ghost--hover--color);border:var(--wxc-button--ghost--hover--border)}.wxc-button--ghost:active{background:var(--wxc-button--ghost--active--background);color:var(--wxc-button--ghost--active--color);border:var(--wxc-button--ghost--active--border)}.wxc-button--ghost[wxc-disabled]{background:var(--wxc-button--ghost--disabled--background);color:var(--wxc-button--ghost--disabled--color);border:var(--wxc-button--ghost--disabled--border)}.wxc-button--primary{font-size:0.938rem;line-height:1.25rem;padding:0.25rem 0.875rem;letter-spacing:0.015rem;background:var(--wxc-button--primary--normal--background);color:var(--wxc-button--primary--normal--color);border:var(--wxc-button--primary--normal--border)}.wxc-button--primary:hover{background:var(--wxc-button--primary--hover--background);color:var(--wxc-button--primary--hover--color);border:var(--wxc-button--primary--hover--border)}.wxc-button--primary:active,.wxc-button--primary.wxc-button--pressed{background:var(--wxc-button--primary--active--background);color:var(--wxc-button--primary--active--color);border:var(--wxc-button--primary--active--border)}.wxc-button--primary[wxc-disabled]{background:var(--wxc-button--primary--disabled--background);color:var(--wxc-button--primary--disabled--color);border:var(--wxc-button--primary--disabled--border)}.wxc-input-field{display:flex;flex-direction:column;position:relative}.wxc-input-field .wxc-input-field__form-control{position:relative;display:flex}.wxc-input-field .wxc-input-field__input{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;background:var(--wxc-input-field--normal--background);border:var(--wxc-input-field--normal--border);color:var(--wxc-input-field--normal--color);border-radius:0.5rem;padding:0.313rem 0.75rem 0.063rem 0.75rem;width:100%;height:2rem;-webkit-appearance:none}.wxc-input-field .wxc-input-field__input[type="number"]{-moz-appearance:textfield}.wxc-input-field .wxc-input-field__input[type="number"]::-webkit-inner-spin-button,.wxc-input-field .wxc-input-field__input[type="number"]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;margin:0}.wxc-input-field .wxc-input-field__input[type="number"]:hover::-webkit-inner-spin-button,.wxc-input-field .wxc-input-field__input[type="number"]:hover::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;margin:0}.wxc-input-field .wxc-input-field__input:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow);outline:var(--wxc-input-field--disabled--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):not(:focus):not(:hover){background:var(--wxc-input-field--normal--background);border:var(--wxc-input-field--normal--border);color:var(--wxc-input-field--normal--color);box-shadow:--wxc-input-field--normal--box-shadow;outline:var(--wxc-input-field--normal--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):not(:focus):hover{background:var(--wxc-input-field--hover--background);border:var(--wxc-input-field--hover--border);color:var(--wxc-input-field--hover--color);box-shadow:var(--wxc-input-field--hover--box-shadow);outline:var(--wxc-input-field--hover--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):focus{background:var(--wxc-input-field--focus--background);border:var(--wxc-input-field--focus--border);color:var(--wxc-input-field--focus--color);box-shadow:var(--wxc-input-field--focus--box-shadow);outline:var(--wxc-input-field--focus--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:not(:focus):not(:hover){background:var(--wxc-input-field--error-static--background);border:var(--wxc-input-field--error-static--border);color:var(--wxc-input-field--error-static--color);box-shadow:var(--wxc-input-field--error-static--box-shadow);outline:var(--wxc-input-field--error-static--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:not(:focus):hover{background:var(--wxc-input-field--error-hover--background);border:var(--wxc-input-field--error-hover--border);color:var(--wxc-input-field--error-hover--color);box-shadow:var(--wxc-input-field--error-hover--box-shadow);outline:var(--wxc-input-field--error-hover--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:focus{background:var(--wxc-input-field--error-focus--background);border:var(--wxc-input-field--error-focus--border);color:var(--wxc-input-field--error-focus--color);box-shadow:var(--wxc-input-field--error-focus--box-shadow);outline:var(--wxc-input-field--error-focus--outline)}.wxc-input-field .wxc-input-field__right-icon{position:absolute;color:var(--wxc-input-icon-color);top:50%;right:2px;transform:translateY(-50%)}.wxc-input-field .wxc-input-field__right-icon:not(:last-child){right:2rem}.wxc-input-field--has-right-icon .wxc-input-field__input{padding-right:1.875rem}.wxc-input-field--has-right-controls .wxc-input-field__input{border-top-right-radius:0;border-bottom-right-radius:0}.wxc-loader{background-color:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wxc-loader .wxc-loader__bullet{position:relative;width:0.625rem;height:0.625rem;margin:1rem auto;border-radius:0.3125rem;animation:dotFlashing 1s infinite linear alternate;animation-delay:0.5s}.wxc-loader .wxc-loader__bullet::before,.wxc-loader .wxc-loader__bullet::after{content:"";display:inline-block;position:absolute;top:0}.wxc-loader .wxc-loader__bullet::before{left:-0.9375rem;width:0.625rem;height:0.625rem;border-radius:0.3125rem;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.wxc-loader .wxc-loader__bullet::after{left:0.9375rem;width:0.625rem;height:0.625rem;border-radius:0.3125rem;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:rgba(0,0,0,0.2)}50%,100%{background-color:#EDEDED}}.wxc-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9;display:flex;align-items:flex-end;justify-content:center;background-color:rgba(0,0,0,0.4)}.wxc-modal .wxc-modal__content{border:var(--wxc-modal--border);box-shadow:var(--wxc-modal--box-shadow);background-color:var(--wxc-modal--background);flex:1;max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.wxc-modal--centered-modal{align-items:center}.wxc-modal--centered-modal .wxc-modal__content{flex:0 1 auto}.wxc-modal .wxc-modal__header{display:flex;align-items:center;padding:0.75rem 1.25rem}.wxc-modal .wxc-modal__title{color:var(--wxc-text-color);font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem}.wxc-modal .wxc-modal__close{margin-left:auto}.wxc-modal .wxc-modal__back{padding:0.475rem}.wxc-modal .wxc-modal__body{padding:0 1.25rem 1.25rem;overflow-y:auto;flex:1;min-height:5rem;margin-bottom:1rem}.wxc-option{padding:0.5rem 0.75rem;border-radius:0.5rem;display:flex;align-items:center;cursor:pointer;color:var(--wxc-text-color)}.wxc-option .wxc-option__label{flex:1;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-option .wxc-option__check{color:var(--wxc-options-list--checked-icon--color);margin-left:0.25rem}.wxc-option .wxc-option__check--invisible{visibility:hidden}.wxc-option[aria-selected="true"]{background:var(--wxc-options-list--item--selected--background);color:var(--wxc-options-list--item--selected--color);border:var(--wxc-options-list--item--selected--border)}.wxc-option:hover{background:var(--wxc-options-list--item--hover--background);color:var(--wxc-options-list--item--hover--color);border:var(--wxc-options-list--item--hover--border)}.wxc-option:active{background:var(--wxc-options-list--item--active--background);color:var(--wxc-options-list--item--active--color);border:var(--wxc-options-list--item--active--border)}.wxc-option:focus-visible{outline:var(--wxc-options-list--item--focus--outline);box-shadow:var(--wxc-options-list--item--focus--box-shadow)}.wxc-options-list{list-style:none;background:var(--wxc-options-list--background);margin:0;padding:0.5rem}.wxc-popup{position:fixed;z-index:1;border:var(--wxc-popup--border);border-radius:0.75rem;box-shadow:var(--wxc-popup--box-shadow);overflow:auto}.wxc-spinner{position:relative;display:inline-block;border:1px solid var(--wxc-spinner--circle--color);border-radius:50%;border-top-color:var(--wxc-spinner--moving--color);animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.wxc-title{color:var(--wxc-text-color);line-height:150%;margin:1.25rem 0 0.25rem;font-weight:normal}.wxc-title--section{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-title--subsection{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-tooltip-container{position:absolute;min-width:4rem;max-width:12.5rem;display:block;transform:translateX(-50%);z-index:100;bottom:0}.wxc-tooltip-container .wxc-tooltip-container__wrapper{position:relative}.wxc-tooltip-container .wxc-tooltip-container__box{background:var(--wxc-tooltip-background);border-radius:0.4375rem;border:var(--wxc-tooltip-border);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.16),0 0 0.0625rem rgba(0,0,0,0.14);color:var(--wxc-text-color);font-size:0.875rem;line-height:1.5;padding:0.5rem 0.75rem 0.585625rem 0.75rem;text-align:center;position:relative}.wxc-tooltip-container .wxc-tooltip-container__box .wxc-tooltip-container__arrow{position:absolute;border:var(--wxc-tooltip-border);left:50%;transform:translateX(-50%) rotate(45deg) skew(5deg, 5deg);bottom:-0.75rem;width:1.25rem;height:1.25rem;background:var(--wxc-tooltip-background);border-radius:0.25rem;border-color:transparent var(--wxc-tooltip-border-color) var(--wxc-tooltip-border-color) transparent}.wxc-audio-microphone-muted-icon path{fill:var(--wxc-icon--muted-color)}.wxc-camera-muted-icon path{fill:var(--wxc-icon--muted-color)}.wxc-icon{fill:currentColor}:disabled .wxc-icon path,[wxc-disabled] .wxc-icon path{fill:currentColor}.wxc-icon .accent{fill:var(--wxc-icon--accent-color)}:disabled .wxc-icon .accent,[wxc-disabled] .wxc-icon .accent{display:none}.wxc-checkbox{display:flex;align-items:center;cursor:pointer}.wxc-checkbox:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-checkbox .wxc-checkbox__title{color:var(--wxc-text-color);margin-left:0.5rem}.wxc-checkbox .wxc-checkbox__box{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0.25rem;border-radius:0.125rem}.wxc-checkbox .wxc-checkbox__box .wxc-checkbox__checkmark{width:9px;height:6.5px}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate{background-color:var(--wxc-input--on--normal--background);border:var(--wxc-input--on--normal--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked .wxc-checkbox__checkmark,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate .wxc-checkbox__checkmark{color:var(--wxc-input--on--normal--foreground)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked:hover,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate:hover{background-color:var(--wxc-input--on--hover--background);border:var(--wxc-input--on--hover--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked:active,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate:active{background-color:var(--wxc-input--on--active--background);border:var(--wxc-input--on--active--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked{background-color:var(--wxc-input--off--normal--background);border:var(--wxc-input--off--normal--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked:hover{background-color:var(--wxc-input--off--hover--background);border:var(--wxc-input--off--hover--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked:active{background-color:var(--wxc-input--off--active--background);border:var(--wxc-input--off--active--border)}.wxc-checkbox .wxc-checkbox__box--disabled{cursor:default}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--checked{background-color:var(--wxc-input--on--disabled--background);border:var(--wxc-input--on--disabled--border)}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--checked .wxc-checkbox__checkmark{color:var(--wxc-input--on--disabled--foreground)}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--unchecked{background-color:var(--wxc-input--off--disabled--background);border:var(--wxc-input--off--disabled--border)}.wxc-date-input input[type="date"]{position:relative;padding-left:2rem}.wxc-date-input input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;margin:0 0 0.25rem 0;padding:0;left:0.75rem;filter:var(--wxc-date-input--calendar-picker-indicator--filter)}.wxc-dropdown__control{position:relative}.wxc-dropdown .wxc-dropdown__selected-option{display:flex;align-items:center;border-radius:0.5rem;padding:0.375rem 0.75rem}.wxc-dropdown .wxc-dropdown__selected-option .wxc-dropdown__label{flex:1;display:block;margin-right:0.25rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option{background:var(--wxc-dropdown--normal--background);border:var(--wxc-dropdown--normal--border);box-shadow:var(--wxc-dropdown--normal--box-shadow);color:var(--wxc-dropdown--normal--color);outline:var(--wxc-dropdown--normal--outline);cursor:pointer}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option.wxc-dropdown__expanded{background:var(--wxc-dropdown--active--background);border:var(--wxc-dropdown--active--border);box-shadow:var(--wxc-dropdown--active--box-shadow);color:var(--wxc-dropdown--active--color);outline:var(--wxc-dropdown--active--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option.wxc-dropdown__expanded:focus{background:var(--wxc-dropdown--active--background)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:hover{background:var(--wxc-dropdown--hover--background);border:var(--wxc-dropdown--hover--border);box-shadow:var(--wxc-dropdown--hover--box-shadow);color:var(--wxc-dropdown--hover--color);outline:var(--wxc-dropdown--hover--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:active{background:var(--wxc-dropdown--active--background);border:var(--wxc-dropdown--active--border);box-shadow:var(--wxc-dropdown--active--box-shadow);color:var(--wxc-dropdown--active--color);outline:var(--wxc-dropdown--active--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:focus{background:var(--wxc-dropdown--focus--background);border:var(--wxc-dropdown--focus--border);box-shadow:var(--wxc-dropdown--focus--box-shadow);color:var(--wxc-dropdown--focus--color);outline:var(--wxc-dropdown--focus--outline)}.wxc-dropdown--disabled .wxc-dropdown__selected-option{background:var(--wxc-dropdown--disabled--background);border:var(--wxc-dropdown--disabled--border);box-shadow:var(--wxc-dropdown--disabled--box-shadow);color:var(--wxc-dropdown--disabled--color);outline:var(--wxc-dropdown--disabled--outline);cursor:default}.wxc-label{display:flex;flex-direction:column}.wxc-label__label-text{align-self:flex-start;color:var(--wxc-text-color);font-size:0.875rem;margin:0 0 0.25rem 0.8125rem;white-space:nowrap}.wxc-label__text{white-space:normal}.wxc-label__required{color:var(--wxc-error-color)}.wxc-label__control{flex:1}.wxc-label__error{display:flex;flex-direction:row;align-items:center;color:var(--wxc-error-color);margin:0.25rem 0}.wxc-label__error .wxc-label__error-text{font-size:0.875rem}.wxc-label__error .wxc-label__error-icon{margin:0 0.5625rem 0 0.8125rem}.wxc-number-input .wxc-number-input__controls{height:100%;width:1.9375rem;display:flex;flex-direction:column;border-left:var(--wxc-input-field--normal--border);right:0.0625rem}.wxc-number-input .wxc-number-input__increment-button{border:var(--wxc-input-field--normal--border);border-radius:0 0.5rem 0 0;border-left-color:transparent;position:relative;left:-1px}.wxc-number-input .wxc-number-input__decrement-button{border:var(--wxc-input-field--normal--border);border-radius:0 0 0.5rem 0;border-left-color:transparent;border-top-color:transparent;position:relative;left:-1px}.wxc-number-input .wxc-number-input__increment-button,.wxc-number-input .wxc-number-input__decrement-button{flex-basis:50%}.wxc-number-input .wxc-number-input__increment-button:active,.wxc-number-input .wxc-number-input__decrement-button:active{background:var(--wxc-input-field--active--background);border:var(--wxc-input-field--active--border);color:var(--wxc-input-field--active--color);box-shadow:var(--wxc-input-field--active--box-shadow)}.wxc-number-input .wxc-number-input__increment-button:disabled,.wxc-number-input .wxc-number-input__decrement-button:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow)}.wxc-radio-button{display:flex;align-items:center;position:relative;cursor:pointer}.wxc-radio-button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-radio-button__title{color:var(--wxc-input--title--normal);margin-left:0.5rem}.wxc-radio-button__background{position:relative;display:inline-block;content:\'\';cursor:pointer;border-radius:50%;min-width:1rem;width:1rem;height:1rem}.wxc-radio-button__foreground{position:absolute;display:inline-block;content:\'\';border-radius:50%;width:0.375rem;height:0.375rem;top:0.3rem;left:0.3rem}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background{border:var(--wxc-input--off--normal--border);background-color:var(--wxc-input--off--normal--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background:hover{border:var(--wxc-input--off--hover--border);background-color:var(--wxc-input--off--hover--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background:active{border:var(--wxc-input--off--active--border);background-color:var(--wxc-input--off--active--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background{border:var(--wxc-input--on--normal--border);background-color:var(--wxc-input--on--normal--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background .wxc-radio-button__foreground{background-color:var(--wxc-input--on--normal--foreground)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:hover{border:var(--wxc-input--on--hover--border);background-color:var(--wxc-input--on--hover--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:hover .wxc-radio-button__foreground{background-color:var(--wxc-input--on--hover--foreground)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:active{border:var(--wxc-input--on--active--border);background-color:var(--wxc-input--on--active--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:active .wxc-radio-button__foreground{background-color:var(--wxc-input--on--active--foreground)}.wxc-radio-button[aria-disabled=\'true\']{cursor:default}.wxc-radio-button[aria-disabled=\'true\'] .wxc-radio-button__title{color:var(--wxc-input--title--disabled)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'false\'] .wxc-radio-button__background{border:var(--wxc-input--off--disabled--border);background-color:var(--wxc-input--off--disabled--background)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'true\'] .wxc-radio-button__background{border:var(--wxc-input--on--disabled--border);background-color:var(--wxc-input--on--disabled--background)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'true\'] .wxc-radio-button__background .wxc-radio-button__foreground{background-color:var(--wxc-input--on--disabled--foreground)}.wxc-textbox__control{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;width:100%;height:100%;background:var(--wxc-input-field--normal--background);color:var(--wxc-input-field--normal--color);border:var(--wxc-input-field--normal--border);box-shadow:var(--wxc-input-field--normal--box-shadow);outline:var(--wxc-input-field--normal--outline);border-radius:0.5rem;font-size:0.875rem;padding:0.25rem 0.75rem;text-align:left;resize:none;-webkit-appearance:none}.wxc-textbox__control:hover{background:var(--wxc-input-field--hover--background);color:var(--wxc-input-field--hover--color);border:var(--wxc-input-field--hover--border);box-shadow:var(--wxc-input-field--hover--box-shadow);outline:var(--wxc-input-field--hover--outline)}.wxc-textbox__control:active{background:var(--wxc-input-field--active--background);color:var(--wxc-input-field--active--color);border:var(--wxc-input-field--active--border);box-shadow:var(--wxc-input-field--active--box-shadow);outline:var(--wxc-input-field--active--outline)}.wxc-textbox__control:focus{background:var(--wxc-input-field--focus--background);color:var(--wxc-input-field--focus--color);border:var(--wxc-input-field--focus--border);box-shadow:var(--wxc-input-field--focus--box-shadow);outline:var(--wxc-input-field--focus--outline)}.wxc-textbox__control:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow);outline:var(--wxc-input-field--disabled--outline)}.wxc-time-input input[type="time"]{position:relative;padding-left:2rem}.wxc-time-input input[type="time"]::-webkit-calendar-picker-indicator{position:absolute;margin:0 0 0.25rem 0;padding:0;left:0.75rem;filter:var(--wxc-date-input--calendar-picker-indicator--filter)}.wxc-toggle{display:flex;align-items:center;cursor:pointer}.wxc-toggle .wxc-toggle__title{color:var(--wxc-text-color);margin-left:0.5rem}.wxc-toggle .wxc-toggle__switch{position:relative;width:2.75rem;height:1.375rem;padding:0.375rem;border-radius:0.688rem}.wxc-toggle .wxc-toggle__switch:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-toggle .wxc-toggle__switch .wxc-toggle__slider{position:absolute;width:22.73%;height:45.46%;top:27.37%;border-radius:50%}.wxc-toggle .wxc-toggle__switch--on .wxc-toggle__slider{left:63.64%}.wxc-toggle .wxc-toggle__switch--off .wxc-toggle__slider{left:13.63%}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on{background-color:var(--wxc-input--on--normal--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on .wxc-toggle__slider{background-color:var(--wxc-input--on--normal--foreground)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on:hover{background-color:var(--wxc-input--on--hover--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on:active{background-color:var(--wxc-input--on--active--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off{background-color:var(--wxc-input--off--normal--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off .wxc-toggle__slider{background-color:var(--wxc-input--off--normal--foreground)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off:hover{background-color:var(--wxc-input--off--hover--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off:active{background-color:var(--wxc-input--off--active--background)}.wxc-toggle .wxc-toggle__switch--disabled{cursor:default}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--on{background-color:var(--wxc-input--on--disabled--background)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--on .wxc-toggle__slider{background-color:var(--wxc-input--on--disabled--foreground)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--off{background-color:var(--wxc-input--off--disabled--background)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--off .wxc-toggle__slider{background-color:var(--wxc-input--off--disabled--foreground)}.wxc-activity-header{display:flex;flex-direction:column;position:relative}.wxc-activity-header .wxc-activity-header__avatar{position:absolute;margin:0 0.5rem;width:2.5rem;height:2.5rem}.wxc-activity-header .wxc-activity-header__author{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:auto;display:flex;min-width:18.75rem !important;margin-left:3.5rem;font-size:0.875rem;line-height:1.375rem;text-align:left;color:var(--wxc-secondary-text-color);word-wrap:break-word}.wxc-activity-header .wxc-activity-header__timestamp{margin-left:0.5rem}.wxc-activity{display:flex;flex-direction:column;justify-content:flex-start;width:100%;margin:0.5rem 0}.wxc-activity .wxc-activity__content{display:flex;flex-direction:column;align-items:flex-start;min-width:15.625rem !important;margin-left:3.5rem;color:var(--wxc-text-color);word-wrap:break-word}.wxc-activity .wxc-activity__content .wxc-activity__message{white-space:pre-wrap}.wxc-greeting{display:block;flex-direction:column;justify-content:center;align-items:center;max-width:37.5rem;text-align:center;color:var(--wxc-text-color);margin:0 auto;margin-top:6.25rem}.wxc-greeting--desktop{margin-top:11.25rem}.wxc-greeting .wxc-greeting__title{font-size:1.252rem;font-weight:700;margin-bottom:1rem}.wxc-greeting .wxc-greeting__description{color:var(--wxc-greeting--description--text-color)}.wxc-time-ruler{display:inline-flex;justify-content:center;align-items:center;overflow:hidden;color:#DEDEDE;width:100%;padding:0 3rem;margin:0.5rem 0}.wxc-time-ruler::after,.wxc-time-ruler::before{border-top:0.06rem solid currentColor;content:\'\';flex:1 1 auto}.wxc-activity-stream{position:relative;width:100%;height:100%;overflow-y:auto}.wxc-adaptive-card{display:flex;flex-direction:column;align-items:stretch}.wxc-adaptive-card .wxc-adaptive-card__card{flex:1}.wxc-adaptive-card .wxc-adaptive-card__status{display:flex;font-size:0.75rem;margin-top:0.25rem;margin-bottom:0.25rem;padding-left:1rem;color:var(--wxc-adaptive-cards--color--light)}.wxc-adaptive-card .wxc-adaptive-card__status--error{color:var(--wxc-adaptive-cards--color--attention);background-color:var(--wxc-adaptive-cards--background--attention);border-radius:0.5rem}.wxc-adaptive-cards{display:flex;flex-direction:column}.wxc-adaptive-cards .wxc-adaptive-cards__card{flex:1;align-self:stretch;margin-bottom:0.5rem}.wxc-audio-settings{display:flex;flex-direction:column}.wxc-avatar{width:4rem;height:4rem;display:block}.wxc-avatar .wxc-avatar__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wxc-avatar .wxc-avatar__image-error{display:none}.wxc-avatar .wxc-avatar__placeholder{display:flex;justify-content:center;align-items:center;border-radius:50%;width:calc(100% - 1px);height:calc(100% - 1px);font-size:0.875rem;color:var(--wxc-avatar--text-color);text-anchor:middle;dominant-baseline:middle;fill:currentColor;position:absolute}.wxc-avatar .wxc-avatar__image{border-radius:50%;width:100%;height:100%;position:absolute}.wxc-avatar .wxc-avatar__status-icon-container{position:absolute;display:flex;align-items:center;justify-content:center;left:62.5%;right:-12.5%;top:56.25%;bottom:-6.25%;border-radius:50%;background:var(--wxc-icon--background)}.wxc-avatar .wxc-avatar__status-icon-container .wxc-avatar__status-icon{width:80%;height:80%}.wxc-avatar .wxc-avatar__bot-badge{position:absolute;background-color:var(--wxc-avatar--bot-status-color);left:-5%;top:72%;border-radius:999rem;width:75%;height:37%;text-anchor:middle;dominant-baseline:middle;fill:var(--wxc-avatar--text-color)}.wxc-avatar .wxc-avatar__self-icon{z-index:1;width:70%;height:80%;color:var(--wxc-avatar--self-status-color)}.wxc-avatar--avatar-self{border:1px solid var(--wxc-avatar--self-status-border);border-radius:50%}.wxc-avatar .wxc-avatar__status-active{color:var(--wxc-person-status--active-color)}.wxc-avatar .wxc-avatar__status-call{color:var(--wxc-person-status--in-a-meeting-color)}.wxc-avatar .wxc-avatar__status-meeting{color:var(--wxc-person-status--in-a-meeting-color)}.wxc-avatar .wxc-avatar__status-dnd{color:var(--wxc-person-status--dnd-color)}.wxc-avatar .wxc-avatar__status-presenting{color:var(--wxc-person-status--dnd-color)}.wxc-avatar .wxc-avatar__status-inactive{color:var(--wxc-person-status--away-color)}.wxc-avatar .wxc-avatar__status-ooo{color:var(--wxc-person-status--away-color)}.wxc-avatar .wxc-avatar__placeholder-1{background:var(--wxc-avatar--placeholder-1--background)}.wxc-avatar .wxc-avatar__placeholder-2{background:var(--wxc-avatar--placeholder-2--background)}.wxc-avatar .wxc-avatar__placeholder-3{background:var(--wxc-avatar--placeholder-3--background)}.wxc-avatar .wxc-avatar__placeholder-4{background:var(--wxc-avatar--placeholder-4--background)}.wxc-avatar .wxc-avatar__placeholder-5{background:var(--wxc-avatar--placeholder-5--background)}.wxc-avatar .wxc-avatar__placeholder-6{background:var(--wxc-avatar--placeholder-6--background)}.wxc-avatar .wxc-avatar__placeholder-7{background:var(--wxc-avatar--placeholder-7--background)}.wxc-avatar .wxc-avatar__placeholder-8{background:var(--wxc-avatar--placeholder-8--background)}.wxc-avatar .wxc-avatar__placeholder-9{background:var(--wxc-avatar--placeholder-9--background)}.wxc-avatar .wxc-avatar__placeholder-10{background:var(--wxc-avatar--placeholder-10--background)}.wxc-avatar .wxc-avatar__placeholder-11{background:var(--wxc-avatar--placeholder-11--background)}.wxc-in-meeting{border-radius:0.5rem;position:relative;display:flex;justify-content:center}.wxc-in-meeting--remote-sharing .wxc-in-meeting__local-media-in-meeting{display:none}.wxc-in-meeting .wxc-in-meeting__media-container{position:relative;display:flex;flex-direction:column;flex:1;align-self:stretch}.wxc-in-meeting .wxc-in-meeting__share-banner{position:absolute;top:0;left:0;right:0}.wxc-in-meeting .wxc-in-meeting__remote-media-in-meeting{flex:1;min-height:0}.wxc-in-meeting .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem;min-width:auto;min-height:auto;background:var(--wxc-secondary-video-background)}.wxc-in-meeting--tablet .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-in-meeting--desktop .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-in-meeting--desktop-xl .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:2rem;right:2rem;z-index:1}.wxc-interstitial-meeting{position:relative;display:flex;justify-content:center;align-items:center;min-width:17rem}.wxc-interstitial-meeting .wxc-interstitial-meeting__media-container{flex:1;align-self:stretch;display:flex;flex-direction:column}.wxc-interstitial-meeting .wxc-interstitial-meeting__interstitial-media-container{flex:1;min-height:0;align-self:stretch;display:flex;flex-direction:column;position:relative}.wxc-interstitial-meeting .wxc-interstitial-meeting__media{flex:1;min-height:0;align-self:stretch}.wxc-interstitial-meeting .wxc-interstitial-meeting__info{margin-bottom:1rem}.wxc-local-media{display:flex;position:relative;justify-content:center;align-items:center;height:100%;width:100%;min-height:7.5rem;min-width:7.5rem;border-radius:0.5rem;background:var(--wxc-video-background)}.wxc-local-media .wxc-local-media__video{height:100%;width:100%;object-fit:cover;border-radius:0.5rem}.wxc-media-access{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--wxc-primary-background);color:var(--wxc-text-color)}.wxc-media-access .wxc-media-access__logo-container{position:absolute;top:0;left:0}.wxc-media-access .wxc-media-access__title{margin-top:0.5rem}.wxc-media-access .wxc-media-access__body{color:var(--wxc-secondary-text-color);margin-top:0.5rem;margin-bottom:2.25rem;max-width:25rem;text-align:center;font-size:0.875rem}.wxc-media-access .wxc-media-access__body .wxc-media-access__allow{font-family:CiscoSansTT Bold,Helvetica Neue,Helvetica,Arial,sans-serif}.wxc-meeting{min-height:25rem;min-width:17rem;color:var(--wxc-text-color);background:var(--wxc-primary-background);border:var(--wxc-meeting-border);box-shadow:var(--wxc-box-shadow);padding:0 1rem;display:flex;flex-direction:column;align-items:stretch;position:relative;transform:translate(0, 0)}.wxc-meeting--roster-only .wxc-meeting__inner-meeting{display:none}.wxc-meeting--roster-only .wxc-meeting__member-roster{flex:1}.wxc-meeting .wxc-meeting__centered{margin:auto;text-align:center}.wxc-meeting .wxc-meeting__loading-logo{background:var(--wxc-loading-logo--url) no-repeat center/var(--wxc-loading-logo--size);position:absolute;top:0;left:0;width:100%;height:100%}.wxc-meeting .wxc-meeting__body{flex:1;min-height:0;position:relative;display:flex;align-items:stretch}.wxc-meeting .wxc-meeting__inner-meeting{flex:1;min-width:0;margin-bottom:1rem}.wxc-meeting .wxc-meeting__member-roster{width:23.25rem;margin:0 -1rem 0 0.5rem}.wxc-meeting .wxc-meeting__control-bar{margin-bottom:1.5rem}.wxc-meeting .wxc-meeting__media-state-toast{position:absolute;top:75%;left:50%;transform:translateX(-50%);z-index:5;white-space:nowrap}.wxc-meeting .wxc-meeting__settings{width:75%;max-width:60rem;min-width:18.5rem;height:75%;max-height:60rem;min-height:25rem}.wxc-meeting .wxc-meeting__authentication{width:53%;max-width:31.25rem;min-width:18.5rem}.wxc-meeting .wxc-meeting__authentication-guest,.wxc-meeting .wxc-meeting__authentication-host{height:25rem}.wxc-meeting .wxc-meeting__logo{margin:1rem 0 0.3125rem 0}.wxc-meeting-guest-authentication{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-size:0.875rem;color:var(--wxc-text-color);line-height:1.375rem;min-width:0}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;max-width:100%}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__logo{background:var(--wxc-auth-logo--url) no-repeat center;width:3.689rem;height:2.625rem;margin-bottom:1.25rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__title{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.25rem;line-height:1.875rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content{display:flex;flex-direction:column;width:17.625rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__input{margin-bottom:1rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__start-button{align-items:center}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__start-button-spinner{margin-right:0.5rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text{margin-top:1.25rem;color:var(--wxc-secondary-text-color)}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink{color:var(--wxc-hyperlink--normal--color);text-decoration:underline}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:hover{cursor:pointer;color:var(--wxc-hyperlink--hover--color)}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:active{cursor:pointer;color:var(--wxc-hyperlink--active--color)}.wxc-meeting-guest-authentication--phone .wxc-meeting-guest-authentication__title{font-size:1rem;line-height:1.5rem}.wxc-meeting-host-authentication{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-size:0.875rem;color:var(--wxc-text-color);line-height:1.375rem;min-width:0}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;max-width:100%}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__logo{background:var(--wxc-auth-logo--url) no-repeat center;width:3.689rem;height:2.625rem;margin-bottom:1.25rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__title{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.25rem;line-height:1.875rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content{display:flex;flex-direction:column;width:17.625rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content .wxc-meeting-host-authentication__input{margin-bottom:1rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content .wxc-meeting-host-authentication__start-button-spinner{margin-right:0.5rem}.wxc-meeting-host-authentication--phone .wxc-meeting-host-authentication__title{font-size:1rem;line-height:1.5rem}.wxc-meeting-control{display:inline-block;color:var(--wxc-text-color)}.wxc-meeting-control--as-item{display:flex;align-items:baseline}.wxc-meeting-control--as-item .wxc-meeting-control__item-button-icon{position:relative;top:0.0625rem}.wxc-meeting-control--as-item .wxc-meeting-control__item-button-text{flex:1;margin-left:0.75rem;line-height:150%}.wxc-meeting-control .wxc-meeting-control__button-text{position:relative;top:0.125rem;white-space:nowrap}.wxc-meeting-control .wxc-meeting-control__button-text:not(:first-child){margin-left:0.375rem}.wxc-meeting-control .wxc-meeting-control__control-button{flex:1}.wxc-meeting-control .wxc-meeting-control__control-select{flex:1}.wxc-meeting-control .wxc-meeting-control__as-item:hover{background:transparent}.wxc-meeting-control-bar{display:flex;flex-direction:column;align-items:center;position:relative}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls{white-space:nowrap;display:flex;align-items:center}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls>*{margin:0.3125rem}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls--control-refs{height:0;overflow:hidden}.wxc-meeting-control-bar .wxc-meeting-control-bar__collapsed-controls{position:absolute;bottom:calc(100% + 0.2rem);left:0;right:0;z-index:100}.wxc-meeting-info{display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--wxc-text-color)}.wxc-meeting-info .wxc-meeting-info__title{text-align:center;margin:0}.wxc-meeting-info .wxc-meeting-info__time{font-size:0.75rem;text-align:center}.wxc-meeting-info--tablet .wxc-meeting-info__title{font-size:1.255rem}.wxc-meeting-info--tablet .wxc-meeting-info__time{font-size:0.875rem}.wxc-meeting-info--desktop .wxc-meeting-info__title{font-size:1.5rem}.wxc-meeting-info--desktop .wxc-meeting-info__time{font-size:1rem}.wxc-member{display:flex;align-items:center;color:var(--wxc-text-color)}.wxc-member .wxc-member__avatar{height:2rem;width:2rem;margin-top:0.5rem;margin-bottom:0.5rem}.wxc-member .wxc-member__details{flex:1;min-width:0;margin-left:0.75rem}.wxc-member .wxc-member__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0.063rem}.wxc-member .wxc-member__name .wxc-member__guest{color:var(--wxc-secondary-text-color)}.wxc-member .wxc-member__roles{font-size:0.875rem;line-height:1rem;color:var(--wxc-secondary-text-color)}.wxc-member .wxc-member__organization{font-size:0.875rem;line-height:1rem;color:var(--wxc-warning-color)}.wxc-member .wxc-member__sharing{margin-right:2.5rem}.wxc-member .wxc-member__speaking{color:var(--wxc-speaking-color)}.wxc-member .wxc-member__muted{color:var(--wxc-muted-color)}.wxc-member-roster{display:flex;flex-direction:column;color:var(--wxc-text-color);background:var(--wxc-secondary-background);border-radius:0.5rem 0 0 0;padding:0.625rem 0 0.625rem 0.75rem}.wxc-member-roster .wxc-member-roster__section-title{color:var(--wxc-secondary-text-color);font-size:0.875rem;line-height:1.375rem;margin:0;letter-spacing:normal;padding:0.438rem 0 0.188rem 0}.wxc-member-roster .wxc-member-roster__external-user-warning{color:var(--wxc-warning-color);display:flex;align-items:flex-start;font-size:0.875rem;line-height:1.375rem;margin-top:0.75rem}.wxc-member-roster .wxc-member-roster__external-user-warning .wxc-member-roster__external-user-icon{margin-right:0.578rem}.wxc-member-roster .wxc-member-roster__external-user-warning .wxc-member-roster__external-user-message{flex:1}.wxc-member-roster .wxc-member-roster__header{display:flex;align-items:center;padding-right:0.375rem}.wxc-member-roster .wxc-member-roster__header .wxc-member-roster__title{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;flex:1}.wxc-member-roster .wxc-member-roster__members{overflow-y:auto;flex:1;padding-right:1.25rem;scrollbar-width:thin}.wxc-member-roster ::-webkit-scrollbar{width:1rem}.wxc-member-roster ::-webkit-scrollbar-thumb{background:var(--wxc-scrollbar--thumb);border-radius:1rem}.wxc-messaging__loading-logo{background:var(--wxc-loading-logo--url) no-repeat center/var(--wxc-loading-logo--size);position:absolute;top:0;left:0;width:100%;height:100%}.wxc-no-media{display:flex;flex-direction:column;align-items:center;font-size:0.875rem;color:var(--wxc-text-color)}.wxc-no-media .wxc-no-media__icon-media-issue{fill:transparent}.wxc-no-media .wxc-no-media__title{color:var(--wxc-error-color)}.wxc-no-media .wxc-no-media__indications{margin-top:1.875rem;margin-bottom:0}.wxc-no-media .wxc-no-media__indications .wxc-no-media__accent{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-remote-media{background:var(--wxc-video-background);border-radius:0.5rem;position:relative;display:flex;justify-content:center;align-items:center}.wxc-remote-media .wxc-remote-media__media-error{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;line-height:1.3125rem;color:var(--wxc-text-color);display:flex;flex-direction:column;justify-content:center;align-items:center}.wxc-remote-media .wxc-remote-media__error-icon{margin-bottom:1.234rem}.wxc-remote-media .wxc-remote-media__video{height:100%;width:100%;object-fit:cover}.wxc-remote-media .wxc-remote-media__connecting-badge{z-index:5;white-space:nowrap}.wxc-remote-media .wxc-remote-media__connecting-spinner{margin-right:.6875rem}.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem}.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-share{flex-grow:1}.wxc-remote-media--tablet.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-remote-media--desktop.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-remote-media--desktop-xl.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:2rem;right:2rem;z-index:1}.wxc-tabs .wxc-tabs__list{display:flex;list-style-type:none;margin:0;padding:1.5rem 1.375rem}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button{background:var(--wxc-tab--normal--background);color:var(--wxc-tab--normal--color);border:var(--wxc-tab--normal--border);cursor:pointer;font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;line-height:1.375rem;padding:0.1875rem 1rem;border-radius:0.875rem}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:hover{color:var(--wxc-tab--hover--color);background:var(--wxc-tab--hover--background);border:var(--wxc-tab--hover--border)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:active{color:var(--wxc-tab--active--color);background:var(--wxc-tab--active--background);border:var(--wxc-tab--active--border)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab--active>button{color:var(--wxc-tab--active--color);background:var(--wxc-tab--active--background)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab:not(:last-child){margin-right:0.5rem}.wxc-tabs .wxc-tabs__content{padding:0 1.375rem}.wxc-video-settings{display:flex;flex-direction:column}.wxc-video-settings .wxc-video-settings__media{position:relative;margin-top:1.5rem}.wxc-video-settings .wxc-video-settings__no-media{margin:2.5rem 1.875rem 1.125rem}.wxc-waiting-for-host{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;align-self:stretch;border-radius:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__info{margin-bottom:1rem}.wxc-waiting-for-host .wxc-waiting-for-host__content{flex:1;min-height:0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--wxc-video-background);color:var(--wxc-text-color);border-radius:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__icon{margin-bottom:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__text{width:15rem;height:2.625rem;text-align:center;font-size:0.875rem;line-height:1.3rem;margin-bottom:1.75rem}.wxc-waiting-for-host .wxc-waiting-for-host__local-media{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem;min-width:auto;min-height:auto;background:var(--wxc-secondary-video-background)}.wxc-search-people{min-width:300px;max-width:450px;width:450px;color:var(--wxc-text-color);margin-top:20px}.wxc-search-people .wxc-search-people__people-list-box{background:var(--wxc-options-list--normal--background);width:auto;max-height:105px;overflow-y:auto;border:0.0625rem solid #CCCCCC;border-radius:0.5rem;margin-top:8px;stroke-width:1px;transition:box-shadow 0.15s ease-out;text-align:left}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__people-added{background:var(--wxc-primary-background);box-shadow:var(--wxc-box-shadow);display:inline-block;font-size:12px;border-radius:30px;height:24px;padding:0 4px 0 1rem;display:inline-flex;align-items:center;margin:0.3rem}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__people-added .wxc-search-people__people-added-content{padding-right:5px}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__input{border:none}.wxc-search-people .wxc-search-people__suggestions{height:200px;width:auto;overflow-y:auto}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list{display:flex}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__avatar{width:2.5rem;height:auto;border-radius:20px}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__data{padding-left:10px;text-align:left}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__list-selected{color:var(--wxc-options-list--checked-icon--color);flex:1;text-align:end}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__list-heading{padding:5px;border-bottom:1px solid grey;background:var(--wxc-options-list--normal--background);text-align:left}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__search-error{font-size:12px;padding:10px;color:grey;background:var(--wxc-options-list--normal--background);text-align:center}.wxc-search-people .wxc-input-field__input{border:none !important;outline:none !important;box-shadow:none !important}.wxc-search-people .wxc-options-list{border-radius:0}.wxc-create-space{min-width:300px;width:450px}.wxc-create-space .wxc-create-space__buttons{display:flex;flex:1 1 auto;gap:20px;margin-top:15px}.wxc-create-space .wxc-create-space__error{display:flex;color:var(--wxc-error-color)}.wxc-create-space .wxc-create-space__success{display:flex;color:var(--wxc-speaking-color)}.wxc-create-space .wxc-input-field__input{outline:none !important;box-shadow:none !important}.wxc-create-space .wxc-options-list{border-radius:0}\n',"",{version:3,sources:["webpack://src/styles/_fonts.scss","webpack://src/themes/dark.scss","webpack://src/themes/light.scss","webpack://src/styles/_mixins.scss","webpack://src/styles/_variables.scss","webpack://src/styles/_defaults.scss","webpack://src/components/adaptive-cards/Action/Action.scss","webpack://src/components/adaptive-cards/ActionSet/ActionSet.scss","webpack://src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.scss","webpack://src/components/adaptive-cards/Component/Component.scss","webpack://src/components/adaptive-cards/ImageSet/ImageSet.scss","webpack://src/components/adaptive-cards/InputText/InputText.scss","webpack://src/components/adaptive-cards/InputTime/InputTime.scss","webpack://src/components/adaptive-cards/FactSet/FactSet.scss","webpack://src/components/adaptive-cards/Markdown/Markdown.scss","webpack://src/components/adaptive-cards/Spacer/Spacer.scss","webpack://src/components/adaptive-cards/TextBlock/TextBlock.scss","webpack://src/components/generic/Badge/Badge.scss","webpack://src/components/generic/Banner/Banner.scss","webpack://src/components/generic/Button/Button.scss","webpack://src/components/generic/InputField/InputField.scss","webpack://src/components/generic/Loader/Loader.scss","webpack://src/styles/_colors.scss","webpack://src/components/generic/Modal/Modal.scss","webpack://src/components/generic/OptionsList/Option.scss","webpack://src/components/generic/OptionsList/OptionsList.scss","webpack://src/components/generic/Popup/Popup.scss","webpack://src/components/generic/Spinner/Spinner.scss","webpack://src/components/generic/Title/Title.scss","webpack://src/components/generic/Tooltip/Tooltip.scss","webpack://src/components/icons/AudioMicrophoneMutedIcon.scss","webpack://src/components/icons/CameraMutedIcon.scss","webpack://src/components/icons/_icons.scss","webpack://src/components/inputs/Checkbox/Checkbox.scss","webpack://src/components/inputs/DateInput/DateInput.scss","webpack://src/components/inputs/Dropdown/Dropdown.scss","webpack://src/components/inputs/Label/Label.scss","webpack://src/components/inputs/NumberInput/NumberInput.scss","webpack://src/components/inputs/RadioButton/RadioButton.scss","webpack://src/components/inputs/Textbox/Textbox.scss","webpack://src/components/inputs/TimeInput/TimeInput.scss","webpack://src/components/inputs/Toggle/Toggle.scss","webpack://src/components/WebexActivity/ActivityHeader.scss","webpack://src/components/WebexActivity/WebexActivity.scss","webpack://src/components/WebexActivityStream/Greeting.scss","webpack://src/components/WebexActivityStream/TimeRuler.scss","webpack://src/components/WebexActivityStream/WebexActivityStream.scss","webpack://src/components/WebexAdaptiveCard/WebexAdaptiveCard.scss","webpack://src/components/WebexAdaptiveCards/WebexAdaptiveCards.scss","webpack://src/components/WebexAudioSettings/WebexAudioSettings.scss","webpack://src/components/WebexAvatar/WebexAvatar.scss","webpack://src/components/WebexInMeeting/WebexInMeeting.scss","webpack://src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.scss","webpack://src/components/WebexLocalMedia/WebexLocalMedia.scss","webpack://src/components/WebexMediaAccess/WebexMediaAccess.scss","webpack://src/components/WebexMeeting/WebexMeeting.scss","webpack://src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss","webpack://src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.scss","webpack://src/components/WebexMeetingControl/WebexMeetingControl.scss","webpack://src/components/WebexMeetingControlBar/WebexMeetingControlBar.scss","webpack://src/components/WebexMeetingInfo/WebexMeetingInfo.scss","webpack://src/components/WebexMember/WebexMember.scss","webpack://src/components/WebexMemberRoster/WebexMemberRoster.scss","webpack://src/components/WebexMessaging/WebexMessaging.scss","webpack://src/components/WebexNoMedia/WebexNoMedia.scss","webpack://src/components/WebexRemoteMedia/WebexRemoteMedia.scss","webpack://src/components/WebexSettings/Tabs.scss","webpack://src/components/WebexVideoSettings/WebexVideoSettings.scss","webpack://src/components/WebexWaitingForHost/WebexWaitingForHost.scss","webpack://src/components/WebexSearchPeople/WebexSearchPeople.scss","webpack://src/components/WebexCreateSpace/WebexCreateSpace.scss"],names:[],mappings:"AAAA,WACE,8BAA+B,CAC/B,iBAAkB,CAClB,kBAAmB,CACnB,kHACgE,CAChE,qBAAsB,CAGxB,WACE,sCAAuC,CACvC,iBAAkB,CAClB,kBAAmB,CACnB,kHACuE,CACvE,qBAAsB,CAGxB,WACE,qCAAsC,CACtC,iBAAkB,CAClB,kBAAmB,CACnB,kHACsE,CACtE,qBAAsB,CAGxB,WACE,6CAA8C,CAC9C,iBAAkB,CAClB,kBAAmB,CACnB,kHAC6E,CAC7E,qBAAsB,CAGxB,WACE,+BAAgC,CAChC,iBAAkB,CAClB,kBAAmB,CACnB,kHACiE,CACjE,qBAAsB,CAGxB,WACE,uCAAwC,CACxC,iBAAkB,CAClB,kBAAmB,CACnB,oHACwE,CACxE,qBAAsB,CAGxB,WACE,iCAAkC,CAClC,iBAAkB,CAClB,kBAAmB,CACnB,oHACmE,CACnE,qBAAsB,CAGxB,WACE,yCAA0C,CAC1C,iBAAkB,CAClB,kBAAmB,CACnB,oHAC0E,CAC1E,qBAAsB,CAGxB,WACE,gCAAiC,CACjC,iBAAkB,CAClB,kBAAmB,CACnB,oHACkE,CAClE,qBAAsB,CAGxB,WACE,8BAA+B,CAC/B,iBAAkB,CAClB,kBAAmB,CACnB,oHACgE,CAChE,qBAAsB,CAGxB,WACE,sCAAuC,CACvC,iBAAkB,CAClB,kBAAmB,CACnB,oHACuE,CACvE,qBAAsB,CAGxB,WACE,+BAAgC,CAChC,iBAAkB,CAClB,kBAAmB,CACnB,oHACiE,CACjE,qBAAsB,CAGxB,WACE,uCAAwC,CACxC,iBAAkB,CAClB,kBAAmB,CACnB,oHACwE,CACxE,qBAAsB,CClHxB,0CACE,gCAA2B,CAE3B,iEAAwB,CACxB,oCAAyB,CACzB,8DAAqB,CAErB,wCAAiB,CACjB,iDAA2B,CAC3B,4BAAoB,CACpB,0BAAkB,CAClB,0BAAkB,CAClB,6BAAqB,CAErB,2DAAyB,CACzB,6DAA2B,CAC3B,8CAAuB,CACvB,yCAAiC,CAEjC,qDAAqB,CACrB,sBAAiB,CACjB,mFAAuB,CAEvB,0CAAkC,CAClC,uCAA+B,CAC/B,gDAAwC,CACxC,wCAAgC,CAEhC,+BAAuB,CACvB,uDAAmB,CACnB,8CAAuB,CACvB,kFAAuB,CAEvB,8DAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,iDAAyC,CACzC,iDAAyC,CACzC,uCAA+B,CAC/B,wCAAgC,CAChC,sCAAiC,CACjC,8BAAyB,CAEzB,2HAA8B,CAC9B,iDAAiC,CAEjC,4BAAuB,CACvB,uBAAkB,CAClB,iCAAyB,CACzB,gCAAwB,CAExB,gDAAwC,CACxC,+CAAuC,CAEvC,gCAAwB,CACxB,+CAAoB,CACpB,sFAAwB,CAExB,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,gDAAwC,CACxC,0DAAmC,CACnC,yCAAoC,CAEpC,iEAA2C,CAC3C,4DAAsC,CACtC,4CAAuC,CAEvC,sDAA0C,CAC1C,4DAAqC,CACrC,sEAAsC,CAEtC,gEAA0C,CAC1C,4DAAqC,CACrC,sEAAsC,CAEtC,gEAAyC,CACzC,2DAAoC,CACpC,qEAAqC,CAErC,wDAA4C,CAC5C,6DAAuC,CACvC,wEAAwC,CAExC,oDAAwC,CACxC,wCAAmC,CACnC,yCAAoC,CAEpC,8DAAuC,CACvC,uCAAkC,CAClC,wCAAmC,CAEnC,8DAAwC,CACxC,wCAAmC,CACnC,yCAAoC,CAEpC,gEAA0C,CAC1C,2DAAqC,CACrC,2CAAsC,CAEtC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,8CAAsC,CACtC,wDAAiC,CACjC,uCAAkC,CAElC,+DAAyC,CACzC,0DAAoC,CACpC,0CAAqC,CAErC,iEAA0C,CAC1C,sDAAqC,CACrC,2CAAsC,CAEtC,gEAA0C,CAC1C,sDAAqC,CACrC,2CAAsC,CAEtC,+DAAyC,CACzC,qDAAoC,CACpC,0CAAqC,CAErC,kEAA4C,CAC5C,6DAAuC,CACvC,6CAAwC,CAExC,oDAA6B,CAC7B,oDAA6B,CAE7B,0CAA8B,CAC9B,+CAAyB,CACzB,+BAA0B,CAE1B,oDAA8B,CAC9B,gDAAyB,CACzB,+BAA0B,CAE1B,oDAA6B,CAC7B,+CAAwB,CACxB,8BAAyB,CAEzB,wCAAmC,CACnC,oDAA8B,CAC9B,wCAAmC,CACnC,+DAA+B,CAC/B,qCAAgC,CAEhC,yDAAkC,CAClC,mDAA6B,CAC7B,uCAAkC,CAClC,8DAA8B,CAC9B,oCAA+B,CAE/B,0DAAmC,CACnC,qDAA8B,CAC9B,+FAAmC,CACnC,+DAA+B,CAC/B,qCAAgC,CAEhC,4DAAqC,CACrC,sDAAgC,CAChC,gFAAqC,CACrC,kEAAiC,CACjC,uCAAkC,CAElC,uCAAkC,CAClC,oDAA6B,CAC7B,8FAAkC,CAClC,8DAA8B,CAC9B,oCAA+B,CAE/B,oDAAsC,CACtC,wDAAiC,CACjC,kEAAkC,CAClC,2CAAsC,CACtC,wCAAmC,CAEnC,4DAAqC,CACrC,uDAAgC,CAChC,iEAAiC,CACjC,0CAAqC,CACrC,uCAAkC,CAElC,6DAAsC,CACtC,wDAAiC,CACjC,kEAAkC,CAClC,kGAAsC,CACtC,wCAAmC,CAEnC,4DAAqC,CACrC,uDAAgC,CAChC,iEAAiC,CACjC,iGAAqC,CACrC,uCAAkC,CAElC,+DAAwC,CACxC,0DAAmC,CACnC,0DAAoC,CACpC,6CAAwC,CACxC,0CAAqC,CAErC,oDAA4C,CAC5C,8DAAuC,CACvC,0DAAwC,CACxC,iDAA4C,CAC5C,8CAAyC,CAEzC,kEAA2C,CAC3C,6DAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,kEAA2C,CAC3C,6DAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,6CAAuB,CAEvB,iDAA0B,CAE1B,uCAA+B,CAE/B,oEAA4C,CAC5C,yEAAyC,CAEzC,mEAA4C,CAC5C,8DAAuC,CACvC,6CAAwC,CAExC,oEAA6C,CAC7C,+DAAwC,CACxC,8CAAyC,CAEzC,uDAA+C,CAC/C,iEAA0C,CAC1C,gDAA2C,CAE3C,gDAAwC,CAExC,6BAAwB,CACxB,yBAAoB,CAEpB,8CAAuB,CACvB,kDAA4B,CAE5B,uCAA+B,CAC/B,sCAA8B,CAC9B,sCAA+B,CAE/B,8BAAyB,CACzB,qDAAqB,CACrB,iDAA2B,CAE3B,mEAAmC,CACnC,8CAA0C,CAE1C,kDAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,+CAAuC,CACvC,oDAA4C,CAC5C,kDAA0C,CAE1C,4DAAqC,CACrC,yDAAkC,CAClC,yDAAmC,CACnC,4CAAoC,CACpC,0CAAkC,CAClC,6CAAqC,CACrC,+CAAuC,CAEvC,kEAA4C,CAC5C,+DAAyC,CACzC,gEAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,oDAA4C,CAC5C,sDAA8C,CAE9C,8CAAsC,CACtC,8CAAsC,CAEtC,kDAA2B,CAC3B,mDAA6B,CAE7B,qCAAgC,CAChC,4CAAoC,CACpC,qDAAoC,CAEpC,oCAA+B,CAC/B,2CAAmC,CACnC,oDAAmC,CAEnC,qCAAgC,CAChC,4CAAoC,CACpC,qDAAoC,CAEpC,uCAAkC,CAClC,8CAAsC,CACtC,sDAAsC,CAEtC,iEAAiC,CACjC,4DAAqC,CACrC,4DAAqC,CAErC,gEAAgC,CAChC,0DAAoC,CACpC,2DAAoC,CAEpC,iEAAiC,CACjC,2DAAqC,CACrC,4DAAqC,CAErC,wCAAmC,CACnC,8DAAuC,CACvC,6DAAuC,CAEvC,+DAAoD,CAEpD,oDAA4C,CAC5C,uEAAgD,CAChD,wDAAgD,CAGhD,qDAA6C,CAC7C,wEAAiD,CACjD,yDAAiD,CAEjD,8DAAwC,CACzC,sCC7VC,iCAA2B,CAE3B,iEAAwB,CACxB,oCAAyB,CACzB,8DAAqB,CAErB,kCAAiB,CACjB,2CAA2B,CAC3B,4BAAoB,CACpB,0BAAkB,CAClB,0BAAkB,CAClB,6BAAqB,CAErB,wDAAyB,CACzB,0DAA2B,CAC3B,4BAAuB,CACvB,yCAAiC,CAEjC,+CAAqB,CACrB,+EAAiB,CACjB,kFAAuB,CAEvB,0CAAkC,CAClC,uCAA+B,CAC/B,gDAAwC,CACxC,wCAAgC,CAEhC,4BAAuB,CACvB,iDAAmB,CACnB,wCAAuB,CACvB,kFAAuB,CAEvB,wDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,iDAAyC,CACzC,iDAAyC,CACzC,uCAA+B,CAC/B,wCAAgC,CAChC,sCAAiC,CACjC,8BAAyB,CAEzB,6IAA8B,CAC9B,uDAAiC,CAEjC,4BAAuB,CACvB,uBAAkB,CAClB,iCAAyB,CACzB,gCAAwB,CAExB,gDAAwC,CACxC,+CAAuC,CAEvC,6BAAwB,CACxB,+CAAoB,CACpB,sFAAwB,CAExB,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,gDAAwC,CACxC,0DAAmC,CACnC,yCAAoC,CAEpC,2DAA2C,CAC3C,sDAAsC,CACtC,4CAAuC,CAEvC,sDAA0C,CAC1C,sDAAqC,CACrC,gEAAsC,CAEtC,0DAA0C,CAC1C,sDAAqC,CACrC,gEAAsC,CAEtC,0DAAyC,CACzC,qDAAoC,CACpC,+DAAqC,CAErC,wDAA4C,CAC5C,uDAAuC,CACvC,kEAAwC,CAExC,oDAAwC,CACxC,oDAAmC,CACnC,yCAAoC,CAEpC,wDAAuC,CACvC,mDAAkC,CAClC,wCAAmC,CAEnC,wDAAwC,CACxC,oDAAmC,CACnC,yCAAoC,CAEpC,0DAA0C,CAC1C,qDAAqC,CACrC,2CAAsC,CAEtC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,8CAAsC,CACtC,wDAAiC,CACjC,uCAAkC,CAElC,yDAAyC,CACzC,oDAAoC,CACpC,0CAAqC,CAErC,2DAA0C,CAC1C,4DAAqC,CACrC,2CAAsC,CAEtC,0DAA0C,CAC1C,4DAAqC,CACrC,2CAAsC,CAEtC,yDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,4DAA4C,CAC5C,uDAAuC,CACvC,6CAAwC,CAExC,qCAA6B,CAC7B,qCAA6B,CAE7B,0CAA8B,CAC9B,yCAAyB,CACzB,+BAA0B,CAE1B,8CAA8B,CAC9B,0CAAyB,CACzB,+BAA0B,CAE1B,8CAA6B,CAC7B,yCAAwB,CACxB,8BAAyB,CAEzB,wCAAmC,CACnC,8CAA8B,CAC9B,wCAAmC,CACnC,yDAA+B,CAC/B,qCAAgC,CAEhC,mDAAkC,CAClC,6CAA6B,CAC7B,uCAAkC,CAClC,wDAA8B,CAC9B,oCAA+B,CAE/B,oDAAmC,CACnC,+CAA8B,CAC9B,8FAAmC,CACnC,yDAA+B,CAC/B,qCAAgC,CAEhC,sDAAqC,CACrC,gDAAgC,CAChC,0CAAqC,CACrC,4DAAiC,CACjC,uCAAkC,CAElC,uCAAkC,CAClC,8CAA6B,CAC7B,6FAAkC,CAClC,wDAA8B,CAC9B,oCAA+B,CAE/B,2CAAsC,CACtC,kDAAiC,CACjC,4DAAkC,CAClC,2CAAsC,CACtC,wCAAmC,CAEnC,sDAAqC,CACrC,iDAAgC,CAChC,2DAAiC,CACjC,0CAAqC,CACrC,uCAAkC,CAElC,uDAAsC,CACtC,kDAAiC,CACjC,4DAAkC,CAClC,iGAAsC,CACtC,wCAAmC,CAEnC,sDAAqC,CACrC,iDAAgC,CAChC,2DAAiC,CACjC,gGAAqC,CACrC,uCAAkC,CAElC,yDAAwC,CACxC,mDAAmC,CACnC,0DAAoC,CACpC,6CAAwC,CACxC,0CAAqC,CAErC,oDAA4C,CAC5C,wDAAuC,CACvC,0DAAwC,CACxC,iDAA4C,CAC5C,8CAAyC,CAEzC,4DAA2C,CAC3C,uDAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,4DAA2C,CAC3C,uDAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,uCAAuB,CAEvB,2CAA0B,CAE1B,oCAA+B,CAE/B,oEAA4C,CAC5C,wEAAyC,CAEzC,6DAA4C,CAC5C,wDAAuC,CACvC,6CAAwC,CAExC,8DAA6C,CAC7C,yDAAwC,CACxC,8CAAyC,CAEzC,oDAA+C,CAC/C,2DAA0C,CAC1C,gDAA2C,CAE3C,gDAAwC,CAExC,6BAAwB,CACxB,yBAAoB,CAEpB,wCAAuB,CACvB,4CAA4B,CAE5B,uCAA+B,CAC/B,sCAA8B,CAC9B,sCAA+B,CAE/B,8BAAyB,CACzB,+CAAqB,CACrB,2CAA2B,CAE3B,6DAAmC,CACnC,8CAA0C,CAE1C,+CAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,+CAAuC,CACvC,oDAA4C,CAC5C,kDAA0C,CAE1C,sDAAqC,CACrC,mDAAkC,CAClC,mDAAmC,CACnC,4CAAoC,CACpC,0CAAkC,CAClC,+CAAuC,CACvC,6CAAqC,CAErC,4DAA4C,CAC5C,yDAAyC,CACzC,0DAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,oDAA4C,CAC5C,sDAA8C,CAE9C,8CAAsC,CACtC,8CAAsC,CAEtC,4CAA2B,CAC3B,6CAA6B,CAE7B,qCAAgC,CAChC,4CAAoC,CACpC,2DAAoC,CAEpC,oCAA+B,CAC/B,2CAAmC,CACnC,0DAAmC,CAEnC,qCAAgC,CAChC,4CAAoC,CACpC,2DAAoC,CAEpC,uCAAkC,CAClC,8CAAsC,CACtC,4DAAsC,CAEtC,2DAAiC,CACjC,sDAAqC,CACrC,sDAAqC,CAErC,0DAAgC,CAChC,oDAAoC,CACpC,oDAAoC,CAEpC,2DAAiC,CACjC,qDAAqC,CACrC,sDAAqC,CAErC,wCAAmC,CACnC,wDAAuC,CACvC,uDAAuC,CAEvC,+DAAoD,CAEpD,oDAA4C,CAC5C,iEAAgD,CAChD,wDAAgD,CAEhD,qDAA6C,CAC7C,kEAAiD,CACjD,yDAAiD,CAEjD,gDAAwC,CACzC,KC7UC,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CEjB1B,4CAA6C,CAC9C,YAGC,qBAAsB,CADxB,oDAII,aAAc,CAJlB,gEAQI,2CAA4C,CAC5C,sBAAuB,CACxB,qBCbC,UAAW,CACX,WAAY,CACZ,qBAAsB,CACvB,2BAGC,oBAAqB,CACtB,6DAEmD,iBAAkB,CAAI,+DACpB,kBAAmB,CAAI,+BCX7E,oBAAqB,CACtB,sBCDC,wCAAyC,CACzC,2BAA4B,CAC5B,aAAc,CACd,8CAA+C,CAC/C,4DAA6D,CAC9D,6BCJ6B,sDAAa,CAA6B,2BAC5C,yEAAa,CAA0B,gEAG5B,0BAA2B,CADlE,kEAEyC,sBAAuB,CAFhE,iEAGwC,wBAAyB,CAAI,kGAK5B,qBAAsB,CAF/D,oGAG2C,iBAAkB,CAH7D,mGAI0C,mBAAoB,CAAI,sBAKnD,kBAAmB,CAAI,oBACzB,iBAAkB,CAAI,qBACrB,cAAe,CAAI,oBACpB,iBAAkB,CAAI,yBACjB,gBAAiB,CAAI,wBAIxB,eAAgB,CAAI,wBACpB,mBAAoB,CAAI,uBACzB,kBAAmB,CAAI,oBAInC,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACxB,kBAEkB,aAAc,CAAI,mBACjB,aAAc,CAAI,wBAGpC,2DAA4D,CAC7D,qBAGC,iBAAkB,CACnB,4BAGC,4BAA6B,CAC9B,wBAGC,yBAA0B,CAC3B,iCAIG,gBAAiB,CACjB,cAAe,CAChB,iCACY,+DAAgE,CAAI,kCACnE,gEAAiE,CAAI,8BACzE,4DAA6D,CAAI,mCAC5D,iEAAkE,CAAI,iCACxE,+DAAgE,CAAI,gCACrE,8DAA+D,CAAI,4BAGpD,iBAAkB,CAAI,0BAGtC,UAAW,CAAE,WAAY,CAAI,2BAC5B,UAAW,CAAE,WAAY,CAAI,0BAC9B,WAAY,CAAE,YAAa,CAAI,+BAI1C,gBAAiB,CAClB,8BAGC,YAAa,CACb,kBAAmB,CAFrB,kDAKc,UAAW,CALzB,qDAMiB,MAAO,CANxB,mDAUc,WAAY,CAV1B,sDAWiB,kBAAmB,CAXpC,gFAeI,oBAAqB,CACrB,uBAAwB,CAhB5B,4FAkBoB,qBAAsB,CAlB1C,2FAmBmB,sBAAuB,CAAI,4BAK5C,YAAa,CACb,qBAAsB,CAFxB,gDAKc,UAAW,CALzB,mDAMiB,kBAAmB,CANpC,iDAUc,WAAY,CAV1B,oDAWiB,MAAO,CAXxB,mEAea,0BAA2B,CAfxC,sEAgBgB,sBAAuB,CAhBvC,sEAiBgB,wBAAyB,CAjBzC,8EAqBI,qBAAsB,CACtB,sBAAuB,CAtB3B,0FAwBoB,oBAAqB,CAxBzC,yFAyBmB,uBAAwB,CAAI,0BAK7C,YAAa,CACd,wBAGC,sDAAuD,CADzD,2CAEwB,mDAAoD,CAF5E,4CAGyB,oDAAqD,CAH9E,6CAI0B,qDAAsD,CAJhF,2CAKwB,mDAAoD,CAL5E,8CAM2B,sDAAuD,CANlF,gDAO6B,wDAAyD,CAAI,oDAI/D,+CAAgD,CAD3E,iDAEwB,4CAA6C,CAFrE,kDAGyB,6CAA8C,CAHvE,mDAI0B,8CAA+C,CAJzE,iDAKwB,4CAA6C,CALrE,oDAM2B,+CAAgD,CAN3E,sDAO6B,iDAAkD,CAAI,yBAIjF,2BAA4B,CAG1B,2CAAY,wBAAyB,CAAI,uDACjB,0BAA2B,CAAI,qDACjC,0BAA2B,CAAI,0CAC1C,qBAAsB,CAAI,iDAI5B,uBAAwB,CAAI,oDACzB,0BAA2B,CAAI,oDAC/B,0BAA2B,CAAI,oDAIjC,wBAAyB,CAAI,sDAC3B,0BAA2B,CAAI,qDAChC,yBAA0B,CN3HvC,oCACE,sCAAuC,CACvC,YAAa,CACd,4BM+HC,uDAAwD,CACxD,qEAAsE,CACtE,0DAA2D,CAL/D,6BAQI,wDAAyD,CACzD,sEAAuE,CACvE,2DAA4D,CAC7D,sCAID,oBAAqB,CACtB,8BCnMC,YAAa,CACb,cAAe,CAChB,+BCFC,YAAa,CADf,6EAII,kBAAmB,CAJvB,4IASI,MAAO,CACR,oECRC,YAAa,CACb,kBAAmB,CAHvB,yEAOI,iBAAkB,CACnB,sECNC,oBAAqB,CACrB,eAAgB,CACjB,kDCFC,QAAS,CAFb,gBAOI,yCAA0C,CAC1C,yBAA0B,CX6C5B,8BACE,sCAAuC,CACvC,YAAa,CACd,sBW7CG,cAAe,CACf,wCAAyC,CAZ/C,uBAgBM,cAAe,CACf,yCAA0C,CAC3C,eCjBH,aAAc,CAEd,2CACE,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CAHzB,uDAKkB,YAAa,CAL/B,6DAOiB,aAAc,CAP/B,0DAQc,QAAS,CARvB,2DASe,eAAgB,CAT/B,4DAUgB,eAAgB,CAVhC,2DAWe,eAAgB,CAX/B,gEAYoB,aAAc,CAZlC,6DAaiB,eAAgB,CAbjC,wDAiBI,eAAgB,CAChB,2DAA4D,CAC5D,kBAAmB,CACpB,6CAID,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAHzB,yDAKkB,YAAa,CAL/B,+DAOiB,YAAa,CAP9B,4DAQc,OAAQ,CARtB,6DASe,cAAe,CAT9B,8DAUgB,cAAe,CAV/B,6DAWe,cAAe,CAX9B,kEAYoB,YAAa,CAZjC,+DAaiB,cAAe,CAbhC,0DAiBI,cAAe,CACf,2DAA4D,CAC5D,kBAAmB,CACpB,0CC5CD,mBAAoB,CACpB,aAAc,CACd,2BAA4B,CAC5B,eAAgB,CACjB,WCPD,qCAAsC,CACtC,iCAAkC,CAClC,sCAAuC,CACvC,8BAA+B,CAC/B,sCAAuC,CACvC,qBAAsB,CACtB,YAAa,CACb,kBAAmB,CACpB,YCNC,YAAa,CACb,sBAAuB,CACvB,2BAA4B,CAC5B,iBAAkB,CAClB,OAAQ,CACR,MAAO,CAEP,iBACE,KAAM,CACN,6CAA8C,CAC9C,2BAA4B,CAC7B,oBAGC,QAAS,CACT,gDAAiD,CACjD,iBAAkB,CACnB,YChBD,YAAa,CACb,aAAc,CACd,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,4EfFqE,CeGrE,aAAc,CACd,iBAAkB,ChB4ClB,0BACE,sCAAuC,CACvC,YAAa,CACd,gCgB5CC,cAAe,CAChB,kBAID,sDAAuD,CACvD,8CAA+C,CAC/C,4CAA6C,CAH/C,wBAMI,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CARlD,+DAYI,sDAAuD,CACvD,4CAA6C,CAC7C,8CAA+C,CAdnD,gCAkBI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAClD,yCAKD,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAJpD,qDAOI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CATrD,wIAaI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAftD,qEAmBI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CACrD,oBAID,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAHnD,0BAMI,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CARpD,mEAYI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAdrD,kCAkBI,0DAA2D,CAC3D,gDAAiD,CACjD,kDAAmD,CACpD,mBAID,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CAChD,iBAAkB,CAClB,kBAAmB,CALrB,yBAQI,sDAAuD,CACvD,4CAA6C,CAC7C,8CAA+C,CAVnD,0BAcI,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CAhBpD,iCAoBI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CACnD,qBAID,kBAAmB,CACnB,mBAAoB,CACpB,wBAAyB,CACzB,uBAAwB,CACxB,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAPpD,2BAUI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAZrD,qEAgBI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAlBtD,mCAsBI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CACrD,iBC3ID,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CAHpB,gDAMI,iBAAkB,CAClB,YAAa,CAPjB,yCjBcE,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CiBLxB,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,oBAAqB,CACrB,yCAA0C,CAC1C,UAAW,CACX,WAAY,CACZ,uBAAwB,CAnB5B,wDAsBM,yBAA0B,CAtBhC,sKA0BQ,oBAAqB,CACrB,uBAAwB,CACxB,eAAgB,CAChB,QAAS,CA7BjB,kLAkCQ,oBAAqB,CACrB,uBAAwB,CACxB,eAAgB,CAChB,QAAS,CArCjB,kDA0CM,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACxD,iDAAkD,CA9CxD,gFAkDM,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,gDAAmD,CACnD,+CAAgD,CAtDtD,0EA0DM,oDAAqD,CACrD,4CAA6C,CAC7C,0CAA2C,CAC3C,oDAAqD,CACrD,8CAA+C,CA9DrD,8DAkEM,oDAAqD,CACrD,4CAA6C,CAC7C,0CAA2C,CAC3C,oDAAqD,CACrD,8CAA+C,CAtErD,uGA0EM,2DAA4D,CAC5D,mDAAoD,CACpD,iDAAkD,CAClD,2DAA4D,CAC5D,qDAAsD,CA9E5D,iGAkFM,0DAA2D,CAC3D,kDAAmD,CACnD,gDAAiD,CACjD,0DAA2D,CAC3D,oDAAqD,CAtF3D,qFA0FM,0DAA2D,CAC3D,kDAAmD,CACnD,gDAAiD,CACjD,0DAA2D,CAC3D,oDAAqD,CA9F3D,8CAyII,iBAAkB,CAClB,iCAAkC,CAClC,OAAQ,CACR,SAAU,CACV,0BAA2B,CA7I/B,+DAgJM,UAAW,CACZ,yDAKC,sBAAuB,CACxB,6DAKC,yBAA0B,CAC1B,4BAA6B,CAC9B,YC7JH,gCCyFqC,CDxFrC,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAEvB,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,QAAS,CACT,MAAO,CACP,SAAU,CAXZ,gCAcI,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,uBAAwB,CACxB,kDAAmD,CACnD,oBAAqB,CApBzB,+EAwBM,UAAW,CACX,oBAAqB,CACrB,iBAAkB,CAClB,KAAM,CA3BZ,wCA+BM,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,uBAAwB,CACxB,2CAA4C,CAC5C,kBAAmB,CApCzB,uCAwCM,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,uBAAwB,CACxB,2CAA4C,CAC5C,kBAAmB,CACpB,uBAID,GACE,gCCoCiC,CDlCnC,SAEE,wBCxDe,CAAA,CCCrB,WACE,cAAe,CACf,MAAO,CACP,OAAQ,CACR,KAAM,CACN,QAAS,CACT,SAAU,CACV,YAAa,CACb,oBAAqB,CACrB,sBAAuB,CACvB,gCAAkB,CAVpB,+BAaI,+BAAgC,CAChC,uCAAwC,CACxC,6CAA8C,CAC9C,MAAO,CACP,eAAgB,CAChB,eAAgB,CAChB,YAAa,CACb,qBAAsB,CACvB,2BAGC,kBAAmB,CADpB,+CAIG,aAAc,CA3BpB,8BAgCI,YAAa,CACb,kBAAmB,CACnB,uBAAwB,CAlC5B,6BAsCI,2BAA4B,CAC5B,0EnBlCmE,CmBmCnE,cAAe,CACf,kBAAmB,CAzCvB,6BA6CI,gBAAiB,CA7CrB,4BAiDI,gBAAiB,CAjDrB,4BAqDI,yBAA0B,CAC1B,eAAgB,CAChB,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACpB,YCzDD,sBAAuB,CACvB,oBAAqB,CACrB,YAAa,CACb,kBAAmB,CACnB,cAAe,CACf,2BAA4B,CAN9B,+BASI,MAAO,CACP,aAAc,CACd,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAbpB,+BAiBI,kDAAmD,CACnD,mBAAoB,CAlBxB,0CAqBM,iBAAkB,CArBxB,kCA0BI,8DAA+D,CAC/D,oDAAqD,CACrD,sDAAuD,CA5B3D,kBAgCI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CAlCxD,mBAsCI,4DAA6D,CAC7D,kDAAmD,CACnD,oDAAqD,CAxCzD,0BA4CI,qDAAsD,CACtD,2DAA4D,CAC7D,kBC7CD,eAAgB,CAChB,8CAA+C,CAC/C,QAAS,CACT,cAAe,CAChB,WCJC,cAAe,CACf,SAAU,CACV,+BAAgC,CAChC,qBAAsB,CACtB,uCAAwC,CACxC,aAAc,CACf,aCRC,iBAAkB,CAClB,oBAAqB,CACrB,kDAAmD,CACnD,iBAAkB,CAClB,kDAAmD,CACnD,iCAAkC,CAClC,yCAA0C,CAC3C,gBAGC,GAAK,gCAAiC,CAAA,CAExC,wBACE,GAAK,gCAAiC,CAAA,CCdxC,WACI,2BAA4B,CAC5B,gBAAiB,CACjB,wBAAyB,CACzB,kBAAmB,CAEnB,oBACI,0ExBA+D,CwBClE,uBAGG,4ExBJ+D,CwBKlE,uBCTH,iBAAkB,CAClB,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,0BAA2B,CAC3B,WAAY,CACZ,QAAS,CAPX,uDAUI,iBAAkB,CAVtB,mDAcI,wCAAyC,CACzC,uBAAwB,CACxB,gCAAiC,CACjC,wEPoEoC,COnEpC,2BAA4B,CAC5B,kBAAmB,CACnB,eAAgB,CAChB,0CAA2C,CAC3C,iBAAkB,CAClB,iBAAkB,CAvBtB,iFA0BM,iBAAkB,CAClB,gCAAiC,CACjC,QAAS,CACT,yDAA0D,CAC1D,eAAgB,CAChB,aAAc,CACd,cAAe,CACf,wCAAyC,CACzC,qBAAsB,CACtB,oGAAqG,CACtG,sCCrCI,iCAAkC,CAAI,4BCAtC,iCAAkC,CCE3C,UACE,iBAAkB,CAElB,uDACS,iBAAkB,CAJ7B,kBAQI,kCAAmC,CAEnC,6DACE,YAAa,CACd,cCZH,YAAa,CACb,kBAAmB,CACnB,cAAe,C9BkDf,4BACE,sCAAuC,CACvC,YAAa,CACd,mC8BjDC,2BAA4B,CAC5B,kBAAmB,CARvB,iCAWI,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,UAAW,CACX,WAAY,CACZ,eAAgB,CAChB,sBAAuB,CAjB3B,0DAoBM,SAAU,CACV,YAAa,CArBnB,gJA2BQ,yDAA0D,CAC1D,2CAA4C,CA5BpD,kMA+BU,8CAA+C,CA/BzD,4JAmCU,wDAAyD,CACzD,0CAA2C,CApCrD,8JAwCU,yDAA0D,CAC1D,2CAA4C,CAzCtD,uEA8CQ,0DAA2D,CAC3D,4CAA6C,CA/CrD,6EAkDU,yDAA0D,CAC1D,2CAA4C,CAnDtD,8EAuDU,0DAA2D,CAC3D,4CAA6C,CAxDvD,2CA8DQ,cAAe,CA9DvB,sEAiEQ,2DAA4D,CAC5D,6CAA8C,CAlEtD,+FAqEU,gDAAiD,CArE3D,wEA0EQ,4DAA6D,CAC7D,8CAA+C,CAChD,mCC1EH,iBAAkB,CAClB,iBAAkB,CAHtB,sEAMM,iBAAkB,CAClB,oBAAqB,CACrB,SAAU,CACV,YAAa,CACb,+DAAgE,CACjE,uBCTD,iBAAkB,CAFtB,6CAMI,YAAa,CACb,kBAAmB,CACnB,oBAAqB,CACrB,wBAAyB,CAT7B,kEAYM,MAAO,CACP,aAAc,CACd,oBAAqB,CACrB,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjBtB,0EAuBM,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAC7C,cAAe,CA5BrB,iGA+BQ,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAnCrD,uGAsCU,kDAAmD,CAtC7D,gFA2CQ,iDAAkD,CAClD,yCAA0C,CAC1C,iDAAkD,CAClD,uCAAwC,CACxC,2CAA4C,CA/CpD,iFAmDQ,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAvDrD,gFA2DQ,iDAAkD,CAClD,yCAA0C,CAC1C,iDAAkD,CAClD,uCAAwC,CACxC,2CAA4C,CAC7C,uDAMD,oDAAqD,CACrD,4CAA6C,CAC7C,oDAAqD,CACrD,0CAA2C,CAC3C,8CAA+C,CAC/C,cAAe,CAChB,WC3EH,YAAa,CACb,qBAAsB,CAEtB,uBACE,qBAAsB,CACtB,2BAA4B,CAC5B,kBAAmB,CACnB,4BAA6B,CAC7B,kBAAmB,CACpB,iBAGC,kBAAmB,CACpB,qBAGC,4BAA6B,CAC9B,oBAGC,MAAO,CACR,kBAGC,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,4BAA6B,CAC7B,gBAAiB,CALlB,yCAQG,kBAAmB,CARtB,yCAYG,8BAA+B,CAChC,8CCnCD,WAAY,CACZ,eAAgB,CAChB,YAAa,CACb,qBAAsB,CACtB,kDAAmD,CACnD,eAAgB,CAPpB,sDAWI,6CAA8C,CAC9C,0BAA2B,CAC3B,6BAA8B,CAC9B,iBAAkB,CAClB,SAAU,CAfd,sDAmBI,6CAA8C,CAC9C,0BAA2B,CAC3B,6BAA8B,CAC9B,4BAA6B,CAC7B,iBAAkB,CAClB,SAAU,CAxBd,4GA6BI,cAAe,CA7BnB,0HAgCM,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,qDAAsD,CAnC5D,8HAuCM,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACzD,kBC1CH,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,cAAe,CnCiDf,gCACE,sCAAuC,CACvC,YAAa,CACd,yBmChDC,qCAAsC,CACtC,kBAAmB,CACpB,8BAGC,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WAAY,CACb,8BAGC,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,WAAY,CA/BhB,6FAqCQ,4CAA6C,CAC7C,0DAA2D,CAtCnE,mGAwCU,2CAA4C,CAC5C,yDAA0D,CAzCpE,oGA4CU,4CAA6C,CAC7C,0DAA2D,CA7CrE,4FAoDQ,2CAA4C,CAC5C,yDAA0D,CArDlE,0HAuDU,yDAA0D,CAvDpE,kGA0DU,0CAA2C,CAC3C,wDAAyD,CA3DnE,gIA6DY,wDAAyD,CA7DrE,mGAiEU,2CAA4C,CAC5C,yDAA0D,CAlEpE,iIAoEY,yDAA0D,CApEtE,wCA4EI,cAAe,CA5EnB,iEA+EM,uCAAwC,CA/E9C,4FAoFQ,8CAA+C,CAC/C,4DAA6D,CArFrE,2FA2FQ,6CAA8C,CAC9C,2DAA4D,CA5FpE,yHA8FU,2DAA4D,CAC7D,sBnCjFP,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CoCdxB,UAAW,CACX,WAAY,CACZ,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CAC9C,qDAAsD,CACtD,+CAAgD,CAChD,oBAAqB,CACrB,kBAAmB,CACnB,uBAAwB,CACxB,eAAgB,CAChB,WAAY,CACZ,uBAAwB,CAdzB,4BAiBG,oDAAqD,CACrD,0CAA2C,CAC3C,4CAA6C,CAC7C,oDAAqD,CACrD,8CAA+C,CArBlD,6BAyBG,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CAC9C,qDAAsD,CACtD,+CAAgD,CA7BnD,4BAiCG,oDAAqD,CACrD,0CAA2C,CAC3C,4CAA6C,CAC7C,oDAAqD,CACrD,8CAA+C,CArClD,+BAyCG,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACxD,iDAAkD,CACnD,mCC7CD,iBAAkB,CAClB,iBAAkB,CAHtB,sEAMM,iBAAkB,CAClB,oBAAqB,CACrB,SAAU,CACV,YAAa,CACb,+DAAgE,CACjE,YCVH,YAAa,CACb,kBAAmB,CACnB,cAAe,CAHjB,+BAMI,2BAA4B,CAC5B,kBAAmB,CAPvB,gCAYI,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,gBAAiB,CACjB,sBAAuB,CtCqCzB,8CACE,sCAAuC,CACvC,YAAa,CACd,oDsCrCG,iBAAkB,CAClB,YAAa,CACb,aAAc,CACd,UAAW,CACX,iBAAkB,CAvBxB,wDA0B2B,WAAY,CA1BvC,yDA4B4B,WAAY,CA5BxC,gEAgCQ,yDAA0D,CAhClE,oFAmCU,yDAA0D,CAnCpE,sEAuCU,wDAAyD,CAvCnE,uEA2CU,yDAA0D,CA3CpE,iEAgDQ,0DAA2D,CAhDnE,qFAmDU,0DAA2D,CAnDrE,uEAuDU,yDAA0D,CAvDpE,wEA2DU,0DAA2D,CA3DrE,0CAiEM,cAAe,CAjErB,iEAoEQ,2DAA4D,CApEpE,qFAuEU,2DAA4D,CAvEtE,kEA4EQ,4DAA6D,CA5ErE,sFA+EU,4DAA6D,CAC9D,qBC7EP,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CAHpB,kDAMI,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACb,aAAc,CATlB,kDvCEE,0BAA2B,CAC3B,wBAAyB,CACzB,uBAAwB,CACxB,qBAAsB,CACtB,oBAAqB,CACrB,gBAAiB,CACjB,WAAY,CuCMV,YAAa,CACb,6BAA8B,CAC9B,kBAlBwB,CAmBxB,kBAAmB,CACnB,oBAAqB,CACrB,eAAgB,CAChB,qCAAsC,CACtC,oBAAqB,CArBzB,qDAyBI,kBAAmB,CCxBvB,cACE,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,UAAW,CACX,eAAgB,CALlB,qCAQI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,8BAA+B,CAC/B,kBAdwB,CAexB,2BAA4B,CAC5B,oBAAqB,CAdzB,4DAiBM,oBAAqB,CACtB,cCpBH,aAAc,CACd,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,iBAAkB,CAClB,iBAAkB,CAClB,2BAA4B,CAC5B,aAAc,CACd,kBAAmB,CAEnB,uBACE,mBAAoB,CAZxB,mCAgBI,kBAAmB,CACnB,eAAgB,CAChB,kBAAmB,CAlBvB,yCAsBI,kDAAmD,CACpD,gBCxBD,mBAAoB,CACpB,sBAAuB,CACvB,kBAAmB,CACnB,eAAgB,CAChB,avBHmB,CuBInB,UAAW,CACX,cAAe,CACf,eAAgB,CARlB,+CAWI,qCAAsC,CACtC,UAAW,CACX,aAAc,CCVlB,qBACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,eAAgB,CACjB,mBCLC,YAAa,CACb,qBAAsB,CACtB,mBAAoB,CAHtB,4CAMI,MAAO,CANX,8CAUI,YAAa,CACb,iBAAkB,CAClB,kBAAmB,CACnB,qBAAsB,CACtB,iBAAkB,CAClB,6CAA8C,CAflD,qDAkBM,iDAAkD,CAClD,iEAAkE,CAClE,oBAAqB,CACtB,oBCpBH,YAAa,CACb,qBAAsB,CAFxB,8CAKI,MAAO,CACP,kBAAmB,CACnB,oBAAqB,CACtB,oBCTD,YAAa,CACb,qBAAsB,CACvB,YCAC,UAAW,CACX,WAAY,CAEZ,aAAc,CAJhB,iCAOI,iBAAkB,CAClB,UAAW,CACX,WAAY,CAEZ,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAb3B,qCAiBI,YAAa,CAjBjB,qCAqBI,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CAEnB,iBAAkB,CAElB,sBAAuB,CACvB,uBAAwB,CAExB,kBAAmB,CACnB,mCAAoC,CAEpC,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAElB,iBAAkB,CArCtB,+BAyCI,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,iBAAkB,CA5CtB,+CAgDI,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAEvB,UAAW,CACX,YAAa,CACb,UAAW,CACX,aAAc,CAEd,iBAAkB,CAElB,sCAAuC,CA5D3C,wEA+DM,SAAU,CACV,UAAW,CAhEjB,mCAqEI,iBAAkB,CAElB,oDAAqD,CAErD,QAAS,CACT,OAAQ,CAER,oBAAqB,CAErB,SAAU,CACV,UAAW,CAEX,kBAAmB,CACnB,wBAAyB,CACzB,kCAAmC,CAnFvC,mCAuFI,SAAU,CAEV,SAAU,CACV,UAAW,CAEX,0CAA2C,CAC5C,yBAGC,sDAAuD,CACvD,iBAAkB,CAjGtB,uCAoG0B,4CAA6C,CApGvE,qCAqGwB,kDAAmD,CArG3E,wCAsG2B,kDAAmD,CAtG9E,oCAuGuB,yCAA0C,CAvGjE,2CAwG8B,yCAA0C,CAxGxE,yCAyG4B,0CAA2C,CAzGvE,oCA0GuB,0CAA2C,CA1GlE,uCA4G0B,uDAAwD,CA5GlF,uCA6G0B,uDAAwD,CA7GlF,uCA8G0B,uDAAwD,CA9GlF,uCA+G0B,uDAAwD,CA/GlF,uCAgH0B,uDAAwD,CAhHlF,uCAiH0B,uDAAwD,CAjHlF,uCAkH0B,uDAAwD,CAlHlF,uCAmH0B,uDAAwD,CAnHlF,uCAoH0B,uDAAwD,CApHlF,wCAqH2B,wDAAyD,CArHpF,wCAsH2B,wDAAyD,CAAI,gBChHtF,oBAAqB,CACrB,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CAEtB,wEAEG,YAAa,CARnB,iDAaI,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,MAAO,CACP,kBAAmB,CAjBvB,8CAqBI,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,OAAQ,CAxBZ,yDA4BI,MAAO,CACP,YAAa,CA7BjB,wDhDgBE,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,CgDSR,eAAgB,CAChB,WAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gDAAiD,CAClD,gEhDxBD,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDUP,iEhD7BH,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDgBP,oEhDnCH,sDgDlB+B,ChDmB/B,oBAAqB,CAwBrB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDaP,0BC7DH,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,ehDH6B,CgDF/B,qEAQI,MAAO,CACP,kBAAmB,CACnB,YAAa,CACb,qBAAsB,CAX1B,kFAeI,MAAO,CACP,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CApBtB,2DAwBI,MAAO,CACP,YAAa,CACb,kBAAmB,CA1BvB,0DA8BI,kBAAmB,CACpB,iBC9BD,YAAa,CACb,iBAAkB,CAClB,sBAAuB,CACvB,kBAAmB,CAEnB,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,gBAAiB,CACjB,oBAAqB,CACrB,sCAAuC,CAXzC,yCAcI,WAAY,CACZ,UAAW,CACX,gBAAiB,CACjB,oBAAqB,CACtB,kBCjBD,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,wCAAyC,CACzC,2BAA4B,CAN9B,oDASI,iBAAkB,CAClB,KAAM,CACN,MAAO,CAXX,2CAcI,iBAAkB,CAdtB,0CAkBI,qCAAsC,CACtC,iBAAkB,CAClB,qBAAsB,CACtB,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CAvBvB,mEA0BM,sEAAa,CACd,aC1BH,gBnDA8B,CmDC9B,enDA6B,CmDC7B,2BAA4B,CAC5B,wCAAyC,CACzC,gCAAiC,CACjC,gCAAiC,CACjC,cAAe,CACf,YAAa,CACb,qBAAsB,CACtB,mBAAoB,CACpB,iBAAkB,CAClB,yBAA0B,CAEzB,sDAEG,YAAa,CAFhB,sDAKG,MAAO,CAnBb,oCAwBI,WAAY,CACZ,iBAAkB,CAzBtB,wCA6BI,sFAAyF,CACzF,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CAlChB,gCAsCI,MAAO,CACP,YAAa,CAEb,iBAAkB,CAClB,YAAa,CACb,mBAAoB,CA3CxB,yCA+CI,MAAO,CACP,WAAY,CACZ,kBAAmB,CAjDvB,yCAqDI,cAAe,CACf,uBAAwB,CAtD5B,uCA0DI,oBAAqB,CA1DzB,6CA8DI,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,0BAA2B,CAC3B,SAAU,CACV,kBAAmB,CAnEvB,oCAuEI,SAAU,CACV,eAAgB,CAChB,iBAAkB,CAClB,UAAW,CACX,gBAAiB,CACjB,gBAAiB,CA5ErB,0CAgFI,SAAU,CACV,kBAAmB,CACnB,iBAAkB,CAlFtB,+FAuFI,YAAa,CAvFjB,gCA2FI,yBAA0B,CAC3B,kCC3FD,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAC5B,oBAAqB,CACrB,WAAY,CARd,4EAWI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,cAAe,CAhBnB,0EAoBI,qDAAsD,CACtD,cAAe,CACf,eAAgB,CAChB,qBAAsB,CAvB1B,2EA2BI,4EpDtBmE,CoDuBnE,iBAAkB,CAClB,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjCpB,kFAqCI,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAvCpB,2HA0CM,kBAAmB,CA1CzB,kIA8CM,kBAAmB,CA9CzB,0IAkDM,mBAAoB,CAlD1B,+EAuDI,kBAAmB,CACnB,qCAAsC,CAxD1C,iIA4DM,yCAA0C,CAC1C,yBAA0B,CrDR9B,+IACE,sCAAuC,CACvC,YAAa,CACd,uIqDQK,cAAe,CACf,wCAAyC,CAjEjD,wIAqEQ,cAAe,CACf,yCAA0C,CAC3C,kFAMD,cAAe,CACf,kBAAmB,CACpB,iCC9EH,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAC5B,oBAAqB,CACrB,WAAY,CARd,0EAWI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,cAAe,CAhBnB,wEAoBI,qDAAsD,CACtD,cAAe,CACf,eAAgB,CAChB,qBAAsB,CAvB1B,yEA2BI,4ErDtBmE,CqDuBnE,iBAAkB,CAClB,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjCpB,gFAqCI,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAvCpB,wHA0CM,kBAAmB,CA1CzB,uIA8CM,mBAAoB,CACrB,gFAKC,cAAe,CACf,kBAAmB,CACpB,qBCrDH,oBAAqB,CACrB,2BAA4B,CAE5B,8BACE,YAAa,CACb,oBAAqB,CAFtB,qEAKG,iBAAkB,CAClB,aAAc,CANjB,qEAUG,MAAO,CACP,mBAAoB,CACpB,gBAAiB,CAhBvB,uDAqBI,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CAvBvB,yEA2BI,oBAAqB,CA3BzB,0DA8B2B,MAAO,CA9BlC,0DAgC2B,MAAO,CAhClC,yDAoCM,sBAAuB,CACxB,yBCpCH,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBAAkB,CAJpB,4DAOI,kBAAmB,CACnB,YAAa,CACb,kBAAmB,CATvB,8DAYM,gBAAiB,CAZvB,0EAgBM,QAAS,CACT,eAAgB,CAjBtB,sEAsBI,iBAAkB,CAClB,0BAA2B,CAC3B,MAAO,CACP,OAAQ,CACR,WAAY,CACb,kBC1BD,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,qBAAsB,CACtB,2BAA4B,CAL9B,2CAQI,iBAAkB,CAClB,QAAS,CATb,0CAaI,iBAAkB,CAClB,iBAAkB,CACnB,mDAIG,kBAAmB,CAFtB,kDAMG,kBAAmB,CACpB,oDAKC,gBAAiB,CAFpB,mDAMG,cAAe,CAChB,YCjCH,YAAa,CACb,kBAAmB,CACnB,2BAA4B,CAH9B,gCAMI,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,oBAAqB,CATzB,iCAaI,MAAO,CACP,WAAY,CACZ,mBAAoB,CAfxB,8BAmBI,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACvB,mBAAoB,CAtBxB,iDAyBM,qCAAsC,CAzB5C,+BA8BI,kBAAmB,CACnB,gBAAiB,CACjB,qCAAsC,CAhC1C,sCAoCI,kBAAmB,CACnB,gBAAiB,CACjB,8BAA+B,CAtCnC,iCA0CI,mBAAoB,CA1CxB,kCA8CI,+BAAgC,CA9CpC,+BAkDI,4BAA6B,CAC9B,mBClDD,YAAa,CACb,qBAAsB,CAEtB,2BAA4B,CAC5B,0CAA2C,CAC3C,0BAA2B,CAC3B,mCAAoC,CAPtC,qDAWI,qCAAsC,CACtC,kBAAmB,CACnB,oBAAqB,CACrB,QAAS,CACT,qBAAsB,CACtB,6BAA8B,CAhBlC,6DAoBI,8BAA+B,CAC/B,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,kBAAmB,CAzBvB,oGA4BM,qBAAsB,CA5B5B,uGAgCM,MAAO,CAhCb,8CAqCI,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAvC3B,wEA0CM,0E1DrCiE,C0DsCjE,QAAS,CACT,MAAO,CA5Cb,+CAiDI,eAAgB,CAChB,MAAO,CACP,qBAAsB,CACtB,oBAAqB,CApDzB,uCAwDI,UAAW,CAxDf,6CA4DI,sCAAuC,CACvC,kBAAmB,CACpB,6BC7DD,sFAAyF,CACzF,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACb,cCNC,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAL9B,8CAQI,gBAAiB,CARrB,mCAYI,4BAA6B,CAZjC,yCAgBI,mBAAoB,CACpB,eAAgB,CAjBpB,+DAoBM,0E5DfiE,C4DgBlE,kBCpBH,sCAAuC,CACvC,oBAAqB,CAErB,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CAPrB,iDAUI,4E7DLmE,C6DMnE,kBAAmB,CACnB,qBAAsB,CACtB,2BAA4B,CAC5B,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CAjBvB,gDAqBI,sBAAuB,CArB3B,2CAyBI,WAAY,CACZ,UAAW,CACX,gBAAiB,CA3BrB,sDA+BI,SAAU,CACV,kBAAmB,CAhCvB,wDAoCI,qBAAsB,CACvB,wE9DhBD,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,C8DWN,eAAgB,CAChB,WAAY,CAJf,wEAQG,WAAY,CACb,iG9D3BH,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DgBL,kG9DnCL,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DwBL,qG9D3CL,sDgDlB+B,ChDmB/B,oBAAqB,CAwBrB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DuBL,0BCtEH,YAAa,CACb,oBAAqB,CACrB,QAAS,CACT,uBAAwB,CAL5B,gDAUQ,6CAA8C,CAC9C,mCAAoC,CACpC,qCAAsC,CACtC,cAAe,CACf,4E9DT+D,C8DU/D,kBAAmB,CACnB,oBAAqB,CACrB,sBAAuB,CACvB,sBAAuB,C/DmC7B,8DACE,sCAAuC,CACvC,YAAa,CACd,sD+DnCO,kCAAmC,CACnC,4CAA6C,CAC7C,oCAAqC,CAvB/C,uDA2BU,mCAAoC,CACpC,6CAA8C,CAC9C,qCAAsC,CA7BhD,wDAkCQ,mCAAoC,CACpC,6CAA8C,CAnCtD,0DAuCQ,mBAAoB,CAvC5B,6BA6CI,kBAAmB,CACpB,oBC7CD,YAAa,CACb,qBAAsB,CAFxB,+CAKI,iBAAkB,CAClB,iBAAkB,CANtB,kDAUI,+BAAgC,CACjC,sBCVD,MAAO,CACP,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CAPvB,kDAUI,kBAAmB,CAVvB,qDAcI,MAAO,CACP,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,sCAAuC,CACvC,2BAA4B,CAC5B,oBAAqB,CAvBzB,kDA2BI,oBAAqB,CA3BzB,kDA+BI,WAAY,CACZ,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,qBAAsB,CApC1B,yDjEqBE,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,CiEWR,eAAgB,CAChB,WAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gDAAiD,CAClD,mBC9CC,eAAgB,CAChB,eAAgB,CAChB,WAAY,CACZ,2BAA4B,CAC5B,eAAgB,CALpB,uDAQQ,sDAAuD,CACvD,UAAW,CACX,gBAAiB,CACjB,eAAgB,CAChB,8BAA+B,CAC/B,oBAAqB,CACrB,cAAe,CACf,gBAAiB,CACjB,oCAAqC,CACrC,eAAgB,CAjBxB,wFAoBY,wCAAyC,CACzC,gCAAiC,CACjC,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,WAAY,CACZ,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,aAAc,CA7B1B,iIAgCgB,iBAAkB,CAhClC,iFAqCY,WAAY,CArCxB,mDA0CQ,YAAY,CACZ,UAAU,CACV,eAAgB,CA5CxB,wFA+CY,YAAa,CA/CzB,mHAkDgB,YAAa,CACb,WAAY,CACZ,kBAAmB,CApDnC,iHAwDgB,iBAAkB,CAClB,eAAgB,CAzDhC,0HA6DgB,kDAAmD,CACnD,MAAM,CACN,cAAe,CA/D/B,oFAoEY,WAAY,CACZ,4BAA6B,CAC7B,sDAAuD,CACvD,eAAgB,CAvE5B,oFA2EY,cAAe,CACf,YAAa,CACb,UAAW,CACX,sDAAuD,CACvD,iBAAkB,CA/E9B,2CAoFQ,sBAAuB,CACvB,uBAAwB,CACxB,0BAA2B,CAtFnC,qCA0FQ,eAAgB,CACnB,kBC1FD,eAAgB,CAChB,WAAW,CAFf,6CAKQ,YAAa,CACb,aAAc,CACd,QAAS,CACT,eAAe,CARvB,2CAYQ,YAAa,CACb,4BAA6B,CAbrC,6CAiBQ,YAAa,CACb,+BAAgC,CAlBxC,0CAsBQ,uBAAwB,CACxB,0BAA2B,CAvBnC,oCA2BQ,eAAgB",sourcesContent:["@font-face {\n font-family: 'CiscoSansTT Thin';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTThin.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTThin.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Thin Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTThinOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTThinOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Extra Light';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTExtraLight.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTExtraLight.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Extra Light Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTExtraLightOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTExtraLightOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Light';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTLight.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTLight.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Light Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTLightOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTLightOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Regular';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTRegular.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTRegular.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Regular Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTRegularOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTRegularOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Medium';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTMedium.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTMedium.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Bold';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTBold.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTBold.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Bold Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTBoldOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTBoldOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Heavy';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTHeavy.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTHeavy.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Heavy Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTHeavyOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTHeavyOblique.woff') format('woff');\n font-display: fallback;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-dark, .md-theme-darkWebex, :root {\n --wxc-browser-color-scheme: dark;\n\n --wxc-loading-logo--url: url(../themes/dark/loading.gif);\n --wxc-loading-logo--size: 11.6875rem;\n --wxc-auth-logo--url: url(../themes/dark/webex-logo.svg);\n\n --wxc-text-color: #{$wxc-white-alpha-95};\n --wxc-secondary-text-color: #{$wxc-white-alpha-70};\n --wxc-warning-color: #{$wxc-yellow-40};\n --wxc-error-color: #{$wxc-red-40};\n --wxc-muted-color: #{$wxc-red-50};\n --wxc-speaking-color: #{$wxc-green-40};\n\n --wxc-primary-background: #{$wxc-gradation-webex-dark-primary};\n --wxc-secondary-background: #{$wxc-gradation-webex-dark-secondary};\n --wxc-video-background: #{$wxc-white-alpha-05};\n --wxc-secondary-video-background: #{$wxc-gray-100};\n\n --wxc-meeting-border: 1px solid #{$wxc-white-alpha-30};\n --wxc-box-shadow: none;\n --wxc-focus-box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n\n --wxc-person-status--active-color: #{$wxc-green-40};\n --wxc-person-status--dnd-color: #{$wxc-red-50};\n --wxc-person-status--in-a-meeting-color: #{$wxc-yellow-30};\n --wxc-person-status--away-color: #{$wxc-gray-40};\n\n --wxc-badge-background: #{$wxc-gray-100};\n --wxc-badge-border: 0.06rem solid #{$wxc-white-alpha-30};\n --wxc-badge-text-color: #{$wxc-white-alpha-95};\n --wxc-badge-box-shadow: 0 .5rem 1rem #{$wxc-black-alpha-16}, 0 0 .06rem #{$wxc-black-alpha-14};\n\n --wxc-avatar--placeholder-1--background: #{$wxc-white-alpha-50};\n --wxc-avatar--placeholder-2--background: #{$wxc-cobalt-70};\n --wxc-avatar--placeholder-3--background: #{$wxc-cyan-70};\n --wxc-avatar--placeholder-4--background: #{$wxc-gold-70};\n --wxc-avatar--placeholder-5--background: #{$wxc-lime-70};\n --wxc-avatar--placeholder-6--background: #{$wxc-mint-70};\n --wxc-avatar--placeholder-7--background: #{$wxc-orange-70};\n --wxc-avatar--placeholder-8--background: #{$wxc-pink-70};\n --wxc-avatar--placeholder-9--background: #{$wxc-slate-70};\n --wxc-avatar--placeholder-10--background: #{$wxc-violet-70};\n --wxc-avatar--placeholder-11--background: #{$wxc-purple-70};\n --wxc-avatar--bot-status-color: #{$wxc-blue-60};\n --wxc-avatar--self-status-color: #{$wxc-cobalt-50};\n --wxc-avatar--self-status-border: #{$wxc-white-alpha-100};\n --wxc-avatar--text-color: #{$wxc-white-alpha-100};\n\n --wxc-banner--top--background: #{$wxc-gradation-dark-transparent};\n --wxc-banner--bottom--background: #{$wxc-black-alpha-70};\n\n --wxc-icon--background: #{$wxc-black-alpha-100};\n --wxc-icon--color: #{$wxc-white-alpha-100};\n --wxc-icon--accent-color: #{$wxc-green-40};\n --wxc-icon--muted-color: #{$wxc-red-50};\n\n --wxc-icon--error--gradient-start-color: #{$wxc-pink-50};\n --wxc-icon--error--gradient-stop-color: #{$wxc-red-60};\n\n --wxc-modal--background: #{$wxc-gray-100};\n --wxc-modal--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-modal--box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n\n --wxc-button--cancel--normal--background: #{$wxc-red-60};\n --wxc-button--cancel--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--normal--border: none;\n\n --wxc-button--cancel--active--background: #{$wxc-red-80};\n --wxc-button--cancel--active--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--active--border: none;\n\n --wxc-button--cancel--hover--background: #{$wxc-red-70};\n --wxc-button--cancel--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--hover--border: none;\n\n --wxc-button--cancel--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--cancel--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--cancel--disabled--border: none;\n\n --wxc-button--default--normal--background: transparent;\n --wxc-button--default--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--default--normal--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--active--background: #{$wxc-white-alpha-20};\n --wxc-button--default--active--color: #{$wxc-white-alpha-95};\n --wxc-button--default--active--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--hover--background: #{$wxc-white-alpha-07};\n --wxc-button--default--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--default--hover--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--disabled--background: transparent;\n --wxc-button--default--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--default--disabled--border: 1px solid #{$wxc-white-alpha-20};\n\n --wxc-button--ghost--normal--background: transparent;\n --wxc-button--ghost--normal--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--normal--border: none;\n\n --wxc-button--ghost--hover--background: #{$wxc-white-alpha-07};\n --wxc-button--ghost--hover--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--hover--border: none;\n\n --wxc-button--ghost--active--background: #{$wxc-white-alpha-20};\n --wxc-button--ghost--active--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--active--border: none;\n\n --wxc-button--ghost--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--ghost--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--ghost--disabled--border: none;\n\n --wxc-button--join--normal--background: #{$wxc-green-60};\n --wxc-button--join--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--join--normal--border: none;\n\n --wxc-button--join--active--background: #{$wxc-green-80};\n --wxc-button--join--active--color: #{$wxc-white-alpha-95};\n --wxc-button--join--active--border: none;\n\n --wxc-button--join--hover--background: #{$wxc-green-70};\n --wxc-button--join--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--join--hover--border: none;\n\n --wxc-button--join--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--join--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--join--disabled--border: none;\n\n --wxc-button--primary--normal--background: #{$wxc-white-alpha-95};\n --wxc-button--primary--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--normal--border: none;\n\n --wxc-button--primary--active--background: #{$wxc-white-alpha-70};\n --wxc-button--primary--active--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--active--border: none;\n\n --wxc-button--primary--hover--background: #{$wxc-white-alpha-80};\n --wxc-button--primary--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--hover--border: none;\n\n --wxc-button--primary--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--primary--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--primary--disabled--border: none;\n\n --wxc-spinner--circle--color: #{$wxc-white-alpha-11};\n --wxc-spinner--moving--color: #{$wxc-white-alpha-95};\n\n --wxc-tab--normal--background: transparent;\n --wxc-tab--normal--color: #{$wxc-white-alpha-70};\n --wxc-tab--normal--border: none;\n\n --wxc-tab--active--background: #{$wxc-white-alpha-20};\n --wxc-tab--active--color: #{$wxc-white-alpha-95};\n --wxc-tab--active--border: none;\n\n --wxc-tab--hover--background: #{$wxc-white-alpha-07};\n --wxc-tab--hover--color: #{$wxc-white-alpha-95};\n --wxc-tab--hover--border: none;\n\n --wxc-dropdown--normal--background: #{$wxc-black-alpha-100};\n --wxc-dropdown--normal--color: #{$wxc-white-alpha-70};\n --wxc-dropdown--normal--box-shadow: none;\n --wxc-dropdown--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--normal--outline: none;\n\n --wxc-dropdown--hover--background: #{$wxc-white-alpha-07};\n --wxc-dropdown--hover--color: #{$wxc-white-alpha-70};\n --wxc-dropdown--hover--box-shadow: none;\n --wxc-dropdown--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--hover--outline: none;\n\n --wxc-dropdown--active--background: #{$wxc-white-alpha-11};\n --wxc-dropdown--active--color: #{$wxc-white-alpha-95};\n --wxc-dropdown--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-dropdown--active--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--active--outline: none;\n\n --wxc-dropdown--disabled--background: #{$wxc-white-alpha-11};\n --wxc-dropdown--disabled--color: #{$wxc-white-alpha-40};\n --wxc-dropdown--disabled--box-shadow: 0 0 0 2px #{$wxc-blue-40}, 0px 0px 0px 4px #{$wxc-blue-60};\n --wxc-dropdown--disabled--border: 1px solid #{$wxc-white-alpha-11};\n --wxc-dropdown--disabled--outline: none;\n\n --wxc-dropdown--focus--background: #{$wxc-black-alpha-100};\n --wxc-dropdown--focus--color: #{$wxc-white-alpha-95};\n --wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-dropdown--focus--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-dropdown--focus--outline: none;\n\n --wxc-input-field--normal--background: #{$wxc-black-alpha-00};\n --wxc-input-field--normal--color: #{$wxc-white-alpha-95};\n --wxc-input-field--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input-field--normal--box-shadow: none;\n --wxc-input-field--normal--outline: none;\n\n --wxc-input-field--hover--background: #{$wxc-white-alpha-07};\n --wxc-input-field--hover--color: #{$wxc-white-alpha-95};\n --wxc-input-field--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input-field--hover--box-shadow: none;\n --wxc-input-field--hover--outline: none;\n\n --wxc-input-field--active--background: #{$wxc-white-alpha-11};\n --wxc-input-field--active--color: #{$wxc-white-alpha-95};\n --wxc-input-field--active--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-input-field--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-input-field--active--outline: none;\n\n --wxc-input-field--focus--background: #{$wxc-white-alpha-11};\n --wxc-input-field--focus--color: #{$wxc-white-alpha-95};\n --wxc-input-field--focus--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-input-field--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-input-field--focus--outline: none;\n\n --wxc-input-field--disabled--background: #{$wxc-white-alpha-11};\n --wxc-input-field--disabled--color: #{$wxc-white-alpha-11};\n --wxc-input-field--disabled--border: 1px solid transparent;\n --wxc-input-field--disabled--box-shadow: none;\n --wxc-input-field--disabled--outline: none;\n\n --wxc-input-field--error-static--background: #{$wxc-red-90};\n --wxc-input-field--error-static--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-static--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-static--box-shadow: none;\n --wxc-input-field--error-static--outline: none;\n\n --wxc-input-field--error-hover--background: #{$wxc-white-alpha-07};\n --wxc-input-field--error-hover--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-hover--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-hover--box-shadow: none;\n --wxc-input-field--error-hover--outline: none;\n\n --wxc-input-field--error-focus--background: #{$wxc-white-alpha-11};\n --wxc-input-field--error-focus--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-focus--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-focus--box-shadow: none;\n --wxc-input-field--error-focus--outline: none;\n\n --wxc-input-icon-color: #{$wxc-white-alpha-70};\n\n --wxc-input--label--color: #{$wxc-white-alpha-95};\n\n --wxc-options-list--background: #{$wxc-gray-95};\n\n --wxc-options-list--item--focus--box-shadow: 0 0 0 2px #{$wxc-blue-40} inset;\n --wxc-options-list--item--focus--outline: 2px solid #{$wxc-blue-40-alpha-30};\n\n --wxc-options-list--item--hover--background: #{$wxc-white-alpha-07};\n --wxc-options-list--item--hover--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--hover--border: none;\n\n --wxc-options-list--item--active--background: #{$wxc-white-alpha-11};\n --wxc-options-list--item--active--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--active--border: none;\n\n --wxc-options-list--item--selected--background: #{$wxc-gray-95};\n --wxc-options-list--item--selected--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--selected--border: none;\n\n --wxc-options-list--checked-icon--color: #{$wxc-blue-40};\n\n --wxc-popup--box-shadow: none;\n --wxc-popup--border: none;\n\n --wxc-scrollbar--thumb: #{$wxc-white-alpha-11};\n --wxc-scrollbar--background: #{$wxc-white-alpha-20};\n\n --wxc-hyperlink--normal--color: #{$wxc-blue-40};\n --wxc-hyperlink--hover--color: #{$wxc-blue-20};\n --wxc-hyperlink--active--color:#{$wxc-blue-20};\n\n --wxc-tooltip-background: #{$wxc-black-alpha-100};\n --wxc-tooltip-border: 1px solid #{$wxc-white-alpha-20};\n --wxc-tooltip-border-color: #{$wxc-white-alpha-20};\n\n --wxc-adaptive-cards--card--border: 1px solid #{$wxc-white-alpha-20};\n --wxc-adaptive-cards--card--border-radius: 8px;\n\n --wxc-adaptive-cards--background--default: #{$wxc-gray-95};\n --wxc-adaptive-cards--background--emphasis: #{$wxc-gray-80};\n --wxc-adaptive-cards--background--accent: #{$wxc-blue-80};\n --wxc-adaptive-cards--background--good: #{$wxc-green-80};\n --wxc-adaptive-cards--background--attention: #{$wxc-red-80};\n --wxc-adaptive-cards--background--warning: #{$wxc-yellow-80};\n\n --wxc-adaptive-cards--color--default: #{$wxc-white-alpha-95};\n --wxc-adaptive-cards--color--dark: #{$wxc-white-alpha-95};\n --wxc-adaptive-cards--color--light: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--color--accent: #{$wxc-blue-40};\n --wxc-adaptive-cards--color--good: #{$wxc-green-40};\n --wxc-adaptive-cards--color--warning: #{$wxc-yellow-40};\n --wxc-adaptive-cards--color--attention: #{$wxc-red-40};\n\n --wxc-adaptive-cards--subtle-color--default: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--subtle-color--dark: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--subtle-color--light: #{$wxc-white-alpha-60};\n --wxc-adaptive-cards--subtle-color--accent: #{$wxc-blue-30};\n --wxc-adaptive-cards--subtle-color--good: #{$wxc-green-30};\n --wxc-adaptive-cards--subtle-color--warning: #{$wxc-yellow-30};\n --wxc-adaptive-cards--subtle-color--attention: #{$wxc-red-30};\n\n --wxc-adaptive-cards--highlight-color: #{$wxc-gray-40};\n --wxc-adaptive-cards--separator-color: #{$wxc-gray-50};\n\n --wxc-input--title--normal: #{$wxc-white-alpha-95};\n --wxc-input--title--disabled: #{$wxc-white-alpha-40};\n\n --wxc-input--on--normal--border: none;\n --wxc-input--on--normal--background: #{$wxc-blue-40};\n --wxc-input--on--normal--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--hover--border: none;\n --wxc-input--on--hover--background: #{$wxc-blue-50};\n --wxc-input--on--hover--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--active--border: none;\n --wxc-input--on--active--background: #{$wxc-blue-60};\n --wxc-input--on--active--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--disabled--border: none;\n --wxc-input--on--disabled--background: #{$wxc-blue-80};\n --wxc-input--on--disabled--foreground: #{$wxc-black-alpha-50};\n\n --wxc-input--off--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--normal--background: #{$wxc-white-alpha-20};\n --wxc-input--off--normal--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--hover--background: #{$wxc-white-alpha-30};\n --wxc-input--off--hover--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--active--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--active--background: #{$wxc-white-alpha-40};\n --wxc-input--off--active--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--disabled--border: none;\n --wxc-input--off--disabled--background: #{$wxc-white-alpha-11};\n --wxc-input--off--disabled--foreground: #{$wxc-white-alpha-40};\n\n --wxc-date-input--calendar-picker-indicator--filter: invert(5%);\n\n --wxc-adaptive-cards--action--hover--border: inherit;\n --wxc-adaptive-cards--action--hover--background: #{$wxc-white-alpha-07};\n --wxc-adaptive-cards--action--hover--foreground: inherit;\n\n\n --wxc-adaptive-cards--action--active--border: inherit;\n --wxc-adaptive-cards--action--active--background: #{$wxc-white-alpha-11};\n --wxc-adaptive-cards--action--active--foreground: inherit;\n\n --wxc-greeting--description--text-color: #{$wxc-white-alpha-70};\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-light, .md-theme-lightWebex {\n --wxc-browser-color-scheme: light;\n\n --wxc-loading-logo--url: url(../themes/light/loading.gif);\n --wxc-loading-logo--size: 11.6875rem;\n --wxc-auth-logo--url: url(../themes/light/webex-logo.svg);\n\n --wxc-text-color: #{$wxc-black-alpha-95};\n --wxc-secondary-text-color: #{$wxc-black-alpha-60};\n --wxc-warning-color: #{$wxc-yellow-70};\n --wxc-error-color: #{$wxc-red-70};\n --wxc-muted-color: #{$wxc-red-60};\n --wxc-speaking-color: #{$wxc-green-60};\n\n --wxc-primary-background: #{$wxc-gradation-webex-light-primary};\n --wxc-secondary-background: #{$wxc-gradation-webex-light-secondary};\n --wxc-video-background: #{$wxc-white-alpha-100};\n --wxc-secondary-video-background: #{$wxc-gray-10};\n\n --wxc-meeting-border: 1px solid #{$wxc-black-alpha-20};\n --wxc-box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n --wxc-focus-box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n\n --wxc-person-status--active-color: #{$wxc-green-60};\n --wxc-person-status--dnd-color: #{$wxc-red-60};\n --wxc-person-status--in-a-meeting-color: #{$wxc-yellow-60};\n --wxc-person-status--away-color: #{$wxc-gray-60};\n\n --wxc-badge-background: #{$wxc-white-alpha-100};\n --wxc-badge-border: 0.06rem solid #{$wxc-black-alpha-20};\n --wxc-badge-text-color: #{$wxc-black-alpha-95};\n --wxc-badge-box-shadow: 0 .5rem 1rem #{$wxc-black-alpha-16}, 0 0 .06rem #{$wxc-black-alpha-14};\n\n --wxc-avatar--placeholder-1--background: #{$wxc-black-alpha-50};\n --wxc-avatar--placeholder-2--background: #{$wxc-cobalt-70};\n --wxc-avatar--placeholder-3--background: #{$wxc-cyan-70};\n --wxc-avatar--placeholder-4--background: #{$wxc-gold-70};\n --wxc-avatar--placeholder-5--background: #{$wxc-lime-70};\n --wxc-avatar--placeholder-6--background: #{$wxc-mint-70};\n --wxc-avatar--placeholder-7--background: #{$wxc-orange-70};\n --wxc-avatar--placeholder-8--background: #{$wxc-pink-70};\n --wxc-avatar--placeholder-9--background: #{$wxc-slate-70};\n --wxc-avatar--placeholder-10--background: #{$wxc-violet-70};\n --wxc-avatar--placeholder-11--background: #{$wxc-purple-70};\n --wxc-avatar--bot-status-color: #{$wxc-blue-60};\n --wxc-avatar--self-status-color: #{$wxc-cobalt-50};\n --wxc-avatar--self-status-border: #{$wxc-black-alpha-100};\n --wxc-avatar--text-color: #{$wxc-white-alpha-100};\n\n --wxc-banner--top--background: #{$wxc-gradation-light-transparent};\n --wxc-banner--bottom--background: #{$wxc-white-alpha-70};\n\n --wxc-icon--background: #{$wxc-white-alpha-100};\n --wxc-icon--color: #{$wxc-black-alpha-100};\n --wxc-icon--accent-color: #{$wxc-green-60};\n --wxc-icon--muted-color: #{$wxc-red-60};\n\n --wxc-icon--error--gradient-start-color: #{$wxc-pink-50};\n --wxc-icon--error--gradient-stop-color: #{$wxc-red-60};\n\n --wxc-modal--background: #{$wxc-white-alpha-100};\n --wxc-modal--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-modal--box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n\n --wxc-button--cancel--normal--background: #{$wxc-red-60};\n --wxc-button--cancel--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--normal--border: none;\n\n --wxc-button--cancel--active--background: #{$wxc-red-80};\n --wxc-button--cancel--active--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--active--border: none;\n\n --wxc-button--cancel--hover--background: #{$wxc-red-70};\n --wxc-button--cancel--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--hover--border: none;\n\n --wxc-button--cancel--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--cancel--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--cancel--disabled--border: none;\n\n --wxc-button--default--normal--background: transparent;\n --wxc-button--default--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--default--normal--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--active--background: #{$wxc-black-alpha-20};\n --wxc-button--default--active--color: #{$wxc-black-alpha-95};\n --wxc-button--default--active--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--hover--background: #{$wxc-black-alpha-07};\n --wxc-button--default--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--default--hover--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--disabled--background: transparent;\n --wxc-button--default--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--default--disabled--border: 1px solid #{$wxc-black-alpha-20};\n\n --wxc-button--ghost--normal--background: transparent;\n --wxc-button--ghost--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--normal--border: none;\n\n --wxc-button--ghost--hover--background: #{$wxc-black-alpha-07};\n --wxc-button--ghost--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--hover--border: none;\n\n --wxc-button--ghost--active--background: #{$wxc-black-alpha-20};\n --wxc-button--ghost--active--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--active--border: none;\n\n --wxc-button--ghost--disabled--background: #{$wxc-black-alpha-40};\n --wxc-button--ghost--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--ghost--disabled--border: none;\n\n --wxc-button--join--normal--background: #{$wxc-green-60};\n --wxc-button--join--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--join--normal--border: none;\n\n --wxc-button--join--active--background: #{$wxc-green-80};\n --wxc-button--join--active--color: #{$wxc-white-alpha-95};\n --wxc-button--join--active--border: none;\n\n --wxc-button--join--hover--background: #{$wxc-green-70};\n --wxc-button--join--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--join--hover--border: none;\n\n --wxc-button--join--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--join--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--join--disabled--border: none;\n\n --wxc-button--primary--normal--background: #{$wxc-black-alpha-95};\n --wxc-button--primary--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--normal--border: none;\n\n --wxc-button--primary--active--background: #{$wxc-black-alpha-70};\n --wxc-button--primary--active--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--active--border: none;\n\n --wxc-button--primary--hover--background: #{$wxc-black-alpha-80};\n --wxc-button--primary--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--hover--border: none;\n\n --wxc-button--primary--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--primary--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--primary--disabled--border: none;\n\n --wxc-spinner--circle--color: #{$wxc-gray-30};\n --wxc-spinner--moving--color: #{$wxc-gray-100};\n\n --wxc-tab--normal--background: transparent;\n --wxc-tab--normal--color: #{$wxc-black-alpha-60};\n --wxc-tab--normal--border: none;\n\n --wxc-tab--active--background: #{$wxc-black-alpha-20};\n --wxc-tab--active--color: #{$wxc-black-alpha-95};\n --wxc-tab--active--border: none;\n\n --wxc-tab--hover--background: #{$wxc-black-alpha-07};\n --wxc-tab--hover--color: #{$wxc-black-alpha-95};\n --wxc-tab--hover--border: none;\n\n --wxc-dropdown--normal--background: #{$wxc-white-alpha-100};\n --wxc-dropdown--normal--color: #{$wxc-black-alpha-60};\n --wxc-dropdown--normal--box-shadow: none;\n --wxc-dropdown--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--normal--outline: none;\n\n --wxc-dropdown--hover--background: #{$wxc-black-alpha-07};\n --wxc-dropdown--hover--color: #{$wxc-black-alpha-60};\n --wxc-dropdown--hover--box-shadow: none;\n --wxc-dropdown--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--hover--outline: none;\n\n --wxc-dropdown--active--background: #{$wxc-black-alpha-11};\n --wxc-dropdown--active--color: #{$wxc-black-alpha-95};\n --wxc-dropdown--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-dropdown--active--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--active--outline: none;\n\n --wxc-dropdown--disabled--background: #{$wxc-black-alpha-11};\n --wxc-dropdown--disabled--color: #{$wxc-black-alpha-40};\n --wxc-dropdown--disabled--box-shadow: none;\n --wxc-dropdown--disabled--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-dropdown--disabled--outline: none;\n\n --wxc-dropdown--focus--background: #{$wxc-white-alpha-100};\n --wxc-dropdown--focus--color: #{$wxc-black-alpha-95};\n --wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-dropdown--focus--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-dropdown--focus--outline: none;\n\n --wxc-input-field--normal--background: #{$wxc-white-alpha-100};\n --wxc-input-field--normal--color: #{$wxc-black-alpha-95};\n --wxc-input-field--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input-field--normal--box-shadow: none;\n --wxc-input-field--normal--outline: none;\n\n --wxc-input-field--hover--background: #{$wxc-black-alpha-04};\n --wxc-input-field--hover--color: #{$wxc-black-alpha-95};\n --wxc-input-field--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input-field--hover--box-shadow: none;\n --wxc-input-field--hover--outline: none;\n\n --wxc-input-field--active--background: #{$wxc-black-alpha-11};\n --wxc-input-field--active--color: #{$wxc-black-alpha-95};\n --wxc-input-field--active--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-input-field--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-input-field--active--outline: none;\n\n --wxc-input-field--focus--background: #{$wxc-black-alpha-11};\n --wxc-input-field--focus--color: #{$wxc-black-alpha-95};\n --wxc-input-field--focus--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-input-field--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-input-field--focus--outline: none;\n\n --wxc-input-field--disabled--background: #{$wxc-black-alpha-11};\n --wxc-input-field--disabled--color: #{$wxc-black-alpha-40};\n --wxc-input-field--disabled--border: 1px solid transparent;\n --wxc-input-field--disabled--box-shadow: none;\n --wxc-input-field--disabled--outline: none;\n\n --wxc-input-field--error-static--background: #{$wxc-red-10};\n --wxc-input-field--error-static--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-static--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-static--box-shadow: none;\n --wxc-input-field--error-static--outline: none;\n\n --wxc-input-field--error-hover--background: #{$wxc-black-alpha-04};\n --wxc-input-field--error-hover--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-hover--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-hover--box-shadow: none;\n --wxc-input-field--error-hover--outline: none;\n\n --wxc-input-field--error-focus--background: #{$wxc-black-alpha-11};\n --wxc-input-field--error-focus--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-focus--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-focus--box-shadow: none;\n --wxc-input-field--error-focus--outline: none;\n\n --wxc-input-icon-color: #{$wxc-black-alpha-60};\n\n --wxc-input--label--color: #{$wxc-black-alpha-95};\n\n --wxc-options-list--background: #{$wxc-white-alpha-100};\n\n --wxc-options-list--item--focus--box-shadow: 0 0 0 2px #{$wxc-blue-60} inset;\n --wxc-options-list--item--focus--outline: 2px solid #{$wxc-blue-60-alpha-30};\n\n --wxc-options-list--item--hover--background: #{$wxc-black-alpha-07};\n --wxc-options-list--item--hover--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--hover--border: none;\n\n --wxc-options-list--item--active--background: #{$wxc-black-alpha-11};\n --wxc-options-list--item--active--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--active--border: none;\n\n --wxc-options-list--item--selected--background: #{$wxc-white-alpha-100};\n --wxc-options-list--item--selected--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--selected--border: none;\n\n --wxc-options-list--checked-icon--color: #{$wxc-blue-60};\n\n --wxc-popup--box-shadow: none;\n --wxc-popup--border: none;\n\n --wxc-scrollbar--thumb: #{$wxc-black-alpha-11};\n --wxc-scrollbar--background: #{$wxc-black-alpha-20};\n\n --wxc-hyperlink--normal--color: #{$wxc-blue-70};\n --wxc-hyperlink--hover--color: #{$wxc-blue-90};\n --wxc-hyperlink--active--color:#{$wxc-blue-90};\n\n --wxc-tooltip-background: #{$wxc-white-alpha-100};\n --wxc-tooltip-border: 1px solid #{$wxc-black-alpha-20};\n --wxc-tooltip-border-color: #{$wxc-black-alpha-20};\n\n --wxc-adaptive-cards--card--border: 1px solid #{$wxc-black-alpha-20};\n --wxc-adaptive-cards--card--border-radius: 8px;\n\n --wxc-adaptive-cards--background--default: #{$wxc-white-alpha-100};\n --wxc-adaptive-cards--background--emphasis: #{$wxc-gray-10};\n --wxc-adaptive-cards--background--accent: #{$wxc-blue-10};\n --wxc-adaptive-cards--background--good: #{$wxc-green-10};\n --wxc-adaptive-cards--background--attention: #{$wxc-red-10};\n --wxc-adaptive-cards--background--warning: #{$wxc-yellow-10};\n\n --wxc-adaptive-cards--color--default: #{$wxc-black-alpha-95};\n --wxc-adaptive-cards--color--dark: #{$wxc-black-alpha-95};\n --wxc-adaptive-cards--color--light: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--color--accent: #{$wxc-blue-70};\n --wxc-adaptive-cards--color--good: #{$wxc-green-70};\n --wxc-adaptive-cards--color--attention: #{$wxc-red-70};\n --wxc-adaptive-cards--color--warning: #{$wxc-yellow-70};\n\n --wxc-adaptive-cards--subtle-color--default: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--subtle-color--dark: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--subtle-color--light: #{$wxc-black-alpha-50};\n --wxc-adaptive-cards--subtle-color--accent: #{$wxc-blue-60};\n --wxc-adaptive-cards--subtle-color--good: #{$wxc-green-60};\n --wxc-adaptive-cards--subtle-color--warning: #{$wxc-yellow-60};\n --wxc-adaptive-cards--subtle-color--attention: #{$wxc-red-60};\n\n --wxc-adaptive-cards--highlight-color: #{$wxc-gray-70};\n --wxc-adaptive-cards--separator-color: #{$wxc-gray-80};\n\n --wxc-input--title--normal: #{$wxc-black-alpha-95};\n --wxc-input--title--disabled: #{$wxc-black-alpha-40};\n\n --wxc-input--on--normal--border: none;\n --wxc-input--on--normal--background: #{$wxc-blue-60};\n --wxc-input--on--normal--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--hover--border: none;\n --wxc-input--on--hover--background: #{$wxc-blue-70};\n --wxc-input--on--hover--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--active--border: none;\n --wxc-input--on--active--background: #{$wxc-blue-80};\n --wxc-input--on--active--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--disabled--border: none;\n --wxc-input--on--disabled--background: #{$wxc-blue-20};\n --wxc-input--on--disabled--foreground: #{$wxc-white-alpha-50};\n\n --wxc-input--off--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--normal--background: #{$wxc-black-alpha-20};\n --wxc-input--off--normal--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--off--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--hover--background: #{$wxc-black-alpha-30};\n --wxc-input--off--hover--foreground:#{$wxc-black-alpha-95};\n\n --wxc-input--off--active--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--active--background: #{$wxc-black-alpha-40};\n --wxc-input--off--active--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--off--disabled--border: none;\n --wxc-input--off--disabled--background: #{$wxc-black-alpha-11};\n --wxc-input--off--disabled--foreground: #{$wxc-black-alpha-40};\n\n --wxc-date-input--calendar-picker-indicator--filter: invert(5%);\n\n --wxc-adaptive-cards--action--hover--border: inherit;\n --wxc-adaptive-cards--action--hover--background: #{$wxc-black-alpha-07};\n --wxc-adaptive-cards--action--hover--foreground: inherit;\n\n --wxc-adaptive-cards--action--active--border: inherit;\n --wxc-adaptive-cards--action--active--background: #{$wxc-black-alpha-11};\n --wxc-adaptive-cards--action--active--foreground: inherit;\n\n --wxc-greeting--description--text-color: #{$wxc-gray-60};\n}\n","$shadow-offset: 0.25rem;\n$shadow-blur: 1rem;\n$shadow-spread: -0.125rem;\n$shadow-color: rgba(0, 0, 0, 0.2);\n\n@mixin noselect {\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: auto;\n}\n\n@mixin body-font {\n font-family: $brand-font-regular;\n font-size: 1rem;\n line-height: 1.5rem;\n letter-spacing: 0.01875rem;\n}\n\n@mixin media-shadow {\n box-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-spread $shadow-color;\n border-radius: 0.5rem;\n}\n\n@mixin media-preview-mobile {\n @include media-shadow();\n\n position: absolute;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 1;\n}\n\n@mixin media-preview-tablet {\n @include media-shadow();\n\n position: absolute;\n bottom: 1rem;\n right: 1rem;\n z-index: 1;\n}\n\n@mixin media-preview-desktop-xl {\n @include media-shadow();\n\n position: absolute;\n bottom: 2rem;\n right: 2rem;\n z-index: 1;\n}\n\n@mixin focusable {\n &:focus-visible {\n box-shadow: var(--wxc-focus-box-shadow);\n outline: none;\n }\n}\n","// Note, this string must match the one from src/constants.js\n$WEBEX_COMPONENTS_CLASS_PREFIX: 'wxc';\n\n$WEBEX_MEETING_MIN_HEIGHT: 25rem;\n$WEBEX_MEETING_MIN_WIDTH: 17rem; // Standard small phone width is 20rem, leaving some padding\n$brand-font-folder: '../assets/fonts';\n\n$font-family-sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n$font-family-serif: Georgia, Cambria, 'Times New Roman', Times, serif;\n$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;\n\n$brand-font-bold: 'CiscoSansTT Bold', $font-family-sans-serif;\n$brand-font-bold-oblique: 'CiscoSansTT Bold Oblique', $font-family-sans-serif;\n$brand-font-medium: 'CiscoSansTT Medium', $font-family-sans-serif;\n$brand-font-extra-light: 'CiscoSansTT Extra Light', $font-family-sans-serif;\n$brand-font-extra-light-oblique: 'CiscoSansTT Extra Light Oblique', $font-family-sans-serif;\n$brand-font-heavy: 'CiscoSansTT Heavy', $font-family-sans-serif;\n$brand-font-heavy-oblique: 'CiscoSansTT Heavy Oblique', $font-family-sans-serif;\n$brand-font-light: 'CiscoSansTT Light', $font-family-sans-serif;\n$brand-font-light-Oblique: 'CiscoSansTT Light Oblique', $font-family-sans-serif;\n$brand-font-regular: 'CiscoSansTT Regular', $font-family-sans-serif;\n$brand-font-regular-oblique: 'CiscoSansTT Regular Oblique', $font-family-sans-serif;\n$brand-font-thin: 'CiscoSansTT Thin', $font-family-sans-serif;\n$brand-font-thin-oblique: 'CiscoSansTT Thin Oblique', $font-family-sans-serif;\n",".wxc {\n @include body-font;\n color-scheme: var(--wxc-browser-color-scheme);\n}\n\n.wxc, .wxc * {\n box-sizing: border-box;\n\n ::-webkit-scrollbar {\n width: 0.25rem;\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--wxc-scrollbar--background);\n border-radius: 0.125rem;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-action {\n &__icon {\n width: 1rem;\n height: 1rem;\n margin-right: 0.375rem;\n }\n\n &__right-icon {\n margin-left: 0.375rem;\n }\n\n .wxc-ac-container--vertical > &:not(:first-child) { margin-top: 0.5rem; }\n .wxc-ac-container--horizontal > &:not(:first-child) { margin-left: 0.5rem; }\n\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-action-set {\n margin-bottom: 0.5rem;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-adaptive-card {\n background: var(--wxc-primary-background);\n color: var(--wxc-text-color);\n overflow: auto;\n border: var(--wxc-adaptive-cards--card--border);\n border-radius: var(--wxc-adaptive-cards--card--border-radius);\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac;\n\n.#{$C}-font-type--monospace { font-family: #{$font-family-monospace}; }\n.#{$C}-font-type--default { font-family: #{$brand-font-regular}; }\n\n.#{$C}-container--horizontal {\n &.#{$C}-horizontal-alignment--left { justify-content: flex-start; }\n &.#{$C}-horizontal-alignment--center { justify-content: center; }\n &.#{$C}-horizontal-alignment--right { justify-content: flex-end; }\n}\n\n.#{$C}-container--vertical {\n > :not(.#{$C}-container--horizontal) {\n &.#{$C}-horizontal-alignment--left { align-self: flex-start; }\n &.#{$C}-horizontal-alignment--center { align-self: center; }\n &.#{$C}-horizontal-alignment--right { align-self: flex-end; }\n }\n}\n\n.#{$C}-size {\n &--default { font-size: 0.875rem; }\n &--small { font-size: 0.75rem; }\n &--medium { font-size: 1rem; }\n &--large { font-size: 1.25rem; }\n &--extraLarge { font-size: 1.5rem; }\n}\n\n.#{$C}-weight {\n &--default { font-weight: 400; }\n &--lighter { font-weight: lighter; }\n &--bolder { font-weight: bolder; }\n}\n\n.#{$C}-wrap--false {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.#{$C}-rtl--true { direction: rtl; }\n.#{$C}-rtl--false { direction: ltr; }\n\n.#{$C}-highlight--true {\n background-color: var(--wxc-adaptive-cards--highlight-color);\n}\n\n.#{$C}-italic--true {\n font-style: italic;\n}\n\n.#{$C}-strikethrough--true {\n text-decoration: line-through;\n}\n\n.#{$C}-underline--true {\n text-decoration: underline;\n}\n\n.#{$C}-container-style {\n &--heading {\n font-weight: bold;\n font-size: 200%;\n }\n &--default { background-color: var(--wxc-adaptive-cards--background--default); }\n &--emphasis { background-color: var(--wxc-adaptive-cards--background--emphasis); }\n &--good { background-color: var(--wxc-adaptive-cards--background--good); }\n &--attention { background-color: var(--wxc-adaptive-cards--background--attention); }\n &--warning { background-color: var(--wxc-adaptive-cards--background--warning); }\n &--accent { background-color: var(--wxc-adaptive-cards--background--accent); }\n}\n\n.#{$C}-image-style--person { border-radius: 50%; }\n\n.#{$C}-image-size {\n &--small { width: 40px; height: 40px; }\n &--medium { width: 80px; height: 80px; }\n &--large { width: 160px; height: 160px; }\n}\n\n.#{$C}-container--has-padding {\n padding: 0.625rem;\n}\n\n.#{$C}-container--horizontal {\n display: flex;\n flex-direction: row;\n\n > .#{$C}-width {\n &--auto { width: auto; }\n &--stretch { flex: 1; }\n }\n\n > .#{$C}-height {\n &--auto { height: auto; }\n &--stretch { align-self: stretch; }\n }\n\n &.#{$C}-container--has-padding > .#{$C}-bleed--true {\n margin-top: -0.625rem;\n margin-bottom: -0.625rem;\n\n &:first-child { margin-left: -0.625rem; }\n &:last-child { margin-right: -0.625rem; }\n }\n}\n\n.#{$C}-container--vertical {\n display: flex;\n flex-direction: column;\n\n > .#{$C}-width {\n &--auto { width: auto; }\n &--stretch { align-self: stretch; }\n }\n\n > .#{$C}-height {\n &--auto { height: auto; }\n &--stretch { flex: 1; }\n }\n\n &.#{$C}-vertical-content-alignment {\n &--top { justify-content: flex-start; }\n &--center { justify-content: center; }\n &--bottom { justify-content: flex-end; }\n }\n\n &.#{$C}-container--has-padding > .#{$C}-bleed--true {\n margin-left: -0.625rem;\n margin-right: -0.625rem;\n\n &:first-child { margin-top: -0.625rem; }\n &:last-child { margin-bottom: -0.625rem; }\n }\n}\n\n.#{$C}-is-visible--false {\n display: none;\n}\n\n.#{$C}-is-subtle--true {\n color: var(--wxc-adaptive-cards--subtle-color--default);\n &.#{$C}-color--dark { color: var(--wxc-adaptive-cards--subtle-color--dark); }\n &.#{$C}-color--light { color: var(--wxc-adaptive-cards--subtle-color--light); }\n &.#{$C}-color--accent { color: var(--wxc-adaptive-cards--subtle-color--accent); }\n &.#{$C}-color--good { color: var(--wxc-adaptive-cards--subtle-color--good); }\n &.#{$C}-color--warning { color: var(--wxc-adaptive-cards--subtle-color--warning); }\n &.#{$C}-color--attention { color: var(--wxc-adaptive-cards--subtle-color--attention); }\n}\n\n:not(.#{$C}-is-subtle--true) {\n &.#{$C}-color--default { color: var(--wxc-adaptive-cards--color--default); }\n &.#{$C}-color--dark { color: var(--wxc-adaptive-cards--color--dark); }\n &.#{$C}-color--light { color: var(--wxc-adaptive-cards--color--light); }\n &.#{$C}-color--accent { color: var(--wxc-adaptive-cards--color--accent); }\n &.#{$C}-color--good { color: var(--wxc-adaptive-cards--color--good); }\n &.#{$C}-color--warning { color: var(--wxc-adaptive-cards--color--warning); }\n &.#{$C}-color--attention { color: var(--wxc-adaptive-cards--color--attention); }\n}\n\n.#{$C}-background-image {\n background-repeat: no-repeat;\n\n &-fill-mode {\n &--repeat { background-repeat: repeat; }\n &--repeathorizontally { background-repeat: repeat-x; }\n &--repeatvertically { background-repeat: repeat-y; }\n &--cover { background-size: cover; }\n }\n\n &-vertical-alignment {\n &--top { background-position: top; }\n &--center { background-position: center; }\n &--bottom { background-position: bottom; }\n }\n\n &-horizontal-alignment {\n &--left { background-position: left; }\n &--center { background-position: center; }\n &--right { background-position: right; }\n }\n}\n\n.#{$C}-select-action {\n @include focusable;\n &:hover {\n border: var(--wxc-adaptive-cards--action--hover--border);\n background-color: var(--wxc-adaptive-cards--action--hover--background);\n color: var(--wxc-adaptive-cards--action--hover--foreground)\n }\n &:active {\n border: var(--wxc-adaptive-cards--action--active--border);\n background-color: var(--wxc-adaptive-cards--action--active--background);\n color: var(--wxc-adaptive-cards--action--active--foreground)\n }\n}\n\n.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-unknown-component {\n white-space: pre-wrap;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-image-set;\n\n.#{$C} {\n display: flex;\n flex-wrap: wrap;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-input-text;\n\n.#{$C} {\n display: flex;\n\n .#{$C}__inline-action {\n margin-left: 0.5rem;\n }\n\n .#{$C}__input,\n .#{$C}__textbox {\n flex: 1;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-input-time;\n\n.#{$C} {\n .#{$C}__body {\n display: flex;\n align-items: center;\n }\n\n .#{$C}__separator {\n margin: 0 0.313rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-fact-set;\n\n.#{$C} {\n .#{$C}__fact-title {\n padding-right: 0.5rem;\n text-align: left;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-markdown;\n\n.#{$C} {\n p, ul, ol {\n margin: 0;\n }\n\n a {\n @include focusable;\n color: var(--wxc-hyperlink--normal--color);\n text-decoration: underline;\n\n &:hover {\n cursor: pointer;\n color: var(--wxc-hyperlink--hover--color);\n }\n\n &:active {\n cursor: pointer;\n color: var(--wxc-hyperlink--active--color);\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-spacer;\n\n.#{$C} {\n flex-shrink: 0;\n\n .wxc-ac-container--vertical > & {\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n &:first-child { display: none; }\n &--spacing {\n &--default { height: 0.5rem; }\n &--none { height: 0; }\n &--small { height: 0.188rem; }\n &--medium { height: 1.125rem; }\n &--large { height: 1.875rem; }\n &--extralarge { height: 2.5rem; }\n &--padding { height: 0.625rem; }\n }\n\n > :first-child {\n height: 0.063rem;\n background-color: var(--wxc-adaptive-cards--separator-color);\n align-self: stretch; \n }\n }\n\n .wxc-ac-container--horizontal > & {\n display: flex;\n flex-direction: row;\n justify-content: center;\n\n &:first-child { display: none; }\n &--spacing {\n &--default { width: 0.5rem; }\n &--none { width: 0; }\n &--small { width: 0.188rem; }\n &--medium { width: 1.125rem; }\n &--large { width: 1.875rem; }\n &--extralarge { width: 2.5rem; }\n &--padding { width: 0.625rem; }\n }\n\n > :first-child {\n width: 0.063rem;\n background-color: var(--wxc-adaptive-cards--separator-color);\n align-self: stretch;\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-text-block;\n\n.#{$C} {\n &--max-lines {\n display: -webkit-box;\n flex-shrink: 0;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-badge {\n padding: .5rem 1rem .4375rem 1.0625rem;\n color: var(--wxc-badge-text-color);\n background: var(--wxc-badge-background);\n border: var(--wxc-badge-border);\n box-shadow: var(--wxc-badge-box-shadow);\n border-radius: 0.75rem;\n display: flex;\n align-items: center;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-banner;\n\n.#{$C} {\n display: flex;\n justify-content: center;\n color: var(--wxc-text-color);\n position: absolute;\n right: 0;\n left: 0;\n\n &--top {\n top: 0;\n background: var(--wxc-banner--top--background);\n padding: 0.75rem 0 5.25rem 0;\n }\n\n &--bottom {\n bottom: 0;\n background: var(--wxc-banner--bottom--background);\n padding: 0.75rem 0;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-button;\n\n.#{$C} {\n @include focusable;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 1000px;\n font-family: $brand-font-medium;\n line-height: 1;\n padding: 0 0.75rem;\n\n &:not([wxc-disabled]) {\n cursor: pointer;\n }\n}\n\n.#{$C}--join {\n background: var(--wxc-button--join--normal--background);\n border: var(--wxc-button--join--normal--border);\n color: var(--wxc-button--join--normal--color);\n\n &:hover {\n background: var(--wxc-button--join--hover--background);\n color: var(--wxc-button--join--hover--color);\n border: var(--wxc-button--join--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--join--active--background);\n color: var(--wxc-button--join--active--color);\n border: var(--wxc-button--join--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--join--disabled--background);\n color: var(--wxc-button--join--disabled--color);\n border: var(--wxc-button--join--disabled--border);\n }\n}\n\n.#{$C}--default,\n.#{$C}--toggle {\n background: var(--wxc-button--default--normal--background);\n color: var(--wxc-button--default--normal--color);\n border: var(--wxc-button--default--normal--border);\n\n &:hover {\n background: var(--wxc-button--default--hover--background);\n color: var(--wxc-button--default--hover--color);\n border: var(--wxc-button--default--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--default--active--background);\n color: var(--wxc-button--default--active--color);\n border: var(--wxc-button--default--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--default--disabled--background);\n color: var(--wxc-button--default--disabled--color);\n border: var(--wxc-button--default--disabled--border);\n }\n}\n\n.#{$C}--cancel {\n background: var(--wxc-button--cancel--normal--background);\n color: var(--wxc-button--cancel--normal--color);\n border: var(--wxc-button--cancel--normal--border);\n\n &:hover {\n background: var(--wxc-button--cancel--hover--background);\n color: var(--wxc-button--cancel--hover--color);\n border: var(--wxc-button--cancel--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--cancel--active--background);\n color: var(--wxc-button--cancel--active--color);\n border: var(--wxc-button--cancel--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--cancel--disabled--background);\n color: var(--wxc-button--cancel--disabled--color);\n border: var(--wxc-button--cancel--disabled--border);\n }\n}\n\n.#{$C}--ghost {\n background: var(--wxc-button--ghost--normal--background);\n color: var(--wxc-button--ghost--normal--color);\n border: var(--wxc-button--ghost--normal--border);\n border-radius: 50%;\n padding: 0 0.375rem;\n\n &:hover {\n background: var(--wxc-button--ghost--hover--background);\n color: var(--wxc-button--ghost--hover--color);\n border: var(--wxc-button--ghost--hover--border);\n }\n\n &:active {\n background: var(--wxc-button--ghost--active--background);\n color: var(--wxc-button--ghost--active--color);\n border: var(--wxc-button--ghost--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--ghost--disabled--background);\n color: var(--wxc-button--ghost--disabled--color);\n border: var(--wxc-button--ghost--disabled--border);\n }\n}\n\n.#{$C}--primary {\n font-size: 0.938rem;\n line-height: 1.25rem;\n padding: 0.25rem 0.875rem;\n letter-spacing: 0.015rem;\n background: var(--wxc-button--primary--normal--background);\n color: var(--wxc-button--primary--normal--color);\n border: var(--wxc-button--primary--normal--border);\n\n &:hover {\n background: var(--wxc-button--primary--hover--background);\n color: var(--wxc-button--primary--hover--color);\n border: var(--wxc-button--primary--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--primary--active--background);\n color: var(--wxc-button--primary--active--color);\n border: var(--wxc-button--primary--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--primary--disabled--background);\n color: var(--wxc-button--primary--disabled--color);\n border: var(--wxc-button--primary--disabled--border);\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n position: relative;\n\n .#{$C}__form-control {\n position: relative;\n display: flex;\n }\n\n .#{$C}__input {\n @include body-font;\n background: var(--wxc-input-field--normal--background);\n border: var(--wxc-input-field--normal--border);\n color: var(--wxc-input-field--normal--color);\n border-radius: 0.5rem;\n padding: 0.313rem 0.75rem 0.063rem 0.75rem;\n width: 100%;\n height: 2rem; // prevent height collapse on iOS\n -webkit-appearance: none; // to be able to display box-shadow on iOS mobile\n\n &[type="number"] {\n -moz-appearance: textfield;\n\n &::-webkit-inner-spin-button,\n &::-webkit-outer-spin-button {\n -moz-appearance: none;\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n }\n\n &:hover::-webkit-inner-spin-button,\n &:hover::-webkit-outer-spin-button {\n -moz-appearance: none;\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n }\n }\n\n @mixin disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n outline: var(--wxc-input-field--disabled--outline);\n }\n\n @mixin static {\n background: var(--wxc-input-field--normal--background);\n border: var(--wxc-input-field--normal--border);\n color: var(--wxc-input-field--normal--color);\n box-shadow: (--wxc-input-field--normal--box-shadow);\n outline: var(--wxc-input-field--normal--outline);\n }\n\n @mixin hover {\n background: var(--wxc-input-field--hover--background);\n border: var(--wxc-input-field--hover--border);\n color: var(--wxc-input-field--hover--color);\n box-shadow: var(--wxc-input-field--hover--box-shadow);\n outline: var(--wxc-input-field--hover--outline);\n }\n\n @mixin focus {\n background: var(--wxc-input-field--focus--background);\n border: var(--wxc-input-field--focus--border);\n color: var(--wxc-input-field--focus--color);\n box-shadow: var(--wxc-input-field--focus--box-shadow);\n outline: var(--wxc-input-field--focus--outline);\n }\n\n @mixin error-static {\n background: var(--wxc-input-field--error-static--background);\n border: var(--wxc-input-field--error-static--border);\n color: var(--wxc-input-field--error-static--color);\n box-shadow: var(--wxc-input-field--error-static--box-shadow);\n outline: var(--wxc-input-field--error-static--outline);\n }\n\n @mixin error-hover {\n background: var(--wxc-input-field--error-hover--background);\n border: var(--wxc-input-field--error-hover--border);\n color: var(--wxc-input-field--error-hover--color);\n box-shadow: var(--wxc-input-field--error-hover--box-shadow);\n outline: var(--wxc-input-field--error-hover--outline);\n }\n\n @mixin error-focus {\n background: var(--wxc-input-field--error-focus--background);\n border: var(--wxc-input-field--error-focus--border);\n color: var(--wxc-input-field--error-focus--color);\n box-shadow: var(--wxc-input-field--error-focus--box-shadow);\n outline: var(--wxc-input-field--error-focus--outline);\n }\n\n &:disabled {\n @include disabled;\n }\n\n &:not(:disabled) {\n &:not(&.#{$C}__error) {\n &:not(:focus) {\n &:not(:hover) {\n @include static;\n }\n\n &:hover {\n @include hover;\n }\n }\n\n &:focus {\n @include focus;\n }\n }\n\n &.#{$C}__error {\n &:not(:focus) {\n &:not(:hover) {\n @include error-static;\n }\n\n &:hover {\n @include error-hover;\n }\n }\n\n &:focus {\n @include error-focus;\n }\n }\n }\n }\n\n .#{$C}__right-icon {\n position: absolute;\n color: var(--wxc-input-icon-color);\n top: 50%;\n right: 2px;\n transform: translateY(-50%);\n\n &:not(:last-child) {\n right: 2rem;\n }\n }\n\n &--has-right-icon {\n .#{$C}__input{\n padding-right: 1.875rem;\n }\n }\n\n &--has-right-controls {\n .#{$C}__input{\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n}\n','$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-loader;\n\n.#{$C} {\n background-color: $wxc-black-alpha-50;\n display: flex;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n\n .#{$C}__bullet {\n position: relative;\n width: 0.625rem;\n height: 0.625rem;\n margin: 1rem auto;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite linear alternate;\n animation-delay: 0.5s;\n\n &::before,\n &::after {\n content: "";\n display: inline-block;\n position: absolute;\n top: 0;\n }\n\n &::before {\n left: -0.9375rem;\n width: 0.625rem;\n height: 0.625rem;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite alternate;\n animation-delay: 0s;\n }\n\n &::after {\n left: 0.9375rem;\n width: 0.625rem;\n height: 0.625rem;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite alternate;\n animation-delay: 1s;\n }\n }\n\n @keyframes dotFlashing {\n 0% {\n background-color: $wxc-black-alpha-20;\n }\n 50%,\n 100% {\n background-color: $wxc-gray-10;\n }\n }\n}\n',"$wxc-gray-05: #F7F7F7;\n$wxc-gray-10: #EDEDED;\n$wxc-gray-20: #DEDEDE;\n$wxc-gray-30: #C9C9C9;\n$wxc-gray-40: #ADADAD;\n$wxc-gray-50: #8F8F8F;\n$wxc-gray-60: #707070;\n$wxc-gray-70: #545454;\n$wxc-gray-80: #3B3B3B;\n$wxc-gray-90: #262626;\n$wxc-gray-95: #1A1A1A;\n$wxc-gray-98: #FAFAFA;\n$wxc-gray-100: #0F0F0F;\n$wxc-light-gray: #D1D3D4;\n\n$wxc-blue-05: #EDF8FF;\n$wxc-blue-10: #DBF0FF;\n$wxc-blue-20: #BFE3FF;\n$wxc-blue-30: #96D0FF;\n$wxc-blue-40: #64B4FA;\n$wxc-blue-50: #3492EB;\n$wxc-blue-60: #1170CF;\n$wxc-blue-70: #0353A8;\n$wxc-blue-80: #063A75;\n$wxc-blue-90: #0A274A;\n$wxc-blue-95: #091A30;\n$wxc-blue-100: #07101C;\n\n$wxc-green-05: #EDF7F5;\n$wxc-green-10: #CEF5EB;\n$wxc-green-20: #9FEDD8;\n$wxc-green-30: #68DEBD;\n$wxc-green-40: #3CC29A;\n$wxc-green-50: #27A17A;\n$wxc-green-60: #1D805F;\n$wxc-green-70: #185E46;\n$wxc-green-80: #134231;\n$wxc-green-90: #0E2B20;\n$wxc-green-95: #0A1C15;\n$wxc-green-100: #07120D;\n\n$wxc-red-05: #FFF5F6;\n$wxc-red-10: #FFE8EA;\n$wxc-red-20: #FFD4DA;\n$wxc-red-30: #FFB8C1;\n$wxc-red-40: #FC8B98;\n$wxc-red-50: #F55868;\n$wxc-red-60: #DB1F2E;\n$wxc-red-70: #AB0A15;\n$wxc-red-80: #780D13;\n$wxc-red-90: #4F0E10;\n$wxc-red-95: #330D0E;\n$wxc-red-100: #1F0A0A;\n\n$wxc-yellow-05: #FFF6E3;\n$wxc-yellow-10: #FFEBC2;\n$wxc-yellow-20: #FFDA94;\n$wxc-yellow-30: #FFBE4F;\n$wxc-yellow-40: #F2990A;\n$wxc-yellow-50: #CF7900;\n$wxc-yellow-60: #A65E00;\n$wxc-yellow-70: #7D4705;\n$wxc-yellow-80: #57330A;\n$wxc-yellow-90: #36220C;\n$wxc-yellow-95: #24180B;\n$wxc-yellow-100: #140E08;\n\n$wxc-white-alpha-00: rgba(255, 255, 255, 0);\n$wxc-white-alpha-05: rgba(255, 255, 255, 0.05);\n$wxc-white-alpha-07: rgba(255, 255, 255, 0.07);\n$wxc-white-alpha-11: rgba(255, 255, 255, 0.11);\n$wxc-white-alpha-20: rgba(255, 255, 255, 0.2);\n$wxc-white-alpha-30: rgba(255, 255, 255, 0.3);\n$wxc-white-alpha-40: rgba(255, 255, 255, 0.4);\n$wxc-white-alpha-50: rgba(255, 255, 255, 0.5);\n$wxc-white-alpha-60: rgba(255, 255, 255, 0.6);\n$wxc-white-alpha-70: rgba(255, 255, 255, 0.7);\n$wxc-white-alpha-80: rgba(255, 255, 255, 0.8);\n$wxc-white-alpha-90: rgba(255, 255, 255, 0.9);\n$wxc-white-alpha-95: rgba(255, 255, 255, 0.95);\n$wxc-white-alpha-100: rgba(255, 255, 255, 1);\n\n$wxc-black-alpha-00: rgba(0, 0, 0, 0);\n$wxc-black-alpha-04: rgba(0, 0, 0, 0.04);\n$wxc-black-alpha-07: rgba(0, 0, 0, 0.07);\n$wxc-black-alpha-11: rgba(0, 0, 0, 0.11);\n$wxc-black-alpha-12: rgba(0, 0, 0, 0.12);\n$wxc-black-alpha-14: rgba(0, 0, 0, 0.14);\n$wxc-black-alpha-16: rgba(0, 0, 0, 0.16);\n$wxc-black-alpha-20: rgba(0, 0, 0, 0.2);\n$wxc-black-alpha-30: rgba(0, 0, 0, 0.3);\n$wxc-black-alpha-40: rgba(0, 0, 0, 0.4);\n$wxc-black-alpha-50: rgba(0, 0, 0, 0.5);\n$wxc-black-alpha-60: rgba(0, 0, 0, 0.6);\n$wxc-black-alpha-70: rgba(0, 0, 0, 0.7);\n$wxc-black-alpha-80: rgba(0, 0, 0, 0.8);\n$wxc-black-alpha-90: rgba(0, 0, 0, 0.9);\n$wxc-black-alpha-95: rgba(0, 0, 0, 0.95);\n$wxc-black-alpha-100: rgba(0, 0, 0, 1);\n\n$wxc-blue-40-alpha-30: rgba(100, 180, 250, 0.3);\n$wxc-blue-60-alpha-30: rgba(17, 112, 207, 0.3);\n\n$wxc-orange-10: #FAF4EB;\n$wxc-orange-20: #FCE4C7;\n$wxc-orange-30: #FFCA99;\n$wxc-orange-40: #FF9D52;\n$wxc-orange-50: #F26B1D;\n$wxc-orange-60: #C74F0E;\n$wxc-orange-70: #914017;\n$wxc-orange-80: #59311E;\n$wxc-orange-90: #33221B;\n$wxc-orange-100: #211916;\n\n$wxc-gold-10: #F7F6DC;\n$wxc-gold-20: #F5EAA2;\n$wxc-gold-30: #EBD460;\n$wxc-gold-40: #D6B220;\n$wxc-gold-50: #BA8C00;\n$wxc-gold-60: #996E00;\n$wxc-gold-70: #735107;\n$wxc-gold-80: #4D370C;\n$wxc-gold-90: #30240D;\n$wxc-gold-100: #21190B;\n\n$wxc-olive-10: #F3F5E4;\n$wxc-olive-20: #E7EDB7;\n$wxc-olive-30: #D3DB7B;\n$wxc-olive-40: #B4BA43;\n$wxc-olive-50: #999923;\n$wxc-olive-60: #7D7A18;\n$wxc-olive-70: #5C5813;\n$wxc-olive-80: #403D11;\n$wxc-olive-90: #29260D;\n$wxc-olive-100: #1C1A0A;\n\n$wxc-lime-10: #F3F7E9;\n$wxc-lime-20: #DDF2AE;\n$wxc-lime-30: #BCE36F;\n$wxc-lime-40: #93C437;\n$wxc-lime-50: #73A321;\n$wxc-lime-60: #588219;\n$wxc-lime-70: #416116;\n$wxc-lime-80: #2D4214;\n$wxc-lime-90: #1E2B10;\n$wxc-lime-100: #141C0C;\n\n$wxc-mint-10: #E9F7F3;\n$wxc-mint-20: #BAF5E7;\n$wxc-mint-30: #74E8D1;\n$wxc-mint-40: #30C9B0;\n$wxc-mint-50: #16A693;\n$wxc-mint-60: #148579;\n$wxc-mint-70: #12615A;\n$wxc-mint-80: #12423F;\n$wxc-mint-90: #102B2A;\n$wxc-mint-100: #0C1C1B;\n\n$wxc-cyan-10: #E6F9FA;\n$wxc-cyan-20: #B2F4F7;\n$wxc-cyan-30: #67E7F0;\n$wxc-cyan-40: #22C7D6;\n$wxc-cyan-50: #00A3B5;\n$wxc-cyan-60: #008094;\n$wxc-cyan-70: #066070;\n$wxc-cyan-80: #0A414D;\n$wxc-cyan-90: #0B2A30;\n$wxc-cyan-100: #091C21;\n\n$wxc-cobalt-10: #E5F8FF;\n$wxc-cobalt-20: #C7EEFF;\n$wxc-cobalt-30: #99DDFF;\n$wxc-cobalt-40: #5EBFF7;\n$wxc-cobalt-50: #279BE8;\n$wxc-cobalt-60: #0A78CC;\n$wxc-cobalt-70: #08599C;\n$wxc-cobalt-80: #103C63;\n$wxc-cobalt-90: #12283D;\n$wxc-cobalt-100: #0F1A26;\n\n$wxc-slate-10: #F2F4FF;\n$wxc-slate-20: #E3E7FA;\n$wxc-slate-30: #CED2ED;\n$wxc-slate-40: #B0B4D9;\n$wxc-slate-50: #8C91BD;\n$wxc-slate-60: #6F739E;\n$wxc-slate-70: #535573;\n$wxc-slate-80: #393A47;\n$wxc-slate-90: #26262B;\n$wxc-slate-100: #1A1A1C;\n\n$wxc-violet-10: #F8F2FC;\n$wxc-violet-20: #F0E3FC;\n$wxc-violet-30: #E2CAFC;\n$wxc-violet-40: #C7A5FA;\n$wxc-violet-50: #A87FF0;\n$wxc-violet-60: #875AE0;\n$wxc-violet-70: #643ABD;\n$wxc-violet-80: #432C78;\n$wxc-violet-90: #29223D;\n$wxc-violet-100: #1B1824;\n\n$wxc-purple-10: #FCF2FC;\n$wxc-purple-20: #FCE1FC;\n$wxc-purple-30: #FAC3F8;\n$wxc-purple-40: #F294F1;\n$wxc-purple-50: #E060DE;\n$wxc-purple-60: #C233C4;\n$wxc-purple-70: #932099;\n$wxc-purple-80: #601E66;\n$wxc-purple-90: #3B1840;\n$wxc-purple-100: #251329;\n\n$wxc-pink-10: #FFF2F5;\n$wxc-pink-20: #FFE0E7;\n$wxc-pink-30: #FFC7D2;\n$wxc-pink-40: #FC97AA;\n$wxc-pink-50: #F0677E;\n$wxc-pink-60: #D43B52;\n$wxc-pink-70: #A12A3A;\n$wxc-pink-80: #66262D;\n$wxc-pink-90: #3B1E21;\n$wxc-pink-100: #241617;\n\n\n//Gradation color\n\n$wxc-gradation-webex-light-primary: linear-gradient(#F0F0F0, #FFFFFF);\n$wxc-gradation-webex-light-secondary: linear-gradient(#FAFAFA, #FFFFFF);\n$wxc-gradation-webex-dark-primary: linear-gradient(#1A1A1A, #0F0F0F);\n$wxc-gradation-webex-dark-secondary: linear-gradient(#262626, #0F0F0F);\n\n$wxc-gradation-indigo-light-primary: linear-gradient(#EBEFFC, #FFFFFF);\n$wxc-gradation-indigo-light-secondary: linear-gradient(#F7F9FF, #FFFFFF);\n$wxc-gradation-indigo-dark-primary: linear-gradient(#13182B, #0E111A);\n$wxc-gradation-indigo-dark-secondary: linear-gradient(#212536, #0E111A);\n\n$wxc-gradation-jade-light-primary: linear-gradient(#E6F2F1, #FFFFFF);\n$wxc-gradation-jade-light-secondary: linear-gradient(#F7FCFC, #FFFFFF);\n$wxc-gradation-jade-dark-primary: linear-gradient(#001C18, #021412);\n$wxc-gradation-jade-dark-secondary: linear-gradient(#122925, #021412);\n\n$wxc-gradation-bronze-light-primary: linear-gradient(#F5EFE4, #FFFFFF);\n$wxc-gradation-bronze-light-secondary: linear-gradient(#FCFAF4, #FFFFFF);\n$wxc-gradation-bronze-dark-primary: linear-gradient(#1F1302, #171002);\n$wxc-gradation-bronze-dark-secondary: linear-gradient(#2E2515, #171002);\n\n$wxc-gradation-rose-light-primary: linear-gradient(#FCEBF5, #FFFFFF);\n$wxc-gradation-rose-light-secondary: linear-gradient(#FFF9FD, #FFFFFF);\n$wxc-gradation-rose-dark-primary: linear-gradient(#30041E, #1F0615);\n$wxc-gradation-rose-dark-secondary: linear-gradient(#40162E, #1F0615);\n\n$wxc-gradation-lavender-light-primary: linear-gradient(#F4EBFF, #FFFFFF);\n$wxc-gradation-lavender-light-secondary: linear-gradient(#FBF7FF, #FFFFFF);\n$wxc-gradation-lavender-dark-primary: linear-gradient(#231237, #18082B);\n$wxc-gradation-lavender-dark-secondary: linear-gradient(#301A4A, #18082B);\n\n$wxc-gradation-dark-transparent: linear-gradient(2.25deg, rgba(0, 0, 0, 0) 1.9%, rgba(0, 0, 0, 0.3) 50.23%, rgba(0, 0, 0, 0.8) 98.11%);\n$wxc-gradation-light-transparent: linear-gradient(2.25deg, rgba(255, 255, 255, 0) 1.9%, rgba(255, 255, 255, 0.3) 50.23%, rgba(255, 255, 255, 0.8) 98.11%);\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-modal;\n\n.#{$C} {\n position: fixed;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n z-index: 9;\n display: flex;\n align-items: flex-end;\n justify-content: center;\n background-color: #{$wxc-black-alpha-40};\n\n .#{$C}__content {\n border: var(--wxc-modal--border);\n box-shadow: var(--wxc-modal--box-shadow);\n background-color: var(--wxc-modal--background);\n flex: 1;\n max-height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n }\n\n &--centered-modal{\n align-items: center;\n\n .#{$C}__content {\n flex: 0 1 auto;\n }\n }\n\n .#{$C}__header {\n display: flex;\n align-items: center;\n padding: 0.75rem 1.25rem;\n }\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n font-family: $brand-font-bold;\n font-size: 1rem;\n line-height: 1.5rem;\n }\n\n .#{$C}__close {\n margin-left: auto;\n }\n\n .#{$C}__back {\n padding: 0.475rem;\n }\n\n .#{$C}__body {\n padding: 0 1.25rem 1.25rem;\n overflow-y: auto;\n flex: 1;\n min-height: 5rem;\n margin-bottom: 1rem;\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-option;\n\n.#{$C} {\n padding: 0.5rem 0.75rem;\n border-radius: 0.5rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n color: var(--wxc-text-color);\n\n .#{$C}__label {\n flex: 1;\n display: block;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__check {\n color: var(--wxc-options-list--checked-icon--color);\n margin-left: 0.25rem;\n\n &--invisible {\n visibility: hidden;\n }\n }\n\n &[aria-selected="true"] {\n background: var(--wxc-options-list--item--selected--background);\n color: var(--wxc-options-list--item--selected--color);\n border: var(--wxc-options-list--item--selected--border);\n }\n\n &:hover {\n background: var(--wxc-options-list--item--hover--background);\n color: var(--wxc-options-list--item--hover--color);\n border: var(--wxc-options-list--item--hover--border);\n }\n\n &:active {\n background: var(--wxc-options-list--item--active--background);\n color: var(--wxc-options-list--item--active--color);\n border: var(--wxc-options-list--item--active--border);\n }\n\n &:focus-visible {\n outline: var(--wxc-options-list--item--focus--outline);\n box-shadow: var(--wxc-options-list--item--focus--box-shadow);\n }\n}\n\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list;\n\n.#{$C} {\n list-style: none;\n background: var(--wxc-options-list--background);\n margin: 0;\n padding: 0.5rem;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-popup;\n\n.#{$C} {\n position: fixed;\n z-index: 1;\n border: var(--wxc-popup--border);\n border-radius: 0.75rem;\n box-shadow: var(--wxc-popup--box-shadow);\n overflow: auto;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-spinner {\n position: relative;\n display: inline-block;\n border: 1px solid var(--wxc-spinner--circle--color);\n border-radius: 50%;\n border-top-color: var(--wxc-spinner--moving--color);\n animation: spin 1s infinite linear;\n -webkit-animation: spin 1s infinite linear;\n}\n\n@keyframes spin {\n to { -webkit-transform: rotate(360deg); }\n}\n@-webkit-keyframes spin {\n to { -webkit-transform: rotate(360deg); }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-title {\n color: var(--wxc-text-color);\n line-height: 150%;\n margin: 1.25rem 0 0.25rem;\n font-weight: normal;\n\n &--section {\n font-family: $brand-font-bold;\n }\n\n &--subsection {\n font-family: $brand-font-medium;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-tooltip-container;\n\n.#{$C} {\n position: absolute;\n min-width: 4rem;\n max-width: 12.5rem;\n display: block;\n transform: translateX(-50%);\n z-index: 100;\n bottom: 0;\n\n .#{$C}__wrapper {\n position: relative;\n }\n\n .#{$C}__box {\n background: var(--wxc-tooltip-background);\n border-radius: 0.4375rem;\n border: var(--wxc-tooltip-border);\n box-shadow: 0 0.5rem 1rem $wxc-black-alpha-16, 0 0 0.0625rem $wxc-black-alpha-14;\n color: var(--wxc-text-color);\n font-size: 0.875rem;\n line-height: 1.5;\n padding: 0.5rem 0.75rem 0.585625rem 0.75rem;\n text-align: center;\n position: relative;\n\n .#{$C}__arrow {\n position: absolute;\n border: var(--wxc-tooltip-border);\n left: 50%;\n transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);\n bottom: -0.75rem;\n width: 1.25rem;\n height: 1.25rem;\n background: var(--wxc-tooltip-background);\n border-radius: 0.25rem;\n border-color: transparent var(--wxc-tooltip-border-color) var(--wxc-tooltip-border-color) transparent;\n }\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-audio-microphone-muted-icon {\n path { fill: var(--wxc-icon--muted-color); }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-camera-muted-icon {\n path { fill: var(--wxc-icon--muted-color); }\n}\n","@import 'AudioMicrophoneMutedIcon';\n@import 'CameraMutedIcon';\n\n.wxc-icon {\n fill: currentColor;\n\n :disabled &, [wxc-disabled] & {\n path { fill: currentColor; }\n }\n\n .accent {\n fill: var(--wxc-icon--accent-color);\n\n :disabled &, [wxc-disabled] & {\n display: none;\n }\n }\n\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-checkbox;\n\n.#{$C} {\n display: flex;\n align-items: center;\n cursor: pointer;\n @include focusable;\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n margin-left: 0.5rem;\n }\n .#{$C}__box {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 1rem;\n height: 1rem;\n padding: 0.25rem;\n border-radius: 0.125rem;\n\n .#{$C}__checkmark {\n width: 9px;\n height: 6.5px;\n }\n\n &--enabled {\n &.#{$C}__box--checked,\n &.#{$C}__box--indeterminate {\n background-color: var(--wxc-input--on--normal--background);\n border: var(--wxc-input--on--normal--border);\n\n .#{$C}__checkmark {\n color: var(--wxc-input--on--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--on--hover--background);\n border: var(--wxc-input--on--hover--border);\n }\n\n &:active {\n background-color: var(--wxc-input--on--active--background);\n border: var(--wxc-input--on--active--border);\n }\n }\n\n &.#{$C}__box--unchecked {\n background-color: var(--wxc-input--off--normal--background);\n border: var(--wxc-input--off--normal--border);\n\n &:hover {\n background-color: var(--wxc-input--off--hover--background);\n border: var(--wxc-input--off--hover--border);\n }\n\n &:active {\n background-color: var(--wxc-input--off--active--background);\n border: var(--wxc-input--off--active--border);\n }\n }\n }\n\n &--disabled {\n cursor: default;\n\n &.#{$C}__box--checked {\n background-color: var(--wxc-input--on--disabled--background);\n border: var(--wxc-input--on--disabled--border);\n\n .#{$C}__checkmark {\n color: var(--wxc-input--on--disabled--foreground);\n }\n }\n\n &.#{$C}__box--unchecked {\n background-color: var(--wxc-input--off--disabled--background);\n border: var(--wxc-input--off--disabled--border);\n }\n }\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-date-input;\n\n.#{$C} {\n input[type="date"] {\n position: relative;\n padding-left: 2rem;\n\n &::-webkit-calendar-picker-indicator {\n position: absolute;\n margin: 0 0 0.25rem 0;\n padding: 0;\n left: 0.75rem;\n filter: var(--wxc-date-input--calendar-picker-indicator--filter);\n }\n }\n}\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-dropdown;\n\n.#{$C} {\n &__control {\n position: relative;\n }\n\n .#{$C}__selected-option {\n display: flex;\n align-items: center;\n border-radius: 0.5rem;\n padding: 0.375rem 0.75rem;\n\n .#{$C}__label {\n flex: 1;\n display: block;\n margin-right: 0.25rem;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n }\n\n &:not(.#{$C}--disabled) {\n .#{$C}__selected-option {\n background: var(--wxc-dropdown--normal--background);\n border: var(--wxc-dropdown--normal--border);\n box-shadow: var(--wxc-dropdown--normal--box-shadow);\n color: var(--wxc-dropdown--normal--color);\n outline: var(--wxc-dropdown--normal--outline);\n cursor: pointer;\n\n &.#{$C}__expanded {\n background: var(--wxc-dropdown--active--background);\n border: var(--wxc-dropdown--active--border);\n box-shadow: var(--wxc-dropdown--active--box-shadow);\n color: var(--wxc-dropdown--active--color);\n outline: var(--wxc-dropdown--active--outline);\n\n &:focus {\n background: var(--wxc-dropdown--active--background);\n }\n }\n\n &:hover {\n background: var(--wxc-dropdown--hover--background);\n border: var(--wxc-dropdown--hover--border);\n box-shadow: var(--wxc-dropdown--hover--box-shadow);\n color: var(--wxc-dropdown--hover--color);\n outline: var(--wxc-dropdown--hover--outline);\n }\n\n &:active {\n background: var(--wxc-dropdown--active--background);\n border: var(--wxc-dropdown--active--border);\n box-shadow: var(--wxc-dropdown--active--box-shadow);\n color: var(--wxc-dropdown--active--color);\n outline: var(--wxc-dropdown--active--outline);\n }\n\n &:focus {\n background: var(--wxc-dropdown--focus--background);\n border: var(--wxc-dropdown--focus--border);\n box-shadow: var(--wxc-dropdown--focus--box-shadow);\n color: var(--wxc-dropdown--focus--color);\n outline: var(--wxc-dropdown--focus--outline);\n }\n }\n }\n\n &--disabled {\n .#{$C}__selected-option {\n background: var(--wxc-dropdown--disabled--background);\n border: var(--wxc-dropdown--disabled--border);\n box-shadow: var(--wxc-dropdown--disabled--box-shadow);\n color: var(--wxc-dropdown--disabled--color);\n outline: var(--wxc-dropdown--disabled--outline);\n cursor: default;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-label;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n &__label-text {\n align-self: flex-start;\n color: var(--wxc-text-color);\n font-size: 0.875rem;\n margin: 0 0 0.25rem 0.8125rem;\n white-space: nowrap;\n }\n\n &__text {\n white-space: normal;\n }\n\n &__required {\n color: var(--wxc-error-color);\n }\n\n &__control {\n flex: 1;\n }\n\n &__error {\n display: flex;\n flex-direction: row;\n align-items: center;\n color: var(--wxc-error-color);\n margin: 0.25rem 0;\n\n .#{$C}__error-text {\n font-size: 0.875rem;\n }\n\n .#{$C}__error-icon {\n margin: 0 0.5625rem 0 0.8125rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-number-input;\n\n.#{$C} {\n .#{$C}__controls {\n height: 100%;\n width: 1.9375rem;\n display: flex;\n flex-direction: column;\n border-left: var(--wxc-input-field--normal--border);\n right: 0.0625rem;\n }\n\n .#{$C}__increment-button {\n border: var(--wxc-input-field--normal--border);\n border-radius: 0 0.5rem 0 0;\n border-left-color: transparent;\n position: relative;\n left: -1px;\n }\n\n .#{$C}__decrement-button {\n border: var(--wxc-input-field--normal--border);\n border-radius: 0 0 0.5rem 0;\n border-left-color: transparent;\n border-top-color: transparent;\n position: relative;\n left: -1px;\n }\n\n .#{$C}__increment-button,\n .#{$C}__decrement-button {\n flex-basis: 50%;\n\n &:active {\n background: var(--wxc-input-field--active--background);\n border: var(--wxc-input-field--active--border);\n color: var(--wxc-input-field--active--color);\n box-shadow: var(--wxc-input-field--active--box-shadow);\n }\n\n &:disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-radio-button;\n\n.#{$C} {\n display: flex;\n align-items: center;\n position: relative;\n cursor: pointer;\n @include focusable;\n\n &__title {\n color: var(--wxc-input--title--normal);\n margin-left: 0.5rem;\n }\n\n &__background {\n position: relative;\n display: inline-block;\n content: '';\n cursor: pointer;\n border-radius: 50%;\n min-width: 1rem;\n width: 1rem;\n height: 1rem;\n }\n\n &__foreground {\n position: absolute;\n display: inline-block;\n content: '';\n border-radius: 50%;\n width: 0.375rem;\n height: 0.375rem;\n top: 0.3rem;\n left: 0.3rem;\n }\n\n &[aria-disabled='false'] {\n &[aria-checked='false'] {\n .#{$C}__background {\n border: var(--wxc-input--off--normal--border);\n background-color: var(--wxc-input--off--normal--background);\n &:hover {\n border: var(--wxc-input--off--hover--border);\n background-color: var(--wxc-input--off--hover--background);\n }\n &:active {\n border: var(--wxc-input--off--active--border);\n background-color: var(--wxc-input--off--active--background);\n }\n }\n }\n\n &[aria-checked='true'] {\n .#{$C}__background {\n border: var(--wxc-input--on--normal--border);\n background-color: var(--wxc-input--on--normal--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--normal--foreground);\n }\n &:hover {\n border: var(--wxc-input--on--hover--border);\n background-color: var(--wxc-input--on--hover--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--hover--foreground);\n }\n }\n &:active {\n border: var(--wxc-input--on--active--border);\n background-color: var(--wxc-input--on--active--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--active--foreground);\n }\n }\n }\n }\n }\n\n &[aria-disabled='true'] {\n cursor: default;\n\n .#{$C}__title {\n color: var(--wxc-input--title--disabled);\n }\n\n &[aria-checked='false'] {\n .#{$C}__background {\n border: var(--wxc-input--off--disabled--border);\n background-color: var(--wxc-input--off--disabled--background);\n }\n }\n\n &[aria-checked='true'] {\n .#{$C}__background {\n border: var(--wxc-input--on--disabled--border);\n background-color: var(--wxc-input--on--disabled--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--disabled--foreground);\n }\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-textbox;\n\n.#{$C} {\n &__control {\n @include body-font;\n width: 100%;\n height: 100%;\n background: var(--wxc-input-field--normal--background);\n color: var(--wxc-input-field--normal--color);\n border: var(--wxc-input-field--normal--border);\n box-shadow: var(--wxc-input-field--normal--box-shadow);\n outline: var(--wxc-input-field--normal--outline);\n border-radius: 0.5rem;\n font-size: 0.875rem;\n padding: 0.25rem 0.75rem;\n text-align: left;\n resize: none;\n -webkit-appearance: none; // to be able to display box-shadow on iOS mobile\n\n &:hover {\n background: var(--wxc-input-field--hover--background);\n color: var(--wxc-input-field--hover--color);\n border: var(--wxc-input-field--hover--border);\n box-shadow: var(--wxc-input-field--hover--box-shadow);\n outline: var(--wxc-input-field--hover--outline);\n }\n\n &:active {\n background: var(--wxc-input-field--active--background);\n color: var(--wxc-input-field--active--color);\n border: var(--wxc-input-field--active--border);\n box-shadow: var(--wxc-input-field--active--box-shadow);\n outline: var(--wxc-input-field--active--outline);\n }\n\n &:focus {\n background: var(--wxc-input-field--focus--background);\n color: var(--wxc-input-field--focus--color);\n border: var(--wxc-input-field--focus--border);\n box-shadow: var(--wxc-input-field--focus--box-shadow);\n outline: var(--wxc-input-field--focus--outline);\n }\n\n &:disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n outline: var(--wxc-input-field--disabled--outline);\n }\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-time-input;\n\n.#{$C} {\n input[type="time"] {\n position: relative;\n padding-left: 2rem;\n\n &::-webkit-calendar-picker-indicator {\n position: absolute;\n margin: 0 0 0.25rem 0;\n padding: 0;\n left: 0.75rem;\n filter: var(--wxc-date-input--calendar-picker-indicator--filter);\n }\n }\n}\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-toggle;\n\n.#{$C} {\n display: flex;\n align-items: center;\n cursor: pointer;\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n margin-left: 0.5rem;\n }\n\n .#{$C}__switch {\n @include focusable;\n position: relative;\n width: 2.75rem;\n height: 1.375rem;\n padding: 0.375rem;\n border-radius: 0.688rem;\n\n .#{$C}__slider {\n position: absolute;\n width: 22.73%;\n height: 45.46%;\n top: 27.37%;\n border-radius: 50%;\n }\n\n &--on .#{$C}__slider { left: 63.64%; }\n\n &--off .#{$C}__slider { left: 13.63%; }\n\n &--enabled {\n &.#{$C}__switch--on {\n background-color: var(--wxc-input--on--normal--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--on--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--on--hover--background);\n }\n\n &:active {\n background-color: var(--wxc-input--on--active--background);\n }\n }\n\n &.#{$C}__switch--off {\n background-color: var(--wxc-input--off--normal--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--off--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--off--hover--background);\n }\n\n &:active {\n background-color: var(--wxc-input--off--active--background);\n }\n }\n }\n\n &--disabled {\n cursor: default;\n\n &.#{$C}__switch--on {\n background-color: var(--wxc-input--on--disabled--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--on--disabled--foreground);\n }\n }\n\n &.#{$C}__switch--off {\n background-color: var(--wxc-input--off--disabled--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--off--disabled--foreground);\n }\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity-header;\n\n$content-left-margin: 3.5rem; //avatar width + margin\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n position: relative;\n\n .#{$C}__avatar {\n position: absolute;\n margin: 0 0.5rem;\n width: 2.5rem;\n height: 2.5rem;\n }\n\n .#{$C}__author {\n @include noselect();\n display: flex;\n min-width: 18.75rem !important;\n margin-left: $content-left-margin;\n font-size: 0.875rem;\n line-height: 1.375rem;\n text-align: left;\n color: var(--wxc-secondary-text-color);\n word-wrap: break-word;\n }\n\n .#{$C}__timestamp {\n margin-left: 0.5rem;\n }\n}\n","@import 'ActivityHeader';\n\n$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity;\n$content-left-margin: 3.5rem; //avatar width + margin\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n width: 100%;\n margin: 0.5rem 0;\n\n .#{$C}__content {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n min-width: 15.625rem !important;\n margin-left: $content-left-margin;\n color: var(--wxc-text-color);\n word-wrap: break-word;\n\n .#{$C}__message {\n white-space: pre-wrap;\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-greeting;\n\n.#{$C} {\n display: block;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n max-width: 37.5rem;\n text-align: center;\n color: var(--wxc-text-color);\n margin: 0 auto;\n margin-top: 6.25rem;\n\n &--desktop {\n margin-top: 11.25rem;\n }\n\n .#{$C}__title {\n font-size: 1.252rem;\n font-weight: 700;\n margin-bottom: 1rem;\n }\n\n .#{$C}__description {\n color: var(--wxc-greeting--description--text-color)\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-time-ruler {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n color: $wxc-gray-20;\n width: 100%;\n padding: 0 3rem;\n margin: 0.5rem 0;\n\n &::after, &::before {\n border-top: 0.06rem solid currentColor;\n content: '';\n flex: 1 1 auto;\n }\n}\n","@import 'Greeting';\n@import 'TimeRuler';\n\n.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity-stream {\n position: relative;\n width: 100%;\n height: 100%;\n overflow-y: auto;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-card;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n\n .#{$C}__card {\n flex: 1;\n }\n\n .#{$C}__status {\n display: flex;\n font-size: 0.75rem;\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n padding-left: 1rem;\n color: var(--wxc-adaptive-cards--color--light);\n\n &--error {\n color: var(--wxc-adaptive-cards--color--attention);\n background-color: var(--wxc-adaptive-cards--background--attention);\n border-radius: 0.5rem;\n }\n }\n}\n","$C: wxc-adaptive-cards;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n .#{$C}__card {\n flex: 1;\n align-self: stretch;\n margin-bottom: 0.5rem;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-audio-settings {\n display: flex;\n flex-direction: column;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-avatar;\n\n.#{$C} {\n width: 4rem;\n height: 4rem;\n\n display: block;\n\n .#{$C}__content {\n position: relative;\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .#{$C}__image-error {\n display: none;\n }\n\n .#{$C}__placeholder {\n display: flex;\n justify-content: center;\n align-items: center;\n\n border-radius: 50%;\n\n width: calc(100% - 1px);\n height: calc(100% - 1px);\n\n font-size: 0.875rem;\n color: var(--wxc-avatar--text-color);\n\n text-anchor: middle;\n dominant-baseline: middle;\n fill: currentColor;\n\n position: absolute;\n }\n\n .#{$C}__image {\n border-radius: 50%;\n width: 100%;\n height: 100%;\n position: absolute;\n }\n\n .#{$C}__status-icon-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n\n left: 62.5%;\n right: -12.5%;\n top: 56.25%;\n bottom: -6.25%;\n\n border-radius: 50%;\n\n background: var(--wxc-icon--background);\n\n .#{$C}__status-icon {\n width: 80%;\n height: 80%;\n }\n }\n\n .#{$C}__bot-badge {\n position: absolute;\n\n background-color: var(--wxc-avatar--bot-status-color);\n\n left: -5%;\n top: 72%;\n\n border-radius: 999rem;\n\n width: 75%;\n height: 37%;\n\n text-anchor: middle;\n dominant-baseline: middle;\n fill: var(--wxc-avatar--text-color);\n }\n\n .#{$C}__self-icon {\n z-index: 1;\n\n width: 70%;\n height: 80%;\n\n color: var(--wxc-avatar--self-status-color);\n }\n\n &--avatar-self {\n border: 1px solid var(--wxc-avatar--self-status-border);\n border-radius: 50%;\n }\n\n .#{$C}__status-active { color: var(--wxc-person-status--active-color); }\n .#{$C}__status-call { color: var(--wxc-person-status--in-a-meeting-color); }\n .#{$C}__status-meeting { color: var(--wxc-person-status--in-a-meeting-color); }\n .#{$C}__status-dnd { color: var(--wxc-person-status--dnd-color); }\n .#{$C}__status-presenting { color: var(--wxc-person-status--dnd-color); }\n .#{$C}__status-inactive { color: var(--wxc-person-status--away-color); }\n .#{$C}__status-ooo { color: var(--wxc-person-status--away-color); }\n\n .#{$C}__placeholder-1 { background: var(--wxc-avatar--placeholder-1--background); }\n .#{$C}__placeholder-2 { background: var(--wxc-avatar--placeholder-2--background); }\n .#{$C}__placeholder-3 { background: var(--wxc-avatar--placeholder-3--background); }\n .#{$C}__placeholder-4 { background: var(--wxc-avatar--placeholder-4--background); }\n .#{$C}__placeholder-5 { background: var(--wxc-avatar--placeholder-5--background); }\n .#{$C}__placeholder-6 { background: var(--wxc-avatar--placeholder-6--background); }\n .#{$C}__placeholder-7 { background: var(--wxc-avatar--placeholder-7--background); }\n .#{$C}__placeholder-8 { background: var(--wxc-avatar--placeholder-8--background); }\n .#{$C}__placeholder-9 { background: var(--wxc-avatar--placeholder-9--background); }\n .#{$C}__placeholder-10 { background: var(--wxc-avatar--placeholder-10--background); }\n .#{$C}__placeholder-11 { background: var(--wxc-avatar--placeholder-11--background); }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-in-meeting;\n\n$shadow-offset: 0.25rem;\n$shadow-blur: 1rem;\n$shadow-spread: -0.125rem;\n$shadow-color: rgba(0, 0, 0, 0.2);\n\n.#{$C} {\n border-radius: 0.5rem;\n position: relative;\n display: flex;\n justify-content: center;\n\n &--remote-sharing {\n .#{$C}__local-media-in-meeting {\n display: none;\n }\n }\n\n .#{$C}__media-container {\n position: relative;\n display: flex;\n flex-direction: column;\n flex: 1;\n align-self: stretch;\n }\n\n .#{$C}__share-banner {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n }\n\n .#{$C}__remote-media-in-meeting {\n flex: 1;\n min-height: 0;\n }\n\n .#{$C}__local-media-in-meeting {\n @include media-preview-mobile();\n\n height: 5.625rem;\n width: 10rem;\n min-width: auto;\n min-height: auto;\n background: var(--wxc-secondary-video-background);\n }\n\n &--tablet {\n .#{$C}__local-media-in-meeting {\n @include media-preview-tablet();\n }\n }\n\n &--desktop {\n .#{$C}__local-media-in-meeting {\n @include media-preview-tablet();\n }\n }\n\n &--desktop-xl {\n .#{$C}__local-media-in-meeting {\n @include media-preview-desktop-xl();\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-interstitial-meeting;\n\n.#{$C} {\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: $WEBEX_MEETING_MIN_WIDTH;\n\n .#{$C}__media-container {\n flex: 1;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n }\n\n .#{$C}__interstitial-media-container {\n flex: 1;\n min-height: 0;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n position: relative;\n }\n\n .#{$C}__media {\n flex: 1;\n min-height: 0;\n align-self: stretch;\n }\n\n .#{$C}__info {\n margin-bottom: 1rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-local-media;\n\n.#{$C} {\n display: flex;\n position: relative;\n justify-content: center;\n align-items: center;\n\n height: 100%;\n width: 100%;\n min-height: 7.5rem; // Smallest height for local media is the tallest an avatar can get through transforms\n min-width: 7.5rem; // Smallest width for local media is the widest an avatar can get through transforms\n border-radius: 0.5rem;\n background: var(--wxc-video-background);\n\n .#{$C}__video {\n height: 100%;\n width: 100%;\n object-fit: cover;\n border-radius: 0.5rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-media-access;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n background: var(--wxc-primary-background);\n color: var(--wxc-text-color);\n\n .#{$C}__logo-container {\n position: absolute;\n top: 0;\n left: 0;\n }\n .#{$C}__title {\n margin-top: 0.5rem;\n }\n\n .#{$C}__body {\n color: var(--wxc-secondary-text-color);\n margin-top: 0.5rem;\n margin-bottom: 2.25rem;\n max-width: 25rem;\n text-align: center;\n font-size: 0.875rem;\n\n .#{$C}__allow {\n font-family: #{$brand-font-bold};\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting;\n\n.#{$C} {\n min-height: $WEBEX_MEETING_MIN_HEIGHT;\n min-width: $WEBEX_MEETING_MIN_WIDTH;\n color: var(--wxc-text-color);\n background: var(--wxc-primary-background);\n border: var(--wxc-meeting-border);\n box-shadow: var(--wxc-box-shadow);\n padding: 0 1rem;\n display: flex;\n flex-direction: column;\n align-items: stretch;\n position: relative;\n transform: translate(0, 0); // offset parent for modals\n\n &--roster-only {\n .#{$C}__inner-meeting {\n display: none;\n }\n .#{$C}__member-roster {\n flex: 1;\n }\n }\n\n .#{$C}__centered {\n margin: auto;\n text-align: center;\n }\n\n .#{$C}__loading-logo {\n background: var(--wxc-loading-logo--url) no-repeat center / var(--wxc-loading-logo--size);\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n\n .#{$C}__body {\n flex: 1;\n min-height: 0;\n\n position: relative;\n display: flex;\n align-items: stretch;\n }\n\n .#{$C}__inner-meeting {\n flex: 1;\n min-width: 0;\n margin-bottom: 1rem;\n }\n\n .#{$C}__member-roster {\n width: 23.25rem;\n margin: 0 -1rem 0 0.5rem;\n }\n\n .#{$C}__control-bar {\n margin-bottom: 1.5rem;\n }\n\n .#{$C}__media-state-toast {\n position: absolute;\n top: 75%;\n left: 50%;\n transform: translateX(-50%);\n z-index: 5;\n white-space: nowrap;\n }\n\n .#{$C}__settings {\n width: 75%;\n max-width: 60rem;\n min-width: 18.5rem;\n height: 75%;\n max-height: 60rem;\n min-height: 25rem;\n }\n\n .#{$C}__authentication {\n width: 53%;\n max-width: 31.25rem;\n min-width: 18.5rem;\n }\n\n .#{$C}__authentication-guest,\n .#{$C}__authentication-host {\n height: 25rem; // reserve space for validation errors\n }\n\n .#{$C}__logo {\n margin: 1rem 0 0.3125rem 0;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-guest-authentication;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n line-height: 1.375rem;\n min-width: 0;\n\n .#{$C}__header {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin-bottom: 1.5rem;\n max-width: 100%;\n }\n\n .#{$C}__logo {\n background: var(--wxc-auth-logo--url) no-repeat center;\n width: 3.689rem;\n height: 2.625rem;\n margin-bottom: 1.25rem;\n }\n\n .#{$C}__title {\n font-family: $brand-font-medium;\n font-size: 1.25rem;\n line-height: 1.875rem;\n max-width: 100%;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__form-content {\n display: flex;\n flex-direction: column;\n width: 17.625rem;\n\n .#{$C}__input {\n margin-bottom: 1rem;\n }\n\n .#{$C}__start-button {\n align-items: center;\n }\n\n .#{$C}__start-button-spinner {\n margin-right: 0.5rem;\n }\n }\n\n .#{$C}__host-text {\n margin-top: 1.25rem;\n color: var(--wxc-secondary-text-color);\n\n .#{$C}__host-hyperlink {\n @include focusable;\n color: var(--wxc-hyperlink--normal--color);\n text-decoration: underline;\n\n &:hover {\n cursor: pointer;\n color: var(--wxc-hyperlink--hover--color);\n }\n\n &:active {\n cursor: pointer;\n color: var(--wxc-hyperlink--active--color);\n }\n }\n }\n\n &--phone {\n .#{$C}__title {\n font-size: 1rem;\n line-height: 1.5rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-host-authentication;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n line-height: 1.375rem;\n min-width: 0;\n\n .#{$C}__header {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin-bottom: 1.5rem;\n max-width: 100%;\n }\n\n .#{$C}__logo {\n background: var(--wxc-auth-logo--url) no-repeat center;\n width: 3.689rem;\n height: 2.625rem;\n margin-bottom: 1.25rem;\n }\n\n .#{$C}__title {\n font-family: $brand-font-medium;\n font-size: 1.25rem;\n line-height: 1.875rem;\n max-width: 100%;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__form-content {\n display: flex;\n flex-direction: column;\n width: 17.625rem;\n\n .#{$C}__input {\n margin-bottom: 1rem;\n }\n\n .#{$C}__start-button-spinner {\n margin-right: 0.5rem;\n }\n }\n\n &--phone {\n .#{$C}__title {\n font-size: 1rem;\n line-height: 1.5rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-control;\n\n.#{$C} {\n display: inline-block;\n color: var(--wxc-text-color);\n\n &--as-item {\n display: flex;\n align-items: baseline;\n\n .#{$C}__item-button-icon {\n position: relative;\n top: 0.0625rem;\n }\n\n .#{$C}__item-button-text {\n flex: 1;\n margin-left: 0.75rem;\n line-height: 150%;\n }\n }\n\n .#{$C}__button-text {\n position: relative;\n top: 0.125rem;\n white-space: nowrap;\n }\n\n .#{$C}__button-text:not(:first-child) {\n margin-left: 0.375rem;\n }\n\n .#{$C}__control-button { flex: 1; }\n\n .#{$C}__control-select { flex: 1; }\n\n .#{$C}__as-item {\n &:hover {\n background: transparent;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-control-bar;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n position: relative;\n\n .#{$C}__controls {\n white-space: nowrap;\n display: flex;\n align-items: center;\n\n > * {\n margin: 0.3125rem;\n }\n\n &--control-refs {\n height: 0;\n overflow: hidden;\n }\n }\n\n .#{$C}__collapsed-controls {\n position: absolute;\n bottom: calc(100% + 0.2rem);\n left: 0;\n right: 0;\n z-index: 100;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-info;\n\n.#{$C} {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n color: var(--wxc-text-color);\n\n .#{$C}__title {\n text-align: center;\n margin: 0;\n }\n\n .#{$C}__time {\n font-size: 0.75rem;\n text-align: center;\n }\n\n &--tablet {\n .#{$C}__title {\n font-size: 1.255rem;\n }\n\n .#{$C}__time {\n font-size: 0.875rem;\n }\n }\n\n &--desktop {\n .#{$C}__title {\n font-size: 1.5rem;\n }\n\n .#{$C}__time {\n font-size: 1rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-member;\n\n.#{$C} {\n display: flex;\n align-items: center;\n color: var(--wxc-text-color);\n\n .#{$C}__avatar {\n height: 2rem;\n width: 2rem;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n\n .#{$C}__details {\n flex: 1;\n min-width: 0;\n margin-left: 0.75rem;\n }\n\n .#{$C}__name {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-top: 0.063rem;\n\n .#{$C}__guest {\n color: var(--wxc-secondary-text-color);\n }\n }\n\n .#{$C}__roles {\n font-size: 0.875rem;\n line-height: 1rem;\n color: var(--wxc-secondary-text-color);\n }\n\n .#{$C}__organization {\n font-size: 0.875rem;\n line-height: 1rem;\n color: var(--wxc-warning-color);\n }\n\n .#{$C}__sharing {\n margin-right: 2.5rem;\n }\n\n .#{$C}__speaking {\n color: var(--wxc-speaking-color);\n }\n\n .#{$C}__muted {\n color: var(--wxc-muted-color);\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-member-roster;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n color: var(--wxc-text-color);\n background: var(--wxc-secondary-background);\n border-radius: 0.5rem 0 0 0;\n padding: 0.625rem 0 0.625rem 0.75rem;\n\n\n .#{$C}__section-title {\n color: var(--wxc-secondary-text-color);\n font-size: 0.875rem;\n line-height: 1.375rem;\n margin: 0;\n letter-spacing: normal;\n padding: 0.438rem 0 0.188rem 0;\n }\n\n .#{$C}__external-user-warning {\n color: var(--wxc-warning-color);\n display: flex;\n align-items: flex-start;\n font-size: 0.875rem;\n line-height: 1.375rem;\n margin-top: 0.75rem;\n\n .#{$C}__external-user-icon {\n margin-right: 0.578rem;\n }\n\n .#{$C}__external-user-message {\n flex: 1;\n }\n }\n\n .#{$C}__header {\n display: flex;\n align-items: center;\n padding-right: 0.375rem;\n\n .#{$C}__title {\n font-family: $brand-font-bold;\n margin: 0;\n flex: 1;\n }\n }\n\n .#{$C}__members {\n overflow-y: auto;\n flex: 1;\n padding-right: 1.25rem;\n scrollbar-width: thin; //works only for Firefox\n }\n\n ::-webkit-scrollbar {\n width: 1rem;\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--wxc-scrollbar--thumb);\n border-radius: 1rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-messaging;\n\n.#{$C}__loading-logo {\n background: var(--wxc-loading-logo--url) no-repeat center / var(--wxc-loading-logo--size);\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-no-media;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n\n .#{$C}__icon-media-issue {\n fill: transparent;\n }\n\n .#{$C}__title {\n color: var(--wxc-error-color);\n }\n\n .#{$C}__indications {\n margin-top: 1.875rem;\n margin-bottom: 0;\n\n .#{$C}__accent {\n font-family: $brand-font-bold;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-remote-media;\n\n.#{$C} {\n background: var(--wxc-video-background);\n border-radius: 0.5rem;\n\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n\n .#{$C}__media-error {\n font-family: $brand-font-medium;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n color: var(--wxc-text-color);\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n }\n\n .#{$C}__error-icon {\n margin-bottom: 1.234rem;\n }\n\n .#{$C}__video {\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n\n .#{$C}__connecting-badge {\n z-index: 5;\n white-space: nowrap;\n }\n\n .#{$C}__connecting-spinner {\n margin-right: .6875rem;\n }\n\n &--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-mobile();\n height: 5.625rem;\n width: 10rem;\n }\n\n .#{$C}__remote-share {\n flex-grow: 1;\n }\n }\n\n\n &--tablet {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-tablet();\n }\n }\n }\n\n &--desktop {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-tablet();\n }\n }\n }\n\n &--desktop-xl {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-desktop-xl();\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-tabs;\n\n.#{$C} {\n .#{$C}__list {\n display: flex;\n list-style-type: none;\n margin: 0;\n padding: 1.5rem 1.375rem;\n\n .#{$C}__tab {\n button {\n @include focusable;\n background: var(--wxc-tab--normal--background);\n color: var(--wxc-tab--normal--color);\n border: var(--wxc-tab--normal--border);\n cursor: pointer;\n font-family: $brand-font-medium;\n font-size: 0.875rem;\n line-height: 1.375rem;\n padding: 0.1875rem 1rem;\n border-radius: 0.875rem;\n\n &:hover {\n color: var(--wxc-tab--hover--color);\n background: var(--wxc-tab--hover--background);\n border: var(--wxc-tab--hover--border);\n }\n\n &:active {\n color: var(--wxc-tab--active--color);\n background: var(--wxc-tab--active--background);\n border: var(--wxc-tab--active--border);\n }\n }\n\n &--active > button {\n color: var(--wxc-tab--active--color);\n background: var(--wxc-tab--active--background);\n }\n\n &:not(:last-child) {\n margin-right: 0.5rem;\n }\n }\n }\n\n .#{$C}__content {\n padding: 0 1.375rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-video-settings;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n .#{$C}__media {\n position: relative;\n margin-top: 1.5rem;\n }\n\n .#{$C}__no-media {\n margin: 2.5rem 1.875rem 1.125rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-waiting-for-host;\n\n.#{$C} {\n flex: 1;\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-self: stretch;\n border-radius: 0.5rem;\n\n .#{$C}__info {\n margin-bottom: 1rem;\n }\n\n .#{$C}__content {\n flex: 1;\n min-height: 0;\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--wxc-video-background);\n color: var(--wxc-text-color);\n border-radius: 0.5rem;\n }\n\n .#{$C}__icon {\n margin-bottom: 0.5rem;\n }\n\n .#{$C}__text {\n width: 15rem;\n height: 2.625rem;\n text-align: center;\n font-size: 0.875rem;\n line-height: 1.3rem;\n margin-bottom: 1.75rem;\n }\n\n .#{$C}__local-media {\n @include media-preview-mobile();\n\n height: 5.625rem;\n width: 10rem;\n min-width: auto;\n min-height: auto;\n background: var(--wxc-secondary-video-background);\n }\n}\n","$C:#{$WEBEX_COMPONENTS_CLASS_PREFIX}-search-people;\n\n.#{$C} {\n min-width: 300px;\n max-width: 450px;\n width: 450px;\n color: var(--wxc-text-color);\n margin-top: 20px;\n\n .#{$C}__people-list-box {\n background: var(--wxc-options-list--normal--background);\n width: auto;\n max-height: 105px;\n overflow-y: auto;\n border: 0.0625rem solid #CCCCCC;\n border-radius: 0.5rem;\n margin-top: 8px;\n stroke-width: 1px;\n transition: box-shadow 0.15s ease-out;\n text-align: left;\n\n .#{$C}__people-added {\n background: var(--wxc-primary-background);\n box-shadow: var(--wxc-box-shadow);\n display: inline-block;\n font-size: 12px;\n border-radius: 30px;\n height: 24px;\n padding: 0 4px 0 1rem;\n display: inline-flex;\n align-items: center;\n margin: 0.3rem;\n\n .#{$C}__people-added-content {\n padding-right: 5px;\n }\n }\n\n .#{$C}__input {\n border: none;\n }\n } \n\n .#{$C}__suggestions {\n height:200px;\n width:auto;\n overflow-y: auto;\n\n .#{$C}__suggestions-list {\n display: flex;\n\n .#{$C}__avatar {\n width: 2.5rem;\n height: auto;\n border-radius: 20px;\n }\n\n .#{$C}__data {\n padding-left: 10px;\n text-align: left;\n }\n\n .#{$C}__list-selected {\n color: var(--wxc-options-list--checked-icon--color);\n flex:1;\n text-align: end;\n }\n }\n\n .#{$C}__list-heading {\n padding: 5px;\n border-bottom: 1px solid grey;\n background: var(--wxc-options-list--normal--background);\n text-align: left;\n }\n\n .#{$C}__search-error {\n font-size: 12px;\n padding: 10px;\n color: grey;\n background: var(--wxc-options-list--normal--background);\n text-align: center;\n }\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field__input {\n border: none !important;\n outline: none !important;\n box-shadow: none !important;\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list {\n border-radius: 0;\n }\n}","$C:#{$WEBEX_COMPONENTS_CLASS_PREFIX}-create-space;\n\n.#{$C} {\n min-width: 300px;\n width:450px;\n\n .#{$C}__buttons {\n display: flex;\n flex: 1 1 auto;\n gap: 20px;\n margin-top:15px;\n }\n\n .#{$C}__error {\n display: flex;\n color: var(--wxc-error-color);\n }\n\n .#{$C}__success {\n display: flex;\n color: var(--wxc-speaking-color);\n }\n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field__input { \n outline: none !important;\n box-shadow: none !important;\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list {\n border-radius: 0;\n }\n}"],sourceRoot:""}]),__webpack_exports__.default=___CSS_LOADER_EXPORT___},1124:function(module,exports,__webpack_require__){"use strict";(function(module){(0,__webpack_require__(465).configure)([__webpack_require__(1125),__webpack_require__(1126)],module,!1)}).call(this,__webpack_require__(247)(module))},1125:function(module,exports){function webpackEmptyContext(req){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}webpackEmptyContext.keys=function(){return[]},webpackEmptyContext.resolve=webpackEmptyContext,module.exports=webpackEmptyContext,webpackEmptyContext.id=1125},1126:function(module,exports,__webpack_require__){var map={"./components/SignIn/SignIn.stories.js":1127,"./components/WebexActivity/WebexActivity.stories.js":1128,"./components/WebexActivityStream/WebexActivityStream.stories.js":1129,"./components/WebexAvatar/WebexAvatar.stories.js":1130,"./components/WebexCreateSpace/WebexCreateSpace.stories.js":1131,"./components/WebexInMeeting/WebexInMeeting.stories.js":1132,"./components/WebexInterstitialMeeting/WebexInterstitialMeeting.stories.js":1133,"./components/WebexLocalMedia/WebexLocalMedia.stories.js":1134,"./components/WebexMediaAccess/WebexMediaAccess.stories.js":1135,"./components/WebexMeeting/WebexMeeting.stories.js":1136,"./components/WebexMeetingControl/WebexMeetingControl.stories.js":1137,"./components/WebexMeetingControlBar/WebexMeetingControlBar.stories.js":1138,"./components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.stories.js":1139,"./components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.stories.js":1140,"./components/WebexMeetingInfo/WebexMeetingInfo.stories.js":1141,"./components/WebexMember/WebexMember.stories.js":1142,"./components/WebexMemberRoster/WebexMemberRoster.stories.js":1143,"./components/WebexMessaging/WebexMessaging.stories.js":1144,"./components/WebexNoMedia/WebexNoMedia.stories.js":1145,"./components/WebexRemoteMedia/WebexRemoteMedia.stories.js":1146,"./components/WebexSearchPeople/WebexSearchPeople.stories.js":1147,"./components/WebexSettings/WebexSettings.stories.js":1148,"./components/WebexWaitingForHost/WebexWaitingForHost.stories.js":1149,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories.js":1150,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Actions.stories.js":1151,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/CardElements.stories.js":1152,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Containers.stories.js":1153,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Inputs.stories.js":1154};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id=1126},1127:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"WebexAuth",(function(){return WebexAuth}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0);var _SignIn__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(256),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Sign In",component:_SignIn__WEBPACK_IMPORTED_MODULE_5__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_SignIn__WEBPACK_IMPORTED_MODULE_5__.a,Object.assign({},args))};Template.displayName="Template";var WebexAuth=Template.bind({});WebexAuth.args={authUrl:"https://webexapis.com/v1/authorize",responseType:"code",clientID:Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_client_id,redirectUri:"http://example.com/verification",scope:Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_scope,authType:"Custom",signInResponse:function signInResponse(clientID,accessToken){return"Example: Send access token as props to create space: "+(clientID===Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_client_id?accessToken:"")},getAccessToken:function getAccessToken(){return fetch("http://example.com/access_token").then((function(res){var _res$data;if(null!=res&&null!==(_res$data=res.data)&&void 0!==_res$data&&_res$data.access_token)return res.data.accessToken;throw Error("Failed to fetch access token")}))},tokenStoragePolicy:{place:"cookie",name:"integ_cookie",ttl:1209600},children:""},WebexAuth.parameters=Object.assign({storySource:{source:"(args) => "}},WebexAuth.parameters)},1128:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"CreatedLongBack",(function(){return CreatedLongBack})),__webpack_require__.d(__webpack_exports__,"CreatedThisWeek",(function(){return CreatedThisWeek})),__webpack_require__.d(__webpack_exports__,"CreatedYesterday",(function(){return CreatedYesterday})),__webpack_require__.d(__webpack_exports__,"CreatedToday",(function(){return CreatedToday})),__webpack_require__.d(__webpack_exports__,"NoHeader",(function(){return NoHeader})),__webpack_require__.d(__webpack_exports__,"MultiLine",(function(){return MultiLine})),__webpack_require__.d(__webpack_exports__,"AdaptiveCard",(function(){return AdaptiveCard}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(9),__webpack_require__(110),__webpack_require__(162),__webpack_require__(550),__webpack_require__(0);var date_fns__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(199),date_fns__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(1166),date_fns__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(413),_data_activities__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(84),_WebexActivity__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(195),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Activity",component:_WebexActivity__WEBPACK_IMPORTED_MODULE_11__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_WebexActivity__WEBPACK_IMPORTED_MODULE_11__.a,Object.assign({},args))};Template.displayName="Template";var CreatedLongBack=Template.bind({});CreatedLongBack.args={activityID:"activity6"},CreatedLongBack.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity6:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity6,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,7).toString()})})}};var CreatedThisWeek=Template.bind({});CreatedThisWeek.args={activityID:"activity8"},CreatedThisWeek.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity8:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity8,{created:0===Object(date_fns__WEBPACK_IMPORTED_MODULE_8__.a)(new Date)?Object(date_fns__WEBPACK_IMPORTED_MODULE_9__.a)(new Date,1):Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,2).toString()})})}};var CreatedYesterday=Template.bind({});CreatedYesterday.args={activityID:"activity7"},CreatedYesterday.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity7:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity7,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,1).toString()})})}};var CreatedToday=Template.bind({});CreatedToday.args={activityID:"activity5"},CreatedToday.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity5:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity5,{created:(new Date).toString()})})}};var NoHeader=Template.bind({});NoHeader.args={activityID:"activity2"};var MultiLine=Template.bind({});MultiLine.args={activityID:"activity3"};var AdaptiveCard=Template.bind({});AdaptiveCard.args={activityID:"activity9"},AdaptiveCard.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity9:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9,{actions:[Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9.actions[0],{created:(new Date).toISOString()}),Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9.actions[1],{created:(new Date).toISOString()})]})})}},CreatedLongBack.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedLongBack.parameters),CreatedThisWeek.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedThisWeek.parameters),CreatedYesterday.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedYesterday.parameters),CreatedToday.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedToday.parameters),NoHeader.parameters=Object.assign({storySource:{source:"(args) => "}},NoHeader.parameters),MultiLine.parameters=Object.assign({storySource:{source:"(args) => "}},MultiLine.parameters),AdaptiveCard.parameters=Object.assign({storySource:{source:"(args) => "}},AdaptiveCard.parameters)},1129:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Conversation",(function(){return Conversation})),__webpack_require__.d(__webpack_exports__,"TimeRulers",(function(){return TimeRulers})),__webpack_require__.d(__webpack_exports__,"NewSpace",(function(){return NewSpace})),__webpack_require__.d(__webpack_exports__,"NewDirect",(function(){return NewDirect}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(9),__webpack_require__(110),__webpack_require__(162),__webpack_require__(0);var date_fns__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(199),_data_activities__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(84),_data_rooms__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(322),_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(258),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Activity Stream",component:_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__.a,Object.assign({},args))};Template.displayName="Template";var Conversation=Template.bind({});Conversation.args={roomID:"room1"};var TimeRulers=Template.bind({});TimeRulers.args={roomID:"room2"},TimeRulers.parameters={mockData:{rooms:Object.assign({},_data_rooms__WEBPACK_IMPORTED_MODULE_8__.a,{"room2-activities":["activity6",{date:Object(date_fns__WEBPACK_IMPORTED_MODULE_6__.a)(new Date,1).toString()},"activity7",{date:(new Date).toString()},"activity8"]}),activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a,{activity7:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a.activity7,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_6__.a)(new Date,1).toString()}),activity8:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a.activity8,{created:(new Date).toString()})})}};var NewSpace=Template.bind({});NewSpace.args={roomID:"room3"};var NewDirect=Template.bind({});NewDirect.args={roomID:"room4"},Conversation.parameters=Object.assign({storySource:{source:"(args) => "}},Conversation.parameters),TimeRulers.parameters=Object.assign({storySource:{source:"(args) => "}},TimeRulers.parameters),NewSpace.parameters=Object.assign({storySource:{source:"(args) => "}},NewSpace.parameters),NewDirect.parameters=Object.assign({storySource:{source:"(args) => "}},NewDirect.parameters)},113:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexLocalMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(86),_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(131),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_breakpoints__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2);function WebexLocalMedia(_ref){var stream,className=_ref.className,mediaType=_ref.mediaType,meetingID=_ref.meetingID,style=_ref.style,mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(mediaRef).width,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.j)(meetingID),localVideo=_useMeeting.localVideo,localShare=_useMeeting.localShare,settings=_useMeeting.settings,ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.i)().ID,videoRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)();switch(mediaType){case"video":stream=localVideo.stream;break;case"screen":stream=null==localShare?void 0:localShare.stream;break;case"preview":stream=settings.preview.video}Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.u)(videoRef,stream);var _webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("local-media",className,{desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_6__.c,"no-media":!stream}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],disabledVideo=ID?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_4__.a,{personID:ID,displayStatus:!1}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_3__.a,{});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{ref:mediaRef,className:cssClasses,style:style,children:stream?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("video",{className:sc("video"),ref:videoRef,playsInline:!0,autoPlay:!0}):disabledVideo})}WebexLocalMedia.displayName="WebexLocalMedia",WebexLocalMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,mediaType:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["video","screen","preview"]),meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexLocalMedia.defaultProps={className:"",mediaType:"video",style:void 0},WebexLocalMedia.__docgenInfo={description:"Webex Local Media component displays the user's local video or local share.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.mediaType Type of local media to display\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexLocalMedia",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},mediaType:{defaultValue:{value:"'video'",computed:!1},type:{name:"enum",value:[{value:"'video'",computed:!1},{value:"'screen'",computed:!1},{value:"'preview'",computed:!1}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexLocalMedia/WebexLocalMedia.jsx"]={name:"WebexLocalMedia",docgenInfo:WebexLocalMedia.__docgenInfo,path:"src/components/WebexLocalMedia/WebexLocalMedia.jsx"})},1130:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"NoStatus",(function(){return NoStatus})),__webpack_require__.d(__webpack_exports__,"Active",(function(){return Active})),__webpack_require__.d(__webpack_exports__,"Call",(function(){return Call})),__webpack_require__.d(__webpack_exports__,"Bot",(function(){return Bot})),__webpack_require__.d(__webpack_exports__,"DoNotDisturb",(function(){return DoNotDisturb})),__webpack_require__.d(__webpack_exports__,"Inactive",(function(){return Inactive})),__webpack_require__.d(__webpack_exports__,"Meeting",(function(){return Meeting})),__webpack_require__.d(__webpack_exports__,"OutOfOffice",(function(){return OutOfOffice})),__webpack_require__.d(__webpack_exports__,"Presenting",(function(){return Presenting})),__webpack_require__.d(__webpack_exports__,"Self",(function(){return Self})),__webpack_require__.d(__webpack_exports__,"Typing",(function(){return Typing})),__webpack_require__.d(__webpack_exports__,"WithoutImage",(function(){return WithoutImage})),__webpack_require__.d(__webpack_exports__,"Invalid",(function(){return Invalid}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(13),_data_people__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(88),_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(131),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Avatar",component:_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__.a,Object.assign({},args))};Template.displayName="Template";var NoStatus=Template.bind({});NoStatus.args={personID:"user1",displayStatus:!1};var Active=Template.bind({});Active.args={personID:"user1"},Active.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.ACTIVE})}}};var Call=Template.bind({});Call.args={personID:"user1"},Call.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.CALL})}}};var Bot=Template.bind({});Bot.args={personID:"user1"},Bot.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.BOT})}}};var DoNotDisturb=Template.bind({});DoNotDisturb.args={personID:"user1"},DoNotDisturb.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.DO_NOT_DISTURB})}}};var Inactive=Template.bind({});Inactive.args={personID:"user1"},Inactive.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.INACTIVE})}}};var Meeting=Template.bind({});Meeting.args={personID:"user1"},Meeting.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.MEETING})}}};var OutOfOffice=Template.bind({});OutOfOffice.args={personID:"user1"},OutOfOffice.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.OUT_OF_OFFICE})}}};var Presenting=Template.bind({});Presenting.args={personID:"user1"},Presenting.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.PRESENTING})}}};var Self=Template.bind({});Self.args={personID:"user1"},Self.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.SELF})}}};var Typing=Template.bind({});Typing.args={personID:"user1"},Typing.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.TYPING})}}};var WithoutImage=Template.bind({});WithoutImage.args={personID:"user1"},WithoutImage.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.ACTIVE,avatar:void 0})}}};var Invalid=Template.bind({});Invalid.args={personID:"user-7"},NoStatus.parameters=Object.assign({storySource:{source:"(args) => "}},NoStatus.parameters),Active.parameters=Object.assign({storySource:{source:"(args) => "}},Active.parameters),Call.parameters=Object.assign({storySource:{source:"(args) => "}},Call.parameters),Bot.parameters=Object.assign({storySource:{source:"(args) => "}},Bot.parameters),DoNotDisturb.parameters=Object.assign({storySource:{source:"(args) => "}},DoNotDisturb.parameters),Inactive.parameters=Object.assign({storySource:{source:"(args) => "}},Inactive.parameters),Meeting.parameters=Object.assign({storySource:{source:"(args) => "}},Meeting.parameters),OutOfOffice.parameters=Object.assign({storySource:{source:"(args) => "}},OutOfOffice.parameters),Presenting.parameters=Object.assign({storySource:{source:"(args) => "}},Presenting.parameters),Self.parameters=Object.assign({storySource:{source:"(args) => "}},Self.parameters),Typing.parameters=Object.assign({storySource:{source:"(args) => "}},Typing.parameters),WithoutImage.parameters=Object.assign({storySource:{source:"(args) => "}},WithoutImage.parameters),Invalid.parameters=Object.assign({storySource:{source:"(args) => "}},Invalid.parameters)},1131:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"createSpace",(function(){return createSpace}));var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(0),__webpack_require__(257)),_data_people__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(88),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Create Space",component:_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__.a,Object.assign({},args))};Template.displayName="Template";var _memberLookAhead,createSpace=Template.bind({});createSpace.args={createSpace:!0,spaceName:"test-widgets",createSpaceResponse:function createSpaceResponse(err,data){return console.log(err,data)},webexLookAhead:!0,memberLookAhead:(_memberLookAhead=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(query){var result,collabList,collabListResp;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(collabList=function collabList(){return new Promise((function(resolve,reject){return setTimeout((function(){(result=_data_people__WEBPACK_IMPORTED_MODULE_9__.a[query+"Collab"])?resolve(result):reject()}),500)}))},!query){_context.next=6;break}return _context.next=4,collabList();case 4:return collabListResp=_context.sent,_context.abrupt("return",collabListResp);case 6:return _context.abrupt("return",[]);case 7:case"end":return _context.stop()}}),_callee)}))),function memberLookAhead(_x){return _memberLookAhead.apply(this,arguments)}),className:""},createSpace.parameters=Object.assign({storySource:{source:"(args) => "}},createSpace.parameters)},1132:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"VideoOnly",(function(){return VideoOnly})),__webpack_require__.d(__webpack_exports__,"Connecting",(function(){return Connecting})),__webpack_require__.d(__webpack_exports__,"AudioOnly",(function(){return AudioOnly})),__webpack_require__.d(__webpack_exports__,"AllMedia",(function(){return AllMedia})),__webpack_require__.d(__webpack_exports__,"LocalShare",(function(){return LocalShare})),__webpack_require__.d(__webpack_exports__,"RemoteShare",(function(){return RemoteShare}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(184),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex In-Meeting",component:_WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var VideoOnly=Template.bind({});VideoOnly.args={meetingID:"meeting6"};var Connecting=Template.bind({});Connecting.args={meetingID:"meeting3"};var AudioOnly=Template.bind({});AudioOnly.args={meetingID:"meeting5"};var AllMedia=Template.bind({});AllMedia.args={meetingID:"meeting2"};var LocalShare=Template.bind({});LocalShare.args={meetingID:"meeting1"};var RemoteShare=Template.bind({});RemoteShare.args={meetingID:"meeting2"},VideoOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoOnly.parameters),Connecting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Connecting.parameters),AudioOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AudioOnly.parameters),AllMedia.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AllMedia.parameters),LocalShare.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},LocalShare.parameters),RemoteShare.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteShare.parameters)},1133:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"VideoEnabled",(function(){return VideoEnabled})),__webpack_require__.d(__webpack_exports__,"VideoDisabled",(function(){return VideoDisabled}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(186),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Interstitial Meeting",component:_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var props=Object.assign({},args,{style:{height:"100%",width:"100%"}});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:""};var VideoEnabled=Template.bind({});VideoEnabled.args={meetingID:"meeting3"};var VideoDisabled=Template.bind({});VideoDisabled.args={meetingID:"meeting2"},Loading.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},Loading.parameters),VideoEnabled.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoEnabled.parameters),VideoDisabled.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoDisabled.parameters)},1134:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Video",(function(){return Video})),__webpack_require__.d(__webpack_exports__,"ScreenShare",(function(){return ScreenShare})),__webpack_require__.d(__webpack_exports__,"NoMedia",(function(){return NoMedia}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(113),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Local Media",component:_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Video=Template.bind({});Video.args={meetingID:"meeting3",mediaType:"video"};var ScreenShare=Template.bind({});ScreenShare.args={meetingID:"meeting12",mediaType:"screen"};var NoMedia=Template.bind({});NoMedia.args={meetingID:"meeting2",mediaType:"video"},Video.parameters=Object.assign({storySource:{source:"(args) => "}},Video.parameters),ScreenShare.parameters=Object.assign({storySource:{source:"(args) => "}},ScreenShare.parameters),NoMedia.parameters=Object.assign({storySource:{source:"(args) => "}},NoMedia.parameters)},1135:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Camera",(function(){return Camera})),__webpack_require__.d(__webpack_exports__,"Microphone",(function(){return Microphone}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(253),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Media Access",component:_WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Camera=Template.bind({});Camera.args={meetingID:"meeting2",media:"camera"};var Microphone=Template.bind({});Microphone.args={meetingID:"meeting2",media:"microphone"},Camera.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Camera.parameters),Microphone.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Microphone.parameters)},1136:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Creating",(function(){return Creating})),__webpack_require__.d(__webpack_exports__,"Interstitial",(function(){return Interstitial})),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"WaitingForOthers",(function(){return WaitingForOthers})),__webpack_require__.d(__webpack_exports__,"WaitingForHost",(function(){return WaitingForHost})),__webpack_require__.d(__webpack_exports__,"InMeeting",(function(){return InMeeting})),__webpack_require__.d(__webpack_exports__,"LeftMeeting",(function(){return LeftMeeting})),__webpack_require__.d(__webpack_exports__,"PasswordRequired",(function(){return PasswordRequired}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(254),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting",component:_WebexMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{height:"100%",width:"100%"}}))};Template.displayName="Template";var Creating=Template.bind({});Creating.args={meetingID:void 0};var Interstitial=Template.bind({});Interstitial.args={meetingID:"meeting3"};var Loading=Template.bind({});Loading.args={meetingID:"meeting9"};var WaitingForOthers=Template.bind({});WaitingForOthers.args={meetingID:"meeting4"};var WaitingForHost=Template.bind({});WaitingForHost.args={meetingID:"meeting11"};var InMeeting=Template.bind({});InMeeting.args={meetingID:"meeting1"};var LeftMeeting=Template.bind({});LeftMeeting.args={meetingID:"meeting8"};var PasswordRequired=Template.bind({});PasswordRequired.args={meetingID:"meeting10"},Creating.parameters=Object.assign({storySource:{source:"(args) => "}},Creating.parameters),Interstitial.parameters=Object.assign({storySource:{source:"(args) => "}},Interstitial.parameters),Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters),WaitingForOthers.parameters=Object.assign({storySource:{source:"(args) => "}},WaitingForOthers.parameters),WaitingForHost.parameters=Object.assign({storySource:{source:"(args) => "}},WaitingForHost.parameters),InMeeting.parameters=Object.assign({storySource:{source:"(args) => "}},InMeeting.parameters),LeftMeeting.parameters=Object.assign({storySource:{source:"(args) => "}},LeftMeeting.parameters),PasswordRequired.parameters=Object.assign({storySource:{source:"(args) => "}},PasswordRequired.parameters)},1137:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActiveIcon",(function(){return ActiveIcon})),__webpack_require__.d(__webpack_exports__,"InactiveIcon",(function(){return InactiveIcon})),__webpack_require__.d(__webpack_exports__,"DisabledIcon",(function(){return DisabledIcon})),__webpack_require__.d(__webpack_exports__,"Text",(function(){return Text})),__webpack_require__.d(__webpack_exports__,"DisabledText",(function(){return DisabledText})),__webpack_require__.d(__webpack_exports__,"Dropdown",(function(){return Dropdown}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(102),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Control",component:_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var ActiveIcon=Template.bind({});ActiveIcon.args={type:"mute-audio",meetingID:"meeting3"};var InactiveIcon=Template.bind({});InactiveIcon.args={type:"mute-audio",meetingID:"meeting2"};var DisabledIcon=Template.bind({});DisabledIcon.args={type:"disabled-mute-audio",meetingID:"meeting1"};var Text=Template.bind({});Text.args={type:"join-meeting",meetingID:"meeting2"};var DisabledText=Template.bind({});DisabledText.args={type:"join-meeting",meetingID:"meeting1"};var Dropdown=Template.bind({});Dropdown.args={type:"switch-camera",meetingID:"meeting3"},ActiveIcon.parameters=Object.assign({storySource:{source:"(args) => "}},ActiveIcon.parameters),InactiveIcon.parameters=Object.assign({storySource:{source:"(args) => "}},InactiveIcon.parameters),DisabledIcon.parameters=Object.assign({storySource:{source:"(args) => "}},DisabledIcon.parameters),Text.parameters=Object.assign({storySource:{source:"(args) => "}},Text.parameters),DisabledText.parameters=Object.assign({storySource:{source:"(args) => "}},DisabledText.parameters),Dropdown.parameters=Object.assign({storySource:{source:"(args) => "}},Dropdown.parameters)},1138:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Interstitial",(function(){return Interstitial})),__webpack_require__.d(__webpack_exports__,"InMeeting",(function(){return InMeeting}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(187),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Control Bar",component:_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Interstitial=Template.bind({});Interstitial.args={meetingID:"meeting3",controls:function controls(){return["mute-audio","mute-video","settings","join-meeting"]},tabIndexes:function tabIndexes(){return[2,3,4,1]}};var InMeeting=Template.bind({});InMeeting.args={meetingID:"meeting1",controls:function controls(){return["mute-audio","mute-video","share-screen","member-roster","settings","leave-meeting"]},tabIndexes:function tabIndexes(){return[1,2,3,4,5,6]}},Interstitial.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Interstitial.parameters),InMeeting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},InMeeting.parameters)},1139:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Authentication",(function(){return Authentication}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(188),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Guest Authentication",component:_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"31.25rem",height:"25rem"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Authentication=Template.bind({});Authentication.args={meetingID:"meeting10"},Authentication.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '31.25rem',\n height: '25rem',\n ...args.style,\n };\n\n const props = {...args, style};\n\n return ;\n}"}},Authentication.parameters)},1140:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Authentication",(function(){return Authentication}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(189),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Host Authentication",component:_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"31.25rem",height:"25rem"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Authentication=Template.bind({});Authentication.args={meetingID:"meeting10"},Authentication.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '31.25rem',\n height: '25rem',\n ...args.style,\n };\n\n const props = {...args, style};\n\n return ;\n}"}},Authentication.parameters)},1141:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"Error",(function(){return Error})),__webpack_require__.d(__webpack_exports__,"Direct",(function(){return Direct})),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(153),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Info",component:_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:"meeting9"};var Error=Template.bind({});Error.args={meetingID:"meeting7"};var Direct=Template.bind({});Direct.args={meetingID:"meeting5"};var Space=Template.bind({});Space.args={meetingID:"meeting1"},Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters),Error.parameters=Object.assign({storySource:{source:"(args) => "}},Error.parameters),Direct.parameters=Object.assign({storySource:{source:"(args) => "}},Direct.parameters),Space.parameters=Object.assign({storySource:{source:"(args) => "}},Space.parameters)},1142:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space})),__webpack_require__.d(__webpack_exports__,"StatusEnabled",(function(){return StatusEnabled})),__webpack_require__.d(__webpack_exports__,"Muted",(function(){return Muted})),__webpack_require__.d(__webpack_exports__,"ExternalOrganization",(function(){return ExternalOrganization})),__webpack_require__.d(__webpack_exports__,"Host",(function(){return Host})),__webpack_require__.d(__webpack_exports__,"Guest",(function(){return Guest})),__webpack_require__.d(__webpack_exports__,"ScreenSharing",(function(){return ScreenSharing}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMember__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(191),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Member",component:_WebexMember__WEBPACK_IMPORTED_MODULE_3__.a,decorators:[function(Story){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{style:{width:"20rem"},children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(Story,{})})}]};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMember__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Space=Template.bind({});Space.args={destinationType:"room",destinationID:"room1",personID:"user1"};var StatusEnabled=Template.bind({});StatusEnabled.args={destinationType:"room",destinationID:"room1",personID:"user1",displayStatus:!0};var Muted=Template.bind({});Muted.args={destinationType:"meeting",destinationID:"meeting2",personID:"user2"};var ExternalOrganization=Template.bind({});ExternalOrganization.args={destinationType:"room",destinationID:"room2",personID:"user5"};var Host=Template.bind({});Host.args={destinationType:"meeting",destinationID:"meeting2",personID:"user4"};var Guest=Template.bind({});Guest.args={destinationType:"meeting",destinationID:"meeting2",personID:"user6"};var ScreenSharing=Template.bind({});ScreenSharing.args={destinationType:"meeting",destinationID:"meeting2",personID:"user3"},Space.parameters=Object.assign({storySource:{source:"(args) => "}},Space.parameters),StatusEnabled.parameters=Object.assign({storySource:{source:"(args) => "}},StatusEnabled.parameters),Muted.parameters=Object.assign({storySource:{source:"(args) => "}},Muted.parameters),ExternalOrganization.parameters=Object.assign({storySource:{source:"(args) => "}},ExternalOrganization.parameters),Host.parameters=Object.assign({storySource:{source:"(args) => "}},Host.parameters),Guest.parameters=Object.assign({storySource:{source:"(args) => "}},Guest.parameters),ScreenSharing.parameters=Object.assign({storySource:{source:"(args) => "}},ScreenSharing.parameters)},1143:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space})),__webpack_require__.d(__webpack_exports__,"Meeting",(function(){return Meeting})),__webpack_require__.d(__webpack_exports__,"ExternalMember",(function(){return ExternalMember}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(190),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Member Roster",component:_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"23.25rem",maxHeight:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Space=Template.bind({});Space.args={destinationID:"room1",destinationType:"room"};var Meeting=Template.bind({});Meeting.args={destinationID:"meeting2",destinationType:"meeting"};var ExternalMember=Template.bind({});ExternalMember.args={destinationID:"room2",destinationType:"room"},Space.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Space.parameters),Meeting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Meeting.parameters),ExternalMember.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},ExternalMember.parameters)},1144:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMessaging__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(255),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Messaging",component:_WebexMessaging__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMessaging__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{width:"100%",height:"100%"}}))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={},Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters)},1145:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Camera",(function(){return Camera})),__webpack_require__.d(__webpack_exports__,"Microphone",(function(){return Microphone}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(198),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex No Media",component:_WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Camera=Template.bind({});Camera.args={media:"camera"};var Microphone=Template.bind({});Microphone.args={media:"microphone"},Camera.parameters=Object.assign({storySource:{source:"(args) => "}},Camera.parameters),Microphone.parameters=Object.assign({storySource:{source:"(args) => "}},Microphone.parameters)},1146:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"WaitingForOthers",(function(){return WaitingForOthers})),__webpack_require__.d(__webpack_exports__,"RemoteAudioOnly",(function(){return RemoteAudioOnly})),__webpack_require__.d(__webpack_exports__,"RemoteVideoOnly",(function(){return RemoteVideoOnly})),__webpack_require__.d(__webpack_exports__,"AllRemoteMedia",(function(){return AllRemoteMedia})),__webpack_require__.d(__webpack_exports__,"Error",(function(){return Error}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(185),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Remote Media",component:_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:"meeting7"};var WaitingForOthers=Template.bind({});WaitingForOthers.args={meetingID:"meeting4"};var RemoteAudioOnly=Template.bind({});RemoteAudioOnly.args={meetingID:"meeting5"};var RemoteVideoOnly=Template.bind({});RemoteVideoOnly.args={meetingID:"meeting6"};var AllRemoteMedia=Template.bind({});AllRemoteMedia.args={meetingID:"meeting2"};var Error=Template.bind({});Error.args={meetingID:"meeting9"},Loading.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Loading.parameters),WaitingForOthers.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},WaitingForOthers.parameters),RemoteAudioOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteAudioOnly.parameters),RemoteVideoOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteVideoOnly.parameters),AllRemoteMedia.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AllRemoteMedia.parameters),Error.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Error.parameters)},1147:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"searchPeople",(function(){return searchPeople}));var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(0),__webpack_require__(193)),_data_people__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(88),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Search People",component:_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a,Object.assign({},args))};Template.displayName="Template";var _memberLookAhead,searchPeople=Template.bind({});searchPeople.args={addedSpaceMembers:function addedSpaceMembers(error,members){return console.log("memebers added",error,members)},webexLookAhead:!0,memberLookAhead:(_memberLookAhead=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(query){var result,collabList,collabListResp;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(collabList=function collabList(){return new Promise((function(resolve,reject){return setTimeout((function(){(result=_data_people__WEBPACK_IMPORTED_MODULE_9__.a[query+"Collab"])?resolve(result):reject()}),500)}))},!query){_context.next=6;break}return _context.next=4,collabList();case 4:return collabListResp=_context.sent,_context.abrupt("return",collabListResp);case 6:return _context.abrupt("return",[]);case 7:case"end":return _context.stop()}}),_callee)}))),function memberLookAhead(_x){return _memberLookAhead.apply(this,arguments)}),className:""},searchPeople.parameters=Object.assign({storySource:{source:"(args) => "}},searchPeople.parameters)},1148:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Settings",(function(){return Settings}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexSettings__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(194),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Settings",component:_WebexSettings__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexSettings__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{flex:1,alignSelf:"stretch"}}))};Template.displayName="Template";var Settings=Template.bind({});Settings.args={meetingID:"meeting3"},Settings.parameters=Object.assign({storySource:{source:"(args) => "}},Settings.parameters)},1149:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"WaitingForHost",(function(){return WaitingForHost}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(192),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Waiting For Host",component:_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var WaitingForHost=Template.bind({});WaitingForHost.args={meetingID:"meeting11"},WaitingForHost.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},WaitingForHost.parameters)},1150:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Card",(function(){return Card}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var Card=Template.bind({});Card.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.5",fallbackText:"This card requires version **1.5** but your renderer does not support it.",body:[{type:"ColumnSet",columns:[{type:"Column",items:[{type:"Image",style:"Person",url:"https://developer.webex.com/images/webex-teams-logo.png",size:"Medium",height:"50px"}],width:"auto"},{type:"Column",items:[{type:"TextBlock",text:"Cisco Webex Teams",weight:"Lighter",color:"Accent"},{type:"TextBlock",weight:"Bolder",text:"Buttons and Cards Release",horizontalAlignment:"Left",wrap:!0,color:"Light",size:"Large",spacing:"Small"}],width:"stretch"}]},{type:"ColumnSet",columns:[{type:"Column",width:35,items:[{type:"TextBlock",text:"Release Date:",color:"Light"},{type:"TextBlock",text:"Product:",weight:"Lighter",color:"Light",spacing:"Small"},{type:"TextBlock",text:"OS:",weight:"Lighter",color:"Light",spacing:"Small"}]},{type:"Column",width:65,items:[{type:"TextBlock",text:"Aug 6, 2019",color:"Light"},{type:"TextBlock",text:"Webex Teams",color:"Light",weight:"Lighter",spacing:"Small"},{type:"TextBlock",text:"${supportedOS}",weight:"Lighter",color:"Light",spacing:"Small"}]}],spacing:"Padding",horizontalAlignment:"Center"},{type:"TextBlock",text:"We're making it easier for you to interact with bots and integrations in Webex Teams. When your bot sends information in a space that includes a card with buttons, you can now easily interact with it.",wrap:!0},{type:"TextBlock",text:"Buttons and Cards Resources:"},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",altText:"",url:"https://developer.webex.com/images/link-icon.png",size:"Small",width:"30px"}],spacing:"Small"},{type:"Column",width:"auto",items:[{type:"TextBlock",text:"[Developer Portal Buttons and Cards Guide]()",horizontalAlignment:"Left",size:"Medium"}],verticalContentAlignment:"Center",spacing:"Small"}]},{type:"ActionSet",actions:[{type:"Action.Submit",title:"Subscribe to Release Notes",data:{subscribe:!0}}],spacing:"None"}]},context:{supportedOS:"Mac, Windows, Web"}},Card.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Card.parameters)},1151:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActionExecute",(function(){return ActionExecute})),__webpack_require__.d(__webpack_exports__,"ActionOpenURL",(function(){return ActionOpenURL})),__webpack_require__.d(__webpack_exports__,"ActionShowCard",(function(){return ActionShowCard})),__webpack_require__.d(__webpack_exports__,"ActionSubmit",(function(){return ActionSubmit})),__webpack_require__.d(__webpack_exports__,"ActionToggleVisibility",(function(){return ActionToggleVisibility}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Actions",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var ActionExecute=Template.bind({});ActionExecute.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.4",body:[{type:"TextBlock",text:"Present a form and submit it back to the originator"},{type:"Input.Text",id:"firstName",label:"What is your first name?"},{type:"Input.Text",id:"lastName",label:"What is your last name?"}],actions:[{type:"Action.Execute",title:"Action.Execute",verb:"doStuff",data:{x:13}}]}};var ActionOpenURL=Template.bind({});ActionOpenURL.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"The action of these cards will open a URL"}],actions:[{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io"},{type:"Action.OpenUrl",title:"Action.OpenUrl",url:"https://adaptivecards.io",iconUrl:"https://developer.webex.com/images/webex-teams-logo.png",style:"positive"},{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io",style:"destructive"},{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io",isEnabled:!1}]}};var ActionShowCard=Template.bind({});ActionShowCard.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"This card's action will show another card"}],actions:[{type:"Action.ShowCard",title:"Show another card 1",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"Card 1: What do you think?"}],actions:[{type:"Action.Submit",title:"Neat!"}]}},{type:"Action.ShowCard",title:"Show another card 2",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"Card 2: What do you think?"}],actions:[{type:"Action.Submit",title:"Neat!"}]}}]}};var ActionSubmit=Template.bind({});ActionSubmit.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Present a form and submit it back to the originator"},{type:"Input.Text",id:"firstName",placeholder:"What is your first name?",isRequired:!0,errorMessage:"FirstName is required"},{type:"Input.Text",id:"lastName",placeholder:"What is your last name?"},{type:"Input.Number",id:"review",placeholder:"Enter a number between 1 and 10",min:1,max:10,value:3}],actions:[{type:"Action.Submit",title:"Action.Submit",data:{x:13,y:12}}]}};var ActionToggleVisibility=Template.bind({});ActionToggleVisibility.args={template:{type:"AdaptiveCard",version:"1.2",body:[{type:"TextBlock",text:"Press the buttons to toggle the images!",wrap:!0},{type:"TextBlock",text:"Here are some images:",isVisible:!1,id:"textToToggle"},{type:"ColumnSet",columns:[{type:"Column",items:[{style:"person",type:"Image",url:"https://picsum.photos/100/100?image=112",isVisible:!1,id:"imageToToggle",altText:"sample image 1",size:"medium"}]},{type:"Column",items:[{type:"Image",url:"https://picsum.photos/100/100?image=123",isVisible:!1,id:"imageToToggle2",altText:"sample image 2",size:"medium"}]}]}],actions:[{type:"Action.ToggleVisibility",title:"Toggle!",targetElements:["textToToggle","imageToToggle","imageToToggle2"]},{type:"Action.ToggleVisibility",title:"Show!",targetElements:[{elementId:"textToToggle",isVisible:!0},{elementId:"imageToToggle",isVisible:!0},{elementId:"imageToToggle2",isVisible:!0}]},{type:"Action.ToggleVisibility",title:"Hide!",targetElements:[{elementId:"textToToggle",isVisible:!1},{elementId:"imageToToggle",isVisible:!1},{elementId:"imageToToggle2",isVisible:!1}]}]}},ActionExecute.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionExecute.parameters),ActionOpenURL.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionOpenURL.parameters),ActionShowCard.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionShowCard.parameters),ActionSubmit.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionSubmit.parameters),ActionToggleVisibility.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionToggleVisibility.parameters)},1152:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Image",(function(){return Image})),__webpack_require__.d(__webpack_exports__,"RichTextBlock",(function(){return RichTextBlock})),__webpack_require__.d(__webpack_exports__,"TextBlock",(function(){return TextBlock}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/CardElements",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var Image=Template.bind({});Image.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",backgroundColor:"blue",size:"medium",style:"person"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",width:"60px",height:"60px",size:"small"},{type:"Image",backgroundColor:"#cdcdcd",url:"https://adaptivecards.io/content/cats/2.png",size:"large"},{type:"Image",url:"https://adaptivecards.io/content/cats/3.png"}]}};var RichTextBlock=Template.bind({});RichTextBlock.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"RichTextBlock",inlines:["This is the first inline. ",{type:"TextRun",text:"We support colors,",color:"good"},{type:"TextRun",text:" both regular and subtle. ",isSubtle:!0},{type:"TextRun",text:"Text ",size:"small"},{type:"TextRun",text:"of ",size:"medium"},{type:"TextRun",text:"all ",size:"large"},{type:"TextRun",text:"sizes! ",size:"extraLarge"},{type:"TextRun",text:"Light weight text. ",weight:"lighter"},{type:"TextRun",text:"Bold weight text. ",weight:"bolder"},{type:"TextRun",text:"Highlights. ",highlight:!0},{type:"TextRun",text:"Italics. ",italic:!0},{type:"TextRun",text:"Strikethrough. ",strikethrough:!0},{type:"TextRun",text:"Monospace too!",fontType:"monospace"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (COMPACT): {{DATE(2017-02-14T06:08:39Z,COMPACT)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (SHORT): {{DATE(2017-02-14T06:08:39Z,SHORT)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (LONG): {{DATE(2017-02-14T06:08:39Z,LONG)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",horizontalAlignment:"center",inlines:[{type:"TextRun",text:"Rich text blocks also support center alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor "}]},{type:"RichTextBlock",horizontalAlignment:"right",inlines:[{type:"TextRun",text:"Rich text blocks also support right alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor "}]},{type:"RichTextBlock",inlines:[]}]}};var TextBlock=Template.bind({});TextBlock.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"},{type:"TextBlock",text:"TextBlock supports markdown: \nThe text can be **bold** or _italic_. \nBullet lists \n- one\r- two\r- three\r \nNumbered lists \n1. one\r2. two\r3. three\r \nNested lists \n* Fruit\r * Apple\r * Orange\r * Banana\r* Dairy\r * Milk\r * Cheese\r \nLinks: [AdaptiveCards](https://adaptivecards.io) \nHeaders are not supported \n# This header is not processed"},{type:"TextBlock",text:"Font type not set."},{type:"TextBlock",text:"Font type set to *default*.",fontType:"default"},{type:"TextBlock",text:"Font type set to *monospace*.",fontType:"monospace"},{type:"TextBlock",text:"**horizontalAlignment:left**",horizontalAlignment:"left"},{type:"TextBlock",text:"**horizontalAlignment:center**",horizontalAlignment:"center"},{type:"TextBlock",text:"**horizontalAlignment:right**",horizontalAlignment:"right"},{type:"TextBlock",text:"isSubtle:false",isSubtle:!1},{type:"TextBlock",text:"isSubtle:true",isSubtle:!0},{type:"TextBlock",text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0,maxLines:1},{type:"TextBlock",text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0,maxLines:2},{type:"TextBlock",text:"size:default"},{type:"TextBlock",text:"size:small",size:"small"},{type:"TextBlock",text:"size:default",size:"default"},{type:"TextBlock",text:"size:medium",size:"medium"},{type:"TextBlock",text:"size:large",size:"large"},{type:"TextBlock",text:"size:extraLarge",size:"extraLarge"},{type:"TextBlock",text:"weight: lighter",weight:"lighter"},{type:"TextBlock",text:"weight: default",weight:"default"},{type:"TextBlock",text:"weight: bolder",weight:"bolder"},{type:"TextBlock",text:"**wrap: false** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat",wrap:!1},{type:"TextBlock",text:"**wrap: true** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0},{type:"TextBlock",text:"Style set to heading",style:"heading",wrap:!0},{type:"TextBlock",text:"Style set to heading, color set to good",style:"heading",color:"good",wrap:!0},{type:"TextBlock",text:"Style set to default",style:"default",wrap:!0},{type:"TextBlock",text:"Style unset",wrap:!0}]}},Image.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Image.parameters),RichTextBlock.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},RichTextBlock.parameters),TextBlock.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},TextBlock.parameters)},1153:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActionSet",(function(){return ActionSet})),__webpack_require__.d(__webpack_exports__,"Column",(function(){return Column})),__webpack_require__.d(__webpack_exports__,"ColumnSet",(function(){return ColumnSet})),__webpack_require__.d(__webpack_exports__,"Container",(function(){return Container})),__webpack_require__.d(__webpack_exports__,"FactSet",(function(){return FactSet})),__webpack_require__.d(__webpack_exports__,"ImageSet",(function(){return ImageSet}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Containers",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var ActionSet=Template.bind({});ActionSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",wrap:!0,text:"Cards can have action sets in the middle of their body."},{type:"ActionSet",actions:[{type:"Action.ShowCard",title:"ShowCard",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"This is a show card"}]}},{type:"Action.OpenUrl",title:"OpenUrl",url:"https://adaptivecards.io"}]},{type:"TextBlock",wrap:!0,text:"There are also still actions's at the bottom of the card"}],actions:[{type:"Action.ShowCard",title:"ShowCard",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"This is a show card"}]}},{type:"Action.OpenUrl",title:"OpenUrl",url:"https://adaptivecards.io"}]}};var Column=Template.bind({});Column.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column 1"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]},{type:"Column",items:[{type:"TextBlock",text:"Column 2"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]},{type:"Column",items:[{type:"TextBlock",text:"Column 3"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]}]},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:"https://adaptivecards.io/content/AlkiBeach.jpg",width:"auto"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/GoldenGardensPark.jpg",verticalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:"https://adaptivecards.io/content/BainbridgeIsland.jpg",width:"auto"}]},{type:"TextBlock",text:"You can even repeat the background image..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeat"},width:"stretch"},{type:"Column",verticalContentAlignment:"Center",items:[{type:"TextBlock",horizontalAlignment:"Center",text:"Those are some neat arrows",wrap:!0}],width:"stretch"}]},{type:"TextBlock",text:"Horizontal repeat..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/downarrow.png",fillMode:"repeatHorizontally"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"bottom"},width:"stretch"}]},{type:"TextBlock",text:"Vertical repeat..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/downarrow.png",fillMode:"repeatVertically",horizontalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically",horizontalAlignment:"right"},width:"stretch"}]},{type:"TextBlock",text:"Bleed left"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],bleed:!0,width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],width:"stretch"}]},{type:"TextBlock",text:"Bleed center"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],bleed:!0,width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],width:"stretch"}]},{type:"TextBlock",text:"Bleed right"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],bleed:!0,width:"stretch"}]},{type:"TextBlock",text:"Bleed all"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],bleed:!0,width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],bleed:!0,width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],bleed:!0,width:"stretch"}]},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"Graph"}],fallback:{type:"Column",items:[{type:"TextBlock",text:"Fallback"}]},width:"auto"},{type:"Column",items:[{type:"Graph"}],fallback:"drop"},{type:"Column",items:[{type:"TextBlock",text:"This is a column",wrap:!0}]}]},{type:"ColumnSet",style:"emphasis",minHeight:"100px",columns:[{type:"Column",style:"default",minHeight:"200px",items:[{type:"TextBlock",wrap:!0,text:"The columnset has a minHeight of 100px while this column has a minHeight of 200px so it should override"}]},{type:"Column",style:"default",minHeight:"50px",items:[{type:"FactSet",facts:[{title:"ColumnSet",value:"MinHeight: 100px"},{title:"Column 1",value:"MinHeight: 200px"},{title:"Column 2",value:"MinHeight: 50px"}]}]}]},{type:"TextBlock",text:"The middle column is set to rtl",wrap:!0,size:"Medium"},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column One",wrap:!0}]},{type:"Column",rtl:!0,items:[{type:"TextBlock",text:"العمود الثاني",wrap:!0}]},{type:"Column",items:[{type:"TextBlock",wrap:!0,text:"Column three"}]}],spacing:"Medium"},{type:"Container",items:[{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://adaptivecards.io/content/cats/3.png",size:"medium"},{type:"TextBlock",text:"SHADES",horizontalAlignment:"center",weight:"bolder"}]},{type:"Column",width:"stretch",separator:!0,spacing:"medium",items:[{type:"TextBlock",text:"Dec 4",horizontalAlignment:"center"},{type:"TextBlock",text:"Final",spacing:"none",horizontalAlignment:"center"},{type:"TextBlock",text:"7 - 40",size:"extraLarge",horizontalAlignment:"center"}]},{type:"Column",width:"auto",separator:!0,spacing:"medium",items:[{type:"Image",url:"https://adaptivecards.io/content/cats/2.png",size:"medium",horizontalAlignment:"center"},{type:"TextBlock",text:"SKINS",horizontalAlignment:"center",weight:"bolder"}]}]}]},{type:"TextBlock",text:"Try clicking a column!",weight:"bolder"},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column 1"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}},{type:"Column",items:[{type:"TextBlock",text:"Column 2"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}},{type:"Column",items:[{type:"TextBlock",text:"Column 3"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"No Style"}]},{type:"Column",style:"default",items:[{type:"TextBlock",text:"Default Style"}]},{type:"Column",style:"emphasis",items:[{type:"TextBlock",text:"Emphasis Style"},{type:"Container",items:[{type:"TextBlock",text:"Container no style"}]},{type:"Container",style:"default",items:[{type:"TextBlock",text:"Container default style"}]},{type:"Container",style:"emphasis",items:[{type:"TextBlock",text:"Container emphasis style"}]}]}]},{type:"TextBlock",text:"Hi,"},{type:"TextBlock",text:"MasterHip",isSubtle:!0},{type:"ColumnSet",height:"stretch",columns:[{type:"Column",verticalContentAlignment:"bottom",items:[{type:"TextBlock",text:"Column 1"}]}]},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"TextBlock",text:"(auto)"},{type:"Image",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]},{type:"Column",width:"stretch",items:[{type:"TextBlock",horizontalAlignment:"center",text:"(stretch)"},{type:"Image",horizontalAlignment:"center",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]},{type:"Column",width:"auto",items:[{type:"TextBlock",text:"(auto)"},{type:"Image",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]}]}]}};var ColumnSet=Template.bind({});ColumnSet.args={template:{type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Pick up where you left off?",weight:"bolder"},{type:"ColumnSet",spacing:"medium",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1083",size:"medium"}]},{type:"Column",width:4,items:[{type:"TextBlock",text:"Silver Star Mountain"},{type:"TextBlock",text:"Maps",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.OpenUrl",url:"https://www.msn.com",tooltip:"View a map of Silver Star Mountain"}},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1082",size:"medium"}]},{type:"Column",width:4,style:"emphasis",items:[{type:"TextBlock",text:"Toggle button"},{type:"TextBlock",text:"With EMPHASIS",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.ToggleVisibility",targetElements:["submitActionColumnSet"]}},{type:"ColumnSet",bleed:!1,id:"submitActionColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1080",size:"medium"}]},{type:"Column",width:4,items:[{type:"TextBlock",text:"Submit button"},{type:"TextBlock",text:"Send data",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.Submit"}}],actions:[{type:"Action.OpenUrl",title:"Resume all",url:"ms-cortana:resume-all"},{type:"Action.OpenUrl",title:"More activities",url:"ms-cortana:more-activities"}]}};var Container=Template.bind({});Container.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"Container",items:[{type:"TextBlock",text:"This is some text"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"large"}],minHeight:"15rem"},{type:"Container",style:"default",items:[{type:"TextBlock",text:"This container has the default style"},{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"}]},{type:"Container",style:"accent",items:[{type:"TextBlock",text:"This container has the accent style"},{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"},{type:"Container",items:[{type:"TextBlock",text:"Contained container - no style",color:"dark"}]},{type:"Container",style:"emphasis",items:[{type:"TextBlock",text:"Contained container - emphasis",color:"dark"}]},{type:"Container",style:"default",items:[{type:"TextBlock",text:"Contained container - default",color:"dark"}]},{type:"Container",style:"good",items:[{type:"TextBlock",text:"Contained container - good",color:"dark"}]},{type:"Container",style:"warning",items:[{type:"TextBlock",text:"Contained container - warning",color:"dark"}]},{type:"Container",style:"attention",items:[{type:"TextBlock",text:"Contained container - attention",color:"dark"}]},{type:"Container",style:"accent",items:[{type:"TextBlock",text:"Contained container - accent",color:"dark"}]}]},{type:"Container",minHeight:"150px",backgroundImage:"https://adaptivecards.io/content/AlkiBeach.jpg",items:[{type:"TextBlock",text:"What a beautiful background"}]},{type:"TextBlock",text:"They can even repeat a bunch of different ways..."},{type:"Container",minHeight:"100px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeat"}},{type:"Container",minHeight:"40px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"center"}},{type:"Container",minHeight:"100px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically",horizontalAlignment:"center"}}]}};var FactSet=Template.bind({});FactSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"FactSet",facts:[{title:"Fact 1",value:"Value 1"},{title:"Fact 2",value:"Value 2"},{title:"Fact 3",value:"Value 3"},{title:"Fact 4",value:"Value 5"}]}]}};var ImageSet=Template.bind({});ImageSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"ImageSet",imageSize:"medium",images:[{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"large",backgroundColor:"red",style:"person"},{type:"Image",url:"https://adaptivecards.io/content/cats/3.png"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"small"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",backgroundColor:"#cdcdcd",width:"60px",height:"60px"},{type:"Image",url:"https://adaptivecards.io/content/cats/2.png"}]}]}},ActionSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionSet.parameters),Column.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Column.parameters),ColumnSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ColumnSet.parameters),Container.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Container.parameters),FactSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},FactSet.parameters),ImageSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ImageSet.parameters)},1154:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"InputChoiceSet",(function(){return InputChoiceSet})),__webpack_require__.d(__webpack_exports__,"InputDate",(function(){return InputDate})),__webpack_require__.d(__webpack_exports__,"InputNumber",(function(){return InputNumber})),__webpack_require__.d(__webpack_exports__,"InputText",(function(){return InputText})),__webpack_require__.d(__webpack_exports__,"InputTime",(function(){return InputTime})),__webpack_require__.d(__webpack_exports__,"InputToggle",(function(){return InputToggle}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Inputs",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var InputChoiceSet=Template.bind({});InputChoiceSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.ChoiceSet",id:"input1",style:"compact",isMultiSelect:!1,label:"Default Input.ChoiceSet label (compact)",placeholder:"Please make a selection",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input2",style:"compact",isMultiSelect:!1,label:"Required Input.ChoiceSet label (compact)",isRequired:!0,errorMessage:"Required input",placeholder:"Please make a selection",value:"1",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input3",style:"expanded",isMultiSelect:!1,label:"Default Input.ChoiceSet label (expanded)",value:"2",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input4",style:"expanded",isMultiSelect:!1,label:"Required Input.ChoiceSet label (expanded)",isRequired:!0,errorMessage:"Required input",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input5",style:"expanded",isMultiSelect:!0,label:"Default Input.ChoiceSet label (expanded, multiselect)",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input6",style:"compact",isMultiSelect:!0,isRequired:!0,value:"1,3",label:"Required Input.ChoiceSet label (compact, multiselect)",errorMessage:"Required input",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"},{title:"Option 3",value:"3"}]}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputDate=Template.bind({});InputDate.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Date Input"},{type:"Input.Date",id:"date",placeholder:"Enter a date",value:"2017-10-12"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputNumber=Template.bind({});InputNumber.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Number",id:"number",placeholder:"Enter a number",label:"Enter a number between 1 and 10",min:1,max:10,value:3}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputText=Template.bind({});InputText.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Specify the type of text being requested:",style:"heading"},{type:"Input.Text",id:"myComment",style:"text",height:"auto",isRequired:!0,inlineAction:{type:"Action.OpenUrl",title:"Reply",tooltip:"Reply to this message",url:"https://adaptivecards.io"},errorMessage:"This is a required input"},{type:"Input.Text",id:"myEmail",label:"style: email",style:"email",errorMessage:"This is a required input"},{type:"Input.Text",id:"myTel",label:"style: tel",style:"tel",height:"stretch"},{type:"Input.Text",id:"myUrl",label:"style: url",style:"url"},{type:"Input.Text",id:"myPassword",label:"style: password",style:"password"},{type:"TextBlock",text:"Multiline text input:"},{type:"Input.Text",id:"multilineInputId",placeholder:"enter comment",maxLength:500,isMultiline:!0},{type:"TextBlock",text:"Pre-filled value:"},{type:"Input.Text",id:"prefilledInputId",placeholder:"enter comment",maxLength:500,isMultiline:!0,value:"This value was pre-filled"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputTime=Template.bind({});InputTime.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Time",id:"timeValueSet",label:"Start time",min:"10:00",max:"18:00",value:"12:43"},{type:"Input.Time",id:"timeValueUnset",label:"End time",isRequired:!0,errorMessage:"This input is required"},{type:"Input.Time",id:"timeValueMidnight",label:"Night time",min:"23:00",max:"02:00"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputToggle=Template.bind({});InputToggle.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Toggle",id:"acceptTerms",title:"I accept the terms and agreements",value:"rejected",valueOn:"accepted",valueOff:"rejected",label:"Please check the box below to accept the terms and agreements:",isRequired:!0,errorMessage:"You must accept the terms to continue."}],actions:[{type:"Action.Submit",title:"OK"}]}},InputChoiceSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputChoiceSet.parameters),InputDate.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputDate.parameters),InputNumber.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputNumber.parameters),InputText.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputText.parameters),InputTime.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputTime.parameters),InputToggle.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputToggle.parameters)},1157:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);var preview_namespaceObject={};__webpack_require__.r(preview_namespaceObject),__webpack_require__.d(preview_namespaceObject,"decorators",(function(){return decorators})),__webpack_require__.d(preview_namespaceObject,"parameters",(function(){return preview_parameters}));__webpack_require__(29),__webpack_require__(14),__webpack_require__(66),__webpack_require__(541),__webpack_require__(401),__webpack_require__(73),__webpack_require__(1004),__webpack_require__(1005),__webpack_require__(540);var client_api=__webpack_require__(1182),esm=__webpack_require__(11),activities=(__webpack_require__(8),__webpack_require__(0),__webpack_require__(84)),webex_component_adapter_interfaces_es_min=__webpack_require__(13),meetings={meeting1:{ID:"meeting1",title:"In meeting",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting2:{ID:"meeting2",title:"Video Disabled",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:new MediaStream,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID2",microphoneID:"microphoneID2",speakerID:""},meeting3:{ID:"meeting3",title:"Interstitial",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting4:{ID:"meeting4",title:"Waiting for others",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting5:{ID:"meeting5",title:"Barbara German",localAudio:{stream:new MediaStream},localVideo:{stream:null},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!0,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID2",microphoneID:"microphoneID2",speakerID:""},meeting6:{ID:"meeting6",title:"Audio Trouble",localAudio:{stream:null},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:null,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID2",speakerID:""},meeting7:{ID:"meeting7",title:null,localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:""},meeting8:{ID:null,title:"Left",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.LEFT,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:""},meeting9:{ID:null,title:"Loading",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:"",error:!0},meeting10:{ID:"meeting10",title:"Password required",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:"",password:"secret",hostKey:"hostsecret"},meeting11:{ID:"meeting11",title:"Waiting for host",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:"LOBBY",showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting12:{ID:"meeting12",title:"Share Screen",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:new MediaStream},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:null}},people=__webpack_require__(88),rooms=__webpack_require__(322),src_data={activities:activities.a,meetings:meetings,memberships:{membership1:{ID:"membership1",destinationID:"room1",destinationType:"room",members:[{ID:"user1",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user2",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user3",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user4",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null}]},membership2:{ID:"membership2",destinationID:"room2",destinationType:"room",members:[{ID:"user1",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user5",orgID:"org2",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user6",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null}]},membership3:{ID:"membership3",destinationID:"meeting1",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!1,host:!1,guest:!0,speaking:!1},{ID:"user3",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!0,guest:!1,speaking:!1}]},membership4:{ID:"membership4",destinationID:"meeting2",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user2",orgID:"org1",muted:!1,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user3",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user4",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!0,guest:!1,speaking:!1},{ID:"user5",orgID:"org2",muted:!1,sharing:!1,inMeeting:!0,host:!1,guest:!0,speaking:!1},{ID:"user6",orgID:"org1",muted:!0,sharing:!1,inMeeting:!1,host:!1,guest:!0,speaking:!1}]},membership5:{ID:"membership5",destinationID:"meeting4",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0}]},membership6:{ID:"membership6",destinationID:"meeting5",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user3",orgID:"org1",muted:!1,sharing:!1,inMeeting:!1,host:!1,guest:!1,speaking:!0}]},membership7:{ID:"membership7",destinationID:"meeting6",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1}]},membershipMock1:{ID:"membershipMock1",destinationID:"meeting3",destinationType:"meeting",members:[]},membershipMock2:{ID:"membershipMock2",destinationID:"meeting7",destinationType:"meeting",members:[]},membershipMock3:{ID:"membershipMock3",destinationID:"meeting9",destinationType:"meeting",members:[]},1:{ID:"1",roomID:"1",roomType:"group",isModerator:!1},2:{ID:"2",roomID:"2",roomType:"group",isModerator:!1}},organizations:{org1:{ID:"org1",name:"Cisco"},org2:{ID:"org2",name:"Gmail.com"}},people:people.a,rooms:rooms.a},classCallCheck=(__webpack_require__(48),__webpack_require__(40)),classCallCheck_default=__webpack_require__.n(classCallCheck),createClass=__webpack_require__(42),createClass_default=__webpack_require__.n(createClass),inherits=__webpack_require__(43),inherits_default=__webpack_require__.n(inherits),possibleConstructorReturn=__webpack_require__(44),possibleConstructorReturn_default=__webpack_require__.n(possibleConstructorReturn),getPrototypeOf=__webpack_require__(26),getPrototypeOf_default=__webpack_require__.n(getPrototypeOf),Observable=(__webpack_require__(46),__webpack_require__(9),__webpack_require__(550),__webpack_require__(162),__webpack_require__(56));function _createSuper(Derived){var hasNativeReflectConstruct=function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var EMPTY_ACTION={actionID:null,personID:null,roomID:null,type:"submit",activityID:null,inputs:null,created:null},ActivitiesJSONAdapter_ActivitiesJSONAdapter=function(_ActivitiesAdapter){inherits_default()(ActivitiesJSONAdapter,_ActivitiesAdapter);var _super=_createSuper(ActivitiesJSONAdapter);function ActivitiesJSONAdapter(){return classCallCheck_default()(this,ActivitiesJSONAdapter),_super.apply(this,arguments)}return createClass_default()(ActivitiesJSONAdapter,[{key:"getActivity",value:function getActivity(ID){var _this=this;return Observable.a.create((function(observer){_this.datasource[ID]?observer.next(_this.datasource[ID]):observer.error(new Error('Could not find activity with ID "'+ID+'"')),observer.complete()}))}},{key:"postAction",value:function postAction(activityID,inputs){var _this2=this;return new Observable.a((function(observer){var activity=_this2.datasource[activityID];if(activity){var actionID="action-"+activityID+"-"+((null==activity?void 0:activity.actions.length)+1),newAction=Object.assign({},EMPTY_ACTION,{actionID:actionID,personID:"user1",roomID:activity.roomID,activityID:activityID,inputs:inputs,created:(new Date).toISOString()});_this2.datasource[activityID].actions.push(newAction),observer.next(newAction),observer.complete()}else observer.error(new Error('Unable to create an attachment action for activity with id "'+activityID+'"'))}))}},{key:"postActivity",value:function postActivity(activity){var _this3=this,activity$=new Observable.a((function(observer){var activities=_this3.datasource;if(activity.roomID){var ID="activity"+(Object.keys(activities).length+1),newActivity=Object.assign({attachments:[],actions:[],cards:[]},activity,{ID:ID,personID:"user1",created:(new Date).toISOString()});activities[ID]=newActivity,observer.next(newActivity),observer.complete()}else observer.error(new Error("Unable to post an activity in room with id "+activity.roomID))}));return activity$}},{key:"hasAdaptiveCards",value:function hasAdaptiveCards(activity){return activity.cards.length>0}},{key:"getAdaptiveCard",value:function getAdaptiveCard(activity,cardIndex){return activity.cards[cardIndex]}}]),ActivitiesJSONAdapter}(webex_component_adapter_interfaces_es_min.a),regenerator=__webpack_require__(7),regenerator_default=__webpack_require__.n(regenerator),asyncToGenerator=__webpack_require__(17),asyncToGenerator_default=__webpack_require__.n(asyncToGenerator),assertThisInitialized=__webpack_require__(115),assertThisInitialized_default=__webpack_require__.n(assertThisInitialized),fromEvent=(__webpack_require__(83),__webpack_require__(95),__webpack_require__(107),__webpack_require__(12),__webpack_require__(1176)),concat=__webpack_require__(1181),filter=__webpack_require__(596),map=__webpack_require__(221),takeWhile=__webpack_require__(1177),util=__webpack_require__(55),MeetingControl_MeetingControl=function MeetingControl(adapter,controlID){classCallCheck_default()(this,MeetingControl),this.adapter=adapter,this.ID=controlID};function DisabledMuteAudioControl_createSuper(Derived){var hasNativeReflectConstruct=function DisabledMuteAudioControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var DisabledMuteAudioControl_DisabledMuteAudioControl=function(_MeetingControl){inherits_default()(DisabledMuteAudioControl,_MeetingControl);var _super=DisabledMuteAudioControl_createSuper(DisabledMuteAudioControl);function DisabledMuteAudioControl(){return classCallCheck_default()(this,DisabledMuteAudioControl),_super.apply(this,arguments)}return createClass_default()(DisabledMuteAudioControl,[{key:"display",value:function display(){var _this=this;return Observable.a.create((function(observer){observer.next({ID:_this.ID,type:"BUTTON",icon:"microphone-muted",state:webex_component_adapter_interfaces_es_min.c.DISABLED,text:"No microphone",tooltip:"No microphone available"}),observer.complete()}))}}]),DisabledMuteAudioControl}(MeetingControl_MeetingControl),distinctUntilChanged=__webpack_require__(1173);function JoinControl_createSuper(Derived){var hasNativeReflectConstruct=function JoinControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var JoinControl_JoinControl=function(_MeetingControl){inherits_default()(JoinControl,_MeetingControl);var _action,_super=JoinControl_createSuper(JoinControl);function JoinControl(){return classCallCheck_default()(this,JoinControl),_super.apply(this,arguments)}return createClass_default()(JoinControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.joinMeeting(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this;return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return{hint:(meeting.localAudio.stream?"Unmuted, ":"Muted, ")+(meeting.localVideo.stream?"video on":"video off"),state:"NOT_JOINED"===meeting.state?webex_component_adapter_interfaces_es_min.c.ACTIVE:webex_component_adapter_interfaces_es_min.c.DISABLED}})),Object(distinctUntilChanged.a)((function(prev,curr){return prev.hint===curr.hint&&prev.state===curr.state})),Object(map.a)((function(_ref){var hint=_ref.hint,state=_ref.state;return{ID:_this.ID,type:"JOIN",text:"Join meeting",tooltip:"Join meeting",hint:"Join meeting. "+hint,state:state}})))}}]),JoinControl}(MeetingControl_MeetingControl);function LeaveControl_createSuper(Derived){var hasNativeReflectConstruct=function LeaveControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var LeaveControl_LeaveControl=function(_MeetingControl){inherits_default()(LeaveControl,_MeetingControl);var _action,_super=LeaveControl_createSuper(LeaveControl);function LeaveControl(){return classCallCheck_default()(this,LeaveControl),_super.apply(this,arguments)}return createClass_default()(LeaveControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.leaveMeeting(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(){var _this=this;return Observable.a.create((function(observer){observer.next({ID:_this.ID,type:"CANCEL",icon:"cancel",tooltip:"Leave meeting",hint:"Leave meeting"}),observer.complete()}))}}]),LeaveControl}(MeetingControl_MeetingControl);function MuteAudioControl_createSuper(Derived){var hasNativeReflectConstruct=function MuteAudioControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MuteAudioControl_MuteAudioControl=function(_MeetingControl){inherits_default()(MuteAudioControl,_MeetingControl);var _action,_super=MuteAudioControl_createSuper(MuteAudioControl);function MuteAudioControl(){return classCallCheck_default()(this,MuteAudioControl),_super.apply(this,arguments)}return createClass_default()(MuteAudioControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleMuteAudio(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var unmuted={ID:this.ID,type:"BUTTON",icon:"microphone",tooltip:"Mute audio",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,text:"Mute"},muted={ID:this.ID,type:"BUTTON",icon:"microphone-muted",tooltip:"Unmute audio",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,text:"Unmute"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){var _meeting$localAudio;return!(null===(_meeting$localAudio=meeting.localAudio)||void 0===_meeting$localAudio||!_meeting$localAudio.stream)})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localAudioExists){return localAudioExists?unmuted:muted})))}}]),MuteAudioControl}(MeetingControl_MeetingControl),of=__webpack_require__(632);function MuteVideoControl_createSuper(Derived){var hasNativeReflectConstruct=function MuteVideoControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MuteVideoControl_MuteVideoControl=function(_MeetingControl){inherits_default()(MuteVideoControl,_MeetingControl);var _action,_super=MuteVideoControl_createSuper(MuteVideoControl);function MuteVideoControl(){return classCallCheck_default()(this,MuteVideoControl),_super.apply(this,arguments)}return createClass_default()(MuteVideoControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleMuteVideo(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var muted={ID:this.ID,type:"BUTTON",icon:"camera-muted",tooltip:"Start video",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,text:"Start video"},unmuted={ID:this.ID,type:"BUTTON",icon:"camera",tooltip:"Stop video",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,text:"Stop video"},notSupported={ID:this.ID,type:"BUTTON",icon:"camera-muted",tooltip:"Video not supported on iOS 15.1",state:webex_component_adapter_interfaces_es_min.c.DISABLED,text:"No camera"};return"undefined"!=typeof navigator&&navigator.userAgent.includes("iPhone OS 15_1")?Object(of.a)(notSupported):this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.localVideo.stream})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localVideoExists){return localVideoExists?unmuted:muted})))}}]),MuteVideoControl}(MeetingControl_MeetingControl);function RosterControl_createSuper(Derived){var hasNativeReflectConstruct=function RosterControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var RosterControl_RosterControl=function(_MeetingControl){inherits_default()(RosterControl,_MeetingControl);var _action,_super=RosterControl_createSuper(RosterControl);function RosterControl(){return classCallCheck_default()(this,RosterControl),_super.apply(this,arguments)}return createClass_default()(RosterControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleRoster(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var active={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"participant-list-filled",text:"Hide participants",tooltip:"Hide participants panel"},inactive={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"participant-list",text:"Show participants",tooltip:"Show participants panel"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.showRoster})),Object(distinctUntilChanged.a)(),Object(map.a)((function(showRosterExists){return showRosterExists?active:inactive})))}}]),RosterControl}(MeetingControl_MeetingControl);function SettingsControl_createSuper(Derived){var hasNativeReflectConstruct=function SettingsControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SettingsControl_SettingsControl=function(_MeetingControl){inherits_default()(SettingsControl,_MeetingControl);var _action,_super=SettingsControl_createSuper(SettingsControl);function SettingsControl(){return classCallCheck_default()(this,SettingsControl),_super.apply(this,arguments)}return createClass_default()(SettingsControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleSettings(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var active={ID:this.ID,type:"BUTTON",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"settings",text:"Settings",tooltip:"Meeting settings"},inactive={ID:this.ID,type:"BUTTON",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"settings",text:"Settings",tooltip:"Meeting settings"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.showSettings})),Object(distinctUntilChanged.a)(),Object(map.a)((function(showSettingsExists){return showSettingsExists?active:inactive})))}}]),SettingsControl}(MeetingControl_MeetingControl);function ShareControl_createSuper(Derived){var hasNativeReflectConstruct=function ShareControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var ShareControl_ShareControl=function(_MeetingControl){inherits_default()(ShareControl,_MeetingControl);var _action,_super=ShareControl_createSuper(ShareControl);function ShareControl(){return classCallCheck_default()(this,ShareControl),_super.apply(this,arguments)}return createClass_default()(ShareControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.handleLocalShare(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var inactive={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"share-screen-presence-stroke",text:"Start sharing",tooltip:"Start sharing content"},active={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"share-screen-filled",text:"Stop sharing",tooltip:"Stop sharing content"},notSupported={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.DISABLED,icon:"share-screen-presence-stroke",text:"Start sharing",tooltip:"Share screen not supported"};return navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia?this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.localShare.stream})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localShareExists){return localShareExists?active:inactive}))):Object(of.a)(notSupported)}}]),ShareControl}(MeetingControl_MeetingControl),defer=(__webpack_require__(15),__webpack_require__(1175)),first=__webpack_require__(1180),concatMap=__webpack_require__(1174);function SwitchCameraControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchCameraControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchCameraControl_SwitchCameraControl=function(_MeetingControl){inherits_default()(SwitchCameraControl,_MeetingControl);var _action,_super=SwitchCameraControl_createSuper(SwitchCameraControl);function SwitchCameraControl(){return classCallCheck_default()(this,SwitchCameraControl),_super.apply(this,arguments)}return createClass_default()(SwitchCameraControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,cameraID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchCamera(meetingID,cameraID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableCameras$=this.adapter.getMeeting(meetingID).pipe(Object(first.a)(),Object(concatMap.a)((function(){return Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"videoinput")}))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:"Video Devices",noOptionsMessage:"No available cameras",options:null,selected:null,hint:'Use arrow keys to navigate between camera options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add a switch camera control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableCameras$.pipe(Object(map.a)((function(availableCameras){return Object.assign({},control,{options:(availableCameras||[])&&availableCameras.map((function(camera){return{value:camera.deviceId,label:camera.label||"Camera-"+camera.deviceId,camera:camera}}))})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.cameraID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(cameraID){return Object.assign({},control,{selected:cameraID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchCameraControl}(MeetingControl_MeetingControl);function SwitchMicrophoneControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchMicrophoneControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchMicrophoneControl_SwitchMicrophoneControl=function(_MeetingControl){inherits_default()(SwitchMicrophoneControl,_MeetingControl);var _action,_super=SwitchMicrophoneControl_createSuper(SwitchMicrophoneControl);function SwitchMicrophoneControl(){return classCallCheck_default()(this,SwitchMicrophoneControl),_super.apply(this,arguments)}return createClass_default()(SwitchMicrophoneControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,microphoneID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchMicrophone(meetingID,microphoneID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableMicrophones$=this.adapter.getMeeting(meetingID).pipe(Object(first.a)(),Object(concatMap.a)((function(){return Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"audioinput")}))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:"Microphone Devices",noOptionsMessage:"No available microphones",options:null,selected:null,hint:'Use arrow keys to navigate between microphone options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add switch microphone control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableMicrophones$.pipe(Object(map.a)((function(availableMicrophones){return Object.assign({},control,{options:(availableMicrophones||[])&&availableMicrophones.map((function(microphone){return{value:microphone.deviceId,label:microphone.label||"Microphone-"+microphone.deviceId,microphone:microphone}}))})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.microphoneID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(microphoneID){return Object.assign({},control,{selected:microphoneID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchMicrophoneControl}(MeetingControl_MeetingControl),toConsumableArray=__webpack_require__(101),toConsumableArray_default=__webpack_require__.n(toConsumableArray),helpers=(__webpack_require__(30),__webpack_require__(4));function SwitchSpeakerControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchSpeakerControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchSpeakerControl_SwitchSpeakerControl=function(_MeetingControl){inherits_default()(SwitchSpeakerControl,_MeetingControl);var _action,_super=SwitchSpeakerControl_createSuper(SwitchSpeakerControl);function SwitchSpeakerControl(){return classCallCheck_default()(this,SwitchSpeakerControl),_super.apply(this,arguments)}return createClass_default()(SwitchSpeakerControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,speakerID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchSpeaker(meetingID,speakerID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableSpeakers$=Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"audiooutput")})).pipe(Object(map.a)((function(availableSpeakers){return availableSpeakers.map((function(speaker){return{value:speaker.deviceId,label:speaker.label,speaker:speaker}}))})),Object(map.a)((function(options){return[{value:"",label:"Browser Default"}].concat(toConsumableArray_default()(options))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:helpers.b?"Speaker Devices":"The current browser does not support changing speakers",noOptionsMessage:"No available speakers",options:null,selected:null,hint:'Use arrow keys to navigate between speaker options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add switch speaker control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableSpeakers$.pipe(Object(map.a)((function(availableSpeakers){return Object.assign({},control,{options:availableSpeakers})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.speakerID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(speakerID){return Object.assign({},control,{selected:speakerID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchSpeakerControl}(MeetingControl_MeetingControl);function MeetingsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function MeetingsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var EMPTY_MEETING={ID:null,title:null,localAudio:{stream:null,permission:null},localVideo:{stream:null,permission:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,showRoster:null,settings:{visible:!1,preview:{audio:{},video:{}}},status:"NOT_JOINED",cameraID:null,microphoneID:null,speakerID:null},MeetingsJSONAdapter_ON_IOS_15_1="undefined"!=typeof navigator&&navigator.userAgent.includes("iPhone OS 15_1"),MeetingsJSONAdapter_MeetingsJSONAdapter=function(_MeetingsAdapter){inherits_default()(MeetingsJSONAdapter,_MeetingsAdapter);var _updateMeeting,_clearInvalidHostKeyFlag,_clearInvalidPasswordFlag,_clearPasswordRequiredFlag,_switchSpeaker,_switchMicrophone,_switchCamera,_toggleSettings,_toggleRoster,_handleLocalShare,_toggleMuteVideo,_toggleMuteAudio,_getAvailableDevices,_getDisplayStream,_getStream,_leaveMeeting,_ignoreAudioAccessPrompt,_ignoreVideoAccessPrompt,_joinMeeting,_super=MeetingsJSONAdapter_createSuper(MeetingsJSONAdapter);function MeetingsJSONAdapter(datasource){var _this$meetingControls,_this;return classCallCheck_default()(this,MeetingsJSONAdapter),(_this=_super.call(this,datasource)).meetingControls=((_this$meetingControls={})["mute-audio"]=new MuteAudioControl_MuteAudioControl(assertThisInitialized_default()(_this),"mute-audio"),_this$meetingControls["mute-video"]=new MuteVideoControl_MuteVideoControl(assertThisInitialized_default()(_this),"mute-video"),_this$meetingControls["share-screen"]=new ShareControl_ShareControl(assertThisInitialized_default()(_this),"share-screen"),_this$meetingControls["join-meeting"]=new JoinControl_JoinControl(assertThisInitialized_default()(_this),"join-meeting"),_this$meetingControls["leave-meeting"]=new LeaveControl_LeaveControl(assertThisInitialized_default()(_this),"leave-meeting"),_this$meetingControls["disabled-mute-audio"]=new DisabledMuteAudioControl_DisabledMuteAudioControl(assertThisInitialized_default()(_this),"disabled-mute-audio"),_this$meetingControls["member-roster"]=new RosterControl_RosterControl(assertThisInitialized_default()(_this),"member-roster"),_this$meetingControls.settings=new SettingsControl_SettingsControl(assertThisInitialized_default()(_this),"settings"),_this$meetingControls["switch-camera"]=new SwitchCameraControl_SwitchCameraControl(assertThisInitialized_default()(_this),"switch-camera"),_this$meetingControls["switch-microphone"]=new SwitchMicrophoneControl_SwitchMicrophoneControl(assertThisInitialized_default()(_this),"switch-microphone"),_this$meetingControls["switch-speaker"]=new SwitchSpeakerControl_SwitchSpeakerControl(assertThisInitialized_default()(_this),"switch-speaker"),_this$meetingControls),_this.displayStreamPromise=null,_this}return createClass_default()(MeetingsJSONAdapter,[{key:"createMeeting",value:function createMeeting(destination){var _this2=this;return Observable.a.create((function(observer){destination?(observer.next(Object.assign({},EMPTY_MEETING,{ID:destination})),observer.next(_this2.datasource[destination])):observer.error(new Error('Could not create meeting at destination "'+destination+'"')),observer.complete()}))}},{key:"getMeeting",value:function getMeeting(ID){var _this3=this,getMeeting$=Observable.a.create(function(){var _ref=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(observer){var meeting,_yield$_this3$getStre,stream,perm,deviceId,_yield$_this3$getStre2,_stream,_perm,_deviceId;return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(ID){_context.next=4;break}observer.next({ID:null,title:null,localAudio:{stream:null,permission:null},localVideo:{stream:null,permission:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,showRoster:null,settings:{visible:!1,preview:{audio:{},video:{}}},state:null,cameraID:null,microphoneID:null,speakerID:""}),_context.next=41;break;case 4:if(!_this3.fetchMeeting(ID)){_context.next=40;break}if((meeting=_this3.fetchMeeting(ID)).remoteVideo instanceof MediaStream&&(meeting.remoteVideo=_this3.getVideoStream()),meeting.remoteShare instanceof MediaStream&&(meeting.remoteShare=_this3.getShareStream()),!_this3.emptyStream(meeting.localVideo.stream)){_context.next=18;break}return _context.next=11,_this3.getStream({video:!0,audio:!1});case 11:_yield$_this3$getStre=_context.sent,stream=_yield$_this3$getStre.stream,perm=_yield$_this3$getStre.perm,deviceId=_yield$_this3$getStre.deviceId,meeting.localVideo.stream=stream,meeting.localVideo.permission=perm,meeting.cameraID=deviceId;case 18:if(!_this3.emptyStream(meeting.localAudio.stream)){_context.next=28;break}return _context.next=21,_this3.getStream({video:!1,audio:!0});case 21:_yield$_this3$getStre2=_context.sent,_stream=_yield$_this3$getStre2.stream,_perm=_yield$_this3$getStre2.perm,_deviceId=_yield$_this3$getStre2.deviceId,meeting.localAudio.stream=_stream,meeting.localAudio.permission=_perm,meeting.microphoneID=_deviceId;case 28:if(!_this3.displayStreamPromise){_context.next=31;break}return _context.next=31,_this3.displayStreamPromise;case 31:if(!_this3.emptyStream(meeting.localShare.stream)){_context.next=37;break}return _this3.displayStreamPromise=_this3.getDisplayStream(),_context.next=35,_this3.displayStreamPromise;case 35:meeting.localShare.stream=_context.sent,_this3.displayStreamPromise=null;case 37:observer.next(meeting),_context.next=41;break;case 40:observer.error(new Error('Could not find meeting with ID "'+ID+'"'));case 41:observer.complete();case 42:case"end":return _context.stop()}}),_callee)})));return function(_x){return _ref.apply(this,arguments)}}()),meetingEvents$=Object(fromEvent.a)(document,"meeting:update").pipe(Object(filter.a)((function(event){return event.detail.ID===ID})),Object(map.a)((function(event){return Object.assign({},event.detail)})));return Object(concat.a)(getMeeting$,meetingEvents$).pipe(Object(takeWhile.a)((function(meeting){return meeting.state!==webex_component_adapter_interfaces_es_min.d.LEFT}),!0))}},{key:"joinMeeting",value:(_joinMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee3(ID){var options,_this4=this,_args3=arguments;return regenerator_default.a.wrap((function _callee3$(_context3){for(;;)switch(_context3.prev=_context3.next){case 0:return options=_args3.length>1&&void 0!==_args3[1]?_args3[1]:{},_context3.next=3,this.updateMeeting(ID,function(){var _ref2=asyncToGenerator_default()(regenerator_default.a.mark((function _callee2(meeting){var updates;return regenerator_default.a.wrap((function _callee2$(_context2){for(;;)switch(_context2.prev=_context2.next){case 0:if(!meeting.password||options.password||options.hostKey){_context2.next=4;break}updates={passwordRequired:!0},_context2.next=20;break;case 4:if(!meeting.password||!options.password||options.password===meeting.password){_context2.next=8;break}updates={invalidPassword:!0},_context2.next=20;break;case 8:if(!meeting.hostKey||!options.hostKey||options.hostKey===meeting.hostKey){_context2.next=12;break}updates={invalidHostKey:!0},_context2.next=20;break;case 12:return _context2.next=14,_this4.getStream({video:!0,audio:!1});case 14:return _context2.t0=_context2.sent.stream,_context2.next=17,_this4.getStream({video:!1,audio:!0});case 17:_context2.t1=_context2.sent.stream,_context2.t2=webex_component_adapter_interfaces_es_min.d.JOINED,updates={remoteVideo:_context2.t0,remoteAudio:_context2.t1,state:_context2.t2};case 20:return _context2.abrupt("return",updates);case 21:case"end":return _context2.stop()}}),_callee2)})));return function(_x3){return _ref2.apply(this,arguments)}}());case 3:case"end":return _context3.stop()}}),_callee3,this)}))),function joinMeeting(_x2){return _joinMeeting.apply(this,arguments)})},{key:"ignoreVideoAccessPrompt",value:(_ignoreVideoAccessPrompt=asyncToGenerator_default()(regenerator_default.a.mark((function _callee5(ID){return regenerator_default.a.wrap((function _callee5$(_context5){for(;;)switch(_context5.prev=_context5.next){case 0:return _context5.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee4(){return regenerator_default.a.wrap((function _callee4$(_context4){for(;;)switch(_context4.prev=_context4.next){case 0:return _context4.abrupt("return",{localVideo:{permission:"IGNORED"}});case 1:case"end":return _context4.stop()}}),_callee4)}))));case 2:case"end":return _context5.stop()}}),_callee5,this)}))),function ignoreVideoAccessPrompt(_x4){return _ignoreVideoAccessPrompt.apply(this,arguments)})},{key:"ignoreAudioAccessPrompt",value:(_ignoreAudioAccessPrompt=asyncToGenerator_default()(regenerator_default.a.mark((function _callee7(ID){return regenerator_default.a.wrap((function _callee7$(_context7){for(;;)switch(_context7.prev=_context7.next){case 0:return _context7.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee6(){return regenerator_default.a.wrap((function _callee6$(_context6){for(;;)switch(_context6.prev=_context6.next){case 0:return _context6.abrupt("return",{localAudio:{permission:"IGNORED"}});case 1:case"end":return _context6.stop()}}),_callee6)}))));case 2:case"end":return _context7.stop()}}),_callee7,this)}))),function ignoreAudioAccessPrompt(_x5){return _ignoreAudioAccessPrompt.apply(this,arguments)})},{key:"leaveMeeting",value:(_leaveMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee9(ID){var _this5=this;return regenerator_default.a.wrap((function _callee9$(_context9){for(;;)switch(_context9.prev=_context9.next){case 0:return _context9.next=2,this.updateMeeting(ID,function(){var _ref5=asyncToGenerator_default()(regenerator_default.a.mark((function _callee8(meeting){return regenerator_default.a.wrap((function _callee8$(_context8){for(;;)switch(_context8.prev=_context8.next){case 0:return _this5.stopStream(meeting.localVideo.stream),_this5.stopStream(meeting.localAudio.stream),_context8.abrupt("return",{remoteVideo:null,remoteAudio:null,state:webex_component_adapter_interfaces_es_min.d.LEFT});case 3:case"end":return _context8.stop()}}),_callee8)})));return function(_x7){return _ref5.apply(this,arguments)}}());case 2:case"end":return _context9.stop()}}),_callee9,this)}))),function leaveMeeting(_x6){return _leaveMeeting.apply(this,arguments)})},{key:"getStream",value:(_getStream=asyncToGenerator_default()(regenerator_default.a.mark((function _callee10(constraints){var stream,deviceId,perm,_availableDevices$fin,mediaStream,availableDevices,deviceLabel;return regenerator_default.a.wrap((function _callee10$(_context10){for(;;)switch(_context10.prev=_context10.next){case 0:if(!constraints.video||!MeetingsJSONAdapter_ON_IOS_15_1){_context10.next=2;break}return _context10.abrupt("return",{stream:null,perm:"ERROR"});case 2:return _context10.prev=2,_context10.next=5,navigator.mediaDevices.getUserMedia(constraints);case 5:return mediaStream=_context10.sent,_context10.next=8,this.getAvailableDevices();case 8:availableDevices=_context10.sent,deviceLabel=mediaStream.getTracks()[0].label,deviceId=null===(_availableDevices$fin=availableDevices.find((function(device){return device.label===deviceLabel})))||void 0===_availableDevices$fin?void 0:_availableDevices$fin.deviceId,constraints.video&&(stream=new MediaStream([mediaStream.getVideoTracks()[0]])),constraints.audio&&(stream=new MediaStream([mediaStream.getAudioTracks()[0]])),perm="ALLOWED",_context10.next=20;break;case 16:_context10.prev=16,_context10.t0=_context10.catch(2),console.error("Meetings JSON adapter can not display the local user stream",_context10.t0),perm=_context10.t0 instanceof DOMException?"NotAllowedError"===_context10.t0.name?"Permission dismissed"===_context10.t0.message?"DISMISSED":"Permission denied by system"===_context10.t0.message?"DISABLED":"DENIED":"NotReadableError"===_context10.t0.name?"DISABLED":"ERROR":"ERROR";case 20:return _context10.abrupt("return",{stream:stream,perm:perm,deviceId:deviceId});case 21:case"end":return _context10.stop()}}),_callee10,this,[[2,16]])}))),function getStream(_x8){return _getStream.apply(this,arguments)})},{key:"getDisplayStream",value:(_getDisplayStream=asyncToGenerator_default()(regenerator_default.a.mark((function _callee11(){var captureStream;return regenerator_default.a.wrap((function _callee11$(_context11){for(;;)switch(_context11.prev=_context11.next){case 0:return captureStream=null,_context11.prev=1,_context11.next=4,navigator.mediaDevices.getDisplayMedia();case 4:captureStream=_context11.sent,_context11.next=10;break;case 7:_context11.prev=7,_context11.t0=_context11.catch(1),console.error("Meetings JSON adapter can not display the local user sharing stream",_context11.t0);case 10:return _context11.abrupt("return",captureStream);case 11:case"end":return _context11.stop()}}),_callee11,null,[[1,7]])}))),function getDisplayStream(){return _getDisplayStream.apply(this,arguments)})},{key:"getAvailableDevices",value:(_getAvailableDevices=asyncToGenerator_default()(regenerator_default.a.mark((function _callee12(meetingID,type){var meeting,devices;return regenerator_default.a.wrap((function _callee12$(_context12){for(;;)switch(_context12.prev=_context12.next){case 0:if(meeting=this.datasource[meetingID],devices=[],"videoinput"===type&&["ERROR","DISABLED"].includes(meeting.localVideo.permission)||"audioinput"===type&&["ERROR","DISABLED"].includes(meeting.localAudio.permission)){_context12.next=13;break}return _context12.prev=3,_context12.next=6,navigator.mediaDevices.enumerateDevices();case 6:devices=(devices=_context12.sent).filter((function(device){return!type||device.kind===type&&device.deviceId})),_context12.next=13;break;case 10:_context12.prev=10,_context12.t0=_context12.catch(3),console.error("Meetings JSON adapter can not enumerate media devices",_context12.t0);case 13:return _context12.abrupt("return",devices);case 14:case"end":return _context12.stop()}}),_callee12,this,[[3,10]])}))),function getAvailableDevices(_x9,_x10){return _getAvailableDevices.apply(this,arguments)})},{key:"getStreamFromElement",value:function getStreamFromElement(id){var video=document.getElementById(id),stream=new MediaStream;return video&&video.captureStream?stream=video.captureStream():video&&video.mozCaptureStream&&(stream=video.mozCaptureStream()),stream}},{key:"getVideoStream",value:function getVideoStream(){return this.getStreamFromElement("remote-video")}},{key:"getShareStream",value:function getShareStream(){return this.getStreamFromElement("remote-share")}},{key:"stopStream",value:function stopStream(stream){null!=stream&&stream.getTracks&&stream.getTracks().forEach((function(track){return track.stop()}))}},{key:"emptyStream",value:function emptyStream(stream){return stream instanceof MediaStream&&0===stream.getTracks().length}},{key:"toggleMuteAudio",value:(_toggleMuteAudio=asyncToGenerator_default()(regenerator_default.a.mark((function _callee14(ID){var _this6=this;return regenerator_default.a.wrap((function _callee14$(_context14){for(;;)switch(_context14.prev=_context14.next){case 0:return _context14.next=2,this.updateMeeting(ID,function(){var _ref6=asyncToGenerator_default()(regenerator_default.a.mark((function _callee13(meeting){return regenerator_default.a.wrap((function _callee13$(_context13){for(;;)switch(_context13.prev=_context13.next){case 0:if(_this6.stopStream(meeting.localAudio.stream),!meeting.localAudio.stream){_context13.next=5;break}_context13.t0=null,_context13.next=8;break;case 5:return _context13.next=7,_this6.getStream({video:!1,audio:!0});case 7:_context13.t0=_context13.sent.stream;case 8:return _context13.t1=_context13.t0,_context13.t2={stream:_context13.t1},_context13.abrupt("return",{localAudio:_context13.t2});case 11:case"end":return _context13.stop()}}),_callee13)})));return function(_x12){return _ref6.apply(this,arguments)}}());case 2:case"end":return _context14.stop()}}),_callee14,this)}))),function toggleMuteAudio(_x11){return _toggleMuteAudio.apply(this,arguments)})},{key:"toggleMuteVideo",value:(_toggleMuteVideo=asyncToGenerator_default()(regenerator_default.a.mark((function _callee16(ID){var _this7=this;return regenerator_default.a.wrap((function _callee16$(_context16){for(;;)switch(_context16.prev=_context16.next){case 0:return _context16.next=2,this.updateMeeting(ID,function(){var _ref7=asyncToGenerator_default()(regenerator_default.a.mark((function _callee15(meeting){var _meeting$localVideo;return regenerator_default.a.wrap((function _callee15$(_context15){for(;;)switch(_context15.prev=_context15.next){case 0:if(_this7.stopStream(meeting.localVideo.stream),null===(_meeting$localVideo=meeting.localVideo)||void 0===_meeting$localVideo||!_meeting$localVideo.stream){_context15.next=5;break}_context15.t0=null,_context15.next=8;break;case 5:return _context15.next=7,_this7.getStream({video:!0,audio:!1});case 7:_context15.t0=_context15.sent.stream;case 8:return _context15.t1=_context15.t0,_context15.t2={stream:_context15.t1},_context15.abrupt("return",{localVideo:_context15.t2});case 11:case"end":return _context15.stop()}}),_callee15)})));return function(_x14){return _ref7.apply(this,arguments)}}());case 2:case"end":return _context16.stop()}}),_callee16,this)}))),function toggleMuteVideo(_x13){return _toggleMuteVideo.apply(this,arguments)})},{key:"handleLocalShare",value:(_handleLocalShare=asyncToGenerator_default()(regenerator_default.a.mark((function _callee18(ID){var _this8=this;return regenerator_default.a.wrap((function _callee18$(_context18){for(;;)switch(_context18.prev=_context18.next){case 0:return _context18.next=2,this.updateMeeting(ID,function(){var _ref8=asyncToGenerator_default()(regenerator_default.a.mark((function _callee17(meeting){var updates,stream;return regenerator_default.a.wrap((function _callee17$(_context17){for(;;)switch(_context17.prev=_context17.next){case 0:if(updates={},!meeting.localShare.stream){_context17.next=6;break}_this8.stopStream(meeting.localShare.stream),updates={localShare:{stream:null}},_context17.next=10;break;case 6:return _context17.next=8,_this8.getDisplayStream();case 8:null!=(stream=_context17.sent)&&stream.getVideoTracks&&(stream.getVideoTracks()[0].onended=function(){_this8.handleLocalShare(ID)},updates={remoteShare:null,localShare:{stream:stream}});case 10:return _context17.abrupt("return",updates);case 11:case"end":return _context17.stop()}}),_callee17)})));return function(_x16){return _ref8.apply(this,arguments)}}());case 2:case"end":return _context18.stop()}}),_callee18,this)}))),function handleLocalShare(_x15){return _handleLocalShare.apply(this,arguments)})},{key:"toggleRoster",value:(_toggleRoster=asyncToGenerator_default()(regenerator_default.a.mark((function _callee20(ID){return regenerator_default.a.wrap((function _callee20$(_context20){for(;;)switch(_context20.prev=_context20.next){case 0:return _context20.next=2,this.updateMeeting(ID,function(){var _ref9=asyncToGenerator_default()(regenerator_default.a.mark((function _callee19(meeting){return regenerator_default.a.wrap((function _callee19$(_context19){for(;;)switch(_context19.prev=_context19.next){case 0:return _context19.abrupt("return",{showRoster:!meeting.showRoster});case 1:case"end":return _context19.stop()}}),_callee19)})));return function(_x18){return _ref9.apply(this,arguments)}}());case 2:case"end":return _context20.stop()}}),_callee20,this)}))),function toggleRoster(_x17){return _toggleRoster.apply(this,arguments)})},{key:"toggleSettings",value:(_toggleSettings=asyncToGenerator_default()(regenerator_default.a.mark((function _callee22(ID){var _this9=this;return regenerator_default.a.wrap((function _callee22$(_context22){for(;;)switch(_context22.prev=_context22.next){case 0:return _context22.next=2,this.updateMeeting(ID,function(){var _ref10=asyncToGenerator_default()(regenerator_default.a.mark((function _callee21(meeting){var updates,_yield$_this9$getStre,stream,deviceId,_yield$_this9$getStre2,_stream2,_deviceId2;return regenerator_default.a.wrap((function _callee21$(_context21){for(;;)switch(_context21.prev=_context21.next){case 0:if(meeting.settings.visible){_context21.next=27;break}if(updates={settings:{visible:!0,preview:{}}},!meeting.localVideo.stream){_context21.next=7;break}updates.settings.preview.video=meeting.localVideo.stream.clone(),_context21.next=14;break;case 7:return _context21.next=9,_this9.getStream({video:{deviceId:{exact:meeting.cameraID}}});case 9:_yield$_this9$getStre=_context21.sent,stream=_yield$_this9$getStre.stream,deviceId=_yield$_this9$getStre.deviceId,updates.settings.preview.video=stream,updates.cameraID=deviceId;case 14:if(!meeting.localAudio.stream){_context21.next=18;break}updates.settings.preview.audio=meeting.localAudio.stream.clone(),_context21.next=25;break;case 18:return _context21.next=20,_this9.getStream({audio:{deviceId:{exact:meeting.microphoneID}}});case 20:_yield$_this9$getStre2=_context21.sent,_stream2=_yield$_this9$getStre2.stream,_deviceId2=_yield$_this9$getStre2.deviceId,updates.settings.preview.microphoneID=_stream2,updates.microphoneID=_deviceId2;case 25:_context21.next=30;break;case 27:_this9.stopStream(meeting.localVideo.stream),_this9.stopStream(meeting.localAudio.stream),updates={settings:{visible:!1},localVideo:{stream:meeting.localVideo.stream&&meeting.settings.preview.video},localAudio:{stream:meeting.localAudio.stream&&meeting.settings.preview.audio}};case 30:return _context21.abrupt("return",updates);case 31:case"end":return _context21.stop()}}),_callee21)})));return function(_x20){return _ref10.apply(this,arguments)}}());case 2:case"end":return _context22.stop()}}),_callee22,this)}))),function toggleSettings(_x19){return _toggleSettings.apply(this,arguments)})},{key:"switchCamera",value:(_switchCamera=asyncToGenerator_default()(regenerator_default.a.mark((function _callee24(ID,cameraID){var _this10=this;return regenerator_default.a.wrap((function _callee24$(_context24){for(;;)switch(_context24.prev=_context24.next){case 0:return _context24.next=2,this.updateMeeting(ID,function(){var _ref11=asyncToGenerator_default()(regenerator_default.a.mark((function _callee23(meeting){return regenerator_default.a.wrap((function _callee23$(_context23){for(;;)switch(_context23.prev=_context23.next){case 0:return _this10.stopStream(meeting.settings.preview.video),_context23.next=3,_this10.getStream({video:{deviceId:{exact:cameraID}}});case 3:return _context23.t0=_context23.sent.stream,_context23.t1={video:_context23.t0},_context23.t2={preview:_context23.t1},_context23.t3=cameraID,_context23.abrupt("return",{settings:_context23.t2,cameraID:_context23.t3});case 8:case"end":return _context23.stop()}}),_callee23)})));return function(_x23){return _ref11.apply(this,arguments)}}());case 2:case"end":return _context24.stop()}}),_callee24,this)}))),function switchCamera(_x21,_x22){return _switchCamera.apply(this,arguments)})},{key:"switchMicrophone",value:(_switchMicrophone=asyncToGenerator_default()(regenerator_default.a.mark((function _callee26(ID,microphoneID){var _this11=this;return regenerator_default.a.wrap((function _callee26$(_context26){for(;;)switch(_context26.prev=_context26.next){case 0:return _context26.next=2,this.updateMeeting(ID,function(){var _ref12=asyncToGenerator_default()(regenerator_default.a.mark((function _callee25(meeting){return regenerator_default.a.wrap((function _callee25$(_context25){for(;;)switch(_context25.prev=_context25.next){case 0:return _this11.stopStream(meeting.settings.preview.audio),_context25.next=3,_this11.getStream({audio:{deviceId:{exact:microphoneID}}});case 3:return _context25.t0=_context25.sent.stream,_context25.t1={audio:_context25.t0},_context25.t2={preview:_context25.t1},_context25.t3=microphoneID,_context25.abrupt("return",{settings:_context25.t2,microphoneID:_context25.t3});case 8:case"end":return _context25.stop()}}),_callee25)})));return function(_x26){return _ref12.apply(this,arguments)}}());case 2:case"end":return _context26.stop()}}),_callee26,this)}))),function switchMicrophone(_x24,_x25){return _switchMicrophone.apply(this,arguments)})},{key:"switchSpeaker",value:(_switchSpeaker=asyncToGenerator_default()(regenerator_default.a.mark((function _callee28(ID,speakerID){return regenerator_default.a.wrap((function _callee28$(_context28){for(;;)switch(_context28.prev=_context28.next){case 0:return _context28.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee27(){return regenerator_default.a.wrap((function _callee27$(_context27){for(;;)switch(_context27.prev=_context27.next){case 0:return _context27.abrupt("return",{speakerID:speakerID});case 1:case"end":return _context27.stop()}}),_callee27)}))));case 2:case"end":return _context28.stop()}}),_callee28,this)}))),function switchSpeaker(_x27,_x28){return _switchSpeaker.apply(this,arguments)})},{key:"clearPasswordRequiredFlag",value:(_clearPasswordRequiredFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee30(ID){return regenerator_default.a.wrap((function _callee30$(_context30){for(;;)switch(_context30.prev=_context30.next){case 0:return _context30.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee29(){return regenerator_default.a.wrap((function _callee29$(_context29){for(;;)switch(_context29.prev=_context29.next){case 0:return _context29.abrupt("return",{passwordRequired:!1});case 1:case"end":return _context29.stop()}}),_callee29)}))));case 2:case"end":return _context30.stop()}}),_callee30,this)}))),function clearPasswordRequiredFlag(_x29){return _clearPasswordRequiredFlag.apply(this,arguments)})},{key:"clearInvalidPasswordFlag",value:(_clearInvalidPasswordFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee32(ID){return regenerator_default.a.wrap((function _callee32$(_context32){for(;;)switch(_context32.prev=_context32.next){case 0:return _context32.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee31(){return regenerator_default.a.wrap((function _callee31$(_context31){for(;;)switch(_context31.prev=_context31.next){case 0:return _context31.abrupt("return",{invalidPassword:!1});case 1:case"end":return _context31.stop()}}),_callee31)}))));case 2:case"end":return _context32.stop()}}),_callee32,this)}))),function clearInvalidPasswordFlag(_x30){return _clearInvalidPasswordFlag.apply(this,arguments)})},{key:"clearInvalidHostKeyFlag",value:(_clearInvalidHostKeyFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee34(ID){return regenerator_default.a.wrap((function _callee34$(_context34){for(;;)switch(_context34.prev=_context34.next){case 0:return _context34.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee33(){return regenerator_default.a.wrap((function _callee33$(_context33){for(;;)switch(_context33.prev=_context33.next){case 0:return _context33.abrupt("return",{invalidHostKey:!1});case 1:case"end":return _context33.stop()}}),_callee33)}))));case 2:case"end":return _context34.stop()}}),_callee34,this)}))),function clearInvalidHostKeyFlag(_x31){return _clearInvalidHostKeyFlag.apply(this,arguments)})},{key:"fetchMeeting",value:function fetchMeeting(ID){return this.datasource[ID]}},{key:"updateMeeting",value:(_updateMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee35(ID,updater){var meeting,meetingUpdates;return regenerator_default.a.wrap((function _callee35$(_context35){for(;;)switch(_context35.prev=_context35.next){case 0:return meeting=this.fetchMeeting(ID),_context35.next=3,updater(meeting);case 3:meetingUpdates=_context35.sent,Object(util.d)(meeting,meetingUpdates),document.dispatchEvent(new CustomEvent("meeting:update",{detail:meeting}));case 6:case"end":return _context35.stop()}}),_callee35,this)}))),function updateMeeting(_x32,_x33){return _updateMeeting.apply(this,arguments)})},{key:"supportedControls",value:function supportedControls(){return Object.keys(this.meetingControls)}},{key:"changeLayout",value:function changeLayout(meetingID,layoutType){console.log("Changing layout to",layoutType)}}]),MeetingsJSONAdapter}(webex_component_adapter_interfaces_es_min.e);__webpack_require__(144);function MembershipJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function MembershipJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MembershipJSONAdapter_MembershipJSONAdapter=function(_MembershipsAdapter){inherits_default()(MembershipJSONAdapter,_MembershipsAdapter);var _super=MembershipJSONAdapter_createSuper(MembershipJSONAdapter);function MembershipJSONAdapter(){return classCallCheck_default()(this,MembershipJSONAdapter),_super.apply(this,arguments)}return createClass_default()(MembershipJSONAdapter,[{key:"getMembersFromDestination",value:function getMembersFromDestination(destinationID,destinationType){var _this=this;return Observable.a.create((function(observer){var membership=Object.values(_this.datasource).find((function(destination){return destination.destinationID===destinationID&&destination.destinationType===destinationType}));membership?observer.next(membership.members):observer.error(new Error('Could not find members for destination "'+destinationID+'"')),observer.complete()}))}},{key:"addRoomMember",value:function addRoomMember(personID,roomID){var _this2=this;return new Observable.a((function(observer){_this2.datasource[roomID]?observer.next(Object.assign({},_this2.datasource[roomID],{personID:personID})):observer.error(new Error("Could not add members to room")),observer.complete()}))}}]),MembershipJSONAdapter}(webex_component_adapter_interfaces_es_min.f);function OrganizationsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function OrganizationsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var OrganizationsJSONAdapter_OrganizationsJSONAdapter=function(_OrganizationsAdapter){inherits_default()(OrganizationsJSONAdapter,_OrganizationsAdapter);var _super=OrganizationsJSONAdapter_createSuper(OrganizationsJSONAdapter);function OrganizationsJSONAdapter(){return classCallCheck_default()(this,OrganizationsJSONAdapter),_super.apply(this,arguments)}return createClass_default()(OrganizationsJSONAdapter,[{key:"getOrg",value:function getOrg(ID){var _this=this;return new Observable.a((function(observer){var organization=Object.values(_this.datasource).find((function(org){return org.ID===ID}));organization?(observer.next(organization),observer.complete()):observer.error(new Error('Could not find any organization with ID "'+ID+'"'))}))}}]),OrganizationsJSONAdapter}(webex_component_adapter_interfaces_es_min.g);__webpack_require__(139);function PeopleJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function PeopleJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var PeopleJSONAdapter_PeopleJSONAdapter=function(_PeopleAdapter){inherits_default()(PeopleJSONAdapter,_PeopleAdapter);var _super=PeopleJSONAdapter_createSuper(PeopleJSONAdapter);function PeopleJSONAdapter(){return classCallCheck_default()(this,PeopleJSONAdapter),_super.apply(this,arguments)}return createClass_default()(PeopleJSONAdapter,[{key:"getMe",value:function getMe(){var _this=this;return Observable.a.create((function(observer){observer.next(_this.datasource.user1),observer.complete()}))}},{key:"getPerson",value:function getPerson(ID){var _this2=this;return Observable.a.create((function(observer){_this2.datasource[ID]?observer.next(_this2.datasource[ID]):observer.error(new Error('Could not find person with ID "'+ID+'"')),observer.complete()}))}},{key:"searchPeople",value:function searchPeople(query){var _this3=this;return new Observable.a((function(observer){_this3.datasource[query]?setTimeout((function(){observer.next(_this3.datasource[query]),observer.complete()}),500):(observer.error(new Error("could not find the person with query"+query)),observer.complete())}))}}]),PeopleJSONAdapter}(webex_component_adapter_interfaces_es_min.h);__webpack_require__(21);function RoomsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function RoomsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var RoomsJSONAdapter_RoomsJSONAdapter=function(_RoomsAdapter){inherits_default()(RoomsJSONAdapter,_RoomsAdapter);var _super=RoomsJSONAdapter_createSuper(RoomsJSONAdapter);function RoomsJSONAdapter(datasource){var _this;return classCallCheck_default()(this,RoomsJSONAdapter),(_this=_super.call(this,datasource)).dataChunkSize=4,_this.lastDataIndex={},_this}return createClass_default()(RoomsJSONAdapter,[{key:"getRoom",value:function getRoom(ID){var _this2=this;return Observable.a.create((function(observer){_this2.datasource[ID]?observer.next(_this2.datasource[ID]):observer.error(new Error('Could not find room with ID "'+ID+'"')),observer.complete()}))}},{key:"getActivitiesInRealTime",value:function getActivitiesInRealTime(ID){var _this3=this;return Observable.a.create((function(observer){var data=_this3.datasource[ID+"-activities"]?_this3.datasource[ID+"-activities"]:[];observer.next(data),observer.complete()}))}},{key:"getPastActivities",value:function getPastActivities(ID){var _this4=this;return Observable.a.create((function(observer){if(ID+"-previous-activities"in _this4.datasource)if(_this4.hasMoreActivities(ID)){var data,startIndex=_this4.lastDataIndex[ID]?_this4.lastDataIndex[ID]:0,endIndex=startIndex+_this4.dataChunkSize;data=_this4.datasource[ID+"-previous-activities"].slice(startIndex,endIndex),_this4.lastDataIndex[ID]=endIndex,observer.next(data)}else observer.complete();else{var message="Could not find activities for room "+ID+". Make sure room ID is valid!";observer.error(new Error(message))}}))}},{key:"hasMoreActivities",value:function hasMoreActivities(ID){this.lastDataIndex[ID]=this.lastDataIndex[ID]?this.lastDataIndex[ID]:0;var result=!1;return ID+"-previous-activities"in this.datasource&&(result=this.lastDataIndex[ID]=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],infoComponent=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_5__.a,{size:38});if(ID){var displayTitle=title||"No Meeting Information";infoComponent=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.e,{type:"subsection",className:sc("title"),children:displayTitle}),startTime&&endTime&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("h3",{className:sc("time"),children:(startDate=new Date(startTime),endDate=new Date(endTime),Object(date_fns__WEBPACK_IMPORTED_MODULE_4__.a)(startDate,"p")+" - "+Object(date_fns__WEBPACK_IMPORTED_MODULE_4__.a)(endDate,"p"))})]})}return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{ref:meetingInfoRef,className:cssClasses,style:style,children:infoComponent})}WebexMeetingInfo.displayName="WebexMeetingInfo",WebexMeetingInfo.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexMeetingInfo.defaultProps={className:"",style:void 0},WebexMeetingInfo.__docgenInfo={description:"Webex Meeting Info component displays the information associated with\na given meetingID.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingInfo",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingInfo/WebexMeetingInfo.jsx"]={name:"WebexMeetingInfo",docgenInfo:WebexMeetingInfo.__docgenInfo,path:"src/components/WebexMeetingInfo/WebexMeetingInfo.jsx"})},163:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Banner}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Banner(_ref){var _webexComponentClasse3,children=_ref.children,className=_ref.className,style=_ref.style,type=_ref.type,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("banner",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3)),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:children})}Banner.displayName="Banner",Banner.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),type:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["top","bottom"])},Banner.defaultProps={className:"",style:void 0,type:"top"},Banner.__docgenInfo={description:"Banner component.\n\n@param {object} props Data passed to the component\n@param {JSX.Element} props.children List of children\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@param {'top' | 'bottom'} [props.type='top'] Type of the banner, indicating the position\n@returns {object} JSX of the component",methods:[],displayName:"Banner",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},type:{defaultValue:{value:"'top'",computed:!1},type:{name:"enum",value:[{value:"'top'",computed:!1},{value:"'bottom'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Banner/Banner.jsx"]={name:"Banner",docgenInfo:Banner.__docgenInfo,path:"src/components/generic/Banner/Banner.jsx"})},183:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Modal}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),_Button_Button__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(96),_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(41),_breakpoints__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2);function Modal(_ref){var children=_ref.children,className=_ref.className,onBack=_ref.onBack,onClose=_ref.onClose,otherClassName=_ref.otherClassName,title=_ref.title,ariaLabel=_ref.ariaLabel,ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("modal",className,{"centered-modal":width>_breakpoints__WEBPACK_IMPORTED_MODULE_6__.d}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{ref:ref,className:cssClasses,onKeyDown:function handleKeyDown(event){"Escape"!==event.key&&"Esc"!==event.key||onClose()},role:"dialog","aria-label":ariaLabel||title,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:sc("content")+" "+otherClassName,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:sc("header"),children:[onBack&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Button_Button__WEBPACK_IMPORTED_MODULE_4__.a,{tabIndex:198,type:"ghost",className:sc("back"),size:28,onClick:onBack,ariaLabel:"Return to the previous screen",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"arrow-left",size:"13"})}),title&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("h3",{className:sc("title"),children:title}),onClose&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Button_Button__WEBPACK_IMPORTED_MODULE_4__.a,{tabIndex:199,className:sc("close"),type:"ghost",size:28,ariaLabel:"Close dialog",onClick:onClose,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"cancel",size:16})})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{className:sc("body"),children:children})]})})}Modal.displayName="Modal",Modal.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,onBack:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,onClose:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,otherClassName:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,title:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,ariaLabel:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string},Modal.defaultProps={className:"",onBack:void 0,onClose:void 0,otherClassName:void 0,title:"",ariaLabel:void 0},Modal.__docgenInfo={description:"Modal component\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} [props.onBack] Callback when the modal back button is triggerd\n@param {Function} [props.onClose] Callback when the modal is closed\n@param {string} [props.otherClassName] Custom other CSS class to apply\n@param {string} [props.title] Title of the modal\n@param {string} [props.ariaLabel] Aria label for the modal\n@returns {object} JSX of the element",methods:[],displayName:"Modal",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},onBack:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onClose:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},otherClassName:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},title:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Modal/Modal.jsx"]={name:"Modal",docgenInfo:Modal.__docgenInfo,path:"src/components/generic/Modal/Modal.jsx"})},184:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexInMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(163),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(113),_WebexRemoteMedia_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(185),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),_breakpoints__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(57),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(2);function WebexInMeeting(_ref){var className=_ref.className,layout=_ref.layout,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.j)(meetingID),remoteShare=_useMeeting.remoteShare,localShare=_useMeeting.localShare,meetingRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),_useElementDimensions=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(meetingRef),width=_useElementDimensions.width,height=_useElementDimensions.height,_useState=Object(react__WEBPACK_IMPORTED_MODULE_1__.useState)("none"),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),maxWidth=_useState2[0],setMaxWidth=_useState2[1],localMediaType=null!=localShare&&localShare.stream?"screen":"video",_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("in-meeting",className,{tablet:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.b,"desktop-xl":width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.b,"remote-sharing":null!==remoteShare}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react__WEBPACK_IMPORTED_MODULE_1__.useEffect)((function(){setMaxWidth(height?16*height/9:"none")}),[height]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("div",{ref:meetingRef,className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{style:{maxWidth:maxWidth},className:sc("media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexRemoteMedia_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("remote-media-in-meeting"),layout:layout,meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("local-media-in-meeting"),meetingID:meetingID,mediaType:localMediaType}),(null==localShare?void 0:localShare.stream)&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_3__.a,{className:sc("share-banner"),children:"You're sharing your screen"})]})})}WebexInMeeting.displayName="WebexInMeeting",WebexInMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,layout:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexInMeeting.defaultProps={className:"",layout:void 0,style:void 0},WebexInMeeting.__docgenInfo={description:"Webex In-Meeting component displays the remote stream plus\nthe local stream at the bottom right corner.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.layout Layout to apply on remote video\n@param {string} props.meetingID ID of the meeting for which to show media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexInMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},layout:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexInMeeting/WebexInMeeting.jsx"]={name:"WebexInMeeting",docgenInfo:WebexInMeeting.__docgenInfo,path:"src/components/WebexInMeeting/WebexInMeeting.jsx"})},185:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexRemoteMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(66),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(216),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(41),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(86),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(100),_hooks_contexts__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(27),_helpers__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(4),_breakpoints__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(2);function WebexRemoteMedia(_ref){var className=_ref.className,layout=_ref.layout,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.j)(meetingID),remoteAudio=_useMeeting.remoteAudio,remoteVideo=_useMeeting.remoteVideo,remoteShare=_useMeeting.remoteShare,error=_useMeeting.error,speakerID=_useMeeting.speakerID,members=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.m)(meetingID,"meeting"),audioRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),videoRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),shareRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),remoteMediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_8__.a);Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(audioRef,remoteAudio),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(videoRef,remoteVideo),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(shareRef,remoteShare),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.t)(audioRef,speakerID);var remoteDisplay,width=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.g)(remoteMediaRef).width,hasOtherMembers=members.filter((function(member){return member.inMeeting})).length>1,hasMedia=!!(remoteAudio||remoteVideo||remoteShare),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_9__.a)("remote-media",className,{tablet:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_10__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.a&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_10__.b,"desktop-xl":width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.b,"remote-video-n-share":remoteVideo&&remoteShare}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){remoteVideo&&adapter.meetingsAdapter.changeLayout(meetingID,layout)}),[adapter.meetingsAdapter,layout,meetingID,remoteVideo]),remoteDisplay=error?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)("div",{className:sc("media-error"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"error",className:sc("error-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{children:"Having trouble joining the meeting?"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{children:"Please check your connection."})]}):hasMedia&&hasOtherMembers?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.Fragment,{children:[remoteVideo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("video",{className:sc("video")+" "+sc("remote-video"),ref:videoRef,muted:!0,playsInline:!0,autoPlay:!0}),remoteShare&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("video",{className:sc("video")+" "+sc("remote-share"),ref:shareRef,muted:!0,playsInline:!0,autoPlay:!0}),remoteAudio&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("audio",{ref:audioRef,autoPlay:!0})]}):hasMedia&&!hasOtherMembers?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__.a,{type:"subsection",children:"Waiting for others to join..."}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)(_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("connecting-badge"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_6__.a,{size:16,className:sc("connecting-spinner")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("span",{children:"Connecting"})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{ref:remoteMediaRef,className:cssClasses,style:style,children:remoteDisplay})}WebexRemoteMedia.displayName="WebexRemoteMedia",WebexRemoteMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,layout:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexRemoteMedia.defaultProps={className:"",layout:"Grid",style:void 0},WebexRemoteMedia.__docgenInfo={description:"Webex Remote Media component displays the meeting's remote video\n\n@param {object} props Data passed to the component\n@param {string} props.className Custome CSS class to apply\n@param {string} props.layout Layout to apply on remote video\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component\n\nNOTE: waiting for the UX for a design on what to display if there is no remote video",methods:[],displayName:"WebexRemoteMedia",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},layout:{defaultValue:{value:"'Grid'",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexRemoteMedia/WebexRemoteMedia.jsx"]={name:"WebexRemoteMedia",docgenInfo:WebexRemoteMedia.__docgenInfo,path:"src/components/WebexRemoteMedia/WebexRemoteMedia.jsx"})},186:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexInterstitialMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_hooks__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(6),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(86),_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(163),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(113),_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(153),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(2);function WebexInterstitialMeeting(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("interstitial-meeting",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.r)(),height=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.g)(mediaRef).height,_useState=Object(react__WEBPACK_IMPORTED_MODULE_1__.useState)("none"),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),maxWidth=_useState2[0],setMaxWidth=_useState2[1],localVideo=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.j)(meetingID).localVideo;return Object(react__WEBPACK_IMPORTED_MODULE_1__.useEffect)((function(){setMaxWidth(height?16*height/9-1:"none")}),[height]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("div",{className:cssClasses,style:style,children:meetingID?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{style:{maxWidth:maxWidth},className:sc("media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_8__.a,{className:sc("info"),meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{ref:mediaRef,className:sc("interstitial-media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_7__.a,{className:sc("media"),meetingID:meetingID,mediaType:"video"}),localVideo.stream&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_5__.a,{children:"My preview"})]})]}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_4__.a,{})})}WebexInterstitialMeeting.displayName="WebexInterstitialMeeting",WebexInterstitialMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexInterstitialMeeting.defaultProps={className:"",style:void 0},WebexInterstitialMeeting.__docgenInfo={description:"Webex Interstitial component displays the user's local video and\nmeeting info, in preparation to joining a meeting.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexInterstitialMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.jsx"]={name:"WebexInterstitialMeeting",docgenInfo:WebexInterstitialMeeting.__docgenInfo,path:"src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.jsx"})},187:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingControlBar}));var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_10__=(__webpack_require__(399),__webpack_require__(554),__webpack_require__(104),__webpack_require__(15),__webpack_require__(30),__webpack_require__(1081),__webpack_require__(21),__webpack_require__(139),__webpack_require__(0)),react__WEBPACK_IMPORTED_MODULE_10___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_10__),prop_types__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_11__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(13),_hooks__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(6),_helpers__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(35),_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(102),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(2),nonZero=function nonZero(x){return!!x};function WebexMeetingControlBar(_ref){for(var className=_ref.className,collapseRangeStart=_ref.collapseRangeStart,collapseRangeEnd=_ref.collapseRangeEnd,controls=_ref.controls,meetingID=_ref.meetingID,style=_ref.style,tabIndexes=_ref.tabIndexes,meetingsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_10__.useContext)(_hooks__WEBPACK_IMPORTED_MODULE_13__.a).meetingsAdapter,state=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.j)(meetingID).state,containerRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),collapseButtonRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),collapseButtonRefHidden=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),containerWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(containerRef).width,collapseButtonWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(collapseButtonRefHidden).width,isActive=state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_12__.d.JOINED,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_14__.a)("meeting-control-bar",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],controlNames=controls(isActive),controlsTabIndexes=tabIndexes(isActive),controlCount=controlNames.length,_useState=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)(),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState,2),controlTexts=_useState2[0],setControlTexts=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)([0,0]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState3,2),_useState4$=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState4[0],2),collapseStart=_useState4$[0],collapseEnd=_useState4$[1],setCollapseRange=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)(void 0),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState5,2),collapsedShown=_useState6[0],setCollapsedShown=_useState6[1],iconControlRefs=[],textControlRefs=[],iconControlWidths=[],textControlWidths=[],i=0;i<20;i+=1){var iconRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),textRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),iconWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(iconRef).width,textWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(textRef).width,inRange=i=0&&totalWidth>containerWidth;_i-=1)totalWidth-=textControlWidths[_i]-iconControlWidths[_i],texts[_i]=!1;if(setControlTexts(texts),totalWidth<=containerWidth)setCollapseRange([0,0]),hideCollapsed();else{var rangeStart=(collapseRangeStart+controlCount)%controlCount,rangeEnd=(collapseRangeEnd+controlCount)%controlCount;totalWidth+=collapseButtonWidth+10;for(var start=rangeEnd,_i2=rangeEnd-1;_i2>=rangeStart&&totalWidth>containerWidth;_i2-=1)totalWidth-=iconControlWidths[_i2],start=_i2;setCollapseRange([start,rangeEnd])}}}),[containerWidth,collapseButtonWidth,collapseRangeStart,collapseRangeEnd,controlCount].concat(iconControlWidths,textControlWidths));var renderControls=function renderControls(start,end){return function range(start,end){return Array(Math.max(0,end-start)).fill().map((function(_,i){return start+i}))}(start,end).map((function(i){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__.a,{type:controlNames[i],meetingID:meetingID,showText:controlTexts[i],autoFocus:controlsTabIndexes[i]===Math.min.apply(Math,_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(controlsTabIndexes))||!1,tabIndex:controlsTabIndexes[i]},controlNames[i])}))},renderCollapseButton=function renderCollapseButton(shown,onClick,ref,tabIndex){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)("div",{ref:ref,className:sc("collapse-button"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.a,{onClick:onClick,type:"toggle",size:48,pressed:!!shown,tabIndex:tabIndex,tooltip:"More options",ariaLabel:shown?"Collapse additional controls":"Expand additional controls",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:shown?"more-adr":"more"})})},"collapse-button")};return Object(react__WEBPACK_IMPORTED_MODULE_10__.useEffect)((function(){var cleanup;if(collapsedShown){var onOutsideClick=function onOutsideClick(){return hideCollapsed()};setTimeout((function(){return document.addEventListener("click",onOutsideClick)})),cleanup=function cleanup(){return document.removeEventListener("click",onOutsideClick)}}return cleanup}),[collapsedShown]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsxs)("div",{ref:containerRef,className:cssClasses,style:style,children:[collapsedShown&&function renderCollapsedControls(){var options=controlNames.slice(collapseStart,collapseEnd).map((function(name){return{value:name,label:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__.a,{type:name,meetingID:meetingID,asItem:!0},name)}}));return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.d,{className:sc("collapsed-controls"),options:options,onSelect:function onSelect(opt){meetingsAdapter.meetingControls[opt.value].action(meetingID),hideCollapsed(),collapseButtonRef.current.focus()},onBlur:hideCollapsed,withKey:collapsedShown.withKey,tabIndex:controlsTabIndexes[collapseStart]})}(),controlTexts&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsxs)("div",{className:sc("controls"),children:[renderControls(0,collapseStart),collapseStart (\n isActive\n ? ['mute-audio', 'mute-video', 'leave-meeting']\n : ['mute-audio', 'mute-video', 'join-meeting']\n)",computed:!1},type:{name:"func"},required:!1,description:""},tabIndexes:{defaultValue:{value:"(isActive) => (\n isActive\n ? [1, 2, 3]\n : [2, 3, 1]\n)",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingControlBar/WebexMeetingControlBar.jsx"]={name:"WebexMeetingControlBar",docgenInfo:WebexMeetingControlBar.__docgenInfo,path:"src/components/WebexMeetingControlBar/WebexMeetingControlBar.jsx"})},188:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingGuestAuthentication}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_6__=(__webpack_require__(135),__webpack_require__(38),__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_7___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_7__),_helpers__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(35),_inputs__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(120),_breakpoints__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(27),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(86),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(2),HINTS_logo="Webex by Cisco logo",HINTS_name="Your name appears in the participant list. Skip this optional field to use the name provided by the system.",HINTS_password="The password is provided in the invitation for a scheduled meeting, or from the host.",HINTS_buttonHint="Start meeting. Start the meeting after entering the required information.",HINTS_hostLink="Click to go to a new screen where the meeting host can enter the host key.";function WebexMeetingGuestAuthentication(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,switchToHostModal=_ref.switchToHostModal,_useState=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),name=_useState2[0],setName=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(""),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),password=_useState4[0],setPassword=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState5,2),nameError=_useState6[0],setNameError=_useState6[1],_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.j)(meetingID),ID=_useMeeting.ID,invalidPassword=_useMeeting.invalidPassword,_useState7=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(!1),_useState8=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState7,2),isJoining=_useState8[0],setIsJoining=_useState8[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_6__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_13__.a),ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_8__.a)("meeting-guest-authentication",className,{phone:width<=_breakpoints__WEBPACK_IMPORTED_MODULE_11__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],isStartButtonDisabled=nameError||!password||invalidPassword||isJoining,title="Enter meeting information to join";return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{ref:ref,className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("logo"),"aria-label":HINTS_logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("title"),title:title,children:title})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("form",{className:sc("form-content"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_10__.e,{ariaLabel:HINTS_name,autoFocus:!0,className:sc("input"),disabled:isJoining,error:nameError,label:"Your name",name:"name",onChange:function handleNameChange(value){setName(value),setNameError(function getNameError(name){var error;return name.match(/^[a-zA-Z ]*$/)||(error="Name can only contain letters."),error}(value))},tabIndex:101,value:name}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_10__.c,{className:sc("input"),type:"password",name:"password",value:password,onChange:function handlePasswordChange(value){setPassword(value),adapter.meetingsAdapter.clearInvalidPasswordFlag(ID)},disabled:isJoining,error:invalidPassword?"Incorrect password. Try again.":"",label:"Meeting password (required)",ariaLabel:HINTS_password,tabIndex:102}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)(_generic__WEBPACK_IMPORTED_MODULE_9__.a,{type:"primary",className:sc("start-button"),size:28,onClick:function joinMeeting(){setIsJoining(!0),adapter.meetingsAdapter.joinMeeting(ID,{name:name,password:password}).finally((function(){return setIsJoining(!1)}))},isDisabled:isStartButtonDisabled,ariaLabel:HINTS_buttonHint,tabIndex:103,children:[isJoining&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_14__.a,{className:sc("start-button-spinner"),size:18}),isJoining?"Starting meeting...":"Start meeting"]})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("host-text"),children:["Hosting the meeting?"," ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("a",{href:"#",tabIndex:104,className:sc("host-hyperlink"),onClick:function handleHostClick(event){event.preventDefault(),switchToHostModal()},"aria-label":HINTS_hostLink,children:"Enter host key."})]})]})}WebexMeetingGuestAuthentication.displayName="WebexMeetingGuestAuthentication",WebexMeetingGuestAuthentication.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.shape(),switchToHostModal:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.func},WebexMeetingGuestAuthentication.defaultProps={className:"",style:void 0,switchToHostModal:void 0},WebexMeetingGuestAuthentication.__docgenInfo={description:"Webex Meeting Guest Authentication component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@param {Function} props.switchToHostModal A callback function to switch from guest form to host form\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingGuestAuthentication",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},switchToHostModal:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx"]={name:"WebexMeetingGuestAuthentication",docgenInfo:WebexMeetingGuestAuthentication.__docgenInfo,path:"src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx"})},189:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingHostAuthentication}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_4__=(__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(35),_inputs__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(120),_breakpoints__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(27),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(86),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(2),HINTS_logo="Webex by Cisco logo",HINTS_password="The host key is generated when a meeting is scheduled.",HINTS_buttonHint="Start meeting. Start the meeting for all participants after entering the required information.";function WebexMeetingHostAuthentication(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_useState=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(""),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),hostKey=_useState2[0],setHostKey=_useState2[1],_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.j)(meetingID),ID=_useMeeting.ID,invalidHostKey=_useMeeting.invalidHostKey,_useState3=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(!1),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),isJoining=_useState4[0],setIsJoining=_useState4[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_4__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_11__.a),ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("meeting-host-authentication",className,{phone:width<=_breakpoints__WEBPACK_IMPORTED_MODULE_9__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],isStartButtonDisabled=!hostKey||invalidHostKey||isJoining,title="Enter host information to join";return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("div",{ref:ref,className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)("div",{className:sc("logo"),"aria-label":HINTS_logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)("div",{className:sc("title"),title:title,children:title})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("form",{className:sc("form-content"),onSubmit:function onSubmit(e){e.preventDefault()},children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_8__.c,{className:sc("input"),type:"password",name:"password",value:hostKey,disabled:isJoining,onChange:function handleHostKeyChange(value){setHostKey(value),adapter.meetingsAdapter.clearInvalidHostKeyFlag(ID)},error:invalidHostKey?"Incorrect host key. Try again.":"",label:"Host key (required)",ariaLabel:HINTS_password,autoFocus:!0,tabIndex:101}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)(_generic__WEBPACK_IMPORTED_MODULE_7__.a,{type:"primary",className:sc("start-button"),size:28,onClick:function joinMeeting(){setIsJoining(!0),adapter.meetingsAdapter.joinMeeting(ID,{hostKey:hostKey}).finally((function(){return setIsJoining(!1)}))},isDisabled:isStartButtonDisabled,ariaLabel:HINTS_buttonHint,tabIndex:102,children:[isJoining&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_12__.a,{className:sc("start-button-spinner"),size:18}),isJoining?"Starting meeting...":"Start meeting"]})]})]})}WebexMeetingHostAuthentication.displayName="WebexMeetingHostAuthentication",WebexMeetingHostAuthentication.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.shape()},WebexMeetingHostAuthentication.defaultProps={className:"",style:void 0},WebexMeetingHostAuthentication.__docgenInfo={description:"Webex Meeting Host Authentication component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingHostAuthentication",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.jsx"]={name:"WebexMeetingHostAuthentication",docgenInfo:WebexMeetingHostAuthentication.__docgenInfo,path:"src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.jsx"})},190:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMemberRoster}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_5__=(__webpack_require__(15),__webpack_require__(1082),__webpack_require__(66),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(13),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_generic_Button_Button__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(96),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(41),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(100),_hooks_useMembers__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(308),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_WebexMember_WebexMember__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(191),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(2);function WebexMemberRoster(_ref){var className=_ref.className,destinationID=_ref.destinationID,destinationType=_ref.destinationType,style=_ref.style,onClose=_ref.onClose,members=Object(_hooks_useMembers__WEBPACK_IMPORTED_MODULE_11__.a)(destinationID,destinationType),orgID=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.i)().orgID,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("member-roster",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],renderMembers=function renderMembers(data){return data.map((function(_ref2){var ID=_ref2.ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_WebexMember_WebexMember__WEBPACK_IMPORTED_MODULE_13__.a,{destinationType:destinationType,destinationID:destinationID,personID:ID},ID)}))},renderSection=function renderSection(data,title){return data.length>0&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("h5",{className:sc("section-title"),children:title}),renderMembers(data)]})},warningExternalMembers=members.some((function(member){return void 0!==member.orgID&&void 0!==orgID&&member.orgID!==orgID}))&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:sc("external-user-warning"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__.a,{name:"external-user",size:20,className:sc("external-user-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("div",{className:sc("external-user-message"),children:"People outside your company are included in this space"})]});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_10__.a,{type:"section",className:sc("title"),children:["Participants (",members?members.length:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("i",{children:"loading..."}),")"]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_8__.a,{type:"ghost",size:28,onClick:onClose,tabIndex:50,ariaLabel:"Close participants panel",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__.a,{name:"cancel",size:16})})]}),warningExternalMembers,Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("div",{className:sc("members"),children:destinationType!==_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_6__.b.MEETING?renderMembers(members):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.Fragment,{children:[renderSection(members.filter((function(member){return member.inMeeting})),"In the meeting"),renderSection(members.filter((function(member){return!member.inMeeting})),"Not in the meeting")]})})]})}WebexMemberRoster.displayName="WebexMemberRoster",WebexMemberRoster.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string,destinationID:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,destinationType:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.shape(),onClose:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.func},WebexMemberRoster.defaultProps={className:"",style:void 0,onClose:void 0},WebexMemberRoster.__docgenInfo={description:"Displays the roster of Webex meeting or room members.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.destinationID ID of the destination for which to get members\n@param {string} props.destinationType Type of destination of the membership roster\n@param {object} props.style Custom style to apply\n@param {Function} props.onClose Action to close the roster\n@returns {object} JSX of the component",methods:[],displayName:"WebexMemberRoster",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},onClose:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},destinationID:{type:{name:"string"},required:!0,description:""},destinationType:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMemberRoster/WebexMemberRoster.jsx"]={name:"WebexMemberRoster",docgenInfo:WebexMemberRoster.__docgenInfo,path:"src/components/WebexMemberRoster/WebexMemberRoster.jsx"})},191:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMember}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(107),__webpack_require__(66),__webpack_require__(92),__webpack_require__(38),__webpack_require__(72),__webpack_require__(12),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_8__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(13),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(86),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(41),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(131),_helpers__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(2);function WebexMember(_ref){var _emails$,className=_ref.className,destinationID=_ref.destinationID,destinationType=_ref.destinationType,displayStatus=_ref.displayStatus,personID=_ref.personID,style=_ref.style,_usePerson=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.q)(personID),displayName=_usePerson.displayName,orgID=_usePerson.orgID,emails=_usePerson.emails,me=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.i)(),member=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.m)(destinationID,destinationType).find((function(itemMember){return itemMember.ID===personID})),organization=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.o)(orgID),isMuted=null==member?void 0:member.muted,isSpeaking=null==member?void 0:member.speaking,isExternal=void 0!==orgID&&void 0!==me.orgID&&me.orgID!==orgID,isSharing=null==member?void 0:member.sharing,isInMeeting=null==member?void 0:member.inMeeting,showMe=me.ID===personID&&destinationType===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_9__.b.MEETING,isHost=null==member?void 0:member.host,isGuest=null==member?void 0:member.guest,roles=[showMe&&"You",isHost&&"Host",isSharing&&"Presenter"].filter((function(role){return role})),emailDomain=(null==emails||null===(_emails$=emails[0])||void 0===_emails$?void 0:_emails$.split("@")[1])||Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("i",{children:"Unknown organization"}),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_14__.a)("member",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_13__.a,{personID:personID,displayStatus:displayStatus,className:sc("avatar")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("details"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("name"),children:[(null!=displayName?displayName:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_10__.a,{size:18}))||Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("i",{children:"Name not available"}),isGuest&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("span",{className:sc("guest"),children:" (Guest)"})]}),roles.length>0&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("roles"),children:roles.join(", ")}),isExternal&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("organization"),children:organization.name||emailDomain})]}),isInMeeting&&isSharing&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"content-share",size:16,className:sc("sharing")}),isInMeeting&&isSpeaking&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"microphone",size:16,className:sc("speaking")}),isInMeeting&&isMuted&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"microphone-muted",size:16,className:sc("muted")})]})}WebexMember.displayName="WebexMember",WebexMember.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string,destinationID:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,destinationType:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,displayStatus:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.bool,personID:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.shape()},WebexMember.defaultProps={className:"",displayStatus:!1,style:void 0},WebexMember.__docgenInfo={description:"Displays a webex meeting member.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.destinationID ID of the destination for which to get members\n@param {string} props.destinationType Type of destination of the membership roster\n@param {boolean} props.displayStatus Whether or not to display the user's status\n@param {string} props.personID ID of the person for which to display avatar\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMember",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},displayStatus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},destinationID:{type:{name:"string"},required:!0,description:""},destinationType:{type:{name:"string"},required:!0,description:""},personID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMember/WebexMember.jsx"]={name:"WebexMember",docgenInfo:WebexMember.__docgenInfo,path:"src/components/WebexMember/WebexMember.jsx"})},192:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexWaitingForHost}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(41),_generic__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(35),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(113),_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(153),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);function WebexWaitingForHost(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("waiting-for-host",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__.a),ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_8__.j)(meetingID).ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_6__.a,{className:sc("info"),meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)("div",{className:sc("content"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:sc("icon"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__.a,{name:"waiting-for-host",size:120,ariaLabel:"Waiting for meeting rocket illustration"})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:sc("text"),children:"Thank you for waiting. We’ll start the meeting when the host joins."}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.a,{type:"default",size:40,onClick:function onClick(){return adapter.meetingsAdapter.leaveMeeting(ID)},tooltip:"Leave meeting",ariaLabel:"Leave the meeting to stop waiting for the host. To return to the meeting after leaving, refresh the web browser and join again.",tabIndex:1,children:"Leave meeting"})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("local-media"),meetingID:meetingID,mediaType:"video"})]})}WebexWaitingForHost.displayName="WebexWaitingForHost",WebexWaitingForHost.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexWaitingForHost.defaultProps={className:"",style:void 0},WebexWaitingForHost.__docgenInfo={description:"A component to be displayed while the user is waiting for the host to start the meeting.\nIt shows a waiting message and the local video stream (if available).\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting for which to show media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexWaitingForHost",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexWaitingForHost/WebexWaitingForHost.jsx"]={name:"WebexWaitingForHost",docgenInfo:WebexWaitingForHost.__docgenInfo,path:"src/components/WebexWaitingForHost/WebexWaitingForHost.jsx"})},193:function(module,__webpack_exports__,__webpack_require__){"use strict";var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3__),react__WEBPACK_IMPORTED_MODULE_13__=(__webpack_require__(46),__webpack_require__(9),__webpack_require__(66),__webpack_require__(83),__webpack_require__(95),__webpack_require__(30),__webpack_require__(15),__webpack_require__(92),__webpack_require__(38),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_14___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_14__),_generic__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(4),_inputs_Label_Label__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(118),_hooks_contexts__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(27),_util__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(55),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(2),WebexSearchPeople=Object(react__WEBPACK_IMPORTED_MODULE_13__.forwardRef)((function(_ref,ref){var addedSpaceMembers=_ref.addedSpaceMembers,webexLookAhead=_ref.webexLookAhead,memberLookAhead=_ref.memberLookAhead,style=_ref.style,className=_ref.className,_useState=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(""),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState,2),inputValue=_useState2[0],setInputValue=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState3,2),peopleSelected=_useState4[0],setPeopleSelected=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState5,2),personIdSelected=_useState6[0],setPersonIdSelected=_useState6[1],_useState7=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(!1),_useState8=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState7,2),showContacts=_useState8[0],setShowContacts=_useState8[1],_useState9=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState10=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState9,2),contacts=_useState10[0],setContacts=_useState10[1],_useState11=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState12=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState11,2),collaborators=_useState12[0],setCollaborators=_useState12[1],_useState13=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(!1),_useState14=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState13,2),showCollaborators=_useState14[0],setShowCollaborators=_useState14[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_16__.a)("search-people",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_13__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_18__.a),searchPeopleSuccess=function searchPeopleSuccess(list){setContacts(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(list))},onError=function onError(){setContacts([])},callMemberLookAhead=function(){var _ref2=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(value){var collaboratorsList;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.prev=0,_context.next=3,memberLookAhead(value);case 3:(collaboratorsList=_context.sent)&&collaboratorsList.length?setCollaborators(collaboratorsList):setCollaborators([]),_context.next=10;break;case 7:_context.prev=7,_context.t0=_context.catch(0),setCollaborators([]);case 10:case"end":return _context.stop()}}),_callee,null,[[0,7]])})));return function callMemberLookAhead(_x){return _ref2.apply(this,arguments)}}(),clearInput=function clearInput(){setInputValue(""),setPersonIdSelected([]),setPeopleSelected([]),setContacts([]),setCollaborators([]),setShowCollaborators(!1),setShowContacts(!1)};Object(react__WEBPACK_IMPORTED_MODULE_13__.useImperativeHandle)(ref,(function(){return{clearInput:clearInput}}));var debouncedChangeHandler=Object(react__WEBPACK_IMPORTED_MODULE_13__.useCallback)(Object(_util__WEBPACK_IMPORTED_MODULE_19__.c)((function handleSearchPeople(value){webexLookAhead&&(setShowContacts(!0),adapter.peopleAdapter.searchPeople(value).subscribe(searchPeopleSuccess,onError)),"function"==typeof memberLookAhead&&(setShowCollaborators(!0),callMemberLookAhead(value))}),500),[]),removePeopleSelected=function removePeopleSelected(ID){var newPersonIdSelected=personIdSelected.filter((function(key){return key!==ID}));setPersonIdSelected(newPersonIdSelected);var newPeopleSelected=peopleSelected.filter((function(key){return key.ID!==ID}));setPeopleSelected(newPeopleSelected),addedSpaceMembers&&addedSpaceMembers(null,newPersonIdSelected)},handleOnSelect=function handleOnSelect(opt){var item=JSON.parse(opt.value),id=item.ID;personIdSelected.includes(id)?removePeopleSelected(id):(setPersonIdSelected([].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(personIdSelected),[id])),setPeopleSelected([].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(peopleSelected),[item])),addedSpaceMembers&&addedSpaceMembers(null,[].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(personIdSelected),[id])))},renderPersonList=function renderPersonList(list,type){var content=list&&list.map((function(item){var _item$displayName,initials,email=function getEmail(item){return null!=item&&item.emails?item.emails[0]:""}(item),id=item.ID,names=null==item||null===(_item$displayName=item.displayName)||void 0===_item$displayName?void 0:_item$displayName.split(" ");return names&&(initials=1===names.length?names[0][0]:""+names[0][0]+names[names.length-1][0]),{value:JSON.stringify(item),label:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("suggestions-list"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:null!=item&&item.avatar?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("img",{className:sc("avatar"),src:null==item?void 0:item.avatar,alt:""}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("span",{children:initials})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("data"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:null==item?void 0:item.displayName}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:email})]}),personIdSelected.includes(id)?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("list-selected"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:"check",size:16})}):null]},id)}}));return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("list-heading"),children:type}),list&&list.length?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.d,{options:content,onSelect:handleOnSelect}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("search-error"),children:"We cannot seem to find anyone matching your search."})]})};return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_inputs_Label_Label__WEBPACK_IMPORTED_MODULE_17__.a,{label:"People"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("people-list-box"),children:[function peopleAddedList(){return peopleSelected.map((function(key){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("people-added"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("span",{className:sc("people-added-content"),children:key.displayName}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.a,{type:"ghost",size:20,onClick:function onClick(){return removePeopleSelected(key.ID)},tabIndex:50,ariaLabel:"Close",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:"cancel",size:10})})]},key.ID)}))}(),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.c,{placeholder:peopleSelected.length?"Add another":"Add people",onChange:function handleOnChange(value){setInputValue(value),""!==value?debouncedChangeHandler(value):(debouncedChangeHandler.cancel(),setContacts([]),setCollaborators([]),setShowCollaborators(!1),setShowContacts(!1))},value:inputValue})]}),function renderSuggestions(){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("suggestions"),children:[showCollaborators&&renderPersonList(collaborators,"Collaborators"),showContacts&&renderPersonList(contacts,"Contacts")]})}()]})}));WebexSearchPeople.propTypes={addedSpaceMembers:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,webexLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.bool,memberLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,style:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.shape(),className:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.string},WebexSearchPeople.defaultProps={addedSpaceMembers:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,webexLookAhead:!0,memberLookAhead:void 0,style:void 0,className:""},WebexSearchPeople.__docgenInfo={description:"Webex Search People component is used to search people based on\nsearch query\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} props.addedSpaceMembers Callback function to return the people to be added\nin the space\n@param {boolean} props.webexLookAhead Boolean to search people in webex sdk\n@param {Function} props.memberLookAhead Callback function to search people from collaborators\n@param {object} props.style Custom style to apply\n@returns {object} JSX of component",methods:[],displayName:"WebexSearchPeople",props:{addedSpaceMembers:{defaultValue:{value:"PropTypes.func",computed:!0},type:{name:"func"},required:!1,description:""},webexLookAhead:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},memberLookAhead:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},__webpack_exports__.a=WebexSearchPeople,"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSearchPeople/WebexSearchPeople.jsx"]={name:"WebexSearchPeople",docgenInfo:WebexSearchPeople.__docgenInfo,path:"src/components/WebexSearchPeople/WebexSearchPeople.jsx"})},194:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexSettings}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),classnames=(__webpack_require__(107),__webpack_require__(513),__webpack_require__(15),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames),hooks=__webpack_require__(6),jsx_runtime=__webpack_require__(2);function Tabs(_ref){var autoFocus=_ref.autoFocus,className=_ref.className,onSelect=_ref.onSelect,selected=_ref.selected,style=_ref.style,tabs=_ref.tabs,tabIndex=_ref.tabIndex,content=tabs.find((function(tab){return tab.key===selected})).content,_webexComponentClasse=Object(helpers.a)("tabs",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],selectedTabIndex=(tabs||[]).findIndex((function(tab){return tab.key===selected})),ref=Object(hooks.r)(),_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),tabChangedWithKey=_useState2[0],setTabChangedWithKey=_useState2[1];Object(hooks.f)(ref,autoFocus||tabChangedWithKey);var handleKeyUp=function handleKeyUp(event){if("ArrowLeft"===event.key){event.stopPropagation();var prevTabIndex=(selectedTabIndex+tabs.length-1)%tabs.length;setTabChangedWithKey(!0),onSelect(tabs[prevTabIndex].key)}else if("ArrowRight"===event.key){event.stopPropagation();var nextTabIndex=(selectedTabIndex+1)%tabs.length;setTabChangedWithKey(!0),onSelect(tabs[nextTabIndex].key)}};return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)("ul",{className:sc("list"),role:"tablist","aria-label":"Use left and right arrow keys to navigate.",children:tabs.map((function(tab){return Object(jsx_runtime.jsx)("li",{className:classnames_default()(sc("tab"),selected===tab.key&&sc("tab--active")),children:Object(jsx_runtime.jsx)("button",{"aria-selected":selected===tab.key,onClick:function onClick(){return onSelect(tab.key)},onKeyUp:handleKeyUp,ref:selected===tab.key?ref:void 0,role:"tab",tabIndex:selected===tab.key?tabIndex:-1,type:"button",children:tab.heading})},tab.key)}))}),Object(jsx_runtime.jsx)("div",{className:sc("content"),children:content()})]})}Tabs.displayName="Tabs",Tabs.propTypes={autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,onSelect:prop_types_default.a.func.isRequired,selected:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape(),tabs:prop_types_default.a.arrayOf(prop_types_default.a.object).isRequired,tabIndex:prop_types_default.a.number},Tabs.defaultProps={autoFocus:!1,className:"",style:void 0,tabIndex:-1},Tabs.__docgenInfo={description:"Tabs component\n\n@param {object} props Data passed to the component\n@param {boolean} props.autoFocus Flag indicating whether to add autofocus on selected tab\n@param {string} props.className Custom CSS class to apply\n@param {Function} props.onSelect A callback to be executed on selecting active tab\n@param {string} props.selected Specifies which tab is active\n@param {object} props.style Custom style to apply\n@param {Tab[]} props.tabs The tabs to be rendered\n@param {number} props.tabIndex Tab index html attribute\n@returns {object} JSX of the component",methods:[],displayName:"Tabs",props:{autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"-1",computed:!1},type:{name:"number"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""},selected:{type:{name:"string"},required:!0,description:""},tabs:{type:{name:"arrayOf",value:{name:"object"}},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSettings/Tabs.jsx"]={name:"Tabs",docgenInfo:Tabs.__docgenInfo,path:"src/components/WebexSettings/Tabs.jsx"});var Title=__webpack_require__(100),WebexMeetingControl=__webpack_require__(102),WebexNoMedia=__webpack_require__(198);function WebexAudioSettings(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-settings",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],permission=Object(hooks.j)(meetingID).localAudio.permission;return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:"DENIED"===permission||"DISMISSED"===permission||"IGNORED"===permission?Object(jsx_runtime.jsx)(WebexNoMedia.a,{media:"microphone",className:sc("no-media")}):Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Speaker"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-speaker",meetingID:meetingID,tabIndex:102}),Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Microphone"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-microphone",meetingID:meetingID,tabIndex:103})]})})}WebexAudioSettings.displayName="WebexAudioSettings",WebexAudioSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexAudioSettings.defaultProps={className:"",style:void 0},WebexAudioSettings.__docgenInfo={description:"Webex Audio Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAudioSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAudioSettings/WebexAudioSettings.jsx"]={name:"WebexAudioSettings",docgenInfo:WebexAudioSettings.__docgenInfo,path:"src/components/WebexAudioSettings/WebexAudioSettings.jsx"});var Banner=__webpack_require__(163),WebexLocalMedia=__webpack_require__(113);function WebexVideoSettings(_ref){var meetingID=_ref.meetingID,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("video-settings",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],permission=Object(hooks.j)(meetingID).localVideo.permission;return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:"DENIED"===permission||"DISMISSED"===permission||"IGNORED"===permission?Object(jsx_runtime.jsx)(WebexNoMedia.a,{media:"camera",className:sc("no-media")}):Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Camera"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-camera",meetingID:meetingID,tabIndex:102}),Object(jsx_runtime.jsxs)("div",{className:sc("media"),children:[Object(jsx_runtime.jsx)(WebexLocalMedia.a,{mediaType:"preview",meetingID:meetingID}),Object(jsx_runtime.jsx)(Banner.a,{type:"bottom",children:"Preview"})]})]})})}function WebexSettings(_ref){var meetingID=_ref.meetingID,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("settings",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)("audio"),_useState2=slicedToArray_default()(_useState,2),tab=_useState2[0],setTab=_useState2[1],tabs=[{key:"audio",heading:"Audio",content:function content(){return Object(jsx_runtime.jsx)(WebexAudioSettings,{meetingID:meetingID})},ariaLabel:"View speaker and microphone settings."},{key:"video",heading:"Video",content:function content(){return Object(jsx_runtime.jsx)(WebexVideoSettings,{meetingID:meetingID})},ariaLabel:"View camera settings."}];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:Object(jsx_runtime.jsx)(Tabs,{tabs:tabs,selected:tab,onSelect:setTab,tabIndex:101,autoFocus:!0})})}WebexVideoSettings.displayName="WebexVideoSettings",WebexVideoSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexVideoSettings.defaultProps={className:"",style:void 0},WebexVideoSettings.__docgenInfo={description:"Webex Video Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexVideoSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexVideoSettings/WebexVideoSettings.jsx"]={name:"WebexVideoSettings",docgenInfo:WebexVideoSettings.__docgenInfo,path:"src/components/WebexVideoSettings/WebexVideoSettings.jsx"}),WebexSettings.displayName="WebexSettings",WebexSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexSettings.defaultProps={className:"",style:void 0},WebexSettings.__docgenInfo={description:"Webex Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting to set the preferred devices for\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSettings/WebexSettings.jsx"]={name:"WebexSettings",docgenInfo:WebexSettings.__docgenInfo,path:"src/components/WebexSettings/WebexSettings.jsx"})},195:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexActivity}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),contexts=__webpack_require__(27),isToday=(__webpack_require__(162),__webpack_require__(1178)),format=__webpack_require__(634),isYesterday=__webpack_require__(1179),isSameWeek=__webpack_require__(1183),WebexAvatar=__webpack_require__(131),jsx_runtime=__webpack_require__(2);function formatMessageDate(timestamp){return Object(isToday.a)(timestamp)?Object(format.a)(timestamp,"p"):Object(isYesterday.a)(timestamp)?"Yesterday, "+Object(format.a)(timestamp,"p"):Object(isSameWeek.a)(timestamp,new Date)?Object(format.a)(timestamp,"iiii, p"):Object(format.a)(timestamp,"P, p")}function ActivityHeader(_ref){var className=_ref.className,personID=_ref.personID,style=_ref.style,timestamp=_ref.timestamp,displayName=Object(hooks.q)(personID).displayName,_webexComponentClasse=Object(helpers.a)("activity-header",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)(WebexAvatar.a,{personID:personID,className:sc("avatar")}),Object(jsx_runtime.jsxs)("div",{className:sc("author"),children:[Object(jsx_runtime.jsx)("span",{children:displayName}),Object(jsx_runtime.jsx)("span",{className:sc("timestamp"),children:formatMessageDate(new Date(timestamp))})]})]})}ActivityHeader.displayName="ActivityHeader",ActivityHeader.propTypes={className:prop_types_default.a.string,personID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape(),timestamp:prop_types_default.a.string.isRequired},ActivityHeader.defaultProps={className:"",style:void 0},ActivityHeader.__docgenInfo={description:"ActivityHeader component displays the header content of an activity.\nHeader includes the avatar of the activity author as well as the\nactivity timestamp.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.personID ID of the activity author\n@param {object} props.style Custom style to apply\n@param {string} props.timestamp Activity timestamp\n@returns {object} JSX of the component",methods:[],displayName:"ActivityHeader",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},personID:{type:{name:"string"},required:!0,description:""},timestamp:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivity/ActivityHeader.jsx"]={name:"ActivityHeader",docgenInfo:ActivityHeader.__docgenInfo,path:"src/components/WebexActivity/ActivityHeader.jsx"});var WebexAdaptiveCards=__webpack_require__(315);function WebexActivity(_ref){var _adapter$activitiesAd,activityID=_ref.activityID,className=_ref.className,style=_ref.style,activity=Object(hooks.b)(activityID),adapter=Object(react.useContext)(contexts.a),hasCards=null==adapter||null===(_adapter$activitiesAd=adapter.activitiesAdapter)||void 0===_adapter$activitiesAd?void 0:_adapter$activitiesAd.hasAdaptiveCards(activity),_webexComponentClasse=Object(helpers.a)("activity",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[activity.displayHeader&&Object(jsx_runtime.jsx)(ActivityHeader,{personID:activity.personID,timestamp:activity.created}),Object(jsx_runtime.jsxs)("div",{className:sc("content"),children:[!hasCards&&activity.text&&Object(jsx_runtime.jsx)("div",{className:sc("message"),children:activity.text}),hasCards&&Object(jsx_runtime.jsx)(WebexAdaptiveCards.a,{activityID:activity.ID})]})]},activity.ID)}WebexActivity.displayName="WebexActivity",WebexActivity.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},WebexActivity.defaultProps={className:"",style:void 0},WebexActivity.__docgenInfo={description:"WebexActivity component displays activity content.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexActivity",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivity/WebexActivity.jsx"]={name:"WebexActivity",docgenInfo:WebexActivity.__docgenInfo,path:"src/components/WebexActivity/WebexActivity.jsx"})},198:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexNoMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(41),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(100),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("no-media"),sc=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2)[1],SCREENS={microphone:{icon:"microphone-issue",title:"Can't access microphone",message:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:["Reload this page and select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow"})," when your browser asks."]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Still not working?"})}),"You may need to update your webpage permissions. Go to your ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"browser settings"}),", look for website settings, select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow for Microphone"}),", then reload this page."]})]})},camera:{icon:"camera-issue",title:"Can't access camera",message:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:["Reload this page and select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow"})," when your browser asks."]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Still not working?"})}),"You may need to update your webpage permissions. Go to your ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"browser settings"}),", look for website settings, select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow for Camera"}),", then reload this page."]})]})}};function WebexNoMedia(_ref){var className=_ref.className,style=_ref.style,media=_ref.media,_webexComponentClasse3=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("no-media",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse3,1)[0],screen=SCREENS[media];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("icon-media-issue"),name:screen.icon}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_5__.a,{type:"section",className:sc("title"),children:screen.title}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{className:sc("body"),children:screen.message})]})}WebexNoMedia.displayName="WebexNoMedia",WebexNoMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),media:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["camera","microphone"]).isRequired},WebexNoMedia.defaultProps={className:void 0,style:void 0},WebexNoMedia.__docgenInfo={description:"",methods:[],displayName:"WebexNoMedia",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},media:{type:{name:"enum",value:[{value:"'camera'",computed:!1},{value:"'microphone'",computed:!1}]},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexNoMedia/WebexNoMedia.jsx"]={name:"WebexNoMedia",docgenInfo:WebexNoMedia.__docgenInfo,path:"src/components/WebexNoMedia/WebexNoMedia.jsx"})},216:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Badge}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Badge(_ref){var children=_ref.children,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("badge",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:children})}Badge.displayName="Badge",Badge.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},Badge.defaultProps={className:"",style:{}},Badge.__docgenInfo={description:"Badge component\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n\n@returns {object} JSX of the element",methods:[],displayName:"Badge",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Badge/Badge.jsx"]={name:"Badge",docgenInfo:Badge.__docgenInfo,path:"src/components/generic/Badge/Badge.jsx"})},253:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMediaAccess}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(41),_generic__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2),SCREENS={camera:{icon:"camera-bold",title:"Allow access to camera",message:"when your browser asks to let Webex use your camera for this video call",iconLabel:"Camera icon",buttonLabel:"Proceed without camera",buttonAction:"ignoreVideoAccessPrompt",buttonTooltip:"This setting cannot be changed once the meeting starts.",buttonHint:"Proceed without camera. This setting cannot be changed once the meeting starts."},microphone:{icon:"microphone-bold",title:"Allow access to microphone",message:"when your browser asks to let Webex use your microphone for this video call",iconLabel:"Microphone icon",buttonLabel:"Proceed without audio",buttonAction:"ignoreAudioAccessPrompt",buttonTooltip:"This setting cannot be changed once the meeting starts.",buttonHint:"Proceed without audio. This setting cannot be changed once the meeting starts."}};function WebexMediaAccess(_ref){var className=_ref.className,logo=_ref.logo,media=_ref.media,meetingID=_ref.meetingID,style=_ref.style,screen=SCREENS[media],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("media-access",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_7__.a),ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_6__.j)(meetingID).ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:cssClasses,style:style,children:[logo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{className:sc("logo-container"),children:logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__.a,{name:screen.icon,size:48,ariaLabel:screen.iconLabel}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.e,{type:"subsection",className:sc("title"),children:screen.title}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("p",{className:sc("body"),children:["Select"," ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("span",{className:sc("allow"),children:"Allow"})," ",screen.message]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.a,{type:"default",size:40,onClick:function onClick(){return adapter.meetingsAdapter[screen.buttonAction](ID)},tooltip:screen.buttonTooltip,ariaLabel:screen.buttonHint,children:screen.buttonLabel})]})}WebexMediaAccess.displayName="WebexMediaAccess",WebexMediaAccess.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,logo:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node,media:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["camera","microphone"]),meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexMediaAccess.defaultProps={className:"",logo:void 0,media:"camera",style:void 0},WebexMediaAccess.__docgenInfo={description:"Webex Media Access component displays a prompt explaining necessary access to media.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {JSX.Element} [props.logo] Logo\n@param {string} props.media State of media controls\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMediaAccess",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},logo:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},media:{defaultValue:{value:"'camera'",computed:!1},type:{name:"enum",value:[{value:"'camera'",computed:!1},{value:"'microphone'",computed:!1}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMediaAccess/WebexMediaAccess.jsx"]={name:"WebexMediaAccess",docgenInfo:WebexMediaAccess.__docgenInfo,path:"src/components/WebexMediaAccess/WebexMediaAccess.jsx"})},254:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(139),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(13),_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(216),_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(183),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(100),_breakpoints__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(57),_WebexInMeeting_WebexInMeeting__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(184),_WebexInterstitialMeeting_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(186),_WebexMeetingControlBar_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(187),_WebexMeetingGuestAuthentication_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(188),_WebexMeetingHostAuthentication_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(189),_WebexMemberRoster_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(190),_WebexSettings_WebexSettings__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(194),_WebexWaitingForHost_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(192),_helpers__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(2);function WebexMeeting(_ref){var className=_ref.className,controls=_ref.controls,controlsCollapseRangeStart=_ref.controlsCollapseRangeStart,controlsCollapseRangeEnd=_ref.controlsCollapseRangeEnd,controlsTabIndexes=_ref.controlsTabIndexes,layout=_ref.layout,logo=_ref.logo,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.j)(meetingID),ID=_useMeeting.ID,localAudio=_useMeeting.localAudio,localVideo=_useMeeting.localVideo,state=_useMeeting.state,showRoster=_useMeeting.showRoster,settings=_useMeeting.settings,passwordRequired=_useMeeting.passwordRequired,JOINED=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.JOINED,NOT_JOINED=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.NOT_JOINED,LEFT=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.LEFT,adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_19__.a),mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.g)(mediaRef).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_17__.a)("meeting",className,{"roster-only":showRoster&&width<=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)(!1),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),showToast=_useState2[0],setShowToast=_useState2[1],toastTimeoutRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.r)(),_useState3=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)("guest"),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),authModal=_useState4[0],setAuthModal=_useState4[1];Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){return state&&state!==LEFT&&(setShowToast(!0),toastTimeoutRef.current=setTimeout((function(){setShowToast(!1)}),3e3)),function(){return clearTimeout(toastTimeoutRef.current)}}),[localAudio.stream,localVideo.stream,state,LEFT]);var meetingDisplay,toastText=(localAudio.stream?"Unmuted":"Muted")+", "+(localVideo.stream?"Camera on":"Camera off");if(state)if(state===LEFT)meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__.a,{type:"subsection",className:sc("centered"),children:"You've successfully left the meeting"});else{var InnerMeeting;InnerMeeting=state===JOINED?_WebexInMeeting_WebexInMeeting__WEBPACK_IMPORTED_MODULE_9__.a:state===NOT_JOINED?_WebexInterstitialMeeting_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_10__.a:_WebexWaitingForHost_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_16__.a,meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("body"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(InnerMeeting,{meetingID:ID,className:sc("inner-meeting"),layout:layout}),showRoster&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMemberRoster_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_14__.a,{destinationID:ID,destinationType:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.b.MEETING,className:sc("member-roster"),onClose:function onClose(){return adapter.meetingsAdapter.toggleRoster(ID)}}),showToast&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("media-state-toast"),children:toastText})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingControlBar_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_11__.a,{meetingID:ID,className:sc("control-bar"),controls:controls,collapseRangeStart:controlsCollapseRangeStart,collapseRangeEnd:controlsCollapseRangeEnd,tabIndexes:controlsTabIndexes}),settings.visible&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__.a,{onClose:function onClose(){return adapter.meetingsAdapter.toggleSettings(ID)},otherClassName:sc("settings"),title:"Settings",ariaLabel:"Meeting settings window",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexSettings_WebexSettings__WEBPACK_IMPORTED_MODULE_15__.a,{meetingID:ID})}),passwordRequired&&state===NOT_JOINED&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__.a,{onClose:function onClose(){return adapter.meetingsAdapter.clearPasswordRequiredFlag(ID)},otherClassName:[sc("authentication")],onBack:"host"===authModal&&function(){return setAuthModal("guest")},ariaLabel:"guest"===authModal?"Meeting guest authentication":"Meeting host authentication",children:"guest"===authModal?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingGuestAuthentication_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_12__.a,{meetingID:ID,className:sc("authentication-guest"),switchToHostModal:function switchToHostModal(){return setAuthModal("host")}}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingHostAuthentication_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_13__.a,{meetingID:ID,className:sc("authentication-host")})})]})}else meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("loading-logo")});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:cssClasses,style:style,ref:mediaRef,children:[logo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("logo"),children:logo}),meetingDisplay]})}WebexMeeting.displayName="WebexMeeting",WebexMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,controls:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,controlsCollapseRangeStart:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,controlsCollapseRangeEnd:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,controlsTabIndexes:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,layout:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,logo:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.node,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexMeeting.defaultProps={className:"",controls:function controls(isActive){return isActive?["mute-audio","mute-video","share-screen","member-roster","settings","leave-meeting"]:["mute-audio","mute-video","settings","join-meeting"]},controlsCollapseRangeStart:0,controlsCollapseRangeEnd:-1,controlsTabIndexes:function controlsTabIndexes(isActive){return isActive?[1,2,3,4,5,6]:[2,3,4,1]},layout:void 0,logo:void 0,meetingID:void 0,style:void 0},WebexMeeting.__docgenInfo={description:"Webex Meeting component displays the default Webex meeting experience.\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} [props.controls] Controls to display\n@param {number} [props.controlsCollapseRangeStart=0] Zero-based index of the first collapsible control (can be negative)\n@param {number} [props.controlsCollapseRangeEnd=-1] Zero-based index before the last collapsible control (can be negative)\n@param {Function} [props.controlsTabIndexes] TabIndex for each control\n@param {string} props.layout Layout to apply on remote video\n@param {JSX.Element} [props.logo] Logo\n@param {string} [props.meetingID] ID of the meeting\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},controls:{defaultValue:{value:"(isActive) => (\n isActive\n ? ['mute-audio', 'mute-video', 'share-screen', 'member-roster', 'settings', 'leave-meeting']\n : ['mute-audio', 'mute-video', 'settings', 'join-meeting']\n)",computed:!1},type:{name:"func"},required:!1,description:""},controlsCollapseRangeStart:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},controlsCollapseRangeEnd:{defaultValue:{value:"-1",computed:!1},type:{name:"number"},required:!1,description:""},controlsTabIndexes:{defaultValue:{value:"(isActive) => (\n isActive\n ? [1, 2, 3, 4, 5, 6]\n : [2, 3, 4, 1]\n)",computed:!1},type:{name:"func"},required:!1,description:""},layout:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},logo:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},meetingID:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeeting/WebexMeeting.jsx"]={name:"WebexMeeting",docgenInfo:WebexMeeting.__docgenInfo,path:"src/components/WebexMeeting/WebexMeeting.jsx"})},255:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMessaging}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function WebexMessaging(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("messaging",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:sc("loading-logo")})})}WebexMessaging.displayName="WebexMessaging",WebexMessaging.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexMessaging.defaultProps={className:"",style:void 0},WebexMessaging.__docgenInfo={description:"WebexMessaging component displays messaging content.\n\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMessaging",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMessaging/WebexMessaging.jsx"]={name:"WebexMessaging",docgenInfo:WebexMessaging.__docgenInfo,path:"src/components/WebexMessaging/WebexMessaging.jsx"})},256:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return SignIn}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_32__=(__webpack_require__(1083),__webpack_require__(1089),__webpack_require__(1091),__webpack_require__(1092),__webpack_require__(1093),__webpack_require__(1096),__webpack_require__(1097),__webpack_require__(1098),__webpack_require__(1099),__webpack_require__(1100),__webpack_require__(1101),__webpack_require__(1102),__webpack_require__(1103),__webpack_require__(1105),__webpack_require__(1106),__webpack_require__(1107),__webpack_require__(1108),__webpack_require__(1109),__webpack_require__(1110),__webpack_require__(1111),__webpack_require__(1112),__webpack_require__(1117),__webpack_require__(1118),__webpack_require__(1119),__webpack_require__(9),__webpack_require__(19),__webpack_require__(1120),__webpack_require__(139),__webpack_require__(29),__webpack_require__(12),__webpack_require__(162),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_33__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_33___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_33__),_generic__WEBPACK_IMPORTED_MODULE_34__=__webpack_require__(35),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_35__=__webpack_require__(86),_helpers__WEBPACK_IMPORTED_MODULE_36__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_37__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__=__webpack_require__(2);function SignIn(_ref){var authUrl=_ref.authUrl,clientID=_ref.clientID,redirectUri=_ref.redirectUri,authType=_ref.authType,scope=_ref.scope,state=_ref.state,signInResponse=_ref.signInResponse,getAccessToken=_ref.getAccessToken,tokenStoragePolicy=_ref.tokenStoragePolicy,children=_ref.children,className=_ref.className,style=_ref.style,_useState=Object(react__WEBPACK_IMPORTED_MODULE_32__.useState)(!1),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),isAuthenticating=_useState2[0],setIsAuthenticating=_useState2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_36__.a)("oauth-sign-in",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0],_useMetrics=Object(_hooks__WEBPACK_IMPORTED_MODULE_37__.n)(),emitMetrics=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMetrics,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)("div",{className:cssClasses,style:style,children:isAuthenticating?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_35__.a,{}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_34__.a,{type:"join",size:40,onClick:function openAuthUrl(){var arr=new Uint8Array(4),newState=state||window.crypto.getRandomValues(arr),fullAuthUrl=authUrl+"?client_id="+clientID+"&response_type=code&redirect_uri="+encodeURI(redirectUri)+(""!==scope?"&scope="+encodeURI(scope):"")+"&state="+newState,startTime=window.performance.now(),newWindow=window.open(fullAuthUrl,"targetWindow","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=700");if(setIsAuthenticating(!0),"Custom"===authType)var timer=setInterval((function(){if(newWindow.closed){clearInterval(timer);var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"windowTime",type:"operational"},"loginId"),getAccessToken().then((function(accessToken){if(accessToken&&0!==Object.keys(tokenStoragePolicy).length){var name=tokenStoragePolicy.name,place=tokenStoragePolicy.place,ttl=tokenStoragePolicy.ttl;switch(place){case"cookie":var expiry=new Date;expiry.setSeconds(ttl),document.cookie=name+"="+accessToken+"; secure; expires="+expiry.toUTCString();break;case"session":sessionStorage.setItem(name,accessToken);break;case"local":localStorage.setItem(name,accessToken)}}signInResponse(clientID,accessToken||Error("No access token was returned"))})).catch((function(err){signInResponse(clientID,Error("Failed to fetch access token: ",err))})),setIsAuthenticating(!1),endTime=window.performance.now(),emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"authenticationTime",type:"operational"},"loginId")}}),500)},children:children||"Sign In"})})}SignIn.displayName="SignIn",SignIn.propTypes={authUrl:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,clientID:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,redirectUri:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,authType:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,scope:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,state:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,signInResponse:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.func,getAccessToken:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.func,tokenStoragePolicy:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.shape({place:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,name:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,ttl:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.number}),children:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,className:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.shape()},SignIn.defaultProps={scope:"",state:void 0,signInResponse:function signInResponse(){},getAccessToken:function getAccessToken(){},tokenStoragePolicy:{},children:void 0,className:"",style:void 0},SignIn.__docgenInfo={description:"Performs OAuth 2.0 Authorization\n\n@param {object} props Data passed to the component\n@param {string} props.authUrl Authorization url\n@param {string} props.clientID Client ID of the app\n@param {string} props.authType Authorization server type\n@param {string} props.redirectUri Redirect Url registered to capture the code\n@param {string} [props.scope] Scope required for the app\n@param {string} [props.state] State parameter to be sent to authorisation server\n@param {Function} [props.signInResponse] Function called on successfull sign in\n@param {Function} [props.getAccessToken] Function called to fetch access token from backend server\n@param {object} [props.tokenStoragePolicy] Store token in cookie, local or session storage\n@param {string} [props.children] Text for this button\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"SignIn",props:{scope:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},state:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},signInResponse:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},getAccessToken:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},tokenStoragePolicy:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:{place:{name:"string",required:!1},name:{name:"string",required:!1},ttl:{name:"number",required:!1}}},required:!1,description:""},children:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},authUrl:{type:{name:"string"},required:!0,description:""},clientID:{type:{name:"string"},required:!0,description:""},redirectUri:{type:{name:"string"},required:!0,description:""},authType:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/SignIn/SignIn.jsx"]={name:"SignIn",docgenInfo:SignIn.__docgenInfo,path:"src/components/SignIn/SignIn.jsx"})},257:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexCreateSpace}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(401),__webpack_require__(73),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_4__),rxjs__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1165),_generic__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_WebexSearchPeople_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(193),_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(27),_hooks__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(2);function WebexCreateSpace(_ref){var spaceName=_ref.spaceName,createSpace=_ref.createSpace,createSpaceResponse=_ref.createSpaceResponse,webexLookAhead=_ref.webexLookAhead,memberLookAhead=_ref.memberLookAhead,style=_ref.style,className=_ref.className,_useState=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)(spaceName),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),spaceTitle=_useState2[0],setSpaceTitle=_useState2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("create-space",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)([]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),addedSpaceMembers=_useState4[0],setAddedSpaceMembers=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)(""),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState5,2),alertMsg=_useState6[0],setAlertMsg=_useState6[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_3__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__.a),addCollaboratorsRef=Object(react__WEBPACK_IMPORTED_MODULE_3__.useRef)(),_useMetrics=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.n)(),emitMetrics=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMetrics,1)[0],startTime=window.performance.now(),showBanner=function showBanner(isError,msg){var bannerData=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)("span",{className:sc(isError?"error":"success"),children:msg});setAlertMsg(bannerData)},isCreateSpaceResponse=function isCreateSpaceResponse(error){var data=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};createSpaceResponse&&createSpaceResponse(error,data)},onError=function onError(error){var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"createSpaceError",tag:"webex_widgets",type:"operational"},"loginId"),showBanner(!0,error.message),isCreateSpaceResponse({error:error.message})},addMembersSuccess=function addMembersSuccess(){var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"addMembersSuccess",tag:"webex_widgets",type:"operational"},"loginId"),showBanner(!1,"space created successfully"),isCreateSpaceResponse(null,{data:{spaceTitle:spaceTitle,addedSpaceMembers:addedSpaceMembers},msg:"space created successfully"})},createRoomSuccess=function createRoomSuccess(data){var membership=[],endTime=window.performance.now();return emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"createSpaceSuccess",tag:"webex_widgets",type:"operational"},"loginId"),addedSpaceMembers.forEach((function(personId){membership.push(adapter.membershipsAdapter.addRoomMember(personId,data.ID))})),Object(rxjs__WEBPACK_IMPORTED_MODULE_5__.a)(membership).subscribe(addMembersSuccess,onError)};return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.c,{placeholder:"Enter space name",label:"Space name",onChange:function handleSpaceName(name){setSpaceTitle(name)},value:spaceTitle}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_WebexSearchPeople_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a,{addedSpaceMembers:function handleAddedSpaceMembers(error,members){setAddedSpaceMembers(members)},ref:addCollaboratorsRef,webexLookAhead:webexLookAhead,memberLookAhead:memberLookAhead}),alertMsg,Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsxs)("div",{className:sc("buttons"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.a,{type:"primary",onClick:function handleCancel(){setSpaceTitle(""),setAlertMsg(""),addCollaboratorsRef.current.clearInput()},children:"Cancel"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.a,{type:"join",onClick:function handleCreateSpace(){startTime=window.performance.now(),createSpace?spaceTitle?adapter.roomsAdapter.createRoom({title:spaceTitle}).subscribe(createRoomSuccess,onError):(showBanner(!0,"space name is missing"),isCreateSpaceResponse({error:"space name is missing"})):isCreateSpaceResponse(null,{data:{spaceTitle:spaceTitle,addedSpaceMembers:addedSpaceMembers}})},children:"Create new Space"})]})]})}WebexCreateSpace.displayName="WebexCreateSpace",WebexCreateSpace.propTypes={spaceName:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.string,createSpace:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.bool,createSpaceResponse:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.func,webexLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.bool,memberLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.func,style:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.shape(),className:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.string},WebexCreateSpace.defaultProps={spaceName:"",createSpace:!0,createSpaceResponse:void 0,webexLookAhead:!0,memberLookAhead:void 0,style:void 0,className:""},WebexCreateSpace.__docgenInfo={description:"Webex Create Space Component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {string} props.spaceName Name of space to be created\n@param {boolean} props.createSpace Boolean to call the webex create space api\n@param {Function} props.createSpaceResponse Callback function to return response\n of the create space api\n@param {boolean} props.webexLookAhead Boolean to search people in webex sdk\n@param {Function} props.memberLookAhead Callback function to search people from collaborators\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexCreateSpace",props:{spaceName:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},createSpace:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},createSpaceResponse:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},webexLookAhead:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},memberLookAhead:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexCreateSpace/WebexCreateSpace.jsx"]={name:"WebexCreateSpace",docgenInfo:WebexCreateSpace.__docgenInfo,path:"src/components/WebexCreateSpace/WebexCreateSpace.jsx"})},258:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexActivityStream}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(15),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),react=__webpack_require__(0),webex_component_adapter_interfaces_es_min=__webpack_require__(13),WebexActivity=__webpack_require__(195),helpers=__webpack_require__(4),Loader=__webpack_require__(327),useActivityStream=__webpack_require__(307),hooks=__webpack_require__(6),breakpoints=__webpack_require__(57),jsx_runtime=__webpack_require__(2);function Greeting(_ref){var className=_ref.className,personName=_ref.personName,style=_ref.style,greetingRef=Object(react.useRef)(),width=Object(hooks.g)(greetingRef).width,_webexComponentClasse=Object(helpers.a)("greeting",className,{desktop:width>=breakpoints.c}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{ref:greetingRef,className:cssClasses,style:style,children:Object(jsx_runtime.jsxs)("div",{className:sc("header"),children:[Object(jsx_runtime.jsxs)("div",{className:sc("title"),children:["Let’s start chatting"," ",Object(jsx_runtime.jsx)("span",{role:"img","aria-label":"Wave",children:"👋"})]}),!personName&&Object(jsx_runtime.jsx)("div",{className:sc("description"),children:"Add or invite more people to get things done together."}),Object(jsx_runtime.jsx)("div",{className:sc("description"),children:"When you’re ready, start with a message"})]})})}Greeting.displayName="Greeting",Greeting.propTypes={className:prop_types_default.a.string,personName:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},Greeting.defaultProps={className:"",style:void 0},Greeting.__docgenInfo={description:"Greeting displayed on a new/empty room.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.personName Name of the person to greet\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Greeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},personName:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/Greeting.jsx"]={name:"Greeting",docgenInfo:Greeting.__docgenInfo,path:"src/components/WebexActivityStream/Greeting.jsx"});__webpack_require__(162);var isToday=__webpack_require__(1178),isYesterday=__webpack_require__(1179),isSameWeek=__webpack_require__(1183),format=__webpack_require__(634);function TimeRuler(_ref){var className=_ref.className,date=_ref.date,style=_ref.style,text=function formatTimeRulerText(timestamp){return Object(isToday.a)(timestamp)?"Today":Object(isYesterday.a)(timestamp)?"Yesterday":Object(isSameWeek.a)(timestamp,new Date)?Object(format.a)(timestamp,"iiii"):Object(format.a)(timestamp,"P")}(new Date(date)),_webexComponentClasse=Object(helpers.a)("time-ruler",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:Object(jsx_runtime.jsx)("span",{children:text})})}function WebexActivityStream(_ref){var className=_ref.className,roomID=_ref.roomID,style=_ref.style,_useActivityStream=Object(hooks.d)(roomID),_useActivityStream2=slicedToArray_default()(_useActivityStream,2),activitiesData=_useActivityStream2[0],dispatch=_useActivityStream2[1],loadPreviousActivities=function loadPreviousActivities(previousActivities){dispatch({type:useActivityStream.a,payload:previousActivities})},_useRoom=Object(hooks.s)(roomID),title=_useRoom.title,roomType=_useRoom.roomType,activityStreamRef=Object(hooks.r)(),showLoader=Object(hooks.c)(roomID,activityStreamRef,loadPreviousActivities),lastActivityRef=Object(hooks.p)(roomID,activityStreamRef,loadPreviousActivities),_webexComponentClasse=Object(helpers.a)("activity-stream",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],personName=roomType===webex_component_adapter_interfaces_es_min.j.DIRECT?title:"",activities=activitiesData.map((function(activity){return activity.date?Object(jsx_runtime.jsx)(TimeRuler,{date:activity.date},activity.date):Object(jsx_runtime.jsx)(WebexActivity.a,{activityID:activity},activity)}));return Object(jsx_runtime.jsxs)("div",{className:cssClasses,ref:activityStreamRef,style:style,children:[showLoader&&Object(jsx_runtime.jsx)(Loader.a,{}),activities.length?Object(jsx_runtime.jsx)(jsx_runtime.Fragment,{children:activities}):Object(jsx_runtime.jsx)(Greeting,{personName:personName}),Object(jsx_runtime.jsx)("div",{className:sc("last-activity"),ref:lastActivityRef})]})}TimeRuler.displayName="TimeRuler",TimeRuler.propTypes={className:prop_types_default.a.string,date:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},TimeRuler.defaultProps={className:"",style:void 0},TimeRuler.__docgenInfo={description:"Time Ruler component is used by the activity stream\nto separate activities from different days.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {Date} props.date Date to display in the time ruler\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TimeRuler",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},date:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/TimeRuler.jsx"]={name:"TimeRuler",docgenInfo:TimeRuler.__docgenInfo,path:"src/components/WebexActivityStream/TimeRuler.jsx"}),WebexActivityStream.displayName="WebexActivityStream",WebexActivityStream.propTypes={className:prop_types_default.a.string,roomID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexActivityStream.defaultProps={className:"",style:void 0},WebexActivityStream.__docgenInfo={description:"Webex Activity Stream component displays all activities that\nhappened on the given room ID. While mounted, the component\nlistens for activity updates to the room and also displays\nthose as they come in.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.roomID ID of the room for which to display activities\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexActivityStream",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},roomID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/WebexActivityStream.jsx"]={name:"WebexActivityStream",docgenInfo:WebexActivityStream.__docgenInfo,path:"src/components/WebexActivityStream/WebexActivityStream.jsx"})},27:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return AdapterContext}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),AdapterContext=react__WEBPACK_IMPORTED_MODULE_0___default.a.createContext()},298:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useMeetingDestination}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(8),__webpack_require__(0)),_contexts__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(27),_util__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(55),emptyMeeting={title:null,localShare:{stream:null},localAudio:{stream:null},localVideo:{stream:null},remoteAudio:null,remoteVideo:null,state:null};function useMeetingDestination(meetingDestination){var _useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)(emptyMeeting),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),meeting=_useState2[0],setMeeting=_useState2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.a),meetingsAdapter=adapter&&adapter.meetingsAdapter;return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){var cleanup,lastMeeting;if(meetingDestination&&meetingsAdapter){var subscription=meetingsAdapter.createMeeting(meetingDestination).pipe(Object(_util__WEBPACK_IMPORTED_MODULE_4__.a)((function(_ref){var ID=_ref.ID;return meetingsAdapter.getMeeting(ID)}))).subscribe((function onMeeting(newMeeting){setMeeting(Object.assign({},newMeeting)),lastMeeting=newMeeting}),(function onError(error){setMeeting(Object.assign({},emptyMeeting,{error:error})),console.log(error)})),beforePageUnload=function beforePageUnload(){var _lastMeeting;null!==(_lastMeeting=lastMeeting)&&void 0!==_lastMeeting&&_lastMeeting.ID&&meetingsAdapter.leavemeeting(lastMeeting.ID)};window.addEventListener("beforeunload",beforePageUnload),cleanup=function cleanup(){var _lastMeeting2;null!==(_lastMeeting2=lastMeeting)&&void 0!==_lastMeeting2&&_lastMeeting2.ID&&meetingsAdapter.leaveMeeting(lastMeeting.ID),beforePageUnload&&(window.removeEventListener("beforeunload",beforePageUnload),beforePageUnload=void 0),subscription.unsubscribe()}}else setMeeting(Object.assign({},emptyMeeting)),cleanup=void 0;return cleanup}),[meetingsAdapter,meetingDestination]),meeting}},307:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return PREPEND_ACTIVITIES})),__webpack_require__.d(__webpack_exports__,"b",(function(){return useActivityStream}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(30),__webpack_require__(1018),__webpack_require__(0)),_contexts__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(27),PREPEND_ACTIVITIES="prepend_activities";function reducer(activities,action){var newActivities=[];switch(action.type){case PREPEND_ACTIVITIES:newActivities=action.payload.reverse().concat(activities);break;case"append_activities":newActivities=activities.concat(action.payload);break;default:newActivities=activities}return newActivities}function useActivityStream(roomID){var roomsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_3__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.a).roomsAdapter,_useReducer=Object(react__WEBPACK_IMPORTED_MODULE_3__.useReducer)(reducer,[]),_useReducer2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useReducer,2),activities=_useReducer2[0],dispatch=_useReducer2[1];return Object(react__WEBPACK_IMPORTED_MODULE_3__.useEffect)((function(){var activityUpdates=roomsAdapter.getActivitiesInRealTime(roomID).subscribe((function(activityData){dispatch({type:"append_activities",payload:activityData})}));return function(){activityUpdates.unsubscribe()}}),[]),[activities,dispatch]}},308:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useMembers}));var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(0),_contexts__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(27);function useMembers(destinationID,destinationType){var _useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)([]),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState,2),members=_useState2[0],setMembers=_useState2[1],membershipsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.a).membershipsAdapter;return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){var subscription=membershipsAdapter.getMembersFromDestination(destinationID,destinationType).subscribe((function onMembers(memberList){setMembers(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(memberList))}),(function onError(error){setMembers([]),console.error(error.message)}));return function(){subscription.unsubscribe()}}),[membershipsAdapter,destinationID,destinationType]),members}},309:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Option}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),classnames__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(108),classnames__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__),_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(41),_hooks__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(6),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(2);function Option(_ref){var _classNames,autoFocus=_ref.autoFocus,className=_ref.className,onMouseEnter=_ref.onMouseEnter,onSelect=_ref.onSelect,option=_ref.option,selected=_ref.selected,tabIndex=_ref.tabIndex,ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_5__.r)(),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("option",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];Object(_hooks__WEBPACK_IMPORTED_MODULE_5__.f)(ref,autoFocus);return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsxs)("li",{"aria-selected":selected===option.value,className:cssClasses,role:"option",ref:ref,onClick:function onClick(){return onSelect(option,!1)},onKeyDown:function onKeyDown(event){var toFocus;"ArrowUp"===event.key?(event.preventDefault(),event.stopPropagation(),toFocus=ref.current.previousElementSibling):"ArrowDown"===event.key?(event.preventDefault(),event.stopPropagation(),toFocus=ref.current.nextElementSibling):"Enter"===event.key&&onSelect(option,!0),toFocus&&toFocus.focus()},onMouseEnter:onMouseEnter,tabIndex:tabIndex,title:"object"!=typeof option.label?option.label:void 0,children:[option.icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{name:option.icon}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)("span",{className:sc("label"),children:option.label}),void 0!==selected&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{className:classnames__WEBPACK_IMPORTED_MODULE_3___default()(sc("check"),(_classNames={},_classNames[sc("check--invisible")]=selected!==option.value,_classNames)),size:16,name:"check"})]},option.value)}Option.displayName="Option",Option.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,autoFocus:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,onMouseEnter:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,onSelect:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func.isRequired,option:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape({value:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node,icon:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string}).isRequired,selected:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.number},Option.defaultProps={className:"",autoFocus:void 0,onMouseEnter:void 0,selected:void 0,tabIndex:0},Option.__docgenInfo={description:"Option Component\n\n@param {boolean} autoFocus Focused option\n@param {string} className Custom CSS class to apply\n@param {Function} onMouseEnter A function that will be triggered on mouse hover\n@param {Function} onSelect A function which will be triggered on option selection\n@param {object} option An option from options list\n@param {string} selected Selected option label\n@param {number} tabIndex Value of the parent's tabIndex\n@returns {object} JSX of the element",methods:[],displayName:"Option",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"undefined",computed:!0},type:{name:"bool"},required:!1,description:""},onMouseEnter:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},selected:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""},option:{type:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"node",required:!1},icon:{name:"string",required:!1}}},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/OptionsList/Option.jsx"]={name:"Option",docgenInfo:Option.__docgenInfo,path:"src/components/generic/OptionsList/Option.jsx"})},310:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return OptionsList}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(15),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),_Option__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(309),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);function OptionsList(_ref){var className=_ref.className,id=_ref.id,labelId=_ref.labelId,onBlur=_ref.onBlur,onSelect=_ref.onSelect,options=_ref.options,selected=_ref.selected,style=_ref.style,tabIndex=_ref.tabIndex,withKey=_ref.withKey,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("options-list",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("ul",{className:cssClasses,style:style,"aria-labelledby":labelId,id:id,onKeyDown:function onKeyDown(event){"Tab"===event.key&&onBlur()},role:"listbox",tabIndex:tabIndex,children:options.map((function(option,index){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_Option__WEBPACK_IMPORTED_MODULE_5__.a,{autoFocus:withKey&&(option.value===selected||0===index),onSelect:onSelect,option:option,selected:selected,tabIndex:tabIndex},option.value)}))})}OptionsList.displayName="OptionsList",OptionsList.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,id:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,labelId:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,onBlur:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,onSelect:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func.isRequired,options:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape({value:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.node,icon:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string})),selected:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,withKey:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool},OptionsList.defaultProps={className:"",id:void 0,labelId:void 0,onBlur:void 0,options:[],selected:"",style:void 0,tabIndex:0,withKey:!1},OptionsList.__docgenInfo={description:"OptionsList Component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} [props.id] Options list id\n@param {string} [props.labelId] Label id\n@param {Function} props.onBlur Called when this component loses focus\n@param {Function} props.onSelect A function which will be triggered on option selection\n@param {object[]} props.options Array of options\n@param {string} props.selected Selected option label\n@param {object} props.style Custom style to apply\n@param {number} props.tabIndex Value of the parent's tabIndex\n@param {boolean} props.withKey Options list was opened with keyboard\n@returns {object} JSX of the element",methods:[],displayName:"OptionsList",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},labelId:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onBlur:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},options:{defaultValue:{value:"[]",computed:!1},type:{name:"arrayOf",value:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"node",required:!1},icon:{name:"string",required:!1}}}},required:!1,description:""},selected:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},withKey:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/OptionsList/OptionsList.jsx"]={name:"OptionsList",docgenInfo:OptionsList.__docgenInfo,path:"src/components/generic/OptionsList/OptionsList.jsx"})},311:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return DateInput}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(12),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(35),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);function DateInput(_ref){var className=_ref.className,style=_ref.style,name=_ref.name,value=_ref.value,disabled=_ref.disabled,required=_ref.required,error=_ref.error,label=_ref.label,onChange=_ref.onChange,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("date-input",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_5__.c,{className:cssClasses,style:style,type:"date",name:name,disabled:disabled,required:required,error:error,onChange:onChange,value:value,label:label})}DateInput.displayName="DateInput",DateInput.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),name:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,value:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,disabled:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,required:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,error:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,onChange:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func.isRequired},DateInput.defaultProps={className:void 0,style:void 0,name:void 0,value:void 0,disabled:!1,required:!1,error:void 0,label:void 0},DateInput.__docgenInfo={description:"DateInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {string} [props.name] Input name\n@param {string} [props.value] Input value in YYYY-MM-DD format\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {boolean} [props.required=false] Flag indicating input required\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on input change\n@returns {object} JSX of the component",methods:[],displayName:"DateInput",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/DateInput/DateInput.jsx"]={name:"DateInput",docgenInfo:DateInput.__docgenInfo,path:"src/components/inputs/DateInput/DateInput.jsx"})},312:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Toggle}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),classnames__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(108),classnames__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(2);function Toggle(_ref){var _classNames,ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,onChange=_ref.onChange,selected=_ref.selected,style=_ref.style,tabIndex=_ref.tabIndex,title=_ref.title,enabled=!disabled,safeSelected=!0===selected,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("toggle",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("div",{"aria-checked":safeSelected?"true":"false","aria-disabled":disabled?"true":"false","aria-label":ariaLabel,className:cssClasses,onClick:function handleClick(){return enabled&&onChange(!selected)},onKeyDown:function handleKeyDown(event){!enabled||" "!==event.key&&"Enter"!==event.key||(event.preventDefault(),onChange(!selected))},role:"switch",style:style,tabIndex:tabIndex,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("div",{className:classnames__WEBPACK_IMPORTED_MODULE_3___default()(sc("switch"),(_classNames={},_classNames[sc("switch--enabled")]=enabled,_classNames[sc("switch--disabled")]=disabled,_classNames[sc("switch--on")]=safeSelected,_classNames[sc("switch--off")]=!safeSelected,_classNames)),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("span",{className:sc("slider")})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("span",{className:sc("title"),children:title})]})}Toggle.displayName="Toggle",Toggle.propTypes={ariaLabel:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,disabled:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,onChange:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func.isRequired,selected:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.number,title:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string},Toggle.defaultProps={ariaLabel:void 0,className:void 0,disabled:!1,selected:!1,style:void 0,tabIndex:0,title:void 0},Toggle.__docgenInfo={description:"Toggle component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria-label for toggle\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled] Flag indicating whether toggle is disabled\n@param {Function} props.onChange Action to perform on toggle change\n@param {boolean} [props.selected=false] Flag indicating whether toggle is selected\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.title] Title for toggle\n@returns {object} JSX of the element",methods:[],displayName:"Toggle",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},selected:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},title:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Toggle/Toggle.jsx"]={name:"Toggle",docgenInfo:Toggle.__docgenInfo,path:"src/components/inputs/Toggle/Toggle.jsx"})},313:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexDataProvider}));__webpack_require__(0);var prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_hooks__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(2);function WebexDataProvider(_ref){var adapter=_ref.adapter,children=_ref.children;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(_hooks__WEBPACK_IMPORTED_MODULE_2__.a.Provider,{value:adapter,children:children})}WebexDataProvider.displayName="WebexDataProvider",WebexDataProvider.propTypes={adapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({activitiesAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,meetingsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,membershipsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,peopleAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,roomsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired}).isRequired,children:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.node.isRequired},WebexDataProvider.__docgenInfo={description:"Provides an adapter context to the wrapped component.\n\n@param {object} props Data passed to the provider\n@param {object} props.adapter Adapter for context\n@param {React.Component} props.children Component children to wrap\n@returns {React.Component} Component with access to the adapter context",methods:[],displayName:"WebexDataProvider",props:{adapter:{type:{name:"shape",value:{activitiesAdapter:{name:"object",required:!0},meetingsAdapter:{name:"object",required:!0},membershipsAdapter:{name:"object",required:!0},peopleAdapter:{name:"object",required:!0},roomsAdapter:{name:"object",required:!0}}},required:!0,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexDataProvider/WebexDataProvider.jsx"]={name:"WebexDataProvider",docgenInfo:WebexDataProvider.__docgenInfo,path:"src/components/WebexDataProvider/WebexDataProvider.jsx"})},315:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexAdaptiveCards}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(15),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),classnames=(__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames),AdaptiveCard=__webpack_require__(91),jsx_runtime=__webpack_require__(2);function WebexAdaptiveCard(_ref){var _classnames,activityID=_ref.activityID,className=_ref.className,cardIndex=_ref.cardIndex,msgSubmitFail=_ref.msgSubmitFail,msgSubmitStarted=_ref.msgSubmitStarted,msgSubmitSuccess=_ref.msgSubmitSuccess,onOpenUrl=_ref.onOpenUrl,onShowCard=_ref.onShowCard,onSubmit=_ref.onSubmit,style=_ref.style,_useAdaptiveCard=Object(hooks.e)(activityID,cardIndex),_useAdaptiveCard2=slicedToArray_default()(_useAdaptiveCard,2),card=_useAdaptiveCard2[0],submit=_useAdaptiveCard2[1],_webexComponentClasse=Object(helpers.a)("adaptive-card",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),submitStatus=_useState2[0],setSubmitStatus=_useState2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)(AdaptiveCard.a,{className:sc("card"),template:card,onOpenUrl:onOpenUrl,onShowCard:onShowCard,onSubmit:function handleSubmit(inputs){setSubmitStatus({message:msgSubmitStarted});var submitPromise=submit(inputs).toPromise();submitPromise.then((function(){return setSubmitStatus({message:msgSubmitSuccess})}),(function(){return setSubmitStatus({message:msgSubmitFail,isError:!0})})).finally(setTimeout((function(){return setSubmitStatus({})}),2e3)),onSubmit(submitPromise,inputs)}}),submitStatus.message&&Object(jsx_runtime.jsx)("div",{className:classnames_default()(sc("status"),(_classnames={},_classnames[sc("status--error")]=submitStatus.isError,_classnames)),children:submitStatus.message})]})}function WebexAdaptiveCards(_ref){var activityID=_ref.activityID,className=_ref.className,_onOpenUrl=_ref.onOpenUrl,_onShowCard=_ref.onShowCard,_onSubmit=_ref.onSubmit,style=_ref.style,activity=Object(hooks.b)(activityID),_webexComponentClasse=Object(helpers.a)("adaptive-cards",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:activity.cards.map((function(_,index){return Object(jsx_runtime.jsx)(WebexAdaptiveCard,{activityID:activityID,className:sc("card"),cardIndex:index,onOpenUrl:function onOpenUrl(url){return _onOpenUrl(index,url)},onShowCard:function onShowCard(shown,card){return _onShowCard(index,shown,card)},onSubmit:function onSubmit(submitPromise,inputs){return _onSubmit(index,submitPromise,inputs)}},index)}))})}WebexAdaptiveCard.displayName="WebexAdaptiveCard",WebexAdaptiveCard.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,cardIndex:prop_types_default.a.number.isRequired,msgSubmitFail:prop_types_default.a.string,msgSubmitStarted:prop_types_default.a.string,msgSubmitSuccess:prop_types_default.a.string,onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,style:prop_types_default.a.shape()},WebexAdaptiveCard.defaultProps={className:void 0,msgSubmitFail:"Error",msgSubmitStarted:"Sending...",msgSubmitSuccess:"Sent",onOpenUrl:function onOpenUrl(){},onShowCard:function onShowCard(){},onSubmit:function onSubmit(){},style:void 0},WebexAdaptiveCard.__docgenInfo={description:"WebexAdaptiveCard component displays a webex adaptive card.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity corresponding to this card\n@param {string} [props.className] Custom CSS class to apply\n@param {number} props.cardIndex Index of the card to display\n@param {string} [props.msgSubmitStarted] Message to display while submitting user input\n@param {string} [props.msgSubmitSuccess] Message to display when submit finished with success\n@param {string} [props.msgSubmitFail] Message to display when submit failed\n@param {openUrlCallback} [props.onOpenUrl] Called when an open url action was performed\n@param {showCardCallback} [props.onShowCard] Called when a show card action was performed\n@param {submitCallback} [props.onSubmit] Called when a submit action was performed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAdaptiveCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},msgSubmitFail:{defaultValue:{value:"'Error'",computed:!1},type:{name:"string"},required:!1,description:""},msgSubmitStarted:{defaultValue:{value:"'Sending...'",computed:!1},type:{name:"string"},required:!1,description:""},msgSubmitSuccess:{defaultValue:{value:"'Sent'",computed:!1},type:{name:"string"},required:!1,description:""},onOpenUrl:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""},cardIndex:{type:{name:"number"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAdaptiveCard/WebexAdaptiveCard.jsx"]={name:"WebexAdaptiveCard",docgenInfo:WebexAdaptiveCard.__docgenInfo,path:"src/components/WebexAdaptiveCard/WebexAdaptiveCard.jsx"}),WebexAdaptiveCards.displayName="WebexAdaptiveCards",WebexAdaptiveCards.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,style:prop_types_default.a.shape()},WebexAdaptiveCards.defaultProps={className:void 0,onOpenUrl:function onOpenUrl(){},onShowCard:function onShowCard(){},onSubmit:function onSubmit(){},style:void 0},WebexAdaptiveCards.__docgenInfo={description:"WebexAdaptiveCards component displays webex adaptive cards corresponding to an activity.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity corresponding to this cards\n@param {string} [props.className] Custom CSS class to apply\n@param {openUrlCallback} [props.onOpenUrl] Called when an open url action was performed\n@param {showCardCallback} [props.onShowCard] Called when a show card action was performed\n@param {submitCallback} [props.onSubmit] Called when a submit action was performed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAdaptiveCards",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onOpenUrl:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAdaptiveCards/WebexAdaptiveCards.jsx"]={name:"WebexAdaptiveCards",docgenInfo:WebexAdaptiveCards.__docgenInfo,path:"src/components/WebexAdaptiveCards/WebexAdaptiveCards.jsx"})},316:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Dropdown}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(107),__webpack_require__(139),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),Icon=__webpack_require__(41),OptionsList=__webpack_require__(310),jsx_runtime=(__webpack_require__(8),__webpack_require__(2));function Popup(_ref){var className=_ref.className,style=_ref.style,children=_ref.children,_webexComponentClasse=Object(helpers.a)("popup",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)(null),_useState2=slicedToArray_default()(_useState,2),position=_useState2[0],setPosition=_useState2[1],ref=Object(hooks.r)(),parentRef=Object(hooks.r)(),childRef=Object(hooks.r)();Object(react.useEffect)((function(){var _ref$current,_ref$current2;parentRef(null===(_ref$current=ref.current)||void 0===_ref$current?void 0:_ref$current.parentNode),childRef(null===(_ref$current2=ref.current)||void 0===_ref$current2?void 0:_ref$current2.firstChild)}),[ref.current]);var parentPosition=Object(hooks.h)(parentRef),childPosition=Object(hooks.h)(childRef);return Object(react.useEffect)((function(){var newPosition,spaceAbove=(null==parentPosition?void 0:parentPosition.top)||0,spaceBelow=window.innerHeight-((null==parentPosition?void 0:parentPosition.bottom)||0)-window.scrollY-12;newPosition=parentPosition&&childPosition?childPosition.height<=spaceBelow||spaceBelow>=spaceAbove?{top:parentPosition.bottom+4,maxHeight:spaceBelow,width:parentPosition.width}:{bottom:window.innerHeight-spaceAbove-window.scrollY+4,maxHeight:spaceAbove-12,width:parentPosition.width}:{},setPosition(newPosition)}),[setPosition,parentPosition,childPosition]),Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,position),ref:ref,children:Object(jsx_runtime.jsx)("div",{children:children})})}Popup.displayName="Popup",Popup.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape(),children:prop_types_default.a.node.isRequired},Popup.defaultProps={className:void 0,style:void 0},Popup.__docgenInfo={description:"Popup component - wrapper component that decides based on the available space\nwhere to be rendered - above or under the target element\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@param {React.ReactNode[]} props.children List of children\n@returns {object} JSX of the element",methods:[],displayName:"Popup",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Popup/Popup.jsx"]={name:"Popup",docgenInfo:Popup.__docgenInfo,path:"src/components/generic/Popup/Popup.jsx"});var Label=__webpack_require__(118),util=__webpack_require__(55);function Dropdown(_ref){var _options$find,ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,controlLabel=_ref.label,onChange=_ref.onChange,options=_ref.options,placeholder=_ref.placeholder,required=_ref.required,style=_ref.style,tabIndex=_ref.tabIndex,tooltip=_ref.tooltip,value=_ref.value,_useState=Object(react.useState)(void 0),_useState2=slicedToArray_default()(_useState,2),expanded=_useState2[0],setExpanded=_useState2[1],_webexComponentClasse=Object(helpers.a)("dropdown",className,{disabled:disabled}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],label=null==options||null===(_options$find=options.find((function(option){return option.value===value})))||void 0===_options$find?void 0:_options$find.label,controlRef=Object(hooks.r)(),selectedOptionRef=Object(hooks.r)(),id=domId||Object(util.g)(),collapse=function collapse(){return setExpanded(void 0)},expand=function expand(withKey){return setExpanded({withKey:withKey})};return Object(react.useEffect)((function(){var cleanup;return expanded&&(setTimeout((function(){return document.addEventListener("click",collapse)})),cleanup=function cleanup(){return document.removeEventListener("click",collapse)}),cleanup}),[expanded]),Object(react.useEffect)((function(){var cleanup;if(expanded){var handleScroll=function handleScroll(event){controlRef.current&&!controlRef.current.contains(event.target)&&collapse()};window.addEventListener("scroll",handleScroll,!0),cleanup=function cleanup(){return window.removeEventListener("scroll",handleScroll,!0)}}return cleanup}),[expanded,controlRef]),Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,style:style,error:error,id:id,label:controlLabel,required:required,children:Object(jsx_runtime.jsxs)("div",{className:sc("control"),ref:controlRef,disabled:disabled,onKeyDown:function handleKeyDown(event){"Escape"!==event.key&&"Esc"!==event.key||(event.stopPropagation(),collapse())},children:[Object(jsx_runtime.jsxs)("div",{"aria-errormessage":error&&id+"-error","aria-invalid":error?"true":"false","aria-controls":id+"-options","aria-expanded":expanded,"aria-haspopup":"listbox","aria-label":ariaLabel,"aria-labelledby":id+"-label",className:sc("selected-option")+" "+(expanded?sc("expanded"):""),id:id+"-control",onClick:function onClick(){return function toggleExpanded(withKey){disabled||setExpanded(expanded?void 0:{withKey:withKey})}(!1)},onKeyDown:function handleSelectedOptionKeyDown(event){"Enter"===event.key||" "===event.key?(event.preventDefault(),expand(!0)):"Tab"===event.key?collapse():"ArrowDown"!==event.key&&"ArrowUp"!==event.key||(event.preventDefault(),event.stopPropagation(),expand(!0))},role:"combobox",tabIndex:disabled?-1:tabIndex,title:tooltip,ref:selectedOptionRef,children:[Object(jsx_runtime.jsx)("span",{className:sc("label"),children:null===options?"Loading...":label||value||placeholder}),Object(jsx_runtime.jsx)(Icon.a,{name:expanded?"arrow-up":"arrow-down",size:13})]}),expanded&&Object(jsx_runtime.jsx)(Popup,{children:Object(jsx_runtime.jsx)(OptionsList.a,{className:sc("options-list"),id:id+"-options",labelId:id+"-label",onBlur:collapse,onSelect:function handleOptionSelect(option){collapse(),onChange(option.value),selectedOptionRef.current.focus()},options:options,selected:value,tabIndex:tabIndex,withKey:expanded.withKey})})]})})}Dropdown.displayName="Dropdown",Dropdown.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired,options:prop_types_default.a.arrayOf(prop_types_default.a.shape({value:prop_types_default.a.string,label:prop_types_default.a.string})),placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,tooltip:prop_types_default.a.string,value:prop_types_default.a.string},Dropdown.defaultProps={ariaLabel:void 0,className:void 0,disabled:!1,error:void 0,id:void 0,label:void 0,options:[],placeholder:void 0,required:!1,style:void 0,tabIndex:0,tooltip:void 0,value:""},Dropdown.__docgenInfo={description:"Dropdown Component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] String that labels the current element\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] True when the control is disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on option selection\n@param {object[]} [props.options] Array of options\n@param {string} [props.placeholder] Placeholder to be displayed\n@param {boolean} [props.required=false] Flag indicating control required\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.tooltip] Tooltip to be displayed\n@param {string} [props.value] Selected option\n@returns {object} JSX of the element",methods:[],displayName:"Dropdown",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},options:{defaultValue:{value:"[]",computed:!1},type:{name:"arrayOf",value:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"string",required:!1}}}},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},tooltip:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Dropdown/Dropdown.jsx"]={name:"Dropdown",docgenInfo:Dropdown.__docgenInfo,path:"src/components/inputs/Dropdown/Dropdown.jsx"})},322:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_exports__.a={room1:{ID:"room1",title:"Developer Standup",roomType:"group"},"room1-activities":["activity1","activity2","activity3","activity4","activity5"],"room1-previous-activities":["default","no-header","long","multi-line"],room2:{ID:"room2",title:"UI/UX Design",roomType:"group"},"room2-activities":["activity6",{date:"2019-08-15T21:00:07.047"},"activity7",{date:"2019-08-20T21:00:07.047"},"activity8"],room3:{ID:"room3",title:"Marketing Campaign",roomType:"space"},"room3-activities":[],room4:{ID:"room4",title:"Brandon Seege",roomType:"direct"},"room4-activities":[],"test-widgets":{ID:"1",title:"test-widgets",type:"group"},widgets:{ID:"2",title:"widgets",type:"group"}}},327:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Loader}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Loader(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("loader",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:sc("bullet")})})}Loader.displayName="Loader",Loader.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},Loader.defaultProps={className:void 0,style:void 0},Loader.__docgenInfo={description:"Loader component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n\n@returns {object} JSX of the element",methods:[],displayName:"Loader",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Loader/Loader.jsx"]={name:"Loader",docgenInfo:Loader.__docgenInfo,path:"src/components/generic/Loader/Loader.jsx"})},35:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Button.a})),__webpack_require__.d(__webpack_exports__,"b",(function(){return Icon.a})),__webpack_require__.d(__webpack_exports__,"c",(function(){return InputField})),__webpack_require__.d(__webpack_exports__,"d",(function(){return OptionsList.a})),__webpack_require__.d(__webpack_exports__,"e",(function(){return Title.a}));__webpack_require__(216),__webpack_require__(163);var Button=__webpack_require__(96),Icon=__webpack_require__(41),slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(12),__webpack_require__(83),__webpack_require__(0),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),classnames=__webpack_require__(108),classnames_default=__webpack_require__.n(classnames),helpers=__webpack_require__(4),hooks=__webpack_require__(6),util=__webpack_require__(55),Label=__webpack_require__(118),jsx_runtime=__webpack_require__(2);function InputField(_ref){var _classNames,ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,label=_ref.label,max=_ref.max,maxLength=_ref.maxLength,min=_ref.min,name=_ref.name,onChange=_ref.onChange,pattern=_ref.pattern,placeholder=_ref.placeholder,required=_ref.required,rightControls=_ref.rightControls,rightIcon=_ref.rightIcon,style=_ref.style,tabIndex=_ref.tabIndex,type=_ref.type,value=_ref.value,_webexComponentClasse=Object(helpers.a)("input-field",className,{error:error,"has-right-icon":void 0!==rightIcon,"has-right-controls":rightControls}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],inputRef=Object(hooks.r)(),id=domId||Object(util.g)();return Object(hooks.f)(inputRef,autoFocus),Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,error:error,id:id,label:label,required:required,style:style,children:Object(jsx_runtime.jsxs)("div",{className:sc("form-control"),children:[Object(jsx_runtime.jsx)("input",{"aria-errormessage":error&&id+"-error","aria-invalid":error?"true":"false","aria-label":ariaLabel,"aria-labelledby":id+"-label",autoFocus:autoFocus,className:classnames_default()(sc("input"),(_classNames={},_classNames[sc("error")]=error,_classNames)),disabled:disabled,id:id+"-control",max:max,maxLength:maxLength,min:min,name:name,onChange:function handleChange(event){return onChange(event.target.value)},onKeyDown:function onKeyDown(event){["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(event.key)&&event.stopPropagation()},pattern:pattern,placeholder:placeholder,ref:inputRef,required:required,tabIndex:tabIndex,type:type,value:value}),!!rightIcon&&Object(jsx_runtime.jsx)("span",{className:sc("right-icon"),children:rightIcon}),rightControls&&Object(jsx_runtime.jsx)("div",{className:sc("right-controls"),children:rightControls})]})})}InputField.displayName="InputField",InputField.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,max:prop_types_default.a.number,maxLength:prop_types_default.a.number,min:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func,pattern:prop_types_default.a.string,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,rightControls:prop_types_default.a.node,rightIcon:prop_types_default.a.oneOfType([prop_types_default.a.bool,prop_types_default.a.object]),style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,type:prop_types_default.a.string,value:prop_types_default.a.oneOfType([prop_types_default.a.string,prop_types_default.a.number])},InputField.defaultProps={ariaLabel:void 0,autoFocus:!1,className:void 0,disabled:!1,error:void 0,id:void 0,label:void 0,max:void 0,maxLength:void 0,min:void 0,name:void 0,onChange:void 0,pattern:void 0,placeholder:void 0,required:!1,rightControls:void 0,rightIcon:void 0,style:void 0,tabIndex:0,type:"text",value:void 0},InputField.__docgenInfo={description:"Generic input field component for building more specific components (text, date, number, etc.).\nShould not be used directly in forms.\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria label\n@param {boolean} [props.autoFocus=false] Flag indicating if the input should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {number} [props.max] Maximum value for the input element\n@param {number} [props.maxLength] Maximum number of characters allowed\n@param {number} [props.min] Minimum value for the input element\n@param {string} [props.name] Input name\n@param {Function} [props.onChange] Action to perform on input change\n@param {string} [props.pattern] Specifies a regular expression that the element's value is checked against\n@param {string} [props.placeholder] Input placeholder\n@param {boolean} [props.required=false] Flag indicating input required\n@param {React.JSX.Element} [props.rightControls] Controls to be displayed to the right of the input\n@param {boolean|React.JSX.Element} [props.rightIcon] Icon to be displayed on the right side of the input\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.type=text] Input type\n@param {(string|number)} [props.value] Input value\n@returns {object} JSX of the component",methods:[],displayName:"InputField",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},max:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},maxLength:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},min:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},pattern:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},rightControls:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},rightIcon:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"bool"},{name:"object"}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},type:{defaultValue:{value:"'text'",computed:!1},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"string"},{name:"number"}]},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/InputField/InputField.jsx"]={name:"InputField",docgenInfo:InputField.__docgenInfo,path:"src/components/generic/InputField/InputField.jsx"});__webpack_require__(183),__webpack_require__(309);var OptionsList=__webpack_require__(310),Title=(__webpack_require__(86),__webpack_require__(100))},4:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return webexComponentClasses})),__webpack_require__.d(__webpack_exports__,"b",(function(){return isSpeakerSupported}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),toConsumableArray=__webpack_require__(101),toConsumableArray_default=__webpack_require__.n(toConsumableArray),classnames=(__webpack_require__(1016),__webpack_require__(30),__webpack_require__(8),__webpack_require__(402),__webpack_require__(19),__webpack_require__(15),__webpack_require__(103),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames);function webexComponentClasses(classBaseName,userClassName,otherClasses){var userClassNames=Array.isArray(userClassName)?userClassName:[userClassName];return[classnames_default.a.apply(void 0,["wxc","wxc-"+classBaseName].concat(toConsumableArray_default()(userClassNames),[Object.assign({},Object.fromEntries(Object.entries(otherClasses||{}).map((function(_ref){var _ref2=slicedToArray_default()(_ref,2),key=_ref2[0],val=_ref2[1];return["wxc-"+classBaseName+"--"+key,val]}))))])),function sc(subclass){return"wxc-"+classBaseName+"__"+subclass}]}var isSpeakerSupported=!!document.createElement("audio").setSinkId},41:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Icon}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(12),__webpack_require__(92),__webpack_require__(38),__webpack_require__(72),__webpack_require__(29),__webpack_require__(167),__webpack_require__(0),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),jsx_runtime=__webpack_require__(2);function ArrowDown(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M25.7075 0.293202C25.52 0.105701 25.2656 0.000366211 25.0004 0.000366211C24.7353 0.000366211 24.4809 0.105701 24.2934 0.293202L13 11.5862L1.70699 0.293202C1.51851 0.110381 1.26568 0.00902984 1.0031 0.0110359C0.740528 0.013042 0.489278 0.118244 0.303611 0.303925C0.117943 0.489605 0.0127584 0.740862 0.0107709 1.00344C0.00878336 1.26601 0.110153 1.51883 0.292988 1.7073L12.293 13.7073C12.4805 13.8948 12.7348 14.0001 13 14.0001C13.2652 14.0001 13.5195 13.8948 13.707 13.7073L25.707 1.7073C25.8946 1.51984 26 1.26555 26.0001 1.00036C26.0002 0.735168 25.8949 0.4808 25.7075 0.293202Z"})})}function ArrowLeft(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 8 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M1.70721 6.99987L7.35366 1.35352C7.44508 1.25928 7.49577 1.13287 7.49477 1.00159C7.49378 0.870299 7.44119 0.74467 7.34835 0.65183C7.25552 0.55899 7.12989 0.506389 6.99861 0.505386C6.86732 0.504383 6.7409 0.555058 6.64666 0.646469L0.646662 6.64647C0.552911 6.74023 0.500244 6.8674 0.500244 6.99999C0.500244 7.13259 0.552911 7.25975 0.646662 7.35352L6.64666 13.3535C6.69283 13.4011 6.748 13.439 6.80896 13.4651C6.86992 13.4912 6.93546 13.5049 7.00176 13.5054C7.06806 13.5059 7.13379 13.4932 7.19514 13.468C7.25649 13.4429 7.31223 13.4058 7.35911 13.3589C7.40599 13.312 7.44307 13.2563 7.46821 13.1949C7.49335 13.1336 7.50603 13.0679 7.50553 13.0016C7.50502 12.9353 7.49133 12.8697 7.46526 12.8088C7.43919 12.7478 7.40125 12.6926 7.35366 12.6465L1.70721 6.99987Z"})})}function ArrowUp(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M26.7071 12.2932L14.7071 0.293202C14.5196 0.105701 14.2652 0.000366211 14 0.000366211C13.7349 0.000366211 13.4805 0.105701 13.293 0.293202L1.293 12.2932C1.19821 12.3856 1.12271 12.4959 1.07089 12.6178C1.01907 12.7396 0.991948 12.8705 0.991109 13.0029C0.99027 13.1353 1.01573 13.2665 1.066 13.389C1.11628 13.5114 1.19037 13.6227 1.28398 13.7163C1.37759 13.8099 1.48886 13.884 1.61133 13.9343C1.73381 13.9846 1.86504 14.01 1.99743 14.0092C2.12981 14.0084 2.26071 13.9812 2.38254 13.9294C2.50436 13.8776 2.61468 13.8021 2.7071 13.7073L14 2.4143L25.293 13.7073C25.3854 13.8021 25.4957 13.8776 25.6176 13.9294C25.7394 13.9812 25.8703 14.0084 26.0027 14.0092C26.1351 14.01 26.2663 13.9846 26.3888 13.9343C26.5112 13.884 26.6225 13.8099 26.7161 13.7163C26.8097 13.6227 26.8838 13.5114 26.9341 13.389C26.9844 13.2665 27.0098 13.1353 27.009 13.0029C27.0082 12.8705 26.981 12.7396 26.9292 12.6178C26.8774 12.4959 26.8019 12.3856 26.7071 12.2932Z"})})}ArrowDown.displayName="ArrowDown",ArrowDown.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowDown.defaultProps={size:26,className:"",style:{}},ArrowDown.__docgenInfo={description:"Arrow Down SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowDown",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowDown.jsx"]={name:"ArrowDown",docgenInfo:ArrowDown.__docgenInfo,path:"src/components/icons/ArrowDown.jsx"}),ArrowLeft.displayName="ArrowLeft",ArrowLeft.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowLeft.defaultProps={size:16,className:"",style:{}},ArrowLeft.__docgenInfo={description:"Left Arrow SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowLeft",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowLeft.jsx"]={name:"ArrowLeft",docgenInfo:ArrowLeft.__docgenInfo,path:"src/components/icons/ArrowLeft.jsx"}),ArrowUp.displayName="ArrowUp",ArrowUp.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowUp.defaultProps={size:26,className:"",style:{}},ArrowUp.__docgenInfo={description:"Arrow Up SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowUp",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowUp.jsx"]={name:"ArrowUp",docgenInfo:ArrowUp.__docgenInfo,path:"src/components/icons/ArrowUp.jsx"});var helpers=__webpack_require__(4);function AudioMicrophoneIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-microphone-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18 21.0002H16.5154C15.6304 21.0221 14.7675 20.7223 14.0868 20.1563C13.4061 19.5903 12.9539 18.7966 12.814 17.9224C13.8476 17.7311 14.7818 17.1843 15.4547 16.3766C16.1276 15.569 16.4969 14.5515 16.4985 13.5002V6.00024C16.4985 4.80677 16.0244 3.66218 15.1805 2.81826C14.3366 1.97435 13.192 1.50024 11.9985 1.50024C10.8051 1.50024 9.66047 1.97435 8.81656 2.81826C7.97264 3.66218 7.49854 4.80677 7.49854 6.00024V13.5002C7.5004 14.5713 7.88398 15.6066 8.58042 16.4204C9.27685 17.2341 10.2405 17.773 11.2985 17.9402C11.4397 19.1001 11.9685 20.1783 12.799 21.0002H6C5.80109 21.0002 5.61032 21.0793 5.46967 21.2199C5.32902 21.3606 5.25 21.5513 5.25 21.7502C5.25 21.9492 5.32902 22.1399 5.46967 22.2806C5.61032 22.4212 5.80109 22.5002 6 22.5002H18C18.1989 22.5002 18.3897 22.4212 18.5303 22.2806C18.671 22.1399 18.75 21.9492 18.75 21.7502C18.75 21.5513 18.671 21.3606 18.5303 21.2199C18.3897 21.0793 18.1989 21.0002 18 21.0002ZM8.99854 11.2412V9.75024H14.9985V11.2412H8.99854ZM11.9985 3.00024C12.7939 3.00104 13.5565 3.31736 14.119 3.8798C14.6814 4.44224 14.9977 5.20484 14.9985 6.00024V8.25024H8.99854V6.00024C8.99933 5.20484 9.31566 4.44224 9.87809 3.8798C10.4405 3.31736 11.2031 3.00104 11.9985 3.00024Z"}),Object(jsx_runtime.jsx)("path",{className:"accent",d:"M9 11.25H15V13.5C15 15.1569 13.6569 16.5 12 16.5C10.3431 16.5 9 15.1569 9 13.5V11.25Z"}),Object(jsx_runtime.jsx)("rect",{className:"accent",x:"9",y:"8.25",width:"6",height:"1.5"})]})}function AudioMicrophoneMutedIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-microphone-muted-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18.0017 20.9998H16.5171C15.6321 21.0217 14.7693 20.7218 14.0886 20.1558C13.4079 19.5898 12.9556 18.7961 12.8157 17.922C13.3101 17.8295 13.7854 17.6542 14.2214 17.4035L13.1019 16.2839C12.6475 16.4667 12.1552 16.5351 11.6682 16.4828C11.1813 16.4306 10.7146 16.2595 10.3094 15.9844C9.90415 15.7094 9.57276 15.3389 9.34441 14.9057C9.11606 14.4724 8.99775 13.9896 8.99992 13.4999V12.1817L7.49992 10.6816V13.4998C7.50176 14.5709 7.88538 15.6063 8.58188 16.4201C9.27839 17.2338 10.2422 17.7726 11.3002 17.9397C11.4415 19.0996 11.9702 20.1779 12.8007 20.9998H6.00175C5.80283 20.9998 5.61207 21.0788 5.47142 21.2195C5.33076 21.3601 5.25175 21.5509 5.25175 21.7498C5.25175 21.9487 5.33076 22.1395 5.47142 22.2801C5.61207 22.4208 5.80283 22.4998 6.00175 22.4998H18.0017C18.2007 22.4998 18.3914 22.4208 18.5321 22.2801C18.6727 22.1395 18.7517 21.9487 18.7517 21.7498C18.7517 21.5509 18.6727 21.3601 18.5321 21.2195C18.3914 21.0788 18.2007 20.9998 18.0017 20.9998Z"}),Object(jsx_runtime.jsx)("path",{d:"M21.5306 20.4695L16.1892 15.1284C16.3945 14.6099 16.5 14.0574 16.5003 13.4998V5.99981C16.4987 4.80729 16.0239 3.66415 15.1802 2.82145C14.3364 1.97876 13.1926 1.50543 12.0001 1.50543C10.8076 1.50543 9.66382 1.97876 8.82004 2.82145C7.97626 3.66415 7.50145 4.80729 7.49992 5.99981V6.43918L3.53021 2.46954C3.38957 2.3289 3.19883 2.24989 2.99993 2.24988C2.80104 2.24988 2.61029 2.32889 2.46965 2.46953C2.32901 2.61016 2.25 2.80091 2.25 2.9998C2.25 3.19869 2.32901 3.38944 2.46964 3.53008L20.47 21.5301C20.5396 21.5997 20.6223 21.655 20.7133 21.6926C20.8043 21.7303 20.9018 21.7497 21.0003 21.7497C21.0988 21.7497 21.1963 21.7303 21.2873 21.6926C21.3782 21.655 21.4609 21.5997 21.5306 21.5301C21.6002 21.4604 21.6554 21.3778 21.6931 21.2868C21.7308 21.1958 21.7502 21.0983 21.7502 20.9998C21.7502 20.9013 21.7308 20.8038 21.6931 20.7128C21.6554 20.6218 21.6002 20.5392 21.5306 20.4695ZM15.0003 13.4998C14.9976 13.6348 14.9854 13.7695 14.9637 13.9028L8.99994 7.93915V5.99981C9.00119 5.20493 9.31784 4.44304 9.88035 3.88142C10.4429 3.31981 11.2052 3.00437 12.0001 3.00437C12.795 3.00437 13.5574 3.31981 14.1199 3.88142C14.6824 4.44304 14.999 5.20493 15.0003 5.99981V13.4998Z"})]})}function CheckIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M8.20046 17.1999C8.06863 17.2002 7.93805 17.1743 7.81633 17.1236C7.69461 17.073 7.58418 16.9987 7.49146 16.905L0.291276 9.66962C0.198683 9.57651 0.125336 9.46608 0.0754228 9.34463C0.0255091 9.22317 6.0504e-06 9.09308 0.000370053 8.96177C0.000734056 8.83046 0.026958 8.70051 0.0775442 8.57933C0.12813 8.45816 0.202088 8.34813 0.295196 8.25554C0.388303 8.16295 0.498736 8.0896 0.620189 8.03969C0.741643 7.98977 0.871738 7.96427 1.00305 7.96463C1.13436 7.965 1.26431 7.99122 1.38548 8.04181C1.50666 8.09239 1.61668 8.16635 1.70928 8.25946L8.2542 14.8366L24.3499 1.04169C24.5511 0.869196 24.8126 0.783711 25.0769 0.80404C25.3412 0.824369 25.5866 0.948847 25.759 1.15009C25.9315 1.35133 26.017 1.61286 25.9967 1.87713C25.9764 2.1414 25.8519 2.38678 25.6506 2.55927L8.85085 16.9587C8.67 17.1145 8.43917 17.2001 8.20046 17.1999Z"})})}function CameraBoldIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_webexComponentClasse=Object(helpers.a)("camera-bold-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,"aria-label":ariaLabel,children:Object(jsx_runtime.jsx)("path",{d:"M43.5779 13.9478C43.1434 13.6776 42.6468 13.5236 42.1358 13.5006C41.6247 13.4775 41.1162 13.5861 40.6592 13.8159C40.613 13.8394 40.5684 13.8643 40.5244 13.8921L36.0039 16.7672V15.001C36.0016 13.0126 35.2106 11.1063 33.8046 9.70026C32.3986 8.29424 30.4923 7.50331 28.5039 7.50098H10.5039C8.5155 7.50331 6.6092 8.29424 5.20319 9.70026C3.79717 11.1063 3.00624 13.0126 3.00391 15.001V33.001C3.00624 34.9894 3.79717 36.8957 5.20318 38.3017C6.6092 39.7077 8.5155 40.4986 10.5039 40.501H28.5039C30.4923 40.4986 32.3986 39.7077 33.8046 38.3017C35.2106 36.8957 36.0016 34.9894 36.0039 33.001V31.2338L40.5244 34.107C40.5676 34.1348 40.6123 34.1597 40.6577 34.1832C41.115 34.4121 41.6233 34.5203 42.1342 34.4975C42.6451 34.4747 43.1417 34.3217 43.5768 34.0529C44.012 33.7842 44.3711 33.4087 44.6203 32.962C44.8694 32.5154 45.0002 32.0125 45.0002 31.501V16.4995C45.002 15.9879 44.8722 15.4844 44.6231 15.0375C44.374 14.5906 44.014 14.2153 43.5779 13.9478ZM33.0039 33.001C33.0026 34.1941 32.5281 35.3379 31.6844 36.1815C30.8408 37.0252 29.697 37.4997 28.5039 37.501H10.5039C9.31083 37.4997 8.167 37.0252 7.32336 36.1815C6.47973 35.3379 6.00521 34.1941 6.00391 33.001V15.001C6.00521 13.8079 6.47973 12.6641 7.32336 11.8204C8.167 10.9768 9.31083 10.5023 10.5039 10.501H28.5039C29.697 10.5023 30.8408 10.9768 31.6844 11.8204C32.5281 12.6641 33.0026 13.8079 33.0039 15.001V33.001ZM36.0039 27.6794V20.3222L42.0002 16.5083L42.001 31.4907L36.0039 27.6794Z"})})}function CameraIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.7866 6.97363C21.5696 6.83826 21.3213 6.76108 21.0658 6.74954C20.8102 6.73799 20.556 6.79247 20.3276 6.90771C20.3048 6.91926 20.2825 6.93197 20.261 6.9458L18 8.38299V7.50024C17.9988 6.50604 17.6034 5.55289 16.9004 4.84988C16.1974 4.14687 15.2442 3.75141 14.25 3.75024H5.25C4.2558 3.75141 3.30265 4.14688 2.59964 4.84989C1.89663 5.55289 1.50117 6.50604 1.5 7.50024V16.5002C1.50117 17.4944 1.89663 18.4476 2.59964 19.1506C3.30265 19.8536 4.2558 20.2491 5.25 20.2502H14.25C15.2442 20.2491 16.1974 19.8536 16.9004 19.1506C17.6034 18.4476 17.9988 17.4944 18 16.5002V15.616L20.261 17.0532C20.2821 17.0671 20.3041 17.0795 20.3269 17.0905C20.5555 17.2051 20.8097 17.2593 21.0651 17.248C21.3206 17.2366 21.569 17.1601 21.7865 17.0257C22.0041 16.8913 22.1837 16.7035 22.3082 16.4801C22.4326 16.2567 22.4979 16.0052 22.4978 15.7495V8.24948C22.4987 7.99366 22.4338 7.74192 22.3092 7.51847C22.1847 7.29502 22.0047 7.10739 21.7866 6.97363ZM16.5 16.5002C16.4993 17.0968 16.2621 17.6687 15.8403 18.0905C15.4185 18.5123 14.8465 18.7496 14.25 18.7502H5.25C4.65346 18.7496 4.08155 18.5123 3.65973 18.0905C3.23792 17.6687 3.00065 17.0968 3 16.5002V7.50024C3.00065 6.90371 3.23791 6.33179 3.65973 5.90997C4.08154 5.48816 4.65346 5.2509 5.25 5.25024H14.25C14.8465 5.2509 15.4185 5.48816 15.8403 5.90997C16.2621 6.33179 16.4993 6.90371 16.5 7.50024V16.5002ZM18 13.8392V10.1598L20.9978 8.25464L20.9993 15.7451L18 13.8392Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"}),Object(jsx_runtime.jsx)("path",{className:"accent",d:"M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"})]})}function CameraMutedIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-muted-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.787 6.97387C21.5698 6.8388 21.3215 6.76181 21.0659 6.75027C20.8104 6.73872 20.5562 6.79302 20.3276 6.90795C20.3046 6.91967 20.2822 6.93212 20.2603 6.94603L18 8.38359V7.50048C17.9988 6.50627 17.6034 5.55313 16.9004 4.85012C16.1974 4.14711 15.2442 3.75165 14.25 3.75048H5.25C5.11281 3.75275 4.97587 3.7629 4.83985 3.78087L3.52846 2.46947C3.38783 2.32883 3.19708 2.24982 2.99819 2.24982C2.79929 2.24982 2.60855 2.32882 2.46791 2.46946C2.32727 2.6101 2.24825 2.80085 2.24825 2.99974C2.24825 3.19863 2.32726 3.38938 2.4679 3.53002L20.4683 21.53C20.6089 21.6707 20.7996 21.7497 20.9985 21.7497C21.1974 21.7497 21.3882 21.6707 21.5288 21.53C21.6694 21.3894 21.7485 21.1986 21.7485 20.9997C21.7485 20.8009 21.6694 20.6101 21.5288 20.4695L17.9696 16.9104C17.9876 16.7745 17.9977 16.6376 18 16.5005V15.6169L20.2603 17.0535C20.2819 17.0674 20.3042 17.0799 20.3269 17.0916C20.5556 17.206 20.8097 17.2601 21.0651 17.2488C21.3206 17.2374 21.5689 17.1608 21.7865 17.0265C22.004 16.8921 22.1836 16.7043 22.3082 16.481C22.4327 16.2577 22.4981 16.0062 22.4982 15.7505V8.24976C22.4991 7.99393 22.4341 7.74218 22.3096 7.51872C22.185 7.29527 22.0051 7.10763 21.787 6.97387ZM6.30947 5.25048H14.25C14.8465 5.25113 15.4185 5.48839 15.8403 5.91021C16.2621 6.33202 16.4993 6.90394 16.5 7.50048V15.4407L6.30947 5.25048ZM18 13.8397V10.1611L20.9982 8.25414L20.9985 15.7454L18 13.8397Z"}),Object(jsx_runtime.jsx)("path",{d:"M14.25 18.7505H5.25C4.65346 18.7498 4.08154 18.5126 3.65973 18.0907C3.23791 17.6689 3.00065 17.097 3 16.5005V7.50048C3.00255 7.13381 3.09586 6.77347 3.27159 6.45165L2.17928 5.35933C1.73774 5.98606 1.50051 6.73384 1.5 7.50048V16.5005C1.50117 17.4947 1.89663 18.4478 2.59964 19.1508C3.30265 19.8538 4.2558 20.2493 5.25 20.2505H14.25C15.0167 20.2499 15.7645 20.0126 16.3912 19.5711L15.299 18.4788C14.9771 18.6546 14.6167 18.7479 14.25 18.7505Z"})]})}function CameraPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M28.7871 9.72433C28.562 9.58573 28.3044 9.50895 28.0402 9.50176C27.7759 9.49456 27.5145 9.55719 27.2822 9.68333L23.5 12.088V10.0007C23.4987 8.80766 23.0242 7.66382 22.1805 6.82018C21.3369 5.97655 20.1931 5.50203 19 5.50073H7C5.80692 5.50203 4.66308 5.97655 3.81945 6.82018C2.97582 7.66382 2.5013 8.80766 2.5 10.0007V22.0007C2.5013 23.1938 2.97582 24.3376 3.81945 25.1813C4.66308 26.0249 5.80692 26.4994 7 26.5007H19C20.1931 26.4994 21.3369 26.0249 22.1805 25.1813C23.0241 24.3376 23.4987 23.1938 23.5 22.0007V19.9107L27.3271 22.3413C27.5357 22.446 27.7657 22.5008 27.999 22.5013C28.3966 22.5 28.7775 22.3414 29.0584 22.06C29.3394 21.7787 29.4975 21.3976 29.4983 21V11C29.4992 10.7442 29.4343 10.4925 29.3097 10.2691C29.1852 10.0456 29.0052 9.85804 28.7871 9.72433Z"})})}function CameraIssueIcon(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-issue-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:"96",height:"88",viewBox:"0 0 96 88",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.8643 54.3002V64.2002M5.86426 51.2002V10.2002C5.86426 5.8002 9.46426 2.2002 13.8643 2.2002H61.8643C66.2643 2.2002 69.8643 5.8002 69.8643 10.2002V21.3002C69.8643 22.1002 70.7643 22.6002 71.4643 22.1002L90.6643 9.3002C91.9643 8.4002 93.7643 9.4002 93.7643 11.0002V57.5002C93.7643 59.1002 91.9643 60.1002 90.6643 59.2002L71.3643 46.3002C70.6643 45.9002 69.7643 46.3002 69.7643 47.1002V58.2002C69.7643 62.6002 66.1643 66.2002 61.7643 66.2002H39.0643C38.3643 66.2002 37.6643 65.8002 37.2643 65.1002L27.0643 45.9002C24.7643 41.7002 18.7643 41.7002 16.5643 45.9002L2.66426 71.4002C0.46426 75.4002 3.36426 80.3002 7.96426 80.3002H36.8643C39.0643 80.3002 40.8643 78.5002 40.8643 76.3002C40.8643 74.1002 39.0643 72.3002 36.8643 72.3002C28.8643 72.3002 21.8643 86.3002 21.8643 86.3002",stroke:"url(#wxc-icon--camera-issue)",strokeWidth:"2.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"wxc-icon--camera-issue",x1:"47.8392",y1:"2.2002",x2:"47.8392",y2:"86.3002",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function CancelIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M13.0596 11.9998L19.2794 5.78001C19.349 5.71038 19.4042 5.6277 19.4419 5.53672C19.4796 5.44573 19.499 5.34822 19.499 5.24974C19.499 5.15126 19.4796 5.05374 19.4419 4.96276C19.4042 4.87177 19.349 4.7891 19.2793 4.71947C19.2097 4.64983 19.127 4.5946 19.036 4.55691C18.945 4.51923 18.8475 4.49983 18.7491 4.49983C18.6506 4.49984 18.5531 4.51924 18.4621 4.55692C18.3711 4.59461 18.2884 4.64985 18.2188 4.71949L11.999 10.9392L5.77929 4.71949C5.70979 4.64921 5.62709 4.59335 5.53594 4.55514C5.44478 4.51692 5.34697 4.49711 5.24813 4.49683C5.14929 4.49655 5.05137 4.51581 4.96 4.55351C4.86863 4.59121 4.78562 4.64659 4.71573 4.71648C4.64584 4.78638 4.59045 4.8694 4.55276 4.96077C4.51507 5.05214 4.49581 5.15006 4.4961 5.2489C4.49638 5.34774 4.5162 5.44555 4.55442 5.5367C4.59264 5.62786 4.6485 5.71055 4.71879 5.78004L10.9385 11.9998L4.71879 18.2195C4.64915 18.2892 4.59391 18.3718 4.55622 18.4628C4.51853 18.5538 4.49914 18.6513 4.49914 18.7498C4.49914 18.8483 4.51853 18.9458 4.55622 19.0368C4.59391 19.1278 4.64915 19.2105 4.71878 19.2801C4.78842 19.3497 4.87109 19.405 4.96207 19.4427C5.05306 19.4803 5.15057 19.4997 5.24906 19.4997C5.34754 19.4997 5.44505 19.4803 5.53604 19.4427C5.62702 19.405 5.70969 19.3497 5.77933 19.2801L11.9991 13.0603L18.2188 19.2801C18.3595 19.4207 18.5502 19.4997 18.7491 19.4997C18.948 19.4997 19.1387 19.4207 19.2794 19.2801C19.42 19.1395 19.499 18.9487 19.499 18.7498C19.499 18.5509 19.42 18.3602 19.2794 18.2195L13.0596 11.9998Z",fillOpacity:"0.95"})})}function ChatFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M15.9989 3.5C13.7548 3.5003 11.552 4.1047 9.62198 5.24976C7.69191 6.39481 6.10565 8.03831 5.02971 10.0077C3.95376 11.9772 3.4278 14.1999 3.50702 16.4427C3.58624 18.6855 4.26772 20.8656 5.47995 22.7542C5.33614 23.4793 5.0456 24.1674 4.62617 24.7762C4.20675 25.3849 3.66729 25.9015 3.04095 26.2942C2.42715 26.6975 2.41695 27.1965 2.61225 27.5295C2.98135 28.1604 4.35685 28.51 6.02095 28.51C7.73977 28.5206 9.44103 28.164 11.0109 27.4641C12.7145 28.2053 14.5618 28.5575 16.4185 28.4951C18.2752 28.4328 20.0947 27.9573 21.7446 27.1034C23.3945 26.2495 24.8334 25.0386 25.9565 23.5587C27.0797 22.0789 27.8589 20.3673 28.2374 18.5485C28.616 16.7297 28.5844 14.8494 28.145 13.0443C27.7056 11.2393 26.8695 9.55483 25.6973 8.11351C24.5251 6.6722 23.0464 5.51027 21.3688 4.71221C19.6912 3.91415 17.8567 3.50004 15.9989 3.5Z"})})}function ControlDown(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 14 7",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M0.776062 3.44715L6.77631 6.44715C6.84576 6.48183 6.92232 6.49988 6.99994 6.49988C7.07756 6.49988 7.15412 6.48183 7.22356 6.44715L13.2236 3.44715C13.3422 3.38784 13.4324 3.28384 13.4743 3.15802C13.4951 3.09572 13.5034 3.02994 13.4987 2.96444C13.4941 2.89894 13.4766 2.83499 13.4472 2.77625C13.4178 2.71752 13.3772 2.66514 13.3276 2.62211C13.278 2.57908 13.2204 2.54625 13.1581 2.52548C13.0323 2.48354 12.8949 2.49329 12.7763 2.5526L6.99991 5.4408L1.22331 2.5526C1.10469 2.4933 0.967361 2.48354 0.841543 2.52548C0.779244 2.54625 0.721645 2.57908 0.672036 2.62211C0.622427 2.66514 0.581778 2.71752 0.552412 2.77625C0.523045 2.83499 0.505535 2.89894 0.500881 2.96444C0.496227 3.02995 0.504521 3.09572 0.525289 3.15802C0.546057 3.22032 0.578891 3.27792 0.621919 3.32753C0.664947 3.37714 0.717325 3.41779 0.776062 3.44715Z"})})}function ControlUp(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 14 7",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M0.552614 4.2235C0.581975 4.28225 0.62262 4.33463 0.672228 4.37766C0.721836 4.42069 0.779435 4.45353 0.841736 4.4743C0.904037 4.49507 0.969819 4.50336 1.03533 4.4987C1.10083 4.49405 1.16478 4.47653 1.22351 4.44715L6.99996 1.55895L12.7762 4.44715C12.8948 4.50647 13.0322 4.51623 13.158 4.47429C13.2838 4.43235 13.3878 4.34215 13.4471 4.22353C13.5065 4.1049 13.5162 3.96757 13.4743 3.84175C13.4323 3.71593 13.3421 3.61192 13.2235 3.5526L7.22351 0.552603C7.15406 0.517913 7.07749 0.499854 6.99986 0.499854C6.92223 0.499854 6.84566 0.517913 6.77621 0.552603L0.776214 3.5526C0.717475 3.58197 0.665097 3.62262 0.622069 3.67223C0.579042 3.72184 0.546209 3.77944 0.525445 3.84174C0.504681 3.90404 0.496394 3.96982 0.501056 4.03532C0.505717 4.10083 0.523237 4.16477 0.552614 4.2235Z"})})}function DndPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 29.5C23.4558 29.5 29.5 23.4558 29.5 16C29.5 8.54416 23.4558 2.5 16 2.5C8.54416 2.5 2.5 8.54416 2.5 16C2.5 23.4558 8.54416 29.5 16 29.5ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H22C22.5523 17 23 16.5523 23 16C23 15.4477 22.5523 15 22 15H10Z"})})}function ExternalUserIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.9063 14.0264V14.8436C13.9063 14.9679 13.9556 15.0872 14.0436 15.1751C14.1315 15.263 14.2507 15.3124 14.375 15.3124C14.4993 15.3124 14.6186 15.263 14.7065 15.1751C14.7944 15.0872 14.8438 14.9679 14.8438 14.8436V14.0264C14.8438 13.902 14.7944 13.7828 14.7065 13.6949C14.6186 13.607 14.4993 13.5576 14.375 13.5576C14.2507 13.5576 14.1315 13.607 14.0436 13.6949C13.9556 13.7828 13.9063 13.902 13.9063 14.0264Z"}),Object(jsx_runtime.jsx)("path",{d:"M14.3749 16.8751C14.6338 16.8751 14.8437 16.6652 14.8437 16.4063C14.8437 16.1474 14.6338 15.9376 14.3749 15.9376C14.116 15.9376 13.9062 16.1474 13.9062 16.4063C13.9062 16.6652 14.116 16.8751 14.3749 16.8751Z"}),Object(jsx_runtime.jsx)("path",{d:"M18.5864 16.8822L15.47 11.2559L15.4627 11.2437C15.352 11.0541 15.1934 10.897 15.0028 10.7881C14.8122 10.6792 14.5962 10.6225 14.3767 10.6236C14.1572 10.6247 13.9418 10.6837 13.7523 10.7944C13.5628 10.9052 13.4058 11.064 13.2971 11.2547L10.1703 16.87C10.0596 17.06 10.001 17.2758 10.0004 17.4957C9.99972 17.7156 10.0571 17.9318 10.1666 18.1224C10.2762 18.3131 10.4341 18.4715 10.6244 18.5816C10.8147 18.6918 11.0307 18.7498 11.2506 18.7498H17.4994C17.7181 18.7498 17.933 18.6924 18.1225 18.5834C18.3121 18.4744 18.4698 18.3175 18.5798 18.1285C18.6898 17.9395 18.7483 17.7249 18.7495 17.5062C18.7507 17.2875 18.6944 17.0724 18.5864 16.8822ZM11.2567 17.4889L14.3817 11.8712L17.4994 17.4999L11.2567 17.4889Z"}),Object(jsx_runtime.jsx)("path",{d:"M12.1521 8.89943C11.85 8.75608 11.539 8.63255 11.2209 8.52964C11.8951 8.01306 12.3905 7.29813 12.6373 6.4854C12.8842 5.67266 12.8701 4.803 12.597 3.9987C12.3239 3.1944 11.8056 2.49591 11.115 2.00147C10.4243 1.50702 9.59608 1.24148 8.74668 1.24219C7.89729 1.2429 7.06948 1.50982 6.37966 2.00542C5.68984 2.50102 5.17271 3.20036 4.90099 4.00512C4.62926 4.80988 4.6166 5.67956 4.8648 6.49188C5.113 7.3042 5.60957 8.0183 6.28468 8.53376C3.38856 9.50126 1.25 12.0943 1.25 15.0573C1.25 17.6024 4.94688 18.6382 8.11218 18.7511C8.12012 18.7517 8.12745 18.7517 8.13538 18.7517C8.29903 18.7515 8.45604 18.687 8.57267 18.5722C8.68931 18.4574 8.75626 18.3015 8.75914 18.1378C8.76201 17.9742 8.70059 17.816 8.58806 17.6972C8.47554 17.5783 8.32089 17.5084 8.15735 17.5024C4.87915 17.3846 2.5 16.3567 2.5 15.0573C2.5 11.9769 5.36194 9.37493 8.75 9.37493C9.73994 9.37189 10.7176 9.59417 11.6089 10.0249C11.6828 10.0608 11.7631 10.0818 11.8452 10.0867C11.9272 10.0915 12.0094 10.0801 12.0871 10.0531C12.1647 10.0262 12.2363 9.98413 12.2976 9.92945C12.359 9.87477 12.409 9.80852 12.4447 9.7345C12.4804 9.66048 12.5012 9.58013 12.5058 9.49806C12.5105 9.416 12.4989 9.33383 12.4717 9.25626C12.4445 9.17869 12.4023 9.10724 12.3474 9.04601C12.2926 8.98478 12.2262 8.93497 12.1521 8.89943ZM5.93751 5.31237C5.93751 4.75611 6.10246 4.21234 6.4115 3.74982C6.72054 3.28731 7.15979 2.92683 7.67371 2.71395C8.18763 2.50108 8.75313 2.44539 9.2987 2.55391C9.84427 2.66243 10.3454 2.93029 10.7387 3.32363C11.1321 3.71696 11.3999 4.2181 11.5085 4.76367C11.617 5.30925 11.5613 5.87475 11.3484 6.38866C11.1355 6.90258 10.7751 7.34183 10.3125 7.65087C9.85004 7.95992 9.30627 8.12487 8.75001 8.12487C8.00434 8.12405 7.28944 7.82747 6.76217 7.3002C6.2349 6.77293 5.93832 6.05804 5.93751 5.31237Z"})]})}function HidePwdIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M6.99995 9.99994C4.5268 9.99994 2.3725 7.81782 1.65229 6.99994C2.15704 6.42834 2.71634 5.90733 3.32224 5.44431L2.60636 4.72843C1.86421 5.30392 1.19185 5.96417 0.602972 6.69575C0.536227 6.78311 0.500068 6.89 0.500068 6.99995C0.500068 7.10989 0.536227 7.21678 0.602972 7.30414C0.718697 7.45502 3.47407 10.9999 6.99997 10.9999C7.55129 10.995 8.09898 10.9102 8.62592 10.7479L7.80012 9.92219C7.53627 9.9721 7.26847 9.99812 6.99995 9.99994Z"}),Object(jsx_runtime.jsx)("path",{d:"M13.3535 12.6464L10.5634 9.85639C11.6385 9.16289 12.5952 8.30116 13.3969 7.30414C13.4637 7.21678 13.4998 7.10989 13.4998 6.99995C13.4998 6.89 13.4637 6.78311 13.3969 6.69575C13.2812 6.54487 10.5249 2.99994 6.99995 2.99994C6.08 3.0149 5.17496 3.23482 4.35072 3.64369L1.35346 0.64643C1.30704 0.600006 1.25192 0.56318 1.19127 0.538056C1.13061 0.512931 1.0656 0.5 0.999946 0.5C0.934292 0.5 0.869281 0.512932 0.808624 0.538057C0.747968 0.563182 0.692854 0.600008 0.64643 0.646433C0.552672 0.740191 0.5 0.867355 0.5 0.999949C0.5 1.13254 0.552674 1.25971 0.646432 1.35347L3.43632 4.14335L3.43571 4.14371L4.16773 4.87571L4.16834 4.87535L8.89176 9.59877L8.89109 9.59907L9.64836 10.3564L9.64904 10.3561L12.6464 13.3535C12.6928 13.3999 12.748 13.4367 12.8086 13.4618C12.8693 13.487 12.9343 13.4999 12.9999 13.4999C13.0656 13.4999 13.1306 13.487 13.1913 13.4618C13.2519 13.4367 13.307 13.3999 13.3534 13.3535C13.3999 13.307 13.4367 13.2519 13.4618 13.1913C13.4869 13.1306 13.4999 13.0656 13.4999 12.9999C13.4999 12.9343 13.4869 12.8693 13.4618 12.8086C13.4367 12.748 13.3999 12.6929 13.3535 12.6464ZM5.1092 4.40219C5.70715 4.14599 6.34949 4.00935 6.99995 3.99996C9.47358 3.99996 11.6279 6.18307 12.3481 7.00046C11.6206 7.83062 10.7728 8.5471 9.83305 9.12604L5.1092 4.40219Z"})]})}function IndeterminateIcon(_ref){var className=_ref.className,size=_ref.size,style=_ref.style,_webexComponentClasse=Object(helpers.a)("line-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 9 1",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:Object(jsx_runtime.jsx)("rect",{x:"0.5",width:"8",height:"1",rx:"0.5",fillOpacity:"0.95"})})}function MeetingsPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M4.5 13.75V24.75C4.50132 25.9431 4.97585 27.0869 5.81948 27.9305C6.66311 28.7741 7.80693 29.2487 9 29.25H23C24.1931 29.2487 25.3369 28.7742 26.1805 27.9305C27.0242 27.0869 27.4987 25.9431 27.5 24.75V13.75H4.5Z"}),Object(jsx_runtime.jsx)("path",{d:"M23 6.25V3.75C23 3.48478 22.8946 3.23043 22.7071 3.04289C22.5196 2.85536 22.2652 2.75 22 2.75C21.7348 2.75 21.4804 2.85536 21.2929 3.04289C21.1054 3.23043 21 3.48478 21 3.75V6.25H11V3.75C11 3.48478 10.8946 3.23043 10.7071 3.04289C10.5196 2.85536 10.2652 2.75 10 2.75C9.73478 2.75 9.48043 2.85536 9.29289 3.04289C9.10536 3.23043 9 3.48478 9 3.75V6.25C7.80692 6.2513 6.66308 6.72582 5.81945 7.56945C4.97582 8.41308 4.5013 9.55692 4.5 10.75V11.75H27.5V10.75C27.4987 9.55692 27.0242 8.41308 26.1805 7.56945C25.3369 6.72582 24.1931 6.2513 23 6.25Z"})]})}function MicrophoneBoldIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_webexComponentClasse=Object(helpers.a)("microphone-bold-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,"aria-label":ariaLabel,children:Object(jsx_runtime.jsx)("path",{d:"M36.0039 41.9996H33.0354C31.2654 42.0434 29.5395 41.4436 28.178 40.3117C26.8165 39.1797 25.9119 37.5923 25.6318 35.844C27.699 35.4611 29.5672 34.3674 30.9128 32.7522C32.2585 31.1369 32.9969 29.102 33.0002 26.9996V11.9996C33.0002 9.61269 32.052 7.3235 30.3642 5.63567C28.6764 3.94785 26.3872 2.99963 24.0002 2.99963C21.6133 2.99963 19.3241 3.94785 17.6363 5.63567C15.9485 7.3235 15.0002 9.61269 15.0002 11.9996V26.9996C15.0039 29.1419 15.7712 31.2126 17.1642 32.8401C18.5572 34.4676 20.4847 35.5452 22.6007 35.8795C22.8833 38.1993 23.9408 40.3558 25.6018 41.9996H12.0039C11.6061 41.9996 11.2246 42.1577 10.9432 42.439C10.6619 42.7203 10.5039 43.1018 10.5039 43.4996C10.5039 43.8975 10.6619 44.279 10.9432 44.5603C11.2246 44.8416 11.6061 44.9996 12.0039 44.9996H36.0039C36.4017 44.9996 36.7833 44.8416 37.0646 44.5603C37.3459 44.279 37.5039 43.8975 37.5039 43.4996C37.5039 43.1018 37.3459 42.7203 37.0646 42.439C36.7833 42.1577 36.4017 41.9996 36.0039 41.9996ZM18.0002 26.9996V11.9996C18.0002 10.4083 18.6324 8.88217 19.7576 7.75695C20.8828 6.63173 22.4089 5.99959 24.0002 5.99959C25.5915 5.99959 27.1177 6.63173 28.2429 7.75695C29.3681 8.88217 30.0002 10.4083 30.0002 11.9996V26.9996C30.0002 28.5909 29.3681 30.117 28.2429 31.2422C27.1177 32.3674 25.5915 32.9996 24.0002 32.9996C22.4089 32.9996 20.8828 32.3674 19.7576 31.2422C18.6324 30.117 18.0002 28.5909 18.0002 26.9996Z"})})}function MicrophoneIssueIcon(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("microphone-issue-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:"62",height:"91",viewBox:"0 0 62 91",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M25.8672 65.2V69.2001C25.8672 80.2001 34.8672 89.2001 45.8672 89.2001M25.8672 65.2C32.4336 65.2 38.1092 61.1912 40.5672 55.5M25.8672 65.2C13.0672 65.2 9.86719 55.5 9.86719 49.3V17.3C9.86719 8.50005 17.0672 1.30005 25.8672 1.30005C34.2297 1.30005 41.1473 7.80188 41.8145 16M49.8672 89.2001H1.86719M40.9514 28.55V38.45M56.3514 39.35L46.1514 20.15C43.8514 15.95 37.8514 15.95 35.6514 20.15L21.7514 45.6501C19.5514 49.65 22.4514 54.5501 27.0514 54.5501H40.7456M40.7456 54.5501H55.9514C58.1514 54.5501 59.9514 52.7501 59.9514 50.5501C59.9514 48.3501 58.1514 46.5501 55.9514 46.5501C46.1033 46.5501 41.7664 52.8008 40.7456 54.5501ZM40.7456 54.5501C40.5795 54.8346 40.5012 55 40.5012 55",stroke:"url(#wxc-icon--microphone-issue)",strokeWidth:"2.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"wxc-icon--microphone-issue",x1:"30.9093",y1:"1.30005",x2:"30.9093",y2:"89.2001",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function MoreIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 14 4",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M7 3.125C7.62132 3.125 8.125 2.62132 8.125 2C8.125 1.37868 7.62132 0.875 7 0.875C6.37868 0.875 5.875 1.37868 5.875 2C5.875 2.62132 6.37868 3.125 7 3.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M1.375 3.125C1.99632 3.125 2.5 2.62132 2.5 2C2.5 1.37868 1.99632 0.875 1.375 0.875C0.75368 0.875 0.25 1.37868 0.25 2C0.25 2.62132 0.75368 3.125 1.375 3.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M12.625 3.125C13.2463 3.125 13.75 2.62132 13.75 2C13.75 1.37868 13.2463 0.875 12.625 0.875C12.0037 0.875 11.5 1.37868 11.5 2C11.5 2.62132 12.0037 3.125 12.625 3.125Z",fillOpacity:"0.95"})]})}function MoreAdrIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 4 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M2 8.125C2.62132 8.125 3.125 7.62132 3.125 7C3.125 6.37868 2.62132 5.875 2 5.875C1.37868 5.875 0.875 6.37868 0.875 7C0.875 7.62132 1.37868 8.125 2 8.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M2 13.75C2.62132 13.75 3.125 13.2463 3.125 12.625C3.125 12.0037 2.62132 11.5 2 11.5C1.37868 11.5 0.875 12.0037 0.875 12.625C0.875 13.2463 1.37868 13.75 2 13.75Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M2 2.5C2.62132 2.5 3.125 1.99632 3.125 1.375C3.125 0.75368 2.62132 0.25 2 0.25C1.37868 0.25 0.875 0.75368 0.875 1.375C0.875 1.99632 1.37868 2.5 2 2.5Z",fillOpacity:"0.95"})]})}function ParticipantListIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.5 15.7502C13.5 15.8487 13.5194 15.9462 13.557 16.0372C13.5947 16.1282 13.65 16.2109 13.7196 16.2806C13.7893 16.3502 13.872 16.4054 13.963 16.4431C14.054 16.4808 14.1515 16.5002 14.25 16.5002H21.75C21.9489 16.5002 22.1397 16.4211 22.2803 16.2805C22.421 16.1398 22.5 15.9491 22.5 15.7502C22.5 15.5513 22.421 15.3605 22.2803 15.2198C22.1397 15.0792 21.9489 15.0002 21.75 15.0002H14.25C14.1515 15.0001 14.054 15.0195 13.963 15.0572C13.872 15.0949 13.7893 15.1501 13.7196 15.2198C13.65 15.2894 13.5947 15.3721 13.557 15.4631C13.5194 15.5541 13.5 15.6517 13.5 15.7502Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21.75 18.0002H14.25C14.0511 18.0002 13.8603 18.0792 13.7197 18.2198C13.579 18.3605 13.5 18.5513 13.5 18.7502C13.5 18.9491 13.579 19.1398 13.7197 19.2805C13.8603 19.4211 14.0511 19.5002 14.25 19.5002H21.75C21.9489 19.5002 22.1397 19.4211 22.2803 19.2805C22.421 19.1398 22.5 18.9491 22.5 18.7502C22.5 18.5513 22.421 18.3605 22.2803 18.2198C22.1397 18.0792 21.9489 18.0002 21.75 18.0002Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21.75 21.0002H14.25C14.0511 21.0002 13.8603 21.0792 13.7197 21.2198C13.579 21.3605 13.5 21.5513 13.5 21.7502C13.5 21.9491 13.579 22.1398 13.7197 22.2805C13.8603 22.4211 14.0511 22.5002 14.25 22.5002H21.75C21.9489 22.5002 22.1397 22.4211 22.2803 22.2805C22.421 22.1398 22.5 21.9491 22.5 21.7502C22.5 21.5513 22.421 21.3605 22.2803 21.2198C22.1397 21.0792 21.9489 21.0002 21.75 21.0002Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M11.2215 20.9819C7.8644 21.102 4.78237 20.3864 3.54933 19.1977C3.38278 19.0559 3.24783 18.8808 3.15321 18.6836C3.05859 18.4864 3.0064 18.2715 3.00002 18.0529C3.00002 14.3651 6.43471 11.2502 10.5 11.2502C12.2316 11.2486 13.9158 11.816 15.2933 12.8652C15.3714 12.9253 15.4606 12.9694 15.5558 12.995C15.6509 13.0207 15.7502 13.0273 15.8479 13.0146C15.9457 13.0018 16.0399 12.9699 16.1253 12.9207C16.2107 12.8715 16.2856 12.806 16.3456 12.7278C16.4057 12.6497 16.4497 12.5605 16.4753 12.4653C16.5008 12.3701 16.5074 12.2708 16.4945 12.1731C16.4817 12.0754 16.4497 11.9812 16.4005 11.8958C16.3512 11.8105 16.2856 11.7357 16.2074 11.6757C15.3811 11.0438 14.4545 10.5554 13.4662 10.2309C14.274 9.60983 14.8669 8.75123 15.1616 7.77579C15.4562 6.80034 15.4378 5.75709 15.109 4.79263C14.7801 3.82818 14.1573 2.99101 13.3281 2.39878C12.4989 1.80655 11.505 1.48904 10.486 1.49085C9.46701 1.49267 8.47422 1.81373 7.64713 2.40891C6.82004 3.00409 6.20023 3.84348 5.87481 4.8091C5.5494 5.77472 5.53473 6.81804 5.83288 7.79243C6.13102 8.76681 6.72699 9.62329 7.53702 10.2415C4.06398 11.4015 1.5 14.5058 1.5 18.0529C1.50654 18.473 1.59942 18.8872 1.77286 19.2699C1.9463 19.6525 2.19659 19.9954 2.50818 20.2773C4.21143 21.9194 7.62121 22.4943 10.504 22.4943C10.7659 22.4943 11.024 22.4899 11.2756 22.4804C11.3741 22.4769 11.4709 22.454 11.5604 22.4131C11.65 22.3722 11.7307 22.3141 11.7978 22.242C11.8649 22.1698 11.9171 22.0852 11.9515 21.9929C11.9859 21.9006 12.0018 21.8025 11.9982 21.704C11.9959 21.6052 11.9739 21.5078 11.9334 21.4176C11.8928 21.3275 11.8347 21.2463 11.7622 21.179C11.6898 21.1117 11.6047 21.0595 11.5118 21.0257C11.4189 20.9918 11.3202 20.9769 11.2215 20.9819ZM10.4945 3.00017C11.162 3.00017 11.8145 3.19811 12.3696 3.56896C12.9246 3.93981 13.3572 4.46691 13.6126 5.08361C13.8681 5.70031 13.9349 6.37891 13.8047 7.0336C13.6744 7.68828 13.353 8.28965 12.881 8.76165C12.409 9.23365 11.8076 9.55509 11.1529 9.68532C10.4983 9.81554 9.81965 9.74871 9.20295 9.49326C8.58625 9.23781 8.05915 8.80523 7.6883 8.25022C7.31745 7.6952 7.11951 7.04268 7.11951 6.37517C7.12049 5.48036 7.47638 4.62248 8.1091 3.98976C8.74183 3.35704 9.5997 3.00114 10.4945 3.00017Z",fillOpacity:"0.95"})]})}function ParticipantListFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 27 28",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M5.39636 5.51583C5.39628 4.42495 5.72487 3.35855 6.34057 2.45148C6.95628 1.54441 7.83146 0.83742 8.85542 0.419919C9.87937 0.00241855 11.0061 -0.106841 12.0932 0.105959C13.1802 0.318758 14.1787 0.84406 14.9625 1.61543C15.7462 2.3868 16.2799 3.36959 16.4961 4.43951C16.7123 5.50944 16.6013 6.61844 16.1771 7.62626C15.7529 8.63409 15.0346 9.49547 14.113 10.1015C13.1914 10.7075 12.108 11.0309 10.9996 11.0308C9.51406 11.0291 8.08984 10.4475 7.0394 9.41363C5.98896 8.37973 5.39807 6.97799 5.39636 5.51583Z"}),Object(jsx_runtime.jsx)("path",{d:"M15.0761 19.3827C15.0258 19.2614 15 19.1313 15 19C15 18.8687 15.0258 18.7386 15.0761 18.6173C15.1263 18.4959 15.2 18.3857 15.2928 18.2928C15.3857 18.2 15.4959 18.1263 15.6173 18.0761C15.7386 18.0258 15.8687 18 16 18H26C26.2652 18 26.5196 18.1054 26.7071 18.2929C26.8946 18.4804 27 18.7348 27 19C27 19.2652 26.8946 19.5196 26.7071 19.7071C26.5196 19.8946 26.2652 20 26 20H16C15.8687 20 15.7386 19.9742 15.6173 19.924C15.4959 19.8737 15.3857 19.8 15.2928 19.7072C15.2 19.6143 15.1263 19.5041 15.0761 19.3827Z"}),Object(jsx_runtime.jsx)("path",{d:"M16 22H26C26.2652 22 26.5196 22.1054 26.7071 22.2929C26.8946 22.4804 27 22.7348 27 23C27 23.2652 26.8946 23.5196 26.7071 23.7071C26.5196 23.8946 26.2652 24 26 24H16C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23C15 22.7348 15.1054 22.4804 15.2929 22.2929C15.4804 22.1054 15.7348 22 16 22Z"}),Object(jsx_runtime.jsx)("path",{d:"M26 26H16C15.7348 26 15.4804 26.1054 15.2929 26.2929C15.1054 26.4804 15 26.7348 15 27C15 27.2652 15.1054 27.5196 15.2929 27.7071C15.4804 27.8946 15.7348 28 16 28H26C26.2652 28 26.5196 27.8946 26.7071 27.7071C26.8946 27.5196 27 27.2652 27 27C27 26.7348 26.8946 26.4804 26.7071 26.2929C26.5196 26.1054 26.2652 26 26 26Z"}),Object(jsx_runtime.jsx)("path",{d:"M12.0004 27C4.8215 27 0 25.1454 0 23.4115C0 17.671 5.38317 13 11.9996 13C15.2767 13 18.2514 14.1459 20.4194 16H16.4286C14.535 16 13 17.4845 13 19.3158C13 19.9974 13.2127 20.631 13.5774 21.1579C13.2127 21.6848 13 22.3184 13 23C13 23.6816 13.2127 24.3152 13.5774 24.8421C13.2127 25.369 13 26.0026 13 26.6842C13 26.7864 13.0048 26.8876 13.0142 26.9875C12.6818 26.9958 12.3438 27 12.0004 27Z"})]})}function PtoPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M28.9659 6.89408C28.4825 6.14577 27.7229 5.61887 26.8527 5.42827C25.9825 5.23767 25.0722 5.39882 24.3204 5.87658L17.8424 10.0135L11.4942 5.90098C11.0818 5.66915 10.6006 5.59112 10.1361 5.68076C9.67159 5.77041 9.25397 6.02193 8.95751 6.39057C8.66104 6.7592 8.50497 7.22106 8.51704 7.69396C8.52912 8.16687 8.70856 8.62016 9.02345 8.97318L12.4289 13.4705L9.52835 15.3227C8.39717 14.4846 7.10631 13.887 5.73535 13.5669C4.94483 13.4124 4.1251 13.5483 3.42675 13.9497C2.44435 14.5806 2.37885 15.2797 2.62495 15.6929L5.38675 20.1929L6.52135 22.1451C6.69097 22.4363 6.91768 22.6903 7.18787 22.8917C7.45807 23.0931 7.76618 23.2379 8.09371 23.3172C8.42124 23.3966 8.76143 23.409 9.09387 23.3537C9.4263 23.2983 9.74413 23.1763 10.0283 22.9951L16.5673 18.8184L17.0283 24.9619C17.0959 25.4311 17.332 25.8596 17.6924 26.1675C18.0529 26.4753 18.5132 26.6415 18.9872 26.6348H19.0019C19.4756 26.644 19.9366 26.4808 20.2991 26.1756C20.6616 25.8704 20.9009 25.444 20.9726 24.9756L22.4626 15.0556L27.9441 11.5556C28.3177 11.3171 28.6406 11.0071 28.8942 10.6436C29.1479 10.28 29.3273 9.87 29.4222 9.43699C29.5171 9.00397 29.5256 8.55649 29.4472 8.12018C29.3689 7.68387 29.2055 7.26702 28.9659 6.89408Z"})})}function QuietHoursPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M29.2414 21.8688C29.0733 21.6091 28.8269 21.4095 28.5379 21.2989C28.2489 21.1883 27.9322 21.1725 27.6335 21.2536C25.6693 21.7741 23.6177 21.8763 21.6115 21.5536C18.8294 21.0615 16.2658 19.726 14.268 17.7282C12.2702 15.7303 10.9348 13.1667 10.4426 10.3845C10.1229 8.37678 10.2287 6.32425 10.7531 4.36002C10.8332 4.06235 10.8167 3.74696 10.7062 3.45921C10.5957 3.17145 10.3968 2.92614 10.1381 2.75852C9.87432 2.57925 9.5604 2.48834 9.2416 2.49887C8.9228 2.5094 8.61557 2.62083 8.36415 2.81712C6.17827 4.51982 4.49968 6.78789 3.51 9.37589C2.52032 11.9639 2.25724 14.7733 2.74925 17.5C3.33601 20.5329 4.85556 23.3068 7.09559 25.434C9.33561 27.5612 12.1842 28.9355 15.2433 29.3649C17.8666 29.7183 20.5366 29.3739 22.9843 28.3665C25.432 27.3591 27.5708 25.7242 29.1852 23.6266C29.3793 23.3772 29.4893 23.0727 29.4994 22.7569C29.5095 22.441 29.4192 22.1301 29.2414 21.8688Z"})})}function RecentsPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5ZM21.707 21.707C21.6142 21.7999 21.504 21.8736 21.3827 21.9238C21.2613 21.9741 21.1313 22 21 22C20.8687 22 20.7387 21.9741 20.6174 21.9238C20.496 21.8736 20.3858 21.7999 20.293 21.707L15.293 16.707C15.2001 16.6142 15.1264 16.504 15.0761 16.3827C15.0259 16.2613 15 16.1313 15 16V8C15 7.73478 15.1054 7.48043 15.2929 7.29289C15.4804 7.10536 15.7348 7 16 7C16.2652 7 16.5196 7.10536 16.7071 7.29289C16.8946 7.48043 17 7.73478 17 8V15.586L21.707 20.293C21.7999 20.3858 21.8735 20.496 21.9238 20.6173C21.974 20.7386 21.9999 20.8686 21.9999 20.9998C21.9999 21.1311 21.974 21.2611 21.9238 21.3824C21.8735 21.5037 21.7999 21.6139 21.707 21.7067V21.707Z"})})}function RemoteMediaErrorIcon(_ref){var className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:"83",height:"73",viewBox:"0 0 83 73",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.5484 7.89762e-05L41.5574 0C54.5206 3.83854e-05 65.2033 9.6817 66.6228 22.1714C67.3189 22.0675 68.0527 22 68.7943 22C76.7226 22 83.134 28.461 82.9167 36.3772L82.9167 36.3782C82.6989 44.0427 76.2265 50 68.5421 50H51.3929C50.4139 50 49.4654 50.4876 48.8975 51.3134L45.6396 56.05H48.3666C50.1613 56.05 51.0857 58.1689 49.7861 59.4571L37.3277 71.8071C36.7385 72.3913 35.9234 72.3488 35.3923 71.9858C34.8618 71.6231 34.5279 70.8745 34.8957 70.1218L38.595 62.1H33.4872C31.9311 62.1 30.8535 60.351 31.7942 58.9897L38.8008 48.5463C39.1093 48.0864 39.7355 47.9615 40.1994 48.2674C40.6633 48.5732 40.7892 49.194 40.4807 49.6538L33.4756 60.095C33.4778 60.0974 33.4798 60.0989 33.4808 60.0995C33.4809 60.0996 33.4809 60.0996 33.481 60.0996C33.4818 60.0998 33.4837 60.1 33.4872 60.1H39.3886C39.9668 60.1 40.415 60.4257 40.6557 60.8007C40.8913 61.1677 41.0066 61.7085 40.7546 62.2274L37.9052 68.4063L48.3523 58.05H44.6846C43.4774 58.05 42.7292 56.7004 43.4524 55.6798L47.2305 50.1867C48.1757 48.8125 49.7492 48 51.3929 48H68.5421C75.1818 48 80.7137 42.8579 80.8999 36.3228C81.0861 29.5391 75.594 24 68.7943 24C68.0837 24 67.3632 24.0742 66.6681 24.1892C66.5509 28.3427 65.1641 31.3938 63.4167 33.2196C62.5011 34.1762 61.4556 34.8256 60.4164 35.0693C59.3663 35.3155 58.2581 35.1495 57.4475 34.366L57.4383 34.3572L57.4384 34.3571C55.6397 32.5741 56.2271 29.9533 57.6972 27.8705C59.1141 25.8629 61.5552 23.9616 64.6598 22.7943C63.5386 11.1151 53.6238 2.0023 41.5619 2.00004C30.6822 2.09791 21.5933 9.47916 19.0309 19.4958C18.9089 19.9724 18.4556 20.2904 17.9617 20.2459C17.4075 20.196 16.8427 20.15 16.2877 20.15C8.37609 20.15 1.92926 26.6407 2.16443 34.5205L2.16458 34.5255C2.35219 42.1044 8.88706 48.15 16.5903 48.15H21.3315C21.8887 48.15 22.3403 48.5978 22.3403 49.15C22.3403 49.7023 21.8887 50.15 21.3315 50.15H16.5903C7.85141 50.15 0.364967 43.297 0.147695 34.5771C-0.12007 25.558 7.25274 18.15 16.2877 18.15C16.6315 18.15 16.9725 18.1649 17.2993 18.1863C20.3583 7.72281 30.0308 0.101567 41.5484 7.89762e-05ZM64.6074 24.9762C62.216 26.0218 60.3986 27.5318 59.3502 29.0171C58.0617 30.8427 58.1414 32.2198 58.8601 32.9381C59.059 33.1274 59.3999 33.2524 59.952 33.123C60.519 32.9901 61.2357 32.5926 61.9531 31.843C63.1979 30.5423 64.3541 28.266 64.6074 24.9762Z",fill:"url(#paint0_linear)"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"paint0_linear",x1:"41.5313",y1:"0",x2:"41.5313",y2:"72.2535",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function SettingsIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M12 7.50027C11.11 7.50027 10.24 7.76419 9.49993 8.25866C8.75991 8.75313 8.18314 9.45593 7.84254 10.2782C7.50195 11.1005 7.41283 12.0053 7.58647 12.8782C7.7601 13.7511 8.18868 14.5529 8.81802 15.1823C9.44736 15.8116 10.2492 16.2402 11.1221 16.4138C11.995 16.5874 12.8998 16.4983 13.7221 16.1577C14.5443 15.8171 15.2471 15.2404 15.7416 14.5003C16.2361 13.7603 16.5 12.8903 16.5 12.0003C16.4987 10.8072 16.0242 9.66336 15.1805 8.81973C14.3369 7.9761 13.1931 7.50158 12 7.50027ZM12 15.0003C11.4067 15.0003 10.8266 14.8243 10.3333 14.4947C9.83994 14.165 9.45542 13.6965 9.22836 13.1483C9.0013 12.6001 8.94189 11.9969 9.05764 11.415C9.1734 10.8331 9.45912 10.2985 9.87868 9.87895C10.2982 9.4594 10.8328 9.17367 11.4147 9.05792C11.9967 8.94216 12.5999 9.00157 13.1481 9.22863C13.6962 9.4557 14.1648 9.84022 14.4944 10.3336C14.8241 10.8269 15 11.4069 15 12.0003C14.9992 12.7957 14.6829 13.5583 14.1205 14.1207C13.558 14.6832 12.7954 14.9995 12 15.0003Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21 9.75027H19.2539L18.7537 8.52567L19.9995 7.30252C20.1402 7.16462 20.2523 7.00036 20.3294 6.81912C20.4066 6.63788 20.4473 6.44321 20.4492 6.24623C20.4511 6.04926 20.4142 5.85384 20.3406 5.67113C20.2669 5.48843 20.158 5.32203 20.0201 5.18143L18.969 4.1099C18.6898 3.82704 18.31 3.66618 17.9125 3.66248C17.5151 3.65877 17.1323 3.81252 16.8479 4.09012L15.5984 5.31693L14.25 4.75149V3.00024C14.2495 2.60258 14.0913 2.22135 13.8101 1.94015C13.5289 1.65896 13.1477 1.50076 12.75 1.50024H11.25C10.8523 1.50076 10.4711 1.65896 10.1899 1.94015C9.90872 2.22135 9.75051 2.60258 9.75 3.00024V4.74857L8.46386 5.28177L7.22754 4.04544C6.946 3.76439 6.56444 3.60654 6.16663 3.60654C5.76881 3.60654 5.38726 3.76439 5.10571 4.04544L4.04516 5.10599C3.76412 5.38739 3.60626 5.76883 3.60626 6.16654C3.60626 6.56424 3.76412 6.94569 4.04516 7.22709L5.28223 8.46341L4.74902 9.75027H3C2.60233 9.75079 2.2211 9.90899 1.93991 10.1902C1.65872 10.4714 1.50052 10.8526 1.5 11.2503V12.7503C1.50052 13.1479 1.65872 13.5292 1.93991 13.8104C2.2211 14.0916 2.60233 14.2498 3 14.2503H4.749L5.2822 15.5364L4.04516 16.7727C3.76411 17.0543 3.60626 17.4358 3.60626 17.8337C3.60626 18.2315 3.76411 18.613 4.04516 18.8946L5.10571 19.9551C5.38743 20.2358 5.76892 20.3935 6.16663 20.3935C6.56433 20.3935 6.94583 20.2358 7.22754 19.9551L8.46386 18.718L9.75 19.2513V21.0003C9.75051 21.3979 9.90872 21.7791 10.1899 22.0603C10.4711 22.3415 10.8523 22.4997 11.25 22.5003H12.75C13.1477 22.4997 13.5289 22.3415 13.8101 22.0603C14.0913 21.7791 14.2495 21.3979 14.25 21.0003L14.2507 19.2513L15.5369 18.718L16.7732 19.9551C17.0548 20.2358 17.4362 20.3935 17.8338 20.3935C18.2314 20.3935 18.6127 20.2358 18.8943 19.9551L19.9563 18.8939C20.2367 18.612 20.3939 18.2305 20.3936 17.833C20.3933 17.4355 20.2356 17.0542 19.9548 16.7728L18.7185 15.5364L19.2517 14.2503H21C21.3977 14.2498 21.7789 14.0916 22.0601 13.8104C22.3413 13.5292 22.4995 13.148 22.5 12.7503V11.2503C22.4995 10.8526 22.3413 10.4714 22.0601 10.1902C21.7789 9.909 21.3977 9.75079 21 9.75027ZM21 12.7503H19.2517C18.9549 12.7495 18.6646 12.8372 18.4178 13.002C18.171 13.1669 17.9789 13.4016 17.866 13.6761L17.332 14.9629C17.2185 15.237 17.1889 15.5385 17.2469 15.8294C17.3049 16.1203 17.448 16.3875 17.658 16.597L18.8951 17.834L17.8338 18.8946L16.5975 17.6575C16.3878 17.4476 16.1205 17.3047 15.8294 17.2468C15.5384 17.1889 15.2368 17.2186 14.9627 17.3323L13.6773 17.8648C13.4026 17.9777 13.1676 18.1699 13.0025 18.4168C12.8374 18.6637 12.7495 18.9542 12.7501 19.2513V21.0003H11.2501V19.2513C11.2508 18.9545 11.1632 18.6642 10.9983 18.4174C10.8334 18.1706 10.5988 17.9785 10.3243 17.8655L9.03741 17.3316C8.76339 17.2179 8.46179 17.1882 8.17087 17.2463C7.87994 17.3043 7.61282 17.4474 7.40338 17.6575L6.16626 18.8946L5.10571 17.8333L6.34277 16.597C6.55286 16.3874 6.69593 16.1201 6.75383 15.829C6.81173 15.538 6.78184 15.2363 6.66796 14.9622L6.13546 13.6768C6.02246 13.4022 5.83026 13.1674 5.58334 13.0024C5.33642 12.8374 5.04597 12.7496 4.74899 12.7503H3V11.2503H4.749C5.04589 11.251 5.33625 11.1632 5.58306 10.9982C5.82986 10.8331 6.02193 10.5984 6.13477 10.3237L6.66796 9.03687C6.78212 8.763 6.81215 8.46134 6.75424 8.17034C6.69632 7.87934 6.55309 7.61216 6.34277 7.40286L5.10571 6.16653L6.16699 5.10599L7.40332 6.34232C7.61298 6.55231 7.88028 6.69531 8.17131 6.7532C8.46235 6.81109 8.76402 6.78126 9.03808 6.66749L10.3235 6.13499C10.5981 6.02199 10.8329 5.82979 10.9979 5.58288C11.1629 5.33598 11.2507 5.04554 11.25 4.74857V3.00027H12.75V4.75152C12.7496 5.0471 12.8368 5.33616 13.0005 5.58225C13.1642 5.82834 13.3972 6.02045 13.6699 6.13434L15.0168 6.69977C15.2893 6.81444 15.5896 6.846 15.8799 6.79049C16.1703 6.73498 16.4377 6.59486 16.6487 6.38777L17.8989 5.16096L18.9492 6.23174L17.7034 7.45487C17.4901 7.66298 17.3439 7.93011 17.2836 8.22194C17.2233 8.51377 17.2516 8.81696 17.365 9.09256L17.866 10.3186C17.9782 10.5945 18.1703 10.8305 18.4176 10.9965C18.6649 11.1625 18.9561 11.2509 19.2539 11.2503H21V12.7503Z",fillOpacity:"0.95"})]})}function ShareScreenFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M25 5.5H7C5.80692 5.5013 4.66308 5.97582 3.81945 6.81945C2.97582 7.66308 2.5013 8.80692 2.5 10V21.7839C2.50124 23.0343 2.99853 24.2332 3.88272 25.1173C4.76692 26.0015 5.96578 26.4988 7.2162 26.5H24.7836C26.034 26.4986 27.2328 26.0013 28.1169 25.1172C29.0011 24.233 29.4985 23.0343 29.5 21.7839V10C29.4987 8.80693 29.0241 7.66311 28.1805 6.81948C27.3369 5.97585 26.1931 5.50132 25 5.5ZM20.707 16.707C20.5195 16.8945 20.2651 16.9998 20 16.9998C19.7348 16.9998 19.4804 16.8945 19.2929 16.707L17 14.4138V20.0007C17 20.2659 16.8946 20.5203 16.7071 20.7078C16.5196 20.8953 16.2652 21.0007 16 21.0007C15.7348 21.0007 15.4804 20.8953 15.2929 20.7078C15.1054 20.5203 15 20.2659 15 20.0007V14.4138L12.707 16.7067C12.5185 16.8895 12.2657 16.9909 12.0031 16.9889C11.7406 16.9869 11.4893 16.8817 11.3036 16.6961C11.1179 16.5104 11.0127 16.2592 11.0107 15.9966C11.0087 15.734 11.1101 15.4812 11.2929 15.2927L15.2929 11.2927C15.4804 11.1052 15.7348 10.9999 16 10.9999C16.2651 10.9999 16.5195 11.1052 16.707 11.2927L20.707 15.2927C20.8945 15.4802 20.9999 15.7345 21 15.9996C21.0001 16.2648 20.8948 16.5191 20.7074 16.7067L20.707 16.707Z"})})}function ShareScreenIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18.75 3.75H5.25C4.25579 3.75115 3.30263 4.14661 2.59962 4.84962C1.89661 5.55263 1.50115 6.50579 1.5 7.5V16.338C1.50115 17.3752 1.9137 18.3696 2.64712 19.103C3.38055 19.8364 4.37495 20.2489 5.41215 20.25H18.5877C19.6249 20.2489 20.6193 19.8364 21.3528 19.103C22.0862 18.3696 22.4988 17.3752 22.5 16.338V7.5C22.4988 6.5058 22.1034 5.55265 21.4004 4.84964C20.6973 4.14664 19.7442 3.75117 18.75 3.75ZM21 16.338C20.9992 16.9775 20.7448 17.5906 20.2926 18.0428C19.8403 18.4949 19.2272 18.7493 18.5877 18.75H5.41215C4.77262 18.7494 4.15945 18.4951 3.70721 18.0429C3.25498 17.5907 3.00064 16.9775 3 16.338V7.5C3.00066 6.90346 3.23792 6.33155 3.65973 5.90973C4.08155 5.48792 4.65346 5.25066 5.25 5.25H18.75C19.3465 5.25066 19.9185 5.48792 20.3403 5.90973C20.7621 6.33155 20.9993 6.90346 21 7.5V16.338Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M12.5306 8.46952C12.3899 8.3289 12.1992 8.2499 12.0003 8.2499C11.8014 8.2499 11.6106 8.3289 11.47 8.46952L8.46997 11.4695C8.33227 11.6108 8.25575 11.8006 8.257 11.9978C8.25825 12.1951 8.33716 12.3839 8.47665 12.5234C8.61614 12.6629 8.80497 12.7418 9.00223 12.7431C9.19949 12.7443 9.38931 12.6678 9.53055 12.5301L11.25 10.8104V15.0006C11.25 15.1995 11.329 15.3903 11.4697 15.5309C11.6103 15.6716 11.8011 15.7506 12 15.7506C12.1989 15.7506 12.3897 15.6716 12.5303 15.5309C12.671 15.3903 12.75 15.1995 12.75 15.0006V10.8104L14.4697 12.5301C14.6109 12.6678 14.8007 12.7443 14.998 12.7431C15.1953 12.7418 15.3841 12.6629 15.5236 12.5234C15.6631 12.3839 15.742 12.1951 15.7432 11.9978C15.7445 11.8006 15.668 11.6108 15.5303 11.4695L12.5306 8.46952Z",fillOpacity:"0.95"})]})}function ShowPwdIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 8",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.3968 3.69556C13.2811 3.54468 10.5248 -0.000244141 6.99988 -0.000244141C3.474 -0.000244141 0.718629 3.54468 0.602904 3.69556C0.536159 3.78292 0.5 3.88982 0.5 3.99976C0.5 4.1097 0.536159 4.21659 0.602904 4.30396C0.718629 4.45484 3.474 7.99976 6.9999 7.99976C10.5248 7.99976 13.2812 4.45484 13.3969 4.30396C13.4636 4.21659 13.4998 4.1097 13.4998 3.99975C13.4998 3.88981 13.4636 3.78292 13.3968 3.69556ZM6.99988 6.99976C4.52673 6.99976 2.37243 4.81763 1.65222 3.99976C2.37243 3.18189 4.52672 0.999756 6.99988 0.999756C9.47351 0.999756 11.6278 3.18287 12.348 4.00026C11.6293 4.81812 9.48034 6.99976 6.99988 6.99976Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99988 1.99976C6.60432 1.99976 6.21764 2.11705 5.88874 2.33682C5.55984 2.55658 5.3035 2.86894 5.15212 3.23439C5.00075 3.59984 4.96114 4.00197 5.03831 4.38994C5.11548 4.7779 5.30596 5.13426 5.58567 5.41397C5.86537 5.69367 6.22174 5.88416 6.6097 5.96133C6.99766 6.0385 7.39979 5.99889 7.76525 5.84752C8.1307 5.69614 8.44306 5.43979 8.66282 5.1109C8.88258 4.782 8.99988 4.39532 8.99988 3.99976C8.99935 3.46949 8.78847 2.96109 8.41351 2.58613C8.03855 2.21117 7.53015 2.00029 6.99988 1.99976ZM6.99988 4.99976C6.8021 4.99976 6.60876 4.94111 6.44431 4.83123C6.27986 4.72134 6.15169 4.56517 6.076 4.38244C6.00031 4.19971 5.98051 3.99865 6.01909 3.80467C6.05768 3.61068 6.15292 3.4325 6.29277 3.29265C6.43262 3.1528 6.61081 3.05756 6.80479 3.01897C6.99877 2.98039 7.19984 3.00019 7.38256 3.07588C7.56529 3.15156 7.72147 3.27974 7.83135 3.44419C7.94123 3.60863 7.99988 3.80197 7.99988 3.99976C7.99954 4.26487 7.89407 4.51902 7.70661 4.70648C7.51914 4.89394 7.26499 4.99941 6.99988 4.99976Z"})]})}function UnreadIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5Z"})})}function WaitingForHostIcon(_ref){var ariaLabel=_ref.ariaLabel,className=_ref.className,size=_ref.size,style=_ref.style,_webexComponentClasse=Object(helpers.a)("waiting-for-host-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:cssClasses,style:style,"aria-label":ariaLabel,children:[Object(jsx_runtime.jsx)("g",{id:"rocket-avatar-120",children:Object(jsx_runtime.jsx)("path",{id:"apply-style-here",d:"M49.6445 30.1C49.6445 23.9 53.5445 18.6 56.4445 14.8C58.0445 12.7 61.1445 12.7 62.7445 14.8C65.6445 18.6 69.5445 23.9 69.5445 30.1M39.6445 48.1V43.1C39.6445 39.3 41.6445 36.3 43.1445 34.6C43.9445 33.7 45.3445 33.7 46.1445 34.6C47.6445 36.3 49.6445 39.3 49.6445 43.1V43.8C49.6445 45.9 48.8445 48 47.3445 49.5L34.9445 61.8C31.5445 65.2 29.6445 69.8 29.6445 74.5V77C29.6445 78.1 30.5445 79 31.6445 79H47.6445C48.7445 79 49.6445 78.1 49.6445 77V56M79.6445 48.1V43.1C79.6445 39.3 77.6445 36.3 76.1445 34.6C75.3445 33.7 73.9445 33.7 73.1445 34.6C71.6445 36.3 69.6445 39.3 69.6445 43.1V43.8C69.6445 45.9 70.4445 48 71.9445 49.5L84.4445 61.8C87.8445 65.2 89.7445 69.8 89.7445 74.5V77C89.7445 78.1 88.8445 79 87.7445 79H71.7445C70.6445 79 69.7445 78.1 69.7445 77V56M35.6445 107.1C35.6445 102.7 39.2445 99.1 43.6445 99.1C43.6445 94.7 47.2445 91.1 51.6445 91.1C51.6445 86.7 55.2445 83.1 59.6445 83.1C64.0445 83.1 67.6445 86.7 67.6445 91.1C72.0445 91.1 75.6445 94.7 75.6445 99.1C80.0445 99.1 83.6445 102.7 83.6445 107.1M63.6445 37.1C63.6445 39.3091 61.8537 41.1 59.6445 41.1C57.4354 41.1 55.6445 39.3091 55.6445 37.1C55.6445 34.8908 57.4354 33.1 59.6445 33.1C61.8537 33.1 63.6445 34.8908 63.6445 37.1Z",stroke:"url(#paint0_linear_3181:123911)",strokeWidth:"1.5625",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"paint0_linear_3181:123911",x1:"59.6945",y1:"13.225",x2:"59.6945",y2:"107.1",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"#93C437"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"#279BE8"})]})})]})}function WarningIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.7971 10.7495L8.2991 1.24998C8.16738 1.02195 7.97797 0.832599 7.7499 0.700952C7.52182 0.569305 7.26312 0.5 6.99978 0.5C6.73644 0.5 6.47774 0.569305 6.24966 0.700952C6.02159 0.832599 5.83218 1.02195 5.70046 1.24998L5.70096 1.24948L0.200962 10.75C0.0693183 10.978 9.13466e-06 11.2366 9.02787e-10 11.4999C-9.13286e-06 11.7632 0.069282 12.0219 0.20091 12.2499C0.332538 12.4779 0.521865 12.6673 0.749865 12.7989C0.977865 12.9306 1.2365 12.9999 1.49979 13H12.4983C12.7617 13.0001 13.0205 12.9308 13.2486 12.7991C13.4767 12.6674 13.6661 12.478 13.7977 12.2499C13.9294 12.0217 13.9986 11.763 13.9985 11.4996C13.9984 11.2362 13.929 10.9775 13.7971 10.7495ZM12.9314 11.75C12.8882 11.8266 12.8253 11.8903 12.7491 11.9342C12.6729 11.9782 12.5863 12.0009 12.4983 12H1.49978C1.4121 11.9999 1.32598 11.9768 1.25006 11.9329C1.17414 11.889 1.11108 11.826 1.06721 11.7501C1.02334 11.6742 1.0002 11.588 1.00011 11.5004C1.00001 11.4127 1.02297 11.3265 1.06668 11.2505L6.56618 1.75049L6.56668 1.74999C6.61063 1.67394 6.67383 1.61079 6.74993 1.56691C6.82602 1.52303 6.91233 1.49995 7.00017 1.5C7.08801 1.50005 7.17429 1.52323 7.25034 1.5672C7.32638 1.61117 7.38951 1.67439 7.43337 1.75049L12.9314 11.25C12.9762 11.3257 12.9999 11.412 12.9999 11.5C12.9999 11.5879 12.9762 11.6743 12.9314 11.75Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99984 10.9999C7.34502 10.9999 7.62484 10.7201 7.62484 10.3749C7.62484 10.0297 7.34502 9.74992 6.99984 9.74992C6.65466 9.74992 6.37484 10.0297 6.37484 10.3749C6.37484 10.7201 6.65466 10.9999 6.99984 10.9999Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99978 8.99998C7.06545 9.00002 7.13049 8.98711 7.19117 8.962C7.25185 8.93689 7.30698 8.90006 7.35342 8.85362C7.39986 8.80718 7.43669 8.75205 7.4618 8.69137C7.48691 8.63069 7.49982 8.56565 7.49978 8.49998V4.99998C7.49978 4.86738 7.4471 4.7402 7.35334 4.64643C7.25957 4.55266 7.13239 4.49998 6.99978 4.49998C6.86717 4.49998 6.74 4.55266 6.64623 4.64643C6.55246 4.7402 6.49978 4.86738 6.49978 4.99998V8.49998C6.49974 8.56565 6.51265 8.63069 6.53777 8.69137C6.56288 8.75205 6.59971 8.80719 6.64614 8.85362C6.69258 8.90006 6.74772 8.93689 6.8084 8.962C6.86908 8.98711 6.93411 9.00002 6.99978 8.99998Z"})]})}AudioMicrophoneIcon.displayName="AudioMicrophoneIcon",AudioMicrophoneIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},AudioMicrophoneIcon.defaultProps={size:24,className:"",style:{}},AudioMicrophoneIcon.__docgenInfo={description:"Audio microphone SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"AudioMicrophoneIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/AudioMicrophoneIcon.jsx"]={name:"AudioMicrophoneIcon",docgenInfo:AudioMicrophoneIcon.__docgenInfo,path:"src/components/icons/AudioMicrophoneIcon.jsx"}),AudioMicrophoneMutedIcon.displayName="AudioMicrophoneMutedIcon",AudioMicrophoneMutedIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},AudioMicrophoneMutedIcon.defaultProps={size:24,className:"",style:{}},AudioMicrophoneMutedIcon.__docgenInfo={description:"Audio microphone muted SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"AudioMicrophoneMutedIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/AudioMicrophoneMutedIcon.jsx"]={name:"AudioMicrophoneMutedIcon",docgenInfo:AudioMicrophoneMutedIcon.__docgenInfo,path:"src/components/icons/AudioMicrophoneMutedIcon.jsx"}),CheckIcon.displayName="CheckIcon",CheckIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CheckIcon.defaultProps={size:26,className:"",style:{}},CheckIcon.__docgenInfo={description:"Check SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CheckIcon",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CheckIcon.jsx"]={name:"CheckIcon",docgenInfo:CheckIcon.__docgenInfo,path:"src/components/icons/CheckIcon.jsx"}),CameraBoldIcon.displayName="CameraBoldIcon",CameraBoldIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},CameraBoldIcon.defaultProps={size:24,className:"",style:{},ariaLabel:void 0},CameraBoldIcon.__docgenInfo={description:"Camera bold SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria label for accessibility\n@returns {object} JSX of the icon",methods:[],displayName:"CameraBoldIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraBoldIcon.jsx"]={name:"CameraBoldIcon",docgenInfo:CameraBoldIcon.__docgenInfo,path:"src/components/icons/CameraBoldIcon.jsx"}),CameraIcon.displayName="CameraIcon",CameraIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraIcon.defaultProps={size:24,className:"",style:{}},CameraIcon.__docgenInfo={description:"Camera SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraIcon.jsx"]={name:"CameraIcon",docgenInfo:CameraIcon.__docgenInfo,path:"src/components/icons/CameraIcon.jsx"}),CameraMutedIcon.displayName="CameraMutedIcon",CameraMutedIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraMutedIcon.defaultProps={size:24,className:"",style:{}},CameraMutedIcon.__docgenInfo={description:"Camera muted SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraMutedIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraMutedIcon.jsx"]={name:"CameraMutedIcon",docgenInfo:CameraMutedIcon.__docgenInfo,path:"src/components/icons/CameraMutedIcon.jsx"}),CameraPresenceIcon.displayName="CameraPresenceIcon",CameraPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraPresenceIcon.defaultProps={size:24,className:"",style:{}},CameraPresenceIcon.__docgenInfo={description:"Camera presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraPresenceIcon.jsx"]={name:"CameraPresenceIcon",docgenInfo:CameraPresenceIcon.__docgenInfo,path:"src/components/icons/CameraPresenceIcon.jsx"}),CameraIssueIcon.displayName="CameraIssueIcon",CameraIssueIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraIssueIcon.defaultProps={className:void 0,style:void 0},CameraIssueIcon.__docgenInfo={description:"Camera issue SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraIssueIcon",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraIssue.jsx"]={name:"CameraIssueIcon",docgenInfo:CameraIssueIcon.__docgenInfo,path:"src/components/icons/CameraIssue.jsx"}),CancelIcon.displayName="CancelIcon",CancelIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CancelIcon.defaultProps={size:24,className:"",style:{}},CancelIcon.__docgenInfo={description:"Cancel SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CancelIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CancelIcon.jsx"]={name:"CancelIcon",docgenInfo:CancelIcon.__docgenInfo,path:"src/components/icons/CancelIcon.jsx"}),ChatFilledIcon.displayName="ChatFilledIcon",ChatFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ChatFilledIcon.defaultProps={size:24,className:void 0,style:void 0},ChatFilledIcon.__docgenInfo={description:"Chat filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ChatFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ChatFilledIcon.jsx"]={name:"ChatFilledIcon",docgenInfo:ChatFilledIcon.__docgenInfo,path:"src/components/icons/ChatFilledIcon.jsx"}),ControlDown.displayName="ControlDown",ControlDown.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ControlDown.defaultProps={size:26,className:"",style:{}},ControlDown.__docgenInfo={description:"Control Down SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ControlDown",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ControlDown.jsx"]={name:"ControlDown",docgenInfo:ControlDown.__docgenInfo,path:"src/components/icons/ControlDown.jsx"}),ControlUp.displayName="ControlUp",ControlUp.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ControlUp.defaultProps={size:26,className:"",style:{}},ControlUp.__docgenInfo={description:"Control Up SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ControlUp",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ControlUp.jsx"]={name:"ControlUp",docgenInfo:ControlUp.__docgenInfo,path:"src/components/icons/ControlUp.jsx"}),DndPresenceIcon.displayName="DndPresenceIcon",DndPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},DndPresenceIcon.defaultProps={size:24,className:"",style:{}},DndPresenceIcon.__docgenInfo={description:"Dnd SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"DndPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/DndPresenceIcon.jsx"]={name:"DndPresenceIcon",docgenInfo:DndPresenceIcon.__docgenInfo,path:"src/components/icons/DndPresenceIcon.jsx"}),ExternalUserIcon.displayName="ExternalUserIcon",ExternalUserIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ExternalUserIcon.defaultProps={size:24,className:"",style:{}},ExternalUserIcon.__docgenInfo={description:"External user as SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ExternalUserIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ExternalUserIcon.jsx"]={name:"ExternalUserIcon",docgenInfo:ExternalUserIcon.__docgenInfo,path:"src/components/icons/ExternalUserIcon.jsx"}),HidePwdIcon.displayName="HidePwdIcon",HidePwdIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},HidePwdIcon.defaultProps={size:16,className:"",style:{}},HidePwdIcon.__docgenInfo={description:"Hide SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"HidePwdIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/HidePwdIcon.jsx"]={name:"HidePwdIcon",docgenInfo:HidePwdIcon.__docgenInfo,path:"src/components/icons/HidePwdIcon.jsx"}),IndeterminateIcon.displayName="IndeterminateIcon",IndeterminateIcon.propTypes={className:prop_types_default.a.string,size:prop_types_default.a.number,style:prop_types_default.a.shape()},IndeterminateIcon.defaultProps={className:"",size:24,style:{}},IndeterminateIcon.__docgenInfo={description:"Indeterminate SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.className Additional className for the component\n@param {number} props.size Width and height of the icon\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"IndeterminateIcon",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/IndeterminateIcon.jsx"]={name:"IndeterminateIcon",docgenInfo:IndeterminateIcon.__docgenInfo,path:"src/components/icons/IndeterminateIcon.jsx"}),MeetingsPresenceIcon.displayName="MeetingsPresenceIcon",MeetingsPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MeetingsPresenceIcon.defaultProps={size:24,className:"",style:{}},MeetingsPresenceIcon.__docgenInfo={description:"Meetings presence meeting SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MeetingsPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MeetingsPresenceIcon.jsx"]={name:"MeetingsPresenceIcon",docgenInfo:MeetingsPresenceIcon.__docgenInfo,path:"src/components/icons/MeetingsPresenceIcon.jsx"}),MicrophoneBoldIcon.displayName="MicrophoneBoldIcon",MicrophoneBoldIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},MicrophoneBoldIcon.defaultProps={size:24,className:"",style:{},ariaLabel:void 0},MicrophoneBoldIcon.__docgenInfo={description:"Microphone bold SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria label for accessibility\n@returns {object} JSX of the icon",methods:[],displayName:"MicrophoneBoldIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MicrophoneBoldIcon.jsx"]={name:"MicrophoneBoldIcon",docgenInfo:MicrophoneBoldIcon.__docgenInfo,path:"src/components/icons/MicrophoneBoldIcon.jsx"}),MicrophoneIssueIcon.displayName="MicrophoneIssueIcon",MicrophoneIssueIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},MicrophoneIssueIcon.defaultProps={className:void 0,style:void 0},MicrophoneIssueIcon.__docgenInfo={description:"Microphone issue SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MicrophoneIssueIcon",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MicrophoneIssueIcon.jsx"]={name:"MicrophoneIssueIcon",docgenInfo:MicrophoneIssueIcon.__docgenInfo,path:"src/components/icons/MicrophoneIssueIcon.jsx"}),MoreIcon.displayName="MoreIcon",MoreIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MoreIcon.defaultProps={size:24,className:"",style:{}},MoreIcon.__docgenInfo={description:"More SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MoreIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MoreIcon.jsx"]={name:"MoreIcon",docgenInfo:MoreIcon.__docgenInfo,path:"src/components/icons/MoreIcon.jsx"}),MoreAdrIcon.displayName="MoreAdrIcon",MoreAdrIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MoreAdrIcon.defaultProps={size:24,className:"",style:{}},MoreAdrIcon.__docgenInfo={description:"More-adr SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MoreAdrIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MoreAdrIcon.jsx"]={name:"MoreAdrIcon",docgenInfo:MoreAdrIcon.__docgenInfo,path:"src/components/icons/MoreAdrIcon.jsx"}),ParticipantListIcon.displayName="ParticipantListIcon",ParticipantListIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ParticipantListIcon.defaultProps={size:24,className:"",style:{}},ParticipantListIcon.__docgenInfo={description:"Participant list SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ParticipantListIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ParticipantListIcon.jsx"]={name:"ParticipantListIcon",docgenInfo:ParticipantListIcon.__docgenInfo,path:"src/components/icons/ParticipantListIcon.jsx"}),ParticipantListFilledIcon.displayName="ParticipantListFilledIcon",ParticipantListFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ParticipantListFilledIcon.defaultProps={size:24,className:"",style:{}},ParticipantListFilledIcon.__docgenInfo={description:"Participant list filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ParticipantListFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ParticipantListFilledIcon.jsx"]={name:"ParticipantListFilledIcon",docgenInfo:ParticipantListFilledIcon.__docgenInfo,path:"src/components/icons/ParticipantListFilledIcon.jsx"}),PtoPresenceIcon.displayName="PtoPresenceIcon",PtoPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},PtoPresenceIcon.defaultProps={size:24,className:"",style:{}},PtoPresenceIcon.__docgenInfo={description:"Pto presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"PtoPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/PtoPresenceIcon.jsx"]={name:"PtoPresenceIcon",docgenInfo:PtoPresenceIcon.__docgenInfo,path:"src/components/icons/PtoPresenceIcon.jsx"}),QuietHoursPresenceIcon.displayName="QuietHoursPresenceIcon",QuietHoursPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},QuietHoursPresenceIcon.defaultProps={size:24,className:"",style:{}},QuietHoursPresenceIcon.__docgenInfo={description:"Quiet hours SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"QuietHoursPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/QuietHoursPresenceIcon.jsx"]={name:"QuietHoursPresenceIcon",docgenInfo:QuietHoursPresenceIcon.__docgenInfo,path:"src/components/icons/QuietHoursPresenceIcon.jsx"}),RecentsPresenceIcon.displayName="RecentsPresenceIcon",RecentsPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},RecentsPresenceIcon.defaultProps={size:24,className:"",style:{}},RecentsPresenceIcon.__docgenInfo={description:"Recents presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"RecentsPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/RecentsPresenceIcon.jsx"]={name:"RecentsPresenceIcon",docgenInfo:RecentsPresenceIcon.__docgenInfo,path:"src/components/icons/RecentsPresenceIcon.jsx"}),RemoteMediaErrorIcon.displayName="RemoteMediaErrorIcon",RemoteMediaErrorIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},RemoteMediaErrorIcon.defaultProps={className:"",style:{}},RemoteMediaErrorIcon.__docgenInfo={description:"Remote Media Error SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"RemoteMediaErrorIcon",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/RemoteMediaErrorIcon.jsx"]={name:"RemoteMediaErrorIcon",docgenInfo:RemoteMediaErrorIcon.__docgenInfo,path:"src/components/icons/RemoteMediaErrorIcon.jsx"}),SettingsIcon.displayName="SettingsIcon",SettingsIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},SettingsIcon.defaultProps={size:24,className:"",style:{}},SettingsIcon.__docgenInfo={description:"Settings SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"SettingsIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/SettingsIcon.jsx"]={name:"SettingsIcon",docgenInfo:SettingsIcon.__docgenInfo,path:"src/components/icons/SettingsIcon.jsx"}),ShareScreenFilledIcon.displayName="ShareScreenFilledIcon",ShareScreenFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShareScreenFilledIcon.defaultProps={size:24,className:"",style:{}},ShareScreenFilledIcon.__docgenInfo={description:"Share screen filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShareScreenFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShareScreenFilledIcon.jsx"]={name:"ShareScreenFilledIcon",docgenInfo:ShareScreenFilledIcon.__docgenInfo,path:"src/components/icons/ShareScreenFilledIcon.jsx"}),ShareScreenIcon.displayName="ShareScreenIcon",ShareScreenIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShareScreenIcon.defaultProps={size:24,className:"",style:{}},ShareScreenIcon.__docgenInfo={description:"Share Screen SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShareScreenIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShareScreenIcon.jsx"]={name:"ShareScreenIcon",docgenInfo:ShareScreenIcon.__docgenInfo,path:"src/components/icons/ShareScreenIcon.jsx"}),ShowPwdIcon.displayName="ShowPwdIcon",ShowPwdIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShowPwdIcon.defaultProps={size:16,className:"",style:{}},ShowPwdIcon.__docgenInfo={description:"Show SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShowPwdIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShowPwdIcon.jsx"]={name:"ShowPwdIcon",docgenInfo:ShowPwdIcon.__docgenInfo,path:"src/components/icons/ShowPwdIcon.jsx"}),UnreadIcon.displayName="UnreadIcon",UnreadIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},UnreadIcon.defaultProps={size:24,className:"",style:{}},UnreadIcon.__docgenInfo={description:"Unread SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"UnreadIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/UnreadIcon.jsx"]={name:"UnreadIcon",docgenInfo:UnreadIcon.__docgenInfo,path:"src/components/icons/UnreadIcon.jsx"}),WaitingForHostIcon.displayName="WaitingForHostIcon",WaitingForHostIcon.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,size:prop_types_default.a.number,style:prop_types_default.a.shape()},WaitingForHostIcon.defaultProps={ariaLabel:void 0,className:void 0,size:120,style:void 0},WaitingForHostIcon.__docgenInfo={description:"Waiting for host SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.ariaLabel Aria label for accessibility\n@param {string} props.className Additional className for the component\n@param {number} props.size Width and height of the icon\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"WaitingForHostIcon",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},size:{defaultValue:{value:"120",computed:!1},type:{name:"number"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/WaitingForHostIcon.jsx"]={name:"WaitingForHostIcon",docgenInfo:WaitingForHostIcon.__docgenInfo,path:"src/components/icons/WaitingForHostIcon.jsx"}),WarningIcon.displayName="WarningIcon",WarningIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},WarningIcon.defaultProps={size:16,className:"",style:{}},WarningIcon.__docgenInfo={description:"Warning SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"WarningIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/WarningIcon.jsx"]={name:"WarningIcon",docgenInfo:WarningIcon.__docgenInfo,path:"src/components/icons/WarningIcon.jsx"});var icons={"arrow-down":ArrowDown,"arrow-left":ArrowLeft,"arrow-up":ArrowUp,check:CheckIcon,camera:CameraIcon,"camera-bold":CameraBoldIcon,"camera-issue":CameraIssueIcon,"camera-muted":CameraMutedIcon,"camera-presence":CameraPresenceIcon,cancel:CancelIcon,"chat-filled":ChatFilledIcon,"content-share":ShareScreenIcon,"control-down":ControlDown,"control-up":ControlUp,"dnd-presence":DndPresenceIcon,error:RemoteMediaErrorIcon,"external-user":ExternalUserIcon,"hide-password":HidePwdIcon,indeterminate:IndeterminateIcon,"meetings-presence":MeetingsPresenceIcon,"microphone-issue":MicrophoneIssueIcon,"microphone-muted":AudioMicrophoneMutedIcon,microphone:AudioMicrophoneIcon,"microphone-bold":MicrophoneBoldIcon,more:MoreIcon,"more-adr":MoreAdrIcon,"participant-list":ParticipantListIcon,"participant-list-filled":ParticipantListFilledIcon,"pto-presence":PtoPresenceIcon,"quiet-hours-presence":QuietHoursPresenceIcon,"recents-presence":RecentsPresenceIcon,settings:SettingsIcon,"share-screen-presence-stroke":ShareScreenIcon,"share-screen-filled":ShareScreenFilledIcon,"show-password":ShowPwdIcon,unread:UnreadIcon,warning:WarningIcon,"waiting-for-host":WaitingForHostIcon};function Icon(_ref){var name=_ref.name,size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_name$split=name.split("_"),_name$split2=slicedToArray_default()(_name$split,2),baseName=_name$split2[0],baseSize=_name$split2[1],IconComponent=icons[baseName];return IconComponent||(console.error(baseName+' icon is not defined. Available icons are "'+Object.keys(icons).join(", ")+'".'),IconComponent="span"),Object(jsx_runtime.jsx)(IconComponent,{size:size||baseSize&&Number(baseSize),className:className,style:style,ariaLabel:ariaLabel})}Icon.displayName="Icon",Icon.propTypes={name:prop_types_default.a.string.isRequired,size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},Icon.defaultProps={size:void 0,className:"",style:{},ariaLabel:void 0},Icon.__docgenInfo={description:"Displays an Icon based on its name.\n\n@param {object} props Data passed to the component\n@param {string} props.name Icon name\n@param {number} [props.size] Icon width and height\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria-label for accessibility\n@returns {object} JSX of the Icon",methods:[],displayName:"Icon",props:{size:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},name:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Icon/Icon.jsx"]={name:"Icon",docgenInfo:Icon.__docgenInfo,path:"src/components/generic/Icon/Icon.jsx"})},55:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"d",(function(){return deepMerge})),__webpack_require__.d(__webpack_exports__,"a",(function(){return chainWith})),__webpack_require__.d(__webpack_exports__,"e",(function(){return isValidUrl})),__webpack_require__.d(__webpack_exports__,"b",(function(){return clamp})),__webpack_require__.d(__webpack_exports__,"f",(function(){return mapValues})),__webpack_require__.d(__webpack_exports__,"g",(function(){return uniqueId})),__webpack_require__.d(__webpack_exports__,"c",(function(){return debounce}));__webpack_require__(101);var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),rxjs__WEBPACK_IMPORTED_MODULE_14__=(__webpack_require__(103),__webpack_require__(244),__webpack_require__(9),__webpack_require__(25),__webpack_require__(19),__webpack_require__(24),__webpack_require__(83),__webpack_require__(95),__webpack_require__(15),__webpack_require__(1014),__webpack_require__(402),__webpack_require__(139),__webpack_require__(56));function deepMerge(dest,src){for(var result=dest,_i=0,_Object$entries=Object.entries(src);_i<_Object$entries.length;_i++){var _ref=_Object$entries[_i],_ref2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_ref,2),key=_ref2[0],val=_ref2[1];(null==val?void 0:val.constructor)===Object?deepMerge(result[key],val):result[key]=val}}function chainWith(createDependentObservable){return function(source){return new rxjs__WEBPACK_IMPORTED_MODULE_14__.a((function(subscriber){var lastValue,subscription;return subscription=source.subscribe((function(value){subscriber.next(value),lastValue=value}),(function(error){return subscriber.error(error)}),(function(){subscription=createDependentObservable(lastValue).subscribe((function(value){return subscriber.next(value)}),(function(error){return subscriber.error(error)}),(function(){return subscriber.complete()}))})),function(){subscription&&subscription.unsubscribe()}}))}}function isValidUrl(url,acceptedProtocols){var urlObject;try{urlObject=new URL(url)}catch(_){return!1}return acceptedProtocols.includes(urlObject.protocol)}function clamp(num,min,max){return Math.min(Math.max(num,min),max)}function mapValues(object,mapper){return Object.fromEntries(Object.entries(object).map((function(_ref3){var _ref4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_ref3,2),key=_ref4[0],value=_ref4[1];return[key,mapper(value,key)]})))}var lastId=0;function uniqueId(){return"wxc-"+(lastId+=1)}function debounce(func){var timer,_this=this,debounced=function debounced(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];var context=_this;timer&&clearTimeout(timer),timer=setTimeout((function(){timer=null,func.apply(context,args)}),500)};return debounced.cancel=function cancel(){timer&&clearTimeout(timer)},debounced}},568:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__(8),__webpack_require__(0),__webpack_require__(1),__webpack_require__(6),__webpack_require__(2)},569:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__(7),__webpack_require__(17),__webpack_require__(3),__webpack_require__(12),__webpack_require__(46),__webpack_require__(9),__webpack_require__(8),__webpack_require__(0),__webpack_require__(313),__webpack_require__(2)}).call(this,__webpack_require__(93))},57:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"c",(function(){return PHONE_LARGE})),__webpack_require__.d(__webpack_exports__,"d",(function(){return TABLET})),__webpack_require__.d(__webpack_exports__,"a",(function(){return DESKTOP})),__webpack_require__.d(__webpack_exports__,"b",(function(){return DESKTOP_LARGE}));var PHONE_LARGE=425,TABLET=768,DESKTOP=1024,DESKTOP_LARGE=1440},597:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__(131),__webpack_require__(195),__webpack_require__(258),__webpack_require__(315);var _WebexDataProvider_WebexDataProvider__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(313);__webpack_require__.d(__webpack_exports__,"a",(function(){return _WebexDataProvider_WebexDataProvider__WEBPACK_IMPORTED_MODULE_4__.a}));__webpack_require__(184),__webpack_require__(186),__webpack_require__(113),__webpack_require__(253),__webpack_require__(254),__webpack_require__(188),__webpack_require__(189),__webpack_require__(102),__webpack_require__(187),__webpack_require__(153),__webpack_require__(191),__webpack_require__(190),__webpack_require__(255),__webpack_require__(185),__webpack_require__(194),__webpack_require__(192),__webpack_require__(256),__webpack_require__(193),__webpack_require__(257),__webpack_require__(298),__webpack_require__(568),__webpack_require__(569),__webpack_require__(96),__webpack_require__(183),__webpack_require__(27);global.testRendererAct=function(fn){return fn()}}).call(this,__webpack_require__(93))},6:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return contexts.a})),__webpack_require__.d(__webpack_exports__,"b",(function(){return useActivity})),__webpack_require__.d(__webpack_exports__,"c",(function(){return useActivityScroll})),__webpack_require__.d(__webpack_exports__,"d",(function(){return useActivityStream.b})),__webpack_require__.d(__webpack_exports__,"e",(function(){return useAdaptiveCard})),__webpack_require__.d(__webpack_exports__,"f",(function(){return useAutoFocus})),__webpack_require__.d(__webpack_exports__,"g",(function(){return useElementDimensions})),__webpack_require__.d(__webpack_exports__,"h",(function(){return useElementPosition})),__webpack_require__.d(__webpack_exports__,"i",(function(){return useMe})),__webpack_require__.d(__webpack_exports__,"j",(function(){return useMeeting})),__webpack_require__.d(__webpack_exports__,"k",(function(){return useMeetingControl})),__webpack_require__.d(__webpack_exports__,"l",(function(){return useMeetingDestination.a})),__webpack_require__.d(__webpack_exports__,"m",(function(){return useMembers.a})),__webpack_require__.d(__webpack_exports__,"o",(function(){return useOrganization})),__webpack_require__.d(__webpack_exports__,"p",(function(){return useOverflowActivities})),__webpack_require__.d(__webpack_exports__,"q",(function(){return usePerson})),__webpack_require__.d(__webpack_exports__,"r",(function(){return useRef})),__webpack_require__.d(__webpack_exports__,"s",(function(){return useRoom})),__webpack_require__.d(__webpack_exports__,"u",(function(){return useStream})),__webpack_require__.d(__webpack_exports__,"t",(function(){return useSpeakers})),__webpack_require__.d(__webpack_exports__,"n",(function(){return useMetrics}));var contexts=__webpack_require__(27),slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0);function useActivity(activityID){var _useState=Object(react.useState)({cards:[]}),_useState2=slicedToArray_default()(_useState,2),activity=_useState2[0],setActivity=_useState2[1],adapter=Object(react.useContext)(contexts.a),activitiesAdapter=adapter&&adapter.activitiesAdapter;return Object(react.useEffect)((function(){var cleanup;if(activitiesAdapter&&activityID){var subscription=activitiesAdapter.getActivity(activityID).subscribe(setActivity,(function onError(error){throw error}));cleanup=function cleanup(){subscription.unsubscribe()}}else setActivity({cards:[]}),cleanup=void 0;return cleanup}),[activitiesAdapter,activityID]),activity}__webpack_require__(139);var empty=__webpack_require__(324),fromEvent=__webpack_require__(1176),filter=__webpack_require__(596),mergeMap=__webpack_require__(330);function useActivityScroll(roomID,elementRef,callback){var roomsAdapter=Object(react.useContext)(contexts.a).roomsAdapter,_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),showLoader=_useState2[0],setShowLoader=_useState2[1];return Object(react.useEffect)((function(){var scrollListener=Object(empty.a)();return elementRef.current&&(scrollListener=Object(fromEvent.a)(elementRef.current,"scroll").pipe(Object(filter.a)((function(event){var loadMoreItems=0===event.target.scrollTop&&roomsAdapter.hasMoreActivities(roomID);return loadMoreItems&&setShowLoader(!0),loadMoreItems})),Object(mergeMap.a)((function(){return roomsAdapter.getPastActivities(roomID)}))).subscribe((function(previousActivities){setTimeout((function(){callback(previousActivities),setShowLoader(!1)}),500)}))),function(){scrollListener.unsubscribe()}}),[]),showLoader}var useActivityStream=__webpack_require__(307);function useAdaptiveCard(activityID,cardIndex){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),card=_useState2[0],setCard=_useState2[1],adapter=Object(react.useContext)(contexts.a),activitiesAdapter=adapter&&adapter.activitiesAdapter;return Object(react.useEffect)((function(){var cleanup;if(activitiesAdapter&&activityID){var subscription=activitiesAdapter.getActivity(activityID).subscribe((function(activity){var newCard=activitiesAdapter.getAdaptiveCard(activity,cardIndex);setCard(newCard||{type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"This message does not contain a card."}]})}),(function(error){console.error(error),setCard({type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Message could not be loaded. "+error}]})}));cleanup=function cleanup(){return subscription.unsubscribe()}}else setCard({}),cleanup=void 0;return cleanup}),[activitiesAdapter,activityID,cardIndex]),[card,function(inputs){return activitiesAdapter.postAction(activityID,inputs)}]}function useAutoFocus(elementRef,autoFocus){var element=elementRef.current;Object(react.useEffect)((function(){autoFocus&&element&&element.focus()}),[element,autoFocus])}var resize_observer=__webpack_require__(631);function useElementDimensions(elementRef){var _useState=Object(react.useState)(0),_useState2=slicedToArray_default()(_useState,2),height=_useState2[0],setHeight=_useState2[1],_useState3=Object(react.useState)(0),_useState4=slicedToArray_default()(_useState3,2),width=_useState4[0],setWidth=_useState4[1];return Object(react.useEffect)((function(){var cleanup;if(elementRef.current){var observer=new(window.ResizeObserver||resize_observer.a)((function(entries){var contentRect=slicedToArray_default()(entries,1)[0].contentRect;height!==contentRect.height&&setHeight(contentRect.height),width!==contentRect.width&&setWidth(contentRect.width)}));observer.observe(elementRef.current),cleanup=function cleanup(){observer.disconnect()}}return cleanup}),[elementRef.current]),{height:height,width:width}}function useElementPosition(elementRef){var _useState=Object(react.useState)(null),_useState2=slicedToArray_default()(_useState,2),position=_useState2[0],setPosition=_useState2[1],target=elementRef.current;return Object(react.useEffect)((function(){if(target){var rect=target.getBoundingClientRect();position&&rect.top===position.top&&rect.right===position.right&&rect.bottom===position.bottom&&rect.left===position.left&&rect.x===position.x&&rect.y===position.y&&rect.height===position.height&&rect.width===position.width||setPosition(rect)}}),[target,position,setPosition]),Object(react.useEffect)((function(){var cleanup;if(target){var updatePosition=function updatePosition(){return setPosition(target.getBoundingClientRect())};window.addEventListener("resize",updatePosition),window.addEventListener("scroll",updatePosition,!0),cleanup=function cleanup(){window.removeEventListener("resize",updatePosition),window.removeEventListener("scroll",updatePosition,!0)}}return cleanup}),[target]),position}function useMe(){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),person=_useState2[0],setPerson=_useState2[1],peopleAdapter=Object(react.useContext)(contexts.a).peopleAdapter;return Object(react.useEffect)((function(){var subscription=peopleAdapter.getMe().subscribe(setPerson,(function onError(error){console.error(error.message)}));return function(){subscription.unsubscribe()}}),[]),person}__webpack_require__(8);var emptyMeeting={ID:null,title:null,localAudio:{stream:null},localVideo:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:null,settings:{visible:!1,preview:{microphone:{},video:{}}},error:null};function useMeeting(meetingID){var _useState=Object(react.useState)(emptyMeeting),_useState2=slicedToArray_default()(_useState,2),meeting=_useState2[0],setMeeting=_useState2[1],adapter=Object(react.useContext)(contexts.a),meetingsAdapter=adapter&&adapter.meetingsAdapter;return Object(react.useEffect)((function(){var cleanup;if(meetingID&&meetingsAdapter){var subscription=meetingsAdapter.getMeeting(meetingID).subscribe((function onMeeting(newMeeting){setMeeting(Object.assign({},newMeeting))}),(function onError(error){setMeeting(Object.assign({},emptyMeeting,{error:error})),console.log(error)}));cleanup=function cleanup(){subscription.unsubscribe()}}else setMeeting(Object.assign({},emptyMeeting)),cleanup=void 0;return cleanup}),[meetingsAdapter,meetingID]),meeting}__webpack_require__(72),__webpack_require__(29);function useMeetingControl(type,meetingID){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),display=_useState2[0],setDisplay=_useState2[1],controls=Object(react.useContext)(contexts.a).meetingsAdapter.meetingControls,control=controls[type];return Object(react.useEffect)((function(){control||console.error(type+' control is not defined. Available controls are "'+Object.keys(controls).join(", ")+'".')}),[type,controls,control]),Object(react.useEffect)((function(){var cleanup;if(control){var subscription=control.display(meetingID).subscribe(setDisplay);cleanup=function cleanup(){subscription.unsubscribe()}}return cleanup}),[meetingID,control]),control?[function(value){return control.action(meetingID,value)},display]:[function(){},{}]}var useMeetingDestination=__webpack_require__(298),useMembers=__webpack_require__(308);function useOrganization(ID){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),organization=_useState2[0],setOrganization=_useState2[1],organizationsAdapter=Object(react.useContext)(contexts.a).organizationsAdapter;return Object(react.useEffect)((function(){var cleanup;if(ID){var subscription=organizationsAdapter.getOrg(ID).subscribe((function onOrganization(newOrganization){setOrganization(Object.assign({},newOrganization))}),(function onError(error){console.error(error.message)}));cleanup=function cleanup(){subscription.unsubscribe()}}else cleanup=void 0,setOrganization({});return cleanup}),[ID]),organization}var Observable=__webpack_require__(56);function useRef(){var _useState=Object(react.useState)(),setState=slicedToArray_default()(_useState,2)[1],callback=Object(react.useCallback)((function(current){callback.current=current,setState(current)}),[]);return callback}function useOverflowActivities(roomID,elementRef,callback){var lastElementRef=useRef(),roomsAdapter=Object(react.useContext)(contexts.a).roomsAdapter,_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),scrollToLastActivity=_useState2[0],setScrollToLastActivity=_useState2[1],_useState3=Object(react.useState)(0),_useState4=slicedToArray_default()(_useState3,2),lastActivityBottom=_useState4[0],setLastActivityBottom=_useState4[1];return Object(react.useEffect)((function(){var activityStreamBoundaries=elementRef.current.getBoundingClientRect(),lastActivityBoundaries=lastElementRef.current.getBoundingClientRect(),loadMoreActivities=Observable.a.create((function(observer){lastActivityBoundaries.bottom")&&html.indexOf("

")===html.length-5&&(html=html.slice(3,-5)),Object(jsx_runtime.jsx)("div",{className:cssClasses,dangerouslySetInnerHTML:{__html:html}})}Markdown.displayName="Markdown",Markdown.propTypes={children:prop_types_default.a.string,className:prop_types_default.a.string},Markdown.defaultProps={children:"",className:""},Markdown.__docgenInfo={description:"Markdown component\n\n@param {object} props Data passed to the component\n@param {string} props.children Text to be converted\n@param {string} [props.className] Custom CSS class to apply\n@returns {object} JSX of the element",methods:[],displayName:"Markdown",props:{children:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Markdown/Markdown.jsx"]={name:"Markdown",docgenInfo:Markdown.__docgenInfo,path:"src/components/adaptive-cards/Markdown/Markdown.jsx"});var objectWithoutProperties=__webpack_require__(563),objectWithoutProperties_default=__webpack_require__.n(objectWithoutProperties);__webpack_require__(103),__webpack_require__(72);function Spacer(_ref){var _webexComponentClasse3,className=_ref.className,separator=_ref.separator,spacing=_ref.spacing,style=_ref.style,spacingClassName="spacing--"+String(spacing).toLowerCase(),_webexComponentClasse=Object(helpers.a)("ac-spacer",className,((_webexComponentClasse3={})[spacingClassName]=!!spacing,_webexComponentClasse3)),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:{style:style},children:separator&&Object(jsx_runtime.jsx)("div",{})})}function useActionOpenUrl(data){var handleAction,onOpenUrl=Object(react.useContext)(AdaptiveCardContext).onOpenUrl;"Action.OpenUrl"===(null==data?void 0:data.type)&&(Object(util.e)(data.url,["https:","http:"])&&(handleAction=function handleAction(){window.open(data.url,"_blank"),onOpenUrl(data.url)}));return handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"link",title:data.tooltip}}function useActionSubmit(data){var handleAction,_useContext=Object(react.useContext)(AdaptiveCardContext),getAllValues=_useContext.getAllValues,validate=_useContext.validate,submit=_useContext.submit,invalidSubmit=_useContext.invalidSubmit;return"Action.Submit"!==(null==data?void 0:data.type)&&"Action.Execute"!==(null==data?void 0:data.type)||(handleAction=function handleAction(){var _data$associatedInput;if("none"!==(null===(_data$associatedInput=data.associatedInputs)||void 0===_data$associatedInput?void 0:_data$associatedInput.toLowerCase()))if(validate()){var values=getAllValues();"object"==typeof data.data&&(values=Object.assign({},values,data.data)),submit(values)}else invalidSubmit(getAllValues());else submit(data.data)}),handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"button",title:data.tooltip}}function useActionToggleVisibility(data){var handleAction,_useContext=Object(react.useContext)(AdaptiveCardContext),getIsVisible=_useContext.getIsVisible,setIsVisible=_useContext.setIsVisible;return"Action.ToggleVisibility"===(null==data?void 0:data.type)&&(handleAction=function handleAction(){return(data.targetElements||[]).map((function(elem){return"string"==typeof elem?setIsVisible(elem,!getIsVisible(elem)):setIsVisible(elem.elementId,elem.isVisible)}))}),handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"button",title:data.tooltip}}function useAction(data){var handleActionOpenUrl=useActionOpenUrl(data),handleActionSubmit=useActionSubmit(data),handleActionToggleVisibility=useActionToggleVisibility(data);return handleActionOpenUrl||handleActionSubmit||handleActionToggleVisibility}Spacer.displayName="Spacer",Spacer.propTypes={className:prop_types_default.a.string,separator:prop_types_default.a.bool,spacing:prop_types_default.a.string,style:prop_types_default.a.shape()},Spacer.defaultProps={className:"",separator:!1,spacing:"default",style:void 0},Spacer.__docgenInfo={description:"Spacer helper component\n\n@param {object} props React props passed to the component\n@param {string} props.spacing The type of spacing\n@param {boolean} props.separator Whether or not to display the separator\n@param {object} props.containerType The type of the parent container\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Spacer",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},separator:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},spacing:{defaultValue:{value:"'default'",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Spacer/Spacer.jsx"]={name:"Spacer",docgenInfo:Spacer.__docgenInfo,path:"src/components/adaptive-cards/Spacer/Spacer.jsx"});var _excluded=["data","className","style","inherited"],componentTypes={},containerTypes={},acPropTypes_actions="actions",acPropTypes_actionStyle="action-style",acPropTypes_altText="alt-text",acPropTypes_associatedInputs="associated-inputs",acPropTypes_backgroundColor="background-color",acPropTypes_backgroundImage="background-image",acPropTypes_bleed="bleed",acPropTypes_card="card",acPropTypes_children="children",acPropTypes_color="color",acPropTypes_containerStyle="container-style",acPropTypes_data="data",acPropTypes_defaultImageSize="default-image-size",acPropTypes_errorMessage="error-message",acPropTypes_fallback="fallback",acPropTypes_fontType="font-type",acPropTypes_height="height",acPropTypes_highlight="highlight",acPropTypes_horizontalAlignment="horizontal-alignment",acPropTypes_iconUrl="icon-url",acPropTypes_id="id",acPropTypes_inlineAction="inline-action",acPropTypes_imageSize="image-size",acPropTypes_imageStyle="image-style",acPropTypes_inputStyle="input-style",acPropTypes_isEnabled="is-enabled",acPropTypes_isMultiline="is-multi-line",acPropTypes_isMultiSelect="is-multi-select",acPropTypes_isRequired="is-required",acPropTypes_isSubtle="is-subtle",acPropTypes_isVisible="is-visible",acPropTypes_italic="italic",acPropTypes_label="label",acPropTypes_maxLength="max-length",acPropTypes_maxLines="max-lines",acPropTypes_maxValue="max-value",acPropTypes_minHeight="min-height",acPropTypes_minValue="min-value",acPropTypes_placeholder="placeholder",acPropTypes_regex="regex",acPropTypes_rtl="rtl",acPropTypes_$schema="$schema",acPropTypes_selectAction="select-action",acPropTypes_separator="separator",acPropTypes_size="size",acPropTypes_spacing="spacing",acPropTypes_strikethrough="strikethrough",acPropTypes_style="style",acPropTypes_targetElements="target-elements",acPropTypes_text="text",acPropTypes_title="title",acPropTypes_tooltip="tooltip",acPropTypes_type="type",acPropTypes_underline="underline",acPropTypes_url="url",acPropTypes_value="value",acPropTypes_valueOff="value-off",acPropTypes_valueOn="value-on",acPropTypes_version="version",acPropTypes_verticalContentAlignment="vertical-content-alignment",acPropTypes_weight="weight",acPropTypes_width="width",acPropTypes_wrap="wrap";function registerComponent(type,component,containerType){componentTypes[type]=component,containerTypes[type]=containerType}function UnknownComponent(_ref){var data=_ref.data,_webexComponentClasse=Object(helpers.a)("adaptive-cards-unknown-component"),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("div",{children:[Object(jsx_runtime.jsx)("h5",{children:data.type+" Component"}),Object(jsx_runtime.jsx)("pre",{className:cssClasses,children:JSON.stringify(data,null,4)})]})}function Component(_ref2){var _C$acPropTypes,data=_ref2.data,className=_ref2.className,styleProp=_ref2.style,inherited=_ref2.inherited,otherProps=objectWithoutProperties_default()(_ref2,_excluded),_useContext=Object(react.useContext)(AdaptiveCardContext),setElement=_useContext.setElement,getIsVisible=_useContext.getIsVisible;Object(react.useEffect)((function(){setElement({id:data.id,isVisible:!1!==data.isVisible})}),[data.id,data.isVisible,setElement]);for(var _webexComponentClasse3=Object(helpers.a)("ac",className),cssClasses=slicedToArray_default()(_webexComponentClasse3,1)[0],fallback="drop"!==data.fallback&&componentTypes[data.fallback],C=componentTypes[data.type]||fallback||UnknownComponent,classes=[],getClass=function getClass(propType,value){return void 0!==value?"wxc-ac-"+propType+"--"+String(value).toLowerCase():"wxc-ac-"+propType},style={},action=useAction(data.selectAction),myInherited={},childrenInherited=inherited,_i=0,_arr=["fallback","verticalContentAlignment"];_i<_arr.length;_i++){var _Object$assign,prop=_arr[_i];if(C.acPropTypes&&C.acPropTypes[prop]||void 0)if(void 0!==data[prop])childrenInherited=Object.assign({},childrenInherited,((_Object$assign={})[prop]=data[prop],_Object$assign));else if(void 0!==inherited[prop]){var _Object$assign2;myInherited=Object.assign({},myInherited,((_Object$assign2={})[prop]=inherited[prop],_Object$assign2))}}for(var dataWithDefaults=Object.assign({},C.acDefaultProps,myInherited,data),_i2=0,_Object$entries=Object.entries(dataWithDefaults);_i2<_Object$entries.length;_i2++){var _ref3=_Object$entries[_i2],_ref4=slicedToArray_default()(_ref3,2),_prop=_ref4[0],value=_ref4[1],_propType=C.acPropTypes&&C.acPropTypes[_prop]||void 0;switch(_propType){case void 0:console.log("["+data.type+"]","Unknown property",_prop);break;case acPropTypes_actions:case acPropTypes_altText:case acPropTypes_associatedInputs:case acPropTypes_backgroundColor:case acPropTypes_card:case acPropTypes_children:case acPropTypes_data:case acPropTypes_defaultImageSize:case acPropTypes_errorMessage:case acPropTypes_fallback:case acPropTypes_iconUrl:case acPropTypes_id:case acPropTypes_inlineAction:case acPropTypes_label:case acPropTypes_maxLength:case acPropTypes_maxLines:case acPropTypes_maxValue:case acPropTypes_minValue:case acPropTypes_placeholder:case acPropTypes_regex:case acPropTypes_$schema:case acPropTypes_separator:case acPropTypes_spacing:case acPropTypes_style:case acPropTypes_isMultiline:case acPropTypes_isMultiSelect:case acPropTypes_isRequired:case acPropTypes_targetElements:case acPropTypes_text:case acPropTypes_tooltip:case acPropTypes_title:case acPropTypes_type:case acPropTypes_url:case acPropTypes_value:case acPropTypes_version:case acPropTypes_valueOff:case acPropTypes_valueOn:break;case acPropTypes_containerStyle:classes.push(getClass(_propType,value)),value&&"default"!==value&&classes.push(getClass("container","has-padding"));break;case acPropTypes_width:"auto"===value||"stretch"===value?classes.push(getClass(_propType,value)):"number"==typeof value?style.flex=data.width:style.width=data.width;break;case acPropTypes_height:"auto"===value||"stretch"===value?classes.push(getClass(_propType,value)):style.height=data.height;break;case acPropTypes_minHeight:style.minHeight=data.minHeight;break;case acPropTypes_backgroundImage:"string"==typeof value?style.backgroundImage="url("+value+")":"object"==typeof value&&null!==value&&(style.backgroundImage="url("+value.url+")",classes.push(getClass(_propType+"-fill-mode",value.fillMode)),classes.push(getClass(_propType+"-horizontal-alignment",value.horizontalAlignment)),classes.push(getClass(_propType+"-vertical-alignment",value.verticalAlignment)));break;case acPropTypes_isVisible:classes.push(getClass(_propType,getIsVisible(data.id)));break;case acPropTypes_selectAction:classes.push(getClass(_propType));break;default:classes.push(getClass(_propType,value))}}var containerType=containerTypes[data.type];containerType&&classes.push(getClass("container",containerType));var props=Object.assign({action:action&&Object.assign({},action,{tabIndex:0}),className:cssClasses+" "+classes.join(" "),data:Object.assign({},dataWithDefaults),inherited:childrenInherited,style:Object.assign({},style,styleProp)},otherProps),spacer=(null===(_C$acPropTypes=C.acPropTypes)||void 0===_C$acPropTypes?void 0:_C$acPropTypes.spacing)&&Object(jsx_runtime.jsx)(Spacer,{spacing:data.spacing,separator:data.separator});return Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[spacer,Object(jsx_runtime.jsx)(C,Object.assign({},props))]})}UnknownComponent.displayName="UnknownComponent",UnknownComponent.propTypes={data:prop_types_default.a.shape()},UnknownComponent.defaultProps={data:void 0},UnknownComponent.acPropTypes={type:acPropTypes_type},Component.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape(),otherProps:prop_types_default.a.shape()},Component.defaultProps={className:void 0,style:void 0,otherProps:void 0},Component.__docgenInfo={description:"Component generic component\n\n@param {object} props React properties\n@param {object} props.data Active Cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {object} props.inherited Inherited properties\n@param {object} [otherProps] Other props that must be passed from a parent AC component to a child\n@returns {object} JSX of the component",methods:[],displayName:"Component",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},otherProps:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Component/Component.jsx"]={name:"Component",docgenInfo:Component.__docgenInfo,path:"src/components/adaptive-cards/Component/Component.jsx"});var generic=__webpack_require__(35);function Action(_ref){var className=_ref.className,data=_ref.data,onClick=_ref.onClick,pressed=_ref.pressed,rightIcon=_ref.rightIcon,style=_ref.style,isDisabled=!1===data.isEnabled,_webexComponentClasse=Object(helpers.a)("ac-action",className,{disabled:isDisabled}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],buttonType={positive:"join",destructive:"cancel"}[data.style]||"primary",isValidIconUrl=Object(util.e)(data.iconUrl,["http:","https:","data:"]);return Object(jsx_runtime.jsxs)(generic.a,{className:cssClasses,isDisabled:isDisabled,onClick:onClick,pressed:pressed,style:style,type:buttonType,children:[data.iconUrl&&isValidIconUrl&&Object(jsx_runtime.jsx)("img",{className:sc("icon"),src:data.iconUrl,alt:""}),Object(jsx_runtime.jsx)("span",{children:formatDateTime(data.title)}),rightIcon&&Object(jsx_runtime.jsx)(generic.b,{className:sc("right-icon"),name:rightIcon,size:10})]})}function ActionOpenUrl(_ref){var _useActionOpenUrl,className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-open-url",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:null===(_useActionOpenUrl=useActionOpenUrl(data))||void 0===_useActionOpenUrl?void 0:_useActionOpenUrl.onClick,style:style})}function ActionSet(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,onShowCard=Object(react.useContext)(AdaptiveCardContext).onShowCard,_webexComponentClasse=Object(helpers.a)("adaptive-cards-action-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),shownCards=_useState2[0],setShownCards=_useState2[1];return Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:data.actions.map((function(action,index){return Object(jsx_runtime.jsx)(Component,{data:action,inherited:inherited,onClick:"Action.ShowCard"===action.type&&function(){return function toggleCard(index){var _Object$assign,_data$actions$index,shown=!shownCards[index];setShownCards(Object.assign({},shownCards,((_Object$assign={})[index]=shown,_Object$assign))),onShowCard(shown,null===(_data$actions$index=data.actions[index])||void 0===_data$actions$index?void 0:_data$actions$index.card)}(index)},pressed:shownCards[index]},index)}))}),Object(jsx_runtime.jsx)("div",{children:data.actions.map((function(action,index){return shownCards[index]&&Object(jsx_runtime.jsx)(Component,{data:action.card,inherited:inherited},index)}))})]})}function ActionShowCard(_ref){var className=_ref.className,data=_ref.data,onClick=_ref.onClick,pressed=_ref.pressed,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-show-card",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:onClick,pressed:pressed,rightIcon:pressed?"arrow-up":"arrow-down",style:style})}function ActionSubmit(_ref){var className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-submit",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,style:style,data:data,onClick:useActionSubmit(data).onClick})}function ActionToggleVisibility(_ref){var className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-toggle-visibility",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:useActionToggleVisibility(data).onClick,style:style})}function Column(_ref){var _data$items,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-column",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:null===(_data$items=data.items)||void 0===_data$items?void 0:_data$items.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)}))}))}function ColumnSet(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-column-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:data.columns.map((function(item,index){var itemData=Object.assign({type:"Column"},item);return Object(jsx_runtime.jsx)(Component,{data:itemData,inherited:inherited},index)}))}))}function Container(_ref){var _data$items,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("container",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:null===(_data$items=data.items)||void 0===_data$items?void 0:_data$items.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)}))}))}function FactSet(_ref){var data=_ref.data,className=_ref.className,_webexComponentClasse=Object(helpers.a)("adaptive-cards-fact-set",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{className:cssClasses,children:Object(jsx_runtime.jsx)("table",{children:Object(jsx_runtime.jsx)("tbody",{children:data.facts.map((function(fact,index){return Object(jsx_runtime.jsxs)("tr",{children:[Object(jsx_runtime.jsx)("th",{className:sc("fact-title"),children:formatDateTime(fact.title)}),Object(jsx_runtime.jsx)("td",{children:formatDateTime(fact.value)})]},index)}))})})})}function Image(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-image",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("img",Object.assign({},action,{alt:data.altText,className:cssClasses,src:data.url,style:Object.assign({},style,{backgroundColor:data.backgroundColor,width:data.width})}))}function ImageSet(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-image-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,children:data.images.map((function(image,index){var itemData=Object.assign({size:data.imageSize},image);return Object(jsx_runtime.jsx)(Component,{data:itemData,inherited:inherited,style:style},index)}))})}Action.displayName="Action",Action.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,onClick:prop_types_default.a.func.isRequired,pressed:prop_types_default.a.bool,rightIcon:prop_types_default.a.string,style:prop_types_default.a.shape()},Action.defaultProps={className:void 0,pressed:!1,rightIcon:void 0,style:void 0},Action.acPropTypes={iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type,url:acPropTypes_url},Action.acDefaultProps={style:"default"},Action.__docgenInfo={description:"Adaptive Cards generic Action component\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {Function} props.onClick Callback function\n@param {boolean} [props.pressed] Flag indicating whether the button is pressed\n@param {string} [props.rightIcon] Icon to be displayed on the right side of the button\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Action",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},rightIcon:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},onClick:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Action/Action.jsx"]={name:"Action",docgenInfo:Action.__docgenInfo,path:"src/components/adaptive-cards/Action/Action.jsx"}),ActionOpenUrl.displayName="ActionOpenUrl",ActionOpenUrl.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionOpenUrl.defaultProps={className:void 0,style:void 0},ActionOpenUrl.acPropTypes={fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type,url:acPropTypes_url},ActionOpenUrl.acDefaultProps={style:"default"},registerComponent("Action.OpenUrl",ActionOpenUrl),ActionOpenUrl.__docgenInfo={description:"Adaptive Cards Action.OpenUrl component\nhttps://adaptivecards.io/explorer/Action.OpenUrl.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionOpenUrl",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionOpenURL/ActionOpenUrl.jsx"]={name:"ActionOpenUrl",docgenInfo:ActionOpenUrl.__docgenInfo,path:"src/components/adaptive-cards/ActionOpenURL/ActionOpenUrl.jsx"}),ActionSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionSet.defaultProps={className:"",style:void 0},ActionSet.acPropTypes={actions:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},ActionSet.acDefaultProps={isVisible:!0},registerComponent("ActionSet",ActionSet,"horizontal"),ActionSet.__docgenInfo={description:"Adaptive Cards ActionSet component\nhttps://adaptivecards.io/explorer/ActionSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionSet/ActionSet.jsx"]={name:"ActionSet",docgenInfo:ActionSet.__docgenInfo,path:"src/components/adaptive-cards/ActionSet/ActionSet.jsx"}),ActionShowCard.displayName="ActionShowCard",ActionShowCard.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,onClick:prop_types_default.a.func.isRequired,pressed:prop_types_default.a.bool,style:prop_types_default.a.shape()},ActionShowCard.defaultProps={className:void 0,pressed:!1,style:void 0},ActionShowCard.acPropTypes={card:acPropTypes_card,fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnable:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,type:acPropTypes_type},ActionShowCard.acDefaultProps={style:"default"},registerComponent("Action.ShowCard",ActionShowCard,"horizontal"),ActionShowCard.__docgenInfo={description:"Adaptive Cards Action.ShowCard component\nhttps://adaptivecards.io/explorer/Action.ShowCard.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {Function} props.onClick Callback function\n@param {boolean} [props.pressed] Flag indicating whether the button is pressed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionShowCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},onClick:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionShowCard/ActionShowCard.jsx"]={name:"ActionShowCard",docgenInfo:ActionShowCard.__docgenInfo,path:"src/components/adaptive-cards/ActionShowCard/ActionShowCard.jsx"}),ActionSubmit.displayName="ActionSubmit",ActionSubmit.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionSubmit.defaultProps={className:void 0,style:void 0},ActionSubmit.acPropTypes={associatedInputs:acPropTypes_associatedInputs,data:acPropTypes_data,fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type},ActionSubmit.acDefaultProps={associatedInputs:"auto",style:"default"},registerComponent("Action.Submit",ActionSubmit),registerComponent("Action.Execute",ActionSubmit),ActionSubmit.__docgenInfo={description:"Adaptive Cards Action.Submit component\nhttps://adaptivecards.io/explorer/Action.Submit.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionSubmit",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionSubmit/ActionSubmit.jsx"]={name:"ActionSubmit",docgenInfo:ActionSubmit.__docgenInfo,path:"src/components/adaptive-cards/ActionSubmit/ActionSubmit.jsx"}),ActionToggleVisibility.displayName="ActionToggleVisibility",ActionToggleVisibility.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionToggleVisibility.defaultProps={className:void 0,style:void 0},ActionToggleVisibility.acPropTypes={fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,targetElements:acPropTypes_targetElements,type:acPropTypes_type},ActionToggleVisibility.acDefaultProps={style:"default"},registerComponent("Action.ToggleVisibility",ActionToggleVisibility),ActionToggleVisibility.__docgenInfo={description:"Adaptive Cards Action.ToggleVisibility component\nhttps://adaptivecards.io/explorer/Action.ToggleVisibility.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionToggleVisibility",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionToggleVisibility/ActionToggleVisibility.jsx"]={name:"ActionToggleVisibility",docgenInfo:ActionToggleVisibility.__docgenInfo,path:"src/components/adaptive-cards/ActionToggleVisibility/ActionToggleVisibility.jsx"}),Column.displayName="Column",Column.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},Column.defaultProps={action:void 0,className:"",style:void 0},Column.acPropTypes={backgroundImage:acPropTypes_backgroundImage,bleed:acPropTypes_bleed,fallback:acPropTypes_fallback,id:acPropTypes_id,isVisible:acPropTypes_isVisible,items:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type,verticalContentAlignment:acPropTypes_verticalContentAlignment,width:acPropTypes_width},Column.acDefaultProps={isVisible:!0,verticalContentAlignment:"top"},registerComponent("Column",Column,"vertical"),Column.__docgenInfo={description:"Adaptive Cards Column component\nhttps://adaptivecards.io/explorer/Column.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Column",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Column/Column.jsx"]={name:"Column",docgenInfo:Column.__docgenInfo,path:"src/components/adaptive-cards/Column/Column.jsx"}),ColumnSet.displayName="ColumnSet",ColumnSet.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ColumnSet.defaultProps={action:void 0,className:"",style:void 0},ColumnSet.acPropTypes={bleed:acPropTypes_bleed,columns:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isVisible:acPropTypes_isVisible,minHeight:acPropTypes_minHeight,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type},ColumnSet.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("ColumnSet",ColumnSet,"horizontal"),ColumnSet.__docgenInfo={description:"Adaptive Cards ColumnSet component\nhttps://adaptivecards.io/explorer/ColumnSet.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ColumnSet",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ColumnSet/ColumnSet.jsx"]={name:"ColumnSet",docgenInfo:ColumnSet.__docgenInfo,path:"src/components/adaptive-cards/ColumnSet/ColumnSet.jsx"}),Container.displayName="Container",Container.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},Container.defaultProps={action:void 0,className:"",style:void 0},Container.acPropTypes={backgroundImage:acPropTypes_backgroundImage,bleed:acPropTypes_bleed,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,items:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type,verticalContentAlignment:acPropTypes_verticalContentAlignment},Container.acDefaultProps={isVisible:!0,verticalContentAlignment:"top"},registerComponent("Container",Container,"vertical"),Container.__docgenInfo={description:"Adaptive Cards Container component\nhttps://adaptivecards.io/explorer/Container.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Container",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Container/Container.jsx"]={name:"Container",docgenInfo:Container.__docgenInfo,path:"src/components/adaptive-cards/Container/Container.jsx"}),FactSet.displayName="FactSet",FactSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string},FactSet.defaultProps={className:""},FactSet.acPropTypes={facts:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},FactSet.acDefaultProps={isVisible:!0},registerComponent("FactSet",FactSet),FactSet.__docgenInfo={description:"Adaptive Cards FactSet component\nhttps://adaptivecards.io/explorer/FactSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@returns {object} JSX of the component",methods:[],displayName:"FactSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/FactSet/FactSet.jsx"]={name:"FactSet",docgenInfo:FactSet.__docgenInfo,path:"src/components/adaptive-cards/FactSet/FactSet.jsx"}),Image.displayName="Image",Image.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},Image.defaultProps={action:void 0,className:"",style:void 0},Image.acPropTypes={altText:acPropTypes_altText,backgroundColor:acPropTypes_backgroundColor,fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isVisible:acPropTypes_isVisible,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,size:acPropTypes_imageSize,spacing:acPropTypes_spacing,style:acPropTypes_imageStyle,type:acPropTypes_type,url:acPropTypes_url,width:acPropTypes_width},Image.acDefaultProps={horizontalAlignment:"left",isVisible:!0,size:"medium"},registerComponent("Image",Image),Image.__docgenInfo={description:"Adaptive Cards Image component\nhttps://adaptivecards.io/explorer/ImageSet.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Image",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Image/Image.jsx"]={name:"Image",docgenInfo:Image.__docgenInfo,path:"src/components/adaptive-cards/Image/Image.jsx"}),ImageSet.displayName="ImageSet",ImageSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ImageSet.defaultProps={className:"",style:void 0},ImageSet.acPropTypes={fallback:acPropTypes_fallback,height:acPropTypes_height,images:acPropTypes_children,id:acPropTypes_id,imageSize:acPropTypes_defaultImageSize,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},ImageSet.acDefaultProps={isVisible:!0},registerComponent("ImageSet",ImageSet,"horizontal"),ImageSet.__docgenInfo={description:"Adaptive Cards ImageSet component\nhttps://adaptivecards.io/explorer/ImageSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ImageSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ImageSet/ImageSet.jsx"]={name:"ImageSet",docgenInfo:ImageSet.__docgenInfo,path:"src/components/adaptive-cards/ImageSet/ImageSet.jsx"});__webpack_require__(402),__webpack_require__(19),__webpack_require__(92),__webpack_require__(66);var components_inputs=__webpack_require__(120);function InputChoiceSet(_ref){var data=_ref.data,className=_ref.className,domId=_ref.id,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-choice-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError,value=getValue(data.id),values=value?Object.fromEntries(String(value).split(",").map((function(v){return[v,!0]}))):{},id=domId||Object(util.g)();Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,setInput]);var onSingleChange=function onSingleChange(val){setValue(data.id,val)};return!1===data.isMultiSelect&&"compact"===String(data.style).toLowerCase()?Object(jsx_runtime.jsx)(components_inputs.b,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:function onChange(option){return onSingleChange(option)},options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),placeholder:data.placeholder,required:data.isRequired,value:value}):!0===data.isMultiSelect||1===data.choices.length?Object(jsx_runtime.jsx)(components_inputs.a,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:function onMultiChange(val,isSelected){values[val]=isSelected,setValue(data.id,data.choices.map((function(choice){return values[choice.value]?choice.value:void 0})).filter((function(v){return void 0!==v})).join(","))},options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),required:data.isRequired,selected:values,style:style}):Object(jsx_runtime.jsx)(components_inputs.d,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:onSingleChange,options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),required:data.isRequired,selected:value,style:style})}InputChoiceSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,id:prop_types_default.a.string,style:prop_types_default.a.shape()},InputChoiceSet.defaultProps={className:"",id:void 0,style:void 0},InputChoiceSet.acPropTypes={choices:acPropTypes_children,errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isMultiSelect:acPropTypes_isMultiSelect,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_style,type:acPropTypes_type,value:acPropTypes_value,wrap:acPropTypes_wrap},InputChoiceSet.acDefaultProps={isVisible:!0},registerComponent("Input.ChoiceSet",InputChoiceSet,"vertical");var DateInput=__webpack_require__(311);function InputDate(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-date",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,max:data.max,min:data.min,value:data.value,errorMessage:data.errorMessage,isRequired:data.isRequired})}),[data.id,data.max,data.min,data.value,data.errorMessage,data.isRequired,setInput]),Object(jsx_runtime.jsx)(DateInput.a,{className:cssClasses,style:style,max:data.max,min:data.min,value:getValue(data.id),error:getError(data.id),required:data.isRequired,label:formatDateTime(data.label),onChange:function onChange(value){return setValue(data.id,value)}})}InputDate.displayName="InputDate",InputDate.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputDate.defaultProps={className:void 0,style:void 0},InputDate.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputDate.acDefaultProps={isVisible:!0},registerComponent("Input.Date",InputDate),InputDate.__docgenInfo={description:"Adaptive Cards Input.Date component\nhttps://adaptivecards.io/explorer/Input.Date.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputDate",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputDate/InputDate.jsx"]={name:"InputDate",docgenInfo:InputDate.__docgenInfo,path:"src/components/adaptive-cards/InputDate/InputDate.jsx"});__webpack_require__(12),__webpack_require__(167);var Button=__webpack_require__(96),Icon=__webpack_require__(41),HINTS_clearButton="Clear input",HINTS_increaseButton="Increase value",HINTS_decreaseButton="Decrease value";function NumberInput(_ref){var ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,className=_ref.className,error=_ref.error,label=_ref.label,max=_ref.max,min=_ref.min,name=_ref.name,onChange=_ref.onChange,placeholder=_ref.placeholder,required=_ref.required,style=_ref.style,tabIndex=_ref.tabIndex,value=_ref.value,_webexComponentClasse=Object(helpers.a)("number-input",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],clearButton=Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_clearButton,type:"ghost",size:28,onClick:function clearInput(){return onChange("")},tabIndex:tabIndex,children:Object(jsx_runtime.jsx)(Icon.a,{name:"cancel",size:16})}),rightControls=Object(jsx_runtime.jsxs)("div",{className:sc("controls"),children:[Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_increaseButton,className:sc("increment-button"),onClick:function handleIncrement(){return onChange(Object(util.b)(Number(value)+1,min,max))},onMouseDown:function onMouseDown(event){return event.stopPropagation()},type:"ghost",children:Object(jsx_runtime.jsx)(Icon.a,{name:"control-up",size:13})}),Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_decreaseButton,className:sc("decrement-button"),onClick:function handleDecrement(){return onChange(Object(util.b)(Number(value)-1,min,max))},onMouseDown:function onMouseDown(event){return event.stopPropagation()},type:"ghost",children:Object(jsx_runtime.jsx)(Icon.a,{name:"control-down",size:13})})]});return Object(jsx_runtime.jsx)(generic.c,{ariaLabel:ariaLabel,autoFocus:autoFocus,className:cssClasses,error:error,label:label,min:min,max:max,name:name,onChange:onChange,placeholder:placeholder,required:required,rightControls:rightControls,rightIcon:!(!value&&0!==value)&&clearButton,tabIndex:tabIndex,style:style,type:"number",value:value})}function InputNumber(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-number",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,max:data.max,min:data.min,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,data.max,data.min,setInput]),Object(jsx_runtime.jsx)(NumberInput,{className:cssClasses,error:getError(data.id),label:formatDateTime(data.label),max:data.max,min:data.min,onChange:function onChange(value){return setValue(data.id,value)},placeholder:data.placeholder,required:data.isRequired,style:style,value:getValue(data.id)})}NumberInput.displayName="NumberInput",NumberInput.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,error:prop_types_default.a.string,label:prop_types_default.a.string,max:prop_types_default.a.number,min:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,value:prop_types_default.a.oneOfType([prop_types_default.a.number,prop_types_default.a.string])},NumberInput.defaultProps={ariaLabel:void 0,autoFocus:!1,className:void 0,error:void 0,label:void 0,max:void 0,min:void 0,name:void 0,placeholder:void 0,required:!1,style:void 0,tabIndex:0,value:void 0},NumberInput.__docgenInfo={description:"NumberInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria label\n@param {boolean} [props.autoFocus=false] Flag indicating if the input should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {number} [props.max] Maximum value for the input element\n@param {number} [props.min] Minimum value for the input element\n@param {string} [props.name] Input name\n@param {Function} props.onChange Action to perform on input change\n@param {string} [props.placeholder] Input placeholder\n@param {boolean} [props.required=false] Flag indicating input required\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {number|string} [props.value] Input value\n@returns {object} JSX of the component",methods:[],displayName:"NumberInput",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},max:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},min:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"number"},{name:"string"}]},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/NumberInput/NumberInput.jsx"]={name:"NumberInput",docgenInfo:NumberInput.__docgenInfo,path:"src/components/inputs/NumberInput/NumberInput.jsx"}),InputNumber.displayName="InputNumber",InputNumber.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputNumber.defaultProps={className:"",style:void 0},InputNumber.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputNumber.acDefaultProps={isVisible:!0},registerComponent("Input.Number",InputNumber),InputNumber.__docgenInfo={description:"Adaptive Cards Input.Number component\nhttps://adaptivecards.io/explorer/Input.Number.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputNumber",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputNumber/InputNumber.jsx"]={name:"InputNumber",docgenInfo:InputNumber.__docgenInfo,path:"src/components/adaptive-cards/InputNumber/InputNumber.jsx"});__webpack_require__(83);var Label=__webpack_require__(118);function Textbox(_ref){var ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,label=_ref.label,maxLength=_ref.maxLength,name=_ref.name,_onChange=_ref.onChange,_ref$placeholder=_ref.placeholder,placeholder=void 0===_ref$placeholder?name:_ref$placeholder,required=_ref.required,style=_ref.style,value=_ref.value,_webexComponentClasse=Object(helpers.a)("textbox",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],id=domId||Object(util.g)();return Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,error:error,id:id,label:label,required:required,style:style,children:Object(jsx_runtime.jsx)("textarea",{"aria-label":ariaLabel,"aria-labelledby":id+"-label",className:sc("control"),disabled:disabled,id:id+"-control",maxLength:maxLength,name:name,onChange:function onChange(event){return _onChange(event.target.value)},onKeyDown:function onKeyDown(event){["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(event.key)&&event.stopPropagation()},placeholder:placeholder,rows:5,value:value})})}function InputText(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-text",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],Input="password"===data.style?components_inputs.c:components_inputs.e,inlineAction=useAction(data.inlineAction);return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,errorMessage:data.errorMessage,maxLength:data.maxLength,regex:data.regex})}),[data.id,data.value,data.isRequired,data.errorMessage,data.maxLength,data.regex,setInput]),Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[data.isMultiline?Object(jsx_runtime.jsx)(Textbox,{className:sc("textbox"),error:getError(data.id),label:formatDateTime(data.label),maxLength:data.maxLength,onChange:function onChange(value){return setValue(data.id,value)},placeholder:data.placeholder,required:data.isRequired,value:getValue(data.id)}):Object(jsx_runtime.jsx)(Input,{className:sc("input"),error:getError(data.id),label:formatDateTime(data.label),maxLength:data.maxLength,onChange:function onChange(value){return setValue(data.id,value)},pattern:data.regex,placeholder:data.placeholder,required:data.isRequired,type:data.style,value:getValue(data.id)}),inlineAction&&Object(jsx_runtime.jsx)(ActionSet,{className:sc("inline-action"),data:{actions:[data.inlineAction]},inherited:{}})]})}function TimeInput(_ref){var className=_ref.className,style=_ref.style,name=_ref.name,value=_ref.value,disabled=_ref.disabled,required=_ref.required,error=_ref.error,label=_ref.label,onChange=_ref.onChange,_webexComponentClasse=Object(helpers.a)("time-input",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(generic.c,{className:cssClasses,style:style,type:"time",name:name,disabled:disabled,required:required,error:error,onChange:onChange,value:value,label:label})}function InputTime(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-time",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,max:data.max,min:data.min,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,data.max,data.min,setInput]),Object(jsx_runtime.jsx)(TimeInput,{className:cssClasses,style:style,max:data.max,min:data.min,value:getValue(data.id),error:getError(data.id),required:data.isRequired,label:formatDateTime(data.label),onChange:function onChange(value){return setValue(data.id,value)}})}Textbox.displayName="Textbox",Textbox.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,maxLength:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),value:prop_types_default.a.string},Textbox.defaultProps={ariaLabel:"",className:void 0,disabled:!1,error:null,id:void 0,label:void 0,maxLength:void 0,name:void 0,onChange:null,placeholder:void 0,required:!1,style:void 0,value:void 0},Textbox.__docgenInfo={description:"Textbox component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria-label for textbox\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] Flag indicating whether textbox is disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {number} [props.maxLength] Maximum number of characters allowed\n@param {string} props.name Textbox name\n@param {Function} [props.onChange] Action to perform on textbox change\n@param {string} [props.placeholder] Textbox placeholder\n@param {boolean} [props.required=false] Flag indicating whether textbox is required\n@param {object} [props.style] Inline style for the component\n@param {string} [props.value] Textbox value\n@returns {object} JSX of the element",methods:[],displayName:"Textbox",props:{placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},ariaLabel:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"null",computed:!1},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},maxLength:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{defaultValue:{value:"null",computed:!1},type:{name:"func"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Textbox/Textbox.jsx"]={name:"Textbox",docgenInfo:Textbox.__docgenInfo,path:"src/components/inputs/Textbox/Textbox.jsx"}),InputText.displayName="InputText",InputText.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},InputText.defaultProps={className:void 0,style:void 0},InputText.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,inlineAction:acPropTypes_inlineAction,isMultiline:acPropTypes_isMultiline,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,maxLength:acPropTypes_maxLength,placeholder:acPropTypes_placeholder,regex:acPropTypes_regex,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_inputStyle,type:acPropTypes_type,value:acPropTypes_value},InputText.acDefaultProps={isVisible:!0},registerComponent("Input.Text",InputText),InputText.__docgenInfo={description:"Adaptive Cards Input.Text component\nhttps://adaptivecards.io/explorer/Input.Text.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputText",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputText/InputText.jsx"]={name:"InputText",docgenInfo:InputText.__docgenInfo,path:"src/components/adaptive-cards/InputText/InputText.jsx"}),TimeInput.displayName="TimeInput",TimeInput.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape(),name:prop_types_default.a.string,value:prop_types_default.a.string,disabled:prop_types_default.a.bool,required:prop_types_default.a.bool,error:prop_types_default.a.string,label:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired},TimeInput.defaultProps={className:void 0,style:void 0,name:void 0,value:void 0,disabled:!1,required:!1,error:void 0,label:void 0},TimeInput.__docgenInfo={description:"TimeInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {string} [props.name] Input name\n@param {string} [props.value] Input value\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {boolean} [props.required=false] Flag indicating input required\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on input change\n@returns {object} JSX of the component",methods:[],displayName:"TimeInput",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/TimeInput/TimeInput.jsx"]={name:"TimeInput",docgenInfo:TimeInput.__docgenInfo,path:"src/components/inputs/TimeInput/TimeInput.jsx"}),InputTime.displayName="InputTime",InputTime.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputTime.defaultProps={className:void 0,style:void 0},InputTime.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputTime.acDefaultProps={isVisible:!0},registerComponent("Input.Time",InputTime),InputTime.__docgenInfo={description:"Adaptive Cards Input.Time component\nhttps://adaptivecards.io/explorer/Input.Time.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputTime",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputTime/InputTime.jsx"]={name:"InputTime",docgenInfo:InputTime.__docgenInfo,path:"src/components/adaptive-cards/InputTime/InputTime.jsx"});var Toggle=__webpack_require__(312);function InputToggle(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-toggle",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),getValue=_useContext.getValue,setInput=_useContext.setInput,setValue=_useContext.setValue,checked=getValue(data.id)===data.valueOn;return Object(react.useEffect)((function(){return setInput({id:data.id,value:data.value===data.valueOn?data.valueOn:data.valueOff})}),[data.id,data.value,data.valueOn,data.valueOff,setInput]),Object(jsx_runtime.jsx)(Toggle.a,{className:cssClasses,style:style,selected:checked,required:data.isRequired,onChange:function handleInputChange(){setValue(data.id,checked?data.valueOff:data.valueOn)},title:data.title})}function RichTextBlock(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-rich-text-block",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:data.inlines.map((function(inline,index){var inlineData="string"==typeof inline?{text:inline}:inline;return inlineData=Object.assign({type:"TextRun"},inlineData),Object(jsx_runtime.jsx)(Component,{data:inlineData,inherited:inherited},index)}))})}function TextBlock(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,maxLines=data.maxLines,_webexComponentClasse=Object(helpers.a)("adaptive-cards-text-block",className,{"max-lines":maxLines}),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,{WebkitLineClamp:data.maxLines}),role:"heading"===data.style?"heading":void 0,children:Object(jsx_runtime.jsx)(Markdown,{children:formatDateTime(data.text)})})}InputToggle.displayName="InputToggle",InputToggle.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputToggle.defaultProps={className:void 0,style:void 0},InputToggle.acPropTypes={errorMessage:acPropTypes_errorMessage,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,separator:acPropTypes_separator,spacing:acPropTypes_spacing,title:acPropTypes_title,type:acPropTypes_type,value:acPropTypes_value,valueOff:acPropTypes_valueOff,valueOn:acPropTypes_valueOn,wrap:acPropTypes_wrap},InputToggle.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,separator:acPropTypes_separator,spacing:acPropTypes_spacing,title:acPropTypes_title,type:acPropTypes_type,value:acPropTypes_value,valueOff:acPropTypes_valueOff,valueOn:acPropTypes_valueOn,wrap:acPropTypes_wrap},InputToggle.acDefaultProps={isVisible:!0,value:"false",valueOff:"false",valueOn:"true"},registerComponent("Input.Toggle",InputToggle),InputToggle.__docgenInfo={description:"Adaptive Cards Input.Toggle component\nhttps://adaptivecards.io/explorer/Input.Toggle.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputToggle",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputToggle/InputToggle.jsx"]={name:"InputToggle",docgenInfo:InputToggle.__docgenInfo,path:"src/components/adaptive-cards/InputToggle/InputToggle.jsx"}),RichTextBlock.displayName="RichTextBlock",RichTextBlock.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},RichTextBlock.defaultProps={className:"",style:void 0},RichTextBlock.acPropTypes={fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,inlines:acPropTypes_children,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},RichTextBlock.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("RichTextBlock",RichTextBlock),RichTextBlock.__docgenInfo={description:"Adaptive Cards RichTextBlock component\nhttps://adaptivecards.io/explorer/RichTextBlock.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} props.className Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"RichTextBlock",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/RichTextBlock/RichTextBlock.jsx"]={name:"RichTextBlock",docgenInfo:RichTextBlock.__docgenInfo,path:"src/components/adaptive-cards/RichTextBlock/RichTextBlock.jsx"}),TextBlock.displayName="TextBlock",TextBlock.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},TextBlock.defaultProps={className:void 0,style:void 0},TextBlock.acPropTypes={color:acPropTypes_color,fallback:acPropTypes_fallback,fontType:acPropTypes_fontType,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isSubtle:acPropTypes_isSubtle,isVisible:acPropTypes_isVisible,maxLines:acPropTypes_maxLines,separator:acPropTypes_separator,size:acPropTypes_size,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,text:acPropTypes_text,type:acPropTypes_type,weight:acPropTypes_weight,wrap:acPropTypes_wrap},TextBlock.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("TextBlock",TextBlock),TextBlock.__docgenInfo={description:"Adaptive Cards TextBlock component\nhttps://adaptivecards.io/explorer/Input.Text.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TextBlock",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/TextBlock/TextBlock.jsx"]={name:"TextBlock",docgenInfo:TextBlock.__docgenInfo,path:"src/components/adaptive-cards/TextBlock/TextBlock.jsx"});__webpack_require__(1080);function TextRun(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-text-run",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("span",Object.assign({className:cssClasses},action,{style:style,children:formatDateTime(data.text)}))}function AdaptiveCardInternal(_ref){var _data$body,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-adaptive-card",[className,"wxc-ac-container--has-padding"]),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],showFallbackText=!1;if(data.$schema&&"http://adaptivecards.io/schemas/adaptive-card.json"!==data.$schema&&console.warn("Unknown AdaptiveCard schema:",data.$schema),data.version){var version=parseFloat(data.version);version?version>1.2&&(console.warn("Adaptive card requires version "+data.version+", this renderer only supports version 1.2"),showFallbackText=!0):console.warn("Invalid version "+data.version)}return Object(jsx_runtime.jsxs)("div",Object.assign({className:cssClasses},action,{style:style,children:[showFallbackText&&Object(jsx_runtime.jsx)(Markdown,{children:formatDateTime(data.fallbackText)}),null===(_data$body=data.body)||void 0===_data$body?void 0:_data$body.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)})),data.actions&&Object(jsx_runtime.jsx)(Component,{data:{type:"ActionSet",actions:data.actions},inherited:inherited})]}))}function AdaptiveCard(_ref2){var template=_ref2.template,context=_ref2.context,className=_ref2.className,style=_ref2.style,onOpenUrl=_ref2.onOpenUrl,onShowCard=_ref2.onShowCard,onSubmit=_ref2.onSubmit,onInvalidSubmit=_ref2.onInvalidSubmit,data=new adaptivecards_templating.Template(template).expand({$root:context});data.version||console.warn("AdaptiveCard missing version property");var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),inputs=_useState2[0],setInputs=_useState2[1],_useState3=Object(react.useState)({}),_useState4=slicedToArray_default()(_useState3,2),elements=_useState4[0],setElements=_useState4[1],setElement=Object(react.useCallback)((function(element){setElements((function(prevElements){var _Object$assign;return Object.assign({},prevElements,((_Object$assign={})[element.id]=element,_Object$assign))}))}),[setElements]),setInput=Object(react.useCallback)((function(input){setInputs((function(prevInputs){var _Object$assign4;return Object.assign({},prevInputs,((_Object$assign4={})[input.id]=input,_Object$assign4))}))}),[setInputs]);return Object(jsx_runtime.jsx)(AdaptiveCardContext.Provider,{value:{setValue:function setValue(id,value){setInputs((function(prevInputs){var _Object$assign3,input=prevInputs[id];return Object.assign({},prevInputs,((_Object$assign3={})[id]=Object.assign({},input,{value:value,error:void 0}),_Object$assign3))}))},getValue:function getValue(id){var defval=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return id in inputs&&void 0!==inputs[id].value?inputs[id].value:defval},getAllValues:function getAllValues(){return Object(util.f)(inputs,(function(input){return input.value}))},setInput:setInput,getError:function getError(id){var _inputs$id;return null===(_inputs$id=inputs[id])||void 0===_inputs$id?void 0:_inputs$id.error},validate:function validate(){var newInputs=Object(util.f)(inputs,(function(input){var error;return input.isRequired&&!input.value&&0!==input.value?error=input.errorMessage||"This field is required":input.min>input.max&&input.valueinput.max?error="Value must be between "+input.min+" and "+input.max:(input.mininput.max?error="Maximum value is "+input.max:input.regex&&!String(input.value).match(input.regex)?error=input.errorMessage||"The value you entered must match the pattern "+input.regex:String(input.value).length>input.maxLength&&(error="Maximum length is "+input.maxLength),Object.assign({},input,{error:error})}));return setInputs(newInputs),Object.values(newInputs).every((function(input){return!input.error}))},submit:function submit(values){return onSubmit(values)},invalidSubmit:function invalidSubmit(values){return onInvalidSubmit&&onInvalidSubmit(values)},setElement:setElement,setIsVisible:function setIsVisible(id,isVisible){setElements((function(prevElements){var _Object$assign2,targetElem=prevElements[id];return Object.assign({},prevElements,((_Object$assign2={})[id]=Object.assign({},targetElem,{isVisible:isVisible}),_Object$assign2))}))},getIsVisible:function getIsVisible(id){var _elements$id;return!1!==(null===(_elements$id=elements[id])||void 0===_elements$id?void 0:_elements$id.isVisible)},onOpenUrl:onOpenUrl,onShowCard:onShowCard},children:Object(jsx_runtime.jsx)(Component,{data:data,className:className,inherited:{},style:style})})}TextRun.displayName="TextRun",TextRun.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},TextRun.defaultProps={action:void 0,className:"",style:void 0},TextRun.acPropTypes={color:acPropTypes_color,fontType:acPropTypes_fontType,highlight:acPropTypes_highlight,isSubtle:acPropTypes_isSubtle,italic:acPropTypes_italic,selectAction:acPropTypes_selectAction,size:acPropTypes_size,strikethrough:acPropTypes_strikethrough,text:acPropTypes_text,type:acPropTypes_type,underline:acPropTypes_underline,weight:acPropTypes_weight},registerComponent("TextRun",TextRun),TextRun.__docgenInfo={description:"Adaptive Cards TextRun component\nhttps://adaptivecards.io/explorer/TextRun.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TextRun",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/TextRun/TextRun.jsx"]={name:"TextRun",docgenInfo:TextRun.__docgenInfo,path:"src/components/adaptive-cards/TextRun/TextRun.jsx"}),AdaptiveCardInternal.displayName="AdaptiveCardInternal",AdaptiveCardInternal.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},AdaptiveCardInternal.defaultProps={action:void 0,className:void 0,style:void 0},AdaptiveCardInternal.acPropTypes={actions:acPropTypes_actions,backgroundImage:acPropTypes_backgroundImage,body:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,$schema:acPropTypes_$schema,selectAction:acPropTypes_selectAction,type:acPropTypes_type,version:acPropTypes_version,verticalContentAlignment:acPropTypes_verticalContentAlignment},registerComponent("AdaptiveCard",AdaptiveCardInternal,"vertical"),AdaptiveCard.displayName="AdaptiveCard",AdaptiveCard.propTypes={template:prop_types_default.a.shape().isRequired,context:prop_types_default.a.shape(),className:prop_types_default.a.string,style:prop_types_default.a.shape(),onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,onInvalidSubmit:prop_types_default.a.func},AdaptiveCard.defaultProps={className:void 0,context:void 0,style:void 0,onOpenUrl:void 0,onShowCard:void 0,onSubmit:void 0,onInvalidSubmit:void 0},AdaptiveCard.__docgenInfo={description:"AdaptiveCard component\n\n@param {object} props React properties\n@param {object} props.template Adaptive Card template\n@param {object} [props.context] Provided data for binding to Adaptive Card\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {Function} [props.onOpenUrl] Called when an open url action was performed\n@param {Function} [props.onShowCard] Called when a show card action was performed\n@param {Function} [props.onSubmit] Action to perform on submit\n@param {Function} [props.onInvalidSubmit] Action to perform on invalid submit\n@returns {object} JSX of the component",methods:[],displayName:"AdaptiveCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},context:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},onOpenUrl:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onInvalidSubmit:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},template:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.jsx"]={name:"AdaptiveCard",docgenInfo:AdaptiveCard.__docgenInfo,path:"src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.jsx"})},96:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Button}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(8),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),react_dom=__webpack_require__(154),Portal_Portal=function Portal(_ref){var children=_ref.children,mount=document.querySelector("body");return Object(react_dom.createPortal)(children,mount)};Portal_Portal.propTypes={children:prop_types_default.a.node.isRequired};var generic_Portal_Portal=Portal_Portal,jsx_runtime=__webpack_require__(2),Tooltip_Tooltip=function Tooltip(_ref){var coords,children=_ref.children,className=_ref.className,style=_ref.style,target=_ref.target,_webexComponentClasse=Object(helpers.a)("tooltip-container",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),tooltipVisible=_useState2[0],setTooltipVisible=_useState2[1];if(target){var rect=target.getBoundingClientRect();coords={left:rect.x+rect.width/2,bottom:window.innerHeight-rect.top+14-window.scrollY}}return Object(react.useEffect)((function(){var cleanup,isTouchDevice="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;if(target&&!isTouchDevice){var show=function show(){return setTooltipVisible(!0)},hide=function hide(){return setTooltipVisible(!1)};target.addEventListener("mouseenter",show),target.addEventListener("mouseleave",hide),cleanup=function cleanup(){target.removeEventListener("mouseenter",show),target.removeEventListener("mouseleave",hide)}}return cleanup}),[target]),tooltipVisible&&Object(jsx_runtime.jsx)(generic_Portal_Portal,{children:Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,coords),children:Object(jsx_runtime.jsx)("div",{className:sc("wrapper"),children:Object(jsx_runtime.jsxs)("div",{className:sc("box"),children:[children,Object(jsx_runtime.jsx)("span",{className:sc("arrow")})]})})})})};Tooltip_Tooltip.propTypes={className:prop_types_default.a.string,children:prop_types_default.a.node.isRequired,style:prop_types_default.a.shape(),target:prop_types_default.a.shape()},Tooltip_Tooltip.defaultProps={className:"",style:{},target:null},Tooltip_Tooltip.__docgenInfo={description:"Displays tooltip\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Additional className for the component\n@param {string} props.style Inline style for the component\n@param {object} props.target Ref for the target element\n@returns {object} JSX of the element",methods:[],displayName:"Tooltip",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},target:{defaultValue:{value:"null",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}};var generic_Tooltip_Tooltip=Tooltip_Tooltip;function Button(_ref){var _webexComponentClasse3,ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,children=_ref.children,className=_ref.className,isDisabled=_ref.isDisabled,onClick=_ref.onClick,pressed=_ref.pressed,size=_ref.size,style=_ref.style,tabIndex=_ref.tabIndex,tooltip=_ref.tooltip,type=_ref.type,_webexComponentClasse=Object(helpers.a)("button",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3.pressed=pressed,_webexComponentClasse3)),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],buttonRef=Object(hooks.r)();return Object(hooks.f)(buttonRef,autoFocus),Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)("button",{className:cssClasses,type:"button",onClick:isDisabled?void 0:onClick,"aria-label":ariaLabel,autoFocus:autoFocus,tabIndex:tabIndex,ref:buttonRef,style:Object.assign({height:size},style),"wxc-disabled":isDisabled?"true":void 0,children:children}),tooltip&&Object(jsx_runtime.jsx)(generic_Tooltip_Tooltip,{target:buttonRef.current,children:tooltip})]})}"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Tooltip/Tooltip.jsx"]={name:"Tooltip",docgenInfo:Tooltip_Tooltip.__docgenInfo,path:"src/components/generic/Tooltip/Tooltip.jsx"}),Button.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,children:prop_types_default.a.node.isRequired,className:prop_types_default.a.string,isDisabled:prop_types_default.a.bool,onClick:prop_types_default.a.func,pressed:prop_types_default.a.bool,style:prop_types_default.a.shape(),size:prop_types_default.a.oneOfType([prop_types_default.a.number,prop_types_default.a.string]),tabIndex:prop_types_default.a.number,tooltip:prop_types_default.a.string,type:prop_types_default.a.oneOf(["default","join","cancel","ghost","toggle","primary"])},Button.defaultProps={ariaLabel:void 0,autoFocus:!1,className:"",isDisabled:!1,onClick:void 0,pressed:!1,style:{},size:32,tabIndex:0,tooltip:"",type:"default"},Button.__docgenInfo={description:"Button component\n\n@param {object} props Data passed to the component\n@param {string} props.ariaLabel String that labels the current element\n@param {boolean} props.autoFocus Flag indicating if the button has autofocus\n@param {JSX.Element} props.children List of children\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} props.isDisabled Flag indicating button disabled\n@param {Function} props.onClick OnClick callback\n@param {boolean} [props.pressed=false] Flag indicating if the button is pressed\n@param {object} props.style Inline style object for the component\n@param {string|number} props.size Button height\n@param {number} props.tabIndex Value of the tabIndex\n@param {string} props.tooltip Tooltip to be displayed\n@param {'default'|'join'|'cancel'|'ghost'|'toggle'|'primary'} [props.type='default'] Button type\n@returns {object} JSX of the element",methods:[],displayName:"Button",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},isDisabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},onClick:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},size:{defaultValue:{value:"32",computed:!1},type:{name:"union",value:[{name:"number"},{name:"string"}]},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},tooltip:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},type:{defaultValue:{value:"'default'",computed:!1},type:{name:"enum",value:[{value:"'default'",computed:!1},{value:"'join'",computed:!1},{value:"'cancel'",computed:!1},{value:"'ghost'",computed:!1},{value:"'toggle'",computed:!1},{value:"'primary'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Button/Button.jsx"]={name:"Button",docgenInfo:Button.__docgenInfo,path:"src/components/generic/Button/Button.jsx"})}},[[652,2,3]]]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{100:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Title}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Title(_ref){var _webexComponentClasse3,children=_ref.children,className=_ref.className,style=_ref.style,type=_ref.type,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("title",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3)),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("h5",{className:cssClasses,style:style,children:children})}Title.displayName="Title",Title.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),type:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["section","subsection"])},Title.defaultProps={className:"",style:{},type:"section"},Title.__docgenInfo={description:"Displays a title\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} props.className Additional className for the component\n@param {string} props.style Inline style for the component\n@param {'section'|'subsection'} [props.type='section'] The type of the title\n@returns {object} JSX of the element",methods:[],displayName:"Title",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},type:{defaultValue:{value:"'section'",computed:!1},type:{name:"enum",value:[{value:"'section'",computed:!1},{value:"'subsection'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Title/Title.jsx"]={name:"Title",docgenInfo:Title.__docgenInfo,path:"src/components/generic/Title/Title.jsx"})},102:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingControl}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(29),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(13),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(6),_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(96),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(41),_inputs_Dropdown_Dropdown__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(316),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2),controlTypeToButtonType={JOIN:"join",CANCEL:"cancel",CLOSE:"ghost",BUTTON:"default",TOGGLE:"toggle"};function renderDropdown(sc,action,display,style,tabIndex){var options=display.options,noOptionsMessage=display.noOptionsMessage,selected=display.selected,tooltip=display.tooltip,hint=display.hint;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_inputs_Dropdown_Dropdown__WEBPACK_IMPORTED_MODULE_9__.a,{className:sc("control-select"),style:style,value:selected||"",onChange:function onChange(id){return action(id)},options:0===(null==options?void 0:options.length)?[{value:"",label:noOptionsMessage}]:options,disabled:!(null!=options&&options.length),tooltip:tooltip,ariaLabel:hint,tabIndex:tabIndex})}function WebexMeetingControl(_ref){var output,asItem=_ref.asItem,autoFocus=_ref.autoFocus,className=_ref.className,meetingID=_ref.meetingID,showText=_ref.showText,style=_ref.style,tabIndex=_ref.tabIndex,type=_ref.type,_useMeetingControl=Object(_hooks__WEBPACK_IMPORTED_MODULE_6__.k)(type,meetingID),_useMeetingControl2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMeetingControl,2),action=_useMeetingControl2[0],display=_useMeetingControl2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("meeting-control",className,{"as-item":asItem}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return output=display&&0!==Object.keys(display).length?"MULTISELECT"===display.type?renderDropdown(sc,action,display,style,tabIndex):function renderButton(sc,action,display,style,showText,asItem,autoFocus,tabIndex){var icon=display.icon,type=display.type,text=display.text,tooltip=display.tooltip,hint=display.hint,isDisabled=display.state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.c.DISABLED,isActive=display.state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.c.ACTIVE;return asItem?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__.a,{type:"ghost",style:style,size:24,className:sc("as-item"),tooltip:tooltip,ariaLabel:hint||text,children:[icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__.a,{name:icon,size:14,className:sc("item-button-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("span",{className:sc("item-button-text"),children:text})]}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_7__.a,{className:sc("control-button"),type:controlTypeToButtonType[type]||"default",size:48,isDisabled:isDisabled,onClick:action,ariaLabel:hint||text,pressed:isActive&&"TOGGLE"===type,tooltip:tooltip,autoFocus:autoFocus,tabIndex:tabIndex,children:[icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_8__.a,{name:icon,size:24}),(showText||!icon)&&text&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("span",{className:sc("button-text"),children:text})]})}(sc,action,display,style,showText,asItem,autoFocus,tabIndex):"",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:cssClasses,children:output})}renderDropdown.displayName="renderDropdown",WebexMeetingControl.displayName="WebexMeetingControl",WebexMeetingControl.propTypes={asItem:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,autoFocus:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,showText:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,type:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired},WebexMeetingControl.defaultProps={asItem:!1,autoFocus:!1,className:"",showText:!0,style:void 0,tabIndex:0},WebexMeetingControl.__docgenInfo={description:"WebexMeetingControl component represents an action that can\nbe taken in a meeting.\n\n@param {object} props Data passed to the component\n@param {boolean} [props.asItem=false] Render control as an itemin a list\n@param {boolean} [props.autoFocus=false] Flag indicating if the control should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {boolean} [props.showText=true] Flag that indicates whether to display text on control buttons\n@param {object} [props.style] Custom style to apply\n@param {number} props.tabIndex Value of the tabIndex attribute\n@param {string} props.type Name of the control as defined in adapter\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingControl",props:{asItem:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},showText:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""},type:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingControl/WebexMeetingControl.jsx"]={name:"WebexMeetingControl",docgenInfo:WebexMeetingControl.__docgenInfo,path:"src/components/WebexMeetingControl/WebexMeetingControl.jsx"})},1121:function(module,exports,__webpack_require__){var api=__webpack_require__(1122),content=__webpack_require__(1123);"string"==typeof(content=content.__esModule?content.default:content)&&(content=[[module.i,content,""]]);var options={insert:"head",singleton:!1};api(content,options);module.exports=content.locals||{}},1123:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(600),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(47),_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1__),_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(601),_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2__),_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(602),_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3__),_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(603),_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4__),_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(604),_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5__),_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(605),_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6__),_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(606),_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7__),_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(607),_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8__),_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(608),_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9___default=__webpack_require__.n(_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9__),_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(609),_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10__),_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(610),_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11__),_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(611),_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12__),_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(612),_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13___default=__webpack_require__.n(_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13__),_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(613),_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14__),_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(614),_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15__),_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(615),_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16__),_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(616),_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17___default=__webpack_require__.n(_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17__),_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(617),_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18___default=__webpack_require__.n(_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18__),_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(618),_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19___default=__webpack_require__.n(_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19__),_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(619),_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20__),_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21__=__webpack_require__(620),_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21__),_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22__=__webpack_require__(621),_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22__),_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23__=__webpack_require__(622),_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23___default=__webpack_require__.n(_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23__),_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24__=__webpack_require__(623),_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24__),_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25__=__webpack_require__(624),_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25__),_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26__=__webpack_require__(625),_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26__),_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27__=__webpack_require__(626),_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27___default=__webpack_require__.n(_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27__),_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28__=__webpack_require__(627),_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28___default=__webpack_require__.n(_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28__),_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29__=__webpack_require__(628),_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29___default=__webpack_require__.n(_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29__),_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30__=__webpack_require__(629),_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30___default=__webpack_require__.n(_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30__),_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31__=__webpack_require__(630),_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31___default=__webpack_require__.n(_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31__),___CSS_LOADER_EXPORT___=_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(!0),___CSS_LOADER_URL_REPLACEMENT_0___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThin_woff2__WEBPACK_IMPORTED_MODULE_2___default.a),___CSS_LOADER_URL_REPLACEMENT_1___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThin_woff__WEBPACK_IMPORTED_MODULE_3___default.a),___CSS_LOADER_URL_REPLACEMENT_2___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThinOblique_woff2__WEBPACK_IMPORTED_MODULE_4___default.a),___CSS_LOADER_URL_REPLACEMENT_3___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTThinOblique_woff__WEBPACK_IMPORTED_MODULE_5___default.a),___CSS_LOADER_URL_REPLACEMENT_4___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLight_woff2__WEBPACK_IMPORTED_MODULE_6___default.a),___CSS_LOADER_URL_REPLACEMENT_5___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLight_woff__WEBPACK_IMPORTED_MODULE_7___default.a),___CSS_LOADER_URL_REPLACEMENT_6___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLightOblique_woff2__WEBPACK_IMPORTED_MODULE_8___default.a),___CSS_LOADER_URL_REPLACEMENT_7___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTExtraLightOblique_woff__WEBPACK_IMPORTED_MODULE_9___default.a),___CSS_LOADER_URL_REPLACEMENT_8___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLight_woff2__WEBPACK_IMPORTED_MODULE_10___default.a),___CSS_LOADER_URL_REPLACEMENT_9___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLight_woff__WEBPACK_IMPORTED_MODULE_11___default.a),___CSS_LOADER_URL_REPLACEMENT_10___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLightOblique_woff2__WEBPACK_IMPORTED_MODULE_12___default.a),___CSS_LOADER_URL_REPLACEMENT_11___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTLightOblique_woff__WEBPACK_IMPORTED_MODULE_13___default.a),___CSS_LOADER_URL_REPLACEMENT_12___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegular_woff2__WEBPACK_IMPORTED_MODULE_14___default.a),___CSS_LOADER_URL_REPLACEMENT_13___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegular_woff__WEBPACK_IMPORTED_MODULE_15___default.a),___CSS_LOADER_URL_REPLACEMENT_14___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegularOblique_woff2__WEBPACK_IMPORTED_MODULE_16___default.a),___CSS_LOADER_URL_REPLACEMENT_15___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTRegularOblique_woff__WEBPACK_IMPORTED_MODULE_17___default.a),___CSS_LOADER_URL_REPLACEMENT_16___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTMedium_woff2__WEBPACK_IMPORTED_MODULE_18___default.a),___CSS_LOADER_URL_REPLACEMENT_17___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTMedium_woff__WEBPACK_IMPORTED_MODULE_19___default.a),___CSS_LOADER_URL_REPLACEMENT_18___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBold_woff2__WEBPACK_IMPORTED_MODULE_20___default.a),___CSS_LOADER_URL_REPLACEMENT_19___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBold_woff__WEBPACK_IMPORTED_MODULE_21___default.a),___CSS_LOADER_URL_REPLACEMENT_20___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBoldOblique_woff2__WEBPACK_IMPORTED_MODULE_22___default.a),___CSS_LOADER_URL_REPLACEMENT_21___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTBoldOblique_woff__WEBPACK_IMPORTED_MODULE_23___default.a),___CSS_LOADER_URL_REPLACEMENT_22___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavy_woff2__WEBPACK_IMPORTED_MODULE_24___default.a),___CSS_LOADER_URL_REPLACEMENT_23___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavy_woff__WEBPACK_IMPORTED_MODULE_25___default.a),___CSS_LOADER_URL_REPLACEMENT_24___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavyOblique_woff2__WEBPACK_IMPORTED_MODULE_26___default.a),___CSS_LOADER_URL_REPLACEMENT_25___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_assets_fonts_CiscoSansTTHeavyOblique_woff__WEBPACK_IMPORTED_MODULE_27___default.a),___CSS_LOADER_URL_REPLACEMENT_26___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_dark_loading_gif__WEBPACK_IMPORTED_MODULE_28___default.a),___CSS_LOADER_URL_REPLACEMENT_27___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_dark_webex_logo_svg__WEBPACK_IMPORTED_MODULE_29___default.a),___CSS_LOADER_URL_REPLACEMENT_28___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_light_loading_gif__WEBPACK_IMPORTED_MODULE_30___default.a),___CSS_LOADER_URL_REPLACEMENT_29___=_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_1___default()(_themes_light_webex_logo_svg__WEBPACK_IMPORTED_MODULE_31___default.a);___CSS_LOADER_EXPORT___.push([module.i,"@font-face{font-family:'CiscoSansTT Thin';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_0___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_1___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Thin Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_2___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_3___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Extra Light';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_4___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_5___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Extra Light Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_6___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_7___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Light';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_8___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_9___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Light Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_10___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_11___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Regular';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_12___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_13___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Regular Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_14___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_15___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Medium';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_16___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_17___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Bold';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_18___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_19___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Bold Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_20___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_21___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Heavy';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_22___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_23___+") format(\"woff\");font-display:fallback}@font-face{font-family:'CiscoSansTT Heavy Oblique';font-style:normal;font-weight:normal;src:url("+___CSS_LOADER_URL_REPLACEMENT_24___+') format("woff2"),url('+___CSS_LOADER_URL_REPLACEMENT_25___+') format("woff");font-display:fallback}.wxc-theme-dark,.md-theme-darkWebex,:root{--wxc-browser-color-scheme: dark;--wxc-loading-logo--url: url('+___CSS_LOADER_URL_REPLACEMENT_26___+");--wxc-loading-logo--size: 11.6875rem;--wxc-auth-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_27___+");--wxc-text-color: rgba(255,255,255,0.95);--wxc-secondary-text-color: rgba(255,255,255,0.7);--wxc-warning-color: #F2990A;--wxc-error-color: #FC8B98;--wxc-muted-color: #F55868;--wxc-speaking-color: #3CC29A;--wxc-primary-background: linear-gradient(#1A1A1A, #0F0F0F);--wxc-secondary-background: linear-gradient(#262626, #0F0F0F);--wxc-video-background: rgba(255,255,255,0.05);--wxc-secondary-video-background: #0F0F0F;--wxc-meeting-border: 1px solid rgba(255,255,255,0.3);--wxc-box-shadow: none;--wxc-focus-box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-person-status--active-color: #3CC29A;--wxc-person-status--dnd-color: #F55868;--wxc-person-status--in-a-meeting-color: #FFBE4F;--wxc-person-status--away-color: #ADADAD;--wxc-badge-background: #0F0F0F;--wxc-badge-border: 0.06rem solid rgba(255,255,255,0.3);--wxc-badge-text-color: rgba(255,255,255,0.95);--wxc-badge-box-shadow: 0 .5rem 1rem rgba(0,0,0,0.16), 0 0 .06rem rgba(0,0,0,0.14);--wxc-avatar--placeholder-1--background: rgba(255,255,255,0.5);--wxc-avatar--placeholder-2--background: #08599C;--wxc-avatar--placeholder-3--background: #066070;--wxc-avatar--placeholder-4--background: #735107;--wxc-avatar--placeholder-5--background: #416116;--wxc-avatar--placeholder-6--background: #12615A;--wxc-avatar--placeholder-7--background: #914017;--wxc-avatar--placeholder-8--background: #A12A3A;--wxc-avatar--placeholder-9--background: #535573;--wxc-avatar--placeholder-10--background: #643ABD;--wxc-avatar--placeholder-11--background: #932099;--wxc-avatar--bot-status-color: #1170CF;--wxc-avatar--self-status-color: #279BE8;--wxc-avatar--self-status-border: #fff;--wxc-avatar--text-color: #fff;--wxc-banner--top--background: linear-gradient(2.25deg, rgba(0,0,0,0) 1.9%, rgba(0,0,0,0.3) 50.23%, rgba(0,0,0,0.8) 98.11%);--wxc-banner--bottom--background: rgba(0,0,0,0.7);--wxc-icon--background: #000;--wxc-icon--color: #fff;--wxc-icon--accent-color: #3CC29A;--wxc-icon--muted-color: #F55868;--wxc-icon--error--gradient-start-color: #F0677E;--wxc-icon--error--gradient-stop-color: #DB1F2E;--wxc-modal--background: #0F0F0F;--wxc-modal--border: 1px solid rgba(0,0,0,0.11);--wxc-modal--box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-button--cancel--normal--background: #DB1F2E;--wxc-button--cancel--normal--color: rgba(255,255,255,0.95);--wxc-button--cancel--normal--border: none;--wxc-button--cancel--active--background: #780D13;--wxc-button--cancel--active--color: rgba(255,255,255,0.95);--wxc-button--cancel--active--border: none;--wxc-button--cancel--hover--background: #AB0A15;--wxc-button--cancel--hover--color: rgba(255,255,255,0.95);--wxc-button--cancel--hover--border: none;--wxc-button--cancel--disabled--background: rgba(255,255,255,0.2);--wxc-button--cancel--disabled--color: rgba(255,255,255,0.4);--wxc-button--cancel--disabled--border: none;--wxc-button--default--normal--background: transparent;--wxc-button--default--normal--color: rgba(255,255,255,0.95);--wxc-button--default--normal--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--active--background: rgba(255,255,255,0.2);--wxc-button--default--active--color: rgba(255,255,255,0.95);--wxc-button--default--active--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--hover--background: rgba(255,255,255,0.07);--wxc-button--default--hover--color: rgba(255,255,255,0.95);--wxc-button--default--hover--border: 1px solid rgba(255,255,255,0.3);--wxc-button--default--disabled--background: transparent;--wxc-button--default--disabled--color: rgba(255,255,255,0.4);--wxc-button--default--disabled--border: 1px solid rgba(255,255,255,0.2);--wxc-button--ghost--normal--background: transparent;--wxc-button--ghost--normal--color: #fff;--wxc-button--ghost--normal--border: none;--wxc-button--ghost--hover--background: rgba(255,255,255,0.07);--wxc-button--ghost--hover--color: #fff;--wxc-button--ghost--hover--border: none;--wxc-button--ghost--active--background: rgba(255,255,255,0.2);--wxc-button--ghost--active--color: #fff;--wxc-button--ghost--active--border: none;--wxc-button--ghost--disabled--background: rgba(255,255,255,0.2);--wxc-button--ghost--disabled--color: rgba(255,255,255,0.4);--wxc-button--ghost--disabled--border: none;--wxc-button--join--normal--background: #1D805F;--wxc-button--join--normal--color: rgba(255,255,255,0.95);--wxc-button--join--normal--border: none;--wxc-button--join--active--background: #134231;--wxc-button--join--active--color: rgba(255,255,255,0.95);--wxc-button--join--active--border: none;--wxc-button--join--hover--background: #185E46;--wxc-button--join--hover--color: rgba(255,255,255,0.95);--wxc-button--join--hover--border: none;--wxc-button--join--disabled--background: rgba(255,255,255,0.2);--wxc-button--join--disabled--color: rgba(255,255,255,0.4);--wxc-button--join--disabled--border: none;--wxc-button--primary--normal--background: rgba(255,255,255,0.95);--wxc-button--primary--normal--color: rgba(0,0,0,0.95);--wxc-button--primary--normal--border: none;--wxc-button--primary--active--background: rgba(255,255,255,0.7);--wxc-button--primary--active--color: rgba(0,0,0,0.95);--wxc-button--primary--active--border: none;--wxc-button--primary--hover--background: rgba(255,255,255,0.8);--wxc-button--primary--hover--color: rgba(0,0,0,0.95);--wxc-button--primary--hover--border: none;--wxc-button--primary--disabled--background: rgba(255,255,255,0.2);--wxc-button--primary--disabled--color: rgba(255,255,255,0.4);--wxc-button--primary--disabled--border: none;--wxc-spinner--circle--color: rgba(255,255,255,0.11);--wxc-spinner--moving--color: rgba(255,255,255,0.95);--wxc-tab--normal--background: transparent;--wxc-tab--normal--color: rgba(255,255,255,0.7);--wxc-tab--normal--border: none;--wxc-tab--active--background: rgba(255,255,255,0.2);--wxc-tab--active--color: rgba(255,255,255,0.95);--wxc-tab--active--border: none;--wxc-tab--hover--background: rgba(255,255,255,0.07);--wxc-tab--hover--color: rgba(255,255,255,0.95);--wxc-tab--hover--border: none;--wxc-dropdown--normal--background: #000;--wxc-dropdown--normal--color: rgba(255,255,255,0.7);--wxc-dropdown--normal--box-shadow: none;--wxc-dropdown--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--normal--outline: none;--wxc-dropdown--hover--background: rgba(255,255,255,0.07);--wxc-dropdown--hover--color: rgba(255,255,255,0.7);--wxc-dropdown--hover--box-shadow: none;--wxc-dropdown--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--hover--outline: none;--wxc-dropdown--active--background: rgba(255,255,255,0.11);--wxc-dropdown--active--color: rgba(255,255,255,0.95);--wxc-dropdown--active--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-dropdown--active--border: 1px solid rgba(255,255,255,0.5);--wxc-dropdown--active--outline: none;--wxc-dropdown--disabled--background: rgba(255,255,255,0.11);--wxc-dropdown--disabled--color: rgba(255,255,255,0.4);--wxc-dropdown--disabled--box-shadow: 0 0 0 2px #64B4FA, 0px 0px 0px 4px #1170CF;--wxc-dropdown--disabled--border: 1px solid rgba(255,255,255,0.11);--wxc-dropdown--disabled--outline: none;--wxc-dropdown--focus--background: #000;--wxc-dropdown--focus--color: rgba(255,255,255,0.95);--wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-dropdown--focus--border: 1px solid rgba(255,255,255,0.9);--wxc-dropdown--focus--outline: none;--wxc-input-field--normal--background: rgba(0,0,0,0);--wxc-input-field--normal--color: rgba(255,255,255,0.95);--wxc-input-field--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-input-field--normal--box-shadow: none;--wxc-input-field--normal--outline: none;--wxc-input-field--hover--background: rgba(255,255,255,0.07);--wxc-input-field--hover--color: rgba(255,255,255,0.95);--wxc-input-field--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-input-field--hover--box-shadow: none;--wxc-input-field--hover--outline: none;--wxc-input-field--active--background: rgba(255,255,255,0.11);--wxc-input-field--active--color: rgba(255,255,255,0.95);--wxc-input-field--active--border: 1px solid rgba(255,255,255,0.9);--wxc-input-field--active--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-input-field--active--outline: none;--wxc-input-field--focus--background: rgba(255,255,255,0.11);--wxc-input-field--focus--color: rgba(255,255,255,0.95);--wxc-input-field--focus--border: 1px solid rgba(255,255,255,0.9);--wxc-input-field--focus--box-shadow: 0 0 0 0.25rem rgba(100,180,250,0.3), 0 0 0 0.125rem #64B4FA;--wxc-input-field--focus--outline: none;--wxc-input-field--disabled--background: rgba(255,255,255,0.11);--wxc-input-field--disabled--color: rgba(255,255,255,0.11);--wxc-input-field--disabled--border: 1px solid transparent;--wxc-input-field--disabled--box-shadow: none;--wxc-input-field--disabled--outline: none;--wxc-input-field--error-static--background: #4F0E10;--wxc-input-field--error-static--color: rgba(255,255,255,0.95);--wxc-input-field--error-static--border: 1px solid #FC8B98;--wxc-input-field--error-static--box-shadow: none;--wxc-input-field--error-static--outline: none;--wxc-input-field--error-hover--background: rgba(255,255,255,0.07);--wxc-input-field--error-hover--color: rgba(255,255,255,0.95);--wxc-input-field--error-hover--border: 1px solid #FC8B98;--wxc-input-field--error-hover--box-shadow: none;--wxc-input-field--error-hover--outline: none;--wxc-input-field--error-focus--background: rgba(255,255,255,0.11);--wxc-input-field--error-focus--color: rgba(255,255,255,0.95);--wxc-input-field--error-focus--border: 1px solid #FC8B98;--wxc-input-field--error-focus--box-shadow: none;--wxc-input-field--error-focus--outline: none;--wxc-input-icon-color: rgba(255,255,255,0.7);--wxc-input--label--color: rgba(255,255,255,0.95);--wxc-options-list--background: #1A1A1A;--wxc-options-list--item--focus--box-shadow: 0 0 0 2px #64B4FA inset;--wxc-options-list--item--focus--outline: 2px solid rgba(100,180,250,0.3);--wxc-options-list--item--hover--background: rgba(255,255,255,0.07);--wxc-options-list--item--hover--color: rgba(255,255,255,0.95);--wxc-options-list--item--hover--border: none;--wxc-options-list--item--active--background: rgba(255,255,255,0.11);--wxc-options-list--item--active--color: rgba(255,255,255,0.95);--wxc-options-list--item--active--border: none;--wxc-options-list--item--selected--background: #1A1A1A;--wxc-options-list--item--selected--color: rgba(255,255,255,0.95);--wxc-options-list--item--selected--border: none;--wxc-options-list--checked-icon--color: #64B4FA;--wxc-popup--box-shadow: none;--wxc-popup--border: none;--wxc-scrollbar--thumb: rgba(255,255,255,0.11);--wxc-scrollbar--background: rgba(255,255,255,0.2);--wxc-hyperlink--normal--color: #64B4FA;--wxc-hyperlink--hover--color: #BFE3FF;--wxc-hyperlink--active--color:#BFE3FF;--wxc-tooltip-background: #000;--wxc-tooltip-border: 1px solid rgba(255,255,255,0.2);--wxc-tooltip-border-color: rgba(255,255,255,0.2);--wxc-adaptive-cards--card--border: 1px solid rgba(255,255,255,0.2);--wxc-adaptive-cards--card--border-radius: 8px;--wxc-adaptive-cards--background--default: #1A1A1A;--wxc-adaptive-cards--background--emphasis: #3B3B3B;--wxc-adaptive-cards--background--accent: #063A75;--wxc-adaptive-cards--background--good: #134231;--wxc-adaptive-cards--background--attention: #780D13;--wxc-adaptive-cards--background--warning: #57330A;--wxc-adaptive-cards--color--default: rgba(255,255,255,0.95);--wxc-adaptive-cards--color--dark: rgba(255,255,255,0.95);--wxc-adaptive-cards--color--light: rgba(255,255,255,0.7);--wxc-adaptive-cards--color--accent: #64B4FA;--wxc-adaptive-cards--color--good: #3CC29A;--wxc-adaptive-cards--color--warning: #F2990A;--wxc-adaptive-cards--color--attention: #FC8B98;--wxc-adaptive-cards--subtle-color--default: rgba(255,255,255,0.7);--wxc-adaptive-cards--subtle-color--dark: rgba(255,255,255,0.7);--wxc-adaptive-cards--subtle-color--light: rgba(255,255,255,0.6);--wxc-adaptive-cards--subtle-color--accent: #96D0FF;--wxc-adaptive-cards--subtle-color--good: #68DEBD;--wxc-adaptive-cards--subtle-color--warning: #FFBE4F;--wxc-adaptive-cards--subtle-color--attention: #FFB8C1;--wxc-adaptive-cards--highlight-color: #ADADAD;--wxc-adaptive-cards--separator-color: #8F8F8F;--wxc-input--title--normal: rgba(255,255,255,0.95);--wxc-input--title--disabled: rgba(255,255,255,0.4);--wxc-input--on--normal--border: none;--wxc-input--on--normal--background: #64B4FA;--wxc-input--on--normal--foreground: rgba(0,0,0,0.95);--wxc-input--on--hover--border: none;--wxc-input--on--hover--background: #3492EB;--wxc-input--on--hover--foreground: rgba(0,0,0,0.95);--wxc-input--on--active--border: none;--wxc-input--on--active--background: #1170CF;--wxc-input--on--active--foreground: rgba(0,0,0,0.95);--wxc-input--on--disabled--border: none;--wxc-input--on--disabled--background: #063A75;--wxc-input--on--disabled--foreground: rgba(0,0,0,0.5);--wxc-input--off--normal--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--normal--background: rgba(255,255,255,0.2);--wxc-input--off--normal--foreground: rgba(255,255,255,0.95);--wxc-input--off--hover--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--hover--background: rgba(255,255,255,0.3);--wxc-input--off--hover--foreground: rgba(255,255,255,0.95);--wxc-input--off--active--border: 1px solid rgba(255,255,255,0.5);--wxc-input--off--active--background: rgba(255,255,255,0.4);--wxc-input--off--active--foreground: rgba(255,255,255,0.95);--wxc-input--off--disabled--border: none;--wxc-input--off--disabled--background: rgba(255,255,255,0.11);--wxc-input--off--disabled--foreground: rgba(255,255,255,0.4);--wxc-date-input--calendar-picker-indicator--filter: invert(5%);--wxc-adaptive-cards--action--hover--border: inherit;--wxc-adaptive-cards--action--hover--background: rgba(255,255,255,0.07);--wxc-adaptive-cards--action--hover--foreground: inherit;--wxc-adaptive-cards--action--active--border: inherit;--wxc-adaptive-cards--action--active--background: rgba(255,255,255,0.11);--wxc-adaptive-cards--action--active--foreground: inherit;--wxc-greeting--description--text-color: rgba(255,255,255,0.7)}.wxc-theme-light,.md-theme-lightWebex{--wxc-browser-color-scheme: light;--wxc-loading-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_28___+");--wxc-loading-logo--size: 11.6875rem;--wxc-auth-logo--url: url("+___CSS_LOADER_URL_REPLACEMENT_29___+');--wxc-text-color: rgba(0,0,0,0.95);--wxc-secondary-text-color: rgba(0,0,0,0.6);--wxc-warning-color: #7D4705;--wxc-error-color: #AB0A15;--wxc-muted-color: #DB1F2E;--wxc-speaking-color: #1D805F;--wxc-primary-background: linear-gradient(#F0F0F0, #fff);--wxc-secondary-background: linear-gradient(#FAFAFA, #fff);--wxc-video-background: #fff;--wxc-secondary-video-background: #EDEDED;--wxc-meeting-border: 1px solid rgba(0,0,0,0.2);--wxc-box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-focus-box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-person-status--active-color: #1D805F;--wxc-person-status--dnd-color: #DB1F2E;--wxc-person-status--in-a-meeting-color: #A65E00;--wxc-person-status--away-color: #707070;--wxc-badge-background: #fff;--wxc-badge-border: 0.06rem solid rgba(0,0,0,0.2);--wxc-badge-text-color: rgba(0,0,0,0.95);--wxc-badge-box-shadow: 0 .5rem 1rem rgba(0,0,0,0.16), 0 0 .06rem rgba(0,0,0,0.14);--wxc-avatar--placeholder-1--background: rgba(0,0,0,0.5);--wxc-avatar--placeholder-2--background: #08599C;--wxc-avatar--placeholder-3--background: #066070;--wxc-avatar--placeholder-4--background: #735107;--wxc-avatar--placeholder-5--background: #416116;--wxc-avatar--placeholder-6--background: #12615A;--wxc-avatar--placeholder-7--background: #914017;--wxc-avatar--placeholder-8--background: #A12A3A;--wxc-avatar--placeholder-9--background: #535573;--wxc-avatar--placeholder-10--background: #643ABD;--wxc-avatar--placeholder-11--background: #932099;--wxc-avatar--bot-status-color: #1170CF;--wxc-avatar--self-status-color: #279BE8;--wxc-avatar--self-status-border: #000;--wxc-avatar--text-color: #fff;--wxc-banner--top--background: linear-gradient(2.25deg, rgba(255,255,255,0) 1.9%, rgba(255,255,255,0.3) 50.23%, rgba(255,255,255,0.8) 98.11%);--wxc-banner--bottom--background: rgba(255,255,255,0.7);--wxc-icon--background: #fff;--wxc-icon--color: #000;--wxc-icon--accent-color: #1D805F;--wxc-icon--muted-color: #DB1F2E;--wxc-icon--error--gradient-start-color: #F0677E;--wxc-icon--error--gradient-stop-color: #DB1F2E;--wxc-modal--background: #fff;--wxc-modal--border: 1px solid rgba(0,0,0,0.11);--wxc-modal--box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.2), 0 0 0.0625rem rgba(0,0,0,0.12);--wxc-button--cancel--normal--background: #DB1F2E;--wxc-button--cancel--normal--color: rgba(255,255,255,0.95);--wxc-button--cancel--normal--border: none;--wxc-button--cancel--active--background: #780D13;--wxc-button--cancel--active--color: rgba(255,255,255,0.95);--wxc-button--cancel--active--border: none;--wxc-button--cancel--hover--background: #AB0A15;--wxc-button--cancel--hover--color: rgba(255,255,255,0.95);--wxc-button--cancel--hover--border: none;--wxc-button--cancel--disabled--background: rgba(0,0,0,0.2);--wxc-button--cancel--disabled--color: rgba(0,0,0,0.4);--wxc-button--cancel--disabled--border: none;--wxc-button--default--normal--background: transparent;--wxc-button--default--normal--color: rgba(0,0,0,0.95);--wxc-button--default--normal--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--active--background: rgba(0,0,0,0.2);--wxc-button--default--active--color: rgba(0,0,0,0.95);--wxc-button--default--active--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--hover--background: rgba(0,0,0,0.07);--wxc-button--default--hover--color: rgba(0,0,0,0.95);--wxc-button--default--hover--border: 1px solid rgba(0,0,0,0.3);--wxc-button--default--disabled--background: transparent;--wxc-button--default--disabled--color: rgba(0,0,0,0.4);--wxc-button--default--disabled--border: 1px solid rgba(0,0,0,0.2);--wxc-button--ghost--normal--background: transparent;--wxc-button--ghost--normal--color: rgba(0,0,0,0.95);--wxc-button--ghost--normal--border: none;--wxc-button--ghost--hover--background: rgba(0,0,0,0.07);--wxc-button--ghost--hover--color: rgba(0,0,0,0.95);--wxc-button--ghost--hover--border: none;--wxc-button--ghost--active--background: rgba(0,0,0,0.2);--wxc-button--ghost--active--color: rgba(0,0,0,0.95);--wxc-button--ghost--active--border: none;--wxc-button--ghost--disabled--background: rgba(0,0,0,0.4);--wxc-button--ghost--disabled--color: rgba(0,0,0,0.4);--wxc-button--ghost--disabled--border: none;--wxc-button--join--normal--background: #1D805F;--wxc-button--join--normal--color: rgba(255,255,255,0.95);--wxc-button--join--normal--border: none;--wxc-button--join--active--background: #134231;--wxc-button--join--active--color: rgba(255,255,255,0.95);--wxc-button--join--active--border: none;--wxc-button--join--hover--background: #185E46;--wxc-button--join--hover--color: rgba(255,255,255,0.95);--wxc-button--join--hover--border: none;--wxc-button--join--disabled--background: rgba(0,0,0,0.2);--wxc-button--join--disabled--color: rgba(0,0,0,0.4);--wxc-button--join--disabled--border: none;--wxc-button--primary--normal--background: rgba(0,0,0,0.95);--wxc-button--primary--normal--color: rgba(255,255,255,0.95);--wxc-button--primary--normal--border: none;--wxc-button--primary--active--background: rgba(0,0,0,0.7);--wxc-button--primary--active--color: rgba(255,255,255,0.95);--wxc-button--primary--active--border: none;--wxc-button--primary--hover--background: rgba(0,0,0,0.8);--wxc-button--primary--hover--color: rgba(255,255,255,0.95);--wxc-button--primary--hover--border: none;--wxc-button--primary--disabled--background: rgba(0,0,0,0.2);--wxc-button--primary--disabled--color: rgba(0,0,0,0.4);--wxc-button--primary--disabled--border: none;--wxc-spinner--circle--color: #C9C9C9;--wxc-spinner--moving--color: #0F0F0F;--wxc-tab--normal--background: transparent;--wxc-tab--normal--color: rgba(0,0,0,0.6);--wxc-tab--normal--border: none;--wxc-tab--active--background: rgba(0,0,0,0.2);--wxc-tab--active--color: rgba(0,0,0,0.95);--wxc-tab--active--border: none;--wxc-tab--hover--background: rgba(0,0,0,0.07);--wxc-tab--hover--color: rgba(0,0,0,0.95);--wxc-tab--hover--border: none;--wxc-dropdown--normal--background: #fff;--wxc-dropdown--normal--color: rgba(0,0,0,0.6);--wxc-dropdown--normal--box-shadow: none;--wxc-dropdown--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--normal--outline: none;--wxc-dropdown--hover--background: rgba(0,0,0,0.07);--wxc-dropdown--hover--color: rgba(0,0,0,0.6);--wxc-dropdown--hover--box-shadow: none;--wxc-dropdown--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--hover--outline: none;--wxc-dropdown--active--background: rgba(0,0,0,0.11);--wxc-dropdown--active--color: rgba(0,0,0,0.95);--wxc-dropdown--active--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-dropdown--active--border: 1px solid rgba(0,0,0,0.5);--wxc-dropdown--active--outline: none;--wxc-dropdown--disabled--background: rgba(0,0,0,0.11);--wxc-dropdown--disabled--color: rgba(0,0,0,0.4);--wxc-dropdown--disabled--box-shadow: none;--wxc-dropdown--disabled--border: 1px solid rgba(0,0,0,0.11);--wxc-dropdown--disabled--outline: none;--wxc-dropdown--focus--background: #fff;--wxc-dropdown--focus--color: rgba(0,0,0,0.95);--wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-dropdown--focus--border: 1px solid rgba(0,0,0,0.9);--wxc-dropdown--focus--outline: none;--wxc-input-field--normal--background: #fff;--wxc-input-field--normal--color: rgba(0,0,0,0.95);--wxc-input-field--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-input-field--normal--box-shadow: none;--wxc-input-field--normal--outline: none;--wxc-input-field--hover--background: rgba(0,0,0,0.04);--wxc-input-field--hover--color: rgba(0,0,0,0.95);--wxc-input-field--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-input-field--hover--box-shadow: none;--wxc-input-field--hover--outline: none;--wxc-input-field--active--background: rgba(0,0,0,0.11);--wxc-input-field--active--color: rgba(0,0,0,0.95);--wxc-input-field--active--border: 1px solid rgba(0,0,0,0.9);--wxc-input-field--active--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-input-field--active--outline: none;--wxc-input-field--focus--background: rgba(0,0,0,0.11);--wxc-input-field--focus--color: rgba(0,0,0,0.95);--wxc-input-field--focus--border: 1px solid rgba(0,0,0,0.9);--wxc-input-field--focus--box-shadow: 0 0 0 0.25rem rgba(17,112,207,0.3), 0 0 0 0.125rem #1170CF;--wxc-input-field--focus--outline: none;--wxc-input-field--disabled--background: rgba(0,0,0,0.11);--wxc-input-field--disabled--color: rgba(0,0,0,0.4);--wxc-input-field--disabled--border: 1px solid transparent;--wxc-input-field--disabled--box-shadow: none;--wxc-input-field--disabled--outline: none;--wxc-input-field--error-static--background: #FFE8EA;--wxc-input-field--error-static--color: rgba(0,0,0,0.95);--wxc-input-field--error-static--border: 1px solid #AB0A15;--wxc-input-field--error-static--box-shadow: none;--wxc-input-field--error-static--outline: none;--wxc-input-field--error-hover--background: rgba(0,0,0,0.04);--wxc-input-field--error-hover--color: rgba(0,0,0,0.95);--wxc-input-field--error-hover--border: 1px solid #AB0A15;--wxc-input-field--error-hover--box-shadow: none;--wxc-input-field--error-hover--outline: none;--wxc-input-field--error-focus--background: rgba(0,0,0,0.11);--wxc-input-field--error-focus--color: rgba(0,0,0,0.95);--wxc-input-field--error-focus--border: 1px solid #AB0A15;--wxc-input-field--error-focus--box-shadow: none;--wxc-input-field--error-focus--outline: none;--wxc-input-icon-color: rgba(0,0,0,0.6);--wxc-input--label--color: rgba(0,0,0,0.95);--wxc-options-list--background: #fff;--wxc-options-list--item--focus--box-shadow: 0 0 0 2px #1170CF inset;--wxc-options-list--item--focus--outline: 2px solid rgba(17,112,207,0.3);--wxc-options-list--item--hover--background: rgba(0,0,0,0.07);--wxc-options-list--item--hover--color: rgba(0,0,0,0.95);--wxc-options-list--item--hover--border: none;--wxc-options-list--item--active--background: rgba(0,0,0,0.11);--wxc-options-list--item--active--color: rgba(0,0,0,0.95);--wxc-options-list--item--active--border: none;--wxc-options-list--item--selected--background: #fff;--wxc-options-list--item--selected--color: rgba(0,0,0,0.95);--wxc-options-list--item--selected--border: none;--wxc-options-list--checked-icon--color: #1170CF;--wxc-popup--box-shadow: none;--wxc-popup--border: none;--wxc-scrollbar--thumb: rgba(0,0,0,0.11);--wxc-scrollbar--background: rgba(0,0,0,0.2);--wxc-hyperlink--normal--color: #0353A8;--wxc-hyperlink--hover--color: #0A274A;--wxc-hyperlink--active--color:#0A274A;--wxc-tooltip-background: #fff;--wxc-tooltip-border: 1px solid rgba(0,0,0,0.2);--wxc-tooltip-border-color: rgba(0,0,0,0.2);--wxc-adaptive-cards--card--border: 1px solid rgba(0,0,0,0.2);--wxc-adaptive-cards--card--border-radius: 8px;--wxc-adaptive-cards--background--default: #fff;--wxc-adaptive-cards--background--emphasis: #EDEDED;--wxc-adaptive-cards--background--accent: #DBF0FF;--wxc-adaptive-cards--background--good: #CEF5EB;--wxc-adaptive-cards--background--attention: #FFE8EA;--wxc-adaptive-cards--background--warning: #FFEBC2;--wxc-adaptive-cards--color--default: rgba(0,0,0,0.95);--wxc-adaptive-cards--color--dark: rgba(0,0,0,0.95);--wxc-adaptive-cards--color--light: rgba(0,0,0,0.6);--wxc-adaptive-cards--color--accent: #0353A8;--wxc-adaptive-cards--color--good: #185E46;--wxc-adaptive-cards--color--attention: #AB0A15;--wxc-adaptive-cards--color--warning: #7D4705;--wxc-adaptive-cards--subtle-color--default: rgba(0,0,0,0.6);--wxc-adaptive-cards--subtle-color--dark: rgba(0,0,0,0.6);--wxc-adaptive-cards--subtle-color--light: rgba(0,0,0,0.5);--wxc-adaptive-cards--subtle-color--accent: #1170CF;--wxc-adaptive-cards--subtle-color--good: #1D805F;--wxc-adaptive-cards--subtle-color--warning: #A65E00;--wxc-adaptive-cards--subtle-color--attention: #DB1F2E;--wxc-adaptive-cards--highlight-color: #545454;--wxc-adaptive-cards--separator-color: #3B3B3B;--wxc-input--title--normal: rgba(0,0,0,0.95);--wxc-input--title--disabled: rgba(0,0,0,0.4);--wxc-input--on--normal--border: none;--wxc-input--on--normal--background: #1170CF;--wxc-input--on--normal--foreground: rgba(255,255,255,0.95);--wxc-input--on--hover--border: none;--wxc-input--on--hover--background: #0353A8;--wxc-input--on--hover--foreground: rgba(255,255,255,0.95);--wxc-input--on--active--border: none;--wxc-input--on--active--background: #063A75;--wxc-input--on--active--foreground: rgba(255,255,255,0.95);--wxc-input--on--disabled--border: none;--wxc-input--on--disabled--background: #BFE3FF;--wxc-input--on--disabled--foreground: rgba(255,255,255,0.5);--wxc-input--off--normal--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--normal--background: rgba(0,0,0,0.2);--wxc-input--off--normal--foreground: rgba(0,0,0,0.95);--wxc-input--off--hover--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--hover--background: rgba(0,0,0,0.3);--wxc-input--off--hover--foreground:rgba(0,0,0,0.95);--wxc-input--off--active--border: 1px solid rgba(0,0,0,0.5);--wxc-input--off--active--background: rgba(0,0,0,0.4);--wxc-input--off--active--foreground: rgba(0,0,0,0.95);--wxc-input--off--disabled--border: none;--wxc-input--off--disabled--background: rgba(0,0,0,0.11);--wxc-input--off--disabled--foreground: rgba(0,0,0,0.4);--wxc-date-input--calendar-picker-indicator--filter: invert(5%);--wxc-adaptive-cards--action--hover--border: inherit;--wxc-adaptive-cards--action--hover--background: rgba(0,0,0,0.07);--wxc-adaptive-cards--action--hover--foreground: inherit;--wxc-adaptive-cards--action--active--border: inherit;--wxc-adaptive-cards--action--active--background: rgba(0,0,0,0.11);--wxc-adaptive-cards--action--active--foreground: inherit;--wxc-greeting--description--text-color: #707070}.wxc{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;color-scheme:var(--wxc-browser-color-scheme)}.wxc,.wxc *{box-sizing:border-box}.wxc ::-webkit-scrollbar,.wxc * ::-webkit-scrollbar{width:0.25rem}.wxc ::-webkit-scrollbar-thumb,.wxc * ::-webkit-scrollbar-thumb{background:var(--wxc-scrollbar--background);border-radius:0.125rem}.wxc-ac-action__icon{width:1rem;height:1rem;margin-right:0.375rem}.wxc-ac-action__right-icon{margin-left:0.375rem}.wxc-ac-container--vertical>.wxc-ac-action:not(:first-child){margin-top:0.5rem}.wxc-ac-container--horizontal>.wxc-ac-action:not(:first-child){margin-left:0.5rem}.wxc-adaptive-cards-action-set{margin-bottom:0.5rem}.wxc-ac-adaptive-card{background:var(--wxc-primary-background);color:var(--wxc-text-color);overflow:auto;border:var(--wxc-adaptive-cards--card--border);border-radius:var(--wxc-adaptive-cards--card--border-radius)}.wxc-ac-font-type--monospace{font-family:Consolas,Liberation Mono,Courier,monospace}.wxc-ac-font-type--default{font-family:CiscoSansTT Regular,Helvetica Neue,Helvetica,Arial,sans-serif}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--left{justify-content:flex-start}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--center{justify-content:center}.wxc-ac-container--horizontal.wxc-ac-horizontal-alignment--right{justify-content:flex-end}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--left{align-self:flex-start}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--center{align-self:center}.wxc-ac-container--vertical>:not(.wxc-ac-container--horizontal).wxc-ac-horizontal-alignment--right{align-self:flex-end}.wxc-ac-size--default{font-size:0.875rem}.wxc-ac-size--small{font-size:0.75rem}.wxc-ac-size--medium{font-size:1rem}.wxc-ac-size--large{font-size:1.25rem}.wxc-ac-size--extraLarge{font-size:1.5rem}.wxc-ac-weight--default{font-weight:400}.wxc-ac-weight--lighter{font-weight:lighter}.wxc-ac-weight--bolder{font-weight:bolder}.wxc-ac-wrap--false{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wxc-ac-rtl--true{direction:rtl}.wxc-ac-rtl--false{direction:ltr}.wxc-ac-highlight--true{background-color:var(--wxc-adaptive-cards--highlight-color)}.wxc-ac-italic--true{font-style:italic}.wxc-ac-strikethrough--true{text-decoration:line-through}.wxc-ac-underline--true{text-decoration:underline}.wxc-ac-container-style--heading{font-weight:bold;font-size:200%}.wxc-ac-container-style--default{background-color:var(--wxc-adaptive-cards--background--default)}.wxc-ac-container-style--emphasis{background-color:var(--wxc-adaptive-cards--background--emphasis)}.wxc-ac-container-style--good{background-color:var(--wxc-adaptive-cards--background--good)}.wxc-ac-container-style--attention{background-color:var(--wxc-adaptive-cards--background--attention)}.wxc-ac-container-style--warning{background-color:var(--wxc-adaptive-cards--background--warning)}.wxc-ac-container-style--accent{background-color:var(--wxc-adaptive-cards--background--accent)}.wxc-ac-image-style--person{border-radius:50%}.wxc-ac-image-size--small{width:40px;height:40px}.wxc-ac-image-size--medium{width:80px;height:80px}.wxc-ac-image-size--large{width:160px;height:160px}.wxc-ac-container--has-padding{padding:0.625rem}.wxc-ac-container--horizontal{display:flex;flex-direction:row}.wxc-ac-container--horizontal>.wxc-ac-width--auto{width:auto}.wxc-ac-container--horizontal>.wxc-ac-width--stretch{flex:1}.wxc-ac-container--horizontal>.wxc-ac-height--auto{height:auto}.wxc-ac-container--horizontal>.wxc-ac-height--stretch{align-self:stretch}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true{margin-top:-0.625rem;margin-bottom:-0.625rem}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true:first-child{margin-left:-0.625rem}.wxc-ac-container--horizontal.wxc-ac-container--has-padding>.wxc-ac-bleed--true:last-child{margin-right:-0.625rem}.wxc-ac-container--vertical{display:flex;flex-direction:column}.wxc-ac-container--vertical>.wxc-ac-width--auto{width:auto}.wxc-ac-container--vertical>.wxc-ac-width--stretch{align-self:stretch}.wxc-ac-container--vertical>.wxc-ac-height--auto{height:auto}.wxc-ac-container--vertical>.wxc-ac-height--stretch{flex:1}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--top{justify-content:flex-start}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--center{justify-content:center}.wxc-ac-container--vertical.wxc-ac-vertical-content-alignment--bottom{justify-content:flex-end}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true{margin-left:-0.625rem;margin-right:-0.625rem}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true:first-child{margin-top:-0.625rem}.wxc-ac-container--vertical.wxc-ac-container--has-padding>.wxc-ac-bleed--true:last-child{margin-bottom:-0.625rem}.wxc-ac-is-visible--false{display:none}.wxc-ac-is-subtle--true{color:var(--wxc-adaptive-cards--subtle-color--default)}.wxc-ac-is-subtle--true.wxc-ac-color--dark{color:var(--wxc-adaptive-cards--subtle-color--dark)}.wxc-ac-is-subtle--true.wxc-ac-color--light{color:var(--wxc-adaptive-cards--subtle-color--light)}.wxc-ac-is-subtle--true.wxc-ac-color--accent{color:var(--wxc-adaptive-cards--subtle-color--accent)}.wxc-ac-is-subtle--true.wxc-ac-color--good{color:var(--wxc-adaptive-cards--subtle-color--good)}.wxc-ac-is-subtle--true.wxc-ac-color--warning{color:var(--wxc-adaptive-cards--subtle-color--warning)}.wxc-ac-is-subtle--true.wxc-ac-color--attention{color:var(--wxc-adaptive-cards--subtle-color--attention)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--default{color:var(--wxc-adaptive-cards--color--default)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--dark{color:var(--wxc-adaptive-cards--color--dark)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--light{color:var(--wxc-adaptive-cards--color--light)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--accent{color:var(--wxc-adaptive-cards--color--accent)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--good{color:var(--wxc-adaptive-cards--color--good)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--warning{color:var(--wxc-adaptive-cards--color--warning)}:not(.wxc-ac-is-subtle--true).wxc-ac-color--attention{color:var(--wxc-adaptive-cards--color--attention)}.wxc-ac-background-image{background-repeat:no-repeat}.wxc-ac-background-image-fill-mode--repeat{background-repeat:repeat}.wxc-ac-background-image-fill-mode--repeathorizontally{background-repeat:repeat-x}.wxc-ac-background-image-fill-mode--repeatvertically{background-repeat:repeat-y}.wxc-ac-background-image-fill-mode--cover{background-size:cover}.wxc-ac-background-image-vertical-alignment--top{background-position:top}.wxc-ac-background-image-vertical-alignment--center{background-position:center}.wxc-ac-background-image-vertical-alignment--bottom{background-position:bottom}.wxc-ac-background-image-horizontal-alignment--left{background-position:left}.wxc-ac-background-image-horizontal-alignment--center{background-position:center}.wxc-ac-background-image-horizontal-alignment--right{background-position:right}.wxc-ac-select-action:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-ac-select-action:hover{border:var(--wxc-adaptive-cards--action--hover--border);background-color:var(--wxc-adaptive-cards--action--hover--background);color:var(--wxc-adaptive-cards--action--hover--foreground)}.wxc-ac-select-action:active{border:var(--wxc-adaptive-cards--action--active--border);background-color:var(--wxc-adaptive-cards--action--active--background);color:var(--wxc-adaptive-cards--action--active--foreground)}.wxc-adaptive-cards-unknown-component{white-space:pre-wrap}.wxc-adaptive-cards-image-set{display:flex;flex-wrap:wrap}.wxc-adaptive-cards-input-text{display:flex}.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__inline-action{margin-left:0.5rem}.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__input,.wxc-adaptive-cards-input-text .wxc-adaptive-cards-input-text__textbox{flex:1}.wxc-adaptive-cards-input-time .wxc-adaptive-cards-input-time__body{display:flex;align-items:center}.wxc-adaptive-cards-input-time .wxc-adaptive-cards-input-time__separator{margin:0 0.313rem}.wxc-adaptive-cards-fact-set .wxc-adaptive-cards-fact-set__fact-title{padding-right:0.5rem;text-align:left}.wxc-markdown p,.wxc-markdown ul,.wxc-markdown ol{margin:0}.wxc-markdown a{color:var(--wxc-hyperlink--normal--color);text-decoration:underline}.wxc-markdown a:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-markdown a:hover{cursor:pointer;color:var(--wxc-hyperlink--hover--color)}.wxc-markdown a:active{cursor:pointer;color:var(--wxc-hyperlink--active--color)}.wxc-ac-spacer{flex-shrink:0}.wxc-ac-container--vertical>.wxc-ac-spacer{display:flex;flex-direction:column;justify-content:center}.wxc-ac-container--vertical>.wxc-ac-spacer:first-child{display:none}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--default{height:0.5rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--none{height:0}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--small{height:0.188rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--medium{height:1.125rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--large{height:1.875rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--extralarge{height:2.5rem}.wxc-ac-container--vertical>.wxc-ac-spacer--spacing--padding{height:0.625rem}.wxc-ac-container--vertical>.wxc-ac-spacer>:first-child{height:0.063rem;background-color:var(--wxc-adaptive-cards--separator-color);align-self:stretch}.wxc-ac-container--horizontal>.wxc-ac-spacer{display:flex;flex-direction:row;justify-content:center}.wxc-ac-container--horizontal>.wxc-ac-spacer:first-child{display:none}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--default{width:0.5rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--none{width:0}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--small{width:0.188rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--medium{width:1.125rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--large{width:1.875rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--extralarge{width:2.5rem}.wxc-ac-container--horizontal>.wxc-ac-spacer--spacing--padding{width:0.625rem}.wxc-ac-container--horizontal>.wxc-ac-spacer>:first-child{width:0.063rem;background-color:var(--wxc-adaptive-cards--separator-color);align-self:stretch}.wxc-adaptive-cards-text-block--max-lines{display:-webkit-box;flex-shrink:0;-webkit-box-orient:vertical;overflow:hidden}.wxc-badge{padding:.5rem 1rem .4375rem 1.0625rem;color:var(--wxc-badge-text-color);background:var(--wxc-badge-background);border:var(--wxc-badge-border);box-shadow:var(--wxc-badge-box-shadow);border-radius:0.75rem;display:flex;align-items:center}.wxc-banner{display:flex;justify-content:center;color:var(--wxc-text-color);position:absolute;right:0;left:0}.wxc-banner--top{top:0;background:var(--wxc-banner--top--background);padding:0.75rem 0 5.25rem 0}.wxc-banner--bottom{bottom:0;background:var(--wxc-banner--bottom--background);padding:0.75rem 0}.wxc-button{display:flex;flex-shrink:0;justify-content:center;align-items:center;border-radius:1000px;font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1;padding:0 0.75rem}.wxc-button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-button:not([wxc-disabled]){cursor:pointer}.wxc-button--join{background:var(--wxc-button--join--normal--background);border:var(--wxc-button--join--normal--border);color:var(--wxc-button--join--normal--color)}.wxc-button--join:hover{background:var(--wxc-button--join--hover--background);color:var(--wxc-button--join--hover--color);border:var(--wxc-button--join--hover--border)}.wxc-button--join:active,.wxc-button--join.wxc-button--pressed{background:var(--wxc-button--join--active--background);color:var(--wxc-button--join--active--color);border:var(--wxc-button--join--active--border)}.wxc-button--join[wxc-disabled]{background:var(--wxc-button--join--disabled--background);color:var(--wxc-button--join--disabled--color);border:var(--wxc-button--join--disabled--border)}.wxc-button--default,.wxc-button--toggle{background:var(--wxc-button--default--normal--background);color:var(--wxc-button--default--normal--color);border:var(--wxc-button--default--normal--border)}.wxc-button--default:hover,.wxc-button--toggle:hover{background:var(--wxc-button--default--hover--background);color:var(--wxc-button--default--hover--color);border:var(--wxc-button--default--hover--border)}.wxc-button--default:active,.wxc-button--default.wxc-button--pressed,.wxc-button--toggle:active,.wxc-button--toggle.wxc-button--pressed{background:var(--wxc-button--default--active--background);color:var(--wxc-button--default--active--color);border:var(--wxc-button--default--active--border)}.wxc-button--default[wxc-disabled],.wxc-button--toggle[wxc-disabled]{background:var(--wxc-button--default--disabled--background);color:var(--wxc-button--default--disabled--color);border:var(--wxc-button--default--disabled--border)}.wxc-button--cancel{background:var(--wxc-button--cancel--normal--background);color:var(--wxc-button--cancel--normal--color);border:var(--wxc-button--cancel--normal--border)}.wxc-button--cancel:hover{background:var(--wxc-button--cancel--hover--background);color:var(--wxc-button--cancel--hover--color);border:var(--wxc-button--cancel--hover--border)}.wxc-button--cancel:active,.wxc-button--cancel.wxc-button--pressed{background:var(--wxc-button--cancel--active--background);color:var(--wxc-button--cancel--active--color);border:var(--wxc-button--cancel--active--border)}.wxc-button--cancel[wxc-disabled]{background:var(--wxc-button--cancel--disabled--background);color:var(--wxc-button--cancel--disabled--color);border:var(--wxc-button--cancel--disabled--border)}.wxc-button--ghost{background:var(--wxc-button--ghost--normal--background);color:var(--wxc-button--ghost--normal--color);border:var(--wxc-button--ghost--normal--border);border-radius:50%;padding:0 0.375rem}.wxc-button--ghost:hover{background:var(--wxc-button--ghost--hover--background);color:var(--wxc-button--ghost--hover--color);border:var(--wxc-button--ghost--hover--border)}.wxc-button--ghost:active{background:var(--wxc-button--ghost--active--background);color:var(--wxc-button--ghost--active--color);border:var(--wxc-button--ghost--active--border)}.wxc-button--ghost[wxc-disabled]{background:var(--wxc-button--ghost--disabled--background);color:var(--wxc-button--ghost--disabled--color);border:var(--wxc-button--ghost--disabled--border)}.wxc-button--primary{font-size:0.938rem;line-height:1.25rem;padding:0.25rem 0.875rem;letter-spacing:0.015rem;background:var(--wxc-button--primary--normal--background);color:var(--wxc-button--primary--normal--color);border:var(--wxc-button--primary--normal--border)}.wxc-button--primary:hover{background:var(--wxc-button--primary--hover--background);color:var(--wxc-button--primary--hover--color);border:var(--wxc-button--primary--hover--border)}.wxc-button--primary:active,.wxc-button--primary.wxc-button--pressed{background:var(--wxc-button--primary--active--background);color:var(--wxc-button--primary--active--color);border:var(--wxc-button--primary--active--border)}.wxc-button--primary[wxc-disabled]{background:var(--wxc-button--primary--disabled--background);color:var(--wxc-button--primary--disabled--color);border:var(--wxc-button--primary--disabled--border)}.wxc-input-field{display:flex;flex-direction:column;position:relative}.wxc-input-field .wxc-input-field__form-control{position:relative;display:flex}.wxc-input-field .wxc-input-field__input{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;background:var(--wxc-input-field--normal--background);border:var(--wxc-input-field--normal--border);color:var(--wxc-input-field--normal--color);border-radius:0.5rem;padding:0.313rem 0.75rem 0.063rem 0.75rem;width:100%;height:2rem;-webkit-appearance:none}.wxc-input-field .wxc-input-field__input[type="number"]{-moz-appearance:textfield}.wxc-input-field .wxc-input-field__input[type="number"]::-webkit-inner-spin-button,.wxc-input-field .wxc-input-field__input[type="number"]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;margin:0}.wxc-input-field .wxc-input-field__input[type="number"]:hover::-webkit-inner-spin-button,.wxc-input-field .wxc-input-field__input[type="number"]:hover::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;margin:0}.wxc-input-field .wxc-input-field__input:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow);outline:var(--wxc-input-field--disabled--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):not(:focus):not(:hover){background:var(--wxc-input-field--normal--background);border:var(--wxc-input-field--normal--border);color:var(--wxc-input-field--normal--color);box-shadow:--wxc-input-field--normal--box-shadow;outline:var(--wxc-input-field--normal--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):not(:focus):hover{background:var(--wxc-input-field--hover--background);border:var(--wxc-input-field--hover--border);color:var(--wxc-input-field--hover--color);box-shadow:var(--wxc-input-field--hover--box-shadow);outline:var(--wxc-input-field--hover--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled):focus{background:var(--wxc-input-field--focus--background);border:var(--wxc-input-field--focus--border);color:var(--wxc-input-field--focus--color);box-shadow:var(--wxc-input-field--focus--box-shadow);outline:var(--wxc-input-field--focus--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:not(:focus):not(:hover){background:var(--wxc-input-field--error-static--background);border:var(--wxc-input-field--error-static--border);color:var(--wxc-input-field--error-static--color);box-shadow:var(--wxc-input-field--error-static--box-shadow);outline:var(--wxc-input-field--error-static--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:not(:focus):hover{background:var(--wxc-input-field--error-hover--background);border:var(--wxc-input-field--error-hover--border);color:var(--wxc-input-field--error-hover--color);box-shadow:var(--wxc-input-field--error-hover--box-shadow);outline:var(--wxc-input-field--error-hover--outline)}.wxc-input-field .wxc-input-field__input:not(:disabled).wxc-input-field__error:focus{background:var(--wxc-input-field--error-focus--background);border:var(--wxc-input-field--error-focus--border);color:var(--wxc-input-field--error-focus--color);box-shadow:var(--wxc-input-field--error-focus--box-shadow);outline:var(--wxc-input-field--error-focus--outline)}.wxc-input-field .wxc-input-field__right-icon{position:absolute;color:var(--wxc-input-icon-color);top:50%;right:2px;transform:translateY(-50%)}.wxc-input-field .wxc-input-field__right-icon:not(:last-child){right:2rem}.wxc-input-field--has-right-icon .wxc-input-field__input{padding-right:1.875rem}.wxc-input-field--has-right-controls .wxc-input-field__input{border-top-right-radius:0;border-bottom-right-radius:0}.wxc-loader{background-color:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.wxc-loader .wxc-loader__bullet{position:relative;width:0.625rem;height:0.625rem;margin:1rem auto;border-radius:0.3125rem;animation:dotFlashing 1s infinite linear alternate;animation-delay:0.5s}.wxc-loader .wxc-loader__bullet::before,.wxc-loader .wxc-loader__bullet::after{content:"";display:inline-block;position:absolute;top:0}.wxc-loader .wxc-loader__bullet::before{left:-0.9375rem;width:0.625rem;height:0.625rem;border-radius:0.3125rem;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.wxc-loader .wxc-loader__bullet::after{left:0.9375rem;width:0.625rem;height:0.625rem;border-radius:0.3125rem;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:rgba(0,0,0,0.2)}50%,100%{background-color:#EDEDED}}.wxc-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9;display:flex;align-items:flex-end;justify-content:center;background-color:rgba(0,0,0,0.4)}.wxc-modal .wxc-modal__content{border:var(--wxc-modal--border);box-shadow:var(--wxc-modal--box-shadow);background-color:var(--wxc-modal--background);flex:1;max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.wxc-modal--centered-modal{align-items:center}.wxc-modal--centered-modal .wxc-modal__content{flex:0 1 auto}.wxc-modal .wxc-modal__header{display:flex;align-items:center;padding:0.75rem 1.25rem}.wxc-modal .wxc-modal__title{color:var(--wxc-text-color);font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem}.wxc-modal .wxc-modal__close{margin-left:auto}.wxc-modal .wxc-modal__back{padding:0.475rem}.wxc-modal .wxc-modal__body{padding:0 1.25rem 1.25rem;overflow-y:auto;flex:1;min-height:5rem;margin-bottom:1rem}.wxc-option{padding:0.5rem 0.75rem;border-radius:0.5rem;display:flex;align-items:center;cursor:pointer;color:var(--wxc-text-color)}.wxc-option .wxc-option__label{flex:1;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-option .wxc-option__check{color:var(--wxc-options-list--checked-icon--color);margin-left:0.25rem}.wxc-option .wxc-option__check--invisible{visibility:hidden}.wxc-option[aria-selected="true"]{background:var(--wxc-options-list--item--selected--background);color:var(--wxc-options-list--item--selected--color);border:var(--wxc-options-list--item--selected--border)}.wxc-option:hover{background:var(--wxc-options-list--item--hover--background);color:var(--wxc-options-list--item--hover--color);border:var(--wxc-options-list--item--hover--border)}.wxc-option:active{background:var(--wxc-options-list--item--active--background);color:var(--wxc-options-list--item--active--color);border:var(--wxc-options-list--item--active--border)}.wxc-option:focus-visible{outline:var(--wxc-options-list--item--focus--outline);box-shadow:var(--wxc-options-list--item--focus--box-shadow)}.wxc-options-list{list-style:none;background:var(--wxc-options-list--background);margin:0;padding:0.5rem}.wxc-popup{position:fixed;z-index:1;border:var(--wxc-popup--border);border-radius:0.75rem;box-shadow:var(--wxc-popup--box-shadow);overflow:auto}.wxc-spinner{position:relative;display:inline-block;border:1px solid var(--wxc-spinner--circle--color);border-radius:50%;border-top-color:var(--wxc-spinner--moving--color);animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.wxc-title{color:var(--wxc-text-color);line-height:150%;margin:1.25rem 0 0.25rem;font-weight:normal}.wxc-title--section{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-title--subsection{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-tooltip-container{position:absolute;min-width:4rem;max-width:12.5rem;display:block;transform:translateX(-50%);z-index:100;bottom:0}.wxc-tooltip-container .wxc-tooltip-container__wrapper{position:relative}.wxc-tooltip-container .wxc-tooltip-container__box{background:var(--wxc-tooltip-background);border-radius:0.4375rem;border:var(--wxc-tooltip-border);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.16),0 0 0.0625rem rgba(0,0,0,0.14);color:var(--wxc-text-color);font-size:0.875rem;line-height:1.5;padding:0.5rem 0.75rem 0.585625rem 0.75rem;text-align:center;position:relative}.wxc-tooltip-container .wxc-tooltip-container__box .wxc-tooltip-container__arrow{position:absolute;border:var(--wxc-tooltip-border);left:50%;transform:translateX(-50%) rotate(45deg) skew(5deg, 5deg);bottom:-0.75rem;width:1.25rem;height:1.25rem;background:var(--wxc-tooltip-background);border-radius:0.25rem;border-color:transparent var(--wxc-tooltip-border-color) var(--wxc-tooltip-border-color) transparent}.wxc-audio-microphone-muted-icon path{fill:var(--wxc-icon--muted-color)}.wxc-camera-muted-icon path{fill:var(--wxc-icon--muted-color)}.wxc-icon{fill:currentColor}:disabled .wxc-icon path,[wxc-disabled] .wxc-icon path{fill:currentColor}.wxc-icon .accent{fill:var(--wxc-icon--accent-color)}:disabled .wxc-icon .accent,[wxc-disabled] .wxc-icon .accent{display:none}.wxc-checkbox{display:flex;align-items:center;cursor:pointer}.wxc-checkbox:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-checkbox .wxc-checkbox__title{color:var(--wxc-text-color);margin-left:0.5rem}.wxc-checkbox .wxc-checkbox__box{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0.25rem;border-radius:0.125rem}.wxc-checkbox .wxc-checkbox__box .wxc-checkbox__checkmark{width:9px;height:6.5px}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate{background-color:var(--wxc-input--on--normal--background);border:var(--wxc-input--on--normal--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked .wxc-checkbox__checkmark,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate .wxc-checkbox__checkmark{color:var(--wxc-input--on--normal--foreground)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked:hover,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate:hover{background-color:var(--wxc-input--on--hover--background);border:var(--wxc-input--on--hover--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--checked:active,.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--indeterminate:active{background-color:var(--wxc-input--on--active--background);border:var(--wxc-input--on--active--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked{background-color:var(--wxc-input--off--normal--background);border:var(--wxc-input--off--normal--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked:hover{background-color:var(--wxc-input--off--hover--background);border:var(--wxc-input--off--hover--border)}.wxc-checkbox .wxc-checkbox__box--enabled.wxc-checkbox__box--unchecked:active{background-color:var(--wxc-input--off--active--background);border:var(--wxc-input--off--active--border)}.wxc-checkbox .wxc-checkbox__box--disabled{cursor:default}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--checked{background-color:var(--wxc-input--on--disabled--background);border:var(--wxc-input--on--disabled--border)}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--checked .wxc-checkbox__checkmark{color:var(--wxc-input--on--disabled--foreground)}.wxc-checkbox .wxc-checkbox__box--disabled.wxc-checkbox__box--unchecked{background-color:var(--wxc-input--off--disabled--background);border:var(--wxc-input--off--disabled--border)}.wxc-date-input input[type="date"]{position:relative;padding-left:2rem}.wxc-date-input input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;margin:0 0 0.25rem 0;padding:0;left:0.75rem;filter:var(--wxc-date-input--calendar-picker-indicator--filter)}.wxc-dropdown__control{position:relative}.wxc-dropdown .wxc-dropdown__selected-option{display:flex;align-items:center;border-radius:0.5rem;padding:0.375rem 0.75rem}.wxc-dropdown .wxc-dropdown__selected-option .wxc-dropdown__label{flex:1;display:block;margin-right:0.25rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option{background:var(--wxc-dropdown--normal--background);border:var(--wxc-dropdown--normal--border);box-shadow:var(--wxc-dropdown--normal--box-shadow);color:var(--wxc-dropdown--normal--color);outline:var(--wxc-dropdown--normal--outline);cursor:pointer}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option.wxc-dropdown__expanded{background:var(--wxc-dropdown--active--background);border:var(--wxc-dropdown--active--border);box-shadow:var(--wxc-dropdown--active--box-shadow);color:var(--wxc-dropdown--active--color);outline:var(--wxc-dropdown--active--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option.wxc-dropdown__expanded:focus{background:var(--wxc-dropdown--active--background)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:hover{background:var(--wxc-dropdown--hover--background);border:var(--wxc-dropdown--hover--border);box-shadow:var(--wxc-dropdown--hover--box-shadow);color:var(--wxc-dropdown--hover--color);outline:var(--wxc-dropdown--hover--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:active{background:var(--wxc-dropdown--active--background);border:var(--wxc-dropdown--active--border);box-shadow:var(--wxc-dropdown--active--box-shadow);color:var(--wxc-dropdown--active--color);outline:var(--wxc-dropdown--active--outline)}.wxc-dropdown:not(.wxc-dropdown--disabled) .wxc-dropdown__selected-option:focus{background:var(--wxc-dropdown--focus--background);border:var(--wxc-dropdown--focus--border);box-shadow:var(--wxc-dropdown--focus--box-shadow);color:var(--wxc-dropdown--focus--color);outline:var(--wxc-dropdown--focus--outline)}.wxc-dropdown--disabled .wxc-dropdown__selected-option{background:var(--wxc-dropdown--disabled--background);border:var(--wxc-dropdown--disabled--border);box-shadow:var(--wxc-dropdown--disabled--box-shadow);color:var(--wxc-dropdown--disabled--color);outline:var(--wxc-dropdown--disabled--outline);cursor:default}.wxc-label{display:flex;flex-direction:column}.wxc-label__label-text{align-self:flex-start;color:var(--wxc-text-color);font-size:0.875rem;margin:0 0 0.25rem 0.8125rem;white-space:nowrap}.wxc-label__text{white-space:normal}.wxc-label__required{color:var(--wxc-error-color)}.wxc-label__control{flex:1}.wxc-label__error{display:flex;flex-direction:row;align-items:center;color:var(--wxc-error-color);margin:0.25rem 0}.wxc-label__error .wxc-label__error-text{font-size:0.875rem}.wxc-label__error .wxc-label__error-icon{margin:0 0.5625rem 0 0.8125rem}.wxc-number-input .wxc-number-input__controls{height:100%;width:1.9375rem;display:flex;flex-direction:column;border-left:var(--wxc-input-field--normal--border);right:0.0625rem}.wxc-number-input .wxc-number-input__increment-button{border:var(--wxc-input-field--normal--border);border-radius:0 0.5rem 0 0;border-left-color:transparent;position:relative;left:-1px}.wxc-number-input .wxc-number-input__decrement-button{border:var(--wxc-input-field--normal--border);border-radius:0 0 0.5rem 0;border-left-color:transparent;border-top-color:transparent;position:relative;left:-1px}.wxc-number-input .wxc-number-input__increment-button,.wxc-number-input .wxc-number-input__decrement-button{flex-basis:50%}.wxc-number-input .wxc-number-input__increment-button:active,.wxc-number-input .wxc-number-input__decrement-button:active{background:var(--wxc-input-field--active--background);border:var(--wxc-input-field--active--border);color:var(--wxc-input-field--active--color);box-shadow:var(--wxc-input-field--active--box-shadow)}.wxc-number-input .wxc-number-input__increment-button:disabled,.wxc-number-input .wxc-number-input__decrement-button:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow)}.wxc-radio-button{display:flex;align-items:center;position:relative;cursor:pointer}.wxc-radio-button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-radio-button__title{color:var(--wxc-input--title--normal);margin-left:0.5rem}.wxc-radio-button__background{position:relative;display:inline-block;content:\'\';cursor:pointer;border-radius:50%;min-width:1rem;width:1rem;height:1rem}.wxc-radio-button__foreground{position:absolute;display:inline-block;content:\'\';border-radius:50%;width:0.375rem;height:0.375rem;top:0.3rem;left:0.3rem}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background{border:var(--wxc-input--off--normal--border);background-color:var(--wxc-input--off--normal--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background:hover{border:var(--wxc-input--off--hover--border);background-color:var(--wxc-input--off--hover--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'false\'] .wxc-radio-button__background:active{border:var(--wxc-input--off--active--border);background-color:var(--wxc-input--off--active--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background{border:var(--wxc-input--on--normal--border);background-color:var(--wxc-input--on--normal--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background .wxc-radio-button__foreground{background-color:var(--wxc-input--on--normal--foreground)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:hover{border:var(--wxc-input--on--hover--border);background-color:var(--wxc-input--on--hover--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:hover .wxc-radio-button__foreground{background-color:var(--wxc-input--on--hover--foreground)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:active{border:var(--wxc-input--on--active--border);background-color:var(--wxc-input--on--active--background)}.wxc-radio-button[aria-disabled=\'false\'][aria-checked=\'true\'] .wxc-radio-button__background:active .wxc-radio-button__foreground{background-color:var(--wxc-input--on--active--foreground)}.wxc-radio-button[aria-disabled=\'true\']{cursor:default}.wxc-radio-button[aria-disabled=\'true\'] .wxc-radio-button__title{color:var(--wxc-input--title--disabled)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'false\'] .wxc-radio-button__background{border:var(--wxc-input--off--disabled--border);background-color:var(--wxc-input--off--disabled--background)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'true\'] .wxc-radio-button__background{border:var(--wxc-input--on--disabled--border);background-color:var(--wxc-input--on--disabled--background)}.wxc-radio-button[aria-disabled=\'true\'][aria-checked=\'true\'] .wxc-radio-button__background .wxc-radio-button__foreground{background-color:var(--wxc-input--on--disabled--foreground)}.wxc-textbox__control{font-family:"CiscoSansTT Regular","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5rem;letter-spacing:0.01875rem;width:100%;height:100%;background:var(--wxc-input-field--normal--background);color:var(--wxc-input-field--normal--color);border:var(--wxc-input-field--normal--border);box-shadow:var(--wxc-input-field--normal--box-shadow);outline:var(--wxc-input-field--normal--outline);border-radius:0.5rem;font-size:0.875rem;padding:0.25rem 0.75rem;text-align:left;resize:none;-webkit-appearance:none}.wxc-textbox__control:hover{background:var(--wxc-input-field--hover--background);color:var(--wxc-input-field--hover--color);border:var(--wxc-input-field--hover--border);box-shadow:var(--wxc-input-field--hover--box-shadow);outline:var(--wxc-input-field--hover--outline)}.wxc-textbox__control:active{background:var(--wxc-input-field--active--background);color:var(--wxc-input-field--active--color);border:var(--wxc-input-field--active--border);box-shadow:var(--wxc-input-field--active--box-shadow);outline:var(--wxc-input-field--active--outline)}.wxc-textbox__control:focus{background:var(--wxc-input-field--focus--background);color:var(--wxc-input-field--focus--color);border:var(--wxc-input-field--focus--border);box-shadow:var(--wxc-input-field--focus--box-shadow);outline:var(--wxc-input-field--focus--outline)}.wxc-textbox__control:disabled{background:var(--wxc-input-field--disabled--background);border:var(--wxc-input-field--disabled--border);color:var(--wxc-input-field--disabled--color);box-shadow:var(--wxc-input-field--disabled--box-shadow);outline:var(--wxc-input-field--disabled--outline)}.wxc-time-input input[type="time"]{position:relative;padding-left:2rem}.wxc-time-input input[type="time"]::-webkit-calendar-picker-indicator{position:absolute;margin:0 0 0.25rem 0;padding:0;left:0.75rem;filter:var(--wxc-date-input--calendar-picker-indicator--filter)}.wxc-toggle{display:flex;align-items:center;cursor:pointer}.wxc-toggle .wxc-toggle__title{color:var(--wxc-text-color);margin-left:0.5rem}.wxc-toggle .wxc-toggle__switch{position:relative;width:2.75rem;height:1.375rem;padding:0.375rem;border-radius:0.688rem}.wxc-toggle .wxc-toggle__switch:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-toggle .wxc-toggle__switch .wxc-toggle__slider{position:absolute;width:22.73%;height:45.46%;top:27.37%;border-radius:50%}.wxc-toggle .wxc-toggle__switch--on .wxc-toggle__slider{left:63.64%}.wxc-toggle .wxc-toggle__switch--off .wxc-toggle__slider{left:13.63%}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on{background-color:var(--wxc-input--on--normal--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on .wxc-toggle__slider{background-color:var(--wxc-input--on--normal--foreground)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on:hover{background-color:var(--wxc-input--on--hover--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--on:active{background-color:var(--wxc-input--on--active--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off{background-color:var(--wxc-input--off--normal--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off .wxc-toggle__slider{background-color:var(--wxc-input--off--normal--foreground)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off:hover{background-color:var(--wxc-input--off--hover--background)}.wxc-toggle .wxc-toggle__switch--enabled.wxc-toggle__switch--off:active{background-color:var(--wxc-input--off--active--background)}.wxc-toggle .wxc-toggle__switch--disabled{cursor:default}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--on{background-color:var(--wxc-input--on--disabled--background)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--on .wxc-toggle__slider{background-color:var(--wxc-input--on--disabled--foreground)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--off{background-color:var(--wxc-input--off--disabled--background)}.wxc-toggle .wxc-toggle__switch--disabled.wxc-toggle__switch--off .wxc-toggle__slider{background-color:var(--wxc-input--off--disabled--foreground)}.wxc-activity-header{display:flex;flex-direction:column;position:relative}.wxc-activity-header .wxc-activity-header__avatar{position:absolute;margin:0 0.5rem;width:2.5rem;height:2.5rem}.wxc-activity-header .wxc-activity-header__author{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:auto;display:flex;min-width:18.75rem !important;margin-left:3.5rem;font-size:0.875rem;line-height:1.375rem;text-align:left;color:var(--wxc-secondary-text-color);word-wrap:break-word}.wxc-activity-header .wxc-activity-header__timestamp{margin-left:0.5rem}.wxc-activity{display:flex;flex-direction:column;justify-content:flex-start;width:100%;margin:0.5rem 0}.wxc-activity .wxc-activity__content{display:flex;flex-direction:column;align-items:flex-start;min-width:15.625rem !important;margin-left:3.5rem;color:var(--wxc-text-color);word-wrap:break-word}.wxc-activity .wxc-activity__content .wxc-activity__message{white-space:pre-wrap}.wxc-greeting{display:block;flex-direction:column;justify-content:center;align-items:center;max-width:37.5rem;text-align:center;color:var(--wxc-text-color);margin:0 auto;margin-top:6.25rem}.wxc-greeting--desktop{margin-top:11.25rem}.wxc-greeting .wxc-greeting__title{font-size:1.252rem;font-weight:700;margin-bottom:1rem}.wxc-greeting .wxc-greeting__description{color:var(--wxc-greeting--description--text-color)}.wxc-time-ruler{display:inline-flex;justify-content:center;align-items:center;overflow:hidden;color:#DEDEDE;width:100%;padding:0 3rem;margin:0.5rem 0}.wxc-time-ruler::after,.wxc-time-ruler::before{border-top:0.06rem solid currentColor;content:\'\';flex:1 1 auto}.wxc-activity-stream{position:relative;width:100%;height:100%;overflow-y:auto}.wxc-adaptive-card{display:flex;flex-direction:column;align-items:stretch}.wxc-adaptive-card .wxc-adaptive-card__card{flex:1}.wxc-adaptive-card .wxc-adaptive-card__status{display:flex;font-size:0.75rem;margin-top:0.25rem;margin-bottom:0.25rem;padding-left:1rem;color:var(--wxc-adaptive-cards--color--light)}.wxc-adaptive-card .wxc-adaptive-card__status--error{color:var(--wxc-adaptive-cards--color--attention);background-color:var(--wxc-adaptive-cards--background--attention);border-radius:0.5rem}.wxc-adaptive-cards{display:flex;flex-direction:column}.wxc-adaptive-cards .wxc-adaptive-cards__card{flex:1;align-self:stretch;margin-bottom:0.5rem}.wxc-audio-settings{display:flex;flex-direction:column}.wxc-avatar{width:4rem;height:4rem;display:block}.wxc-avatar .wxc-avatar__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wxc-avatar .wxc-avatar__image-error{display:none}.wxc-avatar .wxc-avatar__placeholder{display:flex;justify-content:center;align-items:center;border-radius:50%;width:calc(100% - 1px);height:calc(100% - 1px);font-size:0.875rem;color:var(--wxc-avatar--text-color);text-anchor:middle;dominant-baseline:middle;fill:currentColor;position:absolute}.wxc-avatar .wxc-avatar__image{border-radius:50%;width:100%;height:100%;position:absolute}.wxc-avatar .wxc-avatar__status-icon-container{position:absolute;display:flex;align-items:center;justify-content:center;left:62.5%;right:-12.5%;top:56.25%;bottom:-6.25%;border-radius:50%;background:var(--wxc-icon--background)}.wxc-avatar .wxc-avatar__status-icon-container .wxc-avatar__status-icon{width:80%;height:80%}.wxc-avatar .wxc-avatar__bot-badge{position:absolute;background-color:var(--wxc-avatar--bot-status-color);left:-5%;top:72%;border-radius:999rem;width:75%;height:37%;text-anchor:middle;dominant-baseline:middle;fill:var(--wxc-avatar--text-color)}.wxc-avatar .wxc-avatar__self-icon{z-index:1;width:70%;height:80%;color:var(--wxc-avatar--self-status-color)}.wxc-avatar--avatar-self{border:1px solid var(--wxc-avatar--self-status-border);border-radius:50%}.wxc-avatar .wxc-avatar__status-active{color:var(--wxc-person-status--active-color)}.wxc-avatar .wxc-avatar__status-call{color:var(--wxc-person-status--in-a-meeting-color)}.wxc-avatar .wxc-avatar__status-meeting{color:var(--wxc-person-status--in-a-meeting-color)}.wxc-avatar .wxc-avatar__status-dnd{color:var(--wxc-person-status--dnd-color)}.wxc-avatar .wxc-avatar__status-presenting{color:var(--wxc-person-status--dnd-color)}.wxc-avatar .wxc-avatar__status-inactive{color:var(--wxc-person-status--away-color)}.wxc-avatar .wxc-avatar__status-ooo{color:var(--wxc-person-status--away-color)}.wxc-avatar .wxc-avatar__placeholder-1{background:var(--wxc-avatar--placeholder-1--background)}.wxc-avatar .wxc-avatar__placeholder-2{background:var(--wxc-avatar--placeholder-2--background)}.wxc-avatar .wxc-avatar__placeholder-3{background:var(--wxc-avatar--placeholder-3--background)}.wxc-avatar .wxc-avatar__placeholder-4{background:var(--wxc-avatar--placeholder-4--background)}.wxc-avatar .wxc-avatar__placeholder-5{background:var(--wxc-avatar--placeholder-5--background)}.wxc-avatar .wxc-avatar__placeholder-6{background:var(--wxc-avatar--placeholder-6--background)}.wxc-avatar .wxc-avatar__placeholder-7{background:var(--wxc-avatar--placeholder-7--background)}.wxc-avatar .wxc-avatar__placeholder-8{background:var(--wxc-avatar--placeholder-8--background)}.wxc-avatar .wxc-avatar__placeholder-9{background:var(--wxc-avatar--placeholder-9--background)}.wxc-avatar .wxc-avatar__placeholder-10{background:var(--wxc-avatar--placeholder-10--background)}.wxc-avatar .wxc-avatar__placeholder-11{background:var(--wxc-avatar--placeholder-11--background)}.wxc-in-meeting{border-radius:0.5rem;position:relative;display:flex;justify-content:center}.wxc-in-meeting--remote-sharing .wxc-in-meeting__local-media-in-meeting{display:none}.wxc-in-meeting .wxc-in-meeting__media-container{position:relative;display:flex;flex-direction:column;flex:1;align-self:stretch}.wxc-in-meeting .wxc-in-meeting__share-banner{position:absolute;top:0;left:0;right:0}.wxc-in-meeting .wxc-in-meeting__remote-media-in-meeting{flex:1;min-height:0}.wxc-in-meeting .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem;min-width:auto;min-height:auto;background:var(--wxc-secondary-video-background)}.wxc-in-meeting--tablet .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-in-meeting--desktop .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-in-meeting--desktop-xl .wxc-in-meeting__local-media-in-meeting{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:2rem;right:2rem;z-index:1}.wxc-interstitial-meeting{position:relative;display:flex;justify-content:center;align-items:center;min-width:17rem}.wxc-interstitial-meeting .wxc-interstitial-meeting__media-container{flex:1;align-self:stretch;display:flex;flex-direction:column}.wxc-interstitial-meeting .wxc-interstitial-meeting__interstitial-media-container{flex:1;min-height:0;align-self:stretch;display:flex;flex-direction:column;position:relative}.wxc-interstitial-meeting .wxc-interstitial-meeting__media{flex:1;min-height:0;align-self:stretch}.wxc-interstitial-meeting .wxc-interstitial-meeting__info{margin-bottom:1rem}.wxc-local-media{display:flex;position:relative;justify-content:center;align-items:center;height:100%;width:100%;min-height:7.5rem;min-width:7.5rem;border-radius:0.5rem;background:var(--wxc-video-background)}.wxc-local-media .wxc-local-media__video{height:100%;width:100%;object-fit:cover;border-radius:0.5rem}.wxc-media-access{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--wxc-primary-background);color:var(--wxc-text-color)}.wxc-media-access .wxc-media-access__logo-container{position:absolute;top:0;left:0}.wxc-media-access .wxc-media-access__title{margin-top:0.5rem}.wxc-media-access .wxc-media-access__body{color:var(--wxc-secondary-text-color);margin-top:0.5rem;margin-bottom:2.25rem;max-width:25rem;text-align:center;font-size:0.875rem}.wxc-media-access .wxc-media-access__body .wxc-media-access__allow{font-family:CiscoSansTT Bold,Helvetica Neue,Helvetica,Arial,sans-serif}.wxc-meeting{min-height:25rem;min-width:17rem;color:var(--wxc-text-color);background:var(--wxc-primary-background);border:var(--wxc-meeting-border);box-shadow:var(--wxc-box-shadow);padding:0 1rem;display:flex;flex-direction:column;align-items:stretch;position:relative;transform:translate(0, 0)}.wxc-meeting--roster-only .wxc-meeting__inner-meeting{display:none}.wxc-meeting--roster-only .wxc-meeting__member-roster{flex:1}.wxc-meeting .wxc-meeting__centered{margin:auto;text-align:center}.wxc-meeting .wxc-meeting__loading-logo{background:var(--wxc-loading-logo--url) no-repeat center/var(--wxc-loading-logo--size);position:absolute;top:0;left:0;width:100%;height:100%}.wxc-meeting .wxc-meeting__body{flex:1;min-height:0;position:relative;display:flex;align-items:stretch}.wxc-meeting .wxc-meeting__inner-meeting{flex:1;min-width:0;margin-bottom:1rem}.wxc-meeting .wxc-meeting__member-roster{width:23.25rem;margin:0 -1rem 0 0.5rem}.wxc-meeting .wxc-meeting__control-bar{margin-bottom:1.5rem}.wxc-meeting .wxc-meeting__media-state-toast{position:absolute;top:75%;left:50%;transform:translateX(-50%);z-index:5;white-space:nowrap}.wxc-meeting .wxc-meeting__settings{width:75%;max-width:60rem;min-width:18.5rem;height:75%;max-height:60rem;min-height:25rem}.wxc-meeting .wxc-meeting__authentication{width:53%;max-width:31.25rem;min-width:18.5rem}.wxc-meeting .wxc-meeting__authentication-guest,.wxc-meeting .wxc-meeting__authentication-host{height:25rem}.wxc-meeting .wxc-meeting__logo{margin:1rem 0 0.3125rem 0}.wxc-meeting-guest-authentication{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-size:0.875rem;color:var(--wxc-text-color);line-height:1.375rem;min-width:0}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;max-width:100%}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__logo{background:var(--wxc-auth-logo--url) no-repeat center;width:3.689rem;height:2.625rem;margin-bottom:1.25rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__title{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.25rem;line-height:1.875rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content{display:flex;flex-direction:column;width:17.625rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__input{margin-bottom:1rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__start-button{align-items:center}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__form-content .wxc-meeting-guest-authentication__start-button-spinner{margin-right:0.5rem}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text{margin-top:1.25rem;color:var(--wxc-secondary-text-color)}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink{color:var(--wxc-hyperlink--normal--color);text-decoration:underline}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:hover{cursor:pointer;color:var(--wxc-hyperlink--hover--color)}.wxc-meeting-guest-authentication .wxc-meeting-guest-authentication__host-text .wxc-meeting-guest-authentication__host-hyperlink:active{cursor:pointer;color:var(--wxc-hyperlink--active--color)}.wxc-meeting-guest-authentication--phone .wxc-meeting-guest-authentication__title{font-size:1rem;line-height:1.5rem}.wxc-meeting-host-authentication{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-size:0.875rem;color:var(--wxc-text-color);line-height:1.375rem;min-width:0}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;max-width:100%}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__logo{background:var(--wxc-auth-logo--url) no-repeat center;width:3.689rem;height:2.625rem;margin-bottom:1.25rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__title{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.25rem;line-height:1.875rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content{display:flex;flex-direction:column;width:17.625rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content .wxc-meeting-host-authentication__input{margin-bottom:1rem}.wxc-meeting-host-authentication .wxc-meeting-host-authentication__form-content .wxc-meeting-host-authentication__start-button-spinner{margin-right:0.5rem}.wxc-meeting-host-authentication--phone .wxc-meeting-host-authentication__title{font-size:1rem;line-height:1.5rem}.wxc-meeting-control{display:inline-block;color:var(--wxc-text-color)}.wxc-meeting-control--as-item{display:flex;align-items:baseline}.wxc-meeting-control--as-item .wxc-meeting-control__item-button-icon{position:relative;top:0.0625rem}.wxc-meeting-control--as-item .wxc-meeting-control__item-button-text{flex:1;margin-left:0.75rem;line-height:150%}.wxc-meeting-control .wxc-meeting-control__button-text{position:relative;top:0.125rem;white-space:nowrap}.wxc-meeting-control .wxc-meeting-control__button-text:not(:first-child){margin-left:0.375rem}.wxc-meeting-control .wxc-meeting-control__control-button{flex:1}.wxc-meeting-control .wxc-meeting-control__control-select{flex:1}.wxc-meeting-control .wxc-meeting-control__as-item:hover{background:transparent}.wxc-meeting-control-bar{display:flex;flex-direction:column;align-items:center;position:relative}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls{white-space:nowrap;display:flex;align-items:center}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls>*{margin:0.3125rem}.wxc-meeting-control-bar .wxc-meeting-control-bar__controls--control-refs{height:0;overflow:hidden}.wxc-meeting-control-bar .wxc-meeting-control-bar__collapsed-controls{position:absolute;bottom:calc(100% + 0.2rem);left:0;right:0;z-index:100}.wxc-meeting-info{display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--wxc-text-color)}.wxc-meeting-info .wxc-meeting-info__title{text-align:center;margin:0}.wxc-meeting-info .wxc-meeting-info__time{font-size:0.75rem;text-align:center}.wxc-meeting-info--tablet .wxc-meeting-info__title{font-size:1.255rem}.wxc-meeting-info--tablet .wxc-meeting-info__time{font-size:0.875rem}.wxc-meeting-info--desktop .wxc-meeting-info__title{font-size:1.5rem}.wxc-meeting-info--desktop .wxc-meeting-info__time{font-size:1rem}.wxc-member{display:flex;align-items:center;color:var(--wxc-text-color)}.wxc-member .wxc-member__avatar{height:2rem;width:2rem;margin-top:0.5rem;margin-bottom:0.5rem}.wxc-member .wxc-member__details{flex:1;min-width:0;margin-left:0.75rem}.wxc-member .wxc-member__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0.063rem}.wxc-member .wxc-member__name .wxc-member__guest{color:var(--wxc-secondary-text-color)}.wxc-member .wxc-member__roles{font-size:0.875rem;line-height:1rem;color:var(--wxc-secondary-text-color)}.wxc-member .wxc-member__organization{font-size:0.875rem;line-height:1rem;color:var(--wxc-warning-color)}.wxc-member .wxc-member__sharing{margin-right:2.5rem}.wxc-member .wxc-member__speaking{color:var(--wxc-speaking-color)}.wxc-member .wxc-member__muted{color:var(--wxc-muted-color)}.wxc-member-roster{display:flex;flex-direction:column;color:var(--wxc-text-color);background:var(--wxc-secondary-background);border-radius:0.5rem 0 0 0;padding:0.625rem 0 0.625rem 0.75rem}.wxc-member-roster .wxc-member-roster__section-title{color:var(--wxc-secondary-text-color);font-size:0.875rem;line-height:1.375rem;margin:0;letter-spacing:normal;padding:0.438rem 0 0.188rem 0}.wxc-member-roster .wxc-member-roster__external-user-warning{color:var(--wxc-warning-color);display:flex;align-items:flex-start;font-size:0.875rem;line-height:1.375rem;margin-top:0.75rem}.wxc-member-roster .wxc-member-roster__external-user-warning .wxc-member-roster__external-user-icon{margin-right:0.578rem}.wxc-member-roster .wxc-member-roster__external-user-warning .wxc-member-roster__external-user-message{flex:1}.wxc-member-roster .wxc-member-roster__header{display:flex;align-items:center;padding-right:0.375rem}.wxc-member-roster .wxc-member-roster__header .wxc-member-roster__title{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;flex:1}.wxc-member-roster .wxc-member-roster__members{overflow-y:auto;flex:1;padding-right:1.25rem;scrollbar-width:thin}.wxc-member-roster ::-webkit-scrollbar{width:1rem}.wxc-member-roster ::-webkit-scrollbar-thumb{background:var(--wxc-scrollbar--thumb);border-radius:1rem}.wxc-messaging__loading-logo{background:var(--wxc-loading-logo--url) no-repeat center/var(--wxc-loading-logo--size);position:absolute;top:0;left:0;width:100%;height:100%}.wxc-no-media{display:flex;flex-direction:column;align-items:center;font-size:0.875rem;color:var(--wxc-text-color)}.wxc-no-media .wxc-no-media__icon-media-issue{fill:transparent}.wxc-no-media .wxc-no-media__title{color:var(--wxc-error-color)}.wxc-no-media .wxc-no-media__indications{margin-top:1.875rem;margin-bottom:0}.wxc-no-media .wxc-no-media__indications .wxc-no-media__accent{font-family:"CiscoSansTT Bold","Helvetica Neue",Helvetica,Arial,sans-serif}.wxc-remote-media{background:var(--wxc-video-background);border-radius:0.5rem;position:relative;display:flex;justify-content:center;align-items:center}.wxc-remote-media .wxc-remote-media__media-error{font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;line-height:1.3125rem;color:var(--wxc-text-color);display:flex;flex-direction:column;justify-content:center;align-items:center}.wxc-remote-media .wxc-remote-media__error-icon{margin-bottom:1.234rem}.wxc-remote-media .wxc-remote-media__video{height:100%;width:100%;object-fit:cover}.wxc-remote-media .wxc-remote-media__connecting-badge{z-index:5;white-space:nowrap}.wxc-remote-media .wxc-remote-media__connecting-spinner{margin-right:.6875rem}.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem}.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-share{flex-grow:1}.wxc-remote-media--tablet.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-remote-media--desktop.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:1rem;right:1rem;z-index:1}.wxc-remote-media--desktop-xl.wxc-remote-media--remote-video-n-share .wxc-remote-media__remote-video{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:2rem;right:2rem;z-index:1}.wxc-tabs .wxc-tabs__list{display:flex;list-style-type:none;margin:0;padding:1.5rem 1.375rem}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button{background:var(--wxc-tab--normal--background);color:var(--wxc-tab--normal--color);border:var(--wxc-tab--normal--border);cursor:pointer;font-family:"CiscoSansTT Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;line-height:1.375rem;padding:0.1875rem 1rem;border-radius:0.875rem}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:focus-visible{box-shadow:var(--wxc-focus-box-shadow);outline:none}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:hover{color:var(--wxc-tab--hover--color);background:var(--wxc-tab--hover--background);border:var(--wxc-tab--hover--border)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab button:active{color:var(--wxc-tab--active--color);background:var(--wxc-tab--active--background);border:var(--wxc-tab--active--border)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab--active>button{color:var(--wxc-tab--active--color);background:var(--wxc-tab--active--background)}.wxc-tabs .wxc-tabs__list .wxc-tabs__tab:not(:last-child){margin-right:0.5rem}.wxc-tabs .wxc-tabs__content{padding:0 1.375rem}.wxc-video-settings{display:flex;flex-direction:column}.wxc-video-settings .wxc-video-settings__media{position:relative;margin-top:1.5rem}.wxc-video-settings .wxc-video-settings__no-media{margin:2.5rem 1.875rem 1.125rem}.wxc-waiting-for-host{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;align-self:stretch;border-radius:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__info{margin-bottom:1rem}.wxc-waiting-for-host .wxc-waiting-for-host__content{flex:1;min-height:0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--wxc-video-background);color:var(--wxc-text-color);border-radius:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__icon{margin-bottom:0.5rem}.wxc-waiting-for-host .wxc-waiting-for-host__text{width:15rem;height:2.625rem;text-align:center;font-size:0.875rem;line-height:1.3rem;margin-bottom:1.75rem}.wxc-waiting-for-host .wxc-waiting-for-host__local-media{box-shadow:.25rem .25rem 1rem -.125rem rgba(0,0,0,0.2);border-radius:0.5rem;position:absolute;bottom:0.5rem;right:0.5rem;z-index:1;height:5.625rem;width:10rem;min-width:auto;min-height:auto;background:var(--wxc-secondary-video-background)}.wxc-search-people{min-width:300px;max-width:450px;width:450px;color:var(--wxc-text-color);margin-top:20px}.wxc-search-people .wxc-search-people__people-list-box{background:var(--wxc-options-list--normal--background);width:auto;max-height:105px;overflow-y:auto;border:0.0625rem solid #CCCCCC;border-radius:0.5rem;margin-top:8px;stroke-width:1px;transition:box-shadow 0.15s ease-out;text-align:left}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__people-added{background:var(--wxc-primary-background);box-shadow:var(--wxc-box-shadow);display:inline-block;font-size:12px;border-radius:30px;height:24px;padding:0 4px 0 1rem;display:inline-flex;align-items:center;margin:0.3rem}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__people-added .wxc-search-people__people-added-content{padding-right:5px}.wxc-search-people .wxc-search-people__people-list-box .wxc-search-people__input{border:none}.wxc-search-people .wxc-search-people__suggestions{height:200px;width:auto;overflow-y:auto}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list{display:flex}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__avatar{width:2.5rem;height:auto;border-radius:20px}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__data{padding-left:10px;text-align:left}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__suggestions-list .wxc-search-people__list-selected{color:var(--wxc-options-list--checked-icon--color);flex:1;text-align:end}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__list-heading{padding:5px;border-bottom:1px solid grey;background:var(--wxc-options-list--normal--background);text-align:left}.wxc-search-people .wxc-search-people__suggestions .wxc-search-people__search-error{font-size:12px;padding:10px;color:grey;background:var(--wxc-options-list--normal--background);text-align:center}.wxc-search-people .wxc-input-field__input{border:none !important;outline:none !important;box-shadow:none !important}.wxc-search-people .wxc-options-list{border-radius:0}.wxc-create-space{min-width:300px;width:450px}.wxc-create-space .wxc-create-space__buttons{display:flex;flex:1 1 auto;gap:20px;margin-top:15px}.wxc-create-space .wxc-create-space__error{display:flex;color:var(--wxc-error-color)}.wxc-create-space .wxc-create-space__success{display:flex;color:var(--wxc-speaking-color)}.wxc-create-space .wxc-input-field__input{outline:none !important;box-shadow:none !important}.wxc-create-space .wxc-options-list{border-radius:0}\n',"",{version:3,sources:["webpack://src/styles/_fonts.scss","webpack://src/themes/dark.scss","webpack://src/themes/light.scss","webpack://src/styles/_mixins.scss","webpack://src/styles/_variables.scss","webpack://src/styles/_defaults.scss","webpack://src/components/adaptive-cards/Action/Action.scss","webpack://src/components/adaptive-cards/ActionSet/ActionSet.scss","webpack://src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.scss","webpack://src/components/adaptive-cards/Component/Component.scss","webpack://src/components/adaptive-cards/ImageSet/ImageSet.scss","webpack://src/components/adaptive-cards/InputText/InputText.scss","webpack://src/components/adaptive-cards/InputTime/InputTime.scss","webpack://src/components/adaptive-cards/FactSet/FactSet.scss","webpack://src/components/adaptive-cards/Markdown/Markdown.scss","webpack://src/components/adaptive-cards/Spacer/Spacer.scss","webpack://src/components/adaptive-cards/TextBlock/TextBlock.scss","webpack://src/components/generic/Badge/Badge.scss","webpack://src/components/generic/Banner/Banner.scss","webpack://src/components/generic/Button/Button.scss","webpack://src/components/generic/InputField/InputField.scss","webpack://src/components/generic/Loader/Loader.scss","webpack://src/styles/_colors.scss","webpack://src/components/generic/Modal/Modal.scss","webpack://src/components/generic/OptionsList/Option.scss","webpack://src/components/generic/OptionsList/OptionsList.scss","webpack://src/components/generic/Popup/Popup.scss","webpack://src/components/generic/Spinner/Spinner.scss","webpack://src/components/generic/Title/Title.scss","webpack://src/components/generic/Tooltip/Tooltip.scss","webpack://src/components/icons/AudioMicrophoneMutedIcon.scss","webpack://src/components/icons/CameraMutedIcon.scss","webpack://src/components/icons/_icons.scss","webpack://src/components/inputs/Checkbox/Checkbox.scss","webpack://src/components/inputs/DateInput/DateInput.scss","webpack://src/components/inputs/Dropdown/Dropdown.scss","webpack://src/components/inputs/Label/Label.scss","webpack://src/components/inputs/NumberInput/NumberInput.scss","webpack://src/components/inputs/RadioButton/RadioButton.scss","webpack://src/components/inputs/Textbox/Textbox.scss","webpack://src/components/inputs/TimeInput/TimeInput.scss","webpack://src/components/inputs/Toggle/Toggle.scss","webpack://src/components/WebexActivity/ActivityHeader.scss","webpack://src/components/WebexActivity/WebexActivity.scss","webpack://src/components/WebexActivityStream/Greeting.scss","webpack://src/components/WebexActivityStream/TimeRuler.scss","webpack://src/components/WebexActivityStream/WebexActivityStream.scss","webpack://src/components/WebexAdaptiveCard/WebexAdaptiveCard.scss","webpack://src/components/WebexAdaptiveCards/WebexAdaptiveCards.scss","webpack://src/components/WebexAudioSettings/WebexAudioSettings.scss","webpack://src/components/WebexAvatar/WebexAvatar.scss","webpack://src/components/WebexInMeeting/WebexInMeeting.scss","webpack://src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.scss","webpack://src/components/WebexLocalMedia/WebexLocalMedia.scss","webpack://src/components/WebexMediaAccess/WebexMediaAccess.scss","webpack://src/components/WebexMeeting/WebexMeeting.scss","webpack://src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.scss","webpack://src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.scss","webpack://src/components/WebexMeetingControl/WebexMeetingControl.scss","webpack://src/components/WebexMeetingControlBar/WebexMeetingControlBar.scss","webpack://src/components/WebexMeetingInfo/WebexMeetingInfo.scss","webpack://src/components/WebexMember/WebexMember.scss","webpack://src/components/WebexMemberRoster/WebexMemberRoster.scss","webpack://src/components/WebexMessaging/WebexMessaging.scss","webpack://src/components/WebexNoMedia/WebexNoMedia.scss","webpack://src/components/WebexRemoteMedia/WebexRemoteMedia.scss","webpack://src/components/WebexSettings/Tabs.scss","webpack://src/components/WebexVideoSettings/WebexVideoSettings.scss","webpack://src/components/WebexWaitingForHost/WebexWaitingForHost.scss","webpack://src/components/WebexSearchPeople/WebexSearchPeople.scss","webpack://src/components/WebexCreateSpace/WebexCreateSpace.scss"],names:[],mappings:"AAAA,WACE,8BAA+B,CAC/B,iBAAkB,CAClB,kBAAmB,CACnB,kHACgE,CAChE,qBAAsB,CAGxB,WACE,sCAAuC,CACvC,iBAAkB,CAClB,kBAAmB,CACnB,kHACuE,CACvE,qBAAsB,CAGxB,WACE,qCAAsC,CACtC,iBAAkB,CAClB,kBAAmB,CACnB,kHACsE,CACtE,qBAAsB,CAGxB,WACE,6CAA8C,CAC9C,iBAAkB,CAClB,kBAAmB,CACnB,kHAC6E,CAC7E,qBAAsB,CAGxB,WACE,+BAAgC,CAChC,iBAAkB,CAClB,kBAAmB,CACnB,kHACiE,CACjE,qBAAsB,CAGxB,WACE,uCAAwC,CACxC,iBAAkB,CAClB,kBAAmB,CACnB,oHACwE,CACxE,qBAAsB,CAGxB,WACE,iCAAkC,CAClC,iBAAkB,CAClB,kBAAmB,CACnB,oHACmE,CACnE,qBAAsB,CAGxB,WACE,yCAA0C,CAC1C,iBAAkB,CAClB,kBAAmB,CACnB,oHAC0E,CAC1E,qBAAsB,CAGxB,WACE,gCAAiC,CACjC,iBAAkB,CAClB,kBAAmB,CACnB,oHACkE,CAClE,qBAAsB,CAGxB,WACE,8BAA+B,CAC/B,iBAAkB,CAClB,kBAAmB,CACnB,oHACgE,CAChE,qBAAsB,CAGxB,WACE,sCAAuC,CACvC,iBAAkB,CAClB,kBAAmB,CACnB,oHACuE,CACvE,qBAAsB,CAGxB,WACE,+BAAgC,CAChC,iBAAkB,CAClB,kBAAmB,CACnB,oHACiE,CACjE,qBAAsB,CAGxB,WACE,uCAAwC,CACxC,iBAAkB,CAClB,kBAAmB,CACnB,oHACwE,CACxE,qBAAsB,CClHxB,0CACE,gCAA2B,CAE3B,iEAAwB,CACxB,oCAAyB,CACzB,8DAAqB,CAErB,wCAAiB,CACjB,iDAA2B,CAC3B,4BAAoB,CACpB,0BAAkB,CAClB,0BAAkB,CAClB,6BAAqB,CAErB,2DAAyB,CACzB,6DAA2B,CAC3B,8CAAuB,CACvB,yCAAiC,CAEjC,qDAAqB,CACrB,sBAAiB,CACjB,mFAAuB,CAEvB,0CAAkC,CAClC,uCAA+B,CAC/B,gDAAwC,CACxC,wCAAgC,CAEhC,+BAAuB,CACvB,uDAAmB,CACnB,8CAAuB,CACvB,kFAAuB,CAEvB,8DAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,iDAAyC,CACzC,iDAAyC,CACzC,uCAA+B,CAC/B,wCAAgC,CAChC,sCAAiC,CACjC,8BAAyB,CAEzB,2HAA8B,CAC9B,iDAAiC,CAEjC,4BAAuB,CACvB,uBAAkB,CAClB,iCAAyB,CACzB,gCAAwB,CAExB,gDAAwC,CACxC,+CAAuC,CAEvC,gCAAwB,CACxB,+CAAoB,CACpB,sFAAwB,CAExB,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,gDAAwC,CACxC,0DAAmC,CACnC,yCAAoC,CAEpC,iEAA2C,CAC3C,4DAAsC,CACtC,4CAAuC,CAEvC,sDAA0C,CAC1C,4DAAqC,CACrC,sEAAsC,CAEtC,gEAA0C,CAC1C,4DAAqC,CACrC,sEAAsC,CAEtC,gEAAyC,CACzC,2DAAoC,CACpC,qEAAqC,CAErC,wDAA4C,CAC5C,6DAAuC,CACvC,wEAAwC,CAExC,oDAAwC,CACxC,wCAAmC,CACnC,yCAAoC,CAEpC,8DAAuC,CACvC,uCAAkC,CAClC,wCAAmC,CAEnC,8DAAwC,CACxC,wCAAmC,CACnC,yCAAoC,CAEpC,gEAA0C,CAC1C,2DAAqC,CACrC,2CAAsC,CAEtC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,8CAAsC,CACtC,wDAAiC,CACjC,uCAAkC,CAElC,+DAAyC,CACzC,0DAAoC,CACpC,0CAAqC,CAErC,iEAA0C,CAC1C,sDAAqC,CACrC,2CAAsC,CAEtC,gEAA0C,CAC1C,sDAAqC,CACrC,2CAAsC,CAEtC,+DAAyC,CACzC,qDAAoC,CACpC,0CAAqC,CAErC,kEAA4C,CAC5C,6DAAuC,CACvC,6CAAwC,CAExC,oDAA6B,CAC7B,oDAA6B,CAE7B,0CAA8B,CAC9B,+CAAyB,CACzB,+BAA0B,CAE1B,oDAA8B,CAC9B,gDAAyB,CACzB,+BAA0B,CAE1B,oDAA6B,CAC7B,+CAAwB,CACxB,8BAAyB,CAEzB,wCAAmC,CACnC,oDAA8B,CAC9B,wCAAmC,CACnC,+DAA+B,CAC/B,qCAAgC,CAEhC,yDAAkC,CAClC,mDAA6B,CAC7B,uCAAkC,CAClC,8DAA8B,CAC9B,oCAA+B,CAE/B,0DAAmC,CACnC,qDAA8B,CAC9B,+FAAmC,CACnC,+DAA+B,CAC/B,qCAAgC,CAEhC,4DAAqC,CACrC,sDAAgC,CAChC,gFAAqC,CACrC,kEAAiC,CACjC,uCAAkC,CAElC,uCAAkC,CAClC,oDAA6B,CAC7B,8FAAkC,CAClC,8DAA8B,CAC9B,oCAA+B,CAE/B,oDAAsC,CACtC,wDAAiC,CACjC,kEAAkC,CAClC,2CAAsC,CACtC,wCAAmC,CAEnC,4DAAqC,CACrC,uDAAgC,CAChC,iEAAiC,CACjC,0CAAqC,CACrC,uCAAkC,CAElC,6DAAsC,CACtC,wDAAiC,CACjC,kEAAkC,CAClC,kGAAsC,CACtC,wCAAmC,CAEnC,4DAAqC,CACrC,uDAAgC,CAChC,iEAAiC,CACjC,iGAAqC,CACrC,uCAAkC,CAElC,+DAAwC,CACxC,0DAAmC,CACnC,0DAAoC,CACpC,6CAAwC,CACxC,0CAAqC,CAErC,oDAA4C,CAC5C,8DAAuC,CACvC,0DAAwC,CACxC,iDAA4C,CAC5C,8CAAyC,CAEzC,kEAA2C,CAC3C,6DAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,kEAA2C,CAC3C,6DAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,6CAAuB,CAEvB,iDAA0B,CAE1B,uCAA+B,CAE/B,oEAA4C,CAC5C,yEAAyC,CAEzC,mEAA4C,CAC5C,8DAAuC,CACvC,6CAAwC,CAExC,oEAA6C,CAC7C,+DAAwC,CACxC,8CAAyC,CAEzC,uDAA+C,CAC/C,iEAA0C,CAC1C,gDAA2C,CAE3C,gDAAwC,CAExC,6BAAwB,CACxB,yBAAoB,CAEpB,8CAAuB,CACvB,kDAA4B,CAE5B,uCAA+B,CAC/B,sCAA8B,CAC9B,sCAA+B,CAE/B,8BAAyB,CACzB,qDAAqB,CACrB,iDAA2B,CAE3B,mEAAmC,CACnC,8CAA0C,CAE1C,kDAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,+CAAuC,CACvC,oDAA4C,CAC5C,kDAA0C,CAE1C,4DAAqC,CACrC,yDAAkC,CAClC,yDAAmC,CACnC,4CAAoC,CACpC,0CAAkC,CAClC,6CAAqC,CACrC,+CAAuC,CAEvC,kEAA4C,CAC5C,+DAAyC,CACzC,gEAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,oDAA4C,CAC5C,sDAA8C,CAE9C,8CAAsC,CACtC,8CAAsC,CAEtC,kDAA2B,CAC3B,mDAA6B,CAE7B,qCAAgC,CAChC,4CAAoC,CACpC,qDAAoC,CAEpC,oCAA+B,CAC/B,2CAAmC,CACnC,oDAAmC,CAEnC,qCAAgC,CAChC,4CAAoC,CACpC,qDAAoC,CAEpC,uCAAkC,CAClC,8CAAsC,CACtC,sDAAsC,CAEtC,iEAAiC,CACjC,4DAAqC,CACrC,4DAAqC,CAErC,gEAAgC,CAChC,0DAAoC,CACpC,2DAAoC,CAEpC,iEAAiC,CACjC,2DAAqC,CACrC,4DAAqC,CAErC,wCAAmC,CACnC,8DAAuC,CACvC,6DAAuC,CAEvC,+DAAoD,CAEpD,oDAA4C,CAC5C,uEAAgD,CAChD,wDAAgD,CAGhD,qDAA6C,CAC7C,wEAAiD,CACjD,yDAAiD,CAEjD,8DAAwC,CACzC,sCC7VC,iCAA2B,CAE3B,iEAAwB,CACxB,oCAAyB,CACzB,8DAAqB,CAErB,kCAAiB,CACjB,2CAA2B,CAC3B,4BAAoB,CACpB,0BAAkB,CAClB,0BAAkB,CAClB,6BAAqB,CAErB,wDAAyB,CACzB,0DAA2B,CAC3B,4BAAuB,CACvB,yCAAiC,CAEjC,+CAAqB,CACrB,+EAAiB,CACjB,kFAAuB,CAEvB,0CAAkC,CAClC,uCAA+B,CAC/B,gDAAwC,CACxC,wCAAgC,CAEhC,4BAAuB,CACvB,iDAAmB,CACnB,wCAAuB,CACvB,kFAAuB,CAEvB,wDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,gDAAwC,CACxC,iDAAyC,CACzC,iDAAyC,CACzC,uCAA+B,CAC/B,wCAAgC,CAChC,sCAAiC,CACjC,8BAAyB,CAEzB,6IAA8B,CAC9B,uDAAiC,CAEjC,4BAAuB,CACvB,uBAAkB,CAClB,iCAAyB,CACzB,gCAAwB,CAExB,gDAAwC,CACxC,+CAAuC,CAEvC,6BAAwB,CACxB,+CAAoB,CACpB,sFAAwB,CAExB,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,iDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,gDAAwC,CACxC,0DAAmC,CACnC,yCAAoC,CAEpC,2DAA2C,CAC3C,sDAAsC,CACtC,4CAAuC,CAEvC,sDAA0C,CAC1C,sDAAqC,CACrC,gEAAsC,CAEtC,0DAA0C,CAC1C,sDAAqC,CACrC,gEAAsC,CAEtC,0DAAyC,CACzC,qDAAoC,CACpC,+DAAqC,CAErC,wDAA4C,CAC5C,uDAAuC,CACvC,kEAAwC,CAExC,oDAAwC,CACxC,oDAAmC,CACnC,yCAAoC,CAEpC,wDAAuC,CACvC,mDAAkC,CAClC,wCAAmC,CAEnC,wDAAwC,CACxC,oDAAmC,CACnC,yCAAoC,CAEpC,0DAA0C,CAC1C,qDAAqC,CACrC,2CAAsC,CAEtC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,+CAAuC,CACvC,yDAAkC,CAClC,wCAAmC,CAEnC,8CAAsC,CACtC,wDAAiC,CACjC,uCAAkC,CAElC,yDAAyC,CACzC,oDAAoC,CACpC,0CAAqC,CAErC,2DAA0C,CAC1C,4DAAqC,CACrC,2CAAsC,CAEtC,0DAA0C,CAC1C,4DAAqC,CACrC,2CAAsC,CAEtC,yDAAyC,CACzC,2DAAoC,CACpC,0CAAqC,CAErC,4DAA4C,CAC5C,uDAAuC,CACvC,6CAAwC,CAExC,qCAA6B,CAC7B,qCAA6B,CAE7B,0CAA8B,CAC9B,yCAAyB,CACzB,+BAA0B,CAE1B,8CAA8B,CAC9B,0CAAyB,CACzB,+BAA0B,CAE1B,8CAA6B,CAC7B,yCAAwB,CACxB,8BAAyB,CAEzB,wCAAmC,CACnC,8CAA8B,CAC9B,wCAAmC,CACnC,yDAA+B,CAC/B,qCAAgC,CAEhC,mDAAkC,CAClC,6CAA6B,CAC7B,uCAAkC,CAClC,wDAA8B,CAC9B,oCAA+B,CAE/B,oDAAmC,CACnC,+CAA8B,CAC9B,8FAAmC,CACnC,yDAA+B,CAC/B,qCAAgC,CAEhC,sDAAqC,CACrC,gDAAgC,CAChC,0CAAqC,CACrC,4DAAiC,CACjC,uCAAkC,CAElC,uCAAkC,CAClC,8CAA6B,CAC7B,6FAAkC,CAClC,wDAA8B,CAC9B,oCAA+B,CAE/B,2CAAsC,CACtC,kDAAiC,CACjC,4DAAkC,CAClC,2CAAsC,CACtC,wCAAmC,CAEnC,sDAAqC,CACrC,iDAAgC,CAChC,2DAAiC,CACjC,0CAAqC,CACrC,uCAAkC,CAElC,uDAAsC,CACtC,kDAAiC,CACjC,4DAAkC,CAClC,iGAAsC,CACtC,wCAAmC,CAEnC,sDAAqC,CACrC,iDAAgC,CAChC,2DAAiC,CACjC,gGAAqC,CACrC,uCAAkC,CAElC,yDAAwC,CACxC,mDAAmC,CACnC,0DAAoC,CACpC,6CAAwC,CACxC,0CAAqC,CAErC,oDAA4C,CAC5C,wDAAuC,CACvC,0DAAwC,CACxC,iDAA4C,CAC5C,8CAAyC,CAEzC,4DAA2C,CAC3C,uDAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,4DAA2C,CAC3C,uDAAsC,CACtC,yDAAuC,CACvC,gDAA2C,CAC3C,6CAAwC,CAExC,uCAAuB,CAEvB,2CAA0B,CAE1B,oCAA+B,CAE/B,oEAA4C,CAC5C,wEAAyC,CAEzC,6DAA4C,CAC5C,wDAAuC,CACvC,6CAAwC,CAExC,8DAA6C,CAC7C,yDAAwC,CACxC,8CAAyC,CAEzC,oDAA+C,CAC/C,2DAA0C,CAC1C,gDAA2C,CAE3C,gDAAwC,CAExC,6BAAwB,CACxB,yBAAoB,CAEpB,wCAAuB,CACvB,4CAA4B,CAE5B,uCAA+B,CAC/B,sCAA8B,CAC9B,sCAA+B,CAE/B,8BAAyB,CACzB,+CAAqB,CACrB,2CAA2B,CAE3B,6DAAmC,CACnC,8CAA0C,CAE1C,+CAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,+CAAuC,CACvC,oDAA4C,CAC5C,kDAA0C,CAE1C,sDAAqC,CACrC,mDAAkC,CAClC,mDAAmC,CACnC,4CAAoC,CACpC,0CAAkC,CAClC,+CAAuC,CACvC,6CAAqC,CAErC,4DAA4C,CAC5C,yDAAyC,CACzC,0DAA0C,CAC1C,mDAA2C,CAC3C,iDAAyC,CACzC,oDAA4C,CAC5C,sDAA8C,CAE9C,8CAAsC,CACtC,8CAAsC,CAEtC,4CAA2B,CAC3B,6CAA6B,CAE7B,qCAAgC,CAChC,4CAAoC,CACpC,2DAAoC,CAEpC,oCAA+B,CAC/B,2CAAmC,CACnC,0DAAmC,CAEnC,qCAAgC,CAChC,4CAAoC,CACpC,2DAAoC,CAEpC,uCAAkC,CAClC,8CAAsC,CACtC,4DAAsC,CAEtC,2DAAiC,CACjC,sDAAqC,CACrC,sDAAqC,CAErC,0DAAgC,CAChC,oDAAoC,CACpC,oDAAoC,CAEpC,2DAAiC,CACjC,qDAAqC,CACrC,sDAAqC,CAErC,wCAAmC,CACnC,wDAAuC,CACvC,uDAAuC,CAEvC,+DAAoD,CAEpD,oDAA4C,CAC5C,iEAAgD,CAChD,wDAAgD,CAEhD,qDAA6C,CAC7C,kEAAiD,CACjD,yDAAiD,CAEjD,gDAAwC,CACzC,KC7UC,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CEjB1B,4CAA6C,CAC9C,YAGC,qBAAsB,CADxB,oDAII,aAAc,CAJlB,gEAQI,2CAA4C,CAC5C,sBAAuB,CACxB,qBCbC,UAAW,CACX,WAAY,CACZ,qBAAsB,CACvB,2BAGC,oBAAqB,CACtB,6DAEmD,iBAAkB,CAAI,+DACpB,kBAAmB,CAAI,+BCX7E,oBAAqB,CACtB,sBCDC,wCAAyC,CACzC,2BAA4B,CAC5B,aAAc,CACd,8CAA+C,CAC/C,4DAA6D,CAC9D,6BCJ6B,sDAAa,CAA6B,2BAC5C,yEAAa,CAA0B,gEAG5B,0BAA2B,CADlE,kEAEyC,sBAAuB,CAFhE,iEAGwC,wBAAyB,CAAI,kGAK5B,qBAAsB,CAF/D,oGAG2C,iBAAkB,CAH7D,mGAI0C,mBAAoB,CAAI,sBAKnD,kBAAmB,CAAI,oBACzB,iBAAkB,CAAI,qBACrB,cAAe,CAAI,oBACpB,iBAAkB,CAAI,yBACjB,gBAAiB,CAAI,wBAIxB,eAAgB,CAAI,wBACpB,mBAAoB,CAAI,uBACzB,kBAAmB,CAAI,oBAInC,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACxB,kBAEkB,aAAc,CAAI,mBACjB,aAAc,CAAI,wBAGpC,2DAA4D,CAC7D,qBAGC,iBAAkB,CACnB,4BAGC,4BAA6B,CAC9B,wBAGC,yBAA0B,CAC3B,iCAIG,gBAAiB,CACjB,cAAe,CAChB,iCACY,+DAAgE,CAAI,kCACnE,gEAAiE,CAAI,8BACzE,4DAA6D,CAAI,mCAC5D,iEAAkE,CAAI,iCACxE,+DAAgE,CAAI,gCACrE,8DAA+D,CAAI,4BAGpD,iBAAkB,CAAI,0BAGtC,UAAW,CAAE,WAAY,CAAI,2BAC5B,UAAW,CAAE,WAAY,CAAI,0BAC9B,WAAY,CAAE,YAAa,CAAI,+BAI1C,gBAAiB,CAClB,8BAGC,YAAa,CACb,kBAAmB,CAFrB,kDAKc,UAAW,CALzB,qDAMiB,MAAO,CANxB,mDAUc,WAAY,CAV1B,sDAWiB,kBAAmB,CAXpC,gFAeI,oBAAqB,CACrB,uBAAwB,CAhB5B,4FAkBoB,qBAAsB,CAlB1C,2FAmBmB,sBAAuB,CAAI,4BAK5C,YAAa,CACb,qBAAsB,CAFxB,gDAKc,UAAW,CALzB,mDAMiB,kBAAmB,CANpC,iDAUc,WAAY,CAV1B,oDAWiB,MAAO,CAXxB,mEAea,0BAA2B,CAfxC,sEAgBgB,sBAAuB,CAhBvC,sEAiBgB,wBAAyB,CAjBzC,8EAqBI,qBAAsB,CACtB,sBAAuB,CAtB3B,0FAwBoB,oBAAqB,CAxBzC,yFAyBmB,uBAAwB,CAAI,0BAK7C,YAAa,CACd,wBAGC,sDAAuD,CADzD,2CAEwB,mDAAoD,CAF5E,4CAGyB,oDAAqD,CAH9E,6CAI0B,qDAAsD,CAJhF,2CAKwB,mDAAoD,CAL5E,8CAM2B,sDAAuD,CANlF,gDAO6B,wDAAyD,CAAI,oDAI/D,+CAAgD,CAD3E,iDAEwB,4CAA6C,CAFrE,kDAGyB,6CAA8C,CAHvE,mDAI0B,8CAA+C,CAJzE,iDAKwB,4CAA6C,CALrE,oDAM2B,+CAAgD,CAN3E,sDAO6B,iDAAkD,CAAI,yBAIjF,2BAA4B,CAG1B,2CAAY,wBAAyB,CAAI,uDACjB,0BAA2B,CAAI,qDACjC,0BAA2B,CAAI,0CAC1C,qBAAsB,CAAI,iDAI5B,uBAAwB,CAAI,oDACzB,0BAA2B,CAAI,oDAC/B,0BAA2B,CAAI,oDAIjC,wBAAyB,CAAI,sDAC3B,0BAA2B,CAAI,qDAChC,yBAA0B,CN3HvC,oCACE,sCAAuC,CACvC,YAAa,CACd,4BM+HC,uDAAwD,CACxD,qEAAsE,CACtE,0DAA2D,CAL/D,6BAQI,wDAAyD,CACzD,sEAAuE,CACvE,2DAA4D,CAC7D,sCAID,oBAAqB,CACtB,8BCnMC,YAAa,CACb,cAAe,CAChB,+BCFC,YAAa,CADf,6EAII,kBAAmB,CAJvB,4IASI,MAAO,CACR,oECRC,YAAa,CACb,kBAAmB,CAHvB,yEAOI,iBAAkB,CACnB,sECNC,oBAAqB,CACrB,eAAgB,CACjB,kDCFC,QAAS,CAFb,gBAOI,yCAA0C,CAC1C,yBAA0B,CX6C5B,8BACE,sCAAuC,CACvC,YAAa,CACd,sBW7CG,cAAe,CACf,wCAAyC,CAZ/C,uBAgBM,cAAe,CACf,yCAA0C,CAC3C,eCjBH,aAAc,CAEd,2CACE,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CAHzB,uDAKkB,YAAa,CAL/B,6DAOiB,aAAc,CAP/B,0DAQc,QAAS,CARvB,2DASe,eAAgB,CAT/B,4DAUgB,eAAgB,CAVhC,2DAWe,eAAgB,CAX/B,gEAYoB,aAAc,CAZlC,6DAaiB,eAAgB,CAbjC,wDAiBI,eAAgB,CAChB,2DAA4D,CAC5D,kBAAmB,CACpB,6CAID,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAHzB,yDAKkB,YAAa,CAL/B,+DAOiB,YAAa,CAP9B,4DAQc,OAAQ,CARtB,6DASe,cAAe,CAT9B,8DAUgB,cAAe,CAV/B,6DAWe,cAAe,CAX9B,kEAYoB,YAAa,CAZjC,+DAaiB,cAAe,CAbhC,0DAiBI,cAAe,CACf,2DAA4D,CAC5D,kBAAmB,CACpB,0CC5CD,mBAAoB,CACpB,aAAc,CACd,2BAA4B,CAC5B,eAAgB,CACjB,WCPD,qCAAsC,CACtC,iCAAkC,CAClC,sCAAuC,CACvC,8BAA+B,CAC/B,sCAAuC,CACvC,qBAAsB,CACtB,YAAa,CACb,kBAAmB,CACpB,YCNC,YAAa,CACb,sBAAuB,CACvB,2BAA4B,CAC5B,iBAAkB,CAClB,OAAQ,CACR,MAAO,CAEP,iBACE,KAAM,CACN,6CAA8C,CAC9C,2BAA4B,CAC7B,oBAGC,QAAS,CACT,gDAAiD,CACjD,iBAAkB,CACnB,YChBD,YAAa,CACb,aAAc,CACd,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,4EfFqE,CeGrE,aAAc,CACd,iBAAkB,ChB4ClB,0BACE,sCAAuC,CACvC,YAAa,CACd,gCgB5CC,cAAe,CAChB,kBAID,sDAAuD,CACvD,8CAA+C,CAC/C,4CAA6C,CAH/C,wBAMI,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CARlD,+DAYI,sDAAuD,CACvD,4CAA6C,CAC7C,8CAA+C,CAdnD,gCAkBI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAClD,yCAKD,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAJpD,qDAOI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CATrD,wIAaI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAftD,qEAmBI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CACrD,oBAID,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAHnD,0BAMI,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CARpD,mEAYI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAdrD,kCAkBI,0DAA2D,CAC3D,gDAAiD,CACjD,kDAAmD,CACpD,mBAID,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CAChD,iBAAkB,CAClB,kBAAmB,CALrB,yBAQI,sDAAuD,CACvD,4CAA6C,CAC7C,8CAA+C,CAVnD,0BAcI,uDAAwD,CACxD,6CAA8C,CAC9C,+CAAgD,CAhBpD,iCAoBI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CACnD,qBAID,kBAAmB,CACnB,mBAAoB,CACpB,wBAAyB,CACzB,uBAAwB,CACxB,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAPpD,2BAUI,wDAAyD,CACzD,8CAA+C,CAC/C,gDAAiD,CAZrD,qEAgBI,yDAA0D,CAC1D,+CAAgD,CAChD,iDAAkD,CAlBtD,mCAsBI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CACrD,iBC3ID,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CAHpB,gDAMI,iBAAkB,CAClB,YAAa,CAPjB,yCjBcE,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CiBLxB,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,oBAAqB,CACrB,yCAA0C,CAC1C,UAAW,CACX,WAAY,CACZ,uBAAwB,CAnB5B,wDAsBM,yBAA0B,CAtBhC,sKA0BQ,oBAAqB,CACrB,uBAAwB,CACxB,eAAgB,CAChB,QAAS,CA7BjB,kLAkCQ,oBAAqB,CACrB,uBAAwB,CACxB,eAAgB,CAChB,QAAS,CArCjB,kDA0CM,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACxD,iDAAkD,CA9CxD,gFAkDM,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,gDAAmD,CACnD,+CAAgD,CAtDtD,0EA0DM,oDAAqD,CACrD,4CAA6C,CAC7C,0CAA2C,CAC3C,oDAAqD,CACrD,8CAA+C,CA9DrD,8DAkEM,oDAAqD,CACrD,4CAA6C,CAC7C,0CAA2C,CAC3C,oDAAqD,CACrD,8CAA+C,CAtErD,uGA0EM,2DAA4D,CAC5D,mDAAoD,CACpD,iDAAkD,CAClD,2DAA4D,CAC5D,qDAAsD,CA9E5D,iGAkFM,0DAA2D,CAC3D,kDAAmD,CACnD,gDAAiD,CACjD,0DAA2D,CAC3D,oDAAqD,CAtF3D,qFA0FM,0DAA2D,CAC3D,kDAAmD,CACnD,gDAAiD,CACjD,0DAA2D,CAC3D,oDAAqD,CA9F3D,8CAyII,iBAAkB,CAClB,iCAAkC,CAClC,OAAQ,CACR,SAAU,CACV,0BAA2B,CA7I/B,+DAgJM,UAAW,CACZ,yDAKC,sBAAuB,CACxB,6DAKC,yBAA0B,CAC1B,4BAA6B,CAC9B,YC7JH,gCCyFqC,CDxFrC,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAEvB,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,QAAS,CACT,MAAO,CACP,SAAU,CAXZ,gCAcI,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,gBAAiB,CACjB,uBAAwB,CACxB,kDAAmD,CACnD,oBAAqB,CApBzB,+EAwBM,UAAW,CACX,oBAAqB,CACrB,iBAAkB,CAClB,KAAM,CA3BZ,wCA+BM,eAAgB,CAChB,cAAe,CACf,eAAgB,CAChB,uBAAwB,CACxB,2CAA4C,CAC5C,kBAAmB,CApCzB,uCAwCM,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,uBAAwB,CACxB,2CAA4C,CAC5C,kBAAmB,CACpB,uBAID,GACE,gCCoCiC,CDlCnC,SAEE,wBCxDe,CAAA,CCCrB,WACE,cAAe,CACf,MAAO,CACP,OAAQ,CACR,KAAM,CACN,QAAS,CACT,SAAU,CACV,YAAa,CACb,oBAAqB,CACrB,sBAAuB,CACvB,gCAAkB,CAVpB,+BAaI,+BAAgC,CAChC,uCAAwC,CACxC,6CAA8C,CAC9C,MAAO,CACP,eAAgB,CAChB,eAAgB,CAChB,YAAa,CACb,qBAAsB,CACvB,2BAGC,kBAAmB,CADpB,+CAIG,aAAc,CA3BpB,8BAgCI,YAAa,CACb,kBAAmB,CACnB,uBAAwB,CAlC5B,6BAsCI,2BAA4B,CAC5B,0EnBlCmE,CmBmCnE,cAAe,CACf,kBAAmB,CAzCvB,6BA6CI,gBAAiB,CA7CrB,4BAiDI,gBAAiB,CAjDrB,4BAqDI,yBAA0B,CAC1B,eAAgB,CAChB,MAAO,CACP,eAAgB,CAChB,kBAAmB,CACpB,YCzDD,sBAAuB,CACvB,oBAAqB,CACrB,YAAa,CACb,kBAAmB,CACnB,cAAe,CACf,2BAA4B,CAN9B,+BASI,MAAO,CACP,aAAc,CACd,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAbpB,+BAiBI,kDAAmD,CACnD,mBAAoB,CAlBxB,0CAqBM,iBAAkB,CArBxB,kCA0BI,8DAA+D,CAC/D,oDAAqD,CACrD,sDAAuD,CA5B3D,kBAgCI,2DAA4D,CAC5D,iDAAkD,CAClD,mDAAoD,CAlCxD,mBAsCI,4DAA6D,CAC7D,kDAAmD,CACnD,oDAAqD,CAxCzD,0BA4CI,qDAAsD,CACtD,2DAA4D,CAC7D,kBC7CD,eAAgB,CAChB,8CAA+C,CAC/C,QAAS,CACT,cAAe,CAChB,WCJC,cAAe,CACf,SAAU,CACV,+BAAgC,CAChC,qBAAsB,CACtB,uCAAwC,CACxC,aAAc,CACf,aCRC,iBAAkB,CAClB,oBAAqB,CACrB,kDAAmD,CACnD,iBAAkB,CAClB,kDAAmD,CACnD,iCAAkC,CAClC,yCAA0C,CAC3C,gBAGC,GAAK,gCAAiC,CAAA,CAExC,wBACE,GAAK,gCAAiC,CAAA,CCdxC,WACI,2BAA4B,CAC5B,gBAAiB,CACjB,wBAAyB,CACzB,kBAAmB,CAEnB,oBACI,0ExBA+D,CwBClE,uBAGG,4ExBJ+D,CwBKlE,uBCTH,iBAAkB,CAClB,cAAe,CACf,iBAAkB,CAClB,aAAc,CACd,0BAA2B,CAC3B,WAAY,CACZ,QAAS,CAPX,uDAUI,iBAAkB,CAVtB,mDAcI,wCAAyC,CACzC,uBAAwB,CACxB,gCAAiC,CACjC,wEPoEoC,COnEpC,2BAA4B,CAC5B,kBAAmB,CACnB,eAAgB,CAChB,0CAA2C,CAC3C,iBAAkB,CAClB,iBAAkB,CAvBtB,iFA0BM,iBAAkB,CAClB,gCAAiC,CACjC,QAAS,CACT,yDAA0D,CAC1D,eAAgB,CAChB,aAAc,CACd,cAAe,CACf,wCAAyC,CACzC,qBAAsB,CACtB,oGAAqG,CACtG,sCCrCI,iCAAkC,CAAI,4BCAtC,iCAAkC,CCE3C,UACE,iBAAkB,CAElB,uDACS,iBAAkB,CAJ7B,kBAQI,kCAAmC,CAEnC,6DACE,YAAa,CACd,cCZH,YAAa,CACb,kBAAmB,CACnB,cAAe,C9BkDf,4BACE,sCAAuC,CACvC,YAAa,CACd,mC8BjDC,2BAA4B,CAC5B,kBAAmB,CARvB,iCAWI,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,UAAW,CACX,WAAY,CACZ,eAAgB,CAChB,sBAAuB,CAjB3B,0DAoBM,SAAU,CACV,YAAa,CArBnB,gJA2BQ,yDAA0D,CAC1D,2CAA4C,CA5BpD,kMA+BU,8CAA+C,CA/BzD,4JAmCU,wDAAyD,CACzD,0CAA2C,CApCrD,8JAwCU,yDAA0D,CAC1D,2CAA4C,CAzCtD,uEA8CQ,0DAA2D,CAC3D,4CAA6C,CA/CrD,6EAkDU,yDAA0D,CAC1D,2CAA4C,CAnDtD,8EAuDU,0DAA2D,CAC3D,4CAA6C,CAxDvD,2CA8DQ,cAAe,CA9DvB,sEAiEQ,2DAA4D,CAC5D,6CAA8C,CAlEtD,+FAqEU,gDAAiD,CArE3D,wEA0EQ,4DAA6D,CAC7D,8CAA+C,CAChD,mCC1EH,iBAAkB,CAClB,iBAAkB,CAHtB,sEAMM,iBAAkB,CAClB,oBAAqB,CACrB,SAAU,CACV,YAAa,CACb,+DAAgE,CACjE,uBCTD,iBAAkB,CAFtB,6CAMI,YAAa,CACb,kBAAmB,CACnB,oBAAqB,CACrB,wBAAyB,CAT7B,kEAYM,MAAO,CACP,aAAc,CACd,oBAAqB,CACrB,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjBtB,0EAuBM,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAC7C,cAAe,CA5BrB,iGA+BQ,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAnCrD,uGAsCU,kDAAmD,CAtC7D,gFA2CQ,iDAAkD,CAClD,yCAA0C,CAC1C,iDAAkD,CAClD,uCAAwC,CACxC,2CAA4C,CA/CpD,iFAmDQ,kDAAmD,CACnD,0CAA2C,CAC3C,kDAAmD,CACnD,wCAAyC,CACzC,4CAA6C,CAvDrD,gFA2DQ,iDAAkD,CAClD,yCAA0C,CAC1C,iDAAkD,CAClD,uCAAwC,CACxC,2CAA4C,CAC7C,uDAMD,oDAAqD,CACrD,4CAA6C,CAC7C,oDAAqD,CACrD,0CAA2C,CAC3C,8CAA+C,CAC/C,cAAe,CAChB,WC3EH,YAAa,CACb,qBAAsB,CAEtB,uBACE,qBAAsB,CACtB,2BAA4B,CAC5B,kBAAmB,CACnB,4BAA6B,CAC7B,kBAAmB,CACpB,iBAGC,kBAAmB,CACpB,qBAGC,4BAA6B,CAC9B,oBAGC,MAAO,CACR,kBAGC,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,4BAA6B,CAC7B,gBAAiB,CALlB,yCAQG,kBAAmB,CARtB,yCAYG,8BAA+B,CAChC,8CCnCD,WAAY,CACZ,eAAgB,CAChB,YAAa,CACb,qBAAsB,CACtB,kDAAmD,CACnD,eAAgB,CAPpB,sDAWI,6CAA8C,CAC9C,0BAA2B,CAC3B,6BAA8B,CAC9B,iBAAkB,CAClB,SAAU,CAfd,sDAmBI,6CAA8C,CAC9C,0BAA2B,CAC3B,6BAA8B,CAC9B,4BAA6B,CAC7B,iBAAkB,CAClB,SAAU,CAxBd,4GA6BI,cAAe,CA7BnB,0HAgCM,qDAAsD,CACtD,6CAA8C,CAC9C,2CAA4C,CAC5C,qDAAsD,CAnC5D,8HAuCM,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACzD,kBC1CH,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,cAAe,CnCiDf,gCACE,sCAAuC,CACvC,YAAa,CACd,yBmChDC,qCAAsC,CACtC,kBAAmB,CACpB,8BAGC,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,cAAe,CACf,UAAW,CACX,WAAY,CACb,8BAGC,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,iBAAkB,CAClB,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,WAAY,CA/BhB,6FAqCQ,4CAA6C,CAC7C,0DAA2D,CAtCnE,mGAwCU,2CAA4C,CAC5C,yDAA0D,CAzCpE,oGA4CU,4CAA6C,CAC7C,0DAA2D,CA7CrE,4FAoDQ,2CAA4C,CAC5C,yDAA0D,CArDlE,0HAuDU,yDAA0D,CAvDpE,kGA0DU,0CAA2C,CAC3C,wDAAyD,CA3DnE,gIA6DY,wDAAyD,CA7DrE,mGAiEU,2CAA4C,CAC5C,yDAA0D,CAlEpE,iIAoEY,yDAA0D,CApEtE,wCA4EI,cAAe,CA5EnB,iEA+EM,uCAAwC,CA/E9C,4FAoFQ,8CAA+C,CAC/C,4DAA6D,CArFrE,2FA2FQ,6CAA8C,CAC9C,2DAA4D,CA5FpE,yHA8FU,2DAA4D,CAC7D,sBnCjFP,6ECTqE,CDUrE,cAAe,CACf,kBAAmB,CACnB,yBAA0B,CoCdxB,UAAW,CACX,WAAY,CACZ,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CAC9C,qDAAsD,CACtD,+CAAgD,CAChD,oBAAqB,CACrB,kBAAmB,CACnB,uBAAwB,CACxB,eAAgB,CAChB,WAAY,CACZ,uBAAwB,CAdzB,4BAiBG,oDAAqD,CACrD,0CAA2C,CAC3C,4CAA6C,CAC7C,oDAAqD,CACrD,8CAA+C,CArBlD,6BAyBG,qDAAsD,CACtD,2CAA4C,CAC5C,6CAA8C,CAC9C,qDAAsD,CACtD,+CAAgD,CA7BnD,4BAiCG,oDAAqD,CACrD,0CAA2C,CAC3C,4CAA6C,CAC7C,oDAAqD,CACrD,8CAA+C,CArClD,+BAyCG,uDAAwD,CACxD,+CAAgD,CAChD,6CAA8C,CAC9C,uDAAwD,CACxD,iDAAkD,CACnD,mCC7CD,iBAAkB,CAClB,iBAAkB,CAHtB,sEAMM,iBAAkB,CAClB,oBAAqB,CACrB,SAAU,CACV,YAAa,CACb,+DAAgE,CACjE,YCVH,YAAa,CACb,kBAAmB,CACnB,cAAe,CAHjB,+BAMI,2BAA4B,CAC5B,kBAAmB,CAPvB,gCAYI,iBAAkB,CAClB,aAAc,CACd,eAAgB,CAChB,gBAAiB,CACjB,sBAAuB,CtCqCzB,8CACE,sCAAuC,CACvC,YAAa,CACd,oDsCrCG,iBAAkB,CAClB,YAAa,CACb,aAAc,CACd,UAAW,CACX,iBAAkB,CAvBxB,wDA0B2B,WAAY,CA1BvC,yDA4B4B,WAAY,CA5BxC,gEAgCQ,yDAA0D,CAhClE,oFAmCU,yDAA0D,CAnCpE,sEAuCU,wDAAyD,CAvCnE,uEA2CU,yDAA0D,CA3CpE,iEAgDQ,0DAA2D,CAhDnE,qFAmDU,0DAA2D,CAnDrE,uEAuDU,yDAA0D,CAvDpE,wEA2DU,0DAA2D,CA3DrE,0CAiEM,cAAe,CAjErB,iEAoEQ,2DAA4D,CApEpE,qFAuEU,2DAA4D,CAvEtE,kEA4EQ,4DAA6D,CA5ErE,sFA+EU,4DAA6D,CAC9D,qBC7EP,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CAHpB,kDAMI,iBAAkB,CAClB,eAAgB,CAChB,YAAa,CACb,aAAc,CATlB,kDvCEE,0BAA2B,CAC3B,wBAAyB,CACzB,uBAAwB,CACxB,qBAAsB,CACtB,oBAAqB,CACrB,gBAAiB,CACjB,WAAY,CuCMV,YAAa,CACb,6BAA8B,CAC9B,kBAlBwB,CAmBxB,kBAAmB,CACnB,oBAAqB,CACrB,eAAgB,CAChB,qCAAsC,CACtC,oBAAqB,CArBzB,qDAyBI,kBAAmB,CCxBvB,cACE,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,UAAW,CACX,eAAgB,CALlB,qCAQI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,8BAA+B,CAC/B,kBAdwB,CAexB,2BAA4B,CAC5B,oBAAqB,CAdzB,4DAiBM,oBAAqB,CACtB,cCpBH,aAAc,CACd,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,iBAAkB,CAClB,iBAAkB,CAClB,2BAA4B,CAC5B,aAAc,CACd,kBAAmB,CAEnB,uBACE,mBAAoB,CAZxB,mCAgBI,kBAAmB,CACnB,eAAgB,CAChB,kBAAmB,CAlBvB,yCAsBI,kDAAmD,CACpD,gBCxBD,mBAAoB,CACpB,sBAAuB,CACvB,kBAAmB,CACnB,eAAgB,CAChB,avBHmB,CuBInB,UAAW,CACX,cAAe,CACf,eAAgB,CARlB,+CAWI,qCAAsC,CACtC,UAAW,CACX,aAAc,CCVlB,qBACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,eAAgB,CACjB,mBCLC,YAAa,CACb,qBAAsB,CACtB,mBAAoB,CAHtB,4CAMI,MAAO,CANX,8CAUI,YAAa,CACb,iBAAkB,CAClB,kBAAmB,CACnB,qBAAsB,CACtB,iBAAkB,CAClB,6CAA8C,CAflD,qDAkBM,iDAAkD,CAClD,iEAAkE,CAClE,oBAAqB,CACtB,oBCpBH,YAAa,CACb,qBAAsB,CAFxB,8CAKI,MAAO,CACP,kBAAmB,CACnB,oBAAqB,CACtB,oBCTD,YAAa,CACb,qBAAsB,CACvB,YCAC,UAAW,CACX,WAAY,CAEZ,aAAc,CAJhB,iCAOI,iBAAkB,CAClB,UAAW,CACX,WAAY,CAEZ,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAb3B,qCAiBI,YAAa,CAjBjB,qCAqBI,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CAEnB,iBAAkB,CAElB,sBAAuB,CACvB,uBAAwB,CAExB,kBAAmB,CACnB,mCAAoC,CAEpC,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAElB,iBAAkB,CArCtB,+BAyCI,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,iBAAkB,CA5CtB,+CAgDI,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAEvB,UAAW,CACX,YAAa,CACb,UAAW,CACX,aAAc,CAEd,iBAAkB,CAElB,sCAAuC,CA5D3C,wEA+DM,SAAU,CACV,UAAW,CAhEjB,mCAqEI,iBAAkB,CAElB,oDAAqD,CAErD,QAAS,CACT,OAAQ,CAER,oBAAqB,CAErB,SAAU,CACV,UAAW,CAEX,kBAAmB,CACnB,wBAAyB,CACzB,kCAAmC,CAnFvC,mCAuFI,SAAU,CAEV,SAAU,CACV,UAAW,CAEX,0CAA2C,CAC5C,yBAGC,sDAAuD,CACvD,iBAAkB,CAjGtB,uCAoG0B,4CAA6C,CApGvE,qCAqGwB,kDAAmD,CArG3E,wCAsG2B,kDAAmD,CAtG9E,oCAuGuB,yCAA0C,CAvGjE,2CAwG8B,yCAA0C,CAxGxE,yCAyG4B,0CAA2C,CAzGvE,oCA0GuB,0CAA2C,CA1GlE,uCA4G0B,uDAAwD,CA5GlF,uCA6G0B,uDAAwD,CA7GlF,uCA8G0B,uDAAwD,CA9GlF,uCA+G0B,uDAAwD,CA/GlF,uCAgH0B,uDAAwD,CAhHlF,uCAiH0B,uDAAwD,CAjHlF,uCAkH0B,uDAAwD,CAlHlF,uCAmH0B,uDAAwD,CAnHlF,uCAoH0B,uDAAwD,CApHlF,wCAqH2B,wDAAyD,CArHpF,wCAsH2B,wDAAyD,CAAI,gBChHtF,oBAAqB,CACrB,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CAEtB,wEAEG,YAAa,CARnB,iDAaI,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,MAAO,CACP,kBAAmB,CAjBvB,8CAqBI,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,OAAQ,CAxBZ,yDA4BI,MAAO,CACP,YAAa,CA7BjB,wDhDgBE,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,CgDSR,eAAgB,CAChB,WAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gDAAiD,CAClD,gEhDxBD,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDUP,iEhD7BH,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDgBP,oEhDnCH,sDgDlB+B,ChDmB/B,oBAAqB,CAwBrB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,CgDaP,0BC7DH,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,ehDH6B,CgDF/B,qEAQI,MAAO,CACP,kBAAmB,CACnB,YAAa,CACb,qBAAsB,CAX1B,kFAeI,MAAO,CACP,YAAa,CACb,kBAAmB,CACnB,YAAa,CACb,qBAAsB,CACtB,iBAAkB,CApBtB,2DAwBI,MAAO,CACP,YAAa,CACb,kBAAmB,CA1BvB,0DA8BI,kBAAmB,CACpB,iBC9BD,YAAa,CACb,iBAAkB,CAClB,sBAAuB,CACvB,kBAAmB,CAEnB,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,gBAAiB,CACjB,oBAAqB,CACrB,sCAAuC,CAXzC,yCAcI,WAAY,CACZ,UAAW,CACX,gBAAiB,CACjB,oBAAqB,CACtB,kBCjBD,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,wCAAyC,CACzC,2BAA4B,CAN9B,oDASI,iBAAkB,CAClB,KAAM,CACN,MAAO,CAXX,2CAcI,iBAAkB,CAdtB,0CAkBI,qCAAsC,CACtC,iBAAkB,CAClB,qBAAsB,CACtB,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CAvBvB,mEA0BM,sEAAa,CACd,aC1BH,gBnDA8B,CmDC9B,enDA6B,CmDC7B,2BAA4B,CAC5B,wCAAyC,CACzC,gCAAiC,CACjC,gCAAiC,CACjC,cAAe,CACf,YAAa,CACb,qBAAsB,CACtB,mBAAoB,CACpB,iBAAkB,CAClB,yBAA0B,CAEzB,sDAEG,YAAa,CAFhB,sDAKG,MAAO,CAnBb,oCAwBI,WAAY,CACZ,iBAAkB,CAzBtB,wCA6BI,sFAAyF,CACzF,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CAlChB,gCAsCI,MAAO,CACP,YAAa,CAEb,iBAAkB,CAClB,YAAa,CACb,mBAAoB,CA3CxB,yCA+CI,MAAO,CACP,WAAY,CACZ,kBAAmB,CAjDvB,yCAqDI,cAAe,CACf,uBAAwB,CAtD5B,uCA0DI,oBAAqB,CA1DzB,6CA8DI,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,0BAA2B,CAC3B,SAAU,CACV,kBAAmB,CAnEvB,oCAuEI,SAAU,CACV,eAAgB,CAChB,iBAAkB,CAClB,UAAW,CACX,gBAAiB,CACjB,gBAAiB,CA5ErB,0CAgFI,SAAU,CACV,kBAAmB,CACnB,iBAAkB,CAlFtB,+FAuFI,YAAa,CAvFjB,gCA2FI,yBAA0B,CAC3B,kCC3FD,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAC5B,oBAAqB,CACrB,WAAY,CARd,4EAWI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,cAAe,CAhBnB,0EAoBI,qDAAsD,CACtD,cAAe,CACf,eAAgB,CAChB,qBAAsB,CAvB1B,2EA2BI,4EpDtBmE,CoDuBnE,iBAAkB,CAClB,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjCpB,kFAqCI,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAvCpB,2HA0CM,kBAAmB,CA1CzB,kIA8CM,kBAAmB,CA9CzB,0IAkDM,mBAAoB,CAlD1B,+EAuDI,kBAAmB,CACnB,qCAAsC,CAxD1C,iIA4DM,yCAA0C,CAC1C,yBAA0B,CrDR9B,+IACE,sCAAuC,CACvC,YAAa,CACd,uIqDQK,cAAe,CACf,wCAAyC,CAjEjD,wIAqEQ,cAAe,CACf,yCAA0C,CAC3C,kFAMD,cAAe,CACf,kBAAmB,CACpB,iCC9EH,YAAa,CACb,qBAAsB,CACtB,0BAA2B,CAC3B,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAC5B,oBAAqB,CACrB,WAAY,CARd,0EAWI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,cAAe,CAhBnB,wEAoBI,qDAAsD,CACtD,cAAe,CACf,eAAgB,CAChB,qBAAsB,CAvB1B,yEA2BI,4ErDtBmE,CqDuBnE,iBAAkB,CAClB,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CAjCpB,gFAqCI,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAvCpB,wHA0CM,kBAAmB,CA1CzB,uIA8CM,mBAAoB,CACrB,gFAKC,cAAe,CACf,kBAAmB,CACpB,qBCrDH,oBAAqB,CACrB,2BAA4B,CAE5B,8BACE,YAAa,CACb,oBAAqB,CAFtB,qEAKG,iBAAkB,CAClB,aAAc,CANjB,qEAUG,MAAO,CACP,mBAAoB,CACpB,gBAAiB,CAhBvB,uDAqBI,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CAvBvB,yEA2BI,oBAAqB,CA3BzB,0DA8B2B,MAAO,CA9BlC,0DAgC2B,MAAO,CAhClC,yDAoCM,sBAAuB,CACxB,yBCpCH,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBAAkB,CAJpB,4DAOI,kBAAmB,CACnB,YAAa,CACb,kBAAmB,CATvB,8DAYM,gBAAiB,CAZvB,0EAgBM,QAAS,CACT,eAAgB,CAjBtB,sEAsBI,iBAAkB,CAClB,0BAA2B,CAC3B,MAAO,CACP,OAAQ,CACR,WAAY,CACb,kBC1BD,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,qBAAsB,CACtB,2BAA4B,CAL9B,2CAQI,iBAAkB,CAClB,QAAS,CATb,0CAaI,iBAAkB,CAClB,iBAAkB,CACnB,mDAIG,kBAAmB,CAFtB,kDAMG,kBAAmB,CACpB,oDAKC,gBAAiB,CAFpB,mDAMG,cAAe,CAChB,YCjCH,YAAa,CACb,kBAAmB,CACnB,2BAA4B,CAH9B,gCAMI,WAAY,CACZ,UAAW,CACX,iBAAkB,CAClB,oBAAqB,CATzB,iCAaI,MAAO,CACP,WAAY,CACZ,mBAAoB,CAfxB,8BAmBI,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACvB,mBAAoB,CAtBxB,iDAyBM,qCAAsC,CAzB5C,+BA8BI,kBAAmB,CACnB,gBAAiB,CACjB,qCAAsC,CAhC1C,sCAoCI,kBAAmB,CACnB,gBAAiB,CACjB,8BAA+B,CAtCnC,iCA0CI,mBAAoB,CA1CxB,kCA8CI,+BAAgC,CA9CpC,+BAkDI,4BAA6B,CAC9B,mBClDD,YAAa,CACb,qBAAsB,CAEtB,2BAA4B,CAC5B,0CAA2C,CAC3C,0BAA2B,CAC3B,mCAAoC,CAPtC,qDAWI,qCAAsC,CACtC,kBAAmB,CACnB,oBAAqB,CACrB,QAAS,CACT,qBAAsB,CACtB,6BAA8B,CAhBlC,6DAoBI,8BAA+B,CAC/B,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CACrB,kBAAmB,CAzBvB,oGA4BM,qBAAsB,CA5B5B,uGAgCM,MAAO,CAhCb,8CAqCI,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAvC3B,wEA0CM,0E1DrCiE,C0DsCjE,QAAS,CACT,MAAO,CA5Cb,+CAiDI,eAAgB,CAChB,MAAO,CACP,qBAAsB,CACtB,oBAAqB,CApDzB,uCAwDI,UAAW,CAxDf,6CA4DI,sCAAuC,CACvC,kBAAmB,CACpB,6BC7DD,sFAAyF,CACzF,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACb,cCNC,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,kBAAmB,CACnB,2BAA4B,CAL9B,8CAQI,gBAAiB,CARrB,mCAYI,4BAA6B,CAZjC,yCAgBI,mBAAoB,CACpB,eAAgB,CAjBpB,+DAoBM,0E5DfiE,C4DgBlE,kBCpBH,sCAAuC,CACvC,oBAAqB,CAErB,iBAAkB,CAClB,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CAPrB,iDAUI,4E7DLmE,C6DMnE,kBAAmB,CACnB,qBAAsB,CACtB,2BAA4B,CAC5B,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CAjBvB,gDAqBI,sBAAuB,CArB3B,2CAyBI,WAAY,CACZ,UAAW,CACX,gBAAiB,CA3BrB,sDA+BI,SAAU,CACV,kBAAmB,CAhCvB,wDAoCI,qBAAsB,CACvB,wE9DhBD,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,C8DWN,eAAgB,CAChB,WAAY,CAJf,wEAQG,WAAY,CACb,iG9D3BH,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DgBL,kG9DnCL,sDgDlB+B,ChDmB/B,oBAAqB,CAerB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DwBL,qG9D3CL,sDgDlB+B,ChDmB/B,oBAAqB,CAwBrB,iBAAkB,CAClB,WAAY,CACZ,UAAW,CACX,SAAU,C8DuBL,0BCtEH,YAAa,CACb,oBAAqB,CACrB,QAAS,CACT,uBAAwB,CAL5B,gDAUQ,6CAA8C,CAC9C,mCAAoC,CACpC,qCAAsC,CACtC,cAAe,CACf,4E9DT+D,C8DU/D,kBAAmB,CACnB,oBAAqB,CACrB,sBAAuB,CACvB,sBAAuB,C/DmC7B,8DACE,sCAAuC,CACvC,YAAa,CACd,sD+DnCO,kCAAmC,CACnC,4CAA6C,CAC7C,oCAAqC,CAvB/C,uDA2BU,mCAAoC,CACpC,6CAA8C,CAC9C,qCAAsC,CA7BhD,wDAkCQ,mCAAoC,CACpC,6CAA8C,CAnCtD,0DAuCQ,mBAAoB,CAvC5B,6BA6CI,kBAAmB,CACpB,oBC7CD,YAAa,CACb,qBAAsB,CAFxB,+CAKI,iBAAkB,CAClB,iBAAkB,CANtB,kDAUI,+BAAgC,CACjC,sBCVD,MAAO,CACP,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,oBAAqB,CAPvB,kDAUI,kBAAmB,CAVvB,qDAcI,MAAO,CACP,YAAa,CACb,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,sCAAuC,CACvC,2BAA4B,CAC5B,oBAAqB,CAvBzB,kDA2BI,oBAAqB,CA3BzB,kDA+BI,WAAY,CACZ,eAAgB,CAChB,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,qBAAsB,CApC1B,yDjEqBE,sDgDlB+B,ChDmB/B,oBAAqB,CAMrB,iBAAkB,CAClB,aAAc,CACd,YAAa,CACb,SAAU,CiEWR,eAAgB,CAChB,WAAY,CACZ,cAAe,CACf,eAAgB,CAChB,gDAAiD,CAClD,mBC9CC,eAAgB,CAChB,eAAgB,CAChB,WAAY,CACZ,2BAA4B,CAC5B,eAAgB,CALpB,uDAQQ,sDAAuD,CACvD,UAAW,CACX,gBAAiB,CACjB,eAAgB,CAChB,8BAA+B,CAC/B,oBAAqB,CACrB,cAAe,CACf,gBAAiB,CACjB,oCAAqC,CACrC,eAAgB,CAjBxB,wFAoBY,wCAAyC,CACzC,gCAAiC,CACjC,oBAAqB,CACrB,cAAe,CACf,kBAAmB,CACnB,WAAY,CACZ,oBAAqB,CACrB,mBAAoB,CACpB,kBAAmB,CACnB,aAAc,CA7B1B,iIAgCgB,iBAAkB,CAhClC,iFAqCY,WAAY,CArCxB,mDA0CQ,YAAY,CACZ,UAAU,CACV,eAAgB,CA5CxB,wFA+CY,YAAa,CA/CzB,mHAkDgB,YAAa,CACb,WAAY,CACZ,kBAAmB,CApDnC,iHAwDgB,iBAAkB,CAClB,eAAgB,CAzDhC,0HA6DgB,kDAAmD,CACnD,MAAM,CACN,cAAe,CA/D/B,oFAoEY,WAAY,CACZ,4BAA6B,CAC7B,sDAAuD,CACvD,eAAgB,CAvE5B,oFA2EY,cAAe,CACf,YAAa,CACb,UAAW,CACX,sDAAuD,CACvD,iBAAkB,CA/E9B,2CAoFQ,sBAAuB,CACvB,uBAAwB,CACxB,0BAA2B,CAtFnC,qCA0FQ,eAAgB,CACnB,kBC1FD,eAAgB,CAChB,WAAW,CAFf,6CAKQ,YAAa,CACb,aAAc,CACd,QAAS,CACT,eAAe,CARvB,2CAYQ,YAAa,CACb,4BAA6B,CAbrC,6CAiBQ,YAAa,CACb,+BAAgC,CAlBxC,0CAsBQ,uBAAwB,CACxB,0BAA2B,CAvBnC,oCA2BQ,eAAgB",sourcesContent:["@font-face {\n font-family: 'CiscoSansTT Thin';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTThin.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTThin.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Thin Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTThinOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTThinOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Extra Light';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTExtraLight.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTExtraLight.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Extra Light Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTExtraLightOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTExtraLightOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Light';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTLight.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTLight.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Light Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTLightOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTLightOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Regular';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTRegular.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTRegular.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Regular Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTRegularOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTRegularOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Medium';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTMedium.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTMedium.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Bold';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTBold.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTBold.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Bold Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTBoldOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTBoldOblique.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Heavy';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTHeavy.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTHeavy.woff') format('woff');\n font-display: fallback;\n}\n\n@font-face {\n font-family: 'CiscoSansTT Heavy Oblique';\n font-style: normal;\n font-weight: normal;\n src: url('#{$brand-font-folder}/CiscoSansTTHeavyOblique.woff2') format('woff2'),\n url('#{$brand-font-folder}/CiscoSansTTHeavyOblique.woff') format('woff');\n font-display: fallback;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-dark, .md-theme-darkWebex, :root {\n --wxc-browser-color-scheme: dark;\n\n --wxc-loading-logo--url: url(../themes/dark/loading.gif);\n --wxc-loading-logo--size: 11.6875rem;\n --wxc-auth-logo--url: url(../themes/dark/webex-logo.svg);\n\n --wxc-text-color: #{$wxc-white-alpha-95};\n --wxc-secondary-text-color: #{$wxc-white-alpha-70};\n --wxc-warning-color: #{$wxc-yellow-40};\n --wxc-error-color: #{$wxc-red-40};\n --wxc-muted-color: #{$wxc-red-50};\n --wxc-speaking-color: #{$wxc-green-40};\n\n --wxc-primary-background: #{$wxc-gradation-webex-dark-primary};\n --wxc-secondary-background: #{$wxc-gradation-webex-dark-secondary};\n --wxc-video-background: #{$wxc-white-alpha-05};\n --wxc-secondary-video-background: #{$wxc-gray-100};\n\n --wxc-meeting-border: 1px solid #{$wxc-white-alpha-30};\n --wxc-box-shadow: none;\n --wxc-focus-box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n\n --wxc-person-status--active-color: #{$wxc-green-40};\n --wxc-person-status--dnd-color: #{$wxc-red-50};\n --wxc-person-status--in-a-meeting-color: #{$wxc-yellow-30};\n --wxc-person-status--away-color: #{$wxc-gray-40};\n\n --wxc-badge-background: #{$wxc-gray-100};\n --wxc-badge-border: 0.06rem solid #{$wxc-white-alpha-30};\n --wxc-badge-text-color: #{$wxc-white-alpha-95};\n --wxc-badge-box-shadow: 0 .5rem 1rem #{$wxc-black-alpha-16}, 0 0 .06rem #{$wxc-black-alpha-14};\n\n --wxc-avatar--placeholder-1--background: #{$wxc-white-alpha-50};\n --wxc-avatar--placeholder-2--background: #{$wxc-cobalt-70};\n --wxc-avatar--placeholder-3--background: #{$wxc-cyan-70};\n --wxc-avatar--placeholder-4--background: #{$wxc-gold-70};\n --wxc-avatar--placeholder-5--background: #{$wxc-lime-70};\n --wxc-avatar--placeholder-6--background: #{$wxc-mint-70};\n --wxc-avatar--placeholder-7--background: #{$wxc-orange-70};\n --wxc-avatar--placeholder-8--background: #{$wxc-pink-70};\n --wxc-avatar--placeholder-9--background: #{$wxc-slate-70};\n --wxc-avatar--placeholder-10--background: #{$wxc-violet-70};\n --wxc-avatar--placeholder-11--background: #{$wxc-purple-70};\n --wxc-avatar--bot-status-color: #{$wxc-blue-60};\n --wxc-avatar--self-status-color: #{$wxc-cobalt-50};\n --wxc-avatar--self-status-border: #{$wxc-white-alpha-100};\n --wxc-avatar--text-color: #{$wxc-white-alpha-100};\n\n --wxc-banner--top--background: #{$wxc-gradation-dark-transparent};\n --wxc-banner--bottom--background: #{$wxc-black-alpha-70};\n\n --wxc-icon--background: #{$wxc-black-alpha-100};\n --wxc-icon--color: #{$wxc-white-alpha-100};\n --wxc-icon--accent-color: #{$wxc-green-40};\n --wxc-icon--muted-color: #{$wxc-red-50};\n\n --wxc-icon--error--gradient-start-color: #{$wxc-pink-50};\n --wxc-icon--error--gradient-stop-color: #{$wxc-red-60};\n\n --wxc-modal--background: #{$wxc-gray-100};\n --wxc-modal--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-modal--box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n\n --wxc-button--cancel--normal--background: #{$wxc-red-60};\n --wxc-button--cancel--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--normal--border: none;\n\n --wxc-button--cancel--active--background: #{$wxc-red-80};\n --wxc-button--cancel--active--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--active--border: none;\n\n --wxc-button--cancel--hover--background: #{$wxc-red-70};\n --wxc-button--cancel--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--hover--border: none;\n\n --wxc-button--cancel--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--cancel--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--cancel--disabled--border: none;\n\n --wxc-button--default--normal--background: transparent;\n --wxc-button--default--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--default--normal--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--active--background: #{$wxc-white-alpha-20};\n --wxc-button--default--active--color: #{$wxc-white-alpha-95};\n --wxc-button--default--active--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--hover--background: #{$wxc-white-alpha-07};\n --wxc-button--default--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--default--hover--border: 1px solid #{$wxc-white-alpha-30};\n\n --wxc-button--default--disabled--background: transparent;\n --wxc-button--default--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--default--disabled--border: 1px solid #{$wxc-white-alpha-20};\n\n --wxc-button--ghost--normal--background: transparent;\n --wxc-button--ghost--normal--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--normal--border: none;\n\n --wxc-button--ghost--hover--background: #{$wxc-white-alpha-07};\n --wxc-button--ghost--hover--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--hover--border: none;\n\n --wxc-button--ghost--active--background: #{$wxc-white-alpha-20};\n --wxc-button--ghost--active--color: #{$wxc-white-alpha-100};\n --wxc-button--ghost--active--border: none;\n\n --wxc-button--ghost--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--ghost--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--ghost--disabled--border: none;\n\n --wxc-button--join--normal--background: #{$wxc-green-60};\n --wxc-button--join--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--join--normal--border: none;\n\n --wxc-button--join--active--background: #{$wxc-green-80};\n --wxc-button--join--active--color: #{$wxc-white-alpha-95};\n --wxc-button--join--active--border: none;\n\n --wxc-button--join--hover--background: #{$wxc-green-70};\n --wxc-button--join--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--join--hover--border: none;\n\n --wxc-button--join--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--join--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--join--disabled--border: none;\n\n --wxc-button--primary--normal--background: #{$wxc-white-alpha-95};\n --wxc-button--primary--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--normal--border: none;\n\n --wxc-button--primary--active--background: #{$wxc-white-alpha-70};\n --wxc-button--primary--active--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--active--border: none;\n\n --wxc-button--primary--hover--background: #{$wxc-white-alpha-80};\n --wxc-button--primary--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--primary--hover--border: none;\n\n --wxc-button--primary--disabled--background: #{$wxc-white-alpha-20};\n --wxc-button--primary--disabled--color: #{$wxc-white-alpha-40};\n --wxc-button--primary--disabled--border: none;\n\n --wxc-spinner--circle--color: #{$wxc-white-alpha-11};\n --wxc-spinner--moving--color: #{$wxc-white-alpha-95};\n\n --wxc-tab--normal--background: transparent;\n --wxc-tab--normal--color: #{$wxc-white-alpha-70};\n --wxc-tab--normal--border: none;\n\n --wxc-tab--active--background: #{$wxc-white-alpha-20};\n --wxc-tab--active--color: #{$wxc-white-alpha-95};\n --wxc-tab--active--border: none;\n\n --wxc-tab--hover--background: #{$wxc-white-alpha-07};\n --wxc-tab--hover--color: #{$wxc-white-alpha-95};\n --wxc-tab--hover--border: none;\n\n --wxc-dropdown--normal--background: #{$wxc-black-alpha-100};\n --wxc-dropdown--normal--color: #{$wxc-white-alpha-70};\n --wxc-dropdown--normal--box-shadow: none;\n --wxc-dropdown--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--normal--outline: none;\n\n --wxc-dropdown--hover--background: #{$wxc-white-alpha-07};\n --wxc-dropdown--hover--color: #{$wxc-white-alpha-70};\n --wxc-dropdown--hover--box-shadow: none;\n --wxc-dropdown--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--hover--outline: none;\n\n --wxc-dropdown--active--background: #{$wxc-white-alpha-11};\n --wxc-dropdown--active--color: #{$wxc-white-alpha-95};\n --wxc-dropdown--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-dropdown--active--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-dropdown--active--outline: none;\n\n --wxc-dropdown--disabled--background: #{$wxc-white-alpha-11};\n --wxc-dropdown--disabled--color: #{$wxc-white-alpha-40};\n --wxc-dropdown--disabled--box-shadow: 0 0 0 2px #{$wxc-blue-40}, 0px 0px 0px 4px #{$wxc-blue-60};\n --wxc-dropdown--disabled--border: 1px solid #{$wxc-white-alpha-11};\n --wxc-dropdown--disabled--outline: none;\n\n --wxc-dropdown--focus--background: #{$wxc-black-alpha-100};\n --wxc-dropdown--focus--color: #{$wxc-white-alpha-95};\n --wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-dropdown--focus--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-dropdown--focus--outline: none;\n\n --wxc-input-field--normal--background: #{$wxc-black-alpha-00};\n --wxc-input-field--normal--color: #{$wxc-white-alpha-95};\n --wxc-input-field--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input-field--normal--box-shadow: none;\n --wxc-input-field--normal--outline: none;\n\n --wxc-input-field--hover--background: #{$wxc-white-alpha-07};\n --wxc-input-field--hover--color: #{$wxc-white-alpha-95};\n --wxc-input-field--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input-field--hover--box-shadow: none;\n --wxc-input-field--hover--outline: none;\n\n --wxc-input-field--active--background: #{$wxc-white-alpha-11};\n --wxc-input-field--active--color: #{$wxc-white-alpha-95};\n --wxc-input-field--active--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-input-field--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-input-field--active--outline: none;\n\n --wxc-input-field--focus--background: #{$wxc-white-alpha-11};\n --wxc-input-field--focus--color: #{$wxc-white-alpha-95};\n --wxc-input-field--focus--border: 1px solid #{$wxc-white-alpha-90};\n --wxc-input-field--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-40-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-40};\n --wxc-input-field--focus--outline: none;\n\n --wxc-input-field--disabled--background: #{$wxc-white-alpha-11};\n --wxc-input-field--disabled--color: #{$wxc-white-alpha-11};\n --wxc-input-field--disabled--border: 1px solid transparent;\n --wxc-input-field--disabled--box-shadow: none;\n --wxc-input-field--disabled--outline: none;\n\n --wxc-input-field--error-static--background: #{$wxc-red-90};\n --wxc-input-field--error-static--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-static--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-static--box-shadow: none;\n --wxc-input-field--error-static--outline: none;\n\n --wxc-input-field--error-hover--background: #{$wxc-white-alpha-07};\n --wxc-input-field--error-hover--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-hover--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-hover--box-shadow: none;\n --wxc-input-field--error-hover--outline: none;\n\n --wxc-input-field--error-focus--background: #{$wxc-white-alpha-11};\n --wxc-input-field--error-focus--color: #{$wxc-white-alpha-95};\n --wxc-input-field--error-focus--border: 1px solid #{$wxc-red-40};\n --wxc-input-field--error-focus--box-shadow: none;\n --wxc-input-field--error-focus--outline: none;\n\n --wxc-input-icon-color: #{$wxc-white-alpha-70};\n\n --wxc-input--label--color: #{$wxc-white-alpha-95};\n\n --wxc-options-list--background: #{$wxc-gray-95};\n\n --wxc-options-list--item--focus--box-shadow: 0 0 0 2px #{$wxc-blue-40} inset;\n --wxc-options-list--item--focus--outline: 2px solid #{$wxc-blue-40-alpha-30};\n\n --wxc-options-list--item--hover--background: #{$wxc-white-alpha-07};\n --wxc-options-list--item--hover--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--hover--border: none;\n\n --wxc-options-list--item--active--background: #{$wxc-white-alpha-11};\n --wxc-options-list--item--active--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--active--border: none;\n\n --wxc-options-list--item--selected--background: #{$wxc-gray-95};\n --wxc-options-list--item--selected--color: #{$wxc-white-alpha-95};\n --wxc-options-list--item--selected--border: none;\n\n --wxc-options-list--checked-icon--color: #{$wxc-blue-40};\n\n --wxc-popup--box-shadow: none;\n --wxc-popup--border: none;\n\n --wxc-scrollbar--thumb: #{$wxc-white-alpha-11};\n --wxc-scrollbar--background: #{$wxc-white-alpha-20};\n\n --wxc-hyperlink--normal--color: #{$wxc-blue-40};\n --wxc-hyperlink--hover--color: #{$wxc-blue-20};\n --wxc-hyperlink--active--color:#{$wxc-blue-20};\n\n --wxc-tooltip-background: #{$wxc-black-alpha-100};\n --wxc-tooltip-border: 1px solid #{$wxc-white-alpha-20};\n --wxc-tooltip-border-color: #{$wxc-white-alpha-20};\n\n --wxc-adaptive-cards--card--border: 1px solid #{$wxc-white-alpha-20};\n --wxc-adaptive-cards--card--border-radius: 8px;\n\n --wxc-adaptive-cards--background--default: #{$wxc-gray-95};\n --wxc-adaptive-cards--background--emphasis: #{$wxc-gray-80};\n --wxc-adaptive-cards--background--accent: #{$wxc-blue-80};\n --wxc-adaptive-cards--background--good: #{$wxc-green-80};\n --wxc-adaptive-cards--background--attention: #{$wxc-red-80};\n --wxc-adaptive-cards--background--warning: #{$wxc-yellow-80};\n\n --wxc-adaptive-cards--color--default: #{$wxc-white-alpha-95};\n --wxc-adaptive-cards--color--dark: #{$wxc-white-alpha-95};\n --wxc-adaptive-cards--color--light: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--color--accent: #{$wxc-blue-40};\n --wxc-adaptive-cards--color--good: #{$wxc-green-40};\n --wxc-adaptive-cards--color--warning: #{$wxc-yellow-40};\n --wxc-adaptive-cards--color--attention: #{$wxc-red-40};\n\n --wxc-adaptive-cards--subtle-color--default: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--subtle-color--dark: #{$wxc-white-alpha-70};\n --wxc-adaptive-cards--subtle-color--light: #{$wxc-white-alpha-60};\n --wxc-adaptive-cards--subtle-color--accent: #{$wxc-blue-30};\n --wxc-adaptive-cards--subtle-color--good: #{$wxc-green-30};\n --wxc-adaptive-cards--subtle-color--warning: #{$wxc-yellow-30};\n --wxc-adaptive-cards--subtle-color--attention: #{$wxc-red-30};\n\n --wxc-adaptive-cards--highlight-color: #{$wxc-gray-40};\n --wxc-adaptive-cards--separator-color: #{$wxc-gray-50};\n\n --wxc-input--title--normal: #{$wxc-white-alpha-95};\n --wxc-input--title--disabled: #{$wxc-white-alpha-40};\n\n --wxc-input--on--normal--border: none;\n --wxc-input--on--normal--background: #{$wxc-blue-40};\n --wxc-input--on--normal--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--hover--border: none;\n --wxc-input--on--hover--background: #{$wxc-blue-50};\n --wxc-input--on--hover--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--active--border: none;\n --wxc-input--on--active--background: #{$wxc-blue-60};\n --wxc-input--on--active--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--on--disabled--border: none;\n --wxc-input--on--disabled--background: #{$wxc-blue-80};\n --wxc-input--on--disabled--foreground: #{$wxc-black-alpha-50};\n\n --wxc-input--off--normal--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--normal--background: #{$wxc-white-alpha-20};\n --wxc-input--off--normal--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--hover--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--hover--background: #{$wxc-white-alpha-30};\n --wxc-input--off--hover--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--active--border: 1px solid #{$wxc-white-alpha-50};\n --wxc-input--off--active--background: #{$wxc-white-alpha-40};\n --wxc-input--off--active--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--off--disabled--border: none;\n --wxc-input--off--disabled--background: #{$wxc-white-alpha-11};\n --wxc-input--off--disabled--foreground: #{$wxc-white-alpha-40};\n\n --wxc-date-input--calendar-picker-indicator--filter: invert(5%);\n\n --wxc-adaptive-cards--action--hover--border: inherit;\n --wxc-adaptive-cards--action--hover--background: #{$wxc-white-alpha-07};\n --wxc-adaptive-cards--action--hover--foreground: inherit;\n\n\n --wxc-adaptive-cards--action--active--border: inherit;\n --wxc-adaptive-cards--action--active--background: #{$wxc-white-alpha-11};\n --wxc-adaptive-cards--action--active--foreground: inherit;\n\n --wxc-greeting--description--text-color: #{$wxc-white-alpha-70};\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-light, .md-theme-lightWebex {\n --wxc-browser-color-scheme: light;\n\n --wxc-loading-logo--url: url(../themes/light/loading.gif);\n --wxc-loading-logo--size: 11.6875rem;\n --wxc-auth-logo--url: url(../themes/light/webex-logo.svg);\n\n --wxc-text-color: #{$wxc-black-alpha-95};\n --wxc-secondary-text-color: #{$wxc-black-alpha-60};\n --wxc-warning-color: #{$wxc-yellow-70};\n --wxc-error-color: #{$wxc-red-70};\n --wxc-muted-color: #{$wxc-red-60};\n --wxc-speaking-color: #{$wxc-green-60};\n\n --wxc-primary-background: #{$wxc-gradation-webex-light-primary};\n --wxc-secondary-background: #{$wxc-gradation-webex-light-secondary};\n --wxc-video-background: #{$wxc-white-alpha-100};\n --wxc-secondary-video-background: #{$wxc-gray-10};\n\n --wxc-meeting-border: 1px solid #{$wxc-black-alpha-20};\n --wxc-box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n --wxc-focus-box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n\n --wxc-person-status--active-color: #{$wxc-green-60};\n --wxc-person-status--dnd-color: #{$wxc-red-60};\n --wxc-person-status--in-a-meeting-color: #{$wxc-yellow-60};\n --wxc-person-status--away-color: #{$wxc-gray-60};\n\n --wxc-badge-background: #{$wxc-white-alpha-100};\n --wxc-badge-border: 0.06rem solid #{$wxc-black-alpha-20};\n --wxc-badge-text-color: #{$wxc-black-alpha-95};\n --wxc-badge-box-shadow: 0 .5rem 1rem #{$wxc-black-alpha-16}, 0 0 .06rem #{$wxc-black-alpha-14};\n\n --wxc-avatar--placeholder-1--background: #{$wxc-black-alpha-50};\n --wxc-avatar--placeholder-2--background: #{$wxc-cobalt-70};\n --wxc-avatar--placeholder-3--background: #{$wxc-cyan-70};\n --wxc-avatar--placeholder-4--background: #{$wxc-gold-70};\n --wxc-avatar--placeholder-5--background: #{$wxc-lime-70};\n --wxc-avatar--placeholder-6--background: #{$wxc-mint-70};\n --wxc-avatar--placeholder-7--background: #{$wxc-orange-70};\n --wxc-avatar--placeholder-8--background: #{$wxc-pink-70};\n --wxc-avatar--placeholder-9--background: #{$wxc-slate-70};\n --wxc-avatar--placeholder-10--background: #{$wxc-violet-70};\n --wxc-avatar--placeholder-11--background: #{$wxc-purple-70};\n --wxc-avatar--bot-status-color: #{$wxc-blue-60};\n --wxc-avatar--self-status-color: #{$wxc-cobalt-50};\n --wxc-avatar--self-status-border: #{$wxc-black-alpha-100};\n --wxc-avatar--text-color: #{$wxc-white-alpha-100};\n\n --wxc-banner--top--background: #{$wxc-gradation-light-transparent};\n --wxc-banner--bottom--background: #{$wxc-white-alpha-70};\n\n --wxc-icon--background: #{$wxc-white-alpha-100};\n --wxc-icon--color: #{$wxc-black-alpha-100};\n --wxc-icon--accent-color: #{$wxc-green-60};\n --wxc-icon--muted-color: #{$wxc-red-60};\n\n --wxc-icon--error--gradient-start-color: #{$wxc-pink-50};\n --wxc-icon--error--gradient-stop-color: #{$wxc-red-60};\n\n --wxc-modal--background: #{$wxc-white-alpha-100};\n --wxc-modal--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-modal--box-shadow: 0 1.5rem 3rem #{$wxc-black-alpha-20}, 0 0 0.0625rem #{$wxc-black-alpha-12};\n\n --wxc-button--cancel--normal--background: #{$wxc-red-60};\n --wxc-button--cancel--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--normal--border: none;\n\n --wxc-button--cancel--active--background: #{$wxc-red-80};\n --wxc-button--cancel--active--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--active--border: none;\n\n --wxc-button--cancel--hover--background: #{$wxc-red-70};\n --wxc-button--cancel--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--cancel--hover--border: none;\n\n --wxc-button--cancel--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--cancel--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--cancel--disabled--border: none;\n\n --wxc-button--default--normal--background: transparent;\n --wxc-button--default--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--default--normal--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--active--background: #{$wxc-black-alpha-20};\n --wxc-button--default--active--color: #{$wxc-black-alpha-95};\n --wxc-button--default--active--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--hover--background: #{$wxc-black-alpha-07};\n --wxc-button--default--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--default--hover--border: 1px solid #{$wxc-black-alpha-30};\n\n --wxc-button--default--disabled--background: transparent;\n --wxc-button--default--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--default--disabled--border: 1px solid #{$wxc-black-alpha-20};\n\n --wxc-button--ghost--normal--background: transparent;\n --wxc-button--ghost--normal--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--normal--border: none;\n\n --wxc-button--ghost--hover--background: #{$wxc-black-alpha-07};\n --wxc-button--ghost--hover--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--hover--border: none;\n\n --wxc-button--ghost--active--background: #{$wxc-black-alpha-20};\n --wxc-button--ghost--active--color: #{$wxc-black-alpha-95};\n --wxc-button--ghost--active--border: none;\n\n --wxc-button--ghost--disabled--background: #{$wxc-black-alpha-40};\n --wxc-button--ghost--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--ghost--disabled--border: none;\n\n --wxc-button--join--normal--background: #{$wxc-green-60};\n --wxc-button--join--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--join--normal--border: none;\n\n --wxc-button--join--active--background: #{$wxc-green-80};\n --wxc-button--join--active--color: #{$wxc-white-alpha-95};\n --wxc-button--join--active--border: none;\n\n --wxc-button--join--hover--background: #{$wxc-green-70};\n --wxc-button--join--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--join--hover--border: none;\n\n --wxc-button--join--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--join--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--join--disabled--border: none;\n\n --wxc-button--primary--normal--background: #{$wxc-black-alpha-95};\n --wxc-button--primary--normal--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--normal--border: none;\n\n --wxc-button--primary--active--background: #{$wxc-black-alpha-70};\n --wxc-button--primary--active--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--active--border: none;\n\n --wxc-button--primary--hover--background: #{$wxc-black-alpha-80};\n --wxc-button--primary--hover--color: #{$wxc-white-alpha-95};\n --wxc-button--primary--hover--border: none;\n\n --wxc-button--primary--disabled--background: #{$wxc-black-alpha-20};\n --wxc-button--primary--disabled--color: #{$wxc-black-alpha-40};\n --wxc-button--primary--disabled--border: none;\n\n --wxc-spinner--circle--color: #{$wxc-gray-30};\n --wxc-spinner--moving--color: #{$wxc-gray-100};\n\n --wxc-tab--normal--background: transparent;\n --wxc-tab--normal--color: #{$wxc-black-alpha-60};\n --wxc-tab--normal--border: none;\n\n --wxc-tab--active--background: #{$wxc-black-alpha-20};\n --wxc-tab--active--color: #{$wxc-black-alpha-95};\n --wxc-tab--active--border: none;\n\n --wxc-tab--hover--background: #{$wxc-black-alpha-07};\n --wxc-tab--hover--color: #{$wxc-black-alpha-95};\n --wxc-tab--hover--border: none;\n\n --wxc-dropdown--normal--background: #{$wxc-white-alpha-100};\n --wxc-dropdown--normal--color: #{$wxc-black-alpha-60};\n --wxc-dropdown--normal--box-shadow: none;\n --wxc-dropdown--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--normal--outline: none;\n\n --wxc-dropdown--hover--background: #{$wxc-black-alpha-07};\n --wxc-dropdown--hover--color: #{$wxc-black-alpha-60};\n --wxc-dropdown--hover--box-shadow: none;\n --wxc-dropdown--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--hover--outline: none;\n\n --wxc-dropdown--active--background: #{$wxc-black-alpha-11};\n --wxc-dropdown--active--color: #{$wxc-black-alpha-95};\n --wxc-dropdown--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-dropdown--active--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-dropdown--active--outline: none;\n\n --wxc-dropdown--disabled--background: #{$wxc-black-alpha-11};\n --wxc-dropdown--disabled--color: #{$wxc-black-alpha-40};\n --wxc-dropdown--disabled--box-shadow: none;\n --wxc-dropdown--disabled--border: 1px solid #{$wxc-black-alpha-11};\n --wxc-dropdown--disabled--outline: none;\n\n --wxc-dropdown--focus--background: #{$wxc-white-alpha-100};\n --wxc-dropdown--focus--color: #{$wxc-black-alpha-95};\n --wxc-dropdown--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-dropdown--focus--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-dropdown--focus--outline: none;\n\n --wxc-input-field--normal--background: #{$wxc-white-alpha-100};\n --wxc-input-field--normal--color: #{$wxc-black-alpha-95};\n --wxc-input-field--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input-field--normal--box-shadow: none;\n --wxc-input-field--normal--outline: none;\n\n --wxc-input-field--hover--background: #{$wxc-black-alpha-04};\n --wxc-input-field--hover--color: #{$wxc-black-alpha-95};\n --wxc-input-field--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input-field--hover--box-shadow: none;\n --wxc-input-field--hover--outline: none;\n\n --wxc-input-field--active--background: #{$wxc-black-alpha-11};\n --wxc-input-field--active--color: #{$wxc-black-alpha-95};\n --wxc-input-field--active--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-input-field--active--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-input-field--active--outline: none;\n\n --wxc-input-field--focus--background: #{$wxc-black-alpha-11};\n --wxc-input-field--focus--color: #{$wxc-black-alpha-95};\n --wxc-input-field--focus--border: 1px solid #{$wxc-black-alpha-90};\n --wxc-input-field--focus--box-shadow: 0 0 0 0.25rem #{$wxc-blue-60-alpha-30}, 0 0 0 0.125rem #{$wxc-blue-60};\n --wxc-input-field--focus--outline: none;\n\n --wxc-input-field--disabled--background: #{$wxc-black-alpha-11};\n --wxc-input-field--disabled--color: #{$wxc-black-alpha-40};\n --wxc-input-field--disabled--border: 1px solid transparent;\n --wxc-input-field--disabled--box-shadow: none;\n --wxc-input-field--disabled--outline: none;\n\n --wxc-input-field--error-static--background: #{$wxc-red-10};\n --wxc-input-field--error-static--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-static--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-static--box-shadow: none;\n --wxc-input-field--error-static--outline: none;\n\n --wxc-input-field--error-hover--background: #{$wxc-black-alpha-04};\n --wxc-input-field--error-hover--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-hover--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-hover--box-shadow: none;\n --wxc-input-field--error-hover--outline: none;\n\n --wxc-input-field--error-focus--background: #{$wxc-black-alpha-11};\n --wxc-input-field--error-focus--color: #{$wxc-black-alpha-95};\n --wxc-input-field--error-focus--border: 1px solid #{$wxc-red-70};\n --wxc-input-field--error-focus--box-shadow: none;\n --wxc-input-field--error-focus--outline: none;\n\n --wxc-input-icon-color: #{$wxc-black-alpha-60};\n\n --wxc-input--label--color: #{$wxc-black-alpha-95};\n\n --wxc-options-list--background: #{$wxc-white-alpha-100};\n\n --wxc-options-list--item--focus--box-shadow: 0 0 0 2px #{$wxc-blue-60} inset;\n --wxc-options-list--item--focus--outline: 2px solid #{$wxc-blue-60-alpha-30};\n\n --wxc-options-list--item--hover--background: #{$wxc-black-alpha-07};\n --wxc-options-list--item--hover--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--hover--border: none;\n\n --wxc-options-list--item--active--background: #{$wxc-black-alpha-11};\n --wxc-options-list--item--active--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--active--border: none;\n\n --wxc-options-list--item--selected--background: #{$wxc-white-alpha-100};\n --wxc-options-list--item--selected--color: #{$wxc-black-alpha-95};\n --wxc-options-list--item--selected--border: none;\n\n --wxc-options-list--checked-icon--color: #{$wxc-blue-60};\n\n --wxc-popup--box-shadow: none;\n --wxc-popup--border: none;\n\n --wxc-scrollbar--thumb: #{$wxc-black-alpha-11};\n --wxc-scrollbar--background: #{$wxc-black-alpha-20};\n\n --wxc-hyperlink--normal--color: #{$wxc-blue-70};\n --wxc-hyperlink--hover--color: #{$wxc-blue-90};\n --wxc-hyperlink--active--color:#{$wxc-blue-90};\n\n --wxc-tooltip-background: #{$wxc-white-alpha-100};\n --wxc-tooltip-border: 1px solid #{$wxc-black-alpha-20};\n --wxc-tooltip-border-color: #{$wxc-black-alpha-20};\n\n --wxc-adaptive-cards--card--border: 1px solid #{$wxc-black-alpha-20};\n --wxc-adaptive-cards--card--border-radius: 8px;\n\n --wxc-adaptive-cards--background--default: #{$wxc-white-alpha-100};\n --wxc-adaptive-cards--background--emphasis: #{$wxc-gray-10};\n --wxc-adaptive-cards--background--accent: #{$wxc-blue-10};\n --wxc-adaptive-cards--background--good: #{$wxc-green-10};\n --wxc-adaptive-cards--background--attention: #{$wxc-red-10};\n --wxc-adaptive-cards--background--warning: #{$wxc-yellow-10};\n\n --wxc-adaptive-cards--color--default: #{$wxc-black-alpha-95};\n --wxc-adaptive-cards--color--dark: #{$wxc-black-alpha-95};\n --wxc-adaptive-cards--color--light: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--color--accent: #{$wxc-blue-70};\n --wxc-adaptive-cards--color--good: #{$wxc-green-70};\n --wxc-adaptive-cards--color--attention: #{$wxc-red-70};\n --wxc-adaptive-cards--color--warning: #{$wxc-yellow-70};\n\n --wxc-adaptive-cards--subtle-color--default: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--subtle-color--dark: #{$wxc-black-alpha-60};\n --wxc-adaptive-cards--subtle-color--light: #{$wxc-black-alpha-50};\n --wxc-adaptive-cards--subtle-color--accent: #{$wxc-blue-60};\n --wxc-adaptive-cards--subtle-color--good: #{$wxc-green-60};\n --wxc-adaptive-cards--subtle-color--warning: #{$wxc-yellow-60};\n --wxc-adaptive-cards--subtle-color--attention: #{$wxc-red-60};\n\n --wxc-adaptive-cards--highlight-color: #{$wxc-gray-70};\n --wxc-adaptive-cards--separator-color: #{$wxc-gray-80};\n\n --wxc-input--title--normal: #{$wxc-black-alpha-95};\n --wxc-input--title--disabled: #{$wxc-black-alpha-40};\n\n --wxc-input--on--normal--border: none;\n --wxc-input--on--normal--background: #{$wxc-blue-60};\n --wxc-input--on--normal--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--hover--border: none;\n --wxc-input--on--hover--background: #{$wxc-blue-70};\n --wxc-input--on--hover--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--active--border: none;\n --wxc-input--on--active--background: #{$wxc-blue-80};\n --wxc-input--on--active--foreground: #{$wxc-white-alpha-95};\n\n --wxc-input--on--disabled--border: none;\n --wxc-input--on--disabled--background: #{$wxc-blue-20};\n --wxc-input--on--disabled--foreground: #{$wxc-white-alpha-50};\n\n --wxc-input--off--normal--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--normal--background: #{$wxc-black-alpha-20};\n --wxc-input--off--normal--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--off--hover--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--hover--background: #{$wxc-black-alpha-30};\n --wxc-input--off--hover--foreground:#{$wxc-black-alpha-95};\n\n --wxc-input--off--active--border: 1px solid #{$wxc-black-alpha-50};\n --wxc-input--off--active--background: #{$wxc-black-alpha-40};\n --wxc-input--off--active--foreground: #{$wxc-black-alpha-95};\n\n --wxc-input--off--disabled--border: none;\n --wxc-input--off--disabled--background: #{$wxc-black-alpha-11};\n --wxc-input--off--disabled--foreground: #{$wxc-black-alpha-40};\n\n --wxc-date-input--calendar-picker-indicator--filter: invert(5%);\n\n --wxc-adaptive-cards--action--hover--border: inherit;\n --wxc-adaptive-cards--action--hover--background: #{$wxc-black-alpha-07};\n --wxc-adaptive-cards--action--hover--foreground: inherit;\n\n --wxc-adaptive-cards--action--active--border: inherit;\n --wxc-adaptive-cards--action--active--background: #{$wxc-black-alpha-11};\n --wxc-adaptive-cards--action--active--foreground: inherit;\n\n --wxc-greeting--description--text-color: #{$wxc-gray-60};\n}\n","$shadow-offset: 0.25rem;\n$shadow-blur: 1rem;\n$shadow-spread: -0.125rem;\n$shadow-color: rgba(0, 0, 0, 0.2);\n\n@mixin noselect {\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: auto;\n}\n\n@mixin body-font {\n font-family: $brand-font-regular;\n font-size: 1rem;\n line-height: 1.5rem;\n letter-spacing: 0.01875rem;\n}\n\n@mixin media-shadow {\n box-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-spread $shadow-color;\n border-radius: 0.5rem;\n}\n\n@mixin media-preview-mobile {\n @include media-shadow();\n\n position: absolute;\n bottom: 0.5rem;\n right: 0.5rem;\n z-index: 1;\n}\n\n@mixin media-preview-tablet {\n @include media-shadow();\n\n position: absolute;\n bottom: 1rem;\n right: 1rem;\n z-index: 1;\n}\n\n@mixin media-preview-desktop-xl {\n @include media-shadow();\n\n position: absolute;\n bottom: 2rem;\n right: 2rem;\n z-index: 1;\n}\n\n@mixin focusable {\n &:focus-visible {\n box-shadow: var(--wxc-focus-box-shadow);\n outline: none;\n }\n}\n","// Note, this string must match the one from src/constants.js\n$WEBEX_COMPONENTS_CLASS_PREFIX: 'wxc';\n\n$WEBEX_MEETING_MIN_HEIGHT: 25rem;\n$WEBEX_MEETING_MIN_WIDTH: 17rem; // Standard small phone width is 20rem, leaving some padding\n$brand-font-folder: '../assets/fonts';\n\n$font-family-sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n$font-family-serif: Georgia, Cambria, 'Times New Roman', Times, serif;\n$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;\n\n$brand-font-bold: 'CiscoSansTT Bold', $font-family-sans-serif;\n$brand-font-bold-oblique: 'CiscoSansTT Bold Oblique', $font-family-sans-serif;\n$brand-font-medium: 'CiscoSansTT Medium', $font-family-sans-serif;\n$brand-font-extra-light: 'CiscoSansTT Extra Light', $font-family-sans-serif;\n$brand-font-extra-light-oblique: 'CiscoSansTT Extra Light Oblique', $font-family-sans-serif;\n$brand-font-heavy: 'CiscoSansTT Heavy', $font-family-sans-serif;\n$brand-font-heavy-oblique: 'CiscoSansTT Heavy Oblique', $font-family-sans-serif;\n$brand-font-light: 'CiscoSansTT Light', $font-family-sans-serif;\n$brand-font-light-Oblique: 'CiscoSansTT Light Oblique', $font-family-sans-serif;\n$brand-font-regular: 'CiscoSansTT Regular', $font-family-sans-serif;\n$brand-font-regular-oblique: 'CiscoSansTT Regular Oblique', $font-family-sans-serif;\n$brand-font-thin: 'CiscoSansTT Thin', $font-family-sans-serif;\n$brand-font-thin-oblique: 'CiscoSansTT Thin Oblique', $font-family-sans-serif;\n",".wxc {\n @include body-font;\n color-scheme: var(--wxc-browser-color-scheme);\n}\n\n.wxc, .wxc * {\n box-sizing: border-box;\n\n ::-webkit-scrollbar {\n width: 0.25rem;\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--wxc-scrollbar--background);\n border-radius: 0.125rem;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-action {\n &__icon {\n width: 1rem;\n height: 1rem;\n margin-right: 0.375rem;\n }\n\n &__right-icon {\n margin-left: 0.375rem;\n }\n\n .wxc-ac-container--vertical > &:not(:first-child) { margin-top: 0.5rem; }\n .wxc-ac-container--horizontal > &:not(:first-child) { margin-left: 0.5rem; }\n\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-action-set {\n margin-bottom: 0.5rem;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-adaptive-card {\n background: var(--wxc-primary-background);\n color: var(--wxc-text-color);\n overflow: auto;\n border: var(--wxc-adaptive-cards--card--border);\n border-radius: var(--wxc-adaptive-cards--card--border-radius);\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac;\n\n.#{$C}-font-type--monospace { font-family: #{$font-family-monospace}; }\n.#{$C}-font-type--default { font-family: #{$brand-font-regular}; }\n\n.#{$C}-container--horizontal {\n &.#{$C}-horizontal-alignment--left { justify-content: flex-start; }\n &.#{$C}-horizontal-alignment--center { justify-content: center; }\n &.#{$C}-horizontal-alignment--right { justify-content: flex-end; }\n}\n\n.#{$C}-container--vertical {\n > :not(.#{$C}-container--horizontal) {\n &.#{$C}-horizontal-alignment--left { align-self: flex-start; }\n &.#{$C}-horizontal-alignment--center { align-self: center; }\n &.#{$C}-horizontal-alignment--right { align-self: flex-end; }\n }\n}\n\n.#{$C}-size {\n &--default { font-size: 0.875rem; }\n &--small { font-size: 0.75rem; }\n &--medium { font-size: 1rem; }\n &--large { font-size: 1.25rem; }\n &--extraLarge { font-size: 1.5rem; }\n}\n\n.#{$C}-weight {\n &--default { font-weight: 400; }\n &--lighter { font-weight: lighter; }\n &--bolder { font-weight: bolder; }\n}\n\n.#{$C}-wrap--false {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.#{$C}-rtl--true { direction: rtl; }\n.#{$C}-rtl--false { direction: ltr; }\n\n.#{$C}-highlight--true {\n background-color: var(--wxc-adaptive-cards--highlight-color);\n}\n\n.#{$C}-italic--true {\n font-style: italic;\n}\n\n.#{$C}-strikethrough--true {\n text-decoration: line-through;\n}\n\n.#{$C}-underline--true {\n text-decoration: underline;\n}\n\n.#{$C}-container-style {\n &--heading {\n font-weight: bold;\n font-size: 200%;\n }\n &--default { background-color: var(--wxc-adaptive-cards--background--default); }\n &--emphasis { background-color: var(--wxc-adaptive-cards--background--emphasis); }\n &--good { background-color: var(--wxc-adaptive-cards--background--good); }\n &--attention { background-color: var(--wxc-adaptive-cards--background--attention); }\n &--warning { background-color: var(--wxc-adaptive-cards--background--warning); }\n &--accent { background-color: var(--wxc-adaptive-cards--background--accent); }\n}\n\n.#{$C}-image-style--person { border-radius: 50%; }\n\n.#{$C}-image-size {\n &--small { width: 40px; height: 40px; }\n &--medium { width: 80px; height: 80px; }\n &--large { width: 160px; height: 160px; }\n}\n\n.#{$C}-container--has-padding {\n padding: 0.625rem;\n}\n\n.#{$C}-container--horizontal {\n display: flex;\n flex-direction: row;\n\n > .#{$C}-width {\n &--auto { width: auto; }\n &--stretch { flex: 1; }\n }\n\n > .#{$C}-height {\n &--auto { height: auto; }\n &--stretch { align-self: stretch; }\n }\n\n &.#{$C}-container--has-padding > .#{$C}-bleed--true {\n margin-top: -0.625rem;\n margin-bottom: -0.625rem;\n\n &:first-child { margin-left: -0.625rem; }\n &:last-child { margin-right: -0.625rem; }\n }\n}\n\n.#{$C}-container--vertical {\n display: flex;\n flex-direction: column;\n\n > .#{$C}-width {\n &--auto { width: auto; }\n &--stretch { align-self: stretch; }\n }\n\n > .#{$C}-height {\n &--auto { height: auto; }\n &--stretch { flex: 1; }\n }\n\n &.#{$C}-vertical-content-alignment {\n &--top { justify-content: flex-start; }\n &--center { justify-content: center; }\n &--bottom { justify-content: flex-end; }\n }\n\n &.#{$C}-container--has-padding > .#{$C}-bleed--true {\n margin-left: -0.625rem;\n margin-right: -0.625rem;\n\n &:first-child { margin-top: -0.625rem; }\n &:last-child { margin-bottom: -0.625rem; }\n }\n}\n\n.#{$C}-is-visible--false {\n display: none;\n}\n\n.#{$C}-is-subtle--true {\n color: var(--wxc-adaptive-cards--subtle-color--default);\n &.#{$C}-color--dark { color: var(--wxc-adaptive-cards--subtle-color--dark); }\n &.#{$C}-color--light { color: var(--wxc-adaptive-cards--subtle-color--light); }\n &.#{$C}-color--accent { color: var(--wxc-adaptive-cards--subtle-color--accent); }\n &.#{$C}-color--good { color: var(--wxc-adaptive-cards--subtle-color--good); }\n &.#{$C}-color--warning { color: var(--wxc-adaptive-cards--subtle-color--warning); }\n &.#{$C}-color--attention { color: var(--wxc-adaptive-cards--subtle-color--attention); }\n}\n\n:not(.#{$C}-is-subtle--true) {\n &.#{$C}-color--default { color: var(--wxc-adaptive-cards--color--default); }\n &.#{$C}-color--dark { color: var(--wxc-adaptive-cards--color--dark); }\n &.#{$C}-color--light { color: var(--wxc-adaptive-cards--color--light); }\n &.#{$C}-color--accent { color: var(--wxc-adaptive-cards--color--accent); }\n &.#{$C}-color--good { color: var(--wxc-adaptive-cards--color--good); }\n &.#{$C}-color--warning { color: var(--wxc-adaptive-cards--color--warning); }\n &.#{$C}-color--attention { color: var(--wxc-adaptive-cards--color--attention); }\n}\n\n.#{$C}-background-image {\n background-repeat: no-repeat;\n\n &-fill-mode {\n &--repeat { background-repeat: repeat; }\n &--repeathorizontally { background-repeat: repeat-x; }\n &--repeatvertically { background-repeat: repeat-y; }\n &--cover { background-size: cover; }\n }\n\n &-vertical-alignment {\n &--top { background-position: top; }\n &--center { background-position: center; }\n &--bottom { background-position: bottom; }\n }\n\n &-horizontal-alignment {\n &--left { background-position: left; }\n &--center { background-position: center; }\n &--right { background-position: right; }\n }\n}\n\n.#{$C}-select-action {\n @include focusable;\n &:hover {\n border: var(--wxc-adaptive-cards--action--hover--border);\n background-color: var(--wxc-adaptive-cards--action--hover--background);\n color: var(--wxc-adaptive-cards--action--hover--foreground)\n }\n &:active {\n border: var(--wxc-adaptive-cards--action--active--border);\n background-color: var(--wxc-adaptive-cards--action--active--background);\n color: var(--wxc-adaptive-cards--action--active--foreground)\n }\n}\n\n.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-unknown-component {\n white-space: pre-wrap;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-image-set;\n\n.#{$C} {\n display: flex;\n flex-wrap: wrap;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-input-text;\n\n.#{$C} {\n display: flex;\n\n .#{$C}__inline-action {\n margin-left: 0.5rem;\n }\n\n .#{$C}__input,\n .#{$C}__textbox {\n flex: 1;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-input-time;\n\n.#{$C} {\n .#{$C}__body {\n display: flex;\n align-items: center;\n }\n\n .#{$C}__separator {\n margin: 0 0.313rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-fact-set;\n\n.#{$C} {\n .#{$C}__fact-title {\n padding-right: 0.5rem;\n text-align: left;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-markdown;\n\n.#{$C} {\n p, ul, ol {\n margin: 0;\n }\n\n a {\n @include focusable;\n color: var(--wxc-hyperlink--normal--color);\n text-decoration: underline;\n\n &:hover {\n cursor: pointer;\n color: var(--wxc-hyperlink--hover--color);\n }\n\n &:active {\n cursor: pointer;\n color: var(--wxc-hyperlink--active--color);\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-ac-spacer;\n\n.#{$C} {\n flex-shrink: 0;\n\n .wxc-ac-container--vertical > & {\n display: flex;\n flex-direction: column;\n justify-content: center;\n\n &:first-child { display: none; }\n &--spacing {\n &--default { height: 0.5rem; }\n &--none { height: 0; }\n &--small { height: 0.188rem; }\n &--medium { height: 1.125rem; }\n &--large { height: 1.875rem; }\n &--extralarge { height: 2.5rem; }\n &--padding { height: 0.625rem; }\n }\n\n > :first-child {\n height: 0.063rem;\n background-color: var(--wxc-adaptive-cards--separator-color);\n align-self: stretch; \n }\n }\n\n .wxc-ac-container--horizontal > & {\n display: flex;\n flex-direction: row;\n justify-content: center;\n\n &:first-child { display: none; }\n &--spacing {\n &--default { width: 0.5rem; }\n &--none { width: 0; }\n &--small { width: 0.188rem; }\n &--medium { width: 1.125rem; }\n &--large { width: 1.875rem; }\n &--extralarge { width: 2.5rem; }\n &--padding { width: 0.625rem; }\n }\n\n > :first-child {\n width: 0.063rem;\n background-color: var(--wxc-adaptive-cards--separator-color);\n align-self: stretch;\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-cards-text-block;\n\n.#{$C} {\n &--max-lines {\n display: -webkit-box;\n flex-shrink: 0;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-badge {\n padding: .5rem 1rem .4375rem 1.0625rem;\n color: var(--wxc-badge-text-color);\n background: var(--wxc-badge-background);\n border: var(--wxc-badge-border);\n box-shadow: var(--wxc-badge-box-shadow);\n border-radius: 0.75rem;\n display: flex;\n align-items: center;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-banner;\n\n.#{$C} {\n display: flex;\n justify-content: center;\n color: var(--wxc-text-color);\n position: absolute;\n right: 0;\n left: 0;\n\n &--top {\n top: 0;\n background: var(--wxc-banner--top--background);\n padding: 0.75rem 0 5.25rem 0;\n }\n\n &--bottom {\n bottom: 0;\n background: var(--wxc-banner--bottom--background);\n padding: 0.75rem 0;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-button;\n\n.#{$C} {\n @include focusable;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n border-radius: 1000px;\n font-family: $brand-font-medium;\n line-height: 1;\n padding: 0 0.75rem;\n\n &:not([wxc-disabled]) {\n cursor: pointer;\n }\n}\n\n.#{$C}--join {\n background: var(--wxc-button--join--normal--background);\n border: var(--wxc-button--join--normal--border);\n color: var(--wxc-button--join--normal--color);\n\n &:hover {\n background: var(--wxc-button--join--hover--background);\n color: var(--wxc-button--join--hover--color);\n border: var(--wxc-button--join--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--join--active--background);\n color: var(--wxc-button--join--active--color);\n border: var(--wxc-button--join--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--join--disabled--background);\n color: var(--wxc-button--join--disabled--color);\n border: var(--wxc-button--join--disabled--border);\n }\n}\n\n.#{$C}--default,\n.#{$C}--toggle {\n background: var(--wxc-button--default--normal--background);\n color: var(--wxc-button--default--normal--color);\n border: var(--wxc-button--default--normal--border);\n\n &:hover {\n background: var(--wxc-button--default--hover--background);\n color: var(--wxc-button--default--hover--color);\n border: var(--wxc-button--default--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--default--active--background);\n color: var(--wxc-button--default--active--color);\n border: var(--wxc-button--default--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--default--disabled--background);\n color: var(--wxc-button--default--disabled--color);\n border: var(--wxc-button--default--disabled--border);\n }\n}\n\n.#{$C}--cancel {\n background: var(--wxc-button--cancel--normal--background);\n color: var(--wxc-button--cancel--normal--color);\n border: var(--wxc-button--cancel--normal--border);\n\n &:hover {\n background: var(--wxc-button--cancel--hover--background);\n color: var(--wxc-button--cancel--hover--color);\n border: var(--wxc-button--cancel--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--cancel--active--background);\n color: var(--wxc-button--cancel--active--color);\n border: var(--wxc-button--cancel--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--cancel--disabled--background);\n color: var(--wxc-button--cancel--disabled--color);\n border: var(--wxc-button--cancel--disabled--border);\n }\n}\n\n.#{$C}--ghost {\n background: var(--wxc-button--ghost--normal--background);\n color: var(--wxc-button--ghost--normal--color);\n border: var(--wxc-button--ghost--normal--border);\n border-radius: 50%;\n padding: 0 0.375rem;\n\n &:hover {\n background: var(--wxc-button--ghost--hover--background);\n color: var(--wxc-button--ghost--hover--color);\n border: var(--wxc-button--ghost--hover--border);\n }\n\n &:active {\n background: var(--wxc-button--ghost--active--background);\n color: var(--wxc-button--ghost--active--color);\n border: var(--wxc-button--ghost--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--ghost--disabled--background);\n color: var(--wxc-button--ghost--disabled--color);\n border: var(--wxc-button--ghost--disabled--border);\n }\n}\n\n.#{$C}--primary {\n font-size: 0.938rem;\n line-height: 1.25rem;\n padding: 0.25rem 0.875rem;\n letter-spacing: 0.015rem;\n background: var(--wxc-button--primary--normal--background);\n color: var(--wxc-button--primary--normal--color);\n border: var(--wxc-button--primary--normal--border);\n\n &:hover {\n background: var(--wxc-button--primary--hover--background);\n color: var(--wxc-button--primary--hover--color);\n border: var(--wxc-button--primary--hover--border);\n }\n\n &:active, &.#{$C}--pressed {\n background: var(--wxc-button--primary--active--background);\n color: var(--wxc-button--primary--active--color);\n border: var(--wxc-button--primary--active--border);\n }\n\n &[wxc-disabled] {\n background: var(--wxc-button--primary--disabled--background);\n color: var(--wxc-button--primary--disabled--color);\n border: var(--wxc-button--primary--disabled--border);\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n position: relative;\n\n .#{$C}__form-control {\n position: relative;\n display: flex;\n }\n\n .#{$C}__input {\n @include body-font;\n background: var(--wxc-input-field--normal--background);\n border: var(--wxc-input-field--normal--border);\n color: var(--wxc-input-field--normal--color);\n border-radius: 0.5rem;\n padding: 0.313rem 0.75rem 0.063rem 0.75rem;\n width: 100%;\n height: 2rem; // prevent height collapse on iOS\n -webkit-appearance: none; // to be able to display box-shadow on iOS mobile\n\n &[type="number"] {\n -moz-appearance: textfield;\n\n &::-webkit-inner-spin-button,\n &::-webkit-outer-spin-button {\n -moz-appearance: none;\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n }\n\n &:hover::-webkit-inner-spin-button,\n &:hover::-webkit-outer-spin-button {\n -moz-appearance: none;\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n }\n }\n\n @mixin disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n outline: var(--wxc-input-field--disabled--outline);\n }\n\n @mixin static {\n background: var(--wxc-input-field--normal--background);\n border: var(--wxc-input-field--normal--border);\n color: var(--wxc-input-field--normal--color);\n box-shadow: (--wxc-input-field--normal--box-shadow);\n outline: var(--wxc-input-field--normal--outline);\n }\n\n @mixin hover {\n background: var(--wxc-input-field--hover--background);\n border: var(--wxc-input-field--hover--border);\n color: var(--wxc-input-field--hover--color);\n box-shadow: var(--wxc-input-field--hover--box-shadow);\n outline: var(--wxc-input-field--hover--outline);\n }\n\n @mixin focus {\n background: var(--wxc-input-field--focus--background);\n border: var(--wxc-input-field--focus--border);\n color: var(--wxc-input-field--focus--color);\n box-shadow: var(--wxc-input-field--focus--box-shadow);\n outline: var(--wxc-input-field--focus--outline);\n }\n\n @mixin error-static {\n background: var(--wxc-input-field--error-static--background);\n border: var(--wxc-input-field--error-static--border);\n color: var(--wxc-input-field--error-static--color);\n box-shadow: var(--wxc-input-field--error-static--box-shadow);\n outline: var(--wxc-input-field--error-static--outline);\n }\n\n @mixin error-hover {\n background: var(--wxc-input-field--error-hover--background);\n border: var(--wxc-input-field--error-hover--border);\n color: var(--wxc-input-field--error-hover--color);\n box-shadow: var(--wxc-input-field--error-hover--box-shadow);\n outline: var(--wxc-input-field--error-hover--outline);\n }\n\n @mixin error-focus {\n background: var(--wxc-input-field--error-focus--background);\n border: var(--wxc-input-field--error-focus--border);\n color: var(--wxc-input-field--error-focus--color);\n box-shadow: var(--wxc-input-field--error-focus--box-shadow);\n outline: var(--wxc-input-field--error-focus--outline);\n }\n\n &:disabled {\n @include disabled;\n }\n\n &:not(:disabled) {\n &:not(&.#{$C}__error) {\n &:not(:focus) {\n &:not(:hover) {\n @include static;\n }\n\n &:hover {\n @include hover;\n }\n }\n\n &:focus {\n @include focus;\n }\n }\n\n &.#{$C}__error {\n &:not(:focus) {\n &:not(:hover) {\n @include error-static;\n }\n\n &:hover {\n @include error-hover;\n }\n }\n\n &:focus {\n @include error-focus;\n }\n }\n }\n }\n\n .#{$C}__right-icon {\n position: absolute;\n color: var(--wxc-input-icon-color);\n top: 50%;\n right: 2px;\n transform: translateY(-50%);\n\n &:not(:last-child) {\n right: 2rem;\n }\n }\n\n &--has-right-icon {\n .#{$C}__input{\n padding-right: 1.875rem;\n }\n }\n\n &--has-right-controls {\n .#{$C}__input{\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n }\n}\n','$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-loader;\n\n.#{$C} {\n background-color: $wxc-black-alpha-50;\n display: flex;\n align-items: center;\n justify-content: center;\n\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n\n .#{$C}__bullet {\n position: relative;\n width: 0.625rem;\n height: 0.625rem;\n margin: 1rem auto;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite linear alternate;\n animation-delay: 0.5s;\n\n &::before,\n &::after {\n content: "";\n display: inline-block;\n position: absolute;\n top: 0;\n }\n\n &::before {\n left: -0.9375rem;\n width: 0.625rem;\n height: 0.625rem;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite alternate;\n animation-delay: 0s;\n }\n\n &::after {\n left: 0.9375rem;\n width: 0.625rem;\n height: 0.625rem;\n border-radius: 0.3125rem;\n animation: dotFlashing 1s infinite alternate;\n animation-delay: 1s;\n }\n }\n\n @keyframes dotFlashing {\n 0% {\n background-color: $wxc-black-alpha-20;\n }\n 50%,\n 100% {\n background-color: $wxc-gray-10;\n }\n }\n}\n',"$wxc-gray-05: #F7F7F7;\n$wxc-gray-10: #EDEDED;\n$wxc-gray-20: #DEDEDE;\n$wxc-gray-30: #C9C9C9;\n$wxc-gray-40: #ADADAD;\n$wxc-gray-50: #8F8F8F;\n$wxc-gray-60: #707070;\n$wxc-gray-70: #545454;\n$wxc-gray-80: #3B3B3B;\n$wxc-gray-90: #262626;\n$wxc-gray-95: #1A1A1A;\n$wxc-gray-98: #FAFAFA;\n$wxc-gray-100: #0F0F0F;\n$wxc-light-gray: #D1D3D4;\n\n$wxc-blue-05: #EDF8FF;\n$wxc-blue-10: #DBF0FF;\n$wxc-blue-20: #BFE3FF;\n$wxc-blue-30: #96D0FF;\n$wxc-blue-40: #64B4FA;\n$wxc-blue-50: #3492EB;\n$wxc-blue-60: #1170CF;\n$wxc-blue-70: #0353A8;\n$wxc-blue-80: #063A75;\n$wxc-blue-90: #0A274A;\n$wxc-blue-95: #091A30;\n$wxc-blue-100: #07101C;\n\n$wxc-green-05: #EDF7F5;\n$wxc-green-10: #CEF5EB;\n$wxc-green-20: #9FEDD8;\n$wxc-green-30: #68DEBD;\n$wxc-green-40: #3CC29A;\n$wxc-green-50: #27A17A;\n$wxc-green-60: #1D805F;\n$wxc-green-70: #185E46;\n$wxc-green-80: #134231;\n$wxc-green-90: #0E2B20;\n$wxc-green-95: #0A1C15;\n$wxc-green-100: #07120D;\n\n$wxc-red-05: #FFF5F6;\n$wxc-red-10: #FFE8EA;\n$wxc-red-20: #FFD4DA;\n$wxc-red-30: #FFB8C1;\n$wxc-red-40: #FC8B98;\n$wxc-red-50: #F55868;\n$wxc-red-60: #DB1F2E;\n$wxc-red-70: #AB0A15;\n$wxc-red-80: #780D13;\n$wxc-red-90: #4F0E10;\n$wxc-red-95: #330D0E;\n$wxc-red-100: #1F0A0A;\n\n$wxc-yellow-05: #FFF6E3;\n$wxc-yellow-10: #FFEBC2;\n$wxc-yellow-20: #FFDA94;\n$wxc-yellow-30: #FFBE4F;\n$wxc-yellow-40: #F2990A;\n$wxc-yellow-50: #CF7900;\n$wxc-yellow-60: #A65E00;\n$wxc-yellow-70: #7D4705;\n$wxc-yellow-80: #57330A;\n$wxc-yellow-90: #36220C;\n$wxc-yellow-95: #24180B;\n$wxc-yellow-100: #140E08;\n\n$wxc-white-alpha-00: rgba(255, 255, 255, 0);\n$wxc-white-alpha-05: rgba(255, 255, 255, 0.05);\n$wxc-white-alpha-07: rgba(255, 255, 255, 0.07);\n$wxc-white-alpha-11: rgba(255, 255, 255, 0.11);\n$wxc-white-alpha-20: rgba(255, 255, 255, 0.2);\n$wxc-white-alpha-30: rgba(255, 255, 255, 0.3);\n$wxc-white-alpha-40: rgba(255, 255, 255, 0.4);\n$wxc-white-alpha-50: rgba(255, 255, 255, 0.5);\n$wxc-white-alpha-60: rgba(255, 255, 255, 0.6);\n$wxc-white-alpha-70: rgba(255, 255, 255, 0.7);\n$wxc-white-alpha-80: rgba(255, 255, 255, 0.8);\n$wxc-white-alpha-90: rgba(255, 255, 255, 0.9);\n$wxc-white-alpha-95: rgba(255, 255, 255, 0.95);\n$wxc-white-alpha-100: rgba(255, 255, 255, 1);\n\n$wxc-black-alpha-00: rgba(0, 0, 0, 0);\n$wxc-black-alpha-04: rgba(0, 0, 0, 0.04);\n$wxc-black-alpha-07: rgba(0, 0, 0, 0.07);\n$wxc-black-alpha-11: rgba(0, 0, 0, 0.11);\n$wxc-black-alpha-12: rgba(0, 0, 0, 0.12);\n$wxc-black-alpha-14: rgba(0, 0, 0, 0.14);\n$wxc-black-alpha-16: rgba(0, 0, 0, 0.16);\n$wxc-black-alpha-20: rgba(0, 0, 0, 0.2);\n$wxc-black-alpha-30: rgba(0, 0, 0, 0.3);\n$wxc-black-alpha-40: rgba(0, 0, 0, 0.4);\n$wxc-black-alpha-50: rgba(0, 0, 0, 0.5);\n$wxc-black-alpha-60: rgba(0, 0, 0, 0.6);\n$wxc-black-alpha-70: rgba(0, 0, 0, 0.7);\n$wxc-black-alpha-80: rgba(0, 0, 0, 0.8);\n$wxc-black-alpha-90: rgba(0, 0, 0, 0.9);\n$wxc-black-alpha-95: rgba(0, 0, 0, 0.95);\n$wxc-black-alpha-100: rgba(0, 0, 0, 1);\n\n$wxc-blue-40-alpha-30: rgba(100, 180, 250, 0.3);\n$wxc-blue-60-alpha-30: rgba(17, 112, 207, 0.3);\n\n$wxc-orange-10: #FAF4EB;\n$wxc-orange-20: #FCE4C7;\n$wxc-orange-30: #FFCA99;\n$wxc-orange-40: #FF9D52;\n$wxc-orange-50: #F26B1D;\n$wxc-orange-60: #C74F0E;\n$wxc-orange-70: #914017;\n$wxc-orange-80: #59311E;\n$wxc-orange-90: #33221B;\n$wxc-orange-100: #211916;\n\n$wxc-gold-10: #F7F6DC;\n$wxc-gold-20: #F5EAA2;\n$wxc-gold-30: #EBD460;\n$wxc-gold-40: #D6B220;\n$wxc-gold-50: #BA8C00;\n$wxc-gold-60: #996E00;\n$wxc-gold-70: #735107;\n$wxc-gold-80: #4D370C;\n$wxc-gold-90: #30240D;\n$wxc-gold-100: #21190B;\n\n$wxc-olive-10: #F3F5E4;\n$wxc-olive-20: #E7EDB7;\n$wxc-olive-30: #D3DB7B;\n$wxc-olive-40: #B4BA43;\n$wxc-olive-50: #999923;\n$wxc-olive-60: #7D7A18;\n$wxc-olive-70: #5C5813;\n$wxc-olive-80: #403D11;\n$wxc-olive-90: #29260D;\n$wxc-olive-100: #1C1A0A;\n\n$wxc-lime-10: #F3F7E9;\n$wxc-lime-20: #DDF2AE;\n$wxc-lime-30: #BCE36F;\n$wxc-lime-40: #93C437;\n$wxc-lime-50: #73A321;\n$wxc-lime-60: #588219;\n$wxc-lime-70: #416116;\n$wxc-lime-80: #2D4214;\n$wxc-lime-90: #1E2B10;\n$wxc-lime-100: #141C0C;\n\n$wxc-mint-10: #E9F7F3;\n$wxc-mint-20: #BAF5E7;\n$wxc-mint-30: #74E8D1;\n$wxc-mint-40: #30C9B0;\n$wxc-mint-50: #16A693;\n$wxc-mint-60: #148579;\n$wxc-mint-70: #12615A;\n$wxc-mint-80: #12423F;\n$wxc-mint-90: #102B2A;\n$wxc-mint-100: #0C1C1B;\n\n$wxc-cyan-10: #E6F9FA;\n$wxc-cyan-20: #B2F4F7;\n$wxc-cyan-30: #67E7F0;\n$wxc-cyan-40: #22C7D6;\n$wxc-cyan-50: #00A3B5;\n$wxc-cyan-60: #008094;\n$wxc-cyan-70: #066070;\n$wxc-cyan-80: #0A414D;\n$wxc-cyan-90: #0B2A30;\n$wxc-cyan-100: #091C21;\n\n$wxc-cobalt-10: #E5F8FF;\n$wxc-cobalt-20: #C7EEFF;\n$wxc-cobalt-30: #99DDFF;\n$wxc-cobalt-40: #5EBFF7;\n$wxc-cobalt-50: #279BE8;\n$wxc-cobalt-60: #0A78CC;\n$wxc-cobalt-70: #08599C;\n$wxc-cobalt-80: #103C63;\n$wxc-cobalt-90: #12283D;\n$wxc-cobalt-100: #0F1A26;\n\n$wxc-slate-10: #F2F4FF;\n$wxc-slate-20: #E3E7FA;\n$wxc-slate-30: #CED2ED;\n$wxc-slate-40: #B0B4D9;\n$wxc-slate-50: #8C91BD;\n$wxc-slate-60: #6F739E;\n$wxc-slate-70: #535573;\n$wxc-slate-80: #393A47;\n$wxc-slate-90: #26262B;\n$wxc-slate-100: #1A1A1C;\n\n$wxc-violet-10: #F8F2FC;\n$wxc-violet-20: #F0E3FC;\n$wxc-violet-30: #E2CAFC;\n$wxc-violet-40: #C7A5FA;\n$wxc-violet-50: #A87FF0;\n$wxc-violet-60: #875AE0;\n$wxc-violet-70: #643ABD;\n$wxc-violet-80: #432C78;\n$wxc-violet-90: #29223D;\n$wxc-violet-100: #1B1824;\n\n$wxc-purple-10: #FCF2FC;\n$wxc-purple-20: #FCE1FC;\n$wxc-purple-30: #FAC3F8;\n$wxc-purple-40: #F294F1;\n$wxc-purple-50: #E060DE;\n$wxc-purple-60: #C233C4;\n$wxc-purple-70: #932099;\n$wxc-purple-80: #601E66;\n$wxc-purple-90: #3B1840;\n$wxc-purple-100: #251329;\n\n$wxc-pink-10: #FFF2F5;\n$wxc-pink-20: #FFE0E7;\n$wxc-pink-30: #FFC7D2;\n$wxc-pink-40: #FC97AA;\n$wxc-pink-50: #F0677E;\n$wxc-pink-60: #D43B52;\n$wxc-pink-70: #A12A3A;\n$wxc-pink-80: #66262D;\n$wxc-pink-90: #3B1E21;\n$wxc-pink-100: #241617;\n\n\n//Gradation color\n\n$wxc-gradation-webex-light-primary: linear-gradient(#F0F0F0, #FFFFFF);\n$wxc-gradation-webex-light-secondary: linear-gradient(#FAFAFA, #FFFFFF);\n$wxc-gradation-webex-dark-primary: linear-gradient(#1A1A1A, #0F0F0F);\n$wxc-gradation-webex-dark-secondary: linear-gradient(#262626, #0F0F0F);\n\n$wxc-gradation-indigo-light-primary: linear-gradient(#EBEFFC, #FFFFFF);\n$wxc-gradation-indigo-light-secondary: linear-gradient(#F7F9FF, #FFFFFF);\n$wxc-gradation-indigo-dark-primary: linear-gradient(#13182B, #0E111A);\n$wxc-gradation-indigo-dark-secondary: linear-gradient(#212536, #0E111A);\n\n$wxc-gradation-jade-light-primary: linear-gradient(#E6F2F1, #FFFFFF);\n$wxc-gradation-jade-light-secondary: linear-gradient(#F7FCFC, #FFFFFF);\n$wxc-gradation-jade-dark-primary: linear-gradient(#001C18, #021412);\n$wxc-gradation-jade-dark-secondary: linear-gradient(#122925, #021412);\n\n$wxc-gradation-bronze-light-primary: linear-gradient(#F5EFE4, #FFFFFF);\n$wxc-gradation-bronze-light-secondary: linear-gradient(#FCFAF4, #FFFFFF);\n$wxc-gradation-bronze-dark-primary: linear-gradient(#1F1302, #171002);\n$wxc-gradation-bronze-dark-secondary: linear-gradient(#2E2515, #171002);\n\n$wxc-gradation-rose-light-primary: linear-gradient(#FCEBF5, #FFFFFF);\n$wxc-gradation-rose-light-secondary: linear-gradient(#FFF9FD, #FFFFFF);\n$wxc-gradation-rose-dark-primary: linear-gradient(#30041E, #1F0615);\n$wxc-gradation-rose-dark-secondary: linear-gradient(#40162E, #1F0615);\n\n$wxc-gradation-lavender-light-primary: linear-gradient(#F4EBFF, #FFFFFF);\n$wxc-gradation-lavender-light-secondary: linear-gradient(#FBF7FF, #FFFFFF);\n$wxc-gradation-lavender-dark-primary: linear-gradient(#231237, #18082B);\n$wxc-gradation-lavender-dark-secondary: linear-gradient(#301A4A, #18082B);\n\n$wxc-gradation-dark-transparent: linear-gradient(2.25deg, rgba(0, 0, 0, 0) 1.9%, rgba(0, 0, 0, 0.3) 50.23%, rgba(0, 0, 0, 0.8) 98.11%);\n$wxc-gradation-light-transparent: linear-gradient(2.25deg, rgba(255, 255, 255, 0) 1.9%, rgba(255, 255, 255, 0.3) 50.23%, rgba(255, 255, 255, 0.8) 98.11%);\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-modal;\n\n.#{$C} {\n position: fixed;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n z-index: 9;\n display: flex;\n align-items: flex-end;\n justify-content: center;\n background-color: #{$wxc-black-alpha-40};\n\n .#{$C}__content {\n border: var(--wxc-modal--border);\n box-shadow: var(--wxc-modal--box-shadow);\n background-color: var(--wxc-modal--background);\n flex: 1;\n max-height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n }\n\n &--centered-modal{\n align-items: center;\n\n .#{$C}__content {\n flex: 0 1 auto;\n }\n }\n\n .#{$C}__header {\n display: flex;\n align-items: center;\n padding: 0.75rem 1.25rem;\n }\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n font-family: $brand-font-bold;\n font-size: 1rem;\n line-height: 1.5rem;\n }\n\n .#{$C}__close {\n margin-left: auto;\n }\n\n .#{$C}__back {\n padding: 0.475rem;\n }\n\n .#{$C}__body {\n padding: 0 1.25rem 1.25rem;\n overflow-y: auto;\n flex: 1;\n min-height: 5rem;\n margin-bottom: 1rem;\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-option;\n\n.#{$C} {\n padding: 0.5rem 0.75rem;\n border-radius: 0.5rem;\n display: flex;\n align-items: center;\n cursor: pointer;\n color: var(--wxc-text-color);\n\n .#{$C}__label {\n flex: 1;\n display: block;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__check {\n color: var(--wxc-options-list--checked-icon--color);\n margin-left: 0.25rem;\n\n &--invisible {\n visibility: hidden;\n }\n }\n\n &[aria-selected="true"] {\n background: var(--wxc-options-list--item--selected--background);\n color: var(--wxc-options-list--item--selected--color);\n border: var(--wxc-options-list--item--selected--border);\n }\n\n &:hover {\n background: var(--wxc-options-list--item--hover--background);\n color: var(--wxc-options-list--item--hover--color);\n border: var(--wxc-options-list--item--hover--border);\n }\n\n &:active {\n background: var(--wxc-options-list--item--active--background);\n color: var(--wxc-options-list--item--active--color);\n border: var(--wxc-options-list--item--active--border);\n }\n\n &:focus-visible {\n outline: var(--wxc-options-list--item--focus--outline);\n box-shadow: var(--wxc-options-list--item--focus--box-shadow);\n }\n}\n\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list;\n\n.#{$C} {\n list-style: none;\n background: var(--wxc-options-list--background);\n margin: 0;\n padding: 0.5rem;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-popup;\n\n.#{$C} {\n position: fixed;\n z-index: 1;\n border: var(--wxc-popup--border);\n border-radius: 0.75rem;\n box-shadow: var(--wxc-popup--box-shadow);\n overflow: auto;\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-spinner {\n position: relative;\n display: inline-block;\n border: 1px solid var(--wxc-spinner--circle--color);\n border-radius: 50%;\n border-top-color: var(--wxc-spinner--moving--color);\n animation: spin 1s infinite linear;\n -webkit-animation: spin 1s infinite linear;\n}\n\n@keyframes spin {\n to { -webkit-transform: rotate(360deg); }\n}\n@-webkit-keyframes spin {\n to { -webkit-transform: rotate(360deg); }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-title {\n color: var(--wxc-text-color);\n line-height: 150%;\n margin: 1.25rem 0 0.25rem;\n font-weight: normal;\n\n &--section {\n font-family: $brand-font-bold;\n }\n\n &--subsection {\n font-family: $brand-font-medium;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-tooltip-container;\n\n.#{$C} {\n position: absolute;\n min-width: 4rem;\n max-width: 12.5rem;\n display: block;\n transform: translateX(-50%);\n z-index: 100;\n bottom: 0;\n\n .#{$C}__wrapper {\n position: relative;\n }\n\n .#{$C}__box {\n background: var(--wxc-tooltip-background);\n border-radius: 0.4375rem;\n border: var(--wxc-tooltip-border);\n box-shadow: 0 0.5rem 1rem $wxc-black-alpha-16, 0 0 0.0625rem $wxc-black-alpha-14;\n color: var(--wxc-text-color);\n font-size: 0.875rem;\n line-height: 1.5;\n padding: 0.5rem 0.75rem 0.585625rem 0.75rem;\n text-align: center;\n position: relative;\n\n .#{$C}__arrow {\n position: absolute;\n border: var(--wxc-tooltip-border);\n left: 50%;\n transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);\n bottom: -0.75rem;\n width: 1.25rem;\n height: 1.25rem;\n background: var(--wxc-tooltip-background);\n border-radius: 0.25rem;\n border-color: transparent var(--wxc-tooltip-border-color) var(--wxc-tooltip-border-color) transparent;\n }\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-audio-microphone-muted-icon {\n path { fill: var(--wxc-icon--muted-color); }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-camera-muted-icon {\n path { fill: var(--wxc-icon--muted-color); }\n}\n","@import 'AudioMicrophoneMutedIcon';\n@import 'CameraMutedIcon';\n\n.wxc-icon {\n fill: currentColor;\n\n :disabled &, [wxc-disabled] & {\n path { fill: currentColor; }\n }\n\n .accent {\n fill: var(--wxc-icon--accent-color);\n\n :disabled &, [wxc-disabled] & {\n display: none;\n }\n }\n\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-checkbox;\n\n.#{$C} {\n display: flex;\n align-items: center;\n cursor: pointer;\n @include focusable;\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n margin-left: 0.5rem;\n }\n .#{$C}__box {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 1rem;\n height: 1rem;\n padding: 0.25rem;\n border-radius: 0.125rem;\n\n .#{$C}__checkmark {\n width: 9px;\n height: 6.5px;\n }\n\n &--enabled {\n &.#{$C}__box--checked,\n &.#{$C}__box--indeterminate {\n background-color: var(--wxc-input--on--normal--background);\n border: var(--wxc-input--on--normal--border);\n\n .#{$C}__checkmark {\n color: var(--wxc-input--on--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--on--hover--background);\n border: var(--wxc-input--on--hover--border);\n }\n\n &:active {\n background-color: var(--wxc-input--on--active--background);\n border: var(--wxc-input--on--active--border);\n }\n }\n\n &.#{$C}__box--unchecked {\n background-color: var(--wxc-input--off--normal--background);\n border: var(--wxc-input--off--normal--border);\n\n &:hover {\n background-color: var(--wxc-input--off--hover--background);\n border: var(--wxc-input--off--hover--border);\n }\n\n &:active {\n background-color: var(--wxc-input--off--active--background);\n border: var(--wxc-input--off--active--border);\n }\n }\n }\n\n &--disabled {\n cursor: default;\n\n &.#{$C}__box--checked {\n background-color: var(--wxc-input--on--disabled--background);\n border: var(--wxc-input--on--disabled--border);\n\n .#{$C}__checkmark {\n color: var(--wxc-input--on--disabled--foreground);\n }\n }\n\n &.#{$C}__box--unchecked {\n background-color: var(--wxc-input--off--disabled--background);\n border: var(--wxc-input--off--disabled--border);\n }\n }\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-date-input;\n\n.#{$C} {\n input[type="date"] {\n position: relative;\n padding-left: 2rem;\n\n &::-webkit-calendar-picker-indicator {\n position: absolute;\n margin: 0 0 0.25rem 0;\n padding: 0;\n left: 0.75rem;\n filter: var(--wxc-date-input--calendar-picker-indicator--filter);\n }\n }\n}\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-dropdown;\n\n.#{$C} {\n &__control {\n position: relative;\n }\n\n .#{$C}__selected-option {\n display: flex;\n align-items: center;\n border-radius: 0.5rem;\n padding: 0.375rem 0.75rem;\n\n .#{$C}__label {\n flex: 1;\n display: block;\n margin-right: 0.25rem;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n }\n\n &:not(.#{$C}--disabled) {\n .#{$C}__selected-option {\n background: var(--wxc-dropdown--normal--background);\n border: var(--wxc-dropdown--normal--border);\n box-shadow: var(--wxc-dropdown--normal--box-shadow);\n color: var(--wxc-dropdown--normal--color);\n outline: var(--wxc-dropdown--normal--outline);\n cursor: pointer;\n\n &.#{$C}__expanded {\n background: var(--wxc-dropdown--active--background);\n border: var(--wxc-dropdown--active--border);\n box-shadow: var(--wxc-dropdown--active--box-shadow);\n color: var(--wxc-dropdown--active--color);\n outline: var(--wxc-dropdown--active--outline);\n\n &:focus {\n background: var(--wxc-dropdown--active--background);\n }\n }\n\n &:hover {\n background: var(--wxc-dropdown--hover--background);\n border: var(--wxc-dropdown--hover--border);\n box-shadow: var(--wxc-dropdown--hover--box-shadow);\n color: var(--wxc-dropdown--hover--color);\n outline: var(--wxc-dropdown--hover--outline);\n }\n\n &:active {\n background: var(--wxc-dropdown--active--background);\n border: var(--wxc-dropdown--active--border);\n box-shadow: var(--wxc-dropdown--active--box-shadow);\n color: var(--wxc-dropdown--active--color);\n outline: var(--wxc-dropdown--active--outline);\n }\n\n &:focus {\n background: var(--wxc-dropdown--focus--background);\n border: var(--wxc-dropdown--focus--border);\n box-shadow: var(--wxc-dropdown--focus--box-shadow);\n color: var(--wxc-dropdown--focus--color);\n outline: var(--wxc-dropdown--focus--outline);\n }\n }\n }\n\n &--disabled {\n .#{$C}__selected-option {\n background: var(--wxc-dropdown--disabled--background);\n border: var(--wxc-dropdown--disabled--border);\n box-shadow: var(--wxc-dropdown--disabled--box-shadow);\n color: var(--wxc-dropdown--disabled--color);\n outline: var(--wxc-dropdown--disabled--outline);\n cursor: default;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-label;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n &__label-text {\n align-self: flex-start;\n color: var(--wxc-text-color);\n font-size: 0.875rem;\n margin: 0 0 0.25rem 0.8125rem;\n white-space: nowrap;\n }\n\n &__text {\n white-space: normal;\n }\n\n &__required {\n color: var(--wxc-error-color);\n }\n\n &__control {\n flex: 1;\n }\n\n &__error {\n display: flex;\n flex-direction: row;\n align-items: center;\n color: var(--wxc-error-color);\n margin: 0.25rem 0;\n\n .#{$C}__error-text {\n font-size: 0.875rem;\n }\n\n .#{$C}__error-icon {\n margin: 0 0.5625rem 0 0.8125rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-number-input;\n\n.#{$C} {\n .#{$C}__controls {\n height: 100%;\n width: 1.9375rem;\n display: flex;\n flex-direction: column;\n border-left: var(--wxc-input-field--normal--border);\n right: 0.0625rem;\n }\n\n .#{$C}__increment-button {\n border: var(--wxc-input-field--normal--border);\n border-radius: 0 0.5rem 0 0;\n border-left-color: transparent;\n position: relative;\n left: -1px;\n }\n\n .#{$C}__decrement-button {\n border: var(--wxc-input-field--normal--border);\n border-radius: 0 0 0.5rem 0;\n border-left-color: transparent;\n border-top-color: transparent;\n position: relative;\n left: -1px;\n }\n\n .#{$C}__increment-button,\n .#{$C}__decrement-button {\n flex-basis: 50%;\n\n &:active {\n background: var(--wxc-input-field--active--background);\n border: var(--wxc-input-field--active--border);\n color: var(--wxc-input-field--active--color);\n box-shadow: var(--wxc-input-field--active--box-shadow);\n }\n\n &:disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-radio-button;\n\n.#{$C} {\n display: flex;\n align-items: center;\n position: relative;\n cursor: pointer;\n @include focusable;\n\n &__title {\n color: var(--wxc-input--title--normal);\n margin-left: 0.5rem;\n }\n\n &__background {\n position: relative;\n display: inline-block;\n content: '';\n cursor: pointer;\n border-radius: 50%;\n min-width: 1rem;\n width: 1rem;\n height: 1rem;\n }\n\n &__foreground {\n position: absolute;\n display: inline-block;\n content: '';\n border-radius: 50%;\n width: 0.375rem;\n height: 0.375rem;\n top: 0.3rem;\n left: 0.3rem;\n }\n\n &[aria-disabled='false'] {\n &[aria-checked='false'] {\n .#{$C}__background {\n border: var(--wxc-input--off--normal--border);\n background-color: var(--wxc-input--off--normal--background);\n &:hover {\n border: var(--wxc-input--off--hover--border);\n background-color: var(--wxc-input--off--hover--background);\n }\n &:active {\n border: var(--wxc-input--off--active--border);\n background-color: var(--wxc-input--off--active--background);\n }\n }\n }\n\n &[aria-checked='true'] {\n .#{$C}__background {\n border: var(--wxc-input--on--normal--border);\n background-color: var(--wxc-input--on--normal--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--normal--foreground);\n }\n &:hover {\n border: var(--wxc-input--on--hover--border);\n background-color: var(--wxc-input--on--hover--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--hover--foreground);\n }\n }\n &:active {\n border: var(--wxc-input--on--active--border);\n background-color: var(--wxc-input--on--active--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--active--foreground);\n }\n }\n }\n }\n }\n\n &[aria-disabled='true'] {\n cursor: default;\n\n .#{$C}__title {\n color: var(--wxc-input--title--disabled);\n }\n\n &[aria-checked='false'] {\n .#{$C}__background {\n border: var(--wxc-input--off--disabled--border);\n background-color: var(--wxc-input--off--disabled--background);\n }\n }\n\n &[aria-checked='true'] {\n .#{$C}__background {\n border: var(--wxc-input--on--disabled--border);\n background-color: var(--wxc-input--on--disabled--background);\n .#{$C}__foreground {\n background-color: var(--wxc-input--on--disabled--foreground);\n }\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-textbox;\n\n.#{$C} {\n &__control {\n @include body-font;\n width: 100%;\n height: 100%;\n background: var(--wxc-input-field--normal--background);\n color: var(--wxc-input-field--normal--color);\n border: var(--wxc-input-field--normal--border);\n box-shadow: var(--wxc-input-field--normal--box-shadow);\n outline: var(--wxc-input-field--normal--outline);\n border-radius: 0.5rem;\n font-size: 0.875rem;\n padding: 0.25rem 0.75rem;\n text-align: left;\n resize: none;\n -webkit-appearance: none; // to be able to display box-shadow on iOS mobile\n\n &:hover {\n background: var(--wxc-input-field--hover--background);\n color: var(--wxc-input-field--hover--color);\n border: var(--wxc-input-field--hover--border);\n box-shadow: var(--wxc-input-field--hover--box-shadow);\n outline: var(--wxc-input-field--hover--outline);\n }\n\n &:active {\n background: var(--wxc-input-field--active--background);\n color: var(--wxc-input-field--active--color);\n border: var(--wxc-input-field--active--border);\n box-shadow: var(--wxc-input-field--active--box-shadow);\n outline: var(--wxc-input-field--active--outline);\n }\n\n &:focus {\n background: var(--wxc-input-field--focus--background);\n color: var(--wxc-input-field--focus--color);\n border: var(--wxc-input-field--focus--border);\n box-shadow: var(--wxc-input-field--focus--box-shadow);\n outline: var(--wxc-input-field--focus--outline);\n }\n\n &:disabled {\n background: var(--wxc-input-field--disabled--background);\n border: var(--wxc-input-field--disabled--border);\n color: var(--wxc-input-field--disabled--color);\n box-shadow: var(--wxc-input-field--disabled--box-shadow);\n outline: var(--wxc-input-field--disabled--outline);\n }\n }\n}\n",'$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-time-input;\n\n.#{$C} {\n input[type="time"] {\n position: relative;\n padding-left: 2rem;\n\n &::-webkit-calendar-picker-indicator {\n position: absolute;\n margin: 0 0 0.25rem 0;\n padding: 0;\n left: 0.75rem;\n filter: var(--wxc-date-input--calendar-picker-indicator--filter);\n }\n }\n}\n',"$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-toggle;\n\n.#{$C} {\n display: flex;\n align-items: center;\n cursor: pointer;\n\n .#{$C}__title {\n color: var(--wxc-text-color);\n margin-left: 0.5rem;\n }\n\n .#{$C}__switch {\n @include focusable;\n position: relative;\n width: 2.75rem;\n height: 1.375rem;\n padding: 0.375rem;\n border-radius: 0.688rem;\n\n .#{$C}__slider {\n position: absolute;\n width: 22.73%;\n height: 45.46%;\n top: 27.37%;\n border-radius: 50%;\n }\n\n &--on .#{$C}__slider { left: 63.64%; }\n\n &--off .#{$C}__slider { left: 13.63%; }\n\n &--enabled {\n &.#{$C}__switch--on {\n background-color: var(--wxc-input--on--normal--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--on--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--on--hover--background);\n }\n\n &:active {\n background-color: var(--wxc-input--on--active--background);\n }\n }\n\n &.#{$C}__switch--off {\n background-color: var(--wxc-input--off--normal--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--off--normal--foreground);\n }\n\n &:hover {\n background-color: var(--wxc-input--off--hover--background);\n }\n\n &:active {\n background-color: var(--wxc-input--off--active--background);\n }\n }\n }\n\n &--disabled {\n cursor: default;\n\n &.#{$C}__switch--on {\n background-color: var(--wxc-input--on--disabled--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--on--disabled--foreground);\n }\n }\n\n &.#{$C}__switch--off {\n background-color: var(--wxc-input--off--disabled--background);\n\n .#{$C}__slider {\n background-color: var(--wxc-input--off--disabled--foreground);\n }\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity-header;\n\n$content-left-margin: 3.5rem; //avatar width + margin\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n position: relative;\n\n .#{$C}__avatar {\n position: absolute;\n margin: 0 0.5rem;\n width: 2.5rem;\n height: 2.5rem;\n }\n\n .#{$C}__author {\n @include noselect();\n display: flex;\n min-width: 18.75rem !important;\n margin-left: $content-left-margin;\n font-size: 0.875rem;\n line-height: 1.375rem;\n text-align: left;\n color: var(--wxc-secondary-text-color);\n word-wrap: break-word;\n }\n\n .#{$C}__timestamp {\n margin-left: 0.5rem;\n }\n}\n","@import 'ActivityHeader';\n\n$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity;\n$content-left-margin: 3.5rem; //avatar width + margin\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n width: 100%;\n margin: 0.5rem 0;\n\n .#{$C}__content {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n min-width: 15.625rem !important;\n margin-left: $content-left-margin;\n color: var(--wxc-text-color);\n word-wrap: break-word;\n\n .#{$C}__message {\n white-space: pre-wrap;\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-greeting;\n\n.#{$C} {\n display: block;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n max-width: 37.5rem;\n text-align: center;\n color: var(--wxc-text-color);\n margin: 0 auto;\n margin-top: 6.25rem;\n\n &--desktop {\n margin-top: 11.25rem;\n }\n\n .#{$C}__title {\n font-size: 1.252rem;\n font-weight: 700;\n margin-bottom: 1rem;\n }\n\n .#{$C}__description {\n color: var(--wxc-greeting--description--text-color)\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-time-ruler {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n color: $wxc-gray-20;\n width: 100%;\n padding: 0 3rem;\n margin: 0.5rem 0;\n\n &::after, &::before {\n border-top: 0.06rem solid currentColor;\n content: '';\n flex: 1 1 auto;\n }\n}\n","@import 'Greeting';\n@import 'TimeRuler';\n\n.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-activity-stream {\n position: relative;\n width: 100%;\n height: 100%;\n overflow-y: auto;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-adaptive-card;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n\n .#{$C}__card {\n flex: 1;\n }\n\n .#{$C}__status {\n display: flex;\n font-size: 0.75rem;\n margin-top: 0.25rem;\n margin-bottom: 0.25rem;\n padding-left: 1rem;\n color: var(--wxc-adaptive-cards--color--light);\n\n &--error {\n color: var(--wxc-adaptive-cards--color--attention);\n background-color: var(--wxc-adaptive-cards--background--attention);\n border-radius: 0.5rem;\n }\n }\n}\n","$C: wxc-adaptive-cards;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n .#{$C}__card {\n flex: 1;\n align-self: stretch;\n margin-bottom: 0.5rem;\n }\n}\n",".#{$WEBEX_COMPONENTS_CLASS_PREFIX}-audio-settings {\n display: flex;\n flex-direction: column;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-avatar;\n\n.#{$C} {\n width: 4rem;\n height: 4rem;\n\n display: block;\n\n .#{$C}__content {\n position: relative;\n width: 100%;\n height: 100%;\n\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .#{$C}__image-error {\n display: none;\n }\n\n .#{$C}__placeholder {\n display: flex;\n justify-content: center;\n align-items: center;\n\n border-radius: 50%;\n\n width: calc(100% - 1px);\n height: calc(100% - 1px);\n\n font-size: 0.875rem;\n color: var(--wxc-avatar--text-color);\n\n text-anchor: middle;\n dominant-baseline: middle;\n fill: currentColor;\n\n position: absolute;\n }\n\n .#{$C}__image {\n border-radius: 50%;\n width: 100%;\n height: 100%;\n position: absolute;\n }\n\n .#{$C}__status-icon-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n\n left: 62.5%;\n right: -12.5%;\n top: 56.25%;\n bottom: -6.25%;\n\n border-radius: 50%;\n\n background: var(--wxc-icon--background);\n\n .#{$C}__status-icon {\n width: 80%;\n height: 80%;\n }\n }\n\n .#{$C}__bot-badge {\n position: absolute;\n\n background-color: var(--wxc-avatar--bot-status-color);\n\n left: -5%;\n top: 72%;\n\n border-radius: 999rem;\n\n width: 75%;\n height: 37%;\n\n text-anchor: middle;\n dominant-baseline: middle;\n fill: var(--wxc-avatar--text-color);\n }\n\n .#{$C}__self-icon {\n z-index: 1;\n\n width: 70%;\n height: 80%;\n\n color: var(--wxc-avatar--self-status-color);\n }\n\n &--avatar-self {\n border: 1px solid var(--wxc-avatar--self-status-border);\n border-radius: 50%;\n }\n\n .#{$C}__status-active { color: var(--wxc-person-status--active-color); }\n .#{$C}__status-call { color: var(--wxc-person-status--in-a-meeting-color); }\n .#{$C}__status-meeting { color: var(--wxc-person-status--in-a-meeting-color); }\n .#{$C}__status-dnd { color: var(--wxc-person-status--dnd-color); }\n .#{$C}__status-presenting { color: var(--wxc-person-status--dnd-color); }\n .#{$C}__status-inactive { color: var(--wxc-person-status--away-color); }\n .#{$C}__status-ooo { color: var(--wxc-person-status--away-color); }\n\n .#{$C}__placeholder-1 { background: var(--wxc-avatar--placeholder-1--background); }\n .#{$C}__placeholder-2 { background: var(--wxc-avatar--placeholder-2--background); }\n .#{$C}__placeholder-3 { background: var(--wxc-avatar--placeholder-3--background); }\n .#{$C}__placeholder-4 { background: var(--wxc-avatar--placeholder-4--background); }\n .#{$C}__placeholder-5 { background: var(--wxc-avatar--placeholder-5--background); }\n .#{$C}__placeholder-6 { background: var(--wxc-avatar--placeholder-6--background); }\n .#{$C}__placeholder-7 { background: var(--wxc-avatar--placeholder-7--background); }\n .#{$C}__placeholder-8 { background: var(--wxc-avatar--placeholder-8--background); }\n .#{$C}__placeholder-9 { background: var(--wxc-avatar--placeholder-9--background); }\n .#{$C}__placeholder-10 { background: var(--wxc-avatar--placeholder-10--background); }\n .#{$C}__placeholder-11 { background: var(--wxc-avatar--placeholder-11--background); }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-in-meeting;\n\n$shadow-offset: 0.25rem;\n$shadow-blur: 1rem;\n$shadow-spread: -0.125rem;\n$shadow-color: rgba(0, 0, 0, 0.2);\n\n.#{$C} {\n border-radius: 0.5rem;\n position: relative;\n display: flex;\n justify-content: center;\n\n &--remote-sharing {\n .#{$C}__local-media-in-meeting {\n display: none;\n }\n }\n\n .#{$C}__media-container {\n position: relative;\n display: flex;\n flex-direction: column;\n flex: 1;\n align-self: stretch;\n }\n\n .#{$C}__share-banner {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n }\n\n .#{$C}__remote-media-in-meeting {\n flex: 1;\n min-height: 0;\n }\n\n .#{$C}__local-media-in-meeting {\n @include media-preview-mobile();\n\n height: 5.625rem;\n width: 10rem;\n min-width: auto;\n min-height: auto;\n background: var(--wxc-secondary-video-background);\n }\n\n &--tablet {\n .#{$C}__local-media-in-meeting {\n @include media-preview-tablet();\n }\n }\n\n &--desktop {\n .#{$C}__local-media-in-meeting {\n @include media-preview-tablet();\n }\n }\n\n &--desktop-xl {\n .#{$C}__local-media-in-meeting {\n @include media-preview-desktop-xl();\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-interstitial-meeting;\n\n.#{$C} {\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: $WEBEX_MEETING_MIN_WIDTH;\n\n .#{$C}__media-container {\n flex: 1;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n }\n\n .#{$C}__interstitial-media-container {\n flex: 1;\n min-height: 0;\n align-self: stretch;\n display: flex;\n flex-direction: column;\n position: relative;\n }\n\n .#{$C}__media {\n flex: 1;\n min-height: 0;\n align-self: stretch;\n }\n\n .#{$C}__info {\n margin-bottom: 1rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-local-media;\n\n.#{$C} {\n display: flex;\n position: relative;\n justify-content: center;\n align-items: center;\n\n height: 100%;\n width: 100%;\n min-height: 7.5rem; // Smallest height for local media is the tallest an avatar can get through transforms\n min-width: 7.5rem; // Smallest width for local media is the widest an avatar can get through transforms\n border-radius: 0.5rem;\n background: var(--wxc-video-background);\n\n .#{$C}__video {\n height: 100%;\n width: 100%;\n object-fit: cover;\n border-radius: 0.5rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-media-access;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n background: var(--wxc-primary-background);\n color: var(--wxc-text-color);\n\n .#{$C}__logo-container {\n position: absolute;\n top: 0;\n left: 0;\n }\n .#{$C}__title {\n margin-top: 0.5rem;\n }\n\n .#{$C}__body {\n color: var(--wxc-secondary-text-color);\n margin-top: 0.5rem;\n margin-bottom: 2.25rem;\n max-width: 25rem;\n text-align: center;\n font-size: 0.875rem;\n\n .#{$C}__allow {\n font-family: #{$brand-font-bold};\n }\n }\n}\n\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting;\n\n.#{$C} {\n min-height: $WEBEX_MEETING_MIN_HEIGHT;\n min-width: $WEBEX_MEETING_MIN_WIDTH;\n color: var(--wxc-text-color);\n background: var(--wxc-primary-background);\n border: var(--wxc-meeting-border);\n box-shadow: var(--wxc-box-shadow);\n padding: 0 1rem;\n display: flex;\n flex-direction: column;\n align-items: stretch;\n position: relative;\n transform: translate(0, 0); // offset parent for modals\n\n &--roster-only {\n .#{$C}__inner-meeting {\n display: none;\n }\n .#{$C}__member-roster {\n flex: 1;\n }\n }\n\n .#{$C}__centered {\n margin: auto;\n text-align: center;\n }\n\n .#{$C}__loading-logo {\n background: var(--wxc-loading-logo--url) no-repeat center / var(--wxc-loading-logo--size);\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n\n .#{$C}__body {\n flex: 1;\n min-height: 0;\n\n position: relative;\n display: flex;\n align-items: stretch;\n }\n\n .#{$C}__inner-meeting {\n flex: 1;\n min-width: 0;\n margin-bottom: 1rem;\n }\n\n .#{$C}__member-roster {\n width: 23.25rem;\n margin: 0 -1rem 0 0.5rem;\n }\n\n .#{$C}__control-bar {\n margin-bottom: 1.5rem;\n }\n\n .#{$C}__media-state-toast {\n position: absolute;\n top: 75%;\n left: 50%;\n transform: translateX(-50%);\n z-index: 5;\n white-space: nowrap;\n }\n\n .#{$C}__settings {\n width: 75%;\n max-width: 60rem;\n min-width: 18.5rem;\n height: 75%;\n max-height: 60rem;\n min-height: 25rem;\n }\n\n .#{$C}__authentication {\n width: 53%;\n max-width: 31.25rem;\n min-width: 18.5rem;\n }\n\n .#{$C}__authentication-guest,\n .#{$C}__authentication-host {\n height: 25rem; // reserve space for validation errors\n }\n\n .#{$C}__logo {\n margin: 1rem 0 0.3125rem 0;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-guest-authentication;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n line-height: 1.375rem;\n min-width: 0;\n\n .#{$C}__header {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin-bottom: 1.5rem;\n max-width: 100%;\n }\n\n .#{$C}__logo {\n background: var(--wxc-auth-logo--url) no-repeat center;\n width: 3.689rem;\n height: 2.625rem;\n margin-bottom: 1.25rem;\n }\n\n .#{$C}__title {\n font-family: $brand-font-medium;\n font-size: 1.25rem;\n line-height: 1.875rem;\n max-width: 100%;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__form-content {\n display: flex;\n flex-direction: column;\n width: 17.625rem;\n\n .#{$C}__input {\n margin-bottom: 1rem;\n }\n\n .#{$C}__start-button {\n align-items: center;\n }\n\n .#{$C}__start-button-spinner {\n margin-right: 0.5rem;\n }\n }\n\n .#{$C}__host-text {\n margin-top: 1.25rem;\n color: var(--wxc-secondary-text-color);\n\n .#{$C}__host-hyperlink {\n @include focusable;\n color: var(--wxc-hyperlink--normal--color);\n text-decoration: underline;\n\n &:hover {\n cursor: pointer;\n color: var(--wxc-hyperlink--hover--color);\n }\n\n &:active {\n cursor: pointer;\n color: var(--wxc-hyperlink--active--color);\n }\n }\n }\n\n &--phone {\n .#{$C}__title {\n font-size: 1rem;\n line-height: 1.5rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-host-authentication;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n line-height: 1.375rem;\n min-width: 0;\n\n .#{$C}__header {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin-bottom: 1.5rem;\n max-width: 100%;\n }\n\n .#{$C}__logo {\n background: var(--wxc-auth-logo--url) no-repeat center;\n width: 3.689rem;\n height: 2.625rem;\n margin-bottom: 1.25rem;\n }\n\n .#{$C}__title {\n font-family: $brand-font-medium;\n font-size: 1.25rem;\n line-height: 1.875rem;\n max-width: 100%;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n .#{$C}__form-content {\n display: flex;\n flex-direction: column;\n width: 17.625rem;\n\n .#{$C}__input {\n margin-bottom: 1rem;\n }\n\n .#{$C}__start-button-spinner {\n margin-right: 0.5rem;\n }\n }\n\n &--phone {\n .#{$C}__title {\n font-size: 1rem;\n line-height: 1.5rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-control;\n\n.#{$C} {\n display: inline-block;\n color: var(--wxc-text-color);\n\n &--as-item {\n display: flex;\n align-items: baseline;\n\n .#{$C}__item-button-icon {\n position: relative;\n top: 0.0625rem;\n }\n\n .#{$C}__item-button-text {\n flex: 1;\n margin-left: 0.75rem;\n line-height: 150%;\n }\n }\n\n .#{$C}__button-text {\n position: relative;\n top: 0.125rem;\n white-space: nowrap;\n }\n\n .#{$C}__button-text:not(:first-child) {\n margin-left: 0.375rem;\n }\n\n .#{$C}__control-button { flex: 1; }\n\n .#{$C}__control-select { flex: 1; }\n\n .#{$C}__as-item {\n &:hover {\n background: transparent;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-control-bar;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n position: relative;\n\n .#{$C}__controls {\n white-space: nowrap;\n display: flex;\n align-items: center;\n\n > * {\n margin: 0.3125rem;\n }\n\n &--control-refs {\n height: 0;\n overflow: hidden;\n }\n }\n\n .#{$C}__collapsed-controls {\n position: absolute;\n bottom: calc(100% + 0.2rem);\n left: 0;\n right: 0;\n z-index: 100;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-meeting-info;\n\n.#{$C} {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n color: var(--wxc-text-color);\n\n .#{$C}__title {\n text-align: center;\n margin: 0;\n }\n\n .#{$C}__time {\n font-size: 0.75rem;\n text-align: center;\n }\n\n &--tablet {\n .#{$C}__title {\n font-size: 1.255rem;\n }\n\n .#{$C}__time {\n font-size: 0.875rem;\n }\n }\n\n &--desktop {\n .#{$C}__title {\n font-size: 1.5rem;\n }\n\n .#{$C}__time {\n font-size: 1rem;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-member;\n\n.#{$C} {\n display: flex;\n align-items: center;\n color: var(--wxc-text-color);\n\n .#{$C}__avatar {\n height: 2rem;\n width: 2rem;\n margin-top: 0.5rem;\n margin-bottom: 0.5rem;\n }\n\n .#{$C}__details {\n flex: 1;\n min-width: 0;\n margin-left: 0.75rem;\n }\n\n .#{$C}__name {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-top: 0.063rem;\n\n .#{$C}__guest {\n color: var(--wxc-secondary-text-color);\n }\n }\n\n .#{$C}__roles {\n font-size: 0.875rem;\n line-height: 1rem;\n color: var(--wxc-secondary-text-color);\n }\n\n .#{$C}__organization {\n font-size: 0.875rem;\n line-height: 1rem;\n color: var(--wxc-warning-color);\n }\n\n .#{$C}__sharing {\n margin-right: 2.5rem;\n }\n\n .#{$C}__speaking {\n color: var(--wxc-speaking-color);\n }\n\n .#{$C}__muted {\n color: var(--wxc-muted-color);\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-member-roster;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n color: var(--wxc-text-color);\n background: var(--wxc-secondary-background);\n border-radius: 0.5rem 0 0 0;\n padding: 0.625rem 0 0.625rem 0.75rem;\n\n\n .#{$C}__section-title {\n color: var(--wxc-secondary-text-color);\n font-size: 0.875rem;\n line-height: 1.375rem;\n margin: 0;\n letter-spacing: normal;\n padding: 0.438rem 0 0.188rem 0;\n }\n\n .#{$C}__external-user-warning {\n color: var(--wxc-warning-color);\n display: flex;\n align-items: flex-start;\n font-size: 0.875rem;\n line-height: 1.375rem;\n margin-top: 0.75rem;\n\n .#{$C}__external-user-icon {\n margin-right: 0.578rem;\n }\n\n .#{$C}__external-user-message {\n flex: 1;\n }\n }\n\n .#{$C}__header {\n display: flex;\n align-items: center;\n padding-right: 0.375rem;\n\n .#{$C}__title {\n font-family: $brand-font-bold;\n margin: 0;\n flex: 1;\n }\n }\n\n .#{$C}__members {\n overflow-y: auto;\n flex: 1;\n padding-right: 1.25rem;\n scrollbar-width: thin; //works only for Firefox\n }\n\n ::-webkit-scrollbar {\n width: 1rem;\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--wxc-scrollbar--thumb);\n border-radius: 1rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-messaging;\n\n.#{$C}__loading-logo {\n background: var(--wxc-loading-logo--url) no-repeat center / var(--wxc-loading-logo--size);\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-no-media;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n align-items: center;\n font-size: 0.875rem;\n color: var(--wxc-text-color);\n\n .#{$C}__icon-media-issue {\n fill: transparent;\n }\n\n .#{$C}__title {\n color: var(--wxc-error-color);\n }\n\n .#{$C}__indications {\n margin-top: 1.875rem;\n margin-bottom: 0;\n\n .#{$C}__accent {\n font-family: $brand-font-bold;\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-remote-media;\n\n.#{$C} {\n background: var(--wxc-video-background);\n border-radius: 0.5rem;\n\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n\n .#{$C}__media-error {\n font-family: $brand-font-medium;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n color: var(--wxc-text-color);\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n }\n\n .#{$C}__error-icon {\n margin-bottom: 1.234rem;\n }\n\n .#{$C}__video {\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n\n .#{$C}__connecting-badge {\n z-index: 5;\n white-space: nowrap;\n }\n\n .#{$C}__connecting-spinner {\n margin-right: .6875rem;\n }\n\n &--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-mobile();\n height: 5.625rem;\n width: 10rem;\n }\n\n .#{$C}__remote-share {\n flex-grow: 1;\n }\n }\n\n\n &--tablet {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-tablet();\n }\n }\n }\n\n &--desktop {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-tablet();\n }\n }\n }\n\n &--desktop-xl {\n &.#{$C}--remote-video-n-share {\n .#{$C}__remote-video {\n @include media-preview-desktop-xl();\n }\n }\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-tabs;\n\n.#{$C} {\n .#{$C}__list {\n display: flex;\n list-style-type: none;\n margin: 0;\n padding: 1.5rem 1.375rem;\n\n .#{$C}__tab {\n button {\n @include focusable;\n background: var(--wxc-tab--normal--background);\n color: var(--wxc-tab--normal--color);\n border: var(--wxc-tab--normal--border);\n cursor: pointer;\n font-family: $brand-font-medium;\n font-size: 0.875rem;\n line-height: 1.375rem;\n padding: 0.1875rem 1rem;\n border-radius: 0.875rem;\n\n &:hover {\n color: var(--wxc-tab--hover--color);\n background: var(--wxc-tab--hover--background);\n border: var(--wxc-tab--hover--border);\n }\n\n &:active {\n color: var(--wxc-tab--active--color);\n background: var(--wxc-tab--active--background);\n border: var(--wxc-tab--active--border);\n }\n }\n\n &--active > button {\n color: var(--wxc-tab--active--color);\n background: var(--wxc-tab--active--background);\n }\n\n &:not(:last-child) {\n margin-right: 0.5rem;\n }\n }\n }\n\n .#{$C}__content {\n padding: 0 1.375rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-video-settings;\n\n.#{$C} {\n display: flex;\n flex-direction: column;\n\n .#{$C}__media {\n position: relative;\n margin-top: 1.5rem;\n }\n\n .#{$C}__no-media {\n margin: 2.5rem 1.875rem 1.125rem;\n }\n}\n","$C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-waiting-for-host;\n\n.#{$C} {\n flex: 1;\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-self: stretch;\n border-radius: 0.5rem;\n\n .#{$C}__info {\n margin-bottom: 1rem;\n }\n\n .#{$C}__content {\n flex: 1;\n min-height: 0;\n position: relative;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background: var(--wxc-video-background);\n color: var(--wxc-text-color);\n border-radius: 0.5rem;\n }\n\n .#{$C}__icon {\n margin-bottom: 0.5rem;\n }\n\n .#{$C}__text {\n width: 15rem;\n height: 2.625rem;\n text-align: center;\n font-size: 0.875rem;\n line-height: 1.3rem;\n margin-bottom: 1.75rem;\n }\n\n .#{$C}__local-media {\n @include media-preview-mobile();\n\n height: 5.625rem;\n width: 10rem;\n min-width: auto;\n min-height: auto;\n background: var(--wxc-secondary-video-background);\n }\n}\n","$C:#{$WEBEX_COMPONENTS_CLASS_PREFIX}-search-people;\n\n.#{$C} {\n min-width: 300px;\n max-width: 450px;\n width: 450px;\n color: var(--wxc-text-color);\n margin-top: 20px;\n\n .#{$C}__people-list-box {\n background: var(--wxc-options-list--normal--background);\n width: auto;\n max-height: 105px;\n overflow-y: auto;\n border: 0.0625rem solid #CCCCCC;\n border-radius: 0.5rem;\n margin-top: 8px;\n stroke-width: 1px;\n transition: box-shadow 0.15s ease-out;\n text-align: left;\n\n .#{$C}__people-added {\n background: var(--wxc-primary-background);\n box-shadow: var(--wxc-box-shadow);\n display: inline-block;\n font-size: 12px;\n border-radius: 30px;\n height: 24px;\n padding: 0 4px 0 1rem;\n display: inline-flex;\n align-items: center;\n margin: 0.3rem;\n\n .#{$C}__people-added-content {\n padding-right: 5px;\n }\n }\n\n .#{$C}__input {\n border: none;\n }\n } \n\n .#{$C}__suggestions {\n height:200px;\n width:auto;\n overflow-y: auto;\n\n .#{$C}__suggestions-list {\n display: flex;\n\n .#{$C}__avatar {\n width: 2.5rem;\n height: auto;\n border-radius: 20px;\n }\n\n .#{$C}__data {\n padding-left: 10px;\n text-align: left;\n }\n\n .#{$C}__list-selected {\n color: var(--wxc-options-list--checked-icon--color);\n flex:1;\n text-align: end;\n }\n }\n\n .#{$C}__list-heading {\n padding: 5px;\n border-bottom: 1px solid grey;\n background: var(--wxc-options-list--normal--background);\n text-align: left;\n }\n\n .#{$C}__search-error {\n font-size: 12px;\n padding: 10px;\n color: grey;\n background: var(--wxc-options-list--normal--background);\n text-align: center;\n }\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field__input {\n border: none !important;\n outline: none !important;\n box-shadow: none !important;\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list {\n border-radius: 0;\n }\n}","$C:#{$WEBEX_COMPONENTS_CLASS_PREFIX}-create-space;\n\n.#{$C} {\n min-width: 300px;\n width:450px;\n\n .#{$C}__buttons {\n display: flex;\n flex: 1 1 auto;\n gap: 20px;\n margin-top:15px;\n }\n\n .#{$C}__error {\n display: flex;\n color: var(--wxc-error-color);\n }\n\n .#{$C}__success {\n display: flex;\n color: var(--wxc-speaking-color);\n }\n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-input-field__input { \n outline: none !important;\n box-shadow: none !important;\n } \n\n .#{$WEBEX_COMPONENTS_CLASS_PREFIX}-options-list {\n border-radius: 0;\n }\n}"],sourceRoot:""}]),__webpack_exports__.default=___CSS_LOADER_EXPORT___},1124:function(module,exports,__webpack_require__){"use strict";(function(module){(0,__webpack_require__(465).configure)([__webpack_require__(1125),__webpack_require__(1126)],module,!1)}).call(this,__webpack_require__(247)(module))},1125:function(module,exports){function webpackEmptyContext(req){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}webpackEmptyContext.keys=function(){return[]},webpackEmptyContext.resolve=webpackEmptyContext,module.exports=webpackEmptyContext,webpackEmptyContext.id=1125},1126:function(module,exports,__webpack_require__){var map={"./components/SignIn/SignIn.stories.js":1127,"./components/WebexActivity/WebexActivity.stories.js":1128,"./components/WebexActivityStream/WebexActivityStream.stories.js":1129,"./components/WebexAvatar/WebexAvatar.stories.js":1130,"./components/WebexCreateSpace/WebexCreateSpace.stories.js":1131,"./components/WebexInMeeting/WebexInMeeting.stories.js":1132,"./components/WebexInterstitialMeeting/WebexInterstitialMeeting.stories.js":1133,"./components/WebexLocalMedia/WebexLocalMedia.stories.js":1134,"./components/WebexMediaAccess/WebexMediaAccess.stories.js":1135,"./components/WebexMeeting/WebexMeeting.stories.js":1136,"./components/WebexMeetingControl/WebexMeetingControl.stories.js":1137,"./components/WebexMeetingControlBar/WebexMeetingControlBar.stories.js":1138,"./components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.stories.js":1139,"./components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.stories.js":1140,"./components/WebexMeetingInfo/WebexMeetingInfo.stories.js":1141,"./components/WebexMember/WebexMember.stories.js":1142,"./components/WebexMemberRoster/WebexMemberRoster.stories.js":1143,"./components/WebexMessaging/WebexMessaging.stories.js":1144,"./components/WebexNoMedia/WebexNoMedia.stories.js":1145,"./components/WebexRemoteMedia/WebexRemoteMedia.stories.js":1146,"./components/WebexSearchPeople/WebexSearchPeople.stories.js":1147,"./components/WebexSettings/WebexSettings.stories.js":1148,"./components/WebexWaitingForHost/WebexWaitingForHost.stories.js":1149,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories.js":1150,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Actions.stories.js":1151,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/CardElements.stories.js":1152,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Containers.stories.js":1153,"./components/adaptive-cards/AdaptiveCard/AdaptiveCard.stories/Inputs.stories.js":1154};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id=1126},1127:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"WebexAuth",(function(){return WebexAuth}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0);var _SignIn__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(256),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Sign In",component:_SignIn__WEBPACK_IMPORTED_MODULE_5__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_SignIn__WEBPACK_IMPORTED_MODULE_5__.a,Object.assign({},args))};Template.displayName="Template";var WebexAuth=Template.bind({});WebexAuth.args={authUrl:"https://webexapis.com/v1/authorize",responseType:"code",clientID:Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_client_id,redirectUri:"http://example.com/verification",scope:Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_scope,authType:"Custom",signInResponse:function signInResponse(clientID,accessToken){return"Example: Send access token as props to create space: "+(clientID===Object({NODE_ENV:"production",NODE_PATH:[],STORYBOOK:"true",PUBLIC_URL:"."}).webex_int_client_id?accessToken:"")},getAccessToken:function getAccessToken(){return fetch("http://example.com/access_token").then((function(res){var _res$data;if(null!=res&&null!==(_res$data=res.data)&&void 0!==_res$data&&_res$data.access_token)return res.data.accessToken;throw Error("Failed to fetch access token")}))},tokenStoragePolicy:{place:"cookie",name:"integ_cookie",ttl:1209600},children:""},WebexAuth.parameters=Object.assign({storySource:{source:"(args) => "}},WebexAuth.parameters)},1128:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"CreatedLongBack",(function(){return CreatedLongBack})),__webpack_require__.d(__webpack_exports__,"CreatedThisWeek",(function(){return CreatedThisWeek})),__webpack_require__.d(__webpack_exports__,"CreatedYesterday",(function(){return CreatedYesterday})),__webpack_require__.d(__webpack_exports__,"CreatedToday",(function(){return CreatedToday})),__webpack_require__.d(__webpack_exports__,"NoHeader",(function(){return NoHeader})),__webpack_require__.d(__webpack_exports__,"MultiLine",(function(){return MultiLine})),__webpack_require__.d(__webpack_exports__,"AdaptiveCard",(function(){return AdaptiveCard}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(9),__webpack_require__(110),__webpack_require__(162),__webpack_require__(550),__webpack_require__(0);var date_fns__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(199),date_fns__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(1166),date_fns__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(413),_data_activities__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(84),_WebexActivity__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(195),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Activity",component:_WebexActivity__WEBPACK_IMPORTED_MODULE_11__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_WebexActivity__WEBPACK_IMPORTED_MODULE_11__.a,Object.assign({},args))};Template.displayName="Template";var CreatedLongBack=Template.bind({});CreatedLongBack.args={activityID:"activity6"},CreatedLongBack.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity6:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity6,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,7).toString()})})}};var CreatedThisWeek=Template.bind({});CreatedThisWeek.args={activityID:"activity8"},CreatedThisWeek.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity8:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity8,{created:0===Object(date_fns__WEBPACK_IMPORTED_MODULE_8__.a)(new Date)?Object(date_fns__WEBPACK_IMPORTED_MODULE_9__.a)(new Date,1):Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,2).toString()})})}};var CreatedYesterday=Template.bind({});CreatedYesterday.args={activityID:"activity7"},CreatedYesterday.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity7:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity7,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_7__.a)(new Date,1).toString()})})}};var CreatedToday=Template.bind({});CreatedToday.args={activityID:"activity5"},CreatedToday.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity5:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity5,{created:(new Date).toString()})})}};var NoHeader=Template.bind({});NoHeader.args={activityID:"activity2"};var MultiLine=Template.bind({});MultiLine.args={activityID:"activity3"};var AdaptiveCard=Template.bind({});AdaptiveCard.args={activityID:"activity9"},AdaptiveCard.parameters={mockData:{activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a,{activity9:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9,{actions:[Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9.actions[0],{created:(new Date).toISOString()}),Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_10__.a.activity9.actions[1],{created:(new Date).toISOString()})]})})}},CreatedLongBack.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedLongBack.parameters),CreatedThisWeek.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedThisWeek.parameters),CreatedYesterday.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedYesterday.parameters),CreatedToday.parameters=Object.assign({storySource:{source:"(args) => "}},CreatedToday.parameters),NoHeader.parameters=Object.assign({storySource:{source:"(args) => "}},NoHeader.parameters),MultiLine.parameters=Object.assign({storySource:{source:"(args) => "}},MultiLine.parameters),AdaptiveCard.parameters=Object.assign({storySource:{source:"(args) => "}},AdaptiveCard.parameters)},1129:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Conversation",(function(){return Conversation})),__webpack_require__.d(__webpack_exports__,"TimeRulers",(function(){return TimeRulers})),__webpack_require__.d(__webpack_exports__,"NewSpace",(function(){return NewSpace})),__webpack_require__.d(__webpack_exports__,"NewDirect",(function(){return NewDirect}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(9),__webpack_require__(110),__webpack_require__(162),__webpack_require__(0);var date_fns__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(199),_data_activities__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(84),_data_rooms__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(322),_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(258),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Activity Stream",component:_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexActivityStream__WEBPACK_IMPORTED_MODULE_9__.a,Object.assign({},args))};Template.displayName="Template";var Conversation=Template.bind({});Conversation.args={roomID:"room1"};var TimeRulers=Template.bind({});TimeRulers.args={roomID:"room2"},TimeRulers.parameters={mockData:{rooms:Object.assign({},_data_rooms__WEBPACK_IMPORTED_MODULE_8__.a,{"room2-activities":["activity6",{date:Object(date_fns__WEBPACK_IMPORTED_MODULE_6__.a)(new Date,1).toString()},"activity7",{date:(new Date).toString()},"activity8"]}),activities:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a,{activity7:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a.activity7,{created:Object(date_fns__WEBPACK_IMPORTED_MODULE_6__.a)(new Date,1).toString()}),activity8:Object.assign({},_data_activities__WEBPACK_IMPORTED_MODULE_7__.a.activity8,{created:(new Date).toString()})})}};var NewSpace=Template.bind({});NewSpace.args={roomID:"room3"};var NewDirect=Template.bind({});NewDirect.args={roomID:"room4"},Conversation.parameters=Object.assign({storySource:{source:"(args) => "}},Conversation.parameters),TimeRulers.parameters=Object.assign({storySource:{source:"(args) => "}},TimeRulers.parameters),NewSpace.parameters=Object.assign({storySource:{source:"(args) => "}},NewSpace.parameters),NewDirect.parameters=Object.assign({storySource:{source:"(args) => "}},NewDirect.parameters)},113:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexLocalMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(86),_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(131),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_breakpoints__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2);function WebexLocalMedia(_ref){var stream,className=_ref.className,mediaType=_ref.mediaType,meetingID=_ref.meetingID,style=_ref.style,mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(mediaRef).width,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.j)(meetingID),localVideo=_useMeeting.localVideo,localShare=_useMeeting.localShare,settings=_useMeeting.settings,ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.i)().ID,videoRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)();switch(mediaType){case"video":stream=localVideo.stream;break;case"screen":stream=null==localShare?void 0:localShare.stream;break;case"preview":stream=settings.preview.video}Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.u)(videoRef,stream);var _webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("local-media",className,{desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_6__.c,"no-media":!stream}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],disabledVideo=ID?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_4__.a,{personID:ID,displayStatus:!1}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_3__.a,{});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{ref:mediaRef,className:cssClasses,style:style,children:stream?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("video",{className:sc("video"),ref:videoRef,playsInline:!0,autoPlay:!0}):disabledVideo})}WebexLocalMedia.displayName="WebexLocalMedia",WebexLocalMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,mediaType:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["video","screen","preview"]),meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexLocalMedia.defaultProps={className:"",mediaType:"video",style:void 0},WebexLocalMedia.__docgenInfo={description:"Webex Local Media component displays the user's local video or local share.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.mediaType Type of local media to display\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexLocalMedia",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},mediaType:{defaultValue:{value:"'video'",computed:!1},type:{name:"enum",value:[{value:"'video'",computed:!1},{value:"'screen'",computed:!1},{value:"'preview'",computed:!1}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexLocalMedia/WebexLocalMedia.jsx"]={name:"WebexLocalMedia",docgenInfo:WebexLocalMedia.__docgenInfo,path:"src/components/WebexLocalMedia/WebexLocalMedia.jsx"})},1130:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"NoStatus",(function(){return NoStatus})),__webpack_require__.d(__webpack_exports__,"Active",(function(){return Active})),__webpack_require__.d(__webpack_exports__,"Call",(function(){return Call})),__webpack_require__.d(__webpack_exports__,"Bot",(function(){return Bot})),__webpack_require__.d(__webpack_exports__,"DoNotDisturb",(function(){return DoNotDisturb})),__webpack_require__.d(__webpack_exports__,"Inactive",(function(){return Inactive})),__webpack_require__.d(__webpack_exports__,"Meeting",(function(){return Meeting})),__webpack_require__.d(__webpack_exports__,"OutOfOffice",(function(){return OutOfOffice})),__webpack_require__.d(__webpack_exports__,"Presenting",(function(){return Presenting})),__webpack_require__.d(__webpack_exports__,"Self",(function(){return Self})),__webpack_require__.d(__webpack_exports__,"Typing",(function(){return Typing})),__webpack_require__.d(__webpack_exports__,"WithoutImage",(function(){return WithoutImage})),__webpack_require__.d(__webpack_exports__,"Invalid",(function(){return Invalid}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(13),_data_people__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(88),_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(131),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Avatar",component:_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_WebexAvatar__WEBPACK_IMPORTED_MODULE_5__.a,Object.assign({},args))};Template.displayName="Template";var NoStatus=Template.bind({});NoStatus.args={personID:"user1",displayStatus:!1};var Active=Template.bind({});Active.args={personID:"user1"},Active.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.ACTIVE})}}};var Call=Template.bind({});Call.args={personID:"user1"},Call.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.CALL})}}};var Bot=Template.bind({});Bot.args={personID:"user1"},Bot.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.BOT})}}};var DoNotDisturb=Template.bind({});DoNotDisturb.args={personID:"user1"},DoNotDisturb.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.DO_NOT_DISTURB})}}};var Inactive=Template.bind({});Inactive.args={personID:"user1"},Inactive.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.INACTIVE})}}};var Meeting=Template.bind({});Meeting.args={personID:"user1"},Meeting.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.MEETING})}}};var OutOfOffice=Template.bind({});OutOfOffice.args={personID:"user1"},OutOfOffice.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.OUT_OF_OFFICE})}}};var Presenting=Template.bind({});Presenting.args={personID:"user1"},Presenting.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.PRESENTING})}}};var Self=Template.bind({});Self.args={personID:"user1"},Self.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.SELF})}}};var Typing=Template.bind({});Typing.args={personID:"user1"},Typing.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.TYPING})}}};var WithoutImage=Template.bind({});WithoutImage.args={personID:"user1"},WithoutImage.parameters={mockData:{people:{user1:Object.assign({},_data_people__WEBPACK_IMPORTED_MODULE_4__.a.user1,{status:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_3__.i.ACTIVE,avatar:void 0})}}};var Invalid=Template.bind({});Invalid.args={personID:"user-7"},NoStatus.parameters=Object.assign({storySource:{source:"(args) => "}},NoStatus.parameters),Active.parameters=Object.assign({storySource:{source:"(args) => "}},Active.parameters),Call.parameters=Object.assign({storySource:{source:"(args) => "}},Call.parameters),Bot.parameters=Object.assign({storySource:{source:"(args) => "}},Bot.parameters),DoNotDisturb.parameters=Object.assign({storySource:{source:"(args) => "}},DoNotDisturb.parameters),Inactive.parameters=Object.assign({storySource:{source:"(args) => "}},Inactive.parameters),Meeting.parameters=Object.assign({storySource:{source:"(args) => "}},Meeting.parameters),OutOfOffice.parameters=Object.assign({storySource:{source:"(args) => "}},OutOfOffice.parameters),Presenting.parameters=Object.assign({storySource:{source:"(args) => "}},Presenting.parameters),Self.parameters=Object.assign({storySource:{source:"(args) => "}},Self.parameters),Typing.parameters=Object.assign({storySource:{source:"(args) => "}},Typing.parameters),WithoutImage.parameters=Object.assign({storySource:{source:"(args) => "}},WithoutImage.parameters),Invalid.parameters=Object.assign({storySource:{source:"(args) => "}},Invalid.parameters)},1131:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"createSpace",(function(){return createSpace}));var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(0),__webpack_require__(257)),_data_people__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(88),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Create Space",component:_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexCreateSpace__WEBPACK_IMPORTED_MODULE_8__.a,Object.assign({},args))};Template.displayName="Template";var _memberLookAhead,createSpace=Template.bind({});createSpace.args={createSpace:!0,spaceName:"test-widgets",createSpaceResponse:function createSpaceResponse(err,data){return console.log(err,data)},webexLookAhead:!0,memberLookAhead:(_memberLookAhead=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(query){var result,collabList,collabListResp;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(collabList=function collabList(){return new Promise((function(resolve,reject){return setTimeout((function(){(result=_data_people__WEBPACK_IMPORTED_MODULE_9__.a[query+"Collab"])?resolve(result):reject()}),500)}))},!query){_context.next=6;break}return _context.next=4,collabList();case 4:return collabListResp=_context.sent,_context.abrupt("return",collabListResp);case 6:return _context.abrupt("return",[]);case 7:case"end":return _context.stop()}}),_callee)}))),function memberLookAhead(_x){return _memberLookAhead.apply(this,arguments)}),className:""},createSpace.parameters=Object.assign({storySource:{source:"(args) => "}},createSpace.parameters)},1132:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"VideoOnly",(function(){return VideoOnly})),__webpack_require__.d(__webpack_exports__,"Connecting",(function(){return Connecting})),__webpack_require__.d(__webpack_exports__,"AudioOnly",(function(){return AudioOnly})),__webpack_require__.d(__webpack_exports__,"AllMedia",(function(){return AllMedia})),__webpack_require__.d(__webpack_exports__,"LocalShare",(function(){return LocalShare})),__webpack_require__.d(__webpack_exports__,"RemoteShare",(function(){return RemoteShare}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(184),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex In-Meeting",component:_WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexInMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var VideoOnly=Template.bind({});VideoOnly.args={meetingID:"meeting6"};var Connecting=Template.bind({});Connecting.args={meetingID:"meeting3"};var AudioOnly=Template.bind({});AudioOnly.args={meetingID:"meeting5"};var AllMedia=Template.bind({});AllMedia.args={meetingID:"meeting2"};var LocalShare=Template.bind({});LocalShare.args={meetingID:"meeting1"};var RemoteShare=Template.bind({});RemoteShare.args={meetingID:"meeting2"},VideoOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoOnly.parameters),Connecting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Connecting.parameters),AudioOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AudioOnly.parameters),AllMedia.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AllMedia.parameters),LocalShare.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},LocalShare.parameters),RemoteShare.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteShare.parameters)},1133:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"VideoEnabled",(function(){return VideoEnabled})),__webpack_require__.d(__webpack_exports__,"VideoDisabled",(function(){return VideoDisabled}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(186),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Interstitial Meeting",component:_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var props=Object.assign({},args,{style:{height:"100%",width:"100%"}});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:""};var VideoEnabled=Template.bind({});VideoEnabled.args={meetingID:"meeting3"};var VideoDisabled=Template.bind({});VideoDisabled.args={meetingID:"meeting2"},Loading.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},Loading.parameters),VideoEnabled.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoEnabled.parameters),VideoDisabled.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n height: '100%',\n width: '100%',\n };\n const props = {...args, style};\n\n return ;\n}"}},VideoDisabled.parameters)},1134:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Video",(function(){return Video})),__webpack_require__.d(__webpack_exports__,"ScreenShare",(function(){return ScreenShare})),__webpack_require__.d(__webpack_exports__,"NoMedia",(function(){return NoMedia}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(113),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Local Media",component:_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Video=Template.bind({});Video.args={meetingID:"meeting3",mediaType:"video"};var ScreenShare=Template.bind({});ScreenShare.args={meetingID:"meeting12",mediaType:"screen"};var NoMedia=Template.bind({});NoMedia.args={meetingID:"meeting2",mediaType:"video"},Video.parameters=Object.assign({storySource:{source:"(args) => "}},Video.parameters),ScreenShare.parameters=Object.assign({storySource:{source:"(args) => "}},ScreenShare.parameters),NoMedia.parameters=Object.assign({storySource:{source:"(args) => "}},NoMedia.parameters)},1135:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Camera",(function(){return Camera})),__webpack_require__.d(__webpack_exports__,"Microphone",(function(){return Microphone}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(253),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Media Access",component:_WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMediaAccess__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Camera=Template.bind({});Camera.args={meetingID:"meeting2",media:"camera"};var Microphone=Template.bind({});Microphone.args={meetingID:"meeting2",media:"microphone"},Camera.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Camera.parameters),Microphone.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Microphone.parameters)},1136:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Creating",(function(){return Creating})),__webpack_require__.d(__webpack_exports__,"Interstitial",(function(){return Interstitial})),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"WaitingForOthers",(function(){return WaitingForOthers})),__webpack_require__.d(__webpack_exports__,"WaitingForHost",(function(){return WaitingForHost})),__webpack_require__.d(__webpack_exports__,"InMeeting",(function(){return InMeeting})),__webpack_require__.d(__webpack_exports__,"LeftMeeting",(function(){return LeftMeeting})),__webpack_require__.d(__webpack_exports__,"PasswordRequired",(function(){return PasswordRequired}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeeting__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(254),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting",component:_WebexMeeting__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeeting__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{height:"100%",width:"100%"}}))};Template.displayName="Template";var Creating=Template.bind({});Creating.args={meetingID:void 0};var Interstitial=Template.bind({});Interstitial.args={meetingID:"meeting3"};var Loading=Template.bind({});Loading.args={meetingID:"meeting9"};var WaitingForOthers=Template.bind({});WaitingForOthers.args={meetingID:"meeting4"};var WaitingForHost=Template.bind({});WaitingForHost.args={meetingID:"meeting11"};var InMeeting=Template.bind({});InMeeting.args={meetingID:"meeting1"};var LeftMeeting=Template.bind({});LeftMeeting.args={meetingID:"meeting8"};var PasswordRequired=Template.bind({});PasswordRequired.args={meetingID:"meeting10"},Creating.parameters=Object.assign({storySource:{source:"(args) => "}},Creating.parameters),Interstitial.parameters=Object.assign({storySource:{source:"(args) => "}},Interstitial.parameters),Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters),WaitingForOthers.parameters=Object.assign({storySource:{source:"(args) => "}},WaitingForOthers.parameters),WaitingForHost.parameters=Object.assign({storySource:{source:"(args) => "}},WaitingForHost.parameters),InMeeting.parameters=Object.assign({storySource:{source:"(args) => "}},InMeeting.parameters),LeftMeeting.parameters=Object.assign({storySource:{source:"(args) => "}},LeftMeeting.parameters),PasswordRequired.parameters=Object.assign({storySource:{source:"(args) => "}},PasswordRequired.parameters)},1137:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActiveIcon",(function(){return ActiveIcon})),__webpack_require__.d(__webpack_exports__,"InactiveIcon",(function(){return InactiveIcon})),__webpack_require__.d(__webpack_exports__,"DisabledIcon",(function(){return DisabledIcon})),__webpack_require__.d(__webpack_exports__,"Text",(function(){return Text})),__webpack_require__.d(__webpack_exports__,"DisabledText",(function(){return DisabledText})),__webpack_require__.d(__webpack_exports__,"Dropdown",(function(){return Dropdown}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(102),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Control",component:_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var ActiveIcon=Template.bind({});ActiveIcon.args={type:"mute-audio",meetingID:"meeting3"};var InactiveIcon=Template.bind({});InactiveIcon.args={type:"mute-audio",meetingID:"meeting2"};var DisabledIcon=Template.bind({});DisabledIcon.args={type:"disabled-mute-audio",meetingID:"meeting1"};var Text=Template.bind({});Text.args={type:"join-meeting",meetingID:"meeting2"};var DisabledText=Template.bind({});DisabledText.args={type:"join-meeting",meetingID:"meeting1"};var Dropdown=Template.bind({});Dropdown.args={type:"switch-camera",meetingID:"meeting3"},ActiveIcon.parameters=Object.assign({storySource:{source:"(args) => "}},ActiveIcon.parameters),InactiveIcon.parameters=Object.assign({storySource:{source:"(args) => "}},InactiveIcon.parameters),DisabledIcon.parameters=Object.assign({storySource:{source:"(args) => "}},DisabledIcon.parameters),Text.parameters=Object.assign({storySource:{source:"(args) => "}},Text.parameters),DisabledText.parameters=Object.assign({storySource:{source:"(args) => "}},DisabledText.parameters),Dropdown.parameters=Object.assign({storySource:{source:"(args) => "}},Dropdown.parameters)},1138:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Interstitial",(function(){return Interstitial})),__webpack_require__.d(__webpack_exports__,"InMeeting",(function(){return InMeeting}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(187),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Control Bar",component:_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Interstitial=Template.bind({});Interstitial.args={meetingID:"meeting3",controls:function controls(){return["mute-audio","mute-video","settings","join-meeting"]},tabIndexes:function tabIndexes(){return[2,3,4,1]}};var InMeeting=Template.bind({});InMeeting.args={meetingID:"meeting1",controls:function controls(){return["mute-audio","mute-video","share-screen","member-roster","settings","leave-meeting"]},tabIndexes:function tabIndexes(){return[1,2,3,4,5,6]}},Interstitial.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Interstitial.parameters),InMeeting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},InMeeting.parameters)},1139:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Authentication",(function(){return Authentication}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(188),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Guest Authentication",component:_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"31.25rem",height:"25rem"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Authentication=Template.bind({});Authentication.args={meetingID:"meeting10"},Authentication.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '31.25rem',\n height: '25rem',\n ...args.style,\n };\n\n const props = {...args, style};\n\n return ;\n}"}},Authentication.parameters)},1140:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Authentication",(function(){return Authentication}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(189),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Host Authentication",component:_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"31.25rem",height:"25rem"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Authentication=Template.bind({});Authentication.args={meetingID:"meeting10"},Authentication.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '31.25rem',\n height: '25rem',\n ...args.style,\n };\n\n const props = {...args, style};\n\n return ;\n}"}},Authentication.parameters)},1141:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"Error",(function(){return Error})),__webpack_require__.d(__webpack_exports__,"Direct",(function(){return Direct})),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(153),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Meeting Info",component:_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:"meeting9"};var Error=Template.bind({});Error.args={meetingID:"meeting7"};var Direct=Template.bind({});Direct.args={meetingID:"meeting5"};var Space=Template.bind({});Space.args={meetingID:"meeting1"},Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters),Error.parameters=Object.assign({storySource:{source:"(args) => "}},Error.parameters),Direct.parameters=Object.assign({storySource:{source:"(args) => "}},Direct.parameters),Space.parameters=Object.assign({storySource:{source:"(args) => "}},Space.parameters)},1142:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space})),__webpack_require__.d(__webpack_exports__,"StatusEnabled",(function(){return StatusEnabled})),__webpack_require__.d(__webpack_exports__,"Muted",(function(){return Muted})),__webpack_require__.d(__webpack_exports__,"ExternalOrganization",(function(){return ExternalOrganization})),__webpack_require__.d(__webpack_exports__,"Host",(function(){return Host})),__webpack_require__.d(__webpack_exports__,"Guest",(function(){return Guest})),__webpack_require__.d(__webpack_exports__,"ScreenSharing",(function(){return ScreenSharing}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMember__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(191),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Member",component:_WebexMember__WEBPACK_IMPORTED_MODULE_3__.a,decorators:[function(Story){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{style:{width:"20rem"},children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(Story,{})})}]};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMember__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Space=Template.bind({});Space.args={destinationType:"room",destinationID:"room1",personID:"user1"};var StatusEnabled=Template.bind({});StatusEnabled.args={destinationType:"room",destinationID:"room1",personID:"user1",displayStatus:!0};var Muted=Template.bind({});Muted.args={destinationType:"meeting",destinationID:"meeting2",personID:"user2"};var ExternalOrganization=Template.bind({});ExternalOrganization.args={destinationType:"room",destinationID:"room2",personID:"user5"};var Host=Template.bind({});Host.args={destinationType:"meeting",destinationID:"meeting2",personID:"user4"};var Guest=Template.bind({});Guest.args={destinationType:"meeting",destinationID:"meeting2",personID:"user6"};var ScreenSharing=Template.bind({});ScreenSharing.args={destinationType:"meeting",destinationID:"meeting2",personID:"user3"},Space.parameters=Object.assign({storySource:{source:"(args) => "}},Space.parameters),StatusEnabled.parameters=Object.assign({storySource:{source:"(args) => "}},StatusEnabled.parameters),Muted.parameters=Object.assign({storySource:{source:"(args) => "}},Muted.parameters),ExternalOrganization.parameters=Object.assign({storySource:{source:"(args) => "}},ExternalOrganization.parameters),Host.parameters=Object.assign({storySource:{source:"(args) => "}},Host.parameters),Guest.parameters=Object.assign({storySource:{source:"(args) => "}},Guest.parameters),ScreenSharing.parameters=Object.assign({storySource:{source:"(args) => "}},ScreenSharing.parameters)},1143:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Space",(function(){return Space})),__webpack_require__.d(__webpack_exports__,"Meeting",(function(){return Meeting})),__webpack_require__.d(__webpack_exports__,"ExternalMember",(function(){return ExternalMember}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(190),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Member Roster",component:_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"23.25rem",maxHeight:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Space=Template.bind({});Space.args={destinationID:"room1",destinationType:"room"};var Meeting=Template.bind({});Meeting.args={destinationID:"meeting2",destinationType:"meeting"};var ExternalMember=Template.bind({});ExternalMember.args={destinationID:"room2",destinationType:"room"},Space.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Space.parameters),Meeting.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Meeting.parameters),ExternalMember.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '23.25rem',\n maxHeight: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},ExternalMember.parameters)},1144:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexMessaging__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(255),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/Webex Messaging",component:_WebexMessaging__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexMessaging__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{width:"100%",height:"100%"}}))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={},Loading.parameters=Object.assign({storySource:{source:"(args) => "}},Loading.parameters)},1145:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Camera",(function(){return Camera})),__webpack_require__.d(__webpack_exports__,"Microphone",(function(){return Microphone}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(198),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex No Media",component:_WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexNoMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args))};Template.displayName="Template";var Camera=Template.bind({});Camera.args={media:"camera"};var Microphone=Template.bind({});Microphone.args={media:"microphone"},Camera.parameters=Object.assign({storySource:{source:"(args) => "}},Camera.parameters),Microphone.parameters=Object.assign({storySource:{source:"(args) => "}},Microphone.parameters)},1146:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Loading",(function(){return Loading})),__webpack_require__.d(__webpack_exports__,"WaitingForOthers",(function(){return WaitingForOthers})),__webpack_require__.d(__webpack_exports__,"RemoteAudioOnly",(function(){return RemoteAudioOnly})),__webpack_require__.d(__webpack_exports__,"RemoteVideoOnly",(function(){return RemoteVideoOnly})),__webpack_require__.d(__webpack_exports__,"AllRemoteMedia",(function(){return AllRemoteMedia})),__webpack_require__.d(__webpack_exports__,"Error",(function(){return Error}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(185),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Remote Media",component:_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var Loading=Template.bind({});Loading.args={meetingID:"meeting7"};var WaitingForOthers=Template.bind({});WaitingForOthers.args={meetingID:"meeting4"};var RemoteAudioOnly=Template.bind({});RemoteAudioOnly.args={meetingID:"meeting5"};var RemoteVideoOnly=Template.bind({});RemoteVideoOnly.args={meetingID:"meeting6"};var AllRemoteMedia=Template.bind({});AllRemoteMedia.args={meetingID:"meeting2"};var Error=Template.bind({});Error.args={meetingID:"meeting9"},Loading.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Loading.parameters),WaitingForOthers.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},WaitingForOthers.parameters),RemoteAudioOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteAudioOnly.parameters),RemoteVideoOnly.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},RemoteVideoOnly.parameters),AllRemoteMedia.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},AllRemoteMedia.parameters),Error.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},Error.parameters)},1147:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"searchPeople",(function(){return searchPeople}));var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(8),__webpack_require__(53),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(0),__webpack_require__(193)),_data_people__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(88),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);__webpack_exports__.default={title:"Platform/Webex Search People",component:_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a,Object.assign({},args))};Template.displayName="Template";var _memberLookAhead,searchPeople=Template.bind({});searchPeople.args={addedSpaceMembers:function addedSpaceMembers(error,members){return console.log("memebers added",error,members)},webexLookAhead:!0,memberLookAhead:(_memberLookAhead=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(query){var result,collabList,collabListResp;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(collabList=function collabList(){return new Promise((function(resolve,reject){return setTimeout((function(){(result=_data_people__WEBPACK_IMPORTED_MODULE_9__.a[query+"Collab"])?resolve(result):reject()}),500)}))},!query){_context.next=6;break}return _context.next=4,collabList();case 4:return collabListResp=_context.sent,_context.abrupt("return",collabListResp);case 6:return _context.abrupt("return",[]);case 7:case"end":return _context.stop()}}),_callee)}))),function memberLookAhead(_x){return _memberLookAhead.apply(this,arguments)}),className:""},searchPeople.parameters=Object.assign({storySource:{source:"(args) => "}},searchPeople.parameters)},1148:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Settings",(function(){return Settings}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexSettings__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(194),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Settings",component:_WebexSettings__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexSettings__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{style:{flex:1,alignSelf:"stretch"}}))};Template.displayName="Template";var Settings=Template.bind({});Settings.args={meetingID:"meeting3"},Settings.parameters=Object.assign({storySource:{source:"(args) => "}},Settings.parameters)},1149:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"WaitingForHost",(function(){return WaitingForHost}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(192),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Meetings/Webex Waiting For Host",component:_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){var style=Object.assign({width:"100%",height:"100%"},args.style),props=Object.assign({},args,{style:style});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},props))};Template.displayName="Template";var WaitingForHost=Template.bind({});WaitingForHost.args={meetingID:"meeting11"},WaitingForHost.parameters=Object.assign({storySource:{source:"(args) => {\n const style = {\n width: '100%',\n height: '100%',\n ...args.style,\n };\n const props = {...args, style};\n\n return ;\n}"}},WaitingForHost.parameters)},1150:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Card",(function(){return Card}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var Card=Template.bind({});Card.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.5",fallbackText:"This card requires version **1.5** but your renderer does not support it.",body:[{type:"ColumnSet",columns:[{type:"Column",items:[{type:"Image",style:"Person",url:"https://developer.webex.com/images/webex-teams-logo.png",size:"Medium",height:"50px"}],width:"auto"},{type:"Column",items:[{type:"TextBlock",text:"Cisco Webex Teams",weight:"Lighter",color:"Accent"},{type:"TextBlock",weight:"Bolder",text:"Buttons and Cards Release",horizontalAlignment:"Left",wrap:!0,color:"Light",size:"Large",spacing:"Small"}],width:"stretch"}]},{type:"ColumnSet",columns:[{type:"Column",width:35,items:[{type:"TextBlock",text:"Release Date:",color:"Light"},{type:"TextBlock",text:"Product:",weight:"Lighter",color:"Light",spacing:"Small"},{type:"TextBlock",text:"OS:",weight:"Lighter",color:"Light",spacing:"Small"}]},{type:"Column",width:65,items:[{type:"TextBlock",text:"Aug 6, 2019",color:"Light"},{type:"TextBlock",text:"Webex Teams",color:"Light",weight:"Lighter",spacing:"Small"},{type:"TextBlock",text:"${supportedOS}",weight:"Lighter",color:"Light",spacing:"Small"}]}],spacing:"Padding",horizontalAlignment:"Center"},{type:"TextBlock",text:"We're making it easier for you to interact with bots and integrations in Webex Teams. When your bot sends information in a space that includes a card with buttons, you can now easily interact with it.",wrap:!0},{type:"TextBlock",text:"Buttons and Cards Resources:"},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",altText:"",url:"https://developer.webex.com/images/link-icon.png",size:"Small",width:"30px"}],spacing:"Small"},{type:"Column",width:"auto",items:[{type:"TextBlock",text:"[Developer Portal Buttons and Cards Guide]()",horizontalAlignment:"Left",size:"Medium"}],verticalContentAlignment:"Center",spacing:"Small"}]},{type:"ActionSet",actions:[{type:"Action.Submit",title:"Subscribe to Release Notes",data:{subscribe:!0}}],spacing:"None"}]},context:{supportedOS:"Mac, Windows, Web"}},Card.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Card.parameters)},1151:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActionExecute",(function(){return ActionExecute})),__webpack_require__.d(__webpack_exports__,"ActionOpenURL",(function(){return ActionOpenURL})),__webpack_require__.d(__webpack_exports__,"ActionShowCard",(function(){return ActionShowCard})),__webpack_require__.d(__webpack_exports__,"ActionSubmit",(function(){return ActionSubmit})),__webpack_require__.d(__webpack_exports__,"ActionToggleVisibility",(function(){return ActionToggleVisibility}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Actions",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var ActionExecute=Template.bind({});ActionExecute.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.4",body:[{type:"TextBlock",text:"Present a form and submit it back to the originator"},{type:"Input.Text",id:"firstName",label:"What is your first name?"},{type:"Input.Text",id:"lastName",label:"What is your last name?"}],actions:[{type:"Action.Execute",title:"Action.Execute",verb:"doStuff",data:{x:13}}]}};var ActionOpenURL=Template.bind({});ActionOpenURL.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"The action of these cards will open a URL"}],actions:[{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io"},{type:"Action.OpenUrl",title:"Action.OpenUrl",url:"https://adaptivecards.io",iconUrl:"https://developer.webex.com/images/webex-teams-logo.png",style:"positive"},{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io",style:"destructive"},{type:"Action.OpenUrl",title:"Open url",url:"https://adaptivecards.io",isEnabled:!1}]}};var ActionShowCard=Template.bind({});ActionShowCard.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"This card's action will show another card"}],actions:[{type:"Action.ShowCard",title:"Show another card 1",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"Card 1: What do you think?"}],actions:[{type:"Action.Submit",title:"Neat!"}]}},{type:"Action.ShowCard",title:"Show another card 2",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"Card 2: What do you think?"}],actions:[{type:"Action.Submit",title:"Neat!"}]}}]}};var ActionSubmit=Template.bind({});ActionSubmit.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Present a form and submit it back to the originator"},{type:"Input.Text",id:"firstName",placeholder:"What is your first name?",isRequired:!0,errorMessage:"FirstName is required"},{type:"Input.Text",id:"lastName",placeholder:"What is your last name?"},{type:"Input.Number",id:"review",placeholder:"Enter a number between 1 and 10",min:1,max:10,value:3}],actions:[{type:"Action.Submit",title:"Action.Submit",data:{x:13,y:12}}]}};var ActionToggleVisibility=Template.bind({});ActionToggleVisibility.args={template:{type:"AdaptiveCard",version:"1.2",body:[{type:"TextBlock",text:"Press the buttons to toggle the images!",wrap:!0},{type:"TextBlock",text:"Here are some images:",isVisible:!1,id:"textToToggle"},{type:"ColumnSet",columns:[{type:"Column",items:[{style:"person",type:"Image",url:"https://picsum.photos/100/100?image=112",isVisible:!1,id:"imageToToggle",altText:"sample image 1",size:"medium"}]},{type:"Column",items:[{type:"Image",url:"https://picsum.photos/100/100?image=123",isVisible:!1,id:"imageToToggle2",altText:"sample image 2",size:"medium"}]}]}],actions:[{type:"Action.ToggleVisibility",title:"Toggle!",targetElements:["textToToggle","imageToToggle","imageToToggle2"]},{type:"Action.ToggleVisibility",title:"Show!",targetElements:[{elementId:"textToToggle",isVisible:!0},{elementId:"imageToToggle",isVisible:!0},{elementId:"imageToToggle2",isVisible:!0}]},{type:"Action.ToggleVisibility",title:"Hide!",targetElements:[{elementId:"textToToggle",isVisible:!1},{elementId:"imageToToggle",isVisible:!1},{elementId:"imageToToggle2",isVisible:!1}]}]}},ActionExecute.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionExecute.parameters),ActionOpenURL.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionOpenURL.parameters),ActionShowCard.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionShowCard.parameters),ActionSubmit.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionSubmit.parameters),ActionToggleVisibility.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionToggleVisibility.parameters)},1152:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"Image",(function(){return Image})),__webpack_require__.d(__webpack_exports__,"RichTextBlock",(function(){return RichTextBlock})),__webpack_require__.d(__webpack_exports__,"TextBlock",(function(){return TextBlock}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/CardElements",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var Image=Template.bind({});Image.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",backgroundColor:"blue",size:"medium",style:"person"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",width:"60px",height:"60px",size:"small"},{type:"Image",backgroundColor:"#cdcdcd",url:"https://adaptivecards.io/content/cats/2.png",size:"large"},{type:"Image",url:"https://adaptivecards.io/content/cats/3.png"}]}};var RichTextBlock=Template.bind({});RichTextBlock.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"RichTextBlock",inlines:["This is the first inline. ",{type:"TextRun",text:"We support colors,",color:"good"},{type:"TextRun",text:" both regular and subtle. ",isSubtle:!0},{type:"TextRun",text:"Text ",size:"small"},{type:"TextRun",text:"of ",size:"medium"},{type:"TextRun",text:"all ",size:"large"},{type:"TextRun",text:"sizes! ",size:"extraLarge"},{type:"TextRun",text:"Light weight text. ",weight:"lighter"},{type:"TextRun",text:"Bold weight text. ",weight:"bolder"},{type:"TextRun",text:"Highlights. ",highlight:!0},{type:"TextRun",text:"Italics. ",italic:!0},{type:"TextRun",text:"Strikethrough. ",strikethrough:!0},{type:"TextRun",text:"Monospace too!",fontType:"monospace"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (COMPACT): {{DATE(2017-02-14T06:08:39Z,COMPACT)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (SHORT): {{DATE(2017-02-14T06:08:39Z,SHORT)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",inlines:[{type:"TextRun",text:"Date-Time parsing (LONG): {{DATE(2017-02-14T06:08:39Z,LONG)}} {{TIME(2017-02-14T06:08:39Z)}}"}]},{type:"RichTextBlock",horizontalAlignment:"center",inlines:[{type:"TextRun",text:"Rich text blocks also support center alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor "}]},{type:"RichTextBlock",horizontalAlignment:"right",inlines:[{type:"TextRun",text:"Rich text blocks also support right alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor "}]},{type:"RichTextBlock",inlines:[]}]}};var TextBlock=Template.bind({});TextBlock.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"},{type:"TextBlock",text:"TextBlock supports markdown: \nThe text can be **bold** or _italic_. \nBullet lists \n- one\r- two\r- three\r \nNumbered lists \n1. one\r2. two\r3. three\r \nNested lists \n* Fruit\r * Apple\r * Orange\r * Banana\r* Dairy\r * Milk\r * Cheese\r \nLinks: [AdaptiveCards](https://adaptivecards.io) \nHeaders are not supported \n# This header is not processed"},{type:"TextBlock",text:"Font type not set."},{type:"TextBlock",text:"Font type set to *default*.",fontType:"default"},{type:"TextBlock",text:"Font type set to *monospace*.",fontType:"monospace"},{type:"TextBlock",text:"**horizontalAlignment:left**",horizontalAlignment:"left"},{type:"TextBlock",text:"**horizontalAlignment:center**",horizontalAlignment:"center"},{type:"TextBlock",text:"**horizontalAlignment:right**",horizontalAlignment:"right"},{type:"TextBlock",text:"isSubtle:false",isSubtle:!1},{type:"TextBlock",text:"isSubtle:true",isSubtle:!0},{type:"TextBlock",text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0,maxLines:1},{type:"TextBlock",text:"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0,maxLines:2},{type:"TextBlock",text:"size:default"},{type:"TextBlock",text:"size:small",size:"small"},{type:"TextBlock",text:"size:default",size:"default"},{type:"TextBlock",text:"size:medium",size:"medium"},{type:"TextBlock",text:"size:large",size:"large"},{type:"TextBlock",text:"size:extraLarge",size:"extraLarge"},{type:"TextBlock",text:"weight: lighter",weight:"lighter"},{type:"TextBlock",text:"weight: default",weight:"default"},{type:"TextBlock",text:"weight: bolder",weight:"bolder"},{type:"TextBlock",text:"**wrap: false** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat",wrap:!1},{type:"TextBlock",text:"**wrap: true** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",wrap:!0},{type:"TextBlock",text:"Style set to heading",style:"heading",wrap:!0},{type:"TextBlock",text:"Style set to heading, color set to good",style:"heading",color:"good",wrap:!0},{type:"TextBlock",text:"Style set to default",style:"default",wrap:!0},{type:"TextBlock",text:"Style unset",wrap:!0}]}},Image.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Image.parameters),RichTextBlock.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},RichTextBlock.parameters),TextBlock.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},TextBlock.parameters)},1153:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"ActionSet",(function(){return ActionSet})),__webpack_require__.d(__webpack_exports__,"Column",(function(){return Column})),__webpack_require__.d(__webpack_exports__,"ColumnSet",(function(){return ColumnSet})),__webpack_require__.d(__webpack_exports__,"Container",(function(){return Container})),__webpack_require__.d(__webpack_exports__,"FactSet",(function(){return FactSet})),__webpack_require__.d(__webpack_exports__,"ImageSet",(function(){return ImageSet}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Containers",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var ActionSet=Template.bind({});ActionSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",wrap:!0,text:"Cards can have action sets in the middle of their body."},{type:"ActionSet",actions:[{type:"Action.ShowCard",title:"ShowCard",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"This is a show card"}]}},{type:"Action.OpenUrl",title:"OpenUrl",url:"https://adaptivecards.io"}]},{type:"TextBlock",wrap:!0,text:"There are also still actions's at the bottom of the card"}],actions:[{type:"Action.ShowCard",title:"ShowCard",card:{type:"AdaptiveCard",body:[{type:"TextBlock",text:"This is a show card"}]}},{type:"Action.OpenUrl",title:"OpenUrl",url:"https://adaptivecards.io"}]}};var Column=Template.bind({});Column.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column 1"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]},{type:"Column",items:[{type:"TextBlock",text:"Column 2"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]},{type:"Column",items:[{type:"TextBlock",text:"Column 3"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}]}]},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:"https://adaptivecards.io/content/AlkiBeach.jpg",width:"auto"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/GoldenGardensPark.jpg",verticalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:"https://adaptivecards.io/content/BainbridgeIsland.jpg",width:"auto"}]},{type:"TextBlock",text:"You can even repeat the background image..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeat"},width:"stretch"},{type:"Column",verticalContentAlignment:"Center",items:[{type:"TextBlock",horizontalAlignment:"Center",text:"Those are some neat arrows",wrap:!0}],width:"stretch"}]},{type:"TextBlock",text:"Horizontal repeat..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/downarrow.png",fillMode:"repeatHorizontally"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"bottom"},width:"stretch"}]},{type:"TextBlock",text:"Vertical repeat..."},{type:"ColumnSet",columns:[{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/downarrow.png",fillMode:"repeatVertically",horizontalAlignment:"center"},width:"stretch"},{type:"Column",minHeight:"50px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically",horizontalAlignment:"right"},width:"stretch"}]},{type:"TextBlock",text:"Bleed left"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],bleed:!0,width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],width:"stretch"}]},{type:"TextBlock",text:"Bleed center"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],bleed:!0,width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],width:"stretch"}]},{type:"TextBlock",text:"Bleed right"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],bleed:!0,width:"stretch"}]},{type:"TextBlock",text:"Bleed all"},{type:"ColumnSet",style:"emphasis",columns:[{type:"Column",style:"good",items:[{type:"TextBlock",text:"Column 1"}],bleed:!0,width:"stretch"},{type:"Column",style:"attention",items:[{type:"TextBlock",text:"Column 2"}],bleed:!0,width:"stretch"},{type:"Column",style:"warning",items:[{type:"TextBlock",text:"Column 3"}],bleed:!0,width:"stretch"}]},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"Graph"}],fallback:{type:"Column",items:[{type:"TextBlock",text:"Fallback"}]},width:"auto"},{type:"Column",items:[{type:"Graph"}],fallback:"drop"},{type:"Column",items:[{type:"TextBlock",text:"This is a column",wrap:!0}]}]},{type:"ColumnSet",style:"emphasis",minHeight:"100px",columns:[{type:"Column",style:"default",minHeight:"200px",items:[{type:"TextBlock",wrap:!0,text:"The columnset has a minHeight of 100px while this column has a minHeight of 200px so it should override"}]},{type:"Column",style:"default",minHeight:"50px",items:[{type:"FactSet",facts:[{title:"ColumnSet",value:"MinHeight: 100px"},{title:"Column 1",value:"MinHeight: 200px"},{title:"Column 2",value:"MinHeight: 50px"}]}]}]},{type:"TextBlock",text:"The middle column is set to rtl",wrap:!0,size:"Medium"},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column One",wrap:!0}]},{type:"Column",rtl:!0,items:[{type:"TextBlock",text:"العمود الثاني",wrap:!0}]},{type:"Column",items:[{type:"TextBlock",wrap:!0,text:"Column three"}]}],spacing:"Medium"},{type:"Container",items:[{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://adaptivecards.io/content/cats/3.png",size:"medium"},{type:"TextBlock",text:"SHADES",horizontalAlignment:"center",weight:"bolder"}]},{type:"Column",width:"stretch",separator:!0,spacing:"medium",items:[{type:"TextBlock",text:"Dec 4",horizontalAlignment:"center"},{type:"TextBlock",text:"Final",spacing:"none",horizontalAlignment:"center"},{type:"TextBlock",text:"7 - 40",size:"extraLarge",horizontalAlignment:"center"}]},{type:"Column",width:"auto",separator:!0,spacing:"medium",items:[{type:"Image",url:"https://adaptivecards.io/content/cats/2.png",size:"medium",horizontalAlignment:"center"},{type:"TextBlock",text:"SKINS",horizontalAlignment:"center",weight:"bolder"}]}]}]},{type:"TextBlock",text:"Try clicking a column!",weight:"bolder"},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"Column 1"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}},{type:"Column",items:[{type:"TextBlock",text:"Column 2"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}},{type:"Column",items:[{type:"TextBlock",text:"Column 3"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png"}],selectAction:{type:"Action.OpenUrl",tooltip:"cool link",url:"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]},{type:"ColumnSet",columns:[{type:"Column",items:[{type:"TextBlock",text:"No Style"}]},{type:"Column",style:"default",items:[{type:"TextBlock",text:"Default Style"}]},{type:"Column",style:"emphasis",items:[{type:"TextBlock",text:"Emphasis Style"},{type:"Container",items:[{type:"TextBlock",text:"Container no style"}]},{type:"Container",style:"default",items:[{type:"TextBlock",text:"Container default style"}]},{type:"Container",style:"emphasis",items:[{type:"TextBlock",text:"Container emphasis style"}]}]}]},{type:"TextBlock",text:"Hi,"},{type:"TextBlock",text:"MasterHip",isSubtle:!0},{type:"ColumnSet",height:"stretch",columns:[{type:"Column",verticalContentAlignment:"bottom",items:[{type:"TextBlock",text:"Column 1"}]}]},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"TextBlock",text:"(auto)"},{type:"Image",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]},{type:"Column",width:"stretch",items:[{type:"TextBlock",horizontalAlignment:"center",text:"(stretch)"},{type:"Image",horizontalAlignment:"center",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]},{type:"Column",width:"auto",items:[{type:"TextBlock",text:"(auto)"},{type:"Image",url:"https://adaptivecards.io/content/adaptive-card-50.png"}]}]}]}};var ColumnSet=Template.bind({});ColumnSet.args={template:{type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Pick up where you left off?",weight:"bolder"},{type:"ColumnSet",spacing:"medium",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1083",size:"medium"}]},{type:"Column",width:4,items:[{type:"TextBlock",text:"Silver Star Mountain"},{type:"TextBlock",text:"Maps",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.OpenUrl",url:"https://www.msn.com",tooltip:"View a map of Silver Star Mountain"}},{type:"ColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1082",size:"medium"}]},{type:"Column",width:4,style:"emphasis",items:[{type:"TextBlock",text:"Toggle button"},{type:"TextBlock",text:"With EMPHASIS",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.ToggleVisibility",targetElements:["submitActionColumnSet"]}},{type:"ColumnSet",bleed:!1,id:"submitActionColumnSet",columns:[{type:"Column",width:"auto",items:[{type:"Image",url:"https://unsplash.it/80?image=1080",size:"medium"}]},{type:"Column",width:4,items:[{type:"TextBlock",text:"Submit button"},{type:"TextBlock",text:"Send data",isSubtle:!0,spacing:"none"}]}],selectAction:{type:"Action.Submit"}}],actions:[{type:"Action.OpenUrl",title:"Resume all",url:"ms-cortana:resume-all"},{type:"Action.OpenUrl",title:"More activities",url:"ms-cortana:more-activities"}]}};var Container=Template.bind({});Container.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"Container",items:[{type:"TextBlock",text:"This is some text"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"large"}],minHeight:"15rem"},{type:"Container",style:"default",items:[{type:"TextBlock",text:"This container has the default style"},{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"}]},{type:"Container",style:"accent",items:[{type:"TextBlock",text:"This container has the accent style"},{type:"TextBlock",text:"color: default",color:"default"},{type:"TextBlock",text:"color: accent",color:"accent"},{type:"TextBlock",text:"color: good",color:"good"},{type:"TextBlock",text:"color: warning",color:"warning"},{type:"TextBlock",text:"color: attention",color:"attention"},{type:"TextBlock",text:"color: light",color:"light"},{type:"TextBlock",text:"color: dark",color:"dark"},{type:"Container",items:[{type:"TextBlock",text:"Contained container - no style",color:"dark"}]},{type:"Container",style:"emphasis",items:[{type:"TextBlock",text:"Contained container - emphasis",color:"dark"}]},{type:"Container",style:"default",items:[{type:"TextBlock",text:"Contained container - default",color:"dark"}]},{type:"Container",style:"good",items:[{type:"TextBlock",text:"Contained container - good",color:"dark"}]},{type:"Container",style:"warning",items:[{type:"TextBlock",text:"Contained container - warning",color:"dark"}]},{type:"Container",style:"attention",items:[{type:"TextBlock",text:"Contained container - attention",color:"dark"}]},{type:"Container",style:"accent",items:[{type:"TextBlock",text:"Contained container - accent",color:"dark"}]}]},{type:"Container",minHeight:"150px",backgroundImage:"https://adaptivecards.io/content/AlkiBeach.jpg",items:[{type:"TextBlock",text:"What a beautiful background"}]},{type:"TextBlock",text:"They can even repeat a bunch of different ways..."},{type:"Container",minHeight:"100px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeat"}},{type:"Container",minHeight:"40px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatHorizontally",verticalAlignment:"center"}},{type:"Container",minHeight:"100px",backgroundImage:{url:"https://adaptivecards.io/content/uparrow.png",fillMode:"repeatVertically",horizontalAlignment:"center"}}]}};var FactSet=Template.bind({});FactSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"FactSet",facts:[{title:"Fact 1",value:"Value 1"},{title:"Fact 2",value:"Value 2"},{title:"Fact 3",value:"Value 3"},{title:"Fact 4",value:"Value 5"}]}]}};var ImageSet=Template.bind({});ImageSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.2",body:[{type:"ImageSet",imageSize:"medium",images:[{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"large",backgroundColor:"red",style:"person"},{type:"Image",url:"https://adaptivecards.io/content/cats/3.png"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",size:"small"},{type:"Image",url:"https://adaptivecards.io/content/cats/1.png",backgroundColor:"#cdcdcd",width:"60px",height:"60px"},{type:"Image",url:"https://adaptivecards.io/content/cats/2.png"}]}]}},ActionSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ActionSet.parameters),Column.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Column.parameters),ColumnSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ColumnSet.parameters),Container.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},Container.parameters),FactSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},FactSet.parameters),ImageSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},ImageSet.parameters)},1154:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,"InputChoiceSet",(function(){return InputChoiceSet})),__webpack_require__.d(__webpack_exports__,"InputDate",(function(){return InputDate})),__webpack_require__.d(__webpack_exports__,"InputNumber",(function(){return InputNumber})),__webpack_require__.d(__webpack_exports__,"InputText",(function(){return InputText})),__webpack_require__.d(__webpack_exports__,"InputTime",(function(){return InputTime})),__webpack_require__.d(__webpack_exports__,"InputToggle",(function(){return InputToggle}));__webpack_require__(8),__webpack_require__(53),__webpack_require__(0);var _AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(91),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);__webpack_exports__.default={title:"Messaging/AdaptiveCard/Inputs",component:_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a};var Template=function Template(args){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_AdaptiveCard__WEBPACK_IMPORTED_MODULE_3__.a,Object.assign({},args,{onSubmit:function onSubmit(inputs){return alert("Submitted values:\n"+JSON.stringify(inputs,null,4))},onInvalidSubmit:function onInvalidSubmit(inputs){return alert("Submitted invalid values:\n"+JSON.stringify(inputs,null,4))}}))};Template.displayName="Template";var InputChoiceSet=Template.bind({});InputChoiceSet.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.ChoiceSet",id:"input1",style:"compact",isMultiSelect:!1,label:"Default Input.ChoiceSet label (compact)",placeholder:"Please make a selection",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input2",style:"compact",isMultiSelect:!1,label:"Required Input.ChoiceSet label (compact)",isRequired:!0,errorMessage:"Required input",placeholder:"Please make a selection",value:"1",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input3",style:"expanded",isMultiSelect:!1,label:"Default Input.ChoiceSet label (expanded)",value:"2",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input4",style:"expanded",isMultiSelect:!1,label:"Required Input.ChoiceSet label (expanded)",isRequired:!0,errorMessage:"Required input",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input5",style:"expanded",isMultiSelect:!0,label:"Default Input.ChoiceSet label (expanded, multiselect)",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"}]},{type:"Input.ChoiceSet",id:"input6",style:"compact",isMultiSelect:!0,isRequired:!0,value:"1,3",label:"Required Input.ChoiceSet label (compact, multiselect)",errorMessage:"Required input",choices:[{title:"Option 1",value:"1"},{title:"Option 2",value:"2"},{title:"Option 3",value:"3"}]}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputDate=Template.bind({});InputDate.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Date Input"},{type:"Input.Date",id:"date",placeholder:"Enter a date",value:"2017-10-12"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputNumber=Template.bind({});InputNumber.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Number",id:"number",placeholder:"Enter a number",label:"Enter a number between 1 and 10",min:1,max:10,value:3}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputText=Template.bind({});InputText.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Specify the type of text being requested:",style:"heading"},{type:"Input.Text",id:"myComment",style:"text",height:"auto",isRequired:!0,inlineAction:{type:"Action.OpenUrl",title:"Reply",tooltip:"Reply to this message",url:"https://adaptivecards.io"},errorMessage:"This is a required input"},{type:"Input.Text",id:"myEmail",label:"style: email",style:"email",errorMessage:"This is a required input"},{type:"Input.Text",id:"myTel",label:"style: tel",style:"tel",height:"stretch"},{type:"Input.Text",id:"myUrl",label:"style: url",style:"url"},{type:"Input.Text",id:"myPassword",label:"style: password",style:"password"},{type:"TextBlock",text:"Multiline text input:"},{type:"Input.Text",id:"multilineInputId",placeholder:"enter comment",maxLength:500,isMultiline:!0},{type:"TextBlock",text:"Pre-filled value:"},{type:"Input.Text",id:"prefilledInputId",placeholder:"enter comment",maxLength:500,isMultiline:!0,value:"This value was pre-filled"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputTime=Template.bind({});InputTime.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Time",id:"timeValueSet",label:"Start time",min:"10:00",max:"18:00",value:"12:43"},{type:"Input.Time",id:"timeValueUnset",label:"End time",isRequired:!0,errorMessage:"This input is required"},{type:"Input.Time",id:"timeValueMidnight",label:"Night time",min:"23:00",max:"02:00"}],actions:[{type:"Action.Submit",title:"OK"}]}};var InputToggle=Template.bind({});InputToggle.args={template:{$schema:"http://adaptivecards.io/schemas/adaptive-card.json",type:"AdaptiveCard",version:"1.0",body:[{type:"Input.Toggle",id:"acceptTerms",title:"I accept the terms and agreements",value:"rejected",valueOn:"accepted",valueOff:"rejected",label:"Please check the box below to accept the terms and agreements:",isRequired:!0,errorMessage:"You must accept the terms to continue."}],actions:[{type:"Action.Submit",title:"OK"}]}},InputChoiceSet.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputChoiceSet.parameters),InputDate.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputDate.parameters),InputNumber.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputNumber.parameters),InputText.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputText.parameters),InputTime.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputTime.parameters),InputToggle.parameters=Object.assign({storySource:{source:"(args) => (\n alert(`Submitted values:\\n${JSON.stringify(inputs, null, 4)}`)}\n onInvalidSubmit={(inputs) => alert(`Submitted invalid values:\\n${JSON.stringify(inputs, null, 4)}`)}\n />\n)"}},InputToggle.parameters)},1157:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);var preview_namespaceObject={};__webpack_require__.r(preview_namespaceObject),__webpack_require__.d(preview_namespaceObject,"decorators",(function(){return decorators})),__webpack_require__.d(preview_namespaceObject,"parameters",(function(){return preview_parameters}));__webpack_require__(29),__webpack_require__(14),__webpack_require__(66),__webpack_require__(541),__webpack_require__(401),__webpack_require__(73),__webpack_require__(1004),__webpack_require__(1005),__webpack_require__(540);var client_api=__webpack_require__(1182),esm=__webpack_require__(11),activities=(__webpack_require__(8),__webpack_require__(0),__webpack_require__(84)),webex_component_adapter_interfaces_es_min=__webpack_require__(13),meetings={meeting1:{ID:"meeting1",title:"In meeting",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting2:{ID:"meeting2",title:"Video Disabled",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:new MediaStream,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID2",microphoneID:"microphoneID2",speakerID:""},meeting3:{ID:"meeting3",title:"Interstitial",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting4:{ID:"meeting4",title:"Waiting for others",localAudio:{stream:new MediaStream},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting5:{ID:"meeting5",title:"Barbara German",localAudio:{stream:new MediaStream},localVideo:{stream:null},localShare:{stream:null},remoteAudio:new MediaStream,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!0,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID2",microphoneID:"microphoneID2",speakerID:""},meeting6:{ID:"meeting6",title:"Audio Trouble",localAudio:{stream:null},localVideo:{stream:new MediaStream},localShare:{stream:null},remoteAudio:null,remoteVideo:new MediaStream,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID2",speakerID:""},meeting7:{ID:"meeting7",title:null,localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:""},meeting8:{ID:null,title:"Left",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.LEFT,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:""},meeting9:{ID:null,title:"Loading",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:"",error:!0},meeting10:{ID:"meeting10",title:"Password required",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.NOT_JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:"",password:"secret",hostKey:"hostsecret"},meeting11:{ID:"meeting11",title:"Waiting for host",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:"LOBBY",showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:"cameraID1",microphoneID:"microphoneID1",speakerID:""},meeting12:{ID:"meeting12",title:"Share Screen",localAudio:{stream:null},localVideo:{stream:null},localShare:{stream:new MediaStream},remoteAudio:null,remoteVideo:null,remoteShare:null,state:webex_component_adapter_interfaces_es_min.d.JOINED,showRoster:!1,settings:{visible:!1,preview:{audio:null,video:null}},cameraID:null,microphoneID:null,speakerID:null}},people=__webpack_require__(88),rooms=__webpack_require__(322),src_data={activities:activities.a,meetings:meetings,memberships:{membership1:{ID:"membership1",destinationID:"room1",destinationType:"room",members:[{ID:"user1",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user2",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user3",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user4",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null}]},membership2:{ID:"membership2",destinationID:"room2",destinationType:"room",members:[{ID:"user1",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user5",orgID:"org2",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null},{ID:"user6",orgID:"org1",muted:null,sharing:null,inMeeting:null,host:null,guest:null,speaking:null}]},membership3:{ID:"membership3",destinationID:"meeting1",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!1,host:!1,guest:!0,speaking:!1},{ID:"user3",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!0,guest:!1,speaking:!1}]},membership4:{ID:"membership4",destinationID:"meeting2",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user2",orgID:"org1",muted:!1,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user3",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user4",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!0,guest:!1,speaking:!1},{ID:"user5",orgID:"org2",muted:!1,sharing:!1,inMeeting:!0,host:!1,guest:!0,speaking:!1},{ID:"user6",orgID:"org1",muted:!0,sharing:!1,inMeeting:!1,host:!1,guest:!0,speaking:!1}]},membership5:{ID:"membership5",destinationID:"meeting4",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0}]},membership6:{ID:"membership6",destinationID:"meeting5",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!0},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user3",orgID:"org1",muted:!1,sharing:!1,inMeeting:!1,host:!1,guest:!1,speaking:!0}]},membership7:{ID:"membership7",destinationID:"meeting6",destinationType:"meeting",members:[{ID:"user1",orgID:"org1",muted:!1,sharing:!0,inMeeting:!0,host:!1,guest:!1,speaking:!1},{ID:"user2",orgID:"org1",muted:!0,sharing:!1,inMeeting:!0,host:!1,guest:!1,speaking:!1}]},membershipMock1:{ID:"membershipMock1",destinationID:"meeting3",destinationType:"meeting",members:[]},membershipMock2:{ID:"membershipMock2",destinationID:"meeting7",destinationType:"meeting",members:[]},membershipMock3:{ID:"membershipMock3",destinationID:"meeting9",destinationType:"meeting",members:[]},1:{ID:"1",roomID:"1",roomType:"group",isModerator:!1},2:{ID:"2",roomID:"2",roomType:"group",isModerator:!1}},organizations:{org1:{ID:"org1",name:"Cisco"},org2:{ID:"org2",name:"Gmail.com"}},people:people.a,rooms:rooms.a},classCallCheck=(__webpack_require__(48),__webpack_require__(40)),classCallCheck_default=__webpack_require__.n(classCallCheck),createClass=__webpack_require__(42),createClass_default=__webpack_require__.n(createClass),inherits=__webpack_require__(43),inherits_default=__webpack_require__.n(inherits),possibleConstructorReturn=__webpack_require__(44),possibleConstructorReturn_default=__webpack_require__.n(possibleConstructorReturn),getPrototypeOf=__webpack_require__(26),getPrototypeOf_default=__webpack_require__.n(getPrototypeOf),Observable=(__webpack_require__(46),__webpack_require__(9),__webpack_require__(550),__webpack_require__(162),__webpack_require__(56));function _createSuper(Derived){var hasNativeReflectConstruct=function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var EMPTY_ACTION={actionID:null,personID:null,roomID:null,type:"submit",activityID:null,inputs:null,created:null},ActivitiesJSONAdapter_ActivitiesJSONAdapter=function(_ActivitiesAdapter){inherits_default()(ActivitiesJSONAdapter,_ActivitiesAdapter);var _super=_createSuper(ActivitiesJSONAdapter);function ActivitiesJSONAdapter(){return classCallCheck_default()(this,ActivitiesJSONAdapter),_super.apply(this,arguments)}return createClass_default()(ActivitiesJSONAdapter,[{key:"getActivity",value:function getActivity(ID){var _this=this;return Observable.a.create((function(observer){_this.datasource[ID]?observer.next(_this.datasource[ID]):observer.error(new Error('Could not find activity with ID "'+ID+'"')),observer.complete()}))}},{key:"postAction",value:function postAction(activityID,inputs){var _this2=this;return new Observable.a((function(observer){var activity=_this2.datasource[activityID];if(activity){var actionID="action-"+activityID+"-"+((null==activity?void 0:activity.actions.length)+1),newAction=Object.assign({},EMPTY_ACTION,{actionID:actionID,personID:"user1",roomID:activity.roomID,activityID:activityID,inputs:inputs,created:(new Date).toISOString()});_this2.datasource[activityID].actions.push(newAction),observer.next(newAction),observer.complete()}else observer.error(new Error('Unable to create an attachment action for activity with id "'+activityID+'"'))}))}},{key:"postActivity",value:function postActivity(activity){var _this3=this,activity$=new Observable.a((function(observer){var activities=_this3.datasource;if(activity.roomID){var ID="activity"+(Object.keys(activities).length+1),newActivity=Object.assign({attachments:[],actions:[],cards:[]},activity,{ID:ID,personID:"user1",created:(new Date).toISOString()});activities[ID]=newActivity,observer.next(newActivity),observer.complete()}else observer.error(new Error("Unable to post an activity in room with id "+activity.roomID))}));return activity$}},{key:"hasAdaptiveCards",value:function hasAdaptiveCards(activity){return activity.cards.length>0}},{key:"getAdaptiveCard",value:function getAdaptiveCard(activity,cardIndex){return activity.cards[cardIndex]}}]),ActivitiesJSONAdapter}(webex_component_adapter_interfaces_es_min.a),regenerator=__webpack_require__(7),regenerator_default=__webpack_require__.n(regenerator),asyncToGenerator=__webpack_require__(17),asyncToGenerator_default=__webpack_require__.n(asyncToGenerator),assertThisInitialized=__webpack_require__(115),assertThisInitialized_default=__webpack_require__.n(assertThisInitialized),fromEvent=(__webpack_require__(83),__webpack_require__(95),__webpack_require__(107),__webpack_require__(12),__webpack_require__(1176)),concat=__webpack_require__(1181),filter=__webpack_require__(596),map=__webpack_require__(221),takeWhile=__webpack_require__(1177),util=__webpack_require__(55),MeetingControl_MeetingControl=function MeetingControl(adapter,controlID){classCallCheck_default()(this,MeetingControl),this.adapter=adapter,this.ID=controlID};function DisabledMuteAudioControl_createSuper(Derived){var hasNativeReflectConstruct=function DisabledMuteAudioControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var DisabledMuteAudioControl_DisabledMuteAudioControl=function(_MeetingControl){inherits_default()(DisabledMuteAudioControl,_MeetingControl);var _super=DisabledMuteAudioControl_createSuper(DisabledMuteAudioControl);function DisabledMuteAudioControl(){return classCallCheck_default()(this,DisabledMuteAudioControl),_super.apply(this,arguments)}return createClass_default()(DisabledMuteAudioControl,[{key:"display",value:function display(){var _this=this;return Observable.a.create((function(observer){observer.next({ID:_this.ID,type:"BUTTON",icon:"microphone-muted",state:webex_component_adapter_interfaces_es_min.c.DISABLED,text:"No microphone",tooltip:"No microphone available"}),observer.complete()}))}}]),DisabledMuteAudioControl}(MeetingControl_MeetingControl),distinctUntilChanged=__webpack_require__(1173);function JoinControl_createSuper(Derived){var hasNativeReflectConstruct=function JoinControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var JoinControl_JoinControl=function(_MeetingControl){inherits_default()(JoinControl,_MeetingControl);var _action,_super=JoinControl_createSuper(JoinControl);function JoinControl(){return classCallCheck_default()(this,JoinControl),_super.apply(this,arguments)}return createClass_default()(JoinControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.joinMeeting(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this;return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return{hint:(meeting.localAudio.stream?"Unmuted, ":"Muted, ")+(meeting.localVideo.stream?"video on":"video off"),state:"NOT_JOINED"===meeting.state?webex_component_adapter_interfaces_es_min.c.ACTIVE:webex_component_adapter_interfaces_es_min.c.DISABLED}})),Object(distinctUntilChanged.a)((function(prev,curr){return prev.hint===curr.hint&&prev.state===curr.state})),Object(map.a)((function(_ref){var hint=_ref.hint,state=_ref.state;return{ID:_this.ID,type:"JOIN",text:"Join meeting",tooltip:"Join meeting",hint:"Join meeting. "+hint,state:state}})))}}]),JoinControl}(MeetingControl_MeetingControl);function LeaveControl_createSuper(Derived){var hasNativeReflectConstruct=function LeaveControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var LeaveControl_LeaveControl=function(_MeetingControl){inherits_default()(LeaveControl,_MeetingControl);var _action,_super=LeaveControl_createSuper(LeaveControl);function LeaveControl(){return classCallCheck_default()(this,LeaveControl),_super.apply(this,arguments)}return createClass_default()(LeaveControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.leaveMeeting(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(){var _this=this;return Observable.a.create((function(observer){observer.next({ID:_this.ID,type:"CANCEL",icon:"cancel",tooltip:"Leave meeting",hint:"Leave meeting"}),observer.complete()}))}}]),LeaveControl}(MeetingControl_MeetingControl);function MuteAudioControl_createSuper(Derived){var hasNativeReflectConstruct=function MuteAudioControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MuteAudioControl_MuteAudioControl=function(_MeetingControl){inherits_default()(MuteAudioControl,_MeetingControl);var _action,_super=MuteAudioControl_createSuper(MuteAudioControl);function MuteAudioControl(){return classCallCheck_default()(this,MuteAudioControl),_super.apply(this,arguments)}return createClass_default()(MuteAudioControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleMuteAudio(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var unmuted={ID:this.ID,type:"BUTTON",icon:"microphone",tooltip:"Mute audio",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,text:"Mute"},muted={ID:this.ID,type:"BUTTON",icon:"microphone-muted",tooltip:"Unmute audio",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,text:"Unmute"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){var _meeting$localAudio;return!(null===(_meeting$localAudio=meeting.localAudio)||void 0===_meeting$localAudio||!_meeting$localAudio.stream)})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localAudioExists){return localAudioExists?unmuted:muted})))}}]),MuteAudioControl}(MeetingControl_MeetingControl),of=__webpack_require__(632);function MuteVideoControl_createSuper(Derived){var hasNativeReflectConstruct=function MuteVideoControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MuteVideoControl_MuteVideoControl=function(_MeetingControl){inherits_default()(MuteVideoControl,_MeetingControl);var _action,_super=MuteVideoControl_createSuper(MuteVideoControl);function MuteVideoControl(){return classCallCheck_default()(this,MuteVideoControl),_super.apply(this,arguments)}return createClass_default()(MuteVideoControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleMuteVideo(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var muted={ID:this.ID,type:"BUTTON",icon:"camera-muted",tooltip:"Start video",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,text:"Start video"},unmuted={ID:this.ID,type:"BUTTON",icon:"camera",tooltip:"Stop video",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,text:"Stop video"},notSupported={ID:this.ID,type:"BUTTON",icon:"camera-muted",tooltip:"Video not supported on iOS 15.1",state:webex_component_adapter_interfaces_es_min.c.DISABLED,text:"No camera"};return"undefined"!=typeof navigator&&navigator.userAgent.includes("iPhone OS 15_1")?Object(of.a)(notSupported):this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.localVideo.stream})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localVideoExists){return localVideoExists?unmuted:muted})))}}]),MuteVideoControl}(MeetingControl_MeetingControl);function RosterControl_createSuper(Derived){var hasNativeReflectConstruct=function RosterControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var RosterControl_RosterControl=function(_MeetingControl){inherits_default()(RosterControl,_MeetingControl);var _action,_super=RosterControl_createSuper(RosterControl);function RosterControl(){return classCallCheck_default()(this,RosterControl),_super.apply(this,arguments)}return createClass_default()(RosterControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleRoster(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var active={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"participant-list-filled",text:"Hide participants",tooltip:"Hide participants panel"},inactive={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"participant-list",text:"Show participants",tooltip:"Show participants panel"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.showRoster})),Object(distinctUntilChanged.a)(),Object(map.a)((function(showRosterExists){return showRosterExists?active:inactive})))}}]),RosterControl}(MeetingControl_MeetingControl);function SettingsControl_createSuper(Derived){var hasNativeReflectConstruct=function SettingsControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SettingsControl_SettingsControl=function(_MeetingControl){inherits_default()(SettingsControl,_MeetingControl);var _action,_super=SettingsControl_createSuper(SettingsControl);function SettingsControl(){return classCallCheck_default()(this,SettingsControl),_super.apply(this,arguments)}return createClass_default()(SettingsControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.toggleSettings(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var active={ID:this.ID,type:"BUTTON",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"settings",text:"Settings",tooltip:"Meeting settings"},inactive={ID:this.ID,type:"BUTTON",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"settings",text:"Settings",tooltip:"Meeting settings"};return this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.showSettings})),Object(distinctUntilChanged.a)(),Object(map.a)((function(showSettingsExists){return showSettingsExists?active:inactive})))}}]),SettingsControl}(MeetingControl_MeetingControl);function ShareControl_createSuper(Derived){var hasNativeReflectConstruct=function ShareControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var ShareControl_ShareControl=function(_MeetingControl){inherits_default()(ShareControl,_MeetingControl);var _action,_super=ShareControl_createSuper(ShareControl);function ShareControl(){return classCallCheck_default()(this,ShareControl),_super.apply(this,arguments)}return createClass_default()(ShareControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.handleLocalShare(meetingID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var inactive={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.INACTIVE,icon:"share-screen-presence-stroke",text:"Start sharing",tooltip:"Start sharing content"},active={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.ACTIVE,icon:"share-screen-filled",text:"Stop sharing",tooltip:"Stop sharing content"},notSupported={ID:this.ID,type:"TOGGLE",state:webex_component_adapter_interfaces_es_min.c.DISABLED,icon:"share-screen-presence-stroke",text:"Start sharing",tooltip:"Share screen not supported"};return navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia?this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return!!meeting.localShare.stream})),Object(distinctUntilChanged.a)(),Object(map.a)((function(localShareExists){return localShareExists?active:inactive}))):Object(of.a)(notSupported)}}]),ShareControl}(MeetingControl_MeetingControl),defer=(__webpack_require__(15),__webpack_require__(1175)),first=__webpack_require__(1180),concatMap=__webpack_require__(1174);function SwitchCameraControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchCameraControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchCameraControl_SwitchCameraControl=function(_MeetingControl){inherits_default()(SwitchCameraControl,_MeetingControl);var _action,_super=SwitchCameraControl_createSuper(SwitchCameraControl);function SwitchCameraControl(){return classCallCheck_default()(this,SwitchCameraControl),_super.apply(this,arguments)}return createClass_default()(SwitchCameraControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,cameraID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchCamera(meetingID,cameraID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableCameras$=this.adapter.getMeeting(meetingID).pipe(Object(first.a)(),Object(concatMap.a)((function(){return Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"videoinput")}))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:"Video Devices",noOptionsMessage:"No available cameras",options:null,selected:null,hint:'Use arrow keys to navigate between camera options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add a switch camera control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableCameras$.pipe(Object(map.a)((function(availableCameras){return Object.assign({},control,{options:(availableCameras||[])&&availableCameras.map((function(camera){return{value:camera.deviceId,label:camera.label||"Camera-"+camera.deviceId,camera:camera}}))})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.cameraID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(cameraID){return Object.assign({},control,{selected:cameraID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchCameraControl}(MeetingControl_MeetingControl);function SwitchMicrophoneControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchMicrophoneControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchMicrophoneControl_SwitchMicrophoneControl=function(_MeetingControl){inherits_default()(SwitchMicrophoneControl,_MeetingControl);var _action,_super=SwitchMicrophoneControl_createSuper(SwitchMicrophoneControl);function SwitchMicrophoneControl(){return classCallCheck_default()(this,SwitchMicrophoneControl),_super.apply(this,arguments)}return createClass_default()(SwitchMicrophoneControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,microphoneID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchMicrophone(meetingID,microphoneID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableMicrophones$=this.adapter.getMeeting(meetingID).pipe(Object(first.a)(),Object(concatMap.a)((function(){return Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"audioinput")}))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:"Microphone Devices",noOptionsMessage:"No available microphones",options:null,selected:null,hint:'Use arrow keys to navigate between microphone options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add switch microphone control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableMicrophones$.pipe(Object(map.a)((function(availableMicrophones){return Object.assign({},control,{options:(availableMicrophones||[])&&availableMicrophones.map((function(microphone){return{value:microphone.deviceId,label:microphone.label||"Microphone-"+microphone.deviceId,microphone:microphone}}))})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.microphoneID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(microphoneID){return Object.assign({},control,{selected:microphoneID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchMicrophoneControl}(MeetingControl_MeetingControl),toConsumableArray=__webpack_require__(101),toConsumableArray_default=__webpack_require__.n(toConsumableArray),helpers=(__webpack_require__(30),__webpack_require__(4));function SwitchSpeakerControl_createSuper(Derived){var hasNativeReflectConstruct=function SwitchSpeakerControl_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var SwitchSpeakerControl_SwitchSpeakerControl=function(_MeetingControl){inherits_default()(SwitchSpeakerControl,_MeetingControl);var _action,_super=SwitchSpeakerControl_createSuper(SwitchSpeakerControl);function SwitchSpeakerControl(){return classCallCheck_default()(this,SwitchSpeakerControl),_super.apply(this,arguments)}return createClass_default()(SwitchSpeakerControl,[{key:"action",value:(_action=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(meetingID,speakerID){return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.next=2,this.adapter.switchSpeaker(meetingID,speakerID);case 2:case"end":return _context.stop()}}),_callee,this)}))),function action(_x,_x2){return _action.apply(this,arguments)})},{key:"display",value:function display(meetingID){var _this=this,availableSpeakers$=Object(defer.a)((function(){return _this.adapter.getAvailableDevices(meetingID,"audiooutput")})).pipe(Object(map.a)((function(availableSpeakers){return availableSpeakers.map((function(speaker){return{value:speaker.deviceId,label:speaker.label,speaker:speaker}}))})),Object(map.a)((function(options){return[{value:"",label:"Browser Default"}].concat(toConsumableArray_default()(options))}))),initialControl$=new Observable.a((function(observer){_this.adapter.fetchMeeting(meetingID)?(observer.next({ID:_this.ID,type:"MULTISELECT",tooltip:helpers.b?"Speaker Devices":"The current browser does not support changing speakers",noOptionsMessage:"No available speakers",options:null,selected:null,hint:'Use arrow keys to navigate between speaker options and hit "Enter" to select.'}),observer.complete()):observer.error(new Error('Could not find meeting with ID "'+meetingID+'" to add switch speaker control'))})),controlWithOptions$=initialControl$.pipe(Object(concatMap.a)((function(control){return availableSpeakers$.pipe(Object(map.a)((function(availableSpeakers){return Object.assign({},control,{options:availableSpeakers})})))}))),controlFromMeeting$=controlWithOptions$.pipe(Object(concatMap.a)((function(control){return _this.adapter.getMeeting(meetingID).pipe(Object(map.a)((function(meeting){return meeting.speakerID})),Object(distinctUntilChanged.a)(),Object(map.a)((function(speakerID){return Object.assign({},control,{selected:speakerID})})))})));return Object(concat.a)(initialControl$,controlWithOptions$,controlFromMeeting$).pipe(Object(distinctUntilChanged.a)((function(prev,curr){return prev.selected===curr.selected&&prev.options===curr.options})))}}]),SwitchSpeakerControl}(MeetingControl_MeetingControl);function MeetingsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function MeetingsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var EMPTY_MEETING={ID:null,title:null,localAudio:{stream:null,permission:null},localVideo:{stream:null,permission:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,showRoster:null,settings:{visible:!1,preview:{audio:{},video:{}}},status:"NOT_JOINED",cameraID:null,microphoneID:null,speakerID:null},MeetingsJSONAdapter_ON_IOS_15_1="undefined"!=typeof navigator&&navigator.userAgent.includes("iPhone OS 15_1"),MeetingsJSONAdapter_MeetingsJSONAdapter=function(_MeetingsAdapter){inherits_default()(MeetingsJSONAdapter,_MeetingsAdapter);var _updateMeeting,_clearInvalidHostKeyFlag,_clearInvalidPasswordFlag,_clearPasswordRequiredFlag,_switchSpeaker,_switchMicrophone,_switchCamera,_toggleSettings,_toggleRoster,_handleLocalShare,_toggleMuteVideo,_toggleMuteAudio,_getAvailableDevices,_getDisplayStream,_getStream,_leaveMeeting,_ignoreAudioAccessPrompt,_ignoreVideoAccessPrompt,_joinMeeting,_super=MeetingsJSONAdapter_createSuper(MeetingsJSONAdapter);function MeetingsJSONAdapter(datasource){var _this$meetingControls,_this;return classCallCheck_default()(this,MeetingsJSONAdapter),(_this=_super.call(this,datasource)).meetingControls=((_this$meetingControls={})["mute-audio"]=new MuteAudioControl_MuteAudioControl(assertThisInitialized_default()(_this),"mute-audio"),_this$meetingControls["mute-video"]=new MuteVideoControl_MuteVideoControl(assertThisInitialized_default()(_this),"mute-video"),_this$meetingControls["share-screen"]=new ShareControl_ShareControl(assertThisInitialized_default()(_this),"share-screen"),_this$meetingControls["join-meeting"]=new JoinControl_JoinControl(assertThisInitialized_default()(_this),"join-meeting"),_this$meetingControls["leave-meeting"]=new LeaveControl_LeaveControl(assertThisInitialized_default()(_this),"leave-meeting"),_this$meetingControls["disabled-mute-audio"]=new DisabledMuteAudioControl_DisabledMuteAudioControl(assertThisInitialized_default()(_this),"disabled-mute-audio"),_this$meetingControls["member-roster"]=new RosterControl_RosterControl(assertThisInitialized_default()(_this),"member-roster"),_this$meetingControls.settings=new SettingsControl_SettingsControl(assertThisInitialized_default()(_this),"settings"),_this$meetingControls["switch-camera"]=new SwitchCameraControl_SwitchCameraControl(assertThisInitialized_default()(_this),"switch-camera"),_this$meetingControls["switch-microphone"]=new SwitchMicrophoneControl_SwitchMicrophoneControl(assertThisInitialized_default()(_this),"switch-microphone"),_this$meetingControls["switch-speaker"]=new SwitchSpeakerControl_SwitchSpeakerControl(assertThisInitialized_default()(_this),"switch-speaker"),_this$meetingControls),_this.displayStreamPromise=null,_this}return createClass_default()(MeetingsJSONAdapter,[{key:"createMeeting",value:function createMeeting(destination){var _this2=this;return Observable.a.create((function(observer){destination?(observer.next(Object.assign({},EMPTY_MEETING,{ID:destination})),observer.next(_this2.datasource[destination])):observer.error(new Error('Could not create meeting at destination "'+destination+'"')),observer.complete()}))}},{key:"getMeeting",value:function getMeeting(ID){var _this3=this,getMeeting$=Observable.a.create(function(){var _ref=asyncToGenerator_default()(regenerator_default.a.mark((function _callee(observer){var meeting,_yield$_this3$getStre,stream,perm,deviceId,_yield$_this3$getStre2,_stream,_perm,_deviceId;return regenerator_default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:if(ID){_context.next=4;break}observer.next({ID:null,title:null,localAudio:{stream:null,permission:null},localVideo:{stream:null,permission:null},localShare:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,showRoster:null,settings:{visible:!1,preview:{audio:{},video:{}}},state:null,cameraID:null,microphoneID:null,speakerID:""}),_context.next=41;break;case 4:if(!_this3.fetchMeeting(ID)){_context.next=40;break}if((meeting=_this3.fetchMeeting(ID)).remoteVideo instanceof MediaStream&&(meeting.remoteVideo=_this3.getVideoStream()),meeting.remoteShare instanceof MediaStream&&(meeting.remoteShare=_this3.getShareStream()),!_this3.emptyStream(meeting.localVideo.stream)){_context.next=18;break}return _context.next=11,_this3.getStream({video:!0,audio:!1});case 11:_yield$_this3$getStre=_context.sent,stream=_yield$_this3$getStre.stream,perm=_yield$_this3$getStre.perm,deviceId=_yield$_this3$getStre.deviceId,meeting.localVideo.stream=stream,meeting.localVideo.permission=perm,meeting.cameraID=deviceId;case 18:if(!_this3.emptyStream(meeting.localAudio.stream)){_context.next=28;break}return _context.next=21,_this3.getStream({video:!1,audio:!0});case 21:_yield$_this3$getStre2=_context.sent,_stream=_yield$_this3$getStre2.stream,_perm=_yield$_this3$getStre2.perm,_deviceId=_yield$_this3$getStre2.deviceId,meeting.localAudio.stream=_stream,meeting.localAudio.permission=_perm,meeting.microphoneID=_deviceId;case 28:if(!_this3.displayStreamPromise){_context.next=31;break}return _context.next=31,_this3.displayStreamPromise;case 31:if(!_this3.emptyStream(meeting.localShare.stream)){_context.next=37;break}return _this3.displayStreamPromise=_this3.getDisplayStream(),_context.next=35,_this3.displayStreamPromise;case 35:meeting.localShare.stream=_context.sent,_this3.displayStreamPromise=null;case 37:observer.next(meeting),_context.next=41;break;case 40:observer.error(new Error('Could not find meeting with ID "'+ID+'"'));case 41:observer.complete();case 42:case"end":return _context.stop()}}),_callee)})));return function(_x){return _ref.apply(this,arguments)}}()),meetingEvents$=Object(fromEvent.a)(document,"meeting:update").pipe(Object(filter.a)((function(event){return event.detail.ID===ID})),Object(map.a)((function(event){return Object.assign({},event.detail)})));return Object(concat.a)(getMeeting$,meetingEvents$).pipe(Object(takeWhile.a)((function(meeting){return meeting.state!==webex_component_adapter_interfaces_es_min.d.LEFT}),!0))}},{key:"joinMeeting",value:(_joinMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee3(ID){var options,_this4=this,_args3=arguments;return regenerator_default.a.wrap((function _callee3$(_context3){for(;;)switch(_context3.prev=_context3.next){case 0:return options=_args3.length>1&&void 0!==_args3[1]?_args3[1]:{},_context3.next=3,this.updateMeeting(ID,function(){var _ref2=asyncToGenerator_default()(regenerator_default.a.mark((function _callee2(meeting){var updates;return regenerator_default.a.wrap((function _callee2$(_context2){for(;;)switch(_context2.prev=_context2.next){case 0:if(!meeting.password||options.password||options.hostKey){_context2.next=4;break}updates={passwordRequired:!0},_context2.next=20;break;case 4:if(!meeting.password||!options.password||options.password===meeting.password){_context2.next=8;break}updates={invalidPassword:!0},_context2.next=20;break;case 8:if(!meeting.hostKey||!options.hostKey||options.hostKey===meeting.hostKey){_context2.next=12;break}updates={invalidHostKey:!0},_context2.next=20;break;case 12:return _context2.next=14,_this4.getStream({video:!0,audio:!1});case 14:return _context2.t0=_context2.sent.stream,_context2.next=17,_this4.getStream({video:!1,audio:!0});case 17:_context2.t1=_context2.sent.stream,_context2.t2=webex_component_adapter_interfaces_es_min.d.JOINED,updates={remoteVideo:_context2.t0,remoteAudio:_context2.t1,state:_context2.t2};case 20:return _context2.abrupt("return",updates);case 21:case"end":return _context2.stop()}}),_callee2)})));return function(_x3){return _ref2.apply(this,arguments)}}());case 3:case"end":return _context3.stop()}}),_callee3,this)}))),function joinMeeting(_x2){return _joinMeeting.apply(this,arguments)})},{key:"ignoreVideoAccessPrompt",value:(_ignoreVideoAccessPrompt=asyncToGenerator_default()(regenerator_default.a.mark((function _callee5(ID){return regenerator_default.a.wrap((function _callee5$(_context5){for(;;)switch(_context5.prev=_context5.next){case 0:return _context5.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee4(){return regenerator_default.a.wrap((function _callee4$(_context4){for(;;)switch(_context4.prev=_context4.next){case 0:return _context4.abrupt("return",{localVideo:{permission:"IGNORED"}});case 1:case"end":return _context4.stop()}}),_callee4)}))));case 2:case"end":return _context5.stop()}}),_callee5,this)}))),function ignoreVideoAccessPrompt(_x4){return _ignoreVideoAccessPrompt.apply(this,arguments)})},{key:"ignoreAudioAccessPrompt",value:(_ignoreAudioAccessPrompt=asyncToGenerator_default()(regenerator_default.a.mark((function _callee7(ID){return regenerator_default.a.wrap((function _callee7$(_context7){for(;;)switch(_context7.prev=_context7.next){case 0:return _context7.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee6(){return regenerator_default.a.wrap((function _callee6$(_context6){for(;;)switch(_context6.prev=_context6.next){case 0:return _context6.abrupt("return",{localAudio:{permission:"IGNORED"}});case 1:case"end":return _context6.stop()}}),_callee6)}))));case 2:case"end":return _context7.stop()}}),_callee7,this)}))),function ignoreAudioAccessPrompt(_x5){return _ignoreAudioAccessPrompt.apply(this,arguments)})},{key:"leaveMeeting",value:(_leaveMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee9(ID){var _this5=this;return regenerator_default.a.wrap((function _callee9$(_context9){for(;;)switch(_context9.prev=_context9.next){case 0:return _context9.next=2,this.updateMeeting(ID,function(){var _ref5=asyncToGenerator_default()(regenerator_default.a.mark((function _callee8(meeting){return regenerator_default.a.wrap((function _callee8$(_context8){for(;;)switch(_context8.prev=_context8.next){case 0:return _this5.stopStream(meeting.localVideo.stream),_this5.stopStream(meeting.localAudio.stream),_context8.abrupt("return",{remoteVideo:null,remoteAudio:null,state:webex_component_adapter_interfaces_es_min.d.LEFT});case 3:case"end":return _context8.stop()}}),_callee8)})));return function(_x7){return _ref5.apply(this,arguments)}}());case 2:case"end":return _context9.stop()}}),_callee9,this)}))),function leaveMeeting(_x6){return _leaveMeeting.apply(this,arguments)})},{key:"getStream",value:(_getStream=asyncToGenerator_default()(regenerator_default.a.mark((function _callee10(constraints){var stream,deviceId,perm,_availableDevices$fin,mediaStream,availableDevices,deviceLabel;return regenerator_default.a.wrap((function _callee10$(_context10){for(;;)switch(_context10.prev=_context10.next){case 0:if(!constraints.video||!MeetingsJSONAdapter_ON_IOS_15_1){_context10.next=2;break}return _context10.abrupt("return",{stream:null,perm:"ERROR"});case 2:return _context10.prev=2,_context10.next=5,navigator.mediaDevices.getUserMedia(constraints);case 5:return mediaStream=_context10.sent,_context10.next=8,this.getAvailableDevices();case 8:availableDevices=_context10.sent,deviceLabel=mediaStream.getTracks()[0].label,deviceId=null===(_availableDevices$fin=availableDevices.find((function(device){return device.label===deviceLabel})))||void 0===_availableDevices$fin?void 0:_availableDevices$fin.deviceId,constraints.video&&(stream=new MediaStream([mediaStream.getVideoTracks()[0]])),constraints.audio&&(stream=new MediaStream([mediaStream.getAudioTracks()[0]])),perm="ALLOWED",_context10.next=20;break;case 16:_context10.prev=16,_context10.t0=_context10.catch(2),console.error("Meetings JSON adapter can not display the local user stream",_context10.t0),perm=_context10.t0 instanceof DOMException?"NotAllowedError"===_context10.t0.name?"Permission dismissed"===_context10.t0.message?"DISMISSED":"Permission denied by system"===_context10.t0.message?"DISABLED":"DENIED":"NotReadableError"===_context10.t0.name?"DISABLED":"ERROR":"ERROR";case 20:return _context10.abrupt("return",{stream:stream,perm:perm,deviceId:deviceId});case 21:case"end":return _context10.stop()}}),_callee10,this,[[2,16]])}))),function getStream(_x8){return _getStream.apply(this,arguments)})},{key:"getDisplayStream",value:(_getDisplayStream=asyncToGenerator_default()(regenerator_default.a.mark((function _callee11(){var captureStream;return regenerator_default.a.wrap((function _callee11$(_context11){for(;;)switch(_context11.prev=_context11.next){case 0:return captureStream=null,_context11.prev=1,_context11.next=4,navigator.mediaDevices.getDisplayMedia();case 4:captureStream=_context11.sent,_context11.next=10;break;case 7:_context11.prev=7,_context11.t0=_context11.catch(1),console.error("Meetings JSON adapter can not display the local user sharing stream",_context11.t0);case 10:return _context11.abrupt("return",captureStream);case 11:case"end":return _context11.stop()}}),_callee11,null,[[1,7]])}))),function getDisplayStream(){return _getDisplayStream.apply(this,arguments)})},{key:"getAvailableDevices",value:(_getAvailableDevices=asyncToGenerator_default()(regenerator_default.a.mark((function _callee12(meetingID,type){var meeting,devices;return regenerator_default.a.wrap((function _callee12$(_context12){for(;;)switch(_context12.prev=_context12.next){case 0:if(meeting=this.datasource[meetingID],devices=[],"videoinput"===type&&["ERROR","DISABLED"].includes(meeting.localVideo.permission)||"audioinput"===type&&["ERROR","DISABLED"].includes(meeting.localAudio.permission)){_context12.next=13;break}return _context12.prev=3,_context12.next=6,navigator.mediaDevices.enumerateDevices();case 6:devices=(devices=_context12.sent).filter((function(device){return!type||device.kind===type&&device.deviceId})),_context12.next=13;break;case 10:_context12.prev=10,_context12.t0=_context12.catch(3),console.error("Meetings JSON adapter can not enumerate media devices",_context12.t0);case 13:return _context12.abrupt("return",devices);case 14:case"end":return _context12.stop()}}),_callee12,this,[[3,10]])}))),function getAvailableDevices(_x9,_x10){return _getAvailableDevices.apply(this,arguments)})},{key:"getStreamFromElement",value:function getStreamFromElement(id){var video=document.getElementById(id),stream=new MediaStream;return video&&video.captureStream?stream=video.captureStream():video&&video.mozCaptureStream&&(stream=video.mozCaptureStream()),stream}},{key:"getVideoStream",value:function getVideoStream(){return this.getStreamFromElement("remote-video")}},{key:"getShareStream",value:function getShareStream(){return this.getStreamFromElement("remote-share")}},{key:"stopStream",value:function stopStream(stream){null!=stream&&stream.getTracks&&stream.getTracks().forEach((function(track){return track.stop()}))}},{key:"emptyStream",value:function emptyStream(stream){return stream instanceof MediaStream&&0===stream.getTracks().length}},{key:"toggleMuteAudio",value:(_toggleMuteAudio=asyncToGenerator_default()(regenerator_default.a.mark((function _callee14(ID){var _this6=this;return regenerator_default.a.wrap((function _callee14$(_context14){for(;;)switch(_context14.prev=_context14.next){case 0:return _context14.next=2,this.updateMeeting(ID,function(){var _ref6=asyncToGenerator_default()(regenerator_default.a.mark((function _callee13(meeting){return regenerator_default.a.wrap((function _callee13$(_context13){for(;;)switch(_context13.prev=_context13.next){case 0:if(_this6.stopStream(meeting.localAudio.stream),!meeting.localAudio.stream){_context13.next=5;break}_context13.t0=null,_context13.next=8;break;case 5:return _context13.next=7,_this6.getStream({video:!1,audio:!0});case 7:_context13.t0=_context13.sent.stream;case 8:return _context13.t1=_context13.t0,_context13.t2={stream:_context13.t1},_context13.abrupt("return",{localAudio:_context13.t2});case 11:case"end":return _context13.stop()}}),_callee13)})));return function(_x12){return _ref6.apply(this,arguments)}}());case 2:case"end":return _context14.stop()}}),_callee14,this)}))),function toggleMuteAudio(_x11){return _toggleMuteAudio.apply(this,arguments)})},{key:"toggleMuteVideo",value:(_toggleMuteVideo=asyncToGenerator_default()(regenerator_default.a.mark((function _callee16(ID){var _this7=this;return regenerator_default.a.wrap((function _callee16$(_context16){for(;;)switch(_context16.prev=_context16.next){case 0:return _context16.next=2,this.updateMeeting(ID,function(){var _ref7=asyncToGenerator_default()(regenerator_default.a.mark((function _callee15(meeting){var _meeting$localVideo;return regenerator_default.a.wrap((function _callee15$(_context15){for(;;)switch(_context15.prev=_context15.next){case 0:if(_this7.stopStream(meeting.localVideo.stream),null===(_meeting$localVideo=meeting.localVideo)||void 0===_meeting$localVideo||!_meeting$localVideo.stream){_context15.next=5;break}_context15.t0=null,_context15.next=8;break;case 5:return _context15.next=7,_this7.getStream({video:!0,audio:!1});case 7:_context15.t0=_context15.sent.stream;case 8:return _context15.t1=_context15.t0,_context15.t2={stream:_context15.t1},_context15.abrupt("return",{localVideo:_context15.t2});case 11:case"end":return _context15.stop()}}),_callee15)})));return function(_x14){return _ref7.apply(this,arguments)}}());case 2:case"end":return _context16.stop()}}),_callee16,this)}))),function toggleMuteVideo(_x13){return _toggleMuteVideo.apply(this,arguments)})},{key:"handleLocalShare",value:(_handleLocalShare=asyncToGenerator_default()(regenerator_default.a.mark((function _callee18(ID){var _this8=this;return regenerator_default.a.wrap((function _callee18$(_context18){for(;;)switch(_context18.prev=_context18.next){case 0:return _context18.next=2,this.updateMeeting(ID,function(){var _ref8=asyncToGenerator_default()(regenerator_default.a.mark((function _callee17(meeting){var updates,stream;return regenerator_default.a.wrap((function _callee17$(_context17){for(;;)switch(_context17.prev=_context17.next){case 0:if(updates={},!meeting.localShare.stream){_context17.next=6;break}_this8.stopStream(meeting.localShare.stream),updates={localShare:{stream:null}},_context17.next=10;break;case 6:return _context17.next=8,_this8.getDisplayStream();case 8:null!=(stream=_context17.sent)&&stream.getVideoTracks&&(stream.getVideoTracks()[0].onended=function(){_this8.handleLocalShare(ID)},updates={remoteShare:null,localShare:{stream:stream}});case 10:return _context17.abrupt("return",updates);case 11:case"end":return _context17.stop()}}),_callee17)})));return function(_x16){return _ref8.apply(this,arguments)}}());case 2:case"end":return _context18.stop()}}),_callee18,this)}))),function handleLocalShare(_x15){return _handleLocalShare.apply(this,arguments)})},{key:"toggleRoster",value:(_toggleRoster=asyncToGenerator_default()(regenerator_default.a.mark((function _callee20(ID){return regenerator_default.a.wrap((function _callee20$(_context20){for(;;)switch(_context20.prev=_context20.next){case 0:return _context20.next=2,this.updateMeeting(ID,function(){var _ref9=asyncToGenerator_default()(regenerator_default.a.mark((function _callee19(meeting){return regenerator_default.a.wrap((function _callee19$(_context19){for(;;)switch(_context19.prev=_context19.next){case 0:return _context19.abrupt("return",{showRoster:!meeting.showRoster});case 1:case"end":return _context19.stop()}}),_callee19)})));return function(_x18){return _ref9.apply(this,arguments)}}());case 2:case"end":return _context20.stop()}}),_callee20,this)}))),function toggleRoster(_x17){return _toggleRoster.apply(this,arguments)})},{key:"toggleSettings",value:(_toggleSettings=asyncToGenerator_default()(regenerator_default.a.mark((function _callee22(ID){var _this9=this;return regenerator_default.a.wrap((function _callee22$(_context22){for(;;)switch(_context22.prev=_context22.next){case 0:return _context22.next=2,this.updateMeeting(ID,function(){var _ref10=asyncToGenerator_default()(regenerator_default.a.mark((function _callee21(meeting){var updates,_yield$_this9$getStre,stream,deviceId,_yield$_this9$getStre2,_stream2,_deviceId2;return regenerator_default.a.wrap((function _callee21$(_context21){for(;;)switch(_context21.prev=_context21.next){case 0:if(meeting.settings.visible){_context21.next=27;break}if(updates={settings:{visible:!0,preview:{}}},!meeting.localVideo.stream){_context21.next=7;break}updates.settings.preview.video=meeting.localVideo.stream.clone(),_context21.next=14;break;case 7:return _context21.next=9,_this9.getStream({video:{deviceId:{exact:meeting.cameraID}}});case 9:_yield$_this9$getStre=_context21.sent,stream=_yield$_this9$getStre.stream,deviceId=_yield$_this9$getStre.deviceId,updates.settings.preview.video=stream,updates.cameraID=deviceId;case 14:if(!meeting.localAudio.stream){_context21.next=18;break}updates.settings.preview.audio=meeting.localAudio.stream.clone(),_context21.next=25;break;case 18:return _context21.next=20,_this9.getStream({audio:{deviceId:{exact:meeting.microphoneID}}});case 20:_yield$_this9$getStre2=_context21.sent,_stream2=_yield$_this9$getStre2.stream,_deviceId2=_yield$_this9$getStre2.deviceId,updates.settings.preview.microphoneID=_stream2,updates.microphoneID=_deviceId2;case 25:_context21.next=30;break;case 27:_this9.stopStream(meeting.localVideo.stream),_this9.stopStream(meeting.localAudio.stream),updates={settings:{visible:!1},localVideo:{stream:meeting.localVideo.stream&&meeting.settings.preview.video},localAudio:{stream:meeting.localAudio.stream&&meeting.settings.preview.audio}};case 30:return _context21.abrupt("return",updates);case 31:case"end":return _context21.stop()}}),_callee21)})));return function(_x20){return _ref10.apply(this,arguments)}}());case 2:case"end":return _context22.stop()}}),_callee22,this)}))),function toggleSettings(_x19){return _toggleSettings.apply(this,arguments)})},{key:"switchCamera",value:(_switchCamera=asyncToGenerator_default()(regenerator_default.a.mark((function _callee24(ID,cameraID){var _this10=this;return regenerator_default.a.wrap((function _callee24$(_context24){for(;;)switch(_context24.prev=_context24.next){case 0:return _context24.next=2,this.updateMeeting(ID,function(){var _ref11=asyncToGenerator_default()(regenerator_default.a.mark((function _callee23(meeting){return regenerator_default.a.wrap((function _callee23$(_context23){for(;;)switch(_context23.prev=_context23.next){case 0:return _this10.stopStream(meeting.settings.preview.video),_context23.next=3,_this10.getStream({video:{deviceId:{exact:cameraID}}});case 3:return _context23.t0=_context23.sent.stream,_context23.t1={video:_context23.t0},_context23.t2={preview:_context23.t1},_context23.t3=cameraID,_context23.abrupt("return",{settings:_context23.t2,cameraID:_context23.t3});case 8:case"end":return _context23.stop()}}),_callee23)})));return function(_x23){return _ref11.apply(this,arguments)}}());case 2:case"end":return _context24.stop()}}),_callee24,this)}))),function switchCamera(_x21,_x22){return _switchCamera.apply(this,arguments)})},{key:"switchMicrophone",value:(_switchMicrophone=asyncToGenerator_default()(regenerator_default.a.mark((function _callee26(ID,microphoneID){var _this11=this;return regenerator_default.a.wrap((function _callee26$(_context26){for(;;)switch(_context26.prev=_context26.next){case 0:return _context26.next=2,this.updateMeeting(ID,function(){var _ref12=asyncToGenerator_default()(regenerator_default.a.mark((function _callee25(meeting){return regenerator_default.a.wrap((function _callee25$(_context25){for(;;)switch(_context25.prev=_context25.next){case 0:return _this11.stopStream(meeting.settings.preview.audio),_context25.next=3,_this11.getStream({audio:{deviceId:{exact:microphoneID}}});case 3:return _context25.t0=_context25.sent.stream,_context25.t1={audio:_context25.t0},_context25.t2={preview:_context25.t1},_context25.t3=microphoneID,_context25.abrupt("return",{settings:_context25.t2,microphoneID:_context25.t3});case 8:case"end":return _context25.stop()}}),_callee25)})));return function(_x26){return _ref12.apply(this,arguments)}}());case 2:case"end":return _context26.stop()}}),_callee26,this)}))),function switchMicrophone(_x24,_x25){return _switchMicrophone.apply(this,arguments)})},{key:"switchSpeaker",value:(_switchSpeaker=asyncToGenerator_default()(regenerator_default.a.mark((function _callee28(ID,speakerID){return regenerator_default.a.wrap((function _callee28$(_context28){for(;;)switch(_context28.prev=_context28.next){case 0:return _context28.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee27(){return regenerator_default.a.wrap((function _callee27$(_context27){for(;;)switch(_context27.prev=_context27.next){case 0:return _context27.abrupt("return",{speakerID:speakerID});case 1:case"end":return _context27.stop()}}),_callee27)}))));case 2:case"end":return _context28.stop()}}),_callee28,this)}))),function switchSpeaker(_x27,_x28){return _switchSpeaker.apply(this,arguments)})},{key:"clearPasswordRequiredFlag",value:(_clearPasswordRequiredFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee30(ID){return regenerator_default.a.wrap((function _callee30$(_context30){for(;;)switch(_context30.prev=_context30.next){case 0:return _context30.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee29(){return regenerator_default.a.wrap((function _callee29$(_context29){for(;;)switch(_context29.prev=_context29.next){case 0:return _context29.abrupt("return",{passwordRequired:!1});case 1:case"end":return _context29.stop()}}),_callee29)}))));case 2:case"end":return _context30.stop()}}),_callee30,this)}))),function clearPasswordRequiredFlag(_x29){return _clearPasswordRequiredFlag.apply(this,arguments)})},{key:"clearInvalidPasswordFlag",value:(_clearInvalidPasswordFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee32(ID){return regenerator_default.a.wrap((function _callee32$(_context32){for(;;)switch(_context32.prev=_context32.next){case 0:return _context32.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee31(){return regenerator_default.a.wrap((function _callee31$(_context31){for(;;)switch(_context31.prev=_context31.next){case 0:return _context31.abrupt("return",{invalidPassword:!1});case 1:case"end":return _context31.stop()}}),_callee31)}))));case 2:case"end":return _context32.stop()}}),_callee32,this)}))),function clearInvalidPasswordFlag(_x30){return _clearInvalidPasswordFlag.apply(this,arguments)})},{key:"clearInvalidHostKeyFlag",value:(_clearInvalidHostKeyFlag=asyncToGenerator_default()(regenerator_default.a.mark((function _callee34(ID){return regenerator_default.a.wrap((function _callee34$(_context34){for(;;)switch(_context34.prev=_context34.next){case 0:return _context34.next=2,this.updateMeeting(ID,asyncToGenerator_default()(regenerator_default.a.mark((function _callee33(){return regenerator_default.a.wrap((function _callee33$(_context33){for(;;)switch(_context33.prev=_context33.next){case 0:return _context33.abrupt("return",{invalidHostKey:!1});case 1:case"end":return _context33.stop()}}),_callee33)}))));case 2:case"end":return _context34.stop()}}),_callee34,this)}))),function clearInvalidHostKeyFlag(_x31){return _clearInvalidHostKeyFlag.apply(this,arguments)})},{key:"fetchMeeting",value:function fetchMeeting(ID){return this.datasource[ID]}},{key:"updateMeeting",value:(_updateMeeting=asyncToGenerator_default()(regenerator_default.a.mark((function _callee35(ID,updater){var meeting,meetingUpdates;return regenerator_default.a.wrap((function _callee35$(_context35){for(;;)switch(_context35.prev=_context35.next){case 0:return meeting=this.fetchMeeting(ID),_context35.next=3,updater(meeting);case 3:meetingUpdates=_context35.sent,Object(util.d)(meeting,meetingUpdates),document.dispatchEvent(new CustomEvent("meeting:update",{detail:meeting}));case 6:case"end":return _context35.stop()}}),_callee35,this)}))),function updateMeeting(_x32,_x33){return _updateMeeting.apply(this,arguments)})},{key:"supportedControls",value:function supportedControls(){return Object.keys(this.meetingControls)}},{key:"changeLayout",value:function changeLayout(meetingID,layoutType){console.log("Changing layout to",layoutType)}}]),MeetingsJSONAdapter}(webex_component_adapter_interfaces_es_min.e);__webpack_require__(144);function MembershipJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function MembershipJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var MembershipJSONAdapter_MembershipJSONAdapter=function(_MembershipsAdapter){inherits_default()(MembershipJSONAdapter,_MembershipsAdapter);var _super=MembershipJSONAdapter_createSuper(MembershipJSONAdapter);function MembershipJSONAdapter(){return classCallCheck_default()(this,MembershipJSONAdapter),_super.apply(this,arguments)}return createClass_default()(MembershipJSONAdapter,[{key:"getMembersFromDestination",value:function getMembersFromDestination(destinationID,destinationType){var _this=this;return Observable.a.create((function(observer){var membership=Object.values(_this.datasource).find((function(destination){return destination.destinationID===destinationID&&destination.destinationType===destinationType}));membership?observer.next(membership.members):observer.error(new Error('Could not find members for destination "'+destinationID+'"')),observer.complete()}))}},{key:"addRoomMember",value:function addRoomMember(personID,roomID){var _this2=this;return new Observable.a((function(observer){_this2.datasource[roomID]?observer.next(Object.assign({},_this2.datasource[roomID],{personID:personID})):observer.error(new Error("Could not add members to room")),observer.complete()}))}}]),MembershipJSONAdapter}(webex_component_adapter_interfaces_es_min.f);function OrganizationsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function OrganizationsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var OrganizationsJSONAdapter_OrganizationsJSONAdapter=function(_OrganizationsAdapter){inherits_default()(OrganizationsJSONAdapter,_OrganizationsAdapter);var _super=OrganizationsJSONAdapter_createSuper(OrganizationsJSONAdapter);function OrganizationsJSONAdapter(){return classCallCheck_default()(this,OrganizationsJSONAdapter),_super.apply(this,arguments)}return createClass_default()(OrganizationsJSONAdapter,[{key:"getOrg",value:function getOrg(ID){var _this=this;return new Observable.a((function(observer){var organization=Object.values(_this.datasource).find((function(org){return org.ID===ID}));organization?(observer.next(organization),observer.complete()):observer.error(new Error('Could not find any organization with ID "'+ID+'"'))}))}}]),OrganizationsJSONAdapter}(webex_component_adapter_interfaces_es_min.g);__webpack_require__(139);function PeopleJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function PeopleJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var PeopleJSONAdapter_PeopleJSONAdapter=function(_PeopleAdapter){inherits_default()(PeopleJSONAdapter,_PeopleAdapter);var _super=PeopleJSONAdapter_createSuper(PeopleJSONAdapter);function PeopleJSONAdapter(){return classCallCheck_default()(this,PeopleJSONAdapter),_super.apply(this,arguments)}return createClass_default()(PeopleJSONAdapter,[{key:"getMe",value:function getMe(){var _this=this;return Observable.a.create((function(observer){observer.next(_this.datasource.user1),observer.complete()}))}},{key:"getPerson",value:function getPerson(ID){var _this2=this;return Observable.a.create((function(observer){_this2.datasource[ID]?observer.next(_this2.datasource[ID]):observer.error(new Error('Could not find person with ID "'+ID+'"')),observer.complete()}))}},{key:"searchPeople",value:function searchPeople(query){var _this3=this;return new Observable.a((function(observer){_this3.datasource[query]?setTimeout((function(){observer.next(_this3.datasource[query]),observer.complete()}),500):(observer.error(new Error("could not find the person with query"+query)),observer.complete())}))}}]),PeopleJSONAdapter}(webex_component_adapter_interfaces_es_min.h);__webpack_require__(21);function RoomsJSONAdapter_createSuper(Derived){var hasNativeReflectConstruct=function RoomsJSONAdapter_isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function _createSuperInternal(){var result,Super=getPrototypeOf_default()(Derived);if(hasNativeReflectConstruct){var NewTarget=getPrototypeOf_default()(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else result=Super.apply(this,arguments);return possibleConstructorReturn_default()(this,result)}}var RoomsJSONAdapter_RoomsJSONAdapter=function(_RoomsAdapter){inherits_default()(RoomsJSONAdapter,_RoomsAdapter);var _super=RoomsJSONAdapter_createSuper(RoomsJSONAdapter);function RoomsJSONAdapter(datasource){var _this;return classCallCheck_default()(this,RoomsJSONAdapter),(_this=_super.call(this,datasource)).dataChunkSize=4,_this.lastDataIndex={},_this}return createClass_default()(RoomsJSONAdapter,[{key:"getRoom",value:function getRoom(ID){var _this2=this;return Observable.a.create((function(observer){_this2.datasource[ID]?observer.next(_this2.datasource[ID]):observer.error(new Error('Could not find room with ID "'+ID+'"')),observer.complete()}))}},{key:"getActivitiesInRealTime",value:function getActivitiesInRealTime(ID){var _this3=this;return Observable.a.create((function(observer){var data=_this3.datasource[ID+"-activities"]?_this3.datasource[ID+"-activities"]:[];observer.next(data),observer.complete()}))}},{key:"getPastActivities",value:function getPastActivities(ID){var _this4=this;return Observable.a.create((function(observer){if(ID+"-previous-activities"in _this4.datasource)if(_this4.hasMoreActivities(ID)){var data,startIndex=_this4.lastDataIndex[ID]?_this4.lastDataIndex[ID]:0,endIndex=startIndex+_this4.dataChunkSize;data=_this4.datasource[ID+"-previous-activities"].slice(startIndex,endIndex),_this4.lastDataIndex[ID]=endIndex,observer.next(data)}else observer.complete();else{var message="Could not find activities for room "+ID+". Make sure room ID is valid!";observer.error(new Error(message))}}))}},{key:"hasMoreActivities",value:function hasMoreActivities(ID){this.lastDataIndex[ID]=this.lastDataIndex[ID]?this.lastDataIndex[ID]:0;var result=!1;return ID+"-previous-activities"in this.datasource&&(result=this.lastDataIndex[ID]=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],infoComponent=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_5__.a,{size:38});if(ID){var displayTitle=title||"No Meeting Information";infoComponent=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.e,{type:"subsection",className:sc("title"),children:displayTitle}),startTime&&endTime&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("h3",{className:sc("time"),children:(startDate=new Date(startTime),endDate=new Date(endTime),Object(date_fns__WEBPACK_IMPORTED_MODULE_4__.a)(startDate,"p")+" - "+Object(date_fns__WEBPACK_IMPORTED_MODULE_4__.a)(endDate,"p"))})]})}return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{ref:meetingInfoRef,className:cssClasses,style:style,children:infoComponent})}WebexMeetingInfo.displayName="WebexMeetingInfo",WebexMeetingInfo.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexMeetingInfo.defaultProps={className:"",style:void 0},WebexMeetingInfo.__docgenInfo={description:"Webex Meeting Info component displays the information associated with\na given meetingID.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingInfo",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingInfo/WebexMeetingInfo.jsx"]={name:"WebexMeetingInfo",docgenInfo:WebexMeetingInfo.__docgenInfo,path:"src/components/WebexMeetingInfo/WebexMeetingInfo.jsx"})},163:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Banner}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Banner(_ref){var _webexComponentClasse3,children=_ref.children,className=_ref.className,style=_ref.style,type=_ref.type,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("banner",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3)),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:children})}Banner.displayName="Banner",Banner.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),type:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["top","bottom"])},Banner.defaultProps={className:"",style:void 0,type:"top"},Banner.__docgenInfo={description:"Banner component.\n\n@param {object} props Data passed to the component\n@param {JSX.Element} props.children List of children\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@param {'top' | 'bottom'} [props.type='top'] Type of the banner, indicating the position\n@returns {object} JSX of the component",methods:[],displayName:"Banner",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},type:{defaultValue:{value:"'top'",computed:!1},type:{name:"enum",value:[{value:"'top'",computed:!1},{value:"'bottom'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Banner/Banner.jsx"]={name:"Banner",docgenInfo:Banner.__docgenInfo,path:"src/components/generic/Banner/Banner.jsx"})},183:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Modal}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),_Button_Button__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(96),_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(41),_breakpoints__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2);function Modal(_ref){var children=_ref.children,className=_ref.className,onBack=_ref.onBack,onClose=_ref.onClose,otherClassName=_ref.otherClassName,title=_ref.title,ariaLabel=_ref.ariaLabel,ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("modal",className,{"centered-modal":width>_breakpoints__WEBPACK_IMPORTED_MODULE_6__.d}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{ref:ref,className:cssClasses,onKeyDown:function handleKeyDown(event){"Escape"!==event.key&&"Esc"!==event.key||onClose()},role:"dialog","aria-label":ariaLabel||title,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:sc("content")+" "+otherClassName,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:sc("header"),children:[onBack&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Button_Button__WEBPACK_IMPORTED_MODULE_4__.a,{tabIndex:198,type:"ghost",className:sc("back"),size:28,onClick:onBack,ariaLabel:"Return to the previous screen",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"arrow-left",size:"13"})}),title&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("h3",{className:sc("title"),children:title}),onClose&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Button_Button__WEBPACK_IMPORTED_MODULE_4__.a,{tabIndex:199,className:sc("close"),type:"ghost",size:28,ariaLabel:"Close dialog",onClick:onClose,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"cancel",size:16})})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{className:sc("body"),children:children})]})})}Modal.displayName="Modal",Modal.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,onBack:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,onClose:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,otherClassName:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,title:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,ariaLabel:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string},Modal.defaultProps={className:"",onBack:void 0,onClose:void 0,otherClassName:void 0,title:"",ariaLabel:void 0},Modal.__docgenInfo={description:"Modal component\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} [props.onBack] Callback when the modal back button is triggerd\n@param {Function} [props.onClose] Callback when the modal is closed\n@param {string} [props.otherClassName] Custom other CSS class to apply\n@param {string} [props.title] Title of the modal\n@param {string} [props.ariaLabel] Aria label for the modal\n@returns {object} JSX of the element",methods:[],displayName:"Modal",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},onBack:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onClose:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},otherClassName:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},title:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Modal/Modal.jsx"]={name:"Modal",docgenInfo:Modal.__docgenInfo,path:"src/components/generic/Modal/Modal.jsx"})},184:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexInMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(163),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(113),_WebexRemoteMedia_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(185),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6),_breakpoints__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(57),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(2);function WebexInMeeting(_ref){var className=_ref.className,layout=_ref.layout,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.j)(meetingID),remoteShare=_useMeeting.remoteShare,localShare=_useMeeting.localShare,meetingRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.r)(),_useElementDimensions=Object(_hooks__WEBPACK_IMPORTED_MODULE_7__.g)(meetingRef),width=_useElementDimensions.width,height=_useElementDimensions.height,_useState=Object(react__WEBPACK_IMPORTED_MODULE_1__.useState)("none"),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),maxWidth=_useState2[0],setMaxWidth=_useState2[1],localMediaType=null!=localShare&&localShare.stream?"screen":"video",_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("in-meeting",className,{tablet:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.a&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_8__.b,"desktop-xl":width>=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.b,"remote-sharing":null!==remoteShare}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react__WEBPACK_IMPORTED_MODULE_1__.useEffect)((function(){setMaxWidth(height?16*height/9:"none")}),[height]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("div",{ref:meetingRef,className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{style:{maxWidth:maxWidth},className:sc("media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexRemoteMedia_WebexRemoteMedia__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("remote-media-in-meeting"),layout:layout,meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("local-media-in-meeting"),meetingID:meetingID,mediaType:localMediaType}),(null==localShare?void 0:localShare.stream)&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_3__.a,{className:sc("share-banner"),children:"You're sharing your screen"})]})})}WebexInMeeting.displayName="WebexInMeeting",WebexInMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,layout:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexInMeeting.defaultProps={className:"",layout:void 0,style:void 0},WebexInMeeting.__docgenInfo={description:"Webex In-Meeting component displays the remote stream plus\nthe local stream at the bottom right corner.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.layout Layout to apply on remote video\n@param {string} props.meetingID ID of the meeting for which to show media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexInMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},layout:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexInMeeting/WebexInMeeting.jsx"]={name:"WebexInMeeting",docgenInfo:WebexInMeeting.__docgenInfo,path:"src/components/WebexInMeeting/WebexInMeeting.jsx"})},185:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexRemoteMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(66),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(216),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(41),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(86),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(100),_hooks_contexts__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(27),_helpers__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(4),_breakpoints__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(2);function WebexRemoteMedia(_ref){var className=_ref.className,layout=_ref.layout,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.j)(meetingID),remoteAudio=_useMeeting.remoteAudio,remoteVideo=_useMeeting.remoteVideo,remoteShare=_useMeeting.remoteShare,error=_useMeeting.error,speakerID=_useMeeting.speakerID,members=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.m)(meetingID,"meeting"),audioRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),videoRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),shareRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),remoteMediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.r)(),adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_8__.a);Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(audioRef,remoteAudio),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(videoRef,remoteVideo),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.u)(shareRef,remoteShare),Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.t)(audioRef,speakerID);var remoteDisplay,width=Object(_hooks__WEBPACK_IMPORTED_MODULE_11__.g)(remoteMediaRef).width,hasOtherMembers=members.filter((function(member){return member.inMeeting})).length>1,hasMedia=!!(remoteAudio||remoteVideo||remoteShare),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_9__.a)("remote-media",className,{tablet:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.d&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_10__.a,desktop:width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.a&&width<_breakpoints__WEBPACK_IMPORTED_MODULE_10__.b,"desktop-xl":width>=_breakpoints__WEBPACK_IMPORTED_MODULE_10__.b,"remote-video-n-share":remoteVideo&&remoteShare}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){remoteVideo&&adapter.meetingsAdapter.changeLayout(meetingID,layout)}),[adapter.meetingsAdapter,layout,meetingID,remoteVideo]),remoteDisplay=error?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)("div",{className:sc("media-error"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_5__.a,{name:"error",className:sc("error-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{children:"Having trouble joining the meeting?"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{children:"Please check your connection."})]}):hasMedia&&hasOtherMembers?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.Fragment,{children:[remoteVideo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("video",{className:sc("video")+" "+sc("remote-video"),ref:videoRef,muted:!0,playsInline:!0,autoPlay:!0}),remoteShare&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("video",{className:sc("video")+" "+sc("remote-share"),ref:shareRef,muted:!0,playsInline:!0,autoPlay:!0}),remoteAudio&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("audio",{ref:audioRef,autoPlay:!0})]}):hasMedia&&!hasOtherMembers?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__.a,{type:"subsection",children:"Waiting for others to join..."}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsxs)(_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("connecting-badge"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_6__.a,{size:16,className:sc("connecting-spinner")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("span",{children:"Connecting"})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_12__.jsx)("div",{ref:remoteMediaRef,className:cssClasses,style:style,children:remoteDisplay})}WebexRemoteMedia.displayName="WebexRemoteMedia",WebexRemoteMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,layout:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexRemoteMedia.defaultProps={className:"",layout:"Grid",style:void 0},WebexRemoteMedia.__docgenInfo={description:"Webex Remote Media component displays the meeting's remote video\n\n@param {object} props Data passed to the component\n@param {string} props.className Custome CSS class to apply\n@param {string} props.layout Layout to apply on remote video\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component\n\nNOTE: waiting for the UX for a design on what to display if there is no remote video",methods:[],displayName:"WebexRemoteMedia",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},layout:{defaultValue:{value:"'Grid'",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexRemoteMedia/WebexRemoteMedia.jsx"]={name:"WebexRemoteMedia",docgenInfo:WebexRemoteMedia.__docgenInfo,path:"src/components/WebexRemoteMedia/WebexRemoteMedia.jsx"})},186:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexInterstitialMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_hooks__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(6),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(86),_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(163),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(113),_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(153),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(2);function WebexInterstitialMeeting(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("interstitial-meeting",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.r)(),height=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.g)(mediaRef).height,_useState=Object(react__WEBPACK_IMPORTED_MODULE_1__.useState)("none"),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),maxWidth=_useState2[0],setMaxWidth=_useState2[1],localVideo=Object(_hooks__WEBPACK_IMPORTED_MODULE_3__.j)(meetingID).localVideo;return Object(react__WEBPACK_IMPORTED_MODULE_1__.useEffect)((function(){setMaxWidth(height?16*height/9-1:"none")}),[height]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)("div",{className:cssClasses,style:style,children:meetingID?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{style:{maxWidth:maxWidth},className:sc("media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_8__.a,{className:sc("info"),meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsxs)("div",{ref:mediaRef,className:sc("interstitial-media-container"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_7__.a,{className:sc("media"),meetingID:meetingID,mediaType:"video"}),localVideo.stream&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Banner_Banner__WEBPACK_IMPORTED_MODULE_5__.a,{children:"My preview"})]})]}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_9__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_4__.a,{})})}WebexInterstitialMeeting.displayName="WebexInterstitialMeeting",WebexInterstitialMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexInterstitialMeeting.defaultProps={className:"",style:void 0},WebexInterstitialMeeting.__docgenInfo={description:"Webex Interstitial component displays the user's local video and\nmeeting info, in preparation to joining a meeting.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexInterstitialMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.jsx"]={name:"WebexInterstitialMeeting",docgenInfo:WebexInterstitialMeeting.__docgenInfo,path:"src/components/WebexInterstitialMeeting/WebexInterstitialMeeting.jsx"})},187:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingControlBar}));var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_10__=(__webpack_require__(399),__webpack_require__(554),__webpack_require__(104),__webpack_require__(15),__webpack_require__(30),__webpack_require__(1081),__webpack_require__(21),__webpack_require__(139),__webpack_require__(0)),react__WEBPACK_IMPORTED_MODULE_10___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_10__),prop_types__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_11__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(13),_hooks__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(6),_helpers__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(35),_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(102),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(2),nonZero=function nonZero(x){return!!x};function WebexMeetingControlBar(_ref){for(var className=_ref.className,collapseRangeStart=_ref.collapseRangeStart,collapseRangeEnd=_ref.collapseRangeEnd,controls=_ref.controls,meetingID=_ref.meetingID,style=_ref.style,tabIndexes=_ref.tabIndexes,meetingsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_10__.useContext)(_hooks__WEBPACK_IMPORTED_MODULE_13__.a).meetingsAdapter,state=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.j)(meetingID).state,containerRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),collapseButtonRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),collapseButtonRefHidden=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),containerWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(containerRef).width,collapseButtonWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(collapseButtonRefHidden).width,isActive=state===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_12__.d.JOINED,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_14__.a)("meeting-control-bar",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],controlNames=controls(isActive),controlsTabIndexes=tabIndexes(isActive),controlCount=controlNames.length,_useState=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)(),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState,2),controlTexts=_useState2[0],setControlTexts=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)([0,0]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState3,2),_useState4$=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState4[0],2),collapseStart=_useState4$[0],collapseEnd=_useState4$[1],setCollapseRange=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_10__.useState)(void 0),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState5,2),collapsedShown=_useState6[0],setCollapsedShown=_useState6[1],iconControlRefs=[],textControlRefs=[],iconControlWidths=[],textControlWidths=[],i=0;i<20;i+=1){var iconRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),textRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.r)(),iconWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(iconRef).width,textWidth=Object(_hooks__WEBPACK_IMPORTED_MODULE_13__.g)(textRef).width,inRange=i=0&&totalWidth>containerWidth;_i-=1)totalWidth-=textControlWidths[_i]-iconControlWidths[_i],texts[_i]=!1;if(setControlTexts(texts),totalWidth<=containerWidth)setCollapseRange([0,0]),hideCollapsed();else{var rangeStart=(collapseRangeStart+controlCount)%controlCount,rangeEnd=(collapseRangeEnd+controlCount)%controlCount;totalWidth+=collapseButtonWidth+10;for(var start=rangeEnd,_i2=rangeEnd-1;_i2>=rangeStart&&totalWidth>containerWidth;_i2-=1)totalWidth-=iconControlWidths[_i2],start=_i2;setCollapseRange([start,rangeEnd])}}}),[containerWidth,collapseButtonWidth,collapseRangeStart,collapseRangeEnd,controlCount].concat(iconControlWidths,textControlWidths));var renderControls=function renderControls(start,end){return function range(start,end){return Array(Math.max(0,end-start)).fill().map((function(_,i){return start+i}))}(start,end).map((function(i){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__.a,{type:controlNames[i],meetingID:meetingID,showText:controlTexts[i],autoFocus:controlsTabIndexes[i]===Math.min.apply(Math,_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(controlsTabIndexes))||!1,tabIndex:controlsTabIndexes[i]},controlNames[i])}))},renderCollapseButton=function renderCollapseButton(shown,onClick,ref,tabIndex){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)("div",{ref:ref,className:sc("collapse-button"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.a,{onClick:onClick,type:"toggle",size:48,pressed:!!shown,tabIndex:tabIndex,tooltip:"More options",ariaLabel:shown?"Collapse additional controls":"Expand additional controls",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:shown?"more-adr":"more"})})},"collapse-button")};return Object(react__WEBPACK_IMPORTED_MODULE_10__.useEffect)((function(){var cleanup;if(collapsedShown){var onOutsideClick=function onOutsideClick(){return hideCollapsed()};setTimeout((function(){return document.addEventListener("click",onOutsideClick)})),cleanup=function cleanup(){return document.removeEventListener("click",onOutsideClick)}}return cleanup}),[collapsedShown]),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsxs)("div",{ref:containerRef,className:cssClasses,style:style,children:[collapsedShown&&function renderCollapsedControls(){var options=controlNames.slice(collapseStart,collapseEnd).map((function(name){return{value:name,label:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_WebexMeetingControl_WebexMeetingControl__WEBPACK_IMPORTED_MODULE_16__.a,{type:name,meetingID:meetingID,asItem:!0},name)}}));return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.d,{className:sc("collapsed-controls"),options:options,onSelect:function onSelect(opt){meetingsAdapter.meetingControls[opt.value].action(meetingID),hideCollapsed(),collapseButtonRef.current.focus()},onBlur:hideCollapsed,withKey:collapsedShown.withKey,tabIndex:controlsTabIndexes[collapseStart]})}(),controlTexts&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_17__.jsxs)("div",{className:sc("controls"),children:[renderControls(0,collapseStart),collapseStart (\n isActive\n ? ['mute-audio', 'mute-video', 'leave-meeting']\n : ['mute-audio', 'mute-video', 'join-meeting']\n)",computed:!1},type:{name:"func"},required:!1,description:""},tabIndexes:{defaultValue:{value:"(isActive) => (\n isActive\n ? [1, 2, 3]\n : [2, 3, 1]\n)",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingControlBar/WebexMeetingControlBar.jsx"]={name:"WebexMeetingControlBar",docgenInfo:WebexMeetingControlBar.__docgenInfo,path:"src/components/WebexMeetingControlBar/WebexMeetingControlBar.jsx"})},188:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingGuestAuthentication}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_6__=(__webpack_require__(135),__webpack_require__(38),__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_7___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_7__),_helpers__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(35),_inputs__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(120),_breakpoints__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(27),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(86),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(2),HINTS_logo="Webex by Cisco logo",HINTS_name="Your name appears in the participant list. Skip this optional field to use the name provided by the system.",HINTS_password="The password is provided in the invitation for a scheduled meeting, or from the host.",HINTS_buttonHint="Start meeting. Start the meeting after entering the required information.",HINTS_hostLink="Click to go to a new screen where the meeting host can enter the host key.";function WebexMeetingGuestAuthentication(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,switchToHostModal=_ref.switchToHostModal,_useState=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),name=_useState2[0],setName=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(""),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),password=_useState4[0],setPassword=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState5,2),nameError=_useState6[0],setNameError=_useState6[1],_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.j)(meetingID),ID=_useMeeting.ID,invalidPassword=_useMeeting.invalidPassword,_useState7=Object(react__WEBPACK_IMPORTED_MODULE_6__.useState)(!1),_useState8=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState7,2),isJoining=_useState8[0],setIsJoining=_useState8[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_6__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_13__.a),ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_8__.a)("meeting-guest-authentication",className,{phone:width<=_breakpoints__WEBPACK_IMPORTED_MODULE_11__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],isStartButtonDisabled=nameError||!password||invalidPassword||isJoining,title="Enter meeting information to join";return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{ref:ref,className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("logo"),"aria-label":HINTS_logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("title"),title:title,children:title})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("form",{className:sc("form-content"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_10__.e,{ariaLabel:HINTS_name,autoFocus:!0,className:sc("input"),disabled:isJoining,error:nameError,label:"Your name",name:"name",onChange:function handleNameChange(value){setName(value),setNameError(function getNameError(name){var error;return name.match(/^[a-zA-Z ]*$/)||(error="Name can only contain letters."),error}(value))},tabIndex:101,value:name}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_10__.c,{className:sc("input"),type:"password",name:"password",value:password,onChange:function handlePasswordChange(value){setPassword(value),adapter.meetingsAdapter.clearInvalidPasswordFlag(ID)},disabled:isJoining,error:invalidPassword?"Incorrect password. Try again.":"",label:"Meeting password (required)",ariaLabel:HINTS_password,tabIndex:102}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)(_generic__WEBPACK_IMPORTED_MODULE_9__.a,{type:"primary",className:sc("start-button"),size:28,onClick:function joinMeeting(){setIsJoining(!0),adapter.meetingsAdapter.joinMeeting(ID,{name:name,password:password}).finally((function(){return setIsJoining(!1)}))},isDisabled:isStartButtonDisabled,ariaLabel:HINTS_buttonHint,tabIndex:103,children:[isJoining&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_14__.a,{className:sc("start-button-spinner"),size:18}),isJoining?"Starting meeting...":"Start meeting"]})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("host-text"),children:["Hosting the meeting?"," ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("a",{href:"#",tabIndex:104,className:sc("host-hyperlink"),onClick:function handleHostClick(event){event.preventDefault(),switchToHostModal()},"aria-label":HINTS_hostLink,children:"Enter host key."})]})]})}WebexMeetingGuestAuthentication.displayName="WebexMeetingGuestAuthentication",WebexMeetingGuestAuthentication.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.shape(),switchToHostModal:prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.func},WebexMeetingGuestAuthentication.defaultProps={className:"",style:void 0,switchToHostModal:void 0},WebexMeetingGuestAuthentication.__docgenInfo={description:"Webex Meeting Guest Authentication component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@param {Function} props.switchToHostModal A callback function to switch from guest form to host form\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingGuestAuthentication",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},switchToHostModal:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx"]={name:"WebexMeetingGuestAuthentication",docgenInfo:WebexMeetingGuestAuthentication.__docgenInfo,path:"src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx"})},189:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeetingHostAuthentication}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_4__=(__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(35),_inputs__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(120),_breakpoints__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(57),_hooks__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(27),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(86),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(2),HINTS_logo="Webex by Cisco logo",HINTS_password="The host key is generated when a meeting is scheduled.",HINTS_buttonHint="Start meeting. Start the meeting for all participants after entering the required information.";function WebexMeetingHostAuthentication(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_useState=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(""),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),hostKey=_useState2[0],setHostKey=_useState2[1],_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.j)(meetingID),ID=_useMeeting.ID,invalidHostKey=_useMeeting.invalidHostKey,_useState3=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(!1),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),isJoining=_useState4[0],setIsJoining=_useState4[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_4__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_11__.a),ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.g)(ref).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("meeting-host-authentication",className,{phone:width<=_breakpoints__WEBPACK_IMPORTED_MODULE_9__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],isStartButtonDisabled=!hostKey||invalidHostKey||isJoining,title="Enter host information to join";return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("div",{ref:ref,className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)("div",{className:sc("logo"),"aria-label":HINTS_logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)("div",{className:sc("title"),title:title,children:title})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)("form",{className:sc("form-content"),onSubmit:function onSubmit(e){e.preventDefault()},children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)(_inputs__WEBPACK_IMPORTED_MODULE_8__.c,{className:sc("input"),type:"password",name:"password",value:hostKey,disabled:isJoining,onChange:function handleHostKeyChange(value){setHostKey(value),adapter.meetingsAdapter.clearInvalidHostKeyFlag(ID)},error:invalidHostKey?"Incorrect host key. Try again.":"",label:"Host key (required)",ariaLabel:HINTS_password,autoFocus:!0,tabIndex:101}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsxs)(_generic__WEBPACK_IMPORTED_MODULE_7__.a,{type:"primary",className:sc("start-button"),size:28,onClick:function joinMeeting(){setIsJoining(!0),adapter.meetingsAdapter.joinMeeting(ID,{hostKey:hostKey}).finally((function(){return setIsJoining(!1)}))},isDisabled:isStartButtonDisabled,ariaLabel:HINTS_buttonHint,tabIndex:102,children:[isJoining&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_13__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_12__.a,{className:sc("start-button-spinner"),size:18}),isJoining?"Starting meeting...":"Start meeting"]})]})]})}WebexMeetingHostAuthentication.displayName="WebexMeetingHostAuthentication",WebexMeetingHostAuthentication.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.shape()},WebexMeetingHostAuthentication.defaultProps={className:"",style:void 0},WebexMeetingHostAuthentication.__docgenInfo={description:"Webex Meeting Host Authentication component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeetingHostAuthentication",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.jsx"]={name:"WebexMeetingHostAuthentication",docgenInfo:WebexMeetingHostAuthentication.__docgenInfo,path:"src/components/WebexMeetingHostAuthentication/WebexMeetingHostAuthentication.jsx"})},190:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMemberRoster}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_5__=(__webpack_require__(15),__webpack_require__(1082),__webpack_require__(66),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(13),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_generic_Button_Button__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(96),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(41),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(100),_hooks_useMembers__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(308),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_WebexMember_WebexMember__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(191),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(2);function WebexMemberRoster(_ref){var className=_ref.className,destinationID=_ref.destinationID,destinationType=_ref.destinationType,style=_ref.style,onClose=_ref.onClose,members=Object(_hooks_useMembers__WEBPACK_IMPORTED_MODULE_11__.a)(destinationID,destinationType),orgID=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.i)().orgID,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("member-roster",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],renderMembers=function renderMembers(data){return data.map((function(_ref2){var ID=_ref2.ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_WebexMember_WebexMember__WEBPACK_IMPORTED_MODULE_13__.a,{destinationType:destinationType,destinationID:destinationID,personID:ID},ID)}))},renderSection=function renderSection(data,title){return data.length>0&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("h5",{className:sc("section-title"),children:title}),renderMembers(data)]})},warningExternalMembers=members.some((function(member){return void 0!==member.orgID&&void 0!==orgID&&member.orgID!==orgID}))&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:sc("external-user-warning"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__.a,{name:"external-user",size:20,className:sc("external-user-icon")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("div",{className:sc("external-user-message"),children:"People outside your company are included in this space"})]});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)("div",{className:sc("header"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_10__.a,{type:"section",className:sc("title"),children:["Participants (",members?members.length:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("i",{children:"loading..."}),")"]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Button_Button__WEBPACK_IMPORTED_MODULE_8__.a,{type:"ghost",size:28,onClick:onClose,tabIndex:50,ariaLabel:"Close participants panel",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_9__.a,{name:"cancel",size:16})})]}),warningExternalMembers,Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsx)("div",{className:sc("members"),children:destinationType!==_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_6__.b.MEETING?renderMembers(members):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_14__.Fragment,{children:[renderSection(members.filter((function(member){return member.inMeeting})),"In the meeting"),renderSection(members.filter((function(member){return!member.inMeeting})),"Not in the meeting")]})})]})}WebexMemberRoster.displayName="WebexMemberRoster",WebexMemberRoster.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string,destinationID:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,destinationType:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.shape(),onClose:prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.func},WebexMemberRoster.defaultProps={className:"",style:void 0,onClose:void 0},WebexMemberRoster.__docgenInfo={description:"Displays the roster of Webex meeting or room members.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.destinationID ID of the destination for which to get members\n@param {string} props.destinationType Type of destination of the membership roster\n@param {object} props.style Custom style to apply\n@param {Function} props.onClose Action to close the roster\n@returns {object} JSX of the component",methods:[],displayName:"WebexMemberRoster",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},onClose:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},destinationID:{type:{name:"string"},required:!0,description:""},destinationType:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMemberRoster/WebexMemberRoster.jsx"]={name:"WebexMemberRoster",docgenInfo:WebexMemberRoster.__docgenInfo,path:"src/components/WebexMemberRoster/WebexMemberRoster.jsx"})},191:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMember}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(107),__webpack_require__(66),__webpack_require__(92),__webpack_require__(38),__webpack_require__(72),__webpack_require__(12),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_8__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(13),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(86),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(41),_hooks__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(6),_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(131),_helpers__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(2);function WebexMember(_ref){var _emails$,className=_ref.className,destinationID=_ref.destinationID,destinationType=_ref.destinationType,displayStatus=_ref.displayStatus,personID=_ref.personID,style=_ref.style,_usePerson=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.q)(personID),displayName=_usePerson.displayName,orgID=_usePerson.orgID,emails=_usePerson.emails,me=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.i)(),member=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.m)(destinationID,destinationType).find((function(itemMember){return itemMember.ID===personID})),organization=Object(_hooks__WEBPACK_IMPORTED_MODULE_12__.o)(orgID),isMuted=null==member?void 0:member.muted,isSpeaking=null==member?void 0:member.speaking,isExternal=void 0!==orgID&&void 0!==me.orgID&&me.orgID!==orgID,isSharing=null==member?void 0:member.sharing,isInMeeting=null==member?void 0:member.inMeeting,showMe=me.ID===personID&&destinationType===_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_9__.b.MEETING,isHost=null==member?void 0:member.host,isGuest=null==member?void 0:member.guest,roles=[showMe&&"You",isHost&&"Host",isSharing&&"Presenter"].filter((function(role){return role})),emailDomain=(null==emails||null===(_emails$=emails[0])||void 0===_emails$?void 0:_emails$.split("@")[1])||Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("i",{children:"Unknown organization"}),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_14__.a)("member",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_WebexAvatar_WebexAvatar__WEBPACK_IMPORTED_MODULE_13__.a,{personID:personID,displayStatus:displayStatus,className:sc("avatar")}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("details"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsxs)("div",{className:sc("name"),children:[(null!=displayName?displayName:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_10__.a,{size:18}))||Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("i",{children:"Name not available"}),isGuest&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("span",{className:sc("guest"),children:" (Guest)"})]}),roles.length>0&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("roles"),children:roles.join(", ")}),isExternal&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)("div",{className:sc("organization"),children:organization.name||emailDomain})]}),isInMeeting&&isSharing&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"content-share",size:16,className:sc("sharing")}),isInMeeting&&isSpeaking&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"microphone",size:16,className:sc("speaking")}),isInMeeting&&isMuted&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_15__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_11__.a,{name:"microphone-muted",size:16,className:sc("muted")})]})}WebexMember.displayName="WebexMember",WebexMember.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string,destinationID:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,destinationType:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,displayStatus:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.bool,personID:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.shape()},WebexMember.defaultProps={className:"",displayStatus:!1,style:void 0},WebexMember.__docgenInfo={description:"Displays a webex meeting member.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.destinationID ID of the destination for which to get members\n@param {string} props.destinationType Type of destination of the membership roster\n@param {boolean} props.displayStatus Whether or not to display the user's status\n@param {string} props.personID ID of the person for which to display avatar\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMember",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},displayStatus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},destinationID:{type:{name:"string"},required:!0,description:""},destinationType:{type:{name:"string"},required:!0,description:""},personID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMember/WebexMember.jsx"]={name:"WebexMember",docgenInfo:WebexMember.__docgenInfo,path:"src/components/WebexMember/WebexMember.jsx"})},192:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexWaitingForHost}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(41),_generic__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(35),_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(113),_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(153),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(2);function WebexWaitingForHost(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("waiting-for-host",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__.a),ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_8__.j)(meetingID).ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexMeetingInfo_WebexMeetingInfo__WEBPACK_IMPORTED_MODULE_6__.a,{className:sc("info"),meetingID:meetingID}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsxs)("div",{className:sc("content"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:sc("icon"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__.a,{name:"waiting-for-host",size:120,ariaLabel:"Waiting for meeting rocket illustration"})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)("div",{className:sc("text"),children:"Thank you for waiting. We’ll start the meeting when the host joins."}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.a,{type:"default",size:40,onClick:function onClick(){return adapter.meetingsAdapter.leaveMeeting(ID)},tooltip:"Leave meeting",ariaLabel:"Leave the meeting to stop waiting for the host. To return to the meeting after leaving, refresh the web browser and join again.",tabIndex:1,children:"Leave meeting"})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_10__.jsx)(_WebexLocalMedia_WebexLocalMedia__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("local-media"),meetingID:meetingID,mediaType:"video"})]})}WebexWaitingForHost.displayName="WebexWaitingForHost",WebexWaitingForHost.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexWaitingForHost.defaultProps={className:"",style:void 0},WebexWaitingForHost.__docgenInfo={description:"A component to be displayed while the user is waiting for the host to start the meeting.\nIt shows a waiting message and the local video stream (if available).\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting for which to show media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexWaitingForHost",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexWaitingForHost/WebexWaitingForHost.jsx"]={name:"WebexWaitingForHost",docgenInfo:WebexWaitingForHost.__docgenInfo,path:"src/components/WebexWaitingForHost/WebexWaitingForHost.jsx"})},193:function(module,__webpack_exports__,__webpack_require__){"use strict";var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7),_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3__),react__WEBPACK_IMPORTED_MODULE_13__=(__webpack_require__(46),__webpack_require__(9),__webpack_require__(66),__webpack_require__(83),__webpack_require__(95),__webpack_require__(30),__webpack_require__(15),__webpack_require__(92),__webpack_require__(38),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_14___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_14__),_generic__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(4),_inputs_Label_Label__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(118),_hooks_contexts__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(27),_util__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(55),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(2),WebexSearchPeople=Object(react__WEBPACK_IMPORTED_MODULE_13__.forwardRef)((function(_ref,ref){var addedSpaceMembers=_ref.addedSpaceMembers,webexLookAhead=_ref.webexLookAhead,memberLookAhead=_ref.memberLookAhead,style=_ref.style,className=_ref.className,_useState=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(""),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState,2),inputValue=_useState2[0],setInputValue=_useState2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState3,2),peopleSelected=_useState4[0],setPeopleSelected=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState5,2),personIdSelected=_useState6[0],setPersonIdSelected=_useState6[1],_useState7=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(!1),_useState8=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState7,2),showContacts=_useState8[0],setShowContacts=_useState8[1],_useState9=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState10=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState9,2),contacts=_useState10[0],setContacts=_useState10[1],_useState11=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)([]),_useState12=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState11,2),collaborators=_useState12[0],setCollaborators=_useState12[1],_useState13=Object(react__WEBPACK_IMPORTED_MODULE_13__.useState)(!1),_useState14=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_useState13,2),showCollaborators=_useState14[0],setShowCollaborators=_useState14[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_16__.a)("search-people",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_3___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_13__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_18__.a),searchPeopleSuccess=function searchPeopleSuccess(list){setContacts(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(list))},onError=function onError(){setContacts([])},callMemberLookAhead=function(){var _ref2=_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.mark((function _callee(value){var collaboratorsList;return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default.a.wrap((function _callee$(_context){for(;;)switch(_context.prev=_context.next){case 0:return _context.prev=0,_context.next=3,memberLookAhead(value);case 3:(collaboratorsList=_context.sent)&&collaboratorsList.length?setCollaborators(collaboratorsList):setCollaborators([]),_context.next=10;break;case 7:_context.prev=7,_context.t0=_context.catch(0),setCollaborators([]);case 10:case"end":return _context.stop()}}),_callee,null,[[0,7]])})));return function callMemberLookAhead(_x){return _ref2.apply(this,arguments)}}(),clearInput=function clearInput(){setInputValue(""),setPersonIdSelected([]),setPeopleSelected([]),setContacts([]),setCollaborators([]),setShowCollaborators(!1),setShowContacts(!1)};Object(react__WEBPACK_IMPORTED_MODULE_13__.useImperativeHandle)(ref,(function(){return{clearInput:clearInput}}));var debouncedChangeHandler=Object(react__WEBPACK_IMPORTED_MODULE_13__.useCallback)(Object(_util__WEBPACK_IMPORTED_MODULE_19__.c)((function handleSearchPeople(value){webexLookAhead&&(setShowContacts(!0),adapter.peopleAdapter.searchPeople(value).subscribe(searchPeopleSuccess,onError)),"function"==typeof memberLookAhead&&(setShowCollaborators(!0),callMemberLookAhead(value))}),500),[]),removePeopleSelected=function removePeopleSelected(ID){var newPersonIdSelected=personIdSelected.filter((function(key){return key!==ID}));setPersonIdSelected(newPersonIdSelected);var newPeopleSelected=peopleSelected.filter((function(key){return key.ID!==ID}));setPeopleSelected(newPeopleSelected),addedSpaceMembers&&addedSpaceMembers(null,newPersonIdSelected)},handleOnSelect=function handleOnSelect(opt){var item=JSON.parse(opt.value),id=item.ID;personIdSelected.includes(id)?removePeopleSelected(id):(setPersonIdSelected([].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(personIdSelected),[id])),setPeopleSelected([].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(peopleSelected),[item])),addedSpaceMembers&&addedSpaceMembers(null,[].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(personIdSelected),[id])))},renderPersonList=function renderPersonList(list,type){var content=list&&list.map((function(item){var _item$displayName,initials,email=function getEmail(item){return null!=item&&item.emails?item.emails[0]:""}(item),id=item.ID,names=null==item||null===(_item$displayName=item.displayName)||void 0===_item$displayName?void 0:_item$displayName.split(" ");return names&&(initials=1===names.length?names[0][0]:""+names[0][0]+names[names.length-1][0]),{value:JSON.stringify(item),label:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("suggestions-list"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:null!=item&&item.avatar?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("img",{className:sc("avatar"),src:null==item?void 0:item.avatar,alt:""}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("span",{children:initials})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("data"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:null==item?void 0:item.displayName}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{children:email})]}),personIdSelected.includes(id)?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("list-selected"),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:"check",size:16})}):null]},id)}}));return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("list-heading"),children:type}),list&&list.length?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.d,{options:content,onSelect:handleOnSelect}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("search-error"),children:"We cannot seem to find anyone matching your search."})]})};return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_inputs_Label_Label__WEBPACK_IMPORTED_MODULE_17__.a,{label:"People"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("people-list-box"),children:[function peopleAddedList(){return peopleSelected.map((function(key){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("people-added"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("span",{className:sc("people-added-content"),children:key.displayName}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.a,{type:"ghost",size:20,onClick:function onClick(){return removePeopleSelected(key.ID)},tabIndex:50,ariaLabel:"Close",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.b,{name:"cancel",size:10})})]},key.ID)}))}(),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_15__.c,{placeholder:peopleSelected.length?"Add another":"Add people",onChange:function handleOnChange(value){setInputValue(value),""!==value?debouncedChangeHandler(value):(debouncedChangeHandler.cancel(),setContacts([]),setCollaborators([]),setShowCollaborators(!1),setShowContacts(!1))},value:inputValue})]}),function renderSuggestions(){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("suggestions"),children:[showCollaborators&&renderPersonList(collaborators,"Collaborators"),showContacts&&renderPersonList(contacts,"Contacts")]})}()]})}));WebexSearchPeople.propTypes={addedSpaceMembers:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,webexLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.bool,memberLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,style:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.shape(),className:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.string},WebexSearchPeople.defaultProps={addedSpaceMembers:prop_types__WEBPACK_IMPORTED_MODULE_14___default.a.func,webexLookAhead:!0,memberLookAhead:void 0,style:void 0,className:""},WebexSearchPeople.__docgenInfo={description:"Webex Search People component is used to search people based on\nsearch query\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} props.addedSpaceMembers Callback function to return the people to be added\nin the space\n@param {boolean} props.webexLookAhead Boolean to search people in webex sdk\n@param {Function} props.memberLookAhead Callback function to search people from collaborators\n@param {object} props.style Custom style to apply\n@returns {object} JSX of component",methods:[],displayName:"WebexSearchPeople",props:{addedSpaceMembers:{defaultValue:{value:"PropTypes.func",computed:!0},type:{name:"func"},required:!1,description:""},webexLookAhead:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},memberLookAhead:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},__webpack_exports__.a=WebexSearchPeople,"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSearchPeople/WebexSearchPeople.jsx"]={name:"WebexSearchPeople",docgenInfo:WebexSearchPeople.__docgenInfo,path:"src/components/WebexSearchPeople/WebexSearchPeople.jsx"})},194:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexSettings}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),classnames=(__webpack_require__(107),__webpack_require__(513),__webpack_require__(15),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames),hooks=__webpack_require__(6),jsx_runtime=__webpack_require__(2);function Tabs(_ref){var autoFocus=_ref.autoFocus,className=_ref.className,onSelect=_ref.onSelect,selected=_ref.selected,style=_ref.style,tabs=_ref.tabs,tabIndex=_ref.tabIndex,content=tabs.find((function(tab){return tab.key===selected})).content,_webexComponentClasse=Object(helpers.a)("tabs",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],selectedTabIndex=(tabs||[]).findIndex((function(tab){return tab.key===selected})),ref=Object(hooks.r)(),_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),tabChangedWithKey=_useState2[0],setTabChangedWithKey=_useState2[1];Object(hooks.f)(ref,autoFocus||tabChangedWithKey);var handleKeyUp=function handleKeyUp(event){if("ArrowLeft"===event.key){event.stopPropagation();var prevTabIndex=(selectedTabIndex+tabs.length-1)%tabs.length;setTabChangedWithKey(!0),onSelect(tabs[prevTabIndex].key)}else if("ArrowRight"===event.key){event.stopPropagation();var nextTabIndex=(selectedTabIndex+1)%tabs.length;setTabChangedWithKey(!0),onSelect(tabs[nextTabIndex].key)}};return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)("ul",{className:sc("list"),role:"tablist","aria-label":"Use left and right arrow keys to navigate.",children:tabs.map((function(tab){return Object(jsx_runtime.jsx)("li",{className:classnames_default()(sc("tab"),selected===tab.key&&sc("tab--active")),children:Object(jsx_runtime.jsx)("button",{"aria-selected":selected===tab.key,onClick:function onClick(){return onSelect(tab.key)},onKeyUp:handleKeyUp,ref:selected===tab.key?ref:void 0,role:"tab",tabIndex:selected===tab.key?tabIndex:-1,type:"button",children:tab.heading})},tab.key)}))}),Object(jsx_runtime.jsx)("div",{className:sc("content"),children:content()})]})}Tabs.displayName="Tabs",Tabs.propTypes={autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,onSelect:prop_types_default.a.func.isRequired,selected:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape(),tabs:prop_types_default.a.arrayOf(prop_types_default.a.object).isRequired,tabIndex:prop_types_default.a.number},Tabs.defaultProps={autoFocus:!1,className:"",style:void 0,tabIndex:-1},Tabs.__docgenInfo={description:"Tabs component\n\n@param {object} props Data passed to the component\n@param {boolean} props.autoFocus Flag indicating whether to add autofocus on selected tab\n@param {string} props.className Custom CSS class to apply\n@param {Function} props.onSelect A callback to be executed on selecting active tab\n@param {string} props.selected Specifies which tab is active\n@param {object} props.style Custom style to apply\n@param {Tab[]} props.tabs The tabs to be rendered\n@param {number} props.tabIndex Tab index html attribute\n@returns {object} JSX of the component",methods:[],displayName:"Tabs",props:{autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"-1",computed:!1},type:{name:"number"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""},selected:{type:{name:"string"},required:!0,description:""},tabs:{type:{name:"arrayOf",value:{name:"object"}},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSettings/Tabs.jsx"]={name:"Tabs",docgenInfo:Tabs.__docgenInfo,path:"src/components/WebexSettings/Tabs.jsx"});var Title=__webpack_require__(100),WebexMeetingControl=__webpack_require__(102),WebexNoMedia=__webpack_require__(198);function WebexAudioSettings(_ref){var className=_ref.className,meetingID=_ref.meetingID,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-settings",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],permission=Object(hooks.j)(meetingID).localAudio.permission;return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:"DENIED"===permission||"DISMISSED"===permission||"IGNORED"===permission?Object(jsx_runtime.jsx)(WebexNoMedia.a,{media:"microphone",className:sc("no-media")}):Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Speaker"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-speaker",meetingID:meetingID,tabIndex:102}),Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Microphone"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-microphone",meetingID:meetingID,tabIndex:103})]})})}WebexAudioSettings.displayName="WebexAudioSettings",WebexAudioSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexAudioSettings.defaultProps={className:"",style:void 0},WebexAudioSettings.__docgenInfo={description:"Webex Audio Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAudioSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAudioSettings/WebexAudioSettings.jsx"]={name:"WebexAudioSettings",docgenInfo:WebexAudioSettings.__docgenInfo,path:"src/components/WebexAudioSettings/WebexAudioSettings.jsx"});var Banner=__webpack_require__(163),WebexLocalMedia=__webpack_require__(113);function WebexVideoSettings(_ref){var meetingID=_ref.meetingID,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("video-settings",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],permission=Object(hooks.j)(meetingID).localVideo.permission;return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:"DENIED"===permission||"DISMISSED"===permission||"IGNORED"===permission?Object(jsx_runtime.jsx)(WebexNoMedia.a,{media:"camera",className:sc("no-media")}):Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)(Title.a,{type:"subsection",children:"Camera"}),Object(jsx_runtime.jsx)(WebexMeetingControl.a,{type:"switch-camera",meetingID:meetingID,tabIndex:102}),Object(jsx_runtime.jsxs)("div",{className:sc("media"),children:[Object(jsx_runtime.jsx)(WebexLocalMedia.a,{mediaType:"preview",meetingID:meetingID}),Object(jsx_runtime.jsx)(Banner.a,{type:"bottom",children:"Preview"})]})]})})}function WebexSettings(_ref){var meetingID=_ref.meetingID,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("settings",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)("audio"),_useState2=slicedToArray_default()(_useState,2),tab=_useState2[0],setTab=_useState2[1],tabs=[{key:"audio",heading:"Audio",content:function content(){return Object(jsx_runtime.jsx)(WebexAudioSettings,{meetingID:meetingID})},ariaLabel:"View speaker and microphone settings."},{key:"video",heading:"Video",content:function content(){return Object(jsx_runtime.jsx)(WebexVideoSettings,{meetingID:meetingID})},ariaLabel:"View camera settings."}];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:Object(jsx_runtime.jsx)(Tabs,{tabs:tabs,selected:tab,onSelect:setTab,tabIndex:101,autoFocus:!0})})}WebexVideoSettings.displayName="WebexVideoSettings",WebexVideoSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexVideoSettings.defaultProps={className:"",style:void 0},WebexVideoSettings.__docgenInfo={description:"Webex Video Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting from which to obtain local media\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexVideoSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexVideoSettings/WebexVideoSettings.jsx"]={name:"WebexVideoSettings",docgenInfo:WebexVideoSettings.__docgenInfo,path:"src/components/WebexVideoSettings/WebexVideoSettings.jsx"}),WebexSettings.displayName="WebexSettings",WebexSettings.propTypes={className:prop_types_default.a.string,meetingID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexSettings.defaultProps={className:"",style:void 0},WebexSettings.__docgenInfo={description:"Webex Settings component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.meetingID ID of the meeting to set the preferred devices for\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexSettings",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexSettings/WebexSettings.jsx"]={name:"WebexSettings",docgenInfo:WebexSettings.__docgenInfo,path:"src/components/WebexSettings/WebexSettings.jsx"})},195:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexActivity}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),contexts=__webpack_require__(27),isToday=(__webpack_require__(162),__webpack_require__(1178)),format=__webpack_require__(634),isYesterday=__webpack_require__(1179),isSameWeek=__webpack_require__(1183),WebexAvatar=__webpack_require__(131),jsx_runtime=__webpack_require__(2);function formatMessageDate(timestamp){return Object(isToday.a)(timestamp)?Object(format.a)(timestamp,"p"):Object(isYesterday.a)(timestamp)?"Yesterday, "+Object(format.a)(timestamp,"p"):Object(isSameWeek.a)(timestamp,new Date)?Object(format.a)(timestamp,"iiii, p"):Object(format.a)(timestamp,"P, p")}function ActivityHeader(_ref){var className=_ref.className,personID=_ref.personID,style=_ref.style,timestamp=_ref.timestamp,displayName=Object(hooks.q)(personID).displayName,_webexComponentClasse=Object(helpers.a)("activity-header",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)(WebexAvatar.a,{personID:personID,className:sc("avatar")}),Object(jsx_runtime.jsxs)("div",{className:sc("author"),children:[Object(jsx_runtime.jsx)("span",{children:displayName}),Object(jsx_runtime.jsx)("span",{className:sc("timestamp"),children:formatMessageDate(new Date(timestamp))})]})]})}ActivityHeader.displayName="ActivityHeader",ActivityHeader.propTypes={className:prop_types_default.a.string,personID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape(),timestamp:prop_types_default.a.string.isRequired},ActivityHeader.defaultProps={className:"",style:void 0},ActivityHeader.__docgenInfo={description:"ActivityHeader component displays the header content of an activity.\nHeader includes the avatar of the activity author as well as the\nactivity timestamp.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.personID ID of the activity author\n@param {object} props.style Custom style to apply\n@param {string} props.timestamp Activity timestamp\n@returns {object} JSX of the component",methods:[],displayName:"ActivityHeader",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},personID:{type:{name:"string"},required:!0,description:""},timestamp:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivity/ActivityHeader.jsx"]={name:"ActivityHeader",docgenInfo:ActivityHeader.__docgenInfo,path:"src/components/WebexActivity/ActivityHeader.jsx"});var WebexAdaptiveCards=__webpack_require__(315);function WebexActivity(_ref){var _adapter$activitiesAd,activityID=_ref.activityID,className=_ref.className,style=_ref.style,activity=Object(hooks.b)(activityID),adapter=Object(react.useContext)(contexts.a),hasCards=null==adapter||null===(_adapter$activitiesAd=adapter.activitiesAdapter)||void 0===_adapter$activitiesAd?void 0:_adapter$activitiesAd.hasAdaptiveCards(activity),_webexComponentClasse=Object(helpers.a)("activity",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[activity.displayHeader&&Object(jsx_runtime.jsx)(ActivityHeader,{personID:activity.personID,timestamp:activity.created}),Object(jsx_runtime.jsxs)("div",{className:sc("content"),children:[!hasCards&&activity.text&&Object(jsx_runtime.jsx)("div",{className:sc("message"),children:activity.text}),hasCards&&Object(jsx_runtime.jsx)(WebexAdaptiveCards.a,{activityID:activity.ID})]})]},activity.ID)}WebexActivity.displayName="WebexActivity",WebexActivity.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},WebexActivity.defaultProps={className:"",style:void 0},WebexActivity.__docgenInfo={description:"WebexActivity component displays activity content.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexActivity",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivity/WebexActivity.jsx"]={name:"WebexActivity",docgenInfo:WebexActivity.__docgenInfo,path:"src/components/WebexActivity/WebexActivity.jsx"})},198:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexNoMedia}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(41),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(100),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("no-media"),sc=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2)[1],SCREENS={microphone:{icon:"microphone-issue",title:"Can't access microphone",message:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:["Reload this page and select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow"})," when your browser asks."]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Still not working?"})}),"You may need to update your webpage permissions. Go to your ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"browser settings"}),", look for website settings, select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow for Microphone"}),", then reload this page."]})]})},camera:{icon:"camera-issue",title:"Can't access camera",message:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:["Reload this page and select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow"})," when your browser asks."]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("p",{className:sc("indications"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Still not working?"})}),"You may need to update your webpage permissions. Go to your ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"browser settings"}),", look for website settings, select ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("b",{className:sc("accent"),children:"Allow for Camera"}),", then reload this page."]})]})}};function WebexNoMedia(_ref){var className=_ref.className,style=_ref.style,media=_ref.media,_webexComponentClasse3=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("no-media",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse3,1)[0],screen=SCREENS[media];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{className:sc("icon-media-issue"),name:screen.icon}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_5__.a,{type:"section",className:sc("title"),children:screen.title}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div",{className:sc("body"),children:screen.message})]})}WebexNoMedia.displayName="WebexNoMedia",WebexNoMedia.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),media:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["camera","microphone"]).isRequired},WebexNoMedia.defaultProps={className:void 0,style:void 0},WebexNoMedia.__docgenInfo={description:"",methods:[],displayName:"WebexNoMedia",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},media:{type:{name:"enum",value:[{value:"'camera'",computed:!1},{value:"'microphone'",computed:!1}]},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexNoMedia/WebexNoMedia.jsx"]={name:"WebexNoMedia",docgenInfo:WebexNoMedia.__docgenInfo,path:"src/components/WebexNoMedia/WebexNoMedia.jsx"})},216:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Badge}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Badge(_ref){var children=_ref.children,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("badge",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:children})}Badge.displayName="Badge",Badge.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node.isRequired,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},Badge.defaultProps={className:"",style:{}},Badge.__docgenInfo={description:"Badge component\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n\n@returns {object} JSX of the element",methods:[],displayName:"Badge",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Badge/Badge.jsx"]={name:"Badge",docgenInfo:Badge.__docgenInfo,path:"src/components/generic/Badge/Badge.jsx"})},253:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMediaAccess}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(41),_generic__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(2),SCREENS={camera:{icon:"camera-bold",title:"Allow access to camera",message:"when your browser asks to let Webex use your camera for this video call",iconLabel:"Camera icon",buttonLabel:"Proceed without camera",buttonAction:"ignoreVideoAccessPrompt",buttonTooltip:"This setting cannot be changed once the meeting starts.",buttonHint:"Proceed without camera. This setting cannot be changed once the meeting starts."},microphone:{icon:"microphone-bold",title:"Allow access to microphone",message:"when your browser asks to let Webex use your microphone for this video call",iconLabel:"Microphone icon",buttonLabel:"Proceed without audio",buttonAction:"ignoreAudioAccessPrompt",buttonTooltip:"This setting cannot be changed once the meeting starts.",buttonHint:"Proceed without audio. This setting cannot be changed once the meeting starts."}};function WebexMediaAccess(_ref){var className=_ref.className,logo=_ref.logo,media=_ref.media,meetingID=_ref.meetingID,style=_ref.style,screen=SCREENS[media],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_5__.a)("media-access",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_7__.a),ID=Object(_hooks__WEBPACK_IMPORTED_MODULE_6__.j)(meetingID).ID;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("div",{className:cssClasses,style:style,children:[logo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("div",{className:sc("logo-container"),children:logo}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic_Icon_Icon__WEBPACK_IMPORTED_MODULE_3__.a,{name:screen.icon,size:48,ariaLabel:screen.iconLabel}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.e,{type:"subsection",className:sc("title"),children:screen.title}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsxs)("p",{className:sc("body"),children:["Select"," ",Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)("span",{className:sc("allow"),children:"Allow"})," ",screen.message]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_8__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_4__.a,{type:"default",size:40,onClick:function onClick(){return adapter.meetingsAdapter[screen.buttonAction](ID)},tooltip:screen.buttonTooltip,ariaLabel:screen.buttonHint,children:screen.buttonLabel})]})}WebexMediaAccess.displayName="WebexMediaAccess",WebexMediaAccess.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,logo:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node,media:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.oneOf(["camera","microphone"]),meetingID:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string.isRequired,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexMediaAccess.defaultProps={className:"",logo:void 0,media:"camera",style:void 0},WebexMediaAccess.__docgenInfo={description:"Webex Media Access component displays a prompt explaining necessary access to media.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {JSX.Element} [props.logo] Logo\n@param {string} props.media State of media controls\n@param {string} props.meetingID ID of the meeting\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMediaAccess",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},logo:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},media:{defaultValue:{value:"'camera'",computed:!1},type:{name:"enum",value:[{value:"'camera'",computed:!1},{value:"'microphone'",computed:!1}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},meetingID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMediaAccess/WebexMediaAccess.jsx"]={name:"WebexMediaAccess",docgenInfo:WebexMediaAccess.__docgenInfo,path:"src/components/WebexMediaAccess/WebexMediaAccess.jsx"})},254:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMeeting}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(139),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(13),_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(216),_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(183),_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(100),_breakpoints__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(57),_WebexInMeeting_WebexInMeeting__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(184),_WebexInterstitialMeeting_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(186),_WebexMeetingControlBar_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(187),_WebexMeetingGuestAuthentication_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(188),_WebexMeetingHostAuthentication_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(189),_WebexMemberRoster_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(190),_WebexSettings_WebexSettings__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(194),_WebexWaitingForHost_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(192),_helpers__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(6),_hooks_contexts__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(27),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(2);function WebexMeeting(_ref){var className=_ref.className,controls=_ref.controls,controlsCollapseRangeStart=_ref.controlsCollapseRangeStart,controlsCollapseRangeEnd=_ref.controlsCollapseRangeEnd,controlsTabIndexes=_ref.controlsTabIndexes,layout=_ref.layout,logo=_ref.logo,meetingID=_ref.meetingID,style=_ref.style,_useMeeting=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.j)(meetingID),ID=_useMeeting.ID,localAudio=_useMeeting.localAudio,localVideo=_useMeeting.localVideo,state=_useMeeting.state,showRoster=_useMeeting.showRoster,settings=_useMeeting.settings,passwordRequired=_useMeeting.passwordRequired,JOINED=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.JOINED,NOT_JOINED=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.NOT_JOINED,LEFT=_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.d.LEFT,adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_19__.a),mediaRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.r)(),width=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.g)(mediaRef).width,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_17__.a)("meeting",className,{"roster-only":showRoster&&width<=_breakpoints__WEBPACK_IMPORTED_MODULE_8__.c}),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)(!1),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),showToast=_useState2[0],setShowToast=_useState2[1],toastTimeoutRef=Object(_hooks__WEBPACK_IMPORTED_MODULE_18__.r)(),_useState3=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)("guest"),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),authModal=_useState4[0],setAuthModal=_useState4[1];Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){return state&&state!==LEFT&&(setShowToast(!0),toastTimeoutRef.current=setTimeout((function(){setShowToast(!1)}),3e3)),function(){return clearTimeout(toastTimeoutRef.current)}}),[localAudio.stream,localVideo.stream,state,LEFT]);var meetingDisplay,toastText=(localAudio.stream?"Unmuted":"Muted")+", "+(localVideo.stream?"Camera on":"Camera off");if(state)if(state===LEFT)meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Title_Title__WEBPACK_IMPORTED_MODULE_7__.a,{type:"subsection",className:sc("centered"),children:"You've successfully left the meeting"});else{var InnerMeeting;InnerMeeting=state===JOINED?_WebexInMeeting_WebexInMeeting__WEBPACK_IMPORTED_MODULE_9__.a:state===NOT_JOINED?_WebexInterstitialMeeting_WebexInterstitialMeeting__WEBPACK_IMPORTED_MODULE_10__.a:_WebexWaitingForHost_WebexWaitingForHost__WEBPACK_IMPORTED_MODULE_16__.a,meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.Fragment,{children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:sc("body"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(InnerMeeting,{meetingID:ID,className:sc("inner-meeting"),layout:layout}),showRoster&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMemberRoster_WebexMemberRoster__WEBPACK_IMPORTED_MODULE_14__.a,{destinationID:ID,destinationType:_webex_component_adapter_interfaces__WEBPACK_IMPORTED_MODULE_4__.b.MEETING,className:sc("member-roster"),onClose:function onClose(){return adapter.meetingsAdapter.toggleRoster(ID)}}),showToast&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Badge_Badge__WEBPACK_IMPORTED_MODULE_5__.a,{className:sc("media-state-toast"),children:toastText})]}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingControlBar_WebexMeetingControlBar__WEBPACK_IMPORTED_MODULE_11__.a,{meetingID:ID,className:sc("control-bar"),controls:controls,collapseRangeStart:controlsCollapseRangeStart,collapseRangeEnd:controlsCollapseRangeEnd,tabIndexes:controlsTabIndexes}),settings.visible&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__.a,{onClose:function onClose(){return adapter.meetingsAdapter.toggleSettings(ID)},otherClassName:sc("settings"),title:"Settings",ariaLabel:"Meeting settings window",children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexSettings_WebexSettings__WEBPACK_IMPORTED_MODULE_15__.a,{meetingID:ID})}),passwordRequired&&state===NOT_JOINED&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_generic_Modal_Modal__WEBPACK_IMPORTED_MODULE_6__.a,{onClose:function onClose(){return adapter.meetingsAdapter.clearPasswordRequiredFlag(ID)},otherClassName:[sc("authentication")],onBack:"host"===authModal&&function(){return setAuthModal("guest")},ariaLabel:"guest"===authModal?"Meeting guest authentication":"Meeting host authentication",children:"guest"===authModal?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingGuestAuthentication_WebexMeetingGuestAuthentication__WEBPACK_IMPORTED_MODULE_12__.a,{meetingID:ID,className:sc("authentication-guest"),switchToHostModal:function switchToHostModal(){return setAuthModal("host")}}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)(_WebexMeetingHostAuthentication_WebexMeetingHostAuthentication__WEBPACK_IMPORTED_MODULE_13__.a,{meetingID:ID,className:sc("authentication-host")})})]})}else meetingDisplay=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("loading-logo")});return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsxs)("div",{className:cssClasses,style:style,ref:mediaRef,children:[logo&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_20__.jsx)("div",{className:sc("logo"),children:logo}),meetingDisplay]})}WebexMeeting.displayName="WebexMeeting",WebexMeeting.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,controls:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,controlsCollapseRangeStart:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,controlsCollapseRangeEnd:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,controlsTabIndexes:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,layout:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,logo:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.node,meetingID:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape()},WebexMeeting.defaultProps={className:"",controls:function controls(isActive){return isActive?["mute-audio","mute-video","share-screen","member-roster","settings","leave-meeting"]:["mute-audio","mute-video","settings","join-meeting"]},controlsCollapseRangeStart:0,controlsCollapseRangeEnd:-1,controlsTabIndexes:function controlsTabIndexes(isActive){return isActive?[1,2,3,4,5,6]:[2,3,4,1]},layout:void 0,logo:void 0,meetingID:void 0,style:void 0},WebexMeeting.__docgenInfo={description:"Webex Meeting component displays the default Webex meeting experience.\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {Function} [props.controls] Controls to display\n@param {number} [props.controlsCollapseRangeStart=0] Zero-based index of the first collapsible control (can be negative)\n@param {number} [props.controlsCollapseRangeEnd=-1] Zero-based index before the last collapsible control (can be negative)\n@param {Function} [props.controlsTabIndexes] TabIndex for each control\n@param {string} props.layout Layout to apply on remote video\n@param {JSX.Element} [props.logo] Logo\n@param {string} [props.meetingID] ID of the meeting\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMeeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},controls:{defaultValue:{value:"(isActive) => (\n isActive\n ? ['mute-audio', 'mute-video', 'share-screen', 'member-roster', 'settings', 'leave-meeting']\n : ['mute-audio', 'mute-video', 'settings', 'join-meeting']\n)",computed:!1},type:{name:"func"},required:!1,description:""},controlsCollapseRangeStart:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},controlsCollapseRangeEnd:{defaultValue:{value:"-1",computed:!1},type:{name:"number"},required:!1,description:""},controlsTabIndexes:{defaultValue:{value:"(isActive) => (\n isActive\n ? [1, 2, 3, 4, 5, 6]\n : [2, 3, 4, 1]\n)",computed:!1},type:{name:"func"},required:!1,description:""},layout:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},logo:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},meetingID:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMeeting/WebexMeeting.jsx"]={name:"WebexMeeting",docgenInfo:WebexMeeting.__docgenInfo,path:"src/components/WebexMeeting/WebexMeeting.jsx"})},255:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexMessaging}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function WebexMessaging(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("messaging",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:sc("loading-logo")})})}WebexMessaging.displayName="WebexMessaging",WebexMessaging.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},WebexMessaging.defaultProps={className:"",style:void 0},WebexMessaging.__docgenInfo={description:"WebexMessaging component displays messaging content.\n\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexMessaging",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexMessaging/WebexMessaging.jsx"]={name:"WebexMessaging",docgenInfo:WebexMessaging.__docgenInfo,path:"src/components/WebexMessaging/WebexMessaging.jsx"})},256:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return SignIn}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_32__=(__webpack_require__(1083),__webpack_require__(1089),__webpack_require__(1091),__webpack_require__(1092),__webpack_require__(1093),__webpack_require__(1096),__webpack_require__(1097),__webpack_require__(1098),__webpack_require__(1099),__webpack_require__(1100),__webpack_require__(1101),__webpack_require__(1102),__webpack_require__(1103),__webpack_require__(1105),__webpack_require__(1106),__webpack_require__(1107),__webpack_require__(1108),__webpack_require__(1109),__webpack_require__(1110),__webpack_require__(1111),__webpack_require__(1112),__webpack_require__(1117),__webpack_require__(1118),__webpack_require__(1119),__webpack_require__(9),__webpack_require__(19),__webpack_require__(1120),__webpack_require__(139),__webpack_require__(29),__webpack_require__(12),__webpack_require__(162),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_33__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_33___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_33__),_generic__WEBPACK_IMPORTED_MODULE_34__=__webpack_require__(35),_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_35__=__webpack_require__(86),_helpers__WEBPACK_IMPORTED_MODULE_36__=__webpack_require__(4),_hooks__WEBPACK_IMPORTED_MODULE_37__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__=__webpack_require__(2);function SignIn(_ref){var authUrl=_ref.authUrl,clientID=_ref.clientID,redirectUri=_ref.redirectUri,authType=_ref.authType,scope=_ref.scope,state=_ref.state,signInResponse=_ref.signInResponse,getAccessToken=_ref.getAccessToken,tokenStoragePolicy=_ref.tokenStoragePolicy,children=_ref.children,className=_ref.className,style=_ref.style,_useState=Object(react__WEBPACK_IMPORTED_MODULE_32__.useState)(!1),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),isAuthenticating=_useState2[0],setIsAuthenticating=_useState2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_36__.a)("oauth-sign-in",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0],_useMetrics=Object(_hooks__WEBPACK_IMPORTED_MODULE_37__.n)(),emitMetrics=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMetrics,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)("div",{className:cssClasses,style:style,children:isAuthenticating?Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)(_generic_Spinner_Spinner__WEBPACK_IMPORTED_MODULE_35__.a,{}):Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_38__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_34__.a,{type:"join",size:40,onClick:function openAuthUrl(){var arr=new Uint8Array(4),newState=state||window.crypto.getRandomValues(arr),fullAuthUrl=authUrl+"?client_id="+clientID+"&response_type=code&redirect_uri="+encodeURI(redirectUri)+(""!==scope?"&scope="+encodeURI(scope):"")+"&state="+newState,startTime=window.performance.now(),newWindow=window.open(fullAuthUrl,"targetWindow","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=700");if(setIsAuthenticating(!0),"Custom"===authType)var timer=setInterval((function(){if(newWindow.closed){clearInterval(timer);var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"windowTime",type:"operational"},"loginId"),getAccessToken().then((function(accessToken){if(accessToken&&0!==Object.keys(tokenStoragePolicy).length){var name=tokenStoragePolicy.name,place=tokenStoragePolicy.place,ttl=tokenStoragePolicy.ttl;switch(place){case"cookie":var expiry=new Date;expiry.setSeconds(ttl),document.cookie=name+"="+accessToken+"; secure; expires="+expiry.toUTCString();break;case"session":sessionStorage.setItem(name,accessToken);break;case"local":localStorage.setItem(name,accessToken)}}signInResponse(clientID,accessToken||Error("No access token was returned"))})).catch((function(err){signInResponse(clientID,Error("Failed to fetch access token: ",err))})),setIsAuthenticating(!1),endTime=window.performance.now(),emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"authenticationTime",type:"operational"},"loginId")}}),500)},children:children||"Sign In"})})}SignIn.displayName="SignIn",SignIn.propTypes={authUrl:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,clientID:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,redirectUri:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,authType:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string.isRequired,scope:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,state:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,signInResponse:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.func,getAccessToken:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.func,tokenStoragePolicy:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.shape({place:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,name:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,ttl:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.number}),children:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,className:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_33___default.a.shape()},SignIn.defaultProps={scope:"",state:void 0,signInResponse:function signInResponse(){},getAccessToken:function getAccessToken(){},tokenStoragePolicy:{},children:void 0,className:"",style:void 0},SignIn.__docgenInfo={description:"Performs OAuth 2.0 Authorization\n\n@param {object} props Data passed to the component\n@param {string} props.authUrl Authorization url\n@param {string} props.clientID Client ID of the app\n@param {string} props.authType Authorization server type\n@param {string} props.redirectUri Redirect Url registered to capture the code\n@param {string} [props.scope] Scope required for the app\n@param {string} [props.state] State parameter to be sent to authorisation server\n@param {Function} [props.signInResponse] Function called on successfull sign in\n@param {Function} [props.getAccessToken] Function called to fetch access token from backend server\n@param {object} [props.tokenStoragePolicy] Store token in cookie, local or session storage\n@param {string} [props.children] Text for this button\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"SignIn",props:{scope:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},state:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},signInResponse:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},getAccessToken:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},tokenStoragePolicy:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:{place:{name:"string",required:!1},name:{name:"string",required:!1},ttl:{name:"number",required:!1}}},required:!1,description:""},children:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},authUrl:{type:{name:"string"},required:!0,description:""},clientID:{type:{name:"string"},required:!0,description:""},redirectUri:{type:{name:"string"},required:!0,description:""},authType:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/SignIn/SignIn.jsx"]={name:"SignIn",docgenInfo:SignIn.__docgenInfo,path:"src/components/SignIn/SignIn.jsx"})},257:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexCreateSpace}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(401),__webpack_require__(73),__webpack_require__(0)),prop_types__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_4__),rxjs__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1165),_generic__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(35),_helpers__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4),_WebexSearchPeople_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(193),_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(27),_hooks__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(2);function WebexCreateSpace(_ref){var spaceName=_ref.spaceName,createSpace=_ref.createSpace,createSpaceResponse=_ref.createSpaceResponse,webexLookAhead=_ref.webexLookAhead,memberLookAhead=_ref.memberLookAhead,style=_ref.style,className=_ref.className,_useState=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)(spaceName),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),spaceTitle=_useState2[0],setSpaceTitle=_useState2[1],_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_7__.a)("create-space",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState3=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)([]),_useState4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState3,2),addedSpaceMembers=_useState4[0],setAddedSpaceMembers=_useState4[1],_useState5=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)(""),_useState6=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState5,2),alertMsg=_useState6[0],setAlertMsg=_useState6[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_3__.useContext)(_hooks_contexts__WEBPACK_IMPORTED_MODULE_9__.a),addCollaboratorsRef=Object(react__WEBPACK_IMPORTED_MODULE_3__.useRef)(),_useMetrics=Object(_hooks__WEBPACK_IMPORTED_MODULE_10__.n)(),emitMetrics=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useMetrics,1)[0],startTime=window.performance.now(),Id=adapter.peopleAdapter.getMe().ID,orgID=adapter.peopleAdapter.getMe().orgID,showBanner=function showBanner(isError,msg){var bannerData=Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)("span",{className:sc(isError?"error":"success"),children:msg});setAlertMsg(bannerData)},isCreateSpaceResponse=function isCreateSpaceResponse(error){var data=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};createSpaceResponse&&createSpaceResponse(error,data)},onError=function onError(error){var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"createSpaceError",tag:"webex_widgets",type:"operational"},"loginId"),showBanner(!0,error.message),isCreateSpaceResponse({error:error.message}),emitMetrics({fields:{orgID:orgID,Id:Id},metricName:"businessMetrics",type:"business"},"")},addMembersSuccess=function addMembersSuccess(){var endTime=window.performance.now();emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"addMembersSuccess",tag:"webex_widgets",type:"operational"},"loginId"),showBanner(!1,"space created successfully"),isCreateSpaceResponse(null,{data:{spaceTitle:spaceTitle,addedSpaceMembers:addedSpaceMembers},msg:"space created successfully"}),emitMetrics({fields:{orgID:orgID,Id:Id},metricName:"businessMetrics",type:"business"},"")},createRoomSuccess=function createRoomSuccess(data){var membership=[],endTime=window.performance.now();return emitMetrics({fields:{startTime:startTime,endTime:endTime,totalTime:endTime-startTime},metricName:"createSpaceSuccess",tag:"webex_widgets",type:"operational"},"loginId"),addedSpaceMembers.forEach((function(personId){membership.push(adapter.membershipsAdapter.addRoomMember(personId,data.ID))})),emitMetrics({fields:{orgID:orgID,Id:Id},metricName:"businessMetrics",type:"business"},""),Object(rxjs__WEBPACK_IMPORTED_MODULE_5__.a)(membership).subscribe(addMembersSuccess,onError)};return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsxs)("div",{className:cssClasses,style:style,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.c,{placeholder:"Enter space name",label:"Space name",onChange:function handleSpaceName(name){setSpaceTitle(name)},value:spaceTitle}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_WebexSearchPeople_WebexSearchPeople__WEBPACK_IMPORTED_MODULE_8__.a,{addedSpaceMembers:function handleAddedSpaceMembers(error,members){setAddedSpaceMembers(members)},ref:addCollaboratorsRef,webexLookAhead:webexLookAhead,memberLookAhead:memberLookAhead}),alertMsg,Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsxs)("div",{className:sc("buttons"),children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.a,{type:"primary",onClick:function handleCancel(){setSpaceTitle(""),setAlertMsg(""),addCollaboratorsRef.current.clearInput()},children:"Cancel"}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_11__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_6__.a,{type:"join",onClick:function handleCreateSpace(){startTime=window.performance.now(),createSpace?spaceTitle?adapter.roomsAdapter.createRoom({title:spaceTitle}).subscribe(createRoomSuccess,onError):(showBanner(!0,"space name is missing"),isCreateSpaceResponse({error:"space name is missing"})):isCreateSpaceResponse(null,{data:{spaceTitle:spaceTitle,addedSpaceMembers:addedSpaceMembers}})},children:"Create new Space"})]})]})}WebexCreateSpace.displayName="WebexCreateSpace",WebexCreateSpace.propTypes={spaceName:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.string,createSpace:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.bool,createSpaceResponse:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.func,webexLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.bool,memberLookAhead:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.func,style:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.shape(),className:prop_types__WEBPACK_IMPORTED_MODULE_4___default.a.string},WebexCreateSpace.defaultProps={spaceName:"",createSpace:!0,createSpaceResponse:void 0,webexLookAhead:!0,memberLookAhead:void 0,style:void 0,className:""},WebexCreateSpace.__docgenInfo={description:"Webex Create Space Component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {string} props.spaceName Name of space to be created\n@param {boolean} props.createSpace Boolean to call the webex create space api\n@param {Function} props.createSpaceResponse Callback function to return response\n of the create space api\n@param {boolean} props.webexLookAhead Boolean to search people in webex sdk\n@param {Function} props.memberLookAhead Callback function to search people from collaborators\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexCreateSpace",props:{spaceName:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},createSpace:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},createSpaceResponse:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},webexLookAhead:{defaultValue:{value:"true",computed:!1},type:{name:"bool"},required:!1,description:""},memberLookAhead:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexCreateSpace/WebexCreateSpace.jsx"]={name:"WebexCreateSpace",docgenInfo:WebexCreateSpace.__docgenInfo,path:"src/components/WebexCreateSpace/WebexCreateSpace.jsx"})},258:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexActivityStream}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(15),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),react=__webpack_require__(0),webex_component_adapter_interfaces_es_min=__webpack_require__(13),WebexActivity=__webpack_require__(195),helpers=__webpack_require__(4),Loader=__webpack_require__(327),useActivityStream=__webpack_require__(307),hooks=__webpack_require__(6),breakpoints=__webpack_require__(57),jsx_runtime=__webpack_require__(2);function Greeting(_ref){var className=_ref.className,personName=_ref.personName,style=_ref.style,greetingRef=Object(react.useRef)(),width=Object(hooks.g)(greetingRef).width,_webexComponentClasse=Object(helpers.a)("greeting",className,{desktop:width>=breakpoints.c}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{ref:greetingRef,className:cssClasses,style:style,children:Object(jsx_runtime.jsxs)("div",{className:sc("header"),children:[Object(jsx_runtime.jsxs)("div",{className:sc("title"),children:["Let’s start chatting"," ",Object(jsx_runtime.jsx)("span",{role:"img","aria-label":"Wave",children:"👋"})]}),!personName&&Object(jsx_runtime.jsx)("div",{className:sc("description"),children:"Add or invite more people to get things done together."}),Object(jsx_runtime.jsx)("div",{className:sc("description"),children:"When you’re ready, start with a message"})]})})}Greeting.displayName="Greeting",Greeting.propTypes={className:prop_types_default.a.string,personName:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},Greeting.defaultProps={className:"",style:void 0},Greeting.__docgenInfo={description:"Greeting displayed on a new/empty room.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.personName Name of the person to greet\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Greeting",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},personName:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/Greeting.jsx"]={name:"Greeting",docgenInfo:Greeting.__docgenInfo,path:"src/components/WebexActivityStream/Greeting.jsx"});__webpack_require__(162);var isToday=__webpack_require__(1178),isYesterday=__webpack_require__(1179),isSameWeek=__webpack_require__(1183),format=__webpack_require__(634);function TimeRuler(_ref){var className=_ref.className,date=_ref.date,style=_ref.style,text=function formatTimeRulerText(timestamp){return Object(isToday.a)(timestamp)?"Today":Object(isYesterday.a)(timestamp)?"Yesterday":Object(isSameWeek.a)(timestamp,new Date)?Object(format.a)(timestamp,"iiii"):Object(format.a)(timestamp,"P")}(new Date(date)),_webexComponentClasse=Object(helpers.a)("time-ruler",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:Object(jsx_runtime.jsx)("span",{children:text})})}function WebexActivityStream(_ref){var className=_ref.className,roomID=_ref.roomID,style=_ref.style,_useActivityStream=Object(hooks.d)(roomID),_useActivityStream2=slicedToArray_default()(_useActivityStream,2),activitiesData=_useActivityStream2[0],dispatch=_useActivityStream2[1],loadPreviousActivities=function loadPreviousActivities(previousActivities){dispatch({type:useActivityStream.a,payload:previousActivities})},_useRoom=Object(hooks.s)(roomID),title=_useRoom.title,roomType=_useRoom.roomType,activityStreamRef=Object(hooks.r)(),showLoader=Object(hooks.c)(roomID,activityStreamRef,loadPreviousActivities),lastActivityRef=Object(hooks.p)(roomID,activityStreamRef,loadPreviousActivities),_webexComponentClasse=Object(helpers.a)("activity-stream",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],personName=roomType===webex_component_adapter_interfaces_es_min.j.DIRECT?title:"",activities=activitiesData.map((function(activity){return activity.date?Object(jsx_runtime.jsx)(TimeRuler,{date:activity.date},activity.date):Object(jsx_runtime.jsx)(WebexActivity.a,{activityID:activity},activity)}));return Object(jsx_runtime.jsxs)("div",{className:cssClasses,ref:activityStreamRef,style:style,children:[showLoader&&Object(jsx_runtime.jsx)(Loader.a,{}),activities.length?Object(jsx_runtime.jsx)(jsx_runtime.Fragment,{children:activities}):Object(jsx_runtime.jsx)(Greeting,{personName:personName}),Object(jsx_runtime.jsx)("div",{className:sc("last-activity"),ref:lastActivityRef})]})}TimeRuler.displayName="TimeRuler",TimeRuler.propTypes={className:prop_types_default.a.string,date:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},TimeRuler.defaultProps={className:"",style:void 0},TimeRuler.__docgenInfo={description:"Time Ruler component is used by the activity stream\nto separate activities from different days.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {Date} props.date Date to display in the time ruler\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TimeRuler",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},date:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/TimeRuler.jsx"]={name:"TimeRuler",docgenInfo:TimeRuler.__docgenInfo,path:"src/components/WebexActivityStream/TimeRuler.jsx"}),WebexActivityStream.displayName="WebexActivityStream",WebexActivityStream.propTypes={className:prop_types_default.a.string,roomID:prop_types_default.a.string.isRequired,style:prop_types_default.a.shape()},WebexActivityStream.defaultProps={className:"",style:void 0},WebexActivityStream.__docgenInfo={description:"Webex Activity Stream component displays all activities that\nhappened on the given room ID. While mounted, the component\nlistens for activity updates to the room and also displays\nthose as they come in.\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} props.roomID ID of the room for which to display activities\n@param {object} props.style Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexActivityStream",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},roomID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexActivityStream/WebexActivityStream.jsx"]={name:"WebexActivityStream",docgenInfo:WebexActivityStream.__docgenInfo,path:"src/components/WebexActivityStream/WebexActivityStream.jsx"})},27:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return AdapterContext}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),AdapterContext=react__WEBPACK_IMPORTED_MODULE_0___default.a.createContext()},298:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useMeetingDestination}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(8),__webpack_require__(0)),_contexts__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(27),_util__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(55),emptyMeeting={title:null,localShare:{stream:null},localAudio:{stream:null},localVideo:{stream:null},remoteAudio:null,remoteVideo:null,state:null};function useMeetingDestination(meetingDestination){var _useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)(emptyMeeting),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useState,2),meeting=_useState2[0],setMeeting=_useState2[1],adapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.a),meetingsAdapter=adapter&&adapter.meetingsAdapter;return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){var cleanup,lastMeeting;if(meetingDestination&&meetingsAdapter){var subscription=meetingsAdapter.createMeeting(meetingDestination).pipe(Object(_util__WEBPACK_IMPORTED_MODULE_4__.a)((function(_ref){var ID=_ref.ID;return meetingsAdapter.getMeeting(ID)}))).subscribe((function onMeeting(newMeeting){setMeeting(Object.assign({},newMeeting)),lastMeeting=newMeeting}),(function onError(error){setMeeting(Object.assign({},emptyMeeting,{error:error})),console.log(error)})),beforePageUnload=function beforePageUnload(){var _lastMeeting;null!==(_lastMeeting=lastMeeting)&&void 0!==_lastMeeting&&_lastMeeting.ID&&meetingsAdapter.leavemeeting(lastMeeting.ID)};window.addEventListener("beforeunload",beforePageUnload),cleanup=function cleanup(){var _lastMeeting2;null!==(_lastMeeting2=lastMeeting)&&void 0!==_lastMeeting2&&_lastMeeting2.ID&&meetingsAdapter.leaveMeeting(lastMeeting.ID),beforePageUnload&&(window.removeEventListener("beforeunload",beforePageUnload),beforePageUnload=void 0),subscription.unsubscribe()}}else setMeeting(Object.assign({},emptyMeeting)),cleanup=void 0;return cleanup}),[meetingsAdapter,meetingDestination]),meeting}},307:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return PREPEND_ACTIVITIES})),__webpack_require__.d(__webpack_exports__,"b",(function(){return useActivityStream}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(30),__webpack_require__(1018),__webpack_require__(0)),_contexts__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(27),PREPEND_ACTIVITIES="prepend_activities";function reducer(activities,action){var newActivities=[];switch(action.type){case PREPEND_ACTIVITIES:newActivities=action.payload.reverse().concat(activities);break;case"append_activities":newActivities=activities.concat(action.payload);break;default:newActivities=activities}return newActivities}function useActivityStream(roomID){var roomsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_3__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_4__.a).roomsAdapter,_useReducer=Object(react__WEBPACK_IMPORTED_MODULE_3__.useReducer)(reducer,[]),_useReducer2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_useReducer,2),activities=_useReducer2[0],dispatch=_useReducer2[1];return Object(react__WEBPACK_IMPORTED_MODULE_3__.useEffect)((function(){var activityUpdates=roomsAdapter.getActivitiesInRealTime(roomID).subscribe((function(activityData){dispatch({type:"append_activities",payload:activityData})}));return function(){activityUpdates.unsubscribe()}}),[]),[activities,dispatch]}},308:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useMembers}));var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(101),_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(0),_contexts__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(27);function useMembers(destinationID,destinationType){var _useState=Object(react__WEBPACK_IMPORTED_MODULE_2__.useState)([]),_useState2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_useState,2),members=_useState2[0],setMembers=_useState2[1],membershipsAdapter=Object(react__WEBPACK_IMPORTED_MODULE_2__.useContext)(_contexts__WEBPACK_IMPORTED_MODULE_3__.a).membershipsAdapter;return Object(react__WEBPACK_IMPORTED_MODULE_2__.useEffect)((function(){var subscription=membershipsAdapter.getMembersFromDestination(destinationID,destinationType).subscribe((function onMembers(memberList){setMembers(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(memberList))}),(function onError(error){setMembers([]),console.error(error.message)}));return function(){subscription.unsubscribe()}}),[membershipsAdapter,destinationID,destinationType]),members}},309:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Option}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),classnames__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(108),classnames__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__),_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(41),_hooks__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(6),_helpers__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(2);function Option(_ref){var _classNames,autoFocus=_ref.autoFocus,className=_ref.className,onMouseEnter=_ref.onMouseEnter,onSelect=_ref.onSelect,option=_ref.option,selected=_ref.selected,tabIndex=_ref.tabIndex,ref=Object(_hooks__WEBPACK_IMPORTED_MODULE_5__.r)(),_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_6__.a)("option",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];Object(_hooks__WEBPACK_IMPORTED_MODULE_5__.f)(ref,autoFocus);return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsxs)("li",{"aria-selected":selected===option.value,className:cssClasses,role:"option",ref:ref,onClick:function onClick(){return onSelect(option,!1)},onKeyDown:function onKeyDown(event){var toFocus;"ArrowUp"===event.key?(event.preventDefault(),event.stopPropagation(),toFocus=ref.current.previousElementSibling):"ArrowDown"===event.key?(event.preventDefault(),event.stopPropagation(),toFocus=ref.current.nextElementSibling):"Enter"===event.key&&onSelect(option,!0),toFocus&&toFocus.focus()},onMouseEnter:onMouseEnter,tabIndex:tabIndex,title:"object"!=typeof option.label?option.label:void 0,children:[option.icon&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{name:option.icon}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)("span",{className:sc("label"),children:option.label}),void 0!==selected&&Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_7__.jsx)(_Icon_Icon__WEBPACK_IMPORTED_MODULE_4__.a,{className:classnames__WEBPACK_IMPORTED_MODULE_3___default()(sc("check"),(_classNames={},_classNames[sc("check--invisible")]=selected!==option.value,_classNames)),size:16,name:"check"})]},option.value)}Option.displayName="Option",Option.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,autoFocus:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,onMouseEnter:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func,onSelect:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func.isRequired,option:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape({value:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.node,icon:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string}).isRequired,selected:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.number},Option.defaultProps={className:"",autoFocus:void 0,onMouseEnter:void 0,selected:void 0,tabIndex:0},Option.__docgenInfo={description:"Option Component\n\n@param {boolean} autoFocus Focused option\n@param {string} className Custom CSS class to apply\n@param {Function} onMouseEnter A function that will be triggered on mouse hover\n@param {Function} onSelect A function which will be triggered on option selection\n@param {object} option An option from options list\n@param {string} selected Selected option label\n@param {number} tabIndex Value of the parent's tabIndex\n@returns {object} JSX of the element",methods:[],displayName:"Option",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"undefined",computed:!0},type:{name:"bool"},required:!1,description:""},onMouseEnter:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},selected:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""},option:{type:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"node",required:!1},icon:{name:"string",required:!1}}},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/OptionsList/Option.jsx"]={name:"Option",docgenInfo:Option.__docgenInfo,path:"src/components/generic/OptionsList/Option.jsx"})},310:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return OptionsList}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(15),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),_Option__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(309),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);function OptionsList(_ref){var className=_ref.className,id=_ref.id,labelId=_ref.labelId,onBlur=_ref.onBlur,onSelect=_ref.onSelect,options=_ref.options,selected=_ref.selected,style=_ref.style,tabIndex=_ref.tabIndex,withKey=_ref.withKey,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("options-list",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("ul",{className:cssClasses,style:style,"aria-labelledby":labelId,id:id,onKeyDown:function onKeyDown(event){"Tab"===event.key&&onBlur()},role:"listbox",tabIndex:tabIndex,children:options.map((function(option,index){return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_Option__WEBPACK_IMPORTED_MODULE_5__.a,{autoFocus:withKey&&(option.value===selected||0===index),onSelect:onSelect,option:option,selected:selected,tabIndex:tabIndex},option.value)}))})}OptionsList.displayName="OptionsList",OptionsList.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,id:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,labelId:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,onBlur:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func,onSelect:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func.isRequired,options:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape({value:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.node,icon:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string})),selected:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.number,withKey:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool},OptionsList.defaultProps={className:"",id:void 0,labelId:void 0,onBlur:void 0,options:[],selected:"",style:void 0,tabIndex:0,withKey:!1},OptionsList.__docgenInfo={description:"OptionsList Component\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {string} [props.id] Options list id\n@param {string} [props.labelId] Label id\n@param {Function} props.onBlur Called when this component loses focus\n@param {Function} props.onSelect A function which will be triggered on option selection\n@param {object[]} props.options Array of options\n@param {string} props.selected Selected option label\n@param {object} props.style Custom style to apply\n@param {number} props.tabIndex Value of the parent's tabIndex\n@param {boolean} props.withKey Options list was opened with keyboard\n@returns {object} JSX of the element",methods:[],displayName:"OptionsList",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},labelId:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onBlur:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},options:{defaultValue:{value:"[]",computed:!1},type:{name:"arrayOf",value:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"node",required:!1},icon:{name:"string",required:!1}}}},required:!1,description:""},selected:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},withKey:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},onSelect:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/OptionsList/OptionsList.jsx"]={name:"OptionsList",docgenInfo:OptionsList.__docgenInfo,path:"src/components/generic/OptionsList/OptionsList.jsx"})},311:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return DateInput}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_3__=(__webpack_require__(12),__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),_generic__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(35),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(2);function DateInput(_ref){var className=_ref.className,style=_ref.style,name=_ref.name,value=_ref.value,disabled=_ref.disabled,required=_ref.required,error=_ref.error,label=_ref.label,onChange=_ref.onChange,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("date-input",className),cssClasses=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,1)[0];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_generic__WEBPACK_IMPORTED_MODULE_5__.c,{className:cssClasses,style:style,type:"date",name:name,disabled:disabled,required:required,error:error,onChange:onChange,value:value,label:label})}DateInput.displayName="DateInput",DateInput.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.shape(),name:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,value:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,disabled:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,required:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,error:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,label:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,onChange:prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func.isRequired},DateInput.defaultProps={className:void 0,style:void 0,name:void 0,value:void 0,disabled:!1,required:!1,error:void 0,label:void 0},DateInput.__docgenInfo={description:"DateInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {string} [props.name] Input name\n@param {string} [props.value] Input value in YYYY-MM-DD format\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {boolean} [props.required=false] Flag indicating input required\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on input change\n@returns {object} JSX of the component",methods:[],displayName:"DateInput",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/DateInput/DateInput.jsx"]={name:"DateInput",docgenInfo:DateInput.__docgenInfo,path:"src/components/inputs/DateInput/DateInput.jsx"})},312:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Toggle}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),classnames__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(108),classnames__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__),_helpers__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(2);function Toggle(_ref){var _classNames,ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,onChange=_ref.onChange,selected=_ref.selected,style=_ref.style,tabIndex=_ref.tabIndex,title=_ref.title,enabled=!disabled,safeSelected=!0===selected,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_4__.a)("toggle",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("div",{"aria-checked":safeSelected?"true":"false","aria-disabled":disabled?"true":"false","aria-label":ariaLabel,className:cssClasses,onClick:function handleClick(){return enabled&&onChange(!selected)},onKeyDown:function handleKeyDown(event){!enabled||" "!==event.key&&"Enter"!==event.key||(event.preventDefault(),onChange(!selected))},role:"switch",style:style,tabIndex:tabIndex,children:[Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("div",{className:classnames__WEBPACK_IMPORTED_MODULE_3___default()(sc("switch"),(_classNames={},_classNames[sc("switch--enabled")]=enabled,_classNames[sc("switch--disabled")]=disabled,_classNames[sc("switch--on")]=safeSelected,_classNames[sc("switch--off")]=!safeSelected,_classNames)),children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("span",{className:sc("slider")})}),Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("span",{className:sc("title"),children:title})]})}Toggle.displayName="Toggle",Toggle.propTypes={ariaLabel:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,disabled:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,onChange:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.func.isRequired,selected:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.bool,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape(),tabIndex:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.number,title:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string},Toggle.defaultProps={ariaLabel:void 0,className:void 0,disabled:!1,selected:!1,style:void 0,tabIndex:0,title:void 0},Toggle.__docgenInfo={description:"Toggle component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria-label for toggle\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled] Flag indicating whether toggle is disabled\n@param {Function} props.onChange Action to perform on toggle change\n@param {boolean} [props.selected=false] Flag indicating whether toggle is selected\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.title] Title for toggle\n@returns {object} JSX of the element",methods:[],displayName:"Toggle",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},selected:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},title:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Toggle/Toggle.jsx"]={name:"Toggle",docgenInfo:Toggle.__docgenInfo,path:"src/components/inputs/Toggle/Toggle.jsx"})},313:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexDataProvider}));__webpack_require__(0);var prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_hooks__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(6),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(2);function WebexDataProvider(_ref){var adapter=_ref.adapter,children=_ref.children;return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(_hooks__WEBPACK_IMPORTED_MODULE_2__.a.Provider,{value:adapter,children:children})}WebexDataProvider.displayName="WebexDataProvider",WebexDataProvider.propTypes={adapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({activitiesAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,meetingsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,membershipsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,peopleAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired,roomsAdapter:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.object.isRequired}).isRequired,children:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.node.isRequired},WebexDataProvider.__docgenInfo={description:"Provides an adapter context to the wrapped component.\n\n@param {object} props Data passed to the provider\n@param {object} props.adapter Adapter for context\n@param {React.Component} props.children Component children to wrap\n@returns {React.Component} Component with access to the adapter context",methods:[],displayName:"WebexDataProvider",props:{adapter:{type:{name:"shape",value:{activitiesAdapter:{name:"object",required:!0},meetingsAdapter:{name:"object",required:!0},membershipsAdapter:{name:"object",required:!0},peopleAdapter:{name:"object",required:!0},roomsAdapter:{name:"object",required:!0}}},required:!0,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexDataProvider/WebexDataProvider.jsx"]={name:"WebexDataProvider",docgenInfo:WebexDataProvider.__docgenInfo,path:"src/components/WebexDataProvider/WebexDataProvider.jsx"})},315:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return WebexAdaptiveCards}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(15),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),classnames=(__webpack_require__(403),__webpack_require__(46),__webpack_require__(9),__webpack_require__(139),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames),AdaptiveCard=__webpack_require__(91),jsx_runtime=__webpack_require__(2);function WebexAdaptiveCard(_ref){var _classnames,activityID=_ref.activityID,className=_ref.className,cardIndex=_ref.cardIndex,msgSubmitFail=_ref.msgSubmitFail,msgSubmitStarted=_ref.msgSubmitStarted,msgSubmitSuccess=_ref.msgSubmitSuccess,onOpenUrl=_ref.onOpenUrl,onShowCard=_ref.onShowCard,onSubmit=_ref.onSubmit,style=_ref.style,_useAdaptiveCard=Object(hooks.e)(activityID,cardIndex),_useAdaptiveCard2=slicedToArray_default()(_useAdaptiveCard,2),card=_useAdaptiveCard2[0],submit=_useAdaptiveCard2[1],_webexComponentClasse=Object(helpers.a)("adaptive-card",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),submitStatus=_useState2[0],setSubmitStatus=_useState2[1];return Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[Object(jsx_runtime.jsx)(AdaptiveCard.a,{className:sc("card"),template:card,onOpenUrl:onOpenUrl,onShowCard:onShowCard,onSubmit:function handleSubmit(inputs){setSubmitStatus({message:msgSubmitStarted});var submitPromise=submit(inputs).toPromise();submitPromise.then((function(){return setSubmitStatus({message:msgSubmitSuccess})}),(function(){return setSubmitStatus({message:msgSubmitFail,isError:!0})})).finally(setTimeout((function(){return setSubmitStatus({})}),2e3)),onSubmit(submitPromise,inputs)}}),submitStatus.message&&Object(jsx_runtime.jsx)("div",{className:classnames_default()(sc("status"),(_classnames={},_classnames[sc("status--error")]=submitStatus.isError,_classnames)),children:submitStatus.message})]})}function WebexAdaptiveCards(_ref){var activityID=_ref.activityID,className=_ref.className,_onOpenUrl=_ref.onOpenUrl,_onShowCard=_ref.onShowCard,_onSubmit=_ref.onSubmit,style=_ref.style,activity=Object(hooks.b)(activityID),_webexComponentClasse=Object(helpers.a)("adaptive-cards",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:activity.cards.map((function(_,index){return Object(jsx_runtime.jsx)(WebexAdaptiveCard,{activityID:activityID,className:sc("card"),cardIndex:index,onOpenUrl:function onOpenUrl(url){return _onOpenUrl(index,url)},onShowCard:function onShowCard(shown,card){return _onShowCard(index,shown,card)},onSubmit:function onSubmit(submitPromise,inputs){return _onSubmit(index,submitPromise,inputs)}},index)}))})}WebexAdaptiveCard.displayName="WebexAdaptiveCard",WebexAdaptiveCard.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,cardIndex:prop_types_default.a.number.isRequired,msgSubmitFail:prop_types_default.a.string,msgSubmitStarted:prop_types_default.a.string,msgSubmitSuccess:prop_types_default.a.string,onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,style:prop_types_default.a.shape()},WebexAdaptiveCard.defaultProps={className:void 0,msgSubmitFail:"Error",msgSubmitStarted:"Sending...",msgSubmitSuccess:"Sent",onOpenUrl:function onOpenUrl(){},onShowCard:function onShowCard(){},onSubmit:function onSubmit(){},style:void 0},WebexAdaptiveCard.__docgenInfo={description:"WebexAdaptiveCard component displays a webex adaptive card.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity corresponding to this card\n@param {string} [props.className] Custom CSS class to apply\n@param {number} props.cardIndex Index of the card to display\n@param {string} [props.msgSubmitStarted] Message to display while submitting user input\n@param {string} [props.msgSubmitSuccess] Message to display when submit finished with success\n@param {string} [props.msgSubmitFail] Message to display when submit failed\n@param {openUrlCallback} [props.onOpenUrl] Called when an open url action was performed\n@param {showCardCallback} [props.onShowCard] Called when a show card action was performed\n@param {submitCallback} [props.onSubmit] Called when a submit action was performed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAdaptiveCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},msgSubmitFail:{defaultValue:{value:"'Error'",computed:!1},type:{name:"string"},required:!1,description:""},msgSubmitStarted:{defaultValue:{value:"'Sending...'",computed:!1},type:{name:"string"},required:!1,description:""},msgSubmitSuccess:{defaultValue:{value:"'Sent'",computed:!1},type:{name:"string"},required:!1,description:""},onOpenUrl:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""},cardIndex:{type:{name:"number"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAdaptiveCard/WebexAdaptiveCard.jsx"]={name:"WebexAdaptiveCard",docgenInfo:WebexAdaptiveCard.__docgenInfo,path:"src/components/WebexAdaptiveCard/WebexAdaptiveCard.jsx"}),WebexAdaptiveCards.displayName="WebexAdaptiveCards",WebexAdaptiveCards.propTypes={activityID:prop_types_default.a.string.isRequired,className:prop_types_default.a.string,onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,style:prop_types_default.a.shape()},WebexAdaptiveCards.defaultProps={className:void 0,onOpenUrl:function onOpenUrl(){},onShowCard:function onShowCard(){},onSubmit:function onSubmit(){},style:void 0},WebexAdaptiveCards.__docgenInfo={description:"WebexAdaptiveCards component displays webex adaptive cards corresponding to an activity.\n\n@param {object} props Data passed to the component\n@param {string} props.activityID ID of the activity corresponding to this cards\n@param {string} [props.className] Custom CSS class to apply\n@param {openUrlCallback} [props.onOpenUrl] Called when an open url action was performed\n@param {showCardCallback} [props.onShowCard] Called when a show card action was performed\n@param {submitCallback} [props.onSubmit] Called when a submit action was performed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"WebexAdaptiveCards",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onOpenUrl:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"() => {}",computed:!1},type:{name:"func"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},activityID:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/WebexAdaptiveCards/WebexAdaptiveCards.jsx"]={name:"WebexAdaptiveCards",docgenInfo:WebexAdaptiveCards.__docgenInfo,path:"src/components/WebexAdaptiveCards/WebexAdaptiveCards.jsx"})},316:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Dropdown}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(107),__webpack_require__(139),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),Icon=__webpack_require__(41),OptionsList=__webpack_require__(310),jsx_runtime=(__webpack_require__(8),__webpack_require__(2));function Popup(_ref){var className=_ref.className,style=_ref.style,children=_ref.children,_webexComponentClasse=Object(helpers.a)("popup",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)(null),_useState2=slicedToArray_default()(_useState,2),position=_useState2[0],setPosition=_useState2[1],ref=Object(hooks.r)(),parentRef=Object(hooks.r)(),childRef=Object(hooks.r)();Object(react.useEffect)((function(){var _ref$current,_ref$current2;parentRef(null===(_ref$current=ref.current)||void 0===_ref$current?void 0:_ref$current.parentNode),childRef(null===(_ref$current2=ref.current)||void 0===_ref$current2?void 0:_ref$current2.firstChild)}),[ref.current]);var parentPosition=Object(hooks.h)(parentRef),childPosition=Object(hooks.h)(childRef);return Object(react.useEffect)((function(){var newPosition,spaceAbove=(null==parentPosition?void 0:parentPosition.top)||0,spaceBelow=window.innerHeight-((null==parentPosition?void 0:parentPosition.bottom)||0)-window.scrollY-12;newPosition=parentPosition&&childPosition?childPosition.height<=spaceBelow||spaceBelow>=spaceAbove?{top:parentPosition.bottom+4,maxHeight:spaceBelow,width:parentPosition.width}:{bottom:window.innerHeight-spaceAbove-window.scrollY+4,maxHeight:spaceAbove-12,width:parentPosition.width}:{},setPosition(newPosition)}),[setPosition,parentPosition,childPosition]),Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,position),ref:ref,children:Object(jsx_runtime.jsx)("div",{children:children})})}Popup.displayName="Popup",Popup.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape(),children:prop_types_default.a.node.isRequired},Popup.defaultProps={className:void 0,style:void 0},Popup.__docgenInfo={description:"Popup component - wrapper component that decides based on the available space\nwhere to be rendered - above or under the target element\n\n@param {object} props Data passed to the component\n@param {string} props.className Custom CSS class to apply\n@param {object} props.style Custom style to apply\n@param {React.ReactNode[]} props.children List of children\n@returns {object} JSX of the element",methods:[],displayName:"Popup",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Popup/Popup.jsx"]={name:"Popup",docgenInfo:Popup.__docgenInfo,path:"src/components/generic/Popup/Popup.jsx"});var Label=__webpack_require__(118),util=__webpack_require__(55);function Dropdown(_ref){var _options$find,ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,controlLabel=_ref.label,onChange=_ref.onChange,options=_ref.options,placeholder=_ref.placeholder,required=_ref.required,style=_ref.style,tabIndex=_ref.tabIndex,tooltip=_ref.tooltip,value=_ref.value,_useState=Object(react.useState)(void 0),_useState2=slicedToArray_default()(_useState,2),expanded=_useState2[0],setExpanded=_useState2[1],_webexComponentClasse=Object(helpers.a)("dropdown",className,{disabled:disabled}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],label=null==options||null===(_options$find=options.find((function(option){return option.value===value})))||void 0===_options$find?void 0:_options$find.label,controlRef=Object(hooks.r)(),selectedOptionRef=Object(hooks.r)(),id=domId||Object(util.g)(),collapse=function collapse(){return setExpanded(void 0)},expand=function expand(withKey){return setExpanded({withKey:withKey})};return Object(react.useEffect)((function(){var cleanup;return expanded&&(setTimeout((function(){return document.addEventListener("click",collapse)})),cleanup=function cleanup(){return document.removeEventListener("click",collapse)}),cleanup}),[expanded]),Object(react.useEffect)((function(){var cleanup;if(expanded){var handleScroll=function handleScroll(event){controlRef.current&&!controlRef.current.contains(event.target)&&collapse()};window.addEventListener("scroll",handleScroll,!0),cleanup=function cleanup(){return window.removeEventListener("scroll",handleScroll,!0)}}return cleanup}),[expanded,controlRef]),Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,style:style,error:error,id:id,label:controlLabel,required:required,children:Object(jsx_runtime.jsxs)("div",{className:sc("control"),ref:controlRef,disabled:disabled,onKeyDown:function handleKeyDown(event){"Escape"!==event.key&&"Esc"!==event.key||(event.stopPropagation(),collapse())},children:[Object(jsx_runtime.jsxs)("div",{"aria-errormessage":error&&id+"-error","aria-invalid":error?"true":"false","aria-controls":id+"-options","aria-expanded":expanded,"aria-haspopup":"listbox","aria-label":ariaLabel,"aria-labelledby":id+"-label",className:sc("selected-option")+" "+(expanded?sc("expanded"):""),id:id+"-control",onClick:function onClick(){return function toggleExpanded(withKey){disabled||setExpanded(expanded?void 0:{withKey:withKey})}(!1)},onKeyDown:function handleSelectedOptionKeyDown(event){"Enter"===event.key||" "===event.key?(event.preventDefault(),expand(!0)):"Tab"===event.key?collapse():"ArrowDown"!==event.key&&"ArrowUp"!==event.key||(event.preventDefault(),event.stopPropagation(),expand(!0))},role:"combobox",tabIndex:disabled?-1:tabIndex,title:tooltip,ref:selectedOptionRef,children:[Object(jsx_runtime.jsx)("span",{className:sc("label"),children:null===options?"Loading...":label||value||placeholder}),Object(jsx_runtime.jsx)(Icon.a,{name:expanded?"arrow-up":"arrow-down",size:13})]}),expanded&&Object(jsx_runtime.jsx)(Popup,{children:Object(jsx_runtime.jsx)(OptionsList.a,{className:sc("options-list"),id:id+"-options",labelId:id+"-label",onBlur:collapse,onSelect:function handleOptionSelect(option){collapse(),onChange(option.value),selectedOptionRef.current.focus()},options:options,selected:value,tabIndex:tabIndex,withKey:expanded.withKey})})]})})}Dropdown.displayName="Dropdown",Dropdown.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired,options:prop_types_default.a.arrayOf(prop_types_default.a.shape({value:prop_types_default.a.string,label:prop_types_default.a.string})),placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,tooltip:prop_types_default.a.string,value:prop_types_default.a.string},Dropdown.defaultProps={ariaLabel:void 0,className:void 0,disabled:!1,error:void 0,id:void 0,label:void 0,options:[],placeholder:void 0,required:!1,style:void 0,tabIndex:0,tooltip:void 0,value:""},Dropdown.__docgenInfo={description:"Dropdown Component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] String that labels the current element\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] True when the control is disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on option selection\n@param {object[]} [props.options] Array of options\n@param {string} [props.placeholder] Placeholder to be displayed\n@param {boolean} [props.required=false] Flag indicating control required\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.tooltip] Tooltip to be displayed\n@param {string} [props.value] Selected option\n@returns {object} JSX of the element",methods:[],displayName:"Dropdown",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},options:{defaultValue:{value:"[]",computed:!1},type:{name:"arrayOf",value:{name:"shape",value:{value:{name:"string",required:!1},label:{name:"string",required:!1}}}},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},tooltip:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Dropdown/Dropdown.jsx"]={name:"Dropdown",docgenInfo:Dropdown.__docgenInfo,path:"src/components/inputs/Dropdown/Dropdown.jsx"})},322:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_exports__.a={room1:{ID:"room1",title:"Developer Standup",roomType:"group"},"room1-activities":["activity1","activity2","activity3","activity4","activity5"],"room1-previous-activities":["default","no-header","long","multi-line"],room2:{ID:"room2",title:"UI/UX Design",roomType:"group"},"room2-activities":["activity6",{date:"2019-08-15T21:00:07.047"},"activity7",{date:"2019-08-20T21:00:07.047"},"activity8"],room3:{ID:"room3",title:"Marketing Campaign",roomType:"space"},"room3-activities":[],room4:{ID:"room4",title:"Brandon Seege",roomType:"direct"},"room4-activities":[],"test-widgets":{ID:"1",title:"test-widgets",type:"group"},widgets:{ID:"2",title:"widgets",type:"group"}}},327:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Loader}));var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(0),__webpack_require__(1)),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_helpers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4),react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(2);function Loader(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(_helpers__WEBPACK_IMPORTED_MODULE_3__.a)("loader",className),_webexComponentClasse2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:cssClasses,style:style,children:Object(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)("div",{className:sc("bullet")})})}Loader.displayName="Loader",Loader.propTypes={className:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.string,style:prop_types__WEBPACK_IMPORTED_MODULE_2___default.a.shape()},Loader.defaultProps={className:void 0,style:void 0},Loader.__docgenInfo={description:"Loader component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n\n@returns {object} JSX of the element",methods:[],displayName:"Loader",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Loader/Loader.jsx"]={name:"Loader",docgenInfo:Loader.__docgenInfo,path:"src/components/generic/Loader/Loader.jsx"})},35:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Button.a})),__webpack_require__.d(__webpack_exports__,"b",(function(){return Icon.a})),__webpack_require__.d(__webpack_exports__,"c",(function(){return InputField})),__webpack_require__.d(__webpack_exports__,"d",(function(){return OptionsList.a})),__webpack_require__.d(__webpack_exports__,"e",(function(){return Title.a}));__webpack_require__(216),__webpack_require__(163);var Button=__webpack_require__(96),Icon=__webpack_require__(41),slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(12),__webpack_require__(83),__webpack_require__(0),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),classnames=__webpack_require__(108),classnames_default=__webpack_require__.n(classnames),helpers=__webpack_require__(4),hooks=__webpack_require__(6),util=__webpack_require__(55),Label=__webpack_require__(118),jsx_runtime=__webpack_require__(2);function InputField(_ref){var _classNames,ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,label=_ref.label,max=_ref.max,maxLength=_ref.maxLength,min=_ref.min,name=_ref.name,onChange=_ref.onChange,pattern=_ref.pattern,placeholder=_ref.placeholder,required=_ref.required,rightControls=_ref.rightControls,rightIcon=_ref.rightIcon,style=_ref.style,tabIndex=_ref.tabIndex,type=_ref.type,value=_ref.value,_webexComponentClasse=Object(helpers.a)("input-field",className,{error:error,"has-right-icon":void 0!==rightIcon,"has-right-controls":rightControls}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],inputRef=Object(hooks.r)(),id=domId||Object(util.g)();return Object(hooks.f)(inputRef,autoFocus),Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,error:error,id:id,label:label,required:required,style:style,children:Object(jsx_runtime.jsxs)("div",{className:sc("form-control"),children:[Object(jsx_runtime.jsx)("input",{"aria-errormessage":error&&id+"-error","aria-invalid":error?"true":"false","aria-label":ariaLabel,"aria-labelledby":id+"-label",autoFocus:autoFocus,className:classnames_default()(sc("input"),(_classNames={},_classNames[sc("error")]=error,_classNames)),disabled:disabled,id:id+"-control",max:max,maxLength:maxLength,min:min,name:name,onChange:function handleChange(event){return onChange(event.target.value)},onKeyDown:function onKeyDown(event){["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(event.key)&&event.stopPropagation()},pattern:pattern,placeholder:placeholder,ref:inputRef,required:required,tabIndex:tabIndex,type:type,value:value}),!!rightIcon&&Object(jsx_runtime.jsx)("span",{className:sc("right-icon"),children:rightIcon}),rightControls&&Object(jsx_runtime.jsx)("div",{className:sc("right-controls"),children:rightControls})]})})}InputField.displayName="InputField",InputField.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,max:prop_types_default.a.number,maxLength:prop_types_default.a.number,min:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func,pattern:prop_types_default.a.string,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,rightControls:prop_types_default.a.node,rightIcon:prop_types_default.a.oneOfType([prop_types_default.a.bool,prop_types_default.a.object]),style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,type:prop_types_default.a.string,value:prop_types_default.a.oneOfType([prop_types_default.a.string,prop_types_default.a.number])},InputField.defaultProps={ariaLabel:void 0,autoFocus:!1,className:void 0,disabled:!1,error:void 0,id:void 0,label:void 0,max:void 0,maxLength:void 0,min:void 0,name:void 0,onChange:void 0,pattern:void 0,placeholder:void 0,required:!1,rightControls:void 0,rightIcon:void 0,style:void 0,tabIndex:0,type:"text",value:void 0},InputField.__docgenInfo={description:"Generic input field component for building more specific components (text, date, number, etc.).\nShould not be used directly in forms.\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria label\n@param {boolean} [props.autoFocus=false] Flag indicating if the input should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {number} [props.max] Maximum value for the input element\n@param {number} [props.maxLength] Maximum number of characters allowed\n@param {number} [props.min] Minimum value for the input element\n@param {string} [props.name] Input name\n@param {Function} [props.onChange] Action to perform on input change\n@param {string} [props.pattern] Specifies a regular expression that the element's value is checked against\n@param {string} [props.placeholder] Input placeholder\n@param {boolean} [props.required=false] Flag indicating input required\n@param {React.JSX.Element} [props.rightControls] Controls to be displayed to the right of the input\n@param {boolean|React.JSX.Element} [props.rightIcon] Icon to be displayed on the right side of the input\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {string} [props.type=text] Input type\n@param {(string|number)} [props.value] Input value\n@returns {object} JSX of the component",methods:[],displayName:"InputField",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},max:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},maxLength:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},min:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},pattern:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},rightControls:{defaultValue:{value:"undefined",computed:!0},type:{name:"node"},required:!1,description:""},rightIcon:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"bool"},{name:"object"}]},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},type:{defaultValue:{value:"'text'",computed:!1},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"string"},{name:"number"}]},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/InputField/InputField.jsx"]={name:"InputField",docgenInfo:InputField.__docgenInfo,path:"src/components/generic/InputField/InputField.jsx"});__webpack_require__(183),__webpack_require__(309);var OptionsList=__webpack_require__(310),Title=(__webpack_require__(86),__webpack_require__(100))},4:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return webexComponentClasses})),__webpack_require__.d(__webpack_exports__,"b",(function(){return isSpeakerSupported}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),toConsumableArray=__webpack_require__(101),toConsumableArray_default=__webpack_require__.n(toConsumableArray),classnames=(__webpack_require__(1016),__webpack_require__(30),__webpack_require__(8),__webpack_require__(402),__webpack_require__(19),__webpack_require__(15),__webpack_require__(103),__webpack_require__(108)),classnames_default=__webpack_require__.n(classnames);function webexComponentClasses(classBaseName,userClassName,otherClasses){var userClassNames=Array.isArray(userClassName)?userClassName:[userClassName];return[classnames_default.a.apply(void 0,["wxc","wxc-"+classBaseName].concat(toConsumableArray_default()(userClassNames),[Object.assign({},Object.fromEntries(Object.entries(otherClasses||{}).map((function(_ref){var _ref2=slicedToArray_default()(_ref,2),key=_ref2[0],val=_ref2[1];return["wxc-"+classBaseName+"--"+key,val]}))))])),function sc(subclass){return"wxc-"+classBaseName+"__"+subclass}]}var isSpeakerSupported=!!document.createElement("audio").setSinkId},41:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Icon}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),prop_types=(__webpack_require__(12),__webpack_require__(92),__webpack_require__(38),__webpack_require__(72),__webpack_require__(29),__webpack_require__(167),__webpack_require__(0),__webpack_require__(1)),prop_types_default=__webpack_require__.n(prop_types),jsx_runtime=__webpack_require__(2);function ArrowDown(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M25.7075 0.293202C25.52 0.105701 25.2656 0.000366211 25.0004 0.000366211C24.7353 0.000366211 24.4809 0.105701 24.2934 0.293202L13 11.5862L1.70699 0.293202C1.51851 0.110381 1.26568 0.00902984 1.0031 0.0110359C0.740528 0.013042 0.489278 0.118244 0.303611 0.303925C0.117943 0.489605 0.0127584 0.740862 0.0107709 1.00344C0.00878336 1.26601 0.110153 1.51883 0.292988 1.7073L12.293 13.7073C12.4805 13.8948 12.7348 14.0001 13 14.0001C13.2652 14.0001 13.5195 13.8948 13.707 13.7073L25.707 1.7073C25.8946 1.51984 26 1.26555 26.0001 1.00036C26.0002 0.735168 25.8949 0.4808 25.7075 0.293202Z"})})}function ArrowLeft(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 8 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M1.70721 6.99987L7.35366 1.35352C7.44508 1.25928 7.49577 1.13287 7.49477 1.00159C7.49378 0.870299 7.44119 0.74467 7.34835 0.65183C7.25552 0.55899 7.12989 0.506389 6.99861 0.505386C6.86732 0.504383 6.7409 0.555058 6.64666 0.646469L0.646662 6.64647C0.552911 6.74023 0.500244 6.8674 0.500244 6.99999C0.500244 7.13259 0.552911 7.25975 0.646662 7.35352L6.64666 13.3535C6.69283 13.4011 6.748 13.439 6.80896 13.4651C6.86992 13.4912 6.93546 13.5049 7.00176 13.5054C7.06806 13.5059 7.13379 13.4932 7.19514 13.468C7.25649 13.4429 7.31223 13.4058 7.35911 13.3589C7.40599 13.312 7.44307 13.2563 7.46821 13.1949C7.49335 13.1336 7.50603 13.0679 7.50553 13.0016C7.50502 12.9353 7.49133 12.8697 7.46526 12.8088C7.43919 12.7478 7.40125 12.6926 7.35366 12.6465L1.70721 6.99987Z"})})}function ArrowUp(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M26.7071 12.2932L14.7071 0.293202C14.5196 0.105701 14.2652 0.000366211 14 0.000366211C13.7349 0.000366211 13.4805 0.105701 13.293 0.293202L1.293 12.2932C1.19821 12.3856 1.12271 12.4959 1.07089 12.6178C1.01907 12.7396 0.991948 12.8705 0.991109 13.0029C0.99027 13.1353 1.01573 13.2665 1.066 13.389C1.11628 13.5114 1.19037 13.6227 1.28398 13.7163C1.37759 13.8099 1.48886 13.884 1.61133 13.9343C1.73381 13.9846 1.86504 14.01 1.99743 14.0092C2.12981 14.0084 2.26071 13.9812 2.38254 13.9294C2.50436 13.8776 2.61468 13.8021 2.7071 13.7073L14 2.4143L25.293 13.7073C25.3854 13.8021 25.4957 13.8776 25.6176 13.9294C25.7394 13.9812 25.8703 14.0084 26.0027 14.0092C26.1351 14.01 26.2663 13.9846 26.3888 13.9343C26.5112 13.884 26.6225 13.8099 26.7161 13.7163C26.8097 13.6227 26.8838 13.5114 26.9341 13.389C26.9844 13.2665 27.0098 13.1353 27.009 13.0029C27.0082 12.8705 26.981 12.7396 26.9292 12.6178C26.8774 12.4959 26.8019 12.3856 26.7071 12.2932Z"})})}ArrowDown.displayName="ArrowDown",ArrowDown.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowDown.defaultProps={size:26,className:"",style:{}},ArrowDown.__docgenInfo={description:"Arrow Down SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowDown",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowDown.jsx"]={name:"ArrowDown",docgenInfo:ArrowDown.__docgenInfo,path:"src/components/icons/ArrowDown.jsx"}),ArrowLeft.displayName="ArrowLeft",ArrowLeft.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowLeft.defaultProps={size:16,className:"",style:{}},ArrowLeft.__docgenInfo={description:"Left Arrow SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowLeft",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowLeft.jsx"]={name:"ArrowLeft",docgenInfo:ArrowLeft.__docgenInfo,path:"src/components/icons/ArrowLeft.jsx"}),ArrowUp.displayName="ArrowUp",ArrowUp.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ArrowUp.defaultProps={size:26,className:"",style:{}},ArrowUp.__docgenInfo={description:"Arrow Up SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ArrowUp",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ArrowUp.jsx"]={name:"ArrowUp",docgenInfo:ArrowUp.__docgenInfo,path:"src/components/icons/ArrowUp.jsx"});var helpers=__webpack_require__(4);function AudioMicrophoneIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-microphone-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18 21.0002H16.5154C15.6304 21.0221 14.7675 20.7223 14.0868 20.1563C13.4061 19.5903 12.9539 18.7966 12.814 17.9224C13.8476 17.7311 14.7818 17.1843 15.4547 16.3766C16.1276 15.569 16.4969 14.5515 16.4985 13.5002V6.00024C16.4985 4.80677 16.0244 3.66218 15.1805 2.81826C14.3366 1.97435 13.192 1.50024 11.9985 1.50024C10.8051 1.50024 9.66047 1.97435 8.81656 2.81826C7.97264 3.66218 7.49854 4.80677 7.49854 6.00024V13.5002C7.5004 14.5713 7.88398 15.6066 8.58042 16.4204C9.27685 17.2341 10.2405 17.773 11.2985 17.9402C11.4397 19.1001 11.9685 20.1783 12.799 21.0002H6C5.80109 21.0002 5.61032 21.0793 5.46967 21.2199C5.32902 21.3606 5.25 21.5513 5.25 21.7502C5.25 21.9492 5.32902 22.1399 5.46967 22.2806C5.61032 22.4212 5.80109 22.5002 6 22.5002H18C18.1989 22.5002 18.3897 22.4212 18.5303 22.2806C18.671 22.1399 18.75 21.9492 18.75 21.7502C18.75 21.5513 18.671 21.3606 18.5303 21.2199C18.3897 21.0793 18.1989 21.0002 18 21.0002ZM8.99854 11.2412V9.75024H14.9985V11.2412H8.99854ZM11.9985 3.00024C12.7939 3.00104 13.5565 3.31736 14.119 3.8798C14.6814 4.44224 14.9977 5.20484 14.9985 6.00024V8.25024H8.99854V6.00024C8.99933 5.20484 9.31566 4.44224 9.87809 3.8798C10.4405 3.31736 11.2031 3.00104 11.9985 3.00024Z"}),Object(jsx_runtime.jsx)("path",{className:"accent",d:"M9 11.25H15V13.5C15 15.1569 13.6569 16.5 12 16.5C10.3431 16.5 9 15.1569 9 13.5V11.25Z"}),Object(jsx_runtime.jsx)("rect",{className:"accent",x:"9",y:"8.25",width:"6",height:"1.5"})]})}function AudioMicrophoneMutedIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("audio-microphone-muted-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18.0017 20.9998H16.5171C15.6321 21.0217 14.7693 20.7218 14.0886 20.1558C13.4079 19.5898 12.9556 18.7961 12.8157 17.922C13.3101 17.8295 13.7854 17.6542 14.2214 17.4035L13.1019 16.2839C12.6475 16.4667 12.1552 16.5351 11.6682 16.4828C11.1813 16.4306 10.7146 16.2595 10.3094 15.9844C9.90415 15.7094 9.57276 15.3389 9.34441 14.9057C9.11606 14.4724 8.99775 13.9896 8.99992 13.4999V12.1817L7.49992 10.6816V13.4998C7.50176 14.5709 7.88538 15.6063 8.58188 16.4201C9.27839 17.2338 10.2422 17.7726 11.3002 17.9397C11.4415 19.0996 11.9702 20.1779 12.8007 20.9998H6.00175C5.80283 20.9998 5.61207 21.0788 5.47142 21.2195C5.33076 21.3601 5.25175 21.5509 5.25175 21.7498C5.25175 21.9487 5.33076 22.1395 5.47142 22.2801C5.61207 22.4208 5.80283 22.4998 6.00175 22.4998H18.0017C18.2007 22.4998 18.3914 22.4208 18.5321 22.2801C18.6727 22.1395 18.7517 21.9487 18.7517 21.7498C18.7517 21.5509 18.6727 21.3601 18.5321 21.2195C18.3914 21.0788 18.2007 20.9998 18.0017 20.9998Z"}),Object(jsx_runtime.jsx)("path",{d:"M21.5306 20.4695L16.1892 15.1284C16.3945 14.6099 16.5 14.0574 16.5003 13.4998V5.99981C16.4987 4.80729 16.0239 3.66415 15.1802 2.82145C14.3364 1.97876 13.1926 1.50543 12.0001 1.50543C10.8076 1.50543 9.66382 1.97876 8.82004 2.82145C7.97626 3.66415 7.50145 4.80729 7.49992 5.99981V6.43918L3.53021 2.46954C3.38957 2.3289 3.19883 2.24989 2.99993 2.24988C2.80104 2.24988 2.61029 2.32889 2.46965 2.46953C2.32901 2.61016 2.25 2.80091 2.25 2.9998C2.25 3.19869 2.32901 3.38944 2.46964 3.53008L20.47 21.5301C20.5396 21.5997 20.6223 21.655 20.7133 21.6926C20.8043 21.7303 20.9018 21.7497 21.0003 21.7497C21.0988 21.7497 21.1963 21.7303 21.2873 21.6926C21.3782 21.655 21.4609 21.5997 21.5306 21.5301C21.6002 21.4604 21.6554 21.3778 21.6931 21.2868C21.7308 21.1958 21.7502 21.0983 21.7502 20.9998C21.7502 20.9013 21.7308 20.8038 21.6931 20.7128C21.6554 20.6218 21.6002 20.5392 21.5306 20.4695ZM15.0003 13.4998C14.9976 13.6348 14.9854 13.7695 14.9637 13.9028L8.99994 7.93915V5.99981C9.00119 5.20493 9.31784 4.44304 9.88035 3.88142C10.4429 3.31981 11.2052 3.00437 12.0001 3.00437C12.795 3.00437 13.5574 3.31981 14.1199 3.88142C14.6824 4.44304 14.999 5.20493 15.0003 5.99981V13.4998Z"})]})}function CheckIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 26 18",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M8.20046 17.1999C8.06863 17.2002 7.93805 17.1743 7.81633 17.1236C7.69461 17.073 7.58418 16.9987 7.49146 16.905L0.291276 9.66962C0.198683 9.57651 0.125336 9.46608 0.0754228 9.34463C0.0255091 9.22317 6.0504e-06 9.09308 0.000370053 8.96177C0.000734056 8.83046 0.026958 8.70051 0.0775442 8.57933C0.12813 8.45816 0.202088 8.34813 0.295196 8.25554C0.388303 8.16295 0.498736 8.0896 0.620189 8.03969C0.741643 7.98977 0.871738 7.96427 1.00305 7.96463C1.13436 7.965 1.26431 7.99122 1.38548 8.04181C1.50666 8.09239 1.61668 8.16635 1.70928 8.25946L8.2542 14.8366L24.3499 1.04169C24.5511 0.869196 24.8126 0.783711 25.0769 0.80404C25.3412 0.824369 25.5866 0.948847 25.759 1.15009C25.9315 1.35133 26.017 1.61286 25.9967 1.87713C25.9764 2.1414 25.8519 2.38678 25.6506 2.55927L8.85085 16.9587C8.67 17.1145 8.43917 17.2001 8.20046 17.1999Z"})})}function CameraBoldIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_webexComponentClasse=Object(helpers.a)("camera-bold-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,"aria-label":ariaLabel,children:Object(jsx_runtime.jsx)("path",{d:"M43.5779 13.9478C43.1434 13.6776 42.6468 13.5236 42.1358 13.5006C41.6247 13.4775 41.1162 13.5861 40.6592 13.8159C40.613 13.8394 40.5684 13.8643 40.5244 13.8921L36.0039 16.7672V15.001C36.0016 13.0126 35.2106 11.1063 33.8046 9.70026C32.3986 8.29424 30.4923 7.50331 28.5039 7.50098H10.5039C8.5155 7.50331 6.6092 8.29424 5.20319 9.70026C3.79717 11.1063 3.00624 13.0126 3.00391 15.001V33.001C3.00624 34.9894 3.79717 36.8957 5.20318 38.3017C6.6092 39.7077 8.5155 40.4986 10.5039 40.501H28.5039C30.4923 40.4986 32.3986 39.7077 33.8046 38.3017C35.2106 36.8957 36.0016 34.9894 36.0039 33.001V31.2338L40.5244 34.107C40.5676 34.1348 40.6123 34.1597 40.6577 34.1832C41.115 34.4121 41.6233 34.5203 42.1342 34.4975C42.6451 34.4747 43.1417 34.3217 43.5768 34.0529C44.012 33.7842 44.3711 33.4087 44.6203 32.962C44.8694 32.5154 45.0002 32.0125 45.0002 31.501V16.4995C45.002 15.9879 44.8722 15.4844 44.6231 15.0375C44.374 14.5906 44.014 14.2153 43.5779 13.9478ZM33.0039 33.001C33.0026 34.1941 32.5281 35.3379 31.6844 36.1815C30.8408 37.0252 29.697 37.4997 28.5039 37.501H10.5039C9.31083 37.4997 8.167 37.0252 7.32336 36.1815C6.47973 35.3379 6.00521 34.1941 6.00391 33.001V15.001C6.00521 13.8079 6.47973 12.6641 7.32336 11.8204C8.167 10.9768 9.31083 10.5023 10.5039 10.501H28.5039C29.697 10.5023 30.8408 10.9768 31.6844 11.8204C32.5281 12.6641 33.0026 13.8079 33.0039 15.001V33.001ZM36.0039 27.6794V20.3222L42.0002 16.5083L42.001 31.4907L36.0039 27.6794Z"})})}function CameraIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.7866 6.97363C21.5696 6.83826 21.3213 6.76108 21.0658 6.74954C20.8102 6.73799 20.556 6.79247 20.3276 6.90771C20.3048 6.91926 20.2825 6.93197 20.261 6.9458L18 8.38299V7.50024C17.9988 6.50604 17.6034 5.55289 16.9004 4.84988C16.1974 4.14687 15.2442 3.75141 14.25 3.75024H5.25C4.2558 3.75141 3.30265 4.14688 2.59964 4.84989C1.89663 5.55289 1.50117 6.50604 1.5 7.50024V16.5002C1.50117 17.4944 1.89663 18.4476 2.59964 19.1506C3.30265 19.8536 4.2558 20.2491 5.25 20.2502H14.25C15.2442 20.2491 16.1974 19.8536 16.9004 19.1506C17.6034 18.4476 17.9988 17.4944 18 16.5002V15.616L20.261 17.0532C20.2821 17.0671 20.3041 17.0795 20.3269 17.0905C20.5555 17.2051 20.8097 17.2593 21.0651 17.248C21.3206 17.2366 21.569 17.1601 21.7865 17.0257C22.0041 16.8913 22.1837 16.7035 22.3082 16.4801C22.4326 16.2567 22.4979 16.0052 22.4978 15.7495V8.24948C22.4987 7.99366 22.4338 7.74192 22.3092 7.51847C22.1847 7.29502 22.0047 7.10739 21.7866 6.97363ZM16.5 16.5002C16.4993 17.0968 16.2621 17.6687 15.8403 18.0905C15.4185 18.5123 14.8465 18.7496 14.25 18.7502H5.25C4.65346 18.7496 4.08155 18.5123 3.65973 18.0905C3.23792 17.6687 3.00065 17.0968 3 16.5002V7.50024C3.00065 6.90371 3.23791 6.33179 3.65973 5.90997C4.08154 5.48816 4.65346 5.2509 5.25 5.25024H14.25C14.8465 5.2509 15.4185 5.48816 15.8403 5.90997C16.2621 6.33179 16.4993 6.90371 16.5 7.50024V16.5002ZM18 13.8392V10.1598L20.9978 8.25464L20.9993 15.7451L18 13.8392Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"}),Object(jsx_runtime.jsx)("path",{className:"accent",d:"M6.75 10.5001C7.57843 10.5001 8.25 9.82849 8.25 9.00006C8.25 8.17163 7.57843 7.50006 6.75 7.50006C5.92157 7.50006 5.25 8.17163 5.25 9.00006C5.25 9.82849 5.92157 10.5001 6.75 10.5001Z"})]})}function CameraMutedIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-muted-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.787 6.97387C21.5698 6.8388 21.3215 6.76181 21.0659 6.75027C20.8104 6.73872 20.5562 6.79302 20.3276 6.90795C20.3046 6.91967 20.2822 6.93212 20.2603 6.94603L18 8.38359V7.50048C17.9988 6.50627 17.6034 5.55313 16.9004 4.85012C16.1974 4.14711 15.2442 3.75165 14.25 3.75048H5.25C5.11281 3.75275 4.97587 3.7629 4.83985 3.78087L3.52846 2.46947C3.38783 2.32883 3.19708 2.24982 2.99819 2.24982C2.79929 2.24982 2.60855 2.32882 2.46791 2.46946C2.32727 2.6101 2.24825 2.80085 2.24825 2.99974C2.24825 3.19863 2.32726 3.38938 2.4679 3.53002L20.4683 21.53C20.6089 21.6707 20.7996 21.7497 20.9985 21.7497C21.1974 21.7497 21.3882 21.6707 21.5288 21.53C21.6694 21.3894 21.7485 21.1986 21.7485 20.9997C21.7485 20.8009 21.6694 20.6101 21.5288 20.4695L17.9696 16.9104C17.9876 16.7745 17.9977 16.6376 18 16.5005V15.6169L20.2603 17.0535C20.2819 17.0674 20.3042 17.0799 20.3269 17.0916C20.5556 17.206 20.8097 17.2601 21.0651 17.2488C21.3206 17.2374 21.5689 17.1608 21.7865 17.0265C22.004 16.8921 22.1836 16.7043 22.3082 16.481C22.4327 16.2577 22.4981 16.0062 22.4982 15.7505V8.24976C22.4991 7.99393 22.4341 7.74218 22.3096 7.51872C22.185 7.29527 22.0051 7.10763 21.787 6.97387ZM6.30947 5.25048H14.25C14.8465 5.25113 15.4185 5.48839 15.8403 5.91021C16.2621 6.33202 16.4993 6.90394 16.5 7.50048V15.4407L6.30947 5.25048ZM18 13.8397V10.1611L20.9982 8.25414L20.9985 15.7454L18 13.8397Z"}),Object(jsx_runtime.jsx)("path",{d:"M14.25 18.7505H5.25C4.65346 18.7498 4.08154 18.5126 3.65973 18.0907C3.23791 17.6689 3.00065 17.097 3 16.5005V7.50048C3.00255 7.13381 3.09586 6.77347 3.27159 6.45165L2.17928 5.35933C1.73774 5.98606 1.50051 6.73384 1.5 7.50048V16.5005C1.50117 17.4947 1.89663 18.4478 2.59964 19.1508C3.30265 19.8538 4.2558 20.2493 5.25 20.2505H14.25C15.0167 20.2499 15.7645 20.0126 16.3912 19.5711L15.299 18.4788C14.9771 18.6546 14.6167 18.7479 14.25 18.7505Z"})]})}function CameraPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M28.7871 9.72433C28.562 9.58573 28.3044 9.50895 28.0402 9.50176C27.7759 9.49456 27.5145 9.55719 27.2822 9.68333L23.5 12.088V10.0007C23.4987 8.80766 23.0242 7.66382 22.1805 6.82018C21.3369 5.97655 20.1931 5.50203 19 5.50073H7C5.80692 5.50203 4.66308 5.97655 3.81945 6.82018C2.97582 7.66382 2.5013 8.80766 2.5 10.0007V22.0007C2.5013 23.1938 2.97582 24.3376 3.81945 25.1813C4.66308 26.0249 5.80692 26.4994 7 26.5007H19C20.1931 26.4994 21.3369 26.0249 22.1805 25.1813C23.0241 24.3376 23.4987 23.1938 23.5 22.0007V19.9107L27.3271 22.3413C27.5357 22.446 27.7657 22.5008 27.999 22.5013C28.3966 22.5 28.7775 22.3414 29.0584 22.06C29.3394 21.7787 29.4975 21.3976 29.4983 21V11C29.4992 10.7442 29.4343 10.4925 29.3097 10.2691C29.1852 10.0456 29.0052 9.85804 28.7871 9.72433Z"})})}function CameraIssueIcon(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("camera-issue-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:"96",height:"88",viewBox:"0 0 96 88",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M21.8643 54.3002V64.2002M5.86426 51.2002V10.2002C5.86426 5.8002 9.46426 2.2002 13.8643 2.2002H61.8643C66.2643 2.2002 69.8643 5.8002 69.8643 10.2002V21.3002C69.8643 22.1002 70.7643 22.6002 71.4643 22.1002L90.6643 9.3002C91.9643 8.4002 93.7643 9.4002 93.7643 11.0002V57.5002C93.7643 59.1002 91.9643 60.1002 90.6643 59.2002L71.3643 46.3002C70.6643 45.9002 69.7643 46.3002 69.7643 47.1002V58.2002C69.7643 62.6002 66.1643 66.2002 61.7643 66.2002H39.0643C38.3643 66.2002 37.6643 65.8002 37.2643 65.1002L27.0643 45.9002C24.7643 41.7002 18.7643 41.7002 16.5643 45.9002L2.66426 71.4002C0.46426 75.4002 3.36426 80.3002 7.96426 80.3002H36.8643C39.0643 80.3002 40.8643 78.5002 40.8643 76.3002C40.8643 74.1002 39.0643 72.3002 36.8643 72.3002C28.8643 72.3002 21.8643 86.3002 21.8643 86.3002",stroke:"url(#wxc-icon--camera-issue)",strokeWidth:"2.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"wxc-icon--camera-issue",x1:"47.8392",y1:"2.2002",x2:"47.8392",y2:"86.3002",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function CancelIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M13.0596 11.9998L19.2794 5.78001C19.349 5.71038 19.4042 5.6277 19.4419 5.53672C19.4796 5.44573 19.499 5.34822 19.499 5.24974C19.499 5.15126 19.4796 5.05374 19.4419 4.96276C19.4042 4.87177 19.349 4.7891 19.2793 4.71947C19.2097 4.64983 19.127 4.5946 19.036 4.55691C18.945 4.51923 18.8475 4.49983 18.7491 4.49983C18.6506 4.49984 18.5531 4.51924 18.4621 4.55692C18.3711 4.59461 18.2884 4.64985 18.2188 4.71949L11.999 10.9392L5.77929 4.71949C5.70979 4.64921 5.62709 4.59335 5.53594 4.55514C5.44478 4.51692 5.34697 4.49711 5.24813 4.49683C5.14929 4.49655 5.05137 4.51581 4.96 4.55351C4.86863 4.59121 4.78562 4.64659 4.71573 4.71648C4.64584 4.78638 4.59045 4.8694 4.55276 4.96077C4.51507 5.05214 4.49581 5.15006 4.4961 5.2489C4.49638 5.34774 4.5162 5.44555 4.55442 5.5367C4.59264 5.62786 4.6485 5.71055 4.71879 5.78004L10.9385 11.9998L4.71879 18.2195C4.64915 18.2892 4.59391 18.3718 4.55622 18.4628C4.51853 18.5538 4.49914 18.6513 4.49914 18.7498C4.49914 18.8483 4.51853 18.9458 4.55622 19.0368C4.59391 19.1278 4.64915 19.2105 4.71878 19.2801C4.78842 19.3497 4.87109 19.405 4.96207 19.4427C5.05306 19.4803 5.15057 19.4997 5.24906 19.4997C5.34754 19.4997 5.44505 19.4803 5.53604 19.4427C5.62702 19.405 5.70969 19.3497 5.77933 19.2801L11.9991 13.0603L18.2188 19.2801C18.3595 19.4207 18.5502 19.4997 18.7491 19.4997C18.948 19.4997 19.1387 19.4207 19.2794 19.2801C19.42 19.1395 19.499 18.9487 19.499 18.7498C19.499 18.5509 19.42 18.3602 19.2794 18.2195L13.0596 11.9998Z",fillOpacity:"0.95"})})}function ChatFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M15.9989 3.5C13.7548 3.5003 11.552 4.1047 9.62198 5.24976C7.69191 6.39481 6.10565 8.03831 5.02971 10.0077C3.95376 11.9772 3.4278 14.1999 3.50702 16.4427C3.58624 18.6855 4.26772 20.8656 5.47995 22.7542C5.33614 23.4793 5.0456 24.1674 4.62617 24.7762C4.20675 25.3849 3.66729 25.9015 3.04095 26.2942C2.42715 26.6975 2.41695 27.1965 2.61225 27.5295C2.98135 28.1604 4.35685 28.51 6.02095 28.51C7.73977 28.5206 9.44103 28.164 11.0109 27.4641C12.7145 28.2053 14.5618 28.5575 16.4185 28.4951C18.2752 28.4328 20.0947 27.9573 21.7446 27.1034C23.3945 26.2495 24.8334 25.0386 25.9565 23.5587C27.0797 22.0789 27.8589 20.3673 28.2374 18.5485C28.616 16.7297 28.5844 14.8494 28.145 13.0443C27.7056 11.2393 26.8695 9.55483 25.6973 8.11351C24.5251 6.6722 23.0464 5.51027 21.3688 4.71221C19.6912 3.91415 17.8567 3.50004 15.9989 3.5Z"})})}function ControlDown(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 14 7",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M0.776062 3.44715L6.77631 6.44715C6.84576 6.48183 6.92232 6.49988 6.99994 6.49988C7.07756 6.49988 7.15412 6.48183 7.22356 6.44715L13.2236 3.44715C13.3422 3.38784 13.4324 3.28384 13.4743 3.15802C13.4951 3.09572 13.5034 3.02994 13.4987 2.96444C13.4941 2.89894 13.4766 2.83499 13.4472 2.77625C13.4178 2.71752 13.3772 2.66514 13.3276 2.62211C13.278 2.57908 13.2204 2.54625 13.1581 2.52548C13.0323 2.48354 12.8949 2.49329 12.7763 2.5526L6.99991 5.4408L1.22331 2.5526C1.10469 2.4933 0.967361 2.48354 0.841543 2.52548C0.779244 2.54625 0.721645 2.57908 0.672036 2.62211C0.622427 2.66514 0.581778 2.71752 0.552412 2.77625C0.523045 2.83499 0.505535 2.89894 0.500881 2.96444C0.496227 3.02995 0.504521 3.09572 0.525289 3.15802C0.546057 3.22032 0.578891 3.27792 0.621919 3.32753C0.664947 3.37714 0.717325 3.41779 0.776062 3.44715Z"})})}function ControlUp(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 14 7",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M0.552614 4.2235C0.581975 4.28225 0.62262 4.33463 0.672228 4.37766C0.721836 4.42069 0.779435 4.45353 0.841736 4.4743C0.904037 4.49507 0.969819 4.50336 1.03533 4.4987C1.10083 4.49405 1.16478 4.47653 1.22351 4.44715L6.99996 1.55895L12.7762 4.44715C12.8948 4.50647 13.0322 4.51623 13.158 4.47429C13.2838 4.43235 13.3878 4.34215 13.4471 4.22353C13.5065 4.1049 13.5162 3.96757 13.4743 3.84175C13.4323 3.71593 13.3421 3.61192 13.2235 3.5526L7.22351 0.552603C7.15406 0.517913 7.07749 0.499854 6.99986 0.499854C6.92223 0.499854 6.84566 0.517913 6.77621 0.552603L0.776214 3.5526C0.717475 3.58197 0.665097 3.62262 0.622069 3.67223C0.579042 3.72184 0.546209 3.77944 0.525445 3.84174C0.504681 3.90404 0.496394 3.96982 0.501056 4.03532C0.505717 4.10083 0.523237 4.16477 0.552614 4.2235Z"})})}function DndPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 29.5C23.4558 29.5 29.5 23.4558 29.5 16C29.5 8.54416 23.4558 2.5 16 2.5C8.54416 2.5 2.5 8.54416 2.5 16C2.5 23.4558 8.54416 29.5 16 29.5ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H22C22.5523 17 23 16.5523 23 16C23 15.4477 22.5523 15 22 15H10Z"})})}function ExternalUserIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.9063 14.0264V14.8436C13.9063 14.9679 13.9556 15.0872 14.0436 15.1751C14.1315 15.263 14.2507 15.3124 14.375 15.3124C14.4993 15.3124 14.6186 15.263 14.7065 15.1751C14.7944 15.0872 14.8438 14.9679 14.8438 14.8436V14.0264C14.8438 13.902 14.7944 13.7828 14.7065 13.6949C14.6186 13.607 14.4993 13.5576 14.375 13.5576C14.2507 13.5576 14.1315 13.607 14.0436 13.6949C13.9556 13.7828 13.9063 13.902 13.9063 14.0264Z"}),Object(jsx_runtime.jsx)("path",{d:"M14.3749 16.8751C14.6338 16.8751 14.8437 16.6652 14.8437 16.4063C14.8437 16.1474 14.6338 15.9376 14.3749 15.9376C14.116 15.9376 13.9062 16.1474 13.9062 16.4063C13.9062 16.6652 14.116 16.8751 14.3749 16.8751Z"}),Object(jsx_runtime.jsx)("path",{d:"M18.5864 16.8822L15.47 11.2559L15.4627 11.2437C15.352 11.0541 15.1934 10.897 15.0028 10.7881C14.8122 10.6792 14.5962 10.6225 14.3767 10.6236C14.1572 10.6247 13.9418 10.6837 13.7523 10.7944C13.5628 10.9052 13.4058 11.064 13.2971 11.2547L10.1703 16.87C10.0596 17.06 10.001 17.2758 10.0004 17.4957C9.99972 17.7156 10.0571 17.9318 10.1666 18.1224C10.2762 18.3131 10.4341 18.4715 10.6244 18.5816C10.8147 18.6918 11.0307 18.7498 11.2506 18.7498H17.4994C17.7181 18.7498 17.933 18.6924 18.1225 18.5834C18.3121 18.4744 18.4698 18.3175 18.5798 18.1285C18.6898 17.9395 18.7483 17.7249 18.7495 17.5062C18.7507 17.2875 18.6944 17.0724 18.5864 16.8822ZM11.2567 17.4889L14.3817 11.8712L17.4994 17.4999L11.2567 17.4889Z"}),Object(jsx_runtime.jsx)("path",{d:"M12.1521 8.89943C11.85 8.75608 11.539 8.63255 11.2209 8.52964C11.8951 8.01306 12.3905 7.29813 12.6373 6.4854C12.8842 5.67266 12.8701 4.803 12.597 3.9987C12.3239 3.1944 11.8056 2.49591 11.115 2.00147C10.4243 1.50702 9.59608 1.24148 8.74668 1.24219C7.89729 1.2429 7.06948 1.50982 6.37966 2.00542C5.68984 2.50102 5.17271 3.20036 4.90099 4.00512C4.62926 4.80988 4.6166 5.67956 4.8648 6.49188C5.113 7.3042 5.60957 8.0183 6.28468 8.53376C3.38856 9.50126 1.25 12.0943 1.25 15.0573C1.25 17.6024 4.94688 18.6382 8.11218 18.7511C8.12012 18.7517 8.12745 18.7517 8.13538 18.7517C8.29903 18.7515 8.45604 18.687 8.57267 18.5722C8.68931 18.4574 8.75626 18.3015 8.75914 18.1378C8.76201 17.9742 8.70059 17.816 8.58806 17.6972C8.47554 17.5783 8.32089 17.5084 8.15735 17.5024C4.87915 17.3846 2.5 16.3567 2.5 15.0573C2.5 11.9769 5.36194 9.37493 8.75 9.37493C9.73994 9.37189 10.7176 9.59417 11.6089 10.0249C11.6828 10.0608 11.7631 10.0818 11.8452 10.0867C11.9272 10.0915 12.0094 10.0801 12.0871 10.0531C12.1647 10.0262 12.2363 9.98413 12.2976 9.92945C12.359 9.87477 12.409 9.80852 12.4447 9.7345C12.4804 9.66048 12.5012 9.58013 12.5058 9.49806C12.5105 9.416 12.4989 9.33383 12.4717 9.25626C12.4445 9.17869 12.4023 9.10724 12.3474 9.04601C12.2926 8.98478 12.2262 8.93497 12.1521 8.89943ZM5.93751 5.31237C5.93751 4.75611 6.10246 4.21234 6.4115 3.74982C6.72054 3.28731 7.15979 2.92683 7.67371 2.71395C8.18763 2.50108 8.75313 2.44539 9.2987 2.55391C9.84427 2.66243 10.3454 2.93029 10.7387 3.32363C11.1321 3.71696 11.3999 4.2181 11.5085 4.76367C11.617 5.30925 11.5613 5.87475 11.3484 6.38866C11.1355 6.90258 10.7751 7.34183 10.3125 7.65087C9.85004 7.95992 9.30627 8.12487 8.75001 8.12487C8.00434 8.12405 7.28944 7.82747 6.76217 7.3002C6.2349 6.77293 5.93832 6.05804 5.93751 5.31237Z"})]})}function HidePwdIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M6.99995 9.99994C4.5268 9.99994 2.3725 7.81782 1.65229 6.99994C2.15704 6.42834 2.71634 5.90733 3.32224 5.44431L2.60636 4.72843C1.86421 5.30392 1.19185 5.96417 0.602972 6.69575C0.536227 6.78311 0.500068 6.89 0.500068 6.99995C0.500068 7.10989 0.536227 7.21678 0.602972 7.30414C0.718697 7.45502 3.47407 10.9999 6.99997 10.9999C7.55129 10.995 8.09898 10.9102 8.62592 10.7479L7.80012 9.92219C7.53627 9.9721 7.26847 9.99812 6.99995 9.99994Z"}),Object(jsx_runtime.jsx)("path",{d:"M13.3535 12.6464L10.5634 9.85639C11.6385 9.16289 12.5952 8.30116 13.3969 7.30414C13.4637 7.21678 13.4998 7.10989 13.4998 6.99995C13.4998 6.89 13.4637 6.78311 13.3969 6.69575C13.2812 6.54487 10.5249 2.99994 6.99995 2.99994C6.08 3.0149 5.17496 3.23482 4.35072 3.64369L1.35346 0.64643C1.30704 0.600006 1.25192 0.56318 1.19127 0.538056C1.13061 0.512931 1.0656 0.5 0.999946 0.5C0.934292 0.5 0.869281 0.512932 0.808624 0.538057C0.747968 0.563182 0.692854 0.600008 0.64643 0.646433C0.552672 0.740191 0.5 0.867355 0.5 0.999949C0.5 1.13254 0.552674 1.25971 0.646432 1.35347L3.43632 4.14335L3.43571 4.14371L4.16773 4.87571L4.16834 4.87535L8.89176 9.59877L8.89109 9.59907L9.64836 10.3564L9.64904 10.3561L12.6464 13.3535C12.6928 13.3999 12.748 13.4367 12.8086 13.4618C12.8693 13.487 12.9343 13.4999 12.9999 13.4999C13.0656 13.4999 13.1306 13.487 13.1913 13.4618C13.2519 13.4367 13.307 13.3999 13.3534 13.3535C13.3999 13.307 13.4367 13.2519 13.4618 13.1913C13.4869 13.1306 13.4999 13.0656 13.4999 12.9999C13.4999 12.9343 13.4869 12.8693 13.4618 12.8086C13.4367 12.748 13.3999 12.6929 13.3535 12.6464ZM5.1092 4.40219C5.70715 4.14599 6.34949 4.00935 6.99995 3.99996C9.47358 3.99996 11.6279 6.18307 12.3481 7.00046C11.6206 7.83062 10.7728 8.5471 9.83305 9.12604L5.1092 4.40219Z"})]})}function IndeterminateIcon(_ref){var className=_ref.className,size=_ref.size,style=_ref.style,_webexComponentClasse=Object(helpers.a)("line-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 9 1",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:Object(jsx_runtime.jsx)("rect",{x:"0.5",width:"8",height:"1",rx:"0.5",fillOpacity:"0.95"})})}function MeetingsPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M4.5 13.75V24.75C4.50132 25.9431 4.97585 27.0869 5.81948 27.9305C6.66311 28.7741 7.80693 29.2487 9 29.25H23C24.1931 29.2487 25.3369 28.7742 26.1805 27.9305C27.0242 27.0869 27.4987 25.9431 27.5 24.75V13.75H4.5Z"}),Object(jsx_runtime.jsx)("path",{d:"M23 6.25V3.75C23 3.48478 22.8946 3.23043 22.7071 3.04289C22.5196 2.85536 22.2652 2.75 22 2.75C21.7348 2.75 21.4804 2.85536 21.2929 3.04289C21.1054 3.23043 21 3.48478 21 3.75V6.25H11V3.75C11 3.48478 10.8946 3.23043 10.7071 3.04289C10.5196 2.85536 10.2652 2.75 10 2.75C9.73478 2.75 9.48043 2.85536 9.29289 3.04289C9.10536 3.23043 9 3.48478 9 3.75V6.25C7.80692 6.2513 6.66308 6.72582 5.81945 7.56945C4.97582 8.41308 4.5013 9.55692 4.5 10.75V11.75H27.5V10.75C27.4987 9.55692 27.0242 8.41308 26.1805 7.56945C25.3369 6.72582 24.1931 6.2513 23 6.25Z"})]})}function MicrophoneBoldIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_webexComponentClasse=Object(helpers.a)("microphone-bold-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,"aria-label":ariaLabel,children:Object(jsx_runtime.jsx)("path",{d:"M36.0039 41.9996H33.0354C31.2654 42.0434 29.5395 41.4436 28.178 40.3117C26.8165 39.1797 25.9119 37.5923 25.6318 35.844C27.699 35.4611 29.5672 34.3674 30.9128 32.7522C32.2585 31.1369 32.9969 29.102 33.0002 26.9996V11.9996C33.0002 9.61269 32.052 7.3235 30.3642 5.63567C28.6764 3.94785 26.3872 2.99963 24.0002 2.99963C21.6133 2.99963 19.3241 3.94785 17.6363 5.63567C15.9485 7.3235 15.0002 9.61269 15.0002 11.9996V26.9996C15.0039 29.1419 15.7712 31.2126 17.1642 32.8401C18.5572 34.4676 20.4847 35.5452 22.6007 35.8795C22.8833 38.1993 23.9408 40.3558 25.6018 41.9996H12.0039C11.6061 41.9996 11.2246 42.1577 10.9432 42.439C10.6619 42.7203 10.5039 43.1018 10.5039 43.4996C10.5039 43.8975 10.6619 44.279 10.9432 44.5603C11.2246 44.8416 11.6061 44.9996 12.0039 44.9996H36.0039C36.4017 44.9996 36.7833 44.8416 37.0646 44.5603C37.3459 44.279 37.5039 43.8975 37.5039 43.4996C37.5039 43.1018 37.3459 42.7203 37.0646 42.439C36.7833 42.1577 36.4017 41.9996 36.0039 41.9996ZM18.0002 26.9996V11.9996C18.0002 10.4083 18.6324 8.88217 19.7576 7.75695C20.8828 6.63173 22.4089 5.99959 24.0002 5.99959C25.5915 5.99959 27.1177 6.63173 28.2429 7.75695C29.3681 8.88217 30.0002 10.4083 30.0002 11.9996V26.9996C30.0002 28.5909 29.3681 30.117 28.2429 31.2422C27.1177 32.3674 25.5915 32.9996 24.0002 32.9996C22.4089 32.9996 20.8828 32.3674 19.7576 31.2422C18.6324 30.117 18.0002 28.5909 18.0002 26.9996Z"})})}function MicrophoneIssueIcon(_ref){var className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("microphone-issue-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:"62",height:"91",viewBox:"0 0 62 91",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+cssClasses,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M25.8672 65.2V69.2001C25.8672 80.2001 34.8672 89.2001 45.8672 89.2001M25.8672 65.2C32.4336 65.2 38.1092 61.1912 40.5672 55.5M25.8672 65.2C13.0672 65.2 9.86719 55.5 9.86719 49.3V17.3C9.86719 8.50005 17.0672 1.30005 25.8672 1.30005C34.2297 1.30005 41.1473 7.80188 41.8145 16M49.8672 89.2001H1.86719M40.9514 28.55V38.45M56.3514 39.35L46.1514 20.15C43.8514 15.95 37.8514 15.95 35.6514 20.15L21.7514 45.6501C19.5514 49.65 22.4514 54.5501 27.0514 54.5501H40.7456M40.7456 54.5501H55.9514C58.1514 54.5501 59.9514 52.7501 59.9514 50.5501C59.9514 48.3501 58.1514 46.5501 55.9514 46.5501C46.1033 46.5501 41.7664 52.8008 40.7456 54.5501ZM40.7456 54.5501C40.5795 54.8346 40.5012 55 40.5012 55",stroke:"url(#wxc-icon--microphone-issue)",strokeWidth:"2.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"wxc-icon--microphone-issue",x1:"30.9093",y1:"1.30005",x2:"30.9093",y2:"89.2001",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function MoreIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 14 4",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M7 3.125C7.62132 3.125 8.125 2.62132 8.125 2C8.125 1.37868 7.62132 0.875 7 0.875C6.37868 0.875 5.875 1.37868 5.875 2C5.875 2.62132 6.37868 3.125 7 3.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M1.375 3.125C1.99632 3.125 2.5 2.62132 2.5 2C2.5 1.37868 1.99632 0.875 1.375 0.875C0.75368 0.875 0.25 1.37868 0.25 2C0.25 2.62132 0.75368 3.125 1.375 3.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M12.625 3.125C13.2463 3.125 13.75 2.62132 13.75 2C13.75 1.37868 13.2463 0.875 12.625 0.875C12.0037 0.875 11.5 1.37868 11.5 2C11.5 2.62132 12.0037 3.125 12.625 3.125Z",fillOpacity:"0.95"})]})}function MoreAdrIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 4 14",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M2 8.125C2.62132 8.125 3.125 7.62132 3.125 7C3.125 6.37868 2.62132 5.875 2 5.875C1.37868 5.875 0.875 6.37868 0.875 7C0.875 7.62132 1.37868 8.125 2 8.125Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M2 13.75C2.62132 13.75 3.125 13.2463 3.125 12.625C3.125 12.0037 2.62132 11.5 2 11.5C1.37868 11.5 0.875 12.0037 0.875 12.625C0.875 13.2463 1.37868 13.75 2 13.75Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M2 2.5C2.62132 2.5 3.125 1.99632 3.125 1.375C3.125 0.75368 2.62132 0.25 2 0.25C1.37868 0.25 0.875 0.75368 0.875 1.375C0.875 1.99632 1.37868 2.5 2 2.5Z",fillOpacity:"0.95"})]})}function ParticipantListIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.5 15.7502C13.5 15.8487 13.5194 15.9462 13.557 16.0372C13.5947 16.1282 13.65 16.2109 13.7196 16.2806C13.7893 16.3502 13.872 16.4054 13.963 16.4431C14.054 16.4808 14.1515 16.5002 14.25 16.5002H21.75C21.9489 16.5002 22.1397 16.4211 22.2803 16.2805C22.421 16.1398 22.5 15.9491 22.5 15.7502C22.5 15.5513 22.421 15.3605 22.2803 15.2198C22.1397 15.0792 21.9489 15.0002 21.75 15.0002H14.25C14.1515 15.0001 14.054 15.0195 13.963 15.0572C13.872 15.0949 13.7893 15.1501 13.7196 15.2198C13.65 15.2894 13.5947 15.3721 13.557 15.4631C13.5194 15.5541 13.5 15.6517 13.5 15.7502Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21.75 18.0002H14.25C14.0511 18.0002 13.8603 18.0792 13.7197 18.2198C13.579 18.3605 13.5 18.5513 13.5 18.7502C13.5 18.9491 13.579 19.1398 13.7197 19.2805C13.8603 19.4211 14.0511 19.5002 14.25 19.5002H21.75C21.9489 19.5002 22.1397 19.4211 22.2803 19.2805C22.421 19.1398 22.5 18.9491 22.5 18.7502C22.5 18.5513 22.421 18.3605 22.2803 18.2198C22.1397 18.0792 21.9489 18.0002 21.75 18.0002Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21.75 21.0002H14.25C14.0511 21.0002 13.8603 21.0792 13.7197 21.2198C13.579 21.3605 13.5 21.5513 13.5 21.7502C13.5 21.9491 13.579 22.1398 13.7197 22.2805C13.8603 22.4211 14.0511 22.5002 14.25 22.5002H21.75C21.9489 22.5002 22.1397 22.4211 22.2803 22.2805C22.421 22.1398 22.5 21.9491 22.5 21.7502C22.5 21.5513 22.421 21.3605 22.2803 21.2198C22.1397 21.0792 21.9489 21.0002 21.75 21.0002Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M11.2215 20.9819C7.8644 21.102 4.78237 20.3864 3.54933 19.1977C3.38278 19.0559 3.24783 18.8808 3.15321 18.6836C3.05859 18.4864 3.0064 18.2715 3.00002 18.0529C3.00002 14.3651 6.43471 11.2502 10.5 11.2502C12.2316 11.2486 13.9158 11.816 15.2933 12.8652C15.3714 12.9253 15.4606 12.9694 15.5558 12.995C15.6509 13.0207 15.7502 13.0273 15.8479 13.0146C15.9457 13.0018 16.0399 12.9699 16.1253 12.9207C16.2107 12.8715 16.2856 12.806 16.3456 12.7278C16.4057 12.6497 16.4497 12.5605 16.4753 12.4653C16.5008 12.3701 16.5074 12.2708 16.4945 12.1731C16.4817 12.0754 16.4497 11.9812 16.4005 11.8958C16.3512 11.8105 16.2856 11.7357 16.2074 11.6757C15.3811 11.0438 14.4545 10.5554 13.4662 10.2309C14.274 9.60983 14.8669 8.75123 15.1616 7.77579C15.4562 6.80034 15.4378 5.75709 15.109 4.79263C14.7801 3.82818 14.1573 2.99101 13.3281 2.39878C12.4989 1.80655 11.505 1.48904 10.486 1.49085C9.46701 1.49267 8.47422 1.81373 7.64713 2.40891C6.82004 3.00409 6.20023 3.84348 5.87481 4.8091C5.5494 5.77472 5.53473 6.81804 5.83288 7.79243C6.13102 8.76681 6.72699 9.62329 7.53702 10.2415C4.06398 11.4015 1.5 14.5058 1.5 18.0529C1.50654 18.473 1.59942 18.8872 1.77286 19.2699C1.9463 19.6525 2.19659 19.9954 2.50818 20.2773C4.21143 21.9194 7.62121 22.4943 10.504 22.4943C10.7659 22.4943 11.024 22.4899 11.2756 22.4804C11.3741 22.4769 11.4709 22.454 11.5604 22.4131C11.65 22.3722 11.7307 22.3141 11.7978 22.242C11.8649 22.1698 11.9171 22.0852 11.9515 21.9929C11.9859 21.9006 12.0018 21.8025 11.9982 21.704C11.9959 21.6052 11.9739 21.5078 11.9334 21.4176C11.8928 21.3275 11.8347 21.2463 11.7622 21.179C11.6898 21.1117 11.6047 21.0595 11.5118 21.0257C11.4189 20.9918 11.3202 20.9769 11.2215 20.9819ZM10.4945 3.00017C11.162 3.00017 11.8145 3.19811 12.3696 3.56896C12.9246 3.93981 13.3572 4.46691 13.6126 5.08361C13.8681 5.70031 13.9349 6.37891 13.8047 7.0336C13.6744 7.68828 13.353 8.28965 12.881 8.76165C12.409 9.23365 11.8076 9.55509 11.1529 9.68532C10.4983 9.81554 9.81965 9.74871 9.20295 9.49326C8.58625 9.23781 8.05915 8.80523 7.6883 8.25022C7.31745 7.6952 7.11951 7.04268 7.11951 6.37517C7.12049 5.48036 7.47638 4.62248 8.1091 3.98976C8.74183 3.35704 9.5997 3.00114 10.4945 3.00017Z",fillOpacity:"0.95"})]})}function ParticipantListFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 27 28",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M5.39636 5.51583C5.39628 4.42495 5.72487 3.35855 6.34057 2.45148C6.95628 1.54441 7.83146 0.83742 8.85542 0.419919C9.87937 0.00241855 11.0061 -0.106841 12.0932 0.105959C13.1802 0.318758 14.1787 0.84406 14.9625 1.61543C15.7462 2.3868 16.2799 3.36959 16.4961 4.43951C16.7123 5.50944 16.6013 6.61844 16.1771 7.62626C15.7529 8.63409 15.0346 9.49547 14.113 10.1015C13.1914 10.7075 12.108 11.0309 10.9996 11.0308C9.51406 11.0291 8.08984 10.4475 7.0394 9.41363C5.98896 8.37973 5.39807 6.97799 5.39636 5.51583Z"}),Object(jsx_runtime.jsx)("path",{d:"M15.0761 19.3827C15.0258 19.2614 15 19.1313 15 19C15 18.8687 15.0258 18.7386 15.0761 18.6173C15.1263 18.4959 15.2 18.3857 15.2928 18.2928C15.3857 18.2 15.4959 18.1263 15.6173 18.0761C15.7386 18.0258 15.8687 18 16 18H26C26.2652 18 26.5196 18.1054 26.7071 18.2929C26.8946 18.4804 27 18.7348 27 19C27 19.2652 26.8946 19.5196 26.7071 19.7071C26.5196 19.8946 26.2652 20 26 20H16C15.8687 20 15.7386 19.9742 15.6173 19.924C15.4959 19.8737 15.3857 19.8 15.2928 19.7072C15.2 19.6143 15.1263 19.5041 15.0761 19.3827Z"}),Object(jsx_runtime.jsx)("path",{d:"M16 22H26C26.2652 22 26.5196 22.1054 26.7071 22.2929C26.8946 22.4804 27 22.7348 27 23C27 23.2652 26.8946 23.5196 26.7071 23.7071C26.5196 23.8946 26.2652 24 26 24H16C15.7348 24 15.4804 23.8946 15.2929 23.7071C15.1054 23.5196 15 23.2652 15 23C15 22.7348 15.1054 22.4804 15.2929 22.2929C15.4804 22.1054 15.7348 22 16 22Z"}),Object(jsx_runtime.jsx)("path",{d:"M26 26H16C15.7348 26 15.4804 26.1054 15.2929 26.2929C15.1054 26.4804 15 26.7348 15 27C15 27.2652 15.1054 27.5196 15.2929 27.7071C15.4804 27.8946 15.7348 28 16 28H26C26.2652 28 26.5196 27.8946 26.7071 27.7071C26.8946 27.5196 27 27.2652 27 27C27 26.7348 26.8946 26.4804 26.7071 26.2929C26.5196 26.1054 26.2652 26 26 26Z"}),Object(jsx_runtime.jsx)("path",{d:"M12.0004 27C4.8215 27 0 25.1454 0 23.4115C0 17.671 5.38317 13 11.9996 13C15.2767 13 18.2514 14.1459 20.4194 16H16.4286C14.535 16 13 17.4845 13 19.3158C13 19.9974 13.2127 20.631 13.5774 21.1579C13.2127 21.6848 13 22.3184 13 23C13 23.6816 13.2127 24.3152 13.5774 24.8421C13.2127 25.369 13 26.0026 13 26.6842C13 26.7864 13.0048 26.8876 13.0142 26.9875C12.6818 26.9958 12.3438 27 12.0004 27Z"})]})}function PtoPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M28.9659 6.89408C28.4825 6.14577 27.7229 5.61887 26.8527 5.42827C25.9825 5.23767 25.0722 5.39882 24.3204 5.87658L17.8424 10.0135L11.4942 5.90098C11.0818 5.66915 10.6006 5.59112 10.1361 5.68076C9.67159 5.77041 9.25397 6.02193 8.95751 6.39057C8.66104 6.7592 8.50497 7.22106 8.51704 7.69396C8.52912 8.16687 8.70856 8.62016 9.02345 8.97318L12.4289 13.4705L9.52835 15.3227C8.39717 14.4846 7.10631 13.887 5.73535 13.5669C4.94483 13.4124 4.1251 13.5483 3.42675 13.9497C2.44435 14.5806 2.37885 15.2797 2.62495 15.6929L5.38675 20.1929L6.52135 22.1451C6.69097 22.4363 6.91768 22.6903 7.18787 22.8917C7.45807 23.0931 7.76618 23.2379 8.09371 23.3172C8.42124 23.3966 8.76143 23.409 9.09387 23.3537C9.4263 23.2983 9.74413 23.1763 10.0283 22.9951L16.5673 18.8184L17.0283 24.9619C17.0959 25.4311 17.332 25.8596 17.6924 26.1675C18.0529 26.4753 18.5132 26.6415 18.9872 26.6348H19.0019C19.4756 26.644 19.9366 26.4808 20.2991 26.1756C20.6616 25.8704 20.9009 25.444 20.9726 24.9756L22.4626 15.0556L27.9441 11.5556C28.3177 11.3171 28.6406 11.0071 28.8942 10.6436C29.1479 10.28 29.3273 9.87 29.4222 9.43699C29.5171 9.00397 29.5256 8.55649 29.4472 8.12018C29.3689 7.68387 29.2055 7.26702 28.9659 6.89408Z"})})}function QuietHoursPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M29.2414 21.8688C29.0733 21.6091 28.8269 21.4095 28.5379 21.2989C28.2489 21.1883 27.9322 21.1725 27.6335 21.2536C25.6693 21.7741 23.6177 21.8763 21.6115 21.5536C18.8294 21.0615 16.2658 19.726 14.268 17.7282C12.2702 15.7303 10.9348 13.1667 10.4426 10.3845C10.1229 8.37678 10.2287 6.32425 10.7531 4.36002C10.8332 4.06235 10.8167 3.74696 10.7062 3.45921C10.5957 3.17145 10.3968 2.92614 10.1381 2.75852C9.87432 2.57925 9.5604 2.48834 9.2416 2.49887C8.9228 2.5094 8.61557 2.62083 8.36415 2.81712C6.17827 4.51982 4.49968 6.78789 3.51 9.37589C2.52032 11.9639 2.25724 14.7733 2.74925 17.5C3.33601 20.5329 4.85556 23.3068 7.09559 25.434C9.33561 27.5612 12.1842 28.9355 15.2433 29.3649C17.8666 29.7183 20.5366 29.3739 22.9843 28.3665C25.432 27.3591 27.5708 25.7242 29.1852 23.6266C29.3793 23.3772 29.4893 23.0727 29.4994 22.7569C29.5095 22.441 29.4192 22.1301 29.2414 21.8688Z"})})}function RecentsPresenceIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5ZM21.707 21.707C21.6142 21.7999 21.504 21.8736 21.3827 21.9238C21.2613 21.9741 21.1313 22 21 22C20.8687 22 20.7387 21.9741 20.6174 21.9238C20.496 21.8736 20.3858 21.7999 20.293 21.707L15.293 16.707C15.2001 16.6142 15.1264 16.504 15.0761 16.3827C15.0259 16.2613 15 16.1313 15 16V8C15 7.73478 15.1054 7.48043 15.2929 7.29289C15.4804 7.10536 15.7348 7 16 7C16.2652 7 16.5196 7.10536 16.7071 7.29289C16.8946 7.48043 17 7.73478 17 8V15.586L21.707 20.293C21.7999 20.3858 21.8735 20.496 21.9238 20.6173C21.974 20.7386 21.9999 20.8686 21.9999 20.9998C21.9999 21.1311 21.974 21.2611 21.9238 21.3824C21.8735 21.5037 21.7999 21.6139 21.707 21.7067V21.707Z"})})}function RemoteMediaErrorIcon(_ref){var className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:"83",height:"73",viewBox:"0 0 83 73",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.5484 7.89762e-05L41.5574 0C54.5206 3.83854e-05 65.2033 9.6817 66.6228 22.1714C67.3189 22.0675 68.0527 22 68.7943 22C76.7226 22 83.134 28.461 82.9167 36.3772L82.9167 36.3782C82.6989 44.0427 76.2265 50 68.5421 50H51.3929C50.4139 50 49.4654 50.4876 48.8975 51.3134L45.6396 56.05H48.3666C50.1613 56.05 51.0857 58.1689 49.7861 59.4571L37.3277 71.8071C36.7385 72.3913 35.9234 72.3488 35.3923 71.9858C34.8618 71.6231 34.5279 70.8745 34.8957 70.1218L38.595 62.1H33.4872C31.9311 62.1 30.8535 60.351 31.7942 58.9897L38.8008 48.5463C39.1093 48.0864 39.7355 47.9615 40.1994 48.2674C40.6633 48.5732 40.7892 49.194 40.4807 49.6538L33.4756 60.095C33.4778 60.0974 33.4798 60.0989 33.4808 60.0995C33.4809 60.0996 33.4809 60.0996 33.481 60.0996C33.4818 60.0998 33.4837 60.1 33.4872 60.1H39.3886C39.9668 60.1 40.415 60.4257 40.6557 60.8007C40.8913 61.1677 41.0066 61.7085 40.7546 62.2274L37.9052 68.4063L48.3523 58.05H44.6846C43.4774 58.05 42.7292 56.7004 43.4524 55.6798L47.2305 50.1867C48.1757 48.8125 49.7492 48 51.3929 48H68.5421C75.1818 48 80.7137 42.8579 80.8999 36.3228C81.0861 29.5391 75.594 24 68.7943 24C68.0837 24 67.3632 24.0742 66.6681 24.1892C66.5509 28.3427 65.1641 31.3938 63.4167 33.2196C62.5011 34.1762 61.4556 34.8256 60.4164 35.0693C59.3663 35.3155 58.2581 35.1495 57.4475 34.366L57.4383 34.3572L57.4384 34.3571C55.6397 32.5741 56.2271 29.9533 57.6972 27.8705C59.1141 25.8629 61.5552 23.9616 64.6598 22.7943C63.5386 11.1151 53.6238 2.0023 41.5619 2.00004C30.6822 2.09791 21.5933 9.47916 19.0309 19.4958C18.9089 19.9724 18.4556 20.2904 17.9617 20.2459C17.4075 20.196 16.8427 20.15 16.2877 20.15C8.37609 20.15 1.92926 26.6407 2.16443 34.5205L2.16458 34.5255C2.35219 42.1044 8.88706 48.15 16.5903 48.15H21.3315C21.8887 48.15 22.3403 48.5978 22.3403 49.15C22.3403 49.7023 21.8887 50.15 21.3315 50.15H16.5903C7.85141 50.15 0.364967 43.297 0.147695 34.5771C-0.12007 25.558 7.25274 18.15 16.2877 18.15C16.6315 18.15 16.9725 18.1649 17.2993 18.1863C20.3583 7.72281 30.0308 0.101567 41.5484 7.89762e-05ZM64.6074 24.9762C62.216 26.0218 60.3986 27.5318 59.3502 29.0171C58.0617 30.8427 58.1414 32.2198 58.8601 32.9381C59.059 33.1274 59.3999 33.2524 59.952 33.123C60.519 32.9901 61.2357 32.5926 61.9531 31.843C63.1979 30.5423 64.3541 28.266 64.6074 24.9762Z",fill:"url(#paint0_linear)"}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"paint0_linear",x1:"41.5313",y1:"0",x2:"41.5313",y2:"72.2535",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"var(--wxc-icon--error--gradient-start-color)"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"var(--wxc-icon--error--gradient-stop-color)"})]})})]})}function SettingsIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M12 7.50027C11.11 7.50027 10.24 7.76419 9.49993 8.25866C8.75991 8.75313 8.18314 9.45593 7.84254 10.2782C7.50195 11.1005 7.41283 12.0053 7.58647 12.8782C7.7601 13.7511 8.18868 14.5529 8.81802 15.1823C9.44736 15.8116 10.2492 16.2402 11.1221 16.4138C11.995 16.5874 12.8998 16.4983 13.7221 16.1577C14.5443 15.8171 15.2471 15.2404 15.7416 14.5003C16.2361 13.7603 16.5 12.8903 16.5 12.0003C16.4987 10.8072 16.0242 9.66336 15.1805 8.81973C14.3369 7.9761 13.1931 7.50158 12 7.50027ZM12 15.0003C11.4067 15.0003 10.8266 14.8243 10.3333 14.4947C9.83994 14.165 9.45542 13.6965 9.22836 13.1483C9.0013 12.6001 8.94189 11.9969 9.05764 11.415C9.1734 10.8331 9.45912 10.2985 9.87868 9.87895C10.2982 9.4594 10.8328 9.17367 11.4147 9.05792C11.9967 8.94216 12.5999 9.00157 13.1481 9.22863C13.6962 9.4557 14.1648 9.84022 14.4944 10.3336C14.8241 10.8269 15 11.4069 15 12.0003C14.9992 12.7957 14.6829 13.5583 14.1205 14.1207C13.558 14.6832 12.7954 14.9995 12 15.0003Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M21 9.75027H19.2539L18.7537 8.52567L19.9995 7.30252C20.1402 7.16462 20.2523 7.00036 20.3294 6.81912C20.4066 6.63788 20.4473 6.44321 20.4492 6.24623C20.4511 6.04926 20.4142 5.85384 20.3406 5.67113C20.2669 5.48843 20.158 5.32203 20.0201 5.18143L18.969 4.1099C18.6898 3.82704 18.31 3.66618 17.9125 3.66248C17.5151 3.65877 17.1323 3.81252 16.8479 4.09012L15.5984 5.31693L14.25 4.75149V3.00024C14.2495 2.60258 14.0913 2.22135 13.8101 1.94015C13.5289 1.65896 13.1477 1.50076 12.75 1.50024H11.25C10.8523 1.50076 10.4711 1.65896 10.1899 1.94015C9.90872 2.22135 9.75051 2.60258 9.75 3.00024V4.74857L8.46386 5.28177L7.22754 4.04544C6.946 3.76439 6.56444 3.60654 6.16663 3.60654C5.76881 3.60654 5.38726 3.76439 5.10571 4.04544L4.04516 5.10599C3.76412 5.38739 3.60626 5.76883 3.60626 6.16654C3.60626 6.56424 3.76412 6.94569 4.04516 7.22709L5.28223 8.46341L4.74902 9.75027H3C2.60233 9.75079 2.2211 9.90899 1.93991 10.1902C1.65872 10.4714 1.50052 10.8526 1.5 11.2503V12.7503C1.50052 13.1479 1.65872 13.5292 1.93991 13.8104C2.2211 14.0916 2.60233 14.2498 3 14.2503H4.749L5.2822 15.5364L4.04516 16.7727C3.76411 17.0543 3.60626 17.4358 3.60626 17.8337C3.60626 18.2315 3.76411 18.613 4.04516 18.8946L5.10571 19.9551C5.38743 20.2358 5.76892 20.3935 6.16663 20.3935C6.56433 20.3935 6.94583 20.2358 7.22754 19.9551L8.46386 18.718L9.75 19.2513V21.0003C9.75051 21.3979 9.90872 21.7791 10.1899 22.0603C10.4711 22.3415 10.8523 22.4997 11.25 22.5003H12.75C13.1477 22.4997 13.5289 22.3415 13.8101 22.0603C14.0913 21.7791 14.2495 21.3979 14.25 21.0003L14.2507 19.2513L15.5369 18.718L16.7732 19.9551C17.0548 20.2358 17.4362 20.3935 17.8338 20.3935C18.2314 20.3935 18.6127 20.2358 18.8943 19.9551L19.9563 18.8939C20.2367 18.612 20.3939 18.2305 20.3936 17.833C20.3933 17.4355 20.2356 17.0542 19.9548 16.7728L18.7185 15.5364L19.2517 14.2503H21C21.3977 14.2498 21.7789 14.0916 22.0601 13.8104C22.3413 13.5292 22.4995 13.148 22.5 12.7503V11.2503C22.4995 10.8526 22.3413 10.4714 22.0601 10.1902C21.7789 9.909 21.3977 9.75079 21 9.75027ZM21 12.7503H19.2517C18.9549 12.7495 18.6646 12.8372 18.4178 13.002C18.171 13.1669 17.9789 13.4016 17.866 13.6761L17.332 14.9629C17.2185 15.237 17.1889 15.5385 17.2469 15.8294C17.3049 16.1203 17.448 16.3875 17.658 16.597L18.8951 17.834L17.8338 18.8946L16.5975 17.6575C16.3878 17.4476 16.1205 17.3047 15.8294 17.2468C15.5384 17.1889 15.2368 17.2186 14.9627 17.3323L13.6773 17.8648C13.4026 17.9777 13.1676 18.1699 13.0025 18.4168C12.8374 18.6637 12.7495 18.9542 12.7501 19.2513V21.0003H11.2501V19.2513C11.2508 18.9545 11.1632 18.6642 10.9983 18.4174C10.8334 18.1706 10.5988 17.9785 10.3243 17.8655L9.03741 17.3316C8.76339 17.2179 8.46179 17.1882 8.17087 17.2463C7.87994 17.3043 7.61282 17.4474 7.40338 17.6575L6.16626 18.8946L5.10571 17.8333L6.34277 16.597C6.55286 16.3874 6.69593 16.1201 6.75383 15.829C6.81173 15.538 6.78184 15.2363 6.66796 14.9622L6.13546 13.6768C6.02246 13.4022 5.83026 13.1674 5.58334 13.0024C5.33642 12.8374 5.04597 12.7496 4.74899 12.7503H3V11.2503H4.749C5.04589 11.251 5.33625 11.1632 5.58306 10.9982C5.82986 10.8331 6.02193 10.5984 6.13477 10.3237L6.66796 9.03687C6.78212 8.763 6.81215 8.46134 6.75424 8.17034C6.69632 7.87934 6.55309 7.61216 6.34277 7.40286L5.10571 6.16653L6.16699 5.10599L7.40332 6.34232C7.61298 6.55231 7.88028 6.69531 8.17131 6.7532C8.46235 6.81109 8.76402 6.78126 9.03808 6.66749L10.3235 6.13499C10.5981 6.02199 10.8329 5.82979 10.9979 5.58288C11.1629 5.33598 11.2507 5.04554 11.25 4.74857V3.00027H12.75V4.75152C12.7496 5.0471 12.8368 5.33616 13.0005 5.58225C13.1642 5.82834 13.3972 6.02045 13.6699 6.13434L15.0168 6.69977C15.2893 6.81444 15.5896 6.846 15.8799 6.79049C16.1703 6.73498 16.4377 6.59486 16.6487 6.38777L17.8989 5.16096L18.9492 6.23174L17.7034 7.45487C17.4901 7.66298 17.3439 7.93011 17.2836 8.22194C17.2233 8.51377 17.2516 8.81696 17.365 9.09256L17.866 10.3186C17.9782 10.5945 18.1703 10.8305 18.4176 10.9965C18.6649 11.1625 18.9561 11.2509 19.2539 11.2503H21V12.7503Z",fillOpacity:"0.95"})]})}function ShareScreenFilledIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M25 5.5H7C5.80692 5.5013 4.66308 5.97582 3.81945 6.81945C2.97582 7.66308 2.5013 8.80692 2.5 10V21.7839C2.50124 23.0343 2.99853 24.2332 3.88272 25.1173C4.76692 26.0015 5.96578 26.4988 7.2162 26.5H24.7836C26.034 26.4986 27.2328 26.0013 28.1169 25.1172C29.0011 24.233 29.4985 23.0343 29.5 21.7839V10C29.4987 8.80693 29.0241 7.66311 28.1805 6.81948C27.3369 5.97585 26.1931 5.50132 25 5.5ZM20.707 16.707C20.5195 16.8945 20.2651 16.9998 20 16.9998C19.7348 16.9998 19.4804 16.8945 19.2929 16.707L17 14.4138V20.0007C17 20.2659 16.8946 20.5203 16.7071 20.7078C16.5196 20.8953 16.2652 21.0007 16 21.0007C15.7348 21.0007 15.4804 20.8953 15.2929 20.7078C15.1054 20.5203 15 20.2659 15 20.0007V14.4138L12.707 16.7067C12.5185 16.8895 12.2657 16.9909 12.0031 16.9889C11.7406 16.9869 11.4893 16.8817 11.3036 16.6961C11.1179 16.5104 11.0127 16.2592 11.0107 15.9966C11.0087 15.734 11.1101 15.4812 11.2929 15.2927L15.2929 11.2927C15.4804 11.1052 15.7348 10.9999 16 10.9999C16.2651 10.9999 16.5195 11.1052 16.707 11.2927L20.707 15.2927C20.8945 15.4802 20.9999 15.7345 21 15.9996C21.0001 16.2648 20.8948 16.5191 20.7074 16.7067L20.707 16.707Z"})})}function ShareScreenIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M18.75 3.75H5.25C4.25579 3.75115 3.30263 4.14661 2.59962 4.84962C1.89661 5.55263 1.50115 6.50579 1.5 7.5V16.338C1.50115 17.3752 1.9137 18.3696 2.64712 19.103C3.38055 19.8364 4.37495 20.2489 5.41215 20.25H18.5877C19.6249 20.2489 20.6193 19.8364 21.3528 19.103C22.0862 18.3696 22.4988 17.3752 22.5 16.338V7.5C22.4988 6.5058 22.1034 5.55265 21.4004 4.84964C20.6973 4.14664 19.7442 3.75117 18.75 3.75ZM21 16.338C20.9992 16.9775 20.7448 17.5906 20.2926 18.0428C19.8403 18.4949 19.2272 18.7493 18.5877 18.75H5.41215C4.77262 18.7494 4.15945 18.4951 3.70721 18.0429C3.25498 17.5907 3.00064 16.9775 3 16.338V7.5C3.00066 6.90346 3.23792 6.33155 3.65973 5.90973C4.08155 5.48792 4.65346 5.25066 5.25 5.25H18.75C19.3465 5.25066 19.9185 5.48792 20.3403 5.90973C20.7621 6.33155 20.9993 6.90346 21 7.5V16.338Z",fillOpacity:"0.95"}),Object(jsx_runtime.jsx)("path",{d:"M12.5306 8.46952C12.3899 8.3289 12.1992 8.2499 12.0003 8.2499C11.8014 8.2499 11.6106 8.3289 11.47 8.46952L8.46997 11.4695C8.33227 11.6108 8.25575 11.8006 8.257 11.9978C8.25825 12.1951 8.33716 12.3839 8.47665 12.5234C8.61614 12.6629 8.80497 12.7418 9.00223 12.7431C9.19949 12.7443 9.38931 12.6678 9.53055 12.5301L11.25 10.8104V15.0006C11.25 15.1995 11.329 15.3903 11.4697 15.5309C11.6103 15.6716 11.8011 15.7506 12 15.7506C12.1989 15.7506 12.3897 15.6716 12.5303 15.5309C12.671 15.3903 12.75 15.1995 12.75 15.0006V10.8104L14.4697 12.5301C14.6109 12.6678 14.8007 12.7443 14.998 12.7431C15.1953 12.7418 15.3841 12.6629 15.5236 12.5234C15.6631 12.3839 15.742 12.1951 15.7432 11.9978C15.7445 11.8006 15.668 11.6108 15.5303 11.4695L12.5306 8.46952Z",fillOpacity:"0.95"})]})}function ShowPwdIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 8",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.3968 3.69556C13.2811 3.54468 10.5248 -0.000244141 6.99988 -0.000244141C3.474 -0.000244141 0.718629 3.54468 0.602904 3.69556C0.536159 3.78292 0.5 3.88982 0.5 3.99976C0.5 4.1097 0.536159 4.21659 0.602904 4.30396C0.718629 4.45484 3.474 7.99976 6.9999 7.99976C10.5248 7.99976 13.2812 4.45484 13.3969 4.30396C13.4636 4.21659 13.4998 4.1097 13.4998 3.99975C13.4998 3.88981 13.4636 3.78292 13.3968 3.69556ZM6.99988 6.99976C4.52673 6.99976 2.37243 4.81763 1.65222 3.99976C2.37243 3.18189 4.52672 0.999756 6.99988 0.999756C9.47351 0.999756 11.6278 3.18287 12.348 4.00026C11.6293 4.81812 9.48034 6.99976 6.99988 6.99976Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99988 1.99976C6.60432 1.99976 6.21764 2.11705 5.88874 2.33682C5.55984 2.55658 5.3035 2.86894 5.15212 3.23439C5.00075 3.59984 4.96114 4.00197 5.03831 4.38994C5.11548 4.7779 5.30596 5.13426 5.58567 5.41397C5.86537 5.69367 6.22174 5.88416 6.6097 5.96133C6.99766 6.0385 7.39979 5.99889 7.76525 5.84752C8.1307 5.69614 8.44306 5.43979 8.66282 5.1109C8.88258 4.782 8.99988 4.39532 8.99988 3.99976C8.99935 3.46949 8.78847 2.96109 8.41351 2.58613C8.03855 2.21117 7.53015 2.00029 6.99988 1.99976ZM6.99988 4.99976C6.8021 4.99976 6.60876 4.94111 6.44431 4.83123C6.27986 4.72134 6.15169 4.56517 6.076 4.38244C6.00031 4.19971 5.98051 3.99865 6.01909 3.80467C6.05768 3.61068 6.15292 3.4325 6.29277 3.29265C6.43262 3.1528 6.61081 3.05756 6.80479 3.01897C6.99877 2.98039 7.19984 3.00019 7.38256 3.07588C7.56529 3.15156 7.72147 3.27974 7.83135 3.44419C7.94123 3.60863 7.99988 3.80197 7.99988 3.99976C7.99954 4.26487 7.89407 4.51902 7.70661 4.70648C7.51914 4.89394 7.26499 4.99941 6.99988 4.99976Z"})]})}function UnreadIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsx)("svg",{width:size,height:size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:Object(jsx_runtime.jsx)("path",{d:"M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98935 25.5415 6.45847C23.0107 3.9276 19.5792 2.504 16 2.5Z"})})}function WaitingForHostIcon(_ref){var ariaLabel=_ref.ariaLabel,className=_ref.className,size=_ref.size,style=_ref.style,_webexComponentClasse=Object(helpers.a)("waiting-for-host-icon",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:cssClasses,style:style,"aria-label":ariaLabel,children:[Object(jsx_runtime.jsx)("g",{id:"rocket-avatar-120",children:Object(jsx_runtime.jsx)("path",{id:"apply-style-here",d:"M49.6445 30.1C49.6445 23.9 53.5445 18.6 56.4445 14.8C58.0445 12.7 61.1445 12.7 62.7445 14.8C65.6445 18.6 69.5445 23.9 69.5445 30.1M39.6445 48.1V43.1C39.6445 39.3 41.6445 36.3 43.1445 34.6C43.9445 33.7 45.3445 33.7 46.1445 34.6C47.6445 36.3 49.6445 39.3 49.6445 43.1V43.8C49.6445 45.9 48.8445 48 47.3445 49.5L34.9445 61.8C31.5445 65.2 29.6445 69.8 29.6445 74.5V77C29.6445 78.1 30.5445 79 31.6445 79H47.6445C48.7445 79 49.6445 78.1 49.6445 77V56M79.6445 48.1V43.1C79.6445 39.3 77.6445 36.3 76.1445 34.6C75.3445 33.7 73.9445 33.7 73.1445 34.6C71.6445 36.3 69.6445 39.3 69.6445 43.1V43.8C69.6445 45.9 70.4445 48 71.9445 49.5L84.4445 61.8C87.8445 65.2 89.7445 69.8 89.7445 74.5V77C89.7445 78.1 88.8445 79 87.7445 79H71.7445C70.6445 79 69.7445 78.1 69.7445 77V56M35.6445 107.1C35.6445 102.7 39.2445 99.1 43.6445 99.1C43.6445 94.7 47.2445 91.1 51.6445 91.1C51.6445 86.7 55.2445 83.1 59.6445 83.1C64.0445 83.1 67.6445 86.7 67.6445 91.1C72.0445 91.1 75.6445 94.7 75.6445 99.1C80.0445 99.1 83.6445 102.7 83.6445 107.1M63.6445 37.1C63.6445 39.3091 61.8537 41.1 59.6445 41.1C57.4354 41.1 55.6445 39.3091 55.6445 37.1C55.6445 34.8908 57.4354 33.1 59.6445 33.1C61.8537 33.1 63.6445 34.8908 63.6445 37.1Z",stroke:"url(#paint0_linear_3181:123911)",strokeWidth:"1.5625",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})}),Object(jsx_runtime.jsx)("defs",{children:Object(jsx_runtime.jsxs)("linearGradient",{id:"paint0_linear_3181:123911",x1:"59.6945",y1:"13.225",x2:"59.6945",y2:"107.1",gradientUnits:"userSpaceOnUse",children:[Object(jsx_runtime.jsx)("stop",{stopColor:"#93C437"}),Object(jsx_runtime.jsx)("stop",{offset:"1",stopColor:"#279BE8"})]})})]})}function WarningIcon(_ref){var size=_ref.size,className=_ref.className,style=_ref.style;return Object(jsx_runtime.jsxs)("svg",{width:size,height:size,viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"wxc-icon "+className,style:style,children:[Object(jsx_runtime.jsx)("path",{d:"M13.7971 10.7495L8.2991 1.24998C8.16738 1.02195 7.97797 0.832599 7.7499 0.700952C7.52182 0.569305 7.26312 0.5 6.99978 0.5C6.73644 0.5 6.47774 0.569305 6.24966 0.700952C6.02159 0.832599 5.83218 1.02195 5.70046 1.24998L5.70096 1.24948L0.200962 10.75C0.0693183 10.978 9.13466e-06 11.2366 9.02787e-10 11.4999C-9.13286e-06 11.7632 0.069282 12.0219 0.20091 12.2499C0.332538 12.4779 0.521865 12.6673 0.749865 12.7989C0.977865 12.9306 1.2365 12.9999 1.49979 13H12.4983C12.7617 13.0001 13.0205 12.9308 13.2486 12.7991C13.4767 12.6674 13.6661 12.478 13.7977 12.2499C13.9294 12.0217 13.9986 11.763 13.9985 11.4996C13.9984 11.2362 13.929 10.9775 13.7971 10.7495ZM12.9314 11.75C12.8882 11.8266 12.8253 11.8903 12.7491 11.9342C12.6729 11.9782 12.5863 12.0009 12.4983 12H1.49978C1.4121 11.9999 1.32598 11.9768 1.25006 11.9329C1.17414 11.889 1.11108 11.826 1.06721 11.7501C1.02334 11.6742 1.0002 11.588 1.00011 11.5004C1.00001 11.4127 1.02297 11.3265 1.06668 11.2505L6.56618 1.75049L6.56668 1.74999C6.61063 1.67394 6.67383 1.61079 6.74993 1.56691C6.82602 1.52303 6.91233 1.49995 7.00017 1.5C7.08801 1.50005 7.17429 1.52323 7.25034 1.5672C7.32638 1.61117 7.38951 1.67439 7.43337 1.75049L12.9314 11.25C12.9762 11.3257 12.9999 11.412 12.9999 11.5C12.9999 11.5879 12.9762 11.6743 12.9314 11.75Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99984 10.9999C7.34502 10.9999 7.62484 10.7201 7.62484 10.3749C7.62484 10.0297 7.34502 9.74992 6.99984 9.74992C6.65466 9.74992 6.37484 10.0297 6.37484 10.3749C6.37484 10.7201 6.65466 10.9999 6.99984 10.9999Z"}),Object(jsx_runtime.jsx)("path",{d:"M6.99978 8.99998C7.06545 9.00002 7.13049 8.98711 7.19117 8.962C7.25185 8.93689 7.30698 8.90006 7.35342 8.85362C7.39986 8.80718 7.43669 8.75205 7.4618 8.69137C7.48691 8.63069 7.49982 8.56565 7.49978 8.49998V4.99998C7.49978 4.86738 7.4471 4.7402 7.35334 4.64643C7.25957 4.55266 7.13239 4.49998 6.99978 4.49998C6.86717 4.49998 6.74 4.55266 6.64623 4.64643C6.55246 4.7402 6.49978 4.86738 6.49978 4.99998V8.49998C6.49974 8.56565 6.51265 8.63069 6.53777 8.69137C6.56288 8.75205 6.59971 8.80719 6.64614 8.85362C6.69258 8.90006 6.74772 8.93689 6.8084 8.962C6.86908 8.98711 6.93411 9.00002 6.99978 8.99998Z"})]})}AudioMicrophoneIcon.displayName="AudioMicrophoneIcon",AudioMicrophoneIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},AudioMicrophoneIcon.defaultProps={size:24,className:"",style:{}},AudioMicrophoneIcon.__docgenInfo={description:"Audio microphone SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"AudioMicrophoneIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/AudioMicrophoneIcon.jsx"]={name:"AudioMicrophoneIcon",docgenInfo:AudioMicrophoneIcon.__docgenInfo,path:"src/components/icons/AudioMicrophoneIcon.jsx"}),AudioMicrophoneMutedIcon.displayName="AudioMicrophoneMutedIcon",AudioMicrophoneMutedIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},AudioMicrophoneMutedIcon.defaultProps={size:24,className:"",style:{}},AudioMicrophoneMutedIcon.__docgenInfo={description:"Audio microphone muted SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"AudioMicrophoneMutedIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/AudioMicrophoneMutedIcon.jsx"]={name:"AudioMicrophoneMutedIcon",docgenInfo:AudioMicrophoneMutedIcon.__docgenInfo,path:"src/components/icons/AudioMicrophoneMutedIcon.jsx"}),CheckIcon.displayName="CheckIcon",CheckIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CheckIcon.defaultProps={size:26,className:"",style:{}},CheckIcon.__docgenInfo={description:"Check SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CheckIcon",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CheckIcon.jsx"]={name:"CheckIcon",docgenInfo:CheckIcon.__docgenInfo,path:"src/components/icons/CheckIcon.jsx"}),CameraBoldIcon.displayName="CameraBoldIcon",CameraBoldIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},CameraBoldIcon.defaultProps={size:24,className:"",style:{},ariaLabel:void 0},CameraBoldIcon.__docgenInfo={description:"Camera bold SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria label for accessibility\n@returns {object} JSX of the icon",methods:[],displayName:"CameraBoldIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraBoldIcon.jsx"]={name:"CameraBoldIcon",docgenInfo:CameraBoldIcon.__docgenInfo,path:"src/components/icons/CameraBoldIcon.jsx"}),CameraIcon.displayName="CameraIcon",CameraIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraIcon.defaultProps={size:24,className:"",style:{}},CameraIcon.__docgenInfo={description:"Camera SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraIcon.jsx"]={name:"CameraIcon",docgenInfo:CameraIcon.__docgenInfo,path:"src/components/icons/CameraIcon.jsx"}),CameraMutedIcon.displayName="CameraMutedIcon",CameraMutedIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraMutedIcon.defaultProps={size:24,className:"",style:{}},CameraMutedIcon.__docgenInfo={description:"Camera muted SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraMutedIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraMutedIcon.jsx"]={name:"CameraMutedIcon",docgenInfo:CameraMutedIcon.__docgenInfo,path:"src/components/icons/CameraMutedIcon.jsx"}),CameraPresenceIcon.displayName="CameraPresenceIcon",CameraPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraPresenceIcon.defaultProps={size:24,className:"",style:{}},CameraPresenceIcon.__docgenInfo={description:"Camera presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraPresenceIcon.jsx"]={name:"CameraPresenceIcon",docgenInfo:CameraPresenceIcon.__docgenInfo,path:"src/components/icons/CameraPresenceIcon.jsx"}),CameraIssueIcon.displayName="CameraIssueIcon",CameraIssueIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},CameraIssueIcon.defaultProps={className:void 0,style:void 0},CameraIssueIcon.__docgenInfo={description:"Camera issue SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CameraIssueIcon",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CameraIssue.jsx"]={name:"CameraIssueIcon",docgenInfo:CameraIssueIcon.__docgenInfo,path:"src/components/icons/CameraIssue.jsx"}),CancelIcon.displayName="CancelIcon",CancelIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},CancelIcon.defaultProps={size:24,className:"",style:{}},CancelIcon.__docgenInfo={description:"Cancel SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"CancelIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/CancelIcon.jsx"]={name:"CancelIcon",docgenInfo:CancelIcon.__docgenInfo,path:"src/components/icons/CancelIcon.jsx"}),ChatFilledIcon.displayName="ChatFilledIcon",ChatFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ChatFilledIcon.defaultProps={size:24,className:void 0,style:void 0},ChatFilledIcon.__docgenInfo={description:"Chat filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ChatFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ChatFilledIcon.jsx"]={name:"ChatFilledIcon",docgenInfo:ChatFilledIcon.__docgenInfo,path:"src/components/icons/ChatFilledIcon.jsx"}),ControlDown.displayName="ControlDown",ControlDown.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ControlDown.defaultProps={size:26,className:"",style:{}},ControlDown.__docgenInfo={description:"Control Down SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ControlDown",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ControlDown.jsx"]={name:"ControlDown",docgenInfo:ControlDown.__docgenInfo,path:"src/components/icons/ControlDown.jsx"}),ControlUp.displayName="ControlUp",ControlUp.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ControlUp.defaultProps={size:26,className:"",style:{}},ControlUp.__docgenInfo={description:"Control Up SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ControlUp",props:{size:{defaultValue:{value:"26",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ControlUp.jsx"]={name:"ControlUp",docgenInfo:ControlUp.__docgenInfo,path:"src/components/icons/ControlUp.jsx"}),DndPresenceIcon.displayName="DndPresenceIcon",DndPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},DndPresenceIcon.defaultProps={size:24,className:"",style:{}},DndPresenceIcon.__docgenInfo={description:"Dnd SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"DndPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/DndPresenceIcon.jsx"]={name:"DndPresenceIcon",docgenInfo:DndPresenceIcon.__docgenInfo,path:"src/components/icons/DndPresenceIcon.jsx"}),ExternalUserIcon.displayName="ExternalUserIcon",ExternalUserIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ExternalUserIcon.defaultProps={size:24,className:"",style:{}},ExternalUserIcon.__docgenInfo={description:"External user as SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ExternalUserIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ExternalUserIcon.jsx"]={name:"ExternalUserIcon",docgenInfo:ExternalUserIcon.__docgenInfo,path:"src/components/icons/ExternalUserIcon.jsx"}),HidePwdIcon.displayName="HidePwdIcon",HidePwdIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},HidePwdIcon.defaultProps={size:16,className:"",style:{}},HidePwdIcon.__docgenInfo={description:"Hide SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"HidePwdIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/HidePwdIcon.jsx"]={name:"HidePwdIcon",docgenInfo:HidePwdIcon.__docgenInfo,path:"src/components/icons/HidePwdIcon.jsx"}),IndeterminateIcon.displayName="IndeterminateIcon",IndeterminateIcon.propTypes={className:prop_types_default.a.string,size:prop_types_default.a.number,style:prop_types_default.a.shape()},IndeterminateIcon.defaultProps={className:"",size:24,style:{}},IndeterminateIcon.__docgenInfo={description:"Indeterminate SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.className Additional className for the component\n@param {number} props.size Width and height of the icon\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"IndeterminateIcon",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/IndeterminateIcon.jsx"]={name:"IndeterminateIcon",docgenInfo:IndeterminateIcon.__docgenInfo,path:"src/components/icons/IndeterminateIcon.jsx"}),MeetingsPresenceIcon.displayName="MeetingsPresenceIcon",MeetingsPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MeetingsPresenceIcon.defaultProps={size:24,className:"",style:{}},MeetingsPresenceIcon.__docgenInfo={description:"Meetings presence meeting SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MeetingsPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MeetingsPresenceIcon.jsx"]={name:"MeetingsPresenceIcon",docgenInfo:MeetingsPresenceIcon.__docgenInfo,path:"src/components/icons/MeetingsPresenceIcon.jsx"}),MicrophoneBoldIcon.displayName="MicrophoneBoldIcon",MicrophoneBoldIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},MicrophoneBoldIcon.defaultProps={size:24,className:"",style:{},ariaLabel:void 0},MicrophoneBoldIcon.__docgenInfo={description:"Microphone bold SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria label for accessibility\n@returns {object} JSX of the icon",methods:[],displayName:"MicrophoneBoldIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MicrophoneBoldIcon.jsx"]={name:"MicrophoneBoldIcon",docgenInfo:MicrophoneBoldIcon.__docgenInfo,path:"src/components/icons/MicrophoneBoldIcon.jsx"}),MicrophoneIssueIcon.displayName="MicrophoneIssueIcon",MicrophoneIssueIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},MicrophoneIssueIcon.defaultProps={className:void 0,style:void 0},MicrophoneIssueIcon.__docgenInfo={description:"Microphone issue SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Additional className for the component\n@param {object} [props.style] Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MicrophoneIssueIcon",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MicrophoneIssueIcon.jsx"]={name:"MicrophoneIssueIcon",docgenInfo:MicrophoneIssueIcon.__docgenInfo,path:"src/components/icons/MicrophoneIssueIcon.jsx"}),MoreIcon.displayName="MoreIcon",MoreIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MoreIcon.defaultProps={size:24,className:"",style:{}},MoreIcon.__docgenInfo={description:"More SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MoreIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MoreIcon.jsx"]={name:"MoreIcon",docgenInfo:MoreIcon.__docgenInfo,path:"src/components/icons/MoreIcon.jsx"}),MoreAdrIcon.displayName="MoreAdrIcon",MoreAdrIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},MoreAdrIcon.defaultProps={size:24,className:"",style:{}},MoreAdrIcon.__docgenInfo={description:"More-adr SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"MoreAdrIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/MoreAdrIcon.jsx"]={name:"MoreAdrIcon",docgenInfo:MoreAdrIcon.__docgenInfo,path:"src/components/icons/MoreAdrIcon.jsx"}),ParticipantListIcon.displayName="ParticipantListIcon",ParticipantListIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ParticipantListIcon.defaultProps={size:24,className:"",style:{}},ParticipantListIcon.__docgenInfo={description:"Participant list SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ParticipantListIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ParticipantListIcon.jsx"]={name:"ParticipantListIcon",docgenInfo:ParticipantListIcon.__docgenInfo,path:"src/components/icons/ParticipantListIcon.jsx"}),ParticipantListFilledIcon.displayName="ParticipantListFilledIcon",ParticipantListFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ParticipantListFilledIcon.defaultProps={size:24,className:"",style:{}},ParticipantListFilledIcon.__docgenInfo={description:"Participant list filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ParticipantListFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ParticipantListFilledIcon.jsx"]={name:"ParticipantListFilledIcon",docgenInfo:ParticipantListFilledIcon.__docgenInfo,path:"src/components/icons/ParticipantListFilledIcon.jsx"}),PtoPresenceIcon.displayName="PtoPresenceIcon",PtoPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},PtoPresenceIcon.defaultProps={size:24,className:"",style:{}},PtoPresenceIcon.__docgenInfo={description:"Pto presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"PtoPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/PtoPresenceIcon.jsx"]={name:"PtoPresenceIcon",docgenInfo:PtoPresenceIcon.__docgenInfo,path:"src/components/icons/PtoPresenceIcon.jsx"}),QuietHoursPresenceIcon.displayName="QuietHoursPresenceIcon",QuietHoursPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},QuietHoursPresenceIcon.defaultProps={size:24,className:"",style:{}},QuietHoursPresenceIcon.__docgenInfo={description:"Quiet hours SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"QuietHoursPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/QuietHoursPresenceIcon.jsx"]={name:"QuietHoursPresenceIcon",docgenInfo:QuietHoursPresenceIcon.__docgenInfo,path:"src/components/icons/QuietHoursPresenceIcon.jsx"}),RecentsPresenceIcon.displayName="RecentsPresenceIcon",RecentsPresenceIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},RecentsPresenceIcon.defaultProps={size:24,className:"",style:{}},RecentsPresenceIcon.__docgenInfo={description:"Recents presence SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"RecentsPresenceIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/RecentsPresenceIcon.jsx"]={name:"RecentsPresenceIcon",docgenInfo:RecentsPresenceIcon.__docgenInfo,path:"src/components/icons/RecentsPresenceIcon.jsx"}),RemoteMediaErrorIcon.displayName="RemoteMediaErrorIcon",RemoteMediaErrorIcon.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape()},RemoteMediaErrorIcon.defaultProps={className:"",style:{}},RemoteMediaErrorIcon.__docgenInfo={description:"Remote Media Error SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"RemoteMediaErrorIcon",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/RemoteMediaErrorIcon.jsx"]={name:"RemoteMediaErrorIcon",docgenInfo:RemoteMediaErrorIcon.__docgenInfo,path:"src/components/icons/RemoteMediaErrorIcon.jsx"}),SettingsIcon.displayName="SettingsIcon",SettingsIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},SettingsIcon.defaultProps={size:24,className:"",style:{}},SettingsIcon.__docgenInfo={description:"Settings SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"SettingsIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/SettingsIcon.jsx"]={name:"SettingsIcon",docgenInfo:SettingsIcon.__docgenInfo,path:"src/components/icons/SettingsIcon.jsx"}),ShareScreenFilledIcon.displayName="ShareScreenFilledIcon",ShareScreenFilledIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShareScreenFilledIcon.defaultProps={size:24,className:"",style:{}},ShareScreenFilledIcon.__docgenInfo={description:"Share screen filled SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShareScreenFilledIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShareScreenFilledIcon.jsx"]={name:"ShareScreenFilledIcon",docgenInfo:ShareScreenFilledIcon.__docgenInfo,path:"src/components/icons/ShareScreenFilledIcon.jsx"}),ShareScreenIcon.displayName="ShareScreenIcon",ShareScreenIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShareScreenIcon.defaultProps={size:24,className:"",style:{}},ShareScreenIcon.__docgenInfo={description:"Share Screen SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShareScreenIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShareScreenIcon.jsx"]={name:"ShareScreenIcon",docgenInfo:ShareScreenIcon.__docgenInfo,path:"src/components/icons/ShareScreenIcon.jsx"}),ShowPwdIcon.displayName="ShowPwdIcon",ShowPwdIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},ShowPwdIcon.defaultProps={size:16,className:"",style:{}},ShowPwdIcon.__docgenInfo={description:"Show SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"ShowPwdIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/ShowPwdIcon.jsx"]={name:"ShowPwdIcon",docgenInfo:ShowPwdIcon.__docgenInfo,path:"src/components/icons/ShowPwdIcon.jsx"}),UnreadIcon.displayName="UnreadIcon",UnreadIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},UnreadIcon.defaultProps={size:24,className:"",style:{}},UnreadIcon.__docgenInfo={description:"Unread SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"UnreadIcon",props:{size:{defaultValue:{value:"24",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/UnreadIcon.jsx"]={name:"UnreadIcon",docgenInfo:UnreadIcon.__docgenInfo,path:"src/components/icons/UnreadIcon.jsx"}),WaitingForHostIcon.displayName="WaitingForHostIcon",WaitingForHostIcon.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,size:prop_types_default.a.number,style:prop_types_default.a.shape()},WaitingForHostIcon.defaultProps={ariaLabel:void 0,className:void 0,size:120,style:void 0},WaitingForHostIcon.__docgenInfo={description:"Waiting for host SVG Icon\n\n@param {object} props Data passed to the component\n@param {string} props.ariaLabel Aria label for accessibility\n@param {string} props.className Additional className for the component\n@param {number} props.size Width and height of the icon\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"WaitingForHostIcon",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},size:{defaultValue:{value:"120",computed:!1},type:{name:"number"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/WaitingForHostIcon.jsx"]={name:"WaitingForHostIcon",docgenInfo:WaitingForHostIcon.__docgenInfo,path:"src/components/icons/WaitingForHostIcon.jsx"}),WarningIcon.displayName="WarningIcon",WarningIcon.propTypes={size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape()},WarningIcon.defaultProps={size:16,className:"",style:{}},WarningIcon.__docgenInfo={description:"Warning SVG Icon\n\n@param {object} props Data passed to the component\n@param {number} props.size Width and height of the icon\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@returns {object} JSX of the icon",methods:[],displayName:"WarningIcon",props:{size:{defaultValue:{value:"16",computed:!1},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/icons/WarningIcon.jsx"]={name:"WarningIcon",docgenInfo:WarningIcon.__docgenInfo,path:"src/components/icons/WarningIcon.jsx"});var icons={"arrow-down":ArrowDown,"arrow-left":ArrowLeft,"arrow-up":ArrowUp,check:CheckIcon,camera:CameraIcon,"camera-bold":CameraBoldIcon,"camera-issue":CameraIssueIcon,"camera-muted":CameraMutedIcon,"camera-presence":CameraPresenceIcon,cancel:CancelIcon,"chat-filled":ChatFilledIcon,"content-share":ShareScreenIcon,"control-down":ControlDown,"control-up":ControlUp,"dnd-presence":DndPresenceIcon,error:RemoteMediaErrorIcon,"external-user":ExternalUserIcon,"hide-password":HidePwdIcon,indeterminate:IndeterminateIcon,"meetings-presence":MeetingsPresenceIcon,"microphone-issue":MicrophoneIssueIcon,"microphone-muted":AudioMicrophoneMutedIcon,microphone:AudioMicrophoneIcon,"microphone-bold":MicrophoneBoldIcon,more:MoreIcon,"more-adr":MoreAdrIcon,"participant-list":ParticipantListIcon,"participant-list-filled":ParticipantListFilledIcon,"pto-presence":PtoPresenceIcon,"quiet-hours-presence":QuietHoursPresenceIcon,"recents-presence":RecentsPresenceIcon,settings:SettingsIcon,"share-screen-presence-stroke":ShareScreenIcon,"share-screen-filled":ShareScreenFilledIcon,"show-password":ShowPwdIcon,unread:UnreadIcon,warning:WarningIcon,"waiting-for-host":WaitingForHostIcon};function Icon(_ref){var name=_ref.name,size=_ref.size,className=_ref.className,style=_ref.style,ariaLabel=_ref.ariaLabel,_name$split=name.split("_"),_name$split2=slicedToArray_default()(_name$split,2),baseName=_name$split2[0],baseSize=_name$split2[1],IconComponent=icons[baseName];return IconComponent||(console.error(baseName+' icon is not defined. Available icons are "'+Object.keys(icons).join(", ")+'".'),IconComponent="span"),Object(jsx_runtime.jsx)(IconComponent,{size:size||baseSize&&Number(baseSize),className:className,style:style,ariaLabel:ariaLabel})}Icon.displayName="Icon",Icon.propTypes={name:prop_types_default.a.string.isRequired,size:prop_types_default.a.number,className:prop_types_default.a.string,style:prop_types_default.a.shape(),ariaLabel:prop_types_default.a.string},Icon.defaultProps={size:void 0,className:"",style:{},ariaLabel:void 0},Icon.__docgenInfo={description:"Displays an Icon based on its name.\n\n@param {object} props Data passed to the component\n@param {string} props.name Icon name\n@param {number} [props.size] Icon width and height\n@param {string} props.className Additional className for the component\n@param {object} props.style Inline style object for the component\n@param {string} props.ariaLabel Aria-label for accessibility\n@returns {object} JSX of the Icon",methods:[],displayName:"Icon",props:{size:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},name:{type:{name:"string"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Icon/Icon.jsx"]={name:"Icon",docgenInfo:Icon.__docgenInfo,path:"src/components/generic/Icon/Icon.jsx"})},55:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"d",(function(){return deepMerge})),__webpack_require__.d(__webpack_exports__,"a",(function(){return chainWith})),__webpack_require__.d(__webpack_exports__,"e",(function(){return isValidUrl})),__webpack_require__.d(__webpack_exports__,"b",(function(){return clamp})),__webpack_require__.d(__webpack_exports__,"f",(function(){return mapValues})),__webpack_require__.d(__webpack_exports__,"g",(function(){return uniqueId})),__webpack_require__.d(__webpack_exports__,"c",(function(){return debounce}));__webpack_require__(101);var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3),_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1__),rxjs__WEBPACK_IMPORTED_MODULE_14__=(__webpack_require__(103),__webpack_require__(244),__webpack_require__(9),__webpack_require__(25),__webpack_require__(19),__webpack_require__(24),__webpack_require__(83),__webpack_require__(95),__webpack_require__(15),__webpack_require__(1014),__webpack_require__(402),__webpack_require__(139),__webpack_require__(56));function deepMerge(dest,src){for(var result=dest,_i=0,_Object$entries=Object.entries(src);_i<_Object$entries.length;_i++){var _ref=_Object$entries[_i],_ref2=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_ref,2),key=_ref2[0],val=_ref2[1];(null==val?void 0:val.constructor)===Object?deepMerge(result[key],val):result[key]=val}}function chainWith(createDependentObservable){return function(source){return new rxjs__WEBPACK_IMPORTED_MODULE_14__.a((function(subscriber){var lastValue,subscription;return subscription=source.subscribe((function(value){subscriber.next(value),lastValue=value}),(function(error){return subscriber.error(error)}),(function(){subscription=createDependentObservable(lastValue).subscribe((function(value){return subscriber.next(value)}),(function(error){return subscriber.error(error)}),(function(){return subscriber.complete()}))})),function(){subscription&&subscription.unsubscribe()}}))}}function isValidUrl(url,acceptedProtocols){var urlObject;try{urlObject=new URL(url)}catch(_){return!1}return acceptedProtocols.includes(urlObject.protocol)}function clamp(num,min,max){return Math.min(Math.max(num,min),max)}function mapValues(object,mapper){return Object.fromEntries(Object.entries(object).map((function(_ref3){var _ref4=_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_1___default()(_ref3,2),key=_ref4[0],value=_ref4[1];return[key,mapper(value,key)]})))}var lastId=0;function uniqueId(){return"wxc-"+(lastId+=1)}function debounce(func){var timer,_this=this,debounced=function debounced(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++)args[_key]=arguments[_key];var context=_this;timer&&clearTimeout(timer),timer=setTimeout((function(){timer=null,func.apply(context,args)}),500)};return debounced.cancel=function cancel(){timer&&clearTimeout(timer)},debounced}},568:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__(8),__webpack_require__(0),__webpack_require__(1),__webpack_require__(6),__webpack_require__(2)},569:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__(7),__webpack_require__(17),__webpack_require__(3),__webpack_require__(12),__webpack_require__(46),__webpack_require__(9),__webpack_require__(8),__webpack_require__(0),__webpack_require__(313),__webpack_require__(2)}).call(this,__webpack_require__(93))},57:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"c",(function(){return PHONE_LARGE})),__webpack_require__.d(__webpack_exports__,"d",(function(){return TABLET})),__webpack_require__.d(__webpack_exports__,"a",(function(){return DESKTOP})),__webpack_require__.d(__webpack_exports__,"b",(function(){return DESKTOP_LARGE}));var PHONE_LARGE=425,TABLET=768,DESKTOP=1024,DESKTOP_LARGE=1440},597:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__(131),__webpack_require__(195),__webpack_require__(258),__webpack_require__(315);var _WebexDataProvider_WebexDataProvider__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(313);__webpack_require__.d(__webpack_exports__,"a",(function(){return _WebexDataProvider_WebexDataProvider__WEBPACK_IMPORTED_MODULE_4__.a}));__webpack_require__(184),__webpack_require__(186),__webpack_require__(113),__webpack_require__(253),__webpack_require__(254),__webpack_require__(188),__webpack_require__(189),__webpack_require__(102),__webpack_require__(187),__webpack_require__(153),__webpack_require__(191),__webpack_require__(190),__webpack_require__(255),__webpack_require__(185),__webpack_require__(194),__webpack_require__(192),__webpack_require__(256),__webpack_require__(193),__webpack_require__(257),__webpack_require__(298),__webpack_require__(568),__webpack_require__(569),__webpack_require__(96),__webpack_require__(183),__webpack_require__(27);global.testRendererAct=function(fn){return fn()}}).call(this,__webpack_require__(93))},6:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return contexts.a})),__webpack_require__.d(__webpack_exports__,"b",(function(){return useActivity})),__webpack_require__.d(__webpack_exports__,"c",(function(){return useActivityScroll})),__webpack_require__.d(__webpack_exports__,"d",(function(){return useActivityStream.b})),__webpack_require__.d(__webpack_exports__,"e",(function(){return useAdaptiveCard})),__webpack_require__.d(__webpack_exports__,"f",(function(){return useAutoFocus})),__webpack_require__.d(__webpack_exports__,"g",(function(){return useElementDimensions})),__webpack_require__.d(__webpack_exports__,"h",(function(){return useElementPosition})),__webpack_require__.d(__webpack_exports__,"i",(function(){return useMe})),__webpack_require__.d(__webpack_exports__,"j",(function(){return useMeeting})),__webpack_require__.d(__webpack_exports__,"k",(function(){return useMeetingControl})),__webpack_require__.d(__webpack_exports__,"l",(function(){return useMeetingDestination.a})),__webpack_require__.d(__webpack_exports__,"m",(function(){return useMembers.a})),__webpack_require__.d(__webpack_exports__,"o",(function(){return useOrganization})),__webpack_require__.d(__webpack_exports__,"p",(function(){return useOverflowActivities})),__webpack_require__.d(__webpack_exports__,"q",(function(){return usePerson})),__webpack_require__.d(__webpack_exports__,"r",(function(){return useRef})),__webpack_require__.d(__webpack_exports__,"s",(function(){return useRoom})),__webpack_require__.d(__webpack_exports__,"u",(function(){return useStream})),__webpack_require__.d(__webpack_exports__,"t",(function(){return useSpeakers})),__webpack_require__.d(__webpack_exports__,"n",(function(){return useMetrics}));var contexts=__webpack_require__(27),slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=__webpack_require__(0);function useActivity(activityID){var _useState=Object(react.useState)({cards:[]}),_useState2=slicedToArray_default()(_useState,2),activity=_useState2[0],setActivity=_useState2[1],adapter=Object(react.useContext)(contexts.a),activitiesAdapter=adapter&&adapter.activitiesAdapter;return Object(react.useEffect)((function(){var cleanup;if(activitiesAdapter&&activityID){var subscription=activitiesAdapter.getActivity(activityID).subscribe(setActivity,(function onError(error){throw error}));cleanup=function cleanup(){subscription.unsubscribe()}}else setActivity({cards:[]}),cleanup=void 0;return cleanup}),[activitiesAdapter,activityID]),activity}__webpack_require__(139);var empty=__webpack_require__(324),fromEvent=__webpack_require__(1176),filter=__webpack_require__(596),mergeMap=__webpack_require__(330);function useActivityScroll(roomID,elementRef,callback){var roomsAdapter=Object(react.useContext)(contexts.a).roomsAdapter,_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),showLoader=_useState2[0],setShowLoader=_useState2[1];return Object(react.useEffect)((function(){var scrollListener=Object(empty.a)();return elementRef.current&&(scrollListener=Object(fromEvent.a)(elementRef.current,"scroll").pipe(Object(filter.a)((function(event){var loadMoreItems=0===event.target.scrollTop&&roomsAdapter.hasMoreActivities(roomID);return loadMoreItems&&setShowLoader(!0),loadMoreItems})),Object(mergeMap.a)((function(){return roomsAdapter.getPastActivities(roomID)}))).subscribe((function(previousActivities){setTimeout((function(){callback(previousActivities),setShowLoader(!1)}),500)}))),function(){scrollListener.unsubscribe()}}),[]),showLoader}var useActivityStream=__webpack_require__(307);function useAdaptiveCard(activityID,cardIndex){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),card=_useState2[0],setCard=_useState2[1],adapter=Object(react.useContext)(contexts.a),activitiesAdapter=adapter&&adapter.activitiesAdapter;return Object(react.useEffect)((function(){var cleanup;if(activitiesAdapter&&activityID){var subscription=activitiesAdapter.getActivity(activityID).subscribe((function(activity){var newCard=activitiesAdapter.getAdaptiveCard(activity,cardIndex);setCard(newCard||{type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"This message does not contain a card."}]})}),(function(error){console.error(error),setCard({type:"AdaptiveCard",version:"1.0",body:[{type:"TextBlock",text:"Message could not be loaded. "+error}]})}));cleanup=function cleanup(){return subscription.unsubscribe()}}else setCard({}),cleanup=void 0;return cleanup}),[activitiesAdapter,activityID,cardIndex]),[card,function(inputs){return activitiesAdapter.postAction(activityID,inputs)}]}function useAutoFocus(elementRef,autoFocus){var element=elementRef.current;Object(react.useEffect)((function(){autoFocus&&element&&element.focus()}),[element,autoFocus])}var resize_observer=__webpack_require__(631);function useElementDimensions(elementRef){var _useState=Object(react.useState)(0),_useState2=slicedToArray_default()(_useState,2),height=_useState2[0],setHeight=_useState2[1],_useState3=Object(react.useState)(0),_useState4=slicedToArray_default()(_useState3,2),width=_useState4[0],setWidth=_useState4[1];return Object(react.useEffect)((function(){var cleanup;if(elementRef.current){var observer=new(window.ResizeObserver||resize_observer.a)((function(entries){var contentRect=slicedToArray_default()(entries,1)[0].contentRect;height!==contentRect.height&&setHeight(contentRect.height),width!==contentRect.width&&setWidth(contentRect.width)}));observer.observe(elementRef.current),cleanup=function cleanup(){observer.disconnect()}}return cleanup}),[elementRef.current]),{height:height,width:width}}function useElementPosition(elementRef){var _useState=Object(react.useState)(null),_useState2=slicedToArray_default()(_useState,2),position=_useState2[0],setPosition=_useState2[1],target=elementRef.current;return Object(react.useEffect)((function(){if(target){var rect=target.getBoundingClientRect();position&&rect.top===position.top&&rect.right===position.right&&rect.bottom===position.bottom&&rect.left===position.left&&rect.x===position.x&&rect.y===position.y&&rect.height===position.height&&rect.width===position.width||setPosition(rect)}}),[target,position,setPosition]),Object(react.useEffect)((function(){var cleanup;if(target){var updatePosition=function updatePosition(){return setPosition(target.getBoundingClientRect())};window.addEventListener("resize",updatePosition),window.addEventListener("scroll",updatePosition,!0),cleanup=function cleanup(){window.removeEventListener("resize",updatePosition),window.removeEventListener("scroll",updatePosition,!0)}}return cleanup}),[target]),position}function useMe(){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),person=_useState2[0],setPerson=_useState2[1],peopleAdapter=Object(react.useContext)(contexts.a).peopleAdapter;return Object(react.useEffect)((function(){var subscription=peopleAdapter.getMe().subscribe(setPerson,(function onError(error){console.error(error.message)}));return function(){subscription.unsubscribe()}}),[]),person}__webpack_require__(8);var emptyMeeting={ID:null,title:null,localAudio:{stream:null},localVideo:{stream:null},remoteAudio:null,remoteVideo:null,remoteShare:null,state:null,showRoster:null,settings:{visible:!1,preview:{microphone:{},video:{}}},error:null};function useMeeting(meetingID){var _useState=Object(react.useState)(emptyMeeting),_useState2=slicedToArray_default()(_useState,2),meeting=_useState2[0],setMeeting=_useState2[1],adapter=Object(react.useContext)(contexts.a),meetingsAdapter=adapter&&adapter.meetingsAdapter;return Object(react.useEffect)((function(){var cleanup;if(meetingID&&meetingsAdapter){var subscription=meetingsAdapter.getMeeting(meetingID).subscribe((function onMeeting(newMeeting){setMeeting(Object.assign({},newMeeting))}),(function onError(error){setMeeting(Object.assign({},emptyMeeting,{error:error})),console.log(error)}));cleanup=function cleanup(){subscription.unsubscribe()}}else setMeeting(Object.assign({},emptyMeeting)),cleanup=void 0;return cleanup}),[meetingsAdapter,meetingID]),meeting}__webpack_require__(72),__webpack_require__(29);function useMeetingControl(type,meetingID){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),display=_useState2[0],setDisplay=_useState2[1],controls=Object(react.useContext)(contexts.a).meetingsAdapter.meetingControls,control=controls[type];return Object(react.useEffect)((function(){control||console.error(type+' control is not defined. Available controls are "'+Object.keys(controls).join(", ")+'".')}),[type,controls,control]),Object(react.useEffect)((function(){var cleanup;if(control){var subscription=control.display(meetingID).subscribe(setDisplay);cleanup=function cleanup(){subscription.unsubscribe()}}return cleanup}),[meetingID,control]),control?[function(value){return control.action(meetingID,value)},display]:[function(){},{}]}var useMeetingDestination=__webpack_require__(298),useMembers=__webpack_require__(308);function useOrganization(ID){var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),organization=_useState2[0],setOrganization=_useState2[1],organizationsAdapter=Object(react.useContext)(contexts.a).organizationsAdapter;return Object(react.useEffect)((function(){var cleanup;if(ID){var subscription=organizationsAdapter.getOrg(ID).subscribe((function onOrganization(newOrganization){setOrganization(Object.assign({},newOrganization))}),(function onError(error){console.error(error.message)}));cleanup=function cleanup(){subscription.unsubscribe()}}else cleanup=void 0,setOrganization({});return cleanup}),[ID]),organization}var Observable=__webpack_require__(56);function useRef(){var _useState=Object(react.useState)(),setState=slicedToArray_default()(_useState,2)[1],callback=Object(react.useCallback)((function(current){callback.current=current,setState(current)}),[]);return callback}function useOverflowActivities(roomID,elementRef,callback){var lastElementRef=useRef(),roomsAdapter=Object(react.useContext)(contexts.a).roomsAdapter,_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),scrollToLastActivity=_useState2[0],setScrollToLastActivity=_useState2[1],_useState3=Object(react.useState)(0),_useState4=slicedToArray_default()(_useState3,2),lastActivityBottom=_useState4[0],setLastActivityBottom=_useState4[1];return Object(react.useEffect)((function(){var activityStreamBoundaries=elementRef.current.getBoundingClientRect(),lastActivityBoundaries=lastElementRef.current.getBoundingClientRect(),loadMoreActivities=Observable.a.create((function(observer){lastActivityBoundaries.bottom")&&html.indexOf("

")===html.length-5&&(html=html.slice(3,-5)),Object(jsx_runtime.jsx)("div",{className:cssClasses,dangerouslySetInnerHTML:{__html:html}})}Markdown.displayName="Markdown",Markdown.propTypes={children:prop_types_default.a.string,className:prop_types_default.a.string},Markdown.defaultProps={children:"",className:""},Markdown.__docgenInfo={description:"Markdown component\n\n@param {object} props Data passed to the component\n@param {string} props.children Text to be converted\n@param {string} [props.className] Custom CSS class to apply\n@returns {object} JSX of the element",methods:[],displayName:"Markdown",props:{children:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Markdown/Markdown.jsx"]={name:"Markdown",docgenInfo:Markdown.__docgenInfo,path:"src/components/adaptive-cards/Markdown/Markdown.jsx"});var objectWithoutProperties=__webpack_require__(563),objectWithoutProperties_default=__webpack_require__.n(objectWithoutProperties);__webpack_require__(103),__webpack_require__(72);function Spacer(_ref){var _webexComponentClasse3,className=_ref.className,separator=_ref.separator,spacing=_ref.spacing,style=_ref.style,spacingClassName="spacing--"+String(spacing).toLowerCase(),_webexComponentClasse=Object(helpers.a)("ac-spacer",className,((_webexComponentClasse3={})[spacingClassName]=!!spacing,_webexComponentClasse3)),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:{style:style},children:separator&&Object(jsx_runtime.jsx)("div",{})})}function useActionOpenUrl(data){var handleAction,onOpenUrl=Object(react.useContext)(AdaptiveCardContext).onOpenUrl;"Action.OpenUrl"===(null==data?void 0:data.type)&&(Object(util.e)(data.url,["https:","http:"])&&(handleAction=function handleAction(){window.open(data.url,"_blank"),onOpenUrl(data.url)}));return handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"link",title:data.tooltip}}function useActionSubmit(data){var handleAction,_useContext=Object(react.useContext)(AdaptiveCardContext),getAllValues=_useContext.getAllValues,validate=_useContext.validate,submit=_useContext.submit,invalidSubmit=_useContext.invalidSubmit;return"Action.Submit"!==(null==data?void 0:data.type)&&"Action.Execute"!==(null==data?void 0:data.type)||(handleAction=function handleAction(){var _data$associatedInput;if("none"!==(null===(_data$associatedInput=data.associatedInputs)||void 0===_data$associatedInput?void 0:_data$associatedInput.toLowerCase()))if(validate()){var values=getAllValues();"object"==typeof data.data&&(values=Object.assign({},values,data.data)),submit(values)}else invalidSubmit(getAllValues());else submit(data.data)}),handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"button",title:data.tooltip}}function useActionToggleVisibility(data){var handleAction,_useContext=Object(react.useContext)(AdaptiveCardContext),getIsVisible=_useContext.getIsVisible,setIsVisible=_useContext.setIsVisible;return"Action.ToggleVisibility"===(null==data?void 0:data.type)&&(handleAction=function handleAction(){return(data.targetElements||[]).map((function(elem){return"string"==typeof elem?setIsVisible(elem,!getIsVisible(elem)):setIsVisible(elem.elementId,elem.isVisible)}))}),handleAction&&{onClick:handleAction,onKeyDown:function onKeyDown(event){return("Enter"===event.key||" "===event.key)&&handleAction()},role:"button",title:data.tooltip}}function useAction(data){var handleActionOpenUrl=useActionOpenUrl(data),handleActionSubmit=useActionSubmit(data),handleActionToggleVisibility=useActionToggleVisibility(data);return handleActionOpenUrl||handleActionSubmit||handleActionToggleVisibility}Spacer.displayName="Spacer",Spacer.propTypes={className:prop_types_default.a.string,separator:prop_types_default.a.bool,spacing:prop_types_default.a.string,style:prop_types_default.a.shape()},Spacer.defaultProps={className:"",separator:!1,spacing:"default",style:void 0},Spacer.__docgenInfo={description:"Spacer helper component\n\n@param {object} props React props passed to the component\n@param {string} props.spacing The type of spacing\n@param {boolean} props.separator Whether or not to display the separator\n@param {object} props.containerType The type of the parent container\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Spacer",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},separator:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},spacing:{defaultValue:{value:"'default'",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Spacer/Spacer.jsx"]={name:"Spacer",docgenInfo:Spacer.__docgenInfo,path:"src/components/adaptive-cards/Spacer/Spacer.jsx"});var _excluded=["data","className","style","inherited"],componentTypes={},containerTypes={},acPropTypes_actions="actions",acPropTypes_actionStyle="action-style",acPropTypes_altText="alt-text",acPropTypes_associatedInputs="associated-inputs",acPropTypes_backgroundColor="background-color",acPropTypes_backgroundImage="background-image",acPropTypes_bleed="bleed",acPropTypes_card="card",acPropTypes_children="children",acPropTypes_color="color",acPropTypes_containerStyle="container-style",acPropTypes_data="data",acPropTypes_defaultImageSize="default-image-size",acPropTypes_errorMessage="error-message",acPropTypes_fallback="fallback",acPropTypes_fontType="font-type",acPropTypes_height="height",acPropTypes_highlight="highlight",acPropTypes_horizontalAlignment="horizontal-alignment",acPropTypes_iconUrl="icon-url",acPropTypes_id="id",acPropTypes_inlineAction="inline-action",acPropTypes_imageSize="image-size",acPropTypes_imageStyle="image-style",acPropTypes_inputStyle="input-style",acPropTypes_isEnabled="is-enabled",acPropTypes_isMultiline="is-multi-line",acPropTypes_isMultiSelect="is-multi-select",acPropTypes_isRequired="is-required",acPropTypes_isSubtle="is-subtle",acPropTypes_isVisible="is-visible",acPropTypes_italic="italic",acPropTypes_label="label",acPropTypes_maxLength="max-length",acPropTypes_maxLines="max-lines",acPropTypes_maxValue="max-value",acPropTypes_minHeight="min-height",acPropTypes_minValue="min-value",acPropTypes_placeholder="placeholder",acPropTypes_regex="regex",acPropTypes_rtl="rtl",acPropTypes_$schema="$schema",acPropTypes_selectAction="select-action",acPropTypes_separator="separator",acPropTypes_size="size",acPropTypes_spacing="spacing",acPropTypes_strikethrough="strikethrough",acPropTypes_style="style",acPropTypes_targetElements="target-elements",acPropTypes_text="text",acPropTypes_title="title",acPropTypes_tooltip="tooltip",acPropTypes_type="type",acPropTypes_underline="underline",acPropTypes_url="url",acPropTypes_value="value",acPropTypes_valueOff="value-off",acPropTypes_valueOn="value-on",acPropTypes_version="version",acPropTypes_verticalContentAlignment="vertical-content-alignment",acPropTypes_weight="weight",acPropTypes_width="width",acPropTypes_wrap="wrap";function registerComponent(type,component,containerType){componentTypes[type]=component,containerTypes[type]=containerType}function UnknownComponent(_ref){var data=_ref.data,_webexComponentClasse=Object(helpers.a)("adaptive-cards-unknown-component"),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsxs)("div",{children:[Object(jsx_runtime.jsx)("h5",{children:data.type+" Component"}),Object(jsx_runtime.jsx)("pre",{className:cssClasses,children:JSON.stringify(data,null,4)})]})}function Component(_ref2){var _C$acPropTypes,data=_ref2.data,className=_ref2.className,styleProp=_ref2.style,inherited=_ref2.inherited,otherProps=objectWithoutProperties_default()(_ref2,_excluded),_useContext=Object(react.useContext)(AdaptiveCardContext),setElement=_useContext.setElement,getIsVisible=_useContext.getIsVisible;Object(react.useEffect)((function(){setElement({id:data.id,isVisible:!1!==data.isVisible})}),[data.id,data.isVisible,setElement]);for(var _webexComponentClasse3=Object(helpers.a)("ac",className),cssClasses=slicedToArray_default()(_webexComponentClasse3,1)[0],fallback="drop"!==data.fallback&&componentTypes[data.fallback],C=componentTypes[data.type]||fallback||UnknownComponent,classes=[],getClass=function getClass(propType,value){return void 0!==value?"wxc-ac-"+propType+"--"+String(value).toLowerCase():"wxc-ac-"+propType},style={},action=useAction(data.selectAction),myInherited={},childrenInherited=inherited,_i=0,_arr=["fallback","verticalContentAlignment"];_i<_arr.length;_i++){var _Object$assign,prop=_arr[_i];if(C.acPropTypes&&C.acPropTypes[prop]||void 0)if(void 0!==data[prop])childrenInherited=Object.assign({},childrenInherited,((_Object$assign={})[prop]=data[prop],_Object$assign));else if(void 0!==inherited[prop]){var _Object$assign2;myInherited=Object.assign({},myInherited,((_Object$assign2={})[prop]=inherited[prop],_Object$assign2))}}for(var dataWithDefaults=Object.assign({},C.acDefaultProps,myInherited,data),_i2=0,_Object$entries=Object.entries(dataWithDefaults);_i2<_Object$entries.length;_i2++){var _ref3=_Object$entries[_i2],_ref4=slicedToArray_default()(_ref3,2),_prop=_ref4[0],value=_ref4[1],_propType=C.acPropTypes&&C.acPropTypes[_prop]||void 0;switch(_propType){case void 0:console.log("["+data.type+"]","Unknown property",_prop);break;case acPropTypes_actions:case acPropTypes_altText:case acPropTypes_associatedInputs:case acPropTypes_backgroundColor:case acPropTypes_card:case acPropTypes_children:case acPropTypes_data:case acPropTypes_defaultImageSize:case acPropTypes_errorMessage:case acPropTypes_fallback:case acPropTypes_iconUrl:case acPropTypes_id:case acPropTypes_inlineAction:case acPropTypes_label:case acPropTypes_maxLength:case acPropTypes_maxLines:case acPropTypes_maxValue:case acPropTypes_minValue:case acPropTypes_placeholder:case acPropTypes_regex:case acPropTypes_$schema:case acPropTypes_separator:case acPropTypes_spacing:case acPropTypes_style:case acPropTypes_isMultiline:case acPropTypes_isMultiSelect:case acPropTypes_isRequired:case acPropTypes_targetElements:case acPropTypes_text:case acPropTypes_tooltip:case acPropTypes_title:case acPropTypes_type:case acPropTypes_url:case acPropTypes_value:case acPropTypes_version:case acPropTypes_valueOff:case acPropTypes_valueOn:break;case acPropTypes_containerStyle:classes.push(getClass(_propType,value)),value&&"default"!==value&&classes.push(getClass("container","has-padding"));break;case acPropTypes_width:"auto"===value||"stretch"===value?classes.push(getClass(_propType,value)):"number"==typeof value?style.flex=data.width:style.width=data.width;break;case acPropTypes_height:"auto"===value||"stretch"===value?classes.push(getClass(_propType,value)):style.height=data.height;break;case acPropTypes_minHeight:style.minHeight=data.minHeight;break;case acPropTypes_backgroundImage:"string"==typeof value?style.backgroundImage="url("+value+")":"object"==typeof value&&null!==value&&(style.backgroundImage="url("+value.url+")",classes.push(getClass(_propType+"-fill-mode",value.fillMode)),classes.push(getClass(_propType+"-horizontal-alignment",value.horizontalAlignment)),classes.push(getClass(_propType+"-vertical-alignment",value.verticalAlignment)));break;case acPropTypes_isVisible:classes.push(getClass(_propType,getIsVisible(data.id)));break;case acPropTypes_selectAction:classes.push(getClass(_propType));break;default:classes.push(getClass(_propType,value))}}var containerType=containerTypes[data.type];containerType&&classes.push(getClass("container",containerType));var props=Object.assign({action:action&&Object.assign({},action,{tabIndex:0}),className:cssClasses+" "+classes.join(" "),data:Object.assign({},dataWithDefaults),inherited:childrenInherited,style:Object.assign({},style,styleProp)},otherProps),spacer=(null===(_C$acPropTypes=C.acPropTypes)||void 0===_C$acPropTypes?void 0:_C$acPropTypes.spacing)&&Object(jsx_runtime.jsx)(Spacer,{spacing:data.spacing,separator:data.separator});return Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[spacer,Object(jsx_runtime.jsx)(C,Object.assign({},props))]})}UnknownComponent.displayName="UnknownComponent",UnknownComponent.propTypes={data:prop_types_default.a.shape()},UnknownComponent.defaultProps={data:void 0},UnknownComponent.acPropTypes={type:acPropTypes_type},Component.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape(),otherProps:prop_types_default.a.shape()},Component.defaultProps={className:void 0,style:void 0,otherProps:void 0},Component.__docgenInfo={description:"Component generic component\n\n@param {object} props React properties\n@param {object} props.data Active Cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {object} props.inherited Inherited properties\n@param {object} [otherProps] Other props that must be passed from a parent AC component to a child\n@returns {object} JSX of the component",methods:[],displayName:"Component",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},otherProps:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Component/Component.jsx"]={name:"Component",docgenInfo:Component.__docgenInfo,path:"src/components/adaptive-cards/Component/Component.jsx"});var generic=__webpack_require__(35);function Action(_ref){var className=_ref.className,data=_ref.data,onClick=_ref.onClick,pressed=_ref.pressed,rightIcon=_ref.rightIcon,style=_ref.style,isDisabled=!1===data.isEnabled,_webexComponentClasse=Object(helpers.a)("ac-action",className,{disabled:isDisabled}),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],buttonType={positive:"join",destructive:"cancel"}[data.style]||"primary",isValidIconUrl=Object(util.e)(data.iconUrl,["http:","https:","data:"]);return Object(jsx_runtime.jsxs)(generic.a,{className:cssClasses,isDisabled:isDisabled,onClick:onClick,pressed:pressed,style:style,type:buttonType,children:[data.iconUrl&&isValidIconUrl&&Object(jsx_runtime.jsx)("img",{className:sc("icon"),src:data.iconUrl,alt:""}),Object(jsx_runtime.jsx)("span",{children:formatDateTime(data.title)}),rightIcon&&Object(jsx_runtime.jsx)(generic.b,{className:sc("right-icon"),name:rightIcon,size:10})]})}function ActionOpenUrl(_ref){var _useActionOpenUrl,className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-open-url",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:null===(_useActionOpenUrl=useActionOpenUrl(data))||void 0===_useActionOpenUrl?void 0:_useActionOpenUrl.onClick,style:style})}function ActionSet(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,onShowCard=Object(react.useContext)(AdaptiveCardContext).onShowCard,_webexComponentClasse=Object(helpers.a)("adaptive-cards-action-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),shownCards=_useState2[0],setShownCards=_useState2[1];return Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:data.actions.map((function(action,index){return Object(jsx_runtime.jsx)(Component,{data:action,inherited:inherited,onClick:"Action.ShowCard"===action.type&&function(){return function toggleCard(index){var _Object$assign,_data$actions$index,shown=!shownCards[index];setShownCards(Object.assign({},shownCards,((_Object$assign={})[index]=shown,_Object$assign))),onShowCard(shown,null===(_data$actions$index=data.actions[index])||void 0===_data$actions$index?void 0:_data$actions$index.card)}(index)},pressed:shownCards[index]},index)}))}),Object(jsx_runtime.jsx)("div",{children:data.actions.map((function(action,index){return shownCards[index]&&Object(jsx_runtime.jsx)(Component,{data:action.card,inherited:inherited},index)}))})]})}function ActionShowCard(_ref){var className=_ref.className,data=_ref.data,onClick=_ref.onClick,pressed=_ref.pressed,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-show-card",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:onClick,pressed:pressed,rightIcon:pressed?"arrow-up":"arrow-down",style:style})}function ActionSubmit(_ref){var className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-submit",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,style:style,data:data,onClick:useActionSubmit(data).onClick})}function ActionToggleVisibility(_ref){var className=_ref.className,data=_ref.data,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-action-toggle-visibility",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(Action,{className:cssClasses,data:data,onClick:useActionToggleVisibility(data).onClick,style:style})}function Column(_ref){var _data$items,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-column",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:null===(_data$items=data.items)||void 0===_data$items?void 0:_data$items.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)}))}))}function ColumnSet(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-column-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:data.columns.map((function(item,index){var itemData=Object.assign({type:"Column"},item);return Object(jsx_runtime.jsx)(Component,{data:itemData,inherited:inherited},index)}))}))}function Container(_ref){var _data$items,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("container",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",Object.assign({className:cssClasses},action,{style:style,children:null===(_data$items=data.items)||void 0===_data$items?void 0:_data$items.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)}))}))}function FactSet(_ref){var data=_ref.data,className=_ref.className,_webexComponentClasse=Object(helpers.a)("adaptive-cards-fact-set",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1];return Object(jsx_runtime.jsx)("div",{className:cssClasses,children:Object(jsx_runtime.jsx)("table",{children:Object(jsx_runtime.jsx)("tbody",{children:data.facts.map((function(fact,index){return Object(jsx_runtime.jsxs)("tr",{children:[Object(jsx_runtime.jsx)("th",{className:sc("fact-title"),children:formatDateTime(fact.title)}),Object(jsx_runtime.jsx)("td",{children:formatDateTime(fact.value)})]},index)}))})})})}function Image(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-image",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("img",Object.assign({},action,{alt:data.altText,className:cssClasses,src:data.url,style:Object.assign({},style,{backgroundColor:data.backgroundColor,width:data.width})}))}function ImageSet(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-image-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,children:data.images.map((function(image,index){var itemData=Object.assign({size:data.imageSize},image);return Object(jsx_runtime.jsx)(Component,{data:itemData,inherited:inherited,style:style},index)}))})}Action.displayName="Action",Action.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,onClick:prop_types_default.a.func.isRequired,pressed:prop_types_default.a.bool,rightIcon:prop_types_default.a.string,style:prop_types_default.a.shape()},Action.defaultProps={className:void 0,pressed:!1,rightIcon:void 0,style:void 0},Action.acPropTypes={iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type,url:acPropTypes_url},Action.acDefaultProps={style:"default"},Action.__docgenInfo={description:"Adaptive Cards generic Action component\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {Function} props.onClick Callback function\n@param {boolean} [props.pressed] Flag indicating whether the button is pressed\n@param {string} [props.rightIcon] Icon to be displayed on the right side of the button\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Action",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},rightIcon:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},onClick:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Action/Action.jsx"]={name:"Action",docgenInfo:Action.__docgenInfo,path:"src/components/adaptive-cards/Action/Action.jsx"}),ActionOpenUrl.displayName="ActionOpenUrl",ActionOpenUrl.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionOpenUrl.defaultProps={className:void 0,style:void 0},ActionOpenUrl.acPropTypes={fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type,url:acPropTypes_url},ActionOpenUrl.acDefaultProps={style:"default"},registerComponent("Action.OpenUrl",ActionOpenUrl),ActionOpenUrl.__docgenInfo={description:"Adaptive Cards Action.OpenUrl component\nhttps://adaptivecards.io/explorer/Action.OpenUrl.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionOpenUrl",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionOpenURL/ActionOpenUrl.jsx"]={name:"ActionOpenUrl",docgenInfo:ActionOpenUrl.__docgenInfo,path:"src/components/adaptive-cards/ActionOpenURL/ActionOpenUrl.jsx"}),ActionSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionSet.defaultProps={className:"",style:void 0},ActionSet.acPropTypes={actions:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},ActionSet.acDefaultProps={isVisible:!0},registerComponent("ActionSet",ActionSet,"horizontal"),ActionSet.__docgenInfo={description:"Adaptive Cards ActionSet component\nhttps://adaptivecards.io/explorer/ActionSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionSet/ActionSet.jsx"]={name:"ActionSet",docgenInfo:ActionSet.__docgenInfo,path:"src/components/adaptive-cards/ActionSet/ActionSet.jsx"}),ActionShowCard.displayName="ActionShowCard",ActionShowCard.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,onClick:prop_types_default.a.func.isRequired,pressed:prop_types_default.a.bool,style:prop_types_default.a.shape()},ActionShowCard.defaultProps={className:void 0,pressed:!1,style:void 0},ActionShowCard.acPropTypes={card:acPropTypes_card,fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnable:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,type:acPropTypes_type},ActionShowCard.acDefaultProps={style:"default"},registerComponent("Action.ShowCard",ActionShowCard,"horizontal"),ActionShowCard.__docgenInfo={description:"Adaptive Cards Action.ShowCard component\nhttps://adaptivecards.io/explorer/Action.ShowCard.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {Function} props.onClick Callback function\n@param {boolean} [props.pressed] Flag indicating whether the button is pressed\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionShowCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},onClick:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionShowCard/ActionShowCard.jsx"]={name:"ActionShowCard",docgenInfo:ActionShowCard.__docgenInfo,path:"src/components/adaptive-cards/ActionShowCard/ActionShowCard.jsx"}),ActionSubmit.displayName="ActionSubmit",ActionSubmit.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionSubmit.defaultProps={className:void 0,style:void 0},ActionSubmit.acPropTypes={associatedInputs:acPropTypes_associatedInputs,data:acPropTypes_data,fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,type:acPropTypes_type},ActionSubmit.acDefaultProps={associatedInputs:"auto",style:"default"},registerComponent("Action.Submit",ActionSubmit),registerComponent("Action.Execute",ActionSubmit),ActionSubmit.__docgenInfo={description:"Adaptive Cards Action.Submit component\nhttps://adaptivecards.io/explorer/Action.Submit.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionSubmit",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionSubmit/ActionSubmit.jsx"]={name:"ActionSubmit",docgenInfo:ActionSubmit.__docgenInfo,path:"src/components/adaptive-cards/ActionSubmit/ActionSubmit.jsx"}),ActionToggleVisibility.displayName="ActionToggleVisibility",ActionToggleVisibility.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ActionToggleVisibility.defaultProps={className:void 0,style:void 0},ActionToggleVisibility.acPropTypes={fallback:acPropTypes_fallback,iconUrl:acPropTypes_iconUrl,id:acPropTypes_id,isEnabled:acPropTypes_isEnabled,style:acPropTypes_actionStyle,title:acPropTypes_title,tooltip:acPropTypes_tooltip,targetElements:acPropTypes_targetElements,type:acPropTypes_type},ActionToggleVisibility.acDefaultProps={style:"default"},registerComponent("Action.ToggleVisibility",ActionToggleVisibility),ActionToggleVisibility.__docgenInfo={description:"Adaptive Cards Action.ToggleVisibility component\nhttps://adaptivecards.io/explorer/Action.ToggleVisibility.html\n\n@param {object} props React props passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.data Active cards definition\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ActionToggleVisibility",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ActionToggleVisibility/ActionToggleVisibility.jsx"]={name:"ActionToggleVisibility",docgenInfo:ActionToggleVisibility.__docgenInfo,path:"src/components/adaptive-cards/ActionToggleVisibility/ActionToggleVisibility.jsx"}),Column.displayName="Column",Column.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},Column.defaultProps={action:void 0,className:"",style:void 0},Column.acPropTypes={backgroundImage:acPropTypes_backgroundImage,bleed:acPropTypes_bleed,fallback:acPropTypes_fallback,id:acPropTypes_id,isVisible:acPropTypes_isVisible,items:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type,verticalContentAlignment:acPropTypes_verticalContentAlignment,width:acPropTypes_width},Column.acDefaultProps={isVisible:!0,verticalContentAlignment:"top"},registerComponent("Column",Column,"vertical"),Column.__docgenInfo={description:"Adaptive Cards Column component\nhttps://adaptivecards.io/explorer/Column.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Column",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Column/Column.jsx"]={name:"Column",docgenInfo:Column.__docgenInfo,path:"src/components/adaptive-cards/Column/Column.jsx"}),ColumnSet.displayName="ColumnSet",ColumnSet.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ColumnSet.defaultProps={action:void 0,className:"",style:void 0},ColumnSet.acPropTypes={bleed:acPropTypes_bleed,columns:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isVisible:acPropTypes_isVisible,minHeight:acPropTypes_minHeight,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type},ColumnSet.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("ColumnSet",ColumnSet,"horizontal"),ColumnSet.__docgenInfo={description:"Adaptive Cards ColumnSet component\nhttps://adaptivecards.io/explorer/ColumnSet.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ColumnSet",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ColumnSet/ColumnSet.jsx"]={name:"ColumnSet",docgenInfo:ColumnSet.__docgenInfo,path:"src/components/adaptive-cards/ColumnSet/ColumnSet.jsx"}),Container.displayName="Container",Container.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},Container.defaultProps={action:void 0,className:"",style:void 0},Container.acPropTypes={backgroundImage:acPropTypes_backgroundImage,bleed:acPropTypes_bleed,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,items:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,type:acPropTypes_type,verticalContentAlignment:acPropTypes_verticalContentAlignment},Container.acDefaultProps={isVisible:!0,verticalContentAlignment:"top"},registerComponent("Container",Container,"vertical"),Container.__docgenInfo={description:"Adaptive Cards Container component\nhttps://adaptivecards.io/explorer/Container.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Container",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Container/Container.jsx"]={name:"Container",docgenInfo:Container.__docgenInfo,path:"src/components/adaptive-cards/Container/Container.jsx"}),FactSet.displayName="FactSet",FactSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string},FactSet.defaultProps={className:""},FactSet.acPropTypes={facts:acPropTypes_children,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},FactSet.acDefaultProps={isVisible:!0},registerComponent("FactSet",FactSet),FactSet.__docgenInfo={description:"Adaptive Cards FactSet component\nhttps://adaptivecards.io/explorer/FactSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@returns {object} JSX of the component",methods:[],displayName:"FactSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/FactSet/FactSet.jsx"]={name:"FactSet",docgenInfo:FactSet.__docgenInfo,path:"src/components/adaptive-cards/FactSet/FactSet.jsx"}),Image.displayName="Image",Image.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},Image.defaultProps={action:void 0,className:"",style:void 0},Image.acPropTypes={altText:acPropTypes_altText,backgroundColor:acPropTypes_backgroundColor,fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isVisible:acPropTypes_isVisible,selectAction:acPropTypes_selectAction,separator:acPropTypes_separator,size:acPropTypes_imageSize,spacing:acPropTypes_spacing,style:acPropTypes_imageStyle,type:acPropTypes_type,url:acPropTypes_url,width:acPropTypes_width},Image.acDefaultProps={horizontalAlignment:"left",isVisible:!0,size:"medium"},registerComponent("Image",Image),Image.__docgenInfo={description:"Adaptive Cards Image component\nhttps://adaptivecards.io/explorer/ImageSet.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"Image",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/Image/Image.jsx"]={name:"Image",docgenInfo:Image.__docgenInfo,path:"src/components/adaptive-cards/Image/Image.jsx"}),ImageSet.displayName="ImageSet",ImageSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},ImageSet.defaultProps={className:"",style:void 0},ImageSet.acPropTypes={fallback:acPropTypes_fallback,height:acPropTypes_height,images:acPropTypes_children,id:acPropTypes_id,imageSize:acPropTypes_defaultImageSize,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},ImageSet.acDefaultProps={isVisible:!0},registerComponent("ImageSet",ImageSet,"horizontal"),ImageSet.__docgenInfo={description:"Adaptive Cards ImageSet component\nhttps://adaptivecards.io/explorer/ImageSet.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"ImageSet",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/ImageSet/ImageSet.jsx"]={name:"ImageSet",docgenInfo:ImageSet.__docgenInfo,path:"src/components/adaptive-cards/ImageSet/ImageSet.jsx"});__webpack_require__(402),__webpack_require__(19),__webpack_require__(92),__webpack_require__(66);var components_inputs=__webpack_require__(120);function InputChoiceSet(_ref){var data=_ref.data,className=_ref.className,domId=_ref.id,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-choice-set",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError,value=getValue(data.id),values=value?Object.fromEntries(String(value).split(",").map((function(v){return[v,!0]}))):{},id=domId||Object(util.g)();Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,setInput]);var onSingleChange=function onSingleChange(val){setValue(data.id,val)};return!1===data.isMultiSelect&&"compact"===String(data.style).toLowerCase()?Object(jsx_runtime.jsx)(components_inputs.b,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:function onChange(option){return onSingleChange(option)},options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),placeholder:data.placeholder,required:data.isRequired,value:value}):!0===data.isMultiSelect||1===data.choices.length?Object(jsx_runtime.jsx)(components_inputs.a,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:function onMultiChange(val,isSelected){values[val]=isSelected,setValue(data.id,data.choices.map((function(choice){return values[choice.value]?choice.value:void 0})).filter((function(v){return void 0!==v})).join(","))},options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),required:data.isRequired,selected:values,style:style}):Object(jsx_runtime.jsx)(components_inputs.d,{className:cssClasses,error:getError(data.id),id:id,label:formatDateTime(data.label),onChange:onSingleChange,options:data.choices.map((function(choice){return{label:choice.title,value:choice.value}})),required:data.isRequired,selected:value,style:style})}InputChoiceSet.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,id:prop_types_default.a.string,style:prop_types_default.a.shape()},InputChoiceSet.defaultProps={className:"",id:void 0,style:void 0},InputChoiceSet.acPropTypes={choices:acPropTypes_children,errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isMultiSelect:acPropTypes_isMultiSelect,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_style,type:acPropTypes_type,value:acPropTypes_value,wrap:acPropTypes_wrap},InputChoiceSet.acDefaultProps={isVisible:!0},registerComponent("Input.ChoiceSet",InputChoiceSet,"vertical");var DateInput=__webpack_require__(311);function InputDate(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-date",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,max:data.max,min:data.min,value:data.value,errorMessage:data.errorMessage,isRequired:data.isRequired})}),[data.id,data.max,data.min,data.value,data.errorMessage,data.isRequired,setInput]),Object(jsx_runtime.jsx)(DateInput.a,{className:cssClasses,style:style,max:data.max,min:data.min,value:getValue(data.id),error:getError(data.id),required:data.isRequired,label:formatDateTime(data.label),onChange:function onChange(value){return setValue(data.id,value)}})}InputDate.displayName="InputDate",InputDate.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputDate.defaultProps={className:void 0,style:void 0},InputDate.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputDate.acDefaultProps={isVisible:!0},registerComponent("Input.Date",InputDate),InputDate.__docgenInfo={description:"Adaptive Cards Input.Date component\nhttps://adaptivecards.io/explorer/Input.Date.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputDate",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputDate/InputDate.jsx"]={name:"InputDate",docgenInfo:InputDate.__docgenInfo,path:"src/components/adaptive-cards/InputDate/InputDate.jsx"});__webpack_require__(12),__webpack_require__(167);var Button=__webpack_require__(96),Icon=__webpack_require__(41),HINTS_clearButton="Clear input",HINTS_increaseButton="Increase value",HINTS_decreaseButton="Decrease value";function NumberInput(_ref){var ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,className=_ref.className,error=_ref.error,label=_ref.label,max=_ref.max,min=_ref.min,name=_ref.name,onChange=_ref.onChange,placeholder=_ref.placeholder,required=_ref.required,style=_ref.style,tabIndex=_ref.tabIndex,value=_ref.value,_webexComponentClasse=Object(helpers.a)("number-input",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],clearButton=Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_clearButton,type:"ghost",size:28,onClick:function clearInput(){return onChange("")},tabIndex:tabIndex,children:Object(jsx_runtime.jsx)(Icon.a,{name:"cancel",size:16})}),rightControls=Object(jsx_runtime.jsxs)("div",{className:sc("controls"),children:[Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_increaseButton,className:sc("increment-button"),onClick:function handleIncrement(){return onChange(Object(util.b)(Number(value)+1,min,max))},onMouseDown:function onMouseDown(event){return event.stopPropagation()},type:"ghost",children:Object(jsx_runtime.jsx)(Icon.a,{name:"control-up",size:13})}),Object(jsx_runtime.jsx)(Button.a,{ariaLabel:HINTS_decreaseButton,className:sc("decrement-button"),onClick:function handleDecrement(){return onChange(Object(util.b)(Number(value)-1,min,max))},onMouseDown:function onMouseDown(event){return event.stopPropagation()},type:"ghost",children:Object(jsx_runtime.jsx)(Icon.a,{name:"control-down",size:13})})]});return Object(jsx_runtime.jsx)(generic.c,{ariaLabel:ariaLabel,autoFocus:autoFocus,className:cssClasses,error:error,label:label,min:min,max:max,name:name,onChange:onChange,placeholder:placeholder,required:required,rightControls:rightControls,rightIcon:!(!value&&0!==value)&&clearButton,tabIndex:tabIndex,style:style,type:"number",value:value})}function InputNumber(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-number",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,max:data.max,min:data.min,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,data.max,data.min,setInput]),Object(jsx_runtime.jsx)(NumberInput,{className:cssClasses,error:getError(data.id),label:formatDateTime(data.label),max:data.max,min:data.min,onChange:function onChange(value){return setValue(data.id,value)},placeholder:data.placeholder,required:data.isRequired,style:style,value:getValue(data.id)})}NumberInput.displayName="NumberInput",NumberInput.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,className:prop_types_default.a.string,error:prop_types_default.a.string,label:prop_types_default.a.string,max:prop_types_default.a.number,min:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),tabIndex:prop_types_default.a.number,value:prop_types_default.a.oneOfType([prop_types_default.a.number,prop_types_default.a.string])},NumberInput.defaultProps={ariaLabel:void 0,autoFocus:!1,className:void 0,error:void 0,label:void 0,max:void 0,min:void 0,name:void 0,placeholder:void 0,required:!1,style:void 0,tabIndex:0,value:void 0},NumberInput.__docgenInfo={description:"NumberInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria label\n@param {boolean} [props.autoFocus=false] Flag indicating if the input should have autoFocus\n@param {string} [props.className] Custom CSS class to apply\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {number} [props.max] Maximum value for the input element\n@param {number} [props.min] Minimum value for the input element\n@param {string} [props.name] Input name\n@param {Function} props.onChange Action to perform on input change\n@param {string} [props.placeholder] Input placeholder\n@param {boolean} [props.required=false] Flag indicating input required\n@param {object} [props.style] Custom style to apply\n@param {number} [props.tabIndex] Value of the tabIndex\n@param {number|string} [props.value] Input value\n@returns {object} JSX of the component",methods:[],displayName:"NumberInput",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},max:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},min:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"union",value:[{name:"number"},{name:"string"}]},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/NumberInput/NumberInput.jsx"]={name:"NumberInput",docgenInfo:NumberInput.__docgenInfo,path:"src/components/inputs/NumberInput/NumberInput.jsx"}),InputNumber.displayName="InputNumber",InputNumber.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputNumber.defaultProps={className:"",style:void 0},InputNumber.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputNumber.acDefaultProps={isVisible:!0},registerComponent("Input.Number",InputNumber),InputNumber.__docgenInfo={description:"Adaptive Cards Input.Number component\nhttps://adaptivecards.io/explorer/Input.Number.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputNumber",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputNumber/InputNumber.jsx"]={name:"InputNumber",docgenInfo:InputNumber.__docgenInfo,path:"src/components/adaptive-cards/InputNumber/InputNumber.jsx"});__webpack_require__(83);var Label=__webpack_require__(118);function Textbox(_ref){var ariaLabel=_ref.ariaLabel,className=_ref.className,disabled=_ref.disabled,error=_ref.error,domId=_ref.id,label=_ref.label,maxLength=_ref.maxLength,name=_ref.name,_onChange=_ref.onChange,_ref$placeholder=_ref.placeholder,placeholder=void 0===_ref$placeholder?name:_ref$placeholder,required=_ref.required,style=_ref.style,value=_ref.value,_webexComponentClasse=Object(helpers.a)("textbox",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],id=domId||Object(util.g)();return Object(jsx_runtime.jsx)(Label.a,{className:cssClasses,error:error,id:id,label:label,required:required,style:style,children:Object(jsx_runtime.jsx)("textarea",{"aria-label":ariaLabel,"aria-labelledby":id+"-label",className:sc("control"),disabled:disabled,id:id+"-control",maxLength:maxLength,name:name,onChange:function onChange(event){return _onChange(event.target.value)},onKeyDown:function onKeyDown(event){["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(event.key)&&event.stopPropagation()},placeholder:placeholder,rows:5,value:value})})}function InputText(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-text",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],Input="password"===data.style?components_inputs.c:components_inputs.e,inlineAction=useAction(data.inlineAction);return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,errorMessage:data.errorMessage,maxLength:data.maxLength,regex:data.regex})}),[data.id,data.value,data.isRequired,data.errorMessage,data.maxLength,data.regex,setInput]),Object(jsx_runtime.jsxs)("div",{className:cssClasses,style:style,children:[data.isMultiline?Object(jsx_runtime.jsx)(Textbox,{className:sc("textbox"),error:getError(data.id),label:formatDateTime(data.label),maxLength:data.maxLength,onChange:function onChange(value){return setValue(data.id,value)},placeholder:data.placeholder,required:data.isRequired,value:getValue(data.id)}):Object(jsx_runtime.jsx)(Input,{className:sc("input"),error:getError(data.id),label:formatDateTime(data.label),maxLength:data.maxLength,onChange:function onChange(value){return setValue(data.id,value)},pattern:data.regex,placeholder:data.placeholder,required:data.isRequired,type:data.style,value:getValue(data.id)}),inlineAction&&Object(jsx_runtime.jsx)(ActionSet,{className:sc("inline-action"),data:{actions:[data.inlineAction]},inherited:{}})]})}function TimeInput(_ref){var className=_ref.className,style=_ref.style,name=_ref.name,value=_ref.value,disabled=_ref.disabled,required=_ref.required,error=_ref.error,label=_ref.label,onChange=_ref.onChange,_webexComponentClasse=Object(helpers.a)("time-input",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)(generic.c,{className:cssClasses,style:style,type:"time",name:name,disabled:disabled,required:required,error:error,onChange:onChange,value:value,label:label})}function InputTime(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-time",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),setValue=_useContext.setValue,getValue=_useContext.getValue,setInput=_useContext.setInput,getError=_useContext.getError;return Object(react.useEffect)((function(){setInput({id:data.id,value:data.value,isRequired:data.isRequired,max:data.max,min:data.min,errorMessage:data.errorMessage})}),[data.id,data.value,data.isRequired,data.errorMessage,data.max,data.min,setInput]),Object(jsx_runtime.jsx)(TimeInput,{className:cssClasses,style:style,max:data.max,min:data.min,value:getValue(data.id),error:getError(data.id),required:data.isRequired,label:formatDateTime(data.label),onChange:function onChange(value){return setValue(data.id,value)}})}Textbox.displayName="Textbox",Textbox.propTypes={ariaLabel:prop_types_default.a.string,className:prop_types_default.a.string,disabled:prop_types_default.a.bool,error:prop_types_default.a.string,id:prop_types_default.a.string,label:prop_types_default.a.string,maxLength:prop_types_default.a.number,name:prop_types_default.a.string,onChange:prop_types_default.a.func,placeholder:prop_types_default.a.string,required:prop_types_default.a.bool,style:prop_types_default.a.shape(),value:prop_types_default.a.string},Textbox.defaultProps={ariaLabel:"",className:void 0,disabled:!1,error:null,id:void 0,label:void 0,maxLength:void 0,name:void 0,onChange:null,placeholder:void 0,required:!1,style:void 0,value:void 0},Textbox.__docgenInfo={description:"Textbox component\n\n@param {object} props Data passed to the component\n@param {string} [props.ariaLabel] Aria-label for textbox\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} [props.disabled=false] Flag indicating whether textbox is disabled\n@param {string} [props.error] Error text\n@param {string} [props.id] DOM id\n@param {string} [props.label] Label text\n@param {number} [props.maxLength] Maximum number of characters allowed\n@param {string} props.name Textbox name\n@param {Function} [props.onChange] Action to perform on textbox change\n@param {string} [props.placeholder] Textbox placeholder\n@param {boolean} [props.required=false] Flag indicating whether textbox is required\n@param {object} [props.style] Inline style for the component\n@param {string} [props.value] Textbox value\n@returns {object} JSX of the element",methods:[],displayName:"Textbox",props:{placeholder:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},ariaLabel:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"null",computed:!1},type:{name:"string"},required:!1,description:""},id:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},maxLength:{defaultValue:{value:"undefined",computed:!0},type:{name:"number"},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{defaultValue:{value:"null",computed:!1},type:{name:"func"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/Textbox/Textbox.jsx"]={name:"Textbox",docgenInfo:Textbox.__docgenInfo,path:"src/components/inputs/Textbox/Textbox.jsx"}),InputText.displayName="InputText",InputText.propTypes={className:prop_types_default.a.string,data:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},InputText.defaultProps={className:void 0,style:void 0},InputText.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,inlineAction:acPropTypes_inlineAction,isMultiline:acPropTypes_isMultiline,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,maxLength:acPropTypes_maxLength,placeholder:acPropTypes_placeholder,regex:acPropTypes_regex,separator:acPropTypes_separator,spacing:acPropTypes_spacing,style:acPropTypes_inputStyle,type:acPropTypes_type,value:acPropTypes_value},InputText.acDefaultProps={isVisible:!0},registerComponent("Input.Text",InputText),InputText.__docgenInfo={description:"Adaptive Cards Input.Text component\nhttps://adaptivecards.io/explorer/Input.Text.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputText",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputText/InputText.jsx"]={name:"InputText",docgenInfo:InputText.__docgenInfo,path:"src/components/adaptive-cards/InputText/InputText.jsx"}),TimeInput.displayName="TimeInput",TimeInput.propTypes={className:prop_types_default.a.string,style:prop_types_default.a.shape(),name:prop_types_default.a.string,value:prop_types_default.a.string,disabled:prop_types_default.a.bool,required:prop_types_default.a.bool,error:prop_types_default.a.string,label:prop_types_default.a.string,onChange:prop_types_default.a.func.isRequired},TimeInput.defaultProps={className:void 0,style:void 0,name:void 0,value:void 0,disabled:!1,required:!1,error:void 0,label:void 0},TimeInput.__docgenInfo={description:"TimeInput component\n\n@param {object} props Data passed to the component\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {string} [props.name] Input name\n@param {string} [props.value] Input value\n@param {boolean} [props.disabled=false] Flag indicating input disabled\n@param {boolean} [props.required=false] Flag indicating input required\n@param {string} [props.error] Error text\n@param {string} [props.label] Label text\n@param {Function} props.onChange Action to perform on input change\n@returns {object} JSX of the component",methods:[],displayName:"TimeInput",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},name:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},value:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},disabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},required:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},error:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},label:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},onChange:{type:{name:"func"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/inputs/TimeInput/TimeInput.jsx"]={name:"TimeInput",docgenInfo:TimeInput.__docgenInfo,path:"src/components/inputs/TimeInput/TimeInput.jsx"}),InputTime.displayName="InputTime",InputTime.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputTime.defaultProps={className:void 0,style:void 0},InputTime.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,max:acPropTypes_maxValue,min:acPropTypes_minValue,placeholder:acPropTypes_placeholder,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type,value:acPropTypes_value},InputTime.acDefaultProps={isVisible:!0},registerComponent("Input.Time",InputTime),InputTime.__docgenInfo={description:"Adaptive Cards Input.Time component\nhttps://adaptivecards.io/explorer/Input.Time.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputTime",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputTime/InputTime.jsx"]={name:"InputTime",docgenInfo:InputTime.__docgenInfo,path:"src/components/adaptive-cards/InputTime/InputTime.jsx"});var Toggle=__webpack_require__(312);function InputToggle(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-input-toggle",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],_useContext=Object(react.useContext)(AdaptiveCardContext),getValue=_useContext.getValue,setInput=_useContext.setInput,setValue=_useContext.setValue,checked=getValue(data.id)===data.valueOn;return Object(react.useEffect)((function(){return setInput({id:data.id,value:data.value===data.valueOn?data.valueOn:data.valueOff})}),[data.id,data.value,data.valueOn,data.valueOff,setInput]),Object(jsx_runtime.jsx)(Toggle.a,{className:cssClasses,style:style,selected:checked,required:data.isRequired,onChange:function handleInputChange(){setValue(data.id,checked?data.valueOff:data.valueOn)},title:data.title})}function RichTextBlock(_ref){var data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-rich-text-block",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:style,children:data.inlines.map((function(inline,index){var inlineData="string"==typeof inline?{text:inline}:inline;return inlineData=Object.assign({type:"TextRun"},inlineData),Object(jsx_runtime.jsx)(Component,{data:inlineData,inherited:inherited},index)}))})}function TextBlock(_ref){var data=_ref.data,className=_ref.className,style=_ref.style,maxLines=data.maxLines,_webexComponentClasse=Object(helpers.a)("adaptive-cards-text-block",className,{"max-lines":maxLines}),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,{WebkitLineClamp:data.maxLines}),role:"heading"===data.style?"heading":void 0,children:Object(jsx_runtime.jsx)(Markdown,{children:formatDateTime(data.text)})})}InputToggle.displayName="InputToggle",InputToggle.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},InputToggle.defaultProps={className:void 0,style:void 0},InputToggle.acPropTypes={errorMessage:acPropTypes_errorMessage,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,separator:acPropTypes_separator,spacing:acPropTypes_spacing,title:acPropTypes_title,type:acPropTypes_type,value:acPropTypes_value,valueOff:acPropTypes_valueOff,valueOn:acPropTypes_valueOn,wrap:acPropTypes_wrap},InputToggle.acPropTypes={errorMessage:acPropTypes_errorMessage,fallback:acPropTypes_fallback,height:acPropTypes_height,id:acPropTypes_id,isRequired:acPropTypes_isRequired,isVisible:acPropTypes_isVisible,label:acPropTypes_label,separator:acPropTypes_separator,spacing:acPropTypes_spacing,title:acPropTypes_title,type:acPropTypes_type,value:acPropTypes_value,valueOff:acPropTypes_valueOff,valueOn:acPropTypes_valueOn,wrap:acPropTypes_wrap},InputToggle.acDefaultProps={isVisible:!0,value:"false",valueOff:"false",valueOn:"true"},registerComponent("Input.Toggle",InputToggle),InputToggle.__docgenInfo={description:"Adaptive Cards Input.Toggle component\nhttps://adaptivecards.io/explorer/Input.Toggle.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Inline style for the component\n@returns {object} JSX of the component",methods:[],displayName:"InputToggle",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/InputToggle/InputToggle.jsx"]={name:"InputToggle",docgenInfo:InputToggle.__docgenInfo,path:"src/components/adaptive-cards/InputToggle/InputToggle.jsx"}),RichTextBlock.displayName="RichTextBlock",RichTextBlock.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},RichTextBlock.defaultProps={className:"",style:void 0},RichTextBlock.acPropTypes={fallback:acPropTypes_fallback,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,inlines:acPropTypes_children,isVisible:acPropTypes_isVisible,separator:acPropTypes_separator,spacing:acPropTypes_spacing,type:acPropTypes_type},RichTextBlock.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("RichTextBlock",RichTextBlock),RichTextBlock.__docgenInfo={description:"Adaptive Cards RichTextBlock component\nhttps://adaptivecards.io/explorer/RichTextBlock.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} props.className Custom CSS class to apply\n@param {object} props.inherited Inherited data\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"RichTextBlock",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""},inherited:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/RichTextBlock/RichTextBlock.jsx"]={name:"RichTextBlock",docgenInfo:RichTextBlock.__docgenInfo,path:"src/components/adaptive-cards/RichTextBlock/RichTextBlock.jsx"}),TextBlock.displayName="TextBlock",TextBlock.propTypes={data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},TextBlock.defaultProps={className:void 0,style:void 0},TextBlock.acPropTypes={color:acPropTypes_color,fallback:acPropTypes_fallback,fontType:acPropTypes_fontType,height:acPropTypes_height,horizontalAlignment:acPropTypes_horizontalAlignment,id:acPropTypes_id,isSubtle:acPropTypes_isSubtle,isVisible:acPropTypes_isVisible,maxLines:acPropTypes_maxLines,separator:acPropTypes_separator,size:acPropTypes_size,spacing:acPropTypes_spacing,style:acPropTypes_containerStyle,text:acPropTypes_text,type:acPropTypes_type,weight:acPropTypes_weight,wrap:acPropTypes_wrap},TextBlock.acDefaultProps={horizontalAlignment:"left",isVisible:!0},registerComponent("TextBlock",TextBlock),TextBlock.__docgenInfo={description:"Adaptive Cards TextBlock component\nhttps://adaptivecards.io/explorer/Input.Text.html\n\n@param {object} props React props passed to the component\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TextBlock",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/TextBlock/TextBlock.jsx"]={name:"TextBlock",docgenInfo:TextBlock.__docgenInfo,path:"src/components/adaptive-cards/TextBlock/TextBlock.jsx"});__webpack_require__(1080);function TextRun(_ref){var action=_ref.action,data=_ref.data,className=_ref.className,style=_ref.style,_webexComponentClasse=Object(helpers.a)("adaptive-cards-text-run",className),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0];return Object(jsx_runtime.jsx)("span",Object.assign({className:cssClasses},action,{style:style,children:formatDateTime(data.text)}))}function AdaptiveCardInternal(_ref){var _data$body,action=_ref.action,data=_ref.data,className=_ref.className,inherited=_ref.inherited,style=_ref.style,_webexComponentClasse=Object(helpers.a)("ac-adaptive-card",[className,"wxc-ac-container--has-padding"]),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],showFallbackText=!1;if(data.$schema&&"http://adaptivecards.io/schemas/adaptive-card.json"!==data.$schema&&console.warn("Unknown AdaptiveCard schema:",data.$schema),data.version){var version=parseFloat(data.version);version?version>1.2&&(console.warn("Adaptive card requires version "+data.version+", this renderer only supports version 1.2"),showFallbackText=!0):console.warn("Invalid version "+data.version)}return Object(jsx_runtime.jsxs)("div",Object.assign({className:cssClasses},action,{style:style,children:[showFallbackText&&Object(jsx_runtime.jsx)(Markdown,{children:formatDateTime(data.fallbackText)}),null===(_data$body=data.body)||void 0===_data$body?void 0:_data$body.map((function(item,index){return Object(jsx_runtime.jsx)(Component,{data:item,inherited:inherited},index)})),data.actions&&Object(jsx_runtime.jsx)(Component,{data:{type:"ActionSet",actions:data.actions},inherited:inherited})]}))}function AdaptiveCard(_ref2){var template=_ref2.template,context=_ref2.context,className=_ref2.className,style=_ref2.style,onOpenUrl=_ref2.onOpenUrl,onShowCard=_ref2.onShowCard,onSubmit=_ref2.onSubmit,onInvalidSubmit=_ref2.onInvalidSubmit,data=new adaptivecards_templating.Template(template).expand({$root:context});data.version||console.warn("AdaptiveCard missing version property");var _useState=Object(react.useState)({}),_useState2=slicedToArray_default()(_useState,2),inputs=_useState2[0],setInputs=_useState2[1],_useState3=Object(react.useState)({}),_useState4=slicedToArray_default()(_useState3,2),elements=_useState4[0],setElements=_useState4[1],setElement=Object(react.useCallback)((function(element){setElements((function(prevElements){var _Object$assign;return Object.assign({},prevElements,((_Object$assign={})[element.id]=element,_Object$assign))}))}),[setElements]),setInput=Object(react.useCallback)((function(input){setInputs((function(prevInputs){var _Object$assign4;return Object.assign({},prevInputs,((_Object$assign4={})[input.id]=input,_Object$assign4))}))}),[setInputs]);return Object(jsx_runtime.jsx)(AdaptiveCardContext.Provider,{value:{setValue:function setValue(id,value){setInputs((function(prevInputs){var _Object$assign3,input=prevInputs[id];return Object.assign({},prevInputs,((_Object$assign3={})[id]=Object.assign({},input,{value:value,error:void 0}),_Object$assign3))}))},getValue:function getValue(id){var defval=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return id in inputs&&void 0!==inputs[id].value?inputs[id].value:defval},getAllValues:function getAllValues(){return Object(util.f)(inputs,(function(input){return input.value}))},setInput:setInput,getError:function getError(id){var _inputs$id;return null===(_inputs$id=inputs[id])||void 0===_inputs$id?void 0:_inputs$id.error},validate:function validate(){var newInputs=Object(util.f)(inputs,(function(input){var error;return input.isRequired&&!input.value&&0!==input.value?error=input.errorMessage||"This field is required":input.min>input.max&&input.valueinput.max?error="Value must be between "+input.min+" and "+input.max:(input.mininput.max?error="Maximum value is "+input.max:input.regex&&!String(input.value).match(input.regex)?error=input.errorMessage||"The value you entered must match the pattern "+input.regex:String(input.value).length>input.maxLength&&(error="Maximum length is "+input.maxLength),Object.assign({},input,{error:error})}));return setInputs(newInputs),Object.values(newInputs).every((function(input){return!input.error}))},submit:function submit(values){return onSubmit(values)},invalidSubmit:function invalidSubmit(values){return onInvalidSubmit&&onInvalidSubmit(values)},setElement:setElement,setIsVisible:function setIsVisible(id,isVisible){setElements((function(prevElements){var _Object$assign2,targetElem=prevElements[id];return Object.assign({},prevElements,((_Object$assign2={})[id]=Object.assign({},targetElem,{isVisible:isVisible}),_Object$assign2))}))},getIsVisible:function getIsVisible(id){var _elements$id;return!1!==(null===(_elements$id=elements[id])||void 0===_elements$id?void 0:_elements$id.isVisible)},onOpenUrl:onOpenUrl,onShowCard:onShowCard},children:Object(jsx_runtime.jsx)(Component,{data:data,className:className,inherited:{},style:style})})}TextRun.displayName="TextRun",TextRun.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,style:prop_types_default.a.shape()},TextRun.defaultProps={action:void 0,className:"",style:void 0},TextRun.acPropTypes={color:acPropTypes_color,fontType:acPropTypes_fontType,highlight:acPropTypes_highlight,isSubtle:acPropTypes_isSubtle,italic:acPropTypes_italic,selectAction:acPropTypes_selectAction,size:acPropTypes_size,strikethrough:acPropTypes_strikethrough,text:acPropTypes_text,type:acPropTypes_type,underline:acPropTypes_underline,weight:acPropTypes_weight},registerComponent("TextRun",TextRun),TextRun.__docgenInfo={description:"Adaptive Cards TextRun component\nhttps://adaptivecards.io/explorer/TextRun.html\n\n@param {object} props React props passed to the component\n@param {object} [props.action] A set of attributes to apply when the component behaves as an action\n@param {object} props.data Active cards definition\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@returns {object} JSX of the component",methods:[],displayName:"TextRun",props:{action:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},data:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/TextRun/TextRun.jsx"]={name:"TextRun",docgenInfo:TextRun.__docgenInfo,path:"src/components/adaptive-cards/TextRun/TextRun.jsx"}),AdaptiveCardInternal.displayName="AdaptiveCardInternal",AdaptiveCardInternal.propTypes={action:prop_types_default.a.shape(),data:prop_types_default.a.shape().isRequired,className:prop_types_default.a.string,inherited:prop_types_default.a.shape().isRequired,style:prop_types_default.a.shape()},AdaptiveCardInternal.defaultProps={action:void 0,className:void 0,style:void 0},AdaptiveCardInternal.acPropTypes={actions:acPropTypes_actions,backgroundImage:acPropTypes_backgroundImage,body:acPropTypes_children,minHeight:acPropTypes_minHeight,rtl:acPropTypes_rtl,$schema:acPropTypes_$schema,selectAction:acPropTypes_selectAction,type:acPropTypes_type,version:acPropTypes_version,verticalContentAlignment:acPropTypes_verticalContentAlignment},registerComponent("AdaptiveCard",AdaptiveCardInternal,"vertical"),AdaptiveCard.displayName="AdaptiveCard",AdaptiveCard.propTypes={template:prop_types_default.a.shape().isRequired,context:prop_types_default.a.shape(),className:prop_types_default.a.string,style:prop_types_default.a.shape(),onOpenUrl:prop_types_default.a.func,onShowCard:prop_types_default.a.func,onSubmit:prop_types_default.a.func,onInvalidSubmit:prop_types_default.a.func},AdaptiveCard.defaultProps={className:void 0,context:void 0,style:void 0,onOpenUrl:void 0,onShowCard:void 0,onSubmit:void 0,onInvalidSubmit:void 0},AdaptiveCard.__docgenInfo={description:"AdaptiveCard component\n\n@param {object} props React properties\n@param {object} props.template Adaptive Card template\n@param {object} [props.context] Provided data for binding to Adaptive Card\n@param {string} [props.className] Custom CSS class to apply\n@param {object} [props.style] Custom style to apply\n@param {Function} [props.onOpenUrl] Called when an open url action was performed\n@param {Function} [props.onShowCard] Called when a show card action was performed\n@param {Function} [props.onSubmit] Action to perform on submit\n@param {Function} [props.onInvalidSubmit] Action to perform on invalid submit\n@returns {object} JSX of the component",methods:[],displayName:"AdaptiveCard",props:{className:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},context:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},style:{defaultValue:{value:"undefined",computed:!0},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},onOpenUrl:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onShowCard:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onSubmit:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},onInvalidSubmit:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},template:{type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.jsx"]={name:"AdaptiveCard",docgenInfo:AdaptiveCard.__docgenInfo,path:"src/components/adaptive-cards/AdaptiveCard/AdaptiveCard.jsx"})},96:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Button}));var slicedToArray=__webpack_require__(3),slicedToArray_default=__webpack_require__.n(slicedToArray),react=(__webpack_require__(8),__webpack_require__(0)),prop_types=__webpack_require__(1),prop_types_default=__webpack_require__.n(prop_types),helpers=__webpack_require__(4),hooks=__webpack_require__(6),react_dom=__webpack_require__(154),Portal_Portal=function Portal(_ref){var children=_ref.children,mount=document.querySelector("body");return Object(react_dom.createPortal)(children,mount)};Portal_Portal.propTypes={children:prop_types_default.a.node.isRequired};var generic_Portal_Portal=Portal_Portal,jsx_runtime=__webpack_require__(2),Tooltip_Tooltip=function Tooltip(_ref){var coords,children=_ref.children,className=_ref.className,style=_ref.style,target=_ref.target,_webexComponentClasse=Object(helpers.a)("tooltip-container",className),_webexComponentClasse2=slicedToArray_default()(_webexComponentClasse,2),cssClasses=_webexComponentClasse2[0],sc=_webexComponentClasse2[1],_useState=Object(react.useState)(!1),_useState2=slicedToArray_default()(_useState,2),tooltipVisible=_useState2[0],setTooltipVisible=_useState2[1];if(target){var rect=target.getBoundingClientRect();coords={left:rect.x+rect.width/2,bottom:window.innerHeight-rect.top+14-window.scrollY}}return Object(react.useEffect)((function(){var cleanup,isTouchDevice="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;if(target&&!isTouchDevice){var show=function show(){return setTooltipVisible(!0)},hide=function hide(){return setTooltipVisible(!1)};target.addEventListener("mouseenter",show),target.addEventListener("mouseleave",hide),cleanup=function cleanup(){target.removeEventListener("mouseenter",show),target.removeEventListener("mouseleave",hide)}}return cleanup}),[target]),tooltipVisible&&Object(jsx_runtime.jsx)(generic_Portal_Portal,{children:Object(jsx_runtime.jsx)("div",{className:cssClasses,style:Object.assign({},style,coords),children:Object(jsx_runtime.jsx)("div",{className:sc("wrapper"),children:Object(jsx_runtime.jsxs)("div",{className:sc("box"),children:[children,Object(jsx_runtime.jsx)("span",{className:sc("arrow")})]})})})})};Tooltip_Tooltip.propTypes={className:prop_types_default.a.string,children:prop_types_default.a.node.isRequired,style:prop_types_default.a.shape(),target:prop_types_default.a.shape()},Tooltip_Tooltip.defaultProps={className:"",style:{},target:null},Tooltip_Tooltip.__docgenInfo={description:"Displays tooltip\n\n@param {object} props Data passed to the component\n@param {React.ReactNode[]} props.children List of children\n@param {string} [props.className] Additional className for the component\n@param {string} props.style Inline style for the component\n@param {object} props.target Ref for the target element\n@returns {object} JSX of the element",methods:[],displayName:"Tooltip",props:{className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},target:{defaultValue:{value:"null",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}};var generic_Tooltip_Tooltip=Tooltip_Tooltip;function Button(_ref){var _webexComponentClasse3,ariaLabel=_ref.ariaLabel,autoFocus=_ref.autoFocus,children=_ref.children,className=_ref.className,isDisabled=_ref.isDisabled,onClick=_ref.onClick,pressed=_ref.pressed,size=_ref.size,style=_ref.style,tabIndex=_ref.tabIndex,tooltip=_ref.tooltip,type=_ref.type,_webexComponentClasse=Object(helpers.a)("button",className,((_webexComponentClasse3={})[""+type]=!0,_webexComponentClasse3.pressed=pressed,_webexComponentClasse3)),cssClasses=slicedToArray_default()(_webexComponentClasse,1)[0],buttonRef=Object(hooks.r)();return Object(hooks.f)(buttonRef,autoFocus),Object(jsx_runtime.jsxs)(jsx_runtime.Fragment,{children:[Object(jsx_runtime.jsx)("button",{className:cssClasses,type:"button",onClick:isDisabled?void 0:onClick,"aria-label":ariaLabel,autoFocus:autoFocus,tabIndex:tabIndex,ref:buttonRef,style:Object.assign({height:size},style),"wxc-disabled":isDisabled?"true":void 0,children:children}),tooltip&&Object(jsx_runtime.jsx)(generic_Tooltip_Tooltip,{target:buttonRef.current,children:tooltip})]})}"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Tooltip/Tooltip.jsx"]={name:"Tooltip",docgenInfo:Tooltip_Tooltip.__docgenInfo,path:"src/components/generic/Tooltip/Tooltip.jsx"}),Button.propTypes={ariaLabel:prop_types_default.a.string,autoFocus:prop_types_default.a.bool,children:prop_types_default.a.node.isRequired,className:prop_types_default.a.string,isDisabled:prop_types_default.a.bool,onClick:prop_types_default.a.func,pressed:prop_types_default.a.bool,style:prop_types_default.a.shape(),size:prop_types_default.a.oneOfType([prop_types_default.a.number,prop_types_default.a.string]),tabIndex:prop_types_default.a.number,tooltip:prop_types_default.a.string,type:prop_types_default.a.oneOf(["default","join","cancel","ghost","toggle","primary"])},Button.defaultProps={ariaLabel:void 0,autoFocus:!1,className:"",isDisabled:!1,onClick:void 0,pressed:!1,style:{},size:32,tabIndex:0,tooltip:"",type:"default"},Button.__docgenInfo={description:"Button component\n\n@param {object} props Data passed to the component\n@param {string} props.ariaLabel String that labels the current element\n@param {boolean} props.autoFocus Flag indicating if the button has autofocus\n@param {JSX.Element} props.children List of children\n@param {string} [props.className] Custom CSS class to apply\n@param {boolean} props.isDisabled Flag indicating button disabled\n@param {Function} props.onClick OnClick callback\n@param {boolean} [props.pressed=false] Flag indicating if the button is pressed\n@param {object} props.style Inline style object for the component\n@param {string|number} props.size Button height\n@param {number} props.tabIndex Value of the tabIndex\n@param {string} props.tooltip Tooltip to be displayed\n@param {'default'|'join'|'cancel'|'ghost'|'toggle'|'primary'} [props.type='default'] Button type\n@returns {object} JSX of the element",methods:[],displayName:"Button",props:{ariaLabel:{defaultValue:{value:"undefined",computed:!0},type:{name:"string"},required:!1,description:""},autoFocus:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},className:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},isDisabled:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},onClick:{defaultValue:{value:"undefined",computed:!0},type:{name:"func"},required:!1,description:""},pressed:{defaultValue:{value:"false",computed:!1},type:{name:"bool"},required:!1,description:""},style:{defaultValue:{value:"{}",computed:!1},type:{name:"shape",value:"PropTypes.shape()",computed:!0},required:!1,description:""},size:{defaultValue:{value:"32",computed:!1},type:{name:"union",value:[{name:"number"},{name:"string"}]},required:!1,description:""},tabIndex:{defaultValue:{value:"0",computed:!1},type:{name:"number"},required:!1,description:""},tooltip:{defaultValue:{value:"''",computed:!1},type:{name:"string"},required:!1,description:""},type:{defaultValue:{value:"'default'",computed:!1},type:{name:"enum",value:[{value:"'default'",computed:!1},{value:"'join'",computed:!1},{value:"'cancel'",computed:!1},{value:"'ghost'",computed:!1},{value:"'toggle'",computed:!1},{value:"'primary'",computed:!1}]},required:!1,description:""},children:{type:{name:"node"},required:!0,description:""}}},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/generic/Button/Button.jsx"]={name:"Button",docgenInfo:Button.__docgenInfo,path:"src/components/generic/Button/Button.jsx"})}},[[652,2,3]]]); \ No newline at end of file