@rocket.chat/fuselage 0.66.4 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/components/Accordion/Accordion.d.ts +1 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +3 -8
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarContainer.d.ts +2 -1
- package/dist/components/Avatar/AvatarContainer.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarStack.d.ts +3 -3
- package/dist/components/Avatar/AvatarStack.d.ts.map +1 -1
- package/dist/components/Avatar/index.d.ts +3 -3
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Box/index.d.ts +1 -1
- package/dist/components/Box/index.d.ts.map +1 -1
- package/dist/components/Divider/Divider.d.ts +3 -3
- package/dist/components/Divider/Divider.d.ts.map +1 -1
- package/dist/components/EmailInput/EmailInput.d.ts +6 -8
- package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
- package/dist/components/Field/Field.d.ts +3 -3
- package/dist/components/Field/Field.d.ts.map +1 -1
- package/dist/components/Field/FieldDescription.d.ts +3 -3
- package/dist/components/Field/FieldDescription.d.ts.map +1 -1
- package/dist/components/Field/FieldError.d.ts +3 -3
- package/dist/components/Field/FieldError.d.ts.map +1 -1
- package/dist/components/Field/FieldHint.d.ts +3 -3
- package/dist/components/Field/FieldHint.d.ts.map +1 -1
- package/dist/components/Field/FieldLabel.d.ts +5 -1
- package/dist/components/Field/FieldLabel.d.ts.map +1 -1
- package/dist/components/Field/FieldLabelInfo.d.ts +3 -3
- package/dist/components/Field/FieldLabelInfo.d.ts.map +1 -1
- package/dist/components/Field/FieldLink.d.ts +3 -3
- package/dist/components/Field/FieldLink.d.ts.map +1 -1
- package/dist/components/Field/FieldRow.d.ts +3 -3
- package/dist/components/Field/FieldRow.d.ts.map +1 -1
- package/dist/components/Field/index.d.ts +8 -57
- package/dist/components/Field/index.d.ts.map +1 -1
- package/dist/components/InputBox/Input.d.ts +4 -3
- package/dist/components/InputBox/Input.d.ts.map +1 -1
- package/dist/components/InputBox/InputBox.d.ts +14 -13
- package/dist/components/InputBox/InputBox.d.ts.map +1 -1
- package/dist/components/InputBox/InputBoxAddon.d.ts +5 -0
- package/dist/components/InputBox/InputBoxAddon.d.ts.map +1 -0
- package/dist/components/InputBox/InputBoxSkeleton.d.ts +4 -5
- package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -1
- package/dist/components/InputBox/InputBoxWrapper.d.ts +5 -0
- package/dist/components/InputBox/InputBoxWrapper.d.ts.map +1 -0
- package/dist/components/InputBox/index.d.ts +3 -42
- package/dist/components/InputBox/index.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -1
- package/dist/components/NavBar/NavBarSection.d.ts +1 -1
- package/dist/components/NavBar/NavBarSection.d.ts.map +1 -1
- package/dist/components/NumberInput/NumberInput.d.ts +3 -4
- package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/components/Option/CheckOption.d.ts +4 -22
- package/dist/components/Option/CheckOption.d.ts.map +1 -1
- package/dist/components/Option/Option.d.ts +9 -12
- package/dist/components/Option/Option.d.ts.map +1 -1
- package/dist/components/Option/OptionAvatar.d.ts +1 -1
- package/dist/components/Option/OptionAvatar.d.ts.map +1 -1
- package/dist/components/Option/OptionColumn.d.ts +1 -1
- package/dist/components/Option/OptionColumn.d.ts.map +1 -1
- package/dist/components/Option/OptionContent.d.ts +2 -1
- package/dist/components/Option/OptionContent.d.ts.map +1 -1
- package/dist/components/Option/OptionDescription.d.ts +1 -1
- package/dist/components/Option/OptionDescription.d.ts.map +1 -1
- package/dist/components/Option/OptionDescriptionBlock.d.ts +2 -2
- package/dist/components/Option/OptionDescriptionBlock.d.ts.map +1 -1
- package/dist/components/Option/OptionDivider.d.ts +2 -3
- package/dist/components/Option/OptionDivider.d.ts.map +1 -1
- package/dist/components/Option/OptionHeader.d.ts +1 -1
- package/dist/components/Option/OptionHeader.d.ts.map +1 -1
- package/dist/components/Option/OptionIcon.d.ts +2 -3
- package/dist/components/Option/OptionIcon.d.ts.map +1 -1
- package/dist/components/Option/OptionInput.d.ts +1 -1
- package/dist/components/Option/OptionInput.d.ts.map +1 -1
- package/dist/components/Option/OptionMenu.d.ts +2 -4
- package/dist/components/Option/OptionMenu.d.ts.map +1 -1
- package/dist/components/Option/OptionTitle.d.ts +1 -1
- package/dist/components/Option/OptionTitle.d.ts.map +1 -1
- package/dist/components/Option/index.d.ts +14 -98
- package/dist/components/Option/index.d.ts.map +1 -1
- package/dist/components/Options/OptionContainer.d.ts +5 -0
- package/dist/components/Options/OptionContainer.d.ts.map +1 -0
- package/dist/components/Options/OptionType.d.ts +10 -0
- package/dist/components/Options/OptionType.d.ts.map +1 -0
- package/dist/components/Options/Options.d.ts +14 -20
- package/dist/components/Options/Options.d.ts.map +1 -1
- package/dist/components/Options/OptionsEmpty.d.ts +6 -0
- package/dist/components/Options/OptionsEmpty.d.ts.map +1 -0
- package/dist/components/Options/index.d.ts +4 -16
- package/dist/components/Options/index.d.ts.map +1 -1
- package/dist/components/Options/useCursor.d.ts +3 -2
- package/dist/components/Options/useCursor.d.ts.map +1 -1
- package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +2 -20
- package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
- package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts +2 -2
- package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts.map +1 -1
- package/dist/components/PaginatedSelect/PaginatedMultiSelectFiltered.d.ts.map +1 -1
- package/dist/components/PasswordInput/PasswordInput.d.ts +3 -4
- package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +6 -8
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/Select/SelectAnchorParams.d.ts +1 -1
- package/dist/components/Select/SelectAnchorParams.d.ts.map +1 -1
- package/dist/components/Select/SelectFilteredAnchor.d.ts +1 -1
- package/dist/components/Select/SelectFilteredAnchor.d.ts.map +1 -1
- package/dist/components/Select/SelectTrigger.d.ts +1 -1
- package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInput.d.ts +10 -5
- package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputOption.d.ts +5 -0
- package/dist/components/SelectInput/SelectInputOption.d.ts.map +1 -0
- package/dist/components/SelectInput/SelectInputPlaceholder.d.ts +5 -0
- package/dist/components/SelectInput/SelectInputPlaceholder.d.ts.map +1 -0
- package/dist/components/SelectInput/index.d.ts +2 -4
- package/dist/components/SelectInput/index.d.ts.map +1 -1
- package/dist/components/Sidebar/index.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +2 -2
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/components/TelephoneInput/TelephoneInput.d.ts +7 -9
- package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
- package/dist/components/TextAreaInput/TextAreaInput.d.ts +6 -8
- package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
- package/dist/components/TextInput/TextInput.d.ts +7 -4
- package/dist/components/TextInput/TextInput.d.ts.map +1 -1
- package/dist/components/UrlInput/UrlInput.d.ts +3 -4
- package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.css +2 -2
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +8503 -15163
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +226 -2
- package/dist/helpers/composeClassNames.d.ts +1 -1
- package/dist/helpers/composeClassNames.d.ts.map +1 -1
- package/package.json +33 -40
- package/dist/components/InputBox/Addon.d.ts +0 -4
- package/dist/components/InputBox/Addon.d.ts.map +0 -1
- package/dist/components/InputBox/Option.d.ts +0 -4
- package/dist/components/InputBox/Option.d.ts.map +0 -1
- package/dist/components/InputBox/Placeholder.d.ts +0 -4
- package/dist/components/InputBox/Placeholder.d.ts.map +0 -1
- package/dist/components/InputBox/Wrapper.d.ts +0 -4
- package/dist/components/InputBox/Wrapper.d.ts.map +0 -1
- package/dist/fuselage.production.js.LICENSE.txt +0 -18
|
@@ -1,2 +1,226 @@
|
|
|
1
|
-
/*! For license information please see fuselage.production.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("@rocket.chat/css-in-js"),require("@rocket.chat/css-supports"),require("@rocket.chat/fuselage-hooks"),require("@rocket.chat/icons"),require("@rocket.chat/memo"),require("react-aria"),require("react-dom"),require("react-stately"),require("react-virtuoso"),require("react")):"function"==typeof define&&define.amd?define("RocketChatFuselage",["@rocket.chat/css-in-js","@rocket.chat/css-supports","@rocket.chat/fuselage-hooks","@rocket.chat/icons","@rocket.chat/memo","react-aria","react-dom","react-stately","react-virtuoso","react"],t):"object"==typeof exports?exports.RocketChatFuselage=t(require("@rocket.chat/css-in-js"),require("@rocket.chat/css-supports"),require("@rocket.chat/fuselage-hooks"),require("@rocket.chat/icons"),require("@rocket.chat/memo"),require("react-aria"),require("react-dom"),require("react-stately"),require("react-virtuoso"),require("react")):e.RocketChatFuselage=t(e["@rocket.chat/css-in-js"],e["@rocket.chat/css-supports"],e["@rocket.chat/fuselage-hooks"],e["@rocket.chat/icons"],e["@rocket.chat/memo"],e["react-aria"],e["react-dom"],e["react-stately"],e["react-virtuoso"],e.React)}(self,(function(e,t,r,n,o,i,a,l,s,c){return function(){"use strict";var u={14:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ListBox=function(e){var t=(0,s.useRef)(null),r=e.listBoxRef,a=void 0===r?t:r,u=e.state,p=(0,c.useListBox)(e,u,a).listBoxProps;return(0,l.jsx)("div",n({},p,{ref:a,children:i([],o(u.collection),!1).map((function(e){return"section"===e.type?(0,l.jsx)(f,{section:e,state:u},e.key):(0,l.jsx)(d,{item:e,state:u},e.key)}))}))};var l=r(1085),s=r(4012),c=r(307),u=a(r(4614));function f(e){var t=e.section,r=e.state,a=(0,c.useListBoxSection)({heading:t.rendered,"aria-label":t["aria-label"]}),s=a.itemProps,u=a.headingProps,f=a.groupProps;return(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)("li",n({},s,{className:"pt-2",children:[t.rendered&&(0,l.jsx)("span",n({},u,{className:"text-xs font-bold uppercase text-gray-500 mx-3",children:t.rendered})),(0,l.jsx)("ul",n({},f,{children:i([],o(t.childNodes),!1).map((function(e){return(0,l.jsx)(d,{item:e,state:r},e.key)}))}))]}))})}function d(e){var t=e.item,r=e.state,o=(0,s.useRef)(null),i=(0,c.useOption)({key:t.key},r,o),a=i.optionProps,f=i.isDisabled,d=i.isSelected,p=i.isFocused;return(0,l.jsx)(u.default,n({ref:o,disabled:f,selected:d,focus:p,label:t.rendered},a,{children:t.rendered}),t.key)}},155:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemContent=void 0;var i=r(1085);t.SidebarItemContent=function(e){var t=e.className,r=e.unread,a=o(e,["className","unread"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__subtitle",r&&"rcx-sidebar-v2-item__subtitle--highlighted",t].filter(Boolean).join(" ")},a))}},175:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});var i=r(9823);o(r(9823),t),t.default=Object.assign(i.Options,{AvatarSize:"x20"})},181:function(e,t,r){var n,o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a=this&&this.__importStar||(n=function(e){return n=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},n(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=n(e),a=0;a<r.length;a++)"default"!==r[a]&&o(t,e,r[a]);return i(t,e),t});Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsReply=t.MessageMetricsFollowing=t.MessageMetricsItemLabel=t.MessageMetricsItemIcon=t.MessageMetricsItem=t.MessageMetricsItemAvatarRowContent=t.MessageMetricsItemAvatarRow=t.MessageMetrics=void 0;var l=r(9777);Object.defineProperty(t,"MessageMetrics",{enumerable:!0,get:function(){return l.MessageMetrics}});var s=r(688);Object.defineProperty(t,"MessageMetricsFollowing",{enumerable:!0,get:function(){return s.MessageMetricsFollowing}});var c=a(r(2407));t.MessageMetricsItem=c.default,Object.defineProperty(t,"MessageMetricsItemIcon",{enumerable:!0,get:function(){return c.MessageMetricsItemIcon}}),Object.defineProperty(t,"MessageMetricsItemAvatarRowContent",{enumerable:!0,get:function(){return c.MessageMetricsItemAvatarRowContent}}),Object.defineProperty(t,"MessageMetricsItemAvatarRow",{enumerable:!0,get:function(){return c.MessageMetricsItemAvatarRow}}),Object.defineProperty(t,"MessageMetricsItemLabel",{enumerable:!0,get:function(){return c.MessageMetricsItemLabel}});var u=r(389);Object.defineProperty(t,"MessageMetricsReply",{enumerable:!0,get:function(){return u.MessageMetricsReply}}),t.default=Object.assign(l.MessageMetrics,{Reply:u.MessageMetricsReply,Item:c.default,Following:s.MessageMetricsFollowing})},193:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Bubble=void 0;var i=r(1085),a=r(5897),l=r(8976);t.Bubble=function(e){var t=e.secondary,r=e.children,s=e.onClick,c=e.icon,u=e.onDismiss,f=e.small,d=e.contentProps,p=e.dismissProps,b=o(e,["secondary","children","onClick","icon","onDismiss","small","contentProps","dismissProps"]);return(0,i.jsxs)("div",n({className:["rcx-bubble","rcx-box","rcx-box--full",u&&"rcx-bubble__group",f&&"rcx-bubble--small"].join(" ")},b,{children:[s?(0,i.jsx)(a.BubbleButton,n({onClick:s,secondary:t,icon:c,label:r},d)):(0,i.jsx)(l.BubbleItem,n({secondary:t,icon:c,label:r},d)),u&&(0,i.jsx)(a.BubbleButton,n({onClick:u,secondary:t,icon:"cross-small","aria-label":"Dismiss ".concat(r)},p))]}))}},199:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelList=void 0;var i=r(1085),a=r(4012);t.SidepanelList=(0,a.forwardRef)((function(e,t){var r=e.className,a=o(e,["className"]);return(0,i.jsx)("div",n({role:"list",ref:t,className:["rcx-sidepanel-list",r].filter(Boolean).join(" ")},a))}))},213:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TelephoneInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.TelephoneInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"tel",ref:t},e))}))},217:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.useArrayLikeClassNameProp=void 0;var o,i=r(6396),a=r(8188),l=r(4356);t.useArrayLikeClassNameProp=function(e){var t=e.className?[].concat(e.className):[],r=t.filter((function(e){return"function"==typeof e})),s=(0,l.useStyle)((0,i.css)(o||(o=n(["\n ","\n "],["\n ","\n "])),r),e),c=t.filter((function(e){return"string"==typeof e})).reduce((function(e,t){return(0,a.appendClassName)(e,t)}),s||"");return Object.assign(e,{className:c})}},235:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2731),t)},251:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldLink=void 0;var i=r(1085),a=(o(r(1414)),o(r(2944)));r(7403),t.FieldLink=function(e){return(0,i.jsx)(a.default,n({is:"a",target:"_blank","rcx-field__link":!0},e))}},271:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemTimestamp=void 0;var o=r(1085);t.MessageSystemTimestamp=function(e){return(0,o.jsx)("span",n({className:"rcx-box rcx-box--full rcx-message-system__time"},e))}},274:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageContainerFixed=void 0;var o=r(1085);t.MessageContainerFixed=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-container rcx-message-container--fixed"},e))}},306:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2919),t)},307:function(e){e.exports=i},325:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.prevent=void 0,t.prevent=function(e){e.preventDefault(),e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}},328:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarDivider=void 0;var n=r(1085),o=r(7228);t.SidebarDivider=function(){return(0,n.jsx)(o.Divider,{"rcx-sidebar--divider":!0,mbs:-2,mbe:0})}},376:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.dark=t.highContrast=t.light=void 0;var n=r(4296);t.light=(0,n.getThemePalette)("light"),t.highContrast=(0,n.getThemePalette)("high-contrast"),t.dark=(0,n.getThemePalette)("dark")},389:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsReply=void 0;var i=r(1085),a=r(9470),l=o(r(2407));t.MessageMetricsReply=function(e){return(0,i.jsx)(l.default,{children:(0,i.jsx)(a.Button,n({primary:!0},e,{small:!0}))})}},410:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.toCSSColorValue=t.toCSSFontValue=t.toCSSValue=void 0;var n=(0,r(1403).cssSupports)("(--foo: bar)");t.toCSSValue=n?function(e,t){return"var(".concat(e,", ").concat(t,")")}:function(e,t){return t},t.toCSSFontValue=function(e,r){return(0,t.toCSSValue)("--rcx-font-family-".concat(e),r)},t.toCSSColorValue=function(e,r){return(0,t.toCSSValue)("--rcx-color-".concat(e),r)}},469:function(e){e.exports=JSON.parse('{"status":{"light":{"info":"#D1EBFE","font-on-info":"#095AD2","success":"#C0F6E4","font-on-success":"#148660","danger":"#FFC1C9","font-on-danger":"#9B1325","warning":"#FFECAD","font-on-warning":"#8E6300","warning-2":"#FFF8E0","font-on-warning-2":"#2F343D","service-1":"#FAD1B0","font-on-service-1":"#974809","service-2":"#EDD0F7","font-on-service-2":"#7F1B9F","service-3":"#5F1477","font-on-service-3":"#ffffff"},"high-contrast":{"info":"#D1EBFE","font-on-info":"#10529E","success":"#C0F6E4","font-on-success":"#0D5940","danger":"#FFC1C9","font-on-danger":"#6B0513","warning":"#FFECAD","font-on-warning":"#573D00","warning-2":"#FFF8E0","font-on-warning-2":"#2F343D","service-1":"#FAD1B0","font-on-service-1":"#5B2C06","service-2":"#EDD0F7","font-on-service-2":"#7F1B9F","service-3":"#5F1477","font-on-service-3":"#ffffff"},"dark":{"info":"#A8C3EB","font-on-info":"#739EDE","success":"#C1EBDD","font-on-success":"#58AD90","danger":"#F7CFD4","font-on-danger":"#D88892","warning":"#FEEFBE","font-on-warning":"#C7AA66","warning-2":"#3C3625","font-on-warning-2":"#FFFFFF","service-1":"#FCE3CF","font-on-service-1":"#CA9163","service-2":"#EDD0F7","font-on-service-2":"#C393D2","service-3":"#5F1477","font-on-service-3":"#FFFFFF"}},"statusBullet":{"light":{"online":"#148660","away":"#AC892F","busy":"#D40C26","disabled":"#F38C39","offline":"#6C737A","loading":"#6C737A"},"high-contrast":{"online":"#0D5940","away":"#AC892F","busy":"#6B0513","disabled":"#BD5A0B","offline":"#1F2329","loading":"#1F2329"},"dark":{"online":"#1CBF89","away":"#B08C30","busy":"#C75765","disabled":"#CC7F42","offline":"#8B9098","loading":"#8B9098"}}}')},482:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.ButtonGroup,n({},e))}))},483:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.exhaustiveCheck=void 0,t.exhaustiveCheck=function(e){throw new Error("Exhaustive check failed")}},488:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(8635);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},500:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useVisible=t.OptionsPaginated=t.CheckOption=t.Empty=void 0;var l=r(4012),s=r(1085),c=r(6398),u=r(4012),f=r(6179),d=r(325),p=a(r(1974)),b=a(r(2944)),h=r(5358),v=a(r(4614)),y=a(r(5459));t.Empty=(0,u.memo)((function(){return(0,s.jsx)(v.default,{label:"Empty"})})),t.CheckOption=(0,u.memo)((function(e){var t=e.selected,r=e.children,i=o(e,["selected","children"]);return(0,s.jsx)(v.default,n({label:r,selected:t},i,{children:(0,s.jsx)(h.CheckBox,{checked:t})}))})),t.OptionsPaginated=(0,u.forwardRef)((function(e,r){var i=e.withTitle,a=e.multiple,c=e.renderEmpty,u=void 0===c?t.Empty:c,p=e.options,h=e.cursor,g=e.renderItem,O=void 0===g?v.default:g,_=e.onSelect,m=e.endReached,j=o(e,["withTitle","multiple","renderEmpty","options","cursor","renderItem","onSelect","endReached"]),x=function(e){var t=e.index,r=e.data,o=r.value,s=r.label,c=r.selected;return(0,l.createElement)(O,n({},i&&{title:s},{index:t,role:"option",label:s,onMouseDown:function(e){return(0,d.prevent)(e),_([o,s]),!1},key:o,value:o,selected:c||!0!==a&&null,focus:h===t||null}))};return(0,s.jsx)(b.default,n({"rcx-options":!0},j,{ref:r,children:(0,s.jsx)(y.default,{padding:0,paddingBlock:"x12",paddingInline:0,elevation:"2",children:p.length?(0,s.jsx)(f.Virtuoso,{endReached:m,style:{height:"144px"},totalCount:p.length,data:p,itemContent:function(e,t){return(0,s.jsx)(x,{index:e,data:t})}}):(0,s.jsx)(u,{})})}))})),t.useVisible=function(e){void 0===e&&(e=p.default.HIDDEN);var t=i((0,c.useDebouncedState)(e,10),2),r=t[0],n=t[1];return[r,(0,c.useEffectEvent)((function(){return n(p.default.HIDDEN)})),(0,c.useEffectEvent)((function(){return n(p.default.VISIBLE)}))]}},525:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("ul",n({},r,{className:"rcx-states__list",children:t}))}},540:function(e){e.exports=JSON.parse('{"stroke":{"light":{"extraLight":"#EBECEF","light":"#CBCED1","medium":"#9EA2A8","dark":"#6C737A","extraDark":"#2F343D","extraLightHighlight":"#D1EBFE","highlight":"#156FF5","extraLightError":"#FFC1C9","error":"#EC0D2A"},"high-contrast":{"extraLight":"#EBECEF","light":"#CBCED1","medium":"#9EA2A8","dark":"#6C737A","extraDark":"#2F343D","extraLightHighlight":"#D1EBFE","highlight":"#156FF5","extraLightError":"#FFC1C9","error":"#EC0D2A"},"dark":{"extraLight":"#333842","light":"#404754","medium":"#4B5362","dark":"#9EA2A8","extraDark":"#CBCED1","extraLightHighlight":"#D1EBFE","highlight":"#6292DA","extraLightError":"#F49AA6","error":"#BB3E4E"}}}')},547:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemBody=void 0;var o=r(1085);t.MessageSystemBody=function(e){return(0,o.jsx)("div",n({className:"rcx-message-system__body"},e))}},556:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReactionCounter=void 0;var n=r(1085);t.MessageReactionCounter=function(e){var t=e.counter,r=e.className;return(0,n.jsx)("div",{className:"rcx-message-reactions__counter ".concat(r),children:t})}},602:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageContainer=void 0;var o=r(1085);t.ThreadMessageContainer=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-thread__container"},e))}},603:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldGroup=void 0;var a=r(1085),l=r(8188),s=r(5918),c=i(r(2944));t.FieldGroup=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(c.default,n({is:"fieldset","rcx-field-group":!0,role:"group"},r,{children:(0,s.patchChildren)(t,(function(e){return{className:(0,l.appendClassName)(e.className,"rcx-field-group__item")}}))}))}},615:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownDesktop=void 0;var i=r(1085),a=r(4012),l=r(9470);t.DropdownDesktop=(0,a.forwardRef)((function(e,t){var r=e.children,a=e.style,s=o(e,["children","style"]);return(0,i.jsx)(l.Tile,n({style:a,ref:t,elevation:"2",pi:"0",pb:"0",display:"flex",flexDirection:"column",overflow:"auto","data-testid":"dropdown"},s,{children:(0,i.jsx)(l.Box,{flexShrink:1,pb:12,children:"hidden"===(null==a?void 0:a.visibility)?null:r})}))}))},651:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalThumb=void 0;var i=r(1085),a=r(8154),l=o(r(2944));t.ModalThumb=function(e){return(0,i.jsx)(l.default,{children:(0,i.jsx)(a.Avatar,n({size:"x28"},e))})}},688:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsFollowing=void 0;var i=r(1085),a=r(8955);t.MessageMetricsFollowing=function(e){var t=e.name,r=e.badge,l=o(e,["name","badge"]);return(0,i.jsx)(a.IconButton,n({position:"relative",overflow:"visible"},l,{small:!0,icon:t,children:r&&(0,i.jsx)("div",{className:"rcx-message-metrics__item__follow-badge",children:r})}))}},693:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageDivider=void 0;var i=r(1085);t.MessageDivider=function(e){var t=e.children,r=e.unreadLabel,a=o(e,["children","unreadLabel"]);return(0,i.jsxs)("div",n({role:"separator",className:r?"rcx-message-divider rcx-message-divider--unread":"rcx-message-divider"},a,{children:[t&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:"rcx-message-divider__bar"}),(0,i.jsx)("div",{className:"rcx-message-divider__wrapper",children:t})," "]}),(0,i.jsx)("div",{className:"rcx-message-divider__bar",children:r&&(0,i.jsx)("div",{className:"rcx-message-divider__wrapper--unread",children:r})})]}))}},760:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelSectionAction=void 0;var i=r(1085);t.SidepanelSectionAction=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidepanel-section__action",t].filter(Boolean).join(" ")},r))}},765:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewTitle=void 0;var i=r(1085);t.MessageGenericPreviewTitle=function(e){var t=e.externalUrl,r=e.children,a=o(e,["externalUrl","children"]);return t?(0,i.jsx)("a",n({className:"rcx-message-generic-preview__title rcx-message-generic-preview__title-link",href:t,target:"_blank"},a,{children:r})):(0,i.jsx)("span",n({className:"rcx-message-generic-preview__title"},a))}},814:function(e){e.exports=JSON.parse('{"statusBullet":{"light":{"online":"#148660","away":"#AC892F","busy":"#D40C26","disabled":"#F38C39","offline":"#6C737A","loading":"#6C737A"},"high-contrast":{"online":"#0D5940","away":"#AC892F","busy":"#6B0513","disabled":"#BD5A0B","offline":"#1F2329","loading":"#1F2329"},"dark":{"online":"#1CBF89","away":"#B08C30","busy":"#C75765","disabled":"#CC7F42","offline":"#8B9098","loading":"#8B9098"}}}')},854:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.useBoxOnlyProps=void 0;var o=r(4780);t.useBoxOnlyProps=function(e){return Object.entries(e).forEach((function(t){var r=n(t,2),i=r[0],a=r[1];if("rcx-"===i.slice(0,4))try{if(!a)return;var l=!0===a?i:"".concat(i,"-").concat(a);e.className=(0,o.prependClassName)(e.className,l)}finally{delete e[i]}})),e.animated&&(e.className=(0,o.prependClassName)(e.className,"rcx-box--animated"),delete e.animated),e.withRichContent&&("inlineWithoutBreaks"===e.withRichContent?e.className=(0,o.prependClassName)(e.className,"rcx-box--with-inline-elements"):(e.className=(0,o.prependClassName)(e.className,"rcx-box--with-inline-elements"),e.className=(0,o.prependClassName)(e.className,"rcx-box--with-block-elements"))),e.htmlSize&&(e.size=e.htmlSize,delete e.htmlSize),e.focusable&&(e.className=(0,o.prependClassName)(e.className,"rcx-box--focusable"),delete e.focusable),delete e.withRichContent,e.className=(0,o.prependClassName)(e.className,"rcx-box rcx-box--full"),e}},855:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=t.MessageToolbarWrapper=t.MessageToolbarItem=t.MessageToolbar=void 0;var n=r(6904);Object.defineProperty(t,"Menu",{enumerable:!0,get:function(){return n.Menu}});var o=r(1861);Object.defineProperty(t,"MessageToolbar",{enumerable:!0,get:function(){return o.MessageToolbar}});var i=r(9404);Object.defineProperty(t,"MessageToolbarItem",{enumerable:!0,get:function(){return i.MessageToolbarItem}});var a=r(2112);Object.defineProperty(t,"MessageToolbarWrapper",{enumerable:!0,get:function(){return a.MessageToolbarWrapper}}),t.default=Object.assign(o.MessageToolbar,{Item:i.MessageToolbarItem,Wrapper:a.MessageToolbarWrapper,Menu:n.Menu})},856:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItem=void 0;var i=r(1085),a=r(4780);t.MessageMetricsItem=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:(0,a.prependClassName)(t,"rcx-message-metrics__item")},r))}},858:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiSelectFiltered=void 0;var l=r(1085),s=r(4012),c=r(2287),u=a(r(3493));t.MultiSelectFiltered=function(e){var t=e.options,r=e.placeholder,a=e.filter,f=e.setFilter,d=o(e,["options","placeholder","filter","setFilter"]),p=i((0,s.useState)(""),2),b=p[0],h=p[1];return(0,l.jsx)(c.MultiSelect,n({},d,{filter:a||b,setFilter:f||h,options:t,anchor:function(e){return(0,l.jsx)(u.default,n({placeholder:r,filter:a||b,onChangeFilter:f||h},e))}}))}},877:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.useCreateStyleContainer=void 0;var n=r(4012);t.useCreateStyleContainer=function(e){return(0,n.useMemo)((function(){var t=document.getElementById("rcx-styles")||document.head.lastChild,r=document.getElementById(e);if(r)return r;var n=document.createElement("style");return n.setAttribute("id",e),document.head.insertBefore(n,t),document.head.appendChild(document.createElement("style")),n}),[e])}},879:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItemAvatarRow=void 0;var i=r(1085),a=r(4780);t.MessageMetricsItemAvatarRow=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:(0,a.prependClassName)(t,"rcx-message-metrics__avatar-row")},r))}},976:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageHeader=void 0;var i=r(1085);t.MessageHeader=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-header"},r,{children:(0,i.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-header__wrapper",children:t})}))}},982:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(3167),t)},1085:function(e,t,r){e.exports=r(3335)},1168:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.useComposedBoxTransform=t.useBoxTransform=t.BoxTransforms=void 0;var n=r(4012);t.BoxTransforms=(0,n.createContext)(null),t.useBoxTransform=function(){return(0,n.useContext)(t.BoxTransforms)},t.useComposedBoxTransform=function(e){var r=(0,n.useContext)(t.BoxTransforms);return(0,n.useMemo)((function(){return r?e?function(t){return e(r(t))}:r:e}),[e,r])}},1222:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__description-block"},e))}},1243:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardGroup=void 0;var a=r(1085),l=r(8188),s=r(5918),c=i(r(2944));t.CardGroup=function(e){var t=e.align,r=void 0===t?"start":t,i=e.children,u=e.stretch,f=e.vertical,d=e.wrap,p=o(e,["align","children","stretch","vertical","wrap"]);return(0,a.jsx)(c.default,n({"rcx-card-group":!0,"rcx-card-group--align":r,"rcx-card-group--stretch":u,"rcx-card-group--vertical":f,"rcx-card-group--wrap":d,role:"group"},p,{children:(0,s.patchChildren)(i,(function(e){return{className:(0,l.appendClassName)(e.className,"rcx-card-group__item")}}))}))}},1260:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageFollow=void 0;var o=r(1085),i=r(2888);t.ThreadMessageFollow=function(){return(0,o.jsx)(i.ThreadMessageIcon,n({className:"rcx-box rcx-box--full rcx-message-thread__icon rcx-message-thread__icon--follow"},{name:"bell"}))}},1287:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=o(e,[]);return(0,i.jsx)("div",n({className:"rcx-card__controls"},t))}},1294:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageLeftContainer=t.ThreadMessageUnfollow=t.ThreadMessageEmoji=t.ThreadMessageRow=t.ThreadMessageOrigin=t.ThreadMessageIconThread=t.ThreadMessageFollow=t.ThreadMessageContainer=t.ThreadMessageBody=t.ThreadMessage=void 0;var n=r(9427),o=r(3539);Object.defineProperty(t,"ThreadMessage",{enumerable:!0,get:function(){return o.ThreadMessage}});var i=r(1863);Object.defineProperty(t,"ThreadMessageBody",{enumerable:!0,get:function(){return i.ThreadMessageBody}});var a=r(602);Object.defineProperty(t,"ThreadMessageContainer",{enumerable:!0,get:function(){return a.ThreadMessageContainer}});var l=r(4853);Object.defineProperty(t,"ThreadMessageEmoji",{enumerable:!0,get:function(){return l.ThreadMessageEmoji}});var s=r(1260);Object.defineProperty(t,"ThreadMessageFollow",{enumerable:!0,get:function(){return s.ThreadMessageFollow}});var c=r(5716);Object.defineProperty(t,"ThreadMessageIconThread",{enumerable:!0,get:function(){return c.ThreadMessageIconThread}});var u=r(8433);Object.defineProperty(t,"ThreadMessageOrigin",{enumerable:!0,get:function(){return u.ThreadMessageOrigin}});var f=r(5903);Object.defineProperty(t,"ThreadMessageRow",{enumerable:!0,get:function(){return f.ThreadMessageRow}});var d=r(9661);Object.defineProperty(t,"ThreadMessageUnfollow",{enumerable:!0,get:function(){return d.ThreadMessageUnfollow}});var p=n.MessageLeftContainer;t.ThreadMessageLeftContainer=p,t.default=Object.assign(o.ThreadMessage,{Row:f.ThreadMessageRow,Container:a.ThreadMessageContainer,LeftContainer:p,Origin:u.ThreadMessageOrigin,Message:i.ThreadMessageBody,Follow:s.ThreadMessageFollow,Unfollow:d.ThreadMessageUnfollow,Icon:c.ThreadMessageIconThread})},1310:function(e){e.exports=JSON.parse('{"surface":{"light":{"light":"#ffffff","tint":"#F7F8FA","room":"#ffffff","neutral":"#E4E7EA","disabled":"#F7F8FA","hover":"#F2F3F5","selected":"#D7DBE0","dark":"#1F2329","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#E4E7EA","overlay":"rgba(47, 52, 61, 0.5)"},"high-contrast":{"light":"#ffffff","tint":"#F7F8FA","room":"#ffffff","neutral":"#E4E7EA","disabled":"#F7F8FA","hover":"#F2F3F5","selected":"#D7DBE0","dark":"#1F2329","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#E4E7EA","overlay":"rgba(47, 52, 61, 0.5)"},"dark":{"light":"#262931","tint":"#1F2329","room":"#1F2329","neutral":"#2D3039","disabled":"#24272E","hover":"#1A1E23","selected":"#4C5362","dark":"#E4E7EA","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#2F343D","overlay":"rgba(0, 0, 0, 0.6)"}}}')},1354:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(1959);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},1359:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableBody=void 0;var i=r(1085),a=o(r(2944));t.TableBody=function(e){return(0,i.jsx)(a.default,n({is:"tbody","rcx-table__body":!0},e))}},1367:function(e){e.exports=JSON.parse('{"shadow":{"light":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#EBECEF","elevation-1":"rgba(47, 52, 61, 0.1)","elevation-2x":"rgba(47, 52, 61, 0.08)","elevation-2y":"rgba(47, 52, 61, 0.12)"},"high-contrast":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#EBECEF","elevation-1":"rgba(47, 52, 61, 0.1)","elevation-2x":"rgba(47, 52, 61, 0.08)","elevation-2y":"rgba(47, 52, 61, 0.12)"},"dark":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#2F343D","elevation-1":"rgba(9, 9, 9, 0.35)","elevation-2x":"rgba(9, 9, 9, 0.3)","elevation-2y":"rgba(9, 9, 9, 0.45)"}}}')},1378:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarV2MediaTitle=t.SidebarV2MediaController=t.SidebarV2Media=void 0;var n=r(5976);Object.defineProperty(t,"SidebarV2Media",{enumerable:!0,get:function(){return n.SidebarMedia}});var o=r(6596);Object.defineProperty(t,"SidebarV2MediaController",{enumerable:!0,get:function(){return o.SidebarMediaController}});var i=r(6044);Object.defineProperty(t,"SidebarV2MediaTitle",{enumerable:!0,get:function(){return i.SidebarMediaTitle}})},1403:function(e){e.exports=t},1404:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemRow=void 0;var i=r(1085);t.SidebarItemRow=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__row",t].filter(Boolean).join(" ")},r))}},1414:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(4012);t.default=function(e){var t=e.context,r=e.componentName,o=e.children,i=e.parentComponent;if(!(0,n.useContext)(t))throw new Error("".concat(r," should be used as children of ").concat(i," Component"));return o}},1447:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldRow=void 0;var i=r(1085),a=(o(r(1414)),o(r(2944)));r(7403),t.FieldRow=function(e){return(0,i.jsx)(a.default,n({is:"span","rcx-field__row":!0},e))}},1486:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SliderTrack=void 0;var i,a,l,s,c=r(1085),u=r(6396),f=r(4012),d=r(2412),p=r(4356),b=d.Palette.stroke["stroke-highlight"],h=d.Palette.stroke["stroke-light"];t.SliderTrack=function(e){var t=e.trackProps,r=e.trackRef,d=e.state,v=e.multiThumb,y=e.children,g=(0,f.useMemo)((function(){return"horizontal"===d.orientation}),[d.orientation]),O=(0,f.useMemo)((function(){return"vertical"===d.orientation}),[d.orientation]),_=(0,f.useMemo)((function(){return function(e){return e/((d.getThumbMaxValue(1)||d.getThumbMaxValue(0))-d.getThumbMinValue(0))*100}}),[d]),m=(0,p.useStyle)((0,u.css)(s||(s=n(["\n &::before {\n position: absolute;\n display: block;\n content: '';\n\n background: linear-gradient(",");\n transform: translateX(-50%);\n border-radius: 1rem;\n }\n ",";\n ",";\n ",";\n "],["\n &::before {\n position: absolute;\n display: block;\n content: '';\n\n background: linear-gradient(",");\n transform: translateX(-50%);\n border-radius: 1rem;\n }\n ",";\n ",";\n ",";\n "])),g?v?"to right, ".concat(h," ").concat(_(d.values[0]),"%, ").concat(b," 0, ").concat(b," ").concat(_(d.values[1]),"%, ").concat(h," 0"):"to right, ".concat(b," ").concat(_(d.values[0]),"%, ").concat(h," 0%"):O?v?"to top, ".concat(h," ").concat(_(d.values[0]),"%, ").concat(b," 0, ").concat(b," ").concat(_(d.values[1]),"%, ").concat(h," 0"):"to top, ".concat(b," ").concat(_(d.values[0]),"%, ").concat(h," 0%"):void 0,g&&(0,u.css)(i||(i=n(["\n width: 100%;\n height: 30px;\n &::before {\n top: 50%;\n width: 100%;\n height: 4px;\n transform: translateY(-50%);\n }\n "],["\n width: 100%;\n height: 30px;\n &::before {\n top: 50%;\n width: 100%;\n height: 4px;\n transform: translateY(-50%);\n }\n "]))),O&&(0,u.css)(a||(a=n(["\n width: 30px;\n height: 100%;\n &::before {\n left: 50%;\n width: 4px;\n height: 100%;\n }\n "],["\n width: 30px;\n height: 100%;\n &::before {\n left: 50%;\n width: 4px;\n height: 100%;\n }\n "]))),d.isDisabled&&(0,u.css)(l||(l=n(["\n cursor: not-allowed;\n opacity: 0.4;\n "],["\n cursor: not-allowed;\n opacity: 0.4;\n "])))),d);return(0,c.jsx)("div",o({},t,{ref:r,className:m,children:y}))}},1514:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemTitle=void 0;var i=r(1085);t.SidebarItemTitle=function(e){var t=e.className,r=e.unread,a=o(e,["className","unread"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__title",r&&"rcx-sidebar-v2-item__title--highlighted",t].filter(Boolean).join(" ")},a))}},1522:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"24",height:"24",viewBox:"0 0 24 24",className:"rcx-status-bullet rcx-status-bullet--disabled ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM13.3367 5.33333C13.3367 4.59695 12.7398 4 12.0034 4C11.267 4 10.67 4.59695 10.67 5.33333V14.6667C10.67 15.403 11.267 16 12.0034 16C12.7398 16 13.3367 15.403 13.3367 14.6667V5.33333ZM13.3367 18.6667C13.3367 17.9303 12.7398 17.3333 12.0034 17.3333C11.267 17.3333 10.67 17.9303 10.67 18.6667C10.67 19.403 11.267 20 12.0034 20C12.7398 20 13.3367 19.403 13.3367 18.6667Z"})}))}},1524:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarDivider=void 0;var n=r(1085),o=r(7228);t.SidebarDivider=function(){return(0,n.jsx)(o.Divider,{"rcx-sidebar-v2--divider":!0,mbs:-2,mbe:0})}},1548:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemTimestamp=void 0;var i=r(1085);t.SidebarItemTimestamp=function(e){var t=e.className,r=e.unread,a=o(e,["className","unread"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__timestamp",r&&"rcx-sidebar-v2-item__timestamp--highlighted",t].filter(Boolean).join(" ")},a))}},1591:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.Margins=void 0;var o,i,a,l,s,c,u,f,d=r(1085),p=r(6396),b=r(4012),h=r(8188),v=r(5918),y=r(4356),g=r(5418),O=r(1168);t.Margins=function(e){var t=e.children,r=e.className,_=e.all,m=e.block,j=e.blockStart,x=e.blockEnd,P=e.inline,w=e.inlineStart,S=e.inlineEnd,M=(0,b.useCallback)((function(e){return void 0!==_&&void 0===e.margin&&(e.margin=_),void 0!==m&&void 0===e.marginBlock&&(e.marginBlock=m),void 0!==j&&void 0===e.marginBlockStart&&(e.marginBlockStart=j),void 0!==x&&void 0===e.marginBlockEnd&&(e.marginBlockEnd=x),void 0!==P&&void 0===e.marginInline&&(e.marginInline=P),void 0!==w&&void 0===e.marginInlineStart&&(e.marginInlineStart=w),void 0!==S&&void 0===e.marginInlineEnd&&(e.marginInlineEnd=S),e}),[_,m,x,j,P,S,w]),C=(0,y.useStyle)((0,p.css)(f||(f=n(["\n &:not(.rcx-box--full) {\n ","\n ","\n ","\n ","\n ","\n ","\n ","\n }\n "],["\n &:not(.rcx-box--full) {\n ","\n ","\n ","\n ","\n ","\n ","\n ","\n }\n "])),e.all&&(0,p.css)(o||(o=n(["\n margin: ",";\n "],["\n margin: ",";\n "])),(0,g.margin)(e.all)),e.inline&&(0,p.css)(i||(i=n(["\n margin-inline: ",";\n "],["\n margin-inline: ",";\n "])),(0,g.margin)(e.inline)),e.inlineStart&&(0,p.css)(a||(a=n(["\n margin-inline-start: ",";\n "],["\n margin-inline-start: ",";\n "])),(0,g.margin)(e.inlineStart)),e.inlineEnd&&(0,p.css)(l||(l=n(["\n margin-inline-end: ",";\n "],["\n margin-inline-end: ",";\n "])),(0,g.margin)(e.inlineEnd)),e.block&&(0,p.css)(s||(s=n(["\n margin-block: ",";\n "],["\n margin-block: ",";\n "])),(0,g.margin)(e.block)),e.blockStart&&(0,p.css)(c||(c=n(["\n margin-block-start: ",";\n "],["\n margin-block-start: ",";\n "])),(0,g.margin)(e.blockStart)),e.blockEnd&&(0,p.css)(u||(u=n(["\n margin-block-end: ",";\n "],["\n margin-block-end: ",";\n "])),(0,g.margin)(e.blockEnd))),e),I=(0,v.patchChildren)(t,(function(e){return{className:(0,h.appendClassName)(e.className,(0,h.appendClassName)(r,C))}}));return(0,d.jsx)(O.BoxTransforms.Provider,{children:I,value:(0,O.useComposedBoxTransform)(M)})}},1604:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Icon,n({},e,{pi:2,size:"x24"}))}))},1612:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalHeader=void 0;var a=r(1085),l=i(r(2944)),s=i(r(4830));t.ModalHeader=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(l.default,n({"rcx-modal__header":!0,is:"header"},r,{children:(0,a.jsx)(l.default,{"rcx-modal__header-inner":!0,children:(0,a.jsx)(s.default,{all:"x4",children:t})})}))}},1622:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.AvatarContainer=void 0;var i=r(1085),a=r(4780);t.AvatarContainer=function(e){var t=e.size,r=void 0===t?"x36":t,l=e.children,s=o(e,["size","children"]);return s.className=(0,a.prependClassName)(s.className,["rcx-box rcx-box--full rcx-avatar",r&&"rcx-avatar--".concat(r)].filter(Boolean).join(" ")),(0,i.jsx)("figure",n({},s,{children:l}))}},1637:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarAccordion=void 0;var i=r(1085);t.SidebarAccordion=function(e){var t=e.className,r=e.children,a=o(e,["className","children"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-accordion rcx-box--animated",t].filter(Boolean).join(" ")},a,{children:(0,i.jsx)("div",{className:"rcx-sidebar-v2-accordion__wrapper",children:r})}))}},1653:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=r(1085),s=r(4012),c=r(307),u=r(7768),f=a(r(9979)),d=a(r(8057));t.default=function(e){var t=(0,u.useTreeState)(e),r=(0,s.useRef)(null),a=(0,c.useMenu)(e,t,r).menuProps;return(0,l.jsx)("div",n({},a,{ref:r,children:i([],o(t.collection),!1).map((function(e){return"section"===e.type?(0,l.jsx)(d.default,{section:e,state:t},e.key):(0,l.jsx)(f.default,{item:e,state:t},e.key)}))}))}},1686:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=o(r(2944)),s=r(5516),c=o(r(4687)),u=o(r(9976));t.default=(0,a.memo)((function(e){return(0,i.jsxs)(c.default,n({},e,{children:[(0,i.jsx)(u.default,{children:(0,i.jsx)(s.Skeleton,{width:"100%"})}),(0,i.jsxs)(l.default,{p:24,children:[(0,i.jsx)(s.Skeleton,{mbe:4,width:"32px",height:"32px",variant:"rect"}),Array(5).fill(5).map((function(e,t){return(0,i.jsx)(s.Skeleton,{},t)}))]})]}))}))},1692:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageStatusIndicatorItem=void 0;var i=r(1085),a=r(9470);t.MessageStatusIndicatorItem=function(e){var t=e.name,r=e.variant,l=o(e,["name","variant"]);return(0,i.jsx)(a.Icon,n({name:t,size:"x16",className:["rcx-message-status-indicator__item",r&&"rcx-message-status-indicator__item--".concat(r)].filter(Boolean).join(" ")},l))}},1705:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8269),t)},1715:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||o(t,e,r)},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarDivider=t.SidebarTopBar=t.SidebarSection=t.SidebarItem=t.Sidebar=void 0;var l=r(1085),s=a(r(2944)),c=a(r(7510)),u=a(r(8190)),f=r(8101),d=r(328);Object.defineProperty(t,"SidebarDivider",{enumerable:!0,get:function(){return d.SidebarDivider}});var p=a(r(7034));t.Sidebar=function(e){return(0,l.jsx)(s.default,n({"rcx-sidebar":!0},e))},t.default=Object.assign(t.Sidebar,{TopBar:p.default,Item:c.default,Section:u.default,Divider:d.SidebarDivider,Banner:f.SidebarBanner});var b=r(7510);Object.defineProperty(t,"SidebarItem",{enumerable:!0,get:function(){return a(b).default}}),i(r(7510),t);var h=r(8190);Object.defineProperty(t,"SidebarSection",{enumerable:!0,get:function(){return a(h).default}}),i(r(8190),t);var v=r(7034);Object.defineProperty(t,"SidebarTopBar",{enumerable:!0,get:function(){return a(v).default}}),i(r(7034),t),i(r(8101),t),i(r(2030),t)},1718:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(3639);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},1721:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalBackdrop=void 0;var i=r(1085),a=o(r(2944));t.ModalBackdrop=function(e){return(0,i.jsx)(a.default,n({"rcx-modal__backdrop":!0},e))}},1737:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(3961),o=r(7266);t.default=(0,n.withBoxStyling)(o.Chip)},1750:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(6398),s=r(4012),c=r(8063),u=r(2944),f=r(1938);t.default=function(e){var t=e.children,r=e.defaultExpanded,d=e.disabled,p=void 0!==d&&d,b=e.expanded,h=e.tabIndex,v=void 0===h?0:h,y=e.title,g=e.noncollapsible,O=void 0===g?!y:g,_=o(e,["children","defaultExpanded","disabled","expanded","tabIndex","title","noncollapsible"]),m=i((0,l.useToggle)(r),2),j=m[0],x=m[1],P=b||j,w=O||P,S=(0,s.useId)(),M=(0,s.useId)(),C={"aria-controls":M,"aria-expanded":P?"true":"false",tabIndex:p?void 0:v,onClick:function(e){var t;p||(null===(t=e.currentTarget)||void 0===t||t.blur(),x())},onKeyDown:function(e){p||e.currentTarget!==e.target||[" ","Enter"].includes(e.key)&&(e.preventDefault(),e.repeat||x())}},I=O?{"aria-disabled":"true","aria-expanded":"true","aria-labelledby":S}:C;return(0,a.jsx)(u.StylingBox,n({},_,{children:(0,a.jsxs)("section",{className:(0,c.cx)((0,c.cxx)("rcx-box")("full"),"rcx-accordion-item"),children:[y&&(0,a.jsxs)("div",n({role:"button",className:(0,c.cx)((0,c.cxx)("rcx-box")("full","animated"),(0,c.cxx)("rcx-accordion-item__bar")({disabled:p}))},I,{children:[(0,a.jsx)("h2",{className:(0,c.cx)((0,c.cxx)("rcx-box")("full"),"rcx-accordion-item__title"),id:S,children:y}),!O&&(0,a.jsx)(f.Chevron,{size:"x24",up:P})]})),(0,a.jsx)("div",{className:(0,c.cx)((0,c.cxx)("rcx-box")("full","animated"),(0,c.cxx)("rcx-accordion-item__panel")({expanded:w})),id:M,children:t})]})}))}},1793:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(3131);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},1826:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItem=void 0;var i=r(1085);t.SidebarItem=function(e){var t=e.selected,r=e.level,a=void 0===r?1:r,l=e.className,s=e.children,c=e.is,u=void 0===c?"a":c,f=o(e,["selected","level","className","children","is"]);return(0,i.jsx)(u,n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item",t&&"rcx-sidebar-v2-item--selected",a&&"rcx-sidebar-v2-item--level-".concat(a),l].filter(Boolean).join(" ")},f,{children:s}))}},1839:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageHighlight=function(e){var t=e.is,r=void 0===t?"span":t,l=e.variant,s=void 0===l?"other":l,c=e.className,u=e.clickable,f=o(e,["is","variant","className","clickable"]),d=[s,u&&"clickable"].filter(Boolean).map((function(e){return"rcx-message__highlight--".concat(e)})).join(" ");return(0,i.jsx)(r,n({className:(0,a.prependClassName)(c,"rcx-box rcx-box--full rcx-message__highlight ".concat(d))},f))};var i=r(1085),a=r(4780)},1861:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageToolbar=void 0;var o=r(1085),i=r(4012),a=r(9470);t.MessageToolbar=(0,i.forwardRef)((function(e,t){return(0,o.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-toolbar",children:(0,o.jsx)(a.ButtonGroup,n({role:"toolbar",ref:t,small:!0},e))})}))},1863:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageBody=void 0;var o=r(1085);t.ThreadMessageBody=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-thread__message"},e))}},1924:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewContent=void 0;var i=r(1085);t.MessageGenericPreviewContent=function(e){var t=e.thumb,r=o(e,["thumb"]);return(0,i.jsxs)("div",{className:"rcx-message-generic-preview__content",children:[t,(0,i.jsx)("div",n({className:"rcx-message-generic-preview__content-wrapper"},r))]})}},1938:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5767),t)},1959:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(6398),l=r(4012),s=r(9270),c=r(7186),u=(0,l.forwardRef)((function(e,t){var r=o((0,a.useToggle)(!0),2),l=r[0],u=r[1];return(0,i.jsx)(c.InputBox,n({type:l?"password":"text",addon:(0,i.jsx)(s.Icon,{name:l?"eye-off":"eye",size:20,onClick:function(){u()}}),ref:t},e))}));t.default=u},1965:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectInputOption=void 0;var i=r(6935);o(r(3311),t),t.SelectInputOption=i.Option},1969:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarBanner=void 0;var i=r(1085),a=r(8955);t.SidebarBanner=function(e){var t=e.title,r=e.linkText,l=e.linkProps,s=e.variant,c=void 0===s?"default":s,u=e.addon,f=e.onClose,d=e.children,p=o(e,["title","linkText","linkProps","variant","addon","onClose","children"]);return(0,i.jsxs)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-banner rcx-sidebar-v2-banner--".concat(c)},p,{children:[(0,i.jsxs)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__content",children:[t&&(0,i.jsx)("h5",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__title",children:t}),r&&(0,i.jsx)("a",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__link"},l,{children:r})),d]}),(0,i.jsxs)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__addon",children:[u,f&&(0,i.jsx)(a.IconButton,{onClick:f,tiny:!0,icon:"cross"})]})]}))}},1974:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(r(4103));t.default=Object.assign(o.default,{HIDDEN:"hidden",VISIBLE:"visible",HIDING:"hiding",UNHIDING:"unhiding"})},1980:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelHeaderTitle=void 0;var i=r(1085);t.SidepanelHeaderTitle=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidepanel-header__title",t].filter(Boolean).join(" ")},r))}},2001:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(193),t)},2008:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useVisible=void 0;var i=r(6398),a=o(r(1974));t.useVisible=function(e){void 0===e&&(e=a.default.HIDDEN);var t=n((0,i.useDebouncedState)(e,10),2),r=t[0],o=t[1];return[r,(0,i.useEffectEvent)((function(){return o(a.default.HIDDEN)})),(0,i.useEffectEvent)((function(){return o(a.default.VISIBLE)}))]}},2013:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownMobile=void 0;var i=r(1085),a=r(4012),l=r(9470);t.DropdownMobile=(0,a.forwardRef)((function(e,t){var r=e.children,a=o(e,["children"]);return(0,i.jsx)(l.Tile,n({ref:t,elevation:"2",pi:"0",pb:"0",w:"100vw",maxHeight:"80%",position:"fixed",display:"flex",flexDirection:"column",overflow:"auto",style:{bottom:0,left:0},zIndex:2,"data-testid":"dropdown"},a,{children:(0,i.jsx)(l.Box,{flexShrink:1,pb:16,children:r})}))}))},2029:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({},r,{className:"rcx-states",children:t}))}},2030:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarFooterHighlight=t.SidebarFooter=void 0;var i=r(1085);t.SidebarFooter=function(e){var t=e.elevated,r=o(e,["elevated"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-footer",t&&"rcx-sidebar-footer--elevated"].filter(Boolean).join(" ")},r))},t.SidebarFooterHighlight=function(e){var t=o(e,[]);return(0,i.jsx)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-footer__highlights"},t))}},2044:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableSelection=void 0;var a=r(1085),l=i(r(2944)),s=i(r(4830));t.TableSelection=function(e){var t=e.children,r=e.text,i=o(e,["children","text"]);return(0,a.jsxs)(l.default,n({"rcx-table__selection":!0,display:"flex",alignItems:"center",justifyContent:"space-between",pi:24,elevation:"2"},i,{children:[(0,a.jsx)(l.default,{fontScale:"p2b",mb:16,flexShrink:1,withTruncatedText:!0,children:r}),t&&(0,a.jsx)(l.default,{mi:"neg-x8",fontScale:"p2m",flexShrink:0,children:(0,a.jsx)(s.default,{inline:"x4",children:t})})]}))}},2090:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarActions=void 0;var o=r(1085),i=r(4012),a=r(6710);t.SidebarActions=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.ButtonGroup,n({ref:t},e))}))},2105:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarCollapseGroup=void 0;var i=r(1085),a=r(4012),l=r(5082),s=r(8458);t.SidebarCollapseGroup=(0,a.forwardRef)((function(e,t){var r=e.expanded,a=e.defaultExpanded,c=e.tabIndex,u=e.children,f=e.badge,d=e.title,p=o(e,["expanded","defaultExpanded","tabIndex","children","badge","title"]),b=(0,s.useCollapse)({expanded:r,defaultExpanded:a,tabIndex:c}),h=b.barProps,v=b.expanded,y=b.panelExpanded,g=b.panelId,O=b.titleId;return(0,i.jsxs)("section",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-collapse-group"},p,{children:[(0,i.jsx)(l.SidebarGroupTitle,{expanded:v,title:d,titleId:O,badge:f,barProps:h,role:"button"}),(0,i.jsx)("div",{role:"list",ref:t,className:["rcx-box rcx-box--full rcx-sidebar-v2-collapse-group__panel rcx-box--animated",y&&"rcx-sidebar-v2-collapse-group__panel--expanded"].filter(Boolean).join(" "),id:g,children:u})]}))}))},2108:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NavBarSection=void 0;var o=r(1085);t.NavBarSection=function(e){return(0,o.jsx)("span",n({className:"rcx-navbar-section"},e))}},2112:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageToolbarWrapper=void 0;var i=r(1085),a=r(4012);t.MessageToolbarWrapper=(0,a.forwardRef)((function(e,t){var r=e.className,a=e.visible,l=o(e,["className","visible"]);return(0,i.jsx)("div",n({ref:t,className:["rcx-box rcx-box--full rcx-message-toolbar__wrapper",a&&"rcx-message-toolbar__wrapper--visible",r].filter(Boolean).join(" ")},l))}))},2142:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageContainer=void 0;var o=r(1085);t.MessageContainer=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-container"},e))}},2180:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(603),t)},2193:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageNameContainer=void 0;var o=r(1085),i=r(4012);t.MessageNameContainer=(0,i.forwardRef)((function(e,t){return(0,o.jsx)("span",n({ref:t,className:"rcx-box rcx-box--full rcx-message-header__name-container"},e))}))},2204:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Sidepanel=void 0;var i=r(1085);t.Sidepanel=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidepanel",t].filter(Boolean).join(" ")},r))}},2231:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Badge=function(e){var t=e.is,r=void 0===t?"span":t,l=e.variant,s=void 0===l?"secondary":l,c=e.small,u=e.className,f=e.disabled,d=o(e,["is","variant","small","className","disabled"]),p=[s,c&&"small",f&&"disabled"].filter(Boolean).map((function(e){return"rcx-badge--".concat(e)})).join(" ");return(0,i.jsx)(r,n({className:(0,a.prependClassName)(u,"rcx-box rcx-box--full rcx-badge ".concat(p))},d))};var i=r(1085),a=r(4780)},2285:function(e,t,r){var n,o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),l=this&&this.__importStar||(n=function(e){return n=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},n(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=n(e),o=0;o<r.length;o++)"default"!==r[o]&&i(t,e,r[o]);return a(t,e),t}),s=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.CardGrid=void 0;var c=r(1085),u=r(4012),f=l(r(7411));t.CardGrid=function(e){var t=e.children,r=e.breakpoints,n=s(e,["children","breakpoints"]);return(0,c.jsx)(f.default,o({"rcx-card-grid":!0,m:-8},n,{children:u.Children.map(t,(function(e){return(0,c.jsx)(f.GridItem,o({"rcx-card-grid__item":!0,p:8},r,{children:e}))}))}))}},2287:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MultiSelect=void 0;var s=r(1085),c=r(6398),u=r(4012),f=r(5645),d=r(325),p=l(r(1974)),b=l(r(2944)),h=l(r(6376)),v=r(9270),y=l(r(4830)),g=r(4614),O=r(175),_=l(r(6984)),m=l(r(3647)),j=l(r(9540)),x=r(5359);t.MultiSelect=(0,u.forwardRef)((function(e,t){var r=e.value,l=e.filter,P=e.setFilter,w=e.options,S=void 0===w?[]:w,M=e.error,C=e.disabled,I=e.anchor,k=void 0===I?j.default:I,B=e.onChange,E=void 0===B?function(){}:B,D=e.getLabel,N=void 0===D?function(e){return i(void 0===e?["",""]:e,2)[1]}:D,F=e.getValue,T=void 0===F?function(e){return i(e,1)[0]}:F,A=e.placeholder,R=e.renderOptions,V=void 0===R?O.Options:R,L=e.renderItem,z=e.customEmpty,H=e.renderSelected,W=e.addonIcon,G=o(e,["value","filter","setFilter","options","error","disabled","anchor","onChange","getLabel","getValue","placeholder","renderOptions","renderItem","customEmpty","renderSelected","addonIcon"]),q=i((0,u.useState)(r||[]),2),U=q[0],K=q[1];(0,u.useEffect)((function(){return K(r||[])}),[r]);var $=i((0,u.useState)(),2),J=$[0],Z=$[1],Y=S.findIndex((function(e){return T(e)===J})),X=function(){var e;return null===(e=ue.current)||void 0===e?void 0:e.classList.remove("focus-visible")},Q=function(e){var t=i(e,1)[0];if(U.includes(t)){Z(void 0);var r=U.filter((function(e){return e!==t}));return K(r),E(r)}null==P||P(""),Z(t);var n=a(a([],i(U),!1),[t],!1);return K(n),E(n)},ee=S.filter((function(e){var t=i(e,2)[1];return!l||t.toLowerCase().includes(l.toLowerCase())})).map((function(e){var t=i(e,2),r=t[0],n=t[1];return U.includes(r)?[r,n,!0]:[r,n]})),te=i((0,O.useCursor)(Y,ee,Q),5),re=te[0],ne=te[1],oe=te[2],ie=te[3],ae=i(te[4],3),le=ae[0],se=ae[1],ce=ae[2];(0,u.useEffect)(ie,[l]);var ue=(0,u.useRef)(null),fe=(0,c.useMergedRefs)(t,ue),de=(0,c.useResizeObserver)(),pe=de.ref,be=de.borderBoxSize;(0,c.useOutsideClick)([pe],X);var he,ve=(0,c.useEffectEvent)((function(){var e;return le===p.default.VISIBLE?se():(null===(e=ue.current)||void 0===e||e.focus(),ce())}));return(0,s.jsxs)(b.default,n({is:"div","rcx-select":!0,className:[M&&"invalid",C&&"disabled"],ref:pe,onClick:ve,disabled:C},G,{children:[(0,s.jsx)(h.default.Item,{grow:1,children:(0,s.jsx)(y.default,{inline:"x4",children:(0,s.jsx)(h.default.Container,{children:(0,s.jsx)(b.default,{is:"div",children:(0,s.jsx)(b.default,{is:"div",display:"flex",alignItems:"center",flexWrap:"wrap",margin:"-x8",role:"listbox",children:(0,s.jsxs)(y.default,{all:"x4",children:[(he={ref:fe,children:0===U.length?A:null,disabled:null!=C&&C,onClick:ce,onBlur:se,onKeyDown:ne,onKeyUp:oe},(0,f.isForwardRefType)(k)?(0,s.jsx)(k,n({},he)):"function"==typeof k?k(he):null),U.map((function(e){var t=S.find((function(t){return i(t,1)[0]===e}));return H?(0,s.jsx)(H,{role:"option",value:e,label:N(t),onMouseDown:function(e){(0,d.prevent)(e),Q(t),X()},children:N(t)},e):(0,s.jsx)(x.SelectedOptions,{tabIndex:-1,role:"option",onMouseDown:function(e){(0,d.prevent)(e),Q(t),X()},children:N(t)},String(e))}))]})})})})})}),(0,s.jsx)(h.default.Item,{grow:0,shrink:0,children:(0,s.jsx)(y.default,{inline:"x4",children:(0,s.jsx)(m.default,{children:(0,s.jsx)(v.Icon,{name:le===p.default.VISIBLE?"chevron-up":W||"chevron-down",size:"x20"})})})}),(0,s.jsx)(p.default,{visibility:le,children:(0,s.jsx)(_.default,{anchor:pe,children:(0,s.jsx)(V,{width:be.inlineSize,onMouseDown:d.prevent,multiple:!0,filter:l,renderItem:L||g.CheckOption,role:"listbox",options:ee,onSelect:Q,cursor:re,customEmpty:z})})})]}))}))},2317:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalHeaderText=void 0;var a=r(1085),l=i(r(2944));t.ModalHeaderText=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(l.default,n({"rcx-modal__header-text":!0},r,{children:t}))}},2407:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItemAvatarRow=t.MessageMetricsItemAvatarRowContent=t.MessageMetricsItemLabel=t.MessageMetricsItemIcon=t.MessageMetricsItem=void 0;var n=r(856);Object.defineProperty(t,"MessageMetricsItem",{enumerable:!0,get:function(){return n.MessageMetricsItem}});var o=r(879);Object.defineProperty(t,"MessageMetricsItemAvatarRow",{enumerable:!0,get:function(){return o.MessageMetricsItemAvatarRow}});var i=r(8952);Object.defineProperty(t,"MessageMetricsItemAvatarRowContent",{enumerable:!0,get:function(){return i.MessageMetricsItemAvatarRowContent}});var a=r(4279);Object.defineProperty(t,"MessageMetricsItemIcon",{enumerable:!0,get:function(){return a.MessageMetricsItemIcon}});var l=r(9344);Object.defineProperty(t,"MessageMetricsItemLabel",{enumerable:!0,get:function(){return l.MessageMetricsItemLabel}}),t.default=Object.assign(n.MessageMetricsItem,{Icon:a.MessageMetricsItemIcon,Label:l.MessageMetricsItemLabel})},2410:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarFooter=void 0;var i=r(1085);t.SidebarFooter=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("footer",n({className:"rcx-sidebar-v2-footer"},r,{children:t}))}},2412:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Palette=t.isShadowColor=t.isStatusColor=t.isStatusBackgroundColor=t.isBadgeColor=t.isTextIconColor=t.isStrokeColor=t.isSurfaceColor=t.shadowColors=t.badgeBackgroundColors=t.statusColors=t.statusBackgroundColors=t.textIconColors=t.strokeColors=t.surfaceColors=t.neutral=t.__setThrowErrorOnInvalidToken__=t.throwErrorOnInvalidToken=t.Var=void 0;var o=n(r(6578)),i=r(4339),a=r(410),l=function(){function e(e,t){this.name=e,this.value=t}return e.prototype.toString=function(){return(0,a.toCSSColorValue)(this.name,this.value)},e.prototype.theme=function(t){return new e(t,this.toString())},e}();t.Var=l;var s=new l("white","#ffffff");t.throwErrorOnInvalidToken=!1,t.__setThrowErrorOnInvalidToken__=function(e){t.throwErrorOnInvalidToken=e},t.neutral={100:new l("neutral-100",o.default.n100),200:new l("neutral-200",o.default.n200),250:new l("neutral-250",o.default.n250),300:new l("neutral-300",o.default.n300),400:new l("neutral-400",o.default.n400),450:new l("neutral-450",o.default.n450),500:new l("neutral-500",o.default.n500),600:new l("neutral-600",o.default.n600),700:new l("neutral-700",o.default.n700),800:new l("neutral-800",o.default.n800),900:new l("neutral-900",o.default.n900)};var c={100:new l("primary-100",o.default.b100),200:new l("primary-200",o.default.b200),300:new l("primary-300",o.default.b300),400:new l("primary-400",o.default.b400),500:new l("primary-500",o.default.b500),600:new l("primary-600",o.default.b600),700:new l("primary-700",o.default.b700),800:new l("primary-800",o.default.b800),900:new l("primary-900",o.default.b900)},u={100:new l("success-100",o.default.g100),200:new l("success-200",o.default.g200),300:new l("success-300",o.default.g300),400:new l("success-400",o.default.g400),500:new l("success-500",o.default.g500),600:new l("success-600",o.default.g600),700:new l("success-700",o.default.g700),800:new l("success-800",o.default.g800),900:new l("success-900",o.default.g900)},f={100:new l("warning-100",o.default.y100),200:new l("warning-200",o.default.y200),300:new l("warning-300",o.default.y300),400:new l("warning-400",o.default.y400),500:new l("warning-500",o.default.y500),600:new l("warning-600",o.default.y600),700:new l("warning-700",o.default.y700),800:new l("warning-800",o.default.y800),900:new l("warning-900",o.default.y900)},d={100:new l("danger-100",o.default.r100),200:new l("danger-200",o.default.r200),300:new l("danger-300",o.default.r300),400:new l("danger-400",o.default.r400),500:new l("danger-500",o.default.r500),600:new l("danger-600",o.default.r600),700:new l("danger-700",o.default.r700),800:new l("danger-800",o.default.r800),900:new l("danger-900",o.default.r900)},p={100:new l("service-1-100",o.default.o100),200:new l("service-1-200",o.default.o200),300:new l("service-1-300",o.default.o300),400:new l("service-1-400",o.default.o400),500:new l("service-1-500",o.default.o500),600:new l("service-1-600",o.default.o600),700:new l("service-1-700",o.default.o700),800:new l("service-1-800",o.default.o800),900:new l("service-1-900",o.default.o900)},b={100:new l("service-2-100",o.default.p100),200:new l("service-2-200",o.default.p200),300:new l("service-2-300",o.default.p300),400:new l("service-2-400",o.default.p400),500:new l("service-2-500",o.default.p500),600:new l("service-2-600",o.default.p600),700:new l("service-2-700",o.default.p700),800:new l("service-2-800",o.default.p800),900:new l("service-2-900",o.default.p900)};t.surfaceColors={"surface-light":s.theme("surface-light"),"surface-tint":t.neutral[100].theme("surface-tint"),"surface-room":s.theme("surface-room"),"surface-neutral":t.neutral[400].theme("surface-neutral"),"surface-disabled":t.neutral[100].theme("surface-disabled"),"surface-hover":t.neutral[200].theme("surface-hover"),"surface-selected":t.neutral[450].theme("surface-selected"),"surface-dark":t.neutral[800].theme("surface-dark"),"surface-featured":b[700].theme("surface-featured"),"surface-featured-hover":b[800].theme("surface-featured-hover"),"surface-overlay":t.neutral[800].theme("surface-overlay"),"surface-transparent":"transparent","surface-sidebar":t.neutral[400].theme("surface-sidebar")},t.strokeColors={"stroke-extra-light":t.neutral[250].theme("stroke-extra-light"),"stroke-light":t.neutral[500].theme("stroke-light"),"stroke-medium":t.neutral[600].theme("stroke-medium"),"stroke-dark":t.neutral[700].theme("stroke-dark"),"stroke-extra-dark":t.neutral[800].theme("stroke-extra-dark"),"stroke-extra-light-highlight":c[200].theme("stroke-extra-light-highlight"),"stroke-highlight":c[500].theme("stroke-highlight"),"stroke-extra-light-error":d[200].theme("stroke-extra-light-error"),"stroke-error":d[500].theme("stroke-error")},t.textIconColors={"font-white":s.theme("font-white"),"font-disabled":t.neutral[500].theme("font-disabled"),"font-annotation":t.neutral[600].theme("font-annotation"),"font-hint":t.neutral[700].theme("font-hint"),"font-secondary-info":t.neutral[700].theme("font-secondary-info"),"font-default":t.neutral[800].theme("font-default"),"font-titles-labels":t.neutral[900].theme("font-titles-labels"),"font-info":c[600].theme("font-info"),"font-danger":d[600].theme("font-danger"),"font-pure-black":t.neutral[800].theme("font-pure-black"),"font-pure-white":s.theme("font-pure-white")},t.statusBackgroundColors={"status-background-info":c[200].theme("status-background-info"),"status-background-success":u[200].theme("status-background-success"),"status-background-danger":d[200].theme("status-background-danger"),"status-background-warning":f[200].theme("status-background-warning"),"status-background-warning-2":f[100].theme("status-background-warning-2"),"status-background-service-1":p[200].theme("status-background-service-1"),"status-background-service-2":b[200].theme("status-background-service-2")},t.statusColors={"status-font-on-info":c[600].theme("status-font-on-info"),"status-font-on-success":u[800].theme("status-font-on-success"),"status-font-on-warning":f[800].theme("status-font-on-warning"),"status-font-on-warning-2":t.neutral[800].theme("status-font-on-warning-2"),"status-font-on-danger":d[800].theme("status-font-on-danger"),"status-font-on-service-1":p[800].theme("status-font-on-service-1"),"status-font-on-service-2":b[600].theme("status-font-on-service-2")},t.badgeBackgroundColors={"badge-background-level-0":t.neutral[400].theme("badge-background-level-0"),"badge-background-level-1":t.neutral[600].theme("badge-background-level-1"),"badge-background-level-2":c[500].theme("badge-background-level-2"),"badge-background-level-3":p[500].theme("badge-background-level-3"),"badge-background-level-4":d[500].theme("badge-background-level-4")},t.shadowColors={"shadow-elevation-border":t.strokeColors["stroke-extra-light"].theme("shadow-elevation-border"),"shadow-elevation-1":new l("shadow-elevation-1",(0,i.getPaletteColor)("neutral",800,.1)[1]),"shadow-elevation-2x":new l("shadow-elevation-2x",(0,i.getPaletteColor)("neutral",800,.08)[1]),"shadow-elevation-2y":new l("shadow-elevation-2y",(0,i.getPaletteColor)("neutral",800,.12)[1]),"shadow-highlight":c[200].theme("shadow-highlight"),"shadow-danger":d[100].theme("shadow-danger")},t.isSurfaceColor=function(e){return"string"==typeof e&&e in t.surfaceColors},t.isStrokeColor=function(e){return"string"==typeof e&&e in t.strokeColors},t.isTextIconColor=function(e){return"string"==typeof e&&e in t.textIconColors},t.isBadgeColor=function(e){return"string"==typeof e&&e in t.badgeBackgroundColors},t.isStatusBackgroundColor=function(e){return"string"==typeof e&&e in t.statusBackgroundColors},t.isStatusColor=function(e){return"string"==typeof e&&e in t.statusColors},t.isShadowColor=function(e){return"string"==typeof e&&e in t.shadowColors},t.Palette={surface:t.surfaceColors,status:t.statusBackgroundColors,statusColor:t.statusColors,badge:t.badgeBackgroundColors,text:t.textIconColors,stroke:t.strokeColors,shadow:t.shadowColors}},2422:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.useCursor=void 0;var i=r(6398),a=r(4012),l=o(r(1974)),s=r(2008);t.useCursor=function(e,t,r){var o=n((0,a.useState)(e),2),c=o[0],u=o[1],f=(0,s.useVisible)(),d=n(f,3),p=d[0],b=d[1],h=d[2],v=(0,i.useEffectEvent)((function(){return u(0)})),y=(0,i.useEffectEvent)((function(e){var t=e.keyCode;if(l.default.HIDDEN===p&&9===t)return h()})),g=(0,i.useEffectEvent)((function(e){var o=function(e){var t=n(e,4)[3];return!t||"option"===t},i=function(){return function(e,t){for(var r=e.length-1;r>=0;r--)if(t(e[r],r,e))return r;return-1}(t,o)},a=e.keyCode,s=e.key;switch(l.default.HIDDEN===p&&27!==a&&9!==a&&h(),a){case 36:return e.preventDefault(),v();case 35:return e.preventDefault(),u(i());case 38:return e.preventDefault(),u(c<1?i():function(e){return function(e,t,r){for(var n=r-1;n>=0;n--)if(t(e[n],n,e))return n;return-1}(t,o,e)});case 40:return e.preventDefault(),c===i()?u(0):u((function(e){return function(e,t,r){for(var n=r+1;n<e.length;n++)if(t(e[n],n,e))return n;return-1}(t,o,e)}));case 13:return e.preventDefault(),p===l.default.VISIBLE&&(e.persist(),e.nativeEvent.stopImmediatePropagation(),e.stopPropagation()),b(),void r(t[c],f);case 27:if(e.preventDefault(),v(),b(),p===l.default.VISIBLE)return e.persist(),e.nativeEvent.stopImmediatePropagation(),e.stopPropagation(),!1;break;default:if(s.match(/^[\d\w]$/i)){var d=t.findIndex((function(e){if(!o(e))return!1;var t=n(e,2)[1];return"string"==typeof t&&t[0].toLowerCase()===s}));~d&&u(d)}}}));return[c,g,y,v,f]}},2424:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__content"},e))}},2428:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageStatusIndicatorText=void 0;var n=r(1085);t.MessageStatusIndicatorText=function(e){var t=e.children;return(0,n.jsx)("span",{className:"rcx-message-status-indicator__text","aria-hidden":!0,children:t})}},2441:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContextualbarSection=t.ContextualbarTitle=t.ContextualbarSkeleton=t.ContextualbarIcon=t.ContextualbarHeader=t.ContextualbarFooter=t.ContextualbarEmptyContent=t.ContextualbarContent=t.ContextualbarButton=t.ContextualbarActions=t.ContextualbarAction=t.Contextualbar=void 0;var o=n(r(4687));t.Contextualbar=o.default;var i=n(r(5549));t.ContextualbarAction=i.default;var a=n(r(482));t.ContextualbarActions=a.default;var l=n(r(4323));t.ContextualbarButton=l.default;var s=n(r(5880));t.ContextualbarContent=s.default;var c=n(r(3713));t.ContextualbarEmptyContent=c.default;var u=n(r(5394));t.ContextualbarFooter=u.default;var f=n(r(9976));t.ContextualbarHeader=f.default;var d=n(r(1604));t.ContextualbarIcon=d.default;var p=n(r(7886));t.ContextualbarSection=p.default;var b=n(r(1686));t.ContextualbarSkeleton=b.default;var h=n(r(3601));t.ContextualbarTitle=h.default},2467:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0});var a=r(6398),l=r(4012),s=r(9514);t.default=function(e){var t=e.anchor,r=e.children,c=e.placement,u=e.margin,f=(e.className,o(e,["anchor","children","placement","margin","className"])),d=(0,l.useRef)(null),p=(0,a.usePosition)(t,d,(0,l.useMemo)((function(){return{placement:c,margin:u}}),[c,u]))||{},b=p.style,h=p.placement,v=(0,l.useMemo)((function(){return n({position:"fixed"},b)}),[b]),y=i((0,l.useState)((function(){var e=document.getElementById("position-container");if(e)return e;var t=document.createElement("div");return t.id="position-container",document.body.appendChild(t),t})),1)[0];return(0,l.useEffect)((function(){return function(){0===y.childNodes.length&&document.body.removeChild(y)}}),[y]),(0,s.createPortal)((0,l.cloneElement)(r,n(n({ref:d,style:v},f),{placement:h})),y)}},2555:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarSection=void 0;var i=r(1085),a=r(328),l=r(6880),s=r(9507);t.TopBarSection=function(e){var t=e.className,r=e.children,c=o(e,["className","children"]);return(0,i.jsxs)(l.TopBar,n({className:["rcx-sidebar-topbar--section",t].filter(Boolean).join(" ")},c,{children:[(0,i.jsx)(s.TopBarWrapper,{children:r}),(0,i.jsx)(a.SidebarDivider,{})]}))}},2633:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({},r,{className:"rcx-states__suggestion",children:t}))}},2641:function(e,t){var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,l=r?Symbol.for("react.profiler"):60114,s=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,f=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,p=r?Symbol.for("react.suspense"):60113,b=r?Symbol.for("react.suspense_list"):60120,h=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,y=r?Symbol.for("react.block"):60121,g=r?Symbol.for("react.fundamental"):60117,O=r?Symbol.for("react.responder"):60118,_=r?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case f:case i:case l:case a:case p:return e;default:switch(e=e&&e.$$typeof){case c:case d:case v:case h:case s:return e;default:return t}}case o:return t}}}function j(e){return m(e)===f}t.AsyncMode=u,t.ConcurrentMode=f,t.ContextConsumer=c,t.ContextProvider=s,t.Element=n,t.ForwardRef=d,t.Fragment=i,t.Lazy=v,t.Memo=h,t.Portal=o,t.Profiler=l,t.StrictMode=a,t.Suspense=p,t.isAsyncMode=function(e){return j(e)||m(e)===u},t.isConcurrentMode=j,t.isContextConsumer=function(e){return m(e)===c},t.isContextProvider=function(e){return m(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return m(e)===d},t.isFragment=function(e){return m(e)===i},t.isLazy=function(e){return m(e)===v},t.isMemo=function(e){return m(e)===h},t.isPortal=function(e){return m(e)===o},t.isProfiler=function(e){return m(e)===l},t.isStrictMode=function(e){return m(e)===a},t.isSuspense=function(e){return m(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===f||e===l||e===a||e===p||e===b||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===h||e.$$typeof===s||e.$$typeof===c||e.$$typeof===d||e.$$typeof===g||e.$$typeof===O||e.$$typeof===_||e.$$typeof===y)},t.typeOf=m},2669:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__column"},e))}},2688:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TableSelectionButton=void 0;var o=r(1085),i=r(8955);t.TableSelectionButton=function(e){return(0,o.jsx)(i.Button,n({small:!0,flexShrink:0},e))}},2689:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemLeftContainer=void 0;var i=r(9427);o(r(5103),t),o(r(3020),t),o(r(547),t),o(r(9622),t),o(r(4482),t),o(r(271),t),t.MessageSystemLeftContainer=i.MessageLeftContainer},2695:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(7186),s=(0,a.forwardRef)((function(e,t){e.children;var r=e.filter,a=e.onChangeFilter,s=e.placeholder,c=o(e,["children","filter","onChangeFilter","placeholder"]);return(0,i.jsx)(l.InputBox.Input,n({mi:4,flexGrow:1,className:"rcx-select__focus",ref:t,placeholder:s,value:r,onInput:function(e){return a(e.currentTarget.value)}},c,{"rcx-input-box--undecorated":!0}))}));t.default=s},2715:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarActions=void 0;var o=r(1085),i=r(4012),a=r(3366);t.TopBarActions=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.SidebarActions,n({ref:t},e))}))},2727:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckBox=void 0;var a=r(1085),l=r(6398),s=r(4012),c=i(r(2944));t.CheckBox=(0,s.forwardRef)((function(e,t){var r=e.indeterminate,i=e.onChange,u=e.className,f=e.labelChildren,d=o(e,["indeterminate","onChange","className","labelChildren"]),p=(0,s.useRef)(null),b=(0,l.useMergedRefs)(t,p);(0,s.useLayoutEffect)((function(){p&&p.current&&void 0!==r&&(p.current.indeterminate=r)}),[p,r]);var h=(0,s.useCallback)((function(e){p&&p.current&&void 0!==r&&(p.current.indeterminate=r),null==i||i.call(p.current,e)}),[p,r,i]);return(0,a.jsxs)(c.default,{is:"label",className:u,"rcx-check-box":!0,children:[f,(0,a.jsx)(c.default,n({is:"input",type:"checkbox","rcx-check-box__input":!0,ref:b,onChange:h},d)),(0,a.jsx)(c.default,{is:"i","rcx-check-box__fake":!0,"aria-hidden":"true"})]})}))},2731:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TextAreaInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.TextAreaInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"textarea",ref:t},e))}))},2753:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(7237),t)},2763:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"24",height:"24",viewBox:"0 0 24 24",className:"rcx-status-bullet rcx-status-bullet--online ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M24 12.0001C24 18.6275 18.6274 24.0001 12 24.0001C5.37255 24.0001 -3.05176e-05 18.6275 -3.05176e-05 12.0001C-3.05176e-05 5.37271 5.37255 0.00012207 12 0.00012207C18.6274 0.00012207 24 5.37271 24 12.0001Z"})}))}},2795:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReactions=void 0;var o=r(1085),i=r(4012),a=r(9460);t.MessageReactions=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.MessageBlock,{className:"rcx-message-reactions",children:(0,o.jsx)("div",n({ref:t,className:"rcx-message-reactions__container"},e))})}))},2816:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MultiSelectFiltered=t.MultiSelect=void 0;var n=r(2287);Object.defineProperty(t,"MultiSelect",{enumerable:!0,get:function(){return n.MultiSelect}});var o=r(858);Object.defineProperty(t,"MultiSelectFiltered",{enumerable:!0,get:function(){return o.MultiSelectFiltered}})},2818:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=r(307),c=r(9514),u=r(7768),f=r(8955),d=i(r(1653)),p=i(r(3107)),b=r(9414),h=function(e){var t=e.icon,r=void 0===t?"kebab":t,i=e.placement,h=void 0===i?"bottom-start":i,v=e.title,y=e.is,g=void 0===y?f.IconButton:y,O=e.className,_=e.pressed,m=e.maxWidth,j=void 0===m?"x250":m,x=e.button,P=e.detached,w=o(e,["icon","placement","title","is","className","pressed","maxWidth","button","detached"]),S=(0,u.useMenuTriggerState)(w),M=(0,l.useRef)(null),C=(0,s.useMenuTrigger)({},S,M),I=C.menuTriggerProps,k=C.menuProps,B=(0,s.useButton)(n(n(n({},I),{"aria-label":w["aria-label"]||v}),{preventFocusOnPress:!0}),M).buttonProps,E=w.large,D=w.medium,N=w.tiny,F=w.mini,T={large:E,medium:D,tiny:N,mini:F},A=!(E||D||N||F),R=S.isOpen&&(0,a.jsx)(p.default,{state:S,triggerRef:M,placement:(0,b.getPlacement)(h),maxWidth:j,children:(0,a.jsx)(d.default,n({},w,k))});return(0,a.jsxs)(a.Fragment,{children:[x?(0,l.cloneElement)(x,n(n({},B),{ref:M,icon:r,className:O,title:v,pressed:_||S.isOpen})):(0,a.jsx)(g,n({},B,{ref:M,icon:r,className:O,title:v,pressed:_||S.isOpen,small:A},T)),P?(0,c.createPortal)(R,document.body):R]})};h.displayName="MenuV2",t.default=h},2860:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(1243),t)},2886:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarButtonGroup=void 0;var i=r(1085),a=r(6710);t.SidebarButtonGroup=function(e){var t=e.align,r=void 0===t?"end":t,l=e.small,s=void 0===l||l,c=o(e,["align","small"]);return(0,i.jsx)(a.ButtonGroup,n({align:r,small:s},c))}},2888:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageIcon=void 0;var i=r(1085),a=r(9470);t.ThreadMessageIcon=function(e){var t=o(e,[]);return(0,i.jsx)(a.Icon,n({className:"rcx-box rcx-box--full rcx-message-thread__icon",size:"x16"},t))}},2919:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.Dropdown=void 0;var n=r(1085),o=r(6398),i=r(4012),a=r(4290),l=r(2013);t.Dropdown=(0,i.forwardRef)((function(e,t){var r=e.children,i=e.reference,s=e.placement,c=void 0===s?"bottom-start":s;return(0,o.useMediaQuery)("(min-width: 500px)")?(0,n.jsx)(a.DropdownDesktopWrapper,{reference:i,children:r,placement:c,ref:t}):(0,n.jsx)(l.DropdownMobile,{children:r,ref:t})}))},2944:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.StylingBox=t.Box=t.default=void 0;var o=r(6727);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}}),Object.defineProperty(t,"Box",{enumerable:!0,get:function(){return n(o).default}});var i=r(4131);Object.defineProperty(t,"StylingBox",{enumerable:!0,get:function(){return n(i).default}})},2959:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(8063),l=r(2944);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)(l.StylingBox,n({},r,{children:(0,i.jsx)("div",{className:(0,a.cx)((0,a.cxx)("rcx-box")("full","animated"),"rcx-accordion"),children:t})}))}},3011:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4829),t)},3020:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemBlock=void 0;var o=r(1085);t.MessageSystemBlock=function(e){return(0,o.jsx)("div",n({className:"rcx-message-system__block"},e))}},3107:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(6398),l=r(615),s=r(2013),c=r(7040);t.default=function(e){var t=e.children,r=e.state,u=e.offset,f=void 0===u?4:u,d=e.maxWidth,p=o(e,["children","state","offset","maxWidth"]);return(0,a.useBreakpoints)().includes("sm")?(0,i.jsx)(c.Popover,n({state:r,offset:f},p,{children:(0,i.jsx)(l.DropdownDesktop,{maxWidth:d,children:t})})):(0,i.jsx)(c.Popover,n({state:r,offset:f},p,{children:(0,i.jsx)(s.DropdownMobile,{children:t})}))}},3131:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=i(r(2944)),s=r(8955),c=r(5516);t.default=function(e){var t=e.children,r=e.onClick,i=e.buttonText,u=void 0===i?"Copy":i,f=e.buttonDisabled,d=void 0!==f&&f,p=o(e,["children","onClick","buttonText","buttonDisabled"]);return t?(0,a.jsxs)(l.default,n({is:"pre","rcx-code-snippet":!0},p,{children:[(0,a.jsx)(l.default,{role:"code","rcx-code-snippet__codebox":!0,children:t}),r&&t&&(0,a.jsx)(l.default,{children:(0,a.jsx)(s.Button,{small:!0,primary:!0,onClick:r,disabled:d,children:u})})]})):(0,a.jsx)(l.default,n({is:"pre","rcx-code-snippet":!0},p,{children:(0,a.jsx)(c.Skeleton,{w:"100%","aria-hidden":!0,"aria-busy":!0})}))}},3133:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldLabelInfo=void 0;var i=r(1085),a=(o(r(1414)),r(7799));r(7403),t.FieldLabelInfo=function(e){return(0,i.jsx)(a.LabelInfo,n({},e))}},3142:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-box--animated rcx-option__menu-wrapper"},e))}},3167:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NumberInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.NumberInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"number",ref:t},e))}))},3170:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470),l=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.Box,n({ref:t,"rcx-vertical-bar__section":!0,p:16,display:"flex",alignItems:"center",flexGrow:1,borderBlockEndWidth:"default",borderBlockColor:"extra-light"},e))}));t.default=(0,i.memo)(l)},3214:function(e,t,r){r.r(t)},3223:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AvatarStack=void 0;var a=r(1085),l=i(r(9607)),s=r(4780);t.AvatarStack=function(e){var t=e.children,r=o(e,["children"]);return r.className=(0,s.prependClassName)(r.className,"rcx-avatar-stack"),(0,a.jsx)("div",n({},r,{children:(0,l.default)(t).reverse()}))}},3255:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarToolBox=void 0;var i=r(1085),a=r(328),l=r(6880),s=r(9507);t.TopBarToolBox=function(e){var t=e.children,r=e.className,c=o(e,["children","className"]);return(0,i.jsxs)(l.TopBar,n({className:["rcx-sidebar-topbar--toolbox",r].filter(Boolean).join(" ")},c,{children:[(0,i.jsx)(s.TopBarWrapper,{children:t}),(0,i.jsx)(a.SidebarDivider,{})]}))}},3309:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarV2FooterContent=t.SidebarV2Footer=void 0;var n=r(2410);Object.defineProperty(t,"SidebarV2Footer",{enumerable:!0,get:function(){return n.SidebarFooter}});var o=r(7875);Object.defineProperty(t,"SidebarV2FooterContent",{enumerable:!0,get:function(){return o.SidebarFooterContent}})},3311:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectInput=void 0;var a=r(1085),l=r(4012),s=r(9270),c=r(7186);t.SelectInput=(0,l.forwardRef)((function(e,t){var r=e.children,u=e.multiple,f=e.placeholder,d=e.onChange,p=o(e,["children","multiple","placeholder","onChange"]),b=i((0,l.useState)(!p.value&&!p.defaultValue),2),h=b[0],v=b[1],y=(0,l.useCallback)((function(e){v(!e.currentTarget.value),null==d||d.call(e.currentTarget,e)}),[d]);return u?(0,a.jsx)(c.InputBox,n({children:r},p,{multiple:!0,type:"select",onChange:y})):(0,a.jsxs)(c.InputBox,n({placeholderVisible:h?!!f:void 0,ref:t},p,{addon:(0,a.jsx)(s.Icon,{name:"chevron-down",size:"x20"}),type:"select",onChange:y,children:[f&&(0,a.jsx)(c.InputBox.Placeholder,{value:"",children:f}),r]}))}))},3335:function(e,t,r){var n=r(4012),o=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function c(e,t,r){var n,i={},c=null,u=null;for(n in void 0!==r&&(c=""+r),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(u=t.ref),t)a.call(t,n)&&!s.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:c,ref:u,props:i,_owner:l.current}}t.Fragment=i,t.jsx=c,t.jsxs=c},3348:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.GridItem=void 0;var a=r(1085),l=i(r(2944));t.GridItem=function(e){var t=e.xs,r=e.sm,i=e.md,s=e.lg,c=e.xl,u=o(e,["xs","sm","md","lg","xl"]);return(0,a.jsx)(l.default,n({"rcx-grid__item":!0,"rcx-grid__item--xs":t,"rcx-grid__item--sm":r,"rcx-grid__item--md":i,"rcx-grid__item--lg":s,"rcx-grid__item--xl":c},u))}},3366:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarAction=t.SidebarActions=void 0;var o=r(1085),i=r(4012),a=r(8955),l=r(6710);t.SidebarActions=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(l.ButtonGroup,n({ref:t},e))})),t.SidebarAction=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.IconButton,n({small:!0,ref:t},e))}))},3388:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(6710);t.default=function(e){return(0,o.jsx)(i.ButtonGroup,n({},e))}},3393:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__title"},e))}},3458:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReactionEmoji=t.MessageReactionCounter=t.MessageReactions=t.MessageReactionAction=t.MessageReaction=void 0;var n=r(8198);Object.defineProperty(t,"MessageReaction",{enumerable:!0,get:function(){return n.MessageReaction}});var o=r(8912);Object.defineProperty(t,"MessageReactionAction",{enumerable:!0,get:function(){return o.MessageReactionAction}});var i=r(556);Object.defineProperty(t,"MessageReactionCounter",{enumerable:!0,get:function(){return i.MessageReactionCounter}});var a=r(7362);Object.defineProperty(t,"MessageReactionEmoji",{enumerable:!0,get:function(){return a.MessageReactionEmoji}});var l=r(2795);Object.defineProperty(t,"MessageReactions",{enumerable:!0,get:function(){return l.MessageReactions}}),t.default=Object.assign(l.MessageReactions,{Reaction:n.MessageReaction,Action:o.MessageReactionAction})},3493:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=i(r(6376)),c=r(7186),u=(0,l.forwardRef)((function(e,t){e.children;var r=e.filter,i=e.onChangeFilter,l=e.placeholder,u=o(e,["children","filter","onChangeFilter","placeholder"]);return(0,a.jsx)(s.default.Item,{grow:1,children:(0,a.jsx)(c.InputBox.Input,n({ref:t,placeholder:l,value:r,onInput:function(e){return i(e.currentTarget.value)}},u,{"rcx-input-box--undecorated":!0,"aria-haspopup":"listbox",order:1}))})}));t.default=u},3539:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessage=void 0;var i=r(1085),a=o(r(7966));t.ThreadMessage=function(e){return(0,i.jsx)(a.default,n({},{className:"rcx-message-thread"},e))}},3575:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SliderThumb=void 0;var i,a,l,s=r(1085),c=r(6396),u=r(4012),f=r(307),d=r(2412),p=r(4356);t.SliderThumb=function(e){var t=e.state,r=e.trackRef,b=e.index,h=(0,u.useRef)(null),v=(0,f.useSliderThumb)({index:b,trackRef:r,inputRef:h},t),y=v.thumbProps,g=v.inputProps,O=v.isDragging,_=(0,f.useFocusRing)(),m=_.focusProps,j=_.isFocusVisible,x=(0,p.useStyle)((0,c.css)(l||(l=n(["\n width: 12px;\n height: 12px;\n\n cursor: ",";\n border-radius: 50%;\n background: ",";\n ","\n "],["\n width: 12px;\n height: 12px;\n\n cursor: ",";\n border-radius: 50%;\n background: ",";\n ","\n "])),t.isDisabled?"not-allowed":"pointer",j||O?d.Palette.text["font-info"]:d.Palette.stroke["stroke-highlight"],"horizontal"===t.orientation?(0,c.css)(i||(i=n(["\n top: 50%;\n "],["\n top: 50%;\n "]))):(0,c.css)(a||(a=n(["\n left: 50%;\n "],["\n left: 50%;\n "])))),{isFocusVisible:j,isDragging:O});return(0,s.jsx)("div",o({},y,{className:x,children:(0,s.jsx)(f.VisuallyHidden,{children:(0,s.jsx)("input",o({ref:h},(0,f.mergeProps)(g,m)))})}))}},3582:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.PaginatedMultiSelectFiltered=t.PaginatedSelectFiltered=void 0;var n=r(7250);Object.defineProperty(t,"PaginatedSelectFiltered",{enumerable:!0,get:function(){return n.PaginatedSelectFiltered}});var o=r(8697);Object.defineProperty(t,"PaginatedMultiSelectFiltered",{enumerable:!0,get:function(){return o.PaginatedMultiSelectFiltered}})},3584:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalIcon=void 0;var a=r(1085),l=i(r(2944)),s=r(9270);t.ModalIcon=function(e){var t=e.size,r=void 0===t?"x20":t,i=e.name,c=e.alignItems,u=void 0===c?"center":c,f=o(e,["size","name","alignItems"]);return(0,a.jsx)(l.default,n({},f,{display:"flex",alignItems:u,children:(0,a.jsx)(s.Icon,{mb:4,name:i,size:r})}))}},3601:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Box,n({flexShrink:1,flexGrow:1,fontScale:"h4",withTruncatedText:!0},e))}))},3639:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=r(1085),s=r(4012),c=a(r(2944)),u=(0,s.forwardRef)((function(e,t){var r=e.variation,a=void 0===r?"dark":r,s=e.placement,u=o(e,["variation","placement"]),f=i(function(e){var t=i(e?e.split("-"):[!1,!1],2),r=t[0],n=t[1];return"right"===r||"left"===r?[r,!1]:[r,n]}(s),2),d=f[0],p=f[1];return(0,l.jsx)(c.default,n({is:"div",ref:t,"rcx-tooltip":!0,"rcx-tooltip--dir":d,"rcx-tooltip--pos":p,"rcx-tooltip--light":"light"===a,"rcx-tooltip--dark":"dark"===a},u))}));t.default=u},3643:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Table=void 0;var a=r(1085),l=i(r(2944));t.Table=function(e){var t=e.striped,r=e.sticky,i=e.fixed,s=void 0!==i&&i,c=o(e,["striped","sticky","fixed"]);return(0,a.jsx)(l.default,{"rcx-table__wrapper":!0,children:(0,a.jsx)(l.default,n({is:"table","rcx-table":!0,"rcx-table--fixed":s,"rcx-table--sticky":r,"rcx-table--striped":t},c))})}},3647:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=o(r(2944)),s=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"div","rcx-select__addon":!0,ref:t},e))}));t.default=s},3704:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"rcx-status-bullet rcx-status-bullet--loading ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),children:(0,i.jsx)("circle",{cx:"6",cy:"6",r:"5",className:"rcx-status-bullet rcx-status-bullet--loading",strokeWidth:"2",strokeDasharray:"2 2"})}))}},3713:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=r(9470),c=i(r(5880)),u=(0,l.forwardRef)((function(e,t){var r=e.icon,i=void 0===r?"magnifier":r,l=e.title,u=void 0===l?"Nothing Found":l,f=e.subtitle,d=o(e,["icon","title","subtitle"]);return(0,a.jsx)(c.default,n({justifyContent:"center"},d,{ref:t,children:(0,a.jsxs)(s.States,{children:[(0,a.jsx)(s.StatesIcon,{name:i}),(0,a.jsx)(s.StatesTitle,{children:u}),f&&(0,a.jsx)(s.StatesSubtitle,{children:f})]})}))}));t.default=(0,l.memo)(u)},3735:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.PaginatedSelect=void 0;var l=r(1085),s=r(6398),c=r(4012),u=r(325),f=a(r(1974)),d=a(r(2944)),p=r(9270),b=a(r(4830)),h=a(r(4614)),v=r(2008),y=r(8398),g=a(r(3737)),O=a(r(3647)),_=a(r(4061)),m=a(r(3842));t.PaginatedSelect=function(e){var t=e.value,r=e.withTitle,a=e.filter,j=(e.setFilter,e.error),x=e.disabled,P=e.options,w=void 0===P?[]:P,S=e.anchor,M=void 0===S?_.default:S,C=e.onChange,I=void 0===C?function(){}:C,k=e.placeholder,B=e.renderOptions,E=void 0===B?y.OptionsPaginated:B,D=e.renderItem,N=void 0===D?h.default:D,F=e.endReached,T=o(e,["value","withTitle","filter","setFilter","error","disabled","options","anchor","onChange","placeholder","renderOptions","renderItem","endReached"]),A=i((0,c.useState)(t),2),R=A[0],V=A[1],L=void 0!==t?t:R,z=w.find((function(e){return(null==e?void 0:e.value)===L})),H=i((0,v.useVisible)(),3),W=H[0],G=H[1],q=H[2],U=(0,s.useEffectEvent)((function(e){var t=i(e,1)[0];V(t),I(t),G()})),K=(0,c.useRef)(null),$=(0,s.useResizeObserver)(),J=$.ref,Z=$.borderBoxSize,Y=null==z?void 0:z.label,X=void 0===a||W===f.default.HIDDEN?Y||k:void 0,Q=(0,s.useEffectEvent)((function(){return W===f.default.VISIBLE?G():K&&K.current?(K.current.focus(),q()):void 0}));return(0,l.jsxs)(d.default,n({"rcx-select":!0,disabled:x,ref:J,onClick:Q,className:(0,c.useMemo)((function(){return[j&&"invalid",x&&"disabled"]}),[j,x])},T,{children:[(0,l.jsxs)(m.default,{display:"flex",mi:"neg-x4","rcx-select__wrapper--hidden":!!X,children:[X&&(0,l.jsx)(d.default,{flexGrow:1,is:"span",mi:4,"rcx-select__item":!0,fontScale:"p2m",color:Y?"default":"hint",children:X}),(0,l.jsx)(M,{disabled:x,"rcx-input-box--undecorated":!0,filter:a,ref:K,"aria-haspopup":"listbox",onClick:q,onBlur:G}),(0,l.jsx)(b.default,{inline:"x4",children:(0,l.jsx)(O.default,{children:(0,l.jsx)(p.Icon,{name:W===f.default.VISIBLE?"chevron-up":"chevron-down",size:"x20"})})})]}),(0,l.jsx)(g.default,{visible:W,anchor:J,children:(0,l.jsx)(E,{withTitle:r,width:Z.inlineSize,role:"listbox",filter:a,options:w,onSelect:U,endReached:F,onMouseDown:u.prevent,renderItem:N})})]}))}},3737:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(7609);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},3771:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageBody=void 0;var i=r(1085),a=r(4780);t.MessageBody=function(e){var t=e.clamp,r=e.className,l=o(e,["clamp","className"]);return(0,i.jsx)("div",n({className:(0,a.prependClassName)(r,["rcx-message-body",t&&"rcx-message-body--clamp rcx-message-body--clamp-".concat(t)].filter(Boolean).join(" "))},l))}},3787:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__input"},e))}},3804:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(7821);t.default=function(e){return(0,o.jsx)(i.Divider,n({},e))}},3842:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=o(r(2944)),s=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"div","rcx-select__wrapper":!0,ref:t},e))}));t.default=s},3861:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldError=void 0;var i=r(1085),a=(o(r(1414)),o(r(2944)));r(7403),t.FieldError=function(e){return(0,i.jsx)(a.default,n({is:"span","rcx-field__error":!0},e))}},3885:function(e,t,r){e.exports=r(2641)},3961:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.withBoxStyling=void 0;var o=r(1085),i=r(8207);t.withBoxStyling=function(e){var t=function(t){var r=(0,i.useStylingProps)(t);return(0,o.jsx)(e,n({},r))};return t.displayName="WithBoxStyling(".concat(e.displayName||e.name||"Component",")"),t}},4012:function(e){e.exports=c},4019:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewCoverImage=void 0;var i=r(1085),a=r(4780);t.MessageGenericPreviewCoverImage=function(e){var t=e.url,r=e.width,l=e.height,s=e.className,c=o(e,["url","width","height","className"]);return(0,i.jsx)("div",n({className:(0,a.prependClassName)(s,"rcx-message-generic-preview__preview"),style:{backgroundImage:"url(".concat(t,")"),maxWidth:"100%"},"data-testid":"preview-image"},c,{children:(0,i.jsx)("div",{style:{paddingTop:"".concat(l/r*100,"%")}})}))}},4061:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=o(r(2944)),s=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({ref:t,fontScale:"p2m",color:"hint","rcx-select__focus":!0,is:"button",type:"button"},e))}));t.default=s},4067:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TableSelectionButtonGroup=void 0;var o=r(1085),i=r(6710);t.TableSelectionButtonGroup=function(e){return(0,o.jsx)(i.ButtonGroup,n({},e))}},4103:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0});var i,a,l,s,c,u=r(1085),f=r(6396),d=r(4012),p=r(8188),b=r(4356),h=r(1168),v="hidden",y="visible",g="hiding",O="unhiding";t.default=function(e){var t=e.visibility||v,r=o((0,d.useState)(t),2),_=r[0],m=r[1];(0,d.useEffect)((function(){m((function(e){return t===y&&e!==t?O:t===v&&e!==t?g:e}))}),[t]);var j=(0,b.useStyle)((0,f.css)(c||(c=n(["\n animation-duration: 230ms;\n\n ","\n\n ","\n "],["\n animation-duration: 230ms;\n\n ","\n\n ","\n "])),_===g&&(0,f.css)(a||(a=n(["\n animation-name: ",";\n "],["\n animation-name: ",";\n "])),(0,f.keyframes)(i||(i=n(["\n from {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n }\n\n to {\n transform: translate3d(0, 1rem, 0);\n opacity: 0;\n }\n "],["\n from {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n }\n\n to {\n transform: translate3d(0, 1rem, 0);\n opacity: 0;\n }\n "])))),_===O&&(0,f.css)(s||(s=n(["\n animation-name: ",";\n "],["\n animation-name: ",";\n "])),(0,f.keyframes)(l||(l=n(["\n from {\n transform: translate3d(0, 1rem, 0);\n opacity: 0;\n }\n\n to {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n }\n "],["\n from {\n transform: translate3d(0, 1rem, 0);\n opacity: 0;\n }\n\n to {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n }\n "]))))),null),x=(0,d.useCallback)((function(){return m((function(e){return e===g?v:e===O?y:e}))}),[]),P=(0,d.useCallback)((function(e){return void 0===e.onAnimationEnd&&(e.onAnimationEnd=x),e.className=j&&(0,p.appendClassName)(e.className,j),e}),[j,x]),w=(0,h.useComposedBoxTransform)(P);return _===v?null:(0,u.jsx)(h.BoxTransforms.Provider,{children:e.children,value:w})}},4105:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableHead=t.TableHeadContext=void 0;var i=r(1085),a=r(4012),l=o(r(2944));t.TableHeadContext=(0,a.createContext)(!1),t.TableHead=function(e){return(0,i.jsx)(t.TableHeadContext.Provider,{value:!0,children:(0,i.jsx)(l.default,n({is:"thead","rcx-table__head":!0},e))})}},4131:function(e,t,r){var n=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.StylingBox=void 0;var o=r(4012),i=r(217),a=r(8207);t.StylingBox=function(e){var t=e.children,r=n(e,["children"]),l=(0,i.useArrayLikeClassNameProp)(r);l.className=[t.props.className,l.className].filter(Boolean).join(" ");var s=(0,a.useStylingProps)(l);return(0,o.cloneElement)(t,s)},t.default=t.StylingBox},4141:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Button=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=r(9270);t.Button=(0,l.forwardRef)((function(e,t){var r=e.primary,i=e.secondary,u=e.danger,f=e.warning,d=e.success,p=e.external,b=e.icon,h=e.is,v=void 0===h?"button":h,y=(e.rel,e.tiny),g=e.mini,O=e.small,_=e.medium,m=e.large,j=e.square,x=e.loading,P=e.disabled,w=e.children,S=o(e,["primary","secondary","danger","warning","success","external","icon","is","rel","tiny","mini","small","medium","large","square","loading","disabled","children"]),M="a"===v&&{rel:p?"noopener noreferrer":void 0,target:p?"_blank":void 0}||"button"===v&&{type:"button"}||{},C=(0,l.useMemo)((function(){var e,t=(r?"primary":i&&d&&"secondary-success")||i&&f&&"secondary-warning"||i&&u&&"secondary-danger"||d&&"success"||f&&"warning"||u&&"danger"||i&&"secondary";return t?((e={})["rcx-button--".concat([t].filter(Boolean).join("-"))]=!0,e):{}}),[r,i,u,f,d]);return(0,a.jsx)(s.default,n({is:v,type:"button","rcx-button":!0},C,{"rcx-button--small":O,"rcx-button--medium":_,"rcx-button--large":m,"rcx-button--square":j,"rcx-button--tiny-square":y&&j,"rcx-button--mini-square":g&&j,"rcx-button--small-square":O&&j,"rcx-button--medium-square":_&&j,"rcx-button--large-square":m&&j,"rcx-button--loading":x,disabled:P||x,ref:t},M,S,{children:(0,a.jsxs)("span",{className:"rcx-button--content",children:[b&&!x&&(0,a.jsx)(c.Icon,{size:"x16",name:b,mie:4}),x&&(0,a.jsx)(c.Icon,{size:"x16",name:"loading",mie:4}),w]})}))})),t.default=t.Button},4159:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableCell=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=r(4105);t.TableCell=function(e){var t=e.align,r=e.clickable,i=e.children,u=o(e,["align","clickable","children"]),f=(0,l.useContext)(c.TableHeadContext),d=null!=i?i:f?void 0:(0,a.jsx)(s.default,{display:"inline-block",is:"hr",width:"x14",borderWidth:1});return(0,a.jsx)(s.default,n({is:f?"th":"td","rcx-table__cell":!0,"rcx-table__cell--align":t,"rcx-table__cell--header":f,"rcx-table__cell--clickable":r,children:d},u))}},4173:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(9073),t)},4210:function(e){e.exports=JSON.parse('{"font":{"light":{"white":"#ffffff","disabled":"#CBCED1","annotation":"#9EA2A8","hint":"#6C737A","secondaryInfo":"#6C737A","default":"#2F343D","titlesLabels":"#1F2329","info":"#095AD2","danger":"#D40C26","pureWhite":"#ffffff","pureBlack":"#2F343D"},"high-contrast":{"white":"#ffffff","disabled":"#CBCED1","annotation":"#1F2329","hint":"#1F2329","secondaryInfo":"#1F2329","default":"#1F2329","titlesLabels":"#1F2329","info":"#01336B","danger":"#9B1325","pureWhite":"#ffffff","pureBlack":"#1F2329"},"dark":{"white":"#2F343D","disabled":"#60646C","annotation":"#9EA2A8","hint":"#9EA2A8","secondaryInfo":"#9EA2A8","default":"#C1C7D0","titlesLabels":"#F2F3F5","info":"#739EDE","danger":"#D88892","pureWhite":"#ffffff","pureBlack":"#1F2329"}}}')},4279:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItemIcon=void 0;var o=r(1085),i=r(7821);t.MessageMetricsItemIcon=function(e){return(0,o.jsx)(i.Icon,n({size:"x20"},e))}},4290:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.DropdownDesktopWrapper=void 0;var i=r(1085),a=r(6398),l=r(4012),s=r(615);t.DropdownDesktopWrapper=(0,l.forwardRef)((function(e,t){var r=e.children,l=e.reference,c=e.placement,u=void 0===c?"bottom-start":c,f=o(e,["children","reference","placement"]),d=(0,a.usePosition)(l,t,{placement:u}).style;return(0,i.jsx)(s.DropdownDesktop,n({style:d,children:r,ref:t},f))}))},4296:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getThemePalette=t.getTokens=void 0;var i=o(r(6554)),a=o(r(8159)),l=o(r(4210)),s=o(r(1367)),c=o(r(469)),u=o(r(814)),f=o(r(540)),d=o(r(1310));t.getTokens=function(e){return{badge:i.default.badge[e],button:a.default.button[e],font:l.default.font[e],shadow:s.default.shadow[e],status:c.default.status[e],statusBullet:u.default.statusBullet[e],stroke:f.default.stroke[e],surface:d.default.surface[e]}},t.getThemePalette=function(e){var r=(0,t.getTokens)(e),o=r.badge,i=r.button,a=r.font,l=r.shadow,s=r.status,c=r.statusBullet,u=r.stroke,f=r.surface,d=[{category:"Stroke",description:"Use as component's outline, stroke, dividers",list:[{name:"stroke-extra-light",color:u.extraLight},{name:"stroke-light",color:u.light},{name:"stroke-medium",color:u.medium},{name:"stroke-dark",color:u.dark},{name:"stroke-extra-dark",color:u.extraDark},{name:"stroke-extra-light-highlight",color:u.extraLightHighlight},{name:"stroke-highlight",color:u.highlight},{name:"stroke-extra-light-error",color:u.extraLightError},{name:"stroke-error",color:u.error}]},{category:"Surface",description:"Use as a container on top of the background",list:[{name:"surface-light",color:f.light},{name:"surface-tint",color:f.tint},{name:"surface-room",color:f.room},{name:"surface-neutral",color:f.neutral},{name:"surface-disabled",color:f.disabled},{name:"surface-hover",color:f.hover},{name:"surface-selected",color:f.selected},{name:"surface-dark",color:f.dark},{name:"surface-featured",color:f.featured},{name:"surface-featured-hover",color:f.featuredHover},{name:"surface-overlay",color:f.overlay},{name:"surface-sidebar",color:f.sidebar}]},{category:"Shadow",description:"Use as a shadow color",list:[{name:"shadow-highlight",color:l.highlight},{name:"shadow-danger",color:l.danger},{name:"shadow-elevation-border",color:l["elevation-border"]},{name:"shadow-elevation-1",color:l["elevation-1"]},{name:"shadow-elevation-2x",color:l["elevation-2x"]},{name:"shadow-elevation-2y",color:l["elevation-2y"]}]},{category:"Font",description:"These should be applied according to surfaces",list:[{name:"font-white",color:a.white},{name:"font-disabled",color:a.disabled},{name:"font-annotation",color:a.annotation},{name:"font-hint",color:a.hint},{name:"font-secondary-info",color:a.secondaryInfo},{name:"font-default",color:a.default},{name:"font-titles-labels",color:a.titlesLabels},{name:"font-info",color:a.info},{name:"font-danger",color:a.danger},{name:"font-pure-black",color:a.pureBlack},{name:"font-pure-white",color:a.pureWhite}]},{category:"Status",description:"Status Background",list:[{name:"status-background-info",color:s.info},{name:"status-background-success",color:s.success},{name:"status-background-danger",color:s.danger},{name:"status-background-warning",color:s.warning},{name:"status-background-warning-2",color:s["warning-2"]},{name:"status-background-service-1",color:s["service-1"]},{name:"status-background-service-2",color:s["service-2"]},{name:"status-background-service-3",color:s["service-3"]}]},{description:"Status Font",list:[{name:"status-font-on-info",color:s["font-on-info"]},{name:"status-font-on-success",color:s["font-on-success"]},{name:"status-font-on-danger",color:s["font-on-danger"]},{name:"status-font-on-warning",color:s["font-on-warning"]},{name:"status-font-on-warning-2",color:s["font-on-warning-2"]},{name:"status-font-on-service-1",color:s["font-on-service-1"]},{name:"status-font-on-service-2 ",color:s["font-on-service-2"]},{name:"status-font-on-service-3 ",color:s["font-on-service-3"]}]},{category:"Badge",description:"Badge Background",list:[{name:"badge-background-level-0",color:o["level-0"]},{name:"badge-background-level-1",color:o["level-1"]},{name:"badge-background-level-2",color:o["level-2"]},{name:"badge-background-level-3",color:o["level-3"]},{name:"badge-background-level-4",color:o["level-4"]}]},{category:"Status Bullet",description:"Used to show user status",list:[{name:"status-bullet-online",color:c.online},{name:"status-bullet-away",color:c.away},{name:"status-bullet-busy",color:c.busy},{name:"status-bullet-disabled",color:c.disabled},{name:"status-bullet-offline",color:c.offline},{name:"status-bullet-loading",color:c.loading}]},{category:"Button",description:"Primary Background",list:[{name:"button-background-primary-default",color:i.backgroundPrimaryDefault},{name:"button-background-primary-hover",color:i.backgroundPrimaryHover},{name:"button-background-primary-press",color:i.backgroundPrimaryPress},{name:"button-background-primary-focus",color:i.backgroundPrimaryFocus},{name:"button-background-primary-keyfocus",color:i.backgroundPrimaryKeyfocus},{name:"button-background-primary-disabled",color:i.backgroundPrimaryDisabled}]},{description:"Secondary Background",list:[{name:"button-background-secondary-default",color:i.backgroundSecondaryDefault},{name:"button-background-secondary-hover",color:i.backgroundSecondaryHover},{name:"button-background-secondary-press",color:i.backgroundSecondaryPress},{name:"button-background-secondary-focus",color:i.backgroundSecondaryFocus},{name:"button-background-secondary-keyfocus",color:i.backgroundSecondaryKeyfocus},{name:"button-background-secondary-disabled",color:i.backgroundSecondaryDisabled}]},{description:"Secondary Danger Background",list:[{name:"button-background-secondary-danger-default",color:i.backgroundSecondaryDangerDefault},{name:"button-background-secondary-danger-hover",color:i.backgroundSecondaryDangerHover},{name:"button-background-secondary-danger-press",color:i.backgroundSecondaryDangerPress},{name:"button-background-secondary-danger-focus",color:i.backgroundSecondaryDangerFocus},{name:"button-background-secondary-danger-keyfocus",color:i.backgroundSecondaryDangerKeyfocus},{name:"button-background-secondary-danger-disabled",color:i.backgroundDangerDisabled}]},{description:"Danger Background",list:[{name:"button-background-danger-default",color:i.backgroundDangerDefault},{name:"button-background-danger-hover",color:i.backgroundDangerHover},{name:"button-background-danger-press",color:i.backgroundDangerPress},{name:"button-background-danger-focus",color:i.backgroundDangerFocus},{name:"button-background-danger-keyfocus",color:i.backgroundDangerKeyfocus},{name:"button-background-danger-disabled",color:i.backgroundDangerDisabled}]},{description:"Success Background",list:[{name:"button-background-success-default",color:i.backgroundSuccessDefault},{name:"button-background-success-hover",color:i.backgroundSuccessHover},{name:"button-background-success-press",color:i.backgroundSuccessPress},{name:"button-background-success-focus",color:i.backgroundSuccessFocus},{name:"button-background-success-keyfocus",color:i.backgroundSuccessKeyfocus},{name:"button-background-success-disabled",color:i.backgroundSuccessDisabled}]},{description:"Font",list:[{name:"button-font-on-primary",color:i.fontOnPrimary},{name:"button-font-on-primary-disabled",color:i.fontOnPrimaryDisabled},{name:"button-font-on-secondary",color:i.fontOnSecondary},{name:"button-font-on-secondary-disabled",color:i.fontOnSecondaryDisabled},{name:"button-font-on-secondary-danger",color:i.fontOnSecondaryDanger},{name:"button-font-on-secondary-danger-disabled",color:i.onSecondaryDangerDisabled},{name:"button-font-on-danger",color:i.fontOnDanger},{name:"button-font-on-danger-disabled",color:i.fontOnDangerDisabled},{name:"button-font-on-success",color:i.fontOnSuccess},{name:"button-font-on-success-disabled",color:i.fontOnSuccessDisabled}]}];return n({},d.reduce((function(e,t){return n(n({},e),t.list.reduce((function(e,t){var r;return n(n({},e),((r={})[t.name]=t.color,r))}),{}))}),{}))}},4316:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalContent=void 0;var a=r(1085),l=i(r(2944)),s=i(r(7026));t.ModalContent=function(e){var t=e.children,r=e.onScrollContent,i=o(e,["children","onScrollContent"]);return(0,a.jsx)(s.default,{vertical:!0,onScrollContent:r,children:(0,a.jsx)(l.default,{"rcx-modal__content":!0,children:(0,a.jsx)(l.default,n({"rcx-modal__content-wrapper":!0,mi:24},i,{children:t}))})})}},4323:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Button,n({},e))}))},4324:function(e,t,r){r.r(t)},4338:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2231),t)},4339:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getPaletteColor=void 0;var i=o(r(6578)),a=o(r(8958)),l={neutral:"n",blue:"b",green:"g",yellow:"y",red:"r",orange:"o",purple:"p"};t.getPaletteColor=function(e,t,r){var o="".concat(l[e]).concat(t);(0,a.default)(function(e){return"string"==typeof e&&e in i.default}(o),"invalid color reference");var s=i.default[o],c=/^#([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})$/.exec(s);if((0,a.default)(!!c,"invalid color token format"),void 0!==r){var u=n(c,4),f=u[1],d=u[2],p=u[3];return["--rcx-color-".concat(e,"-").concat(t,"-").concat((100*r).toFixed(0)),"rgba(".concat(parseInt(f,16),", ").concat(parseInt(d,16),", ").concat(parseInt(p,16),", ").concat(100*r,"%)")]}return["--rcx-color-".concat(e,"-").concat(t),s]}},4348:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarV2=void 0;var i=r(1085);t.TopBarV2=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rc-box rc-box--full rcx-sidebar-topbar-v2 rcx-sidebar-topbar-v2",t].filter(Boolean).join(" ")},r))}},4356:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.useStyle=void 0;var n=r(6396),o=r(4012);t.useStyle=function(e,t){var r=(0,o.useMemo)((function(){return e?e(t):void 0}),[t,e]),i=(0,o.useMemo)((function(){if(r)return r?(0,n.createClassName)(r):void 0}),[r]);return(0,o.useDebugValue)(i),(0,o.useInsertionEffect)((function(){if(r&&i){var e=(0,n.escapeName)(i),t=(0,n.transpile)(".".concat(e),r),o=(0,n.attachRules)(t);return function(){setTimeout(o,1e3)}}}),[i,r]),i}},4367:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Divider=void 0;var a=r(1085),l=i(r(2944));t.Divider=function(e){var t=e.variation,r=e.children,i=e.vertical,s=o(e,["variation","children","vertical"]);return r?(0,a.jsxs)(l.default,n({"rcx-message-divider":!0,role:"separator"},s,{children:[(0,a.jsx)("div",{className:"rcx-divider__bar"}),(0,a.jsx)("div",{className:"rcx-divider__wrapper",children:r}),(0,a.jsx)("div",{className:"rcx-divider__bar"})]})):(0,a.jsx)(l.default,n({is:"hr","rcx-divider":!0,"rcx-divider--vertical":i,"rcx-divider--danger":"danger"===t},s))}},4387:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.fromCamelToKebab=void 0,t.fromCamelToKebab=function(e){return e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()}},4389:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=r(9470),c=i(r(9980)),u=(0,l.forwardRef)((function(e,t){var r=e.icon,i=void 0===r?"magnifier":r,l=e.title,u=void 0===l?"Nothing Found":l,f=e.subtitle,d=o(e,["icon","title","subtitle"]);return(0,a.jsx)(c.default,n({justifyContent:"center"},d,{ref:t,children:(0,a.jsxs)(s.States,{children:[(0,a.jsx)(s.StatesIcon,{name:i}),(0,a.jsx)(s.StatesTitle,{children:u}),f&&(0,a.jsx)(s.StatesSubtitle,{children:f})]})}))}));t.default=(0,l.memo)(u)},4401:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NavBar=void 0;var o=r(1085);t.NavBar=function(e){return(0,o.jsx)("nav",n({className:"rcx-navbar"},e))}},4455:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageTimestamp=void 0;var o=r(1085);t.MessageTimestamp=function(e){return(0,o.jsx)("span",n({className:"rcx-box rcx-box--full rcx-message-header__time"},e))}},4482:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemName=void 0;var o=r(1085);t.MessageSystemName=function(e){return(0,o.jsx)("span",n({className:"rcx-box rcx-box--full rcx-message-system__name"},e))}},4502:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({className:"rcx-card__header"},r,{children:t}))}},4515:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemMenu=void 0;var i=r(1085),a=r(8188),l=r(5918);t.SidebarItemMenu=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu-wrapper rcx-box--animated"},r,{children:(0,l.patchChildren)((0,i.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu",children:t}),(function(e){return{className:(0,a.appendClassName)(e.className,"rcx-sidebar-v2-item__menu")}}))}))}},4531:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Tag=void 0;var a=r(1085),l=r(4780),s=i(r(6727));t.Tag=function(e){var t=e.large,r=e.medium,i=e.className,c=e.disabled,u=e.onClick,f=e.variant,d=e.children,p=e.icon,b=e.href,h=o(e,["large","medium","className","disabled","onClick","variant","children","icon","href"]),v=[f,r&&"medium",t&&"large",c&&"disabled",u&&"clickable",b&&"clickable"].filter(Boolean).map((function(e){return"rcx-tag--".concat(e)})).join(" ");return(0,a.jsxs)(s.default,n({is:b?"a":"span",className:(0,l.prependClassName)(i,"rcx-tag ".concat(v)),onClick:u,href:b},h,{children:[p,(0,a.jsx)("span",{className:"rcx-tag__inner",children:d})]}))}},4542:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelListItem=void 0;var i=r(1085),a=r(4012);t.SidepanelListItem=(0,a.forwardRef)((function(e,t){var r=e.className,a=o(e,["className"]);return(0,i.jsx)("div",n({role:"listitem",ref:t,className:["rcx-sidepanel-list__item",r].filter(Boolean).join(" ")},a))}))},4614:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.OptionHeader=t.OptionTitle=t.OptionSkeleton=t.OptionMenu=t.OptionInput=t.OptionIcon=t.OptionDivider=t.OptionDescriptionBlock=t.OptionDescription=t.OptionContent=t.OptionColumn=t.OptionAvatar=void 0;var a=i(r(5743)),l=i(r(7004));t.OptionAvatar=l.default;var s=i(r(2669));t.OptionColumn=s.default;var c=i(r(2424));t.OptionContent=c.default;var u=i(r(9173));t.OptionDescription=u.default;var f=i(r(1222));t.OptionDescriptionBlock=f.default;var d=i(r(3804));t.OptionDivider=d.default;var p=i(r(5752));t.OptionHeader=p.default;var b=i(r(6628));t.OptionIcon=b.default;var h=i(r(3787));t.OptionInput=h.default;var v=i(r(3142));t.OptionMenu=v.default;var y=i(r(8982));t.OptionSkeleton=y.default;var g=i(r(3393));t.OptionTitle=g.default,t.default=Object.assign(a.default,{Description:u.default,Skeleton:y.default,Avatar:l.default,Menu:v.default,Icon:b.default,Divider:d.default,Column:s.default,Content:c.default}),o(r(5345),t)},4627:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.PaletteStyleTag=void 0;var n=r(1085),o=r(4012),i=r(9514),a=r(5334),l=r(877),s=r(376),c={light:s.light,dark:s.dark,"high-contrast":s.highContrast};t.PaletteStyleTag=(0,o.memo)((function(e){var t=e.theme,r=void 0===t?"light":t,o=e.tagId,s=void 0===o?"main-palette":o,u=e.prefix,f=void 0===u?"--rcx-color":u,d=e.selector,p=e.palette||(0,a.convertToCss)(c[r],f,d);return(0,n.jsx)(n.Fragment,{children:(0,i.createPortal)(p,(0,l.useCreateStyleContainer)(s))})})),t.default=t.PaletteStyleTag},4685:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=i(r(6727));t.default=function(e){var t=e.children,r=e.flexDirection,i=void 0===r?"row":r,s=e.height,c=o(e,["children","flexDirection","height"]);return(0,a.jsx)(l.default,n({fontScale:"p2m",display:"flex",flexDirection:i,flexGrow:1,height:s,"rcx-card__body":!0},c,{children:t}))}},4687:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470),s=(0,a.forwardRef)((function(e,t){var r=e.children,a=e.width,s=e.position,c=e.bg,u=void 0===c?"room":c,f=o(e,["children","width","position","bg"]);return(0,i.jsx)(l.Box,n({ref:t,"rcx-vertical-bar":!0,bg:u,color:"default",display:"flex",flexDirection:"column",flexShrink:0,width:a,borderInlineStartWidth:"default",borderInlineStartColor:"extra-light",borderInlineStartStyle:"solid",height:"full",position:s,insetInlineEnd:"none",insetBlockStart:"none",zIndex:10},f,{children:r}))}));t.default=(0,a.memo)(s)},4694:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectAria=t.Item=void 0;var a=r(1085),l=r(6398),s=r(4012),c=r(307),u=r(7768),f=i(r(6727)),d=r(9270),p=r(175),b=r(7040),h=r(14),v=r(5089),y=r(7768);Object.defineProperty(t,"Item",{enumerable:!0,get:function(){return y.Item}}),t.SelectAria=(0,s.forwardRef)((function(e,t){var r=e.error,i=e.placeholder,s=e.value,y=e.onChange,g=e.small,O=e.isDisabled,_=e.disabled,m=e.id,j=o(e,["error","placeholder","value","onChange","small","isDisabled","disabled","id"]),x=O||_,P=(0,u.useSelectState)(n({isDisabled:x,selectedKey:"bigint"!=typeof s?s:null,onSelectionChange:y},j)),w=(0,l.useResizeObserver)(),S=w.ref,M=w.borderBoxSize,C=(0,l.useMergedRefs)(t,S),I=(0,c.useSelect)(n({isDisabled:x},j),P,S),k=I.triggerProps,B=I.valueProps,E=I.menuProps,D=(0,c.useFocusRing)(),N=D.focusProps,F=D.isFocusVisible;return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)(v.SelectTrigger,n({},(0,c.mergeProps)(N,k),{ref:C,small:g,focus:F||P.isOpen,error:r,id:m,children:[(0,a.jsx)(c.HiddenSelect,{state:P,triggerRef:S,label:j.label,name:j.name,isDisabled:x}),(0,a.jsx)(f.default,n({is:"span",color:P.selectedItem?"default":"hint"},B,g&&{fontScale:"c1"},{children:P.selectedItem?P.selectedItem.rendered:i})),(0,a.jsx)(d.Icon,{color:"default",name:P.isOpen?"chevron-up":"chevron-down",size:"x20"})]})),P.isOpen&&(0,a.jsx)(b.Popover,{state:P,triggerRef:S,placement:"bottom",offset:4,containerPadding:8,children:(0,a.jsx)(p.OptionContainer,{style:{width:null==M?void 0:M.inlineSize},children:(0,a.jsx)(h.ListBox,n({},E,{state:P}))})})]})}))},4704:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.NavBarItem=void 0;var i=r(1085),a=r(4012),l=r(8188),s=r(5918),c=r(8955);t.NavBarItem=(0,a.forwardRef)((function(e,t){var r=e.children,a=e.icon,u=o(e,["children","icon"]);return(0,i.jsx)(i.Fragment,{children:a?(0,i.jsx)(c.IconButton,n({ref:t,"rcx-navbar-item":!0,icon:a,small:!0},u)):(0,s.patchChildren)(r,(function(e){return n({className:(0,l.appendClassName)(e.className,"rcx-navbar-item"),ref:t},u)}))})}))},4780:function(e,t){var r=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},n=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.prependClassName=void 0,t.prependClassName=function(e,t){return o=e,Array.isArray(o)?n([t],r(e),!1):e?"".concat(t," ").concat(e):t;var o}},4799:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(9440),t),o(r(7313),t),o(r(7599),t)},4811:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(7203),t),o(r(1924),t),o(r(7401),t),o(r(5518),t),o(r(4019),t),o(r(5212),t),o(r(5235),t),o(r(765),t),o(r(5768),t)},4829:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Pagination=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=r(1938),u=function(){return"Items per page:"},f=function(e){var t=e.count,r=e.current,n=e.itemsPerPage;return"Showing results ".concat(r+1," - ").concat(Math.min(r+n,t)," of ").concat(t)},d=[25,50,100];t.Pagination=function(e){var t=e.count,r=e.current,i=void 0===r?0:r,p=e.itemsPerPage,b=void 0===p?25:p,h=e.itemsPerPageLabel,v=void 0===h?u:h,y=e.showingResultsLabel,g=void 0===y?f:y,O=e.onSetItemsPerPage,_=e.onSetCurrent,m=e.divider,j=o(e,["count","current","itemsPerPage","itemsPerPageLabel","showingResultsLabel","onSetItemsPerPage","onSetCurrent","divider"]),x=d.length>1,P=Math.floor(i/b),w=Math.ceil(t/b),S=(0,l.useMemo)((function(){return w<=7?Array.from({length:w},(function(e,t){return t})):P<5?[0,1,2,3,4,"⋯",w-1]:P>w-5?[0,"⋯",w-5,w-4,w-3,w-2,w-1]:[0,"⋯",P-1,P,P+1,"⋯",w-1]}),[w,P]),M={count:t,pages:w,current:i,currentPage:P,itemsPerPage:b},C=function(e){return function(){null==O||O(e)}},I=function(e){return function(){null==_||_(e*b)}};return(0,a.jsxs)(s.default,n({is:"nav","rcx-pagination":!0,"rcx-pagination--divider":m},j,{children:[x&&(0,a.jsxs)(s.default,{"rcx-pagination__left":!0,children:[(0,a.jsx)(s.default,{is:"span","rcx-pagination__label":!0,children:v(M)}),(0,a.jsx)(s.default,{is:"ol","rcx-pagination__list":!0,children:d.map((function(e){return(0,a.jsx)(s.default,{is:"li","rcx-pagination__list-item":!0,children:(0,a.jsx)(s.default,{is:"button","rcx-pagination__link":!0,tabIndex:b===e?-1:0,disabled:b===e,onClick:C(e),children:e})},e)}))})]}),(0,a.jsxs)(s.default,{"rcx-pagination__right":!0,children:[(0,a.jsx)(s.default,{is:"span","rcx-pagination__label":!0,children:g(M)}),(0,a.jsxs)(s.default,{is:"ol","rcx-pagination__list":!0,children:[(0,a.jsx)(s.default,{is:"li","rcx-pagination__list-item":!0,children:(0,a.jsx)(s.default,{is:"button","rcx-pagination__back":!0,disabled:0===P,onClick:I(P-1),children:(0,a.jsx)(c.Chevron,{left:!0,size:"x16"})})}),S.map((function(e,t){return(0,a.jsx)(s.default,{is:"li","rcx-pagination__list-item":!0,children:"⋯"===e?"⋯":(0,a.jsx)(s.default,{is:"button","rcx-pagination__link":!0,disabled:P===e,onClick:I(e),children:e+1})},t)})),(0,a.jsx)(s.default,{is:"li","rcx-pagination__list-item":!0,children:(0,a.jsx)(s.default,{is:"button","rcx-pagination__forward":!0,disabled:P===w-1,onClick:I(P+1),children:(0,a.jsx)(c.Chevron,{right:!0,size:"x16"})})})]})]})]}))}},4830:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1591);t.default=n.Margins},4853:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageEmoji=void 0;var i=r(1085),a=r(9450);t.ThreadMessageEmoji=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)(a.MessageEmojiBase,n({className:"rcx-message-thread__emoji ".concat(t||"")},r))}},4857:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarV2ItemStatusBullet=t.SidebarV2ItemContent=t.SidebarV2ListItem=t.SidebarV2ItemTimestamp=t.SidebarV2ItemCol=t.SidebarV2ItemRow=t.SidebarV2ItemTitle=t.SidebarV2ItemMenu=t.SidebarV2ItemIcon=t.SidebarV2ItemBadge=t.SidebarV2ItemAvatarWrapper=t.SidebarV2ItemAction=t.SidebarV2Item=void 0;var n=r(1826);Object.defineProperty(t,"SidebarV2Item",{enumerable:!0,get:function(){return n.SidebarItem}});var o=r(7796);Object.defineProperty(t,"SidebarV2ItemAction",{enumerable:!0,get:function(){return o.SidebarItemAction}});var i=r(5608);Object.defineProperty(t,"SidebarV2ItemAvatarWrapper",{enumerable:!0,get:function(){return i.SidebarItemAvatarWrapper}});var a=r(8501);Object.defineProperty(t,"SidebarV2ItemBadge",{enumerable:!0,get:function(){return a.SidebarItemBadge}});var l=r(5653);Object.defineProperty(t,"SidebarV2ItemIcon",{enumerable:!0,get:function(){return l.SidebarItemIcon}});var s=r(4515);Object.defineProperty(t,"SidebarV2ItemMenu",{enumerable:!0,get:function(){return s.SidebarItemMenu}});var c=r(1514);Object.defineProperty(t,"SidebarV2ItemTitle",{enumerable:!0,get:function(){return c.SidebarItemTitle}});var u=r(1404);Object.defineProperty(t,"SidebarV2ItemRow",{enumerable:!0,get:function(){return u.SidebarItemRow}});var f=r(9146);Object.defineProperty(t,"SidebarV2ItemCol",{enumerable:!0,get:function(){return f.SidebarItemCol}});var d=r(1548);Object.defineProperty(t,"SidebarV2ItemTimestamp",{enumerable:!0,get:function(){return d.SidebarItemTimestamp}});var p=r(7322);Object.defineProperty(t,"SidebarV2ListItem",{enumerable:!0,get:function(){return p.SidebarListItem}});var b=r(155);Object.defineProperty(t,"SidebarV2ItemContent",{enumerable:!0,get:function(){return b.SidebarItemContent}});var h=r(6692);Object.defineProperty(t,"SidebarV2ItemStatusBullet",{enumerable:!0,get:function(){return h.SidebarItemStatusBullet}})},4885:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SliderHead=void 0;var i,a,l=r(1085),s=r(6396),c=r(4356),u=r(5221);t.SliderHead=function(e){var t=e.state,r=e.labelProps,f=e.outputProps,d=e.label,p=e.showOutput,b=void 0===p||p,h=e.multiThumb,v=(0,c.useStyle)((0,s.css)(a||(a=n(["\n display: flex;\n justify-content: space-between;\n ","\n "],["\n display: flex;\n justify-content: space-between;\n ","\n "])),"vertical"===t.orientation&&(0,s.css)(i||(i=n(["\n flex-direction: column;\n "],["\n flex-direction: column;\n "])))),null),y=(0,l.jsx)(u.Label,o({},f,{children:h?(0,l.jsx)(u.Label,o({},f,{"data-testid":"slider-output",children:"".concat(t.getThumbValueLabel(0)," - ").concat(t.getThumbValueLabel(1))})):(0,l.jsx)(u.Label,o({},f,{"data-testid":"slider-output",children:t.getThumbValueLabel(0)}))}));return(0,l.jsx)(l.Fragment,{children:d?(0,l.jsxs)("div",{className:v,children:[(0,l.jsx)(u.Label,o({},r,{children:d})),b&&y]}):b&&y})}},4889:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.StatusBullet=void 0;var a=r(1085),l=i(r(6056)),s=i(r(5937)),c=i(r(1522)),u=i(r(3704)),f=i(r(6242)),d=i(r(2763));t.StatusBullet=function(e){var t=e.status,r=void 0===t?"loading":t,i=o(e,["status"]);switch(r){case"online":return(0,a.jsx)(d.default,n({},i));case"away":return(0,a.jsx)(l.default,n({},i));case"busy":return(0,a.jsx)(s.default,n({},i));case"disabled":return(0,a.jsx)(c.default,n({},i));case"offline":return(0,a.jsx)(f.default,n({},i));default:return(0,a.jsx)(u.default,n({},i))}}},4961:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.FramedIcon=void 0;var i=r(1085),a=r(9270);t.FramedIcon=function(e){var t=e.info,r=e.success,l=e.warning,s=e.danger,c=e.neutral,u=e.icon,f=o(e,["info","success","warning","danger","neutral","icon"]);return(0,i.jsx)(a.Icon,n({},f,{"rcx-framed-icon":!0,"rcx-framed-icon--info":t,"rcx-framed-icon--success":r,"rcx-framed-icon--warning":l,"rcx-framed-icon--danger":s,"rcx-framed-icon--neutral":c||!t&&!r&&!l&&!s,name:u,size:20}))}},4982:function(e,t,r){var n=this&&this.__generator||function(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=l(0),a.throw=l(1),a.return=l(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(s){return function(l){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&l[0]?n.return:l[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,l[1])).done)return o;switch(n=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,n=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){i.label=l[1];break}if(6===l[0]&&i.label<o[1]){i.label=o[1],o=l;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(l);break}o[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(e){l=[6,e],n=0}finally{r=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,s])}}},o=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0});var i=r(4012);function a(e){return null}function l(e){return null!=e.hasChildItems?e.hasChildItems:!!e.childItems||!!(e.title&&i.Children.count(e.children)>0)}a.getCollectionNode=function(e,t){var r,a,s,c,u;return n(this,(function(f){switch(f.label){case 0:return r=e.childItems,a=e.title,s=e.children,c=e.title||e.children,(u=e.textValue||("string"==typeof c?c:"")||e["aria-label"]||"")||(null==t?void 0:t.suppressTextValueWarning)||console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),[4,{type:"item",props:e,rendered:c,textValue:u,"aria-label":e["aria-label"],hasChildNodes:l(e),childNodes:function(){var e,t,l,c,u,f;return n(this,(function(n){switch(n.label){case 0:if(!r)return[3,9];n.label=1;case 1:n.trys.push([1,6,7,8]),e=o(r),t=e.next(),n.label=2;case 2:return t.done?[3,5]:[4,{type:"item",value:t.value}];case 3:n.sent(),n.label=4;case 4:return t=e.next(),[3,2];case 5:return[3,8];case 6:return l=n.sent(),u={error:l},[3,8];case 7:try{t&&!t.done&&(f=e.return)&&f.call(e)}finally{if(u)throw u.error}return[7];case 8:return[3,11];case 9:return a?(c=[],i.Children.forEach(s,(function(e){c.push({type:"item",element:e})})),[5,o(c)]):[3,11];case 10:n.sent(),n.label=11;case 11:return[2]}}))}}];case 1:return f.sent(),[2]}}))},t.default=a},5060:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalHeroImage=void 0;var a=r(1085),l=i(r(2944));t.ModalHeroImage=function(e){var t=o(e,[]);return(0,a.jsx)("figure",{className:"rcx-modal__hero-image-wrapper",children:(0,a.jsx)(l.default,n({"rcx-modal__hero-image":!0,is:"img"},t))})}},5061:function(e){e.exports=n},5063:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;var i=r(1085),a=o(r(2944)),l=r(5221);t.Wrapper=function(e){return(0,i.jsx)(a.default,n({animated:!0,is:l.Label,"rcx-input-box__wrapper":!0},e))}},5082:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarGroupTitle=void 0;var i=r(1085),a=r(1938);t.SidebarGroupTitle=function(e){var t=e.title,r=e.titleId,l=e.badge,s=e.barProps,c=e.expanded,u=o(e,["title","titleId","badge","barProps","expanded"]);return(0,i.jsxs)("div",n({className:["rcx-box rcx-box--full","rcx-sidebar-v2-collapse-group__bar rcx-box--animated"].filter(Boolean).join(" ")},s,u,{children:[void 0!==c&&(0,i.jsx)(a.Chevron,{size:"x20",right:!c}),t&&(0,i.jsx)("h4",{className:"rcx-box rcx-box--full rcx-sidebar-v2-collapse-group__title",id:r,children:t}),!c&&l&&l]}))}},5089:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectTrigger=void 0;var a=r(1085),l=r(4012),s=r(307),c=i(r(2944));t.SelectTrigger=(0,l.forwardRef)((function(e,t){var r=e.small,i=e.error,l=e.isDisabled,u=e.focus,f=e.id,d=o(e,["small","error","isDisabled","focus","id"]),p=(0,s.useButton)(d,t).buttonProps;return(0,a.jsx)(c.default,n({},p,{id:f,"rcx-select":!0,ref:t,is:"button",display:"flex",flexDirection:"row",fontScale:"p2",justifyContent:"space-between","rcx-input-box--small":r,className:[i&&"invalid",l&&"disabled",u&&"focus"].filter(Boolean).join(" "),children:d.children}))}))},5103:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystem=void 0;var i=r(1085);r(9520),t.MessageSystem=function(e){var t=e.children,r=e.title,a=e.isSelected,l=o(e,["children","title","isSelected"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-message-system",a&&"rcx-message-system--selected"].filter(Boolean).join(" "),title:r},l,{children:t}))}},5109:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Box,n({flexShrink:1,flexGrow:1,fontScale:"h5",withTruncatedText:!0},e))}))},5210:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.flattenChildren=void 0;var o=r(9607);Object.defineProperty(t,"flattenChildren",{enumerable:!0,get:function(){return n(o).default}})},5212:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewImage=void 0;var i=r(1085),a=r(4780);t.MessageGenericPreviewImage=function(e){var t=e.url,r=e.className,l=o(e,["url","className"]);return(0,i.jsx)("img",n({src:t,className:(0,a.prependClassName)(r,"rcx-message-generic-preview__image"),alt:""},l))}},5221:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5619),t)},5223:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarLink=void 0;var i=r(1085),a=r(8188),l=r(5918),s=r(9270);t.SidebarLink=function(e){var t=e.selected,r=e.icon,c=e.badge,u=e.menu,f=o(e,["selected","icon","badge","menu"]);return(0,i.jsxs)("a",n({role:"link",tabIndex:0,className:["rcx-box rcx-box--full","rcx-sidebar-v2-link","rcx-sidebar-v2-item",t&&"rcx-sidebar-v2-item--selected"].filter(Boolean).join(" "),onClick:function(e){return e.stopPropagation()},onKeyDown:function(e){return"Enter"===e.code&&e.stopPropagation()}},f,{children:[r&&(0,i.jsx)(s.Icon,{name:r,size:"x20",className:"rcx-sidebar-v2-item__icon"}),(0,i.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__title",children:f.children}),c,u&&(0,l.patchChildren)((0,i.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu-wrapper",children:u}),(function(e){return{className:(0,a.appendClassName)(e.className,"rcx-box rcx-box--full rcx-sidebar-v2-item__menu rcx-box--animated")}}))]}))}},5235:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewThumb=void 0;var o=r(1085);t.MessageGenericPreviewThumb=function(e){return(0,o.jsx)("div",n({className:"rcx-message-generic-preview__thumb"},e))}},5276:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelDivider=void 0;var n=r(1085),o=r(7228);t.SidepanelDivider=function(){return(0,n.jsx)(o.Divider,{"rcx-sidepanel--divider":!0,mbs:-2,mbe:0})}},5280:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5835),t)},5334:function(e,t){var r=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.convertToCss=void 0,t.convertToCss=function(e,t,n){return void 0===n&&(n=":root"),"".concat(n," {\n").concat(Object.entries(e).map((function(e){var n=r(e,2),o=n[0],i=n[1];return"".concat(t,"-").concat(o,": ").concat(i,";")})).join("\n"),"\n}")}},5345:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckOption=void 0;var a=r(1085),l=r(4012),s=r(5358),c=i(r(5743));t.CheckOption=(0,l.memo)((function(e){var t=e.selected,r=e.children,i=o(e,["selected","children"]);return(0,a.jsx)(c.default,n({label:r,selected:t},i,{children:(0,a.jsx)(s.CheckBox,{checked:t})}))}))},5358:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2727),t)},5359:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectedOptions=void 0;var i=r(1085),a=r(4012),l=o(r(1737));t.SelectedOptions=(0,a.memo)((function(e){return(0,i.jsx)(l.default,n({},e))}))},5362:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.extractStylingProps=t.propDefs=void 0;var a=r(6396),l=r(2412),s=r(4387),c=r(5418),u={toCSSValue:function(e){return"string"==typeof e?e:void 0}},f={toCSSValue:function(e){if("number"==typeof e||"string"==typeof e)return String(e)}},d={toCSSValue:c.borderWidth},p={toCSSValue:c.borderRadius},b={toCSSValue:c.backgroundColor},h={toCSSValue:c.fontColor},v={toCSSValue:c.strokeColor},y={toCSSValue:c.size},g={toCSSValue:c.inset},O={toCSSValue:c.margin},_={toCSSValue:c.padding},m={toCSSValue:c.fontFamily},j={toCSSValue:function(e){var t;return(null===(t=(0,c.fontScale)(e))||void 0===t?void 0:t.fontSize)||(0,c.size)(e)}},x={toCSSValue:function(e){var t;return e?String((null===(t=(0,c.fontScale)(e))||void 0===t?void 0:t.fontWeight)||e):void 0}},P={toCSSValue:function(e){var t;return(null===(t=(0,c.fontScale)(e))||void 0===t?void 0:t.lineHeight)||(0,c.size)(e)}},w={toCSSValue:function(e){var t;return e?String((null===(t=(0,c.fontScale)(e))||void 0===t?void 0:t.letterSpacing)||e):void 0}},S=function(e){return{aliasOf:e}};t.propDefs={border:u,borderBlock:u,borderBlockStart:u,borderBlockEnd:u,borderInline:u,borderInlineStart:u,borderInlineEnd:u,borderWidth:d,borderBlockWidth:d,borderBlockStartWidth:d,borderBlockEndWidth:d,borderInlineWidth:d,borderInlineStartWidth:d,borderInlineEndWidth:d,borderStyle:u,borderBlockStyle:u,borderBlockStartStyle:u,borderBlockEndStyle:u,borderInlineStyle:u,borderInlineStartStyle:u,borderInlineEndStyle:u,borderColor:v,borderBlockColor:v,borderBlockStartColor:v,borderBlockEndColor:v,borderInlineColor:v,borderInlineStartColor:v,borderInlineEndColor:v,borderRadius:p,borderStartStartRadius:p,borderStartEndRadius:p,borderEndStartRadius:p,borderEndEndRadius:p,color:h,backgroundColor:b,bg:S("backgroundColor"),opacity:f,alignItems:u,alignContent:u,justifyItems:u,justifyContent:u,flexWrap:u,flexDirection:u,flexGrow:f,flexShrink:f,flexBasis:u,justifySelf:u,alignSelf:u,order:f,w:S("width"),width:y,minWidth:y,maxWidth:y,h:S("height"),height:y,minHeight:y,maxHeight:y,display:u,verticalAlign:u,overflow:u,overflowX:u,overflowY:u,position:u,zIndex:f,inset:g,insetBlock:g,insetBlockStart:g,insetBlockEnd:g,insetInline:g,insetInlineStart:g,insetInlineEnd:g,m:S("margin"),margin:O,mb:S("marginBlock"),marginBlock:O,mbs:S("marginBlockStart"),marginBlockStart:O,mbe:S("marginBlockEnd"),marginBlockEnd:O,mi:S("marginInline"),marginInline:O,mis:S("marginInlineStart"),marginInlineStart:O,mie:S("marginInlineEnd"),marginInlineEnd:O,p:S("padding"),padding:_,pb:S("paddingBlock"),paddingBlock:_,pbs:S("paddingBlockStart"),paddingBlockStart:_,pbe:S("paddingBlockEnd"),paddingBlockEnd:_,pi:S("paddingInline"),paddingInline:_,pis:S("paddingInlineStart"),paddingInlineStart:_,pie:S("paddingInlineEnd"),paddingInlineEnd:_,fontFamily:m,fontSize:j,fontStyle:u,fontWeight:x,letterSpacing:w,lineHeight:P,textAlign:u,textTransform:u,textDecorationLine:u,wordBreak:u,elevation:{toStyle:function(e){return"0"===e?(0,a.css)(M||(M=n(["\n box-shadow: none;\n "],["\n box-shadow: none;\n "]))):"1"===e?(0,a.css)(C||(C=n(["\n box-shadow: 0px 0px 12px 0px ",";\n border: 1px solid ",";\n "],["\n box-shadow: 0px 0px 12px 0px ",";\n border: 1px solid ",";\n "])),l.Palette.shadow["shadow-elevation-1"],l.Palette.shadow["shadow-elevation-border"]):"1nb"===e?(0,a.css)(I||(I=n(["\n box-shadow: 0px 0px 12px 0px ",";\n "],["\n box-shadow: 0px 0px 12px 0px ",";\n "])),l.Palette.shadow["shadow-elevation-1"]):"2"===e?(0,a.css)(k||(k=n(["\n box-shadow:\n 0px 0px 2px 0px ",",\n 0px 0px 12px 0px ",";\n border: 1px solid ",";\n "],["\n box-shadow:\n 0px 0px 2px 0px ",",\n 0px 0px 12px 0px ",";\n border: 1px solid ",";\n "])),l.Palette.shadow["shadow-elevation-2x"],l.Palette.shadow["shadow-elevation-2y"],l.Palette.shadow["shadow-elevation-border"]):"2nb"===e?(0,a.css)(B||(B=n(["\n box-shadow:\n 0px 0px 2px 0px ",",\n 0px 0px 12px 0px ",";\n "],["\n box-shadow:\n 0px 0px 2px 0px ",",\n 0px 0px 12px 0px ",";\n "])),l.Palette.shadow["shadow-elevation-2x"],l.Palette.shadow["shadow-elevation-2y"]):void 0}},invisible:{toStyle:function(e){return e?(0,a.css)(E||(E=n(["\n visibility: hidden;\n opacity: 0;\n "],["\n visibility: hidden;\n opacity: 0;\n "]))):void 0}},withTruncatedText:{toStyle:function(e){return e?(0,a.css)(D||(D=n(["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n "],["\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n "]))):void 0}},size:{toStyle:function(e){return(0,c.size)(e)?(0,a.css)(N||(N=n(["\n width: "," !important;\n height: "," !important;\n "],["\n width: "," !important;\n height: "," !important;\n "])),(0,c.size)(e),(0,c.size)(e)):void 0}},minSize:{toStyle:function(e){return(0,c.size)(e)?(0,a.css)(F||(F=n(["\n min-width: "," !important;\n min-height: "," !important;\n "],["\n min-width: "," !important;\n min-height: "," !important;\n "])),(0,c.size)(e),(0,c.size)(e)):void 0}},maxSize:{toStyle:function(e){return(0,c.size)(e)?(0,a.css)(T||(T=n(["\n max-width: "," !important;\n max-height: "," !important;\n "],["\n max-width: "," !important;\n max-height: "," !important;\n "])),(0,c.size)(e),(0,c.size)(e)):void 0}},fontScale:{toStyle:function(e){var t,r,o,i;return(0,a.css)(A||(A=n(["\n font-size: "," !important;\n font-weight: "," !important;\n letter-spacing: "," !important;\n line-height: "," !important;\n "],["\n font-size: "," !important;\n font-weight: "," !important;\n letter-spacing: "," !important;\n line-height: "," !important;\n "])),null===(t=(0,c.fontScale)(e))||void 0===t?void 0:t.fontSize,null===(r=(0,c.fontScale)(e))||void 0===r?void 0:r.fontWeight,null===(o=(0,c.fontScale)(e))||void 0===o?void 0:o.letterSpacing,null===(i=(0,c.fontScale)(e))||void 0===i?void 0:i.lineHeight)}}};var M,C,I,k,B,E,D,N,F,T,A,R,V,L=new Map(Object.entries(t.propDefs).map((function(e){var t=o(e,2),r=t[0],i=t[1];if("aliasOf"in i){var l=i.aliasOf;return[r,function(e,t){if(!t.has(l)){var r=L.get(l);null==r||r(e,t)}}]}if("toCSSValue"in i){var c=(0,s.fromCamelToKebab)(r),u=i.toCSSValue;return[r,function(e,t){var o=u(e);void 0!==o&&t.set(r,(0,a.css)(R||(R=n(["\n ",": "," !important;\n "],["\n ",": "," !important;\n "])),c,o))}]}var f=i.toStyle;return[r,function(e,t){var n=f(e);void 0!==n&&t.set(r,n)}]})));t.extractStylingProps=function(e){var t,r,l=new Map,s={};try{for(var c=i(Object.entries(e)),u=c.next();!u.done;u=c.next()){var f=o(u.value,2),d=f[0],p=f[1],b=L.get(d);b?void 0!==p&&b(p,l):s[d]=p}}catch(e){t={error:e}}finally{try{u&&!u.done&&(r=c.return)&&r.call(c)}finally{if(t)throw t.error}}return[s,l.size?(0,a.css)(V||(V=n(["\n ","\n "],["\n ","\n "])),Array.from(l.values())):void 0]}},5394:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470),s=(0,a.forwardRef)((function(e,t){var r=e.children,a=o(e,["children"]);return(0,i.jsx)(l.Box,n({ref:t,p:24},a,{children:r}))}));t.default=(0,a.memo)(s)},5418:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.fontScale=t.fontFamily=t.padding=t.margin=t.inset=t.size=t.color=t.fontColor=t.backgroundColor=t.strokeColor=t.borderRadius=t.borderWidth=void 0;var i=o(r(9519)),a=r(9851),l=o(r(8958)),s=r(2412),c=r(4339),u=r(410),f=function(e){return(0,a.memoize)((function(t){if("number"==typeof t)return"".concat(t,"px");if("string"==typeof t){var r=/^(neg-|-)?x(\d+)$/.exec(t);if(r){var o=n(r,3),i=o[1],a=o[2],l=(i?-1:1)*parseInt(a,10);return"".concat(l/16,"rem")}return e&&e(t)||t}}))};t.borderWidth=f((function(e){return"none"===e?"0px":"default"===e?(0,t.borderWidth)("x1"):void 0})),t.borderRadius=f((function(e){return"none"===e?"0px":"full"===e?"9999px":void 0}));var d={neutral:"n",blue:"b",green:"g",yellow:"y",red:"r",orange:"o",purple:"p"},p=/^(neutral|blue|green|yellow|red|orange|purple)-(\d+)(-(\d+))?$/;t.strokeColor=(0,a.memoize)((function(e){var r="stroke-".concat(e);return(0,s.isStrokeColor)(r)?s.strokeColors[r].toString():(0,t.color)(e)})),t.backgroundColor=(0,a.memoize)((function(e){var r="surface-".concat(e);return(0,s.isSurfaceColor)(e)?s.surfaceColors[e].toString():(0,s.isSurfaceColor)(r)?s.surfaceColors[r].toString():(0,s.isStatusBackgroundColor)(e)?s.statusBackgroundColors[e].toString():(0,s.isStatusColor)(e)?s.statusColors[e].toString():(0,s.isBadgeColor)(e)?s.badgeBackgroundColors[e].toString():(0,t.color)(e)})),t.fontColor=(0,a.memoize)((function(e){var r="font-".concat(e);return(0,s.isTextIconColor)(r)?s.textIconColors[r].toString():(0,s.isStatusColor)(e)?s.statusColors[e].toString():(0,t.color)(e)})),t.color=(0,a.memoize)((function(e){if("string"==typeof e){if(s.throwErrorOnInvalidToken)throw new Error('The color token "'.concat(e,'" is deprecated. Please use the new color tokens instead.'));if((0,s.isSurfaceColor)(e))return s.surfaceColors[e].toString();if((0,s.isStatusBackgroundColor)(e))return s.statusBackgroundColors[e].toString();if((0,s.isStrokeColor)(e))return s.strokeColors[e].toString();if((0,s.isTextIconColor)(e))return s.textIconColors[e].toString();if("surface"===e||"surface-light"===e)return s.surfaceColors["surface-light"].toString();if("surface-tint"===e)return(0,u.toCSSColorValue)(e,s.neutral[100]);if("secondary-info"===e)return(0,u.toCSSColorValue)(e,s.neutral[700]);if("surface-neutral"===e)return(0,u.toCSSColorValue)(e,s.neutral[400]);var t=p.exec(String(e));if("number"==typeof(null==t?void 0:t.length)&&(null==t?void 0:t.length)>=5){var r=n(t,5),o=r[1],i=r[2],a=r[4],f=parseInt(i,10),b=void 0!==a?parseInt(a,10)/100:void 0;(0,l.default)(function(e){return"string"==typeof e&&e in d}(o),"invalid color type"),(0,l.default)(function(e){return"number"==typeof e&&e%100==0&&e/100>=1&&e/100<=9}(f),"invalid color grade"),(0,l.default)(function(e){return void 0===e||"number"==typeof e&&e>=0&&e<=1}(b),"invalid color alpha");var h=n((0,c.getPaletteColor)(o,f,b),2),v=h[0],y=h[1];return v?(0,u.toCSSValue)(v,y):y}return e}})),t.size=f((function(e){return"none"===e?"0px":"full"===e?"100%":"sw"===e?"100vw":"sh"===e?"100vh":void 0})),t.inset=f((function(e){if("none"===e)return"0px"})),t.margin=f((function(e){if("none"===e)return"0px"})),t.padding=f((function(e){if("none"===e)return"0px"})),t.fontFamily=(0,a.memoize)((function(e){if(function(e){return"string"==typeof e&&e in i.default.fontFamilies}(e)){var t=i.default.fontFamilies[e].map((function(e){return e.includes(" ")?"'".concat(e,"'"):e})).join(", ");return(0,u.toCSSFontValue)(e,t)}})),t.fontScale=(0,a.memoize)((function(e){if(function(e){return"string"==typeof e&&e in i.default.fontScales}(e)){var t=i.default.fontScales[e],r=t.fontSize,n=t.fontWeight,o=t.lineHeight,a=t.letterSpacing;return{fontSize:"".concat(r/16,"rem"),fontWeight:n,lineHeight:"".concat(o/16,"rem"),letterSpacing:"".concat(a/16,"rem")}}}))},5459:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(7593);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},5516:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(7843),t)},5518:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewFooter=void 0;var n=r(1085);t.MessageGenericPreviewFooter=function(e){var t=e.children;return(0,n.jsx)("div",{className:"rcx-message-generic-preview__footer",children:t})}},5549:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470);t.default=(0,a.memo)((function(e){var t=e.name,r=o(e,["name"]);return(0,i.jsx)(l.IconButton,n({},r,{small:!0,flexShrink:0,icon:t}))}))},5557:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageStatusIndicator=void 0;var o=r(1085),i=r(4012);r(3214),t.MessageStatusIndicator=(0,i.forwardRef)((function(e,t){return(0,o.jsx)("div",n({ref:t,className:"rcx-message-status-indicator"},e))}))},5559:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(9470);t.default=function(e){var t=e.primary,r=void 0===t||t,l=o(e,["primary"]);return(0,i.jsx)(a.Button,n({},l,{primary:r}))}},5587:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.shallowEqual=void 0;var r=function(e){return"object"==typeof e&&null!==e};t.shallowEqual=function(e,t){return e===t||!(!Number.isNaN(e)||!Number.isNaN(t))||!(!r(e)||!r(t))&&function(e,t){var r=Object.keys(e),n=Object.keys(t);return r.length===n.length&&!r.some((function(r){return!t.hasOwnProperty(r)||e[r]!==t[r]}))}(e,t)}},5595:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({className:"rcx-card__col"},r,{children:t}))}},5604:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Message=void 0;var i=r(1085),a=r(4012),l=r(4780);t.Message=(0,a.forwardRef)((function(e,t){var r=e.className,a=e.clickable,s=e.sequential,c=e.isSelected,u=e.isEditing,f=e.isPending,d=e.highlight,p=o(e,["className","clickable","sequential","isSelected","isEditing","isPending","highlight"]);return(0,i.jsx)("div",n({ref:t,className:(0,l.prependClassName)(r,["rcx-message",(a||p.onClick)&&"rcx-message--clickable",s&&"rcx-message--sequential",c&&"rcx-message--selected",u&&"rcx-message--editing",f&&"rcx-message--pending",d&&"rcx-message--highlight"].filter(Boolean).join(" "))},p))}))},5605:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({className:"rcx-card__row"},r,{children:t}))}},5608:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemAvatarWrapper=void 0;var i=r(1085);t.SidebarItemAvatarWrapper=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__avatar",t].filter(Boolean).join(" ")},r))}},5614:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(9270);t.default=function(e){var t=e.variation,r=o(e,["variation"]);return(0,i.jsx)(a.Icon,n({},r,{"rcx-states__icon":!0,className:t&&"rcx-states__icon--".concat(t),size:"x32"}))}},5619:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Label=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=(0,l.createContext)(!1);t.Label=(0,l.forwardRef)((function(e,t){var r=e.disabled,i=e.is,u=e.required,f=e.children,d=o(e,["disabled","is","required","children"]),p=(0,l.useContext)(c),b=i||p&&"span"||"label";return(0,a.jsx)(c.Provider,{value:!0,children:(0,a.jsxs)(s.default,n({is:b,"rcx-label":!0,"rcx-label--disabled":r},d,{ref:t,children:[f,u&&(0,a.jsx)(s.default,{is:"span","rcx-label__required":!0,mis:"x4","aria-hidden":"true",children:"*"})]}))})}))},5635:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AccordionItem=t.Accordion=void 0;var o=r(2959);Object.defineProperty(t,"Accordion",{enumerable:!0,get:function(){return n(o).default}});var i=r(1750);Object.defineProperty(t,"AccordionItem",{enumerable:!0,get:function(){return n(i).default}})},5637:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarAction=void 0;var o=r(1085),i=r(4012),a=r(8955);t.SidebarAction=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.IconButton,n({small:!0,ref:t},e))}))},5645:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.isForwardRefType=void 0,t.isForwardRefType=function(e){return e.$$typeof===Symbol.for("react.forward_ref")}},5653:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemIcon=void 0;var i=r(1085),a=r(4012),l=r(9270);t.SidebarItemIcon=function(e){var t=e.icon,r=e.className,s=e.highlighted,c=o(e,["icon","className","highlighted"]);return(0,i.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__icon",s&&"rcx-sidebar-v2-item__icon--highlighted",r].filter(Boolean).join(" "),children:(0,a.isValidElement)(t)?t:(0,i.jsx)(l.Icon,n({name:t,size:"x20"},c))})}},5702:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalFooter=void 0;var o=r(1085),i=n(r(2944));t.ModalFooter=function(e){var t=e.children,r=e.justifyContent,n=void 0===r?"end":r;return(0,o.jsx)(i.default,{justifyContent:n,"rcx-modal__footer":!0,children:t})}},5716:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageIconThread=void 0;var n=r(1085),o=r(2888);t.ThreadMessageIconThread=function(){return(0,n.jsx)(o.ThreadMessageIcon,{name:"thread"})}},5743:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=r(4012),c=r(7821),u=r(325),f=i(r(7004)),d=i(r(2424)),p=i(r(6628)),b=(0,s.memo)((0,s.forwardRef)((function(e,t){var r=e.is,i=void 0===r?"li":r,s=e.id,b=e.children,h=e.label,v=e.focus,y=e.selected,g=e.className,O=e.icon,_=e.gap,m=e.avatar,j=e.title,x=e.disabled,P=e.variant,w=e.onClick,S=e.description,M=o(e,["is","id","children","label","focus","selected","className","icon","gap","avatar","title","disabled","variant","onClick","description"]);return(0,l.createElement)(i,n({},M,{key:s,id:s,ref:t,"aria-selected":!!y,"aria-disabled":!!x,title:j,onClick:function(e){x?(0,u.prevent)(e):null==w||w(e)},className:["rcx-option",g,v&&"rcx-option--focus",y&&"rcx-option--selected",x&&"rcx-option--disabled",P&&"rcx-option--".concat(P)].filter(Boolean).join(" ")}),(0,a.jsxs)("div",{className:["rcx-option__wrapper",!!S&&"rcx-option__wrapper--align-top"].filter(Boolean).join(" "),children:[m&&(0,a.jsx)(f.default,{children:m}),O&&(0,a.jsx)(p.default,{name:O}),_&&(0,a.jsx)(c.OptionColumn,{}),h&&(0,a.jsx)(d.default,{children:h}),h!==b&&b]}))})));t.default=b},5752:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1085);t.default=function(e){var t=e.children;return(0,n.jsx)("div",{className:"rcx-option__header",children:t})}},5767:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Chevron=function(e){var t=e.up,r=e.right,i=e.down,u=e.left,f=e.size,d=o(e,["up","right","down","left","size"]),p=(0,l.useMemo)((function(){return(0,a.jsx)(c.Icon,{name:"chevron-down",size:f})}),[f]);return(0,a.jsx)(s.default,n({is:"span",children:p,"rcx-chevron":!0,"rcx-chevron--up":t,"rcx-chevron--right":r,"rcx-chevron--down":i,"rcx-chevron--left":u},d))};var a=r(1085),l=r(4012),s=i(r(2944)),c=r(9270)},5768:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewIcon=void 0;var n=r(1085),o=r(9270);t.MessageGenericPreviewIcon=function(e){var t=e.name,r=void 0===t?"attachment-file":t,i=e.size,a=void 0===i?32:i,l=e.color,s=void 0===l?"default":l,c=e.type,u=void 0===c?"file":c;return(0,n.jsxs)("div",{className:"rcx-message-generic-preview__icon",children:[(0,n.jsx)(o.Icon,{name:r,color:s,size:a}),(0,n.jsx)("div",{className:"rcx-message-generic-preview__icon-title",children:u})]})}},5819:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.StatesTitle=t.StatesSuggestionText=t.StatesSuggestionListItem=t.StatesSuggestionList=t.StatesSuggestion=t.StatesSubtitle=t.StatesLink=t.StatesIcon=t.StatesActions=t.StatesAction=t.States=void 0;var o=n(r(2029));t.States=o.default;var i=n(r(5559));t.StatesAction=i.default;var a=n(r(3388));t.StatesActions=a.default;var l=n(r(5614));t.StatesIcon=l.default;var s=n(r(7589));t.StatesLink=s.default;var c=n(r(6833));t.StatesSubtitle=c.default;var u=n(r(2633));t.StatesSuggestion=u.default;var f=n(r(525));t.StatesSuggestionList=f.default;var d=n(r(7828));t.StatesSuggestionListItem=d.default;var p=n(r(7688));t.StatesSuggestionText=p.default;var b=n(r(8451));t.StatesTitle=b.default},5828:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NavBarGroup=void 0;var o=r(1085),i=r(4012),a=r(6710);t.NavBarGroup=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.ButtonGroup,n({className:"rcx-navbar-group",ref:t},e))}))},5835:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TextInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.TextInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"text",ref:t},e))}))},5880:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470),l=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.Box,n({ref:t,"rcx-vertical-bar__content":!0,paddingInline:24,display:"flex",flexDirection:"column",overflowY:"hidden",height:"full"},e))}));t.default=(0,i.memo)(l)},5897:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.BubbleButton=void 0;var i=r(1085),a=r(9270);t.BubbleButton=function(e){var t=e.secondary,r=e.label,l=e.onClick,s=e.icon,c=o(e,["secondary","label","onClick","icon"]);return(0,i.jsxs)("button",n({className:"rcx-box rcx-box--full rcx-bubble__button ".concat(t?"rcx-bubble__button--secondary":"rcx-bubble__button--primary"),onClick:l},c,{children:[s&&(0,i.jsx)(a.Icon,{name:s,size:"x16"}),r&&(0,i.jsx)("span",{children:r})]}))}},5903:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageRow=void 0;var o=r(1085);t.ThreadMessageRow=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-thread__row"},e))}},5918:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.patchChildren=void 0;var n=r(4012),o=r(5210),i=r(5587);t.patchChildren=function(e,t){var r=!1,a=(0,o.flattenChildren)(e).map((function(e){if(!(0,n.isValidElement)(e))return e;var o=t(e.props);return(0,i.shallowEqual)(e.props,o)?e:(r=!0,(0,n.cloneElement)(e,o))}));return r?a:e}},5934:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Input=void 0;var i=r(1085),a=r(4012),l=o(r(2944));t.Input=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"input",animated:!0,"rcx-input-box":!0,ref:t},e))}))},5937:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"10",height:"10",viewBox:"0 0 10 10",className:"rcx-status-bullet rcx-status-bullet--busy ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.13337 9.93325C7.78434 9.93325 9.93338 7.78422 9.93338 5.13325C9.93338 2.48229 7.78434 0.333252 5.13337 0.333252C2.48241 0.333252 0.333374 2.48229 0.333374 5.13325C0.333374 7.78422 2.48241 9.93325 5.13337 9.93325ZM3.53338 4.46655C3.16519 4.46655 2.86671 4.76503 2.86671 5.13322C2.86671 5.50141 3.16519 5.79989 3.53338 5.79989H6.73338C7.10157 5.79989 7.40004 5.50141 7.40004 5.13322C7.40004 4.76503 7.10157 4.46655 6.73338 4.46655H3.53338Z"})}))}},5945:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AutoComplete=function(e){var t=e.value,r=e.filter,l=e.setFilter,j=e.options,x=void 0===j?[]:j,P=e.renderItem,w=e.renderSelected,S=e.onChange,M=e.renderEmpty,C=e.placeholder,I=e.error,k=e.disabled,B=e.multiple,E=e.onBlur,D=void 0===E?function(){}:E,N=o(e,["value","filter","setFilter","options","renderItem","renderSelected","onChange","renderEmpty","placeholder","error","disabled","multiple","onBlur"]),F=(0,u.useRef)(),T=(0,c.useResizeObserver)(),A=T.ref,R=T.borderBoxSize,V=i((0,u.useState)((function(){return _(t,x)||[]})),2),L=V[0],z=V[1];(0,u.useEffect)((function(){z((function(e){return e.every(m(t))?e:e.filter(m(t))}))}),[t]);var H=(0,c.useEffectEvent)((function(e){var r=i(e,1)[0];L.some((function(e){return e.value===r}))||(B?(z(a(a([],i(L),!1),i(_(r,x)),!1)),S(a(a([],i(t||[]),!1),[r],!1))):(z(_(r,x)),S(r)),null==l||l("")),X()})),W=(0,c.useEffectEvent)((function(e){e.stopPropagation(),e.preventDefault();var r=L.filter((function(t){return t.value!==e.currentTarget.value})),n=B&&Array.isArray(t)?(null==t?void 0:t.filter((function(t){return t!==e.currentTarget.value})))||[]:"";z(r),S(n),X()})),G=(0,u.useMemo)((function(){return x.map((function(e){return[e.value,e.label]}))}),[x]),q=(0,u.useMemo)((function(){return x.findIndex((function(e){var t;return(null===(t=L[0])||void 0===t?void 0:t.value)===e.value}))}),[x,L]),U=i((0,y.useCursor)(q,G,H),5),K=U[0],$=U[1],J=U[3],Z=i(U[4],3),Y=Z[0],X=Z[1],Q=Z[2],ee=(0,c.useEffectEvent)((function(e){X(),D(e)}));return(0,u.useEffect)(J,[r,J]),(0,s.jsxs)(d.default,{"rcx-autocomplete":!0,ref:A,onClick:(0,c.useEffectEvent)((function(){var e;return null===(e=F.current)||void 0===e?void 0:e.focus()})),flexGrow:1,className:(0,u.useMemo)((function(){return[I&&"invalid",k&&"disabled"]}),[I,k]),children:[(0,s.jsx)(d.default,{display:"flex",flexGrow:1,alignItems:"center",flexWrap:"wrap",margin:"neg-x4",role:"group",children:(0,s.jsxs)(v.default,{all:"x4",children:[(0,s.jsx)(h.InputBox.Input,n({ref:F,onChange:(0,c.useEffectEvent)((function(e){return null==l?void 0:l(e.currentTarget.value)})),onBlur:ee,onFocus:Q,onKeyDown:$,placeholder:Y!==f.default.HIDDEN&&t?void 0:C,order:1,"rcx-input-box--undecorated":!0,value:r,disabled:k},N)),L.map((function(e){return w?(0,s.jsx)(w,{selected:e,onRemove:W},e.value):(0,s.jsx)(p.default,{value:e.value,children:e.label,onClick:W},e.value)}))]})}),(0,s.jsx)(O,{children:(0,s.jsx)(b.Icon,{name:Y===f.default.VISIBLE?"cross":"magnifier",size:"x20",color:"default"})}),(0,s.jsx)(g.default,{visible:Y,anchor:A,children:(0,s.jsx)(y.Options,{width:R.inlineSize,onSelect:H,renderItem:P,renderEmpty:M,cursor:K,value:t,options:G})})]})};var s=r(1085),c=r(6398),u=r(4012),f=l(r(1974)),d=l(r(2944)),p=l(r(1737)),b=r(9270),h=r(7186),v=l(r(4830)),y=r(175),g=l(r(3737)),O=function(e){return(0,s.jsx)(d.default,n({"rcx-autocomplete__addon":!0},e))},_=function(e,t){return e?"string"==typeof e?t.filter((function(t){return t.value===e})):null==t?void 0:t.filter((function(t){return e.includes(t.value)})):[]},m=function(e){return function(t){return!!e&&("string"==typeof e?t.value===e:e.includes(t.value))}}},5956:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Callout=void 0;var a=r(1085),l=r(6398),s=i(r(2944)),c=r(9270);t.Callout=function(e){var t=e.type,r=e.title,i=e.children,u=e.icon,f=e.className,d=e.actions,p=o(e,["type","title","children","icon","className","actions"]),b=(0,l.useResizeObserver)(),h=b.ref,v=b.borderBoxSize,y=v.inlineSize&&v.inlineSize>=420,g=("info"===t?"info-circled":"success"===t&&"checkmark-circled")||"warning"===t&&"warning"||"danger"===t&&"ban"||"info-circled";return(0,a.jsxs)(s.default,n({ref:h,is:"section",className:["rcx-callout",t&&"rcx-callout--".concat(t),f].filter(Boolean).join(" ")},p,{children:[(0,a.jsx)(c.Icon,{className:"rcx-callout__icon",name:u||g,size:"x20"}),(0,a.jsxs)(s.default,{"rcx-callout__wrapper":!0,"rcx-callout__wrapper--large":y,children:[(0,a.jsxs)(s.default,{"rcx-callout__wrapper-content":!0,children:[r&&(0,a.jsx)(s.default,{"rcx-callout__title":!0,children:r}),i&&(0,a.jsx)(s.default,{"rcx-callout__content":!0,children:i})]}),d&&(0,a.jsx)(s.default,{"rcx-callout__actions":!0,children:d})]})]}))}},5976:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarMedia=void 0;var i=r(1085);t.SidebarMedia=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidebar-v2-media",t].filter(Boolean).join(" ")},r))}},5979:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.ActionButton=void 0;var i=r(1085),a=r(4012),l=r(9270),s=r(8955),c=function(e){e.tiny;var t=e.mini;return e.small,t?"x16":"x20"};t.ActionButton=(0,a.forwardRef)((function(e,t){var r=e.icon,a=e.children,u=o(e,["icon","children"]);return(0,i.jsxs)(s.Button,n({ref:t,square:!0,flexShrink:0},u,{children:[a,(0,i.jsx)(l.Icon,{name:r,size:c(u)})]}))}))},5999:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarV2GroupTitle=t.SidebarV2Divider=t.SidebarV2Section=t.SidebarV2ButtonGroup=t.SidebarV2Banner=t.SidebarV2CollapseGroup=t.SidebarV2Link=t.SidebarV2Actions=t.SidebarV2Action=t.SidebarV2AccordionItem=t.SidebarV2Accordion=t.SidebarV2=void 0;var i=r(7444);Object.defineProperty(t,"SidebarV2",{enumerable:!0,get:function(){return i.Sidebar}});var a=r(1637);Object.defineProperty(t,"SidebarV2Accordion",{enumerable:!0,get:function(){return a.SidebarAccordion}});var l=r(7196);Object.defineProperty(t,"SidebarV2AccordionItem",{enumerable:!0,get:function(){return l.SidebarAccordionItem}});var s=r(5637);Object.defineProperty(t,"SidebarV2Action",{enumerable:!0,get:function(){return s.SidebarAction}});var c=r(2090);Object.defineProperty(t,"SidebarV2Actions",{enumerable:!0,get:function(){return c.SidebarActions}});var u=r(5223);Object.defineProperty(t,"SidebarV2Link",{enumerable:!0,get:function(){return u.SidebarLink}}),o(r(4857),t);var f=r(2105);Object.defineProperty(t,"SidebarV2CollapseGroup",{enumerable:!0,get:function(){return f.SidebarCollapseGroup}});var d=r(1969);Object.defineProperty(t,"SidebarV2Banner",{enumerable:!0,get:function(){return d.SidebarBanner}}),o(r(3309),t),o(r(1378),t);var p=r(2886);Object.defineProperty(t,"SidebarV2ButtonGroup",{enumerable:!0,get:function(){return p.SidebarButtonGroup}});var b=r(9462);Object.defineProperty(t,"SidebarV2Section",{enumerable:!0,get:function(){return b.SidebarSection}});var h=r(1524);Object.defineProperty(t,"SidebarV2Divider",{enumerable:!0,get:function(){return h.SidebarDivider}});var v=r(5082);Object.defineProperty(t,"SidebarV2GroupTitle",{enumerable:!0,get:function(){return v.SidebarGroupTitle}})},6017:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalTagline=void 0;var a=r(1085),l=i(r(2944));t.ModalTagline=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(l.default,n({"rcx-modal__tagline":!0},r,{children:t}))}},6044:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarMediaTitle=void 0;var i=r(1085);t.SidebarMediaTitle=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidebar-v2-media__title",t].filter(Boolean).join(" ")},r))}},6056:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"10",height:"10",viewBox:"0 0 10 10",className:"rcx-status-bullet rcx-status-bullet--away ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.13337 9.93325C7.78434 9.93325 9.93338 7.78422 9.93338 5.13325C9.93338 2.48229 7.78434 0.333252 5.13337 0.333252C2.48241 0.333252 0.333374 2.48229 0.333374 5.13325C0.333374 7.78422 2.48241 9.93325 5.13337 9.93325ZM5.80004 2.33325C5.80004 1.96506 5.50156 1.66659 5.13337 1.66659C4.76518 1.66659 4.46671 1.96506 4.46671 2.33325V5.13325V5.45367L4.71691 5.65383L6.71691 7.25383C7.00442 7.48384 7.42395 7.43722 7.65395 7.14972C7.88396 6.86221 7.83735 6.44268 7.54984 6.21267L5.80004 4.81284V2.33325Z"})}))}},6081:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(693),t)},6092:function(e,t,r){r.r(t)},6111:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(7137),t)},6167:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Icon=void 0;var a=r(1085),l=i(r(5061)),s=r(4012),c=i(r(2944));t.Icon=(0,s.forwardRef)((function(e,t){var r=e.name,i=e.size,s=o(e,["name","size"]);return(0,a.jsx)(c.default,n({is:"i","rcx-icon":!0,"rcx-icon--name":r,children:l.default[r],"aria-hidden":"true",fontSize:i,ref:t},s))}))},6179:function(e){e.exports=s},6214:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1085),o=r(4012),i=r(1168);t.default=function(e){var t=e.children,r=e.order,a=e.grow,l=e.shrink,s=e.basis,c=e.align,u=(0,o.useCallback)((function(e){return void 0!==r&&void 0===e.order&&(e.order=r),void 0!==a&&void 0===e.flexGrow&&(e.flexGrow=a),void 0!==l&&void 0===e.flexShrink&&(e.flexShrink=l),void 0!==s&&void 0===e.flexBasis&&(e.flexBasis=s),void 0!==c&&void 0===e.alignSelf&&(e.alignSelf=("start"===c?"flex-start":"end"===c&&"flex-end")||c),e}),[c,s,a,r,l]);return(0,n.jsx)(i.BoxTransforms.Provider,{children:t,value:(0,i.useComposedBoxTransform)(u)})}},6228:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageRoles=void 0;var o=r(1085);t.MessageRoles=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-header__roles"},e))}},6242:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.size,r=e.className,a=o(e,["size","className"]);return(0,i.jsx)("svg",n({},a,{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"rcx-status-bullet rcx-status-bullet--offline ".concat(r," ").concat("small"===t?"rcx-status-bullet--small":""),children:(0,i.jsx)("circle",{cx:"6",cy:"6",r:"5",className:"rcx-status-bullet rcx-status-bullet--offline",strokeWidth:"2"})}))}},6255:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.AudioPlayer=void 0;var i=r(1085),a=r(6398),l=r(4012),s=r(7821),c=r(9286),u=function(e){return new Date(1e3*e).toISOString().slice(e>3600?11:14,19)};t.AudioPlayer=(0,l.forwardRef)((function(e,t){var r=e.src,f=e.type,d=void 0===f?"audio/mpeg":f,p=e.maxPlaybackSpeed,b=void 0===p?2:p,h=e.minPlaybackSpeed,v=void 0===h?.5:h,y=e.playbackSpeedStep,g=void 0===y?.25:y,O=e.download,_=void 0!==O&&O,m=e.playLabel,j=void 0===m?"Play":m,x=e.pauseLabel,P=void 0===x?"Pause":x,w=e.audioPlaybackRangeLabel,S=void 0===w?"Audio Playback Range":w,M=e.changePlaybackSpeedLabel,C=void 0===M?"Change Playback Speed":M,I=e.downloadAudioFileLabel,k=void 0===I?"Download Audio File":I,B=e.trackProps,E=(0,l.useRef)(null),D=(0,a.useMergedRefs)(t,E),N=o((0,l.useState)(!1),2),F=N[0],T=N[1],A=o((0,l.useState)(0),2),R=A[0],V=A[1],L=o((0,l.useState)(0),2),z=L[0],H=L[1],W=o((0,l.useState)(1),2),G=W[0],q=W[1],U=(0,a.useResizeObserver)().ref;return(0,i.jsxs)(s.Box,{borderWidth:"default",bg:"tint",borderColor:"extra-light",pb:12,pie:8,pis:16,borderRadius:"x4",w:"100%",maxWidth:"x300",ref:U,display:"flex",alignItems:"center",children:[(0,i.jsx)(s.IconButton,{primary:!0,medium:!0,onClick:function(){var e,t,r;(null===(e=E.current)||void 0===e?void 0:e.paused)?null===(t=E.current)||void 0===t||t.play():null===(r=E.current)||void 0===r||r.pause()},"aria-label":F?P:j,icon:F?"pause-shape-filled":"play-shape-filled"}),(0,i.jsxs)(s.Margins,{inline:8,children:[(0,i.jsx)(s.Box,{fontScale:"p2",color:"secondary-info",children:u(F||R>0?R:z)}),(0,i.jsx)(s.Box,{mi:16,w:"full",children:(0,i.jsx)(c.Slider,{"aria-label":S,showOutput:!1,value:R,maxValue:z,onChange:function(e){E.current&&(E.current.currentTime=e)}})}),(0,i.jsxs)(s.Button,{secondary:!0,small:!0,onClick:function(){var e;b===(null===(e=null==E?void 0:E.current)||void 0===e?void 0:e.playbackRate)?E.current.playbackRate=v:E.current&&(E.current.playbackRate+=1*g)},"aria-label":C,children:[G,"x"]})]}),_&&(0,i.jsx)(s.IconButton,{primary:!0,"aria-label":k,is:"a",href:r,download:!0,icon:"download",medium:!0,onClick:function(e){var t,n;new URL(r).host!==window.location.host&&(e.preventDefault(),t=r,(n=new XMLHttpRequest).open("GET",t,!0),n.responseType="blob",n.onload=function(){var e=(window.URL||window.webkitURL).createObjectURL(this.response),t=document.createElement("a");t.href=e,document.body.appendChild(t),t.click(),document.body.removeChild(t)},n.send())}}),(0,i.jsxs)("audio",{style:{display:"none"},onTimeUpdate:function(e){V(e.target.currentTime)},onLoadedMetadata:function(e){var t=e.target.duration;if(t!==1/0)return H(t);!function(e,t){var r=new Audio;r.src=e,r.addEventListener("loadedmetadata",(function(){var e=r.duration;if(e!==1/0)return t(e);r.currentTime=1e101})),r.addEventListener("durationchange",(function(){r.duration!==1/0&&(t(r.duration),r.remove())}))}(r,H)},onEnded:function(){return T(!1)},ref:D,preload:"metadata",onRateChange:function(e){q(e.target.playbackRate)},onPlay:function(){T(!0)},onPause:function(){T(!1)},controls:!0,children:[(0,i.jsx)("source",{src:r,type:d}),(0,i.jsx)("track",n({kind:"captions"},B))]})]})}))},6294:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.InputBoxSkeleton=void 0;var i=r(1085),a=o(r(2944)),l=r(5516);t.InputBoxSkeleton=function(e){return(0,i.jsx)(a.default,n({"rcx-skeleton__input":!0},e,{children:(0,i.jsx)(l.Skeleton,{width:"100%"})}))}},6297:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(4012),a=r(4012),l=r(325),s=(0,a.memo)((0,a.forwardRef)((function(e,t){var r=e.is,a=void 0===r?"li":r,s=e.id,c=e.children,u=e.focus,f=e.selected,d=e.className,p=e.title,b=e.disabled,h=e.variant,v=e.onClick,y=o(e,["is","id","children","focus","selected","className","title","disabled","variant","onClick"]);return(0,i.createElement)(a,n({},y,{key:s,id:s,ref:t,"aria-selected":!!f,"aria-disabled":!!b,title:p,onClick:function(e){b?(0,l.prevent)(e):null==v||v(e)},className:["rcx-option",d,u&&"rcx-option--focus",f&&"rcx-option--selected",b&&"rcx-option--disabled",h&&"rcx-option--".concat(h)].filter(Boolean).join(" ")}),c)})));t.default=s},6376:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(r(9494)),i=n(r(6214));t.default={Container:o.default,Item:i.default}},6379:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4889),t)},6396:function(t){t.exports=e},6397:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(9565),t),o(r(7108),t)},6398:function(e){e.exports=r},6402:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470),l=r(7293);t.default=(0,i.memo)((function(e){return(0,o.jsxs)(l.ContextualbarV2,n({},e,{children:[(0,o.jsx)(l.ContextualbarV2Header,{children:(0,o.jsx)(a.Skeleton,{width:"100%"})}),(0,o.jsxs)(a.Box,{p:24,children:[(0,o.jsx)(a.Skeleton,{mbe:4,width:"32px",height:"32px",variant:"rect"}),Array(5).fill(5).map((function(e,t){return(0,o.jsx)(a.Skeleton,{},t)}))]})]}))}))},6445:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4401),t),o(r(5828),t),o(r(4704),t),o(r(6634),t),o(r(2108),t)},6449:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(7537);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},6554:function(e){e.exports=JSON.parse('{"badge":{"light":{"level-0":"#E4E7EA","level-1":"#6C737A","level-2":"#156FF5","level-3":"#F38C39","level-4":"#EC0D2A"},"high-contrast":{"level-0":"#E4E7EA","level-1":"#2F343D","level-2":"#10529E","level-3":"#713607","level-4":"#9B1325"},"dark":{"level-0":"#404754","level-1":"#484C51","level-2":"#2C65BA","level-3":"#955828","level-4":"#B43C4C"}}}')},6578:function(e){e.exports=JSON.parse('{"white":"#FFFFFF","n100":"#F7F8FA","n200":"#F2F3F5","n250":"#EBECEF","n300":"#EEEFF1","n400":"#E4E7EA","n450":"#D7DBE0","n500":"#CBCED1","n600":"#9EA2A8","n700":"#6C737A","n800":"#2F343D","n900":"#1F2329","r100":"#FFE9EC","r200":"#FFC1C9","r300":"#F98F9D","r400":"#F5455C","r500":"#EC0D2A","r600":"#D40C26","r700":"#BB0B21","r800":"#9B1325","r900":"#8B0719","r1000":"#6B0513","o100":"#FDE8D7","o200":"#FAD1B0","o300":"#F7B27B","o400":"#F59B53","o500":"#F38C39","o600":"#E26D0E","o700":"#BD5A0B","o800":"#974809","o900":"#713607","o1000":"#5B2C06","p100":"#F9EFFC","p200":"#EDD0F7","p300":"#DCA0EF","p400":"#CA71E7","p500":"#9F22C7","p600":"#7F1B9F","p700":"#5F1477","p800":"#4A105D","p900":"#350B42","y100":"#FFF8E0","y200":"#FFECAD","y300":"#FFE383","y400":"#FFD95A","y500":"#FFD031","y600":"#F3BE08","y700":"#DFAC00","y800":"#AC892F","y900":"#8E6300","y1000":"#573D00","g100":"#E5FBF4","g200":"#C0F6E4","g300":"#96F0D2","g400":"#6CE9C0","g500":"#2DE0A5","g600":"#1ECB92","g700":"#19AC7C","g800":"#148660","g900":"#106D4F","g1000":"#0D5940","b100":"#E8F2FF","b200":"#D1EBFE","b300":"#76B7FC","b400":"#549DF9","b500":"#156FF5","b600":"#095AD2","b700":"#10529E","b800":"#01336B","b900":"#012247"}')},6596:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarMediaController=void 0;var i=r(1085),a=r(2886);t.SidebarMediaController=function(e){var t=e.className,r=e.label,l=e.children,s=o(e,["className","label","children"]);return(0,i.jsxs)("div",{className:["rcx-sidebar-v2-media__controller",t].filter(Boolean).join(" "),children:[(0,i.jsx)("div",{className:"rcx-sidebar-v2-media__controller__label",children:r}),(0,i.jsx)(a.SidebarButtonGroup,n({small:!0,align:"end"},s,{children:l}))]})}},6623:function(e,t,r){var n,o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),l=this&&this.__importStar||(n=function(e){return n=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},n(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=n(e),o=0;o<r.length;o++)"default"!==r[o]&&i(t,e,r[o]);return a(t,e),t}),s=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},c=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;var f=r(1085),d=r(4012),p=r(8955),b=l(r(175)),h=u(r(3737)),v=function(e,t){var r,n;null===(n=(r=t[c(e,1)[0]]).action)||void 0===n||n.call(r)};t.Menu=function(e){var t=e.tiny,r=e.mini,n=e.small,i=void 0===n?!(t||r):n,a=e.options,l=e.optionWidth,u=e.placement,y=void 0===u?"bottom-start":u,g=e.renderItem,O=e.maxHeight,_=e.icon,m=void 0===_?"kebab":_,j=s(e,["tiny","mini","small","options","optionWidth","placement","renderItem","maxHeight","icon"]),x=function(e){return Object.entries(e).map((function(e){var t=c(e,2),r=t[0],n=t[1],o=n.type,i=void 0===o?"option":o;return[r,n.label,void 0,n.disabled,i]}))}(a),P=c((0,b.useCursor)(-1,x,(function(e,t){var r=c(t,2)[1];v(e,a),C(),r()})),5),w=P[0],S=P[1],M=P[2],C=P[3],I=c(P[4],3),k=I[0],B=I[1],E=I[2],D=(0,d.useRef)(null),N=(0,d.useCallback)((function(){var e;if(null===(e=D.current)||void 0===e?void 0:e.classList.contains("focus-visible"))return D.current.classList.remove("focus-visible"),void B();D.current&&(D.current.focus(),E(),D.current.classList.add("focus-visible"))}),[B,E]),F=(0,d.useCallback)((function(e){v(e,a),C(),B()}),[B,C,a]);return(0,d.useEffect)((function(){var e;"hidden"===k&&(null===(e=D.current)||void 0===e||e.classList.remove("focus-visible"))}),[k]),(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(p.IconButton,o({"data-testid":"menu",ref:D,small:i,tiny:t,mini:r,onClick:N,onBlur:B,onKeyUp:M,onKeyDown:S,icon:m},j)),(0,f.jsx)(h.default,{width:"auto",visible:k,anchor:D,placement:y,children:(0,f.jsx)(b.default,{maxHeight:O,renderItem:g,width:l,onSelect:F,options:x,cursor:w,ref:D})})]})}},6628:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(9270),l=o(r(2669));t.default=function(e){return(0,i.jsx)(l.default,{children:(0,i.jsx)(a.Icon,n({size:"x20","rcx-option__icon":!0},e))})}},6634:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.NavBarDivider=void 0;var o=r(1085),i=r(7228);t.NavBarDivider=function(e){return(0,o.jsx)(i.Divider,n({"rcx-navbar-divider":!0,vertical:!0},e))}},6663:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableRow=void 0;var a=r(1085),l=i(r(2944));t.TableRow=function(e){var t=e.action,r=e.selected,i=o(e,["action","selected"]);return(0,a.jsx)(l.default,n({is:"tr","rcx-table__row":!0,"rcx-table__row--selected":r,"rcx-table__row--action":t},i))}},6692:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemStatusBullet=void 0;var o=r(1085),i=r(6379);t.SidebarItemStatusBullet=function(e){return(0,o.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__status-bullet",children:(0,o.jsx)(i.StatusBullet,n({},e))})}},6710:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(7319),t)},6727:function(e,t,r){var n=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Box=void 0;var o=r(1085),i=r(4012),a=r(217),l=r(854),s=r(1168),c=r(8207);t.Box=(0,i.forwardRef)((function(e,t){var r=e.is,u=void 0===r?"div":r,f=e.children,d=n(e,["is","children"]);t&&(d.ref=t);var p=(0,a.useArrayLikeClassNameProp)(d),b=(0,s.useBoxTransform)();b&&(p=b(p));var h=(0,c.useStylingProps)(p),v=(0,l.useBoxOnlyProps)(h),y=(0,i.createElement)(u,v,f);return b?(0,o.jsx)(s.BoxTransforms.Provider,{children:y,value:null}):y})),t.default=(0,i.memo)(t.Box)},6794:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(213),t)},6805:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4627),t)},6814:function(e,t,r){var n=this&&this.__generator||function(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=l(0),a.throw=l(1),a.return=l(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(s){return function(l){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&l[0]?n.return:l[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,l[1])).done)return o;switch(n=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,n=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){i.label=l[1];break}if(6===l[0]&&i.label<o[1]){i.label=o[1],o=l;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(l);break}o[2]&&i.ops.pop(),i.trys.pop();continue}l=t.call(e,i)}catch(e){l=[6,e],n=0}finally{r=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,s])}}},o=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0});var i=r(4012);function a(e){return null}a.getCollectionNode=function(e){var t,r,a;return n(this,(function(l){switch(l.label){case 0:return t=e.children,r=e.title,a=e.items,[4,{type:"section",props:e,hasChildNodes:!0,rendered:r,"aria-label":e["aria-label"],childNodes:function(){var e,r,l,s,c,u,f;return n(this,(function(n){switch(n.label){case 0:if("function"!=typeof t)return[3,9];if(!a)throw new Error("props.children was a function but props.items is missing");n.label=1;case 1:n.trys.push([1,6,7,8]),e=o(a),r=e.next(),n.label=2;case 2:return r.done?[3,5]:[4,{type:"item",value:l=r.value,element:t(l)}];case 3:n.sent(),n.label=4;case 4:return r=e.next(),[3,2];case 5:return[3,8];case 6:return s=n.sent(),u={error:s},[3,8];case 7:try{r&&!r.done&&(f=e.return)&&f.call(e)}finally{if(u)throw u.error}return[7];case 8:return[3,11];case 9:return c=[],i.Children.forEach(t,(function(e){c.push({type:"item",element:null!=e?e:void 0})})),[5,o(c)];case 10:n.sent(),n.label=11;case 11:return[2]}}))}}];case 1:return l.sent(),[2]}}))},t.default=a},6833:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({},r,{className:"rcx-states__subtitle",children:t}))}},6871:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ModalFooterControllers=void 0;var n=r(1085),o=r(9470);t.ModalFooterControllers=function(e){var t=e.children;return(0,n.jsx)(o.ButtonGroup,{align:"end",children:t})}},6880:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBar=void 0;var i=r(1085);t.TopBar=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rc-box rc-box--full rcx-sidebar-topbar",t].filter(Boolean).join(" ")},r))}},6895:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Avatar=void 0;var i=r(1085),a=r(1622),l=r(3223);t.Avatar=function(e){var t=e.size,r=void 0===t?"x36":t,l=e.rounded,s=void 0!==l&&l,c=e.objectFit,u=void 0!==c&&c,f=e.url,d=e.className,p=e.alt,b=o(e,["size","rounded","objectFit","url","className","alt"]),h=["rcx-avatar__element",u&&"rcx-avatar__element--object-fit",r&&"rcx-avatar__element--".concat(r),s&&"rcx-avatar__element--rounded"].filter(Boolean).join(" ");return(0,i.jsx)(a.AvatarContainer,{size:r,className:d,children:(0,i.jsx)("img",n({src:f,className:h,alt:p||""},b))})},t.Avatar.Stack=l.AvatarStack},6904:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(6623),t),o(r(7261),t)},6919:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsContentItem=void 0;var o=r(1085);t.MessageMetricsContentItem=function(e){return(0,o.jsx)("div",n({className:"rcx-message-metrics__content-item"},e))}},6935:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Option=void 0;var i=r(1085),a=r(4012),l=o(r(2944));t.Option=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"option","rcx-input-box__option":!0,ref:t},e))}))},6972:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l,s=r(1085),c=r(6396),u=r(4012),f=a(r(2944));t.default=(0,u.memo)((function(e){var t=e.children,r=i(e,["children"]);return(0,s.jsx)(f.default,o({display:"flex",alignItems:"center",height:"x44",pi:16,borderBlockEndWidth:"default",borderBlockColor:"extra-light",flexShrink:0},r,{children:(0,s.jsx)(f.default,{display:"flex",alignItems:"center",justifyContent:"space-between",flexGrow:1,height:"100%",overflow:"hidden",className:(0,c.css)(l||(l=n(["\n gap: 8px;\n "],["\n gap: 8px;\n "]))),children:t})}))}))},6984:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(2467);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}})},7004:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__avatar"},e))}},7026:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(7287);t.default=n.Scrollable},7034:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarAvatar=void 0;var i=r(328),a=r(6880),l=r(8694),s=r(2715),c=r(2555),u=r(8244),f=r(3255),d=r(9507);t.TopBarAvatar={size:"x24"},t.default=Object.assign(a.TopBar,{Section:c.TopBarSection,ToolBox:f.TopBarToolBox,Wrapper:d.TopBarWrapper,Avatar:t.TopBarAvatar,Actions:s.TopBarActions,Action:l.TopBarAction,Divider:i.SidebarDivider,Title:u.TopBarTitle}),o(r(6880),t),o(r(4348),t),o(r(8694),t),o(r(2715),t),o(r(2555),t),o(r(8244),t),o(r(3255),t),o(r(9507),t)},7040:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8511),t)},7108:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TabsItem=void 0;var a=r(1085),l=r(4012),s=i(r(2944));t.TabsItem=(0,l.forwardRef)((function(e,t){var r=e.selected,i=e.disabled,l=o(e,["selected","disabled"]);return(0,a.jsx)(s.default,n({is:"button","rcx-tabs__item":!0,"rcx-tabs__item--selected":r,"rcx-tabs__item--disabled":i,"rcx-tabs__item--selected--disabled":r&&i,"aria-selected":r?"true":"false",ref:t,role:"tab"},l))}))},7113:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8647),t)},7135:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=i(r(6727)),s=r(7799);t.default=function(e){var t=e.children,r=e.info,i=e.variant,c=void 0===i?"h4":i,u=o(e,["children","info","variant"]);return(0,a.jsxs)(l.default,n({fontScale:c,is:c,"rcx-card__title":!0},u,{children:[t,r&&(0,a.jsx)(s.LabelInfo,{title:r})]}))}},7137:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ToastBar=function(e){var t=e.children,r=e.className,a=void 0===r?"":r,y=e.variant,g=void 0===y?"info":y,O=e.time,_=void 0===O?5:O,m=e.isPaused,j=e.id,x=e.onClose,P=e.buttonLabel,w=void 0===P?"Dismiss alert":P,S=i(e,["children","className","variant","time","isPaused","id","onClose","buttonLabel"]),M=("success"===g?"circle-check":"error"===g&&"ban")||"info",C=(0,d.keyframes)(l||(l=n(["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n "],["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n "]))),I=(0,d.keyframes)(s||(s=n(["\n from {\n width: 0%;\n }\n\n to {\n width: 100%;\n }\n "],["\n from {\n width: 0%;\n }\n\n to {\n width: 100%;\n }\n "]))),k=(0,d.css)(c||(c=n(["\n animation: "," 0.5s;\n "],["\n animation: "," 0.5s;\n "])),C),B=(0,d.css)(u||(u=n(["\n &::after {\n width: 0%;\n animation: "," ","s;\n animation-fill-mode: forwards;\n animation-play-state: ",";\n }\n "],["\n &::after {\n width: 0%;\n animation: "," ","s;\n animation-fill-mode: forwards;\n animation-play-state: ",";\n }\n "])),I,_,m?"paused":"running"),E=(0,p.useId)(),D=j||E;return(0,f.jsxs)(b.default,o({className:["rcx-toastbar rcx-toastbar--".concat(g," ").concat(a),k],elevation:"2nb",borderRadius:"x4"},S,{children:[(0,f.jsxs)("div",{className:"rcx-toastbar_inner",children:[(0,f.jsx)(v.Icon,{className:"rcx-toastbar_icon--".concat(g),size:"x20",name:M}),(0,f.jsx)("div",{role:"alert",className:"rcx-toastbar_content",children:t}),x&&(0,f.jsx)("div",{className:"rcx-toastbar-close",children:(0,f.jsx)(h.IconButton,{tiny:!0,"aria-label":w,onClick:function(){return x(D)},icon:"cross"})})]}),(0,f.jsx)(b.default,{className:[B,"rcx-toastbar_progressbar"]})]}))};var l,s,c,u,f=r(1085),d=r(6396),p=r(4012),b=a(r(2944)),h=r(8955),v=r(9270)},7186:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});var i=r(8660),a=r(5934),l=r(8639),s=r(6294),c=r(6935),u=r(9393),f=r(5063);o(r(5934),t),o(r(8639),t),o(r(6294),t),o(r(5063),t),t.default=Object.assign(l.InputBox,{Input:a.Input,Skeleton:s.InputBoxSkeleton,Wrapper:f.Wrapper,Addon:i.Addon,Placeholder:u.Placeholder,Option:c.Option})},7196:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarAccordionItem=void 0;var i=r(1085),a=r(1938),l=r(8458);t.SidebarAccordionItem=function(e){var t=e.children,r=e.title,s=e.badge,c=e.noncollapsible,u=e.disabled,f=e.expanded,d=e.defaultExpanded,p=e.tabIndex,b=o(e,["children","title","badge","noncollapsible","disabled","expanded","defaultExpanded","tabIndex"]),h=(0,l.useCollapse)({expanded:f,defaultExpanded:d,tabIndex:p,disabled:u,noncollapsible:c}),v=h.barProps,y=h.expanded,g=h.panelExpanded,O=h.panelId,_=h.titleId;return(0,i.jsxs)("section",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-accordion-item"},b,{children:[(0,i.jsxs)("div",n({role:"button",className:["rcx-box rcx-box--full rcx-sidebar-v2-accordion-item__bar rcx-box--animated",u&&"rcx-sidebar-v2-accordion-item__bar--disabled"].filter(Boolean).join(" ")},v,{children:[!c&&(0,i.jsx)(a.Chevron,{className:"rcx-sidebar-v2-accordion-item__chevron",size:"x16",right:!y}),r&&(0,i.jsx)("h5",{className:"rcx-sidebar-v2-accordion-item__title",id:_,children:r}),!y&&s&&s]})),(0,i.jsx)("div",{className:["rcx-sidebar-v2-accordion-item__panel","rcx-box--animated",g&&"rcx-sidebar-v2-accordion-item__panel--expanded"].filter(Boolean).join(" "),id:O,children:t})]}))}},7203:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreview=void 0;var o=r(1085);r(4324),t.MessageGenericPreview=function(e){return(0,o.jsx)("div",n({className:"rcx-message-generic-preview"},e))}},7228:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4367),t)},7237:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ToggleSwitch=void 0;var a=r(1085),l=r(4012),s=i(r(2944));t.ToggleSwitch=(0,l.forwardRef)((function(e,t){var r=e.className,i=e.labelChildren,l=o(e,["className","labelChildren"]);return(0,a.jsxs)(s.default,{is:"label",className:r,"rcx-toggle-switch":!0,children:[i,(0,a.jsx)(s.default,n({is:"input",ref:t,"rcx-toggle-switch__input":!0,type:"checkbox"},l)),(0,a.jsx)(s.default,{is:"i","rcx-toggle-switch__fake":!0,"aria-hidden":"true"})]})}))},7250:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.PaginatedSelectFiltered=void 0;var i=r(1085),a=r(6398),l=r(4012),s=r(7186),c=r(3735);t.PaginatedSelectFiltered=function(e){var t=e.filter,r=e.setFilter,u=e.options,f=e.placeholder,d=o(e,["filter","setFilter","options","placeholder"]),p=(0,l.useMemo)((function(){return(0,l.forwardRef)((function(e,t){var l=e.filter,c=(e.onChange,o(e,["filter","onChange"]));return(0,i.jsx)(s.InputBox.Input,n({mi:4,flexGrow:1,className:"rcx-select__focus",ref:t,placeholder:f,value:l,onChange:(0,a.useEffectEvent)((function(e){r(e.currentTarget.value)}))},c,{"rcx-input-box--undecorated":!0}))}))}),[f,r]);return(0,i.jsx)(c.PaginatedSelect,n({placeholder:void 0,filter:t,options:u},d,{anchor:p}))}},7261:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemDescription=t.MenuItemTitle=t.MenuItemSkeleton=t.MenuItemInput=t.MenuItemIcon=t.MenuItemContent=t.MenuItemColumn=t.MenuItemAvatar=t.MenuSection=t.MenuItem=t.MenuV2=void 0;var o=r(4614);Object.defineProperty(t,"MenuItemIcon",{enumerable:!0,get:function(){return o.OptionIcon}}),Object.defineProperty(t,"MenuItemAvatar",{enumerable:!0,get:function(){return o.OptionAvatar}}),Object.defineProperty(t,"MenuItemColumn",{enumerable:!0,get:function(){return o.OptionColumn}}),Object.defineProperty(t,"MenuItemContent",{enumerable:!0,get:function(){return o.OptionContent}}),Object.defineProperty(t,"MenuItemInput",{enumerable:!0,get:function(){return o.OptionInput}}),Object.defineProperty(t,"MenuItemSkeleton",{enumerable:!0,get:function(){return o.OptionSkeleton}}),Object.defineProperty(t,"MenuItemTitle",{enumerable:!0,get:function(){return o.OptionTitle}}),Object.defineProperty(t,"MenuItemDescription",{enumerable:!0,get:function(){return o.OptionDescriptionBlock}});var i=r(2818);Object.defineProperty(t,"MenuV2",{enumerable:!0,get:function(){return n(i).default}});var a=r(4982);Object.defineProperty(t,"MenuItem",{enumerable:!0,get:function(){return n(a).default}});var l=r(6814);Object.defineProperty(t,"MenuSection",{enumerable:!0,get:function(){return n(l).default}})},7266:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Chip=void 0;var a=r(1085),l=r(9470),s=r(4780),c=r(9270),u=i(r(4830)),f=function(e){var t=e.url;return(0,a.jsx)(l.Box,{"rcx-avatar":!0,children:(0,a.jsx)(l.Avatar,{size:"x20",url:t})})},d=function(){return(0,a.jsx)(c.Icon,{name:"cross",size:"x16"})};t.Chip=function(e){var t=e.children,r=e.className,i=e.thumbUrl,l=e.onClick,c=e.onMouseDown,p=e.renderThumb,b=void 0===p?f:p,h=e.renderDismissSymbol,v=void 0===h?d:h,y=o(e,["children","className","thumbUrl","onClick","onMouseDown","renderThumb","renderDismissSymbol"]),g=l||c;return(0,a.jsx)("button",n({type:"button",className:(0,s.prependClassName)(r,"rcx-box rcx-chip"),disabled:!g,onClick:g},y,{children:(0,a.jsxs)(u.default,{all:"x4",children:[i&&b&&b({url:i}),t&&(0,a.jsx)("span",{className:"rcx-box rcx-chip__text",children:t}),g&&v&&v()]})}))},t.Chip.displayName="Chip"},7287:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.Scrollable=void 0;var o,i,a,l,s,c=r(1085),u=r(6396),f=r(6398),d=r(4012),p=r(8188),b=r(4356),h=r(1168),v=function(e,t,r){var n=t.current,o=function(e){return{top:!e.scrollTop,bottom:!(e.scrollTop+e.clientHeight-e.scrollHeight),left:!e.scrollLeft,right:!(e.scrollLeft+e.clientWidth-e.scrollWidth)}}(e);n&&(n.top!==o.top||n.bottom!==o.bottom||n.left!==o.left||n.right!==o.right)&&(t.current=o,null==r||r(o))};t.Scrollable=function(e){var t=e.children,r=e.horizontal,y=e.vertical,g=e.smooth,O=e.onScrollContent,_=(0,d.useRef)(),m=(0,d.useRef)({}),j=(0,f.useEffectEvent)((function(e){var t=e.currentTarget;_.current||v(t,m,O),_.current&&clearTimeout(_.current),_.current=setTimeout((function(){_.current=void 0,v(t,m,O)}),200)})),x=(0,b.useStyle)((0,u.css)(s||(s=n(["\n position: relative;\n\n &::-webkit-scrollbar {\n width: ","rem;\n height: ","rem;\n }\n\n &::-webkit-scrollbar-track {\n background-color: transparent;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.05);\n background-color: var(\n --rcx-theme-scrollbar-thumb-color,\n rgba(0, 0, 0, 0.05)\n );\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.15);\n background-color: var(\n --rcx-theme-scrollbar-thumb-hover-color,\n rgba(0, 0, 0, 0.15)\n );\n }\n\n ","\n ","\n "],["\n position: relative;\n\n &::-webkit-scrollbar {\n width: ","rem;\n height: ","rem;\n }\n\n &::-webkit-scrollbar-track {\n background-color: transparent;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.05);\n background-color: var(\n --rcx-theme-scrollbar-thumb-color,\n rgba(0, 0, 0, 0.05)\n );\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.15);\n background-color: var(\n --rcx-theme-scrollbar-thumb-hover-color,\n rgba(0, 0, 0, 0.15)\n );\n }\n\n ","\n ","\n "])),.25,.25,r&&(0,u.css)(o||(o=n(["\n overflow-x: auto !important;\n "],["\n overflow-x: auto !important;\n "])))||y&&(0,u.css)(i||(i=n(["\n overflow-y: auto !important;\n "],["\n overflow-y: auto !important;\n "])))||(0,u.css)(a||(a=n(["\n overflow: auto !important;\n "],["\n overflow: auto !important;\n "]))),g&&(0,u.css)(l||(l=n(["\n scroll-behavior: smooth !important;\n "],["\n scroll-behavior: smooth !important;\n "])))),null),P=(0,d.useCallback)((function(e){return e.className=x&&(0,p.appendClassName)(e.className,x),void 0!==O&&void 0===e.onScroll&&(e.onScroll=j),e}),[x,j,O]);return(0,c.jsx)(h.BoxTransforms.Provider,{children:t,value:(0,h.useComposedBoxTransform)(P)})}},7293:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ContextualbarV2Section=t.ContextualbarV2Title=t.ContextualbarV2Skeleton=t.ContextualbarV2Icon=t.ContextualbarV2Header=t.ContextualbarV2Footer=t.ContextualbarV2EmptyContent=t.ContextualbarV2Content=t.ContextualbarV2Button=t.ContextualbarV2Actions=t.ContextualbarV2Action=t.ContextualbarV2=void 0;var o=n(r(8107));t.ContextualbarV2=o.default;var i=n(r(7377));t.ContextualbarV2Action=i.default;var a=n(r(8126));t.ContextualbarV2Actions=a.default;var l=n(r(8119));t.ContextualbarV2Button=l.default;var s=n(r(9980));t.ContextualbarV2Content=s.default;var c=n(r(4389));t.ContextualbarV2EmptyContent=c.default;var u=n(r(9782));t.ContextualbarV2Footer=u.default;var f=n(r(6972));t.ContextualbarV2Header=f.default;var d=n(r(7792));t.ContextualbarV2Icon=d.default;var p=n(r(3170));t.ContextualbarV2Section=p.default;var b=n(r(6402));t.ContextualbarV2Skeleton=b.default;var h=n(r(5109));t.ContextualbarV2Title=h.default},7297:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CardHeader=t.CardContent=t.CardControls=t.CardTitle=t.CardRow=t.CardCol=t.CardBody=t.Card=void 0;var o=r(7726);Object.defineProperty(t,"Card",{enumerable:!0,get:function(){return n(o).default}});var i=r(4685);Object.defineProperty(t,"CardBody",{enumerable:!0,get:function(){return n(i).default}});var a=r(5595);Object.defineProperty(t,"CardCol",{enumerable:!0,get:function(){return n(a).default}});var l=r(5605);Object.defineProperty(t,"CardRow",{enumerable:!0,get:function(){return n(l).default}});var s=r(7135);Object.defineProperty(t,"CardTitle",{enumerable:!0,get:function(){return n(s).default}});var c=r(1287);Object.defineProperty(t,"CardControls",{enumerable:!0,get:function(){return n(c).default}});var u=r(5605);Object.defineProperty(t,"CardContent",{enumerable:!0,get:function(){return n(u).default}});var f=r(4502);Object.defineProperty(t,"CardHeader",{enumerable:!0,get:function(){return n(f).default}})},7313:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Select=void 0;var i=r(1085),a=r(4012),l=r(7768),s=r(4694);t.Select=(0,a.forwardRef)((function(e,t){var r=e.options,a=o(e,["options"]);return(0,i.jsx)(s.SelectAria,n({ref:t},a,{children:r.map((function(e){var t,r;return(0,i.jsx)(l.Item,{title:null!==(t=e[1])&&void 0!==t?t:e[0],textValue:e[0],children:null!==(r=e[1])&&void 0!==r?r:e[0]},e[0])}))}))}))},7319:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonGroup=void 0;var i=r(1085),a=r(4012),l=r(8188),s=r(5918);t.ButtonGroup=(0,a.forwardRef)((function(e,t){var r=e.align,a=void 0===r?"start":r,c=e.children,u=e.stretch,f=e.vertical,d=e.wrap,p=e.small,b=e.large,h=e.className,v=o(e,["align","children","stretch","vertical","wrap","small","large","className"]);return(0,i.jsx)("div",n({ref:t,className:["rcx-button-group",u&&"rcx-button-group--stretch",f&&"rcx-button-group--vertical",a&&"rcx-button-group--align-".concat(a),p&&"rcx-button-group--small",b&&"rcx-button-group--large",d&&"rcx-button-group--wrap",h].filter(Boolean).join(" "),role:"group"},v,{children:(0,s.patchChildren)(c,(function(e){return{className:(0,l.appendClassName)(e.className,"rcx-button-group__item")}}))}))}))},7322:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarListItem=void 0;var i=r(1085),a=r(4012);t.SidebarListItem=(0,a.forwardRef)((function(e,t){var r=e.className,a=e.children,l=o(e,["className","children"]);return(0,i.jsx)("div",n({ref:t,role:"listitem",className:["rcx-box rcx-box--full rcx-sidebar-item__list-item",r].filter(Boolean).join(" ")},l,{children:a}))}))},7337:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalFooterAnnotation=void 0;var o=r(1085),i=n(r(2944));t.ModalFooterAnnotation=function(e){var t=e.children;return(0,o.jsx)(i.default,{"rcx-modal__footer-annotation":!0,children:t})}},7362:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReactionEmoji=void 0;var i=r(1085),a=r(9450);t.MessageReactionEmoji=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)(a.MessageEmojiBase,n({className:"rcx-message-reactions__emoji ".concat(t||"")},r))}},7377:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470);t.default=(0,a.memo)((function(e){var t=e.name,r=o(e,["name"]);return(0,i.jsx)(l.IconButton,n({},r,{small:!0,flexShrink:0,icon:t}))}))},7401:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageGenericPreviewDescription=void 0;var n=r(1085);t.MessageGenericPreviewDescription=function(e){var t=e.children,r=e.clamp,o=void 0!==r&&r;return(0,n.jsx)("div",{className:["rcx-message-generic-preview__description",o&&"rcx-message-generic-preview__description--clamp"].filter(Boolean).join(" "),children:t})}},7403:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldContext=void 0,t.Field=function(e){return(0,i.jsx)(t.FieldContext.Provider,{value:!0,children:(0,i.jsx)(l.default,n({"rcx-field":!0},e))})};var i=r(1085),a=r(4012),l=o(r(2944));t.FieldContext=(0,a.createContext)(!1)},7411:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0});var i=r(9229);o(r(9229),t),o(r(3348),t),t.default=i.Grid},7444:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Sidebar=void 0;var i=r(1085),a=r(4012);t.Sidebar=(0,a.forwardRef)((function(e,t){var r=e.collapsed,a=e.className,l=o(e,["collapsed","className"]);return(0,i.jsx)("nav",n({ref:t,className:["rcx-box rcx-box--full rcx-sidebar-v2","rcx-box--animated",r&&"rcx-sidebar-v2--collapsed",a].filter(Boolean).join(" ")},l))}))},7461:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2285),t)},7510:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemAction=t.SidebarItemActions=t.SidebarItemAvatar=t.SidebarItemIcon=t.SidebarItemWrapper=t.SidebarItemSubtitle=t.SidebarItemBadge=t.SidebarItemTime=t.SidebarItemTitle=t.SidebarItemContent=t.SidebarItemMenu=t.SidebarItemContainer=t.SidebarItem=void 0;var i=r(1085),a=r(9270),l=r(3366);t.SidebarItem=function(e){var t=e.selected,r=e.highlighted,a=e.clickable,l=e.featured,s=e.is,c=void 0===s?"div":s,u=e.children,f=o(e,["selected","highlighted","clickable","featured","is","children"]);return(0,i.jsx)(c,n({className:["rc-box rcx-box--full rcx-sidebar-item",r&&"rcx-sidebar-item--highlighted",(a||"a"===c)&&"rcx-sidebar-item--clickable",t&&"rcx-sidebar-item--selected",l&&"rcx-sidebar-item--featured"].filter(Boolean).join(" ")},f,{children:(0,i.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-item__wrapper",children:u})}))},t.SidebarItemContainer=function(e){return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__container"},e))},t.SidebarItemMenu=function(e){return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-box--animated rcx-sidebar-item__menu-wrapper"},e))},t.SidebarItemContent=function(e){var t=e.className,r=void 0===t?"":t,a=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__container rcx-sidebar-item__content ".concat(r)},a))},t.SidebarItemTitle=function(e){var t=e.className,r=void 0===t?"":t,a=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__title ".concat(r)},a))},t.SidebarItemTime=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__time ".concat(t)},r))},t.SidebarItemBadge=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__badge ".concat(t)},r))},t.SidebarItemSubtitle=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__subtitle ".concat(t)},r))},t.SidebarItemWrapper=function(e){var t=e.className,r=void 0===t?"":t,a=o(e,["className"]);return(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__wrapper ".concat(r)},a))},t.SidebarItemIcon=function(e){var t=e.highlighted,r=e.children,l=e.icon,s=(e.className,o(e,["highlighted","children","icon","className"]));return(0,i.jsx)("div",n({className:["rc-box rcx-box--full rcx-sidebar-item__icon",t&&"rcx-sidebar-item__icon--highlighted"].filter(Boolean).join(" ")},s,{children:r||(0,i.jsx)(a.Icon,n({size:"x16",name:l},s))}))},t.SidebarItemAvatar=function(e){var r=o(e,[]);return(0,i.jsx)(t.SidebarItemContainer,{children:(0,i.jsx)("div",n({className:"rc-box rcx-box--full rcx-sidebar-item__avatar"},r))})},t.SidebarItemActions=l.SidebarActions,t.SidebarItemAction=function(e){return(0,i.jsx)(l.SidebarAction,n({},e))},t.default=Object.assign(t.SidebarItem,{Menu:t.SidebarItemMenu,Container:t.SidebarItemContainer,Content:t.SidebarItemContent,Title:t.SidebarItemTitle,Subtitle:t.SidebarItemSubtitle,Time:t.SidebarItemTime,Wrapper:t.SidebarItemWrapper,Icon:t.SidebarItemIcon,Avatar:t.SidebarItemAvatar,Actions:t.SidebarItemActions,Action:t.SidebarItemAction,Badge:t.SidebarItemBadge})},7537:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(6398),l=r(4012),s=r(8063),c=r(8955),u=["neutral","info","success","warning","danger"];t.default=function(e){var t,r,f=e.actionable,d=e.children,p=e.className,b=e.closeable,h=e.icon,v=e.inline,y=void 0!==v&&v,g=e.link,O=e.linkText,_=void 0===O?"More info":O,m=e.linkTarget,j=void 0===m?"_blank":m,x=e.onAction,P=e.onClose,w=e.title,S=e.variant,M=void 0===S?"neutral":S,C=o(e,["actionable","children","className","closeable","icon","inline","link","linkText","linkTarget","onAction","onClose","title","variant"]),I=(0,l.useRef)(null),k=(0,a.useBorderBoxSize)(I,{debounceDelay:70}).inlineSize,B=(0,l.useMemo)((function(){return k>375}),[k]);M=u.includes(M)?M:u[0];var E=(0,l.useCallback)((function(){x&&x()}),[x]),D=(0,l.useCallback)((function(e){e.stopPropagation(),P&&P()}),[P]),N=(0,a.useButtonPattern)(E);return(0,i.jsxs)("div",n({className:(0,s.composeClassNames)("rcx-banner")((t={},t[M]=!0,t.inline=y,t.actionable=f,t),p),ref:I},x?n({},N):{role:"banner",tabIndex:-1},C,{children:[h&&B&&(0,i.jsx)("div",{className:(0,s.composeClassNames)("rcx-banner__icon rcx-banner__icon--".concat(M))({inline:y}),children:h}),(0,i.jsxs)("div",{className:(0,s.composeClassNames)("rcx-banner__content")({inline:y}),children:[w&&(0,i.jsx)("h6",{className:(0,s.composeClassNames)("rcx-banner__title")({inline:y}),children:w}),d,g&&(0,i.jsx)("a",{href:g,target:j,className:(0,s.composeClassNames)("rcx-banner__link")((r={},r[M]=!0,r)),children:_})]}),b&&(0,i.jsx)("div",{className:(0,s.composeClassNames)("rcx-banner__close-button")({inline:y}),children:(0,i.jsx)(c.IconButton,{small:!0,onClick:D,icon:"cross"})})]}))}},7589:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=o(r(6727));t.default=function(e){return(0,i.jsx)(a.default,n({is:"a","rcx-states__link":!0},e))}},7593:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=i(r(2944)),c=(0,l.forwardRef)((function(e,t){var r=e.elevation,i=void 0===r?"1":r,l=e.padding,c=void 0===l?16:l,u=o(e,["elevation","padding"]);return(0,a.jsx)(s.default,n({ref:t,"rcx-tile":!0,"rcx-tile--elevation":i,padding:c},u))}));t.default=c},7599:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectFiltered=void 0;var l=r(1085),s=r(4012),c=r(4799),u=a(r(2695));t.SelectFiltered=(0,s.forwardRef)((function(e,t){var r=e.options,a=e.placeholder,f=e.filter,d=e.setFilter,p=o(e,["options","placeholder","filter","setFilter"]),b=i((0,s.useState)(""),2),h=b[0],v=b[1];return(0,l.jsx)(c.SelectLegacy,n({ref:t,placeholder:a,filter:f||h,options:r},p,{anchor:function(e){return(0,l.jsx)(u.default,n({placeholder:a,filter:f||h,onChangeFilter:d||v},e))}}))}))},7603:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8227),t)},7609:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=i(r(1974)),s=i(r(6984));t.default=function(e){e.width;var t=e.visible,r=e.children,i=o(e,["width","visible","children"]);return(0,a.jsx)(l.default,{visibility:t,children:(0,a.jsx)(s.default,n({},i,{children:r}))})}},7688:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("div",n({},r,{className:"rcx-states__suggestion-text",children:t}))}},7726:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(6398),s=i(r(6727));t.default=function(e){var t=e.horizontal,r=e.hero,i=e.clickable,c=o(e,["horizontal","hero","clickable"]),u=!(0,l.useBreakpoints)().includes("sm");return(0,a.jsx)(s.default,n({"rcx-card":!0,"rcx-card__horizontal":t,"rcx-card__vertical":!t,"rcx-card__hero":r,"rcx-card__horizontal--wrap":t&&u,"rcx-card__clickable":i},c))}},7731:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.FieldRow=t.FieldLink=t.FieldLabelInfo=t.FieldLabel=t.FieldHint=t.FieldError=t.FieldDescription=t.Field=void 0;var n=r(7403);Object.defineProperty(t,"Field",{enumerable:!0,get:function(){return n.Field}});var o=r(8897);Object.defineProperty(t,"FieldDescription",{enumerable:!0,get:function(){return o.FieldDescription}});var i=r(3861);Object.defineProperty(t,"FieldError",{enumerable:!0,get:function(){return i.FieldError}});var a=r(8552);Object.defineProperty(t,"FieldHint",{enumerable:!0,get:function(){return a.FieldHint}});var l=r(8061);Object.defineProperty(t,"FieldLabel",{enumerable:!0,get:function(){return l.FieldLabel}});var s=r(3133);Object.defineProperty(t,"FieldLabelInfo",{enumerable:!0,get:function(){return s.FieldLabelInfo}});var c=r(251);Object.defineProperty(t,"FieldLink",{enumerable:!0,get:function(){return c.FieldLink}});var u=r(1447);Object.defineProperty(t,"FieldRow",{enumerable:!0,get:function(){return u.FieldRow}}),t.default=Object.assign(n.Field,{Label:l.FieldLabel,Description:o.FieldDescription,Row:u.FieldRow,Error:i.FieldError,Hint:a.FieldHint,Link:c.FieldLink})},7768:function(e){e.exports=l},7792:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Icon,n({},e,{pi:2,size:"x20"}))}))},7796:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemAction=void 0;var i=r(1085),a=r(9270);t.SidebarItemAction=function(e){var t=e.children,r=e.className,l=e.icon,s=void 0===l?"plus-small":l,c=o(e,["children","className","icon"]);return(0,i.jsxs)("div",n({role:"button",tabIndex:0,className:["rcx-box rcx-box--full rcx-sidebar-v2-item rcx-sidebar-v2-item__action",r].filter(Boolean).join(" ")},c,{children:[(0,i.jsx)(a.Icon,{name:s,size:"x20"}),t]}))}},7799:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.LabelInfo=void 0;var a=r(1085),l=i(r(6727)),s=r(9270);t.LabelInfo=function(e){var t=e.title,r=e.id,i=o(e,["title","id"]);return(0,a.jsxs)(l.default,{is:"span",mi:2,"rcx-label__info":!0,children:[(0,a.jsx)("span",{hidden:!0,id:r,children:t}),(0,a.jsx)(s.Icon,n({},i,{name:"info-circled",title:t}))]})}},7821:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.__setThrowErrorOnInvalidToken__=t.Palette=void 0,r(6092),o(r(9470),t),o(r(5418),t);var i=r(2412);Object.defineProperty(t,"Palette",{enumerable:!0,get:function(){return i.Palette}}),Object.defineProperty(t,"__setThrowErrorOnInvalidToken__",{enumerable:!0,get:function(){return i.__setThrowErrorOnInvalidToken__}})},7828:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("li",n({},r,{className:"rcx-states__list-item",children:(0,i.jsx)("span",{className:"rcx-states__list-item-wrapper",children:t})}))}},7843:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.Skeleton=void 0;var i=r(1085),a=r(8063),l=r(2944);t.Skeleton=function(e){var t=e.variant,r=void 0===t?"text":t,s=o(e,["variant"]);return(0,i.jsx)(l.StylingBox,n({},s,{children:(0,i.jsx)("span",{className:(0,a.cx)((0,a.cxx)("rcx-skeleton")({text:"text"===r,rect:"rect"===r,circle:"circle"===r}))})}))}},7875:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarFooterContent=void 0;var a=r(1085),l=i(r(2944));t.SidebarFooterContent=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(l.default,n({className:"rcx-sidebar-v2-footer__content"},r,{children:t}))}},7886:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470),l=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.Box,n({ref:t,"rcx-vertical-bar__section":!0,pi:24,pb:16,display:"flex",alignItems:"center",flexGrow:1,borderBlockEndWidth:"default",borderBlockColor:"extra-light"},e))}));t.default=(0,i.memo)(l)},7927:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageUsername=void 0;var o=r(1085);t.MessageUsername=function(e){return(0,o.jsx)("span",n({className:"rcx-box rcx-box--full rcx-message-header__username"},e))}},7931:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8271),t)},7943:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5945),t)},7945:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageEmoji=void 0;var i=r(1085),a=r(9450);t.MessageEmoji=function(e){var t=e.name,r=e.className,l=e.image,s=e.big,c=o(e,["name","className","image","big"]);return(0,i.jsx)(a.MessageEmojiBase,n({className:["rcx-message__emoji",r,s&&"rcx-message__emoji--big"].filter(Boolean).join(" "),name:t,image:l},c))}},7962:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(6255),t)},7966:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(5604),l=r(9460),s=r(3771),c=r(2142),u=r(274),f=r(6081),d=r(976),p=r(1839),b=r(9427),h=i(r(181)),v=r(8058),y=r(2193),g=r(8687),O=r(6228),_=r(4455),m=i(r(855)),j=r(7927);o(r(6081),t),o(r(4811),t),o(r(8617),t),o(r(2689),t),o(r(181),t),o(r(3458),t),o(r(855),t),o(r(1294),t),o(r(9460),t),o(r(3771),t),o(r(2142),t),o(r(274),t),o(r(976),t),o(r(2193),t),o(r(9427),t),o(r(8058),t),o(r(8687),t),o(r(6228),t),o(r(4455),t),o(r(7927),t),o(r(7945),t),o(r(1839),t),t.default=Object.assign(a.Message,{Metrics:h.default,Toolbar:m.default,Container:c.MessageContainer,ContainerFixed:u.MessageContainerFixed,LeftContainer:b.MessageLeftContainer,Header:d.MessageHeader,Body:s.MessageBody,Block:l.MessageBlock,Timestamp:_.MessageTimestamp,NameContainer:y.MessageNameContainer,Name:v.MessageName,Username:j.MessageUsername,Roles:O.MessageRoles,Role:g.MessageRole,Divider:f.MessageDivider,Highlight:p.MessageHighlight})},8057:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},i=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var l=r(1085),s=r(307),c=a(r(6727)),u=r(7228),f=r(4614),d=a(r(9979));t.default=function(e){var t=e.section,r=e.state,a=(0,s.useMenuSection)({heading:t.rendered,"aria-label":t["aria-label"]}),p=a.itemProps,b=a.headingProps,h=a.groupProps,v=(0,s.useSeparator)({elementType:"span"}).separatorProps;return(0,l.jsxs)(l.Fragment,{children:[t.key!==r.collection.getFirstKey()&&(0,l.jsx)(u.Divider,n({},v)),(0,l.jsxs)("div",n({},p,{children:[t.rendered&&(0,l.jsx)(f.OptionTitle,n({},b,{children:t.rendered})),(0,l.jsx)(c.default,n({},h,{p:"0",children:i([],o(t.childNodes),!1).map((function(e){return(0,l.jsx)(d.default,{item:e,state:r},e.key)}))}))]}))]})}},8058:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageName=void 0;var o=r(1085);t.MessageName=function(e){return(0,o.jsx)("span",n({className:"rcx-box rcx-box--full rcx-message-header__name"},e))}},8061:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldLabel=void 0;var i=r(1085),a=r(4012),l=(o(r(1414)),r(5221));r(7403),t.FieldLabel=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.Label,n({"rcx-field__label":!0},e,{ref:t}))}))},8063:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.cxx=t.cx=t.composeClassNames=void 0;var o=r(483);t.composeClassNames=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var o=function(e){return function(t){return e?"".concat(e,"--").concat(t):t}}(e),i=t.map((function(e){return"string"==typeof e?e:"object"==typeof e&&Array.isArray(e)?e.filter(Boolean).map(o).join(" "):"object"==typeof e&&null!==e?Object.entries(e).map((function(e){var t=n(e,2),r=t[0],i=t[1];return"boolean"==typeof i?i?o(r):null:"string"==typeof i||"number"==typeof i?o("".concat(r,"-").concat(i)):null})).filter(Boolean).join(" "):null})).concat().filter(Boolean).join(" ");return[e,i].filter(Boolean).join(" ")}},t.cx=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.flatMap((function(e){return e?"string"==typeof e?e:"object"==typeof e?Object.entries(e).flatMap((function(e){var t=n(e,2),r=t[0],o=t[1];return"boolean"==typeof o?o?r:[]:"".concat(r,"-").concat(o)})):(0,o.exhaustiveCheck)(e):[]})).join(" ")},t.cxx=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var i=t.flatMap((function(t){return t?"string"==typeof t?"".concat(e,"--").concat(t):"object"==typeof t?Object.entries(t).flatMap((function(t){var r=n(t,2),o=r[0],i=r[1];return"boolean"==typeof i?i?"".concat(e,"--").concat(o):[]:"".concat(e,"--").concat(o,"-").concat(i)})):(0,o.exhaustiveCheck)(t):[]}));return i.unshift(e),i.join(" ")}}},8101:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarBanner=void 0;var n=r(1085),o=r(8955);t.SidebarBanner=function(e){var t=e.text,r=e.description,i=e.onClick,a=e.variant,l=void 0===a?"default":a,s=e.addon,c=e.onClose,u=e.children;return(0,n.jsxs)("div",{className:"rcx-box rcx-box--full rcx-sidebar-banner rcx-sidebar-banner--".concat(l),children:[(0,n.jsxs)("div",{children:[t&&(0,n.jsx)("div",{className:"rcx-sidebar-banner--text",children:t}),r&&(0,n.jsx)("div",{role:i?"link":void 0,tabIndex:0,className:["rcx-sidebar-banner--description",i&&"rcx-sidebar-banner--description--clickable"].filter(Boolean).join(" "),onClick:i,onKeyDown:function(e){return"Enter"===e.key&&(null==i?void 0:i())},children:r}),u]}),(0,n.jsxs)("div",{className:"rcx-sidebar-banner__actions",children:[s,c&&(0,n.jsx)(o.IconButton,{onClick:c,tiny:!0,icon:"cross"})]})]})}},8107:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470),s=(0,a.forwardRef)((function(e,t){var r=e.children,a=e.width,s=e.position,c=e.bg,u=void 0===c?"room":c,f=o(e,["children","width","position","bg"]);return(0,i.jsx)(l.Box,n({ref:t,"rcx-vertical-bar":!0,bg:u,color:"default",display:"flex",flexDirection:"column",flexShrink:0,width:a,borderInlineStartWidth:"default",borderInlineStartColor:"extra-light",borderInlineStartStyle:"solid",height:"full",position:s,insetInlineEnd:"none",insetBlockStart:"none",zIndex:10},f,{children:r}))}));t.default=(0,a.memo)(s)},8119:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.Button,n({},e))}))},8126:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470);t.default=(0,i.memo)((function(e){return(0,o.jsx)(a.ButtonGroup,n({},e))}))},8154:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(6895),t),o(r(1622),t),o(r(3223),t)},8159:function(e){e.exports=JSON.parse('{"button":{"light":{"backgroundPrimaryDefault":"#156FF5","backgroundPrimaryHover":"#095AD2","backgroundPrimaryPress":"#10529E","backgroundPrimaryFocus":"#156FF5","backgroundPrimaryKeyfocus":"#156FF5","backgroundPrimaryDisabled":"#D1EBFE","fontOnPrimary":"#ffffff","fontOnPrimaryDisabled":"#ffffff","backgroundSecondaryDefault":"#E4E7EA","backgroundSecondaryHover":"#CBCED1","backgroundSecondaryPress":"#9EA2A8","backgroundSecondaryFocus":"#E4E7EA","backgroundSecondaryKeyfocus":"#E4E7EA","backgroundSecondaryDisabled":"#EBECEF","fontOnSecondary":"#1F2329","fontOnSecondaryDisabled":"#CBCED1","backgroundSecondaryDangerDefault":"#E4E7EA","backgroundSecondaryDangerHover":"#CBCED1","backgroundSecondaryDangerPress":"#9EA2A8","backgroundSecondaryDangerFocus":"#E4E7EA","backgroundSecondaryDangerKeyfocus":"#E4E7EA","backgroundSecondaryDangerDisabled":"#EBECEF","fontOnSecondaryDanger":"#BB0B21","onSecondaryDangerDisabled":"#F98F9D","backgroundDangerDefault":"#EC0D2A","backgroundDangerHover":"#D40C26","backgroundDangerPress":"#BB0B21","backgroundDangerFocus":"#EC0D2A","backgroundDangerKeyfocus":"#EC0D2A","backgroundDangerDisabled":"#FFC1C9","fontOnDanger":"#ffffff","fontOnDangerDisabled":"#ffffff","backgroundSuccessDefault":"#148660","backgroundSuccessHover":"#106D4F","backgroundSuccessPress":"#0D5940","backgroundSuccessFocus":"#148660","backgroundSuccessKeyfocus":"#148660","backgroundSuccessDisabled":"#C0F6E4","fontOnSuccess":"#ffffff","fontOnSuccessDisabled":"#ffffff"},"high-contrast":{"backgroundPrimaryDefault":"#10529E","backgroundPrimaryHover":"#01336B","backgroundPrimaryPress":"#012247","backgroundPrimaryFocus":"#10529E","backgroundPrimaryKeyfocus":"#10529E","backgroundPrimaryDisabled":"#D1EBFE","fontOnPrimary":"#ffffff","fontOnPrimaryDisabled":"#ffffff","backgroundSecondaryDefault":"#E4E7EA","backgroundSecondaryHover":"#CBCED1","backgroundSecondaryPress":"#9EA2A8","backgroundSecondaryFocus":"#E4E7EA","backgroundSecondaryKeyfocus":"#E4E7EA","backgroundSecondaryDisabled":"#EBECEF","fontOnSecondary":"#1F2329","fontOnSecondaryDisabled":"#CBCED1","backgroundSecondaryDangerDefault":"#E4E7EA","backgroundSecondaryDangerHover":"#CBCED1","backgroundSecondaryDangerPress":"#9EA2A8","backgroundSecondaryDangerFocus":"#E4E7EA","backgroundSecondaryDangerKeyfocus":"#E4E7EA","backgroundSecondaryDangerDisabled":"#EBECEF","fontOnSecondaryDanger":"#8B0719","onSecondaryDangerDisabled":"#F98F9D","backgroundDangerDefault":"#9B1325","backgroundDangerHover":"#8B0719","backgroundDangerPress":"#8B0719","backgroundDangerFocus":"#9B1325","backgroundDangerKeyfocus":"#9B1325","backgroundDangerDisabled":"#FFC1C9","fontOnDanger":"#ffffff","fontOnDangerDisabled":"#ffffff","backgroundSuccessDefault":"#2DE0A5","backgroundSuccessHover":"#1ECB92","backgroundSuccessPress":"#19AC7C","backgroundSuccessFocus":"#2DE0A5","backgroundSuccessKeyfocus":"#2DE0A5","backgroundSuccessDisabled":"#C0F6E4","fontOnSuccess":"#1F2329","fontOnSuccessDisabled":"#ffffff"},"dark":{"backgroundPrimaryDefault":"#095AD2","backgroundPrimaryHover":"#10529E","backgroundPrimaryPress":"#01336B","backgroundPrimaryFocus":"#095AD2","backgroundPrimaryKeyfocus":"#095AD2","backgroundPrimaryDisabled":"#012247","fontOnPrimary":"#FFFFFF","fontOnPrimaryDisabled":"#6C727A","backgroundSecondaryDefault":"#353B45","backgroundSecondaryHover":"#404754","backgroundSecondaryPress":"#4C5362","backgroundSecondaryFocus":"#353B45","backgroundSecondaryKeyfocus":"#353B45","backgroundSecondaryDisabled":"#353B45","fontOnSecondary":"#E4E7EA","fontOnSecondaryDisabled":"#6C727A","backgroundSecondaryDangerDefault":"#353B45","backgroundSecondaryDangerHover":"#404754","backgroundSecondaryDangerPress":"#4C5362","backgroundSecondaryDangerFocus":"#353B45","backgroundSecondaryDangerKeyfocus":"#353B45","backgroundSecondaryDangerDisabled":"#353B45","fontOnSecondaryDanger":"#FFC1C9","onSecondaryDangerDisabled":"#6B0513","backgroundDangerDefault":"#BB3E4E","backgroundDangerHover":"#95323F","backgroundDangerPress":"#822C37","backgroundDangerFocus":"#BB3E4E","backgroundDangerKeyfocus":"#BB3E4E","backgroundDangerDisabled":"#3D2126","fontOnDanger":"#FFFFFF","fontOnDangerDisabled":"#757575","backgroundSuccessDefault":"#1D7256","backgroundSuccessHover":"#175943","backgroundSuccessPress":"#134937","backgroundSuccessFocus":"#1D7256","backgroundSuccessKeyfocus":"#1D7256","backgroundSuccessDisabled":"#1E4B40","fontOnSuccess":"#FFFFFF","fontOnSuccessDisabled":"#757575"}}}')},8188:function(e,t){var r=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},n=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.appendClassName=void 0,t.appendClassName=function(e,t){return void 0===e||""===e?t:Array.isArray(e)?n(n([],r(e),!1),[t],!1):"".concat(e," ").concat(t)}},8190:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarSection=t.SidebarSectionTitle=void 0;var o=r(1085);t.SidebarSectionTitle=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-title"},e))},t.SidebarSection=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-section"},e))},t.default=Object.assign(t.SidebarSection,{Title:t.SidebarSectionTitle})},8198:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReaction=void 0;var i=r(1085),a=r(4012),l=r(556),s=r(7362);t.MessageReaction=(0,a.forwardRef)((function(e,t){var r=e.name,a=e.counter,c=e.mine,u=e.children,f=e.className,d=o(e,["name","counter","mine","children","className"]);return(0,i.jsx)("div",n({className:["rcx-message-reactions__reaction",c&&"rcx-message-reactions__reaction--mine",f].filter(Boolean).join(" "),ref:t,role:"button",tabIndex:0},d,{children:u||(0,i.jsxs)(i.Fragment,{children:[r&&(0,i.jsx)(s.MessageReactionEmoji,{name:r}),a&&(0,i.jsx)(l.MessageReactionCounter,{counter:a})]})}))}))},8207:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.useStylingProps=void 0;var o=r(8188),i=r(4356),a=r(5362);t.useStylingProps=function(e){var t=n((0,a.extractStylingProps)(e),2),r=t[0],l=t[1],s=(0,i.useStyle)(l,void 0);return s&&(r.className=r.className?(0,o.appendClassName)(r.className,s):s),r}},8227:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ProgressBar=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=function(e){return"".concat(Math.min(Math.max(0,e),100).toFixed(1),"%")},u={info:"status-font-on-info",success:"status-font-on-success",warning:"status-font-on-warning",danger:"status-font-on-danger"},f={info:"status-background-info",success:"status-background-success",warning:"status-background-warning",danger:"status-background-danger"},d=function(e,t,r){return r?e?f.danger:u.danger:e?f[t]:u[t]};t.ProgressBar=(0,l.forwardRef)((function(e,t){var r=e.percentage,i=e.variant,l=void 0===i?"info":i,u=e.error,f=e.animated,p=e.light,b=void 0!==p&&p,h=o(e,["percentage","variant","error","animated","light"]);return(0,a.jsx)(s.default,n({ref:t,"rcx-progress-bar":!0,title:u||void 0,overflow:"hidden"},h,{children:(0,a.jsx)(s.default,{bg:d(b,l,u),"rcx-progress-bar__fill--animated":f,"rcx-progress-bar__fill":!0,width:c(r)})}))}))},8235:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Modal=void 0;var a=r(1085),l=r(4012),s=i(r(2944));t.Modal=(0,l.forwardRef)((function(e,t){var r=e.children,i=e.wrapper,c=void 0===i?s.default:i,u=e.wrapperFunction,f=o(e,["children","wrapper","wrapperFunction"]),d={children:r,className:"rcx-modal__inner",elevation:"2"};return(0,a.jsx)(s.default,n({is:"dialog",open:!0,"aria-modal":"true","rcx-modal":!0,ref:t},f,{children:u?u(d):(0,l.createElement)(c,d)}))}))},8244:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarTitle=void 0;var i=r(1085),a=o(r(2944));t.TopBarTitle=function(e){return(0,i.jsx)(a.default,n({className:"rcx-sidebar-topbar__title",withTruncatedText:!0},e))}},8260:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ModalFooterAnnotation=t.ModalFooterControllers=t.ModalHeroImage=t.ModalHeaderText=t.ModalTagline=t.ModalIcon=t.ModalTitle=t.ModalThumb=t.ModalHeader=t.ModalFooter=t.ModalContent=t.ModalClose=t.ModalBackdrop=t.Modal=void 0;var n=r(8235);Object.defineProperty(t,"Modal",{enumerable:!0,get:function(){return n.Modal}});var o=r(1721);Object.defineProperty(t,"ModalBackdrop",{enumerable:!0,get:function(){return o.ModalBackdrop}});var i=r(9895);Object.defineProperty(t,"ModalClose",{enumerable:!0,get:function(){return i.ModalClose}});var a=r(4316);Object.defineProperty(t,"ModalContent",{enumerable:!0,get:function(){return a.ModalContent}});var l=r(5702);Object.defineProperty(t,"ModalFooter",{enumerable:!0,get:function(){return l.ModalFooter}});var s=r(7337);Object.defineProperty(t,"ModalFooterAnnotation",{enumerable:!0,get:function(){return s.ModalFooterAnnotation}});var c=r(6871);Object.defineProperty(t,"ModalFooterControllers",{enumerable:!0,get:function(){return c.ModalFooterControllers}});var u=r(1612);Object.defineProperty(t,"ModalHeader",{enumerable:!0,get:function(){return u.ModalHeader}});var f=r(2317);Object.defineProperty(t,"ModalHeaderText",{enumerable:!0,get:function(){return f.ModalHeaderText}});var d=r(5060);Object.defineProperty(t,"ModalHeroImage",{enumerable:!0,get:function(){return d.ModalHeroImage}});var p=r(3584);Object.defineProperty(t,"ModalIcon",{enumerable:!0,get:function(){return p.ModalIcon}});var b=r(6017);Object.defineProperty(t,"ModalTagline",{enumerable:!0,get:function(){return b.ModalTagline}});var h=r(651);Object.defineProperty(t,"ModalThumb",{enumerable:!0,get:function(){return h.ModalThumb}});var v=r(9605);Object.defineProperty(t,"ModalTitle",{enumerable:!0,get:function(){return v.ModalTitle}})},8269:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Throbber=void 0;var l,s=r(1085),c=r(6396),u=r(4012),f=a(r(2944));function d(e){var t=e.disabled,r=e.circleCount,a=e.iteration,u=e.inheritColor,d=i(e,["disabled","circleCount","iteration","inheritColor"]);return(0,s.jsx)(f.default,o({is:"span",className:(0,c.css)(l||(l=n(["\n animation-duration: ","s;\n animation-delay: ","s;\n "],["\n animation-duration: ","s;\n animation-delay: ","s;\n "])),.466*r,.16*a),"rcx-throbber__circle":!0,"rcx-throbber__circle--disabled":t,"rcx-throbber__circle--inherit-color":u},d))}t.Throbber=(0,u.forwardRef)((function(e,t){var r=e.disabled,n=e.size,a=void 0===n?"x16":n,l=e.circleCount,c=void 0===l?3:l,u=e.inheritColor,p=i(e,["disabled","size","circleCount","inheritColor"]);return(0,s.jsx)(f.default,o({"rcx-throbber":!0,ref:t},p,{children:Array.from({length:c||3},(function(e,t){return(0,s.jsx)(d,{circleCount:c,iteration:t,disabled:!!r,size:a,inheritColor:!!u},t)}))}))}))},8271:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SearchInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.SearchInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"search",ref:t},e))}))},8320:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2044),t),o(r(2688),t),o(r(4067),t)},8327:function(e,t,r){var n=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Slider=function(e){var t=e.label,r=e.formatOptions,y=e.showOutput,g=void 0===y||y,O=e.multiThumb,_=e.maxValue,m=e.minValue,j=e.defaultValue,x=void 0===j?function(){if(O&&!e.defaultValue)return m&&_?[m,_]:m?[m,100]:_?[0,_]:[0,100]}():j,P=o(o({},e),{isDisabled:e.disabled}),w=(0,u.useRef)(null),S=(0,f.useNumberFormatter)(r),M=(0,d.useSliderState)(o(o({defaultValue:x},P),{numberFormatter:S})),C=(0,f.useSlider)(P,M,w),I=C.groupProps,k=C.trackProps,B=C.labelProps,E=C.outputProps,D=(0,u.useMemo)((function(){return"horizontal"===M.orientation}),[M.orientation]),N=(0,u.useMemo)((function(){return"vertical"===M.orientation}),[M.orientation]),F=(0,p.useStyle)((0,c.css)(l||(l=n(["\n display: flex;\n ",";\n ","\n "],["\n display: flex;\n ",";\n ","\n "])),D&&(0,c.css)(i||(i=n(["\n flex-direction: column;\n width: 100%;\n "],["\n flex-direction: column;\n width: 100%;\n "]))),N&&(0,c.css)(a||(a=n(["\n flex-direction: row-reverse;\n height: 100%;\n "],["\n flex-direction: row-reverse;\n height: 100%;\n "])))),M);return(0,s.jsxs)("div",o({},I,{className:F,children:[(0,s.jsx)(b.SliderHead,{labelProps:B,outputProps:E,state:M,showOutput:g,label:t,multiThumb:O}),(0,s.jsxs)(v.SliderTrack,{state:M,trackProps:k,trackRef:w,multiThumb:O,children:[(0,s.jsx)(h.SliderThumb,{index:0,state:M,trackRef:w}),O&&(0,s.jsx)(h.SliderThumb,{index:1,state:M,trackRef:w})]})]}))};var i,a,l,s=r(1085),c=r(6396),u=r(4012),f=r(307),d=r(7768),p=r(4356),b=r(4885),h=r(3575),v=r(1486)},8398:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(500),t)},8433:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageOrigin=void 0;var n=r(1085);t.ThreadMessageOrigin=function(e){var t=e.children,r=e.system;return(0,n.jsx)("div",{className:["rcx-box rcx-box--full rcx-message-thread__origin",r&&"rcx-box rcx-box--full rcx-message-thread__origin--system"].filter(Boolean).join(" "),children:t})}},8451:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085);t.default=function(e){var t=e.children,r=o(e,["children"]);return(0,i.jsx)("h3",n({},r,{className:"rcx-states__title",children:t}))}},8458:function(e,t,r){var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.useCollapse=void 0;var o=r(6398),i=r(4012);t.useCollapse=function(e){var t=e.expanded,r=e.defaultExpanded,a=e.disabled,l=e.noncollapsible,s=e.tabIndex,c=void 0===s?0:s,u=n((0,o.useToggle)(r),2),f=u[0],d=u[1],p=function(e){return void 0!==e}(t)?t:f,b=l||p,h=(0,i.useId)(),v=(0,i.useId)(),y={"aria-controls":v,"aria-expanded":p?"true":"false",tabIndex:a?void 0:c,onClick:function(e){var t;a||(null===(t=e.currentTarget)||void 0===t||t.blur(),d())},onKeyDown:function(e){if(!a&&e.currentTarget===e.target&&["Enter","Space"].includes(e.code)){if(e.preventDefault(),e.repeat)return;d()}}};return{barProps:l?{"aria-disabled":"true","aria-expanded":"true","aria-labelledby":h}:y,titleId:h,panelId:v,panelExpanded:b,expanded:p}}},8501:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemBadge=void 0;var i=r(1085),a=r(4338);t.SidebarItemBadge=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)(a.Badge,n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__badge",t].filter(Boolean).join(" ")},r))}},8511:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Popover=function(e){var t=(0,i.useRef)(null),r=e.state,l=e.children,s=e.isNonModal,c=(0,a.usePopover)(n(n({},e),{popoverRef:t}),r),u=c.popoverProps,f=c.underlayProps;return(0,o.jsxs)(a.Overlay,{children:[!s&&(0,o.jsx)("div",n({},f)),(0,o.jsxs)("div",n({},u,{ref:t,children:[!s&&(0,o.jsx)(a.DismissButton,{onDismiss:r.close}),l,(0,o.jsx)(a.DismissButton,{onDismiss:r.close})]}))]})};var o=r(1085),i=r(4012),a=r(307)},8535:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4531),t)},8552:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldHint=void 0;var i=r(1085),a=(o(r(1414)),o(r(2944)));r(7403),t.FieldHint=function(e){return(0,i.jsx)(a.default,n({is:"span","rcx-field__hint":!0},e))}},8594:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(2204),t),o(r(9294),t),o(r(760),t),o(r(1980),t),o(r(9432),t),o(r(199),t),o(r(4542),t),o(r(5276),t)},8617:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5557),t),o(r(2428),t),o(r(1692),t),o(r(8788),t)},8635:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(7186),l=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"url",ref:t},e))}));t.default=l},8639:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.InputBox=void 0;var l=r(1085),s=r(6398),c=r(4012),u=r(9270),f=r(8660),d=r(5934),p=r(5063);t.InputBox=(0,c.forwardRef)((function(e,t){var r=e.className,b=e.addon,h=e.error,v=e.hidden,y=e.invisible,g=e.multiple,O=e.placeholderVisible,_=e.type,m=void 0===_?"text":_,j=e.small,x=e.onChange,P=o(e,["className","addon","error","hidden","invisible","multiple","placeholderVisible","type","small","onChange"]),w=(0,c.useRef)(null),S=(0,s.useMergedRefs)(t,w);(0,c.useLayoutEffect)((function(){w.current&&w.current.setCustomValidity&&w.current.setCustomValidity(h||"")}),[h]),(0,c.useLayoutEffect)((function(){b&&w.current&&w.current.parentElement&&w.current.parentElement.classList.toggle("invalid",!w.current.checkValidity())}),[]);var M=(0,c.useCallback)((function(e){b&&w.current&&w.current.parentElement&&w.current.parentElement.classList.toggle("invalid",!w.current.checkValidity()),null==x||x.call(e.currentTarget,e)}),[b,x]),C=function(){return w.current.showPicker()};return"date"===m&&(b=(0,l.jsx)(u.Icon,{name:"calendar",size:"x20",onClick:C})),"time"===m&&(b=(0,l.jsx)(u.Icon,{name:"clock",size:"x20",onClick:C})),b?(0,l.jsxs)(p.Wrapper,{className:a([P.disabled&&"disabled"],i(Array.isArray(r)?r:[r]),!1),hidden:v,invisible:y,children:[(0,l.jsx)(d.Input,n({is:("textarea"===m?"textarea":"select"===m&&"select")||"input",className:r,cols:("textarea"===m?1:"select"===m&&0)||0,multiple:g,ref:S,htmlSize:1,type:"textarea"===m||"select"===m?void 0:m,onChange:M,"rcx-input-box--multiple":g,"rcx-input-box--placeholder-visible":O,"rcx-input-box--type":m,"rcx-input-box--undecorated":!0,"rcx-input-box--small":j},P)),(0,l.jsx)(f.Addon,{children:b})]}):(0,l.jsx)(d.Input,n({is:("textarea"===m?"textarea":"select"===m&&"select")||"input",className:r,cols:("textarea"===m?1:"select"===m&&0)||0,hidden:v,invisible:y,multiple:g,ref:S,htmlSize:1,type:"textarea"===m||"select"===m?void 0:m,onChange:M,"rcx-input-box--multiple":g,"rcx-input-box--placeholder-visible":O,"rcx-input-box--type":m,"rcx-input-box--small":j},P))}))},8647:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RadioButton=void 0;var a=r(1085),l=r(4012),s=i(r(2944));t.RadioButton=(0,l.forwardRef)((function(e,t){var r=e.className,i=e.labelChildren,l=o(e,["className","labelChildren"]);return(0,a.jsxs)(s.default,{is:"label",className:r,"rcx-radio-button":!0,children:[i,(0,a.jsx)(s.default,n({is:"input","rcx-radio-button__input":!0,type:"radio",ref:t},l)),(0,a.jsx)(s.default,{is:"i","rcx-radio-button__fake":!0,"aria-hidden":"true"})]})}))},8660:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Addon=void 0;var i=r(1085),a=r(4012),l=o(r(2944));t.Addon=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"span","rcx-input-box__addon":!0,ref:t},e))}))},8671:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(5956),t)},8678:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconButton=void 0;var a=r(1085),l=r(4012),s=i(r(2944)),c=r(9270);t.IconButton=(0,l.forwardRef)((function(e,t){var r=e.icon,i=e.primary,u=e.info,f=e.secondary,d=e.danger,p=e.warning,b=e.success,h=e.mini,v=e.large,y=e.tiny,g=e.small,O=e.medium,_=e.pressed,m=e.children,j=o(e,["icon","primary","info","secondary","danger","warning","success","mini","large","tiny","small","medium","pressed","children"]),x=(0,l.useMemo)((function(){return(f&&d?"secondary-danger":f&&p&&"secondary-warning")||f&&b&&"secondary-success"||f&&u&&"secondary-info"||u&&"info"||b&&"success"||p&&"warning"||d&&"danger"||i&&"secondary-info"||f&&"secondary"||""}),[d,u,i,f,b,p]),P=(0,l.useMemo)((function(){var e={};return x&&(e["".concat(function(e){return e?["rcx-button--icon-".concat([e].filter(Boolean).join("-"))]:[""]}(x))]=!0),_&&(e["".concat(function(e){return["rcx-button--icon-".concat([e].filter(Boolean).join("-"),"-pressed")]}(x))]=!0),e}),[x,_]),w=(0,l.useMemo)((function(){return(h?"mini":y&&"tiny")||g&&"small"||O&&"medium"||v&&"large"||"large"}),[O,h,g,y,v]);return(0,a.jsxs)(s.default,n({is:"button",type:"button","rcx-button":!0,"rcx-button--icon":!0,"rcx-button--square":!0},P,function(){var e;return(e={})["rcx-button--".concat(w,"-square")]=!0,e}(),{"rcx-button--icon-pressed":_,ref:t},j,{children:[(0,l.isValidElement)(r)?r:(0,a.jsx)(c.Icon,{name:r,size:(v?"x28":O&&"x24")||g&&"x20"||y&&"x16"||h&&"x12"||"x28"}),m]}))}))},8687:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageRole=void 0;var o=r(1085),i=r(8535);t.MessageRole=function(e){return(0,o.jsx)(i.Tag,n({className:"rcx-box rcx-box--full rcx-message-header__role"},e))}},8694:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarAction=void 0;var o=r(1085),i=r(4012),a=r(3366);t.TopBarAction=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.SidebarAction,n({ref:t},e))}))},8697:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.PaginatedMultiSelectFiltered=void 0;var a=r(1085),l=r(4012),s=i(r(6376)),c=r(7186),u=i(r(8787));t.PaginatedMultiSelectFiltered=function(e){var t=e.filter,r=e.setFilter,i=e.options,f=e.placeholder,d=o(e,["filter","setFilter","options","placeholder"]),p=(0,l.useCallback)((0,l.forwardRef)((function(e,t){e.children;var i=e.filter,l=o(e,["children","filter"]);return(0,a.jsx)(s.default.Item,{grow:1,children:(0,a.jsx)(c.InputBox.Input,n({ref:t,placeholder:f,value:i,onInput:function(e){return null==r?void 0:r(e.currentTarget.value)}},l,{"rcx-input-box--undecorated":!0}))})})),[]);return(0,a.jsx)(u.default,n({filter:t,options:i,anchor:p},d))}},8787:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))},l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=r(1085),c=r(6398),u=r(4012),f=r(325),d=l(r(1974)),p=l(r(2944)),b=l(r(1737)),h=l(r(6376)),v=r(9270),y=l(r(4830)),g=l(r(4614)),O=r(2008),_=r(8398),m=l(r(6984)),j=l(r(3647)),x=l(r(4061));t.default=function(e){var t=e.withTitle,r=e.value,l=e.filter,P=e.options,w=void 0===P?[]:P,S=e.error,M=e.disabled,C=e.anchor,I=void 0===C?x.default:C,k=e.onChange,B=void 0===k?function(){}:k,E=e.placeholder,D=e.renderOptions,N=void 0===D?_.OptionsPaginated:D,F=e.renderItem,T=void 0===F?g.default:F,A=e.endReached,R=o(e,["withTitle","value","filter","options","error","disabled","anchor","onChange","placeholder","renderOptions","renderItem","endReached"]),V=i((0,u.useState)(r||[]),2),L=V[0],z=V[1],H=void 0!==r?r:L,W=w.filter((function(e){return H.some((function(t){return t.value===e.value}))})),G=i((0,O.useVisible)(),3),q=G[0],U=G[1],K=G[2],$=(0,u.useRef)(null),J=(0,c.useResizeObserver)(),Z=J.ref,Y=J.borderBoxSize,X=(0,c.useEffectEvent)((function(){return q===d.default.VISIBLE?U():$&&$.current?($.current.focus(),K()):void 0})),Q=function(e){var t=H.filter((function(t){return t.value!==e}));z(t),B(t)};return(0,s.jsxs)(p.default,n({is:"div","rcx-select":!0,className:[S&&"invalid",M&&"disabled"],ref:Z,onClick:X,disabled:M},R,{children:[(0,s.jsx)(h.default.Item,{grow:1,children:(0,s.jsx)(y.default,{inline:"x4",children:(0,s.jsx)(h.default.Container,{children:(0,s.jsx)(p.default,{is:"div",children:(0,s.jsx)(p.default,{is:"div",display:"flex",alignItems:"center",flexWrap:"wrap",margin:"-x8",role:"listbox",children:(0,s.jsxs)(y.default,{all:"x4",children:[(0,s.jsx)(I,{disabled:M,ref:$,"aria-haspopup":"listbox",onClick:K,onBlur:U,order:1,"rcx-input-box--undecorated":!0,children:null!=E?E:null}),W.map((function(e,r){var n=e.value,o=e.label;return(0,s.jsx)(b.default,{maxWidth:"x150",withTruncatedText:!0,title:t?o:void 0,tabIndex:-1,role:"option",onClick:function(e){(0,f.prevent)(e),Q(n)},children:o},null!=n?n:r)}))]})})})})})}),(0,s.jsx)(h.default.Item,{grow:0,shrink:0,children:(0,s.jsx)(y.default,{inline:"x4",children:(0,s.jsx)(j.default,{children:(0,s.jsx)(v.Icon,{name:q===d.default.VISIBLE?"cross":"chevron-down",size:"x20"})})})}),(0,s.jsx)(d.default,{visibility:q,children:(0,s.jsx)(m.default,{anchor:Z,children:(0,s.jsx)(N,{width:Y.inlineSize,onMouseDown:f.prevent,multiple:!0,filter:l,role:"listbox",options:w,cursor:-1,endReached:A,renderItem:T,onSelect:function(e){!function(e){H.some((function(t){return t.value===e}))?Q(e):function(e){var t=w.find((function(t){return t.value===e}));if(t){var r=a(a([],i(H),!1),[t],!1);z(r),B(r)}}(e)}(i(e,1)[0])}})})})]}))}},8788:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.MessageStatusPrivateIndicator=void 0;var n=r(1085);t.MessageStatusPrivateIndicator=function(e){var t=e.children,r=e.variant;return(0,n.jsx)("span",{className:["rcx-message-status-indicator__item `rcx-message-status-indicator__item--private",r&&"rcx-message-status-indicator__item--".concat(r)].filter(Boolean).join(" "),children:t})}},8897:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.FieldDescription=void 0;var i=r(1085),a=(o(r(1414)),o(r(2944)));r(7403),t.FieldDescription=function(e){return(0,i.jsx)(a.default,n({is:"span","rcx-field__description":!0},e))}},8912:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageReactionAction=void 0;var i=r(1085),a=r(9270);t.MessageReactionAction=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({role:"button",tabIndex:0,className:["rcx-message-reactions__reaction rcx-message-reactions__reaction--action",t].filter(Boolean).join(" ")},r,{children:(0,i.jsx)(a.Icon,{name:"emoji-plus",size:"x16"})}))}},8952:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItemAvatarRowContent=void 0;var i=r(1085),a=r(4780);t.MessageMetricsItemAvatarRowContent=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:(0,a.prependClassName)(t,"rcx-message-metrics__avatar-row__content")},r))}},8955:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.IconButton=t.ActionButton=t.Button=t.default=void 0;var o=r(4141);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n(o).default}}),Object.defineProperty(t,"Button",{enumerable:!0,get:function(){return o.Button}});var i=r(5979);Object.defineProperty(t,"ActionButton",{enumerable:!0,get:function(){return i.ActionButton}});var a=r(8678);Object.defineProperty(t,"IconButton",{enumerable:!0,get:function(){return a.IconButton}})},8958:function(e){e.exports=function(e,t,r,n,o,i,a,l){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[r,n,o,i,a,l],u=0;(s=new Error(t.replace(/%s/g,(function(){return c[u++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},8976:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.BubbleItem=void 0;var i=r(1085),a=r(9270);t.BubbleItem=function(e){var t=e.secondary,r=e.label,l=e.icon,s=o(e,["secondary","label","icon"]);return(0,i.jsxs)("span",n({className:"rcx-bubble__item ".concat(t?"rcx-bubble__item--secondary":"rcx-bubble__item--primary")},s,{children:[l&&(0,i.jsx)(a.Icon,{name:l,size:"x16",mie:8}),r&&(0,i.jsx)("span",{children:r})]}))}},8982:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(5516),a=n(r(5743));t.default=function(){return(0,o.jsx)(a.default,{children:(0,o.jsx)(i.Skeleton,{width:"100%"})})}},9017:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(3643),t),o(r(1359),t),o(r(4159),t),o(r(9527),t),o(r(4105),t),o(r(6663),t),o(r(8320),t)},9073:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.EmailInput=void 0;var o=r(1085),i=r(4012),a=r(7186);t.EmailInput=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.InputBox,n({type:"email",ref:t},e))}))},9117:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(4961),t)},9146:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarItemCol=void 0;var i=r(1085);t.SidebarItemCol=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-box rcx-box--full rcx-sidebar-v2-item__col",t].filter(Boolean).join(" ")},r))}},9173:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085);t.default=function(e){return(0,o.jsx)("div",n({className:"rcx-option__description"},e))}},9229:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Grid=void 0;var a=r(1085),l=i(r(2944)),s=r(3348);t.Grid=function(e){var t=e.xs,r=e.sm,i=e.md,s=e.lg,c=e.xl,u=o(e,["xs","sm","md","lg","xl"]);return(0,a.jsx)(l.default,{"rcx-grid__wrapper":!0,children:(0,a.jsx)(l.default,n({"rcx-grid":!0,"rcx-grid--xs":t,"rcx-grid--sm":r,"rcx-grid--md":i,"rcx-grid--lg":s,"rcx-grid--xl":c},u))})},t.Grid.Item=s.GridItem},9270:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(6167),t)},9286:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),o(r(8327),t)},9294:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelSection=void 0;var i=r(1085);t.SidepanelSection=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsx)("div",n({className:["rcx-sidepanel-section",t].filter(Boolean).join(" ")},r))}},9344:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetricsItemLabel=void 0;var o=r(1085);t.MessageMetricsItemLabel=function(e){return(0,o.jsx)("div",n({className:"rcx-message-metrics__item-label"},e))}},9393:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Placeholder=void 0;var i=r(1085),a=r(4012),l=o(r(2944));t.Placeholder=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({is:"option","rcx-input-box__placeholder":!0,ref:t},e))}))},9404:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageToolbarItem=void 0;var o=r(1085),i=r(4012),a=r(8955);t.MessageToolbarItem=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.IconButton,n({ref:t,small:!0},e))}))},9414:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.getPlacement=void 0,t.getPlacement=function(e){switch(e){case"bottom":return"bottom";case"bottom-start":default:return"bottom start";case"bottom-end":return"bottom end";case"top":return"top";case"top-start":return"top start";case"top-end":return"top end";case"left":return"left";case"left-start":return"left top";case"left-end":return"left bottom";case"right":return"right";case"right-start":return"right top";case"right-end":return"right bottom"}}},9427:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageLeftContainer=void 0;var o=r(1085);t.MessageLeftContainer=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-container rcx-message-container--left"},e))}},9432:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.SidepanelHeader=void 0;var i=r(1085),a=r(5276);t.SidepanelHeader=function(e){var t=e.className,r=o(e,["className"]);return(0,i.jsxs)("div",{className:"rcx-sidepanel-header-wrapper",children:[(0,i.jsx)("div",n({className:["rcx-sidepanel-header",t].filter(Boolean).join(" ")},r)),(0,i.jsx)(a.SidepanelDivider,{})]})}},9440:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SelectLegacy=void 0;var l=r(1085),s=r(6398),c=r(4012),u=r(5645),f=a(r(1974)),d=a(r(2944)),p=r(9270),b=a(r(4830)),h=r(175),v=a(r(3737)),y=a(r(3647)),g=a(r(4061)),O=(0,c.forwardRef)((function(e,t){return(0,l.jsx)(d.default,n({is:"div","rcx-select__wrapper":!0,ref:t},e))}));t.SelectLegacy=(0,c.forwardRef)((function(e,t){var r,a,_,m,j=e.value,x=e.filter,P=e.error,w=e.disabled,S=e.options,M=void 0===S?[]:S,C=e.anchor,I=void 0===C?g.default:C,k=e.onChange,B=void 0===k?function(){}:k,E=e.getValue,D=void 0===E?function(e){return i(void 0===e?["",""]:e,1)[0]}:E,N=e.getLabel,F=void 0===N?function(e){return i(void 0===e?["",""]:e,2)[1]}:N,T=e.placeholder,A=void 0===T?"":T,R=e.renderItem,V=e.renderSelected,L=e.renderOptions,z=void 0===L?h.Options:L,H=e.addonIcon,W=e.customEmpty,G=o(e,["value","filter","error","disabled","options","anchor","onChange","getValue","getLabel","placeholder","renderItem","renderSelected","renderOptions","addonIcon","customEmpty"]),q=i((0,c.useState)(j||""),2),U=q[0],K=q[1],$=(0,s.useEffectEvent)((function(e){var t=i(e,1)[0];K(t),B(t)})),J=M.find((function(e){return D(e)===U})),Z=M.indexOf(J),Y=(0,c.useMemo)((function(){return M.filter((function(e){var t=i(e,2)[1];return!x||~t.toLowerCase().indexOf(x.toLowerCase())})).map((function(e){var t=i(e,2),r=t[0],n=t[1];return U===r?[r,n,!0]:[r,n]}))}),[M,U,x]),X=i((0,h.useCursor)(Z,Y,$),5),Q=X[0],ee=X[1],te=X[2],re=X[3],ne=i(X[4],3),oe=ne[0],ie=ne[1],ae=ne[2],le=(0,c.useRef)(null),se=(0,s.useMergedRefs)(t,le),ce=function(){var e;return null===(e=le.current)||void 0===e?void 0:e.classList.remove("focus-visible")},ue=(0,s.useEffectEvent)((function(e){var t=i(e,1)[0];K(t),B(t),ce(),ie()})),fe=(0,s.useResizeObserver)(),de=fe.ref,pe=fe.borderBoxSize;r=re,a=[x,U],_=(0,c.useRef)(!1),m=(0,s.useEffectEvent)(r),(0,c.useEffect)((function(){_.current&&m(),_.current=!0}),a||[]),(0,s.useOutsideClick)([de],ce);var be,he=F(J),ve=(void 0===x||oe===f.default.HIDDEN)&&(he||A||"string"==typeof A),ye=(0,s.useEffectEvent)((function(){var e,t,r;return(null===(e=le.current)||void 0===e?void 0:e.classList.contains("focus-visible"))?(ce(),ie()):(null===(t=le.current)||void 0===t||t.classList.add("focus-visible"),null===(r=le.current)||void 0===r||r.focus(),ae())}));return(0,l.jsxs)(d.default,n({"rcx-select":!0,disabled:w,ref:de,onClick:ye,className:(0,c.useMemo)((function(){return[P&&"invalid",w&&"disabled"]}),[P,w])},G,{children:[(0,l.jsxs)(O,{display:"flex",mi:"neg-x4","rcx-select__wrapper--hidden":!!ve,children:[ve&&(V?(0,l.jsx)(V,{role:"option",value:D(J),label:he,onClick:ue},D(J)):(0,l.jsx)(d.default,{flexGrow:1,is:"span",mi:4,"rcx-select__item":!0,fontScale:"p2",color:he?"default":"hint",children:ve})),(be={ref:se,children:j?null:J||A,disabled:null!=w&&w,onClick:ae,onBlur:ie,onKeyDown:ee,onKeyUp:te},(0,u.isForwardRefType)(I)?(0,l.jsx)(I,n({},be)):"function"==typeof I?I(be):null),(0,l.jsx)(b.default,{inline:"x4",children:(0,l.jsx)(y.default,{children:(0,l.jsx)(p.Icon,{name:oe===f.default.VISIBLE?"chevron-up":H||"chevron-down",size:"x20"})})})]}),(0,l.jsx)(v.default,{visible:oe,anchor:de,children:(0,l.jsx)(z,{width:pe.inlineSize,role:"listbox",filter:x,options:Y,onSelect:ue,renderItem:R,cursor:Q,customEmpty:W})})]}))}))},9450:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageEmojiBase=void 0;var i=r(1085);t.MessageEmojiBase=function(e){var t=e.name,r=e.image,a=e.className,l=o(e,["name","image","className"]);return(0,i.jsx)("span",n({className:"".concat(a||""," ").concat(t),style:r&&r.length?{backgroundImage:r}:void 0},l))}},9460:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageBlock=void 0;var a=r(1085),l=r(4012),s=i(r(2944));t.MessageBlock=(0,l.forwardRef)((function(e,t){e.className;var r=e.fixedWidth,i=o(e,["className","fixedWidth"]);return(0,a.jsx)(s.default,n({"rcx-message-block":!0,"rcx-message-block--width-fixed":r,ref:t},i))}))},9462:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SidebarSection=void 0;var o=r(1085),i=r(1524);t.SidebarSection=function(e){return(0,o.jsxs)("div",{children:[(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-sidebar-v2-section"},e)),(0,o.jsx)(i.SidebarDivider,{})]})}},9470:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.UrlInput=t.Tooltip=t.Tile=t.Sidebar=t.Scrollable=t.PositionAnimated=t.Position=t.PasswordInput=t.Option=t.Options=t.Message=t.Margins=t.Flex=t.Field=t.Chip=t.CodeSnippet=t.IconButton=t.ActionButton=t.Button=t.useArrayLikeClassNameProp=t.Box=t.Banner=t.AnimatedVisibility=void 0,o(r(5635),t);var a=r(1974);Object.defineProperty(t,"AnimatedVisibility",{enumerable:!0,get:function(){return i(a).default}}),o(r(7962),t),o(r(7943),t),o(r(8154),t),o(r(4338),t);var l=r(6449);Object.defineProperty(t,"Banner",{enumerable:!0,get:function(){return i(l).default}});var s=r(2944);Object.defineProperty(t,"Box",{enumerable:!0,get:function(){return i(s).default}});var c=r(217);Object.defineProperty(t,"useArrayLikeClassNameProp",{enumerable:!0,get:function(){return c.useArrayLikeClassNameProp}});var u=r(8955);Object.defineProperty(t,"Button",{enumerable:!0,get:function(){return i(u).default}}),Object.defineProperty(t,"ActionButton",{enumerable:!0,get:function(){return u.ActionButton}}),Object.defineProperty(t,"IconButton",{enumerable:!0,get:function(){return u.IconButton}}),o(r(2001),t),o(r(6710),t),o(r(8671),t),o(r(7297),t),o(r(2860),t),o(r(7461),t),o(r(5358),t),o(r(1938),t);var f=r(1793);Object.defineProperty(t,"CodeSnippet",{enumerable:!0,get:function(){return i(f).default}}),o(r(2441),t),o(r(7293),t);var d=r(1737);Object.defineProperty(t,"Chip",{enumerable:!0,get:function(){return i(d).default}}),o(r(7228),t),o(r(306),t),o(r(4173),t);var p=r(7731);Object.defineProperty(t,"Field",{enumerable:!0,get:function(){return i(p).default}}),o(r(7731),t),o(r(2180),t),o(r(9117),t);var b=r(6376);Object.defineProperty(t,"Flex",{enumerable:!0,get:function(){return i(b).default}}),o(r(7411),t),o(r(9270),t),o(r(7186),t),o(r(5221),t);var h=r(4830);Object.defineProperty(t,"Margins",{enumerable:!0,get:function(){return i(h).default}}),o(r(6904),t);var v=r(7966);Object.defineProperty(t,"Message",{enumerable:!0,get:function(){return i(v).default}}),o(r(7966),t),o(r(8260),t),o(r(2816),t),o(r(6445),t),o(r(982),t);var y=r(175);Object.defineProperty(t,"Options",{enumerable:!0,get:function(){return i(y).default}}),o(r(175),t);var g=r(4614);Object.defineProperty(t,"Option",{enumerable:!0,get:function(){return i(g).default}}),o(r(4614),t),o(r(3011),t),o(r(6805),t);var O=r(1354);Object.defineProperty(t,"PasswordInput",{enumerable:!0,get:function(){return i(O).default}}),o(r(6379),t);var _=r(6984);Object.defineProperty(t,"Position",{enumerable:!0,get:function(){return i(_).default}});var m=r(3737);Object.defineProperty(t,"PositionAnimated",{enumerable:!0,get:function(){return i(m).default}}),o(r(7603),t),o(r(7113),t);var j=r(7026);Object.defineProperty(t,"Scrollable",{enumerable:!0,get:function(){return i(j).default}}),o(r(7931),t),o(r(4799),t),o(r(9286),t),o(r(3582),t),o(r(7040),t),o(r(1965),t);var x=r(1715);Object.defineProperty(t,"Sidebar",{enumerable:!0,get:function(){return i(x).default}}),o(r(1715),t),o(r(8594),t),o(r(5999),t),o(r(5516),t),o(r(5819),t),o(r(9017),t),o(r(6397),t),o(r(8535),t),o(r(6794),t),o(r(235),t),o(r(5280),t),o(r(1705),t);var P=r(5459);Object.defineProperty(t,"Tile",{enumerable:!0,get:function(){return i(P).default}}),o(r(6111),t),o(r(2753),t);var w=r(1718);Object.defineProperty(t,"Tooltip",{enumerable:!0,get:function(){return i(w).default}});var S=r(488);Object.defineProperty(t,"UrlInput",{enumerable:!0,get:function(){return i(S).default}})},9494:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1085),o=r(4012),i=r(1168);t.default=function(e){var t=e.inline,r=void 0!==t&&t,a=e.children,l=e.direction,s=e.wrap,c=e.alignItems,u=e.alignContent,f=e.justifyContent,d=(0,o.useCallback)((function(e){return void 0!==r&&void 0===e.display&&(e.display=r?"inline-flex":"flex"),void 0!==l&&void 0===e.flexDirection&&(e.flexDirection=l),void 0!==s&&void 0===e.flexWrap&&(e.flexWrap="no-wrap"===s?"nowrap":s),void 0!==c&&void 0===e.alignItems&&(e.alignItems=("start"===c?"flex-start":"end"===c&&"flex-end")||c),void 0!==u&&void 0===e.alignContent&&(e.alignContent=("start"===u?"flex-start":"end"===u&&"flex-end")||u),void 0!==f&&void 0===e.justifyContent&&(e.justifyContent=("start"===f?"flex-start":"end"===f&&"flex-end")||f),e}),[u,c,l,r,f,s]);return(0,n.jsx)(i.BoxTransforms.Provider,{children:a,value:(0,i.useComposedBoxTransform)(d)})}},9507:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarWrapper=void 0;var n=r(1085);t.TopBarWrapper=function(e){var t=e.children;return(0,n.jsx)("div",{className:"rc-box rc-box--full rcx-sidebar-topbar__wrapper",children:t})}},9514:function(e){e.exports=a},9519:function(e){e.exports=JSON.parse('{"fontFamilies":{"sans":["Inter","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Helvetica Neue","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Meiryo UI","Arial","sans-serif"],"mono":["Menlo","Monaco","Consolas","Liberation Mono","Courier New","monospace"]},"fontScales":{"hero":{"fontSize":48,"fontWeight":800,"letterSpacing":0,"lineHeight":64},"h1":{"fontSize":32,"fontWeight":700,"letterSpacing":0,"lineHeight":40},"h2":{"fontSize":24,"fontWeight":700,"letterSpacing":0,"lineHeight":32},"h3":{"fontSize":20,"fontWeight":700,"letterSpacing":0,"lineHeight":28},"h4":{"fontSize":16,"fontWeight":700,"letterSpacing":0,"lineHeight":24},"h5":{"fontSize":14,"fontWeight":700,"letterSpacing":0,"lineHeight":20},"p1":{"fontSize":16,"fontWeight":400,"letterSpacing":0,"lineHeight":24},"p1m":{"fontSize":16,"fontWeight":500,"letterSpacing":0,"lineHeight":24},"p1b":{"fontSize":16,"fontWeight":700,"letterSpacing":0,"lineHeight":24},"p2":{"fontSize":14,"fontWeight":400,"letterSpacing":0,"lineHeight":20},"p2m":{"fontSize":14,"fontWeight":500,"letterSpacing":0,"lineHeight":20},"p2b":{"fontSize":14,"fontWeight":700,"letterSpacing":0,"lineHeight":20},"c1":{"fontSize":12,"fontWeight":400,"letterSpacing":0,"lineHeight":16},"c2":{"fontSize":12,"fontWeight":700,"letterSpacing":0,"lineHeight":16},"micro":{"fontSize":10,"fontWeight":700,"letterSpacing":0,"lineHeight":12}}}')},9520:function(e,t,r){r.r(t)},9527:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TableFoot=void 0;var i=r(1085),a=o(r(2944));t.TableFoot=function(e){return(0,i.jsx)(a.default,n({is:"tfoot","rcx-table__foot":!0},e))}},9540:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=o(r(4061)),s=(0,a.forwardRef)((function(e,t){return(0,i.jsx)(l.default,n({"rcx-input-box--undecorated":!0,ref:t,"aria-haspopup":"listbox",order:1},e))}));t.default=s},9565:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Tabs=c;var a=r(1085),l=i(r(2944)),s=r(7108);function c(e){var t=e.children,r=e.divider,i=void 0===r||r,s=o(e,["children","divider"]);return(0,a.jsx)(l.default,n({is:"div","rcx-tabs":!0,"rcx-tabs--with-divider":i},s,{children:(0,a.jsx)(l.default,{is:"div","rcx-tabs__scroll-box":!0,children:(0,a.jsx)(l.default,{is:"div","rcx-tabs__wrapper":!0,children:t,role:"tablist"})})}))}c.Item=s.TabsItem},9605:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalTitle=void 0;var a=r(1085),l=i(r(2944));t.ModalTitle=function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(l.default,n({is:"h2","rcx-modal__title":!0},r,{children:t}))}},9607:function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(4012),o=r(3885);t.default=function e(t,r,i){return void 0===r&&(r=0),void 0===i&&(i=[]),n.Children.toArray(t).reduce((function(t,a,l){return o.isFragment(a)?t.push.apply(t,e(a.props.children,r+1,i.concat(a.key||l))):n.isValidElement(a)?t.push(n.cloneElement(a,{key:i.concat(String(a.key)).join(".")})):"string"!=typeof a&&"number"!=typeof a||t.push(a),t}),[])}},9622:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageSystemContainer=void 0;var o=r(1085);t.MessageSystemContainer=function(e){return(0,o.jsx)("div",n({className:"rcx-box rcx-box--full rcx-message-system__container"},e))}},9661:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ThreadMessageUnfollow=void 0;var o=r(1085),i=r(2888);t.ThreadMessageUnfollow=function(){return(0,o.jsx)(i.ThreadMessageIcon,n({className:"rcx-box rcx-box--full rcx-message-thread__icon rcx-message-thread__icon--unfollow"},{name:"bell-off"}))}},9777:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageMetrics=void 0;var o=r(1085),i=r(6919);t.MessageMetrics=function(e){return(0,o.jsx)(i.MessageMetricsContentItem,{children:(0,o.jsx)("div",n({className:"rcx-message-metrics__content-wrapper"},e))})}},9782:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};Object.defineProperty(t,"__esModule",{value:!0});var i=r(1085),a=r(4012),l=r(9470),s=(0,a.forwardRef)((function(e,t){var r=e.children,a=o(e,["children"]);return(0,i.jsx)(l.Box,n({ref:t,pi:16,pb:20},a,{children:r}))}));t.default=(0,a.memo)(s)},9823:function(e,t,r){var n,o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)},i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),l=this&&this.__importStar||(n=function(e){return n=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},n(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=n(e),o=0;o<r.length;o++)"default"!==r[o]&&i(t,e,r[o]);return a(t,e),t}),s=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},c=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.OptionContainer=t.Options=t.Empty=t.useCursor=void 0;var f=r(1085),d=r(4012),p=r(325),b=u(r(2944)),h=l(r(4614)),v=u(r(7026)),y=u(r(5459)),g=r(2422);Object.defineProperty(t,"useCursor",{enumerable:!0,get:function(){return g.useCursor}}),t.Empty=(0,d.memo)((function(e){var t=e.customEmpty;return(0,f.jsx)(h.default,{label:t||"Empty"})})),t.Options=(0,d.forwardRef)((function(e,r){var n,i,a=e.maxHeight,l=void 0===a?"x144":a,u=e.multiple,g=e.renderEmpty,O=void 0===g?t.Empty:g,_=e.options,m=e.cursor,j=e.renderItem,x=void 0===j?h.default:j,P=e.onSelect,w=e.customEmpty,S=s(e,["maxHeight","multiple","renderEmpty","options","cursor","renderItem","onSelect","customEmpty"]),M=(0,d.useRef)(null);(0,d.useLayoutEffect)((function(){if(M.current){var e=M.current,t=null==e?void 0:e.querySelector(".rcx-option--focus");t&&(t.offsetTop+t.clientHeight>e.scrollTop+e.clientHeight||t.offsetTop-t.clientHeight<e.scrollTop)&&(e.scrollTop=t.offsetTop)}}),[m]);var C=(0,d.useMemo)((function(){return null==_?void 0:_.map((function(e,t){var r=c(e,6),n=r[0],o=r[1],i=r[2],a=r[3],l=r[4],s=r[5];switch(l){case"heading":return(0,f.jsx)(h.OptionHeader,{children:o},n);case"divider":return(0,f.jsx)(h.OptionDivider,{},n);default:return(0,f.jsx)(x,{role:"option",label:o,onMouseDown:function(e){if(!a)return(0,p.prevent)(e),P([n,o,i,a,l,s]),!1},value:n,selected:i||!0!==u&&null,disabled:a,focus:m===t||null},n)}}))}),[_,u,m,P,x]);return(0,f.jsx)(b.default,o({"rcx-options":!0},S,{ref:r,children:(0,f.jsx)(y.default,{padding:0,paddingBlock:"x12",paddingInline:0,elevation:"2",children:(0,f.jsx)(v.default,{vertical:!0,smooth:!0,children:(0,f.jsxs)(y.default,{ref:M,elevation:"0",padding:"none",maxHeight:l,onMouseDown:p.prevent,onClick:p.prevent,is:"ol","aria-multiselectable":u||!0,role:"listbox","aria-activedescendant":(null===(n=null==_?void 0:_[m])||void 0===n?void 0:n[0])?String(null===(i=null==_?void 0:_[m])||void 0===i?void 0:i[0]):void 0,children:[!_.length&&(0,f.jsx)(O,{customEmpty:w}),C]})})})}))})),t.OptionContainer=(0,d.forwardRef)((function(e,t){var r=e.children,n=s(e,["children"]);return(0,f.jsx)(b.default,{"rcx-options":!0,children:(0,f.jsx)(y.default,{padding:0,paddingBlock:"x12",paddingInline:0,children:(0,f.jsx)(v.default,{vertical:!0,smooth:!0,children:(0,f.jsx)(y.default,o({ref:t,elevation:"0",padding:"none",maxHeight:"x240"},n,{children:r}))})})})}))},9851:function(e){e.exports=o},9895:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ModalClose=void 0;var o=r(1085),i=r(8955);t.ModalClose=function(e){return(0,o.jsx)(i.IconButton,n({"aria-label":"Close"},e,{small:!0,icon:"cross"}))}},9976:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=i(r(2944)),c=i(r(4830));t.default=(0,l.memo)((function(e){var t=e.children,r=o(e,["children"]);return(0,a.jsx)(s.default,n({display:"flex",alignItems:"center",height:"x56",pi:24,borderBlockEndWidth:"default",borderBlockColor:"extra-light",flexShrink:0},r,{children:(0,a.jsx)(s.default,{marginInline:"neg-x4",display:"flex",alignItems:"center",justifyContent:"space-between",flexGrow:1,height:"100%",overflow:"hidden",children:(0,a.jsx)(c.default,{inline:"x4",children:t})})}))}))},9979:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__rest||function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var a=r(1085),l=r(4012),s=r(307),c=r(7261),u=i(r(6297));t.default=function(e){var t,r=e.item,i=e.state,f=(0,l.useRef)(null),d=(0,s.useMenuItem)({key:r.key},i,f),p=d.menuItemProps,b=p.onPointerUp,h=o(p,["onPointerUp"]),v=d.isFocused,y=d.isDisabled;return(0,a.jsxs)(u.default,n({},(0,s.mergeProps)(h,{onPointerDown:b}),{ref:f,focus:v,disabled:y,is:"label",variant:null===(t=r.value)||void 0===t?void 0:t.variant,children:[(0,a.jsx)("div",{className:"rcx-option__wrapper",children:r.rendered}),r.value&&r.value.description&&(0,a.jsx)(c.MenuItemDescription,{children:r.value.description})]}))}},9980:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var o=r(1085),i=r(4012),a=r(9470),l=(0,i.forwardRef)((function(e,t){return(0,o.jsx)(a.Box,n({ref:t,"rcx-vertical-bar__content":!0,paddingInline:24,display:"flex",flexDirection:"column",overflowY:"hidden",height:"full"},e))}));t.default=(0,i.memo)(l)}},f={};function d(e){var t=f[e];if(void 0!==t)return t.exports;var r=f[e]={exports:{}};return u[e].call(r.exports,r,r.exports,d),r.exports}return d.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},d(7821)}()}));
|
|
1
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@rocket.chat/css-in-js"),require("@rocket.chat/css-supports"),require("@rocket.chat/fuselage-hooks"),require("@rocket.chat/fuselage-tokens/colors.json"),require("@rocket.chat/fuselage-tokens/dist/badge.json"),require("@rocket.chat/fuselage-tokens/dist/button.json"),require("@rocket.chat/fuselage-tokens/dist/font.json"),require("@rocket.chat/fuselage-tokens/dist/shadow.json"),require("@rocket.chat/fuselage-tokens/dist/status.json"),require("@rocket.chat/fuselage-tokens/dist/statusBullet.json"),require("@rocket.chat/fuselage-tokens/dist/stroke.json"),require("@rocket.chat/fuselage-tokens/dist/surface.json"),require("@rocket.chat/fuselage-tokens/typography.json"),require("@rocket.chat/icons"),require("@rocket.chat/memo"),require("invariant"),require("react"),require("react-aria"),require("react-dom"),require("react-keyed-flatten-children"),require("react-stately"),require("react-virtuoso"),require("react/jsx-runtime")):"function"==typeof define&&define.amd?define("RocketChatFuselage",["@rocket.chat/css-in-js","@rocket.chat/css-supports","@rocket.chat/fuselage-hooks","@rocket.chat/fuselage-tokens/colors.json","@rocket.chat/fuselage-tokens/dist/badge.json","@rocket.chat/fuselage-tokens/dist/button.json","@rocket.chat/fuselage-tokens/dist/font.json","@rocket.chat/fuselage-tokens/dist/shadow.json","@rocket.chat/fuselage-tokens/dist/status.json","@rocket.chat/fuselage-tokens/dist/statusBullet.json","@rocket.chat/fuselage-tokens/dist/stroke.json","@rocket.chat/fuselage-tokens/dist/surface.json","@rocket.chat/fuselage-tokens/typography.json","@rocket.chat/icons","@rocket.chat/memo","invariant","react","react-aria","react-dom","react-keyed-flatten-children","react-stately","react-virtuoso","react/jsx-runtime"],r):"object"==typeof exports?exports.RocketChatFuselage=r(require("@rocket.chat/css-in-js"),require("@rocket.chat/css-supports"),require("@rocket.chat/fuselage-hooks"),require("@rocket.chat/fuselage-tokens/colors.json"),require("@rocket.chat/fuselage-tokens/dist/badge.json"),require("@rocket.chat/fuselage-tokens/dist/button.json"),require("@rocket.chat/fuselage-tokens/dist/font.json"),require("@rocket.chat/fuselage-tokens/dist/shadow.json"),require("@rocket.chat/fuselage-tokens/dist/status.json"),require("@rocket.chat/fuselage-tokens/dist/statusBullet.json"),require("@rocket.chat/fuselage-tokens/dist/stroke.json"),require("@rocket.chat/fuselage-tokens/dist/surface.json"),require("@rocket.chat/fuselage-tokens/typography.json"),require("@rocket.chat/icons"),require("@rocket.chat/memo"),require("invariant"),require("react"),require("react-aria"),require("react-dom"),require("react-keyed-flatten-children"),require("react-stately"),require("react-virtuoso"),require("react/jsx-runtime")):e.RocketChatFuselage=r(e["@rocket.chat/css-in-js"],e["@rocket.chat/css-supports"],e["@rocket.chat/fuselage-hooks"],e["@rocket.chat/fuselage-tokens/colors.json"],e["@rocket.chat/fuselage-tokens/dist/badge.json"],e["@rocket.chat/fuselage-tokens/dist/button.json"],e["@rocket.chat/fuselage-tokens/dist/font.json"],e["@rocket.chat/fuselage-tokens/dist/shadow.json"],e["@rocket.chat/fuselage-tokens/dist/status.json"],e["@rocket.chat/fuselage-tokens/dist/statusBullet.json"],e["@rocket.chat/fuselage-tokens/dist/stroke.json"],e["@rocket.chat/fuselage-tokens/dist/surface.json"],e["@rocket.chat/fuselage-tokens/typography.json"],e["@rocket.chat/icons"],e["@rocket.chat/memo"],e.invariant,e.react,e["react-aria"],e["react-dom"],e["react-keyed-flatten-children"],e["react-stately"],e["react-virtuoso"],e["react/jsx-runtime"])}(self,(function(e,r,n,t,o,i,s,a,c,l,d,u,x,f,m,b,h,p,g,v,j,w,_){return function(){"use strict";var k={16:function(e){e.exports=b},26:function(e){e.exports=i},61:function(e){e.exports=f},155:function(e){e.exports=h},179:function(e){e.exports=w},212:function(e){e.exports=x},272:function(e){e.exports=_},307:function(e){e.exports=p},396:function(r){r.exports=e},398:function(e){e.exports=n},403:function(e){e.exports=r},498:function(e){e.exports=d},514:function(e){e.exports=g},623:function(e){e.exports=o},633:function(e){e.exports=v},656:function(e){e.exports=l},684:function(e){e.exports=c},768:function(e){e.exports=j},823:function(e){e.exports=u},851:function(e){e.exports=m},882:function(e){e.exports=a},891:function(e){e.exports=t},973:function(e){e.exports=s}},y={};function S(e){var r=y[e];if(void 0!==r)return r.exports;var n=y[e]={exports:{}};return k[e](n,n.exports,S),n.exports}S.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return S.d(r,{a:r}),r},S.d=function(e,r){for(var n in r)S.o(r,n)&&!S.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},S.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},S.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var N={};S.r(N),S.d(N,{Accordion:function(){return tr},AccordionItem:function(){return lr},ActionButton:function(){return Rn},AnimatedVisibility:function(){return mr},AudioPlayer:function(){return Nr},AutoComplete:function(){return _n},Avatar:function(){return yn},AvatarContainer:function(){return kn},AvatarStack:function(){return Sn},Badge:function(){return Nn},Banner:function(){return Mn},Box:function(){return rr},Bubble:function(){return Dn},Button:function(){return In},ButtonGroup:function(){return zn},Callout:function(){return Vn},Card:function(){return Fn},CardBody:function(){return On},CardCol:function(){return Ln},CardContent:function(){return An},CardControls:function(){return Wn},CardGrid:function(){return Xn},CardGroup:function(){return Un},CardHeader:function(){return Gn},CardRow:function(){return An},CardTitle:function(){return Hn},CheckBox:function(){return qr},CheckOption:function(){return Yr},Chevron:function(){return cr},Chip:function(){return Pr},CodeSnippet:function(){return Qn},Contextualbar:function(){return et},ContextualbarAction:function(){return rt},ContextualbarActions:function(){return nt},ContextualbarButton:function(){return tt},ContextualbarContent:function(){return it},ContextualbarEmptyContent:function(){return at},ContextualbarFooter:function(){return lt},ContextualbarHeader:function(){return dt},ContextualbarIcon:function(){return ut},ContextualbarSection:function(){return ft},ContextualbarSkeleton:function(){return mt},ContextualbarTitle:function(){return bt},ContextualbarV2:function(){return pt},ContextualbarV2Action:function(){return gt},ContextualbarV2Actions:function(){return vt},ContextualbarV2Button:function(){return jt},ContextualbarV2Content:function(){return _t},ContextualbarV2EmptyContent:function(){return yt},ContextualbarV2Footer:function(){return Nt},ContextualbarV2Header:function(){return Ct},ContextualbarV2Icon:function(){return It},ContextualbarV2Section:function(){return Rt},ContextualbarV2Skeleton:function(){return $t},ContextualbarV2Title:function(){return Et},Divider:function(){return Jr},Dropdown:function(){return Dt},EmailInput:function(){return zt},Field:function(){return Ft},FieldDescription:function(){return Ot},FieldError:function(){return Lt},FieldGroup:function(){return Ut},FieldHint:function(){return At},FieldLabel:function(){return qt},FieldLabelInfo:function(){return Ht},FieldLink:function(){return Wt},FieldRow:function(){return Gt},Flex:function(){return Zt},FramedIcon:function(){return Kt},Grid:function(){return Zn},GridItem:function(){return Kn},Icon:function(){return ar},IconButton:function(){return $n},Input:function(){return Dr},InputBox:function(){return Fr},InputBoxSkeleton:function(){return Lr},Label:function(){return gr},Margins:function(){return $r},Menu:function(){return Xt},MenuItem:function(){return uo},MenuItemAvatar:function(){return Hr},MenuItemColumn:function(){return Wr},MenuItemContent:function(){return Gr},MenuItemDescription:function(){return Qr},MenuItemIcon:function(){return Ur},MenuItemInput:function(){return rn},MenuItemSkeleton:function(){return tn},MenuItemTitle:function(){return on},MenuSection:function(){return fo},MenuV2:function(){return ao},Message:function(){return Ii},MessageBlock:function(){return bo},MessageBody:function(){return ho},MessageContainer:function(){return po},MessageContainerFixed:function(){return go},MessageDivider:function(){return vo},MessageEmoji:function(){return Ci},MessageGenericPreview:function(){return Ho},MessageGenericPreviewContent:function(){return Wo},MessageGenericPreviewCoverImage:function(){return Ko},MessageGenericPreviewDescription:function(){return Go},MessageGenericPreviewFooter:function(){return Uo},MessageGenericPreviewIcon:function(){return Qo},MessageGenericPreviewImage:function(){return Zo},MessageGenericPreviewThumb:function(){return Yo},MessageGenericPreviewTitle:function(){return Xo},MessageHeader:function(){return jo},MessageHighlight:function(){return wo},MessageLeftContainer:function(){return _o},MessageMetrics:function(){return yo},MessageMetricsFollowing:function(){return So},MessageMetricsItem:function(){return Ro},MessageMetricsItemAvatarRow:function(){return No},MessageMetricsItemAvatarRowContent:function(){return Co},MessageMetricsItemIcon:function(){return Io},MessageMetricsItemLabel:function(){return Bo},MessageMetricsReply:function(){return $o},MessageName:function(){return Mo},MessageNameContainer:function(){return To},MessageReaction:function(){return fi},MessageReactionAction:function(){return mi},MessageReactionCounter:function(){return di},MessageReactionEmoji:function(){return xi},MessageReactions:function(){return bi},MessageRole:function(){return Do},MessageRoles:function(){return zo},MessageStatusIndicator:function(){return Jo},MessageStatusIndicatorItem:function(){return ri},MessageStatusIndicatorText:function(){return ei},MessageStatusPrivateIndicator:function(){return ni},MessageSystem:function(){return ti},MessageSystemBlock:function(){return oi},MessageSystemBody:function(){return ii},MessageSystemContainer:function(){return si},MessageSystemLeftContainer:function(){return li},MessageSystemName:function(){return ai},MessageSystemTimestamp:function(){return ci},MessageTimestamp:function(){return Vo},MessageToolbar:function(){return Fo},MessageToolbarItem:function(){return Oo},MessageToolbarWrapper:function(){return Lo},MessageUsername:function(){return qo},Modal:function(){return Bi},ModalBackdrop:function(){return Ri},ModalClose:function(){return $i},ModalContent:function(){return Ei},ModalFooter:function(){return Mi},ModalFooterAnnotation:function(){return Ti},ModalFooterControllers:function(){return Pi},ModalHeader:function(){return Di},ModalHeaderText:function(){return zi},ModalHeroImage:function(){return Vi},ModalIcon:function(){return Fi},ModalTagline:function(){return Oi},ModalThumb:function(){return Li},ModalTitle:function(){return Ai},MultiSelect:function(){return Ki},MultiSelectFiltered:function(){return Yi},NavBar:function(){return Xi},NavBarDivider:function(){return es},NavBarGroup:function(){return Qi},NavBarItem:function(){return Ji},NavBarSection:function(){return rs},NumberInput:function(){return ns},Option:function(){return Zr},OptionAvatar:function(){return Hr},OptionColumn:function(){return Wr},OptionContainer:function(){return fn},OptionContent:function(){return Gr},OptionDescription:function(){return Xr},OptionDescriptionBlock:function(){return Qr},OptionDivider:function(){return en},OptionHeader:function(){return sn},OptionIcon:function(){return Ur},OptionInput:function(){return rn},OptionMenu:function(){return nn},OptionSkeleton:function(){return tn},OptionTitle:function(){return on},Options:function(){return xn},PaginatedMultiSelectFiltered:function(){return sa},PaginatedSelectFiltered:function(){return oa},Pagination:function(){return ss},Palette:function(){return pe},PaletteStyleTag:function(){return Cs},PasswordInput:function(){return Is},Popover:function(){return to},Position:function(){return pn},PositionAnimated:function(){return gn},ProgressBar:function(){return Os},RadioButton:function(){return Ls},Scrollable:function(){return cn},SearchInput:function(){return As},Select:function(){return Ys},SelectFiltered:function(){return Qs},SelectInput:function(){return ca},SelectInputOption:function(){return la},SelectLegacy:function(){return Hs},Sidebar:function(){return La},SidebarBanner:function(){return Ca},SidebarDivider:function(){return Ia},SidebarFooter:function(){return Fa},SidebarFooterHighlight:function(){return Oa},SidebarItem:function(){return ya},SidebarItemAction:function(){return ka},SidebarItemActions:function(){return _a},SidebarItemAvatar:function(){return wa},SidebarItemBadge:function(){return pa},SidebarItemContainer:function(){return xa},SidebarItemContent:function(){return ma},SidebarItemIcon:function(){return ja},SidebarItemMenu:function(){return fa},SidebarItemSubtitle:function(){return ga},SidebarItemTime:function(){return ha},SidebarItemTitle:function(){return ba},SidebarItemWrapper:function(){return va},SidebarSection:function(){return Na},SidebarSectionTitle:function(){return Sa},SidebarTopBar:function(){return Va},SidebarV2:function(){return Ya},SidebarV2Accordion:function(){return Xa},SidebarV2AccordionItem:function(){return Ja},SidebarV2Action:function(){return ec},SidebarV2Actions:function(){return rc},SidebarV2Banner:function(){return gc},SidebarV2ButtonGroup:function(){return _c},SidebarV2CollapseGroup:function(){return pc},SidebarV2Divider:function(){return Sc},SidebarV2Footer:function(){return vc},SidebarV2FooterContent:function(){return jc},SidebarV2GroupTitle:function(){return hc},SidebarV2Item:function(){return tc},SidebarV2ItemAction:function(){return oc},SidebarV2ItemAvatarWrapper:function(){return ic},SidebarV2ItemBadge:function(){return sc},SidebarV2ItemCol:function(){return uc},SidebarV2ItemContent:function(){return mc},SidebarV2ItemIcon:function(){return ac},SidebarV2ItemMenu:function(){return cc},SidebarV2ItemRow:function(){return dc},SidebarV2ItemStatusBullet:function(){return bc},SidebarV2ItemTimestamp:function(){return xc},SidebarV2ItemTitle:function(){return lc},SidebarV2Link:function(){return nc},SidebarV2ListItem:function(){return fc},SidebarV2Media:function(){return wc},SidebarV2MediaController:function(){return kc},SidebarV2MediaTitle:function(){return yc},SidebarV2Section:function(){return Nc},Sidepanel:function(){return Aa},SidepanelDivider:function(){return Ga},SidepanelHeader:function(){return Ua},SidepanelHeaderTitle:function(){return Wa},SidepanelList:function(){return Ka},SidepanelListItem:function(){return Za},SidepanelSection:function(){return qa},SidepanelSectionAction:function(){return Ha},Skeleton:function(){return Or},Slider:function(){return yr},States:function(){return Cc},StatesAction:function(){return Ic},StatesActions:function(){return Bc},StatesIcon:function(){return Rc},StatesLink:function(){return $c},StatesSubtitle:function(){return Ec},StatesSuggestion:function(){return Mc},StatesSuggestionList:function(){return Tc},StatesSuggestionListItem:function(){return Pc},StatesSuggestionText:function(){return Dc},StatesTitle:function(){return zc},StatusBullet:function(){return Ps},Table:function(){return Vc},TableBody:function(){return Fc},TableCell:function(){return Ac},TableFoot:function(){return qc},TableHead:function(){return Lc},TableHeadContext:function(){return Oc},TableRow:function(){return Hc},TableSelection:function(){return Wc},TableSelectionButton:function(){return Gc},TableSelectionButtonGroup:function(){return Uc},Tabs:function(){return Zc},TabsItem:function(){return Kc},Tag:function(){return Po},TelephoneInput:function(){return Yc},TextAreaInput:function(){return Xc},TextInput:function(){return Qc},ThreadMessage:function(){return hi},ThreadMessageBody:function(){return pi},ThreadMessageContainer:function(){return gi},ThreadMessageEmoji:function(){return vi},ThreadMessageFollow:function(){return wi},ThreadMessageIconThread:function(){return _i},ThreadMessageLeftContainer:function(){return Ni},ThreadMessageOrigin:function(){return ki},ThreadMessageRow:function(){return yi},ThreadMessageUnfollow:function(){return Si},Throbber:function(){return el},Tile:function(){return dn},ToastBar:function(){return rl},ToggleSwitch:function(){return nl},Tooltip:function(){return tl},TopBar:function(){return Ba},TopBarAction:function(){return Ra},TopBarActions:function(){return $a},TopBarAvatar:function(){return za},TopBarSection:function(){return Ma},TopBarTitle:function(){return Ta},TopBarToolBox:function(){return Pa},TopBarV2:function(){return Da},TopBarWrapper:function(){return Ea},UrlInput:function(){return ol},__setThrowErrorOnInvalidToken__:function(){return X},backgroundColor:function(){return Ce},borderRadius:function(){return ke},borderWidth:function(){return _e},color:function(){return Be},fontColor:function(){return Ie},fontFamily:function(){return Te},fontScale:function(){return Pe},inset:function(){return $e},margin:function(){return Ee},padding:function(){return Me},size:function(){return Re},strokeColor:function(){return Ne},useArrayLikeClassNameProp:function(){return D},useCursor:function(){return bn}});var C=S(272);const I=e=>{throw new Error("Exhaustive check failed")},B=e=>(...r)=>{const n=(e=>r=>e?`${e}--${r}`:r)(e),t=r.map((e=>"string"==typeof e?e:"object"==typeof e&&Array.isArray(e)?e.filter(Boolean).map(n).join(" "):"object"==typeof e&&null!==e?Object.entries(e).map((([e,r])=>"boolean"==typeof r?r?n(e):null:"string"==typeof r||"number"==typeof r?n(`${e}-${r}`):null)).filter(Boolean).join(" "):null)).concat().filter(Boolean).join(" ");return[e,t].filter(Boolean).join(" ")},R=(...e)=>e.flatMap((e=>e?"string"==typeof e?e:"object"==typeof e?Object.entries(e).flatMap((([e,r])=>"boolean"==typeof r?r?e:[]:`${e}-${r}`)):I():[])).join(" "),$=e=>(...r)=>{const n=r.flatMap((r=>r?"string"==typeof r?`${e}--${r}`:"object"==typeof r?Object.entries(r).flatMap((([r,n])=>"boolean"==typeof n?n?`${e}--${r}`:[]:`${e}--${r}-${n}`)):I():[]));return n.unshift(e),n.join(" ")};var E=S(155),M=S(396);const T=(e,r)=>void 0===e||""===e?r:Array.isArray(e)?[...e,r]:`${e} ${r}`,P=(e,r)=>{const n=(0,E.useMemo)((()=>e?e(r):void 0),[r,e]),t=(0,E.useMemo)((()=>{if(n)return n?(0,M.createClassName)(n):void 0}),[n]);return(0,E.useDebugValue)(t),(0,E.useInsertionEffect)((()=>{if(!n||!t)return;const e=(0,M.escapeName)(t),r=(0,M.transpile)(`.${e}`,n),o=(0,M.attachRules)(r);return()=>{setTimeout(o,1e3)}}),[t,n]),t},D=e=>{const r=e.className?[].concat(e.className):[],n=r.filter((e=>"function"==typeof e)),t=P(M.css`
|
|
2
|
+
${n}
|
|
3
|
+
`,e),o=r.filter((e=>"string"==typeof e)).reduce(((e,r)=>T(e,r)),t||"");return Object.assign(e,{className:o})},z=(e,r)=>{return n=e,Array.isArray(n)?[r,...e]:e?`${r} ${e}`:r;var n},V=(0,E.createContext)(null),F=e=>{const r=(0,E.useContext)(V);return(0,E.useMemo)((()=>r?e?n=>e(r(n)):r:e),[e,r])};var O=S(891),L=S.n(O),A=S(16),q=S.n(A);const H={neutral:"n",blue:"b",green:"g",yellow:"y",red:"r",orange:"o",purple:"p"},W=(e,r,n)=>{const t=`${H[e]}${r}`;q()((e=>"string"==typeof e&&e in L())(t),"invalid color reference");const o=L()[t],i=/^#([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})([0-9A-Fa-f]{2})$/.exec(o);if(q()(!!i,"invalid color token format"),void 0!==n){const[,t,o,s]=i;return[`--rcx-color-${e}-${r}-${(100*n).toFixed(0)}`,`rgba(${parseInt(t,16)}, ${parseInt(o,16)}, ${parseInt(s,16)}, ${100*n}%)`]}return[`--rcx-color-${e}-${r}`,o]},G=(0,S(403).cssSupports)("(--foo: bar)")?(e,r)=>`var(${e}, ${r})`:(e,r)=>r,U=(e,r)=>G(`--rcx-color-${e}`,r);class K{name;value;constructor(e,r){this.name=e,this.value=r}toString(){return U(this.name,this.value)}theme(e){return new K(e,this.toString())}}const Z=new K("white","#ffffff");let Y=!1;const X=e=>{Y=e},Q={100:new K("neutral-100",L().n100),200:new K("neutral-200",L().n200),250:new K("neutral-250",L().n250),300:new K("neutral-300",L().n300),400:new K("neutral-400",L().n400),450:new K("neutral-450",L().n450),500:new K("neutral-500",L().n500),600:new K("neutral-600",L().n600),700:new K("neutral-700",L().n700),800:new K("neutral-800",L().n800),900:new K("neutral-900",L().n900)},J={100:new K("primary-100",L().b100),200:new K("primary-200",L().b200),300:new K("primary-300",L().b300),400:new K("primary-400",L().b400),500:new K("primary-500",L().b500),600:new K("primary-600",L().b600),700:new K("primary-700",L().b700),800:new K("primary-800",L().b800),900:new K("primary-900",L().b900)},ee={100:new K("success-100",L().g100),200:new K("success-200",L().g200),300:new K("success-300",L().g300),400:new K("success-400",L().g400),500:new K("success-500",L().g500),600:new K("success-600",L().g600),700:new K("success-700",L().g700),800:new K("success-800",L().g800),900:new K("success-900",L().g900)},re={100:new K("warning-100",L().y100),200:new K("warning-200",L().y200),300:new K("warning-300",L().y300),400:new K("warning-400",L().y400),500:new K("warning-500",L().y500),600:new K("warning-600",L().y600),700:new K("warning-700",L().y700),800:new K("warning-800",L().y800),900:new K("warning-900",L().y900)},ne={100:new K("danger-100",L().r100),200:new K("danger-200",L().r200),300:new K("danger-300",L().r300),400:new K("danger-400",L().r400),500:new K("danger-500",L().r500),600:new K("danger-600",L().r600),700:new K("danger-700",L().r700),800:new K("danger-800",L().r800),900:new K("danger-900",L().r900)},te={100:new K("service-1-100",L().o100),200:new K("service-1-200",L().o200),300:new K("service-1-300",L().o300),400:new K("service-1-400",L().o400),500:new K("service-1-500",L().o500),600:new K("service-1-600",L().o600),700:new K("service-1-700",L().o700),800:new K("service-1-800",L().o800),900:new K("service-1-900",L().o900)},oe={100:new K("service-2-100",L().p100),200:new K("service-2-200",L().p200),300:new K("service-2-300",L().p300),400:new K("service-2-400",L().p400),500:new K("service-2-500",L().p500),600:new K("service-2-600",L().p600),700:new K("service-2-700",L().p700),800:new K("service-2-800",L().p800),900:new K("service-2-900",L().p900)},ie={"surface-light":Z.theme("surface-light"),"surface-tint":Q[100].theme("surface-tint"),"surface-room":Z.theme("surface-room"),"surface-neutral":Q[400].theme("surface-neutral"),"surface-disabled":Q[100].theme("surface-disabled"),"surface-hover":Q[200].theme("surface-hover"),"surface-selected":Q[450].theme("surface-selected"),"surface-dark":Q[800].theme("surface-dark"),"surface-featured":oe[700].theme("surface-featured"),"surface-featured-hover":oe[800].theme("surface-featured-hover"),"surface-overlay":Q[800].theme("surface-overlay"),"surface-transparent":"transparent","surface-sidebar":Q[400].theme("surface-sidebar")},se={"stroke-extra-light":Q[250].theme("stroke-extra-light"),"stroke-light":Q[500].theme("stroke-light"),"stroke-medium":Q[600].theme("stroke-medium"),"stroke-dark":Q[700].theme("stroke-dark"),"stroke-extra-dark":Q[800].theme("stroke-extra-dark"),"stroke-extra-light-highlight":J[200].theme("stroke-extra-light-highlight"),"stroke-highlight":J[500].theme("stroke-highlight"),"stroke-extra-light-error":ne[200].theme("stroke-extra-light-error"),"stroke-error":ne[500].theme("stroke-error")},ae={"font-white":Z.theme("font-white"),"font-disabled":Q[500].theme("font-disabled"),"font-annotation":Q[600].theme("font-annotation"),"font-hint":Q[700].theme("font-hint"),"font-secondary-info":Q[700].theme("font-secondary-info"),"font-default":Q[800].theme("font-default"),"font-titles-labels":Q[900].theme("font-titles-labels"),"font-info":J[600].theme("font-info"),"font-danger":ne[600].theme("font-danger"),"font-pure-black":Q[800].theme("font-pure-black"),"font-pure-white":Z.theme("font-pure-white")},ce={"status-background-info":J[200].theme("status-background-info"),"status-background-success":ee[200].theme("status-background-success"),"status-background-danger":ne[200].theme("status-background-danger"),"status-background-warning":re[200].theme("status-background-warning"),"status-background-warning-2":re[100].theme("status-background-warning-2"),"status-background-service-1":te[200].theme("status-background-service-1"),"status-background-service-2":oe[200].theme("status-background-service-2")},le={"status-font-on-info":J[600].theme("status-font-on-info"),"status-font-on-success":ee[800].theme("status-font-on-success"),"status-font-on-warning":re[800].theme("status-font-on-warning"),"status-font-on-warning-2":Q[800].theme("status-font-on-warning-2"),"status-font-on-danger":ne[800].theme("status-font-on-danger"),"status-font-on-service-1":te[800].theme("status-font-on-service-1"),"status-font-on-service-2":oe[600].theme("status-font-on-service-2")},de={"badge-background-level-0":Q[400].theme("badge-background-level-0"),"badge-background-level-1":Q[600].theme("badge-background-level-1"),"badge-background-level-2":J[500].theme("badge-background-level-2"),"badge-background-level-3":te[500].theme("badge-background-level-3"),"badge-background-level-4":ne[500].theme("badge-background-level-4")},ue={"shadow-elevation-border":se["stroke-extra-light"].theme("shadow-elevation-border"),"shadow-elevation-1":new K("shadow-elevation-1",W("neutral",800,.1)[1]),"shadow-elevation-2x":new K("shadow-elevation-2x",W("neutral",800,.08)[1]),"shadow-elevation-2y":new K("shadow-elevation-2y",W("neutral",800,.12)[1]),"shadow-highlight":J[200].theme("shadow-highlight"),"shadow-danger":ne[100].theme("shadow-danger")},xe=e=>"string"==typeof e&&e in ie,fe=e=>"string"==typeof e&&e in se,me=e=>"string"==typeof e&&e in ae,be=e=>"string"==typeof e&&e in ce,he=e=>"string"==typeof e&&e in le,pe={surface:ie,status:ce,statusColor:le,badge:de,text:ae,stroke:se,shadow:ue};var ge=S(212),ve=S.n(ge),je=S(851);const we=e=>(0,je.memoize)((r=>{if("number"==typeof r)return`${r}px`;if("string"!=typeof r)return;const n=/^(neg-|-)?x(\d+)$/.exec(r);if(n){const[,e,r]=n;return(e?-1:1)*parseInt(r,10)/16+"rem"}return e&&e(r)||r})),_e=we((e=>"none"===e?"0px":"default"===e?_e("x1"):void 0)),ke=we((e=>"none"===e?"0px":"full"===e?"9999px":void 0)),ye={neutral:"n",blue:"b",green:"g",yellow:"y",red:"r",orange:"o",purple:"p"},Se=/^(neutral|blue|green|yellow|red|orange|purple)-(\d+)(-(\d+))?$/,Ne=(0,je.memoize)((e=>{const r=`stroke-${e}`;return fe(r)?se[r].toString():Be(e)})),Ce=(0,je.memoize)((e=>{const r=`surface-${e}`;return xe(e)?ie[e].toString():xe(r)?ie[r].toString():be(e)?ce[e].toString():he(e)?le[e].toString():(e=>"string"==typeof e&&e in de)(e)?de[e].toString():Be(e)})),Ie=(0,je.memoize)((e=>{const r=`font-${e}`;return me(r)?ae[r].toString():he(e)?le[e].toString():Be(e)})),Be=(0,je.memoize)((e=>{if("string"!=typeof e)return;if(Y)throw new Error(`The color token "${e}" is deprecated. Please use the new color tokens instead.`);if(xe(e))return ie[e].toString();if(be(e))return ce[e].toString();if(fe(e))return se[e].toString();if(me(e))return ae[e].toString();if("surface"===e||"surface-light"===e)return ie["surface-light"].toString();if("surface-tint"===e)return U(e,Q[100]);if("secondary-info"===e)return U(e,Q[700]);if("surface-neutral"===e)return U(e,Q[400]);const r=Se.exec(String(e));if("number"==typeof r?.length&&r?.length>=5){const[,e,n,,t]=r,o=parseInt(n,10),i=void 0!==t?parseInt(t,10)/100:void 0;q()((e=>"string"==typeof e&&e in ye)(e),"invalid color type"),q()((e=>"number"==typeof e&&e%100==0&&e/100>=1&&e/100<=9)(o),"invalid color grade"),q()((e=>void 0===e||"number"==typeof e&&e>=0&&e<=1)(i),"invalid color alpha");const[s,a]=W(e,o,i);return s?G(s,a):a}return e})),Re=we((e=>"none"===e?"0px":"full"===e?"100%":"sw"===e?"100vw":"sh"===e?"100vh":void 0)),$e=we((e=>{if("none"===e)return"0px"})),Ee=we((e=>{if("none"===e)return"0px"})),Me=we((e=>{if("none"===e)return"0px"})),Te=(0,je.memoize)((e=>{if((e=>"string"==typeof e&&e in ve().fontFamilies)(e))return((e,r)=>G(`--rcx-font-family-${e}`,r))(e,ve().fontFamilies[e].map((e=>e.includes(" ")?`'${e}'`:e)).join(", "))})),Pe=(0,je.memoize)((e=>{if(!(e=>"string"==typeof e&&e in ve().fontScales)(e))return;const{fontSize:r,fontWeight:n,lineHeight:t,letterSpacing:o}=ve().fontScales[e];return{fontSize:r/16+"rem",fontWeight:n,lineHeight:t/16+"rem",letterSpacing:o/16+"rem"}})),De={toCSSValue:e=>"string"==typeof e?e:void 0},ze={toCSSValue:e=>{if("number"==typeof e||"string"==typeof e)return String(e)}},Ve={toCSSValue:_e},Fe={toCSSValue:ke},Oe={toCSSValue:Ne},Le={toCSSValue:Re},Ae={toCSSValue:$e},qe={toCSSValue:Ee},He={toCSSValue:Me},We={toCSSValue:Te},Ge={toCSSValue:e=>Pe(e)?.fontSize||Re(e)},Ue={toCSSValue:e=>e?String(Pe(e)?.fontWeight||e):void 0},Ke={toCSSValue:e=>Pe(e)?.lineHeight||Re(e)},Ze={toCSSValue:e=>e?String(Pe(e)?.letterSpacing||e):void 0},Ye=e=>({aliasOf:e}),Xe={border:De,borderBlock:De,borderBlockStart:De,borderBlockEnd:De,borderInline:De,borderInlineStart:De,borderInlineEnd:De,borderWidth:Ve,borderBlockWidth:Ve,borderBlockStartWidth:Ve,borderBlockEndWidth:Ve,borderInlineWidth:Ve,borderInlineStartWidth:Ve,borderInlineEndWidth:Ve,borderStyle:De,borderBlockStyle:De,borderBlockStartStyle:De,borderBlockEndStyle:De,borderInlineStyle:De,borderInlineStartStyle:De,borderInlineEndStyle:De,borderColor:Oe,borderBlockColor:Oe,borderBlockStartColor:Oe,borderBlockEndColor:Oe,borderInlineColor:Oe,borderInlineStartColor:Oe,borderInlineEndColor:Oe,borderRadius:Fe,borderStartStartRadius:Fe,borderStartEndRadius:Fe,borderEndStartRadius:Fe,borderEndEndRadius:Fe,color:{toCSSValue:Ie},backgroundColor:{toCSSValue:Ce},bg:Ye("backgroundColor"),opacity:ze,alignItems:De,alignContent:De,justifyItems:De,justifyContent:De,flexWrap:De,flexDirection:De,flexGrow:ze,flexShrink:ze,flexBasis:De,justifySelf:De,alignSelf:De,order:ze,w:Ye("width"),width:Le,minWidth:Le,maxWidth:Le,h:Ye("height"),height:Le,minHeight:Le,maxHeight:Le,display:De,verticalAlign:De,overflow:De,overflowX:De,overflowY:De,position:De,zIndex:ze,inset:Ae,insetBlock:Ae,insetBlockStart:Ae,insetBlockEnd:Ae,insetInline:Ae,insetInlineStart:Ae,insetInlineEnd:Ae,m:Ye("margin"),margin:qe,mb:Ye("marginBlock"),marginBlock:qe,mbs:Ye("marginBlockStart"),marginBlockStart:qe,mbe:Ye("marginBlockEnd"),marginBlockEnd:qe,mi:Ye("marginInline"),marginInline:qe,mis:Ye("marginInlineStart"),marginInlineStart:qe,mie:Ye("marginInlineEnd"),marginInlineEnd:qe,p:Ye("padding"),padding:He,pb:Ye("paddingBlock"),paddingBlock:He,pbs:Ye("paddingBlockStart"),paddingBlockStart:He,pbe:Ye("paddingBlockEnd"),paddingBlockEnd:He,pi:Ye("paddingInline"),paddingInline:He,pis:Ye("paddingInlineStart"),paddingInlineStart:He,pie:Ye("paddingInlineEnd"),paddingInlineEnd:He,fontFamily:We,fontSize:Ge,fontStyle:De,fontWeight:Ue,letterSpacing:Ze,lineHeight:Ke,textAlign:De,textTransform:De,textDecorationLine:De,wordBreak:De,elevation:{toStyle:e=>"0"===e?M.css`
|
|
4
|
+
box-shadow: none;
|
|
5
|
+
`:"1"===e?M.css`
|
|
6
|
+
box-shadow: 0px 0px 12px 0px ${pe.shadow["shadow-elevation-1"]};
|
|
7
|
+
border: 1px solid ${pe.shadow["shadow-elevation-border"]};
|
|
8
|
+
`:"1nb"===e?M.css`
|
|
9
|
+
box-shadow: 0px 0px 12px 0px ${pe.shadow["shadow-elevation-1"]};
|
|
10
|
+
`:"2"===e?M.css`
|
|
11
|
+
box-shadow:
|
|
12
|
+
0px 0px 2px 0px ${pe.shadow["shadow-elevation-2x"]},
|
|
13
|
+
0px 0px 12px 0px ${pe.shadow["shadow-elevation-2y"]};
|
|
14
|
+
border: 1px solid ${pe.shadow["shadow-elevation-border"]};
|
|
15
|
+
`:"2nb"===e?M.css`
|
|
16
|
+
box-shadow:
|
|
17
|
+
0px 0px 2px 0px ${pe.shadow["shadow-elevation-2x"]},
|
|
18
|
+
0px 0px 12px 0px ${pe.shadow["shadow-elevation-2y"]};
|
|
19
|
+
`:void 0},invisible:{toStyle:e=>e?M.css`
|
|
20
|
+
visibility: hidden;
|
|
21
|
+
opacity: 0;
|
|
22
|
+
`:void 0},withTruncatedText:{toStyle:e=>e?M.css`
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
text-overflow: ellipsis;
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
`:void 0},size:{toStyle:e=>Re(e)?M.css`
|
|
27
|
+
width: ${Re(e)} !important;
|
|
28
|
+
height: ${Re(e)} !important;
|
|
29
|
+
`:void 0},minSize:{toStyle:e=>Re(e)?M.css`
|
|
30
|
+
min-width: ${Re(e)} !important;
|
|
31
|
+
min-height: ${Re(e)} !important;
|
|
32
|
+
`:void 0},maxSize:{toStyle:e=>Re(e)?M.css`
|
|
33
|
+
max-width: ${Re(e)} !important;
|
|
34
|
+
max-height: ${Re(e)} !important;
|
|
35
|
+
`:void 0},fontScale:{toStyle:e=>M.css`
|
|
36
|
+
font-size: ${Pe(e)?.fontSize} !important;
|
|
37
|
+
font-weight: ${Pe(e)?.fontWeight} !important;
|
|
38
|
+
letter-spacing: ${Pe(e)?.letterSpacing} !important;
|
|
39
|
+
line-height: ${Pe(e)?.lineHeight} !important;
|
|
40
|
+
`}},Qe=new Map(Object.entries(Xe).map((([e,r])=>{if("aliasOf"in r){const{aliasOf:n}=r;return[e,(e,r)=>{if(r.has(n))return;const t=Qe.get(n);t?.(e,r)}]}if("toCSSValue"in r){const n=e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase(),{toCSSValue:t}=r;return[e,(r,o)=>{const i=t(r);void 0!==i&&o.set(e,M.css`
|
|
41
|
+
${n}: ${i} !important;
|
|
42
|
+
`)}]}const{toStyle:n}=r;return[e,(r,t)=>{const o=n(r);void 0!==o&&t.set(e,o)}]}))),Je=e=>{const[r,n]=(e=>{const r=new Map,n={};for(const[t,o]of Object.entries(e)){const e=Qe.get(t);e?void 0!==o&&e(o,r):n[t]=o}return[n,r.size?M.css`
|
|
43
|
+
${Array.from(r.values())}
|
|
44
|
+
`:void 0]})(e),t=P(n,void 0);return t&&(r.className=r.className?T(r.className,t):t),r},er=(0,E.forwardRef)((function({is:e="div",children:r,...n},t){const o=n;t&&(o.ref=t);let i=D(o);const s=(0,E.useContext)(V);s&&(i=s(i));const a=(e=>(Object.entries(e).forEach((([r,n])=>{if("rcx-"===r.slice(0,4))try{if(!n)return;const t=!0===n?r:`${r}-${n}`;e.className=z(e.className,t)}finally{delete e[r]}})),e.animated&&(e.className=z(e.className,"rcx-box--animated"),delete e.animated),e.withRichContent&&("inlineWithoutBreaks"===e.withRichContent?e.className=z(e.className,"rcx-box--with-inline-elements"):(e.className=z(e.className,"rcx-box--with-inline-elements"),e.className=z(e.className,"rcx-box--with-block-elements"))),e.htmlSize&&(e.size=e.htmlSize,delete e.htmlSize),e.focusable&&(e.className=z(e.className,"rcx-box--focusable"),delete e.focusable),delete e.withRichContent,e.className=z(e.className,"rcx-box rcx-box--full"),e))(Je(i)),c=(0,E.createElement)(e,a,r);return s?(0,C.jsx)(V.Provider,{children:c,value:null}):c}));var rr=(0,E.memo)(er),nr=({children:e,...r})=>{const n=D(r);n.className=[e.props.className,n.className].filter(Boolean).join(" ");const t=Je(n);return(0,E.cloneElement)(e,t)},tr=({children:e,...r})=>(0,C.jsx)(nr,{...r,children:(0,C.jsx)("div",{className:R($("rcx-box")("full","animated"),"rcx-accordion"),children:e})}),or=S(398),ir=S(61),sr=S.n(ir);const ar=(0,E.forwardRef)((function({name:e,size:r,...n},t){return(0,C.jsx)(rr,{is:"i","rcx-icon":!0,"rcx-icon--name":e,children:sr()[e],"aria-hidden":"true",fontSize:r,ref:t,...n})}));function cr({up:e,right:r,down:n,left:t,size:o,...i}){const s=(0,E.useMemo)((()=>(0,C.jsx)(ar,{name:"chevron-down",size:o})),[o]);return(0,C.jsx)(rr,{is:"span",children:s,"rcx-chevron":!0,"rcx-chevron--up":e,"rcx-chevron--right":r,"rcx-chevron--down":n,"rcx-chevron--left":t,...i})}var lr=({children:e,defaultExpanded:r,disabled:n=!1,expanded:t,tabIndex:o=0,title:i,noncollapsible:s=!i,...a})=>{const[c,l]=(0,or.useToggle)(r),d=t||c,u=s||d,x=(0,E.useId)(),f=(0,E.useId)(),m=s?{"aria-disabled":"true","aria-expanded":"true","aria-labelledby":x}:{"aria-controls":f,"aria-expanded":d?"true":"false",tabIndex:n?void 0:o,onClick:e=>{n||(e.currentTarget?.blur(),l())},onKeyDown:e=>{n||e.currentTarget!==e.target||[" ","Enter"].includes(e.key)&&(e.preventDefault(),e.repeat||l())}};return(0,C.jsx)(nr,{...a,children:(0,C.jsxs)("section",{className:R($("rcx-box")("full"),"rcx-accordion-item"),children:[i&&(0,C.jsxs)("div",{role:"button",className:R($("rcx-box")("full","animated"),$("rcx-accordion-item__bar")({disabled:n})),...m,children:[(0,C.jsx)("h2",{className:R($("rcx-box")("full"),"rcx-accordion-item__title"),id:x,children:i}),!s&&(0,C.jsx)(cr,{size:"x24",up:d})]}),(0,C.jsx)("div",{className:R($("rcx-box")("full","animated"),$("rcx-accordion-item__panel")({expanded:u})),id:f,children:e})]})})};const dr="hidden",ur="visible",xr="hiding",fr="unhiding";var mr=Object.assign((e=>{const r=e.visibility||dr,[n,t]=(0,E.useState)(r);(0,E.useEffect)((()=>{t((e=>r===ur&&e!==r?fr:r===dr&&e!==r?xr:e))}),[r]);const o=P(M.css`
|
|
45
|
+
animation-duration: 230ms;
|
|
46
|
+
|
|
47
|
+
${n===xr&&M.css`
|
|
48
|
+
animation-name: ${M.keyframes`
|
|
49
|
+
from {
|
|
50
|
+
transform: translate3d(0, 0, 0);
|
|
51
|
+
opacity: 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
to {
|
|
55
|
+
transform: translate3d(0, 1rem, 0);
|
|
56
|
+
opacity: 0;
|
|
57
|
+
}
|
|
58
|
+
`};
|
|
59
|
+
`}
|
|
60
|
+
|
|
61
|
+
${n===fr&&M.css`
|
|
62
|
+
animation-name: ${M.keyframes`
|
|
63
|
+
from {
|
|
64
|
+
transform: translate3d(0, 1rem, 0);
|
|
65
|
+
opacity: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
to {
|
|
69
|
+
transform: translate3d(0, 0, 0);
|
|
70
|
+
opacity: 1;
|
|
71
|
+
}
|
|
72
|
+
`};
|
|
73
|
+
`}
|
|
74
|
+
`,null),i=(0,E.useCallback)((()=>t((e=>e===xr?dr:e===fr?ur:e))),[]),s=(0,E.useCallback)((e=>(void 0===e.onAnimationEnd&&(e.onAnimationEnd=i),e.className=o&&T(e.className,o),e)),[o,i]),a=F(s);return n===dr?null:(0,C.jsx)(V.Provider,{children:e.children,value:a})}),{HIDDEN:"hidden",VISIBLE:"visible",HIDING:"hiding",UNHIDING:"unhiding"}),br=S(307),hr=S(768);const pr=(0,E.createContext)(!1),gr=(0,E.forwardRef)((function({disabled:e,is:r,required:n,children:t,...o},i){const s=(0,E.useContext)(pr),a=r||s&&"span"||"label";return(0,C.jsx)(pr.Provider,{value:!0,children:(0,C.jsxs)(rr,{is:a,"rcx-label":!0,"rcx-label--disabled":e,...o,ref:i,children:[t,n&&(0,C.jsx)(rr,{is:"span","rcx-label__required":!0,mis:"x4","aria-hidden":"true",children:"*"})]})})})),vr=({state:e,labelProps:r,outputProps:n,label:t,showOutput:o=!0,multiThumb:i})=>{const s=P(M.css`
|
|
75
|
+
display: flex;
|
|
76
|
+
justify-content: space-between;
|
|
77
|
+
${"vertical"===e.orientation&&M.css`
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
`}
|
|
80
|
+
`,null),a=(0,C.jsx)(gr,{...n,children:i?(0,C.jsx)(gr,{...n,"data-testid":"slider-output",children:`${e.getThumbValueLabel(0)} - ${e.getThumbValueLabel(1)}`}):(0,C.jsx)(gr,{...n,"data-testid":"slider-output",children:e.getThumbValueLabel(0)})});return(0,C.jsx)(C.Fragment,{children:t?(0,C.jsxs)("div",{className:s,children:[(0,C.jsx)(gr,{...r,children:t}),o&&a]}):o&&a})},jr=e=>{const{state:r,trackRef:n,index:t}=e,o=(0,E.useRef)(null),{thumbProps:i,inputProps:s,isDragging:a}=(0,br.useSliderThumb)({index:t,trackRef:n,inputRef:o},r),{focusProps:c,isFocusVisible:l}=(0,br.useFocusRing)(),d=P(M.css`
|
|
81
|
+
width: 12px;
|
|
82
|
+
height: 12px;
|
|
83
|
+
|
|
84
|
+
cursor: ${r.isDisabled?"not-allowed":"pointer"};
|
|
85
|
+
border-radius: 50%;
|
|
86
|
+
background: ${l||a?pe.text["font-info"]:pe.stroke["stroke-highlight"]};
|
|
87
|
+
${"horizontal"===r.orientation?M.css`
|
|
88
|
+
top: 50%;
|
|
89
|
+
`:M.css`
|
|
90
|
+
left: 50%;
|
|
91
|
+
`}
|
|
92
|
+
`,{isFocusVisible:l,isDragging:a});return(0,C.jsx)("div",{...i,className:d,children:(0,C.jsx)(br.VisuallyHidden,{children:(0,C.jsx)("input",{ref:o,...(0,br.mergeProps)(s,c)})})})},wr=pe.stroke["stroke-highlight"],_r=pe.stroke["stroke-light"],kr=({trackProps:e,trackRef:r,state:n,multiThumb:t,children:o})=>{const i=(0,E.useMemo)((()=>"horizontal"===n.orientation),[n.orientation]),s=(0,E.useMemo)((()=>"vertical"===n.orientation),[n.orientation]),a=(0,E.useMemo)((()=>e=>e/((n.getThumbMaxValue(1)||n.getThumbMaxValue(0))-n.getThumbMinValue(0))*100),[n]),c=P(M.css`
|
|
93
|
+
&::before {
|
|
94
|
+
position: absolute;
|
|
95
|
+
display: block;
|
|
96
|
+
content: '';
|
|
97
|
+
|
|
98
|
+
background: linear-gradient(${i?t?`to right, ${_r} ${a(n.values[0])}%, ${wr} 0, ${wr} ${a(n.values[1])}%, ${_r} 0`:`to right, ${wr} ${a(n.values[0])}%, ${_r} 0%`:s?t?`to top, ${_r} ${a(n.values[0])}%, ${wr} 0, ${wr} ${a(n.values[1])}%, ${_r} 0`:`to top, ${wr} ${a(n.values[0])}%, ${_r} 0%`:void 0});
|
|
99
|
+
transform: translateX(-50%);
|
|
100
|
+
border-radius: 1rem;
|
|
101
|
+
}
|
|
102
|
+
${i&&M.css`
|
|
103
|
+
width: 100%;
|
|
104
|
+
height: 30px;
|
|
105
|
+
&::before {
|
|
106
|
+
top: 50%;
|
|
107
|
+
width: 100%;
|
|
108
|
+
height: 4px;
|
|
109
|
+
transform: translateY(-50%);
|
|
110
|
+
}
|
|
111
|
+
`};
|
|
112
|
+
${s&&M.css`
|
|
113
|
+
width: 30px;
|
|
114
|
+
height: 100%;
|
|
115
|
+
&::before {
|
|
116
|
+
left: 50%;
|
|
117
|
+
width: 4px;
|
|
118
|
+
height: 100%;
|
|
119
|
+
}
|
|
120
|
+
`};
|
|
121
|
+
${n.isDisabled&&M.css`
|
|
122
|
+
cursor: not-allowed;
|
|
123
|
+
opacity: 0.4;
|
|
124
|
+
`};
|
|
125
|
+
`,n);return(0,C.jsx)("div",{...e,ref:r,className:c,children:o})};function yr(e){const{label:r,formatOptions:n,showOutput:t=!0,multiThumb:o,maxValue:i,minValue:s}=e,a=()=>{if(o&&!e.defaultValue)return s&&i?[s,i]:s?[s,100]:i?[0,i]:[0,100]},{defaultValue:c=a()}=e,l={...e,isDisabled:e.disabled},d=(0,E.useRef)(null),u=(0,br.useNumberFormatter)(n),x=(0,hr.useSliderState)({defaultValue:c,...l,numberFormatter:u}),{groupProps:f,trackProps:m,labelProps:b,outputProps:h}=(0,br.useSlider)(l,x,d),p=(0,E.useMemo)((()=>"horizontal"===x.orientation),[x.orientation]),g=(0,E.useMemo)((()=>"vertical"===x.orientation),[x.orientation]),v=P(M.css`
|
|
126
|
+
display: flex;
|
|
127
|
+
${p&&M.css`
|
|
128
|
+
flex-direction: column;
|
|
129
|
+
width: 100%;
|
|
130
|
+
`};
|
|
131
|
+
${g&&M.css`
|
|
132
|
+
flex-direction: row-reverse;
|
|
133
|
+
height: 100%;
|
|
134
|
+
`}
|
|
135
|
+
`,x);return(0,C.jsxs)("div",{...f,className:v,children:[(0,C.jsx)(vr,{labelProps:b,outputProps:h,state:x,showOutput:t,label:r,multiThumb:o}),(0,C.jsxs)(kr,{state:x,trackProps:m,trackRef:d,multiThumb:o,children:[(0,C.jsx)(jr,{index:0,state:x,trackRef:d}),o&&(0,C.jsx)(jr,{index:1,state:x,trackRef:d})]})]})}const Sr=e=>new Date(1e3*e).toISOString().slice(e>3600?11:14,19),Nr=(0,E.forwardRef)((({src:e,type:r="audio/mpeg",maxPlaybackSpeed:n=2,minPlaybackSpeed:t=.5,playbackSpeedStep:o=.25,download:i=!1,playLabel:s="Play",pauseLabel:a="Pause",audioPlaybackRangeLabel:c="Audio Playback Range",changePlaybackSpeedLabel:l="Change Playback Speed",downloadAudioFileLabel:d="Download Audio File",trackProps:u},x)=>{const f=(0,E.useRef)(null),m=(0,or.useMergedRefs)(x,f),[b,h]=(0,E.useState)(!1),[p,g]=(0,E.useState)(0),[v,j]=(0,E.useState)(0),[w,_]=(0,E.useState)(1),{ref:k}=(0,or.useResizeObserver)();return(0,C.jsxs)(rr,{borderWidth:"default",bg:"tint",borderColor:"extra-light",pb:12,pie:8,pis:16,borderRadius:"x4",w:"100%",maxWidth:"x300",ref:k,display:"flex",alignItems:"center",children:[(0,C.jsx)($n,{primary:!0,medium:!0,onClick:()=>{const e=f.current?.paused;e?f.current?.play():f.current?.pause()},"aria-label":b?a:s,icon:b?"pause-shape-filled":"play-shape-filled"}),(0,C.jsxs)($r,{inline:8,children:[(0,C.jsx)(rr,{fontScale:"p2",color:"secondary-info",children:Sr(b||p>0?p:v)}),(0,C.jsx)(rr,{mi:16,w:"full",children:(0,C.jsx)(yr,{"aria-label":c,showOutput:!1,value:p,maxValue:v,onChange:e=>{f.current&&(f.current.currentTime=e)}})}),(0,C.jsxs)(In,{secondary:!0,small:!0,onClick:()=>{n===f?.current?.playbackRate?f.current.playbackRate=t:f.current&&(f.current.playbackRate+=1*o)},"aria-label":l,children:[w,"x"]})]}),i&&(0,C.jsx)($n,{primary:!0,"aria-label":d,is:"a",href:e,download:!0,icon:"download",medium:!0,onClick:r=>{const{host:n}=new URL(e);n!==window.location.host&&(r.preventDefault(),function(e){const r=new XMLHttpRequest;r.open("GET",e,!0),r.responseType="blob",r.onload=function(){const e=(window.URL||window.webkitURL).createObjectURL(this.response),r=document.createElement("a");r.href=e,document.body.appendChild(r),r.click(),document.body.removeChild(r)},r.send()}(e))}}),(0,C.jsxs)("audio",{style:{display:"none"},onTimeUpdate:e=>{g(e.target.currentTime)},onLoadedMetadata:r=>{const{duration:n}=r.target;if(n!==1/0)return j(n);((e,r)=>{const n=new Audio;n.src=e,n.addEventListener("loadedmetadata",(()=>{const{duration:e}=n;if(e!==1/0)return r(e);n.currentTime=1e101})),n.addEventListener("durationchange",(()=>{n.duration!==1/0&&(r(n.duration),n.remove())}))})(e,j)},onEnded:()=>h(!1),ref:m,preload:"metadata",onRateChange:e=>{_(e.target.playbackRate)},onPlay:()=>{h(!0)},onPause:()=>{h(!1)},controls:!0,children:[(0,C.jsx)("source",{src:e,type:r}),(0,C.jsx)("track",{kind:"captions",...u})]})]})}));var Cr=S(633),Ir=S.n(Cr);const Br=e=>"object"==typeof e&&null!==e,Rr=(e,r)=>{let n=!1;const t=Ir()(e).map((e=>{if(!(0,E.isValidElement)(e))return e;const t=r(e.props);return(o=e.props)===(i=t)||Number.isNaN(o)&&Number.isNaN(i)||Br(o)&&Br(i)&&((e,r)=>{const n=Object.keys(e),t=Object.keys(r);return n.length===t.length&&!n.some((n=>!r.hasOwnProperty(n)||e[n]!==r[n]))})(o,i)?e:(n=!0,(0,E.cloneElement)(e,t));var o,i}));return n?t:e};var $r=e=>{const{children:r,className:n,all:t,block:o,blockStart:i,blockEnd:s,inline:a,inlineStart:c,inlineEnd:l}=e,d=(0,E.useCallback)((e=>(void 0!==t&&void 0===e.margin&&(e.margin=t),void 0!==o&&void 0===e.marginBlock&&(e.marginBlock=o),void 0!==i&&void 0===e.marginBlockStart&&(e.marginBlockStart=i),void 0!==s&&void 0===e.marginBlockEnd&&(e.marginBlockEnd=s),void 0!==a&&void 0===e.marginInline&&(e.marginInline=a),void 0!==c&&void 0===e.marginInlineStart&&(e.marginInlineStart=c),void 0!==l&&void 0===e.marginInlineEnd&&(e.marginInlineEnd=l),e)),[t,o,s,i,a,l,c]),u=P(M.css`
|
|
136
|
+
&:not(.rcx-box--full) {
|
|
137
|
+
${e.all&&M.css`
|
|
138
|
+
margin: ${Ee(e.all)};
|
|
139
|
+
`}
|
|
140
|
+
${e.inline&&M.css`
|
|
141
|
+
margin-inline: ${Ee(e.inline)};
|
|
142
|
+
`}
|
|
143
|
+
${e.inlineStart&&M.css`
|
|
144
|
+
margin-inline-start: ${Ee(e.inlineStart)};
|
|
145
|
+
`}
|
|
146
|
+
${e.inlineEnd&&M.css`
|
|
147
|
+
margin-inline-end: ${Ee(e.inlineEnd)};
|
|
148
|
+
`}
|
|
149
|
+
${e.block&&M.css`
|
|
150
|
+
margin-block: ${Ee(e.block)};
|
|
151
|
+
`}
|
|
152
|
+
${e.blockStart&&M.css`
|
|
153
|
+
margin-block-start: ${Ee(e.blockStart)};
|
|
154
|
+
`}
|
|
155
|
+
${e.blockEnd&&M.css`
|
|
156
|
+
margin-block-end: ${Ee(e.blockEnd)};
|
|
157
|
+
`}
|
|
158
|
+
}
|
|
159
|
+
`,e),x=Rr(r,(e=>({className:T(e.className,T(n,u))})));return(0,C.jsx)(V.Provider,{children:x,value:F(d)})};const Er=({url:e})=>(0,C.jsx)(rr,{"rcx-avatar":!0,children:(0,C.jsx)(yn,{size:"x20",url:e})}),Mr=()=>(0,C.jsx)(ar,{name:"cross",size:"x16"}),Tr=({children:e,className:r,thumbUrl:n,onClick:t,onMouseDown:o,renderThumb:i=Er,renderDismissSymbol:s=Mr,...a})=>{const c=t||o;return(0,C.jsx)("button",{type:"button",className:z(r,"rcx-box rcx-chip"),disabled:!c,onClick:c,...a,children:(0,C.jsxs)($r,{all:"x4",children:[n&&i&&i({url:n}),e&&(0,C.jsx)("span",{className:"rcx-box rcx-chip__text",children:e}),c&&s&&s()]})})};Tr.displayName="Chip";var Pr=(e=>{const r=r=>{const n=Je(r);return(0,C.jsx)(e,{...n})};return r.displayName=`WithBoxStyling(${e.displayName||e.name||"Component"})`,r})(Tr),Dr=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"input",animated:!0,"rcx-input-box":!0,ref:r,...e})})),zr=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"span","rcx-input-box__addon":!0,ref:r,...e})})),Vr=e=>(0,C.jsx)(rr,{animated:!0,is:gr,"rcx-input-box__wrapper":!0,...e});var Fr=(0,E.forwardRef)((function({className:e,addon:r,error:n,hidden:t,invisible:o,multiple:i,placeholderVisible:s,type:a="text",small:c,onChange:l,...d},u){const x=(0,E.useRef)(null),f=(0,or.useMergedRefs)(u,x);(0,E.useLayoutEffect)((()=>{x.current&&x.current.setCustomValidity&&x.current.setCustomValidity(n||"")}),[n]),(0,E.useLayoutEffect)((()=>{r&&x.current&&x.current.parentElement&&x.current.parentElement.classList.toggle("invalid",!x.current.checkValidity())}),[]);const m=(0,E.useCallback)((e=>{r&&x.current&&x.current.parentElement&&x.current.parentElement.classList.toggle("invalid",!x.current.checkValidity()),l?.call(e.currentTarget,e)}),[r,l]),b=()=>x.current.showPicker();return"date"===a&&(r=(0,C.jsx)(ar,{name:"calendar",size:"x20",onClick:b})),"time"===a&&(r=(0,C.jsx)(ar,{name:"clock",size:"x20",onClick:b})),r?(0,C.jsxs)(Vr,{className:[d.disabled&&"disabled",...Array.isArray(e)?e:[e]],hidden:t,invisible:o,children:[(0,C.jsx)(Dr,{is:("textarea"===a?"textarea":"select"===a&&"select")||"input",className:e,cols:("textarea"===a?1:"select"===a&&0)||0,multiple:i,ref:f,htmlSize:1,type:"textarea"===a||"select"===a?void 0:a,onChange:m,"rcx-input-box--multiple":i,"rcx-input-box--placeholder-visible":s,"rcx-input-box--type":a,"rcx-input-box--undecorated":!0,"rcx-input-box--small":c,...d}),(0,C.jsx)(zr,{children:r})]}):(0,C.jsx)(Dr,{is:("textarea"===a?"textarea":"select"===a&&"select")||"input",className:e,cols:("textarea"===a?1:"select"===a&&0)||0,hidden:t,invisible:o,multiple:i,ref:f,htmlSize:1,type:"textarea"===a||"select"===a?void 0:a,onChange:m,"rcx-input-box--multiple":i,"rcx-input-box--placeholder-visible":s,"rcx-input-box--type":a,"rcx-input-box--small":c,...d})}));const Or=({variant:e="text",...r})=>(0,C.jsx)(nr,{...r,children:(0,C.jsx)("span",{className:R($("rcx-skeleton")({text:"text"===e,rect:"rect"===e,circle:"circle"===e}))})});var Lr=e=>(0,C.jsx)(rr,{"rcx-skeleton__input":!0,...e,children:(0,C.jsx)(Or,{width:"100%"})});const Ar=e=>{e.preventDefault(),e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()},qr=(0,E.forwardRef)((function({indeterminate:e,onChange:r,className:n,labelChildren:t,...o},i){const s=(0,E.useRef)(null),a=(0,or.useMergedRefs)(i,s);(0,E.useLayoutEffect)((()=>{s&&s.current&&void 0!==e&&(s.current.indeterminate=e)}),[s,e]);const c=(0,E.useCallback)((n=>{s&&s.current&&void 0!==e&&(s.current.indeterminate=e),r?.call(s.current,n)}),[s,e,r]);return(0,C.jsxs)(rr,{is:"label",className:n,"rcx-check-box":!0,children:[t,(0,C.jsx)(rr,{is:"input",type:"checkbox","rcx-check-box__input":!0,ref:a,onChange:c,...o}),(0,C.jsx)(rr,{is:"i","rcx-check-box__fake":!0,"aria-hidden":"true"})]})}));var Hr=e=>(0,C.jsx)("div",{className:"rcx-option__avatar",...e}),Wr=e=>(0,C.jsx)("div",{className:"rcx-option__column",...e}),Gr=e=>(0,C.jsx)("div",{className:"rcx-option__content",...e}),Ur=e=>(0,C.jsx)(Wr,{children:(0,C.jsx)(ar,{size:"x20","rcx-option__icon":!0,...e})});const Kr=(0,E.forwardRef)((function({is:e="li",id:r,children:n,label:t,focus:o,selected:i,className:s,icon:a,gap:c,avatar:l,title:d,disabled:u,variant:x,onClick:f,description:m,...b},h){return(0,E.createElement)(e,{...b,key:r,id:r,ref:h,"aria-selected":!!i,"aria-disabled":!!u,title:d,onClick:e=>{u?Ar(e):f?.(e)},className:["rcx-option",s,o&&"rcx-option--focus",i&&"rcx-option--selected",u&&"rcx-option--disabled",x&&`rcx-option--${x}`].filter(Boolean).join(" ")},(0,C.jsxs)("div",{className:["rcx-option__wrapper",!!m&&"rcx-option__wrapper--align-top"].filter(Boolean).join(" "),children:[l&&(0,C.jsx)(Hr,{children:l}),a&&(0,C.jsx)(Ur,{name:a}),c&&(0,C.jsx)(Wr,{}),t&&(0,C.jsx)(Gr,{children:t}),t!==n&&n]}))}));var Zr=(0,E.memo)(Kr),Yr=(0,E.memo)((({selected:e,children:r,...n})=>(0,C.jsx)(Zr,{label:r,selected:e,...n,children:(0,C.jsx)(qr,{checked:e})}))),Xr=e=>(0,C.jsx)("div",{className:"rcx-option__description",...e}),Qr=e=>(0,C.jsx)("div",{className:"rcx-option__description-block",...e});const Jr=({variation:e,children:r,vertical:n,...t})=>r?(0,C.jsxs)(rr,{"rcx-message-divider":!0,role:"separator",...t,children:[(0,C.jsx)("div",{className:"rcx-divider__bar"}),(0,C.jsx)("div",{className:"rcx-divider__wrapper",children:r}),(0,C.jsx)("div",{className:"rcx-divider__bar"})]}):(0,C.jsx)(rr,{is:"hr","rcx-divider":!0,"rcx-divider--vertical":n,"rcx-divider--danger":"danger"===e,...t});var en=e=>(0,C.jsx)(Jr,{...e}),rn=e=>(0,C.jsx)("div",{className:"rcx-option__input",...e}),nn=e=>(0,C.jsx)("div",{className:"rcx-box--animated rcx-option__menu-wrapper",...e}),tn=()=>(0,C.jsx)(Zr,{children:(0,C.jsx)(Or,{width:"100%"})}),on=e=>(0,C.jsx)("div",{className:"rcx-option__title",...e}),sn=({children:e})=>(0,C.jsx)("div",{className:"rcx-option__header",children:e});const an=(e,r,n)=>{const t=r.current,o=(e=>({top:!e.scrollTop,bottom:!(e.scrollTop+e.clientHeight-e.scrollHeight),left:!e.scrollLeft,right:!(e.scrollLeft+e.clientWidth-e.scrollWidth)}))(e);t&&(t.top!==o.top||t.bottom!==o.bottom||t.left!==o.left||t.right!==o.right)&&(r.current=o,n?.(o))};var cn=({children:e,horizontal:r,vertical:n,smooth:t,onScrollContent:o})=>{const i=(0,E.useRef)(),s=(0,E.useRef)({}),a=(0,or.useEffectEvent)((e=>{const r=e.currentTarget;i.current||an(r,s,o),i.current&&clearTimeout(i.current),i.current=setTimeout((()=>{i.current=void 0,an(r,s,o)}),200)})),c=P(M.css`
|
|
160
|
+
position: relative;
|
|
161
|
+
|
|
162
|
+
&::-webkit-scrollbar {
|
|
163
|
+
width: ${.25}rem;
|
|
164
|
+
height: ${.25}rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&::-webkit-scrollbar-track {
|
|
168
|
+
background-color: transparent;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&::-webkit-scrollbar-thumb {
|
|
172
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
173
|
+
background-color: var(
|
|
174
|
+
--rcx-theme-scrollbar-thumb-color,
|
|
175
|
+
rgba(0, 0, 0, 0.05)
|
|
176
|
+
);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&:hover::-webkit-scrollbar-thumb {
|
|
180
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
181
|
+
background-color: var(
|
|
182
|
+
--rcx-theme-scrollbar-thumb-hover-color,
|
|
183
|
+
rgba(0, 0, 0, 0.15)
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
${r&&M.css`
|
|
188
|
+
overflow-x: auto !important;
|
|
189
|
+
`||n&&M.css`
|
|
190
|
+
overflow-y: auto !important;
|
|
191
|
+
`||M.css`
|
|
192
|
+
overflow: auto !important;
|
|
193
|
+
`}
|
|
194
|
+
${t&&M.css`
|
|
195
|
+
scroll-behavior: smooth !important;
|
|
196
|
+
`}
|
|
197
|
+
`,null),l=(0,E.useCallback)((e=>(e.className=c&&T(e.className,c),void 0!==o&&void 0===e.onScroll&&(e.onScroll=a),e)),[c,a,o]);return(0,C.jsx)(V.Provider,{children:e,value:F(l)})};const ln=(0,E.forwardRef)((function({elevation:e="1",padding:r=16,...n},t){return(0,C.jsx)(rr,{ref:t,"rcx-tile":!0,"rcx-tile--elevation":e,padding:r,...n})}));var dn=ln,un=(0,E.memo)((({customEmpty:e})=>(0,C.jsx)(Zr,{label:e||"Empty"})));var xn=(0,E.forwardRef)((function({maxHeight:e="x144",multiple:r,renderEmpty:n=un,options:t,cursor:o,renderItem:i=Zr,onSelect:s,customEmpty:a,...c},l){const d=(0,E.useRef)(null);(0,E.useLayoutEffect)((()=>{if(!d.current)return;const{current:e}=d,r=e?.querySelector(".rcx-option--focus");r&&(r.offsetTop+r.clientHeight>e.scrollTop+e.clientHeight||r.offsetTop-r.clientHeight<e.scrollTop)&&(e.scrollTop=r.offsetTop)}),[o]);const u=(0,E.useMemo)((()=>t?.map((([e,n,t,a,c,l],d)=>{switch(c){case"heading":return(0,C.jsx)(sn,{children:n},e);case"divider":return(0,C.jsx)(en,{},e);default:return(0,C.jsx)(i,{role:"option",label:n,onMouseDown:r=>{if(!a)return Ar(r),s([e,n,t,a,c,l]),!1},value:e,selected:t||!0!==r&&null,disabled:a,focus:o===d||null},e)}}))),[t,r,o,s,i]);return(0,C.jsx)(rr,{"rcx-options":!0,...c,ref:l,children:(0,C.jsx)(dn,{padding:0,paddingBlock:"x12",paddingInline:0,elevation:"2",children:(0,C.jsx)(cn,{vertical:!0,smooth:!0,children:(0,C.jsxs)(dn,{ref:d,elevation:"0",padding:"none",maxHeight:e,onMouseDown:Ar,onClick:Ar,is:"ol","aria-multiselectable":r||!0,role:"listbox","aria-activedescendant":t?.[o]?.[0]?String(t?.[o]?.[0]):void 0,children:[!t.length&&(0,C.jsx)(n,{customEmpty:a}),u]})})})})})),fn=(0,E.forwardRef)((function({children:e,...r},n){return(0,C.jsx)(rr,{"rcx-options":!0,children:(0,C.jsx)(dn,{padding:0,paddingBlock:"x12",paddingInline:0,children:(0,C.jsx)(cn,{vertical:!0,smooth:!0,children:(0,C.jsx)(dn,{ref:n,elevation:"0",padding:"none",maxHeight:"x240",...r,children:e})})})})}));const mn=(e=mr.HIDDEN)=>{const[r,n]=(0,or.useDebouncedState)(e,10);return[r,(0,or.useEffectEvent)((()=>n(mr.HIDDEN))),(0,or.useEffectEvent)((()=>n(mr.VISIBLE)))]},bn=(e,r,n)=>{const[t,o]=(0,E.useState)(e),i=mn(),[s,a,c]=i,l=(0,or.useEffectEvent)((()=>o(0))),d=(0,or.useEffectEvent)((e=>{const{keyCode:r}=e;if(mr.HIDDEN===s&&9===r)return c()})),u=(0,or.useEffectEvent)((e=>{const d=([,,,e])=>!e||"option"===e,u=()=>((e,r)=>{for(let n=e.length-1;n>=0;n--)if(r(e[n],n,e))return n;return-1})(r,d),{keyCode:x,key:f}=e;switch(mr.HIDDEN===s&&27!==x&&9!==x&&c(),x){case 36:return e.preventDefault(),l();case 35:return e.preventDefault(),o(u());case 38:return e.preventDefault(),o(t<1?u():e=>((e,r,n)=>{for(let t=n-1;t>=0;t--)if(r(e[t],t,e))return t;return-1})(r,d,e));case 40:return e.preventDefault(),t===u()?o(0):o((e=>((e,r,n)=>{for(let t=n+1;t<e.length;t++)if(r(e[t],t,e))return t;return-1})(r,d,e)));case 13:return e.preventDefault(),s===mr.VISIBLE&&(e.persist(),e.nativeEvent.stopImmediatePropagation(),e.stopPropagation()),a(),void n(r[t],i);case 27:if(e.preventDefault(),l(),a(),s===mr.VISIBLE)return e.persist(),e.nativeEvent.stopImmediatePropagation(),e.stopPropagation(),!1;break;default:if(f.match(/^[\d\w]$/i)){const e=r.findIndex((e=>{if(!d(e))return!1;const[,r]=e;return"string"==typeof r&&r[0].toLowerCase()===f}));~e&&o(e)}}}));return[t,u,d,l,i]};var hn=S(514),pn=({anchor:e,children:r,placement:n,margin:t,className:o,...i})=>{const s=(0,E.useRef)(null),{style:a,placement:c}=(0,or.usePosition)(e,s,(0,E.useMemo)((()=>({placement:n,margin:t})),[n,t]))||{},l=(0,E.useMemo)((()=>({position:"fixed",...a})),[a]),[d]=(0,E.useState)((()=>{const e=document.getElementById("position-container");if(e)return e;const r=document.createElement("div");return r.id="position-container",document.body.appendChild(r),r}));return(0,E.useEffect)((()=>()=>{0===d.childNodes.length&&document.body.removeChild(d)}),[d]),(0,hn.createPortal)((0,E.cloneElement)(r,{ref:s,style:l,...i,placement:c}),d)},gn=({width:e,visible:r,children:n,...t})=>(0,C.jsx)(mr,{visibility:r,children:(0,C.jsx)(pn,{...t,children:n})});const vn=e=>(0,C.jsx)(rr,{"rcx-autocomplete__addon":!0,...e}),jn=(e,r)=>e?"string"==typeof e?r.filter((r=>r.value===e)):r?.filter((r=>e.includes(r.value))):[],wn=e=>r=>!!e&&("string"==typeof e?r.value===e:e.includes(r.value));function _n({value:e,filter:r,setFilter:n,options:t=[],renderItem:o,renderSelected:i,onChange:s,renderEmpty:a,placeholder:c,error:l,disabled:d,multiple:u,onBlur:x=()=>{},...f}){const m=(0,E.useRef)(null),{ref:b,borderBoxSize:h}=(0,or.useResizeObserver)(),[p,g]=(0,E.useState)((()=>jn(e,t)||[]));(0,E.useEffect)((()=>{g((r=>r.every(wn(e))?r:r.filter(wn(e))))}),[e]);const v=(0,or.useEffectEvent)((([r])=>{p.some((e=>e.value===r))||(u?(g([...p,...jn(r,t)]),s([...e||[],r])):(g(jn(r,t)),s(r)),n?.("")),I()})),j=(0,or.useEffectEvent)((r=>{r.stopPropagation(),r.preventDefault();const n=p.filter((e=>e.value!==r.currentTarget.value)),t=u&&Array.isArray(e)?e?.filter((e=>e!==r.currentTarget.value))||[]:"";g(n),s(t),I()})),w=(0,E.useMemo)((()=>t.map((({value:e,label:r})=>[e,r]))),[t]),_=(0,E.useMemo)((()=>t.findIndex((e=>p[0]?.value===e.value))),[t,p]),[k,y,,S,[N,I,B]]=bn(_,w,v),R=(0,or.useEffectEvent)((e=>{I(),x(e)}));return(0,E.useEffect)(S,[r,S]),(0,C.jsxs)(rr,{"rcx-autocomplete":!0,ref:b,onClick:(0,or.useEffectEvent)((()=>m.current?.focus())),flexGrow:1,className:(0,E.useMemo)((()=>[l&&"invalid",d&&"disabled"]),[l,d]),children:[(0,C.jsx)(rr,{display:"flex",flexGrow:1,alignItems:"center",flexWrap:"wrap",margin:"neg-x4",role:"group",children:(0,C.jsxs)($r,{all:"x4",children:[(0,C.jsx)(Dr,{ref:m,onChange:(0,or.useEffectEvent)((e=>n?.(e.currentTarget.value))),onBlur:R,onFocus:B,onKeyDown:y,placeholder:N!==mr.HIDDEN&&e?void 0:c,order:1,"rcx-input-box--undecorated":!0,value:r,disabled:d,...f}),p.map((e=>i?(0,C.jsx)(i,{selected:e,onRemove:j},e.value):(0,C.jsx)(Pr,{value:e.value,children:e.label,onClick:j},e.value)))]})}),(0,C.jsx)(vn,{children:(0,C.jsx)(ar,{name:N===mr.VISIBLE?"cross":"magnifier",size:"x20",color:"default"})}),(0,C.jsx)(gn,{visible:N,anchor:b,children:(0,C.jsx)(xn,{width:h.inlineSize,onSelect:v,renderItem:o,renderEmpty:a,cursor:k,value:e,options:w})})]})}var kn=({size:e="x36",children:r,...n})=>(n.className=z(n.className,["rcx-box rcx-box--full rcx-avatar",e&&`rcx-avatar--${e}`].filter(Boolean).join(" ")),(0,C.jsx)("figure",{...n,children:r})),yn=({size:e="x36",rounded:r=!1,objectFit:n=!1,url:t,className:o,alt:i,...s})=>{const a=["rcx-avatar__element",n&&"rcx-avatar__element--object-fit",e&&`rcx-avatar__element--${e}`,r&&"rcx-avatar__element--rounded"].filter(Boolean).join(" ");return(0,C.jsx)(kn,{size:e,className:o,children:(0,C.jsx)("img",{src:t,className:a,alt:i||"",...s})})},Sn=({children:e,...r})=>(r.className=z(r.className,"rcx-avatar-stack"),(0,C.jsx)("div",{...r,children:Ir()(e).reverse()}));function Nn({is:e="span",variant:r="secondary",small:n,className:t,disabled:o,...i}){const s=[r,n&&"small",o&&"disabled"].filter(Boolean).map((e=>`rcx-badge--${e}`)).join(" ");return(0,C.jsx)(e,{className:z(t,`rcx-box rcx-box--full rcx-badge ${s}`),...i})}const Cn=(0,E.forwardRef)((function({primary:e,secondary:r,danger:n,warning:t,success:o,external:i,icon:s,is:a="button",rel:c,tiny:l,mini:d,small:u,medium:x,large:f,square:m,loading:b,disabled:h,children:p,...g},v){const j="a"===a&&{rel:i?"noopener noreferrer":void 0,target:i?"_blank":void 0}||"button"===a&&{type:"button"}||{},w=(0,E.useMemo)((()=>{const i=(e?"primary":r&&o&&"secondary-success")||r&&t&&"secondary-warning"||r&&n&&"secondary-danger"||o&&"success"||t&&"warning"||n&&"danger"||r&&"secondary";return i?{[`rcx-button--${[i].filter(Boolean).join("-")}`]:!0}:{}}),[e,r,n,t,o]);return(0,C.jsx)(rr,{is:a,type:"button","rcx-button":!0,...w,"rcx-button--small":u,"rcx-button--medium":x,"rcx-button--large":f,"rcx-button--square":m,"rcx-button--tiny-square":l&&m,"rcx-button--mini-square":d&&m,"rcx-button--small-square":u&&m,"rcx-button--medium-square":x&&m,"rcx-button--large-square":f&&m,"rcx-button--loading":b,disabled:h||b,ref:v,...j,...g,children:(0,C.jsxs)("span",{className:"rcx-button--content",children:[s&&!b&&(0,C.jsx)(ar,{size:"x16",name:s,mie:4}),b&&(0,C.jsx)(ar,{size:"x16",name:"loading",mie:4}),p]})})}));var In=Cn;const Bn=({tiny:e,mini:r,small:n})=>r?"x16":"x20",Rn=(0,E.forwardRef)((({icon:e,children:r,...n},t)=>(0,C.jsxs)(Cn,{ref:t,square:!0,flexShrink:0,...n,children:[r,(0,C.jsx)(ar,{name:e,size:Bn(n)})]}))),$n=(0,E.forwardRef)((({icon:e,primary:r,info:n,secondary:t,danger:o,warning:i,success:s,mini:a,large:c,tiny:l,small:d,medium:u,pressed:x,children:f,...m},b)=>{const h=(0,E.useMemo)((()=>(t&&o?"secondary-danger":t&&i&&"secondary-warning")||t&&s&&"secondary-success"||t&&n&&"secondary-info"||n&&"info"||s&&"success"||i&&"warning"||o&&"danger"||r&&"secondary-info"||t&&"secondary"||""),[o,n,r,t,s,i]),p=(0,E.useMemo)((()=>{const e={};return h&&(e[`${(e=>e?[`rcx-button--icon-${[e].filter(Boolean).join("-")}`]:[""])(h)}`]=!0),x&&(e[`${(e=>[`rcx-button--icon-${[e].filter(Boolean).join("-")}-pressed`])(h)}`]=!0),e}),[h,x]),g=(0,E.useMemo)((()=>(a?"mini":l&&"tiny")||d&&"small"||u&&"medium"||c&&"large"||"large"),[u,a,d,l,c]);return(0,C.jsxs)(rr,{is:"button",type:"button","rcx-button":!0,"rcx-button--icon":!0,"rcx-button--square":!0,...p,[`rcx-button--${g}-square`]:!0,"rcx-button--icon-pressed":x,ref:b,...m,children:[(0,E.isValidElement)(e)?e:(0,C.jsx)(ar,{name:e,size:(c?"x28":u&&"x24")||d&&"x20"||l&&"x16"||a&&"x12"||"x28"}),f]})})),En=["neutral","info","success","warning","danger"];var Mn=({actionable:e,children:r,className:n,closeable:t,icon:o,inline:i=!1,link:s,linkText:a="More info",linkTarget:c="_blank",onAction:l,onClose:d,title:u,variant:x="neutral",...f})=>{const m=(0,E.useRef)(null),{inlineSize:b}=(0,or.useBorderBoxSize)(m,{debounceDelay:70}),h=(0,E.useMemo)((()=>b>375),[b]);x=En.includes(x)?x:En[0];const p=(0,E.useCallback)((()=>{l&&l()}),[l]),g=(0,E.useCallback)((e=>{e.stopPropagation(),d&&d()}),[d]),v=(0,or.useButtonPattern)(p);return(0,C.jsxs)("div",{className:B("rcx-banner")({[x]:!0,inline:i,actionable:e},n),ref:m,...l?{...v}:{role:"banner",tabIndex:-1},...f,children:[o&&h&&(0,C.jsx)("div",{className:B(`rcx-banner__icon rcx-banner__icon--${x}`)({inline:i}),children:o}),(0,C.jsxs)("div",{className:B("rcx-banner__content")({inline:i}),children:[u&&(0,C.jsx)("h6",{className:B("rcx-banner__title")({inline:i}),children:u}),r,s&&(0,C.jsx)("a",{href:s,target:c,className:B("rcx-banner__link")({[x]:!0}),children:a})]}),t&&(0,C.jsx)("div",{className:B("rcx-banner__close-button")({inline:i}),children:(0,C.jsx)($n,{small:!0,onClick:g,icon:"cross"})})]})};const Tn=({secondary:e,label:r,onClick:n,icon:t,...o})=>(0,C.jsxs)("button",{className:"rcx-box rcx-box--full rcx-bubble__button "+(e?"rcx-bubble__button--secondary":"rcx-bubble__button--primary"),onClick:n,...o,children:[t&&(0,C.jsx)(ar,{name:t,size:"x16"}),r&&(0,C.jsx)("span",{children:r})]}),Pn=({secondary:e,label:r,icon:n,...t})=>(0,C.jsxs)("span",{className:"rcx-bubble__item "+(e?"rcx-bubble__item--secondary":"rcx-bubble__item--primary"),...t,children:[n&&(0,C.jsx)(ar,{name:n,size:"x16",mie:8}),r&&(0,C.jsx)("span",{children:r})]}),Dn=({secondary:e,children:r,onClick:n,icon:t,onDismiss:o,small:i,contentProps:s,dismissProps:a,...c})=>(0,C.jsxs)("div",{className:["rcx-bubble","rcx-box","rcx-box--full",o&&"rcx-bubble__group",i&&"rcx-bubble--small"].join(" "),...c,children:[n?(0,C.jsx)(Tn,{onClick:n,secondary:e,icon:t,label:r,...s}):(0,C.jsx)(Pn,{secondary:e,icon:t,label:r,...s}),o&&(0,C.jsx)(Tn,{onClick:o,secondary:e,icon:"cross-small","aria-label":`Dismiss ${r}`,...a})]}),zn=(0,E.forwardRef)((function({align:e="start",children:r,stretch:n,vertical:t,wrap:o,small:i,large:s,className:a,...c},l){return(0,C.jsx)("div",{ref:l,className:["rcx-button-group",n&&"rcx-button-group--stretch",t&&"rcx-button-group--vertical",e&&`rcx-button-group--align-${e}`,i&&"rcx-button-group--small",s&&"rcx-button-group--large",o&&"rcx-button-group--wrap",a].filter(Boolean).join(" "),role:"group",...c,children:Rr(r,(e=>({className:T(e.className,"rcx-button-group__item")})))})})),Vn=({type:e,title:r,children:n,icon:t,className:o,actions:i,...s})=>{const{ref:a,borderBoxSize:c}=(0,or.useResizeObserver)(),l=c.inlineSize&&c.inlineSize>=420,d=("info"===e?"info-circled":"success"===e&&"checkmark-circled")||"warning"===e&&"warning"||"danger"===e&&"ban"||"info-circled";return(0,C.jsxs)(rr,{ref:a,is:"section",className:["rcx-callout",e&&`rcx-callout--${e}`,o].filter(Boolean).join(" "),...s,children:[(0,C.jsx)(ar,{className:"rcx-callout__icon",name:t||d,size:"x20"}),(0,C.jsxs)(rr,{"rcx-callout__wrapper":!0,"rcx-callout__wrapper--large":l,children:[(0,C.jsxs)(rr,{"rcx-callout__wrapper-content":!0,children:[r&&(0,C.jsx)(rr,{"rcx-callout__title":!0,children:r}),n&&(0,C.jsx)(rr,{"rcx-callout__content":!0,children:n})]}),i&&(0,C.jsx)(rr,{"rcx-callout__actions":!0,children:i})]})]})};var Fn=({horizontal:e,hero:r,clickable:n,...t})=>{const o=!(0,or.useBreakpoints)().includes("sm");return(0,C.jsx)(rr,{"rcx-card":!0,"rcx-card__horizontal":e,"rcx-card__vertical":!e,"rcx-card__hero":r,"rcx-card__horizontal--wrap":e&&o,"rcx-card__clickable":n,...t})},On=({children:e,flexDirection:r="row",height:n,...t})=>(0,C.jsx)(rr,{fontScale:"p2m",display:"flex",flexDirection:r,flexGrow:1,height:n,"rcx-card__body":!0,...t,children:e}),Ln=({children:e,...r})=>(0,C.jsx)("div",{className:"rcx-card__col",...r,children:e}),An=({children:e,...r})=>(0,C.jsx)("div",{className:"rcx-card__row",...r,children:e});const qn=({title:e,id:r,...n})=>(0,C.jsxs)(rr,{is:"span",mi:2,"rcx-label__info":!0,children:[(0,C.jsx)("span",{hidden:!0,id:r,children:e}),(0,C.jsx)(ar,{...n,name:"info-circled",title:e})]});var Hn=({children:e,info:r,variant:n="h4",...t})=>(0,C.jsxs)(rr,{fontScale:n,is:n,"rcx-card__title":!0,...t,children:[e,r&&(0,C.jsx)(qn,{title:r})]}),Wn=({...e})=>(0,C.jsx)("div",{className:"rcx-card__controls",...e}),Gn=({children:e,...r})=>(0,C.jsx)("div",{className:"rcx-card__header",...r,children:e});const Un=({align:e="start",children:r,stretch:n,vertical:t,wrap:o,...i})=>(0,C.jsx)(rr,{"rcx-card-group":!0,"rcx-card-group--align":e,"rcx-card-group--stretch":n,"rcx-card-group--vertical":t,"rcx-card-group--wrap":o,role:"group",...i,children:Rr(r,(e=>({className:T(e.className,"rcx-card-group__item")})))}),Kn=({xs:e,sm:r,md:n,lg:t,xl:o,...i})=>(0,C.jsx)(rr,{"rcx-grid__item":!0,"rcx-grid__item--xs":e,"rcx-grid__item--sm":r,"rcx-grid__item--md":n,"rcx-grid__item--lg":t,"rcx-grid__item--xl":o,...i}),Zn=({xs:e,sm:r,md:n,lg:t,xl:o,...i})=>(0,C.jsx)(rr,{"rcx-grid__wrapper":!0,children:(0,C.jsx)(rr,{"rcx-grid":!0,"rcx-grid--xs":e,"rcx-grid--sm":r,"rcx-grid--md":n,"rcx-grid--lg":t,"rcx-grid--xl":o,...i})});Zn.Item=Kn;var Yn=Zn;const Xn=({children:e,breakpoints:r,...n})=>(0,C.jsx)(Yn,{"rcx-card-grid":!0,m:-8,...n,children:E.Children.map(e,(e=>(0,C.jsx)(Kn,{"rcx-card-grid__item":!0,p:8,...r,children:e})))});var Qn=({children:e,onClick:r,buttonText:n="Copy",buttonDisabled:t=!1,...o})=>e?(0,C.jsxs)(rr,{is:"pre","rcx-code-snippet":!0,...o,children:[(0,C.jsx)(rr,{role:"code","rcx-code-snippet__codebox":!0,children:e}),r&&e&&(0,C.jsx)(rr,{children:(0,C.jsx)(Cn,{small:!0,primary:!0,onClick:r,disabled:t,children:n})})]}):(0,C.jsx)(rr,{is:"pre","rcx-code-snippet":!0,...o,children:(0,C.jsx)(Or,{w:"100%","aria-hidden":!0,"aria-busy":!0})});const Jn=(0,E.forwardRef)((function({children:e,width:r,position:n,bg:t="room",...o},i){return(0,C.jsx)(rr,{ref:i,"rcx-vertical-bar":!0,bg:t,color:"default",display:"flex",flexDirection:"column",flexShrink:0,width:r,borderInlineStartWidth:"default",borderInlineStartColor:"extra-light",borderInlineStartStyle:"solid",height:"full",position:n,insetInlineEnd:"none",insetBlockStart:"none",zIndex:10,...o,children:e})}));var et=(0,E.memo)(Jn),rt=(0,E.memo)((({name:e,...r})=>(0,C.jsx)($n,{...r,small:!0,flexShrink:0,icon:e}))),nt=(0,E.memo)((e=>(0,C.jsx)(zn,{...e}))),tt=(0,E.memo)((e=>(0,C.jsx)(In,{...e})));const ot=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{ref:r,"rcx-vertical-bar__content":!0,paddingInline:24,display:"flex",flexDirection:"column",overflowY:"hidden",height:"full",...e})}));var it=(0,E.memo)(ot);const st=(0,E.forwardRef)((function({icon:e="magnifier",title:r="Nothing Found",subtitle:n,...t},o){return(0,C.jsx)(it,{justifyContent:"center",...t,ref:o,children:(0,C.jsxs)(Cc,{children:[(0,C.jsx)(Rc,{name:e}),(0,C.jsx)(zc,{children:r}),n&&(0,C.jsx)(Ec,{children:n})]})})}));var at=(0,E.memo)(st);const ct=(0,E.forwardRef)((function({children:e,...r},n){return(0,C.jsx)(rr,{ref:n,p:24,...r,children:e})}));var lt=(0,E.memo)(ct),dt=(0,E.memo)((({children:e,...r})=>(0,C.jsx)(rr,{display:"flex",alignItems:"center",height:"x56",pi:24,borderBlockEndWidth:"default",borderBlockColor:"extra-light",flexShrink:0,...r,children:(0,C.jsx)(rr,{marginInline:"neg-x4",display:"flex",alignItems:"center",justifyContent:"space-between",flexGrow:1,height:"100%",overflow:"hidden",children:(0,C.jsx)($r,{inline:"x4",children:e})})}))),ut=(0,E.memo)((e=>(0,C.jsx)(ar,{...e,pi:2,size:"x24"})));const xt=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{ref:r,"rcx-vertical-bar__section":!0,pi:24,pb:16,display:"flex",alignItems:"center",flexGrow:1,borderBlockEndWidth:"default",borderBlockColor:"extra-light",...e})}));var ft=(0,E.memo)(xt),mt=(0,E.memo)((e=>(0,C.jsxs)(et,{...e,children:[(0,C.jsx)(dt,{children:(0,C.jsx)(Or,{width:"100%"})}),(0,C.jsxs)(rr,{p:24,children:[(0,C.jsx)(Or,{mbe:4,width:"32px",height:"32px",variant:"rect"}),Array(5).fill(5).map(((e,r)=>(0,C.jsx)(Or,{},r)))]})]}))),bt=(0,E.memo)((e=>(0,C.jsx)(rr,{flexShrink:1,flexGrow:1,fontScale:"h4",withTruncatedText:!0,...e})));const ht=(0,E.forwardRef)((function({children:e,width:r,position:n,bg:t="room",...o},i){return(0,C.jsx)(rr,{ref:i,"rcx-vertical-bar":!0,bg:t,color:"default",display:"flex",flexDirection:"column",flexShrink:0,width:r,borderInlineStartWidth:"default",borderInlineStartColor:"extra-light",borderInlineStartStyle:"solid",height:"full",position:n,insetInlineEnd:"none",insetBlockStart:"none",zIndex:10,...o,children:e})}));var pt=(0,E.memo)(ht),gt=(0,E.memo)((({name:e,...r})=>(0,C.jsx)($n,{...r,small:!0,flexShrink:0,icon:e}))),vt=(0,E.memo)((e=>(0,C.jsx)(zn,{...e}))),jt=(0,E.memo)((e=>(0,C.jsx)(In,{...e})));const wt=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{ref:r,"rcx-vertical-bar__content":!0,paddingInline:24,display:"flex",flexDirection:"column",overflowY:"hidden",height:"full",...e})}));var _t=(0,E.memo)(wt);const kt=(0,E.forwardRef)((function({icon:e="magnifier",title:r="Nothing Found",subtitle:n,...t},o){return(0,C.jsx)(_t,{justifyContent:"center",...t,ref:o,children:(0,C.jsxs)(Cc,{children:[(0,C.jsx)(Rc,{name:e}),(0,C.jsx)(zc,{children:r}),n&&(0,C.jsx)(Ec,{children:n})]})})}));var yt=(0,E.memo)(kt);const St=(0,E.forwardRef)((function({children:e,...r},n){return(0,C.jsx)(rr,{ref:n,pi:16,pb:20,...r,children:e})}));var Nt=(0,E.memo)(St),Ct=(0,E.memo)((({children:e,...r})=>(0,C.jsx)(rr,{display:"flex",alignItems:"center",height:"x44",pi:16,borderBlockEndWidth:"default",borderBlockColor:"extra-light",flexShrink:0,...r,children:(0,C.jsx)(rr,{display:"flex",alignItems:"center",justifyContent:"space-between",flexGrow:1,height:"100%",overflow:"hidden",className:M.css`
|
|
198
|
+
gap: 8px;
|
|
199
|
+
`,children:e})}))),It=(0,E.memo)((e=>(0,C.jsx)(ar,{...e,pi:2,size:"x20"})));const Bt=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{ref:r,"rcx-vertical-bar__section":!0,p:16,display:"flex",alignItems:"center",flexGrow:1,borderBlockEndWidth:"default",borderBlockColor:"extra-light",...e})}));var Rt=(0,E.memo)(Bt),$t=(0,E.memo)((e=>(0,C.jsxs)(pt,{...e,children:[(0,C.jsx)(Ct,{children:(0,C.jsx)(Or,{width:"100%"})}),(0,C.jsxs)(rr,{p:24,children:[(0,C.jsx)(Or,{mbe:4,width:"32px",height:"32px",variant:"rect"}),Array(5).fill(5).map(((e,r)=>(0,C.jsx)(Or,{},r)))]})]}))),Et=(0,E.memo)((e=>(0,C.jsx)(rr,{flexShrink:1,flexGrow:1,fontScale:"h5",withTruncatedText:!0,...e})));const Mt=(0,E.forwardRef)((function({children:e,style:r,...n},t){return(0,C.jsx)(dn,{style:r,ref:t,elevation:"2",pi:"0",pb:"0",display:"flex",flexDirection:"column",overflow:"auto","data-testid":"dropdown",...n,children:(0,C.jsx)(rr,{flexShrink:1,pb:12,children:"hidden"===r?.visibility?null:e})})})),Tt=(0,E.forwardRef)((function({children:e,reference:r,placement:n="bottom-start",...t},o){const{style:i}=(0,or.usePosition)(r,o,{placement:n});return(0,C.jsx)(Mt,{style:i,children:e,ref:o,...t})})),Pt=(0,E.forwardRef)((function({children:e,...r},n){return(0,C.jsx)(dn,{ref:n,elevation:"2",pi:"0",pb:"0",w:"100vw",maxHeight:"80%",position:"fixed",display:"flex",flexDirection:"column",overflow:"auto",style:{bottom:0,left:0},zIndex:2,"data-testid":"dropdown",...r,children:(0,C.jsx)(rr,{flexShrink:1,pb:16,children:e})})})),Dt=(0,E.forwardRef)((function({children:e,reference:r,placement:n="bottom-start"},t){return(0,or.useMediaQuery)("(min-width: 500px)")?(0,C.jsx)(Tt,{reference:r,children:e,placement:n,ref:t}):(0,C.jsx)(Pt,{children:e,ref:t})})),zt=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"email",ref:r,...e})})),Vt=(0,E.createContext)(!1);var Ft=function(e){return(0,C.jsx)(Vt.Provider,{value:!0,children:(0,C.jsx)(rr,{"rcx-field":!0,...e})})},Ot=e=>(0,C.jsx)(rr,{is:"span","rcx-field__description":!0,...e}),Lt=e=>(0,C.jsx)(rr,{is:"span","rcx-field__error":!0,...e}),At=e=>(0,C.jsx)(rr,{is:"span","rcx-field__hint":!0,...e}),qt=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(gr,{"rcx-field__label":!0,...e,ref:r})})),Ht=e=>(0,C.jsx)(qn,{...e}),Wt=e=>(0,C.jsx)(rr,{is:"a",target:"_blank","rcx-field__link":!0,...e}),Gt=e=>(0,C.jsx)(rr,{is:"span","rcx-field__row":!0,...e});const Ut=({children:e,...r})=>(0,C.jsx)(rr,{is:"fieldset","rcx-field-group":!0,role:"group",...r,children:Rr(e,(e=>({className:T(e.className,"rcx-field-group__item")})))}),Kt=({info:e,success:r,warning:n,danger:t,neutral:o,icon:i,...s})=>(0,C.jsx)(ar,{...s,"rcx-framed-icon":!0,"rcx-framed-icon--info":e,"rcx-framed-icon--success":r,"rcx-framed-icon--warning":n,"rcx-framed-icon--danger":t,"rcx-framed-icon--neutral":o||!e&&!r&&!n&&!t,name:i,size:20});var Zt={Container:function({inline:e=!1,children:r,direction:n,wrap:t,alignItems:o,alignContent:i,justifyContent:s}){const a=(0,E.useCallback)((r=>(void 0!==e&&void 0===r.display&&(r.display=e?"inline-flex":"flex"),void 0!==n&&void 0===r.flexDirection&&(r.flexDirection=n),void 0!==t&&void 0===r.flexWrap&&(r.flexWrap="no-wrap"===t?"nowrap":t),void 0!==o&&void 0===r.alignItems&&(r.alignItems=("start"===o?"flex-start":"end"===o&&"flex-end")||o),void 0!==i&&void 0===r.alignContent&&(r.alignContent=("start"===i?"flex-start":"end"===i&&"flex-end")||i),void 0!==s&&void 0===r.justifyContent&&(r.justifyContent=("start"===s?"flex-start":"end"===s&&"flex-end")||s),r)),[i,o,n,e,s,t]);return(0,C.jsx)(V.Provider,{children:r,value:F(a)})},Item:function({children:e,order:r,grow:n,shrink:t,basis:o,align:i}){const s=(0,E.useCallback)((e=>(void 0!==r&&void 0===e.order&&(e.order=r),void 0!==n&&void 0===e.flexGrow&&(e.flexGrow=n),void 0!==t&&void 0===e.flexShrink&&(e.flexShrink=t),void 0!==o&&void 0===e.flexBasis&&(e.flexBasis=o),void 0!==i&&void 0===e.alignSelf&&(e.alignSelf=("start"===i?"flex-start":"end"===i&&"flex-end")||i),e)),[i,o,n,r,t]);return(0,C.jsx)(V.Provider,{children:e,value:F(s)})}};const Yt=([e],r)=>{r[e].action?.()},Xt=({tiny:e,mini:r,small:n=!(e||r),options:t,optionWidth:o,placement:i="bottom-start",renderItem:s,maxHeight:a,icon:c="kebab",...l})=>{const d=(e=>Object.entries(e).map((([e,{type:r="option",label:n,disabled:t}])=>[e,n,void 0,t,r])))(t),[u,x,f,m,[b,h,p]]=bn(-1,d,((e,[,r])=>{Yt(e,t),m(),r()})),g=(0,E.useRef)(null),v=(0,E.useCallback)((()=>{if(g.current?.classList.contains("focus-visible"))return g.current.classList.remove("focus-visible"),void h();g.current&&(g.current.focus(),p(),g.current.classList.add("focus-visible"))}),[h,p]),j=(0,E.useCallback)((e=>{Yt(e,t),m(),h()}),[h,m,t]);return(0,E.useEffect)((()=>{"hidden"===b&&g.current?.classList.remove("focus-visible")}),[b]),(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)($n,{"data-testid":"menu",ref:g,small:n,tiny:e,mini:r,onClick:v,onBlur:h,onKeyUp:f,onKeyDown:x,icon:c,...l}),(0,C.jsx)(gn,{width:"auto",visible:b,anchor:g,placement:i,children:(0,C.jsx)(xn,{maxHeight:a,renderItem:s,width:o,onSelect:j,options:d,cursor:u,ref:g})})]})},Qt=(0,E.memo)((0,E.forwardRef)((({is:e="li",id:r,children:n,focus:t,selected:o,className:i,title:s,disabled:a,variant:c,onClick:l,...d},u)=>(0,E.createElement)(e,{...d,key:r,id:r,ref:u,"aria-selected":!!o,"aria-disabled":!!a,title:s,onClick:e=>{a?Ar(e):l?.(e)},className:["rcx-option",i,t&&"rcx-option--focus",o&&"rcx-option--selected",a&&"rcx-option--disabled",c&&`rcx-option--${c}`].filter(Boolean).join(" ")},n))));var Jt=Qt,eo=function({item:e,state:r}){const n=(0,E.useRef)(null),{menuItemProps:{onPointerUp:t,...o},isFocused:i,isDisabled:s}=(0,br.useMenuItem)({key:e.key},r,n);return(0,C.jsxs)(Jt,{...(0,br.mergeProps)(o,{onPointerDown:t}),ref:n,focus:i,disabled:s,is:"label",variant:e.value?.variant,children:[(0,C.jsx)("div",{className:"rcx-option__wrapper",children:e.rendered}),e.value&&e.value.description&&(0,C.jsx)(Qr,{children:e.value.description})]})},ro=function({section:e,state:r}){const{itemProps:n,headingProps:t,groupProps:o}=(0,br.useMenuSection)({heading:e.rendered,"aria-label":e["aria-label"]}),{separatorProps:i}=(0,br.useSeparator)({elementType:"span"});return(0,C.jsxs)(C.Fragment,{children:[e.key!==r.collection.getFirstKey()&&(0,C.jsx)(Jr,{...i}),(0,C.jsxs)("div",{...n,children:[e.rendered&&(0,C.jsx)(on,{...t,children:e.rendered}),(0,C.jsx)(rr,{...o,p:"0",children:[...e.childNodes].map((e=>(0,C.jsx)(eo,{item:e,state:r},e.key)))})]})]})},no=function(e){const r=(0,hr.useTreeState)(e),n=(0,E.useRef)(null),{menuProps:t}=(0,br.useMenu)(e,r,n);return(0,C.jsx)("div",{...t,ref:n,children:[...r.collection].map((e=>"section"===e.type?(0,C.jsx)(ro,{section:e,state:r},e.key):(0,C.jsx)(eo,{item:e,state:r},e.key)))})};function to(e){const r=(0,E.useRef)(null),{state:n,children:t,isNonModal:o}=e,{popoverProps:i,underlayProps:s}=(0,br.usePopover)({...e,popoverRef:r},n);return(0,C.jsxs)(br.Overlay,{children:[!o&&(0,C.jsx)("div",{...s}),(0,C.jsxs)("div",{...i,ref:r,children:[!o&&(0,C.jsx)(br.DismissButton,{onDismiss:n.close}),t,(0,C.jsx)(br.DismissButton,{onDismiss:n.close})]})]})}var oo=function({children:e,state:r,offset:n=4,maxWidth:t,...o}){return(0,or.useBreakpoints)().includes("sm")?(0,C.jsx)(to,{state:r,offset:n,...o,children:(0,C.jsx)(Mt,{maxWidth:t,children:e})}):(0,C.jsx)(to,{state:r,offset:n,...o,children:(0,C.jsx)(Pt,{children:e})})};const io=e=>{switch(e){case"bottom":return"bottom";case"bottom-start":default:return"bottom start";case"bottom-end":return"bottom end";case"top":return"top";case"top-start":return"top start";case"top-end":return"top end";case"left":return"left";case"left-start":return"left top";case"left-end":return"left bottom";case"right":return"right";case"right-start":return"right top";case"right-end":return"right bottom"}},so=({icon:e="kebab",placement:r="bottom-start",title:n,is:t=$n,className:o,pressed:i,maxWidth:s="x250",button:a,detached:c,...l})=>{const d=(0,hr.useMenuTriggerState)(l),u=(0,E.useRef)(null),{menuTriggerProps:x,menuProps:f}=(0,br.useMenuTrigger)({},d,u),{buttonProps:m}=(0,br.useButton)({...x,"aria-label":l["aria-label"]||n,preventFocusOnPress:!0},u),{large:b,medium:h,tiny:p,mini:g}=l,v={large:b,medium:h,tiny:p,mini:g},j=!(b||h||p||g),w=d.isOpen&&(0,C.jsx)(oo,{state:d,triggerRef:u,placement:io(r),maxWidth:s,children:(0,C.jsx)(no,{...l,...f})});return(0,C.jsxs)(C.Fragment,{children:[a?(0,E.cloneElement)(a,{...m,ref:u,icon:e,className:o,title:n,pressed:i||d.isOpen}):(0,C.jsx)(t,{...m,ref:u,icon:e,className:o,title:n,pressed:i||d.isOpen,small:j,...v}),c?(0,hn.createPortal)(w,document.body):w]})};so.displayName="MenuV2";var ao=so;function co(e){return null}function lo(e){return null!=e.hasChildItems?e.hasChildItems:!!e.childItems||!!(e.title&&E.Children.count(e.children)>0)}co.getCollectionNode=function*(e,r){const{childItems:n,title:t,children:o}=e,i=e.title||e.children,s=e.textValue||("string"==typeof i?i:"")||e["aria-label"]||"";s||r?.suppressTextValueWarning||console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:e,rendered:i,textValue:s,"aria-label":e["aria-label"],hasChildNodes:lo(e),*childNodes(){if(n)for(const e of n)yield{type:"item",value:e};else if(t){const e=[];E.Children.forEach(o,(r=>{e.push({type:"item",element:r})})),yield*e}}}};var uo=co;function xo(e){return null}xo.getCollectionNode=function*(e){const{children:r,title:n,items:t}=e;yield{type:"section",props:e,hasChildNodes:!0,rendered:n,"aria-label":e["aria-label"],*childNodes(){if("function"==typeof r){if(!t)throw new Error("props.children was a function but props.items is missing");for(const e of t)yield{type:"item",value:e,element:r(e)}}else{const e=[];E.Children.forEach(r,(r=>{e.push({type:"item",element:r??void 0})})),yield*e}}}};var fo=xo;const mo=(0,E.forwardRef)((function({className:e,clickable:r,sequential:n,isSelected:t,isEditing:o,isPending:i,highlight:s,...a},c){return(0,C.jsx)("div",{ref:c,className:z(e,["rcx-message",(r||a.onClick)&&"rcx-message--clickable",n&&"rcx-message--sequential",t&&"rcx-message--selected",o&&"rcx-message--editing",i&&"rcx-message--pending",s&&"rcx-message--highlight"].filter(Boolean).join(" ")),...a})})),bo=(0,E.forwardRef)((({className:e,fixedWidth:r,...n},t)=>(0,C.jsx)(rr,{"rcx-message-block":!0,"rcx-message-block--width-fixed":r,ref:t,...n}))),ho=({clamp:e,className:r,...n})=>(0,C.jsx)("div",{className:z(r,["rcx-message-body",e&&`rcx-message-body--clamp rcx-message-body--clamp-${e}`].filter(Boolean).join(" ")),...n}),po=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-container",...e}),go=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-container rcx-message-container--fixed",...e}),vo=({children:e,unreadLabel:r,...n})=>(0,C.jsxs)("div",{role:"separator",className:r?"rcx-message-divider rcx-message-divider--unread":"rcx-message-divider",...n,children:[e&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)("div",{className:"rcx-message-divider__bar"}),(0,C.jsx)("div",{className:"rcx-message-divider__wrapper",children:e})," "]}),(0,C.jsx)("div",{className:"rcx-message-divider__bar",children:r&&(0,C.jsx)("div",{className:"rcx-message-divider__wrapper--unread",children:r})})]}),jo=({children:e,...r})=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-header",...r,children:(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-header__wrapper",children:e})});function wo({is:e="span",variant:r="other",className:n,clickable:t,...o}){const i=[r,t&&"clickable"].filter(Boolean).map((e=>`rcx-message__highlight--${e}`)).join(" ");return(0,C.jsx)(e,{className:z(n,`rcx-box rcx-box--full rcx-message__highlight ${i}`),...o})}const _o=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-container rcx-message-container--left",...e}),ko=e=>(0,C.jsx)("div",{className:"rcx-message-metrics__content-item",...e}),yo=e=>(0,C.jsx)(ko,{children:(0,C.jsx)("div",{className:"rcx-message-metrics__content-wrapper",...e})}),So=({name:e,badge:r,...n})=>(0,C.jsx)($n,{position:"relative",overflow:"visible",...n,small:!0,icon:e,children:r&&(0,C.jsx)("div",{className:"rcx-message-metrics__item__follow-badge",children:r})}),No=({className:e,...r})=>(0,C.jsx)("div",{className:z(e,"rcx-message-metrics__avatar-row"),...r}),Co=({className:e,...r})=>(0,C.jsx)("div",{className:z(e,"rcx-message-metrics__avatar-row__content"),...r}),Io=e=>(0,C.jsx)(ar,{size:"x20",...e}),Bo=e=>(0,C.jsx)("div",{className:"rcx-message-metrics__item-label",...e});var Ro=Object.assign((({className:e,...r})=>(0,C.jsx)("div",{className:z(e,"rcx-message-metrics__item"),...r})),{Icon:Io,Label:Bo});const $o=e=>(0,C.jsx)(Ro,{children:(0,C.jsx)(In,{primary:!0,...e,small:!0})});var Eo=Object.assign(yo,{Reply:$o,Item:Ro,Following:So});const Mo=e=>(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-message-header__name",...e}),To=(0,E.forwardRef)((function(e,r){return(0,C.jsx)("span",{ref:r,className:"rcx-box rcx-box--full rcx-message-header__name-container",...e})})),Po=({large:e,medium:r,className:n,disabled:t,onClick:o,variant:i,children:s,icon:a,href:c,...l})=>{const d=[i,r&&"medium",e&&"large",t&&"disabled",o&&"clickable",c&&"clickable"].filter(Boolean).map((e=>`rcx-tag--${e}`)).join(" ");return(0,C.jsxs)(rr,{is:c?"a":"span",className:z(n,`rcx-tag ${d}`),onClick:o,href:c,...l,children:[a,(0,C.jsx)("span",{className:"rcx-tag__inner",children:s})]})},Do=e=>(0,C.jsx)(Po,{className:"rcx-box rcx-box--full rcx-message-header__role",...e}),zo=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-header__roles",...e}),Vo=e=>(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-message-header__time",...e}),Fo=(0,E.forwardRef)((function(e,r){return(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-toolbar",children:(0,C.jsx)(zn,{role:"toolbar",ref:r,small:!0,...e})})})),Oo=(0,E.forwardRef)((function(e,r){return(0,C.jsx)($n,{ref:r,small:!0,...e})})),Lo=(0,E.forwardRef)((function({className:e,visible:r,...n},t){return(0,C.jsx)("div",{ref:t,className:["rcx-box rcx-box--full rcx-message-toolbar__wrapper",r&&"rcx-message-toolbar__wrapper--visible",e].filter(Boolean).join(" "),...n})}));var Ao=Object.assign(Fo,{Item:Oo,Wrapper:Lo,Menu:Xt});const qo=e=>(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-message-header__username",...e}),Ho=e=>(0,C.jsx)("div",{className:"rcx-message-generic-preview",...e}),Wo=({thumb:e,...r})=>(0,C.jsxs)("div",{className:"rcx-message-generic-preview__content",children:[e,(0,C.jsx)("div",{className:"rcx-message-generic-preview__content-wrapper",...r})]}),Go=({children:e,clamp:r=!1})=>(0,C.jsx)("div",{className:["rcx-message-generic-preview__description",r&&"rcx-message-generic-preview__description--clamp"].filter(Boolean).join(" "),children:e}),Uo=({children:e})=>(0,C.jsx)("div",{className:"rcx-message-generic-preview__footer",children:e}),Ko=({url:e,width:r,height:n,className:t,...o})=>(0,C.jsx)("div",{className:z(t,"rcx-message-generic-preview__preview"),style:{backgroundImage:`url(${e})`,maxWidth:"100%"},"data-testid":"preview-image",...o,children:(0,C.jsx)("div",{style:{paddingTop:n/r*100+"%"}})}),Zo=({url:e,className:r,...n})=>(0,C.jsx)("img",{src:e,className:z(r,"rcx-message-generic-preview__image"),alt:"",...n}),Yo=e=>(0,C.jsx)("div",{className:"rcx-message-generic-preview__thumb",...e}),Xo=({externalUrl:e,children:r,...n})=>e?(0,C.jsx)("a",{className:"rcx-message-generic-preview__title rcx-message-generic-preview__title-link",href:e,target:"_blank",...n,children:r}):(0,C.jsx)("span",{className:"rcx-message-generic-preview__title",...n}),Qo=({name:e="attachment-file",size:r=32,color:n="default",type:t="file"})=>(0,C.jsxs)("div",{className:"rcx-message-generic-preview__icon",children:[(0,C.jsx)(ar,{name:e,color:n,size:r}),(0,C.jsx)("div",{className:"rcx-message-generic-preview__icon-title",children:t})]}),Jo=(0,E.forwardRef)(((e,r)=>(0,C.jsx)("div",{ref:r,className:"rcx-message-status-indicator",...e}))),ei=({children:e})=>(0,C.jsx)("span",{className:"rcx-message-status-indicator__text","aria-hidden":!0,children:e}),ri=({name:e,variant:r,...n})=>(0,C.jsx)(ar,{name:e,size:"x16",className:["rcx-message-status-indicator__item",r&&`rcx-message-status-indicator__item--${r}`].filter(Boolean).join(" "),...n}),ni=({children:e,variant:r})=>(0,C.jsx)("span",{className:["rcx-message-status-indicator__item `rcx-message-status-indicator__item--private",r&&`rcx-message-status-indicator__item--${r}`].filter(Boolean).join(" "),children:e}),ti=({children:e,title:r,isSelected:n,...t})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-message-system",n&&"rcx-message-system--selected"].filter(Boolean).join(" "),title:r,...t,children:e}),oi=e=>(0,C.jsx)("div",{className:"rcx-message-system__block",...e}),ii=e=>(0,C.jsx)("div",{className:"rcx-message-system__body",...e}),si=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-system__container",...e}),ai=e=>(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-message-system__name",...e}),ci=e=>(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-message-system__time",...e}),li=_o,di=({counter:e,className:r})=>(0,C.jsx)("div",{className:`rcx-message-reactions__counter ${r}`,children:e}),ui=({name:e,image:r,className:n,...t})=>(0,C.jsx)("span",{className:`${n||""} ${e}`,style:r&&r.length?{backgroundImage:r}:void 0,...t}),xi=({className:e,...r})=>(0,C.jsx)(ui,{className:`rcx-message-reactions__emoji ${e||""}`,...r}),fi=(0,E.forwardRef)((function({name:e,counter:r,mine:n,children:t,className:o,...i},s){return(0,C.jsx)("div",{className:["rcx-message-reactions__reaction",n&&"rcx-message-reactions__reaction--mine",o].filter(Boolean).join(" "),ref:s,role:"button",tabIndex:0,...i,children:t||(0,C.jsxs)(C.Fragment,{children:[e&&(0,C.jsx)(xi,{name:e}),r&&(0,C.jsx)(di,{counter:r})]})})})),mi=({className:e,...r})=>(0,C.jsx)("div",{role:"button",tabIndex:0,className:["rcx-message-reactions__reaction rcx-message-reactions__reaction--action",e].filter(Boolean).join(" "),...r,children:(0,C.jsx)(ar,{name:"emoji-plus",size:"x16"})}),bi=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(bo,{className:"rcx-message-reactions",children:(0,C.jsx)("div",{ref:r,className:"rcx-message-reactions__container",...e})})}));Object.assign(bi,{Reaction:fi,Action:mi});const hi=e=>(0,C.jsx)(Ii,{className:"rcx-message-thread",...e}),pi=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-thread__message",...e}),gi=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-thread__container",...e}),vi=({className:e,...r})=>(0,C.jsx)(ui,{className:`rcx-message-thread__emoji ${e||""}`,...r}),ji=({...e})=>(0,C.jsx)(ar,{className:"rcx-box rcx-box--full rcx-message-thread__icon",size:"x16",...e}),wi=()=>(0,C.jsx)(ji,{className:"rcx-box rcx-box--full rcx-message-thread__icon rcx-message-thread__icon--follow",name:"bell"}),_i=()=>(0,C.jsx)(ji,{name:"thread"}),ki=({children:e,system:r})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-message-thread__origin",r&&"rcx-box rcx-box--full rcx-message-thread__origin--system"].filter(Boolean).join(" "),children:e}),yi=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-message-thread__row",...e}),Si=()=>(0,C.jsx)(ji,{className:"rcx-box rcx-box--full rcx-message-thread__icon rcx-message-thread__icon--unfollow",name:"bell-off"}),Ni=_o;Object.assign(hi,{Row:yi,Container:gi,LeftContainer:Ni,Origin:ki,Message:pi,Follow:wi,Unfollow:Si,Icon:_i});const Ci=({name:e,className:r,image:n,big:t,...o})=>(0,C.jsx)(ui,{className:["rcx-message__emoji",r,t&&"rcx-message__emoji--big"].filter(Boolean).join(" "),name:e,image:n,...o});var Ii=Object.assign(mo,{Metrics:Eo,Toolbar:Ao,Container:po,ContainerFixed:go,LeftContainer:_o,Header:jo,Body:ho,Block:bo,Timestamp:Vo,NameContainer:To,Name:Mo,Username:qo,Roles:zo,Role:Do,Divider:vo,Highlight:wo});const Bi=(0,E.forwardRef)((({children:e,wrapper:r=rr,wrapperFunction:n,...t},o)=>{const i={children:e,className:"rcx-modal__inner",elevation:"2"};return(0,C.jsx)(rr,{is:"dialog",open:!0,"aria-modal":"true","rcx-modal":!0,ref:o,...t,children:n?n(i):(0,E.createElement)(r,i)})})),Ri=e=>(0,C.jsx)(rr,{"rcx-modal__backdrop":!0,...e}),$i=e=>(0,C.jsx)($n,{"aria-label":"Close",...e,small:!0,icon:"cross"}),Ei=({children:e,onScrollContent:r,...n})=>(0,C.jsx)(cn,{vertical:!0,onScrollContent:r,children:(0,C.jsx)(rr,{"rcx-modal__content":!0,children:(0,C.jsx)(rr,{"rcx-modal__content-wrapper":!0,mi:24,...n,children:e})})}),Mi=({children:e,justifyContent:r="end"})=>(0,C.jsx)(rr,{justifyContent:r,"rcx-modal__footer":!0,children:e}),Ti=({children:e})=>(0,C.jsx)(rr,{"rcx-modal__footer-annotation":!0,children:e}),Pi=({children:e})=>(0,C.jsx)(zn,{align:"end",children:e}),Di=({children:e,...r})=>(0,C.jsx)(rr,{"rcx-modal__header":!0,is:"header",...r,children:(0,C.jsx)(rr,{"rcx-modal__header-inner":!0,children:(0,C.jsx)($r,{all:"x4",children:e})})}),zi=({children:e,...r})=>(0,C.jsx)(rr,{"rcx-modal__header-text":!0,...r,children:e}),Vi=({...e})=>(0,C.jsx)("figure",{className:"rcx-modal__hero-image-wrapper",children:(0,C.jsx)(rr,{"rcx-modal__hero-image":!0,is:"img",...e})}),Fi=({size:e="x20",name:r,alignItems:n="center",...t})=>(0,C.jsx)(rr,{...t,display:"flex",alignItems:n,children:(0,C.jsx)(ar,{mb:4,name:r,size:e})}),Oi=({children:e,...r})=>(0,C.jsx)(rr,{"rcx-modal__tagline":!0,...r,children:e}),Li=e=>(0,C.jsx)(rr,{children:(0,C.jsx)(yn,{size:"x28",...e})}),Ai=({children:e,...r})=>(0,C.jsx)(rr,{is:"h2","rcx-modal__title":!0,...r,children:e}),qi=e=>e.$$typeof===Symbol.for("react.forward_ref");var Hi=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"div","rcx-select__addon":!0,ref:r,...e})})),Wi=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{ref:r,fontScale:"p2m",color:"hint","rcx-select__focus":!0,is:"button",type:"button",...e})})),Gi=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Wi,{"rcx-input-box--undecorated":!0,ref:r,"aria-haspopup":"listbox",order:1,...e})}));const Ui=(0,E.memo)((function(e){return(0,C.jsx)(Pr,{...e})})),Ki=(0,E.forwardRef)((({value:e,filter:r,setFilter:n,options:t=[],error:o,disabled:i,anchor:s=Gi,onChange:a=()=>{},getLabel:c=([,e]=["",""])=>e,getValue:l=([e])=>e,placeholder:d,renderOptions:u=xn,renderItem:x,customEmpty:f,renderSelected:m,addonIcon:b,...h},p)=>{const[g,v]=(0,E.useState)(e||[]);(0,E.useEffect)((()=>v(e||[])),[e]);const[j,w]=(0,E.useState)(),_=t.findIndex((e=>l(e)===j)),k=()=>P.current?.classList.remove("focus-visible"),y=([e])=>{if(g.includes(e)){w(void 0);const r=g.filter((r=>r!==e));return v(r),a(r)}n?.(""),w(e);const r=[...g,e];return v(r),a(r)},S=t.filter((([,e])=>!r||e.toLowerCase().includes(r.toLowerCase()))).map((([e,r])=>g.includes(e)?[e,r,!0]:[e,r])),[N,I,B,R,[$,M,T]]=bn(_,S,y);(0,E.useEffect)(R,[r]);const P=(0,E.useRef)(null),D=(0,or.useMergedRefs)(p,P),{ref:z,borderBoxSize:V}=(0,or.useResizeObserver)();(0,or.useOutsideClick)([z],k);const F=(0,or.useEffectEvent)((()=>$===mr.VISIBLE?M():(P.current?.focus(),T())));return(0,C.jsxs)(rr,{is:"div","rcx-select":!0,className:[o&&"invalid",i&&"disabled"],ref:z,onClick:F,disabled:i,...h,children:[(0,C.jsx)(Zt.Item,{grow:1,children:(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Zt.Container,{children:(0,C.jsx)(rr,{is:"div",children:(0,C.jsx)(rr,{is:"div",display:"flex",alignItems:"center",flexWrap:"wrap",margin:"-x8",role:"listbox",children:(0,C.jsxs)($r,{all:"x4",children:[(O={ref:D,children:0===g.length?d:null,disabled:i??!1,onClick:T,onBlur:M,onKeyDown:I,onKeyUp:B},qi(s)?(0,C.jsx)(s,{...O}):"function"==typeof s?s(O):null),g.map((e=>{const r=t.find((([r])=>r===e));return m?(0,C.jsx)(m,{role:"option",value:e,label:c(r),onMouseDown:e=>{Ar(e),y(r),k()},children:c(r)},e):(0,C.jsx)(Ui,{tabIndex:-1,role:"option",onMouseDown:e=>{Ar(e),y(r),k()},children:c(r)},String(e))}))]})})})})})}),(0,C.jsx)(Zt.Item,{grow:0,shrink:0,children:(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Hi,{children:(0,C.jsx)(ar,{name:$===mr.VISIBLE?"chevron-up":b||"chevron-down",size:"x20"})})})}),(0,C.jsx)(mr,{visibility:$,children:(0,C.jsx)(pn,{anchor:z,children:(0,C.jsx)(u,{width:V.inlineSize,onMouseDown:Ar,multiple:!0,filter:r,renderItem:x||Yr,role:"listbox",options:S,onSelect:y,cursor:N,customEmpty:f})})})]});var O}));var Zi=(0,E.forwardRef)((function({children:e,filter:r,onChangeFilter:n,placeholder:t,...o},i){return(0,C.jsx)(Zt.Item,{grow:1,children:(0,C.jsx)(Dr,{ref:i,placeholder:t,value:r,onInput:e=>n(e.currentTarget.value),...o,"rcx-input-box--undecorated":!0,"aria-haspopup":"listbox",order:1})})}));const Yi=({options:e,placeholder:r,filter:n,setFilter:t,...o})=>{const[i,s]=(0,E.useState)("");return(0,C.jsx)(Ki,{...o,filter:n||i,setFilter:t||s,options:e,anchor:e=>(0,C.jsx)(Zi,{placeholder:r,filter:n||i,onChangeFilter:t||s,...e})})},Xi=e=>(0,C.jsx)("nav",{className:"rcx-navbar",...e}),Qi=(0,E.forwardRef)(((e,r)=>(0,C.jsx)(zn,{className:"rcx-navbar-group",ref:r,...e}))),Ji=(0,E.forwardRef)((function({children:e,icon:r,...n},t){return(0,C.jsx)(C.Fragment,{children:r?(0,C.jsx)($n,{ref:t,"rcx-navbar-item":!0,icon:r,small:!0,...n}):Rr(e,(e=>({className:T(e.className,"rcx-navbar-item"),ref:t,...n})))})})),es=e=>(0,C.jsx)(Jr,{"rcx-navbar-divider":!0,vertical:!0,...e}),rs=({children:e,...r})=>{const n=E.Children.toArray(e).filter(E.isValidElement);return(0,C.jsx)("span",{className:"rcx-navbar-section",...r,children:n.map(((e,r)=>(0,C.jsxs)(E.Fragment,{children:[e,r<n.length-1&&(0,C.jsx)(es,{})]},r)))})},ns=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"number",ref:r,...e})})),ts=()=>"Items per page:",os=({count:e,current:r,itemsPerPage:n})=>`Showing results ${r+1} - ${Math.min(r+n,e)} of ${e}`,is=[25,50,100],ss=({count:e,current:r=0,itemsPerPage:n=25,itemsPerPageLabel:t=ts,showingResultsLabel:o=os,onSetItemsPerPage:i,onSetCurrent:s,divider:a,...c})=>{const l=is.length>1,d=Math.floor(r/n),u=Math.ceil(e/n),x=(0,E.useMemo)((()=>u<=7?Array.from({length:u},((e,r)=>r)):d<5?[0,1,2,3,4,"⋯",u-1]:d>u-5?[0,"⋯",u-5,u-4,u-3,u-2,u-1]:[0,"⋯",d-1,d,d+1,"⋯",u-1]),[u,d]),f={count:e,pages:u,current:r,currentPage:d,itemsPerPage:n},m=e=>()=>{i?.(e)},b=e=>()=>{s?.(e*n)};return(0,C.jsxs)(rr,{is:"nav","rcx-pagination":!0,"rcx-pagination--divider":a,...c,children:[l&&(0,C.jsxs)(rr,{"rcx-pagination__left":!0,children:[(0,C.jsx)(rr,{is:"span","rcx-pagination__label":!0,children:t(f)}),(0,C.jsx)(rr,{is:"ol","rcx-pagination__list":!0,children:is.map((e=>(0,C.jsx)(rr,{is:"li","rcx-pagination__list-item":!0,children:(0,C.jsx)(rr,{is:"button","rcx-pagination__link":!0,tabIndex:n===e?-1:0,disabled:n===e,onClick:m(e),children:e})},e)))})]}),(0,C.jsxs)(rr,{"rcx-pagination__right":!0,children:[(0,C.jsx)(rr,{is:"span","rcx-pagination__label":!0,children:o(f)}),(0,C.jsxs)(rr,{is:"ol","rcx-pagination__list":!0,children:[(0,C.jsx)(rr,{is:"li","rcx-pagination__list-item":!0,children:(0,C.jsx)(rr,{is:"button","rcx-pagination__back":!0,disabled:0===d,onClick:b(d-1),children:(0,C.jsx)(cr,{left:!0,size:"x16"})})}),x.map(((e,r)=>(0,C.jsx)(rr,{is:"li","rcx-pagination__list-item":!0,children:"⋯"===e?"⋯":(0,C.jsx)(rr,{is:"button","rcx-pagination__link":!0,disabled:d===e,onClick:b(e),children:e+1})},r))),(0,C.jsx)(rr,{is:"li","rcx-pagination__list-item":!0,children:(0,C.jsx)(rr,{is:"button","rcx-pagination__forward":!0,disabled:d===u-1,onClick:b(d+1),children:(0,C.jsx)(cr,{right:!0,size:"x16"})})})]})]})]})};var as=S(623),cs=S.n(as),ls=S(26),ds=S.n(ls),us=S(973),xs=S.n(us),fs=S(882),ms=S.n(fs),bs=S(684),hs=S.n(bs),ps=S(656),gs=S.n(ps),vs=S(498),js=S.n(vs),ws=S(823),_s=S.n(ws);const ks=e=>{const{badge:r,button:n,font:t,shadow:o,status:i,statusBullet:s,stroke:a,surface:c}=(e=>({badge:cs().badge[e],button:ds().button[e],font:xs().font[e],shadow:ms().shadow[e],status:hs().status[e],statusBullet:gs().statusBullet[e],stroke:js().stroke[e],surface:_s().surface[e]}))(e);return{...[{category:"Stroke",description:"Use as component's outline, stroke, dividers",list:[{name:"stroke-extra-light",color:a.extraLight},{name:"stroke-light",color:a.light},{name:"stroke-medium",color:a.medium},{name:"stroke-dark",color:a.dark},{name:"stroke-extra-dark",color:a.extraDark},{name:"stroke-extra-light-highlight",color:a.extraLightHighlight},{name:"stroke-highlight",color:a.highlight},{name:"stroke-extra-light-error",color:a.extraLightError},{name:"stroke-error",color:a.error}]},{category:"Surface",description:"Use as a container on top of the background",list:[{name:"surface-light",color:c.light},{name:"surface-tint",color:c.tint},{name:"surface-room",color:c.room},{name:"surface-neutral",color:c.neutral},{name:"surface-disabled",color:c.disabled},{name:"surface-hover",color:c.hover},{name:"surface-selected",color:c.selected},{name:"surface-dark",color:c.dark},{name:"surface-featured",color:c.featured},{name:"surface-featured-hover",color:c.featuredHover},{name:"surface-overlay",color:c.overlay},{name:"surface-sidebar",color:c.sidebar}]},{category:"Shadow",description:"Use as a shadow color",list:[{name:"shadow-highlight",color:o.highlight},{name:"shadow-danger",color:o.danger},{name:"shadow-elevation-border",color:o["elevation-border"]},{name:"shadow-elevation-1",color:o["elevation-1"]},{name:"shadow-elevation-2x",color:o["elevation-2x"]},{name:"shadow-elevation-2y",color:o["elevation-2y"]}]},{category:"Font",description:"These should be applied according to surfaces",list:[{name:"font-white",color:t.white},{name:"font-disabled",color:t.disabled},{name:"font-annotation",color:t.annotation},{name:"font-hint",color:t.hint},{name:"font-secondary-info",color:t.secondaryInfo},{name:"font-default",color:t.default},{name:"font-titles-labels",color:t.titlesLabels},{name:"font-info",color:t.info},{name:"font-danger",color:t.danger},{name:"font-pure-black",color:t.pureBlack},{name:"font-pure-white",color:t.pureWhite}]},{category:"Status",description:"Status Background",list:[{name:"status-background-info",color:i.info},{name:"status-background-success",color:i.success},{name:"status-background-danger",color:i.danger},{name:"status-background-warning",color:i.warning},{name:"status-background-warning-2",color:i["warning-2"]},{name:"status-background-service-1",color:i["service-1"]},{name:"status-background-service-2",color:i["service-2"]},{name:"status-background-service-3",color:i["service-3"]}]},{description:"Status Font",list:[{name:"status-font-on-info",color:i["font-on-info"]},{name:"status-font-on-success",color:i["font-on-success"]},{name:"status-font-on-danger",color:i["font-on-danger"]},{name:"status-font-on-warning",color:i["font-on-warning"]},{name:"status-font-on-warning-2",color:i["font-on-warning-2"]},{name:"status-font-on-service-1",color:i["font-on-service-1"]},{name:"status-font-on-service-2 ",color:i["font-on-service-2"]},{name:"status-font-on-service-3 ",color:i["font-on-service-3"]}]},{category:"Badge",description:"Badge Background",list:[{name:"badge-background-level-0",color:r["level-0"]},{name:"badge-background-level-1",color:r["level-1"]},{name:"badge-background-level-2",color:r["level-2"]},{name:"badge-background-level-3",color:r["level-3"]},{name:"badge-background-level-4",color:r["level-4"]}]},{category:"Status Bullet",description:"Used to show user status",list:[{name:"status-bullet-online",color:s.online},{name:"status-bullet-away",color:s.away},{name:"status-bullet-busy",color:s.busy},{name:"status-bullet-disabled",color:s.disabled},{name:"status-bullet-offline",color:s.offline},{name:"status-bullet-loading",color:s.loading}]},{category:"Button",description:"Primary Background",list:[{name:"button-background-primary-default",color:n.backgroundPrimaryDefault},{name:"button-background-primary-hover",color:n.backgroundPrimaryHover},{name:"button-background-primary-press",color:n.backgroundPrimaryPress},{name:"button-background-primary-focus",color:n.backgroundPrimaryFocus},{name:"button-background-primary-keyfocus",color:n.backgroundPrimaryKeyfocus},{name:"button-background-primary-disabled",color:n.backgroundPrimaryDisabled}]},{description:"Secondary Background",list:[{name:"button-background-secondary-default",color:n.backgroundSecondaryDefault},{name:"button-background-secondary-hover",color:n.backgroundSecondaryHover},{name:"button-background-secondary-press",color:n.backgroundSecondaryPress},{name:"button-background-secondary-focus",color:n.backgroundSecondaryFocus},{name:"button-background-secondary-keyfocus",color:n.backgroundSecondaryKeyfocus},{name:"button-background-secondary-disabled",color:n.backgroundSecondaryDisabled}]},{description:"Secondary Danger Background",list:[{name:"button-background-secondary-danger-default",color:n.backgroundSecondaryDangerDefault},{name:"button-background-secondary-danger-hover",color:n.backgroundSecondaryDangerHover},{name:"button-background-secondary-danger-press",color:n.backgroundSecondaryDangerPress},{name:"button-background-secondary-danger-focus",color:n.backgroundSecondaryDangerFocus},{name:"button-background-secondary-danger-keyfocus",color:n.backgroundSecondaryDangerKeyfocus},{name:"button-background-secondary-danger-disabled",color:n.backgroundDangerDisabled}]},{description:"Danger Background",list:[{name:"button-background-danger-default",color:n.backgroundDangerDefault},{name:"button-background-danger-hover",color:n.backgroundDangerHover},{name:"button-background-danger-press",color:n.backgroundDangerPress},{name:"button-background-danger-focus",color:n.backgroundDangerFocus},{name:"button-background-danger-keyfocus",color:n.backgroundDangerKeyfocus},{name:"button-background-danger-disabled",color:n.backgroundDangerDisabled}]},{description:"Success Background",list:[{name:"button-background-success-default",color:n.backgroundSuccessDefault},{name:"button-background-success-hover",color:n.backgroundSuccessHover},{name:"button-background-success-press",color:n.backgroundSuccessPress},{name:"button-background-success-focus",color:n.backgroundSuccessFocus},{name:"button-background-success-keyfocus",color:n.backgroundSuccessKeyfocus},{name:"button-background-success-disabled",color:n.backgroundSuccessDisabled}]},{description:"Font",list:[{name:"button-font-on-primary",color:n.fontOnPrimary},{name:"button-font-on-primary-disabled",color:n.fontOnPrimaryDisabled},{name:"button-font-on-secondary",color:n.fontOnSecondary},{name:"button-font-on-secondary-disabled",color:n.fontOnSecondaryDisabled},{name:"button-font-on-secondary-danger",color:n.fontOnSecondaryDanger},{name:"button-font-on-secondary-danger-disabled",color:n.onSecondaryDangerDisabled},{name:"button-font-on-danger",color:n.fontOnDanger},{name:"button-font-on-danger-disabled",color:n.fontOnDangerDisabled},{name:"button-font-on-success",color:n.fontOnSuccess},{name:"button-font-on-success-disabled",color:n.fontOnSuccessDisabled}]}].reduce(((e,r)=>({...e,...r.list.reduce(((e,r)=>({...e,[r.name]:r.color})),{})})),{})}},ys=ks("light"),Ss=ks("high-contrast"),Ns={light:ys,dark:ks("dark"),"high-contrast":Ss},Cs=(0,E.memo)((function({theme:e="light",tagId:r="main-palette",prefix:n="--rcx-color",selector:t,palette:o}){const i=o||((e,r,n=":root")=>`${n} {\n${Object.entries(e).map((([e,n])=>`${r}-${e}: ${n};`)).join("\n")}\n}`)(Ns[e],n,t);return(0,C.jsx)(C.Fragment,{children:(0,hn.createPortal)(i,(s=r,(0,E.useMemo)((()=>{const e=document.getElementById("rcx-styles")||document.head.lastChild,r=document.getElementById(s);if(r)return r;const n=document.createElement("style");return n.setAttribute("id",s),document.head.insertBefore(n,e),document.head.appendChild(document.createElement("style")),n}),[s])))});var s}));var Is=(0,E.forwardRef)((function(e,r){const[n,t]=(0,or.useToggle)(!0);return(0,C.jsx)(Fr,{type:n?"password":"text",addon:(0,C.jsx)(ar,{name:n?"eye-off":"eye",size:20,onClick:()=>{t()}}),ref:r,...e})})),Bs=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"10",height:"10",viewBox:"0 0 10 10",className:`rcx-status-bullet rcx-status-bullet--away ${r} ${"small"===e?"rcx-status-bullet--small":""}`,xmlns:"http://www.w3.org/2000/svg",children:(0,C.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.13337 9.93325C7.78434 9.93325 9.93338 7.78422 9.93338 5.13325C9.93338 2.48229 7.78434 0.333252 5.13337 0.333252C2.48241 0.333252 0.333374 2.48229 0.333374 5.13325C0.333374 7.78422 2.48241 9.93325 5.13337 9.93325ZM5.80004 2.33325C5.80004 1.96506 5.50156 1.66659 5.13337 1.66659C4.76518 1.66659 4.46671 1.96506 4.46671 2.33325V5.13325V5.45367L4.71691 5.65383L6.71691 7.25383C7.00442 7.48384 7.42395 7.43722 7.65395 7.14972C7.88396 6.86221 7.83735 6.44268 7.54984 6.21267L5.80004 4.81284V2.33325Z"})}),Rs=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"10",height:"10",viewBox:"0 0 10 10",className:`rcx-status-bullet rcx-status-bullet--busy ${r} ${"small"===e?"rcx-status-bullet--small":""}`,xmlns:"http://www.w3.org/2000/svg",children:(0,C.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.13337 9.93325C7.78434 9.93325 9.93338 7.78422 9.93338 5.13325C9.93338 2.48229 7.78434 0.333252 5.13337 0.333252C2.48241 0.333252 0.333374 2.48229 0.333374 5.13325C0.333374 7.78422 2.48241 9.93325 5.13337 9.93325ZM3.53338 4.46655C3.16519 4.46655 2.86671 4.76503 2.86671 5.13322C2.86671 5.50141 3.16519 5.79989 3.53338 5.79989H6.73338C7.10157 5.79989 7.40004 5.50141 7.40004 5.13322C7.40004 4.76503 7.10157 4.46655 6.73338 4.46655H3.53338Z"})}),$s=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"24",height:"24",viewBox:"0 0 24 24",className:`rcx-status-bullet rcx-status-bullet--disabled ${r} ${"small"===e?"rcx-status-bullet--small":""}`,xmlns:"http://www.w3.org/2000/svg",children:(0,C.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM13.3367 5.33333C13.3367 4.59695 12.7398 4 12.0034 4C11.267 4 10.67 4.59695 10.67 5.33333V14.6667C10.67 15.403 11.267 16 12.0034 16C12.7398 16 13.3367 15.403 13.3367 14.6667V5.33333ZM13.3367 18.6667C13.3367 17.9303 12.7398 17.3333 12.0034 17.3333C11.267 17.3333 10.67 17.9303 10.67 18.6667C10.67 19.403 11.267 20 12.0034 20C12.7398 20 13.3367 19.403 13.3367 18.6667Z"})}),Es=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:`rcx-status-bullet rcx-status-bullet--loading ${r} ${"small"===e?"rcx-status-bullet--small":""}`,children:(0,C.jsx)("circle",{cx:"6",cy:"6",r:"5",className:"rcx-status-bullet rcx-status-bullet--loading",strokeWidth:"2",strokeDasharray:"2 2"})}),Ms=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:`rcx-status-bullet rcx-status-bullet--offline ${r} ${"small"===e?"rcx-status-bullet--small":""}`,children:(0,C.jsx)("circle",{cx:"6",cy:"6",r:"5",className:"rcx-status-bullet rcx-status-bullet--offline",strokeWidth:"2"})}),Ts=({size:e,className:r,...n})=>(0,C.jsx)("svg",{...n,width:"24",height:"24",viewBox:"0 0 24 24",className:`rcx-status-bullet rcx-status-bullet--online ${r} ${"small"===e?"rcx-status-bullet--small":""}`,xmlns:"http://www.w3.org/2000/svg",children:(0,C.jsx)("path",{d:"M24 12.0001C24 18.6275 18.6274 24.0001 12 24.0001C5.37255 24.0001 -3.05176e-05 18.6275 -3.05176e-05 12.0001C-3.05176e-05 5.37271 5.37255 0.00012207 12 0.00012207C18.6274 0.00012207 24 5.37271 24 12.0001Z"})});const Ps=({status:e="loading",...r})=>{switch(e){case"online":return(0,C.jsx)(Ts,{...r});case"away":return(0,C.jsx)(Bs,{...r});case"busy":return(0,C.jsx)(Rs,{...r});case"disabled":return(0,C.jsx)($s,{...r});case"offline":return(0,C.jsx)(Ms,{...r});default:return(0,C.jsx)(Es,{...r})}},Ds=e=>`${Math.min(Math.max(0,e),100).toFixed(1)}%`,zs={info:"status-font-on-info",success:"status-font-on-success",warning:"status-font-on-warning",danger:"status-font-on-danger"},Vs={info:"status-background-info",success:"status-background-success",warning:"status-background-warning",danger:"status-background-danger"},Fs=(e,r,n)=>n?e?Vs.danger:zs.danger:e?Vs[r]:zs[r],Os=(0,E.forwardRef)((function({percentage:e,variant:r="info",error:n,animated:t,light:o=!1,...i},s){return(0,C.jsx)(rr,{ref:s,"rcx-progress-bar":!0,title:n||void 0,overflow:"hidden",...i,children:(0,C.jsx)(rr,{bg:Fs(o,r,n),"rcx-progress-bar__fill--animated":t,"rcx-progress-bar__fill":!0,width:Ds(e)})})})),Ls=(0,E.forwardRef)((function({className:e,labelChildren:r,...n},t){return(0,C.jsxs)(rr,{is:"label",className:e,"rcx-radio-button":!0,children:[r,(0,C.jsx)(rr,{is:"input","rcx-radio-button__input":!0,type:"radio",ref:t,...n}),(0,C.jsx)(rr,{is:"i","rcx-radio-button__fake":!0,"aria-hidden":"true"})]})})),As=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"search",ref:r,...e})})),qs=(0,E.forwardRef)(((e,r)=>(0,C.jsx)(rr,{is:"div","rcx-select__wrapper":!0,ref:r,...e}))),Hs=(0,E.forwardRef)((({value:e,filter:r,error:n,disabled:t,options:o=[],anchor:i=Wi,onChange:s=()=>{},getValue:a=([e]=["",""])=>e,getLabel:c=([,e]=["",""])=>e,placeholder:l="",renderItem:d,renderSelected:u,renderOptions:x=xn,addonIcon:f,customEmpty:m,...b},h)=>{const[p,g]=(0,E.useState)(e||""),v=(0,or.useEffectEvent)((([e])=>{g(e),s(e)})),j=o.find((e=>a(e)===p)),w=o.indexOf(j),_=(0,E.useMemo)((()=>o.filter((([,e])=>!r||~e.toLowerCase().indexOf(r.toLowerCase()))).map((([e,r])=>p===e?[e,r,!0]:[e,r]))),[o,p,r]),[k,y,S,N,[I,B,R]]=bn(w,_,v),$=(0,E.useRef)(null),M=(0,or.useMergedRefs)(h,$),T=()=>$.current?.classList.remove("focus-visible"),P=(0,or.useEffectEvent)((([e])=>{g(e),s(e),T(),B()})),{ref:D,borderBoxSize:z}=(0,or.useResizeObserver)();((e,r)=>{const n=(0,E.useRef)(!1),t=(0,or.useEffectEvent)(e);(0,E.useEffect)((()=>{n.current&&t(),n.current=!0}),r||[])})(N,[r,p]),(0,or.useOutsideClick)([D],T);const V=c(j),F=(void 0===r||I===mr.HIDDEN)&&(V||l||"string"==typeof l),O=(0,or.useEffectEvent)((()=>$.current?.classList.contains("focus-visible")?(T(),B()):($.current?.classList.add("focus-visible"),$.current?.focus(),R())));return(0,C.jsxs)(rr,{"rcx-select":!0,disabled:t,ref:D,onClick:O,className:(0,E.useMemo)((()=>[n&&"invalid",t&&"disabled"]),[n,t]),...b,children:[(0,C.jsxs)(qs,{display:"flex",mi:"neg-x4","rcx-select__wrapper--hidden":!!F,children:[F&&(u?(0,C.jsx)(u,{role:"option",value:a(j),label:V,onClick:P},a(j)):(0,C.jsx)(rr,{flexGrow:1,is:"span",mi:4,"rcx-select__item":!0,fontScale:"p2",color:V?"default":"hint",children:F})),(L={ref:M,children:e?null:j||l,disabled:t??!1,onClick:R,onBlur:B,onKeyDown:y,onKeyUp:S},qi(i)?(0,C.jsx)(i,{...L}):"function"==typeof i?i(L):null),(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Hi,{children:(0,C.jsx)(ar,{name:I===mr.VISIBLE?"chevron-up":f||"chevron-down",size:"x20"})})})]}),(0,C.jsx)(gn,{visible:I,anchor:D,children:(0,C.jsx)(x,{width:z.inlineSize,role:"listbox",filter:r,options:_,onSelect:P,renderItem:d,cursor:k,customEmpty:m})})]});var L}));function Ws(e){const r=(0,E.useRef)(null),{listBoxRef:n=r,state:t}=e,{listBoxProps:o}=(0,br.useListBox)(e,t,n);return(0,C.jsx)("div",{...o,ref:n,children:[...t.collection].map((e=>"section"===e.type?(0,C.jsx)(Gs,{section:e,state:t},e.key):(0,C.jsx)(Us,{item:e,state:t},e.key)))})}function Gs({section:e,state:r}){const{itemProps:n,headingProps:t,groupProps:o}=(0,br.useListBoxSection)({heading:e.rendered,"aria-label":e["aria-label"]});return(0,C.jsx)(C.Fragment,{children:(0,C.jsxs)("li",{...n,className:"pt-2",children:[e.rendered&&(0,C.jsx)("span",{...t,className:"text-xs font-bold uppercase text-gray-500 mx-3",children:e.rendered}),(0,C.jsx)("ul",{...o,children:[...e.childNodes].map((e=>(0,C.jsx)(Us,{item:e,state:r},e.key)))})]})})}function Us({item:e,state:r}){const n=(0,E.useRef)(null),{optionProps:t,isDisabled:o,isSelected:i,isFocused:s}=(0,br.useOption)({key:e.key},r,n);return(0,C.jsx)(Zr,{ref:n,disabled:o,selected:i,focus:s,label:e.rendered,...t,children:e.rendered},e.key)}const Ks=(0,E.forwardRef)((({small:e,error:r,isDisabled:n,focus:t,id:o,...i},s)=>{const{buttonProps:a}=(0,br.useButton)(i,s);return(0,C.jsx)(rr,{...a,id:o,"rcx-select":!0,ref:s,is:"button",display:"flex",flexDirection:"row",fontScale:"p2",justifyContent:"space-between","rcx-input-box--small":e,className:[r&&"invalid",n&&"disabled",t&&"focus"].filter(Boolean).join(" "),children:i.children})})),Zs=(0,E.forwardRef)((function({error:e,placeholder:r,value:n,onChange:t,small:o,isDisabled:i,disabled:s,id:a,...c},l){const d=i||s,u=(0,hr.useSelectState)({isDisabled:d,selectedKey:"bigint"!=typeof n?n:null,onSelectionChange:t,...c}),{ref:x,borderBoxSize:f}=(0,or.useResizeObserver)(),m=(0,or.useMergedRefs)(l,x),{triggerProps:b,valueProps:h,menuProps:p}=(0,br.useSelect)({isDisabled:d,...c},u,x),{focusProps:g,isFocusVisible:v}=(0,br.useFocusRing)();return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsxs)(Ks,{...(0,br.mergeProps)(g,b),ref:m,small:o,focus:v||u.isOpen,error:e,id:a,children:[(0,C.jsx)(br.HiddenSelect,{state:u,triggerRef:x,label:c.label,name:c.name,isDisabled:d}),(0,C.jsx)(rr,{is:"span",color:u.selectedItem?"default":"hint",...h,...o&&{fontScale:"c1"},children:u.selectedItem?u.selectedItem.rendered:r}),(0,C.jsx)(ar,{color:"default",name:u.isOpen?"chevron-up":"chevron-down",size:"x20"})]}),u.isOpen&&(0,C.jsx)(to,{state:u,triggerRef:x,placement:"bottom",offset:4,containerPadding:8,children:(0,C.jsx)(fn,{style:{width:f?.inlineSize},children:(0,C.jsx)(Ws,{...p,state:u})})})]})})),Ys=(0,E.forwardRef)((function({options:e,...r},n){return(0,C.jsx)(Zs,{ref:n,...r,children:e.map((e=>(0,C.jsx)(hr.Item,{title:e[1]??e[0],textValue:e[0],children:e[1]??e[0]},e[0])))})}));var Xs=(0,E.forwardRef)((function({children:e,filter:r,onChangeFilter:n,placeholder:t,...o},i){return(0,C.jsx)(Dr,{mi:4,flexGrow:1,className:"rcx-select__focus",ref:i,placeholder:t,value:r,onInput:e=>n(e.currentTarget.value),...o,"rcx-input-box--undecorated":!0})}));const Qs=(0,E.forwardRef)((function({options:e,placeholder:r,filter:n,setFilter:t,...o},i){const[s,a]=(0,E.useState)("");return(0,C.jsx)(Hs,{ref:i,placeholder:r,filter:n||s,options:e,...o,anchor:e=>(0,C.jsx)(Xs,{placeholder:r,filter:n||s,onChangeFilter:t||a,...e})})}));var Js=S(179);const ea=(0,E.memo)((()=>(0,C.jsx)(Zr,{label:"Empty"}))),ra=((0,E.memo)((function({selected:e,children:r,...n}){return(0,C.jsx)(Zr,{label:r,selected:e,...n,children:(0,C.jsx)(qr,{checked:e})})})),(0,E.forwardRef)((({withTitle:e,multiple:r,renderEmpty:n=ea,options:t,cursor:o,renderItem:i=Zr,onSelect:s,endReached:a,...c},l)=>{const d=({index:n,data:t})=>{const{value:a,label:c,selected:l}=t;return(0,E.createElement)(i,{...e&&{title:c},index:n,role:"option",label:c,onMouseDown:e=>(Ar(e),s([a,c]),!1),key:a,value:a,selected:l||!0!==r&&null,focus:o===n||null})};return(0,C.jsx)(rr,{"rcx-options":!0,...c,ref:l,children:(0,C.jsx)(dn,{padding:0,paddingBlock:"x12",paddingInline:0,elevation:"2",children:t.length?(0,C.jsx)(Js.Virtuoso,{endReached:a,style:{height:"144px"},totalCount:t.length,data:t,itemContent:(e,r)=>(0,C.jsx)(d,{index:e,data:r})}):(0,C.jsx)(n,{})})})})));var na=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"div","rcx-select__wrapper":!0,ref:r,...e})}));const ta=({value:e,withTitle:r,filter:n,setFilter:t,error:o,disabled:i,options:s=[],anchor:a=Wi,onChange:c=()=>{},placeholder:l,renderOptions:d=ra,renderItem:u=Zr,endReached:x,...f})=>{const[m,b]=(0,E.useState)(e),h=void 0!==e?e:m,p=s.find((e=>e?.value===h)),[g,v,j]=mn(),w=(0,or.useEffectEvent)((([e])=>{b(e),c(e),v()})),_=(0,E.useRef)(null),{ref:k,borderBoxSize:y}=(0,or.useResizeObserver)(),S=p?.label,N=void 0===n||g===mr.HIDDEN?S||l:void 0,I=(0,or.useEffectEvent)((()=>g===mr.VISIBLE?v():_&&_.current?(_.current.focus(),j()):void 0));return(0,C.jsxs)(rr,{"rcx-select":!0,disabled:i,ref:k,onClick:I,className:(0,E.useMemo)((()=>[o&&"invalid",i&&"disabled"]),[o,i]),...f,children:[(0,C.jsxs)(na,{display:"flex",mi:"neg-x4","rcx-select__wrapper--hidden":!!N,children:[N&&(0,C.jsx)(rr,{flexGrow:1,is:"span",mi:4,"rcx-select__item":!0,fontScale:"p2m",color:S?"default":"hint",children:N}),(0,C.jsx)(a,{disabled:i,"rcx-input-box--undecorated":!0,filter:n,ref:_,"aria-haspopup":"listbox",onClick:j,onBlur:v}),(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Hi,{children:(0,C.jsx)(ar,{name:g===mr.VISIBLE?"chevron-up":"chevron-down",size:"x20"})})})]}),(0,C.jsx)(gn,{visible:g,anchor:k,children:(0,C.jsx)(d,{withTitle:r,width:y.inlineSize,role:"listbox",filter:n,options:s,onSelect:w,endReached:x,onMouseDown:Ar,renderItem:u})})]})},oa=({filter:e,setFilter:r,options:n,placeholder:t,...o})=>{const i=(0,E.useMemo)((()=>(0,E.forwardRef)((({filter:e,onChange:n,...o},i)=>(0,C.jsx)(Dr,{mi:4,flexGrow:1,className:"rcx-select__focus",ref:i,placeholder:t,value:e,onChange:(0,or.useEffectEvent)((e=>{r(e.currentTarget.value)})),...o,"rcx-input-box--undecorated":!0})))),[t,r]);return(0,C.jsx)(ta,{placeholder:void 0,filter:e,options:n,...o,anchor:i})};var ia=({withTitle:e,value:r,filter:n,options:t=[],error:o,disabled:i,anchor:s=Wi,onChange:a=()=>{},placeholder:c,renderOptions:l=ra,renderItem:d=Zr,endReached:u,...x})=>{const[f,m]=(0,E.useState)(r||[]),b=void 0!==r?r:f,h=t.filter((e=>b.some((r=>r.value===e.value)))),[p,g,v]=mn(),j=(0,E.useRef)(null),{ref:w,borderBoxSize:_}=(0,or.useResizeObserver)(),k=(0,or.useEffectEvent)((()=>p===mr.VISIBLE?g():j&&j.current?(j.current.focus(),v()):void 0)),y=e=>{const r=b.filter((r=>r.value!==e));m(r),a(r)};return(0,C.jsxs)(rr,{is:"div","rcx-select":!0,className:[o&&"invalid",i&&"disabled"],ref:w,onClick:k,disabled:i,...x,children:[(0,C.jsx)(Zt.Item,{grow:1,children:(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Zt.Container,{children:(0,C.jsx)(rr,{is:"div",children:(0,C.jsx)(rr,{is:"div",display:"flex",alignItems:"center",flexWrap:"wrap",margin:"-x8",role:"listbox",children:(0,C.jsxs)($r,{all:"x4",children:[(0,C.jsx)(s,{disabled:i,ref:j,"aria-haspopup":"listbox",onClick:v,onBlur:g,order:1,"rcx-input-box--undecorated":!0,children:c??null}),h.map((({value:r,label:n},t)=>(0,C.jsx)(Pr,{maxWidth:"x150",withTruncatedText:!0,title:e?n:void 0,tabIndex:-1,role:"option",onClick:e=>{Ar(e),y(r)},children:n},r??t)))]})})})})})}),(0,C.jsx)(Zt.Item,{grow:0,shrink:0,children:(0,C.jsx)($r,{inline:"x4",children:(0,C.jsx)(Hi,{children:(0,C.jsx)(ar,{name:p===mr.VISIBLE?"cross":"chevron-down",size:"x20"})})})}),(0,C.jsx)(mr,{visibility:p,children:(0,C.jsx)(pn,{anchor:w,children:(0,C.jsx)(l,{width:_.inlineSize,onMouseDown:Ar,multiple:!0,filter:n,role:"listbox",options:t,cursor:-1,endReached:u,renderItem:d,onSelect:([e])=>{(e=>{b.some((r=>r.value===e))?y(e):(e=>{const r=t.find((r=>r.value===e));if(!r)return;const n=[...b,r];m(n),a(n)})(e)})(e)}})})})]})};const sa=({filter:e,setFilter:r,options:n,placeholder:t,...o})=>{const i=(0,E.useCallback)((0,E.forwardRef)((({children:e,filter:n,...o},i)=>(0,C.jsx)(Zt.Item,{grow:1,children:(0,C.jsx)(Dr,{ref:i,placeholder:t,value:n,onInput:e=>r?.(e.currentTarget.value),...o,"rcx-input-box--undecorated":!0})}))),[]);return(0,C.jsx)(ia,{filter:e,options:n,anchor:i,...o})};var aa=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"option","rcx-input-box__placeholder":!0,ref:r,...e})})),ca=(0,E.forwardRef)((function({children:e,multiple:r,placeholder:n,onChange:t,...o},i){const[s,a]=(0,E.useState)(!o.value&&!o.defaultValue),c=(0,E.useCallback)((e=>{a(!e.currentTarget.value),t?.call(e.currentTarget,e)}),[t]);return r?(0,C.jsx)(Fr,{children:e,...o,multiple:!0,type:"select",onChange:c}):(0,C.jsxs)(Fr,{placeholderVisible:s?!!n:void 0,ref:i,...o,addon:(0,C.jsx)(ar,{name:"chevron-down",size:"x20"}),type:"select",onChange:c,children:[n&&(0,C.jsx)(aa,{value:"",children:n}),e]})})),la=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(rr,{is:"option","rcx-input-box__option":!0,ref:r,...e})}));const da=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(zn,{ref:r,...e})})),ua=(0,E.forwardRef)((function(e,r){return(0,C.jsx)($n,{small:!0,ref:r,...e})})),xa=e=>(0,C.jsx)("div",{className:"rc-box rcx-box--full rcx-sidebar-item__container",...e}),fa=e=>(0,C.jsx)("div",{className:"rc-box rcx-box--full rcx-box--animated rcx-sidebar-item__menu-wrapper",...e}),ma=({className:e="",...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__container rcx-sidebar-item__content ${e}`,...r}),ba=({className:e="",...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__title ${e}`,...r}),ha=({className:e,...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__time ${e}`,...r}),pa=({className:e,...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__badge ${e}`,...r}),ga=({className:e,...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__subtitle ${e}`,...r}),va=({className:e="",...r})=>(0,C.jsx)("div",{className:`rc-box rcx-box--full rcx-sidebar-item__wrapper ${e}`,...r}),ja=({highlighted:e,children:r,icon:n,className:t,...o})=>(0,C.jsx)("div",{className:["rc-box rcx-box--full rcx-sidebar-item__icon",e&&"rcx-sidebar-item__icon--highlighted"].filter(Boolean).join(" "),...o,children:r||(0,C.jsx)(ar,{size:"x16",name:n,...o})}),wa=({...e})=>(0,C.jsx)(xa,{children:(0,C.jsx)("div",{className:"rc-box rcx-box--full rcx-sidebar-item__avatar",...e})}),_a=da,ka=e=>(0,C.jsx)(ua,{...e});var ya=Object.assign((({selected:e,highlighted:r,clickable:n,featured:t,is:o="div",children:i,...s})=>(0,C.jsx)(o,{className:["rc-box rcx-box--full rcx-sidebar-item",r&&"rcx-sidebar-item--highlighted",(n||"a"===o)&&"rcx-sidebar-item--clickable",e&&"rcx-sidebar-item--selected",t&&"rcx-sidebar-item--featured"].filter(Boolean).join(" "),...s,children:(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-item__wrapper",children:i})})),{Menu:fa,Container:xa,Content:ma,Title:ba,Subtitle:ga,Time:ha,Wrapper:va,Icon:ja,Avatar:wa,Actions:_a,Action:ka,Badge:pa});const Sa=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-title",...e});var Na=Object.assign((e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-section",...e})),{Title:Sa});const Ca=({text:e,description:r,onClick:n,variant:t="default",addon:o,onClose:i,children:s})=>(0,C.jsxs)("div",{className:`rcx-box rcx-box--full rcx-sidebar-banner rcx-sidebar-banner--${t}`,children:[(0,C.jsxs)("div",{children:[e&&(0,C.jsx)("div",{className:"rcx-sidebar-banner--text",children:e}),r&&(0,C.jsx)("div",{role:n?"link":void 0,tabIndex:0,className:["rcx-sidebar-banner--description",n&&"rcx-sidebar-banner--description--clickable"].filter(Boolean).join(" "),onClick:n,onKeyDown:e=>"Enter"===e.key&&n?.(),children:r}),s]}),(0,C.jsxs)("div",{className:"rcx-sidebar-banner__actions",children:[o,i&&(0,C.jsx)($n,{onClick:i,tiny:!0,icon:"cross"})]})]}),Ia=()=>(0,C.jsx)(Jr,{"rcx-sidebar--divider":!0,mbs:-2,mbe:0}),Ba=({className:e,...r})=>(0,C.jsx)("div",{className:["rc-box rc-box--full rcx-sidebar-topbar",e].filter(Boolean).join(" "),...r}),Ra=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(ua,{ref:r,...e})})),$a=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(da,{ref:r,...e})})),Ea=({children:e})=>(0,C.jsx)("div",{className:"rc-box rc-box--full rcx-sidebar-topbar__wrapper",children:e}),Ma=({className:e,children:r,...n})=>(0,C.jsxs)(Ba,{className:["rcx-sidebar-topbar--section",e].filter(Boolean).join(" "),...n,children:[(0,C.jsx)(Ea,{children:r}),(0,C.jsx)(Ia,{})]}),Ta=e=>(0,C.jsx)(rr,{className:"rcx-sidebar-topbar__title",withTruncatedText:!0,...e}),Pa=({children:e,className:r,...n})=>(0,C.jsxs)(Ba,{className:["rcx-sidebar-topbar--toolbox",r].filter(Boolean).join(" "),...n,children:[(0,C.jsx)(Ea,{children:e}),(0,C.jsx)(Ia,{})]}),Da=({className:e,...r})=>(0,C.jsx)("div",{className:["rc-box rc-box--full rcx-sidebar-topbar-v2 rcx-sidebar-topbar-v2",e].filter(Boolean).join(" "),...r}),za={size:"x24"};var Va=Object.assign(Ba,{Section:Ma,ToolBox:Pa,Wrapper:Ea,Avatar:za,Actions:$a,Action:Ra,Divider:Ia,Title:Ta});const Fa=({elevated:e,...r})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-footer",e&&"rcx-sidebar-footer--elevated"].filter(Boolean).join(" "),...r}),Oa=({...e})=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-footer__highlights",...e});var La=Object.assign((e=>(0,C.jsx)(rr,{"rcx-sidebar":!0,...e})),{TopBar:Va,Item:ya,Section:Na,Divider:Ia,Banner:Ca});const Aa=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidepanel",e].filter(Boolean).join(" "),...r}),qa=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidepanel-section",e].filter(Boolean).join(" "),...r}),Ha=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidepanel-section__action",e].filter(Boolean).join(" "),...r}),Wa=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidepanel-header__title",e].filter(Boolean).join(" "),...r}),Ga=()=>(0,C.jsx)(Jr,{"rcx-sidepanel--divider":!0,mbs:-2,mbe:0}),Ua=({className:e,...r})=>(0,C.jsxs)("div",{className:"rcx-sidepanel-header-wrapper",children:[(0,C.jsx)("div",{className:["rcx-sidepanel-header",e].filter(Boolean).join(" "),...r}),(0,C.jsx)(Ga,{})]}),Ka=(0,E.forwardRef)((function({className:e,...r},n){return(0,C.jsx)("div",{role:"list",ref:n,className:["rcx-sidepanel-list",e].filter(Boolean).join(" "),...r})})),Za=(0,E.forwardRef)((function({className:e,...r},n){return(0,C.jsx)("div",{role:"listitem",ref:n,className:["rcx-sidepanel-list__item",e].filter(Boolean).join(" "),...r})})),Ya=(0,E.forwardRef)((({collapsed:e,className:r,...n},t)=>(0,C.jsx)("nav",{ref:t,className:["rcx-box rcx-box--full rcx-sidebar-v2","rcx-box--animated",e&&"rcx-sidebar-v2--collapsed",r].filter(Boolean).join(" "),...n}))),Xa=({className:e,children:r,...n})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-accordion rcx-box--animated",e].filter(Boolean).join(" "),...n,children:(0,C.jsx)("div",{className:"rcx-sidebar-v2-accordion__wrapper",children:r})}),Qa=({expanded:e,defaultExpanded:r,disabled:n,noncollapsible:t,tabIndex:o=0})=>{const[i,s]=(0,or.useToggle)(r),a=(e=>void 0!==e)(e)?e:i,c=t||a,l=(0,E.useId)(),d=(0,E.useId)();return{barProps:t?{"aria-disabled":"true","aria-expanded":"true","aria-labelledby":l}:{"aria-controls":d,"aria-expanded":a?"true":"false",tabIndex:n?void 0:o,onClick:e=>{n||(e.currentTarget?.blur(),s())},onKeyDown:e=>{if(!n&&e.currentTarget===e.target&&["Enter","Space"].includes(e.code)){if(e.preventDefault(),e.repeat)return;s()}}},titleId:l,panelId:d,panelExpanded:c,expanded:a}},Ja=({children:e,title:r,badge:n,noncollapsible:t,disabled:o,expanded:i,defaultExpanded:s,tabIndex:a,...c})=>{const{barProps:l,expanded:d,panelExpanded:u,panelId:x,titleId:f}=Qa({expanded:i,defaultExpanded:s,tabIndex:a,disabled:o,noncollapsible:t});return(0,C.jsxs)("section",{className:"rcx-box rcx-box--full rcx-sidebar-v2-accordion-item",...c,children:[(0,C.jsxs)("div",{role:"button",className:["rcx-box rcx-box--full rcx-sidebar-v2-accordion-item__bar rcx-box--animated",o&&"rcx-sidebar-v2-accordion-item__bar--disabled"].filter(Boolean).join(" "),...l,children:[!t&&(0,C.jsx)(cr,{className:"rcx-sidebar-v2-accordion-item__chevron",size:"x16",right:!d}),r&&(0,C.jsx)("h5",{className:"rcx-sidebar-v2-accordion-item__title",id:f,children:r}),!d&&n&&n]}),(0,C.jsx)("div",{className:["rcx-sidebar-v2-accordion-item__panel","rcx-box--animated",u&&"rcx-sidebar-v2-accordion-item__panel--expanded"].filter(Boolean).join(" "),id:x,children:e})]})},ec=(0,E.forwardRef)((function(e,r){return(0,C.jsx)($n,{small:!0,ref:r,...e})})),rc=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(zn,{ref:r,...e})})),nc=({selected:e,icon:r,badge:n,menu:t,...o})=>(0,C.jsxs)("a",{role:"link",tabIndex:0,className:["rcx-box rcx-box--full","rcx-sidebar-v2-link","rcx-sidebar-v2-item",e&&"rcx-sidebar-v2-item--selected"].filter(Boolean).join(" "),onClick:e=>e.stopPropagation(),onKeyDown:e=>"Enter"===e.code&&e.stopPropagation(),...o,children:[r&&(0,C.jsx)(ar,{name:r,size:"x20",className:"rcx-sidebar-v2-item__icon"}),(0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__title",children:o.children}),n,t&&Rr((0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu-wrapper",children:t}),(e=>({className:T(e.className,"rcx-box rcx-box--full rcx-sidebar-v2-item__menu rcx-box--animated")})))]}),tc=({selected:e,level:r=1,className:n,children:t,is:o="a",...i})=>(0,C.jsx)(o,{className:["rcx-box rcx-box--full rcx-sidebar-v2-item",e&&"rcx-sidebar-v2-item--selected",r&&`rcx-sidebar-v2-item--level-${r}`,n].filter(Boolean).join(" "),...i,children:t}),oc=({children:e,className:r,icon:n="plus-small",...t})=>(0,C.jsxs)("div",{role:"button",tabIndex:0,className:["rcx-box rcx-box--full rcx-sidebar-v2-item rcx-sidebar-v2-item__action",r].filter(Boolean).join(" "),...t,children:[(0,C.jsx)(ar,{name:n,size:"x20"}),e]}),ic=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__avatar",e].filter(Boolean).join(" "),...r}),sc=({className:e,...r})=>(0,C.jsx)(Nn,{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__badge",e].filter(Boolean).join(" "),...r}),ac=({icon:e,className:r,highlighted:n,...t})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__icon",n&&"rcx-sidebar-v2-item__icon--highlighted",r].filter(Boolean).join(" "),children:(0,E.isValidElement)(e)?e:(0,C.jsx)(ar,{name:e,size:"x20",...t})}),cc=({children:e,...r})=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu-wrapper rcx-box--animated",...r,children:Rr((0,C.jsx)("span",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__menu",children:e}),(e=>({className:T(e.className,"rcx-sidebar-v2-item__menu")})))}),lc=({className:e,unread:r,...n})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__title",r&&"rcx-sidebar-v2-item__title--highlighted",e].filter(Boolean).join(" "),...n}),dc=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__row",e].filter(Boolean).join(" "),...r}),uc=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__col",e].filter(Boolean).join(" "),...r}),xc=({className:e,unread:r,...n})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__timestamp",r&&"rcx-sidebar-v2-item__timestamp--highlighted",e].filter(Boolean).join(" "),...n}),fc=(0,E.forwardRef)((({className:e,children:r,...n},t)=>(0,C.jsx)("div",{ref:t,role:"listitem",className:["rcx-box rcx-box--full rcx-sidebar-item__list-item",e].filter(Boolean).join(" "),...n,children:r}))),mc=({className:e,unread:r,...n})=>(0,C.jsx)("div",{className:["rcx-box rcx-box--full rcx-sidebar-v2-item__subtitle",r&&"rcx-sidebar-v2-item__subtitle--highlighted",e].filter(Boolean).join(" "),...n}),bc=e=>(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-item__status-bullet",children:(0,C.jsx)(Ps,{...e})}),hc=({title:e,titleId:r,badge:n,barProps:t,expanded:o,...i})=>(0,C.jsxs)("div",{className:["rcx-box rcx-box--full","rcx-sidebar-v2-collapse-group__bar rcx-box--animated"].filter(Boolean).join(" "),...t,...i,children:[void 0!==o&&(0,C.jsx)(cr,{size:"x20",right:!o}),e&&(0,C.jsx)("h4",{className:"rcx-box rcx-box--full rcx-sidebar-v2-collapse-group__title",id:r,children:e}),!o&&n&&n]}),pc=(0,E.forwardRef)((({expanded:e,defaultExpanded:r,tabIndex:n,children:t,badge:o,title:i,...s},a)=>{const{barProps:c,expanded:l,panelExpanded:d,panelId:u,titleId:x}=Qa({expanded:e,defaultExpanded:r,tabIndex:n});return(0,C.jsxs)("section",{className:"rcx-box rcx-box--full rcx-sidebar-v2-collapse-group",...s,children:[(0,C.jsx)(hc,{expanded:l,title:i,titleId:x,badge:o,barProps:c,role:"button"}),(0,C.jsx)("div",{role:"list",ref:a,className:["rcx-box rcx-box--full rcx-sidebar-v2-collapse-group__panel rcx-box--animated",d&&"rcx-sidebar-v2-collapse-group__panel--expanded"].filter(Boolean).join(" "),id:u,children:t})]})})),gc=({title:e,linkText:r,linkProps:n,variant:t="default",addon:o,onClose:i,children:s,...a})=>(0,C.jsxs)("div",{className:`rcx-box rcx-box--full rcx-sidebar-v2-banner rcx-sidebar-v2-banner--${t}`,...a,children:[(0,C.jsxs)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__content",children:[e&&(0,C.jsx)("h5",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__title",children:e}),r&&(0,C.jsx)("a",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__link",...n,children:r}),s]}),(0,C.jsxs)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-banner__addon",children:[o,i&&(0,C.jsx)($n,{onClick:i,tiny:!0,icon:"cross"})]})]}),vc=({children:e,...r})=>(0,C.jsx)("footer",{className:"rcx-sidebar-v2-footer",...r,children:e}),jc=({children:e,...r})=>(0,C.jsx)(rr,{className:"rcx-sidebar-v2-footer__content",...r,children:e}),wc=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidebar-v2-media",e].filter(Boolean).join(" "),...r}),_c=({align:e="end",small:r=!0,...n})=>(0,C.jsx)(zn,{align:e,small:r,...n}),kc=({className:e,label:r,children:n,...t})=>(0,C.jsxs)("div",{className:["rcx-sidebar-v2-media__controller",e].filter(Boolean).join(" "),children:[(0,C.jsx)("div",{className:"rcx-sidebar-v2-media__controller__label",children:r}),(0,C.jsx)(_c,{small:!0,align:"end",...t,children:n})]}),yc=({className:e,...r})=>(0,C.jsx)("div",{className:["rcx-sidebar-v2-media__title",e].filter(Boolean).join(" "),...r}),Sc=()=>(0,C.jsx)(Jr,{"rcx-sidebar-v2--divider":!0,mbs:-2,mbe:0}),Nc=e=>(0,C.jsxs)("div",{children:[(0,C.jsx)("div",{className:"rcx-box rcx-box--full rcx-sidebar-v2-section",...e}),(0,C.jsx)(Sc,{})]});var Cc=({children:e,...r})=>(0,C.jsx)("div",{...r,className:"rcx-states",children:e}),Ic=({primary:e=!0,...r})=>(0,C.jsx)(In,{...r,primary:e}),Bc=e=>(0,C.jsx)(zn,{...e}),Rc=({variation:e,...r})=>(0,C.jsx)(ar,{...r,"rcx-states__icon":!0,className:e&&`rcx-states__icon--${e}`,size:"x32"}),$c=e=>(0,C.jsx)(rr,{is:"a","rcx-states__link":!0,...e}),Ec=({children:e,...r})=>(0,C.jsx)("div",{...r,className:"rcx-states__subtitle",children:e}),Mc=({children:e,...r})=>(0,C.jsx)("div",{...r,className:"rcx-states__suggestion",children:e}),Tc=({children:e,...r})=>(0,C.jsx)("ul",{...r,className:"rcx-states__list",children:e}),Pc=({children:e,...r})=>(0,C.jsx)("li",{...r,className:"rcx-states__list-item",children:(0,C.jsx)("span",{className:"rcx-states__list-item-wrapper",children:e})}),Dc=({children:e,...r})=>(0,C.jsx)("div",{...r,className:"rcx-states__suggestion-text",children:e}),zc=({children:e,...r})=>(0,C.jsx)("h3",{...r,className:"rcx-states__title",children:e});const Vc=({striped:e,sticky:r,fixed:n=!1,...t})=>(0,C.jsx)(rr,{"rcx-table__wrapper":!0,children:(0,C.jsx)(rr,{is:"table","rcx-table":!0,"rcx-table--fixed":n,"rcx-table--sticky":r,"rcx-table--striped":e,...t})}),Fc=e=>(0,C.jsx)(rr,{is:"tbody","rcx-table__body":!0,...e}),Oc=(0,E.createContext)(!1),Lc=e=>(0,C.jsx)(Oc.Provider,{value:!0,children:(0,C.jsx)(rr,{is:"thead","rcx-table__head":!0,...e})}),Ac=({align:e,clickable:r,children:n,...t})=>{const o=(0,E.useContext)(Oc),i=n??(o?void 0:(0,C.jsx)(rr,{display:"inline-block",is:"hr",width:"x14",borderWidth:1}));return(0,C.jsx)(rr,{is:o?"th":"td","rcx-table__cell":!0,"rcx-table__cell--align":e,"rcx-table__cell--header":o,"rcx-table__cell--clickable":r,children:i,...t})},qc=e=>(0,C.jsx)(rr,{is:"tfoot","rcx-table__foot":!0,...e}),Hc=({action:e,selected:r,...n})=>(0,C.jsx)(rr,{is:"tr","rcx-table__row":!0,"rcx-table__row--selected":r,"rcx-table__row--action":e,...n}),Wc=({children:e,text:r,...n})=>(0,C.jsxs)(rr,{"rcx-table__selection":!0,display:"flex",alignItems:"center",justifyContent:"space-between",pi:24,elevation:"2",...n,children:[(0,C.jsx)(rr,{fontScale:"p2b",mb:16,flexShrink:1,withTruncatedText:!0,children:r}),e&&(0,C.jsx)(rr,{mi:"neg-x8",fontScale:"p2m",flexShrink:0,children:(0,C.jsx)($r,{inline:"x4",children:e})})]}),Gc=e=>(0,C.jsx)(Cn,{small:!0,flexShrink:0,...e}),Uc=e=>(0,C.jsx)(zn,{...e}),Kc=(0,E.forwardRef)((function({selected:e,disabled:r,...n},t){return(0,C.jsx)(rr,{is:"button","rcx-tabs__item":!0,"rcx-tabs__item--selected":e,"rcx-tabs__item--disabled":r,"rcx-tabs__item--selected--disabled":e&&r,"aria-selected":e?"true":"false",ref:t,role:"tab",...n})}));function Zc({children:e,divider:r=!0,...n}){return(0,C.jsx)(rr,{is:"div","rcx-tabs":!0,"rcx-tabs--with-divider":r,...n,children:(0,C.jsx)(rr,{is:"div","rcx-tabs__scroll-box":!0,children:(0,C.jsx)(rr,{is:"div","rcx-tabs__wrapper":!0,children:e,role:"tablist"})})})}Zc.Item=Kc;const Yc=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"tel",ref:r,...e})})),Xc=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"textarea",ref:r,...e})})),Qc=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"text",ref:r,...e})}));function Jc({disabled:e,circleCount:r,iteration:n,inheritColor:t,...o}){return(0,C.jsx)(rr,{is:"span",className:M.css`
|
|
200
|
+
animation-duration: ${.466*r}s;
|
|
201
|
+
animation-delay: ${.16*n}s;
|
|
202
|
+
`,"rcx-throbber__circle":!0,"rcx-throbber__circle--disabled":e,"rcx-throbber__circle--inherit-color":t,...o})}const el=(0,E.forwardRef)((function({disabled:e,size:r="x16",circleCount:n=3,inheritColor:t,...o},i){return(0,C.jsx)(rr,{"rcx-throbber":!0,ref:i,...o,children:Array.from({length:n||3},((o,i)=>(0,C.jsx)(Jc,{circleCount:n,iteration:i,disabled:!!e,size:r,inheritColor:!!t},i)))})}));function rl({children:e,className:r="",variant:n="info",time:t=5,isPaused:o,id:i,onClose:s,buttonLabel:a="Dismiss alert",...c}){const l=("success"===n?"circle-check":"error"===n&&"ban")||"info",d=M.keyframes`
|
|
203
|
+
from {
|
|
204
|
+
opacity: 0;
|
|
205
|
+
}
|
|
206
|
+
to {
|
|
207
|
+
opacity: 1;
|
|
208
|
+
}
|
|
209
|
+
`,u=M.keyframes`
|
|
210
|
+
from {
|
|
211
|
+
width: 0%;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
to {
|
|
215
|
+
width: 100%;
|
|
216
|
+
}
|
|
217
|
+
`,x=M.css`
|
|
218
|
+
animation: ${d} 0.5s;
|
|
219
|
+
`,f=M.css`
|
|
220
|
+
&::after {
|
|
221
|
+
width: 0%;
|
|
222
|
+
animation: ${u} ${t}s;
|
|
223
|
+
animation-fill-mode: forwards;
|
|
224
|
+
animation-play-state: ${o?"paused":"running"};
|
|
225
|
+
}
|
|
226
|
+
`,m=(0,E.useId)(),b=i||m;return(0,C.jsxs)(rr,{className:[`rcx-toastbar rcx-toastbar--${n} ${r}`,x],elevation:"2nb",borderRadius:"x4",...c,children:[(0,C.jsxs)("div",{className:"rcx-toastbar_inner",children:[(0,C.jsx)(ar,{className:`rcx-toastbar_icon--${n}`,size:"x20",name:l}),(0,C.jsx)("div",{role:"alert",className:"rcx-toastbar_content",children:e}),s&&(0,C.jsx)("div",{className:"rcx-toastbar-close",children:(0,C.jsx)($n,{tiny:!0,"aria-label":a,onClick:()=>s(b),icon:"cross"})})]}),(0,C.jsx)(rr,{className:[f,"rcx-toastbar_progressbar"]})]})}const nl=(0,E.forwardRef)((function({className:e,labelChildren:r,...n},t){return(0,C.jsxs)(rr,{is:"label",className:e,"rcx-toggle-switch":!0,children:[r,(0,C.jsx)(rr,{is:"input",ref:t,"rcx-toggle-switch__input":!0,type:"checkbox",...n}),(0,C.jsx)(rr,{is:"i","rcx-toggle-switch__fake":!0,"aria-hidden":"true"})]})}));var tl=(0,E.forwardRef)((function({variation:e="dark",placement:r,...n},t){const[o,i]=(e=>{const[r,n]=e?e.split("-"):[!1,!1];return"right"===r||"left"===r?[r,!1]:[r,n]})(r);return(0,C.jsx)(rr,{is:"div",ref:t,"rcx-tooltip":!0,"rcx-tooltip--dir":o,"rcx-tooltip--pos":i,"rcx-tooltip--light":"light"===e,"rcx-tooltip--dark":"dark"===e,...n})})),ol=(0,E.forwardRef)((function(e,r){return(0,C.jsx)(Fr,{type:"url",ref:r,...e})}));return N}()}));
|