@saleor/macaw-ui 0.7.3 → 0.7.4
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/dist/Inter-Black.woff2 +0 -0
- package/dist/Inter-BlackItalic.woff2 +0 -0
- package/dist/Inter-Bold.woff2 +0 -0
- package/dist/Inter-BoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraBold.woff2 +0 -0
- package/dist/Inter-ExtraBoldItalic.woff2 +0 -0
- package/dist/Inter-ExtraLight.woff2 +0 -0
- package/dist/Inter-ExtraLightItalic.woff2 +0 -0
- package/dist/Inter-Italic.woff2 +0 -0
- package/dist/Inter-Light.woff2 +0 -0
- package/dist/Inter-LightItalic.woff2 +0 -0
- package/dist/Inter-Medium.woff2 +0 -0
- package/dist/Inter-MediumItalic.woff2 +0 -0
- package/dist/Inter-Regular.woff2 +0 -0
- package/dist/Inter-SemiBold.woff2 +0 -0
- package/dist/Inter-SemiBoldItalic.woff2 +0 -0
- package/dist/Inter-Thin.woff2 +0 -0
- package/dist/Inter-ThinItalic.woff2 +0 -0
- package/dist/Inter-italic.var.woff2 +0 -0
- package/dist/Inter-roman.var.woff2 +0 -0
- package/dist/Inter.var.woff2 +0 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +2 -2
- package/dist/components/Accordion/Accordion.stories.d.ts +9 -0
- package/dist/components/Accordion/Item/Content.d.ts +9 -0
- package/dist/components/Accordion/Item/Item.d.ts +10 -0
- package/dist/components/Accordion/Item/Trigger.d.ts +10 -0
- package/dist/components/Accordion/Item/TriggerButton.d.ts +8 -0
- package/dist/components/Accordion/Item/index.d.ts +4 -0
- package/dist/components/Accordion/Root.d.ts +1071 -0
- package/dist/components/Accordion/common.css.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts +1081 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +1078 -0
- package/dist/components/Avatar/Store/Store.css.d.ts +14 -0
- package/dist/components/Avatar/Store/Store.d.ts +12 -0
- package/dist/components/Avatar/Store/index.d.ts +1 -0
- package/dist/components/Avatar/User/User.css.d.ts +14 -0
- package/dist/components/Avatar/User/User.d.ts +12 -0
- package/dist/components/Avatar/User/index.d.ts +1 -0
- package/dist/components/Avatar/common.css.d.ts +6 -0
- package/dist/components/Avatar/index.d.ts +2141 -0
- package/dist/components/BaseInput/BaseInput.css.d.ts +57 -0
- package/dist/components/BaseInput/HelperText.d.ts +8 -0
- package/dist/components/BaseInput/index.d.ts +2 -0
- package/dist/components/BaseSelect/BaseSelect.css.d.ts +22 -0
- package/dist/components/BaseSelect/LoadingListItem/LoadingListItem.d.ts +7 -0
- package/dist/components/BaseSelect/LoadingListItem/index.d.ts +1 -0
- package/dist/components/BaseSelect/helpers.d.ts +6 -0
- package/dist/components/BaseSelect/index.d.ts +4 -0
- package/dist/components/BaseSelect/types.d.ts +9 -0
- package/dist/components/Box/Box.d.ts +1061 -0
- package/dist/components/Box/index.d.ts +1 -0
- package/dist/components/Button/Button.css.d.ts +18 -0
- package/dist/components/Button/Button.d.ts +1076 -0
- package/dist/components/Button/Button.stories.d.ts +17 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/utils.d.ts +2 -0
- package/dist/components/Button/utils.test.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.css.d.ts +4 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1082 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +10 -0
- package/dist/components/Checkbox/CheckedIcon.d.ts +7 -0
- package/dist/components/Checkbox/IndeterminateIcon.d.ts +7 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.css.d.ts +9 -0
- package/dist/components/Chip/Chip.d.ts +1070 -0
- package/dist/components/Chip/Chip.stories.d.ts +6 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Combobox/Common/ComboboxWrapper.d.ts +18 -0
- package/dist/components/Combobox/Common/index.d.ts +2 -0
- package/dist/components/Combobox/Common/useCombobox.d.ts +23 -0
- package/dist/components/Combobox/Dynamic/DynamicCombobox.d.ts +2175 -0
- package/dist/components/Combobox/Dynamic/DynamicCombobox.stories.d.ts +7 -0
- package/dist/components/Combobox/Dynamic/index.d.ts +1 -0
- package/dist/components/Combobox/Static/Combobox.d.ts +2157 -0
- package/dist/components/Combobox/Static/StaticCombobox.stories.d.ts +12 -0
- package/dist/components/Combobox/Static/index.d.ts +1 -0
- package/dist/components/Combobox/index.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +1065 -0
- package/dist/components/Divider/Divider.stories.d.ts +6 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Drawer/Content.css.d.ts +1 -0
- package/dist/components/Drawer/Content.d.ts +10 -0
- package/dist/components/Drawer/Drawer.stories.d.ts +6 -0
- package/dist/components/Drawer/Root.d.ts +8 -0
- package/dist/components/Drawer/Trigger.d.ts +8 -0
- package/dist/components/Drawer/index.d.ts +17 -0
- package/dist/components/Dropdown/Content.d.ts +11 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts +7 -0
- package/dist/components/Dropdown/Item.d.ts +9 -0
- package/dist/components/Dropdown/Root.d.ts +10 -0
- package/dist/components/Dropdown/Trigger.d.ts +8 -0
- package/dist/components/Dropdown/common.css.d.ts +2 -0
- package/dist/components/Dropdown/index.d.ts +23 -0
- package/dist/components/DropdownButton/DropdownButton.css.d.ts +13 -0
- package/dist/components/DropdownButton/DropdownButton.d.ts +1073 -0
- package/dist/components/DropdownButton/DropdownButton.stories.d.ts +7 -0
- package/dist/components/DropdownButton/index.d.ts +1 -0
- package/dist/components/ExperimentalFilters/EventEmitter.d.ts +18 -0
- package/dist/components/ExperimentalFilters/ExperimentalFilters.stories.d.ts +8 -0
- package/dist/components/ExperimentalFilters/Filters.d.ts +8 -0
- package/dist/components/ExperimentalFilters/Footer.d.ts +5 -0
- package/dist/components/ExperimentalFilters/NoValue.d.ts +3 -0
- package/dist/components/ExperimentalFilters/RangeInputWrapper.d.ts +3 -0
- package/dist/components/ExperimentalFilters/RightOperator.d.ts +12 -0
- package/dist/components/ExperimentalFilters/Root.d.ts +11 -0
- package/dist/components/ExperimentalFilters/Row.d.ts +13 -0
- package/dist/components/ExperimentalFilters/constrains.d.ts +7 -0
- package/dist/components/ExperimentalFilters/context.d.ts +9 -0
- package/dist/components/ExperimentalFilters/errors.d.ts +30 -0
- package/dist/components/ExperimentalFilters/index.d.ts +4264 -0
- package/dist/components/ExperimentalFilters/operators.d.ts +11 -0
- package/dist/components/ExperimentalFilters/types.d.ts +152 -0
- package/dist/components/ExperimentalFilters/useEvents.d.ts +9 -0
- package/dist/components/Expression/AutosizeInput/index.d.ts +23 -0
- package/dist/components/Expression/AutosizeInput/useTextMetrics.d.ts +5 -0
- package/dist/components/Expression/Condition.d.ts +14 -0
- package/dist/components/Expression/Dropdown.d.ts +23 -0
- package/dist/components/Expression/Expression.css.d.ts +37 -0
- package/dist/components/Expression/Expression.stories.d.ts +10 -0
- package/dist/components/Expression/OperandAutocomplete.d.ts +1070 -0
- package/dist/components/Expression/OperandDropdown.d.ts +9 -0
- package/dist/components/Expression/OperandNumber.d.ts +17 -0
- package/dist/components/Expression/OperandRange.d.ts +15 -0
- package/dist/components/Expression/OperandText.d.ts +9 -0
- package/dist/components/Expression/Root.d.ts +8 -0
- package/dist/components/Expression/index.d.ts +1111 -0
- package/dist/components/Icons/ArrowDownIcon.d.ts +18 -0
- package/dist/components/Icons/ArrowLeftIcon.d.ts +18 -0
- package/dist/components/Icons/ArrowRightIcon.d.ts +18 -0
- package/dist/components/Icons/ArrowUpIcon.d.ts +18 -0
- package/dist/components/Icons/CatalogIcon.d.ts +18 -0
- package/dist/components/Icons/CheckboxIcon.d.ts +18 -0
- package/dist/components/Icons/ChervonDoubleIcon.d.ts +18 -0
- package/dist/components/Icons/ChervonDownIcon.d.ts +18 -0
- package/dist/components/Icons/ChervonUpIcon.d.ts +18 -0
- package/dist/components/Icons/ChevronLeftIcon.d.ts +18 -0
- package/dist/components/Icons/ChevronRightIcon.d.ts +18 -0
- package/dist/components/Icons/CloseIcon.d.ts +18 -0
- package/dist/components/Icons/ConfigurationIcon.d.ts +18 -0
- package/dist/components/Icons/CopyIcon.d.ts +18 -0
- package/dist/components/Icons/CustomersIcon.d.ts +18 -0
- package/dist/components/Icons/DarkModeIcon.d.ts +18 -0
- package/dist/components/Icons/EditIcon.d.ts +18 -0
- package/dist/components/Icons/ExportIcon.d.ts +18 -0
- package/dist/components/Icons/ExternalLinkIcon.d.ts +18 -0
- package/dist/components/Icons/FileExportIcon.d.ts +18 -0
- package/dist/components/Icons/FloppyDiscIcon.d.ts +18 -0
- package/dist/components/Icons/FullscreenOffIcon.d.ts +18 -0
- package/dist/components/Icons/FullscreenOnIcon.d.ts +18 -0
- package/dist/components/Icons/GenericAppIcon.d.ts +18 -0
- package/dist/components/Icons/GripIcon.d.ts +18 -0
- package/dist/components/Icons/HomeIcon.d.ts +18 -0
- package/dist/components/Icons/InfoIcon.d.ts +18 -0
- package/dist/components/Icons/LightModeIcon.d.ts +18 -0
- package/dist/components/Icons/MailIcon.d.ts +18 -0
- package/dist/components/Icons/MarketplaceIcon.d.ts +18 -0
- package/dist/components/Icons/MenuIcon.d.ts +18 -0
- package/dist/components/Icons/MoreOptionsIcon.d.ts +18 -0
- package/dist/components/Icons/OrdersIcon.d.ts +18 -0
- package/dist/components/Icons/PlusIcon.d.ts +18 -0
- package/dist/components/Icons/ProductsIcons.d.ts +18 -0
- package/dist/components/Icons/RemoveIcon.d.ts +18 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.css.d.ts +36 -0
- package/dist/components/Icons/SVGWrapper/SVGWrapper.d.ts +17 -0
- package/dist/components/Icons/SVGWrapper/createSVGWrapper.d.ts +18 -0
- package/dist/components/Icons/SVGWrapper/index.d.ts +2 -0
- package/dist/components/Icons/SearchIcon.d.ts +18 -0
- package/dist/components/Icons/SellsIcon.d.ts +18 -0
- package/dist/components/Icons/StorefrontIcon.d.ts +18 -0
- package/dist/components/Icons/TableEditIcon.d.ts +18 -0
- package/dist/components/Icons/TranslationsIcon.d.ts +18 -0
- package/dist/components/Icons/TrashBinIcon.d.ts +18 -0
- package/dist/components/Icons/ViewListIcon.d.ts +18 -0
- package/dist/components/Icons/ViewTableIcon.d.ts +18 -0
- package/dist/components/Icons/ViewTilesIcon.d.ts +18 -0
- package/dist/components/Icons/ViewWideTilesIcon.d.ts +18 -0
- package/dist/components/Icons/VouchersIcon.d.ts +18 -0
- package/dist/components/Icons/WarningIcon.d.ts +18 -0
- package/dist/components/Icons/index.d.ts +48 -0
- package/dist/components/Input/Input.d.ts +1077 -0
- package/dist/components/Input/Input.stories.d.ts +14 -0
- package/dist/components/Input/Input.test.d.ts +1 -0
- package/dist/components/Input/InputWrapper.d.ts +28 -0
- package/dist/components/Input/InputWrapper.test.d.ts +1 -0
- package/dist/components/Input/helpers.d.ts +4 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/List/Divider.d.ts +10 -0
- package/dist/components/List/Item.d.ts +1073 -0
- package/dist/components/List/ItemGroup/Content.d.ts +7 -0
- package/dist/components/List/ItemGroup/Root.d.ts +11 -0
- package/dist/components/List/ItemGroup/Trigger.d.ts +13 -0
- package/dist/components/List/ItemGroup/common.css.d.ts +3 -0
- package/dist/components/List/ItemGroup/context.d.ts +7 -0
- package/dist/components/List/ItemGroup/index.d.ts +18 -0
- package/dist/components/List/List.d.ts +1069 -0
- package/dist/components/List/List.stories.d.ts +9 -0
- package/dist/components/List/index.d.ts +2151 -0
- package/dist/components/Modal/Close.d.ts +8 -0
- package/dist/components/Modal/Content.css.d.ts +1 -0
- package/dist/components/Modal/Content.d.ts +8 -0
- package/dist/components/Modal/Modal.stories.d.ts +7 -0
- package/dist/components/Modal/Root.d.ts +10 -0
- package/dist/components/Modal/Trigger.d.ts +8 -0
- package/dist/components/Modal/index.d.ts +21 -0
- package/dist/components/Multiselect/Common/Adornment.d.ts +10 -0
- package/dist/components/Multiselect/Common/Multiselect.css.d.ts +17 -0
- package/dist/components/Multiselect/Common/MultiselectWrapper.d.ts +21 -0
- package/dist/components/Multiselect/Common/index.d.ts +3 -0
- package/dist/components/Multiselect/Common/useMultiselect.d.ts +29 -0
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.d.ts +2176 -0
- package/dist/components/Multiselect/Dynamic/DynamicMultiselect.stories.d.ts +5 -0
- package/dist/components/Multiselect/Dynamic/index.d.ts +1 -0
- package/dist/components/Multiselect/Static/Multiselect.d.ts +2164 -0
- package/dist/components/Multiselect/Static/Multiselect.stories.d.ts +11 -0
- package/dist/components/Multiselect/Static/index.d.ts +1 -0
- package/dist/components/Multiselect/index.d.ts +2 -0
- package/dist/components/Popover/Anchor.d.ts +8 -0
- package/dist/components/Popover/Arrow.d.ts +10 -0
- package/dist/components/Popover/Close.d.ts +6 -0
- package/dist/components/Popover/Content.d.ts +15 -0
- package/dist/components/Popover/Popover.css.d.ts +2 -0
- package/dist/components/Popover/Popover.stories.d.ts +6 -0
- package/dist/components/Popover/Root.d.ts +13 -0
- package/dist/components/Popover/Trigger.d.ts +8 -0
- package/dist/components/Popover/index.d.ts +33 -0
- package/dist/components/RadioGroup/Group.css.d.ts +16 -0
- package/dist/components/RadioGroup/Group.d.ts +1079 -0
- package/dist/components/RadioGroup/Item.css.d.ts +72 -0
- package/dist/components/RadioGroup/Item.d.ts +1076 -0
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +8 -0
- package/dist/components/RadioGroup/index.d.ts +2137 -0
- package/dist/components/RangeInput/RangeInput.d.ts +1081 -0
- package/dist/components/RangeInput/RangeInput.stories.d.ts +7 -0
- package/dist/components/RangeInput/index.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.css.d.ts +19 -0
- package/dist/components/SearchInput/SearchInput.d.ts +1064 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +6 -0
- package/dist/components/SearchInput/index.d.ts +1 -0
- package/dist/components/Select/Select.d.ts +2151 -0
- package/dist/components/Select/Select.stories.d.ts +10 -0
- package/dist/components/Select/SelectWrapper.d.ts +18 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/useSelect.d.ts +22 -0
- package/dist/components/Skeleton/Skeleton.css.d.ts +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +6 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Spinner/Spinner.css.d.ts +1 -0
- package/dist/components/Spinner/Spinner.d.ts +4 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +6 -0
- package/dist/components/Spinner/index.d.ts +1 -0
- package/dist/components/Switch/Item.d.ts +13 -0
- package/dist/components/Switch/Switch.css.d.ts +12 -0
- package/dist/components/Switch/Switch.d.ts +1072 -0
- package/dist/components/Switch/Switch.stories.d.ts +6 -0
- package/dist/components/Switch/index.d.ts +1071 -0
- package/dist/components/Text/Text.css.d.ts +25 -0
- package/dist/components/Text/Text.d.ts +1074 -0
- package/dist/components/Text/Text.stories.d.ts +13 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Textarea/Textarea.d.ts +1077 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +10 -0
- package/dist/components/Textarea/TextareaWrapper.d.ts +27 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Toggle/Toggle.css.d.ts +5 -0
- package/dist/components/Toggle/Toggle.d.ts +3 -0
- package/dist/components/Toggle/Toggle.stories.d.ts +9 -0
- package/dist/components/Toggle/index.d.ts +1 -0
- package/dist/components/Tooltip/Arrow.d.ts +9 -0
- package/dist/components/Tooltip/Content.d.ts +14 -0
- package/dist/components/Tooltip/ContentHeading.d.ts +8 -0
- package/dist/components/Tooltip/Root.d.ts +13 -0
- package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +10 -0
- package/dist/components/Tooltip/Trigger.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts +24 -0
- package/dist/components/index.d.ts +31 -0
- package/dist/components/types.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +2 -2
- package/dist/hooks/useAutoHeightTextarea.d.ts +2 -0
- package/dist/hooks/useClickOutside.d.ts +2 -0
- package/dist/hooks/useFloating.d.ts +26 -0
- package/dist/hooks/useInfinityScroll.d.ts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +101 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +12929 -0
- package/dist/index.mjs.map +1 -0
- package/dist/style.css +1 -0
- package/dist/theme/context.d.ts +13 -0
- package/dist/theme/contract.css.d.ts +272 -0
- package/dist/theme/fonts.css.d.ts +1 -0
- package/dist/theme/global.css.d.ts +1 -0
- package/dist/theme/helpers.d.ts +4 -0
- package/dist/theme/index.d.ts +7 -0
- package/dist/theme/media-queries.d.ts +2 -0
- package/dist/theme/provider.d.ts +8 -0
- package/dist/theme/reset.css.d.ts +1 -0
- package/dist/theme/sprinkles.css.d.ts +592 -0
- package/dist/theme/themes/common.d.ts +151 -0
- package/dist/theme/themes/defaultDark.d.ts +272 -0
- package/dist/theme/themes/defaultLight.d.ts +272 -0
- package/dist/theme/themes/index.d.ts +548 -0
- package/dist/types/Chip/Chip.d.ts +1 -1
- package/dist/types/Chip/ChipMovable.d.ts +1 -1
- package/dist/types/Chip/ChipRemovable.d.ts +1 -1
- package/dist/types/Chip/ChipSwatch.d.ts +1 -1
- package/dist/types/DialogTable/DialogTable.d.ts +1 -1
- package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +1 -1
- package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +1 -1
- package/dist/types/theme/Baseline.d.ts +1 -5
- package/dist/types/theme/ThemeProvider.d.ts +0 -4
- package/dist/utils/css.d.ts +1 -0
- package/dist/utils/css.test.d.ts +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/string.d.ts +2 -0
- package/dist/utils/string.test.d.ts +1 -0
- package/package.json +2 -2
- package/src/theme/Baseline.tsx +53 -61
- package/src/theme/ThemeProvider.tsx +1 -6
- package/src/theme/createSaleorTheme/createSaleorTheme.tsx +1 -1
package/dist/index.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";var u1=Object.defineProperty;var _1=(e,s,t)=>s in e?u1(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t;var La=(e,s,t)=>(_1(e,typeof s!="symbol"?s+"":s,t),t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),Gt=require("react-dom");function Bi(e){const s=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(s,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return s.default=e,Object.freeze(s)}const te=Bi(r),b1=Bi(Gt);function m1(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var To={exports:{}},Us={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Ha;function h1(){if(Ha)return Us;Ha=1;var e=r,s=Symbol.for("react.element"),t=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n={key:!0,ref:!0,__self:!0,__source:!0};function i(l,f,c){var u,p={},b=null,_=null;c!==void 0&&(b=""+c),f.key!==void 0&&(b=""+f.key),f.ref!==void 0&&(_=f.ref);for(u in f)o.call(f,u)&&!n.hasOwnProperty(u)&&(p[u]=f[u]);if(l&&l.defaultProps)for(u in f=l.defaultProps,f)p[u]===void 0&&(p[u]=f[u]);return{$$typeof:s,type:l,key:b,ref:_,props:p,_owner:a.current}}return Us.Fragment=t,Us.jsx=i,Us.jsxs=i,Us}var Zs={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react-jsx-runtime.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var Fa;function v1(){return Fa||(Fa=1,process.env.NODE_ENV!=="production"&&function(){var e=r,s=Symbol.for("react.element"),t=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),n=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),_=Symbol.for("react.offscreen"),C=Symbol.iterator,v="@@iterator";function w(k){if(k===null||typeof k!="object")return null;var z=C&&k[C]||k[v];return typeof z=="function"?z:null}var y=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function m(k){{for(var z=arguments.length,J=new Array(z>1?z-1:0),ie=1;ie<z;ie++)J[ie-1]=arguments[ie];h("error",k,J)}}function h(k,z,J){{var ie=y.ReactDebugCurrentFrame,de=ie.getStackAddendum();de!==""&&(z+="%s",J=J.concat([de]));var Ce=J.map(function(pe){return String(pe)});Ce.unshift("Warning: "+z),Function.prototype.apply.call(console[k],console,Ce)}}var g=!1,x=!1,$=!1,E=!1,I=!1,P;P=Symbol.for("react.module.reference");function j(k){return!!(typeof k=="string"||typeof k=="function"||k===o||k===n||I||k===a||k===c||k===u||E||k===_||g||x||$||typeof k=="object"&&k!==null&&(k.$$typeof===b||k.$$typeof===p||k.$$typeof===i||k.$$typeof===l||k.$$typeof===f||k.$$typeof===P||k.getModuleId!==void 0))}function R(k,z,J){var ie=k.displayName;if(ie)return ie;var de=z.displayName||z.name||"";return de!==""?J+"("+de+")":J}function K(k){return k.displayName||"Context"}function S(k){if(k==null)return null;if(typeof k.tag=="number"&&m("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof k=="function")return k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case o:return"Fragment";case t:return"Portal";case n:return"Profiler";case a:return"StrictMode";case c:return"Suspense";case u:return"SuspenseList"}if(typeof k=="object")switch(k.$$typeof){case l:var z=k;return K(z)+".Consumer";case i:var J=k;return K(J._context)+".Provider";case f:return R(k,k.render,"ForwardRef");case p:var ie=k.displayName||null;return ie!==null?ie:S(k.type)||"Memo";case b:{var de=k,Ce=de._payload,pe=de._init;try{return S(pe(Ce))}catch{return null}}}return null}var F=Object.assign,Y=0,ee,ne,se,X,D,A,G;function Q(){}Q.__reactDisabledLog=!0;function L(){{if(Y===0){ee=console.log,ne=console.info,se=console.warn,X=console.error,D=console.group,A=console.groupCollapsed,G=console.groupEnd;var k={configurable:!0,enumerable:!0,value:Q,writable:!0};Object.defineProperties(console,{info:k,log:k,warn:k,error:k,group:k,groupCollapsed:k,groupEnd:k})}Y++}}function Z(){{if(Y--,Y===0){var k={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:F({},k,{value:ee}),info:F({},k,{value:ne}),warn:F({},k,{value:se}),error:F({},k,{value:X}),group:F({},k,{value:D}),groupCollapsed:F({},k,{value:A}),groupEnd:F({},k,{value:G})})}Y<0&&m("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var W=y.ReactCurrentDispatcher,T;function M(k,z,J){{if(T===void 0)try{throw Error()}catch(de){var ie=de.stack.trim().match(/\n( *(at )?)/);T=ie&&ie[1]||""}return`
|
|
18
|
+
`+T+k}}var V=!1,q;{var U=typeof WeakMap=="function"?WeakMap:Map;q=new U}function H(k,z){if(!k||V)return"";{var J=q.get(k);if(J!==void 0)return J}var ie;V=!0;var de=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Ce;Ce=W.current,W.current=null,L();try{if(z){var pe=function(){throw Error()};if(Object.defineProperty(pe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(pe,[])}catch(is){ie=is}Reflect.construct(k,[],pe)}else{try{pe.call()}catch(is){ie=is}k.call(pe.prototype)}}else{try{throw Error()}catch(is){ie=is}k()}}catch(is){if(is&&ie&&typeof is.stack=="string"){for(var ce=is.stack.split(`
|
|
19
|
+
`),je=ie.stack.split(`
|
|
20
|
+
`),Se=ce.length-1,Re=je.length-1;Se>=1&&Re>=0&&ce[Se]!==je[Re];)Re--;for(;Se>=1&&Re>=0;Se--,Re--)if(ce[Se]!==je[Re]){if(Se!==1||Re!==1)do if(Se--,Re--,Re<0||ce[Se]!==je[Re]){var Ke=`
|
|
21
|
+
`+ce[Se].replace(" at new "," at ");return k.displayName&&Ke.includes("<anonymous>")&&(Ke=Ke.replace("<anonymous>",k.displayName)),typeof k=="function"&&q.set(k,Ke),Ke}while(Se>=1&&Re>=0);break}}}finally{V=!1,W.current=Ce,Z(),Error.prepareStackTrace=de}var Os=k?k.displayName||k.name:"",Va=Os?M(Os):"";return typeof k=="function"&&q.set(k,Va),Va}function re(k,z,J){return H(k,!1)}function le(k){var z=k.prototype;return!!(z&&z.isReactComponent)}function ye(k,z,J){if(k==null)return"";if(typeof k=="function")return H(k,le(k));if(typeof k=="string")return M(k);switch(k){case c:return M("Suspense");case u:return M("SuspenseList")}if(typeof k=="object")switch(k.$$typeof){case f:return re(k.render);case p:return ye(k.type,z,J);case b:{var ie=k,de=ie._payload,Ce=ie._init;try{return ye(Ce(de),z,J)}catch{}}}return""}var ke=Object.prototype.hasOwnProperty,we={},De=y.ReactDebugCurrentFrame;function Ee(k){if(k){var z=k._owner,J=ye(k.type,k._source,z?z.type:null);De.setExtraStackFrame(J)}else De.setExtraStackFrame(null)}function Te(k,z,J,ie,de){{var Ce=Function.call.bind(ke);for(var pe in k)if(Ce(k,pe)){var ce=void 0;try{if(typeof k[pe]!="function"){var je=Error((ie||"React class")+": "+J+" type `"+pe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof k[pe]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw je.name="Invariant Violation",je}ce=k[pe](z,pe,ie,J,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Se){ce=Se}ce&&!(ce instanceof Error)&&(Ee(de),m("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",ie||"React class",J,pe,typeof ce),Ee(null)),ce instanceof Error&&!(ce.message in we)&&(we[ce.message]=!0,Ee(de),m("Failed %s type: %s",J,ce.message),Ee(null))}}}var Oe=Array.isArray;function Ve(k){return Oe(k)}function Pe(k){{var z=typeof Symbol=="function"&&Symbol.toStringTag,J=z&&k[Symbol.toStringTag]||k.constructor.name||"Object";return J}}function qe(k){try{return $e(k),!1}catch{return!0}}function $e(k){return""+k}function Ps(k){if(qe(k))return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Pe(k)),$e(k)}var as=y.ReactCurrentOwner,qs={key:!0,ref:!0,__self:!0,__source:!0},xs,Ye,Ne;Ne={};function ss(k){if(ke.call(k,"ref")){var z=Object.getOwnPropertyDescriptor(k,"ref").get;if(z&&z.isReactWarning)return!1}return k.ref!==void 0}function Ks(k){if(ke.call(k,"key")){var z=Object.getOwnPropertyDescriptor(k,"key").get;if(z&&z.isReactWarning)return!1}return k.key!==void 0}function e1(k,z){if(typeof k.ref=="string"&&as.current&&z&&as.current.stateNode!==z){var J=S(as.current.type);Ne[J]||(m('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',S(as.current.type),k.ref),Ne[J]=!0)}}function s1(k,z){{var J=function(){xs||(xs=!0,m("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",z))};J.isReactWarning=!0,Object.defineProperty(k,"key",{get:J,configurable:!0})}}function t1(k,z){{var J=function(){Ye||(Ye=!0,m("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",z))};J.isReactWarning=!0,Object.defineProperty(k,"ref",{get:J,configurable:!0})}}var o1=function(k,z,J,ie,de,Ce,pe){var ce={$$typeof:s,type:k,key:z,ref:J,props:pe,_owner:Ce};return ce._store={},Object.defineProperty(ce._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ce,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ie}),Object.defineProperty(ce,"_source",{configurable:!1,enumerable:!1,writable:!1,value:de}),Object.freeze&&(Object.freeze(ce.props),Object.freeze(ce)),ce};function n1(k,z,J,ie,de){{var Ce,pe={},ce=null,je=null;J!==void 0&&(Ps(J),ce=""+J),Ks(z)&&(Ps(z.key),ce=""+z.key),ss(z)&&(je=z.ref,e1(z,de));for(Ce in z)ke.call(z,Ce)&&!qs.hasOwnProperty(Ce)&&(pe[Ce]=z[Ce]);if(k&&k.defaultProps){var Se=k.defaultProps;for(Ce in Se)pe[Ce]===void 0&&(pe[Ce]=Se[Ce])}if(ce||je){var Re=typeof k=="function"?k.displayName||k.name||"Unknown":k;ce&&s1(pe,Re),je&&t1(pe,Re)}return o1(k,ce,je,de,ie,as.current,pe)}}var bo=y.ReactCurrentOwner,Oa=y.ReactDebugCurrentFrame;function Ds(k){if(k){var z=k._owner,J=ye(k.type,k._source,z?z.type:null);Oa.setExtraStackFrame(J)}else Oa.setExtraStackFrame(null)}var mo;mo=!1;function ho(k){return typeof k=="object"&&k!==null&&k.$$typeof===s}function Na(){{if(bo.current){var k=S(bo.current.type);if(k)return`
|
|
22
|
+
|
|
23
|
+
Check the render method of \``+k+"`."}return""}}function a1(k){{if(k!==void 0){var z=k.fileName.replace(/^.*[\\\/]/,""),J=k.lineNumber;return`
|
|
24
|
+
|
|
25
|
+
Check your code at `+z+":"+J+"."}return""}}var ja={};function i1(k){{var z=Na();if(!z){var J=typeof k=="string"?k:k.displayName||k.name;J&&(z=`
|
|
26
|
+
|
|
27
|
+
Check the top-level render call using <`+J+">.")}return z}}function Ma(k,z){{if(!k._store||k._store.validated||k.key!=null)return;k._store.validated=!0;var J=i1(z);if(ja[J])return;ja[J]=!0;var ie="";k&&k._owner&&k._owner!==bo.current&&(ie=" It was passed a child from "+S(k._owner.type)+"."),Ds(k),m('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',J,ie),Ds(null)}}function Ta(k,z){{if(typeof k!="object")return;if(Ve(k))for(var J=0;J<k.length;J++){var ie=k[J];ho(ie)&&Ma(ie,z)}else if(ho(k))k._store&&(k._store.validated=!0);else if(k){var de=w(k);if(typeof de=="function"&&de!==k.entries)for(var Ce=de.call(k),pe;!(pe=Ce.next()).done;)ho(pe.value)&&Ma(pe.value,z)}}}function r1(k){{var z=k.type;if(z==null||typeof z=="string")return;var J;if(typeof z=="function")J=z.propTypes;else if(typeof z=="object"&&(z.$$typeof===f||z.$$typeof===p))J=z.propTypes;else return;if(J){var ie=S(z);Te(J,k.props,"prop",ie,k)}else if(z.PropTypes!==void 0&&!mo){mo=!0;var de=S(z);m("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",de||"Unknown")}typeof z.getDefaultProps=="function"&&!z.getDefaultProps.isReactClassApproved&&m("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function l1(k){{for(var z=Object.keys(k.props),J=0;J<z.length;J++){var ie=z[J];if(ie!=="children"&&ie!=="key"){Ds(k),m("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ie),Ds(null);break}}k.ref!==null&&(Ds(k),m("Invalid attribute `ref` supplied to `React.Fragment`."),Ds(null))}}function Aa(k,z,J,ie,de,Ce){{var pe=j(k);if(!pe){var ce="";(k===void 0||typeof k=="object"&&k!==null&&Object.keys(k).length===0)&&(ce+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var je=a1(de);je?ce+=je:ce+=Na();var Se;k===null?Se="null":Ve(k)?Se="array":k!==void 0&&k.$$typeof===s?(Se="<"+(S(k.type)||"Unknown")+" />",ce=" Did you accidentally export a JSX literal instead of a component?"):Se=typeof k,m("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Se,ce)}var Re=n1(k,z,J,de,Ce);if(Re==null)return Re;if(pe){var Ke=z.children;if(Ke!==void 0)if(ie)if(Ve(Ke)){for(var Os=0;Os<Ke.length;Os++)Ta(Ke[Os],k);Object.freeze&&Object.freeze(Ke)}else m("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Ta(Ke,k)}return k===o?l1(Re):r1(Re),Re}}function f1(k,z,J){return Aa(k,z,J,!0)}function c1(k,z,J){return Aa(k,z,J,!1)}var p1=c1,d1=f1;Zs.Fragment=o,Zs.jsx=p1,Zs.jsxs=d1}()),Zs}process.env.NODE_ENV==="production"?To.exports=h1():To.exports=v1();var d=To.exports;function O(){return O=Object.assign?Object.assign.bind():function(e){for(var s=1;s<arguments.length;s++){var t=arguments[s];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},O.apply(this,arguments)}function ze(e,s=[]){let t=[];function o(n,i){const l=r.createContext(i),f=t.length;t=[...t,i];function c(p){const{scope:b,children:_,...C}=p,v=(b==null?void 0:b[e][f])||l,w=r.useMemo(()=>C,Object.values(C));return r.createElement(v.Provider,{value:w},_)}function u(p,b){const _=(b==null?void 0:b[e][f])||l,C=r.useContext(_);if(C)return C;if(i!==void 0)return i;throw new Error(`\`${p}\` must be used within \`${n}\``)}return c.displayName=n+"Provider",[c,u]}const a=()=>{const n=t.map(i=>r.createContext(i));return function(l){const f=(l==null?void 0:l[e])||n;return r.useMemo(()=>({[`__scope${e}`]:{...l,[e]:f}}),[l,f])}};return a.scopeName=e,[o,g1(a,...s)]}function g1(...e){const s=e[0];if(e.length===1)return s;const t=()=>{const o=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(n){const i=o.reduce((l,{useScope:f,scopeName:c})=>{const p=f(n)[`__scope${c}`];return{...l,...p}},{});return r.useMemo(()=>({[`__scope${s.scopeName}`]:i}),[i])}};return t.scopeName=s.scopeName,t}function C1(e,s){typeof e=="function"?e(s):e!=null&&(e.current=s)}function sn(...e){return s=>e.forEach(t=>C1(t,s))}function xe(...e){return r.useCallback(sn(...e),e)}const $s=r.forwardRef((e,s)=>{const{children:t,...o}=e,a=r.Children.toArray(t),n=a.find(y1);if(n){const i=n.props.children,l=a.map(f=>f===n?r.Children.count(i)>1?r.Children.only(null):r.isValidElement(i)?i.props.children:null:f);return r.createElement(Ao,O({},o,{ref:s}),r.isValidElement(i)?r.cloneElement(i,void 0,l):null)}return r.createElement(Ao,O({},o,{ref:s}),t)});$s.displayName="Slot";const Ao=r.forwardRef((e,s)=>{const{children:t,...o}=e;return r.isValidElement(t)?r.cloneElement(t,{...x1(o,t.props),ref:s?sn(s,t.ref):t.ref}):r.Children.count(t)>1?r.Children.only(null):null});Ao.displayName="SlotClone";const qi=({children:e})=>r.createElement(r.Fragment,null,e);function y1(e){return r.isValidElement(e)&&e.type===qi}function x1(e,s){const t={...s};for(const o in s){const a=e[o],n=s[o];/^on[A-Z]/.test(o)?a&&n?t[o]=(...l)=>{n(...l),a(...l)}:a&&(t[o]=a):o==="style"?t[o]={...a,...n}:o==="className"&&(t[o]=[a,n].filter(Boolean).join(" "))}return{...e,...t}}function tn(e){const s=e+"CollectionProvider",[t,o]=ze(s),[a,n]=t(s,{collectionRef:{current:null},itemMap:new Map}),i=_=>{const{scope:C,children:v}=_,w=r.useRef(null),y=r.useRef(new Map).current;return r.createElement(a,{scope:C,itemMap:y,collectionRef:w},v)},l=e+"CollectionSlot",f=r.forwardRef((_,C)=>{const{scope:v,children:w}=_,y=n(l,v),m=xe(C,y.collectionRef);return r.createElement($s,{ref:m},w)}),c=e+"CollectionItemSlot",u="data-radix-collection-item",p=r.forwardRef((_,C)=>{const{scope:v,children:w,...y}=_,m=r.useRef(null),h=xe(C,m),g=n(c,v);return r.useEffect(()=>(g.itemMap.set(m,{ref:m,...y}),()=>void g.itemMap.delete(m))),r.createElement($s,{[u]:"",ref:h},w)});function b(_){const C=n(e+"CollectionConsumer",_);return r.useCallback(()=>{const w=C.collectionRef.current;if(!w)return[];const y=Array.from(w.querySelectorAll(`[${u}]`));return Array.from(C.itemMap.values()).sort((g,x)=>y.indexOf(g.ref.current)-y.indexOf(x.ref.current))},[C.collectionRef,C.itemMap])}return[{Provider:i,Slot:f,ItemSlot:p},b,o]}function oe(e,s,{checkForDefaultPrevented:t=!0}={}){return function(a){if(e==null||e(a),t===!1||!a.defaultPrevented)return s==null?void 0:s(a)}}function os(e){const s=r.useRef(e);return r.useEffect(()=>{s.current=e}),r.useMemo(()=>(...t)=>{var o;return(o=s.current)===null||o===void 0?void 0:o.call(s,...t)},[])}function Qe({prop:e,defaultProp:s,onChange:t=()=>{}}){const[o,a]=k1({defaultProp:s,onChange:t}),n=e!==void 0,i=n?e:o,l=os(t),f=r.useCallback(c=>{if(n){const p=typeof c=="function"?c(e):c;p!==e&&l(p)}else a(c)},[n,e,a,l]);return[i,f]}function k1({defaultProp:e,onChange:s}){const t=r.useState(e),[o]=t,a=r.useRef(o),n=os(s);return r.useEffect(()=>{a.current!==o&&(n(o),a.current=o)},[o,a,n]),t}const w1=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ve=w1.reduce((e,s)=>{const t=r.forwardRef((o,a)=>{const{asChild:n,...i}=o,l=n?$s:s;return r.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),r.createElement(l,O({},i,{ref:a}))});return t.displayName=`Primitive.${s}`,{...e,[s]:t}},{});function Ki(e,s){e&&Gt.flushSync(()=>e.dispatchEvent(s))}const Is=globalThis!=null&&globalThis.document?r.useLayoutEffect:()=>{};function E1(e,s){return r.useReducer((t,o)=>{const a=s[t][o];return a??t},e)}const Be=e=>{const{present:s,children:t}=e,o=$1(s),a=typeof t=="function"?t({present:o.isPresent}):r.Children.only(t),n=xe(o.ref,a.ref);return typeof t=="function"||o.isPresent?r.cloneElement(a,{ref:n}):null};Be.displayName="Presence";function $1(e){const[s,t]=r.useState(),o=r.useRef({}),a=r.useRef(e),n=r.useRef("none"),i=e?"mounted":"unmounted",[l,f]=E1(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return r.useEffect(()=>{const c=yt(o.current);n.current=l==="mounted"?c:"none"},[l]),Is(()=>{const c=o.current,u=a.current;if(u!==e){const b=n.current,_=yt(c);e?f("MOUNT"):_==="none"||(c==null?void 0:c.display)==="none"?f("UNMOUNT"):f(u&&b!==_?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,f]),Is(()=>{if(s){const c=p=>{const _=yt(o.current).includes(p.animationName);p.target===s&&_&&Gt.flushSync(()=>f("ANIMATION_END"))},u=p=>{p.target===s&&(n.current=yt(o.current))};return s.addEventListener("animationstart",u),s.addEventListener("animationcancel",c),s.addEventListener("animationend",c),()=>{s.removeEventListener("animationstart",u),s.removeEventListener("animationcancel",c),s.removeEventListener("animationend",c)}}else f("ANIMATION_END")},[s,f]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:r.useCallback(c=>{c&&(o.current=getComputedStyle(c)),t(c)},[])}}function yt(e){return(e==null?void 0:e.animationName)||"none"}const I1=te["useId".toString()]||(()=>{});let S1=0;function ts(e){const[s,t]=te.useState(I1());return Is(()=>{e||t(o=>o??String(S1++))},[e]),e||(s?`radix-${s}`:"")}const Ui="Collapsible",[R1,Zi]=ze(Ui),[P1,on]=R1(Ui),D1=r.forwardRef((e,s)=>{const{__scopeCollapsible:t,open:o,defaultOpen:a,disabled:n,onOpenChange:i,...l}=e,[f=!1,c]=Qe({prop:o,defaultProp:a,onChange:i});return r.createElement(P1,{scope:t,disabled:n,contentId:ts(),open:f,onOpenToggle:r.useCallback(()=>c(u=>!u),[c])},r.createElement(ve.div,O({"data-state":nn(f),"data-disabled":n?"":void 0},l,{ref:s})))}),O1="CollapsibleTrigger",N1=r.forwardRef((e,s)=>{const{__scopeCollapsible:t,...o}=e,a=on(O1,t);return r.createElement(ve.button,O({type:"button","aria-controls":a.contentId,"aria-expanded":a.open||!1,"data-state":nn(a.open),"data-disabled":a.disabled?"":void 0,disabled:a.disabled},o,{ref:s,onClick:oe(e.onClick,a.onOpenToggle)}))}),Yi="CollapsibleContent",j1=r.forwardRef((e,s)=>{const{forceMount:t,...o}=e,a=on(Yi,e.__scopeCollapsible);return r.createElement(Be,{present:t||a.open},({present:n})=>r.createElement(M1,O({},o,{ref:s,present:n})))}),M1=r.forwardRef((e,s)=>{const{__scopeCollapsible:t,present:o,children:a,...n}=e,i=on(Yi,t),[l,f]=r.useState(o),c=r.useRef(null),u=xe(s,c),p=r.useRef(0),b=p.current,_=r.useRef(0),C=_.current,v=i.open||l,w=r.useRef(v),y=r.useRef();return r.useEffect(()=>{const m=requestAnimationFrame(()=>w.current=!1);return()=>cancelAnimationFrame(m)},[]),Is(()=>{const m=c.current;if(m){y.current=y.current||{transitionDuration:m.style.transitionDuration,animationName:m.style.animationName},m.style.transitionDuration="0s",m.style.animationName="none";const h=m.getBoundingClientRect();p.current=h.height,_.current=h.width,w.current||(m.style.transitionDuration=y.current.transitionDuration,m.style.animationName=y.current.animationName),f(o)}},[i.open,o]),r.createElement(ve.div,O({"data-state":nn(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!v},n,{ref:u,style:{"--radix-collapsible-content-height":b?`${b}px`:void 0,"--radix-collapsible-content-width":C?`${C}px`:void 0,...e.style}}),v&&a)});function nn(e){return e?"open":"closed"}const T1=D1,A1=N1,V1=j1,L1=r.createContext(void 0);function Xt(e){const s=r.useContext(L1);return e||s||"ltr"}const Cs="Accordion",H1=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[an,F1,W1]=tn(Cs),[Jt,zv]=ze(Cs,[W1,Zi]),rn=Zi(),Gi=r.forwardRef((e,s)=>{const{type:t,...o}=e,a=o,n=o;return r.createElement(an.Provider,{scope:e.__scopeAccordion},t==="multiple"?r.createElement(K1,O({},n,{ref:s})):r.createElement(q1,O({},a,{ref:s})))});Gi.propTypes={type(e){const s=e.value||e.defaultValue;return e.type&&!["single","multiple"].includes(e.type)?new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`."):e.type==="multiple"&&typeof s=="string"?new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`."):e.type==="single"&&Array.isArray(s)?new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`."):null}};const[Xi,z1]=Jt(Cs),[Ji,B1]=Jt(Cs,{collapsible:!1}),q1=r.forwardRef((e,s)=>{const{value:t,defaultValue:o,onValueChange:a=()=>{},collapsible:n=!1,...i}=e,[l,f]=Qe({prop:t,defaultProp:o,onChange:a});return r.createElement(Xi,{scope:e.__scopeAccordion,value:l?[l]:[],onItemOpen:f,onItemClose:r.useCallback(()=>n&&f(""),[n,f])},r.createElement(Ji,{scope:e.__scopeAccordion,collapsible:n},r.createElement(Qi,O({},i,{ref:s}))))}),K1=r.forwardRef((e,s)=>{const{value:t,defaultValue:o,onValueChange:a=()=>{},...n}=e,[i=[],l]=Qe({prop:t,defaultProp:o,onChange:a}),f=r.useCallback(u=>l((p=[])=>[...p,u]),[l]),c=r.useCallback(u=>l((p=[])=>p.filter(b=>b!==u)),[l]);return r.createElement(Xi,{scope:e.__scopeAccordion,value:i,onItemOpen:f,onItemClose:c},r.createElement(Ji,{scope:e.__scopeAccordion,collapsible:!0},r.createElement(Qi,O({},n,{ref:s}))))}),[U1,Qt]=Jt(Cs),Qi=r.forwardRef((e,s)=>{const{__scopeAccordion:t,disabled:o,dir:a,orientation:n="vertical",...i}=e,l=r.useRef(null),f=xe(l,s),c=F1(t),p=Xt(a)==="ltr",b=oe(e.onKeyDown,_=>{var C;if(!H1.includes(_.key))return;const v=_.target,w=c().filter(P=>{var j;return!((j=P.ref.current)!==null&&j!==void 0&&j.disabled)}),y=w.findIndex(P=>P.ref.current===v),m=w.length;if(y===-1)return;_.preventDefault();let h=y;const g=0,x=m-1,$=()=>{h=y+1,h>x&&(h=g)},E=()=>{h=y-1,h<g&&(h=x)};switch(_.key){case"Home":h=g;break;case"End":h=x;break;case"ArrowRight":n==="horizontal"&&(p?$():E());break;case"ArrowDown":n==="vertical"&&$();break;case"ArrowLeft":n==="horizontal"&&(p?E():$());break;case"ArrowUp":n==="vertical"&&E();break}const I=h%m;(C=w[I].ref.current)===null||C===void 0||C.focus()});return r.createElement(U1,{scope:t,disabled:o,direction:a,orientation:n},r.createElement(an.Slot,{scope:t},r.createElement(ve.div,O({},i,{"data-orientation":n,ref:f,onKeyDown:o?void 0:b}))))}),Vo="AccordionItem",[Z1,ln]=Jt(Vo),Y1=r.forwardRef((e,s)=>{const{__scopeAccordion:t,value:o,...a}=e,n=Qt(Vo,t),i=z1(Vo,t),l=rn(t),f=ts(),c=o&&i.value.includes(o)||!1,u=n.disabled||e.disabled;return r.createElement(Z1,{scope:t,open:c,disabled:u,triggerId:f},r.createElement(T1,O({"data-orientation":n.orientation,"data-state":tr(c)},l,a,{ref:s,disabled:u,open:c,onOpenChange:p=>{p?i.onItemOpen(o):i.onItemClose(o)}})))}),G1="AccordionHeader",X1=r.forwardRef((e,s)=>{const{__scopeAccordion:t,...o}=e,a=Qt(Cs,t),n=ln(G1,t);return r.createElement(ve.h3,O({"data-orientation":a.orientation,"data-state":tr(n.open),"data-disabled":n.disabled?"":void 0},o,{ref:s}))}),Wa="AccordionTrigger",er=r.forwardRef((e,s)=>{const{__scopeAccordion:t,...o}=e,a=Qt(Cs,t),n=ln(Wa,t),i=B1(Wa,t),l=rn(t);return r.createElement(an.ItemSlot,{scope:t},r.createElement(A1,O({"aria-disabled":n.open&&!i.collapsible||void 0,"data-orientation":a.orientation,id:n.triggerId},l,o,{ref:s})))}),J1="AccordionContent",sr=r.forwardRef((e,s)=>{const{__scopeAccordion:t,...o}=e,a=Qt(Cs,t),n=ln(J1,t),i=rn(t);return r.createElement(V1,O({role:"region","aria-labelledby":n.triggerId,"data-orientation":a.orientation},i,o,{ref:s,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}}))});function tr(e){return e?"open":"closed"}const or=Gi,nr=Y1,Q1=X1,ec=er,sc=sr;function tc(...e){const s=e.filter(t=>!!t&&t!==" ").map(t=>t==null?void 0:t.toString().trim());return s.length===0?void 0:s.join(" ")}function oc(e,s){let t=!1,o={},a={},n={};for(const i in e)if(i[0]==="_"&&i[1]==="_"){const l=i.substring(2);n[l]=e[i]}else s.properties.has(i)?(t=!0,o[i]=e[i]):a[i]=e[i];return{hasAtomProps:t,atomProps:o,otherProps:a,customProps:n}}function nc({atoms:e,defaultClassName:s}){const t=r.forwardRef(({as:o="div",className:a,style:n,...i},l)=>{const{atomProps:f,customProps:c,otherProps:u}=oc(i,e);return r.createElement(o,{ref:l,style:{...n,...c},...u,className:tc(a,e(f),s)})});return t.displayName="DessertBox",t}var Qs={spacing:{0:"var(--mu-spacing-0)",1:"var(--mu-spacing-1)",2:"var(--mu-spacing-2)",3:"var(--mu-spacing-3)",4:"var(--mu-spacing-4)",5:"var(--mu-spacing-5)",6:"var(--mu-spacing-6)",7:"var(--mu-spacing-7)",8:"var(--mu-spacing-8)",9:"var(--mu-spacing-9)",10:"var(--mu-spacing-10)",11:"var(--mu-spacing-11)",12:"var(--mu-spacing-12)",14:"var(--mu-spacing-14)",16:"var(--mu-spacing-16)",20:"var(--mu-spacing-20)",24:"var(--mu-spacing-24)",28:"var(--mu-spacing-28)",32:"var(--mu-spacing-32)",36:"var(--mu-spacing-36)",40:"var(--mu-spacing-40)",44:"var(--mu-spacing-44)",48:"var(--mu-spacing-48)",52:"var(--mu-spacing-52)",px:"var(--mu-spacing-px)","0.5":"var(--mu-spacing-0-5)","1.5":"var(--mu-spacing-1-5)","2.5":"var(--mu-spacing-2-5)","3.5":"var(--mu-spacing-3-5)"},colors:{foreground:{textNeutralPlain:"var(--mu-colors-foreground-text-neutral-plain)",textNeutralDefault:"var(--mu-colors-foreground-text-neutral-default)",textNeutralSubdued:"var(--mu-colors-foreground-text-neutral-subdued)",textNeutralDisabled:"var(--mu-colors-foreground-text-neutral-disabled)",textNeutralContrasted:"var(--mu-colors-foreground-text-neutral-contrasted)",textBrandDefault:"var(--mu-colors-foreground-text-brand-default)",textBrandSubdued:"var(--mu-colors-foreground-text-brand-subdued)",textBrandDisabled:"var(--mu-colors-foreground-text-brand-disabled)",textCriticalDefault:"var(--mu-colors-foreground-text-critical-default)",textCriticalSubdued:"var(--mu-colors-foreground-text-critical-subdued)",textCriticalDisabled:"var(--mu-colors-foreground-text-critical-disabled)",iconNeutralPlain:"var(--mu-colors-foreground-icon-neutral-plain)",iconNeutralDefault:"var(--mu-colors-foreground-icon-neutral-default)",iconNeutralSubdued:"var(--mu-colors-foreground-icon-neutral-subdued)",iconNeutralDisabled:"var(--mu-colors-foreground-icon-neutral-disabled)",iconNeutralContrasted:"var(--mu-colors-foreground-icon-neutral-contrasted)",iconBrandDefault:"var(--mu-colors-foreground-icon-brand-default)",iconBrandSubdued:"var(--mu-colors-foreground-icon-brand-subdued)",iconBrandDisabled:"var(--mu-colors-foreground-icon-brand-disabled)",iconCriticalDefault:"var(--mu-colors-foreground-icon-critical-default)",iconCriticalSubdued:"var(--mu-colors-foreground-icon-critical-subdued)",iconCriticalDisabled:"var(--mu-colors-foreground-icon-critical-disabled)",text1Decorative:"var(--mu-colors-foreground-text1-decorative)",text2Decorative:"var(--mu-colors-foreground-text2-decorative)",text3Decorative:"var(--mu-colors-foreground-text3-decorative)",icon1Decorative:"var(--mu-colors-foreground-icon1-decorative)",icon2Decorative:"var(--mu-colors-foreground-icon2-decorative)",icon3Decorative:"var(--mu-colors-foreground-icon3-decorative)"},background:{plain:"var(--mu-colors-background-plain)",subdued:"var(--mu-colors-background-subdued)",highlightDim:"var(--mu-colors-background-highlight-dim)",highlightPale:"var(--mu-colors-background-highlight-pale)",surfaceNeutralPlain:"var(--mu-colors-background-surface-neutral-plain)",surfaceNeutralSubdued:"var(--mu-colors-background-surface-neutral-subdued)",surfaceNeutralDepressed:"var(--mu-colors-background-surface-neutral-depressed)",surfaceNeutralHighlight:"var(--mu-colors-background-surface-neutral-highlight)",surfaceBrandSubdued:"var(--mu-colors-background-surface-brand-subdued)",surfaceBrandDepressed:"var(--mu-colors-background-surface-brand-depressed)",surfaceBrandHighlight:"var(--mu-colors-background-surface-brand-highlight)",surfaceCriticalSubdued:"var(--mu-colors-background-surface-critical-subdued)",surfaceCriticalDepressed:"var(--mu-colors-background-surface-critical-depressed)",surfaceCriticalHighlight:"var(--mu-colors-background-surface-critical-highlight)",interactiveNeutralDefault:"var(--mu-colors-background-interactive-neutral-default)",interactiveNeutralHovering:"var(--mu-colors-background-interactive-neutral-hovering)",interactiveNeutralPressing:"var(--mu-colors-background-interactive-neutral-pressing)",interactiveNeutralFocused:"var(--mu-colors-background-interactive-neutral-focused)",interactiveNeutralDisabled:"var(--mu-colors-background-interactive-neutral-disabled)",interactiveBrandDefault:"var(--mu-colors-background-interactive-brand-default)",interactiveBrandHovering:"var(--mu-colors-background-interactive-brand-hovering)",interactiveBrandPressing:"var(--mu-colors-background-interactive-brand-pressing)",interactiveBrandFocused:"var(--mu-colors-background-interactive-brand-focused)",interactiveBrandDisabled:"var(--mu-colors-background-interactive-brand-disabled)",interactiveCriticalDefault:"var(--mu-colors-background-interactive-critical-default)",interactiveCriticalHovering:"var(--mu-colors-background-interactive-critical-hovering)",interactiveCriticalPressing:"var(--mu-colors-background-interactive-critical-pressing)",interactiveCriticalFocused:"var(--mu-colors-background-interactive-critical-focused)",interactiveCriticalDisabled:"var(--mu-colors-background-interactive-critical-disabled)",interactiveNeutralSecondaryDefault:"var(--mu-colors-background-interactive-neutral-secondary-default)",interactiveNeutralSecondaryHovering:"var(--mu-colors-background-interactive-neutral-secondary-hovering)",interactiveNeutralSecondaryPressing:"var(--mu-colors-background-interactive-neutral-secondary-pressing)",interactiveNeutralSecondaryFocused:"var(--mu-colors-background-interactive-neutral-secondary-focused)",interactiveNeutralSecondaryDisabled:"var(--mu-colors-background-interactive-neutral-secondary-disabled)",interactiveBrandSecondaryDefault:"var(--mu-colors-background-interactive-brand-secondary-default)",interactiveBrandSecondaryHovering:"var(--mu-colors-background-interactive-brand-secondary-hovering)",interactiveBrandSecondaryPressing:"var(--mu-colors-background-interactive-brand-secondary-pressing)",interactiveBrandSecondaryFocused:"var(--mu-colors-background-interactive-brand-secondary-focused)",interactiveBrandSecondaryDisabled:"var(--mu-colors-background-interactive-brand-secondary-disabled)",interactiveCriticalSecondaryDefault:"var(--mu-colors-background-interactive-critical-secondary-default)",interactiveCriticalSecondaryHovering:"var(--mu-colors-background-interactive-critical-secondary-hovering)",interactiveCriticalSecondaryPressing:"var(--mu-colors-background-interactive-critical-secondary-pressing)",interactiveCriticalSecondaryFocused:"var(--mu-colors-background-interactive-critical-secondary-focused)",interactiveCriticalSecondaryDisabled:"var(--mu-colors-background-interactive-critical-secondary-disabled)",interactiveNeutralHighlightDefault:"var(--mu-colors-background-interactive-neutral-highlight-default)",interactiveNeutralHighlightHovering:"var(--mu-colors-background-interactive-neutral-highlight-hovering)",interactiveNeutralHighlightPressing:"var(--mu-colors-background-interactive-neutral-highlight-pressing)",interactiveNeutralHighlightFocused:"var(--mu-colors-background-interactive-neutral-highlight-focused)",interactiveNeutralHighlightDisabled:"var(--mu-colors-background-interactive-neutral-highlight-disabled)",interactiveBrandHighlightDefault:"var(--mu-colors-background-interactive-brand-highlight-default)",interactiveBrandHighlightHovering:"var(--mu-colors-background-interactive-brand-highlight-hovering)",interactiveBrandHighlightPressing:"var(--mu-colors-background-interactive-brand-highlight-pressing)",interactiveBrandHighlightFocused:"var(--mu-colors-background-interactive-brand-highlight-focused)",interactiveBrandHighlightDisabled:"var(--mu-colors-background-interactive-brand-highlight-disabled)",interactiveCriticalHighlightDefault:"var(--mu-colors-background-interactive-critical-highlight-default)",interactiveCriticalHighlightHovering:"var(--mu-colors-background-interactive-critical-highlight-hovering)",interactiveCriticalHighlightPressing:"var(--mu-colors-background-interactive-critical-highlight-pressing)",interactiveCriticalHighlightFocused:"var(--mu-colors-background-interactive-critical-highlight-focused)",interactiveCriticalHighlightDisabled:"var(--mu-colors-background-interactive-critical-highlight-disabled)",decorativeSurfacePlain1:"var(--mu-colors-background-decorative-surface-plain1)",decorativeSurfacePlain2:"var(--mu-colors-background-decorative-surface-plain2)",decorativeSurfacePlain3:"var(--mu-colors-background-decorative-surface-plain3)",decorativeSurfaceSubdued1:"var(--mu-colors-background-decorative-surface-subdued1)",decorativeSurfaceSubdued2:"var(--mu-colors-background-decorative-surface-subdued2)",decorativeSurfaceSubdued3:"var(--mu-colors-background-decorative-surface-subdued3)"},border:{neutralDefault:"var(--mu-colors-border-neutral-default)",neutralSubdued:"var(--mu-colors-border-neutral-subdued)",neutralHighlight:"var(--mu-colors-border-neutral-highlight)",neutralPlain:"var(--mu-colors-border-neutral-plain)",brandPlain:"var(--mu-colors-border-brand-plain)",brandDefault:"var(--mu-colors-border-brand-default)",brandSubdued:"var(--mu-colors-border-brand-subdued)",brandHighlight:"var(--mu-colors-border-brand-highlight)",criticalPlain:"var(--mu-colors-border-critical-plain)",criticalDefault:"var(--mu-colors-border-critical-default)",criticalSubdued:"var(--mu-colors-border-critical-subdued)",criticalHighlight:"var(--mu-colors-border-critical-highlight)"}},fontSize:{heroLarge:"var(--mu-font-size-hero-large)",heroMedium:"var(--mu-font-size-hero-medium)",heroSmall:"var(--mu-font-size-hero-small)",titleLarge:"var(--mu-font-size-title-large)",titleMedium:"var(--mu-font-size-title-medium)",titleSmall:"var(--mu-font-size-title-small)",headingLarge:"var(--mu-font-size-heading-large)",headingMedium:"var(--mu-font-size-heading-medium)",headingSmall:"var(--mu-font-size-heading-small)",bodyStrongLarge:"var(--mu-font-size-body-strong-large)",bodyStrongMedium:"var(--mu-font-size-body-strong-medium)",bodyStrongSmall:"var(--mu-font-size-body-strong-small)",bodyEmpLarge:"var(--mu-font-size-body-emp-large)",bodyEmpMedium:"var(--mu-font-size-body-emp-medium)",bodyEmpSmall:"var(--mu-font-size-body-emp-small)",bodyLarge:"var(--mu-font-size-body-large)",bodyMedium:"var(--mu-font-size-body-medium)",bodySmall:"var(--mu-font-size-body-small)",buttonLarge:"var(--mu-font-size-button-large)",buttonMedium:"var(--mu-font-size-button-medium)",buttonSmall:"var(--mu-font-size-button-small)",captionLarge:"var(--mu-font-size-caption-large)",captionMedium:"var(--mu-font-size-caption-medium)",captionSmall:"var(--mu-font-size-caption-small)"},borderRadius:{1:"var(--mu-border-radius-1)",2:"var(--mu-border-radius-2)",3:"var(--mu-border-radius-3)",4:"var(--mu-border-radius-4)",5:"var(--mu-border-radius-5)",6:"var(--mu-border-radius-6)",7:"var(--mu-border-radius-7)",8:"var(--mu-border-radius-8)",9:"var(--mu-border-radius-9)"},lineHeight:{1:"var(--mu-line-height-1)",heroLarge:"var(--mu-line-height-hero-large)",heroMedium:"var(--mu-line-height-hero-medium)",heroSmall:"var(--mu-line-height-hero-small)",titleLarge:"var(--mu-line-height-title-large)",titleMedium:"var(--mu-line-height-title-medium)",titleSmall:"var(--mu-line-height-title-small)",headingLarge:"var(--mu-line-height-heading-large)",headingMedium:"var(--mu-line-height-heading-medium)",headingSmall:"var(--mu-line-height-heading-small)",bodyStrongLarge:"var(--mu-line-height-body-strong-large)",bodyStrongMedium:"var(--mu-line-height-body-strong-medium)",bodyStrongSmall:"var(--mu-line-height-body-strong-small)",bodyEmpLarge:"var(--mu-line-height-body-emp-large)",bodyEmpMedium:"var(--mu-line-height-body-emp-medium)",bodyEmpSmall:"var(--mu-line-height-body-emp-small)",bodyLarge:"var(--mu-line-height-body-large)",bodyMedium:"var(--mu-line-height-body-medium)",bodySmall:"var(--mu-line-height-body-small)",buttonLarge:"var(--mu-line-height-button-large)",buttonMedium:"var(--mu-line-height-button-medium)",buttonSmall:"var(--mu-line-height-button-small)",captionLarge:"var(--mu-line-height-caption-large)",captionMedium:"var(--mu-line-height-caption-medium)",captionSmall:"var(--mu-line-height-caption-small)"},fontWeight:{heroLarge:"var(--mu-font-weight-hero-large)",heroMedium:"var(--mu-font-weight-hero-medium)",heroSmall:"var(--mu-font-weight-hero-small)",titleLarge:"var(--mu-font-weight-title-large)",titleMedium:"var(--mu-font-weight-title-medium)",titleSmall:"var(--mu-font-weight-title-small)",headingLarge:"var(--mu-font-weight-heading-large)",headingMedium:"var(--mu-font-weight-heading-medium)",headingSmall:"var(--mu-font-weight-heading-small)",bodyStrongLarge:"var(--mu-font-weight-body-strong-large)",bodyStrongMedium:"var(--mu-font-weight-body-strong-medium)",bodyStrongSmall:"var(--mu-font-weight-body-strong-small)",bodyEmpLarge:"var(--mu-font-weight-body-emp-large)",bodyEmpMedium:"var(--mu-font-weight-body-emp-medium)",bodyEmpSmall:"var(--mu-font-weight-body-emp-small)",bodyLarge:"var(--mu-font-weight-body-large)",bodyMedium:"var(--mu-font-weight-body-medium)",bodySmall:"var(--mu-font-weight-body-small)",buttonLarge:"var(--mu-font-weight-button-large)",buttonMedium:"var(--mu-font-weight-button-medium)",buttonSmall:"var(--mu-font-weight-button-small)",captionLarge:"var(--mu-font-weight-caption-large)",captionMedium:"var(--mu-font-weight-caption-medium)",captionSmall:"var(--mu-font-weight-caption-small)"},letterSpacing:{heroLarge:"var(--mu-letter-spacing-hero-large)",heroMedium:"var(--mu-letter-spacing-hero-medium)",heroSmall:"var(--mu-letter-spacing-hero-small)",titleLarge:"var(--mu-letter-spacing-title-large)",titleMedium:"var(--mu-letter-spacing-title-medium)",titleSmall:"var(--mu-letter-spacing-title-small)",headingLarge:"var(--mu-letter-spacing-heading-large)",headingMedium:"var(--mu-letter-spacing-heading-medium)",headingSmall:"var(--mu-letter-spacing-heading-small)",bodyStrongLarge:"var(--mu-letter-spacing-body-strong-large)",bodyStrongMedium:"var(--mu-letter-spacing-body-strong-medium)",bodyStrongSmall:"var(--mu-letter-spacing-body-strong-small)",bodyEmpLarge:"var(--mu-letter-spacing-body-emp-large)",bodyEmpMedium:"var(--mu-letter-spacing-body-emp-medium)",bodyEmpSmall:"var(--mu-letter-spacing-body-emp-small)",bodyLarge:"var(--mu-letter-spacing-body-large)",bodyMedium:"var(--mu-letter-spacing-body-medium)",bodySmall:"var(--mu-letter-spacing-body-small)",buttonLarge:"var(--mu-letter-spacing-button-large)",buttonMedium:"var(--mu-letter-spacing-button-medium)",buttonSmall:"var(--mu-letter-spacing-button-small)",captionLarge:"var(--mu-letter-spacing-caption-large)",captionMedium:"var(--mu-letter-spacing-caption-medium)",captionSmall:"var(--mu-letter-spacing-caption-small)"},boxShadow:{interactiveDefaultFocused:"var(--mu-box-shadow-interactive-default-focused)",interactiveDefaultHovering:"var(--mu-box-shadow-interactive-default-hovering)",overlay:"var(--mu-box-shadow-overlay)",modal:"var(--mu-box-shadow-modal)"},borderWidth:{0:"var(--mu-border-width-0)",1:"var(--mu-border-width-1)"}};function Lo(e){var s=e.match(/^var\((.*)\)$/);return s?s[1]:e}function ar(e,s){var t=e;for(var o of s){if(!(o in t))throw new Error("Path ".concat(s.join(" -> ")," does not exist in object"));t=t[o]}return t}function fn(e,s){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],o=e.constructor();for(var a in e){var n=e[a],i=[...t,a];typeof n=="string"||typeof n=="number"||n==null?o[a]=s(n,i):typeof n=="object"&&!Array.isArray(n)?o[a]=fn(n,s,i):console.warn('Skipping invalid key "'.concat(i.join("."),'". Should be a string, number, null or object. Received: "').concat(Array.isArray(n)?"Array":typeof n,'"'))}return o}function ac(e,s){var t={};if(typeof s=="object"){var o=e;fn(s,(i,l)=>{var f=ar(o,l);t[Lo(f)]=String(i)})}else{var a=e;for(var n in a)t[Lo(n)]=a[n]}return Object.defineProperty(t,"toString",{value:function(){return Object.keys(this).map(l=>"".concat(l,":").concat(this[l])).join(";")},writable:!1}),t}function za(e,s,t){e.style.setProperty(Lo(s),t)}function ic(e,s,t){if(typeof t=="object"){var o=s;fn(t,(i,l)=>{za(e,ar(o,l),String(i))})}else{var a=s;for(var n in a)za(e,n,a[n])}}const ir={0:"0px",px:"1px",.5:"2px",1:"4px",1.5:"6px",2:"8px",2.5:"10px",3:"12px",3.5:"14px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",16:"64px",20:"80px",24:"96px",28:"112px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",52:"208px"},rr={heroLarge:"34px",heroMedium:"28px",heroSmall:"24px",titleLarge:"22px",titleMedium:"20px",titleSmall:"18px",headingLarge:"18px",headingMedium:"16px",headingSmall:"14px",bodyStrongLarge:"16px",bodyStrongMedium:"14px",bodyStrongSmall:"13px",bodyEmpLarge:"16px",bodyEmpMedium:"14px",bodyEmpSmall:"13px",bodyLarge:"16px",bodyMedium:"14px",bodySmall:"13px",buttonLarge:"16px",buttonMedium:"14px",buttonSmall:"13px",captionLarge:"13px",captionMedium:"12px",captionSmall:"11px"},lr={1:"2px",2:"4px",3:"6px",4:"8px",5:"12px",6:"14px",7:"16px",8:"18px",9:"20px"},fr={1:"1",heroLarge:"40px",heroMedium:"36px",heroSmall:"30px",titleLarge:"28px",titleMedium:"26px",titleSmall:"24px",headingLarge:"24px",headingMedium:"22px",headingSmall:"18px",bodyStrongLarge:"24px",bodyStrongMedium:"22px",bodyStrongSmall:"20px",bodyEmpLarge:"24px",bodyEmpMedium:"22px",bodyEmpSmall:"20px",bodyLarge:"24px",bodyMedium:"22px",bodySmall:"20px",buttonLarge:"24px",buttonMedium:"22px",buttonSmall:"20px",captionLarge:"20px",captionMedium:"18px",captionSmall:"16px"},cr={heroLarge:"580",heroMedium:"580",heroSmall:"500",titleLarge:"380",titleMedium:"380",titleSmall:"380",headingLarge:"600",headingMedium:"600",headingSmall:"600",bodyStrongLarge:"600",bodyStrongMedium:"600",bodyStrongSmall:"600",bodyEmpLarge:"500",bodyEmpMedium:"500",bodyEmpSmall:"500",bodyLarge:"440",bodyMedium:"440",bodySmall:"440",buttonLarge:"580",buttonMedium:"580",buttonSmall:"580",captionLarge:"380",captionMedium:"440",captionSmall:"480"},pr={heroLarge:"-0.01em",heroMedium:"-0.01em",heroSmall:"-0.01em",titleLarge:"normal",titleMedium:"normal",titleSmall:"normal",headingLarge:"normal",headingMedium:"normal",headingSmall:"0.01em",bodyStrongLarge:"0.01em",bodyStrongMedium:"0.01em",bodyStrongSmall:"0.015em",bodyEmpLarge:"0.01em",bodyEmpMedium:"0.01em",bodyEmpSmall:"0.015em",bodyLarge:"0.01em",bodyMedium:"0.01em",bodySmall:"0.015em",buttonLarge:"0.02em",buttonMedium:"0.02em",buttonSmall:"0.025em",captionLarge:"0.01em",captionMedium:"0.015em",captionSmall:"0.025em"},dr={0:"0px",1:"1px"},rc={spacing:ir,colors:{foreground:{textNeutralPlain:"hsla(210, 25%, 84%, 1)",textNeutralDefault:"hsla(0, 0%, 100%, 1)",textNeutralSubdued:"hsla(230, 10%, 53%, 1)",textNeutralDisabled:"hsla(212, 19%, 39%, 1)",textNeutralContrasted:"hsla(212, 44%, 13%, 1)",textBrandDefault:"hsla(215, 100%, 83%, 1)",textBrandSubdued:"hsla(215, 70%, 51%, 1)",textBrandDisabled:"hsla(215, 87%, 42%, 1)",textCriticalDefault:"hsla(11, 100%, 82%, 1)",textCriticalSubdued:"hsla(11, 100%, 58%, 1)",textCriticalDisabled:"hsla(11, 100%, 37%, 1)",iconNeutralPlain:"hsla(211, 18%, 70%, 1)",iconNeutralDefault:"hsla(0, 0%, 100%, 1)",iconNeutralSubdued:"hsla(231, 10%, 41%, 1)",iconNeutralDisabled:"hsla(212, 25%, 34%, 1)",iconNeutralContrasted:"hsla(211, 44%, 13%, 1)",iconBrandDefault:"hsla(215, 100%, 73%, 1)",iconBrandSubdued:"hsla(215, 83%, 52%, 1)",iconBrandDisabled:"hsla(215, 100%, 41%, 1)",iconCriticalDefault:"hsla(11, 100%, 72%, 1)",iconCriticalSubdued:"hsla(11, 100%, 45%, 1)",iconCriticalDisabled:"hsla(11, 100%, 37%, 1)",text1Decorative:"hsla(281, 99%, 89%, 1)",text2Decorative:"hsla(173, 79%, 62%, 1)",text3Decorative:"hsla(234, 100%, 90%, 1)",icon1Decorative:"hsla(281, 99%, 79%, 1)",icon2Decorative:"hsla(173, 100%, 39%, 1)",icon3Decorative:"hsla(234, 91%, 81%, 1)"},background:{plain:"hsla(232, 17%, 18%, 1)",subdued:"hsla(231, 17%, 16%, 1)",highlightDim:"hsla(0, 0%, 0%, 0.6)",highlightPale:"hsla(211, 42%, 16%, 0.6)",surfaceNeutralPlain:"hsla(232, 17%, 18%, 1)",surfaceNeutralSubdued:"hsla(211, 42%, 14%, 1)",surfaceNeutralDepressed:"hsla(211, 42%, 12%, 1)",surfaceNeutralHighlight:"hsla(0, 0%, 100%, 0.04)",surfaceBrandSubdued:"hsla(215, 100%, 21%, 1)",surfaceBrandDepressed:"hsla(215, 100%, 27%, 1)",surfaceBrandHighlight:"hsla(215, 100%, 51%, 0.12)",surfaceCriticalSubdued:"hsla(11, 81%, 19%, 1)",surfaceCriticalDepressed:"hsla(11, 100%, 25%, 1)",surfaceCriticalHighlight:"hsla(11, 100%, 46%, 0.18)",interactiveNeutralDefault:"hsla(0, 0%, 100%, 1)",interactiveNeutralHovering:"hsla(211, 24%, 86%, 1)",interactiveNeutralPressing:"hsla(211, 16%, 68%, 1)",interactiveNeutralFocused:"hsla(210, 24%, 86%, 1)",interactiveNeutralDisabled:"hsla(211, 32%, 21%, 1)",interactiveBrandDefault:"hsla(215, 100%, 62%, 1)",interactiveBrandHovering:"hsla(215, 100%, 50%, 1)",interactiveBrandPressing:"hsla(215, 100%, 31%, 1)",interactiveBrandFocused:"hsla(215, 100%, 62%, 1)",interactiveBrandDisabled:"hsla(211, 33%, 21%, 1)",interactiveCriticalDefault:"hsla(11, 100%, 56%, 1)",interactiveCriticalHovering:"hsla(11, 100%, 42%, 1)",interactiveCriticalPressing:"hsla(11, 100%, 29%, 1)",interactiveCriticalFocused:"hsla(11, 100%, 42%, 1)",interactiveCriticalDisabled:"hsla(211, 33%, 21%, 1)",interactiveNeutralSecondaryDefault:"hsla(211, 42%, 16%, 1)",interactiveNeutralSecondaryHovering:"hsla(211, 32%, 19%, 1)",interactiveNeutralSecondaryPressing:"hsla(211, 24%, 26%, 1)",interactiveNeutralSecondaryFocused:"hsla(211, 32%, 19%, 1)",interactiveNeutralSecondaryDisabled:"hsla(211, 42%, 16%, 1)",interactiveBrandSecondaryDefault:"hsla(211, 42%, 16%, 1)",interactiveBrandSecondaryHovering:"hsla(215, 100%, 18%, 1)",interactiveBrandSecondaryPressing:"hsla(215, 100%, 27%, 1)",interactiveBrandSecondaryFocused:"hsla(215, 100%, 18%, 1)",interactiveBrandSecondaryDisabled:"hsla(211, 42%, 16%, 1)",interactiveCriticalSecondaryDefault:"hsla(211, 42%, 16%, 1)",interactiveCriticalSecondaryHovering:"hsla(11, 100%, 16%, 1)",interactiveCriticalSecondaryPressing:"hsla(11, 100%, 24%, 1)",interactiveCriticalSecondaryFocused:"hsla(11, 100%, 16%, 1)",interactiveCriticalSecondaryDisabled:"hsla(211, 42%, 16%, 1)",interactiveNeutralHighlightDefault:"hsla(180, 4%, 15%, 0)",interactiveNeutralHighlightHovering:"hsla(0, 0%, 100%, 0.06)",interactiveNeutralHighlightPressing:"hsla(0, 0%, 100%, 0.12)",interactiveNeutralHighlightFocused:"hsla(0, 0%, 100%, 0.06)",interactiveNeutralHighlightDisabled:"hsla(0, 0%, 100%, 0)",interactiveBrandHighlightDefault:"hsla(215, 100%, 51%, 0)",interactiveBrandHighlightHovering:"hsla(215, 100%, 51%, 0.16)",interactiveBrandHighlightPressing:"hsla(215, 100%, 51%, 0.32)",interactiveBrandHighlightFocused:"hsla(215, 100%, 51%, 0.16)",interactiveBrandHighlightDisabled:"hsla(215, 100%, 51%, 0)",interactiveCriticalHighlightDefault:"hsla(212, 44%, 13%, 0)",interactiveCriticalHighlightHovering:"hsla(11, 100%, 46%, 0.2)",interactiveCriticalHighlightPressing:"hsla(11, 100%, 46%, 0.32)",interactiveCriticalHighlightFocused:"hsla(11, 100%, 46%, 0.2)",interactiveCriticalHighlightDisabled:"hsla(11, 100%, 46%, 0)",decorativeSurfacePlain1:"hsla(281, 99%, 68%, 1)",decorativeSurfacePlain2:"hsla(173, 100%, 32%, 1)",decorativeSurfacePlain3:"hsla(234, 100%, 73%, 1)",decorativeSurfaceSubdued1:"hsla(281, 88%, 30%, 1)",decorativeSurfaceSubdued2:"hsla(173, 43%, 19%, 1)",decorativeSurfaceSubdued3:"hsla(234, 67%, 39%, 1)"},border:{neutralPlain:"hsla(231, 18%, 23%, 1)",neutralDefault:"hsla(212, 24%, 32%, 1)",neutralSubdued:"hsla(211, 21%, 39%, 1)",neutralHighlight:"hsla(0, 0%, 100%, 0.04)",brandPlain:"hsla(210, 32%, 25%, 1)",brandDefault:"hsla(215, 100%, 39%, 1)",brandSubdued:"hsla(215, 94%, 51%, 1)",brandHighlight:"hsla(215, 100%, 51%, 0.12)",criticalPlain:"hsla(11, 100%, 25%, 1)",criticalDefault:"hsla(11, 100%, 35%, 1)",criticalSubdued:"hsla(11, 100%, 45%, 1)",criticalHighlight:"hsla(11, 100%, 46%, 0.18)"}},fontSize:rr,borderRadius:lr,lineHeight:fr,fontWeight:cr,letterSpacing:pr,boxShadow:{interactiveDefaultFocused:"0px 1px 1px 0px hsla(0, 0%, 0%, 0.32)",interactiveDefaultHovering:"0px 2px 3px 0px hsla(0, 0%, 0%, 0.28)",overlay:"0px 3px 8px 0px hsla(0, 0%, 0%, 0.24)",modal:"0px 8px 16px 0px hsla(0, 0%, 0%, 0.2)"},borderWidth:dr},lc={spacing:ir,colors:{foreground:{textNeutralPlain:"hsla(210, 25%, 26%, 1)",textNeutralDefault:"hsla(180, 4%, 15%, 1)",textNeutralSubdued:"hsla(180, 1%, 49%, 1)",textNeutralDisabled:"hsla(212, 14%, 67%, 1)",textNeutralContrasted:"hsla(0, 0%, 100%, 1)",textBrandDefault:"hsla(215, 100%, 32%, 1)",textBrandSubdued:"hsla(215, 58%, 51%, 1)",textBrandDisabled:"hsla(215, 100%, 72%, 1)",textCriticalDefault:"hsla(11, 100%, 29%, 1)",textCriticalSubdued:"hsla(11, 100%, 45%, 1)",textCriticalDisabled:"hsla(11, 100%, 71%, 1)",iconNeutralPlain:"hsla(211, 18%, 36%, 1)",iconNeutralDefault:"hsla(180, 4%, 15%, 1)",iconNeutralSubdued:"hsla(180, 1%, 49%, 1)",iconNeutralDisabled:"hsla(212, 14%, 75%, 1)",iconNeutralContrasted:"hsla(0, 0%, 100%, 1)",iconBrandDefault:"hsla(215, 100%, 40%, 1)",iconBrandSubdued:"hsla(215, 83%, 61%, 1)",iconBrandDisabled:"hsla(215, 100%, 72%, 1)",iconCriticalDefault:"hsla(11, 100%, 36%, 1)",iconCriticalSubdued:"hsla(11, 100%, 57%, 1)",iconCriticalDisabled:"hsla(11, 100%, 72%, 1)",text1Decorative:"hsla(281, 99%, 31%, 1)",text2Decorative:"hsla(173, 97%, 15%, 1)",text3Decorative:"hsla(234, 100%, 42%, 1)",icon1Decorative:"hsla(281, 99%, 41%, 1)",icon2Decorative:"hsla(173, 100%, 20%, 1)",icon3Decorative:"hsla(234, 96%, 56%, 1)"},background:{plain:"hsla(0, 0%, 100%, 1)",subdued:"hsla(120, 11%, 98%, 1)",highlightDim:"hsla(0, 0%, 0%, 0.6)",highlightPale:"hsla(0, 0%, 100%, 0.6)",surfaceNeutralPlain:"hsla(0, 0%, 100%, 1)",surfaceNeutralSubdued:"hsla(120, 11%, 98%, 1)",surfaceNeutralDepressed:"hsla(180, 1%, 85%, 1)",surfaceNeutralHighlight:"hsla(212, 44%, 13%, 0.06)",surfaceBrandSubdued:"hsla(215, 100%, 96%, 1)",surfaceBrandDepressed:"hsla(215, 100%, 88%, 1)",surfaceBrandHighlight:"hsla(215, 100%, 51%, 0.08)",surfaceCriticalSubdued:"hsla(11, 100%, 96%, 1)",surfaceCriticalDepressed:"hsla(11, 100%, 88%, 1)",surfaceCriticalHighlight:"hsla(11, 100%, 46%, 0.08)",interactiveNeutralDefault:"hsla(211, 45%, 13%, 1)",interactiveNeutralHovering:"hsla(211, 22%, 26%, 1)",interactiveNeutralPressing:"hsla(211, 45%, 3%, 1)",interactiveNeutralFocused:"hsla(211, 22%, 26%, 1)",interactiveNeutralDisabled:"hsla(211, 16%, 94%, 1)",interactiveBrandDefault:"hsla(215, 100%, 51%, 1)",interactiveBrandHovering:"hsla(215, 100%, 62%, 1)",interactiveBrandPressing:"hsla(215, 100%, 31%, 1)",interactiveBrandFocused:"hsla(215, 100%, 62%, 1)",interactiveBrandDisabled:"hsla(211, 16%, 94%, 1)",interactiveCriticalDefault:"hsla(11, 100%, 46%, 1)",interactiveCriticalHovering:"hsla(11, 100%, 63%, 1)",interactiveCriticalPressing:"hsla(11, 100%, 29%, 1)",interactiveCriticalFocused:"hsla(11, 100%, 63%, 1)",interactiveCriticalDisabled:"hsla(204, 16%, 94%, 1)",interactiveNeutralSecondaryDefault:"hsla(0, 0%, 100%, 1)",interactiveNeutralSecondaryHovering:"hsla(220, 18%, 97%, 1)",interactiveNeutralSecondaryPressing:"hsla(210, 15%, 87%, 1)",interactiveNeutralSecondaryFocused:"hsla(220, 18%, 97%, 1)",interactiveNeutralSecondaryDisabled:"hsla(0, 0%, 100%, 1)",interactiveBrandSecondaryDefault:"hsla(0, 0%, 100%, 1)",interactiveBrandSecondaryHovering:"hsla(215, 100%, 96%, 1)",interactiveBrandSecondaryPressing:"hsla(215, 100%, 89%, 1)",interactiveBrandSecondaryFocused:"hsla(215, 100%, 96%, 1)",interactiveBrandSecondaryDisabled:"hsla(0, 0%, 100%, 1)",interactiveCriticalSecondaryDefault:"hsla(0, 0%, 100%, 1)",interactiveCriticalSecondaryHovering:"hsla(11, 100%, 97%, 1)",interactiveCriticalSecondaryPressing:"hsla(11, 100%, 90%, 1)",interactiveCriticalSecondaryFocused:"hsla(11, 100%, 97%, 1)",interactiveCriticalSecondaryDisabled:"hsla(0, 0%, 100%, 1)",interactiveNeutralHighlightDefault:"hsla(180, 4%, 15%, 0)",interactiveNeutralHighlightHovering:"hsla(180, 4%, 15%, 0.06)",interactiveNeutralHighlightPressing:"hsla(180, 4%, 15%, 0.12)",interactiveNeutralHighlightFocused:"hsla(180, 4%, 15%, 0.08)",interactiveNeutralHighlightDisabled:"hsla(212, 44%, 13%, 0)",interactiveBrandHighlightDefault:"hsla(212, 44%, 13%, 0.08)",interactiveBrandHighlightHovering:"hsla(215, 100%, 51%, 0.12)",interactiveBrandHighlightPressing:"hsla(215, 100%, 51%, 0.24)",interactiveBrandHighlightFocused:"hsla(215, 100%, 51%, 0.12)",interactiveBrandHighlightDisabled:"hsla(212, 44%, 13%, 0)",interactiveCriticalHighlightDefault:"hsla(11, 100%, 46%, 0)",interactiveCriticalHighlightHovering:"hsla(11, 100%, 46%, 0.12)",interactiveCriticalHighlightPressing:"hsla(11, 100%, 46%, 0.2)",interactiveCriticalHighlightFocused:"hsla(11, 100%, 46%, 0.12)",interactiveCriticalHighlightDisabled:"hsla(11, 100%, 46%, 0)",decorativeSurfacePlain1:"hsla(281, 99%, 56%, 1)",decorativeSurfacePlain2:"hsla(173, 100%, 26%, 1)",decorativeSurfacePlain3:"hsla(234, 100%, 66%, 1)",decorativeSurfaceSubdued1:"hsla(281, 88%, 90%, 1)",decorativeSurfaceSubdued2:"hsla(173, 43%, 80%, 1)",decorativeSurfaceSubdued3:"hsla(234, 100%, 91%, 1)"},border:{neutralDefault:"hsla(212, 14%, 77%, 1)",neutralSubdued:"hsla(211, 13%, 66%, 1)",neutralHighlight:"hsla(212, 44%, 13%, 0.08)",neutralPlain:"hsla(210, 15%, 87%, 1)",brandPlain:"hsla(215, 100%, 88%, 1)",brandDefault:"hsla(215, 100%, 74%, 1)",brandSubdued:"hsla(215, 100%, 61%, 1)",brandHighlight:"hsla(215, 100%, 51%, 0.1)",criticalPlain:"hsla(11, 100%, 88%, 1)",criticalDefault:"hsla(11, 100%, 74%, 1)",criticalSubdued:"hsla(11, 100%, 57%, 1)",criticalHighlight:"hsla(11, 100%, 46%, 0.08)"}},fontSize:rr,borderRadius:lr,lineHeight:fr,fontWeight:cr,letterSpacing:pr,boxShadow:{interactiveDefaultFocused:"0px 1px 1px 0px hsla(212, 44%, 13%, 0.16)",interactiveDefaultHovering:"0px 2px 3px 0px hsla(211, 42%, 16%, 0.1)",overlay:"0px 3px 8px 0px hsla(211, 42%, 16%, 0.08)",modal:"0px 8px 16px 0px hsla(211, 42%, 16%, 0.08)"},borderWidth:dr},Tt={defaultLight:lc,defaultDark:rc},ur=r.createContext(null),fc=({children:e,defaultTheme:s})=>{const[t,o]=r.useState(s);return typeof document<"u"&&ic(document.documentElement,Qs,Tt[t]),d.jsx(ur.Provider,{value:{theme:t,setTheme:o,themeValues:Tt[t]},children:e})},cc=()=>{const e=r.useContext(ur);if(e===null)throw new Error("useTheme must be used within a MacawUI ThemeContext");return e},pc=({children:e,defaultTheme:s="defaultLight"})=>d.jsx(fc,{defaultTheme:s,children:d.jsx("main",{id:"macaw-ui-root",children:e})});function dc(e,s){if(typeof e!="object"||e===null)return e;var t=e[Symbol.toPrimitive];if(t!==void 0){var o=t.call(e,s||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(e)}function uc(e){var s=dc(e,"string");return typeof s=="symbol"?s:String(s)}function _c(e,s,t){return s=uc(s),s in e?Object.defineProperty(e,s,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[s]=t,e}function Ba(e,s){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);s&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),t.push.apply(t,o)}return t}function vo(e){for(var s=1;s<arguments.length;s++){var t=arguments[s]!=null?arguments[s]:{};s%2?Ba(Object(t),!0).forEach(function(o){_c(e,o,t[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Ba(Object(t)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(t,o))})}return e}var bc=e=>function(){for(var s=arguments.length,t=new Array(s),o=0;o<s;o++)t[o]=arguments[o];var a=Object.assign({},...t.map(f=>f.styles)),n=Object.keys(a),i=n.filter(f=>"mappings"in a[f]),l=f=>{var c=[],u={},p=vo({},f),b=!1;for(var _ of i){var C=f[_];if(C!=null){var v=a[_];b=!0;for(var w of v.mappings)u[w]=C,p[w]==null&&delete p[w]}}var y=b?vo(vo({},u),p):f,m=function(){var $=y[h],E=a[h];try{if(E.mappings)return"continue";if(typeof $=="string"||typeof $=="number"){if(process.env.NODE_ENV!=="production"&&!E.values[$].defaultClass)throw new Error;c.push(E.values[$].defaultClass)}else if(Array.isArray($))for(var I=0;I<$.length;I++){var P=$[I];if(P!=null){var j=E.responsiveArray[I];if(process.env.NODE_ENV!=="production"&&!E.values[P].conditions[j])throw new Error;c.push(E.values[P].conditions[j])}}else for(var R in $){var K=$[R];if(K!=null){if(process.env.NODE_ENV!=="production"&&!E.values[K].conditions[R])throw new Error;c.push(E.values[K].conditions[R])}}}catch(X){if(process.env.NODE_ENV!=="production"){class D extends Error{constructor(G){super(G),this.name="SprinklesError"}}var S=A=>typeof A=="string"?'"'.concat(A,'"'):A,F=(A,G,Q)=>{throw new D('"'.concat(A,'" has no value ').concat(S(G),". Possible values are ").concat(Object.keys(Q).map(S).join(", ")))};if(!E)throw new D('"'.concat(h,'" is not a valid sprinkle'));if((typeof $=="string"||typeof $=="number")&&($ in E.values||F(h,$,E.values),!E.values[$].defaultClass))throw new D('"'.concat(h,'" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(E.values[$].conditions).map(S).join(", ")));if(typeof $=="object"){if(!("conditions"in E.values[Object.keys(E.values)[0]]))throw new D('"'.concat(h,'" is not a conditional property'));if(Array.isArray($)){if(!("responsiveArray"in E))throw new D('"'.concat(h,'" does not support responsive arrays'));var Y=E.responsiveArray.length;if(Y<$.length)throw new D('"'.concat(h,'" only supports up to ').concat(Y," breakpoints. You passed ").concat($.length));for(var ee of $)E.values[ee]||F(h,ee,E.values)}else for(var ne in $){var se=$[ne];if(se!=null&&(E.values[se]||F(h,se,E.values),!E.values[se].conditions[ne]))throw new D('"'.concat(h,'" has no condition named ').concat(S(ne),". Possible values are ").concat(Object.keys(E.values[se].conditions).map(S).join(", ")))}}}throw X}};for(var h in y)var g=m();return e(c.join(" "))};return Object.assign(l,{properties:new Set(n)})},mc=e=>e,hc=function(){return bc(mc)(...arguments)},es=hc({conditions:{defaultCondition:"mobile",conditionNames:["mobile","tablet","desktop"],responsiveArray:void 0},styles:{padding:{mappings:["paddingTop","paddingBottom","paddingLeft","paddingRight"]},paddingX:{mappings:["paddingLeft","paddingRight"]},paddingY:{mappings:["paddingTop","paddingBottom"]},margin:{mappings:["marginTop","marginBottom","marginLeft","marginRight"]},marginX:{mappings:["marginLeft","marginRight"]},marginY:{mappings:["marginTop","marginBottom"]},placeItems:{mappings:["alignItems","justifyContent"]},typeSize:{mappings:["fontSize","lineHeight","fontWeight","letterSpacing"]},borderWidth:{mappings:["borderTopWidth","borderBottomWidth","borderLeftWidth","borderRightWidth"]},borderXWidth:{mappings:["borderLeftWidth","borderRightWidth"]},borderYWidth:{mappings:["borderTopWidth","borderBottomWidth"]},borderStyle:{mappings:["borderTopStyle","borderBottomStyle","borderLeftStyle","borderRightStyle"]},borderXStyle:{mappings:["borderLeftStyle","borderRightStyle"]},borderYStyle:{mappings:["borderTopStyle","borderBottomStyle"]},inset:{mappings:["top","bottom","left","right"]},borderRadius:{mappings:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},overflow:{mappings:["overflowX","overflowY"]},flex:{mappings:["flexGrow","flexShrink","flexBasis"]},display:{values:{none:{conditions:{mobile:"_18fs8ps0",tablet:"_18fs8ps1",desktop:"_18fs8ps2"},defaultClass:"_18fs8ps0"},flex:{conditions:{mobile:"_18fs8ps3",tablet:"_18fs8ps4",desktop:"_18fs8ps5"},defaultClass:"_18fs8ps3"},"inline-flex":{conditions:{mobile:"_18fs8ps6",tablet:"_18fs8ps7",desktop:"_18fs8ps8"},defaultClass:"_18fs8ps6"},grid:{conditions:{mobile:"_18fs8ps9",tablet:"_18fs8psa",desktop:"_18fs8psb"},defaultClass:"_18fs8ps9"},"inline-grid":{conditions:{mobile:"_18fs8psc",tablet:"_18fs8psd",desktop:"_18fs8pse"},defaultClass:"_18fs8psc"},block:{conditions:{mobile:"_18fs8psf",tablet:"_18fs8psg",desktop:"_18fs8psh"},defaultClass:"_18fs8psf"},"inline-block":{conditions:{mobile:"_18fs8psi",tablet:"_18fs8psj",desktop:"_18fs8psk"},defaultClass:"_18fs8psi"},contents:{conditions:{mobile:"_18fs8psl",tablet:"_18fs8psm",desktop:"_18fs8psn"},defaultClass:"_18fs8psl"}}},flexDirection:{values:{row:{conditions:{mobile:"_18fs8pso",tablet:"_18fs8psp",desktop:"_18fs8psq"},defaultClass:"_18fs8pso"},column:{conditions:{mobile:"_18fs8psr",tablet:"_18fs8pss",desktop:"_18fs8pst"},defaultClass:"_18fs8psr"}}},alignItems:{values:{stretch:{conditions:{mobile:"_18fs8psu",tablet:"_18fs8psv",desktop:"_18fs8psw"},defaultClass:"_18fs8psu"},"flex-start":{conditions:{mobile:"_18fs8psx",tablet:"_18fs8psy",desktop:"_18fs8psz"},defaultClass:"_18fs8psx"},center:{conditions:{mobile:"_18fs8ps10",tablet:"_18fs8ps11",desktop:"_18fs8ps12"},defaultClass:"_18fs8ps10"},"flex-end":{conditions:{mobile:"_18fs8ps13",tablet:"_18fs8ps14",desktop:"_18fs8ps15"},defaultClass:"_18fs8ps13"},start:{conditions:{mobile:"_18fs8ps16",tablet:"_18fs8ps17",desktop:"_18fs8ps18"},defaultClass:"_18fs8ps16"},end:{conditions:{mobile:"_18fs8ps19",tablet:"_18fs8ps1a",desktop:"_18fs8ps1b"},defaultClass:"_18fs8ps19"},baseline:{conditions:{mobile:"_18fs8ps1c",tablet:"_18fs8ps1d",desktop:"_18fs8ps1e"},defaultClass:"_18fs8ps1c"}}},justifyContent:{values:{stretch:{conditions:{mobile:"_18fs8ps1f",tablet:"_18fs8ps1g",desktop:"_18fs8ps1h"},defaultClass:"_18fs8ps1f"},"flex-start":{conditions:{mobile:"_18fs8ps1i",tablet:"_18fs8ps1j",desktop:"_18fs8ps1k"},defaultClass:"_18fs8ps1i"},center:{conditions:{mobile:"_18fs8ps1l",tablet:"_18fs8ps1m",desktop:"_18fs8ps1n"},defaultClass:"_18fs8ps1l"},"flex-end":{conditions:{mobile:"_18fs8ps1o",tablet:"_18fs8ps1p",desktop:"_18fs8ps1q"},defaultClass:"_18fs8ps1o"},"space-between":{conditions:{mobile:"_18fs8ps1r",tablet:"_18fs8ps1s",desktop:"_18fs8ps1t"},defaultClass:"_18fs8ps1r"},"space-around":{conditions:{mobile:"_18fs8ps1u",tablet:"_18fs8ps1v",desktop:"_18fs8ps1w"},defaultClass:"_18fs8ps1u"},"space-evenly":{conditions:{mobile:"_18fs8ps1x",tablet:"_18fs8ps1y",desktop:"_18fs8ps1z"},defaultClass:"_18fs8ps1x"}}},flexGrow:{values:{0:{conditions:{mobile:"_18fs8ps20",tablet:"_18fs8ps21",desktop:"_18fs8ps22"},defaultClass:"_18fs8ps20"},1:{conditions:{mobile:"_18fs8ps23",tablet:"_18fs8ps24",desktop:"_18fs8ps25"},defaultClass:"_18fs8ps23"}}},flexShrink:{values:{0:{conditions:{mobile:"_18fs8ps26",tablet:"_18fs8ps27",desktop:"_18fs8ps28"},defaultClass:"_18fs8ps26"},1:{conditions:{mobile:"_18fs8ps29",tablet:"_18fs8ps2a",desktop:"_18fs8ps2b"},defaultClass:"_18fs8ps29"}}},flexBasis:{values:{0:{conditions:{mobile:"_18fs8ps2f",tablet:"_18fs8ps2g",desktop:"_18fs8ps2h"},defaultClass:"_18fs8ps2f"},auto:{conditions:{mobile:"_18fs8ps2c",tablet:"_18fs8ps2d",desktop:"_18fs8ps2e"},defaultClass:"_18fs8ps2c"}}},position:{values:{static:{conditions:{mobile:"_18fs8ps2i",tablet:"_18fs8ps2j",desktop:"_18fs8ps2k"},defaultClass:"_18fs8ps2i"},relative:{conditions:{mobile:"_18fs8ps2l",tablet:"_18fs8ps2m",desktop:"_18fs8ps2n"},defaultClass:"_18fs8ps2l"},absolute:{conditions:{mobile:"_18fs8ps2o",tablet:"_18fs8ps2p",desktop:"_18fs8ps2q"},defaultClass:"_18fs8ps2o"},fixed:{conditions:{mobile:"_18fs8ps2r",tablet:"_18fs8ps2s",desktop:"_18fs8ps2t"},defaultClass:"_18fs8ps2r"},sticky:{conditions:{mobile:"_18fs8ps2u",tablet:"_18fs8ps2v",desktop:"_18fs8ps2w"},defaultClass:"_18fs8ps2u"}}},gridArea:{values:{auto:{conditions:{mobile:"_18fs8ps2x",tablet:"_18fs8ps2y",desktop:"_18fs8ps2z"},defaultClass:"_18fs8ps2x"}}},gridTemplateAreas:{values:{none:{conditions:{mobile:"_18fs8ps30",tablet:"_18fs8ps31",desktop:"_18fs8ps32"},defaultClass:"_18fs8ps30"}}},gridTemplateRows:{values:{1:{conditions:{mobile:"_18fs8ps33",tablet:"_18fs8ps34",desktop:"_18fs8ps35"},defaultClass:"_18fs8ps33"},2:{conditions:{mobile:"_18fs8ps36",tablet:"_18fs8ps37",desktop:"_18fs8ps38"},defaultClass:"_18fs8ps36"},3:{conditions:{mobile:"_18fs8ps39",tablet:"_18fs8ps3a",desktop:"_18fs8ps3b"},defaultClass:"_18fs8ps39"},4:{conditions:{mobile:"_18fs8ps3c",tablet:"_18fs8ps3d",desktop:"_18fs8ps3e"},defaultClass:"_18fs8ps3c"},5:{conditions:{mobile:"_18fs8ps3f",tablet:"_18fs8ps3g",desktop:"_18fs8ps3h"},defaultClass:"_18fs8ps3f"},6:{conditions:{mobile:"_18fs8ps3i",tablet:"_18fs8ps3j",desktop:"_18fs8ps3k"},defaultClass:"_18fs8ps3i"},7:{conditions:{mobile:"_18fs8ps3l",tablet:"_18fs8ps3m",desktop:"_18fs8ps3n"},defaultClass:"_18fs8ps3l"},8:{conditions:{mobile:"_18fs8ps3o",tablet:"_18fs8ps3p",desktop:"_18fs8ps3q"},defaultClass:"_18fs8ps3o"},9:{conditions:{mobile:"_18fs8ps3r",tablet:"_18fs8ps3s",desktop:"_18fs8ps3t"},defaultClass:"_18fs8ps3r"},10:{conditions:{mobile:"_18fs8ps3u",tablet:"_18fs8ps3v",desktop:"_18fs8ps3w"},defaultClass:"_18fs8ps3u"},11:{conditions:{mobile:"_18fs8ps3x",tablet:"_18fs8ps3y",desktop:"_18fs8ps3z"},defaultClass:"_18fs8ps3x"},12:{conditions:{mobile:"_18fs8ps40",tablet:"_18fs8ps41",desktop:"_18fs8ps42"},defaultClass:"_18fs8ps40"},none:{conditions:{mobile:"_18fs8ps43",tablet:"_18fs8ps44",desktop:"_18fs8ps45"},defaultClass:"_18fs8ps43"}}},gridRow:{values:{1:{conditions:{mobile:"_18fs8ps46",tablet:"_18fs8ps47",desktop:"_18fs8ps48"},defaultClass:"_18fs8ps46"},2:{conditions:{mobile:"_18fs8ps49",tablet:"_18fs8ps4a",desktop:"_18fs8ps4b"},defaultClass:"_18fs8ps49"},3:{conditions:{mobile:"_18fs8ps4c",tablet:"_18fs8ps4d",desktop:"_18fs8ps4e"},defaultClass:"_18fs8ps4c"},4:{conditions:{mobile:"_18fs8ps4f",tablet:"_18fs8ps4g",desktop:"_18fs8ps4h"},defaultClass:"_18fs8ps4f"},5:{conditions:{mobile:"_18fs8ps4i",tablet:"_18fs8ps4j",desktop:"_18fs8ps4k"},defaultClass:"_18fs8ps4i"},6:{conditions:{mobile:"_18fs8ps4l",tablet:"_18fs8ps4m",desktop:"_18fs8ps4n"},defaultClass:"_18fs8ps4l"},7:{conditions:{mobile:"_18fs8ps4o",tablet:"_18fs8ps4p",desktop:"_18fs8ps4q"},defaultClass:"_18fs8ps4o"},8:{conditions:{mobile:"_18fs8ps4r",tablet:"_18fs8ps4s",desktop:"_18fs8ps4t"},defaultClass:"_18fs8ps4r"},9:{conditions:{mobile:"_18fs8ps4u",tablet:"_18fs8ps4v",desktop:"_18fs8ps4w"},defaultClass:"_18fs8ps4u"},10:{conditions:{mobile:"_18fs8ps4x",tablet:"_18fs8ps4y",desktop:"_18fs8ps4z"},defaultClass:"_18fs8ps4x"},11:{conditions:{mobile:"_18fs8ps50",tablet:"_18fs8ps51",desktop:"_18fs8ps52"},defaultClass:"_18fs8ps50"},12:{conditions:{mobile:"_18fs8ps53",tablet:"_18fs8ps54",desktop:"_18fs8ps55"},defaultClass:"_18fs8ps53"},auto:{conditions:{mobile:"_18fs8ps56",tablet:"_18fs8ps57",desktop:"_18fs8ps58"},defaultClass:"_18fs8ps56"},full:{conditions:{mobile:"_18fs8ps59",tablet:"_18fs8ps5a",desktop:"_18fs8ps5b"},defaultClass:"_18fs8ps59"}}},gridRowStart:{values:{1:{conditions:{mobile:"_18fs8ps5c",tablet:"_18fs8ps5d",desktop:"_18fs8ps5e"},defaultClass:"_18fs8ps5c"},2:{conditions:{mobile:"_18fs8ps5f",tablet:"_18fs8ps5g",desktop:"_18fs8ps5h"},defaultClass:"_18fs8ps5f"},3:{conditions:{mobile:"_18fs8ps5i",tablet:"_18fs8ps5j",desktop:"_18fs8ps5k"},defaultClass:"_18fs8ps5i"},4:{conditions:{mobile:"_18fs8ps5l",tablet:"_18fs8ps5m",desktop:"_18fs8ps5n"},defaultClass:"_18fs8ps5l"},5:{conditions:{mobile:"_18fs8ps5o",tablet:"_18fs8ps5p",desktop:"_18fs8ps5q"},defaultClass:"_18fs8ps5o"},6:{conditions:{mobile:"_18fs8ps5r",tablet:"_18fs8ps5s",desktop:"_18fs8ps5t"},defaultClass:"_18fs8ps5r"},7:{conditions:{mobile:"_18fs8ps5u",tablet:"_18fs8ps5v",desktop:"_18fs8ps5w"},defaultClass:"_18fs8ps5u"},8:{conditions:{mobile:"_18fs8ps5x",tablet:"_18fs8ps5y",desktop:"_18fs8ps5z"},defaultClass:"_18fs8ps5x"},9:{conditions:{mobile:"_18fs8ps60",tablet:"_18fs8ps61",desktop:"_18fs8ps62"},defaultClass:"_18fs8ps60"},10:{conditions:{mobile:"_18fs8ps63",tablet:"_18fs8ps64",desktop:"_18fs8ps65"},defaultClass:"_18fs8ps63"},11:{conditions:{mobile:"_18fs8ps66",tablet:"_18fs8ps67",desktop:"_18fs8ps68"},defaultClass:"_18fs8ps66"},12:{conditions:{mobile:"_18fs8ps69",tablet:"_18fs8ps6a",desktop:"_18fs8ps6b"},defaultClass:"_18fs8ps69"},auto:{conditions:{mobile:"_18fs8ps6c",tablet:"_18fs8ps6d",desktop:"_18fs8ps6e"},defaultClass:"_18fs8ps6c"}}},gridRowEnd:{values:{1:{conditions:{mobile:"_18fs8ps6f",tablet:"_18fs8ps6g",desktop:"_18fs8ps6h"},defaultClass:"_18fs8ps6f"},2:{conditions:{mobile:"_18fs8ps6i",tablet:"_18fs8ps6j",desktop:"_18fs8ps6k"},defaultClass:"_18fs8ps6i"},3:{conditions:{mobile:"_18fs8ps6l",tablet:"_18fs8ps6m",desktop:"_18fs8ps6n"},defaultClass:"_18fs8ps6l"},4:{conditions:{mobile:"_18fs8ps6o",tablet:"_18fs8ps6p",desktop:"_18fs8ps6q"},defaultClass:"_18fs8ps6o"},5:{conditions:{mobile:"_18fs8ps6r",tablet:"_18fs8ps6s",desktop:"_18fs8ps6t"},defaultClass:"_18fs8ps6r"},6:{conditions:{mobile:"_18fs8ps6u",tablet:"_18fs8ps6v",desktop:"_18fs8ps6w"},defaultClass:"_18fs8ps6u"},7:{conditions:{mobile:"_18fs8ps6x",tablet:"_18fs8ps6y",desktop:"_18fs8ps6z"},defaultClass:"_18fs8ps6x"},8:{conditions:{mobile:"_18fs8ps70",tablet:"_18fs8ps71",desktop:"_18fs8ps72"},defaultClass:"_18fs8ps70"},9:{conditions:{mobile:"_18fs8ps73",tablet:"_18fs8ps74",desktop:"_18fs8ps75"},defaultClass:"_18fs8ps73"},10:{conditions:{mobile:"_18fs8ps76",tablet:"_18fs8ps77",desktop:"_18fs8ps78"},defaultClass:"_18fs8ps76"},11:{conditions:{mobile:"_18fs8ps79",tablet:"_18fs8ps7a",desktop:"_18fs8ps7b"},defaultClass:"_18fs8ps79"},12:{conditions:{mobile:"_18fs8ps7c",tablet:"_18fs8ps7d",desktop:"_18fs8ps7e"},defaultClass:"_18fs8ps7c"},auto:{conditions:{mobile:"_18fs8ps7f",tablet:"_18fs8ps7g",desktop:"_18fs8ps7h"},defaultClass:"_18fs8ps7f"}}},gridTemplateColumns:{values:{1:{conditions:{mobile:"_18fs8ps7i",tablet:"_18fs8ps7j",desktop:"_18fs8ps7k"},defaultClass:"_18fs8ps7i"},2:{conditions:{mobile:"_18fs8ps7l",tablet:"_18fs8ps7m",desktop:"_18fs8ps7n"},defaultClass:"_18fs8ps7l"},3:{conditions:{mobile:"_18fs8ps7o",tablet:"_18fs8ps7p",desktop:"_18fs8ps7q"},defaultClass:"_18fs8ps7o"},4:{conditions:{mobile:"_18fs8ps7r",tablet:"_18fs8ps7s",desktop:"_18fs8ps7t"},defaultClass:"_18fs8ps7r"},5:{conditions:{mobile:"_18fs8ps7u",tablet:"_18fs8ps7v",desktop:"_18fs8ps7w"},defaultClass:"_18fs8ps7u"},6:{conditions:{mobile:"_18fs8ps7x",tablet:"_18fs8ps7y",desktop:"_18fs8ps7z"},defaultClass:"_18fs8ps7x"},7:{conditions:{mobile:"_18fs8ps80",tablet:"_18fs8ps81",desktop:"_18fs8ps82"},defaultClass:"_18fs8ps80"},8:{conditions:{mobile:"_18fs8ps83",tablet:"_18fs8ps84",desktop:"_18fs8ps85"},defaultClass:"_18fs8ps83"},9:{conditions:{mobile:"_18fs8ps86",tablet:"_18fs8ps87",desktop:"_18fs8ps88"},defaultClass:"_18fs8ps86"},10:{conditions:{mobile:"_18fs8ps89",tablet:"_18fs8ps8a",desktop:"_18fs8ps8b"},defaultClass:"_18fs8ps89"},11:{conditions:{mobile:"_18fs8ps8c",tablet:"_18fs8ps8d",desktop:"_18fs8ps8e"},defaultClass:"_18fs8ps8c"},12:{conditions:{mobile:"_18fs8ps8f",tablet:"_18fs8ps8g",desktop:"_18fs8ps8h"},defaultClass:"_18fs8ps8f"},none:{conditions:{mobile:"_18fs8ps8i",tablet:"_18fs8ps8j",desktop:"_18fs8ps8k"},defaultClass:"_18fs8ps8i"}}},gridColumn:{values:{1:{conditions:{mobile:"_18fs8ps8l",tablet:"_18fs8ps8m",desktop:"_18fs8ps8n"},defaultClass:"_18fs8ps8l"},2:{conditions:{mobile:"_18fs8ps8o",tablet:"_18fs8ps8p",desktop:"_18fs8ps8q"},defaultClass:"_18fs8ps8o"},3:{conditions:{mobile:"_18fs8ps8r",tablet:"_18fs8ps8s",desktop:"_18fs8ps8t"},defaultClass:"_18fs8ps8r"},4:{conditions:{mobile:"_18fs8ps8u",tablet:"_18fs8ps8v",desktop:"_18fs8ps8w"},defaultClass:"_18fs8ps8u"},5:{conditions:{mobile:"_18fs8ps8x",tablet:"_18fs8ps8y",desktop:"_18fs8ps8z"},defaultClass:"_18fs8ps8x"},6:{conditions:{mobile:"_18fs8ps90",tablet:"_18fs8ps91",desktop:"_18fs8ps92"},defaultClass:"_18fs8ps90"},7:{conditions:{mobile:"_18fs8ps93",tablet:"_18fs8ps94",desktop:"_18fs8ps95"},defaultClass:"_18fs8ps93"},8:{conditions:{mobile:"_18fs8ps96",tablet:"_18fs8ps97",desktop:"_18fs8ps98"},defaultClass:"_18fs8ps96"},9:{conditions:{mobile:"_18fs8ps99",tablet:"_18fs8ps9a",desktop:"_18fs8ps9b"},defaultClass:"_18fs8ps99"},10:{conditions:{mobile:"_18fs8ps9c",tablet:"_18fs8ps9d",desktop:"_18fs8ps9e"},defaultClass:"_18fs8ps9c"},11:{conditions:{mobile:"_18fs8ps9f",tablet:"_18fs8ps9g",desktop:"_18fs8ps9h"},defaultClass:"_18fs8ps9f"},12:{conditions:{mobile:"_18fs8ps9i",tablet:"_18fs8ps9j",desktop:"_18fs8ps9k"},defaultClass:"_18fs8ps9i"},auto:{conditions:{mobile:"_18fs8ps9l",tablet:"_18fs8ps9m",desktop:"_18fs8ps9n"},defaultClass:"_18fs8ps9l"},full:{conditions:{mobile:"_18fs8ps9o",tablet:"_18fs8ps9p",desktop:"_18fs8ps9q"},defaultClass:"_18fs8ps9o"}}},gridColumnStart:{values:{1:{conditions:{mobile:"_18fs8ps9r",tablet:"_18fs8ps9s",desktop:"_18fs8ps9t"},defaultClass:"_18fs8ps9r"},2:{conditions:{mobile:"_18fs8ps9u",tablet:"_18fs8ps9v",desktop:"_18fs8ps9w"},defaultClass:"_18fs8ps9u"},3:{conditions:{mobile:"_18fs8ps9x",tablet:"_18fs8ps9y",desktop:"_18fs8ps9z"},defaultClass:"_18fs8ps9x"},4:{conditions:{mobile:"_18fs8psa0",tablet:"_18fs8psa1",desktop:"_18fs8psa2"},defaultClass:"_18fs8psa0"},5:{conditions:{mobile:"_18fs8psa3",tablet:"_18fs8psa4",desktop:"_18fs8psa5"},defaultClass:"_18fs8psa3"},6:{conditions:{mobile:"_18fs8psa6",tablet:"_18fs8psa7",desktop:"_18fs8psa8"},defaultClass:"_18fs8psa6"},7:{conditions:{mobile:"_18fs8psa9",tablet:"_18fs8psaa",desktop:"_18fs8psab"},defaultClass:"_18fs8psa9"},8:{conditions:{mobile:"_18fs8psac",tablet:"_18fs8psad",desktop:"_18fs8psae"},defaultClass:"_18fs8psac"},9:{conditions:{mobile:"_18fs8psaf",tablet:"_18fs8psag",desktop:"_18fs8psah"},defaultClass:"_18fs8psaf"},10:{conditions:{mobile:"_18fs8psai",tablet:"_18fs8psaj",desktop:"_18fs8psak"},defaultClass:"_18fs8psai"},11:{conditions:{mobile:"_18fs8psal",tablet:"_18fs8psam",desktop:"_18fs8psan"},defaultClass:"_18fs8psal"},12:{conditions:{mobile:"_18fs8psao",tablet:"_18fs8psap",desktop:"_18fs8psaq"},defaultClass:"_18fs8psao"},auto:{conditions:{mobile:"_18fs8psar",tablet:"_18fs8psas",desktop:"_18fs8psat"},defaultClass:"_18fs8psar"}}},gridColumnEnd:{values:{1:{conditions:{mobile:"_18fs8psau",tablet:"_18fs8psav",desktop:"_18fs8psaw"},defaultClass:"_18fs8psau"},2:{conditions:{mobile:"_18fs8psax",tablet:"_18fs8psay",desktop:"_18fs8psaz"},defaultClass:"_18fs8psax"},3:{conditions:{mobile:"_18fs8psb0",tablet:"_18fs8psb1",desktop:"_18fs8psb2"},defaultClass:"_18fs8psb0"},4:{conditions:{mobile:"_18fs8psb3",tablet:"_18fs8psb4",desktop:"_18fs8psb5"},defaultClass:"_18fs8psb3"},5:{conditions:{mobile:"_18fs8psb6",tablet:"_18fs8psb7",desktop:"_18fs8psb8"},defaultClass:"_18fs8psb6"},6:{conditions:{mobile:"_18fs8psb9",tablet:"_18fs8psba",desktop:"_18fs8psbb"},defaultClass:"_18fs8psb9"},7:{conditions:{mobile:"_18fs8psbc",tablet:"_18fs8psbd",desktop:"_18fs8psbe"},defaultClass:"_18fs8psbc"},8:{conditions:{mobile:"_18fs8psbf",tablet:"_18fs8psbg",desktop:"_18fs8psbh"},defaultClass:"_18fs8psbf"},9:{conditions:{mobile:"_18fs8psbi",tablet:"_18fs8psbj",desktop:"_18fs8psbk"},defaultClass:"_18fs8psbi"},10:{conditions:{mobile:"_18fs8psbl",tablet:"_18fs8psbm",desktop:"_18fs8psbn"},defaultClass:"_18fs8psbl"},11:{conditions:{mobile:"_18fs8psbo",tablet:"_18fs8psbp",desktop:"_18fs8psbq"},defaultClass:"_18fs8psbo"},12:{conditions:{mobile:"_18fs8psbr",tablet:"_18fs8psbs",desktop:"_18fs8psbt"},defaultClass:"_18fs8psbr"},auto:{conditions:{mobile:"_18fs8psbu",tablet:"_18fs8psbv",desktop:"_18fs8psbw"},defaultClass:"_18fs8psbu"}}},gridAutoFlow:{values:{row:{conditions:{mobile:"_18fs8psbx",tablet:"_18fs8psby",desktop:"_18fs8psbz"},defaultClass:"_18fs8psbx"},column:{conditions:{mobile:"_18fs8psc0",tablet:"_18fs8psc1",desktop:"_18fs8psc2"},defaultClass:"_18fs8psc0"},dense:{conditions:{mobile:"_18fs8psc3",tablet:"_18fs8psc4",desktop:"_18fs8psc5"},defaultClass:"_18fs8psc3"},"row dense":{conditions:{mobile:"_18fs8psc6",tablet:"_18fs8psc7",desktop:"_18fs8psc8"},defaultClass:"_18fs8psc6"},"column dense":{conditions:{mobile:"_18fs8psc9",tablet:"_18fs8psca",desktop:"_18fs8pscb"},defaultClass:"_18fs8psc9"}}},order:{values:{1:{conditions:{mobile:"_18fs8pscc",tablet:"_18fs8pscd",desktop:"_18fs8psce"},defaultClass:"_18fs8pscc"},2:{conditions:{mobile:"_18fs8pscf",tablet:"_18fs8pscg",desktop:"_18fs8psch"},defaultClass:"_18fs8pscf"},3:{conditions:{mobile:"_18fs8psci",tablet:"_18fs8pscj",desktop:"_18fs8psck"},defaultClass:"_18fs8psci"},4:{conditions:{mobile:"_18fs8pscl",tablet:"_18fs8pscm",desktop:"_18fs8pscn"},defaultClass:"_18fs8pscl"},5:{conditions:{mobile:"_18fs8psco",tablet:"_18fs8pscp",desktop:"_18fs8pscq"},defaultClass:"_18fs8psco"},6:{conditions:{mobile:"_18fs8pscr",tablet:"_18fs8pscs",desktop:"_18fs8psct"},defaultClass:"_18fs8pscr"},7:{conditions:{mobile:"_18fs8pscu",tablet:"_18fs8pscv",desktop:"_18fs8pscw"},defaultClass:"_18fs8pscu"},8:{conditions:{mobile:"_18fs8pscx",tablet:"_18fs8pscy",desktop:"_18fs8pscz"},defaultClass:"_18fs8pscx"},9:{conditions:{mobile:"_18fs8psd0",tablet:"_18fs8psd1",desktop:"_18fs8psd2"},defaultClass:"_18fs8psd0"},10:{conditions:{mobile:"_18fs8psd3",tablet:"_18fs8psd4",desktop:"_18fs8psd5"},defaultClass:"_18fs8psd3"},11:{conditions:{mobile:"_18fs8psd6",tablet:"_18fs8psd7",desktop:"_18fs8psd8"},defaultClass:"_18fs8psd6"},12:{conditions:{mobile:"_18fs8psd9",tablet:"_18fs8psda",desktop:"_18fs8psdb"},defaultClass:"_18fs8psd9"}}},flexWrap:{values:{nowrap:{conditions:{mobile:"_18fs8psdc",tablet:"_18fs8psdd",desktop:"_18fs8psde"},defaultClass:"_18fs8psdc"},wrap:{conditions:{mobile:"_18fs8psdf",tablet:"_18fs8psdg",desktop:"_18fs8psdh"},defaultClass:"_18fs8psdf"}}},gap:{values:{0:{conditions:{mobile:"_18fs8psdi",tablet:"_18fs8psdj",desktop:"_18fs8psdk"},defaultClass:"_18fs8psdi"},1:{conditions:{mobile:"_18fs8psdl",tablet:"_18fs8psdm",desktop:"_18fs8psdn"},defaultClass:"_18fs8psdl"},2:{conditions:{mobile:"_18fs8psdo",tablet:"_18fs8psdp",desktop:"_18fs8psdq"},defaultClass:"_18fs8psdo"},3:{conditions:{mobile:"_18fs8psdr",tablet:"_18fs8psds",desktop:"_18fs8psdt"},defaultClass:"_18fs8psdr"},4:{conditions:{mobile:"_18fs8psdu",tablet:"_18fs8psdv",desktop:"_18fs8psdw"},defaultClass:"_18fs8psdu"},5:{conditions:{mobile:"_18fs8psdx",tablet:"_18fs8psdy",desktop:"_18fs8psdz"},defaultClass:"_18fs8psdx"},6:{conditions:{mobile:"_18fs8pse0",tablet:"_18fs8pse1",desktop:"_18fs8pse2"},defaultClass:"_18fs8pse0"},7:{conditions:{mobile:"_18fs8pse3",tablet:"_18fs8pse4",desktop:"_18fs8pse5"},defaultClass:"_18fs8pse3"},8:{conditions:{mobile:"_18fs8pse6",tablet:"_18fs8pse7",desktop:"_18fs8pse8"},defaultClass:"_18fs8pse6"},9:{conditions:{mobile:"_18fs8pse9",tablet:"_18fs8psea",desktop:"_18fs8pseb"},defaultClass:"_18fs8pse9"},10:{conditions:{mobile:"_18fs8psec",tablet:"_18fs8psed",desktop:"_18fs8psee"},defaultClass:"_18fs8psec"},11:{conditions:{mobile:"_18fs8psef",tablet:"_18fs8pseg",desktop:"_18fs8pseh"},defaultClass:"_18fs8psef"},12:{conditions:{mobile:"_18fs8psei",tablet:"_18fs8psej",desktop:"_18fs8psek"},defaultClass:"_18fs8psei"},14:{conditions:{mobile:"_18fs8psel",tablet:"_18fs8psem",desktop:"_18fs8psen"},defaultClass:"_18fs8psel"},16:{conditions:{mobile:"_18fs8pseo",tablet:"_18fs8psep",desktop:"_18fs8pseq"},defaultClass:"_18fs8pseo"},20:{conditions:{mobile:"_18fs8pser",tablet:"_18fs8pses",desktop:"_18fs8pset"},defaultClass:"_18fs8pser"},24:{conditions:{mobile:"_18fs8pseu",tablet:"_18fs8psev",desktop:"_18fs8psew"},defaultClass:"_18fs8pseu"},28:{conditions:{mobile:"_18fs8psex",tablet:"_18fs8psey",desktop:"_18fs8psez"},defaultClass:"_18fs8psex"},32:{conditions:{mobile:"_18fs8psf0",tablet:"_18fs8psf1",desktop:"_18fs8psf2"},defaultClass:"_18fs8psf0"},36:{conditions:{mobile:"_18fs8psf3",tablet:"_18fs8psf4",desktop:"_18fs8psf5"},defaultClass:"_18fs8psf3"},40:{conditions:{mobile:"_18fs8psf6",tablet:"_18fs8psf7",desktop:"_18fs8psf8"},defaultClass:"_18fs8psf6"},44:{conditions:{mobile:"_18fs8psf9",tablet:"_18fs8psfa",desktop:"_18fs8psfb"},defaultClass:"_18fs8psf9"},48:{conditions:{mobile:"_18fs8psfc",tablet:"_18fs8psfd",desktop:"_18fs8psfe"},defaultClass:"_18fs8psfc"},52:{conditions:{mobile:"_18fs8psff",tablet:"_18fs8psfg",desktop:"_18fs8psfh"},defaultClass:"_18fs8psff"},px:{conditions:{mobile:"_18fs8psfi",tablet:"_18fs8psfj",desktop:"_18fs8psfk"},defaultClass:"_18fs8psfi"},"0.5":{conditions:{mobile:"_18fs8psfl",tablet:"_18fs8psfm",desktop:"_18fs8psfn"},defaultClass:"_18fs8psfl"},"1.5":{conditions:{mobile:"_18fs8psfo",tablet:"_18fs8psfp",desktop:"_18fs8psfq"},defaultClass:"_18fs8psfo"},"2.5":{conditions:{mobile:"_18fs8psfr",tablet:"_18fs8psfs",desktop:"_18fs8psft"},defaultClass:"_18fs8psfr"},"3.5":{conditions:{mobile:"_18fs8psfu",tablet:"_18fs8psfv",desktop:"_18fs8psfw"},defaultClass:"_18fs8psfu"}}},rowGap:{values:{0:{conditions:{mobile:"_18fs8psfx",tablet:"_18fs8psfy",desktop:"_18fs8psfz"},defaultClass:"_18fs8psfx"},1:{conditions:{mobile:"_18fs8psg0",tablet:"_18fs8psg1",desktop:"_18fs8psg2"},defaultClass:"_18fs8psg0"},2:{conditions:{mobile:"_18fs8psg3",tablet:"_18fs8psg4",desktop:"_18fs8psg5"},defaultClass:"_18fs8psg3"},3:{conditions:{mobile:"_18fs8psg6",tablet:"_18fs8psg7",desktop:"_18fs8psg8"},defaultClass:"_18fs8psg6"},4:{conditions:{mobile:"_18fs8psg9",tablet:"_18fs8psga",desktop:"_18fs8psgb"},defaultClass:"_18fs8psg9"},5:{conditions:{mobile:"_18fs8psgc",tablet:"_18fs8psgd",desktop:"_18fs8psge"},defaultClass:"_18fs8psgc"},6:{conditions:{mobile:"_18fs8psgf",tablet:"_18fs8psgg",desktop:"_18fs8psgh"},defaultClass:"_18fs8psgf"},7:{conditions:{mobile:"_18fs8psgi",tablet:"_18fs8psgj",desktop:"_18fs8psgk"},defaultClass:"_18fs8psgi"},8:{conditions:{mobile:"_18fs8psgl",tablet:"_18fs8psgm",desktop:"_18fs8psgn"},defaultClass:"_18fs8psgl"},9:{conditions:{mobile:"_18fs8psgo",tablet:"_18fs8psgp",desktop:"_18fs8psgq"},defaultClass:"_18fs8psgo"},10:{conditions:{mobile:"_18fs8psgr",tablet:"_18fs8psgs",desktop:"_18fs8psgt"},defaultClass:"_18fs8psgr"},11:{conditions:{mobile:"_18fs8psgu",tablet:"_18fs8psgv",desktop:"_18fs8psgw"},defaultClass:"_18fs8psgu"},12:{conditions:{mobile:"_18fs8psgx",tablet:"_18fs8psgy",desktop:"_18fs8psgz"},defaultClass:"_18fs8psgx"},14:{conditions:{mobile:"_18fs8psh0",tablet:"_18fs8psh1",desktop:"_18fs8psh2"},defaultClass:"_18fs8psh0"},16:{conditions:{mobile:"_18fs8psh3",tablet:"_18fs8psh4",desktop:"_18fs8psh5"},defaultClass:"_18fs8psh3"},20:{conditions:{mobile:"_18fs8psh6",tablet:"_18fs8psh7",desktop:"_18fs8psh8"},defaultClass:"_18fs8psh6"},24:{conditions:{mobile:"_18fs8psh9",tablet:"_18fs8psha",desktop:"_18fs8pshb"},defaultClass:"_18fs8psh9"},28:{conditions:{mobile:"_18fs8pshc",tablet:"_18fs8pshd",desktop:"_18fs8pshe"},defaultClass:"_18fs8pshc"},32:{conditions:{mobile:"_18fs8pshf",tablet:"_18fs8pshg",desktop:"_18fs8pshh"},defaultClass:"_18fs8pshf"},36:{conditions:{mobile:"_18fs8pshi",tablet:"_18fs8pshj",desktop:"_18fs8pshk"},defaultClass:"_18fs8pshi"},40:{conditions:{mobile:"_18fs8pshl",tablet:"_18fs8pshm",desktop:"_18fs8pshn"},defaultClass:"_18fs8pshl"},44:{conditions:{mobile:"_18fs8psho",tablet:"_18fs8pshp",desktop:"_18fs8pshq"},defaultClass:"_18fs8psho"},48:{conditions:{mobile:"_18fs8pshr",tablet:"_18fs8pshs",desktop:"_18fs8psht"},defaultClass:"_18fs8pshr"},52:{conditions:{mobile:"_18fs8pshu",tablet:"_18fs8pshv",desktop:"_18fs8pshw"},defaultClass:"_18fs8pshu"},px:{conditions:{mobile:"_18fs8pshx",tablet:"_18fs8pshy",desktop:"_18fs8pshz"},defaultClass:"_18fs8pshx"},"0.5":{conditions:{mobile:"_18fs8psi0",tablet:"_18fs8psi1",desktop:"_18fs8psi2"},defaultClass:"_18fs8psi0"},"1.5":{conditions:{mobile:"_18fs8psi3",tablet:"_18fs8psi4",desktop:"_18fs8psi5"},defaultClass:"_18fs8psi3"},"2.5":{conditions:{mobile:"_18fs8psi6",tablet:"_18fs8psi7",desktop:"_18fs8psi8"},defaultClass:"_18fs8psi6"},"3.5":{conditions:{mobile:"_18fs8psi9",tablet:"_18fs8psia",desktop:"_18fs8psib"},defaultClass:"_18fs8psi9"}}},columnGap:{values:{0:{conditions:{mobile:"_18fs8psic",tablet:"_18fs8psid",desktop:"_18fs8psie"},defaultClass:"_18fs8psic"},1:{conditions:{mobile:"_18fs8psif",tablet:"_18fs8psig",desktop:"_18fs8psih"},defaultClass:"_18fs8psif"},2:{conditions:{mobile:"_18fs8psii",tablet:"_18fs8psij",desktop:"_18fs8psik"},defaultClass:"_18fs8psii"},3:{conditions:{mobile:"_18fs8psil",tablet:"_18fs8psim",desktop:"_18fs8psin"},defaultClass:"_18fs8psil"},4:{conditions:{mobile:"_18fs8psio",tablet:"_18fs8psip",desktop:"_18fs8psiq"},defaultClass:"_18fs8psio"},5:{conditions:{mobile:"_18fs8psir",tablet:"_18fs8psis",desktop:"_18fs8psit"},defaultClass:"_18fs8psir"},6:{conditions:{mobile:"_18fs8psiu",tablet:"_18fs8psiv",desktop:"_18fs8psiw"},defaultClass:"_18fs8psiu"},7:{conditions:{mobile:"_18fs8psix",tablet:"_18fs8psiy",desktop:"_18fs8psiz"},defaultClass:"_18fs8psix"},8:{conditions:{mobile:"_18fs8psj0",tablet:"_18fs8psj1",desktop:"_18fs8psj2"},defaultClass:"_18fs8psj0"},9:{conditions:{mobile:"_18fs8psj3",tablet:"_18fs8psj4",desktop:"_18fs8psj5"},defaultClass:"_18fs8psj3"},10:{conditions:{mobile:"_18fs8psj6",tablet:"_18fs8psj7",desktop:"_18fs8psj8"},defaultClass:"_18fs8psj6"},11:{conditions:{mobile:"_18fs8psj9",tablet:"_18fs8psja",desktop:"_18fs8psjb"},defaultClass:"_18fs8psj9"},12:{conditions:{mobile:"_18fs8psjc",tablet:"_18fs8psjd",desktop:"_18fs8psje"},defaultClass:"_18fs8psjc"},14:{conditions:{mobile:"_18fs8psjf",tablet:"_18fs8psjg",desktop:"_18fs8psjh"},defaultClass:"_18fs8psjf"},16:{conditions:{mobile:"_18fs8psji",tablet:"_18fs8psjj",desktop:"_18fs8psjk"},defaultClass:"_18fs8psji"},20:{conditions:{mobile:"_18fs8psjl",tablet:"_18fs8psjm",desktop:"_18fs8psjn"},defaultClass:"_18fs8psjl"},24:{conditions:{mobile:"_18fs8psjo",tablet:"_18fs8psjp",desktop:"_18fs8psjq"},defaultClass:"_18fs8psjo"},28:{conditions:{mobile:"_18fs8psjr",tablet:"_18fs8psjs",desktop:"_18fs8psjt"},defaultClass:"_18fs8psjr"},32:{conditions:{mobile:"_18fs8psju",tablet:"_18fs8psjv",desktop:"_18fs8psjw"},defaultClass:"_18fs8psju"},36:{conditions:{mobile:"_18fs8psjx",tablet:"_18fs8psjy",desktop:"_18fs8psjz"},defaultClass:"_18fs8psjx"},40:{conditions:{mobile:"_18fs8psk0",tablet:"_18fs8psk1",desktop:"_18fs8psk2"},defaultClass:"_18fs8psk0"},44:{conditions:{mobile:"_18fs8psk3",tablet:"_18fs8psk4",desktop:"_18fs8psk5"},defaultClass:"_18fs8psk3"},48:{conditions:{mobile:"_18fs8psk6",tablet:"_18fs8psk7",desktop:"_18fs8psk8"},defaultClass:"_18fs8psk6"},52:{conditions:{mobile:"_18fs8psk9",tablet:"_18fs8pska",desktop:"_18fs8pskb"},defaultClass:"_18fs8psk9"},px:{conditions:{mobile:"_18fs8pskc",tablet:"_18fs8pskd",desktop:"_18fs8pske"},defaultClass:"_18fs8pskc"},"0.5":{conditions:{mobile:"_18fs8pskf",tablet:"_18fs8pskg",desktop:"_18fs8pskh"},defaultClass:"_18fs8pskf"},"1.5":{conditions:{mobile:"_18fs8pski",tablet:"_18fs8pskj",desktop:"_18fs8pskk"},defaultClass:"_18fs8pski"},"2.5":{conditions:{mobile:"_18fs8pskl",tablet:"_18fs8pskm",desktop:"_18fs8pskn"},defaultClass:"_18fs8pskl"},"3.5":{conditions:{mobile:"_18fs8psko",tablet:"_18fs8pskp",desktop:"_18fs8pskq"},defaultClass:"_18fs8psko"}}},paddingTop:{values:{0:{conditions:{mobile:"_18fs8pskr",tablet:"_18fs8psks",desktop:"_18fs8pskt"},defaultClass:"_18fs8pskr"},1:{conditions:{mobile:"_18fs8psku",tablet:"_18fs8pskv",desktop:"_18fs8pskw"},defaultClass:"_18fs8psku"},2:{conditions:{mobile:"_18fs8pskx",tablet:"_18fs8psky",desktop:"_18fs8pskz"},defaultClass:"_18fs8pskx"},3:{conditions:{mobile:"_18fs8psl0",tablet:"_18fs8psl1",desktop:"_18fs8psl2"},defaultClass:"_18fs8psl0"},4:{conditions:{mobile:"_18fs8psl3",tablet:"_18fs8psl4",desktop:"_18fs8psl5"},defaultClass:"_18fs8psl3"},5:{conditions:{mobile:"_18fs8psl6",tablet:"_18fs8psl7",desktop:"_18fs8psl8"},defaultClass:"_18fs8psl6"},6:{conditions:{mobile:"_18fs8psl9",tablet:"_18fs8psla",desktop:"_18fs8pslb"},defaultClass:"_18fs8psl9"},7:{conditions:{mobile:"_18fs8pslc",tablet:"_18fs8psld",desktop:"_18fs8psle"},defaultClass:"_18fs8pslc"},8:{conditions:{mobile:"_18fs8pslf",tablet:"_18fs8pslg",desktop:"_18fs8pslh"},defaultClass:"_18fs8pslf"},9:{conditions:{mobile:"_18fs8psli",tablet:"_18fs8pslj",desktop:"_18fs8pslk"},defaultClass:"_18fs8psli"},10:{conditions:{mobile:"_18fs8psll",tablet:"_18fs8pslm",desktop:"_18fs8psln"},defaultClass:"_18fs8psll"},11:{conditions:{mobile:"_18fs8pslo",tablet:"_18fs8pslp",desktop:"_18fs8pslq"},defaultClass:"_18fs8pslo"},12:{conditions:{mobile:"_18fs8pslr",tablet:"_18fs8psls",desktop:"_18fs8pslt"},defaultClass:"_18fs8pslr"},14:{conditions:{mobile:"_18fs8pslu",tablet:"_18fs8pslv",desktop:"_18fs8pslw"},defaultClass:"_18fs8pslu"},16:{conditions:{mobile:"_18fs8pslx",tablet:"_18fs8psly",desktop:"_18fs8pslz"},defaultClass:"_18fs8pslx"},20:{conditions:{mobile:"_18fs8psm0",tablet:"_18fs8psm1",desktop:"_18fs8psm2"},defaultClass:"_18fs8psm0"},24:{conditions:{mobile:"_18fs8psm3",tablet:"_18fs8psm4",desktop:"_18fs8psm5"},defaultClass:"_18fs8psm3"},28:{conditions:{mobile:"_18fs8psm6",tablet:"_18fs8psm7",desktop:"_18fs8psm8"},defaultClass:"_18fs8psm6"},32:{conditions:{mobile:"_18fs8psm9",tablet:"_18fs8psma",desktop:"_18fs8psmb"},defaultClass:"_18fs8psm9"},36:{conditions:{mobile:"_18fs8psmc",tablet:"_18fs8psmd",desktop:"_18fs8psme"},defaultClass:"_18fs8psmc"},40:{conditions:{mobile:"_18fs8psmf",tablet:"_18fs8psmg",desktop:"_18fs8psmh"},defaultClass:"_18fs8psmf"},44:{conditions:{mobile:"_18fs8psmi",tablet:"_18fs8psmj",desktop:"_18fs8psmk"},defaultClass:"_18fs8psmi"},48:{conditions:{mobile:"_18fs8psml",tablet:"_18fs8psmm",desktop:"_18fs8psmn"},defaultClass:"_18fs8psml"},52:{conditions:{mobile:"_18fs8psmo",tablet:"_18fs8psmp",desktop:"_18fs8psmq"},defaultClass:"_18fs8psmo"},px:{conditions:{mobile:"_18fs8psmr",tablet:"_18fs8psms",desktop:"_18fs8psmt"},defaultClass:"_18fs8psmr"},"0.5":{conditions:{mobile:"_18fs8psmu",tablet:"_18fs8psmv",desktop:"_18fs8psmw"},defaultClass:"_18fs8psmu"},"1.5":{conditions:{mobile:"_18fs8psmx",tablet:"_18fs8psmy",desktop:"_18fs8psmz"},defaultClass:"_18fs8psmx"},"2.5":{conditions:{mobile:"_18fs8psn0",tablet:"_18fs8psn1",desktop:"_18fs8psn2"},defaultClass:"_18fs8psn0"},"3.5":{conditions:{mobile:"_18fs8psn3",tablet:"_18fs8psn4",desktop:"_18fs8psn5"},defaultClass:"_18fs8psn3"}}},paddingBottom:{values:{0:{conditions:{mobile:"_18fs8psn6",tablet:"_18fs8psn7",desktop:"_18fs8psn8"},defaultClass:"_18fs8psn6"},1:{conditions:{mobile:"_18fs8psn9",tablet:"_18fs8psna",desktop:"_18fs8psnb"},defaultClass:"_18fs8psn9"},2:{conditions:{mobile:"_18fs8psnc",tablet:"_18fs8psnd",desktop:"_18fs8psne"},defaultClass:"_18fs8psnc"},3:{conditions:{mobile:"_18fs8psnf",tablet:"_18fs8psng",desktop:"_18fs8psnh"},defaultClass:"_18fs8psnf"},4:{conditions:{mobile:"_18fs8psni",tablet:"_18fs8psnj",desktop:"_18fs8psnk"},defaultClass:"_18fs8psni"},5:{conditions:{mobile:"_18fs8psnl",tablet:"_18fs8psnm",desktop:"_18fs8psnn"},defaultClass:"_18fs8psnl"},6:{conditions:{mobile:"_18fs8psno",tablet:"_18fs8psnp",desktop:"_18fs8psnq"},defaultClass:"_18fs8psno"},7:{conditions:{mobile:"_18fs8psnr",tablet:"_18fs8psns",desktop:"_18fs8psnt"},defaultClass:"_18fs8psnr"},8:{conditions:{mobile:"_18fs8psnu",tablet:"_18fs8psnv",desktop:"_18fs8psnw"},defaultClass:"_18fs8psnu"},9:{conditions:{mobile:"_18fs8psnx",tablet:"_18fs8psny",desktop:"_18fs8psnz"},defaultClass:"_18fs8psnx"},10:{conditions:{mobile:"_18fs8pso0",tablet:"_18fs8pso1",desktop:"_18fs8pso2"},defaultClass:"_18fs8pso0"},11:{conditions:{mobile:"_18fs8pso3",tablet:"_18fs8pso4",desktop:"_18fs8pso5"},defaultClass:"_18fs8pso3"},12:{conditions:{mobile:"_18fs8pso6",tablet:"_18fs8pso7",desktop:"_18fs8pso8"},defaultClass:"_18fs8pso6"},14:{conditions:{mobile:"_18fs8pso9",tablet:"_18fs8psoa",desktop:"_18fs8psob"},defaultClass:"_18fs8pso9"},16:{conditions:{mobile:"_18fs8psoc",tablet:"_18fs8psod",desktop:"_18fs8psoe"},defaultClass:"_18fs8psoc"},20:{conditions:{mobile:"_18fs8psof",tablet:"_18fs8psog",desktop:"_18fs8psoh"},defaultClass:"_18fs8psof"},24:{conditions:{mobile:"_18fs8psoi",tablet:"_18fs8psoj",desktop:"_18fs8psok"},defaultClass:"_18fs8psoi"},28:{conditions:{mobile:"_18fs8psol",tablet:"_18fs8psom",desktop:"_18fs8pson"},defaultClass:"_18fs8psol"},32:{conditions:{mobile:"_18fs8psoo",tablet:"_18fs8psop",desktop:"_18fs8psoq"},defaultClass:"_18fs8psoo"},36:{conditions:{mobile:"_18fs8psor",tablet:"_18fs8psos",desktop:"_18fs8psot"},defaultClass:"_18fs8psor"},40:{conditions:{mobile:"_18fs8psou",tablet:"_18fs8psov",desktop:"_18fs8psow"},defaultClass:"_18fs8psou"},44:{conditions:{mobile:"_18fs8psox",tablet:"_18fs8psoy",desktop:"_18fs8psoz"},defaultClass:"_18fs8psox"},48:{conditions:{mobile:"_18fs8psp0",tablet:"_18fs8psp1",desktop:"_18fs8psp2"},defaultClass:"_18fs8psp0"},52:{conditions:{mobile:"_18fs8psp3",tablet:"_18fs8psp4",desktop:"_18fs8psp5"},defaultClass:"_18fs8psp3"},px:{conditions:{mobile:"_18fs8psp6",tablet:"_18fs8psp7",desktop:"_18fs8psp8"},defaultClass:"_18fs8psp6"},"0.5":{conditions:{mobile:"_18fs8psp9",tablet:"_18fs8pspa",desktop:"_18fs8pspb"},defaultClass:"_18fs8psp9"},"1.5":{conditions:{mobile:"_18fs8pspc",tablet:"_18fs8pspd",desktop:"_18fs8pspe"},defaultClass:"_18fs8pspc"},"2.5":{conditions:{mobile:"_18fs8pspf",tablet:"_18fs8pspg",desktop:"_18fs8psph"},defaultClass:"_18fs8pspf"},"3.5":{conditions:{mobile:"_18fs8pspi",tablet:"_18fs8pspj",desktop:"_18fs8pspk"},defaultClass:"_18fs8pspi"}}},paddingLeft:{values:{0:{conditions:{mobile:"_18fs8pspl",tablet:"_18fs8pspm",desktop:"_18fs8pspn"},defaultClass:"_18fs8pspl"},1:{conditions:{mobile:"_18fs8pspo",tablet:"_18fs8pspp",desktop:"_18fs8pspq"},defaultClass:"_18fs8pspo"},2:{conditions:{mobile:"_18fs8pspr",tablet:"_18fs8psps",desktop:"_18fs8pspt"},defaultClass:"_18fs8pspr"},3:{conditions:{mobile:"_18fs8pspu",tablet:"_18fs8pspv",desktop:"_18fs8pspw"},defaultClass:"_18fs8pspu"},4:{conditions:{mobile:"_18fs8pspx",tablet:"_18fs8pspy",desktop:"_18fs8pspz"},defaultClass:"_18fs8pspx"},5:{conditions:{mobile:"_18fs8psq0",tablet:"_18fs8psq1",desktop:"_18fs8psq2"},defaultClass:"_18fs8psq0"},6:{conditions:{mobile:"_18fs8psq3",tablet:"_18fs8psq4",desktop:"_18fs8psq5"},defaultClass:"_18fs8psq3"},7:{conditions:{mobile:"_18fs8psq6",tablet:"_18fs8psq7",desktop:"_18fs8psq8"},defaultClass:"_18fs8psq6"},8:{conditions:{mobile:"_18fs8psq9",tablet:"_18fs8psqa",desktop:"_18fs8psqb"},defaultClass:"_18fs8psq9"},9:{conditions:{mobile:"_18fs8psqc",tablet:"_18fs8psqd",desktop:"_18fs8psqe"},defaultClass:"_18fs8psqc"},10:{conditions:{mobile:"_18fs8psqf",tablet:"_18fs8psqg",desktop:"_18fs8psqh"},defaultClass:"_18fs8psqf"},11:{conditions:{mobile:"_18fs8psqi",tablet:"_18fs8psqj",desktop:"_18fs8psqk"},defaultClass:"_18fs8psqi"},12:{conditions:{mobile:"_18fs8psql",tablet:"_18fs8psqm",desktop:"_18fs8psqn"},defaultClass:"_18fs8psql"},14:{conditions:{mobile:"_18fs8psqo",tablet:"_18fs8psqp",desktop:"_18fs8psqq"},defaultClass:"_18fs8psqo"},16:{conditions:{mobile:"_18fs8psqr",tablet:"_18fs8psqs",desktop:"_18fs8psqt"},defaultClass:"_18fs8psqr"},20:{conditions:{mobile:"_18fs8psqu",tablet:"_18fs8psqv",desktop:"_18fs8psqw"},defaultClass:"_18fs8psqu"},24:{conditions:{mobile:"_18fs8psqx",tablet:"_18fs8psqy",desktop:"_18fs8psqz"},defaultClass:"_18fs8psqx"},28:{conditions:{mobile:"_18fs8psr0",tablet:"_18fs8psr1",desktop:"_18fs8psr2"},defaultClass:"_18fs8psr0"},32:{conditions:{mobile:"_18fs8psr3",tablet:"_18fs8psr4",desktop:"_18fs8psr5"},defaultClass:"_18fs8psr3"},36:{conditions:{mobile:"_18fs8psr6",tablet:"_18fs8psr7",desktop:"_18fs8psr8"},defaultClass:"_18fs8psr6"},40:{conditions:{mobile:"_18fs8psr9",tablet:"_18fs8psra",desktop:"_18fs8psrb"},defaultClass:"_18fs8psr9"},44:{conditions:{mobile:"_18fs8psrc",tablet:"_18fs8psrd",desktop:"_18fs8psre"},defaultClass:"_18fs8psrc"},48:{conditions:{mobile:"_18fs8psrf",tablet:"_18fs8psrg",desktop:"_18fs8psrh"},defaultClass:"_18fs8psrf"},52:{conditions:{mobile:"_18fs8psri",tablet:"_18fs8psrj",desktop:"_18fs8psrk"},defaultClass:"_18fs8psri"},px:{conditions:{mobile:"_18fs8psrl",tablet:"_18fs8psrm",desktop:"_18fs8psrn"},defaultClass:"_18fs8psrl"},"0.5":{conditions:{mobile:"_18fs8psro",tablet:"_18fs8psrp",desktop:"_18fs8psrq"},defaultClass:"_18fs8psro"},"1.5":{conditions:{mobile:"_18fs8psrr",tablet:"_18fs8psrs",desktop:"_18fs8psrt"},defaultClass:"_18fs8psrr"},"2.5":{conditions:{mobile:"_18fs8psru",tablet:"_18fs8psrv",desktop:"_18fs8psrw"},defaultClass:"_18fs8psru"},"3.5":{conditions:{mobile:"_18fs8psrx",tablet:"_18fs8psry",desktop:"_18fs8psrz"},defaultClass:"_18fs8psrx"}}},paddingRight:{values:{0:{conditions:{mobile:"_18fs8pss0",tablet:"_18fs8pss1",desktop:"_18fs8pss2"},defaultClass:"_18fs8pss0"},1:{conditions:{mobile:"_18fs8pss3",tablet:"_18fs8pss4",desktop:"_18fs8pss5"},defaultClass:"_18fs8pss3"},2:{conditions:{mobile:"_18fs8pss6",tablet:"_18fs8pss7",desktop:"_18fs8pss8"},defaultClass:"_18fs8pss6"},3:{conditions:{mobile:"_18fs8pss9",tablet:"_18fs8pssa",desktop:"_18fs8pssb"},defaultClass:"_18fs8pss9"},4:{conditions:{mobile:"_18fs8pssc",tablet:"_18fs8pssd",desktop:"_18fs8psse"},defaultClass:"_18fs8pssc"},5:{conditions:{mobile:"_18fs8pssf",tablet:"_18fs8pssg",desktop:"_18fs8pssh"},defaultClass:"_18fs8pssf"},6:{conditions:{mobile:"_18fs8pssi",tablet:"_18fs8pssj",desktop:"_18fs8pssk"},defaultClass:"_18fs8pssi"},7:{conditions:{mobile:"_18fs8pssl",tablet:"_18fs8pssm",desktop:"_18fs8pssn"},defaultClass:"_18fs8pssl"},8:{conditions:{mobile:"_18fs8psso",tablet:"_18fs8pssp",desktop:"_18fs8pssq"},defaultClass:"_18fs8psso"},9:{conditions:{mobile:"_18fs8pssr",tablet:"_18fs8psss",desktop:"_18fs8psst"},defaultClass:"_18fs8pssr"},10:{conditions:{mobile:"_18fs8pssu",tablet:"_18fs8pssv",desktop:"_18fs8pssw"},defaultClass:"_18fs8pssu"},11:{conditions:{mobile:"_18fs8pssx",tablet:"_18fs8pssy",desktop:"_18fs8pssz"},defaultClass:"_18fs8pssx"},12:{conditions:{mobile:"_18fs8pst0",tablet:"_18fs8pst1",desktop:"_18fs8pst2"},defaultClass:"_18fs8pst0"},14:{conditions:{mobile:"_18fs8pst3",tablet:"_18fs8pst4",desktop:"_18fs8pst5"},defaultClass:"_18fs8pst3"},16:{conditions:{mobile:"_18fs8pst6",tablet:"_18fs8pst7",desktop:"_18fs8pst8"},defaultClass:"_18fs8pst6"},20:{conditions:{mobile:"_18fs8pst9",tablet:"_18fs8psta",desktop:"_18fs8pstb"},defaultClass:"_18fs8pst9"},24:{conditions:{mobile:"_18fs8pstc",tablet:"_18fs8pstd",desktop:"_18fs8pste"},defaultClass:"_18fs8pstc"},28:{conditions:{mobile:"_18fs8pstf",tablet:"_18fs8pstg",desktop:"_18fs8psth"},defaultClass:"_18fs8pstf"},32:{conditions:{mobile:"_18fs8psti",tablet:"_18fs8pstj",desktop:"_18fs8pstk"},defaultClass:"_18fs8psti"},36:{conditions:{mobile:"_18fs8pstl",tablet:"_18fs8pstm",desktop:"_18fs8pstn"},defaultClass:"_18fs8pstl"},40:{conditions:{mobile:"_18fs8psto",tablet:"_18fs8pstp",desktop:"_18fs8pstq"},defaultClass:"_18fs8psto"},44:{conditions:{mobile:"_18fs8pstr",tablet:"_18fs8psts",desktop:"_18fs8pstt"},defaultClass:"_18fs8pstr"},48:{conditions:{mobile:"_18fs8pstu",tablet:"_18fs8pstv",desktop:"_18fs8pstw"},defaultClass:"_18fs8pstu"},52:{conditions:{mobile:"_18fs8pstx",tablet:"_18fs8psty",desktop:"_18fs8pstz"},defaultClass:"_18fs8pstx"},px:{conditions:{mobile:"_18fs8psu0",tablet:"_18fs8psu1",desktop:"_18fs8psu2"},defaultClass:"_18fs8psu0"},"0.5":{conditions:{mobile:"_18fs8psu3",tablet:"_18fs8psu4",desktop:"_18fs8psu5"},defaultClass:"_18fs8psu3"},"1.5":{conditions:{mobile:"_18fs8psu6",tablet:"_18fs8psu7",desktop:"_18fs8psu8"},defaultClass:"_18fs8psu6"},"2.5":{conditions:{mobile:"_18fs8psu9",tablet:"_18fs8psua",desktop:"_18fs8psub"},defaultClass:"_18fs8psu9"},"3.5":{conditions:{mobile:"_18fs8psuc",tablet:"_18fs8psud",desktop:"_18fs8psue"},defaultClass:"_18fs8psuc"}}},marginTop:{values:{0:{conditions:{mobile:"_18fs8psuf",tablet:"_18fs8psug",desktop:"_18fs8psuh"},defaultClass:"_18fs8psuf"},1:{conditions:{mobile:"_18fs8psui",tablet:"_18fs8psuj",desktop:"_18fs8psuk"},defaultClass:"_18fs8psui"},2:{conditions:{mobile:"_18fs8psul",tablet:"_18fs8psum",desktop:"_18fs8psun"},defaultClass:"_18fs8psul"},3:{conditions:{mobile:"_18fs8psuo",tablet:"_18fs8psup",desktop:"_18fs8psuq"},defaultClass:"_18fs8psuo"},4:{conditions:{mobile:"_18fs8psur",tablet:"_18fs8psus",desktop:"_18fs8psut"},defaultClass:"_18fs8psur"},5:{conditions:{mobile:"_18fs8psuu",tablet:"_18fs8psuv",desktop:"_18fs8psuw"},defaultClass:"_18fs8psuu"},6:{conditions:{mobile:"_18fs8psux",tablet:"_18fs8psuy",desktop:"_18fs8psuz"},defaultClass:"_18fs8psux"},7:{conditions:{mobile:"_18fs8psv0",tablet:"_18fs8psv1",desktop:"_18fs8psv2"},defaultClass:"_18fs8psv0"},8:{conditions:{mobile:"_18fs8psv3",tablet:"_18fs8psv4",desktop:"_18fs8psv5"},defaultClass:"_18fs8psv3"},9:{conditions:{mobile:"_18fs8psv6",tablet:"_18fs8psv7",desktop:"_18fs8psv8"},defaultClass:"_18fs8psv6"},10:{conditions:{mobile:"_18fs8psv9",tablet:"_18fs8psva",desktop:"_18fs8psvb"},defaultClass:"_18fs8psv9"},11:{conditions:{mobile:"_18fs8psvc",tablet:"_18fs8psvd",desktop:"_18fs8psve"},defaultClass:"_18fs8psvc"},12:{conditions:{mobile:"_18fs8psvf",tablet:"_18fs8psvg",desktop:"_18fs8psvh"},defaultClass:"_18fs8psvf"},14:{conditions:{mobile:"_18fs8psvi",tablet:"_18fs8psvj",desktop:"_18fs8psvk"},defaultClass:"_18fs8psvi"},16:{conditions:{mobile:"_18fs8psvl",tablet:"_18fs8psvm",desktop:"_18fs8psvn"},defaultClass:"_18fs8psvl"},20:{conditions:{mobile:"_18fs8psvo",tablet:"_18fs8psvp",desktop:"_18fs8psvq"},defaultClass:"_18fs8psvo"},24:{conditions:{mobile:"_18fs8psvr",tablet:"_18fs8psvs",desktop:"_18fs8psvt"},defaultClass:"_18fs8psvr"},28:{conditions:{mobile:"_18fs8psvu",tablet:"_18fs8psvv",desktop:"_18fs8psvw"},defaultClass:"_18fs8psvu"},32:{conditions:{mobile:"_18fs8psvx",tablet:"_18fs8psvy",desktop:"_18fs8psvz"},defaultClass:"_18fs8psvx"},36:{conditions:{mobile:"_18fs8psw0",tablet:"_18fs8psw1",desktop:"_18fs8psw2"},defaultClass:"_18fs8psw0"},40:{conditions:{mobile:"_18fs8psw3",tablet:"_18fs8psw4",desktop:"_18fs8psw5"},defaultClass:"_18fs8psw3"},44:{conditions:{mobile:"_18fs8psw6",tablet:"_18fs8psw7",desktop:"_18fs8psw8"},defaultClass:"_18fs8psw6"},48:{conditions:{mobile:"_18fs8psw9",tablet:"_18fs8pswa",desktop:"_18fs8pswb"},defaultClass:"_18fs8psw9"},52:{conditions:{mobile:"_18fs8pswc",tablet:"_18fs8pswd",desktop:"_18fs8pswe"},defaultClass:"_18fs8pswc"},px:{conditions:{mobile:"_18fs8pswf",tablet:"_18fs8pswg",desktop:"_18fs8pswh"},defaultClass:"_18fs8pswf"},"0.5":{conditions:{mobile:"_18fs8pswi",tablet:"_18fs8pswj",desktop:"_18fs8pswk"},defaultClass:"_18fs8pswi"},"1.5":{conditions:{mobile:"_18fs8pswl",tablet:"_18fs8pswm",desktop:"_18fs8pswn"},defaultClass:"_18fs8pswl"},"2.5":{conditions:{mobile:"_18fs8pswo",tablet:"_18fs8pswp",desktop:"_18fs8pswq"},defaultClass:"_18fs8pswo"},"3.5":{conditions:{mobile:"_18fs8pswr",tablet:"_18fs8psws",desktop:"_18fs8pswt"},defaultClass:"_18fs8pswr"},auto:{conditions:{mobile:"_18fs8pswu",tablet:"_18fs8pswv",desktop:"_18fs8psww"},defaultClass:"_18fs8pswu"}}},marginBottom:{values:{0:{conditions:{mobile:"_18fs8pswx",tablet:"_18fs8pswy",desktop:"_18fs8pswz"},defaultClass:"_18fs8pswx"},1:{conditions:{mobile:"_18fs8psx0",tablet:"_18fs8psx1",desktop:"_18fs8psx2"},defaultClass:"_18fs8psx0"},2:{conditions:{mobile:"_18fs8psx3",tablet:"_18fs8psx4",desktop:"_18fs8psx5"},defaultClass:"_18fs8psx3"},3:{conditions:{mobile:"_18fs8psx6",tablet:"_18fs8psx7",desktop:"_18fs8psx8"},defaultClass:"_18fs8psx6"},4:{conditions:{mobile:"_18fs8psx9",tablet:"_18fs8psxa",desktop:"_18fs8psxb"},defaultClass:"_18fs8psx9"},5:{conditions:{mobile:"_18fs8psxc",tablet:"_18fs8psxd",desktop:"_18fs8psxe"},defaultClass:"_18fs8psxc"},6:{conditions:{mobile:"_18fs8psxf",tablet:"_18fs8psxg",desktop:"_18fs8psxh"},defaultClass:"_18fs8psxf"},7:{conditions:{mobile:"_18fs8psxi",tablet:"_18fs8psxj",desktop:"_18fs8psxk"},defaultClass:"_18fs8psxi"},8:{conditions:{mobile:"_18fs8psxl",tablet:"_18fs8psxm",desktop:"_18fs8psxn"},defaultClass:"_18fs8psxl"},9:{conditions:{mobile:"_18fs8psxo",tablet:"_18fs8psxp",desktop:"_18fs8psxq"},defaultClass:"_18fs8psxo"},10:{conditions:{mobile:"_18fs8psxr",tablet:"_18fs8psxs",desktop:"_18fs8psxt"},defaultClass:"_18fs8psxr"},11:{conditions:{mobile:"_18fs8psxu",tablet:"_18fs8psxv",desktop:"_18fs8psxw"},defaultClass:"_18fs8psxu"},12:{conditions:{mobile:"_18fs8psxx",tablet:"_18fs8psxy",desktop:"_18fs8psxz"},defaultClass:"_18fs8psxx"},14:{conditions:{mobile:"_18fs8psy0",tablet:"_18fs8psy1",desktop:"_18fs8psy2"},defaultClass:"_18fs8psy0"},16:{conditions:{mobile:"_18fs8psy3",tablet:"_18fs8psy4",desktop:"_18fs8psy5"},defaultClass:"_18fs8psy3"},20:{conditions:{mobile:"_18fs8psy6",tablet:"_18fs8psy7",desktop:"_18fs8psy8"},defaultClass:"_18fs8psy6"},24:{conditions:{mobile:"_18fs8psy9",tablet:"_18fs8psya",desktop:"_18fs8psyb"},defaultClass:"_18fs8psy9"},28:{conditions:{mobile:"_18fs8psyc",tablet:"_18fs8psyd",desktop:"_18fs8psye"},defaultClass:"_18fs8psyc"},32:{conditions:{mobile:"_18fs8psyf",tablet:"_18fs8psyg",desktop:"_18fs8psyh"},defaultClass:"_18fs8psyf"},36:{conditions:{mobile:"_18fs8psyi",tablet:"_18fs8psyj",desktop:"_18fs8psyk"},defaultClass:"_18fs8psyi"},40:{conditions:{mobile:"_18fs8psyl",tablet:"_18fs8psym",desktop:"_18fs8psyn"},defaultClass:"_18fs8psyl"},44:{conditions:{mobile:"_18fs8psyo",tablet:"_18fs8psyp",desktop:"_18fs8psyq"},defaultClass:"_18fs8psyo"},48:{conditions:{mobile:"_18fs8psyr",tablet:"_18fs8psys",desktop:"_18fs8psyt"},defaultClass:"_18fs8psyr"},52:{conditions:{mobile:"_18fs8psyu",tablet:"_18fs8psyv",desktop:"_18fs8psyw"},defaultClass:"_18fs8psyu"},px:{conditions:{mobile:"_18fs8psyx",tablet:"_18fs8psyy",desktop:"_18fs8psyz"},defaultClass:"_18fs8psyx"},"0.5":{conditions:{mobile:"_18fs8psz0",tablet:"_18fs8psz1",desktop:"_18fs8psz2"},defaultClass:"_18fs8psz0"},"1.5":{conditions:{mobile:"_18fs8psz3",tablet:"_18fs8psz4",desktop:"_18fs8psz5"},defaultClass:"_18fs8psz3"},"2.5":{conditions:{mobile:"_18fs8psz6",tablet:"_18fs8psz7",desktop:"_18fs8psz8"},defaultClass:"_18fs8psz6"},"3.5":{conditions:{mobile:"_18fs8psz9",tablet:"_18fs8psza",desktop:"_18fs8pszb"},defaultClass:"_18fs8psz9"},auto:{conditions:{mobile:"_18fs8pszc",tablet:"_18fs8pszd",desktop:"_18fs8psze"},defaultClass:"_18fs8pszc"}}},marginLeft:{values:{0:{conditions:{mobile:"_18fs8pszf",tablet:"_18fs8pszg",desktop:"_18fs8pszh"},defaultClass:"_18fs8pszf"},1:{conditions:{mobile:"_18fs8pszi",tablet:"_18fs8pszj",desktop:"_18fs8pszk"},defaultClass:"_18fs8pszi"},2:{conditions:{mobile:"_18fs8pszl",tablet:"_18fs8pszm",desktop:"_18fs8pszn"},defaultClass:"_18fs8pszl"},3:{conditions:{mobile:"_18fs8pszo",tablet:"_18fs8pszp",desktop:"_18fs8pszq"},defaultClass:"_18fs8pszo"},4:{conditions:{mobile:"_18fs8pszr",tablet:"_18fs8pszs",desktop:"_18fs8pszt"},defaultClass:"_18fs8pszr"},5:{conditions:{mobile:"_18fs8pszu",tablet:"_18fs8pszv",desktop:"_18fs8pszw"},defaultClass:"_18fs8pszu"},6:{conditions:{mobile:"_18fs8pszx",tablet:"_18fs8pszy",desktop:"_18fs8pszz"},defaultClass:"_18fs8pszx"},7:{conditions:{mobile:"_18fs8ps100",tablet:"_18fs8ps101",desktop:"_18fs8ps102"},defaultClass:"_18fs8ps100"},8:{conditions:{mobile:"_18fs8ps103",tablet:"_18fs8ps104",desktop:"_18fs8ps105"},defaultClass:"_18fs8ps103"},9:{conditions:{mobile:"_18fs8ps106",tablet:"_18fs8ps107",desktop:"_18fs8ps108"},defaultClass:"_18fs8ps106"},10:{conditions:{mobile:"_18fs8ps109",tablet:"_18fs8ps10a",desktop:"_18fs8ps10b"},defaultClass:"_18fs8ps109"},11:{conditions:{mobile:"_18fs8ps10c",tablet:"_18fs8ps10d",desktop:"_18fs8ps10e"},defaultClass:"_18fs8ps10c"},12:{conditions:{mobile:"_18fs8ps10f",tablet:"_18fs8ps10g",desktop:"_18fs8ps10h"},defaultClass:"_18fs8ps10f"},14:{conditions:{mobile:"_18fs8ps10i",tablet:"_18fs8ps10j",desktop:"_18fs8ps10k"},defaultClass:"_18fs8ps10i"},16:{conditions:{mobile:"_18fs8ps10l",tablet:"_18fs8ps10m",desktop:"_18fs8ps10n"},defaultClass:"_18fs8ps10l"},20:{conditions:{mobile:"_18fs8ps10o",tablet:"_18fs8ps10p",desktop:"_18fs8ps10q"},defaultClass:"_18fs8ps10o"},24:{conditions:{mobile:"_18fs8ps10r",tablet:"_18fs8ps10s",desktop:"_18fs8ps10t"},defaultClass:"_18fs8ps10r"},28:{conditions:{mobile:"_18fs8ps10u",tablet:"_18fs8ps10v",desktop:"_18fs8ps10w"},defaultClass:"_18fs8ps10u"},32:{conditions:{mobile:"_18fs8ps10x",tablet:"_18fs8ps10y",desktop:"_18fs8ps10z"},defaultClass:"_18fs8ps10x"},36:{conditions:{mobile:"_18fs8ps110",tablet:"_18fs8ps111",desktop:"_18fs8ps112"},defaultClass:"_18fs8ps110"},40:{conditions:{mobile:"_18fs8ps113",tablet:"_18fs8ps114",desktop:"_18fs8ps115"},defaultClass:"_18fs8ps113"},44:{conditions:{mobile:"_18fs8ps116",tablet:"_18fs8ps117",desktop:"_18fs8ps118"},defaultClass:"_18fs8ps116"},48:{conditions:{mobile:"_18fs8ps119",tablet:"_18fs8ps11a",desktop:"_18fs8ps11b"},defaultClass:"_18fs8ps119"},52:{conditions:{mobile:"_18fs8ps11c",tablet:"_18fs8ps11d",desktop:"_18fs8ps11e"},defaultClass:"_18fs8ps11c"},px:{conditions:{mobile:"_18fs8ps11f",tablet:"_18fs8ps11g",desktop:"_18fs8ps11h"},defaultClass:"_18fs8ps11f"},"0.5":{conditions:{mobile:"_18fs8ps11i",tablet:"_18fs8ps11j",desktop:"_18fs8ps11k"},defaultClass:"_18fs8ps11i"},"1.5":{conditions:{mobile:"_18fs8ps11l",tablet:"_18fs8ps11m",desktop:"_18fs8ps11n"},defaultClass:"_18fs8ps11l"},"2.5":{conditions:{mobile:"_18fs8ps11o",tablet:"_18fs8ps11p",desktop:"_18fs8ps11q"},defaultClass:"_18fs8ps11o"},"3.5":{conditions:{mobile:"_18fs8ps11r",tablet:"_18fs8ps11s",desktop:"_18fs8ps11t"},defaultClass:"_18fs8ps11r"},auto:{conditions:{mobile:"_18fs8ps11u",tablet:"_18fs8ps11v",desktop:"_18fs8ps11w"},defaultClass:"_18fs8ps11u"}}},marginRight:{values:{0:{conditions:{mobile:"_18fs8ps11x",tablet:"_18fs8ps11y",desktop:"_18fs8ps11z"},defaultClass:"_18fs8ps11x"},1:{conditions:{mobile:"_18fs8ps120",tablet:"_18fs8ps121",desktop:"_18fs8ps122"},defaultClass:"_18fs8ps120"},2:{conditions:{mobile:"_18fs8ps123",tablet:"_18fs8ps124",desktop:"_18fs8ps125"},defaultClass:"_18fs8ps123"},3:{conditions:{mobile:"_18fs8ps126",tablet:"_18fs8ps127",desktop:"_18fs8ps128"},defaultClass:"_18fs8ps126"},4:{conditions:{mobile:"_18fs8ps129",tablet:"_18fs8ps12a",desktop:"_18fs8ps12b"},defaultClass:"_18fs8ps129"},5:{conditions:{mobile:"_18fs8ps12c",tablet:"_18fs8ps12d",desktop:"_18fs8ps12e"},defaultClass:"_18fs8ps12c"},6:{conditions:{mobile:"_18fs8ps12f",tablet:"_18fs8ps12g",desktop:"_18fs8ps12h"},defaultClass:"_18fs8ps12f"},7:{conditions:{mobile:"_18fs8ps12i",tablet:"_18fs8ps12j",desktop:"_18fs8ps12k"},defaultClass:"_18fs8ps12i"},8:{conditions:{mobile:"_18fs8ps12l",tablet:"_18fs8ps12m",desktop:"_18fs8ps12n"},defaultClass:"_18fs8ps12l"},9:{conditions:{mobile:"_18fs8ps12o",tablet:"_18fs8ps12p",desktop:"_18fs8ps12q"},defaultClass:"_18fs8ps12o"},10:{conditions:{mobile:"_18fs8ps12r",tablet:"_18fs8ps12s",desktop:"_18fs8ps12t"},defaultClass:"_18fs8ps12r"},11:{conditions:{mobile:"_18fs8ps12u",tablet:"_18fs8ps12v",desktop:"_18fs8ps12w"},defaultClass:"_18fs8ps12u"},12:{conditions:{mobile:"_18fs8ps12x",tablet:"_18fs8ps12y",desktop:"_18fs8ps12z"},defaultClass:"_18fs8ps12x"},14:{conditions:{mobile:"_18fs8ps130",tablet:"_18fs8ps131",desktop:"_18fs8ps132"},defaultClass:"_18fs8ps130"},16:{conditions:{mobile:"_18fs8ps133",tablet:"_18fs8ps134",desktop:"_18fs8ps135"},defaultClass:"_18fs8ps133"},20:{conditions:{mobile:"_18fs8ps136",tablet:"_18fs8ps137",desktop:"_18fs8ps138"},defaultClass:"_18fs8ps136"},24:{conditions:{mobile:"_18fs8ps139",tablet:"_18fs8ps13a",desktop:"_18fs8ps13b"},defaultClass:"_18fs8ps139"},28:{conditions:{mobile:"_18fs8ps13c",tablet:"_18fs8ps13d",desktop:"_18fs8ps13e"},defaultClass:"_18fs8ps13c"},32:{conditions:{mobile:"_18fs8ps13f",tablet:"_18fs8ps13g",desktop:"_18fs8ps13h"},defaultClass:"_18fs8ps13f"},36:{conditions:{mobile:"_18fs8ps13i",tablet:"_18fs8ps13j",desktop:"_18fs8ps13k"},defaultClass:"_18fs8ps13i"},40:{conditions:{mobile:"_18fs8ps13l",tablet:"_18fs8ps13m",desktop:"_18fs8ps13n"},defaultClass:"_18fs8ps13l"},44:{conditions:{mobile:"_18fs8ps13o",tablet:"_18fs8ps13p",desktop:"_18fs8ps13q"},defaultClass:"_18fs8ps13o"},48:{conditions:{mobile:"_18fs8ps13r",tablet:"_18fs8ps13s",desktop:"_18fs8ps13t"},defaultClass:"_18fs8ps13r"},52:{conditions:{mobile:"_18fs8ps13u",tablet:"_18fs8ps13v",desktop:"_18fs8ps13w"},defaultClass:"_18fs8ps13u"},px:{conditions:{mobile:"_18fs8ps13x",tablet:"_18fs8ps13y",desktop:"_18fs8ps13z"},defaultClass:"_18fs8ps13x"},"0.5":{conditions:{mobile:"_18fs8ps140",tablet:"_18fs8ps141",desktop:"_18fs8ps142"},defaultClass:"_18fs8ps140"},"1.5":{conditions:{mobile:"_18fs8ps143",tablet:"_18fs8ps144",desktop:"_18fs8ps145"},defaultClass:"_18fs8ps143"},"2.5":{conditions:{mobile:"_18fs8ps146",tablet:"_18fs8ps147",desktop:"_18fs8ps148"},defaultClass:"_18fs8ps146"},"3.5":{conditions:{mobile:"_18fs8ps149",tablet:"_18fs8ps14a",desktop:"_18fs8ps14b"},defaultClass:"_18fs8ps149"},auto:{conditions:{mobile:"_18fs8ps14c",tablet:"_18fs8ps14d",desktop:"_18fs8ps14e"},defaultClass:"_18fs8ps14c"}}},width:{values:{0:{conditions:{mobile:"_18fs8ps14f",tablet:"_18fs8ps14g",desktop:"_18fs8ps14h"},defaultClass:"_18fs8ps14f"},1:{conditions:{mobile:"_18fs8ps14i",tablet:"_18fs8ps14j",desktop:"_18fs8ps14k"},defaultClass:"_18fs8ps14i"},2:{conditions:{mobile:"_18fs8ps14l",tablet:"_18fs8ps14m",desktop:"_18fs8ps14n"},defaultClass:"_18fs8ps14l"},3:{conditions:{mobile:"_18fs8ps14o",tablet:"_18fs8ps14p",desktop:"_18fs8ps14q"},defaultClass:"_18fs8ps14o"},4:{conditions:{mobile:"_18fs8ps14r",tablet:"_18fs8ps14s",desktop:"_18fs8ps14t"},defaultClass:"_18fs8ps14r"},5:{conditions:{mobile:"_18fs8ps14u",tablet:"_18fs8ps14v",desktop:"_18fs8ps14w"},defaultClass:"_18fs8ps14u"},6:{conditions:{mobile:"_18fs8ps14x",tablet:"_18fs8ps14y",desktop:"_18fs8ps14z"},defaultClass:"_18fs8ps14x"},7:{conditions:{mobile:"_18fs8ps150",tablet:"_18fs8ps151",desktop:"_18fs8ps152"},defaultClass:"_18fs8ps150"},8:{conditions:{mobile:"_18fs8ps153",tablet:"_18fs8ps154",desktop:"_18fs8ps155"},defaultClass:"_18fs8ps153"},9:{conditions:{mobile:"_18fs8ps156",tablet:"_18fs8ps157",desktop:"_18fs8ps158"},defaultClass:"_18fs8ps156"},10:{conditions:{mobile:"_18fs8ps159",tablet:"_18fs8ps15a",desktop:"_18fs8ps15b"},defaultClass:"_18fs8ps159"},11:{conditions:{mobile:"_18fs8ps15c",tablet:"_18fs8ps15d",desktop:"_18fs8ps15e"},defaultClass:"_18fs8ps15c"},12:{conditions:{mobile:"_18fs8ps15f",tablet:"_18fs8ps15g",desktop:"_18fs8ps15h"},defaultClass:"_18fs8ps15f"},14:{conditions:{mobile:"_18fs8ps15i",tablet:"_18fs8ps15j",desktop:"_18fs8ps15k"},defaultClass:"_18fs8ps15i"},16:{conditions:{mobile:"_18fs8ps15l",tablet:"_18fs8ps15m",desktop:"_18fs8ps15n"},defaultClass:"_18fs8ps15l"},20:{conditions:{mobile:"_18fs8ps15o",tablet:"_18fs8ps15p",desktop:"_18fs8ps15q"},defaultClass:"_18fs8ps15o"},24:{conditions:{mobile:"_18fs8ps15r",tablet:"_18fs8ps15s",desktop:"_18fs8ps15t"},defaultClass:"_18fs8ps15r"},28:{conditions:{mobile:"_18fs8ps15u",tablet:"_18fs8ps15v",desktop:"_18fs8ps15w"},defaultClass:"_18fs8ps15u"},32:{conditions:{mobile:"_18fs8ps15x",tablet:"_18fs8ps15y",desktop:"_18fs8ps15z"},defaultClass:"_18fs8ps15x"},36:{conditions:{mobile:"_18fs8ps160",tablet:"_18fs8ps161",desktop:"_18fs8ps162"},defaultClass:"_18fs8ps160"},40:{conditions:{mobile:"_18fs8ps163",tablet:"_18fs8ps164",desktop:"_18fs8ps165"},defaultClass:"_18fs8ps163"},44:{conditions:{mobile:"_18fs8ps166",tablet:"_18fs8ps167",desktop:"_18fs8ps168"},defaultClass:"_18fs8ps166"},48:{conditions:{mobile:"_18fs8ps169",tablet:"_18fs8ps16a",desktop:"_18fs8ps16b"},defaultClass:"_18fs8ps169"},52:{conditions:{mobile:"_18fs8ps16c",tablet:"_18fs8ps16d",desktop:"_18fs8ps16e"},defaultClass:"_18fs8ps16c"},px:{conditions:{mobile:"_18fs8ps16f",tablet:"_18fs8ps16g",desktop:"_18fs8ps16h"},defaultClass:"_18fs8ps16f"},"0.5":{conditions:{mobile:"_18fs8ps16i",tablet:"_18fs8ps16j",desktop:"_18fs8ps16k"},defaultClass:"_18fs8ps16i"},"1.5":{conditions:{mobile:"_18fs8ps16l",tablet:"_18fs8ps16m",desktop:"_18fs8ps16n"},defaultClass:"_18fs8ps16l"},"2.5":{conditions:{mobile:"_18fs8ps16o",tablet:"_18fs8ps16p",desktop:"_18fs8ps16q"},defaultClass:"_18fs8ps16o"},"3.5":{conditions:{mobile:"_18fs8ps16r",tablet:"_18fs8ps16s",desktop:"_18fs8ps16t"},defaultClass:"_18fs8ps16r"},"100%":{conditions:{mobile:"_18fs8ps16u",tablet:"_18fs8ps16v",desktop:"_18fs8ps16w"},defaultClass:"_18fs8ps16u"},"100vw":{conditions:{mobile:"_18fs8ps16x",tablet:"_18fs8ps16y",desktop:"_18fs8ps16z"},defaultClass:"_18fs8ps16x"}}},height:{values:{0:{conditions:{mobile:"_18fs8ps170",tablet:"_18fs8ps171",desktop:"_18fs8ps172"},defaultClass:"_18fs8ps170"},1:{conditions:{mobile:"_18fs8ps173",tablet:"_18fs8ps174",desktop:"_18fs8ps175"},defaultClass:"_18fs8ps173"},2:{conditions:{mobile:"_18fs8ps176",tablet:"_18fs8ps177",desktop:"_18fs8ps178"},defaultClass:"_18fs8ps176"},3:{conditions:{mobile:"_18fs8ps179",tablet:"_18fs8ps17a",desktop:"_18fs8ps17b"},defaultClass:"_18fs8ps179"},4:{conditions:{mobile:"_18fs8ps17c",tablet:"_18fs8ps17d",desktop:"_18fs8ps17e"},defaultClass:"_18fs8ps17c"},5:{conditions:{mobile:"_18fs8ps17f",tablet:"_18fs8ps17g",desktop:"_18fs8ps17h"},defaultClass:"_18fs8ps17f"},6:{conditions:{mobile:"_18fs8ps17i",tablet:"_18fs8ps17j",desktop:"_18fs8ps17k"},defaultClass:"_18fs8ps17i"},7:{conditions:{mobile:"_18fs8ps17l",tablet:"_18fs8ps17m",desktop:"_18fs8ps17n"},defaultClass:"_18fs8ps17l"},8:{conditions:{mobile:"_18fs8ps17o",tablet:"_18fs8ps17p",desktop:"_18fs8ps17q"},defaultClass:"_18fs8ps17o"},9:{conditions:{mobile:"_18fs8ps17r",tablet:"_18fs8ps17s",desktop:"_18fs8ps17t"},defaultClass:"_18fs8ps17r"},10:{conditions:{mobile:"_18fs8ps17u",tablet:"_18fs8ps17v",desktop:"_18fs8ps17w"},defaultClass:"_18fs8ps17u"},11:{conditions:{mobile:"_18fs8ps17x",tablet:"_18fs8ps17y",desktop:"_18fs8ps17z"},defaultClass:"_18fs8ps17x"},12:{conditions:{mobile:"_18fs8ps180",tablet:"_18fs8ps181",desktop:"_18fs8ps182"},defaultClass:"_18fs8ps180"},14:{conditions:{mobile:"_18fs8ps183",tablet:"_18fs8ps184",desktop:"_18fs8ps185"},defaultClass:"_18fs8ps183"},16:{conditions:{mobile:"_18fs8ps186",tablet:"_18fs8ps187",desktop:"_18fs8ps188"},defaultClass:"_18fs8ps186"},20:{conditions:{mobile:"_18fs8ps189",tablet:"_18fs8ps18a",desktop:"_18fs8ps18b"},defaultClass:"_18fs8ps189"},24:{conditions:{mobile:"_18fs8ps18c",tablet:"_18fs8ps18d",desktop:"_18fs8ps18e"},defaultClass:"_18fs8ps18c"},28:{conditions:{mobile:"_18fs8ps18f",tablet:"_18fs8ps18g",desktop:"_18fs8ps18h"},defaultClass:"_18fs8ps18f"},32:{conditions:{mobile:"_18fs8ps18i",tablet:"_18fs8ps18j",desktop:"_18fs8ps18k"},defaultClass:"_18fs8ps18i"},36:{conditions:{mobile:"_18fs8ps18l",tablet:"_18fs8ps18m",desktop:"_18fs8ps18n"},defaultClass:"_18fs8ps18l"},40:{conditions:{mobile:"_18fs8ps18o",tablet:"_18fs8ps18p",desktop:"_18fs8ps18q"},defaultClass:"_18fs8ps18o"},44:{conditions:{mobile:"_18fs8ps18r",tablet:"_18fs8ps18s",desktop:"_18fs8ps18t"},defaultClass:"_18fs8ps18r"},48:{conditions:{mobile:"_18fs8ps18u",tablet:"_18fs8ps18v",desktop:"_18fs8ps18w"},defaultClass:"_18fs8ps18u"},52:{conditions:{mobile:"_18fs8ps18x",tablet:"_18fs8ps18y",desktop:"_18fs8ps18z"},defaultClass:"_18fs8ps18x"},px:{conditions:{mobile:"_18fs8ps190",tablet:"_18fs8ps191",desktop:"_18fs8ps192"},defaultClass:"_18fs8ps190"},"0.5":{conditions:{mobile:"_18fs8ps193",tablet:"_18fs8ps194",desktop:"_18fs8ps195"},defaultClass:"_18fs8ps193"},"1.5":{conditions:{mobile:"_18fs8ps196",tablet:"_18fs8ps197",desktop:"_18fs8ps198"},defaultClass:"_18fs8ps196"},"2.5":{conditions:{mobile:"_18fs8ps199",tablet:"_18fs8ps19a",desktop:"_18fs8ps19b"},defaultClass:"_18fs8ps199"},"3.5":{conditions:{mobile:"_18fs8ps19c",tablet:"_18fs8ps19d",desktop:"_18fs8ps19e"},defaultClass:"_18fs8ps19c"},"100%":{conditions:{mobile:"_18fs8ps19f",tablet:"_18fs8ps19g",desktop:"_18fs8ps19h"},defaultClass:"_18fs8ps19f"},"100vh":{conditions:{mobile:"_18fs8ps19i",tablet:"_18fs8ps19j",desktop:"_18fs8ps19k"},defaultClass:"_18fs8ps19i"}}},minHeight:{values:{auto:{conditions:{mobile:"_18fs8ps19l",tablet:"_18fs8ps19m",desktop:"_18fs8ps19n"},defaultClass:"_18fs8ps19l"},"100%":{conditions:{mobile:"_18fs8ps19o",tablet:"_18fs8ps19p",desktop:"_18fs8ps19q"},defaultClass:"_18fs8ps19o"},"0px":{conditions:{mobile:"_18fs8ps19r",tablet:"_18fs8ps19s",desktop:"_18fs8ps19t"},defaultClass:"_18fs8ps19r"}}},minWidth:{values:{0:{conditions:{mobile:"_18fs8ps19u",tablet:"_18fs8ps19v",desktop:"_18fs8ps19w"},defaultClass:"_18fs8ps19u"},1:{conditions:{mobile:"_18fs8ps19x",tablet:"_18fs8ps19y",desktop:"_18fs8ps19z"},defaultClass:"_18fs8ps19x"},2:{conditions:{mobile:"_18fs8ps1a0",tablet:"_18fs8ps1a1",desktop:"_18fs8ps1a2"},defaultClass:"_18fs8ps1a0"},3:{conditions:{mobile:"_18fs8ps1a3",tablet:"_18fs8ps1a4",desktop:"_18fs8ps1a5"},defaultClass:"_18fs8ps1a3"},4:{conditions:{mobile:"_18fs8ps1a6",tablet:"_18fs8ps1a7",desktop:"_18fs8ps1a8"},defaultClass:"_18fs8ps1a6"},5:{conditions:{mobile:"_18fs8ps1a9",tablet:"_18fs8ps1aa",desktop:"_18fs8ps1ab"},defaultClass:"_18fs8ps1a9"},6:{conditions:{mobile:"_18fs8ps1ac",tablet:"_18fs8ps1ad",desktop:"_18fs8ps1ae"},defaultClass:"_18fs8ps1ac"},7:{conditions:{mobile:"_18fs8ps1af",tablet:"_18fs8ps1ag",desktop:"_18fs8ps1ah"},defaultClass:"_18fs8ps1af"},8:{conditions:{mobile:"_18fs8ps1ai",tablet:"_18fs8ps1aj",desktop:"_18fs8ps1ak"},defaultClass:"_18fs8ps1ai"},9:{conditions:{mobile:"_18fs8ps1al",tablet:"_18fs8ps1am",desktop:"_18fs8ps1an"},defaultClass:"_18fs8ps1al"},10:{conditions:{mobile:"_18fs8ps1ao",tablet:"_18fs8ps1ap",desktop:"_18fs8ps1aq"},defaultClass:"_18fs8ps1ao"},11:{conditions:{mobile:"_18fs8ps1ar",tablet:"_18fs8ps1as",desktop:"_18fs8ps1at"},defaultClass:"_18fs8ps1ar"},12:{conditions:{mobile:"_18fs8ps1au",tablet:"_18fs8ps1av",desktop:"_18fs8ps1aw"},defaultClass:"_18fs8ps1au"},14:{conditions:{mobile:"_18fs8ps1ax",tablet:"_18fs8ps1ay",desktop:"_18fs8ps1az"},defaultClass:"_18fs8ps1ax"},16:{conditions:{mobile:"_18fs8ps1b0",tablet:"_18fs8ps1b1",desktop:"_18fs8ps1b2"},defaultClass:"_18fs8ps1b0"},20:{conditions:{mobile:"_18fs8ps1b3",tablet:"_18fs8ps1b4",desktop:"_18fs8ps1b5"},defaultClass:"_18fs8ps1b3"},24:{conditions:{mobile:"_18fs8ps1b6",tablet:"_18fs8ps1b7",desktop:"_18fs8ps1b8"},defaultClass:"_18fs8ps1b6"},28:{conditions:{mobile:"_18fs8ps1b9",tablet:"_18fs8ps1ba",desktop:"_18fs8ps1bb"},defaultClass:"_18fs8ps1b9"},32:{conditions:{mobile:"_18fs8ps1bc",tablet:"_18fs8ps1bd",desktop:"_18fs8ps1be"},defaultClass:"_18fs8ps1bc"},36:{conditions:{mobile:"_18fs8ps1bf",tablet:"_18fs8ps1bg",desktop:"_18fs8ps1bh"},defaultClass:"_18fs8ps1bf"},40:{conditions:{mobile:"_18fs8ps1bi",tablet:"_18fs8ps1bj",desktop:"_18fs8ps1bk"},defaultClass:"_18fs8ps1bi"},44:{conditions:{mobile:"_18fs8ps1bl",tablet:"_18fs8ps1bm",desktop:"_18fs8ps1bn"},defaultClass:"_18fs8ps1bl"},48:{conditions:{mobile:"_18fs8ps1bo",tablet:"_18fs8ps1bp",desktop:"_18fs8ps1bq"},defaultClass:"_18fs8ps1bo"},52:{conditions:{mobile:"_18fs8ps1br",tablet:"_18fs8ps1bs",desktop:"_18fs8ps1bt"},defaultClass:"_18fs8ps1br"},px:{conditions:{mobile:"_18fs8ps1bu",tablet:"_18fs8ps1bv",desktop:"_18fs8ps1bw"},defaultClass:"_18fs8ps1bu"},"0.5":{conditions:{mobile:"_18fs8ps1bx",tablet:"_18fs8ps1by",desktop:"_18fs8ps1bz"},defaultClass:"_18fs8ps1bx"},"1.5":{conditions:{mobile:"_18fs8ps1c0",tablet:"_18fs8ps1c1",desktop:"_18fs8ps1c2"},defaultClass:"_18fs8ps1c0"},"2.5":{conditions:{mobile:"_18fs8ps1c3",tablet:"_18fs8ps1c4",desktop:"_18fs8ps1c5"},defaultClass:"_18fs8ps1c3"},"3.5":{conditions:{mobile:"_18fs8ps1c6",tablet:"_18fs8ps1c7",desktop:"_18fs8ps1c8"},defaultClass:"_18fs8ps1c6"},auto:{conditions:{mobile:"_18fs8ps1c9",tablet:"_18fs8ps1ca",desktop:"_18fs8ps1cb"},defaultClass:"_18fs8ps1c9"},"100%":{conditions:{mobile:"_18fs8ps1cc",tablet:"_18fs8ps1cd",desktop:"_18fs8ps1ce"},defaultClass:"_18fs8ps1cc"}}},maxWidth:{values:{auto:{conditions:{mobile:"_18fs8ps1cf",tablet:"_18fs8ps1cg",desktop:"_18fs8ps1ch"},defaultClass:"_18fs8ps1cf"},"100%":{conditions:{mobile:"_18fs8ps1ci",tablet:"_18fs8ps1cj",desktop:"_18fs8ps1ck"},defaultClass:"_18fs8ps1ci"},"0px":{conditions:{mobile:"_18fs8ps1cl",tablet:"_18fs8ps1cm",desktop:"_18fs8ps1cn"},defaultClass:"_18fs8ps1cl"}}},maxHeight:{values:{0:{conditions:{mobile:"_18fs8ps1co",tablet:"_18fs8ps1cp",desktop:"_18fs8ps1cq"},defaultClass:"_18fs8ps1co"},1:{conditions:{mobile:"_18fs8ps1cr",tablet:"_18fs8ps1cs",desktop:"_18fs8ps1ct"},defaultClass:"_18fs8ps1cr"},2:{conditions:{mobile:"_18fs8ps1cu",tablet:"_18fs8ps1cv",desktop:"_18fs8ps1cw"},defaultClass:"_18fs8ps1cu"},3:{conditions:{mobile:"_18fs8ps1cx",tablet:"_18fs8ps1cy",desktop:"_18fs8ps1cz"},defaultClass:"_18fs8ps1cx"},4:{conditions:{mobile:"_18fs8ps1d0",tablet:"_18fs8ps1d1",desktop:"_18fs8ps1d2"},defaultClass:"_18fs8ps1d0"},5:{conditions:{mobile:"_18fs8ps1d3",tablet:"_18fs8ps1d4",desktop:"_18fs8ps1d5"},defaultClass:"_18fs8ps1d3"},6:{conditions:{mobile:"_18fs8ps1d6",tablet:"_18fs8ps1d7",desktop:"_18fs8ps1d8"},defaultClass:"_18fs8ps1d6"},7:{conditions:{mobile:"_18fs8ps1d9",tablet:"_18fs8ps1da",desktop:"_18fs8ps1db"},defaultClass:"_18fs8ps1d9"},8:{conditions:{mobile:"_18fs8ps1dc",tablet:"_18fs8ps1dd",desktop:"_18fs8ps1de"},defaultClass:"_18fs8ps1dc"},9:{conditions:{mobile:"_18fs8ps1df",tablet:"_18fs8ps1dg",desktop:"_18fs8ps1dh"},defaultClass:"_18fs8ps1df"},10:{conditions:{mobile:"_18fs8ps1di",tablet:"_18fs8ps1dj",desktop:"_18fs8ps1dk"},defaultClass:"_18fs8ps1di"},11:{conditions:{mobile:"_18fs8ps1dl",tablet:"_18fs8ps1dm",desktop:"_18fs8ps1dn"},defaultClass:"_18fs8ps1dl"},12:{conditions:{mobile:"_18fs8ps1do",tablet:"_18fs8ps1dp",desktop:"_18fs8ps1dq"},defaultClass:"_18fs8ps1do"},14:{conditions:{mobile:"_18fs8ps1dr",tablet:"_18fs8ps1ds",desktop:"_18fs8ps1dt"},defaultClass:"_18fs8ps1dr"},16:{conditions:{mobile:"_18fs8ps1du",tablet:"_18fs8ps1dv",desktop:"_18fs8ps1dw"},defaultClass:"_18fs8ps1du"},20:{conditions:{mobile:"_18fs8ps1dx",tablet:"_18fs8ps1dy",desktop:"_18fs8ps1dz"},defaultClass:"_18fs8ps1dx"},24:{conditions:{mobile:"_18fs8ps1e0",tablet:"_18fs8ps1e1",desktop:"_18fs8ps1e2"},defaultClass:"_18fs8ps1e0"},28:{conditions:{mobile:"_18fs8ps1e3",tablet:"_18fs8ps1e4",desktop:"_18fs8ps1e5"},defaultClass:"_18fs8ps1e3"},32:{conditions:{mobile:"_18fs8ps1e6",tablet:"_18fs8ps1e7",desktop:"_18fs8ps1e8"},defaultClass:"_18fs8ps1e6"},36:{conditions:{mobile:"_18fs8ps1e9",tablet:"_18fs8ps1ea",desktop:"_18fs8ps1eb"},defaultClass:"_18fs8ps1e9"},40:{conditions:{mobile:"_18fs8ps1ec",tablet:"_18fs8ps1ed",desktop:"_18fs8ps1ee"},defaultClass:"_18fs8ps1ec"},44:{conditions:{mobile:"_18fs8ps1ef",tablet:"_18fs8ps1eg",desktop:"_18fs8ps1eh"},defaultClass:"_18fs8ps1ef"},48:{conditions:{mobile:"_18fs8ps1ei",tablet:"_18fs8ps1ej",desktop:"_18fs8ps1ek"},defaultClass:"_18fs8ps1ei"},52:{conditions:{mobile:"_18fs8ps1el",tablet:"_18fs8ps1em",desktop:"_18fs8ps1en"},defaultClass:"_18fs8ps1el"},px:{conditions:{mobile:"_18fs8ps1eo",tablet:"_18fs8ps1ep",desktop:"_18fs8ps1eq"},defaultClass:"_18fs8ps1eo"},"0.5":{conditions:{mobile:"_18fs8ps1er",tablet:"_18fs8ps1es",desktop:"_18fs8ps1et"},defaultClass:"_18fs8ps1er"},"1.5":{conditions:{mobile:"_18fs8ps1eu",tablet:"_18fs8ps1ev",desktop:"_18fs8ps1ew"},defaultClass:"_18fs8ps1eu"},"2.5":{conditions:{mobile:"_18fs8ps1ex",tablet:"_18fs8ps1ey",desktop:"_18fs8ps1ez"},defaultClass:"_18fs8ps1ex"},"3.5":{conditions:{mobile:"_18fs8ps1f0",tablet:"_18fs8ps1f1",desktop:"_18fs8ps1f2"},defaultClass:"_18fs8ps1f0"},auto:{conditions:{mobile:"_18fs8ps1f3",tablet:"_18fs8ps1f4",desktop:"_18fs8ps1f5"},defaultClass:"_18fs8ps1f3"},"100%":{conditions:{mobile:"_18fs8ps1f6",tablet:"_18fs8ps1f7",desktop:"_18fs8ps1f8"},defaultClass:"_18fs8ps1f6"},"0px":{conditions:{mobile:"_18fs8ps1f9",tablet:"_18fs8ps1fa",desktop:"_18fs8ps1fb"},defaultClass:"_18fs8ps1f9"}}},borderTopRightRadius:{values:{1:{conditions:{mobile:"_18fs8ps1fc",tablet:"_18fs8ps1fd",desktop:"_18fs8ps1fe"},defaultClass:"_18fs8ps1fc"},2:{conditions:{mobile:"_18fs8ps1ff",tablet:"_18fs8ps1fg",desktop:"_18fs8ps1fh"},defaultClass:"_18fs8ps1ff"},3:{conditions:{mobile:"_18fs8ps1fi",tablet:"_18fs8ps1fj",desktop:"_18fs8ps1fk"},defaultClass:"_18fs8ps1fi"},4:{conditions:{mobile:"_18fs8ps1fl",tablet:"_18fs8ps1fm",desktop:"_18fs8ps1fn"},defaultClass:"_18fs8ps1fl"},5:{conditions:{mobile:"_18fs8ps1fo",tablet:"_18fs8ps1fp",desktop:"_18fs8ps1fq"},defaultClass:"_18fs8ps1fo"},6:{conditions:{mobile:"_18fs8ps1fr",tablet:"_18fs8ps1fs",desktop:"_18fs8ps1ft"},defaultClass:"_18fs8ps1fr"},7:{conditions:{mobile:"_18fs8ps1fu",tablet:"_18fs8ps1fv",desktop:"_18fs8ps1fw"},defaultClass:"_18fs8ps1fu"},8:{conditions:{mobile:"_18fs8ps1fx",tablet:"_18fs8ps1fy",desktop:"_18fs8ps1fz"},defaultClass:"_18fs8ps1fx"},9:{conditions:{mobile:"_18fs8ps1g0",tablet:"_18fs8ps1g1",desktop:"_18fs8ps1g2"},defaultClass:"_18fs8ps1g0"},"50%":{conditions:{mobile:"_18fs8ps1g3",tablet:"_18fs8ps1g4",desktop:"_18fs8ps1g5"},defaultClass:"_18fs8ps1g3"},"100%":{conditions:{mobile:"_18fs8ps1g6",tablet:"_18fs8ps1g7",desktop:"_18fs8ps1g8"},defaultClass:"_18fs8ps1g6"}}},borderTopLeftRadius:{values:{1:{conditions:{mobile:"_18fs8ps1g9",tablet:"_18fs8ps1ga",desktop:"_18fs8ps1gb"},defaultClass:"_18fs8ps1g9"},2:{conditions:{mobile:"_18fs8ps1gc",tablet:"_18fs8ps1gd",desktop:"_18fs8ps1ge"},defaultClass:"_18fs8ps1gc"},3:{conditions:{mobile:"_18fs8ps1gf",tablet:"_18fs8ps1gg",desktop:"_18fs8ps1gh"},defaultClass:"_18fs8ps1gf"},4:{conditions:{mobile:"_18fs8ps1gi",tablet:"_18fs8ps1gj",desktop:"_18fs8ps1gk"},defaultClass:"_18fs8ps1gi"},5:{conditions:{mobile:"_18fs8ps1gl",tablet:"_18fs8ps1gm",desktop:"_18fs8ps1gn"},defaultClass:"_18fs8ps1gl"},6:{conditions:{mobile:"_18fs8ps1go",tablet:"_18fs8ps1gp",desktop:"_18fs8ps1gq"},defaultClass:"_18fs8ps1go"},7:{conditions:{mobile:"_18fs8ps1gr",tablet:"_18fs8ps1gs",desktop:"_18fs8ps1gt"},defaultClass:"_18fs8ps1gr"},8:{conditions:{mobile:"_18fs8ps1gu",tablet:"_18fs8ps1gv",desktop:"_18fs8ps1gw"},defaultClass:"_18fs8ps1gu"},9:{conditions:{mobile:"_18fs8ps1gx",tablet:"_18fs8ps1gy",desktop:"_18fs8ps1gz"},defaultClass:"_18fs8ps1gx"},"50%":{conditions:{mobile:"_18fs8ps1h0",tablet:"_18fs8ps1h1",desktop:"_18fs8ps1h2"},defaultClass:"_18fs8ps1h0"},"100%":{conditions:{mobile:"_18fs8ps1h3",tablet:"_18fs8ps1h4",desktop:"_18fs8ps1h5"},defaultClass:"_18fs8ps1h3"}}},borderBottomRightRadius:{values:{1:{conditions:{mobile:"_18fs8ps1h6",tablet:"_18fs8ps1h7",desktop:"_18fs8ps1h8"},defaultClass:"_18fs8ps1h6"},2:{conditions:{mobile:"_18fs8ps1h9",tablet:"_18fs8ps1ha",desktop:"_18fs8ps1hb"},defaultClass:"_18fs8ps1h9"},3:{conditions:{mobile:"_18fs8ps1hc",tablet:"_18fs8ps1hd",desktop:"_18fs8ps1he"},defaultClass:"_18fs8ps1hc"},4:{conditions:{mobile:"_18fs8ps1hf",tablet:"_18fs8ps1hg",desktop:"_18fs8ps1hh"},defaultClass:"_18fs8ps1hf"},5:{conditions:{mobile:"_18fs8ps1hi",tablet:"_18fs8ps1hj",desktop:"_18fs8ps1hk"},defaultClass:"_18fs8ps1hi"},6:{conditions:{mobile:"_18fs8ps1hl",tablet:"_18fs8ps1hm",desktop:"_18fs8ps1hn"},defaultClass:"_18fs8ps1hl"},7:{conditions:{mobile:"_18fs8ps1ho",tablet:"_18fs8ps1hp",desktop:"_18fs8ps1hq"},defaultClass:"_18fs8ps1ho"},8:{conditions:{mobile:"_18fs8ps1hr",tablet:"_18fs8ps1hs",desktop:"_18fs8ps1ht"},defaultClass:"_18fs8ps1hr"},9:{conditions:{mobile:"_18fs8ps1hu",tablet:"_18fs8ps1hv",desktop:"_18fs8ps1hw"},defaultClass:"_18fs8ps1hu"},"50%":{conditions:{mobile:"_18fs8ps1hx",tablet:"_18fs8ps1hy",desktop:"_18fs8ps1hz"},defaultClass:"_18fs8ps1hx"},"100%":{conditions:{mobile:"_18fs8ps1i0",tablet:"_18fs8ps1i1",desktop:"_18fs8ps1i2"},defaultClass:"_18fs8ps1i0"}}},borderBottomLeftRadius:{values:{1:{conditions:{mobile:"_18fs8ps1i3",tablet:"_18fs8ps1i4",desktop:"_18fs8ps1i5"},defaultClass:"_18fs8ps1i3"},2:{conditions:{mobile:"_18fs8ps1i6",tablet:"_18fs8ps1i7",desktop:"_18fs8ps1i8"},defaultClass:"_18fs8ps1i6"},3:{conditions:{mobile:"_18fs8ps1i9",tablet:"_18fs8ps1ia",desktop:"_18fs8ps1ib"},defaultClass:"_18fs8ps1i9"},4:{conditions:{mobile:"_18fs8ps1ic",tablet:"_18fs8ps1id",desktop:"_18fs8ps1ie"},defaultClass:"_18fs8ps1ic"},5:{conditions:{mobile:"_18fs8ps1if",tablet:"_18fs8ps1ig",desktop:"_18fs8ps1ih"},defaultClass:"_18fs8ps1if"},6:{conditions:{mobile:"_18fs8ps1ii",tablet:"_18fs8ps1ij",desktop:"_18fs8ps1ik"},defaultClass:"_18fs8ps1ii"},7:{conditions:{mobile:"_18fs8ps1il",tablet:"_18fs8ps1im",desktop:"_18fs8ps1in"},defaultClass:"_18fs8ps1il"},8:{conditions:{mobile:"_18fs8ps1io",tablet:"_18fs8ps1ip",desktop:"_18fs8ps1iq"},defaultClass:"_18fs8ps1io"},9:{conditions:{mobile:"_18fs8ps1ir",tablet:"_18fs8ps1is",desktop:"_18fs8ps1it"},defaultClass:"_18fs8ps1ir"},"50%":{conditions:{mobile:"_18fs8ps1iu",tablet:"_18fs8ps1iv",desktop:"_18fs8ps1iw"},defaultClass:"_18fs8ps1iu"},"100%":{conditions:{mobile:"_18fs8ps1ix",tablet:"_18fs8ps1iy",desktop:"_18fs8ps1iz"},defaultClass:"_18fs8ps1ix"}}},fontSize:{values:{heroLarge:{conditions:{mobile:"_18fs8ps1j0",tablet:"_18fs8ps1j1",desktop:"_18fs8ps1j2"},defaultClass:"_18fs8ps1j0"},heroMedium:{conditions:{mobile:"_18fs8ps1j3",tablet:"_18fs8ps1j4",desktop:"_18fs8ps1j5"},defaultClass:"_18fs8ps1j3"},heroSmall:{conditions:{mobile:"_18fs8ps1j6",tablet:"_18fs8ps1j7",desktop:"_18fs8ps1j8"},defaultClass:"_18fs8ps1j6"},titleLarge:{conditions:{mobile:"_18fs8ps1j9",tablet:"_18fs8ps1ja",desktop:"_18fs8ps1jb"},defaultClass:"_18fs8ps1j9"},titleMedium:{conditions:{mobile:"_18fs8ps1jc",tablet:"_18fs8ps1jd",desktop:"_18fs8ps1je"},defaultClass:"_18fs8ps1jc"},titleSmall:{conditions:{mobile:"_18fs8ps1jf",tablet:"_18fs8ps1jg",desktop:"_18fs8ps1jh"},defaultClass:"_18fs8ps1jf"},headingLarge:{conditions:{mobile:"_18fs8ps1ji",tablet:"_18fs8ps1jj",desktop:"_18fs8ps1jk"},defaultClass:"_18fs8ps1ji"},headingMedium:{conditions:{mobile:"_18fs8ps1jl",tablet:"_18fs8ps1jm",desktop:"_18fs8ps1jn"},defaultClass:"_18fs8ps1jl"},headingSmall:{conditions:{mobile:"_18fs8ps1jo",tablet:"_18fs8ps1jp",desktop:"_18fs8ps1jq"},defaultClass:"_18fs8ps1jo"},bodyStrongLarge:{conditions:{mobile:"_18fs8ps1jr",tablet:"_18fs8ps1js",desktop:"_18fs8ps1jt"},defaultClass:"_18fs8ps1jr"},bodyStrongMedium:{conditions:{mobile:"_18fs8ps1ju",tablet:"_18fs8ps1jv",desktop:"_18fs8ps1jw"},defaultClass:"_18fs8ps1ju"},bodyStrongSmall:{conditions:{mobile:"_18fs8ps1jx",tablet:"_18fs8ps1jy",desktop:"_18fs8ps1jz"},defaultClass:"_18fs8ps1jx"},bodyEmpLarge:{conditions:{mobile:"_18fs8ps1k0",tablet:"_18fs8ps1k1",desktop:"_18fs8ps1k2"},defaultClass:"_18fs8ps1k0"},bodyEmpMedium:{conditions:{mobile:"_18fs8ps1k3",tablet:"_18fs8ps1k4",desktop:"_18fs8ps1k5"},defaultClass:"_18fs8ps1k3"},bodyEmpSmall:{conditions:{mobile:"_18fs8ps1k6",tablet:"_18fs8ps1k7",desktop:"_18fs8ps1k8"},defaultClass:"_18fs8ps1k6"},bodyLarge:{conditions:{mobile:"_18fs8ps1k9",tablet:"_18fs8ps1ka",desktop:"_18fs8ps1kb"},defaultClass:"_18fs8ps1k9"},bodyMedium:{conditions:{mobile:"_18fs8ps1kc",tablet:"_18fs8ps1kd",desktop:"_18fs8ps1ke"},defaultClass:"_18fs8ps1kc"},bodySmall:{conditions:{mobile:"_18fs8ps1kf",tablet:"_18fs8ps1kg",desktop:"_18fs8ps1kh"},defaultClass:"_18fs8ps1kf"},buttonLarge:{conditions:{mobile:"_18fs8ps1ki",tablet:"_18fs8ps1kj",desktop:"_18fs8ps1kk"},defaultClass:"_18fs8ps1ki"},buttonMedium:{conditions:{mobile:"_18fs8ps1kl",tablet:"_18fs8ps1km",desktop:"_18fs8ps1kn"},defaultClass:"_18fs8ps1kl"},buttonSmall:{conditions:{mobile:"_18fs8ps1ko",tablet:"_18fs8ps1kp",desktop:"_18fs8ps1kq"},defaultClass:"_18fs8ps1ko"},captionLarge:{conditions:{mobile:"_18fs8ps1kr",tablet:"_18fs8ps1ks",desktop:"_18fs8ps1kt"},defaultClass:"_18fs8ps1kr"},captionMedium:{conditions:{mobile:"_18fs8ps1ku",tablet:"_18fs8ps1kv",desktop:"_18fs8ps1kw"},defaultClass:"_18fs8ps1ku"},captionSmall:{conditions:{mobile:"_18fs8ps1kx",tablet:"_18fs8ps1ky",desktop:"_18fs8ps1kz"},defaultClass:"_18fs8ps1kx"},inherit:{conditions:{mobile:"_18fs8ps1l0",tablet:"_18fs8ps1l1",desktop:"_18fs8ps1l2"},defaultClass:"_18fs8ps1l0"}}},lineHeight:{values:{1:{conditions:{mobile:"_18fs8ps1l3",tablet:"_18fs8ps1l4",desktop:"_18fs8ps1l5"},defaultClass:"_18fs8ps1l3"},heroLarge:{conditions:{mobile:"_18fs8ps1l6",tablet:"_18fs8ps1l7",desktop:"_18fs8ps1l8"},defaultClass:"_18fs8ps1l6"},heroMedium:{conditions:{mobile:"_18fs8ps1l9",tablet:"_18fs8ps1la",desktop:"_18fs8ps1lb"},defaultClass:"_18fs8ps1l9"},heroSmall:{conditions:{mobile:"_18fs8ps1lc",tablet:"_18fs8ps1ld",desktop:"_18fs8ps1le"},defaultClass:"_18fs8ps1lc"},titleLarge:{conditions:{mobile:"_18fs8ps1lf",tablet:"_18fs8ps1lg",desktop:"_18fs8ps1lh"},defaultClass:"_18fs8ps1lf"},titleMedium:{conditions:{mobile:"_18fs8ps1li",tablet:"_18fs8ps1lj",desktop:"_18fs8ps1lk"},defaultClass:"_18fs8ps1li"},titleSmall:{conditions:{mobile:"_18fs8ps1ll",tablet:"_18fs8ps1lm",desktop:"_18fs8ps1ln"},defaultClass:"_18fs8ps1ll"},headingLarge:{conditions:{mobile:"_18fs8ps1lo",tablet:"_18fs8ps1lp",desktop:"_18fs8ps1lq"},defaultClass:"_18fs8ps1lo"},headingMedium:{conditions:{mobile:"_18fs8ps1lr",tablet:"_18fs8ps1ls",desktop:"_18fs8ps1lt"},defaultClass:"_18fs8ps1lr"},headingSmall:{conditions:{mobile:"_18fs8ps1lu",tablet:"_18fs8ps1lv",desktop:"_18fs8ps1lw"},defaultClass:"_18fs8ps1lu"},bodyStrongLarge:{conditions:{mobile:"_18fs8ps1lx",tablet:"_18fs8ps1ly",desktop:"_18fs8ps1lz"},defaultClass:"_18fs8ps1lx"},bodyStrongMedium:{conditions:{mobile:"_18fs8ps1m0",tablet:"_18fs8ps1m1",desktop:"_18fs8ps1m2"},defaultClass:"_18fs8ps1m0"},bodyStrongSmall:{conditions:{mobile:"_18fs8ps1m3",tablet:"_18fs8ps1m4",desktop:"_18fs8ps1m5"},defaultClass:"_18fs8ps1m3"},bodyEmpLarge:{conditions:{mobile:"_18fs8ps1m6",tablet:"_18fs8ps1m7",desktop:"_18fs8ps1m8"},defaultClass:"_18fs8ps1m6"},bodyEmpMedium:{conditions:{mobile:"_18fs8ps1m9",tablet:"_18fs8ps1ma",desktop:"_18fs8ps1mb"},defaultClass:"_18fs8ps1m9"},bodyEmpSmall:{conditions:{mobile:"_18fs8ps1mc",tablet:"_18fs8ps1md",desktop:"_18fs8ps1me"},defaultClass:"_18fs8ps1mc"},bodyLarge:{conditions:{mobile:"_18fs8ps1mf",tablet:"_18fs8ps1mg",desktop:"_18fs8ps1mh"},defaultClass:"_18fs8ps1mf"},bodyMedium:{conditions:{mobile:"_18fs8ps1mi",tablet:"_18fs8ps1mj",desktop:"_18fs8ps1mk"},defaultClass:"_18fs8ps1mi"},bodySmall:{conditions:{mobile:"_18fs8ps1ml",tablet:"_18fs8ps1mm",desktop:"_18fs8ps1mn"},defaultClass:"_18fs8ps1ml"},buttonLarge:{conditions:{mobile:"_18fs8ps1mo",tablet:"_18fs8ps1mp",desktop:"_18fs8ps1mq"},defaultClass:"_18fs8ps1mo"},buttonMedium:{conditions:{mobile:"_18fs8ps1mr",tablet:"_18fs8ps1ms",desktop:"_18fs8ps1mt"},defaultClass:"_18fs8ps1mr"},buttonSmall:{conditions:{mobile:"_18fs8ps1mu",tablet:"_18fs8ps1mv",desktop:"_18fs8ps1mw"},defaultClass:"_18fs8ps1mu"},captionLarge:{conditions:{mobile:"_18fs8ps1mx",tablet:"_18fs8ps1my",desktop:"_18fs8ps1mz"},defaultClass:"_18fs8ps1mx"},captionMedium:{conditions:{mobile:"_18fs8ps1n0",tablet:"_18fs8ps1n1",desktop:"_18fs8ps1n2"},defaultClass:"_18fs8ps1n0"},captionSmall:{conditions:{mobile:"_18fs8ps1n3",tablet:"_18fs8ps1n4",desktop:"_18fs8ps1n5"},defaultClass:"_18fs8ps1n3"},inherit:{conditions:{mobile:"_18fs8ps1n6",tablet:"_18fs8ps1n7",desktop:"_18fs8ps1n8"},defaultClass:"_18fs8ps1n6"}}},textAlign:{values:{center:{conditions:{mobile:"_18fs8ps1n9",tablet:"_18fs8ps1na",desktop:"_18fs8ps1nb"},defaultClass:"_18fs8ps1n9"},left:{conditions:{mobile:"_18fs8ps1nc",tablet:"_18fs8ps1nd",desktop:"_18fs8ps1ne"},defaultClass:"_18fs8ps1nc"},right:{conditions:{mobile:"_18fs8ps1nf",tablet:"_18fs8ps1ng",desktop:"_18fs8ps1nh"},defaultClass:"_18fs8ps1nf"}}},borderLeftWidth:{values:{0:{conditions:{mobile:"_18fs8ps1ni",tablet:"_18fs8ps1nj",desktop:"_18fs8ps1nk"},defaultClass:"_18fs8ps1ni"},1:{conditions:{mobile:"_18fs8ps1nl",tablet:"_18fs8ps1nm",desktop:"_18fs8ps1nn"},defaultClass:"_18fs8ps1nl"}}},borderRightWidth:{values:{0:{conditions:{mobile:"_18fs8ps1no",tablet:"_18fs8ps1np",desktop:"_18fs8ps1nq"},defaultClass:"_18fs8ps1no"},1:{conditions:{mobile:"_18fs8ps1nr",tablet:"_18fs8ps1ns",desktop:"_18fs8ps1nt"},defaultClass:"_18fs8ps1nr"}}},borderTopWidth:{values:{0:{conditions:{mobile:"_18fs8ps1nu",tablet:"_18fs8ps1nv",desktop:"_18fs8ps1nw"},defaultClass:"_18fs8ps1nu"},1:{conditions:{mobile:"_18fs8ps1nx",tablet:"_18fs8ps1ny",desktop:"_18fs8ps1nz"},defaultClass:"_18fs8ps1nx"}}},borderBottomWidth:{values:{0:{conditions:{mobile:"_18fs8ps1o0",tablet:"_18fs8ps1o1",desktop:"_18fs8ps1o2"},defaultClass:"_18fs8ps1o0"},1:{conditions:{mobile:"_18fs8ps1o3",tablet:"_18fs8ps1o4",desktop:"_18fs8ps1o5"},defaultClass:"_18fs8ps1o3"}}},borderLeftStyle:{values:{none:{conditions:{mobile:"_18fs8ps1o6",tablet:"_18fs8ps1o7",desktop:"_18fs8ps1o8"},defaultClass:"_18fs8ps1o6"},solid:{conditions:{mobile:"_18fs8ps1o9",tablet:"_18fs8ps1oa",desktop:"_18fs8ps1ob"},defaultClass:"_18fs8ps1o9"}}},borderRightStyle:{values:{none:{conditions:{mobile:"_18fs8ps1oc",tablet:"_18fs8ps1od",desktop:"_18fs8ps1oe"},defaultClass:"_18fs8ps1oc"},solid:{conditions:{mobile:"_18fs8ps1of",tablet:"_18fs8ps1og",desktop:"_18fs8ps1oh"},defaultClass:"_18fs8ps1of"}}},borderTopStyle:{values:{none:{conditions:{mobile:"_18fs8ps1oi",tablet:"_18fs8ps1oj",desktop:"_18fs8ps1ok"},defaultClass:"_18fs8ps1oi"},solid:{conditions:{mobile:"_18fs8ps1ol",tablet:"_18fs8ps1om",desktop:"_18fs8ps1on"},defaultClass:"_18fs8ps1ol"}}},borderBottomStyle:{values:{none:{conditions:{mobile:"_18fs8ps1oo",tablet:"_18fs8ps1op",desktop:"_18fs8ps1oq"},defaultClass:"_18fs8ps1oo"},solid:{conditions:{mobile:"_18fs8ps1or",tablet:"_18fs8ps1os",desktop:"_18fs8ps1ot"},defaultClass:"_18fs8ps1or"}}},outlineStyle:{values:{none:{conditions:{mobile:"_18fs8ps1ou",tablet:"_18fs8ps1ov",desktop:"_18fs8ps1ow"},defaultClass:"_18fs8ps1ou"}}},textTransform:{values:{uppercase:{conditions:{mobile:"_18fs8ps1ox",tablet:"_18fs8ps1oy",desktop:"_18fs8ps1oz"},defaultClass:"_18fs8ps1ox"}}},letterSpacing:{values:{heroLarge:{conditions:{mobile:"_18fs8ps1p0",tablet:"_18fs8ps1p1",desktop:"_18fs8ps1p2"},defaultClass:"_18fs8ps1p0"},heroMedium:{conditions:{mobile:"_18fs8ps1p3",tablet:"_18fs8ps1p4",desktop:"_18fs8ps1p5"},defaultClass:"_18fs8ps1p3"},heroSmall:{conditions:{mobile:"_18fs8ps1p6",tablet:"_18fs8ps1p7",desktop:"_18fs8ps1p8"},defaultClass:"_18fs8ps1p6"},titleLarge:{conditions:{mobile:"_18fs8ps1p9",tablet:"_18fs8ps1pa",desktop:"_18fs8ps1pb"},defaultClass:"_18fs8ps1p9"},titleMedium:{conditions:{mobile:"_18fs8ps1pc",tablet:"_18fs8ps1pd",desktop:"_18fs8ps1pe"},defaultClass:"_18fs8ps1pc"},titleSmall:{conditions:{mobile:"_18fs8ps1pf",tablet:"_18fs8ps1pg",desktop:"_18fs8ps1ph"},defaultClass:"_18fs8ps1pf"},headingLarge:{conditions:{mobile:"_18fs8ps1pi",tablet:"_18fs8ps1pj",desktop:"_18fs8ps1pk"},defaultClass:"_18fs8ps1pi"},headingMedium:{conditions:{mobile:"_18fs8ps1pl",tablet:"_18fs8ps1pm",desktop:"_18fs8ps1pn"},defaultClass:"_18fs8ps1pl"},headingSmall:{conditions:{mobile:"_18fs8ps1po",tablet:"_18fs8ps1pp",desktop:"_18fs8ps1pq"},defaultClass:"_18fs8ps1po"},bodyStrongLarge:{conditions:{mobile:"_18fs8ps1pr",tablet:"_18fs8ps1ps",desktop:"_18fs8ps1pt"},defaultClass:"_18fs8ps1pr"},bodyStrongMedium:{conditions:{mobile:"_18fs8ps1pu",tablet:"_18fs8ps1pv",desktop:"_18fs8ps1pw"},defaultClass:"_18fs8ps1pu"},bodyStrongSmall:{conditions:{mobile:"_18fs8ps1px",tablet:"_18fs8ps1py",desktop:"_18fs8ps1pz"},defaultClass:"_18fs8ps1px"},bodyEmpLarge:{conditions:{mobile:"_18fs8ps1q0",tablet:"_18fs8ps1q1",desktop:"_18fs8ps1q2"},defaultClass:"_18fs8ps1q0"},bodyEmpMedium:{conditions:{mobile:"_18fs8ps1q3",tablet:"_18fs8ps1q4",desktop:"_18fs8ps1q5"},defaultClass:"_18fs8ps1q3"},bodyEmpSmall:{conditions:{mobile:"_18fs8ps1q6",tablet:"_18fs8ps1q7",desktop:"_18fs8ps1q8"},defaultClass:"_18fs8ps1q6"},bodyLarge:{conditions:{mobile:"_18fs8ps1q9",tablet:"_18fs8ps1qa",desktop:"_18fs8ps1qb"},defaultClass:"_18fs8ps1q9"},bodyMedium:{conditions:{mobile:"_18fs8ps1qc",tablet:"_18fs8ps1qd",desktop:"_18fs8ps1qe"},defaultClass:"_18fs8ps1qc"},bodySmall:{conditions:{mobile:"_18fs8ps1qf",tablet:"_18fs8ps1qg",desktop:"_18fs8ps1qh"},defaultClass:"_18fs8ps1qf"},buttonLarge:{conditions:{mobile:"_18fs8ps1qi",tablet:"_18fs8ps1qj",desktop:"_18fs8ps1qk"},defaultClass:"_18fs8ps1qi"},buttonMedium:{conditions:{mobile:"_18fs8ps1ql",tablet:"_18fs8ps1qm",desktop:"_18fs8ps1qn"},defaultClass:"_18fs8ps1ql"},buttonSmall:{conditions:{mobile:"_18fs8ps1qo",tablet:"_18fs8ps1qp",desktop:"_18fs8ps1qq"},defaultClass:"_18fs8ps1qo"},captionLarge:{conditions:{mobile:"_18fs8ps1qr",tablet:"_18fs8ps1qs",desktop:"_18fs8ps1qt"},defaultClass:"_18fs8ps1qr"},captionMedium:{conditions:{mobile:"_18fs8ps1qu",tablet:"_18fs8ps1qv",desktop:"_18fs8ps1qw"},defaultClass:"_18fs8ps1qu"},captionSmall:{conditions:{mobile:"_18fs8ps1qx",tablet:"_18fs8ps1qy",desktop:"_18fs8ps1qz"},defaultClass:"_18fs8ps1qx"}}},top:{values:{0:{conditions:{mobile:"_18fs8ps1r0",tablet:"_18fs8ps1r1",desktop:"_18fs8ps1r2"},defaultClass:"_18fs8ps1r0"},1:{conditions:{mobile:"_18fs8ps1r3",tablet:"_18fs8ps1r4",desktop:"_18fs8ps1r5"},defaultClass:"_18fs8ps1r3"},2:{conditions:{mobile:"_18fs8ps1r6",tablet:"_18fs8ps1r7",desktop:"_18fs8ps1r8"},defaultClass:"_18fs8ps1r6"},3:{conditions:{mobile:"_18fs8ps1r9",tablet:"_18fs8ps1ra",desktop:"_18fs8ps1rb"},defaultClass:"_18fs8ps1r9"},4:{conditions:{mobile:"_18fs8ps1rc",tablet:"_18fs8ps1rd",desktop:"_18fs8ps1re"},defaultClass:"_18fs8ps1rc"},5:{conditions:{mobile:"_18fs8ps1rf",tablet:"_18fs8ps1rg",desktop:"_18fs8ps1rh"},defaultClass:"_18fs8ps1rf"},6:{conditions:{mobile:"_18fs8ps1ri",tablet:"_18fs8ps1rj",desktop:"_18fs8ps1rk"},defaultClass:"_18fs8ps1ri"},7:{conditions:{mobile:"_18fs8ps1rl",tablet:"_18fs8ps1rm",desktop:"_18fs8ps1rn"},defaultClass:"_18fs8ps1rl"},8:{conditions:{mobile:"_18fs8ps1ro",tablet:"_18fs8ps1rp",desktop:"_18fs8ps1rq"},defaultClass:"_18fs8ps1ro"},9:{conditions:{mobile:"_18fs8ps1rr",tablet:"_18fs8ps1rs",desktop:"_18fs8ps1rt"},defaultClass:"_18fs8ps1rr"},10:{conditions:{mobile:"_18fs8ps1ru",tablet:"_18fs8ps1rv",desktop:"_18fs8ps1rw"},defaultClass:"_18fs8ps1ru"},11:{conditions:{mobile:"_18fs8ps1rx",tablet:"_18fs8ps1ry",desktop:"_18fs8ps1rz"},defaultClass:"_18fs8ps1rx"},12:{conditions:{mobile:"_18fs8ps1s0",tablet:"_18fs8ps1s1",desktop:"_18fs8ps1s2"},defaultClass:"_18fs8ps1s0"},14:{conditions:{mobile:"_18fs8ps1s3",tablet:"_18fs8ps1s4",desktop:"_18fs8ps1s5"},defaultClass:"_18fs8ps1s3"},16:{conditions:{mobile:"_18fs8ps1s6",tablet:"_18fs8ps1s7",desktop:"_18fs8ps1s8"},defaultClass:"_18fs8ps1s6"},20:{conditions:{mobile:"_18fs8ps1s9",tablet:"_18fs8ps1sa",desktop:"_18fs8ps1sb"},defaultClass:"_18fs8ps1s9"},24:{conditions:{mobile:"_18fs8ps1sc",tablet:"_18fs8ps1sd",desktop:"_18fs8ps1se"},defaultClass:"_18fs8ps1sc"},28:{conditions:{mobile:"_18fs8ps1sf",tablet:"_18fs8ps1sg",desktop:"_18fs8ps1sh"},defaultClass:"_18fs8ps1sf"},32:{conditions:{mobile:"_18fs8ps1si",tablet:"_18fs8ps1sj",desktop:"_18fs8ps1sk"},defaultClass:"_18fs8ps1si"},36:{conditions:{mobile:"_18fs8ps1sl",tablet:"_18fs8ps1sm",desktop:"_18fs8ps1sn"},defaultClass:"_18fs8ps1sl"},40:{conditions:{mobile:"_18fs8ps1so",tablet:"_18fs8ps1sp",desktop:"_18fs8ps1sq"},defaultClass:"_18fs8ps1so"},44:{conditions:{mobile:"_18fs8ps1sr",tablet:"_18fs8ps1ss",desktop:"_18fs8ps1st"},defaultClass:"_18fs8ps1sr"},48:{conditions:{mobile:"_18fs8ps1su",tablet:"_18fs8ps1sv",desktop:"_18fs8ps1sw"},defaultClass:"_18fs8ps1su"},52:{conditions:{mobile:"_18fs8ps1sx",tablet:"_18fs8ps1sy",desktop:"_18fs8ps1sz"},defaultClass:"_18fs8ps1sx"},px:{conditions:{mobile:"_18fs8ps1t0",tablet:"_18fs8ps1t1",desktop:"_18fs8ps1t2"},defaultClass:"_18fs8ps1t0"},"0.5":{conditions:{mobile:"_18fs8ps1t3",tablet:"_18fs8ps1t4",desktop:"_18fs8ps1t5"},defaultClass:"_18fs8ps1t3"},"1.5":{conditions:{mobile:"_18fs8ps1t6",tablet:"_18fs8ps1t7",desktop:"_18fs8ps1t8"},defaultClass:"_18fs8ps1t6"},"2.5":{conditions:{mobile:"_18fs8ps1t9",tablet:"_18fs8ps1ta",desktop:"_18fs8ps1tb"},defaultClass:"_18fs8ps1t9"},"3.5":{conditions:{mobile:"_18fs8ps1tc",tablet:"_18fs8ps1td",desktop:"_18fs8ps1te"},defaultClass:"_18fs8ps1tc"}}},bottom:{values:{0:{conditions:{mobile:"_18fs8ps1tf",tablet:"_18fs8ps1tg",desktop:"_18fs8ps1th"},defaultClass:"_18fs8ps1tf"},1:{conditions:{mobile:"_18fs8ps1ti",tablet:"_18fs8ps1tj",desktop:"_18fs8ps1tk"},defaultClass:"_18fs8ps1ti"},2:{conditions:{mobile:"_18fs8ps1tl",tablet:"_18fs8ps1tm",desktop:"_18fs8ps1tn"},defaultClass:"_18fs8ps1tl"},3:{conditions:{mobile:"_18fs8ps1to",tablet:"_18fs8ps1tp",desktop:"_18fs8ps1tq"},defaultClass:"_18fs8ps1to"},4:{conditions:{mobile:"_18fs8ps1tr",tablet:"_18fs8ps1ts",desktop:"_18fs8ps1tt"},defaultClass:"_18fs8ps1tr"},5:{conditions:{mobile:"_18fs8ps1tu",tablet:"_18fs8ps1tv",desktop:"_18fs8ps1tw"},defaultClass:"_18fs8ps1tu"},6:{conditions:{mobile:"_18fs8ps1tx",tablet:"_18fs8ps1ty",desktop:"_18fs8ps1tz"},defaultClass:"_18fs8ps1tx"},7:{conditions:{mobile:"_18fs8ps1u0",tablet:"_18fs8ps1u1",desktop:"_18fs8ps1u2"},defaultClass:"_18fs8ps1u0"},8:{conditions:{mobile:"_18fs8ps1u3",tablet:"_18fs8ps1u4",desktop:"_18fs8ps1u5"},defaultClass:"_18fs8ps1u3"},9:{conditions:{mobile:"_18fs8ps1u6",tablet:"_18fs8ps1u7",desktop:"_18fs8ps1u8"},defaultClass:"_18fs8ps1u6"},10:{conditions:{mobile:"_18fs8ps1u9",tablet:"_18fs8ps1ua",desktop:"_18fs8ps1ub"},defaultClass:"_18fs8ps1u9"},11:{conditions:{mobile:"_18fs8ps1uc",tablet:"_18fs8ps1ud",desktop:"_18fs8ps1ue"},defaultClass:"_18fs8ps1uc"},12:{conditions:{mobile:"_18fs8ps1uf",tablet:"_18fs8ps1ug",desktop:"_18fs8ps1uh"},defaultClass:"_18fs8ps1uf"},14:{conditions:{mobile:"_18fs8ps1ui",tablet:"_18fs8ps1uj",desktop:"_18fs8ps1uk"},defaultClass:"_18fs8ps1ui"},16:{conditions:{mobile:"_18fs8ps1ul",tablet:"_18fs8ps1um",desktop:"_18fs8ps1un"},defaultClass:"_18fs8ps1ul"},20:{conditions:{mobile:"_18fs8ps1uo",tablet:"_18fs8ps1up",desktop:"_18fs8ps1uq"},defaultClass:"_18fs8ps1uo"},24:{conditions:{mobile:"_18fs8ps1ur",tablet:"_18fs8ps1us",desktop:"_18fs8ps1ut"},defaultClass:"_18fs8ps1ur"},28:{conditions:{mobile:"_18fs8ps1uu",tablet:"_18fs8ps1uv",desktop:"_18fs8ps1uw"},defaultClass:"_18fs8ps1uu"},32:{conditions:{mobile:"_18fs8ps1ux",tablet:"_18fs8ps1uy",desktop:"_18fs8ps1uz"},defaultClass:"_18fs8ps1ux"},36:{conditions:{mobile:"_18fs8ps1v0",tablet:"_18fs8ps1v1",desktop:"_18fs8ps1v2"},defaultClass:"_18fs8ps1v0"},40:{conditions:{mobile:"_18fs8ps1v3",tablet:"_18fs8ps1v4",desktop:"_18fs8ps1v5"},defaultClass:"_18fs8ps1v3"},44:{conditions:{mobile:"_18fs8ps1v6",tablet:"_18fs8ps1v7",desktop:"_18fs8ps1v8"},defaultClass:"_18fs8ps1v6"},48:{conditions:{mobile:"_18fs8ps1v9",tablet:"_18fs8ps1va",desktop:"_18fs8ps1vb"},defaultClass:"_18fs8ps1v9"},52:{conditions:{mobile:"_18fs8ps1vc",tablet:"_18fs8ps1vd",desktop:"_18fs8ps1ve"},defaultClass:"_18fs8ps1vc"},px:{conditions:{mobile:"_18fs8ps1vf",tablet:"_18fs8ps1vg",desktop:"_18fs8ps1vh"},defaultClass:"_18fs8ps1vf"},"0.5":{conditions:{mobile:"_18fs8ps1vi",tablet:"_18fs8ps1vj",desktop:"_18fs8ps1vk"},defaultClass:"_18fs8ps1vi"},"1.5":{conditions:{mobile:"_18fs8ps1vl",tablet:"_18fs8ps1vm",desktop:"_18fs8ps1vn"},defaultClass:"_18fs8ps1vl"},"2.5":{conditions:{mobile:"_18fs8ps1vo",tablet:"_18fs8ps1vp",desktop:"_18fs8ps1vq"},defaultClass:"_18fs8ps1vo"},"3.5":{conditions:{mobile:"_18fs8ps1vr",tablet:"_18fs8ps1vs",desktop:"_18fs8ps1vt"},defaultClass:"_18fs8ps1vr"}}},left:{values:{0:{conditions:{mobile:"_18fs8ps1vu",tablet:"_18fs8ps1vv",desktop:"_18fs8ps1vw"},defaultClass:"_18fs8ps1vu"},1:{conditions:{mobile:"_18fs8ps1vx",tablet:"_18fs8ps1vy",desktop:"_18fs8ps1vz"},defaultClass:"_18fs8ps1vx"},2:{conditions:{mobile:"_18fs8ps1w0",tablet:"_18fs8ps1w1",desktop:"_18fs8ps1w2"},defaultClass:"_18fs8ps1w0"},3:{conditions:{mobile:"_18fs8ps1w3",tablet:"_18fs8ps1w4",desktop:"_18fs8ps1w5"},defaultClass:"_18fs8ps1w3"},4:{conditions:{mobile:"_18fs8ps1w6",tablet:"_18fs8ps1w7",desktop:"_18fs8ps1w8"},defaultClass:"_18fs8ps1w6"},5:{conditions:{mobile:"_18fs8ps1w9",tablet:"_18fs8ps1wa",desktop:"_18fs8ps1wb"},defaultClass:"_18fs8ps1w9"},6:{conditions:{mobile:"_18fs8ps1wc",tablet:"_18fs8ps1wd",desktop:"_18fs8ps1we"},defaultClass:"_18fs8ps1wc"},7:{conditions:{mobile:"_18fs8ps1wf",tablet:"_18fs8ps1wg",desktop:"_18fs8ps1wh"},defaultClass:"_18fs8ps1wf"},8:{conditions:{mobile:"_18fs8ps1wi",tablet:"_18fs8ps1wj",desktop:"_18fs8ps1wk"},defaultClass:"_18fs8ps1wi"},9:{conditions:{mobile:"_18fs8ps1wl",tablet:"_18fs8ps1wm",desktop:"_18fs8ps1wn"},defaultClass:"_18fs8ps1wl"},10:{conditions:{mobile:"_18fs8ps1wo",tablet:"_18fs8ps1wp",desktop:"_18fs8ps1wq"},defaultClass:"_18fs8ps1wo"},11:{conditions:{mobile:"_18fs8ps1wr",tablet:"_18fs8ps1ws",desktop:"_18fs8ps1wt"},defaultClass:"_18fs8ps1wr"},12:{conditions:{mobile:"_18fs8ps1wu",tablet:"_18fs8ps1wv",desktop:"_18fs8ps1ww"},defaultClass:"_18fs8ps1wu"},14:{conditions:{mobile:"_18fs8ps1wx",tablet:"_18fs8ps1wy",desktop:"_18fs8ps1wz"},defaultClass:"_18fs8ps1wx"},16:{conditions:{mobile:"_18fs8ps1x0",tablet:"_18fs8ps1x1",desktop:"_18fs8ps1x2"},defaultClass:"_18fs8ps1x0"},20:{conditions:{mobile:"_18fs8ps1x3",tablet:"_18fs8ps1x4",desktop:"_18fs8ps1x5"},defaultClass:"_18fs8ps1x3"},24:{conditions:{mobile:"_18fs8ps1x6",tablet:"_18fs8ps1x7",desktop:"_18fs8ps1x8"},defaultClass:"_18fs8ps1x6"},28:{conditions:{mobile:"_18fs8ps1x9",tablet:"_18fs8ps1xa",desktop:"_18fs8ps1xb"},defaultClass:"_18fs8ps1x9"},32:{conditions:{mobile:"_18fs8ps1xc",tablet:"_18fs8ps1xd",desktop:"_18fs8ps1xe"},defaultClass:"_18fs8ps1xc"},36:{conditions:{mobile:"_18fs8ps1xf",tablet:"_18fs8ps1xg",desktop:"_18fs8ps1xh"},defaultClass:"_18fs8ps1xf"},40:{conditions:{mobile:"_18fs8ps1xi",tablet:"_18fs8ps1xj",desktop:"_18fs8ps1xk"},defaultClass:"_18fs8ps1xi"},44:{conditions:{mobile:"_18fs8ps1xl",tablet:"_18fs8ps1xm",desktop:"_18fs8ps1xn"},defaultClass:"_18fs8ps1xl"},48:{conditions:{mobile:"_18fs8ps1xo",tablet:"_18fs8ps1xp",desktop:"_18fs8ps1xq"},defaultClass:"_18fs8ps1xo"},52:{conditions:{mobile:"_18fs8ps1xr",tablet:"_18fs8ps1xs",desktop:"_18fs8ps1xt"},defaultClass:"_18fs8ps1xr"},px:{conditions:{mobile:"_18fs8ps1xu",tablet:"_18fs8ps1xv",desktop:"_18fs8ps1xw"},defaultClass:"_18fs8ps1xu"},"0.5":{conditions:{mobile:"_18fs8ps1xx",tablet:"_18fs8ps1xy",desktop:"_18fs8ps1xz"},defaultClass:"_18fs8ps1xx"},"1.5":{conditions:{mobile:"_18fs8ps1y0",tablet:"_18fs8ps1y1",desktop:"_18fs8ps1y2"},defaultClass:"_18fs8ps1y0"},"2.5":{conditions:{mobile:"_18fs8ps1y3",tablet:"_18fs8ps1y4",desktop:"_18fs8ps1y5"},defaultClass:"_18fs8ps1y3"},"3.5":{conditions:{mobile:"_18fs8ps1y6",tablet:"_18fs8ps1y7",desktop:"_18fs8ps1y8"},defaultClass:"_18fs8ps1y6"}}},right:{values:{0:{conditions:{mobile:"_18fs8ps1y9",tablet:"_18fs8ps1ya",desktop:"_18fs8ps1yb"},defaultClass:"_18fs8ps1y9"},1:{conditions:{mobile:"_18fs8ps1yc",tablet:"_18fs8ps1yd",desktop:"_18fs8ps1ye"},defaultClass:"_18fs8ps1yc"},2:{conditions:{mobile:"_18fs8ps1yf",tablet:"_18fs8ps1yg",desktop:"_18fs8ps1yh"},defaultClass:"_18fs8ps1yf"},3:{conditions:{mobile:"_18fs8ps1yi",tablet:"_18fs8ps1yj",desktop:"_18fs8ps1yk"},defaultClass:"_18fs8ps1yi"},4:{conditions:{mobile:"_18fs8ps1yl",tablet:"_18fs8ps1ym",desktop:"_18fs8ps1yn"},defaultClass:"_18fs8ps1yl"},5:{conditions:{mobile:"_18fs8ps1yo",tablet:"_18fs8ps1yp",desktop:"_18fs8ps1yq"},defaultClass:"_18fs8ps1yo"},6:{conditions:{mobile:"_18fs8ps1yr",tablet:"_18fs8ps1ys",desktop:"_18fs8ps1yt"},defaultClass:"_18fs8ps1yr"},7:{conditions:{mobile:"_18fs8ps1yu",tablet:"_18fs8ps1yv",desktop:"_18fs8ps1yw"},defaultClass:"_18fs8ps1yu"},8:{conditions:{mobile:"_18fs8ps1yx",tablet:"_18fs8ps1yy",desktop:"_18fs8ps1yz"},defaultClass:"_18fs8ps1yx"},9:{conditions:{mobile:"_18fs8ps1z0",tablet:"_18fs8ps1z1",desktop:"_18fs8ps1z2"},defaultClass:"_18fs8ps1z0"},10:{conditions:{mobile:"_18fs8ps1z3",tablet:"_18fs8ps1z4",desktop:"_18fs8ps1z5"},defaultClass:"_18fs8ps1z3"},11:{conditions:{mobile:"_18fs8ps1z6",tablet:"_18fs8ps1z7",desktop:"_18fs8ps1z8"},defaultClass:"_18fs8ps1z6"},12:{conditions:{mobile:"_18fs8ps1z9",tablet:"_18fs8ps1za",desktop:"_18fs8ps1zb"},defaultClass:"_18fs8ps1z9"},14:{conditions:{mobile:"_18fs8ps1zc",tablet:"_18fs8ps1zd",desktop:"_18fs8ps1ze"},defaultClass:"_18fs8ps1zc"},16:{conditions:{mobile:"_18fs8ps1zf",tablet:"_18fs8ps1zg",desktop:"_18fs8ps1zh"},defaultClass:"_18fs8ps1zf"},20:{conditions:{mobile:"_18fs8ps1zi",tablet:"_18fs8ps1zj",desktop:"_18fs8ps1zk"},defaultClass:"_18fs8ps1zi"},24:{conditions:{mobile:"_18fs8ps1zl",tablet:"_18fs8ps1zm",desktop:"_18fs8ps1zn"},defaultClass:"_18fs8ps1zl"},28:{conditions:{mobile:"_18fs8ps1zo",tablet:"_18fs8ps1zp",desktop:"_18fs8ps1zq"},defaultClass:"_18fs8ps1zo"},32:{conditions:{mobile:"_18fs8ps1zr",tablet:"_18fs8ps1zs",desktop:"_18fs8ps1zt"},defaultClass:"_18fs8ps1zr"},36:{conditions:{mobile:"_18fs8ps1zu",tablet:"_18fs8ps1zv",desktop:"_18fs8ps1zw"},defaultClass:"_18fs8ps1zu"},40:{conditions:{mobile:"_18fs8ps1zx",tablet:"_18fs8ps1zy",desktop:"_18fs8ps1zz"},defaultClass:"_18fs8ps1zx"},44:{conditions:{mobile:"_18fs8ps200",tablet:"_18fs8ps201",desktop:"_18fs8ps202"},defaultClass:"_18fs8ps200"},48:{conditions:{mobile:"_18fs8ps203",tablet:"_18fs8ps204",desktop:"_18fs8ps205"},defaultClass:"_18fs8ps203"},52:{conditions:{mobile:"_18fs8ps206",tablet:"_18fs8ps207",desktop:"_18fs8ps208"},defaultClass:"_18fs8ps206"},px:{conditions:{mobile:"_18fs8ps209",tablet:"_18fs8ps20a",desktop:"_18fs8ps20b"},defaultClass:"_18fs8ps209"},"0.5":{conditions:{mobile:"_18fs8ps20c",tablet:"_18fs8ps20d",desktop:"_18fs8ps20e"},defaultClass:"_18fs8ps20c"},"1.5":{conditions:{mobile:"_18fs8ps20f",tablet:"_18fs8ps20g",desktop:"_18fs8ps20h"},defaultClass:"_18fs8ps20f"},"2.5":{conditions:{mobile:"_18fs8ps20i",tablet:"_18fs8ps20j",desktop:"_18fs8ps20k"},defaultClass:"_18fs8ps20i"},"3.5":{conditions:{mobile:"_18fs8ps20l",tablet:"_18fs8ps20m",desktop:"_18fs8ps20n"},defaultClass:"_18fs8ps20l"}}},overflowX:{values:{hidden:{conditions:{mobile:"_18fs8ps20o",tablet:"_18fs8ps20p",desktop:"_18fs8ps20q"},defaultClass:"_18fs8ps20o"},visible:{conditions:{mobile:"_18fs8ps20r",tablet:"_18fs8ps20s",desktop:"_18fs8ps20t"},defaultClass:"_18fs8ps20r"},scroll:{conditions:{mobile:"_18fs8ps20u",tablet:"_18fs8ps20v",desktop:"_18fs8ps20w"},defaultClass:"_18fs8ps20u"},auto:{conditions:{mobile:"_18fs8ps20x",tablet:"_18fs8ps20y",desktop:"_18fs8ps20z"},defaultClass:"_18fs8ps20x"}}},overflowY:{values:{hidden:{conditions:{mobile:"_18fs8ps210",tablet:"_18fs8ps211",desktop:"_18fs8ps212"},defaultClass:"_18fs8ps210"},visible:{conditions:{mobile:"_18fs8ps213",tablet:"_18fs8ps214",desktop:"_18fs8ps215"},defaultClass:"_18fs8ps213"},scroll:{conditions:{mobile:"_18fs8ps216",tablet:"_18fs8ps217",desktop:"_18fs8ps218"},defaultClass:"_18fs8ps216"},auto:{conditions:{mobile:"_18fs8ps219",tablet:"_18fs8ps21a",desktop:"_18fs8ps21b"},defaultClass:"_18fs8ps219"}}},textOverflow:{values:{none:{conditions:{mobile:"_18fs8ps21c",tablet:"_18fs8ps21d",desktop:"_18fs8ps21e"},defaultClass:"_18fs8ps21c"},ellipsis:{conditions:{mobile:"_18fs8ps21f",tablet:"_18fs8ps21g",desktop:"_18fs8ps21h"},defaultClass:"_18fs8ps21f"}}},whiteSpace:{values:{normal:{conditions:{mobile:"_18fs8ps21i",tablet:"_18fs8ps21j",desktop:"_18fs8ps21k"},defaultClass:"_18fs8ps21i"},nowrap:{conditions:{mobile:"_18fs8ps21l",tablet:"_18fs8ps21m",desktop:"_18fs8ps21n"},defaultClass:"_18fs8ps21l"}}},wordBreak:{values:{"break-word":{conditions:{mobile:"_18fs8ps21o",tablet:"_18fs8ps21p",desktop:"_18fs8ps21q"},defaultClass:"_18fs8ps21o"},"break-all":{conditions:{mobile:"_18fs8ps21r",tablet:"_18fs8ps21s",desktop:"_18fs8ps21t"},defaultClass:"_18fs8ps21r"},normal:{conditions:{mobile:"_18fs8ps21u",tablet:"_18fs8ps21v",desktop:"_18fs8ps21w"},defaultClass:"_18fs8ps21u"}}},zIndex:{values:{1:{conditions:{mobile:"_18fs8ps220",tablet:"_18fs8ps221",desktop:"_18fs8ps222"},defaultClass:"_18fs8ps220"},2:{conditions:{mobile:"_18fs8ps223",tablet:"_18fs8ps224",desktop:"_18fs8ps225"},defaultClass:"_18fs8ps223"},3:{conditions:{mobile:"_18fs8ps226",tablet:"_18fs8ps227",desktop:"_18fs8ps228"},defaultClass:"_18fs8ps226"},auto:{conditions:{mobile:"_18fs8ps21x",tablet:"_18fs8ps21y",desktop:"_18fs8ps21z"},defaultClass:"_18fs8ps21x"}}},aspectRatio:{values:{"1 / 1":{conditions:{mobile:"_18fs8ps229",tablet:"_18fs8ps22a",desktop:"_18fs8ps22b"},defaultClass:"_18fs8ps229"}}},objectFit:{values:{contain:{conditions:{mobile:"_18fs8ps22c",tablet:"_18fs8ps22d",desktop:"_18fs8ps22e"},defaultClass:"_18fs8ps22c"},cover:{conditions:{mobile:"_18fs8ps22f",tablet:"_18fs8ps22g",desktop:"_18fs8ps22h"},defaultClass:"_18fs8ps22f"},fill:{conditions:{mobile:"_18fs8ps22i",tablet:"_18fs8ps22j",desktop:"_18fs8ps22k"},defaultClass:"_18fs8ps22i"},none:{conditions:{mobile:"_18fs8ps22l",tablet:"_18fs8ps22m",desktop:"_18fs8ps22n"},defaultClass:"_18fs8ps22l"},"scale-down":{conditions:{mobile:"_18fs8ps22o",tablet:"_18fs8ps22p",desktop:"_18fs8ps22q"},defaultClass:"_18fs8ps22o"}}},opacity:{values:{0:{conditions:{mobile:"_18fs8ps22r",tablet:"_18fs8ps22s",desktop:"_18fs8ps22t"},defaultClass:"_18fs8ps22r"},1:{conditions:{mobile:"_18fs8ps236",tablet:"_18fs8ps237",desktop:"_18fs8ps238"},defaultClass:"_18fs8ps236"},"0.2":{conditions:{mobile:"_18fs8ps22u",tablet:"_18fs8ps22v",desktop:"_18fs8ps22w"},defaultClass:"_18fs8ps22u"},"0.4":{conditions:{mobile:"_18fs8ps22x",tablet:"_18fs8ps22y",desktop:"_18fs8ps22z"},defaultClass:"_18fs8ps22x"},"0.6":{conditions:{mobile:"_18fs8ps230",tablet:"_18fs8ps231",desktop:"_18fs8ps232"},defaultClass:"_18fs8ps230"},"0.8":{conditions:{mobile:"_18fs8ps233",tablet:"_18fs8ps234",desktop:"_18fs8ps235"},defaultClass:"_18fs8ps233"}}},fontWeight:{values:{heroLarge:{conditions:{mobile:"_18fs8ps239",tablet:"_18fs8ps23a",desktop:"_18fs8ps23b"},defaultClass:"_18fs8ps239"},heroMedium:{conditions:{mobile:"_18fs8ps23c",tablet:"_18fs8ps23d",desktop:"_18fs8ps23e"},defaultClass:"_18fs8ps23c"},heroSmall:{conditions:{mobile:"_18fs8ps23f",tablet:"_18fs8ps23g",desktop:"_18fs8ps23h"},defaultClass:"_18fs8ps23f"},titleLarge:{conditions:{mobile:"_18fs8ps23i",tablet:"_18fs8ps23j",desktop:"_18fs8ps23k"},defaultClass:"_18fs8ps23i"},titleMedium:{conditions:{mobile:"_18fs8ps23l",tablet:"_18fs8ps23m",desktop:"_18fs8ps23n"},defaultClass:"_18fs8ps23l"},titleSmall:{conditions:{mobile:"_18fs8ps23o",tablet:"_18fs8ps23p",desktop:"_18fs8ps23q"},defaultClass:"_18fs8ps23o"},headingLarge:{conditions:{mobile:"_18fs8ps23r",tablet:"_18fs8ps23s",desktop:"_18fs8ps23t"},defaultClass:"_18fs8ps23r"},headingMedium:{conditions:{mobile:"_18fs8ps23u",tablet:"_18fs8ps23v",desktop:"_18fs8ps23w"},defaultClass:"_18fs8ps23u"},headingSmall:{conditions:{mobile:"_18fs8ps23x",tablet:"_18fs8ps23y",desktop:"_18fs8ps23z"},defaultClass:"_18fs8ps23x"},bodyStrongLarge:{conditions:{mobile:"_18fs8ps240",tablet:"_18fs8ps241",desktop:"_18fs8ps242"},defaultClass:"_18fs8ps240"},bodyStrongMedium:{conditions:{mobile:"_18fs8ps243",tablet:"_18fs8ps244",desktop:"_18fs8ps245"},defaultClass:"_18fs8ps243"},bodyStrongSmall:{conditions:{mobile:"_18fs8ps246",tablet:"_18fs8ps247",desktop:"_18fs8ps248"},defaultClass:"_18fs8ps246"},bodyEmpLarge:{conditions:{mobile:"_18fs8ps249",tablet:"_18fs8ps24a",desktop:"_18fs8ps24b"},defaultClass:"_18fs8ps249"},bodyEmpMedium:{conditions:{mobile:"_18fs8ps24c",tablet:"_18fs8ps24d",desktop:"_18fs8ps24e"},defaultClass:"_18fs8ps24c"},bodyEmpSmall:{conditions:{mobile:"_18fs8ps24f",tablet:"_18fs8ps24g",desktop:"_18fs8ps24h"},defaultClass:"_18fs8ps24f"},bodyLarge:{conditions:{mobile:"_18fs8ps24i",tablet:"_18fs8ps24j",desktop:"_18fs8ps24k"},defaultClass:"_18fs8ps24i"},bodyMedium:{conditions:{mobile:"_18fs8ps24l",tablet:"_18fs8ps24m",desktop:"_18fs8ps24n"},defaultClass:"_18fs8ps24l"},bodySmall:{conditions:{mobile:"_18fs8ps24o",tablet:"_18fs8ps24p",desktop:"_18fs8ps24q"},defaultClass:"_18fs8ps24o"},buttonLarge:{conditions:{mobile:"_18fs8ps24r",tablet:"_18fs8ps24s",desktop:"_18fs8ps24t"},defaultClass:"_18fs8ps24r"},buttonMedium:{conditions:{mobile:"_18fs8ps24u",tablet:"_18fs8ps24v",desktop:"_18fs8ps24w"},defaultClass:"_18fs8ps24u"},buttonSmall:{conditions:{mobile:"_18fs8ps24x",tablet:"_18fs8ps24y",desktop:"_18fs8ps24z"},defaultClass:"_18fs8ps24x"},captionLarge:{conditions:{mobile:"_18fs8ps250",tablet:"_18fs8ps251",desktop:"_18fs8ps252"},defaultClass:"_18fs8ps250"},captionMedium:{conditions:{mobile:"_18fs8ps253",tablet:"_18fs8ps254",desktop:"_18fs8ps255"},defaultClass:"_18fs8ps253"},captionSmall:{conditions:{mobile:"_18fs8ps256",tablet:"_18fs8ps257",desktop:"_18fs8ps258"},defaultClass:"_18fs8ps256"}}},alignSelf:{values:{auto:{conditions:{mobile:"_18fs8ps259",tablet:"_18fs8ps25a",desktop:"_18fs8ps25b"},defaultClass:"_18fs8ps259"},normal:{conditions:{mobile:"_18fs8ps25c",tablet:"_18fs8ps25d",desktop:"_18fs8ps25e"},defaultClass:"_18fs8ps25c"},end:{conditions:{mobile:"_18fs8ps25f",tablet:"_18fs8ps25g",desktop:"_18fs8ps25h"},defaultClass:"_18fs8ps25f"},center:{conditions:{mobile:"_18fs8ps25i",tablet:"_18fs8ps25j",desktop:"_18fs8ps25k"},defaultClass:"_18fs8ps25i"},start:{conditions:{mobile:"_18fs8ps25l",tablet:"_18fs8ps25m",desktop:"_18fs8ps25n"},defaultClass:"_18fs8ps25l"}}},justifySelf:{values:{auto:{conditions:{mobile:"_18fs8ps25o",tablet:"_18fs8ps25p",desktop:"_18fs8ps25q"},defaultClass:"_18fs8ps25o"},normal:{conditions:{mobile:"_18fs8ps25r",tablet:"_18fs8ps25s",desktop:"_18fs8ps25t"},defaultClass:"_18fs8ps25r"},end:{conditions:{mobile:"_18fs8ps25u",tablet:"_18fs8ps25v",desktop:"_18fs8ps25w"},defaultClass:"_18fs8ps25u"},center:{conditions:{mobile:"_18fs8ps25x",tablet:"_18fs8ps25y",desktop:"_18fs8ps25z"},defaultClass:"_18fs8ps25x"},start:{conditions:{mobile:"_18fs8ps260",tablet:"_18fs8ps261",desktop:"_18fs8ps262"},defaultClass:"_18fs8ps260"}}},visibility:{values:{visible:{conditions:{mobile:"_18fs8ps263",tablet:"_18fs8ps264",desktop:"_18fs8ps265"},defaultClass:"_18fs8ps263"},hidden:{conditions:{mobile:"_18fs8ps266",tablet:"_18fs8ps267",desktop:"_18fs8ps268"},defaultClass:"_18fs8ps266"}}}}},{conditions:{defaultCondition:"default",conditionNames:["default","hover","focus","focusWithin","focusVisible","active","disabled","placeholder"],responsiveArray:void 0},styles:{borderColor:{values:{neutralDefault:{conditions:{default:"_18fs8ps269",hover:"_18fs8ps26a",focus:"_18fs8ps26b",focusWithin:"_18fs8ps26c",focusVisible:"_18fs8ps26d",active:"_18fs8ps26e",disabled:"_18fs8ps26f",placeholder:"_18fs8ps26g"},defaultClass:"_18fs8ps269"},neutralSubdued:{conditions:{default:"_18fs8ps26h",hover:"_18fs8ps26i",focus:"_18fs8ps26j",focusWithin:"_18fs8ps26k",focusVisible:"_18fs8ps26l",active:"_18fs8ps26m",disabled:"_18fs8ps26n",placeholder:"_18fs8ps26o"},defaultClass:"_18fs8ps26h"},neutralHighlight:{conditions:{default:"_18fs8ps26p",hover:"_18fs8ps26q",focus:"_18fs8ps26r",focusWithin:"_18fs8ps26s",focusVisible:"_18fs8ps26t",active:"_18fs8ps26u",disabled:"_18fs8ps26v",placeholder:"_18fs8ps26w"},defaultClass:"_18fs8ps26p"},neutralPlain:{conditions:{default:"_18fs8ps26x",hover:"_18fs8ps26y",focus:"_18fs8ps26z",focusWithin:"_18fs8ps270",focusVisible:"_18fs8ps271",active:"_18fs8ps272",disabled:"_18fs8ps273",placeholder:"_18fs8ps274"},defaultClass:"_18fs8ps26x"},brandPlain:{conditions:{default:"_18fs8ps275",hover:"_18fs8ps276",focus:"_18fs8ps277",focusWithin:"_18fs8ps278",focusVisible:"_18fs8ps279",active:"_18fs8ps27a",disabled:"_18fs8ps27b",placeholder:"_18fs8ps27c"},defaultClass:"_18fs8ps275"},brandDefault:{conditions:{default:"_18fs8ps27d",hover:"_18fs8ps27e",focus:"_18fs8ps27f",focusWithin:"_18fs8ps27g",focusVisible:"_18fs8ps27h",active:"_18fs8ps27i",disabled:"_18fs8ps27j",placeholder:"_18fs8ps27k"},defaultClass:"_18fs8ps27d"},brandSubdued:{conditions:{default:"_18fs8ps27l",hover:"_18fs8ps27m",focus:"_18fs8ps27n",focusWithin:"_18fs8ps27o",focusVisible:"_18fs8ps27p",active:"_18fs8ps27q",disabled:"_18fs8ps27r",placeholder:"_18fs8ps27s"},defaultClass:"_18fs8ps27l"},brandHighlight:{conditions:{default:"_18fs8ps27t",hover:"_18fs8ps27u",focus:"_18fs8ps27v",focusWithin:"_18fs8ps27w",focusVisible:"_18fs8ps27x",active:"_18fs8ps27y",disabled:"_18fs8ps27z",placeholder:"_18fs8ps280"},defaultClass:"_18fs8ps27t"},criticalPlain:{conditions:{default:"_18fs8ps281",hover:"_18fs8ps282",focus:"_18fs8ps283",focusWithin:"_18fs8ps284",focusVisible:"_18fs8ps285",active:"_18fs8ps286",disabled:"_18fs8ps287",placeholder:"_18fs8ps288"},defaultClass:"_18fs8ps281"},criticalDefault:{conditions:{default:"_18fs8ps289",hover:"_18fs8ps28a",focus:"_18fs8ps28b",focusWithin:"_18fs8ps28c",focusVisible:"_18fs8ps28d",active:"_18fs8ps28e",disabled:"_18fs8ps28f",placeholder:"_18fs8ps28g"},defaultClass:"_18fs8ps289"},criticalSubdued:{conditions:{default:"_18fs8ps28h",hover:"_18fs8ps28i",focus:"_18fs8ps28j",focusWithin:"_18fs8ps28k",focusVisible:"_18fs8ps28l",active:"_18fs8ps28m",disabled:"_18fs8ps28n",placeholder:"_18fs8ps28o"},defaultClass:"_18fs8ps28h"},criticalHighlight:{conditions:{default:"_18fs8ps28p",hover:"_18fs8ps28q",focus:"_18fs8ps28r",focusWithin:"_18fs8ps28s",focusVisible:"_18fs8ps28t",active:"_18fs8ps28u",disabled:"_18fs8ps28v",placeholder:"_18fs8ps28w"},defaultClass:"_18fs8ps28p"},transparent:{conditions:{default:"_18fs8ps28x",hover:"_18fs8ps28y",focus:"_18fs8ps28z",focusWithin:"_18fs8ps290",focusVisible:"_18fs8ps291",active:"_18fs8ps292",disabled:"_18fs8ps293",placeholder:"_18fs8ps294"},defaultClass:"_18fs8ps28x"}}},color:{values:{textNeutralPlain:{conditions:{default:"_18fs8ps295",hover:"_18fs8ps296",focus:"_18fs8ps297",focusWithin:"_18fs8ps298",focusVisible:"_18fs8ps299",active:"_18fs8ps29a",disabled:"_18fs8ps29b",placeholder:"_18fs8ps29c"},defaultClass:"_18fs8ps295"},textNeutralDefault:{conditions:{default:"_18fs8ps29d",hover:"_18fs8ps29e",focus:"_18fs8ps29f",focusWithin:"_18fs8ps29g",focusVisible:"_18fs8ps29h",active:"_18fs8ps29i",disabled:"_18fs8ps29j",placeholder:"_18fs8ps29k"},defaultClass:"_18fs8ps29d"},textNeutralSubdued:{conditions:{default:"_18fs8ps29l",hover:"_18fs8ps29m",focus:"_18fs8ps29n",focusWithin:"_18fs8ps29o",focusVisible:"_18fs8ps29p",active:"_18fs8ps29q",disabled:"_18fs8ps29r",placeholder:"_18fs8ps29s"},defaultClass:"_18fs8ps29l"},textNeutralDisabled:{conditions:{default:"_18fs8ps29t",hover:"_18fs8ps29u",focus:"_18fs8ps29v",focusWithin:"_18fs8ps29w",focusVisible:"_18fs8ps29x",active:"_18fs8ps29y",disabled:"_18fs8ps29z",placeholder:"_18fs8ps2a0"},defaultClass:"_18fs8ps29t"},textNeutralContrasted:{conditions:{default:"_18fs8ps2a1",hover:"_18fs8ps2a2",focus:"_18fs8ps2a3",focusWithin:"_18fs8ps2a4",focusVisible:"_18fs8ps2a5",active:"_18fs8ps2a6",disabled:"_18fs8ps2a7",placeholder:"_18fs8ps2a8"},defaultClass:"_18fs8ps2a1"},textBrandDefault:{conditions:{default:"_18fs8ps2a9",hover:"_18fs8ps2aa",focus:"_18fs8ps2ab",focusWithin:"_18fs8ps2ac",focusVisible:"_18fs8ps2ad",active:"_18fs8ps2ae",disabled:"_18fs8ps2af",placeholder:"_18fs8ps2ag"},defaultClass:"_18fs8ps2a9"},textBrandSubdued:{conditions:{default:"_18fs8ps2ah",hover:"_18fs8ps2ai",focus:"_18fs8ps2aj",focusWithin:"_18fs8ps2ak",focusVisible:"_18fs8ps2al",active:"_18fs8ps2am",disabled:"_18fs8ps2an",placeholder:"_18fs8ps2ao"},defaultClass:"_18fs8ps2ah"},textBrandDisabled:{conditions:{default:"_18fs8ps2ap",hover:"_18fs8ps2aq",focus:"_18fs8ps2ar",focusWithin:"_18fs8ps2as",focusVisible:"_18fs8ps2at",active:"_18fs8ps2au",disabled:"_18fs8ps2av",placeholder:"_18fs8ps2aw"},defaultClass:"_18fs8ps2ap"},textCriticalDefault:{conditions:{default:"_18fs8ps2ax",hover:"_18fs8ps2ay",focus:"_18fs8ps2az",focusWithin:"_18fs8ps2b0",focusVisible:"_18fs8ps2b1",active:"_18fs8ps2b2",disabled:"_18fs8ps2b3",placeholder:"_18fs8ps2b4"},defaultClass:"_18fs8ps2ax"},textCriticalSubdued:{conditions:{default:"_18fs8ps2b5",hover:"_18fs8ps2b6",focus:"_18fs8ps2b7",focusWithin:"_18fs8ps2b8",focusVisible:"_18fs8ps2b9",active:"_18fs8ps2ba",disabled:"_18fs8ps2bb",placeholder:"_18fs8ps2bc"},defaultClass:"_18fs8ps2b5"},textCriticalDisabled:{conditions:{default:"_18fs8ps2bd",hover:"_18fs8ps2be",focus:"_18fs8ps2bf",focusWithin:"_18fs8ps2bg",focusVisible:"_18fs8ps2bh",active:"_18fs8ps2bi",disabled:"_18fs8ps2bj",placeholder:"_18fs8ps2bk"},defaultClass:"_18fs8ps2bd"},iconNeutralPlain:{conditions:{default:"_18fs8ps2bl",hover:"_18fs8ps2bm",focus:"_18fs8ps2bn",focusWithin:"_18fs8ps2bo",focusVisible:"_18fs8ps2bp",active:"_18fs8ps2bq",disabled:"_18fs8ps2br",placeholder:"_18fs8ps2bs"},defaultClass:"_18fs8ps2bl"},iconNeutralDefault:{conditions:{default:"_18fs8ps2bt",hover:"_18fs8ps2bu",focus:"_18fs8ps2bv",focusWithin:"_18fs8ps2bw",focusVisible:"_18fs8ps2bx",active:"_18fs8ps2by",disabled:"_18fs8ps2bz",placeholder:"_18fs8ps2c0"},defaultClass:"_18fs8ps2bt"},iconNeutralSubdued:{conditions:{default:"_18fs8ps2c1",hover:"_18fs8ps2c2",focus:"_18fs8ps2c3",focusWithin:"_18fs8ps2c4",focusVisible:"_18fs8ps2c5",active:"_18fs8ps2c6",disabled:"_18fs8ps2c7",placeholder:"_18fs8ps2c8"},defaultClass:"_18fs8ps2c1"},iconNeutralDisabled:{conditions:{default:"_18fs8ps2c9",hover:"_18fs8ps2ca",focus:"_18fs8ps2cb",focusWithin:"_18fs8ps2cc",focusVisible:"_18fs8ps2cd",active:"_18fs8ps2ce",disabled:"_18fs8ps2cf",placeholder:"_18fs8ps2cg"},defaultClass:"_18fs8ps2c9"},iconNeutralContrasted:{conditions:{default:"_18fs8ps2ch",hover:"_18fs8ps2ci",focus:"_18fs8ps2cj",focusWithin:"_18fs8ps2ck",focusVisible:"_18fs8ps2cl",active:"_18fs8ps2cm",disabled:"_18fs8ps2cn",placeholder:"_18fs8ps2co"},defaultClass:"_18fs8ps2ch"},iconBrandDefault:{conditions:{default:"_18fs8ps2cp",hover:"_18fs8ps2cq",focus:"_18fs8ps2cr",focusWithin:"_18fs8ps2cs",focusVisible:"_18fs8ps2ct",active:"_18fs8ps2cu",disabled:"_18fs8ps2cv",placeholder:"_18fs8ps2cw"},defaultClass:"_18fs8ps2cp"},iconBrandSubdued:{conditions:{default:"_18fs8ps2cx",hover:"_18fs8ps2cy",focus:"_18fs8ps2cz",focusWithin:"_18fs8ps2d0",focusVisible:"_18fs8ps2d1",active:"_18fs8ps2d2",disabled:"_18fs8ps2d3",placeholder:"_18fs8ps2d4"},defaultClass:"_18fs8ps2cx"},iconBrandDisabled:{conditions:{default:"_18fs8ps2d5",hover:"_18fs8ps2d6",focus:"_18fs8ps2d7",focusWithin:"_18fs8ps2d8",focusVisible:"_18fs8ps2d9",active:"_18fs8ps2da",disabled:"_18fs8ps2db",placeholder:"_18fs8ps2dc"},defaultClass:"_18fs8ps2d5"},iconCriticalDefault:{conditions:{default:"_18fs8ps2dd",hover:"_18fs8ps2de",focus:"_18fs8ps2df",focusWithin:"_18fs8ps2dg",focusVisible:"_18fs8ps2dh",active:"_18fs8ps2di",disabled:"_18fs8ps2dj",placeholder:"_18fs8ps2dk"},defaultClass:"_18fs8ps2dd"},iconCriticalSubdued:{conditions:{default:"_18fs8ps2dl",hover:"_18fs8ps2dm",focus:"_18fs8ps2dn",focusWithin:"_18fs8ps2do",focusVisible:"_18fs8ps2dp",active:"_18fs8ps2dq",disabled:"_18fs8ps2dr",placeholder:"_18fs8ps2ds"},defaultClass:"_18fs8ps2dl"},iconCriticalDisabled:{conditions:{default:"_18fs8ps2dt",hover:"_18fs8ps2du",focus:"_18fs8ps2dv",focusWithin:"_18fs8ps2dw",focusVisible:"_18fs8ps2dx",active:"_18fs8ps2dy",disabled:"_18fs8ps2dz",placeholder:"_18fs8ps2e0"},defaultClass:"_18fs8ps2dt"},text1Decorative:{conditions:{default:"_18fs8ps2e1",hover:"_18fs8ps2e2",focus:"_18fs8ps2e3",focusWithin:"_18fs8ps2e4",focusVisible:"_18fs8ps2e5",active:"_18fs8ps2e6",disabled:"_18fs8ps2e7",placeholder:"_18fs8ps2e8"},defaultClass:"_18fs8ps2e1"},text2Decorative:{conditions:{default:"_18fs8ps2e9",hover:"_18fs8ps2ea",focus:"_18fs8ps2eb",focusWithin:"_18fs8ps2ec",focusVisible:"_18fs8ps2ed",active:"_18fs8ps2ee",disabled:"_18fs8ps2ef",placeholder:"_18fs8ps2eg"},defaultClass:"_18fs8ps2e9"},text3Decorative:{conditions:{default:"_18fs8ps2eh",hover:"_18fs8ps2ei",focus:"_18fs8ps2ej",focusWithin:"_18fs8ps2ek",focusVisible:"_18fs8ps2el",active:"_18fs8ps2em",disabled:"_18fs8ps2en",placeholder:"_18fs8ps2eo"},defaultClass:"_18fs8ps2eh"},icon1Decorative:{conditions:{default:"_18fs8ps2ep",hover:"_18fs8ps2eq",focus:"_18fs8ps2er",focusWithin:"_18fs8ps2es",focusVisible:"_18fs8ps2et",active:"_18fs8ps2eu",disabled:"_18fs8ps2ev",placeholder:"_18fs8ps2ew"},defaultClass:"_18fs8ps2ep"},icon2Decorative:{conditions:{default:"_18fs8ps2ex",hover:"_18fs8ps2ey",focus:"_18fs8ps2ez",focusWithin:"_18fs8ps2f0",focusVisible:"_18fs8ps2f1",active:"_18fs8ps2f2",disabled:"_18fs8ps2f3",placeholder:"_18fs8ps2f4"},defaultClass:"_18fs8ps2ex"},icon3Decorative:{conditions:{default:"_18fs8ps2f5",hover:"_18fs8ps2f6",focus:"_18fs8ps2f7",focusWithin:"_18fs8ps2f8",focusVisible:"_18fs8ps2f9",active:"_18fs8ps2fa",disabled:"_18fs8ps2fb",placeholder:"_18fs8ps2fc"},defaultClass:"_18fs8ps2f5"},inherit:{conditions:{default:"_18fs8ps2fd",hover:"_18fs8ps2fe",focus:"_18fs8ps2ff",focusWithin:"_18fs8ps2fg",focusVisible:"_18fs8ps2fh",active:"_18fs8ps2fi",disabled:"_18fs8ps2fj",placeholder:"_18fs8ps2fk"},defaultClass:"_18fs8ps2fd"}}},backgroundColor:{values:{plain:{conditions:{default:"_18fs8ps2fl",hover:"_18fs8ps2fm",focus:"_18fs8ps2fn",focusWithin:"_18fs8ps2fo",focusVisible:"_18fs8ps2fp",active:"_18fs8ps2fq",disabled:"_18fs8ps2fr",placeholder:"_18fs8ps2fs"},defaultClass:"_18fs8ps2fl"},subdued:{conditions:{default:"_18fs8ps2ft",hover:"_18fs8ps2fu",focus:"_18fs8ps2fv",focusWithin:"_18fs8ps2fw",focusVisible:"_18fs8ps2fx",active:"_18fs8ps2fy",disabled:"_18fs8ps2fz",placeholder:"_18fs8ps2g0"},defaultClass:"_18fs8ps2ft"},highlightDim:{conditions:{default:"_18fs8ps2g1",hover:"_18fs8ps2g2",focus:"_18fs8ps2g3",focusWithin:"_18fs8ps2g4",focusVisible:"_18fs8ps2g5",active:"_18fs8ps2g6",disabled:"_18fs8ps2g7",placeholder:"_18fs8ps2g8"},defaultClass:"_18fs8ps2g1"},highlightPale:{conditions:{default:"_18fs8ps2g9",hover:"_18fs8ps2ga",focus:"_18fs8ps2gb",focusWithin:"_18fs8ps2gc",focusVisible:"_18fs8ps2gd",active:"_18fs8ps2ge",disabled:"_18fs8ps2gf",placeholder:"_18fs8ps2gg"},defaultClass:"_18fs8ps2g9"},surfaceNeutralPlain:{conditions:{default:"_18fs8ps2gh",hover:"_18fs8ps2gi",focus:"_18fs8ps2gj",focusWithin:"_18fs8ps2gk",focusVisible:"_18fs8ps2gl",active:"_18fs8ps2gm",disabled:"_18fs8ps2gn",placeholder:"_18fs8ps2go"},defaultClass:"_18fs8ps2gh"},surfaceNeutralSubdued:{conditions:{default:"_18fs8ps2gp",hover:"_18fs8ps2gq",focus:"_18fs8ps2gr",focusWithin:"_18fs8ps2gs",focusVisible:"_18fs8ps2gt",active:"_18fs8ps2gu",disabled:"_18fs8ps2gv",placeholder:"_18fs8ps2gw"},defaultClass:"_18fs8ps2gp"},surfaceNeutralDepressed:{conditions:{default:"_18fs8ps2gx",hover:"_18fs8ps2gy",focus:"_18fs8ps2gz",focusWithin:"_18fs8ps2h0",focusVisible:"_18fs8ps2h1",active:"_18fs8ps2h2",disabled:"_18fs8ps2h3",placeholder:"_18fs8ps2h4"},defaultClass:"_18fs8ps2gx"},surfaceNeutralHighlight:{conditions:{default:"_18fs8ps2h5",hover:"_18fs8ps2h6",focus:"_18fs8ps2h7",focusWithin:"_18fs8ps2h8",focusVisible:"_18fs8ps2h9",active:"_18fs8ps2ha",disabled:"_18fs8ps2hb",placeholder:"_18fs8ps2hc"},defaultClass:"_18fs8ps2h5"},surfaceBrandSubdued:{conditions:{default:"_18fs8ps2hd",hover:"_18fs8ps2he",focus:"_18fs8ps2hf",focusWithin:"_18fs8ps2hg",focusVisible:"_18fs8ps2hh",active:"_18fs8ps2hi",disabled:"_18fs8ps2hj",placeholder:"_18fs8ps2hk"},defaultClass:"_18fs8ps2hd"},surfaceBrandDepressed:{conditions:{default:"_18fs8ps2hl",hover:"_18fs8ps2hm",focus:"_18fs8ps2hn",focusWithin:"_18fs8ps2ho",focusVisible:"_18fs8ps2hp",active:"_18fs8ps2hq",disabled:"_18fs8ps2hr",placeholder:"_18fs8ps2hs"},defaultClass:"_18fs8ps2hl"},surfaceBrandHighlight:{conditions:{default:"_18fs8ps2ht",hover:"_18fs8ps2hu",focus:"_18fs8ps2hv",focusWithin:"_18fs8ps2hw",focusVisible:"_18fs8ps2hx",active:"_18fs8ps2hy",disabled:"_18fs8ps2hz",placeholder:"_18fs8ps2i0"},defaultClass:"_18fs8ps2ht"},surfaceCriticalSubdued:{conditions:{default:"_18fs8ps2i1",hover:"_18fs8ps2i2",focus:"_18fs8ps2i3",focusWithin:"_18fs8ps2i4",focusVisible:"_18fs8ps2i5",active:"_18fs8ps2i6",disabled:"_18fs8ps2i7",placeholder:"_18fs8ps2i8"},defaultClass:"_18fs8ps2i1"},surfaceCriticalDepressed:{conditions:{default:"_18fs8ps2i9",hover:"_18fs8ps2ia",focus:"_18fs8ps2ib",focusWithin:"_18fs8ps2ic",focusVisible:"_18fs8ps2id",active:"_18fs8ps2ie",disabled:"_18fs8ps2if",placeholder:"_18fs8ps2ig"},defaultClass:"_18fs8ps2i9"},surfaceCriticalHighlight:{conditions:{default:"_18fs8ps2ih",hover:"_18fs8ps2ii",focus:"_18fs8ps2ij",focusWithin:"_18fs8ps2ik",focusVisible:"_18fs8ps2il",active:"_18fs8ps2im",disabled:"_18fs8ps2in",placeholder:"_18fs8ps2io"},defaultClass:"_18fs8ps2ih"},interactiveNeutralDefault:{conditions:{default:"_18fs8ps2ip",hover:"_18fs8ps2iq",focus:"_18fs8ps2ir",focusWithin:"_18fs8ps2is",focusVisible:"_18fs8ps2it",active:"_18fs8ps2iu",disabled:"_18fs8ps2iv",placeholder:"_18fs8ps2iw"},defaultClass:"_18fs8ps2ip"},interactiveNeutralHovering:{conditions:{default:"_18fs8ps2ix",hover:"_18fs8ps2iy",focus:"_18fs8ps2iz",focusWithin:"_18fs8ps2j0",focusVisible:"_18fs8ps2j1",active:"_18fs8ps2j2",disabled:"_18fs8ps2j3",placeholder:"_18fs8ps2j4"},defaultClass:"_18fs8ps2ix"},interactiveNeutralPressing:{conditions:{default:"_18fs8ps2j5",hover:"_18fs8ps2j6",focus:"_18fs8ps2j7",focusWithin:"_18fs8ps2j8",focusVisible:"_18fs8ps2j9",active:"_18fs8ps2ja",disabled:"_18fs8ps2jb",placeholder:"_18fs8ps2jc"},defaultClass:"_18fs8ps2j5"},interactiveNeutralFocused:{conditions:{default:"_18fs8ps2jd",hover:"_18fs8ps2je",focus:"_18fs8ps2jf",focusWithin:"_18fs8ps2jg",focusVisible:"_18fs8ps2jh",active:"_18fs8ps2ji",disabled:"_18fs8ps2jj",placeholder:"_18fs8ps2jk"},defaultClass:"_18fs8ps2jd"},interactiveNeutralDisabled:{conditions:{default:"_18fs8ps2jl",hover:"_18fs8ps2jm",focus:"_18fs8ps2jn",focusWithin:"_18fs8ps2jo",focusVisible:"_18fs8ps2jp",active:"_18fs8ps2jq",disabled:"_18fs8ps2jr",placeholder:"_18fs8ps2js"},defaultClass:"_18fs8ps2jl"},interactiveBrandDefault:{conditions:{default:"_18fs8ps2jt",hover:"_18fs8ps2ju",focus:"_18fs8ps2jv",focusWithin:"_18fs8ps2jw",focusVisible:"_18fs8ps2jx",active:"_18fs8ps2jy",disabled:"_18fs8ps2jz",placeholder:"_18fs8ps2k0"},defaultClass:"_18fs8ps2jt"},interactiveBrandHovering:{conditions:{default:"_18fs8ps2k1",hover:"_18fs8ps2k2",focus:"_18fs8ps2k3",focusWithin:"_18fs8ps2k4",focusVisible:"_18fs8ps2k5",active:"_18fs8ps2k6",disabled:"_18fs8ps2k7",placeholder:"_18fs8ps2k8"},defaultClass:"_18fs8ps2k1"},interactiveBrandPressing:{conditions:{default:"_18fs8ps2k9",hover:"_18fs8ps2ka",focus:"_18fs8ps2kb",focusWithin:"_18fs8ps2kc",focusVisible:"_18fs8ps2kd",active:"_18fs8ps2ke",disabled:"_18fs8ps2kf",placeholder:"_18fs8ps2kg"},defaultClass:"_18fs8ps2k9"},interactiveBrandFocused:{conditions:{default:"_18fs8ps2kh",hover:"_18fs8ps2ki",focus:"_18fs8ps2kj",focusWithin:"_18fs8ps2kk",focusVisible:"_18fs8ps2kl",active:"_18fs8ps2km",disabled:"_18fs8ps2kn",placeholder:"_18fs8ps2ko"},defaultClass:"_18fs8ps2kh"},interactiveBrandDisabled:{conditions:{default:"_18fs8ps2kp",hover:"_18fs8ps2kq",focus:"_18fs8ps2kr",focusWithin:"_18fs8ps2ks",focusVisible:"_18fs8ps2kt",active:"_18fs8ps2ku",disabled:"_18fs8ps2kv",placeholder:"_18fs8ps2kw"},defaultClass:"_18fs8ps2kp"},interactiveCriticalDefault:{conditions:{default:"_18fs8ps2kx",hover:"_18fs8ps2ky",focus:"_18fs8ps2kz",focusWithin:"_18fs8ps2l0",focusVisible:"_18fs8ps2l1",active:"_18fs8ps2l2",disabled:"_18fs8ps2l3",placeholder:"_18fs8ps2l4"},defaultClass:"_18fs8ps2kx"},interactiveCriticalHovering:{conditions:{default:"_18fs8ps2l5",hover:"_18fs8ps2l6",focus:"_18fs8ps2l7",focusWithin:"_18fs8ps2l8",focusVisible:"_18fs8ps2l9",active:"_18fs8ps2la",disabled:"_18fs8ps2lb",placeholder:"_18fs8ps2lc"},defaultClass:"_18fs8ps2l5"},interactiveCriticalPressing:{conditions:{default:"_18fs8ps2ld",hover:"_18fs8ps2le",focus:"_18fs8ps2lf",focusWithin:"_18fs8ps2lg",focusVisible:"_18fs8ps2lh",active:"_18fs8ps2li",disabled:"_18fs8ps2lj",placeholder:"_18fs8ps2lk"},defaultClass:"_18fs8ps2ld"},interactiveCriticalFocused:{conditions:{default:"_18fs8ps2ll",hover:"_18fs8ps2lm",focus:"_18fs8ps2ln",focusWithin:"_18fs8ps2lo",focusVisible:"_18fs8ps2lp",active:"_18fs8ps2lq",disabled:"_18fs8ps2lr",placeholder:"_18fs8ps2ls"},defaultClass:"_18fs8ps2ll"},interactiveCriticalDisabled:{conditions:{default:"_18fs8ps2lt",hover:"_18fs8ps2lu",focus:"_18fs8ps2lv",focusWithin:"_18fs8ps2lw",focusVisible:"_18fs8ps2lx",active:"_18fs8ps2ly",disabled:"_18fs8ps2lz",placeholder:"_18fs8ps2m0"},defaultClass:"_18fs8ps2lt"},interactiveNeutralSecondaryDefault:{conditions:{default:"_18fs8ps2m1",hover:"_18fs8ps2m2",focus:"_18fs8ps2m3",focusWithin:"_18fs8ps2m4",focusVisible:"_18fs8ps2m5",active:"_18fs8ps2m6",disabled:"_18fs8ps2m7",placeholder:"_18fs8ps2m8"},defaultClass:"_18fs8ps2m1"},interactiveNeutralSecondaryHovering:{conditions:{default:"_18fs8ps2m9",hover:"_18fs8ps2ma",focus:"_18fs8ps2mb",focusWithin:"_18fs8ps2mc",focusVisible:"_18fs8ps2md",active:"_18fs8ps2me",disabled:"_18fs8ps2mf",placeholder:"_18fs8ps2mg"},defaultClass:"_18fs8ps2m9"},interactiveNeutralSecondaryPressing:{conditions:{default:"_18fs8ps2mh",hover:"_18fs8ps2mi",focus:"_18fs8ps2mj",focusWithin:"_18fs8ps2mk",focusVisible:"_18fs8ps2ml",active:"_18fs8ps2mm",disabled:"_18fs8ps2mn",placeholder:"_18fs8ps2mo"},defaultClass:"_18fs8ps2mh"},interactiveNeutralSecondaryFocused:{conditions:{default:"_18fs8ps2mp",hover:"_18fs8ps2mq",focus:"_18fs8ps2mr",focusWithin:"_18fs8ps2ms",focusVisible:"_18fs8ps2mt",active:"_18fs8ps2mu",disabled:"_18fs8ps2mv",placeholder:"_18fs8ps2mw"},defaultClass:"_18fs8ps2mp"},interactiveNeutralSecondaryDisabled:{conditions:{default:"_18fs8ps2mx",hover:"_18fs8ps2my",focus:"_18fs8ps2mz",focusWithin:"_18fs8ps2n0",focusVisible:"_18fs8ps2n1",active:"_18fs8ps2n2",disabled:"_18fs8ps2n3",placeholder:"_18fs8ps2n4"},defaultClass:"_18fs8ps2mx"},interactiveBrandSecondaryDefault:{conditions:{default:"_18fs8ps2n5",hover:"_18fs8ps2n6",focus:"_18fs8ps2n7",focusWithin:"_18fs8ps2n8",focusVisible:"_18fs8ps2n9",active:"_18fs8ps2na",disabled:"_18fs8ps2nb",placeholder:"_18fs8ps2nc"},defaultClass:"_18fs8ps2n5"},interactiveBrandSecondaryHovering:{conditions:{default:"_18fs8ps2nd",hover:"_18fs8ps2ne",focus:"_18fs8ps2nf",focusWithin:"_18fs8ps2ng",focusVisible:"_18fs8ps2nh",active:"_18fs8ps2ni",disabled:"_18fs8ps2nj",placeholder:"_18fs8ps2nk"},defaultClass:"_18fs8ps2nd"},interactiveBrandSecondaryPressing:{conditions:{default:"_18fs8ps2nl",hover:"_18fs8ps2nm",focus:"_18fs8ps2nn",focusWithin:"_18fs8ps2no",focusVisible:"_18fs8ps2np",active:"_18fs8ps2nq",disabled:"_18fs8ps2nr",placeholder:"_18fs8ps2ns"},defaultClass:"_18fs8ps2nl"},interactiveBrandSecondaryFocused:{conditions:{default:"_18fs8ps2nt",hover:"_18fs8ps2nu",focus:"_18fs8ps2nv",focusWithin:"_18fs8ps2nw",focusVisible:"_18fs8ps2nx",active:"_18fs8ps2ny",disabled:"_18fs8ps2nz",placeholder:"_18fs8ps2o0"},defaultClass:"_18fs8ps2nt"},interactiveBrandSecondaryDisabled:{conditions:{default:"_18fs8ps2o1",hover:"_18fs8ps2o2",focus:"_18fs8ps2o3",focusWithin:"_18fs8ps2o4",focusVisible:"_18fs8ps2o5",active:"_18fs8ps2o6",disabled:"_18fs8ps2o7",placeholder:"_18fs8ps2o8"},defaultClass:"_18fs8ps2o1"},interactiveCriticalSecondaryDefault:{conditions:{default:"_18fs8ps2o9",hover:"_18fs8ps2oa",focus:"_18fs8ps2ob",focusWithin:"_18fs8ps2oc",focusVisible:"_18fs8ps2od",active:"_18fs8ps2oe",disabled:"_18fs8ps2of",placeholder:"_18fs8ps2og"},defaultClass:"_18fs8ps2o9"},interactiveCriticalSecondaryHovering:{conditions:{default:"_18fs8ps2oh",hover:"_18fs8ps2oi",focus:"_18fs8ps2oj",focusWithin:"_18fs8ps2ok",focusVisible:"_18fs8ps2ol",active:"_18fs8ps2om",disabled:"_18fs8ps2on",placeholder:"_18fs8ps2oo"},defaultClass:"_18fs8ps2oh"},interactiveCriticalSecondaryPressing:{conditions:{default:"_18fs8ps2op",hover:"_18fs8ps2oq",focus:"_18fs8ps2or",focusWithin:"_18fs8ps2os",focusVisible:"_18fs8ps2ot",active:"_18fs8ps2ou",disabled:"_18fs8ps2ov",placeholder:"_18fs8ps2ow"},defaultClass:"_18fs8ps2op"},interactiveCriticalSecondaryFocused:{conditions:{default:"_18fs8ps2ox",hover:"_18fs8ps2oy",focus:"_18fs8ps2oz",focusWithin:"_18fs8ps2p0",focusVisible:"_18fs8ps2p1",active:"_18fs8ps2p2",disabled:"_18fs8ps2p3",placeholder:"_18fs8ps2p4"},defaultClass:"_18fs8ps2ox"},interactiveCriticalSecondaryDisabled:{conditions:{default:"_18fs8ps2p5",hover:"_18fs8ps2p6",focus:"_18fs8ps2p7",focusWithin:"_18fs8ps2p8",focusVisible:"_18fs8ps2p9",active:"_18fs8ps2pa",disabled:"_18fs8ps2pb",placeholder:"_18fs8ps2pc"},defaultClass:"_18fs8ps2p5"},interactiveNeutralHighlightDefault:{conditions:{default:"_18fs8ps2pd",hover:"_18fs8ps2pe",focus:"_18fs8ps2pf",focusWithin:"_18fs8ps2pg",focusVisible:"_18fs8ps2ph",active:"_18fs8ps2pi",disabled:"_18fs8ps2pj",placeholder:"_18fs8ps2pk"},defaultClass:"_18fs8ps2pd"},interactiveNeutralHighlightHovering:{conditions:{default:"_18fs8ps2pl",hover:"_18fs8ps2pm",focus:"_18fs8ps2pn",focusWithin:"_18fs8ps2po",focusVisible:"_18fs8ps2pp",active:"_18fs8ps2pq",disabled:"_18fs8ps2pr",placeholder:"_18fs8ps2ps"},defaultClass:"_18fs8ps2pl"},interactiveNeutralHighlightPressing:{conditions:{default:"_18fs8ps2pt",hover:"_18fs8ps2pu",focus:"_18fs8ps2pv",focusWithin:"_18fs8ps2pw",focusVisible:"_18fs8ps2px",active:"_18fs8ps2py",disabled:"_18fs8ps2pz",placeholder:"_18fs8ps2q0"},defaultClass:"_18fs8ps2pt"},interactiveNeutralHighlightFocused:{conditions:{default:"_18fs8ps2q1",hover:"_18fs8ps2q2",focus:"_18fs8ps2q3",focusWithin:"_18fs8ps2q4",focusVisible:"_18fs8ps2q5",active:"_18fs8ps2q6",disabled:"_18fs8ps2q7",placeholder:"_18fs8ps2q8"},defaultClass:"_18fs8ps2q1"},interactiveNeutralHighlightDisabled:{conditions:{default:"_18fs8ps2q9",hover:"_18fs8ps2qa",focus:"_18fs8ps2qb",focusWithin:"_18fs8ps2qc",focusVisible:"_18fs8ps2qd",active:"_18fs8ps2qe",disabled:"_18fs8ps2qf",placeholder:"_18fs8ps2qg"},defaultClass:"_18fs8ps2q9"},interactiveBrandHighlightDefault:{conditions:{default:"_18fs8ps2qh",hover:"_18fs8ps2qi",focus:"_18fs8ps2qj",focusWithin:"_18fs8ps2qk",focusVisible:"_18fs8ps2ql",active:"_18fs8ps2qm",disabled:"_18fs8ps2qn",placeholder:"_18fs8ps2qo"},defaultClass:"_18fs8ps2qh"},interactiveBrandHighlightHovering:{conditions:{default:"_18fs8ps2qp",hover:"_18fs8ps2qq",focus:"_18fs8ps2qr",focusWithin:"_18fs8ps2qs",focusVisible:"_18fs8ps2qt",active:"_18fs8ps2qu",disabled:"_18fs8ps2qv",placeholder:"_18fs8ps2qw"},defaultClass:"_18fs8ps2qp"},interactiveBrandHighlightPressing:{conditions:{default:"_18fs8ps2qx",hover:"_18fs8ps2qy",focus:"_18fs8ps2qz",focusWithin:"_18fs8ps2r0",focusVisible:"_18fs8ps2r1",active:"_18fs8ps2r2",disabled:"_18fs8ps2r3",placeholder:"_18fs8ps2r4"},defaultClass:"_18fs8ps2qx"},interactiveBrandHighlightFocused:{conditions:{default:"_18fs8ps2r5",hover:"_18fs8ps2r6",focus:"_18fs8ps2r7",focusWithin:"_18fs8ps2r8",focusVisible:"_18fs8ps2r9",active:"_18fs8ps2ra",disabled:"_18fs8ps2rb",placeholder:"_18fs8ps2rc"},defaultClass:"_18fs8ps2r5"},interactiveBrandHighlightDisabled:{conditions:{default:"_18fs8ps2rd",hover:"_18fs8ps2re",focus:"_18fs8ps2rf",focusWithin:"_18fs8ps2rg",focusVisible:"_18fs8ps2rh",active:"_18fs8ps2ri",disabled:"_18fs8ps2rj",placeholder:"_18fs8ps2rk"},defaultClass:"_18fs8ps2rd"},interactiveCriticalHighlightDefault:{conditions:{default:"_18fs8ps2rl",hover:"_18fs8ps2rm",focus:"_18fs8ps2rn",focusWithin:"_18fs8ps2ro",focusVisible:"_18fs8ps2rp",active:"_18fs8ps2rq",disabled:"_18fs8ps2rr",placeholder:"_18fs8ps2rs"},defaultClass:"_18fs8ps2rl"},interactiveCriticalHighlightHovering:{conditions:{default:"_18fs8ps2rt",hover:"_18fs8ps2ru",focus:"_18fs8ps2rv",focusWithin:"_18fs8ps2rw",focusVisible:"_18fs8ps2rx",active:"_18fs8ps2ry",disabled:"_18fs8ps2rz",placeholder:"_18fs8ps2s0"},defaultClass:"_18fs8ps2rt"},interactiveCriticalHighlightPressing:{conditions:{default:"_18fs8ps2s1",hover:"_18fs8ps2s2",focus:"_18fs8ps2s3",focusWithin:"_18fs8ps2s4",focusVisible:"_18fs8ps2s5",active:"_18fs8ps2s6",disabled:"_18fs8ps2s7",placeholder:"_18fs8ps2s8"},defaultClass:"_18fs8ps2s1"},interactiveCriticalHighlightFocused:{conditions:{default:"_18fs8ps2s9",hover:"_18fs8ps2sa",focus:"_18fs8ps2sb",focusWithin:"_18fs8ps2sc",focusVisible:"_18fs8ps2sd",active:"_18fs8ps2se",disabled:"_18fs8ps2sf",placeholder:"_18fs8ps2sg"},defaultClass:"_18fs8ps2s9"},interactiveCriticalHighlightDisabled:{conditions:{default:"_18fs8ps2sh",hover:"_18fs8ps2si",focus:"_18fs8ps2sj",focusWithin:"_18fs8ps2sk",focusVisible:"_18fs8ps2sl",active:"_18fs8ps2sm",disabled:"_18fs8ps2sn",placeholder:"_18fs8ps2so"},defaultClass:"_18fs8ps2sh"},decorativeSurfacePlain1:{conditions:{default:"_18fs8ps2sp",hover:"_18fs8ps2sq",focus:"_18fs8ps2sr",focusWithin:"_18fs8ps2ss",focusVisible:"_18fs8ps2st",active:"_18fs8ps2su",disabled:"_18fs8ps2sv",placeholder:"_18fs8ps2sw"},defaultClass:"_18fs8ps2sp"},decorativeSurfacePlain2:{conditions:{default:"_18fs8ps2sx",hover:"_18fs8ps2sy",focus:"_18fs8ps2sz",focusWithin:"_18fs8ps2t0",focusVisible:"_18fs8ps2t1",active:"_18fs8ps2t2",disabled:"_18fs8ps2t3",placeholder:"_18fs8ps2t4"},defaultClass:"_18fs8ps2sx"},decorativeSurfacePlain3:{conditions:{default:"_18fs8ps2t5",hover:"_18fs8ps2t6",focus:"_18fs8ps2t7",focusWithin:"_18fs8ps2t8",focusVisible:"_18fs8ps2t9",active:"_18fs8ps2ta",disabled:"_18fs8ps2tb",placeholder:"_18fs8ps2tc"},defaultClass:"_18fs8ps2t5"},decorativeSurfaceSubdued1:{conditions:{default:"_18fs8ps2td",hover:"_18fs8ps2te",focus:"_18fs8ps2tf",focusWithin:"_18fs8ps2tg",focusVisible:"_18fs8ps2th",active:"_18fs8ps2ti",disabled:"_18fs8ps2tj",placeholder:"_18fs8ps2tk"},defaultClass:"_18fs8ps2td"},decorativeSurfaceSubdued2:{conditions:{default:"_18fs8ps2tl",hover:"_18fs8ps2tm",focus:"_18fs8ps2tn",focusWithin:"_18fs8ps2to",focusVisible:"_18fs8ps2tp",active:"_18fs8ps2tq",disabled:"_18fs8ps2tr",placeholder:"_18fs8ps2ts"},defaultClass:"_18fs8ps2tl"},decorativeSurfaceSubdued3:{conditions:{default:"_18fs8ps2tt",hover:"_18fs8ps2tu",focus:"_18fs8ps2tv",focusWithin:"_18fs8ps2tw",focusVisible:"_18fs8ps2tx",active:"_18fs8ps2ty",disabled:"_18fs8ps2tz",placeholder:"_18fs8ps2u0"},defaultClass:"_18fs8ps2tt"},transparent:{conditions:{default:"_18fs8ps2u1",hover:"_18fs8ps2u2",focus:"_18fs8ps2u3",focusWithin:"_18fs8ps2u4",focusVisible:"_18fs8ps2u5",active:"_18fs8ps2u6",disabled:"_18fs8ps2u7",placeholder:"_18fs8ps2u8"},defaultClass:"_18fs8ps2u1"}}},pointerEvents:{values:{none:{conditions:{default:"_18fs8ps2u9",hover:"_18fs8ps2ua",focus:"_18fs8ps2ub",focusWithin:"_18fs8ps2uc",focusVisible:"_18fs8ps2ud",active:"_18fs8ps2ue",disabled:"_18fs8ps2uf",placeholder:"_18fs8ps2ug"},defaultClass:"_18fs8ps2u9"},auto:{conditions:{default:"_18fs8ps2uh",hover:"_18fs8ps2ui",focus:"_18fs8ps2uj",focusWithin:"_18fs8ps2uk",focusVisible:"_18fs8ps2ul",active:"_18fs8ps2um",disabled:"_18fs8ps2un",placeholder:"_18fs8ps2uo"},defaultClass:"_18fs8ps2uh"}}},cursor:{values:{pointer:{conditions:{default:"_18fs8ps2up",hover:"_18fs8ps2uq",focus:"_18fs8ps2ur",focusWithin:"_18fs8ps2us",focusVisible:"_18fs8ps2ut",active:"_18fs8ps2uu",disabled:"_18fs8ps2uv",placeholder:"_18fs8ps2uw"},defaultClass:"_18fs8ps2up"},"not-allowed":{conditions:{default:"_18fs8ps2ux",hover:"_18fs8ps2uy",focus:"_18fs8ps2uz",focusWithin:"_18fs8ps2v0",focusVisible:"_18fs8ps2v1",active:"_18fs8ps2v2",disabled:"_18fs8ps2v3",placeholder:"_18fs8ps2v4"},defaultClass:"_18fs8ps2ux"},auto:{conditions:{default:"_18fs8ps2v5",hover:"_18fs8ps2v6",focus:"_18fs8ps2v7",focusWithin:"_18fs8ps2v8",focusVisible:"_18fs8ps2v9",active:"_18fs8ps2va",disabled:"_18fs8ps2vb",placeholder:"_18fs8ps2vc"},defaultClass:"_18fs8ps2v5"},grabbing:{conditions:{default:"_18fs8ps2vd",hover:"_18fs8ps2ve",focus:"_18fs8ps2vf",focusWithin:"_18fs8ps2vg",focusVisible:"_18fs8ps2vh",active:"_18fs8ps2vi",disabled:"_18fs8ps2vj",placeholder:"_18fs8ps2vk"},defaultClass:"_18fs8ps2vd"},text:{conditions:{default:"_18fs8ps2vl",hover:"_18fs8ps2vm",focus:"_18fs8ps2vn",focusWithin:"_18fs8ps2vo",focusVisible:"_18fs8ps2vp",active:"_18fs8ps2vq",disabled:"_18fs8ps2vr",placeholder:"_18fs8ps2vs"},defaultClass:"_18fs8ps2vl"}}},boxShadow:{values:{interactiveDefaultFocused:{conditions:{default:"_18fs8ps2vt",hover:"_18fs8ps2vu",focus:"_18fs8ps2vv",focusWithin:"_18fs8ps2vw",focusVisible:"_18fs8ps2vx",active:"_18fs8ps2vy",disabled:"_18fs8ps2vz",placeholder:"_18fs8ps2w0"},defaultClass:"_18fs8ps2vt"},interactiveDefaultHovering:{conditions:{default:"_18fs8ps2w1",hover:"_18fs8ps2w2",focus:"_18fs8ps2w3",focusWithin:"_18fs8ps2w4",focusVisible:"_18fs8ps2w5",active:"_18fs8ps2w6",disabled:"_18fs8ps2w7",placeholder:"_18fs8ps2w8"},defaultClass:"_18fs8ps2w1"},overlay:{conditions:{default:"_18fs8ps2w9",hover:"_18fs8ps2wa",focus:"_18fs8ps2wb",focusWithin:"_18fs8ps2wc",focusVisible:"_18fs8ps2wd",active:"_18fs8ps2we",disabled:"_18fs8ps2wf",placeholder:"_18fs8ps2wg"},defaultClass:"_18fs8ps2w9"},modal:{conditions:{default:"_18fs8ps2wh",hover:"_18fs8ps2wi",focus:"_18fs8ps2wj",focusWithin:"_18fs8ps2wk",focusVisible:"_18fs8ps2wl",active:"_18fs8ps2wm",disabled:"_18fs8ps2wn",placeholder:"_18fs8ps2wo"},defaultClass:"_18fs8ps2wh"},none:{conditions:{default:"_18fs8ps2wp",hover:"_18fs8ps2wq",focus:"_18fs8ps2wr",focusWithin:"_18fs8ps2ws",focusVisible:"_18fs8ps2wt",active:"_18fs8ps2wu",disabled:"_18fs8ps2wv",placeholder:"_18fs8ps2ww"},defaultClass:"_18fs8ps2wp"}}},transition:{values:{ease:{conditions:{default:"_18fs8ps2wx",hover:"_18fs8ps2wy",focus:"_18fs8ps2wz",focusWithin:"_18fs8ps2x0",focusVisible:"_18fs8ps2x1",active:"_18fs8ps2x2",disabled:"_18fs8ps2x3",placeholder:"_18fs8ps2x4"},defaultClass:"_18fs8ps2wx"},all:{conditions:{default:"_18fs8ps2x5",hover:"_18fs8ps2x6",focus:"_18fs8ps2x7",focusWithin:"_18fs8ps2x8",focusVisible:"_18fs8ps2x9",active:"_18fs8ps2xa",disabled:"_18fs8ps2xb",placeholder:"_18fs8ps2xc"},defaultClass:"_18fs8ps2x5"}}},textDecoration:{values:{none:{conditions:{default:"_18fs8ps2xd",hover:"_18fs8ps2xe",focus:"_18fs8ps2xf",focusWithin:"_18fs8ps2xg",focusVisible:"_18fs8ps2xh",active:"_18fs8ps2xi",disabled:"_18fs8ps2xj",placeholder:"_18fs8ps2xk"},defaultClass:"_18fs8ps2xd"},underline:{conditions:{default:"_18fs8ps2xl",hover:"_18fs8ps2xm",focus:"_18fs8ps2xn",focusWithin:"_18fs8ps2xo",focusVisible:"_18fs8ps2xp",active:"_18fs8ps2xq",disabled:"_18fs8ps2xr",placeholder:"_18fs8ps2xs"},defaultClass:"_18fs8ps2xl"}}},transform:{values:{}},fill:{values:{plain:{conditions:{default:"_18fs8ps2xt",hover:"_18fs8ps2xu",focus:"_18fs8ps2xv",focusWithin:"_18fs8ps2xw",focusVisible:"_18fs8ps2xx",active:"_18fs8ps2xy",disabled:"_18fs8ps2xz",placeholder:"_18fs8ps2y0"},defaultClass:"_18fs8ps2xt"},subdued:{conditions:{default:"_18fs8ps2y1",hover:"_18fs8ps2y2",focus:"_18fs8ps2y3",focusWithin:"_18fs8ps2y4",focusVisible:"_18fs8ps2y5",active:"_18fs8ps2y6",disabled:"_18fs8ps2y7",placeholder:"_18fs8ps2y8"},defaultClass:"_18fs8ps2y1"},highlightDim:{conditions:{default:"_18fs8ps2y9",hover:"_18fs8ps2ya",focus:"_18fs8ps2yb",focusWithin:"_18fs8ps2yc",focusVisible:"_18fs8ps2yd",active:"_18fs8ps2ye",disabled:"_18fs8ps2yf",placeholder:"_18fs8ps2yg"},defaultClass:"_18fs8ps2y9"},highlightPale:{conditions:{default:"_18fs8ps2yh",hover:"_18fs8ps2yi",focus:"_18fs8ps2yj",focusWithin:"_18fs8ps2yk",focusVisible:"_18fs8ps2yl",active:"_18fs8ps2ym",disabled:"_18fs8ps2yn",placeholder:"_18fs8ps2yo"},defaultClass:"_18fs8ps2yh"},surfaceNeutralPlain:{conditions:{default:"_18fs8ps2yp",hover:"_18fs8ps2yq",focus:"_18fs8ps2yr",focusWithin:"_18fs8ps2ys",focusVisible:"_18fs8ps2yt",active:"_18fs8ps2yu",disabled:"_18fs8ps2yv",placeholder:"_18fs8ps2yw"},defaultClass:"_18fs8ps2yp"},surfaceNeutralSubdued:{conditions:{default:"_18fs8ps2yx",hover:"_18fs8ps2yy",focus:"_18fs8ps2yz",focusWithin:"_18fs8ps2z0",focusVisible:"_18fs8ps2z1",active:"_18fs8ps2z2",disabled:"_18fs8ps2z3",placeholder:"_18fs8ps2z4"},defaultClass:"_18fs8ps2yx"},surfaceNeutralDepressed:{conditions:{default:"_18fs8ps2z5",hover:"_18fs8ps2z6",focus:"_18fs8ps2z7",focusWithin:"_18fs8ps2z8",focusVisible:"_18fs8ps2z9",active:"_18fs8ps2za",disabled:"_18fs8ps2zb",placeholder:"_18fs8ps2zc"},defaultClass:"_18fs8ps2z5"},surfaceNeutralHighlight:{conditions:{default:"_18fs8ps2zd",hover:"_18fs8ps2ze",focus:"_18fs8ps2zf",focusWithin:"_18fs8ps2zg",focusVisible:"_18fs8ps2zh",active:"_18fs8ps2zi",disabled:"_18fs8ps2zj",placeholder:"_18fs8ps2zk"},defaultClass:"_18fs8ps2zd"},surfaceBrandSubdued:{conditions:{default:"_18fs8ps2zl",hover:"_18fs8ps2zm",focus:"_18fs8ps2zn",focusWithin:"_18fs8ps2zo",focusVisible:"_18fs8ps2zp",active:"_18fs8ps2zq",disabled:"_18fs8ps2zr",placeholder:"_18fs8ps2zs"},defaultClass:"_18fs8ps2zl"},surfaceBrandDepressed:{conditions:{default:"_18fs8ps2zt",hover:"_18fs8ps2zu",focus:"_18fs8ps2zv",focusWithin:"_18fs8ps2zw",focusVisible:"_18fs8ps2zx",active:"_18fs8ps2zy",disabled:"_18fs8ps2zz",placeholder:"_18fs8ps300"},defaultClass:"_18fs8ps2zt"},surfaceBrandHighlight:{conditions:{default:"_18fs8ps301",hover:"_18fs8ps302",focus:"_18fs8ps303",focusWithin:"_18fs8ps304",focusVisible:"_18fs8ps305",active:"_18fs8ps306",disabled:"_18fs8ps307",placeholder:"_18fs8ps308"},defaultClass:"_18fs8ps301"},surfaceCriticalSubdued:{conditions:{default:"_18fs8ps309",hover:"_18fs8ps30a",focus:"_18fs8ps30b",focusWithin:"_18fs8ps30c",focusVisible:"_18fs8ps30d",active:"_18fs8ps30e",disabled:"_18fs8ps30f",placeholder:"_18fs8ps30g"},defaultClass:"_18fs8ps309"},surfaceCriticalDepressed:{conditions:{default:"_18fs8ps30h",hover:"_18fs8ps30i",focus:"_18fs8ps30j",focusWithin:"_18fs8ps30k",focusVisible:"_18fs8ps30l",active:"_18fs8ps30m",disabled:"_18fs8ps30n",placeholder:"_18fs8ps30o"},defaultClass:"_18fs8ps30h"},surfaceCriticalHighlight:{conditions:{default:"_18fs8ps30p",hover:"_18fs8ps30q",focus:"_18fs8ps30r",focusWithin:"_18fs8ps30s",focusVisible:"_18fs8ps30t",active:"_18fs8ps30u",disabled:"_18fs8ps30v",placeholder:"_18fs8ps30w"},defaultClass:"_18fs8ps30p"},interactiveNeutralDefault:{conditions:{default:"_18fs8ps30x",hover:"_18fs8ps30y",focus:"_18fs8ps30z",focusWithin:"_18fs8ps310",focusVisible:"_18fs8ps311",active:"_18fs8ps312",disabled:"_18fs8ps313",placeholder:"_18fs8ps314"},defaultClass:"_18fs8ps30x"},interactiveNeutralHovering:{conditions:{default:"_18fs8ps315",hover:"_18fs8ps316",focus:"_18fs8ps317",focusWithin:"_18fs8ps318",focusVisible:"_18fs8ps319",active:"_18fs8ps31a",disabled:"_18fs8ps31b",placeholder:"_18fs8ps31c"},defaultClass:"_18fs8ps315"},interactiveNeutralPressing:{conditions:{default:"_18fs8ps31d",hover:"_18fs8ps31e",focus:"_18fs8ps31f",focusWithin:"_18fs8ps31g",focusVisible:"_18fs8ps31h",active:"_18fs8ps31i",disabled:"_18fs8ps31j",placeholder:"_18fs8ps31k"},defaultClass:"_18fs8ps31d"},interactiveNeutralFocused:{conditions:{default:"_18fs8ps31l",hover:"_18fs8ps31m",focus:"_18fs8ps31n",focusWithin:"_18fs8ps31o",focusVisible:"_18fs8ps31p",active:"_18fs8ps31q",disabled:"_18fs8ps31r",placeholder:"_18fs8ps31s"},defaultClass:"_18fs8ps31l"},interactiveNeutralDisabled:{conditions:{default:"_18fs8ps31t",hover:"_18fs8ps31u",focus:"_18fs8ps31v",focusWithin:"_18fs8ps31w",focusVisible:"_18fs8ps31x",active:"_18fs8ps31y",disabled:"_18fs8ps31z",placeholder:"_18fs8ps320"},defaultClass:"_18fs8ps31t"},interactiveBrandDefault:{conditions:{default:"_18fs8ps321",hover:"_18fs8ps322",focus:"_18fs8ps323",focusWithin:"_18fs8ps324",focusVisible:"_18fs8ps325",active:"_18fs8ps326",disabled:"_18fs8ps327",placeholder:"_18fs8ps328"},defaultClass:"_18fs8ps321"},interactiveBrandHovering:{conditions:{default:"_18fs8ps329",hover:"_18fs8ps32a",focus:"_18fs8ps32b",focusWithin:"_18fs8ps32c",focusVisible:"_18fs8ps32d",active:"_18fs8ps32e",disabled:"_18fs8ps32f",placeholder:"_18fs8ps32g"},defaultClass:"_18fs8ps329"},interactiveBrandPressing:{conditions:{default:"_18fs8ps32h",hover:"_18fs8ps32i",focus:"_18fs8ps32j",focusWithin:"_18fs8ps32k",focusVisible:"_18fs8ps32l",active:"_18fs8ps32m",disabled:"_18fs8ps32n",placeholder:"_18fs8ps32o"},defaultClass:"_18fs8ps32h"},interactiveBrandFocused:{conditions:{default:"_18fs8ps32p",hover:"_18fs8ps32q",focus:"_18fs8ps32r",focusWithin:"_18fs8ps32s",focusVisible:"_18fs8ps32t",active:"_18fs8ps32u",disabled:"_18fs8ps32v",placeholder:"_18fs8ps32w"},defaultClass:"_18fs8ps32p"},interactiveBrandDisabled:{conditions:{default:"_18fs8ps32x",hover:"_18fs8ps32y",focus:"_18fs8ps32z",focusWithin:"_18fs8ps330",focusVisible:"_18fs8ps331",active:"_18fs8ps332",disabled:"_18fs8ps333",placeholder:"_18fs8ps334"},defaultClass:"_18fs8ps32x"},interactiveCriticalDefault:{conditions:{default:"_18fs8ps335",hover:"_18fs8ps336",focus:"_18fs8ps337",focusWithin:"_18fs8ps338",focusVisible:"_18fs8ps339",active:"_18fs8ps33a",disabled:"_18fs8ps33b",placeholder:"_18fs8ps33c"},defaultClass:"_18fs8ps335"},interactiveCriticalHovering:{conditions:{default:"_18fs8ps33d",hover:"_18fs8ps33e",focus:"_18fs8ps33f",focusWithin:"_18fs8ps33g",focusVisible:"_18fs8ps33h",active:"_18fs8ps33i",disabled:"_18fs8ps33j",placeholder:"_18fs8ps33k"},defaultClass:"_18fs8ps33d"},interactiveCriticalPressing:{conditions:{default:"_18fs8ps33l",hover:"_18fs8ps33m",focus:"_18fs8ps33n",focusWithin:"_18fs8ps33o",focusVisible:"_18fs8ps33p",active:"_18fs8ps33q",disabled:"_18fs8ps33r",placeholder:"_18fs8ps33s"},defaultClass:"_18fs8ps33l"},interactiveCriticalFocused:{conditions:{default:"_18fs8ps33t",hover:"_18fs8ps33u",focus:"_18fs8ps33v",focusWithin:"_18fs8ps33w",focusVisible:"_18fs8ps33x",active:"_18fs8ps33y",disabled:"_18fs8ps33z",placeholder:"_18fs8ps340"},defaultClass:"_18fs8ps33t"},interactiveCriticalDisabled:{conditions:{default:"_18fs8ps341",hover:"_18fs8ps342",focus:"_18fs8ps343",focusWithin:"_18fs8ps344",focusVisible:"_18fs8ps345",active:"_18fs8ps346",disabled:"_18fs8ps347",placeholder:"_18fs8ps348"},defaultClass:"_18fs8ps341"},interactiveNeutralSecondaryDefault:{conditions:{default:"_18fs8ps349",hover:"_18fs8ps34a",focus:"_18fs8ps34b",focusWithin:"_18fs8ps34c",focusVisible:"_18fs8ps34d",active:"_18fs8ps34e",disabled:"_18fs8ps34f",placeholder:"_18fs8ps34g"},defaultClass:"_18fs8ps349"},interactiveNeutralSecondaryHovering:{conditions:{default:"_18fs8ps34h",hover:"_18fs8ps34i",focus:"_18fs8ps34j",focusWithin:"_18fs8ps34k",focusVisible:"_18fs8ps34l",active:"_18fs8ps34m",disabled:"_18fs8ps34n",placeholder:"_18fs8ps34o"},defaultClass:"_18fs8ps34h"},interactiveNeutralSecondaryPressing:{conditions:{default:"_18fs8ps34p",hover:"_18fs8ps34q",focus:"_18fs8ps34r",focusWithin:"_18fs8ps34s",focusVisible:"_18fs8ps34t",active:"_18fs8ps34u",disabled:"_18fs8ps34v",placeholder:"_18fs8ps34w"},defaultClass:"_18fs8ps34p"},interactiveNeutralSecondaryFocused:{conditions:{default:"_18fs8ps34x",hover:"_18fs8ps34y",focus:"_18fs8ps34z",focusWithin:"_18fs8ps350",focusVisible:"_18fs8ps351",active:"_18fs8ps352",disabled:"_18fs8ps353",placeholder:"_18fs8ps354"},defaultClass:"_18fs8ps34x"},interactiveNeutralSecondaryDisabled:{conditions:{default:"_18fs8ps355",hover:"_18fs8ps356",focus:"_18fs8ps357",focusWithin:"_18fs8ps358",focusVisible:"_18fs8ps359",active:"_18fs8ps35a",disabled:"_18fs8ps35b",placeholder:"_18fs8ps35c"},defaultClass:"_18fs8ps355"},interactiveBrandSecondaryDefault:{conditions:{default:"_18fs8ps35d",hover:"_18fs8ps35e",focus:"_18fs8ps35f",focusWithin:"_18fs8ps35g",focusVisible:"_18fs8ps35h",active:"_18fs8ps35i",disabled:"_18fs8ps35j",placeholder:"_18fs8ps35k"},defaultClass:"_18fs8ps35d"},interactiveBrandSecondaryHovering:{conditions:{default:"_18fs8ps35l",hover:"_18fs8ps35m",focus:"_18fs8ps35n",focusWithin:"_18fs8ps35o",focusVisible:"_18fs8ps35p",active:"_18fs8ps35q",disabled:"_18fs8ps35r",placeholder:"_18fs8ps35s"},defaultClass:"_18fs8ps35l"},interactiveBrandSecondaryPressing:{conditions:{default:"_18fs8ps35t",hover:"_18fs8ps35u",focus:"_18fs8ps35v",focusWithin:"_18fs8ps35w",focusVisible:"_18fs8ps35x",active:"_18fs8ps35y",disabled:"_18fs8ps35z",placeholder:"_18fs8ps360"},defaultClass:"_18fs8ps35t"},interactiveBrandSecondaryFocused:{conditions:{default:"_18fs8ps361",hover:"_18fs8ps362",focus:"_18fs8ps363",focusWithin:"_18fs8ps364",focusVisible:"_18fs8ps365",active:"_18fs8ps366",disabled:"_18fs8ps367",placeholder:"_18fs8ps368"},defaultClass:"_18fs8ps361"},interactiveBrandSecondaryDisabled:{conditions:{default:"_18fs8ps369",hover:"_18fs8ps36a",focus:"_18fs8ps36b",focusWithin:"_18fs8ps36c",focusVisible:"_18fs8ps36d",active:"_18fs8ps36e",disabled:"_18fs8ps36f",placeholder:"_18fs8ps36g"},defaultClass:"_18fs8ps369"},interactiveCriticalSecondaryDefault:{conditions:{default:"_18fs8ps36h",hover:"_18fs8ps36i",focus:"_18fs8ps36j",focusWithin:"_18fs8ps36k",focusVisible:"_18fs8ps36l",active:"_18fs8ps36m",disabled:"_18fs8ps36n",placeholder:"_18fs8ps36o"},defaultClass:"_18fs8ps36h"},interactiveCriticalSecondaryHovering:{conditions:{default:"_18fs8ps36p",hover:"_18fs8ps36q",focus:"_18fs8ps36r",focusWithin:"_18fs8ps36s",focusVisible:"_18fs8ps36t",active:"_18fs8ps36u",disabled:"_18fs8ps36v",placeholder:"_18fs8ps36w"},defaultClass:"_18fs8ps36p"},interactiveCriticalSecondaryPressing:{conditions:{default:"_18fs8ps36x",hover:"_18fs8ps36y",focus:"_18fs8ps36z",focusWithin:"_18fs8ps370",focusVisible:"_18fs8ps371",active:"_18fs8ps372",disabled:"_18fs8ps373",placeholder:"_18fs8ps374"},defaultClass:"_18fs8ps36x"},interactiveCriticalSecondaryFocused:{conditions:{default:"_18fs8ps375",hover:"_18fs8ps376",focus:"_18fs8ps377",focusWithin:"_18fs8ps378",focusVisible:"_18fs8ps379",active:"_18fs8ps37a",disabled:"_18fs8ps37b",placeholder:"_18fs8ps37c"},defaultClass:"_18fs8ps375"},interactiveCriticalSecondaryDisabled:{conditions:{default:"_18fs8ps37d",hover:"_18fs8ps37e",focus:"_18fs8ps37f",focusWithin:"_18fs8ps37g",focusVisible:"_18fs8ps37h",active:"_18fs8ps37i",disabled:"_18fs8ps37j",placeholder:"_18fs8ps37k"},defaultClass:"_18fs8ps37d"},interactiveNeutralHighlightDefault:{conditions:{default:"_18fs8ps37l",hover:"_18fs8ps37m",focus:"_18fs8ps37n",focusWithin:"_18fs8ps37o",focusVisible:"_18fs8ps37p",active:"_18fs8ps37q",disabled:"_18fs8ps37r",placeholder:"_18fs8ps37s"},defaultClass:"_18fs8ps37l"},interactiveNeutralHighlightHovering:{conditions:{default:"_18fs8ps37t",hover:"_18fs8ps37u",focus:"_18fs8ps37v",focusWithin:"_18fs8ps37w",focusVisible:"_18fs8ps37x",active:"_18fs8ps37y",disabled:"_18fs8ps37z",placeholder:"_18fs8ps380"},defaultClass:"_18fs8ps37t"},interactiveNeutralHighlightPressing:{conditions:{default:"_18fs8ps381",hover:"_18fs8ps382",focus:"_18fs8ps383",focusWithin:"_18fs8ps384",focusVisible:"_18fs8ps385",active:"_18fs8ps386",disabled:"_18fs8ps387",placeholder:"_18fs8ps388"},defaultClass:"_18fs8ps381"},interactiveNeutralHighlightFocused:{conditions:{default:"_18fs8ps389",hover:"_18fs8ps38a",focus:"_18fs8ps38b",focusWithin:"_18fs8ps38c",focusVisible:"_18fs8ps38d",active:"_18fs8ps38e",disabled:"_18fs8ps38f",placeholder:"_18fs8ps38g"},defaultClass:"_18fs8ps389"},interactiveNeutralHighlightDisabled:{conditions:{default:"_18fs8ps38h",hover:"_18fs8ps38i",focus:"_18fs8ps38j",focusWithin:"_18fs8ps38k",focusVisible:"_18fs8ps38l",active:"_18fs8ps38m",disabled:"_18fs8ps38n",placeholder:"_18fs8ps38o"},defaultClass:"_18fs8ps38h"},interactiveBrandHighlightDefault:{conditions:{default:"_18fs8ps38p",hover:"_18fs8ps38q",focus:"_18fs8ps38r",focusWithin:"_18fs8ps38s",focusVisible:"_18fs8ps38t",active:"_18fs8ps38u",disabled:"_18fs8ps38v",placeholder:"_18fs8ps38w"},defaultClass:"_18fs8ps38p"},interactiveBrandHighlightHovering:{conditions:{default:"_18fs8ps38x",hover:"_18fs8ps38y",focus:"_18fs8ps38z",focusWithin:"_18fs8ps390",focusVisible:"_18fs8ps391",active:"_18fs8ps392",disabled:"_18fs8ps393",placeholder:"_18fs8ps394"},defaultClass:"_18fs8ps38x"},interactiveBrandHighlightPressing:{conditions:{default:"_18fs8ps395",hover:"_18fs8ps396",focus:"_18fs8ps397",focusWithin:"_18fs8ps398",focusVisible:"_18fs8ps399",active:"_18fs8ps39a",disabled:"_18fs8ps39b",placeholder:"_18fs8ps39c"},defaultClass:"_18fs8ps395"},interactiveBrandHighlightFocused:{conditions:{default:"_18fs8ps39d",hover:"_18fs8ps39e",focus:"_18fs8ps39f",focusWithin:"_18fs8ps39g",focusVisible:"_18fs8ps39h",active:"_18fs8ps39i",disabled:"_18fs8ps39j",placeholder:"_18fs8ps39k"},defaultClass:"_18fs8ps39d"},interactiveBrandHighlightDisabled:{conditions:{default:"_18fs8ps39l",hover:"_18fs8ps39m",focus:"_18fs8ps39n",focusWithin:"_18fs8ps39o",focusVisible:"_18fs8ps39p",active:"_18fs8ps39q",disabled:"_18fs8ps39r",placeholder:"_18fs8ps39s"},defaultClass:"_18fs8ps39l"},interactiveCriticalHighlightDefault:{conditions:{default:"_18fs8ps39t",hover:"_18fs8ps39u",focus:"_18fs8ps39v",focusWithin:"_18fs8ps39w",focusVisible:"_18fs8ps39x",active:"_18fs8ps39y",disabled:"_18fs8ps39z",placeholder:"_18fs8ps3a0"},defaultClass:"_18fs8ps39t"},interactiveCriticalHighlightHovering:{conditions:{default:"_18fs8ps3a1",hover:"_18fs8ps3a2",focus:"_18fs8ps3a3",focusWithin:"_18fs8ps3a4",focusVisible:"_18fs8ps3a5",active:"_18fs8ps3a6",disabled:"_18fs8ps3a7",placeholder:"_18fs8ps3a8"},defaultClass:"_18fs8ps3a1"},interactiveCriticalHighlightPressing:{conditions:{default:"_18fs8ps3a9",hover:"_18fs8ps3aa",focus:"_18fs8ps3ab",focusWithin:"_18fs8ps3ac",focusVisible:"_18fs8ps3ad",active:"_18fs8ps3ae",disabled:"_18fs8ps3af",placeholder:"_18fs8ps3ag"},defaultClass:"_18fs8ps3a9"},interactiveCriticalHighlightFocused:{conditions:{default:"_18fs8ps3ah",hover:"_18fs8ps3ai",focus:"_18fs8ps3aj",focusWithin:"_18fs8ps3ak",focusVisible:"_18fs8ps3al",active:"_18fs8ps3am",disabled:"_18fs8ps3an",placeholder:"_18fs8ps3ao"},defaultClass:"_18fs8ps3ah"},interactiveCriticalHighlightDisabled:{conditions:{default:"_18fs8ps3ap",hover:"_18fs8ps3aq",focus:"_18fs8ps3ar",focusWithin:"_18fs8ps3as",focusVisible:"_18fs8ps3at",active:"_18fs8ps3au",disabled:"_18fs8ps3av",placeholder:"_18fs8ps3aw"},defaultClass:"_18fs8ps3ap"},decorativeSurfacePlain1:{conditions:{default:"_18fs8ps3ax",hover:"_18fs8ps3ay",focus:"_18fs8ps3az",focusWithin:"_18fs8ps3b0",focusVisible:"_18fs8ps3b1",active:"_18fs8ps3b2",disabled:"_18fs8ps3b3",placeholder:"_18fs8ps3b4"},defaultClass:"_18fs8ps3ax"},decorativeSurfacePlain2:{conditions:{default:"_18fs8ps3b5",hover:"_18fs8ps3b6",focus:"_18fs8ps3b7",focusWithin:"_18fs8ps3b8",focusVisible:"_18fs8ps3b9",active:"_18fs8ps3ba",disabled:"_18fs8ps3bb",placeholder:"_18fs8ps3bc"},defaultClass:"_18fs8ps3b5"},decorativeSurfacePlain3:{conditions:{default:"_18fs8ps3bd",hover:"_18fs8ps3be",focus:"_18fs8ps3bf",focusWithin:"_18fs8ps3bg",focusVisible:"_18fs8ps3bh",active:"_18fs8ps3bi",disabled:"_18fs8ps3bj",placeholder:"_18fs8ps3bk"},defaultClass:"_18fs8ps3bd"},decorativeSurfaceSubdued1:{conditions:{default:"_18fs8ps3bl",hover:"_18fs8ps3bm",focus:"_18fs8ps3bn",focusWithin:"_18fs8ps3bo",focusVisible:"_18fs8ps3bp",active:"_18fs8ps3bq",disabled:"_18fs8ps3br",placeholder:"_18fs8ps3bs"},defaultClass:"_18fs8ps3bl"},decorativeSurfaceSubdued2:{conditions:{default:"_18fs8ps3bt",hover:"_18fs8ps3bu",focus:"_18fs8ps3bv",focusWithin:"_18fs8ps3bw",focusVisible:"_18fs8ps3bx",active:"_18fs8ps3by",disabled:"_18fs8ps3bz",placeholder:"_18fs8ps3c0"},defaultClass:"_18fs8ps3bt"},decorativeSurfaceSubdued3:{conditions:{default:"_18fs8ps3c1",hover:"_18fs8ps3c2",focus:"_18fs8ps3c3",focusWithin:"_18fs8ps3c4",focusVisible:"_18fs8ps3c5",active:"_18fs8ps3c6",disabled:"_18fs8ps3c7",placeholder:"_18fs8ps3c8"},defaultClass:"_18fs8ps3c1"},transparent:{conditions:{default:"_18fs8ps3c9",hover:"_18fs8ps3ca",focus:"_18fs8ps3cb",focusWithin:"_18fs8ps3cc",focusVisible:"_18fs8ps3cd",active:"_18fs8ps3ce",disabled:"_18fs8ps3cf",placeholder:"_18fs8ps3cg"},defaultClass:"_18fs8ps3c9"}}},stroke:{values:{neutralDefault:{conditions:{default:"_18fs8ps3ch",hover:"_18fs8ps3ci",focus:"_18fs8ps3cj",focusWithin:"_18fs8ps3ck",focusVisible:"_18fs8ps3cl",active:"_18fs8ps3cm",disabled:"_18fs8ps3cn",placeholder:"_18fs8ps3co"},defaultClass:"_18fs8ps3ch"},neutralSubdued:{conditions:{default:"_18fs8ps3cp",hover:"_18fs8ps3cq",focus:"_18fs8ps3cr",focusWithin:"_18fs8ps3cs",focusVisible:"_18fs8ps3ct",active:"_18fs8ps3cu",disabled:"_18fs8ps3cv",placeholder:"_18fs8ps3cw"},defaultClass:"_18fs8ps3cp"},neutralHighlight:{conditions:{default:"_18fs8ps3cx",hover:"_18fs8ps3cy",focus:"_18fs8ps3cz",focusWithin:"_18fs8ps3d0",focusVisible:"_18fs8ps3d1",active:"_18fs8ps3d2",disabled:"_18fs8ps3d3",placeholder:"_18fs8ps3d4"},defaultClass:"_18fs8ps3cx"},neutralPlain:{conditions:{default:"_18fs8ps3d5",hover:"_18fs8ps3d6",focus:"_18fs8ps3d7",focusWithin:"_18fs8ps3d8",focusVisible:"_18fs8ps3d9",active:"_18fs8ps3da",disabled:"_18fs8ps3db",placeholder:"_18fs8ps3dc"},defaultClass:"_18fs8ps3d5"},brandPlain:{conditions:{default:"_18fs8ps3dd",hover:"_18fs8ps3de",focus:"_18fs8ps3df",focusWithin:"_18fs8ps3dg",focusVisible:"_18fs8ps3dh",active:"_18fs8ps3di",disabled:"_18fs8ps3dj",placeholder:"_18fs8ps3dk"},defaultClass:"_18fs8ps3dd"},brandDefault:{conditions:{default:"_18fs8ps3dl",hover:"_18fs8ps3dm",focus:"_18fs8ps3dn",focusWithin:"_18fs8ps3do",focusVisible:"_18fs8ps3dp",active:"_18fs8ps3dq",disabled:"_18fs8ps3dr",placeholder:"_18fs8ps3ds"},defaultClass:"_18fs8ps3dl"},brandSubdued:{conditions:{default:"_18fs8ps3dt",hover:"_18fs8ps3du",focus:"_18fs8ps3dv",focusWithin:"_18fs8ps3dw",focusVisible:"_18fs8ps3dx",active:"_18fs8ps3dy",disabled:"_18fs8ps3dz",placeholder:"_18fs8ps3e0"},defaultClass:"_18fs8ps3dt"},brandHighlight:{conditions:{default:"_18fs8ps3e1",hover:"_18fs8ps3e2",focus:"_18fs8ps3e3",focusWithin:"_18fs8ps3e4",focusVisible:"_18fs8ps3e5",active:"_18fs8ps3e6",disabled:"_18fs8ps3e7",placeholder:"_18fs8ps3e8"},defaultClass:"_18fs8ps3e1"},criticalPlain:{conditions:{default:"_18fs8ps3e9",hover:"_18fs8ps3ea",focus:"_18fs8ps3eb",focusWithin:"_18fs8ps3ec",focusVisible:"_18fs8ps3ed",active:"_18fs8ps3ee",disabled:"_18fs8ps3ef",placeholder:"_18fs8ps3eg"},defaultClass:"_18fs8ps3e9"},criticalDefault:{conditions:{default:"_18fs8ps3eh",hover:"_18fs8ps3ei",focus:"_18fs8ps3ej",focusWithin:"_18fs8ps3ek",focusVisible:"_18fs8ps3el",active:"_18fs8ps3em",disabled:"_18fs8ps3en",placeholder:"_18fs8ps3eo"},defaultClass:"_18fs8ps3eh"},criticalSubdued:{conditions:{default:"_18fs8ps3ep",hover:"_18fs8ps3eq",focus:"_18fs8ps3er",focusWithin:"_18fs8ps3es",focusVisible:"_18fs8ps3et",active:"_18fs8ps3eu",disabled:"_18fs8ps3ev",placeholder:"_18fs8ps3ew"},defaultClass:"_18fs8ps3ep"},criticalHighlight:{conditions:{default:"_18fs8ps3ex",hover:"_18fs8ps3ey",focus:"_18fs8ps3ez",focusWithin:"_18fs8ps3f0",focusVisible:"_18fs8ps3f1",active:"_18fs8ps3f2",disabled:"_18fs8ps3f3",placeholder:"_18fs8ps3f4"},defaultClass:"_18fs8ps3ex"},transparent:{conditions:{default:"_18fs8ps3f5",hover:"_18fs8ps3f6",focus:"_18fs8ps3f7",focusWithin:"_18fs8ps3f8",focusVisible:"_18fs8ps3f9",active:"_18fs8ps3fa",disabled:"_18fs8ps3fb",placeholder:"_18fs8ps3fc"},defaultClass:"_18fs8ps3f5"}}},listStyleType:{values:{none:{conditions:{default:"_18fs8ps3fd",hover:"_18fs8ps3fe",focus:"_18fs8ps3ff",focusWithin:"_18fs8ps3fg",focusVisible:"_18fs8ps3fh",active:"_18fs8ps3fi",disabled:"_18fs8ps3fj",placeholder:"_18fs8ps3fk"},defaultClass:"_18fs8ps3fd"},disc:{conditions:{default:"_18fs8ps3fl",hover:"_18fs8ps3fm",focus:"_18fs8ps3fn",focusWithin:"_18fs8ps3fo",focusVisible:"_18fs8ps3fp",active:"_18fs8ps3fq",disabled:"_18fs8ps3fr",placeholder:"_18fs8ps3fs"},defaultClass:"_18fs8ps3fl"},decimal:{conditions:{default:"_18fs8ps3ft",hover:"_18fs8ps3fu",focus:"_18fs8ps3fv",focusWithin:"_18fs8ps3fw",focusVisible:"_18fs8ps3fx",active:"_18fs8ps3fy",disabled:"_18fs8ps3fz",placeholder:"_18fs8ps3g0"},defaultClass:"_18fs8ps3ft"}}},listStylePosition:{values:{inside:{conditions:{default:"_18fs8ps3g1",hover:"_18fs8ps3g2",focus:"_18fs8ps3g3",focusWithin:"_18fs8ps3g4",focusVisible:"_18fs8ps3g5",active:"_18fs8ps3g6",disabled:"_18fs8ps3g7",placeholder:"_18fs8ps3g8"},defaultClass:"_18fs8ps3g1"},outside:{conditions:{default:"_18fs8ps3g9",hover:"_18fs8ps3ga",focus:"_18fs8ps3gb",focusWithin:"_18fs8ps3gc",focusVisible:"_18fs8ps3gd",active:"_18fs8ps3ge",disabled:"_18fs8ps3gf",placeholder:"_18fs8ps3gg"},defaultClass:"_18fs8ps3g9"}}},listStyleImage:{values:{none:{conditions:{default:"_18fs8ps3gh",hover:"_18fs8ps3gi",focus:"_18fs8ps3gj",focusWithin:"_18fs8ps3gk",focusVisible:"_18fs8ps3gl",active:"_18fs8ps3gm",disabled:"_18fs8ps3gn",placeholder:"_18fs8ps3go"},defaultClass:"_18fs8ps3gh"}}}}});const vc="screen and (min-width: 768px)",gc="screen and (min-width: 1024px)",Cc=e=>ac(Qs,Tt[e]),B=nc({atoms:es}),_r=r.forwardRef(({children:e,defaultValue:s,value:t,onValueChange:o,...a},n)=>d.jsx(or,{type:"single",collapsible:!0,defaultValue:s,value:t,onValueChange:o,asChild:!0,children:d.jsx(B,{...a,ref:n,"data-macaw-ui-component":"Accordion",children:e})}));_r.displayName="Accordion";var yc="_1ebdcwj4",xc="_1ebdcwj1",kc="_1ebdcwj0";const br=({children:e,value:s,...t})=>d.jsx(nr,{value:s,className:kc,asChild:!0,children:d.jsx(B,{...t,"data-macaw-ui-component":"Accordion.Item",children:e})});br.displayName="Accordion.Item";const mr=({children:e,disabled:s,...t})=>d.jsx(Q1,{asChild:!0,children:d.jsx(ec,{asChild:!0,onClick:o=>{s&&o.preventDefault()},children:d.jsx(B,{display:"flex",justifyContent:"space-between",gap:2,alignItems:"center",cursor:s?"not-allowed":"pointer",disabled:s,...t,"data-macaw-ui-component":"Accordion.Trigger",children:e})})});mr.displayName="Accordion.Trigger";const hr=({children:e,...s})=>d.jsx(sc,{asChild:!0,className:yc,children:d.jsx(B,{...s,"data-macaw-ui-component":"Accordion.Content",children:e})});hr.displayName="Accordion.Content";const wc=e=>{const s=r.useRef();return r.useEffect(()=>{if(!e)return;const t=o=>{s.current&&!s.current.contains(o.target)&&e()};return document.addEventListener("mousedown",t),()=>document.removeEventListener("mousedown",t)},[s,e]),s};function fe(...e){return e.filter(Boolean).join(" ")}const at=e=>typeof e=="string",go=e=>Array.isArray(e)&&e.every(s=>at(s))&&e.length>0,Ec=({fixedWidth:e,icon:s,children:t})=>e===void 0?!!s&&!t:e;function $c(e,s){if(typeof e!="object"||e===null)return e;var t=e[Symbol.toPrimitive];if(t!==void 0){var o=t.call(e,s||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(e)}function Ic(e){var s=$c(e,"string");return typeof s=="symbol"?s:String(s)}function Sc(e,s,t){return s=Ic(s),s in e?Object.defineProperty(e,s,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[s]=t,e}function qa(e,s){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);s&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),t.push.apply(t,o)}return t}function Ka(e){for(var s=1;s<arguments.length;s++){var t=arguments[s]!=null?arguments[s]:{};s%2?qa(Object(t),!0).forEach(function(o){Sc(e,o,t[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):qa(Object(t)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(t,o))})}return e}function Ua(e,s){var t={};for(var o in e)t[o]=s(e[o],o);return t}var Rc=(e,s,t)=>{for(var o of Object.keys(e)){var a;if(e[o]!==((a=s[o])!==null&&a!==void 0?a:t[o]))return!1}return!0},ge=e=>{var s=t=>{var o=e.defaultClassName,a=Ka(Ka({},e.defaultVariants),t);for(var n in a){var i,l=(i=a[n])!==null&&i!==void 0?i:e.defaultVariants[n];if(l!=null){var f=l;typeof f=="boolean"&&(f=f===!0?"true":"false");var c=e.variantClassNames[n][f];c&&(o+=" "+c)}}for(var[u,p]of e.compoundVariants)Rc(u,a,e.defaultVariants)&&(o+=" "+p);return o};return s.variants=()=>Object.keys(e.variantClassNames),s.classNames={get base(){return e.defaultClassName.split(" ")[0]},get variants(){return Ua(e.variantClassNames,t=>Ua(t,o=>o.split(" ")[0]))}},s},Pc=ge({defaultClassName:"_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps10 _18fs8ps1l _18fs8ps1ou _18fs8ps3 _18fs8ps2xd _18fs8ps2up _18fs8ps2v3",variantClassNames:{variant:{primary:"_18fs8ps1oi _18fs8ps1oo _18fs8ps1o6 _18fs8ps1oc _18fs8ps2ip _18fs8ps2iy _18fs8ps2jh _18fs8ps2ja _18fs8ps2jr _18fs8ps2a1 _18fs8ps29z _18fs8ps2vt _18fs8ps2w2 _18fs8ps2vx _18fs8ps2wu _18fs8ps2wv",secondary:"_18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps2m1 _18fs8ps2ma _18fs8ps2mt _18fs8ps2mm _18fs8ps2n3 _18fs8ps29d _18fs8ps29z _18fs8ps2vt _18fs8ps2w2 _18fs8ps2vx _18fs8ps2wu _18fs8ps2wv _18fs8ps269 _18fs8ps26i _18fs8ps26d _18fs8ps26m _18fs8ps273",tertiary:"_18fs8ps1oi _18fs8ps1oo _18fs8ps1o6 _18fs8ps1oc _18fs8ps2pd _18fs8ps2pm _18fs8ps2q5 _18fs8ps2py _18fs8ps2qf _18fs8ps2bt _18fs8ps2cf",error:"_18fs8ps1oi _18fs8ps1oo _18fs8ps1o6 _18fs8ps1oc _18fs8ps2kx _18fs8ps2l6 _18fs8ps2lp _18fs8ps2li _18fs8ps2lz _18fs8ps2a1 _18fs8ps29z"},size:{small:"_1tm59qwg",medium:"_1tm59qwh",large:"_1tm59qwi"},fixedWidth:{true:"_1tm59qwj"}},defaultVariants:{variant:"primary",size:"medium"},compoundVariants:[[{size:"small",fixedWidth:!0},"_18fs8psmu _18fs8psp9 _18fs8psro _18fs8psu3 _18fs8ps1ko _18fs8ps1mu _18fs8ps24x _18fs8ps1qo _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8ps17i _18fs8ps14x _18fs8psdl"],[{size:"medium",fixedWidth:!0},"_18fs8psku _18fs8psn9 _18fs8pspo _18fs8pss3 _18fs8ps1kl _18fs8ps1mr _18fs8ps24u _18fs8ps1ql _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17o _18fs8ps153 _18fs8psdl"],[{size:"large",fixedWidth:!0},"_18fs8pskx _18fs8psnc _18fs8pspr _18fs8pss6 _18fs8ps1ki _18fs8ps1mo _18fs8ps24r _18fs8ps1qi _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17u _18fs8ps159 _18fs8psdo"],[{size:"small",fixedWidth:!1},"_18fs8pspr _18fs8pss6 _18fs8pskr _18fs8psn6 _18fs8ps1ko _18fs8ps1mu _18fs8ps24x _18fs8ps1qo _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8ps17i _18fs8psdl"],[{size:"medium",fixedWidth:!1},"_18fs8pspu _18fs8pss9 _18fs8psku _18fs8psn9 _18fs8ps1kl _18fs8ps1mr _18fs8ps24u _18fs8ps1ql _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17o _18fs8psdl"],[{size:"large",fixedWidth:!1},"_18fs8pspx _18fs8pssc _18fs8pskx _18fs8psnc _18fs8ps1ki _18fs8ps1mo _18fs8ps24r _18fs8ps1qi _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17u _18fs8psdo"]]});const ds=r.forwardRef(({children:e,icon:s,size:t,fixedWidth:o,variant:a,disabled:n,className:i,type:l="button",...f},c)=>d.jsxs(B,{as:"button",className:fe(Pc({variant:a,size:t,fixedWidth:Ec({icon:s,children:e,fixedWidth:o})}),i),disabled:n,ref:c,type:l,"data-macaw-ui-component":"Button",...f,children:[s,e]}));ds.displayName="Button";var Dc=ge({defaultClassName:"yswmh70",variantClassNames:{size:{small:"yswmh71",medium:"yswmh72",large:"yswmh73",fill:"yswmh74"}},defaultVariants:{size:"medium"},compoundVariants:[]});const vr=r.forwardRef(({className:e,size:s,viewBox:t="0 0 24 24",color:o,children:a,...n},i)=>d.jsx("svg",{ref:i,className:fe(Dc({size:s}),es({color:o}),e),viewBox:t,fill:"none",xmlns:"http://www.w3.org/2000/svg","data-macaw-ui-component":"Icon",...n,children:a}));vr.displayName="SVGWrapper";const ae=(e,s)=>{const t=r.forwardRef((o,a)=>d.jsx(vr,{viewBox:s,ref:a,...o,children:e}));return t.displayName="withSVGWrapper",t},it=ae(d.jsx("path",{fill:"currentColor",d:"M15.932 10H8.067a.5.5 0 0 0-.384.82l3.933 4.72a.5.5 0 0 0 .768 0l3.933-4.72a.5.5 0 0 0-.385-.82Z"})),Oc=ae(d.jsx("path",{fill:"currentColor",d:"M8.067 14h7.865a.5.5 0 0 0 .385-.82l-3.933-4.72a.5.5 0 0 0-.768 0l-3.933 4.72a.5.5 0 0 0 .384.82Z"})),Nc=ae(d.jsx("path",{fill:"currentColor",d:"M11.7071 5.70711C12.0976 5.31658 12.0976 4.68342 11.7071 4.29289C11.3166 3.90237 10.6834 3.90237 10.2929 4.29289L3.29289 11.2929C2.90237 11.6834 2.90237 12.3166 3.29289 12.7071L10.2929 19.7071C10.6834 20.0976 11.3166 20.0976 11.7071 19.7071C12.0976 19.3166 12.0976 18.6834 11.7071 18.2929L6.41423 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H6.4142L11.7071 5.70711Z"})),jc=ae(d.jsx("path",{fill:"currentColor",d:"M12.2929 5.70711C11.9024 5.31658 11.9024 4.68342 12.2929 4.29289C12.6834 3.90237 13.3166 3.90237 13.7071 4.29289L20.7071 11.2929C21.0976 11.6834 21.0976 12.3166 20.7071 12.7071L13.7071 19.7071C13.3166 20.0976 12.6834 20.0976 12.2929 19.7071C11.9024 19.3166 11.9024 18.6834 12.2929 18.2929L17.5858 13H5C4.44771 13 4 12.5523 4 12C4 11.4477 4.44771 11 5 11H17.5858L12.2929 5.70711Z"})),cn=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})),Mc=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M6.293 14.707a1 1 0 0 0 1.414 0L12 10.414l4.293 4.293a1 1 0 0 0 1.414-1.414l-5-5a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 0 1.414Z",clipRule:"evenodd"})),Tc=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10.607 3a.45.45 0 0 0-.447.405l-.108 1.073a.976.976 0 0 1-.637.8 7.154 7.154 0 0 0-.495.212c-.343.163-.753.134-1.045-.11l-.766-.638a.45.45 0 0 0-.606.028L4.77 6.503a.45.45 0 0 0-.028.606l.639.766c.243.292.272.702.109 1.045a7.163 7.163 0 0 0-.212.495.976.976 0 0 1-.8.637l-1.073.107a.45.45 0 0 0-.405.448v2.786a.45.45 0 0 0 .405.447l1.073.108a.976.976 0 0 1 .8.637c.065.168.135.333.212.495.163.343.134.753-.11 1.045l-.638.766a.45.45 0 0 0 .028.607l1.733 1.732a.45.45 0 0 0 .606.028l.766-.639c.292-.243.702-.271 1.045-.109.162.077.327.147.495.212.343.132.6.434.637.8l.107 1.073a.45.45 0 0 0 .448.405h2.786a.45.45 0 0 0 .447-.405l.108-1.073a.976.976 0 0 1 .637-.8c.168-.065.333-.135.495-.212.343-.163.753-.134 1.045.11l.766.638a.45.45 0 0 0 .607-.027l1.732-1.734a.45.45 0 0 0 .028-.606l-.639-.766c-.243-.292-.272-.702-.109-1.045.077-.162.147-.327.212-.495a.976.976 0 0 1 .8-.637l1.073-.107a.45.45 0 0 0 .405-.448v-2.786a.45.45 0 0 0-.405-.447l-1.073-.108a.976.976 0 0 1-.8-.637 7.19 7.19 0 0 0-.212-.495c-.163-.343-.134-.753.11-1.045l.638-.766a.45.45 0 0 0-.027-.606L17.496 4.77a.45.45 0 0 0-.606-.028l-.766.639c-.292.243-.702.272-1.045.109a7.167 7.167 0 0 0-.495-.212.976.976 0 0 1-.637-.8l-.107-1.073A.45.45 0 0 0 13.393 3h-2.786ZM12 14.7a2.7 2.7 0 1 0 0-5.4 2.7 2.7 0 0 0 0 5.4Z",clipRule:"evenodd"})),Ac=ae(d.jsx("path",{fill:"currentColor",d:"M5 5.5a3.5 3.5 0 0 1 6.826-1.093A5.486 5.486 0 0 0 10 8.5v1c0 .054 0 .108.002.162A3.5 3.5 0 0 1 5 6.5v-1ZM10.437 11.652a10 10 0 0 0-4.878.253l-.104.032a4 4 0 0 0-2.746 4.607l.13.652a1 1 0 0 0 .98.804h3.86a6.004 6.004 0 0 1 3.737-4.816 5.505 5.505 0 0 1-.979-1.532ZM12 8.5a3.5 3.5 0 1 1 7 0v1a3.5 3.5 0 1 1-7 0v-1ZM9.709 19.544a4 4 0 0 1 2.746-4.607l.104-.032a9.999 9.999 0 0 1 5.882 0l.104.032a4 4 0 0 1 2.746 4.607l-.13.652a1 1 0 0 1-.98.804H10.82a1 1 0 0 1-.98-.804l-.131-.652Z"})),Vc=ae(d.jsx("path",{fill:"currentColor",d:"M14 3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-5ZM14 11a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-5ZM4 16a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-4ZM5 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H5Z"})),Lc=ae(d.jsx("path",{d:"m4 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1-1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1-1zm10-1a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0 -1-1zm1-9h2v3h3v2h-3v3h-2v-3h-3v-2h3z",fill:"currentColor"})),Hc=ae(d.jsx(d.Fragment,{children:d.jsx("path",{fill:"currentColor",d:"M4 7a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1ZM4 12a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1ZM5 16a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H5Z"})})),Fc=ae(d.jsx("path",{fill:"currentColor",d:"M12.002 7.75a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5Zm0 6a1.75 1.75 0 1 1 0-3.5 1.75 1.75 0 0 1 0 3.5ZM10.252 18a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z"})),Wc=ae(d.jsx("path",{fill:"currentColor",d:"M2 3.5a1 1 0 0 0 0 2h2.702l2.264 8.961.055.253a1 1 0 0 0 .999.786h9.982a1 1 0 0 0 .977-.786l1.755-7a1 1 0 0 0-.977-1.214H6.98l-.682-3H2ZM11 18.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM17 20.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"})),zc=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd",d:"M14.1567 4.52715C13.0959 4.53253 12.0807 4.95909 11.3344 5.713L3.74994 13.3744C2.78204 14.3522 2.78602 15.9282 3.75884 16.901L7.27936 20.4215C8.26496 21.4071 9.86623 21.3964 10.8385 20.3976L18.3662 12.6647C19.0932 11.9179 19.5 10.9168 19.5 9.87459L19.5 6.00766C19.5 5.17626 18.8237 4.50346 17.9923 4.50768L14.1567 4.52715ZM15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"})),Bc=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",d:"M11.365 3.341c0 1.293-2.096 2.342-4.682 2.342C4.096 5.683 2 4.634 2 3.34 2 2.048 4.096 1 6.683 1c2.586 0 4.682 1.048 4.682 2.341Z"}),d.jsx("path",{fill:"currentColor",d:"M10.517 6.044c-1.042.52-2.399.81-3.834.81-1.436 0-2.793-.29-3.835-.81A4.939 4.939 0 0 1 2 5.51v1.893c0 .287.124.56.368.713.624.39 2.047 1.078 4.315 1.078 1.271 0 2.277-.216 3.026-.475a8.991 8.991 0 0 1 1.566-.915c.06-.121.09-.26.09-.4V5.51a4.94 4.94 0 0 1-.848.534ZM6.556 12.878a8.984 8.984 0 0 1 1.345-2.411 10.4 10.4 0 0 1-1.218.07c-1.436 0-2.793-.288-3.835-.809A4.939 4.939 0 0 1 2 9.195v1.893c0 .287.124.56.368.712.612.383 1.994 1.053 4.188 1.078Z"}),d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M22 16a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm-7.574-4.547c0-.092.075-.168.168-.168h.812c.093 0 .168.075.168.168v.982a.167.167 0 0 1-.02.08c.194.03.376.074.543.133.34.118.621.271.843.461.229.19.402.392.52.608.117.215.18.424.186.627 0 .052-.02.101-.059.147a.2.2 0 0 1-.147.059h-1.098a.39.39 0 0 1-.176-.04.292.292 0 0 1-.127-.137c-.04-.17-.157-.317-.353-.44-.19-.131-.438-.197-.745-.197-.32 0-.575.059-.764.177-.183.117-.275.297-.275.539 0 .156.046.29.138.401.098.105.258.2.48.285.228.078.529.166.901.264.575.118 1.042.258 1.402.422.36.163.624.375.793.637.17.254.255.578.255.97 0 .438-.124.813-.372 1.127-.242.313-.578.555-1.01.725-.275.106-.58.177-.915.215v.988a.168.168 0 0 1-.168.168h-.812a.168.168 0 0 1-.168-.168V19.5a3.437 3.437 0 0 1-1.004-.246c-.418-.183-.735-.422-.95-.716a1.678 1.678 0 0 1-.343-.94c0-.053.02-.099.058-.138a.186.186 0 0 1 .147-.068h1.049c.085 0 .15.02.196.058a.587.587 0 0 1 .127.128c.046.11.118.219.216.323.104.105.245.193.421.265.177.065.396.098.657.098.425 0 .742-.069.95-.206.216-.137.324-.323.324-.559a.524.524 0 0 0-.177-.411c-.11-.105-.29-.2-.539-.284a10.489 10.489 0 0 0-.97-.275 5.785 5.785 0 0 1-1.254-.402c-.34-.17-.598-.385-.774-.646-.17-.268-.255-.598-.255-.99s.108-.739.323-1.039c.216-.307.52-.546.912-.715.265-.12.565-.199.899-.237a.168.168 0 0 1-.013-.065v-.982Z",clipRule:"evenodd"})]})),qc=ae(d.jsx("path",{clipRule:"evenodd",d:"m4 5a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-12a1 1 0 0 0 -1-1zm2 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm13-2h-10v2h10zm-7 4 4 6h-8z",fill:"currentColor",fillRule:"evenodd"})),Kc=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7.037l.125-.62a2 2 0 0 1 .547-1.022l.36-.358H10.33V5h3.33v10.41l2-1.998V5H19v5.096a2.992 2.992 0 0 1 2-.68V4a1 1 0 0 0-1-1H4Zm1 2v12h3.33V5H5Z",clipRule:"evenodd"}),d.jsx("path",{fill:"currentColor",d:"M21.612 11.707a1 1 0 0 0-1.414 0l-7.075 7.066-.71 3.536 3.536-.705 7.076-7.067a1 1 0 0 0 0-1.414l-1.413-1.415Z"})]})),Uc=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",d:"M4 2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h5v-2H4V4h10v5h2V4a2 2 0 0 0-2-2H4Z"}),d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 8c0 .348-.048.682-.136 1H11a2 2 0 0 0-2 2v1.118C7.853 12.683 6.468 13 5 13v-2a7.61 7.61 0 0 0 2.1-.287C6.43 9.965 6 9.044 6 8H5V6h3V5h2v1h3v2h-1Zm-2 0c0 .584-.312 1.214-1 1.768C8.312 9.214 8 8.584 8 8h2Z",clipRule:"evenodd"}),d.jsx("path",{fill:"currentColor",d:"M14.977 16.913h2.046l-1.034-2.904-1.012 2.904Z"}),d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10 11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V11Zm2.392 8.85a.25.25 0 0 1-.165-.066.25.25 0 0 1-.066-.165c0-.037.004-.07.011-.099l2.585-7.062a.426.426 0 0 1 .132-.209.427.427 0 0 1 .297-.099h1.628c.125 0 .22.033.286.099a.4.4 0 0 1 .143.209l2.574 7.062c.015.03.022.062.022.099a.231.231 0 0 1-.077.165.224.224 0 0 1-.165.066h-1.353c-.11 0-.194-.026-.253-.077a.484.484 0 0 1-.099-.154l-.429-1.122h-2.937l-.418 1.122a.484.484 0 0 1-.099.154c-.051.051-.14.077-.264.077h-1.353Z",clipRule:"evenodd"})]})),Zc=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M6 3C6 2.448 6.449 2 7 2h2.17a3.001 3.001 0 0 0 5.658 0H17c.552 0 1 .448 1 1v18c0 .552-.448 1-1 1h-2.17a3.001 3.001 0 0 0-5.658 0H7A1.001 1.001 0 0 1 6 21V3Zm9.814 6.085a.636.636 0 0 0-.9-.899l-6.728 6.729a.636.636 0 0 0 .899.899l6.729-6.729Zm-5.272.186a1.271 1.271 0 1 1-2.542 0 1.271 1.271 0 0 1 2.542 0ZM14.73 16a1.271 1.271 0 1 0 0-2.543 1.271 1.271 0 0 0 0 2.543Z",clipRule:"evenodd"})),Yc=ae(d.jsx("path",{clipRule:"evenodd",d:"m5 4a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-14a1 1 0 0 0 -1-1zm11.728 5.685a1 1 0 0 0 -1.456-1.37l-4.92 5.226-1.624-1.726a1 1 0 0 0 -1.456 1.37l2.353 2.5a1 1 0 0 0 1.456 0z",fill:"currentColor",fillRule:"evenodd"})),Gc=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.293 9.707a1 1 0 0 0 1.414 0L12 6.414l3.293 3.293a1 1 0 0 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 0 1.414ZM7.293 14.293a1 1 0 0 1 1.414 0L12 17.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z",clipRule:"evenodd"})),gr=ae(d.jsx("path",{fill:"currentColor",d:"M18.364 5.636a1 1 0 0 0-1.414 0L12 10.586l-4.95-4.95A1 1 0 0 0 5.636 7.05l4.95 4.95-4.95 4.95a1 1 0 0 0 1.414 1.414l4.95-4.95 4.95 4.95a1 1 0 0 0 1.414-1.414L13.414 12l4.95-4.95a1 1 0 0 0 0-1.414Z"})),Xc=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",d:"M4 21h11a1 1 0 0 0 1-1v-2h-4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h4V7.414a1 1 0 0 0-.293-.707l-3.414-3.414A1 1 0 0 0 11.586 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1Z"}),d.jsx("path",{fill:"currentColor",d:"M18 19v-3h-6v-3h6v-3l5 4.5-5 4.5Z"})]})),Cr=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm2.95-13.364a1 1 0 0 1 1.414 1.414L13.414 12l2.95 2.95a1 1 0 0 1-1.414 1.414L12 13.414l-2.95 2.95a1 1 0 0 1-1.414-1.414l2.95-2.95-2.95-2.95A1 1 0 0 1 9.05 7.636l2.95 2.95 2.95-2.95Z",clipRule:"evenodd"})),yr=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11.708 12.886a6.25 6.25 0 1 1 1.178-1.178l4.084 4.083a.833.833 0 0 1-1.178 1.178l-4.084-4.084Zm.792-4.97a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z",clipRule:"evenodd"}),"0 0 20 20"),Jc=ae(d.jsx("path",{fill:"currentColor",d:"M20.193 15.731A9 9 0 0 1 9.808 3.269a9 9 0 1 0 10.385 12.462Z"})),Qc=ae(d.jsx("path",{fill:"currentColor",d:"M13 1v3.5a1 1 0 1 1-2 0V1h2ZM17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0ZM4.5 11H1v2h3.5a1 1 0 1 0 0-2ZM3.515 19.071l2.475-2.475a1 1 0 0 1 1.414 1.414l-2.475 2.475-1.414-1.414ZM7.404 5.99 4.929 3.515 3.515 4.929 5.99 7.404A1 1 0 0 0 7.404 5.99ZM13 23v-3.5a1 1 0 1 0-2 0V23h2ZM19.5 11H23v2h-3.5a1 1 0 1 1 0-2ZM19.071 3.515 16.596 5.99a1 1 0 0 0 1.414 1.414l2.475-2.475-1.414-1.414ZM18.01 16.596l2.475 2.475-1.414 1.414-2.475-2.475a1 1 0 0 1 1.414-1.414Z"})),ep=ae(d.jsx("path",{fill:"currentColor",d:"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM11 9V7H13V9H11ZM11 17V11H13V17H11Z",fillRule:"evenodd",clipRule:"evenodd"})),sp=ae(d.jsx("path",{fill:"currentColor",d:"M12.8762 2.59313C12.4963 1.90235 11.5037 1.90235 11.1238 2.59313L1.81504 19.5181C1.44846 20.1845 1.93064 21 2.69126 21H21.3087C22.0693 21 22.5515 20.1845 22.1849 19.5181L12.8762 2.59313ZM11 8H13V14H11V8ZM11 16H13V18H11V16Z",fillRule:"evenodd",clipRule:"evenodd"})),tp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{d:"M9 3C9 2.44772 9.44772 2 10 2H14C14.5523 2 15 2.44772 15 3V4H18C18.5523 4 19 4.44772 19 5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5C5 4.44772 5.44772 4 6 4H9V3Z",fill:"currentColor"}),d.jsx("path",{fill:"currentColor",d:"M18.5 8H5.5L6.84356 19.5399C6.93665 20.4088 7.59175 21.1183 8.44863 21.2897C10.7789 21.7558 13.2211 21.7558 15.5514 21.2897C16.4083 21.1183 17.0633 20.4088 17.1564 19.5399L18.5 8ZM11 11C11 10.4477 10.5523 10 10 10C9.44771 10 9 10.4477 9 11V18C9 18.5523 9.44771 19 10 19C10.5523 19 11 18.5523 11 18V11ZM14 10C14.5523 10 15 10.4477 15 11V18C15 18.5523 14.5523 19 14 19C13.4477 19 13 18.5523 13 18V11C13 10.4477 13.4477 10 14 10Z",fillRule:"evenodd",clipRule:"evenodd"})]})),op=ae(d.jsx("path",{fill:"currentColor",d:"M4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5H4ZM11.4 14.3L5 9.5V7L12 12.25L19 7V9.5L12.6 14.3C12.2444 14.5667 11.7556 14.5667 11.4 14.3Z",fillRule:"evenodd",clipRule:"evenodd"})),np=ae(d.jsx("path",{fill:"currentColor",d:"M8 7c1.10457 0 2-.89543 2-2s-.89543-2-2-2-2 .89543-2 2 .89543 2 2 2ZM8 14c1.10457 0 2-.8954 2-2s-.89543-2-2-2-2 .8954-2 2 .89543 2 2 2ZM10 19c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2ZM16 7c1.1046 0 2-.89543 2-2s-.8954-2-2-2-2 .89543-2 2 .8954 2 2 2ZM18 12c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM16 21c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2Z"})),ap=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2.375C3.10254 2.375 2.375 3.10254 2.375 4V9C2.375 9.89746 3.10254 10.625 4 10.625H9C9.89746 10.625 10.625 9.89746 10.625 9V4C10.625 3.10254 9.89746 2.375 9 2.375L4 2.375ZM3.625 4C3.625 3.79289 3.79289 3.625 4 3.625L9 3.625C9.20711 3.625 9.375 3.79289 9.375 4V9C9.375 9.20711 9.20711 9.375 9 9.375H4C3.79289 9.375 3.625 9.20711 3.625 9L3.625 4Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 2.375C14.1025 2.375 13.375 3.10254 13.375 4V9C13.375 9.89746 14.1025 10.625 15 10.625H20C20.8975 10.625 21.625 9.89746 21.625 9L21.625 4C21.625 3.10254 20.8975 2.375 20 2.375L15 2.375ZM14.625 4C14.625 3.79289 14.7929 3.625 15 3.625L20 3.625C20.2071 3.625 20.375 3.79289 20.375 4L20.375 9C20.375 9.20711 20.2071 9.375 20 9.375H15C14.7929 9.375 14.625 9.20711 14.625 9V4Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.375 15C2.375 14.1025 3.10254 13.375 4 13.375H9C9.89746 13.375 10.625 14.1025 10.625 15V20C10.625 20.8975 9.89746 21.625 9 21.625H4C3.10254 21.625 2.375 20.8975 2.375 20L2.375 15ZM4 14.625C3.79289 14.625 3.625 14.7929 3.625 15L3.625 20C3.625 20.2071 3.79289 20.375 4 20.375H9C9.20711 20.375 9.375 20.2071 9.375 20V15C9.375 14.7929 9.20711 14.625 9 14.625H4Z",fill:"currentColor"}),d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 13.375C14.1025 13.375 13.375 14.1025 13.375 15V20C13.375 20.8975 14.1025 21.625 15 21.625H20C20.8975 21.625 21.625 20.8975 21.625 20L21.625 15C21.625 14.1025 20.8975 13.375 20 13.375H15ZM14.625 15C14.625 14.7929 14.7929 14.625 15 14.625H20C20.2071 14.625 20.375 14.7929 20.375 15L20.375 20C20.375 20.2071 20.2071 20.375 20 20.375H15C14.7929 20.375 14.625 20.2071 14.625 20V15Z",fill:"currentColor"})]})),ip=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",d:"M4 6a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2H6v11a2 2 0 0 1-2-2V6Z"}),d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M10 8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2h-9Zm0 2h9v9h-9v-9Z",clipRule:"evenodd"})]})),rp=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5H4ZM5 7V17H8.33337V7H5ZM13.6666 17H10.3334V7H13.6666V17ZM15.6666 17H19V7H15.6666V17Z",clipRule:"evenodd"})),lp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 5C3 4.44772 3.44772 4 4 4H20C20.5523 4 21 4.44772 21 5V10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10V5ZM5 9V6H19V9H5Z",clipRule:"evenodd"}),d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14V19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19V14ZM5 18V15H19V18H5Z",clipRule:"evenodd"})]})),fp=ae(d.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M5 3a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5Zm0 2h4v4H5V5ZM5 13a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2H5Zm0 2h4v4H5v-4ZM13 5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V5Zm6 0h-4v4h4V5ZM15 13a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4Zm0 2h4v4h-4v-4Z",clipRule:"evenodd"})),cp=ae(d.jsx("path",{fill:"currentColor",d:"M8 5a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2H8ZM8 11a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H8ZM7 18a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1ZM4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM4 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"})),pp=ae(d.jsx("path",{fill:"currentColor",d:"M20 12a1 1 0 0 0-1-1h-6V5a1 1 0 1 0-2 0v6H5a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 0 0 1-1Z"})),dp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{d:"M2.99921 4.99997C2.99921 4.44768 3.44692 3.99997 3.99921 3.99997H8.49921L10.9992 5.99997H17.9992C18.5515 5.99997 18.9992 6.44768 18.9992 6.99997V8.99997H6.69138C5.44084 8.99997 4.32148 9.77569 3.88239 10.9466L2.99921 13.3017V4.99997Z",fill:"currentColor"}),d.jsx("path",{d:"M4.44072 19H18.3047C18.7216 19 19.0947 18.7415 19.2411 18.3512L21.4911 12.3512C21.7362 11.6974 21.2529 11 20.5547 11H6.69073C6.27388 11 5.90076 11.2586 5.7544 11.6489L3.50439 17.6489C3.25924 18.3027 3.74252 19 4.44072 19Z",fill:"currentColor"})]})),up=ae(d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7071 6.29289C15.0976 6.68342 15.0976 7.31658 14.7071 7.70711L10.4142 12L14.7071 16.2929C15.0976 16.6834 15.0976 17.3166 14.7071 17.7071C14.3166 18.0976 13.6834 18.0976 13.2929 17.7071L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929L13.2929 6.29289C13.6834 5.90237 14.3166 5.90237 14.7071 6.29289Z",fill:"currentColor"})),_p=ae(d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L13.5858 12L9.29289 16.2929C8.90237 16.6834 8.90237 17.3166 9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289Z",fill:"currentColor"})),bp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{d:"M18.4142 5.41422C17.6332 4.63317 16.3669 4.63317 15.5858 5.41422L14.3536 6.64643L17.8891 10.182L19.1213 8.94975C19.9024 8.1687 19.9024 6.90237 19.1213 6.12132L18.4142 5.41422Z",fill:"currentColor"}),d.jsx("path",{d:"M16.4749 11.5962L12.9394 8.06064L4.9792 16.0208L4.27209 20.2635L8.51474 19.5564L16.4749 11.5962Z",fill:"currentColor"})]})),mp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{d:"M11 5.17157L8.58578 7.58579L7.17157 6.17157L10.5858 2.75736C11.3668 1.97631 12.6332 1.97631 13.4142 2.75736L16.8284 6.17157L15.4142 7.58579L13 5.17157V15H11L11 5.17157Z",fill:"currentColor"}),d.jsx("path",{d:"M8 10H4C3.44772 10 3 10.4477 3 11V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V11C21 10.4477 20.5523 10 20 10H16V12H19V19H5V12H8V10Z",fill:"currentColor"})]})),hp=ae(d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 6C3 4.34315 4.34315 3 6 3H15.1324C15.928 3 16.6911 3.31607 17.2537 3.87868L20.1213 6.74632C20.6839 7.30893 21 8.07199 21 8.86764V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12C13.6569 12 15 13.3431 15 15ZM7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9H15C16.1046 9 17 8.10457 17 7C17 5.89543 16.1046 5 15 5H7Z",fill:"currentColor"})),vp=ae(d.jsxs(d.Fragment,{children:[d.jsx("path",{d:"M8 10C9.10457 10 10 9.10457 10 8L10 3H8L8 8L3 8V10L8 10Z",fill:"currentColor"}),d.jsx("path",{d:"M8 14C9.10457 14 10 14.8954 10 16L10 21H8L8 16L3 16V14L8 14Z",fill:"currentColor"}),d.jsx("path",{d:"M14 8C14 9.10457 14.8954 10 16 10L21 10V8L16 8L16 3H14L14 8Z",fill:"currentColor"}),d.jsx("path",{d:"M16 14C14.8954 14 14 14.8954 14 16L14 21H16L16 16L21 16V14L16 14Z",fill:"currentColor"})]})),gp=ae(d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 5C3 3.89543 3.89543 3 5 3H10V5H5V10H3V5ZM19 5H14V3H19C20.1046 3 21 3.89543 21 5V10H19V5ZM5 14V19H10V21H5C3.89543 21 3 20.1046 3 19V14H5ZM19 19V14H21V19C21 20.1046 20.1046 21 19 21H14V19H19Z",fill:"currentColor"})),Cp=ae(d.jsx("path",{d:"M11 5.002H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7m-8 0 10-10m0 0v6m0-6h-6",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),xr=({dataTestId:e,disabled:s})=>d.jsx(ds,{icon:d.jsx(cn,{className:xc}),variant:"secondary",type:"button","data-test-id":e,disabled:s,"data-macaw-ui-component":"Accordion.TriggerButton"});xr.displayName="Accordion.TriggerButton";const yp=Object.assign(_r,{Item:br,Trigger:mr,Content:hr,TriggerButton:xr});var xp=ge({defaultClassName:"_1ruekcrq",variantClassNames:{variant:{hero:"_1ruekcrr",title:"_1ruekcrs",heading:"_1ruekcrt",bodyStrong:"_1ruekcru",bodyEmp:"_1ruekcrv",body:"_1ruekcrw",button:"_1ruekcrx",caption:"_1ruekcry"},size:{small:"_1ruekcrz",medium:"_1ruekcr10",large:"_1ruekcr11",inherit:"_1ruekcr12"},ellipsis:{multiline:"_18fs8ps20o _18fs8ps210 _18fs8ps21f",true:"_18fs8ps20o _18fs8ps210 _18fs8ps21f _18fs8ps21l",false:"_1ruekcr15"}},defaultVariants:{variant:"body",size:"medium",ellipsis:!1},compoundVariants:[[{variant:"hero",size:"large"},"_18fs8ps1j0 _18fs8ps1l6 _18fs8ps239 _18fs8ps1p0"],[{variant:"hero",size:"medium"},"_18fs8ps1j3 _18fs8ps1l9 _18fs8ps23c _18fs8ps1p3"],[{variant:"hero",size:"small"},"_18fs8ps1j6 _18fs8ps1lc _18fs8ps23f _18fs8ps1p6"],[{variant:"title",size:"large"},"_18fs8ps1j9 _18fs8ps1lf _18fs8ps23i _18fs8ps1p9"],[{variant:"title",size:"medium"},"_18fs8ps1jc _18fs8ps1li _18fs8ps23l _18fs8ps1pc"],[{variant:"title",size:"small"},"_18fs8ps1jf _18fs8ps1ll _18fs8ps23o _18fs8ps1pf"],[{variant:"heading",size:"large"},"_18fs8ps1ji _18fs8ps1lo _18fs8ps23r _18fs8ps1pi"],[{variant:"heading",size:"medium"},"_18fs8ps1jl _18fs8ps1lr _18fs8ps23u _18fs8ps1pl"],[{variant:"heading",size:"small"},"_18fs8ps1jo _18fs8ps1lu _18fs8ps23x _18fs8ps1po"],[{variant:"bodyStrong",size:"large"},"_18fs8ps1jr _18fs8ps1lx _18fs8ps240 _18fs8ps1pr"],[{variant:"bodyStrong",size:"medium"},"_18fs8ps1ju _18fs8ps1m0 _18fs8ps243 _18fs8ps1pu"],[{variant:"bodyStrong",size:"small"},"_18fs8ps1jx _18fs8ps1m3 _18fs8ps246 _18fs8ps1px"],[{variant:"bodyEmp",size:"large"},"_18fs8ps1k0 _18fs8ps1m6 _18fs8ps249 _18fs8ps1q0"],[{variant:"bodyEmp",size:"medium"},"_18fs8ps1k3 _18fs8ps1m9 _18fs8ps24c _18fs8ps1q3"],[{variant:"bodyEmp",size:"small"},"_18fs8ps1k6 _18fs8ps1mc _18fs8ps24f _18fs8ps1q6"],[{variant:"body",size:"large"},"_18fs8ps1k9 _18fs8ps1mf _18fs8ps24i _18fs8ps1q9"],[{variant:"body",size:"medium"},"_18fs8ps1kc _18fs8ps1mi _18fs8ps24l _18fs8ps1qc"],[{variant:"body",size:"small"},"_18fs8ps1kf _18fs8ps1ml _18fs8ps24o _18fs8ps1qf"],[{variant:"button",size:"large"},"_18fs8ps1ki _18fs8ps1mo _18fs8ps24r _18fs8ps1qi"],[{variant:"button",size:"medium"},"_18fs8ps1kl _18fs8ps1mr _18fs8ps24u _18fs8ps1ql"],[{variant:"button",size:"small"},"_18fs8ps1ko _18fs8ps1mu _18fs8ps24x _18fs8ps1qo"],[{variant:"caption",size:"large"},"_18fs8ps1kr _18fs8ps1mx _18fs8ps250 _18fs8ps1qr"],[{variant:"caption",size:"medium"},"_18fs8ps1ku _18fs8ps1n0 _18fs8ps253 _18fs8ps1qu"],[{variant:"caption",size:"small"},"_18fs8ps1kx _18fs8ps1n3 _18fs8ps256 _18fs8ps1qx"]]});const Ie=r.forwardRef(({children:e,as:s="span",variant:t,size:o,ellipsis:a,color:n="textNeutralDefault",className:i,...l},f)=>d.jsx(B,{as:s,className:fe(xp({variant:t,size:o,ellipsis:a}),i),color:n,ref:f,margin:0,"data-macaw-ui-component":"Text",...l,children:e}));Ie.displayName="Text";var Za=ge({defaultClassName:"_18fs8ps3 _18fs8ps10 _18fs8ps1l _18fs8ps26p _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc",variantClassNames:{size:{small:"_18fs8ps14x _18fs8ps17i",medium:"_18fs8ps153 _18fs8ps17o",large:"_18fs8ps156 _18fs8ps17r"},scheme:{decorative1:"_18fs8ps2td _18fs8ps2e1",decorative2:"_18fs8ps2tl _18fs8ps2e9",decorative3:"_18fs8ps2tt _18fs8ps2eh"}},defaultVariants:{size:"medium",scheme:"decorative1"},compoundVariants:[]});const kr=e=>{if("src"in e){const{src:i,size:l,scheme:f,className:c,...u}=e;return d.jsx(B,{as:"img",src:i,alt:"Store avatar image",className:fe(Za({size:l,scheme:f}),c),"data-macaw-ui-component":"Avatar.Store",...u})}const{size:s,scheme:t,className:o,initials:a,...n}=e;return d.jsx(B,{className:fe(Za({size:s,scheme:t}),o),"data-macaw-ui-component":"Avatar.Store",...n,children:d.jsx(Ie,{variant:"bodyEmp",size:s,color:"inherit",children:a})})};kr.displayName="Avatar.Store";var Ya=ge({defaultClassName:"_18fs8ps3 _18fs8ps10 _18fs8ps1l _18fs8ps26p _18fs8ps1h0 _18fs8ps1g3 _18fs8ps1iu _18fs8ps1hx",variantClassNames:{size:{small:"_18fs8ps14x _18fs8ps17i",medium:"_18fs8ps153 _18fs8ps17o",large:"_18fs8ps156 _18fs8ps17r"},scheme:{decorative1:"_18fs8ps2sp",decorative2:"_18fs8ps2sx",decorative3:"_18fs8ps2t5"}},defaultVariants:{size:"medium",scheme:"decorative1"},compoundVariants:[]});const wr=e=>{if("src"in e){const{src:i,size:l,scheme:f,className:c,...u}=e;return d.jsx(B,{as:"img",src:i,alt:"User avatar image",className:fe(Ya({size:l,scheme:f}),c),"data-macaw-ui-component":"Avatar.User",...u})}const{size:s,scheme:t,className:o,initials:a,...n}=e;return d.jsx(B,{className:fe(Ya({size:s,scheme:t}),o),"data-macaw-ui-component":"Avatar.User",...n,children:d.jsx(Ie,{variant:"bodyEmp",size:s,color:"textNeutralContrasted",children:a})})};wr.displayName="Avatar.User";const kp=Object.assign({},{User:wr,Store:kr});function Er(e){const s=r.useRef({value:e,previous:e});return r.useMemo(()=>(s.current.value!==e&&(s.current.previous=s.current.value,s.current.value=e),s.current.previous),[e])}function pn(e){const[s,t]=r.useState(void 0);return Is(()=>{if(e){t({width:e.offsetWidth,height:e.offsetHeight});const o=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const n=a[0];let i,l;if("borderBoxSize"in n){const f=n.borderBoxSize,c=Array.isArray(f)?f[0]:f;i=c.inlineSize,l=c.blockSize}else i=e.offsetWidth,l=e.offsetHeight;t({width:i,height:l})});return o.observe(e,{box:"border-box"}),()=>o.unobserve(e)}else t(void 0)},[e]),s}const $r="Checkbox",[wp,Bv]=ze($r),[Ep,$p]=wp($r),Ip=r.forwardRef((e,s)=>{const{__scopeCheckbox:t,name:o,checked:a,defaultChecked:n,required:i,disabled:l,value:f="on",onCheckedChange:c,...u}=e,[p,b]=r.useState(null),_=xe(s,h=>b(h)),C=r.useRef(!1),v=p?!!p.closest("form"):!0,[w=!1,y]=Qe({prop:a,defaultProp:n,onChange:c}),m=r.useRef(w);return r.useEffect(()=>{const h=p==null?void 0:p.form;if(h){const g=()=>y(m.current);return h.addEventListener("reset",g),()=>h.removeEventListener("reset",g)}},[p,y]),r.createElement(Ep,{scope:t,state:w,disabled:l},r.createElement(ve.button,O({type:"button",role:"checkbox","aria-checked":ws(w)?"mixed":w,"aria-required":i,"data-state":Ir(w),"data-disabled":l?"":void 0,disabled:l,value:f},u,{ref:_,onKeyDown:oe(e.onKeyDown,h=>{h.key==="Enter"&&h.preventDefault()}),onClick:oe(e.onClick,h=>{y(g=>ws(g)?!0:!g),v&&(C.current=h.isPropagationStopped(),C.current||h.stopPropagation())})})),v&&r.createElement(Pp,{control:p,bubbles:!C.current,name:o,value:f,checked:w,required:i,disabled:l,style:{transform:"translateX(-100%)"}}))}),Sp="CheckboxIndicator",Rp=r.forwardRef((e,s)=>{const{__scopeCheckbox:t,forceMount:o,...a}=e,n=$p(Sp,t);return r.createElement(Be,{present:o||ws(n.state)||n.state===!0},r.createElement(ve.span,O({"data-state":Ir(n.state),"data-disabled":n.disabled?"":void 0},a,{ref:s,style:{pointerEvents:"none",...e.style}})))}),Pp=e=>{const{control:s,checked:t,bubbles:o=!0,...a}=e,n=r.useRef(null),i=Er(t),l=pn(s);return r.useEffect(()=>{const f=n.current,c=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(c,"checked").set;if(i!==t&&p){const b=new Event("click",{bubbles:o});f.indeterminate=ws(t),p.call(f,ws(t)?!1:t),f.dispatchEvent(b)}},[i,t,o]),r.createElement("input",O({type:"checkbox","aria-hidden":!0,defaultChecked:ws(t)?!1:t},a,{tabIndex:-1,ref:n,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function ws(e){return e==="indeterminate"}function Ir(e){return ws(e)?"indeterminate":e?"checked":"unchecked"}const Dp=Ip,Op=Rp,Sr=r.forwardRef(({color:e},s)=>d.jsx("svg",{ref:s,viewBox:"0 0 8 8",width:"8",height:"8",className:es({color:e}),fill:"none",xmlns:"http://www.w3.org/2000/svg",children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.70711 1.25C8.09763 1.64052 8.09763 2.27369 7.70711 2.66421L3.20711 7.16421C2.81658 7.55474 2.18342 7.55474 1.79289 7.16421L0.292894 5.66421C-0.0976308 5.27369 -0.0976306 4.64052 0.292894 4.25C0.683418 3.85947 1.31658 3.85948 1.70711 4.25L2.5 5.04289L6.29289 1.25C6.68342 0.859475 7.31658 0.859475 7.70711 1.25Z",fill:"currentColor"})}));Sr.displayName="CheckedIcon";const Rr=r.forwardRef(({color:e},s)=>d.jsx("svg",{viewBox:"0 0 8 2",width:"8",height:"2",className:es({color:e}),fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:s,children:d.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 1C0 0.447715 0.447715 0 1 0H7C7.55228 0 8 0.447715 8 1C8 1.55228 7.55228 2 7 2H1C0.447715 2 0 1.55228 0 1Z",fill:"currentColor"})}));Rr.displayName="IndeterminateIcon";var Np="_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1g9 _18fs8ps1fc _18fs8ps1i3 _18fs8ps1h6 _18fs8ps14o _18fs8ps179 _18fs8ps3 _18fs8ps1l _18fs8ps10 _18fs8ps2ch _18fs8ps2up _18fs8ps26",jp="_9gb9up2",Mp="_9gb9up3";const Pr=r.forwardRef(({error:e=!1,checked:s,defaultChecked:t,onCheckedChange:o,required:a,name:n,value:i,disabled:l,children:f,...c},u)=>{const p=l?"iconNeutralSubdued":"iconNeutralContrasted";return d.jsxs(B,{as:"label",display:"flex",alignItems:"center",gap:1.5,position:"relative",cursor:l?"not-allowed":"pointer",...c,"data-macaw-ui-component":"Checkbox",children:[d.jsx(Dp,{ref:u,className:fe(Np,e?Mp:jp),checked:s,onCheckedChange:o,disabled:l,defaultChecked:t,required:a,name:n,value:i,children:d.jsx(Op,{asChild:!0,children:s==="indeterminate"?d.jsx(Rr,{color:p}):d.jsx(Sr,{color:p})})}),f]})});Pr.displayName="Checkbox";var Tp=ge({defaultClassName:"_18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8ps2gx _18fs8ps6 _18fs8ps1l _18fs8ps10 _18fs8ps1l3 _18fs8ps26p",variantClassNames:{size:{small:"_18fs8pspo _18fs8pss3 _18fs8ps17c",medium:"_18fs8pspo _18fs8pss3 _18fs8ps17f",large:"_18fs8psrr _18fs8psu6 _18fs8ps17i"}},defaultVariants:{size:"medium"},compoundVariants:[]});const Dr=r.forwardRef(({children:e,size:s,className:t,...o},a)=>d.jsx(B,{as:"span",className:fe(Tp({size:s}),t),ref:a,"data-macaw-ui-component":"Chip",...o,children:e}));Dr.displayName="Chip";const rt=r.forwardRef((e,s)=>{var t;const{container:o=globalThis==null||(t=globalThis.document)===null||t===void 0?void 0:t.body,...a}=e;return o?Gt.createPortal(r.createElement(ve.div,O({},a,{ref:s})),o):null}),Hs=rt;var dn=ge({defaultClassName:"_9mn26x1a",variantClassNames:{size:{small:"_18fs8pskx",medium:"_18fs8pskx",large:"_18fs8pskx"}},defaultVariants:{size:"medium"},compoundVariants:[]}),eo=ge({defaultClassName:"_9mn26x12 _18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps16u _18fs8ps2u1 _18fs8ps1k9 _18fs8ps1mf _18fs8ps1ou _18fs8ps29d _18fs8ps29r",variantClassNames:{size:{small:"_18fs8ps1kf _18fs8ps1n0",medium:"_18fs8ps1kc _18fs8ps1ml",large:"_18fs8ps1k9 _18fs8ps1mf"},error:{true:"_18fs8ps2ax"}},defaultVariants:{size:"medium"},compoundVariants:[]}),lt=ge({defaultClassName:"_18fs8psmx _18fs8pspc _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps2l _18fs8ps3 _18fs8ps29l _18fs8ps2vl",variantClassNames:{size:{small:"_18fs8pspr _18fs8pss6",medium:"_18fs8pspr _18fs8pss6",large:"_18fs8pspu _18fs8pss9"},active:{true:"_9mn26xf"},typed:{true:"_9mn26xg"},disabled:{true:"_9mn26xh"},error:{true:"_9mn26xi"}},defaultVariants:{size:"medium"},compoundVariants:[[{typed:!0,active:!0,disabled:!1,error:!1},"_18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps27l _18fs8ps2pd _18fs8ps2q3"],[{typed:!0,active:!1,disabled:!1,error:!1},"_18fs8ps2pd _18fs8ps26p _18fs8ps26y"],[{typed:!1,active:!0,error:!1},"_18fs8ps2pd _18fs8ps28x"],[{typed:!1,active:!1,disabled:!1,error:!1},"_18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps2pf _18fs8ps26p _18fs8ps26y"],[{disabled:!0},"_18fs8ps29t _18fs8ps2pd _18fs8ps26p"],[{error:!0,typed:!1},"_18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps2i2 _18fs8ps281"],[{error:!0,typed:!0},"_18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps281"]]}),ft=ge({defaultClassName:"_9mn26xj _18fs8ps29l",variantClassNames:{size:{small:"_18fs8ps1kf _18fs8ps1ml _18fs8ps24o _18fs8ps1qf",medium:"_18fs8ps1kc _18fs8ps1mi _18fs8ps24l _18fs8ps1qc",large:"_18fs8ps1k9 _18fs8ps1mf _18fs8ps24i _18fs8ps1q9"},disabled:{true:"_18fs8ps29t"},typed:{true:"_9mn26xv"},error:{true:"_18fs8ps2b5"}},defaultVariants:{size:"medium"},compoundVariants:[]});const ct=({size:e,error:s,children:t})=>d.jsx(B,{className:dn({size:e}),children:d.jsx(Ie,{variant:"caption",size:e,color:s?"textCriticalDefault":"textNeutralSubdued",children:t})});var Fs="_8bnj8qa _18fs8pskx _18fs8psnc _18fs8pspr _18fs8pss6",pt="_8bnj8q8 _18fs8psku _18fs8psn9 _18fs8pspo _18fs8pss3 _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps2o _18fs8ps2gh _18fs8ps2w9 _18fs8ps26x _18fs8ps16u _18fs8ps1vu _18fs8ps1el _18fs8ps219 _18fs8ps226",dt=ge({defaultClassName:"_8bnj8q3",variantClassNames:{size:{small:"_8bnj8q4",medium:"_8bnj8q5",large:"_8bnj8q6"}},defaultVariants:{size:"medium"},compoundVariants:[]}),un="_8bnj8q0";const Or=({size:e="medium",children:s})=>d.jsxs(We.Item,{className:Fs,display:"flex",gap:1.5,color:"textNeutralSubdued",children:[d.jsx(Ie,{size:e,color:"textNeutralSubdued",children:s}),d.jsx(Ra,{})]}),Nr=({isOpen:e,hasItemsToSelect:s,loading:t})=>e&&s||e&&t?"block":"none",ut=e=>{switch(e){case"small":case"medium":return"medium";case"large":return"large"}},Ap=["top","right","bottom","left"],hs=Math.min,Le=Math.max,At=Math.round,xt=Math.floor,vs=e=>({x:e,y:e}),Vp={left:"right",right:"left",bottom:"top",top:"bottom"},Lp={start:"end",end:"start"};function Ho(e,s,t){return Le(e,hs(s,t))}function ls(e,s){return typeof e=="function"?e(s):e}function fs(e){return e.split("-")[0]}function Ws(e){return e.split("-")[1]}function _n(e){return e==="x"?"y":"x"}function bn(e){return e==="y"?"height":"width"}function zs(e){return["top","bottom"].includes(fs(e))?"y":"x"}function mn(e){return _n(zs(e))}function Hp(e,s,t){t===void 0&&(t=!1);const o=Ws(e),a=mn(e),n=bn(a);let i=a==="x"?o===(t?"end":"start")?"right":"left":o==="start"?"bottom":"top";return s.reference[n]>s.floating[n]&&(i=Vt(i)),[i,Vt(i)]}function Fp(e){const s=Vt(e);return[Fo(e),s,Fo(s)]}function Fo(e){return e.replace(/start|end/g,s=>Lp[s])}function Wp(e,s,t){const o=["left","right"],a=["right","left"],n=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return t?s?a:o:s?o:a;case"left":case"right":return s?n:i;default:return[]}}function zp(e,s,t,o){const a=Ws(e);let n=Wp(fs(e),t==="start",o);return a&&(n=n.map(i=>i+"-"+a),s&&(n=n.concat(n.map(Fo)))),n}function Vt(e){return e.replace(/left|right|bottom|top/g,s=>Vp[s])}function Bp(e){return{top:0,right:0,bottom:0,left:0,...e}}function jr(e){return typeof e!="number"?Bp(e):{top:e,right:e,bottom:e,left:e}}function Lt(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Ga(e,s,t){let{reference:o,floating:a}=e;const n=zs(s),i=mn(s),l=bn(i),f=fs(s),c=n==="y",u=o.x+o.width/2-a.width/2,p=o.y+o.height/2-a.height/2,b=o[l]/2-a[l]/2;let _;switch(f){case"top":_={x:u,y:o.y-a.height};break;case"bottom":_={x:u,y:o.y+o.height};break;case"right":_={x:o.x+o.width,y:p};break;case"left":_={x:o.x-a.width,y:p};break;default:_={x:o.x,y:o.y}}switch(Ws(s)){case"start":_[i]-=b*(t&&c?-1:1);break;case"end":_[i]+=b*(t&&c?-1:1);break}return _}const qp=async(e,s,t)=>{const{placement:o="bottom",strategy:a="absolute",middleware:n=[],platform:i}=t,l=n.filter(Boolean),f=await(i.isRTL==null?void 0:i.isRTL(s));let c=await i.getElementRects({reference:e,floating:s,strategy:a}),{x:u,y:p}=Ga(c,o,f),b=o,_={},C=0;for(let v=0;v<l.length;v++){const{name:w,fn:y}=l[v],{x:m,y:h,data:g,reset:x}=await y({x:u,y:p,initialPlacement:o,placement:b,strategy:a,middlewareData:_,rects:c,platform:i,elements:{reference:e,floating:s}});if(u=m??u,p=h??p,_={..._,[w]:{..._[w],...g}},x&&C<=50){C++,typeof x=="object"&&(x.placement&&(b=x.placement),x.rects&&(c=x.rects===!0?await i.getElementRects({reference:e,floating:s,strategy:a}):x.rects),{x:u,y:p}=Ga(c,b,f)),v=-1;continue}}return{x:u,y:p,placement:b,strategy:a,middlewareData:_}};async function et(e,s){var t;s===void 0&&(s={});const{x:o,y:a,platform:n,rects:i,elements:l,strategy:f}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:p="floating",altBoundary:b=!1,padding:_=0}=ls(s,e),C=jr(_),w=l[b?p==="floating"?"reference":"floating":p],y=Lt(await n.getClippingRect({element:(t=await(n.isElement==null?void 0:n.isElement(w)))==null||t?w:w.contextElement||await(n.getDocumentElement==null?void 0:n.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:f})),m=p==="floating"?{...i.floating,x:o,y:a}:i.reference,h=await(n.getOffsetParent==null?void 0:n.getOffsetParent(l.floating)),g=await(n.isElement==null?void 0:n.isElement(h))?await(n.getScale==null?void 0:n.getScale(h))||{x:1,y:1}:{x:1,y:1},x=Lt(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:m,offsetParent:h,strategy:f}):m);return{top:(y.top-x.top+C.top)/g.y,bottom:(x.bottom-y.bottom+C.bottom)/g.y,left:(y.left-x.left+C.left)/g.x,right:(x.right-y.right+C.right)/g.x}}const Xa=e=>({name:"arrow",options:e,async fn(s){const{x:t,y:o,placement:a,rects:n,platform:i,elements:l}=s,{element:f,padding:c=0}=ls(e,s)||{};if(f==null)return{};const u=jr(c),p={x:t,y:o},b=mn(a),_=bn(b),C=await i.getDimensions(f),v=b==="y",w=v?"top":"left",y=v?"bottom":"right",m=v?"clientHeight":"clientWidth",h=n.reference[_]+n.reference[b]-p[b]-n.floating[_],g=p[b]-n.reference[b],x=await(i.getOffsetParent==null?void 0:i.getOffsetParent(f));let $=x?x[m]:0;(!$||!await(i.isElement==null?void 0:i.isElement(x)))&&($=l.floating[m]||n.floating[_]);const E=h/2-g/2,I=$/2-C[_]/2-1,P=hs(u[w],I),j=hs(u[y],I),R=P,K=$-C[_]-j,S=$/2-C[_]/2+E,F=Ho(R,S,K),ee=Ws(a)!=null&&S!=F&&n.reference[_]/2-(S<R?P:j)-C[_]/2<0?S<R?R-S:K-S:0;return{[b]:p[b]-ee,data:{[b]:F,centerOffset:S-F+ee}}}}),Mr=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(s){var t;const{placement:o,middlewareData:a,rects:n,initialPlacement:i,platform:l,elements:f}=s,{mainAxis:c=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:b="bestFit",fallbackAxisSideDirection:_="none",flipAlignment:C=!0,...v}=ls(e,s),w=fs(o),y=fs(i)===i,m=await(l.isRTL==null?void 0:l.isRTL(f.floating)),h=p||(y||!C?[Vt(i)]:Fp(i));!p&&_!=="none"&&h.push(...zp(i,C,_,m));const g=[i,...h],x=await et(s,v),$=[];let E=((t=a.flip)==null?void 0:t.overflows)||[];if(c&&$.push(x[w]),u){const R=Hp(o,n,m);$.push(x[R[0]],x[R[1]])}if(E=[...E,{placement:o,overflows:$}],!$.every(R=>R<=0)){var I,P;const R=(((I=a.flip)==null?void 0:I.index)||0)+1,K=g[R];if(K)return{data:{index:R,overflows:E},reset:{placement:K}};let S=(P=E.filter(F=>F.overflows[0]<=0).sort((F,Y)=>F.overflows[1]-Y.overflows[1])[0])==null?void 0:P.placement;if(!S)switch(b){case"bestFit":{var j;const F=(j=E.map(Y=>[Y.placement,Y.overflows.filter(ee=>ee>0).reduce((ee,ne)=>ee+ne,0)]).sort((Y,ee)=>Y[1]-ee[1])[0])==null?void 0:j[0];F&&(S=F);break}case"initialPlacement":S=i;break}if(o!==S)return{reset:{placement:S}}}return{}}}};function Ja(e,s){return{top:e.top-s.height,right:e.right-s.width,bottom:e.bottom-s.height,left:e.left-s.width}}function Qa(e){return Ap.some(s=>e[s]>=0)}const Kp=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(s){const{rects:t}=s,{strategy:o="referenceHidden",...a}=ls(e,s);switch(o){case"referenceHidden":{const n=await et(s,{...a,elementContext:"reference"}),i=Ja(n,t.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:Qa(i)}}}case"escaped":{const n=await et(s,{...a,altBoundary:!0}),i=Ja(n,t.floating);return{data:{escapedOffsets:i,escaped:Qa(i)}}}default:return{}}}}};async function Up(e,s){const{placement:t,platform:o,elements:a}=e,n=await(o.isRTL==null?void 0:o.isRTL(a.floating)),i=fs(t),l=Ws(t),f=zs(t)==="y",c=["left","top"].includes(i)?-1:1,u=n&&f?-1:1,p=ls(s,e);let{mainAxis:b,crossAxis:_,alignmentAxis:C}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return l&&typeof C=="number"&&(_=l==="end"?C*-1:C),f?{x:_*u,y:b*c}:{x:b*c,y:_*u}}const Zp=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(s){const{x:t,y:o}=s,a=await Up(s,e);return{x:t+a.x,y:o+a.y,data:a}}}},Yp=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(s){const{x:t,y:o,placement:a}=s,{mainAxis:n=!0,crossAxis:i=!1,limiter:l={fn:w=>{let{x:y,y:m}=w;return{x:y,y:m}}},...f}=ls(e,s),c={x:t,y:o},u=await et(s,f),p=zs(fs(a)),b=_n(p);let _=c[b],C=c[p];if(n){const w=b==="y"?"top":"left",y=b==="y"?"bottom":"right",m=_+u[w],h=_-u[y];_=Ho(m,_,h)}if(i){const w=p==="y"?"top":"left",y=p==="y"?"bottom":"right",m=C+u[w],h=C-u[y];C=Ho(m,C,h)}const v=l.fn({...s,[b]:_,[p]:C});return{...v,data:{x:v.x-t,y:v.y-o}}}}},Gp=function(e){return e===void 0&&(e={}),{options:e,fn(s){const{x:t,y:o,placement:a,rects:n,middlewareData:i}=s,{offset:l=0,mainAxis:f=!0,crossAxis:c=!0}=ls(e,s),u={x:t,y:o},p=zs(a),b=_n(p);let _=u[b],C=u[p];const v=ls(l,s),w=typeof v=="number"?{mainAxis:v,crossAxis:0}:{mainAxis:0,crossAxis:0,...v};if(f){const h=b==="y"?"height":"width",g=n.reference[b]-n.floating[h]+w.mainAxis,x=n.reference[b]+n.reference[h]-w.mainAxis;_<g?_=g:_>x&&(_=x)}if(c){var y,m;const h=b==="y"?"width":"height",g=["top","left"].includes(fs(a)),x=n.reference[p]-n.floating[h]+(g&&((y=i.offset)==null?void 0:y[p])||0)+(g?0:w.crossAxis),$=n.reference[p]+n.reference[h]+(g?0:((m=i.offset)==null?void 0:m[p])||0)-(g?w.crossAxis:0);C<x?C=x:C>$&&(C=$)}return{[b]:_,[p]:C}}}},Tr=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(s){const{placement:t,rects:o,platform:a,elements:n}=s,{apply:i=()=>{},...l}=ls(e,s),f=await et(s,l),c=fs(t),u=Ws(t),p=zs(t)==="y",{width:b,height:_}=o.floating;let C,v;c==="top"||c==="bottom"?(C=c,v=u===(await(a.isRTL==null?void 0:a.isRTL(n.floating))?"start":"end")?"left":"right"):(v=c,C=u==="end"?"top":"bottom");const w=_-f[C],y=b-f[v],m=!s.middlewareData.shift;let h=w,g=y;if(p){const $=b-f.left-f.right;g=u||m?hs(y,$):$}else{const $=_-f.top-f.bottom;h=u||m?hs(w,$):$}if(m&&!u){const $=Le(f.left,0),E=Le(f.right,0),I=Le(f.top,0),P=Le(f.bottom,0);p?g=b-2*($!==0||E!==0?$+E:Le(f.left,f.right)):h=_-2*(I!==0||P!==0?I+P:Le(f.top,f.bottom))}await i({...s,availableWidth:g,availableHeight:h});const x=await a.getDimensions(n.floating);return b!==x.width||_!==x.height?{reset:{rects:!0}}:{}}}};function gs(e){return Ar(e)?(e.nodeName||"").toLowerCase():"#document"}function Fe(e){var s;return(e==null||(s=e.ownerDocument)==null?void 0:s.defaultView)||window}function us(e){var s;return(s=(Ar(e)?e.ownerDocument:e.document)||window.document)==null?void 0:s.documentElement}function Ar(e){return e instanceof Node||e instanceof Fe(e).Node}function cs(e){return e instanceof Element||e instanceof Fe(e).Element}function ns(e){return e instanceof HTMLElement||e instanceof Fe(e).HTMLElement}function ei(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Fe(e).ShadowRoot}function _t(e){const{overflow:s,overflowX:t,overflowY:o,display:a}=Ze(e);return/auto|scroll|overlay|hidden|clip/.test(s+o+t)&&!["inline","contents"].includes(a)}function Xp(e){return["table","td","th"].includes(gs(e))}function hn(e){const s=vn(),t=Ze(e);return t.transform!=="none"||t.perspective!=="none"||(t.containerType?t.containerType!=="normal":!1)||!s&&(t.backdropFilter?t.backdropFilter!=="none":!1)||!s&&(t.filter?t.filter!=="none":!1)||["transform","perspective","filter"].some(o=>(t.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(t.contain||"").includes(o))}function Jp(e){let s=As(e);for(;ns(s)&&!so(s);){if(hn(s))return s;s=As(s)}return null}function vn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function so(e){return["html","body","#document"].includes(gs(e))}function Ze(e){return Fe(e).getComputedStyle(e)}function to(e){return cs(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function As(e){if(gs(e)==="html")return e;const s=e.assignedSlot||e.parentNode||ei(e)&&e.host||us(e);return ei(s)?s.host:s}function Vr(e){const s=As(e);return so(s)?e.ownerDocument?e.ownerDocument.body:e.body:ns(s)&&_t(s)?s:Vr(s)}function Ht(e,s){var t;s===void 0&&(s=[]);const o=Vr(e),a=o===((t=e.ownerDocument)==null?void 0:t.body),n=Fe(o);return a?s.concat(n,n.visualViewport||[],_t(o)?o:[]):s.concat(o,Ht(o))}function Lr(e){const s=Ze(e);let t=parseFloat(s.width)||0,o=parseFloat(s.height)||0;const a=ns(e),n=a?e.offsetWidth:t,i=a?e.offsetHeight:o,l=At(t)!==n||At(o)!==i;return l&&(t=n,o=i),{width:t,height:o,$:l}}function gn(e){return cs(e)?e:e.contextElement}function Ts(e){const s=gn(e);if(!ns(s))return vs(1);const t=s.getBoundingClientRect(),{width:o,height:a,$:n}=Lr(s);let i=(n?At(t.width):t.width)/o,l=(n?At(t.height):t.height)/a;return(!i||!Number.isFinite(i))&&(i=1),(!l||!Number.isFinite(l))&&(l=1),{x:i,y:l}}const Qp=vs(0);function Hr(e){const s=Fe(e);return!vn()||!s.visualViewport?Qp:{x:s.visualViewport.offsetLeft,y:s.visualViewport.offsetTop}}function ed(e,s,t){return s===void 0&&(s=!1),!t||s&&t!==Fe(e)?!1:s}function Ss(e,s,t,o){s===void 0&&(s=!1),t===void 0&&(t=!1);const a=e.getBoundingClientRect(),n=gn(e);let i=vs(1);s&&(o?cs(o)&&(i=Ts(o)):i=Ts(e));const l=ed(n,t,o)?Hr(n):vs(0);let f=(a.left+l.x)/i.x,c=(a.top+l.y)/i.y,u=a.width/i.x,p=a.height/i.y;if(n){const b=Fe(n),_=o&&cs(o)?Fe(o):o;let C=b.frameElement;for(;C&&o&&_!==b;){const v=Ts(C),w=C.getBoundingClientRect(),y=Ze(C),m=w.left+(C.clientLeft+parseFloat(y.paddingLeft))*v.x,h=w.top+(C.clientTop+parseFloat(y.paddingTop))*v.y;f*=v.x,c*=v.y,u*=v.x,p*=v.y,f+=m,c+=h,C=Fe(C).frameElement}}return Lt({width:u,height:p,x:f,y:c})}function sd(e){let{rect:s,offsetParent:t,strategy:o}=e;const a=ns(t),n=us(t);if(t===n)return s;let i={scrollLeft:0,scrollTop:0},l=vs(1);const f=vs(0);if((a||!a&&o!=="fixed")&&((gs(t)!=="body"||_t(n))&&(i=to(t)),ns(t))){const c=Ss(t);l=Ts(t),f.x=c.x+t.clientLeft,f.y=c.y+t.clientTop}return{width:s.width*l.x,height:s.height*l.y,x:s.x*l.x-i.scrollLeft*l.x+f.x,y:s.y*l.y-i.scrollTop*l.y+f.y}}function td(e){return Array.from(e.getClientRects())}function Fr(e){return Ss(us(e)).left+to(e).scrollLeft}function od(e){const s=us(e),t=to(e),o=e.ownerDocument.body,a=Le(s.scrollWidth,s.clientWidth,o.scrollWidth,o.clientWidth),n=Le(s.scrollHeight,s.clientHeight,o.scrollHeight,o.clientHeight);let i=-t.scrollLeft+Fr(e);const l=-t.scrollTop;return Ze(o).direction==="rtl"&&(i+=Le(s.clientWidth,o.clientWidth)-a),{width:a,height:n,x:i,y:l}}function nd(e,s){const t=Fe(e),o=us(e),a=t.visualViewport;let n=o.clientWidth,i=o.clientHeight,l=0,f=0;if(a){n=a.width,i=a.height;const c=vn();(!c||c&&s==="fixed")&&(l=a.offsetLeft,f=a.offsetTop)}return{width:n,height:i,x:l,y:f}}function ad(e,s){const t=Ss(e,!0,s==="fixed"),o=t.top+e.clientTop,a=t.left+e.clientLeft,n=ns(e)?Ts(e):vs(1),i=e.clientWidth*n.x,l=e.clientHeight*n.y,f=a*n.x,c=o*n.y;return{width:i,height:l,x:f,y:c}}function si(e,s,t){let o;if(s==="viewport")o=nd(e,t);else if(s==="document")o=od(us(e));else if(cs(s))o=ad(s,t);else{const a=Hr(e);o={...s,x:s.x-a.x,y:s.y-a.y}}return Lt(o)}function Wr(e,s){const t=As(e);return t===s||!cs(t)||so(t)?!1:Ze(t).position==="fixed"||Wr(t,s)}function id(e,s){const t=s.get(e);if(t)return t;let o=Ht(e).filter(l=>cs(l)&&gs(l)!=="body"),a=null;const n=Ze(e).position==="fixed";let i=n?As(e):e;for(;cs(i)&&!so(i);){const l=Ze(i),f=hn(i);!f&&l.position==="fixed"&&(a=null),(n?!f&&!a:!f&&l.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||_t(i)&&!f&&Wr(e,i))?o=o.filter(u=>u!==i):a=l,i=As(i)}return s.set(e,o),o}function rd(e){let{element:s,boundary:t,rootBoundary:o,strategy:a}=e;const i=[...t==="clippingAncestors"?id(s,this._c):[].concat(t),o],l=i[0],f=i.reduce((c,u)=>{const p=si(s,u,a);return c.top=Le(p.top,c.top),c.right=hs(p.right,c.right),c.bottom=hs(p.bottom,c.bottom),c.left=Le(p.left,c.left),c},si(s,l,a));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function ld(e){return Lr(e)}function fd(e,s,t){const o=ns(s),a=us(s),n=t==="fixed",i=Ss(e,!0,n,s);let l={scrollLeft:0,scrollTop:0};const f=vs(0);if(o||!o&&!n)if((gs(s)!=="body"||_t(a))&&(l=to(s)),o){const c=Ss(s,!0,n,s);f.x=c.x+s.clientLeft,f.y=c.y+s.clientTop}else a&&(f.x=Fr(a));return{x:i.left+l.scrollLeft-f.x,y:i.top+l.scrollTop-f.y,width:i.width,height:i.height}}function ti(e,s){return!ns(e)||Ze(e).position==="fixed"?null:s?s(e):e.offsetParent}function zr(e,s){const t=Fe(e);if(!ns(e))return t;let o=ti(e,s);for(;o&&Xp(o)&&Ze(o).position==="static";)o=ti(o,s);return o&&(gs(o)==="html"||gs(o)==="body"&&Ze(o).position==="static"&&!hn(o))?t:o||Jp(e)||t}const cd=async function(e){let{reference:s,floating:t,strategy:o}=e;const a=this.getOffsetParent||zr,n=this.getDimensions;return{reference:fd(s,await a(t),o),floating:{x:0,y:0,...await n(t)}}};function pd(e){return Ze(e).direction==="rtl"}const dd={convertOffsetParentRelativeRectToViewportRelativeRect:sd,getDocumentElement:us,getClippingRect:rd,getOffsetParent:zr,getElementRects:cd,getClientRects:td,getDimensions:ld,getScale:Ts,isElement:cs,isRTL:pd};function ud(e,s){let t=null,o;const a=us(e);function n(){clearTimeout(o),t&&t.disconnect(),t=null}function i(l,f){l===void 0&&(l=!1),f===void 0&&(f=1),n();const{left:c,top:u,width:p,height:b}=e.getBoundingClientRect();if(l||s(),!p||!b)return;const _=xt(u),C=xt(a.clientWidth-(c+p)),v=xt(a.clientHeight-(u+b)),w=xt(c),m={rootMargin:-_+"px "+-C+"px "+-v+"px "+-w+"px",threshold:Le(0,hs(1,f))||1};let h=!0;function g(x){const $=x[0].intersectionRatio;if($!==f){if(!h)return i();$?i(!1,$):o=setTimeout(()=>{i(!1,1e-7)},100)}h=!1}try{t=new IntersectionObserver(g,{...m,root:a.ownerDocument})}catch{t=new IntersectionObserver(g,m)}t.observe(e)}return i(!0),n}function Br(e,s,t,o){o===void 0&&(o={});const{ancestorScroll:a=!0,ancestorResize:n=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:f=!1}=o,c=gn(e),u=a||n?[...c?Ht(c):[],...Ht(s)]:[];u.forEach(y=>{a&&y.addEventListener("scroll",t,{passive:!0}),n&&y.addEventListener("resize",t)});const p=c&&l?ud(c,t):null;let b=-1,_=null;i&&(_=new ResizeObserver(y=>{let[m]=y;m&&m.target===c&&_&&(_.unobserve(s),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{_&&_.observe(s)})),t()}),c&&!f&&_.observe(c),_.observe(s));let C,v=f?Ss(e):null;f&&w();function w(){const y=Ss(e);v&&(y.x!==v.x||y.y!==v.y||y.width!==v.width||y.height!==v.height)&&t(),v=y,C=requestAnimationFrame(w)}return t(),()=>{u.forEach(y=>{a&&y.removeEventListener("scroll",t),n&&y.removeEventListener("resize",t)}),p&&p(),_&&_.disconnect(),_=null,f&&cancelAnimationFrame(C)}}const _d=(e,s,t)=>{const o=new Map,a={platform:dd,...t},n={...a.platform,_c:o};return qp(e,s,{...a,platform:n})},bd=e=>{function s(t){return{}.hasOwnProperty.call(t,"current")}return{name:"arrow",options:e,fn(t){const{element:o,padding:a}=typeof e=="function"?e(t):e;return o&&s(o)?o.current!=null?Xa({element:o.current,padding:a}).fn(t):{}:o?Xa({element:o,padding:a}).fn(t):{}}}};var Pt=typeof document<"u"?r.useLayoutEffect:r.useEffect;function Ft(e,s){if(e===s)return!0;if(typeof e!=typeof s)return!1;if(typeof e=="function"&&e.toString()===s.toString())return!0;let t,o,a;if(e&&s&&typeof e=="object"){if(Array.isArray(e)){if(t=e.length,t!=s.length)return!1;for(o=t;o--!==0;)if(!Ft(e[o],s[o]))return!1;return!0}if(a=Object.keys(e),t=a.length,t!==Object.keys(s).length)return!1;for(o=t;o--!==0;)if(!{}.hasOwnProperty.call(s,a[o]))return!1;for(o=t;o--!==0;){const n=a[o];if(!(n==="_owner"&&e.$$typeof)&&!Ft(e[n],s[n]))return!1}return!0}return e!==e&&s!==s}function qr(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function oi(e,s){const t=qr(e);return Math.round(s*t)/t}function ni(e){const s=te.useRef(e);return Pt(()=>{s.current=e}),s}function Kr(e){e===void 0&&(e={});const{placement:s="bottom",strategy:t="absolute",middleware:o=[],platform:a,elements:{reference:n,floating:i}={},transform:l=!0,whileElementsMounted:f,open:c}=e,[u,p]=te.useState({x:0,y:0,strategy:t,placement:s,middlewareData:{},isPositioned:!1}),[b,_]=te.useState(o);Ft(b,o)||_(o);const[C,v]=te.useState(null),[w,y]=te.useState(null),m=te.useCallback(ee=>{ee!=$.current&&($.current=ee,v(ee))},[v]),h=te.useCallback(ee=>{ee!==E.current&&(E.current=ee,y(ee))},[y]),g=n||C,x=i||w,$=te.useRef(null),E=te.useRef(null),I=te.useRef(u),P=ni(f),j=ni(a),R=te.useCallback(()=>{if(!$.current||!E.current)return;const ee={placement:s,strategy:t,middleware:b};j.current&&(ee.platform=j.current),_d($.current,E.current,ee).then(ne=>{const se={...ne,isPositioned:!0};K.current&&!Ft(I.current,se)&&(I.current=se,b1.flushSync(()=>{p(se)}))})},[b,s,t,j]);Pt(()=>{c===!1&&I.current.isPositioned&&(I.current.isPositioned=!1,p(ee=>({...ee,isPositioned:!1})))},[c]);const K=te.useRef(!1);Pt(()=>(K.current=!0,()=>{K.current=!1}),[]),Pt(()=>{if(g&&($.current=g),x&&(E.current=x),g&&x){if(P.current)return P.current(g,x,R);R()}},[g,x,R,P]);const S=te.useMemo(()=>({reference:$,floating:E,setReference:m,setFloating:h}),[m,h]),F=te.useMemo(()=>({reference:g,floating:x}),[g,x]),Y=te.useMemo(()=>{const ee={position:t,left:0,top:0};if(!F.floating)return ee;const ne=oi(F.floating,u.x),se=oi(F.floating,u.y);return l?{...ee,transform:"translate("+ne+"px, "+se+"px)",...qr(F.floating)>=1.5&&{willChange:"transform"}}:{position:t,left:ne,top:se}},[t,l,F.floating,u.x,u.y]);return te.useMemo(()=>({...u,update:R,refs:S,elements:F,floatingStyles:Y}),[u,R,S,F,Y])}const bt=(e=1)=>{const{floatingStyles:s,...t}=Kr({whileElementsMounted:Br,middleware:[Mr(),Tr({apply({rects:o,availableHeight:a,elements:n}){Object.assign(n.floating.style,{width:`${o.reference.width}px`,maxHeight:`${a}px`})}})]});return{...t,floatingStyles:{...s,zIndex:e,pointerEvents:"auto"}}},Cn=r.forwardRef(({id:e,label:s,className:t,error:o,children:a,getToggleButtonProps:n,getLabelProps:i,typed:l,active:f,disabled:c,size:u},p)=>d.jsxs(B,{ref:p,as:"label",className:fe(lt({typed:l,active:f,disabled:c,size:u,error:o}),t),alignItems:"center",justifyContent:"space-between",disabled:c,flexWrap:"nowrap",gap:3,"data-macaw-ui-component":"Combobox",...i({htmlFor:e}),cursor:c?"not-allowed":"text",children:[d.jsxs(B,{display:"flex",flexDirection:"column",width:"100%",children:[d.jsx(B,{as:"span",className:fe(ft({typed:l,size:u,disabled:c,error:o})),children:s}),a]}),d.jsx(it,{className:fe(un,es({cursor:"pointer"})),size:u,...n({disabled:c,onClick:b=>{b.preventDefault()}})})]}));Cn.displayName="ComboboxWrapper";function Me(e,s){if(e==null)return{};var t={},o=Object.keys(e),a,n;for(n=0;n<o.length;n++)a=o[n],!(s.indexOf(a)>=0)&&(t[a]=e[a]);return t}function ai(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Wo(e,s){return Wo=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,a){return o.__proto__=a,o},Wo(e,s)}function md(e,s){e.prototype=Object.create(s.prototype),e.prototype.constructor=e,Wo(e,s)}var zo={exports:{}},kt={exports:{}},ue={};/** @license React v16.13.1
|
|
28
|
+
* react-is.production.min.js
|
|
29
|
+
*
|
|
30
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
31
|
+
*
|
|
32
|
+
* This source code is licensed under the MIT license found in the
|
|
33
|
+
* LICENSE file in the root directory of this source tree.
|
|
34
|
+
*/var ii;function hd(){if(ii)return ue;ii=1;var e=typeof Symbol=="function"&&Symbol.for,s=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,n=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,b=e?Symbol.for("react.suspense_list"):60120,_=e?Symbol.for("react.memo"):60115,C=e?Symbol.for("react.lazy"):60116,v=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,y=e?Symbol.for("react.responder"):60118,m=e?Symbol.for("react.scope"):60119;function h(x){if(typeof x=="object"&&x!==null){var $=x.$$typeof;switch($){case s:switch(x=x.type,x){case f:case c:case o:case n:case a:case p:return x;default:switch(x=x&&x.$$typeof,x){case l:case u:case C:case _:case i:return x;default:return $}}case t:return $}}}function g(x){return h(x)===c}return ue.AsyncMode=f,ue.ConcurrentMode=c,ue.ContextConsumer=l,ue.ContextProvider=i,ue.Element=s,ue.ForwardRef=u,ue.Fragment=o,ue.Lazy=C,ue.Memo=_,ue.Portal=t,ue.Profiler=n,ue.StrictMode=a,ue.Suspense=p,ue.isAsyncMode=function(x){return g(x)||h(x)===f},ue.isConcurrentMode=g,ue.isContextConsumer=function(x){return h(x)===l},ue.isContextProvider=function(x){return h(x)===i},ue.isElement=function(x){return typeof x=="object"&&x!==null&&x.$$typeof===s},ue.isForwardRef=function(x){return h(x)===u},ue.isFragment=function(x){return h(x)===o},ue.isLazy=function(x){return h(x)===C},ue.isMemo=function(x){return h(x)===_},ue.isPortal=function(x){return h(x)===t},ue.isProfiler=function(x){return h(x)===n},ue.isStrictMode=function(x){return h(x)===a},ue.isSuspense=function(x){return h(x)===p},ue.isValidElementType=function(x){return typeof x=="string"||typeof x=="function"||x===o||x===c||x===n||x===a||x===p||x===b||typeof x=="object"&&x!==null&&(x.$$typeof===C||x.$$typeof===_||x.$$typeof===i||x.$$typeof===l||x.$$typeof===u||x.$$typeof===w||x.$$typeof===y||x.$$typeof===m||x.$$typeof===v)},ue.typeOf=h,ue}var _e={};/** @license React v16.13.1
|
|
35
|
+
* react-is.development.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/var ri;function vd(){return ri||(ri=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,s=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,n=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,f=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,b=e?Symbol.for("react.suspense_list"):60120,_=e?Symbol.for("react.memo"):60115,C=e?Symbol.for("react.lazy"):60116,v=e?Symbol.for("react.block"):60121,w=e?Symbol.for("react.fundamental"):60117,y=e?Symbol.for("react.responder"):60118,m=e?Symbol.for("react.scope"):60119;function h(H){return typeof H=="string"||typeof H=="function"||H===o||H===c||H===n||H===a||H===p||H===b||typeof H=="object"&&H!==null&&(H.$$typeof===C||H.$$typeof===_||H.$$typeof===i||H.$$typeof===l||H.$$typeof===u||H.$$typeof===w||H.$$typeof===y||H.$$typeof===m||H.$$typeof===v)}function g(H){if(typeof H=="object"&&H!==null){var re=H.$$typeof;switch(re){case s:var le=H.type;switch(le){case f:case c:case o:case n:case a:case p:return le;default:var ye=le&&le.$$typeof;switch(ye){case l:case u:case C:case _:case i:return ye;default:return re}}case t:return re}}}var x=f,$=c,E=l,I=i,P=s,j=u,R=o,K=C,S=_,F=t,Y=n,ee=a,ne=p,se=!1;function X(H){return se||(se=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),D(H)||g(H)===f}function D(H){return g(H)===c}function A(H){return g(H)===l}function G(H){return g(H)===i}function Q(H){return typeof H=="object"&&H!==null&&H.$$typeof===s}function L(H){return g(H)===u}function Z(H){return g(H)===o}function W(H){return g(H)===C}function T(H){return g(H)===_}function M(H){return g(H)===t}function V(H){return g(H)===n}function q(H){return g(H)===a}function U(H){return g(H)===p}_e.AsyncMode=x,_e.ConcurrentMode=$,_e.ContextConsumer=E,_e.ContextProvider=I,_e.Element=P,_e.ForwardRef=j,_e.Fragment=R,_e.Lazy=K,_e.Memo=S,_e.Portal=F,_e.Profiler=Y,_e.StrictMode=ee,_e.Suspense=ne,_e.isAsyncMode=X,_e.isConcurrentMode=D,_e.isContextConsumer=A,_e.isContextProvider=G,_e.isElement=Q,_e.isForwardRef=L,_e.isFragment=Z,_e.isLazy=W,_e.isMemo=T,_e.isPortal=M,_e.isProfiler=V,_e.isStrictMode=q,_e.isSuspense=U,_e.isValidElementType=h,_e.typeOf=g}()),_e}var li;function Ur(){return li||(li=1,process.env.NODE_ENV==="production"?kt.exports=hd():kt.exports=vd()),kt.exports}/*
|
|
42
|
+
object-assign
|
|
43
|
+
(c) Sindre Sorhus
|
|
44
|
+
@license MIT
|
|
45
|
+
*/var Co,fi;function gd(){if(fi)return Co;fi=1;var e=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;function o(n){if(n==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(n)}function a(){try{if(!Object.assign)return!1;var n=new String("abc");if(n[5]="de",Object.getOwnPropertyNames(n)[0]==="5")return!1;for(var i={},l=0;l<10;l++)i["_"+String.fromCharCode(l)]=l;var f=Object.getOwnPropertyNames(i).map(function(u){return i[u]});if(f.join("")!=="0123456789")return!1;var c={};return"abcdefghijklmnopqrst".split("").forEach(function(u){c[u]=u}),Object.keys(Object.assign({},c)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Co=a()?Object.assign:function(n,i){for(var l,f=o(n),c,u=1;u<arguments.length;u++){l=Object(arguments[u]);for(var p in l)s.call(l,p)&&(f[p]=l[p]);if(e){c=e(l);for(var b=0;b<c.length;b++)t.call(l,c[b])&&(f[c[b]]=l[c[b]])}}return f},Co}var yo,ci;function yn(){if(ci)return yo;ci=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return yo=e,yo}var xo,pi;function Zr(){return pi||(pi=1,xo=Function.call.bind(Object.prototype.hasOwnProperty)),xo}var ko,di;function Cd(){if(di)return ko;di=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var s=yn(),t={},o=Zr();e=function(n){var i="Warning: "+n;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}}}function a(n,i,l,f,c){if(process.env.NODE_ENV!=="production"){for(var u in n)if(o(n,u)){var p;try{if(typeof n[u]!="function"){var b=Error((f||"React class")+": "+l+" type `"+u+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof n[u]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw b.name="Invariant Violation",b}p=n[u](i,u,f,l,null,s)}catch(C){p=C}if(p&&!(p instanceof Error)&&e((f||"React class")+": type specification of "+l+" `"+u+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof p+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),p instanceof Error&&!(p.message in t)){t[p.message]=!0;var _=c?c():"";e("Failed "+l+" type: "+p.message+(_??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(t={})},ko=a,ko}var wo,ui;function yd(){if(ui)return wo;ui=1;var e=Ur(),s=gd(),t=yn(),o=Zr(),a=Cd(),n=function(){};process.env.NODE_ENV!=="production"&&(n=function(l){var f="Warning: "+l;typeof console<"u"&&console.error(f);try{throw new Error(f)}catch{}});function i(){return null}return wo=function(l,f){var c=typeof Symbol=="function"&&Symbol.iterator,u="@@iterator";function p(D){var A=D&&(c&&D[c]||D[u]);if(typeof A=="function")return A}var b="<<anonymous>>",_={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:m(),arrayOf:h,element:g(),elementType:x(),instanceOf:$,node:j(),objectOf:I,oneOf:E,oneOfType:P,shape:K,exact:S};function C(D,A){return D===A?D!==0||1/D===1/A:D!==D&&A!==A}function v(D,A){this.message=D,this.data=A&&typeof A=="object"?A:{},this.stack=""}v.prototype=Error.prototype;function w(D){if(process.env.NODE_ENV!=="production")var A={},G=0;function Q(Z,W,T,M,V,q,U){if(M=M||b,q=q||T,U!==t){if(f){var H=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw H.name="Invariant Violation",H}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var re=M+":"+T;!A[re]&&G<3&&(n("You are manually calling a React.PropTypes validation function for the `"+q+"` prop on `"+M+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),A[re]=!0,G++)}}return W[T]==null?Z?W[T]===null?new v("The "+V+" `"+q+"` is marked as required "+("in `"+M+"`, but its value is `null`.")):new v("The "+V+" `"+q+"` is marked as required in "+("`"+M+"`, but its value is `undefined`.")):null:D(W,T,M,V,q)}var L=Q.bind(null,!1);return L.isRequired=Q.bind(null,!0),L}function y(D){function A(G,Q,L,Z,W,T){var M=G[Q],V=ee(M);if(V!==D){var q=ne(M);return new v("Invalid "+Z+" `"+W+"` of type "+("`"+q+"` supplied to `"+L+"`, expected ")+("`"+D+"`."),{expectedType:D})}return null}return w(A)}function m(){return w(i)}function h(D){function A(G,Q,L,Z,W){if(typeof D!="function")return new v("Property `"+W+"` of component `"+L+"` has invalid PropType notation inside arrayOf.");var T=G[Q];if(!Array.isArray(T)){var M=ee(T);return new v("Invalid "+Z+" `"+W+"` of type "+("`"+M+"` supplied to `"+L+"`, expected an array."))}for(var V=0;V<T.length;V++){var q=D(T,V,L,Z,W+"["+V+"]",t);if(q instanceof Error)return q}return null}return w(A)}function g(){function D(A,G,Q,L,Z){var W=A[G];if(!l(W)){var T=ee(W);return new v("Invalid "+L+" `"+Z+"` of type "+("`"+T+"` supplied to `"+Q+"`, expected a single ReactElement."))}return null}return w(D)}function x(){function D(A,G,Q,L,Z){var W=A[G];if(!e.isValidElementType(W)){var T=ee(W);return new v("Invalid "+L+" `"+Z+"` of type "+("`"+T+"` supplied to `"+Q+"`, expected a single ReactElement type."))}return null}return w(D)}function $(D){function A(G,Q,L,Z,W){if(!(G[Q]instanceof D)){var T=D.name||b,M=X(G[Q]);return new v("Invalid "+Z+" `"+W+"` of type "+("`"+M+"` supplied to `"+L+"`, expected ")+("instance of `"+T+"`."))}return null}return w(A)}function E(D){if(!Array.isArray(D))return process.env.NODE_ENV!=="production"&&(arguments.length>1?n("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):n("Invalid argument supplied to oneOf, expected an array.")),i;function A(G,Q,L,Z,W){for(var T=G[Q],M=0;M<D.length;M++)if(C(T,D[M]))return null;var V=JSON.stringify(D,function(U,H){var re=ne(H);return re==="symbol"?String(H):H});return new v("Invalid "+Z+" `"+W+"` of value `"+String(T)+"` "+("supplied to `"+L+"`, expected one of "+V+"."))}return w(A)}function I(D){function A(G,Q,L,Z,W){if(typeof D!="function")return new v("Property `"+W+"` of component `"+L+"` has invalid PropType notation inside objectOf.");var T=G[Q],M=ee(T);if(M!=="object")return new v("Invalid "+Z+" `"+W+"` of type "+("`"+M+"` supplied to `"+L+"`, expected an object."));for(var V in T)if(o(T,V)){var q=D(T,V,L,Z,W+"."+V,t);if(q instanceof Error)return q}return null}return w(A)}function P(D){if(!Array.isArray(D))return process.env.NODE_ENV!=="production"&&n("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var A=0;A<D.length;A++){var G=D[A];if(typeof G!="function")return n("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+se(G)+" at index "+A+"."),i}function Q(L,Z,W,T,M){for(var V=[],q=0;q<D.length;q++){var U=D[q],H=U(L,Z,W,T,M,t);if(H==null)return null;H.data&&o(H.data,"expectedType")&&V.push(H.data.expectedType)}var re=V.length>0?", expected one of type ["+V.join(", ")+"]":"";return new v("Invalid "+T+" `"+M+"` supplied to "+("`"+W+"`"+re+"."))}return w(Q)}function j(){function D(A,G,Q,L,Z){return F(A[G])?null:new v("Invalid "+L+" `"+Z+"` supplied to "+("`"+Q+"`, expected a ReactNode."))}return w(D)}function R(D,A,G,Q,L){return new v((D||"React class")+": "+A+" type `"+G+"."+Q+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+L+"`.")}function K(D){function A(G,Q,L,Z,W){var T=G[Q],M=ee(T);if(M!=="object")return new v("Invalid "+Z+" `"+W+"` of type `"+M+"` "+("supplied to `"+L+"`, expected `object`."));for(var V in D){var q=D[V];if(typeof q!="function")return R(L,Z,W,V,ne(q));var U=q(T,V,L,Z,W+"."+V,t);if(U)return U}return null}return w(A)}function S(D){function A(G,Q,L,Z,W){var T=G[Q],M=ee(T);if(M!=="object")return new v("Invalid "+Z+" `"+W+"` of type `"+M+"` "+("supplied to `"+L+"`, expected `object`."));var V=s({},G[Q],D);for(var q in V){var U=D[q];if(o(D,q)&&typeof U!="function")return R(L,Z,W,q,ne(U));if(!U)return new v("Invalid "+Z+" `"+W+"` key `"+q+"` supplied to `"+L+"`.\nBad object: "+JSON.stringify(G[Q],null," ")+`
|
|
46
|
+
Valid keys: `+JSON.stringify(Object.keys(D),null," "));var H=U(T,q,L,Z,W+"."+q,t);if(H)return H}return null}return w(A)}function F(D){switch(typeof D){case"number":case"string":case"undefined":return!0;case"boolean":return!D;case"object":if(Array.isArray(D))return D.every(F);if(D===null||l(D))return!0;var A=p(D);if(A){var G=A.call(D),Q;if(A!==D.entries){for(;!(Q=G.next()).done;)if(!F(Q.value))return!1}else for(;!(Q=G.next()).done;){var L=Q.value;if(L&&!F(L[1]))return!1}}else return!1;return!0;default:return!1}}function Y(D,A){return D==="symbol"?!0:A?A["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&A instanceof Symbol:!1}function ee(D){var A=typeof D;return Array.isArray(D)?"array":D instanceof RegExp?"object":Y(A,D)?"symbol":A}function ne(D){if(typeof D>"u"||D===null)return""+D;var A=ee(D);if(A==="object"){if(D instanceof Date)return"date";if(D instanceof RegExp)return"regexp"}return A}function se(D){var A=ne(D);switch(A){case"array":case"object":return"an "+A;case"boolean":case"date":case"regexp":return"a "+A;default:return A}}function X(D){return!D.constructor||!D.constructor.name?b:D.constructor.name}return _.checkPropTypes=a,_.resetWarningCache=a.resetWarningCache,_.PropTypes=_,_},wo}var Eo,_i;function xd(){if(_i)return Eo;_i=1;var e=yn();function s(){}function t(){}return t.resetWarningCache=s,Eo=function(){function o(i,l,f,c,u,p){if(p!==e){var b=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw b.name="Invariant Violation",b}}o.isRequired=o;function a(){return o}var n={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:a,element:o,elementType:o,instanceOf:a,node:o,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:t,resetWarningCache:s};return n.PropTypes=n,n},Eo}if(process.env.NODE_ENV!=="production"){var kd=Ur(),wd=!0;zo.exports=yd()(kd.isElement,wd)}else zo.exports=xd()();var Ed=zo.exports;const N=m1(Ed);var Bo={exports:{}},me={};/** @license React v17.0.2
|
|
47
|
+
* react-is.production.min.js
|
|
48
|
+
*
|
|
49
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
50
|
+
*
|
|
51
|
+
* This source code is licensed under the MIT license found in the
|
|
52
|
+
* LICENSE file in the root directory of this source tree.
|
|
53
|
+
*/var bi;function $d(){if(bi)return me;bi=1;var e=60103,s=60106,t=60107,o=60108,a=60114,n=60109,i=60110,l=60112,f=60113,c=60120,u=60115,p=60116,b=60121,_=60122,C=60117,v=60129,w=60131;if(typeof Symbol=="function"&&Symbol.for){var y=Symbol.for;e=y("react.element"),s=y("react.portal"),t=y("react.fragment"),o=y("react.strict_mode"),a=y("react.profiler"),n=y("react.provider"),i=y("react.context"),l=y("react.forward_ref"),f=y("react.suspense"),c=y("react.suspense_list"),u=y("react.memo"),p=y("react.lazy"),b=y("react.block"),_=y("react.server.block"),C=y("react.fundamental"),v=y("react.debug_trace_mode"),w=y("react.legacy_hidden")}function m(S){if(typeof S=="object"&&S!==null){var F=S.$$typeof;switch(F){case e:switch(S=S.type,S){case t:case a:case o:case f:case c:return S;default:switch(S=S&&S.$$typeof,S){case i:case l:case p:case u:case n:return S;default:return F}}case s:return F}}}var h=n,g=e,x=l,$=t,E=p,I=u,P=s,j=a,R=o,K=f;return me.ContextConsumer=i,me.ContextProvider=h,me.Element=g,me.ForwardRef=x,me.Fragment=$,me.Lazy=E,me.Memo=I,me.Portal=P,me.Profiler=j,me.StrictMode=R,me.Suspense=K,me.isAsyncMode=function(){return!1},me.isConcurrentMode=function(){return!1},me.isContextConsumer=function(S){return m(S)===i},me.isContextProvider=function(S){return m(S)===n},me.isElement=function(S){return typeof S=="object"&&S!==null&&S.$$typeof===e},me.isForwardRef=function(S){return m(S)===l},me.isFragment=function(S){return m(S)===t},me.isLazy=function(S){return m(S)===p},me.isMemo=function(S){return m(S)===u},me.isPortal=function(S){return m(S)===s},me.isProfiler=function(S){return m(S)===a},me.isStrictMode=function(S){return m(S)===o},me.isSuspense=function(S){return m(S)===f},me.isValidElementType=function(S){return typeof S=="string"||typeof S=="function"||S===t||S===a||S===v||S===o||S===f||S===c||S===w||typeof S=="object"&&S!==null&&(S.$$typeof===p||S.$$typeof===u||S.$$typeof===n||S.$$typeof===i||S.$$typeof===l||S.$$typeof===C||S.$$typeof===b||S[0]===_)},me.typeOf=m,me}var he={};/** @license React v17.0.2
|
|
54
|
+
* react-is.development.js
|
|
55
|
+
*
|
|
56
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
57
|
+
*
|
|
58
|
+
* This source code is licensed under the MIT license found in the
|
|
59
|
+
* LICENSE file in the root directory of this source tree.
|
|
60
|
+
*/var mi;function Id(){return mi||(mi=1,process.env.NODE_ENV!=="production"&&function(){var e=60103,s=60106,t=60107,o=60108,a=60114,n=60109,i=60110,l=60112,f=60113,c=60120,u=60115,p=60116,b=60121,_=60122,C=60117,v=60129,w=60131;if(typeof Symbol=="function"&&Symbol.for){var y=Symbol.for;e=y("react.element"),s=y("react.portal"),t=y("react.fragment"),o=y("react.strict_mode"),a=y("react.profiler"),n=y("react.provider"),i=y("react.context"),l=y("react.forward_ref"),f=y("react.suspense"),c=y("react.suspense_list"),u=y("react.memo"),p=y("react.lazy"),b=y("react.block"),_=y("react.server.block"),C=y("react.fundamental"),y("react.scope"),y("react.opaque.id"),v=y("react.debug_trace_mode"),y("react.offscreen"),w=y("react.legacy_hidden")}var m=!1;function h(U){return!!(typeof U=="string"||typeof U=="function"||U===t||U===a||U===v||U===o||U===f||U===c||U===w||m||typeof U=="object"&&U!==null&&(U.$$typeof===p||U.$$typeof===u||U.$$typeof===n||U.$$typeof===i||U.$$typeof===l||U.$$typeof===C||U.$$typeof===b||U[0]===_))}function g(U){if(typeof U=="object"&&U!==null){var H=U.$$typeof;switch(H){case e:var re=U.type;switch(re){case t:case a:case o:case f:case c:return re;default:var le=re&&re.$$typeof;switch(le){case i:case l:case p:case u:case n:return le;default:return H}}case s:return H}}}var x=i,$=n,E=e,I=l,P=t,j=p,R=u,K=s,S=a,F=o,Y=f,ee=!1,ne=!1;function se(U){return ee||(ee=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function X(U){return ne||(ne=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function D(U){return g(U)===i}function A(U){return g(U)===n}function G(U){return typeof U=="object"&&U!==null&&U.$$typeof===e}function Q(U){return g(U)===l}function L(U){return g(U)===t}function Z(U){return g(U)===p}function W(U){return g(U)===u}function T(U){return g(U)===s}function M(U){return g(U)===a}function V(U){return g(U)===o}function q(U){return g(U)===f}he.ContextConsumer=x,he.ContextProvider=$,he.Element=E,he.ForwardRef=I,he.Fragment=P,he.Lazy=j,he.Memo=R,he.Portal=K,he.Profiler=S,he.StrictMode=F,he.Suspense=Y,he.isAsyncMode=se,he.isConcurrentMode=X,he.isContextConsumer=D,he.isContextProvider=A,he.isElement=G,he.isForwardRef=Q,he.isFragment=L,he.isLazy=Z,he.isMemo=W,he.isPortal=T,he.isProfiler=M,he.isStrictMode=V,he.isSuspense=q,he.isValidElementType=h,he.typeOf=g}()),he}process.env.NODE_ENV==="production"?Bo.exports=$d():Bo.exports=Id();var hi=Bo.exports;let vi=e=>typeof e=="object"&&e!=null&&e.nodeType===1,gi=(e,s)=>(!s||e!=="hidden")&&e!=="visible"&&e!=="clip",$o=(e,s)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){let t=getComputedStyle(e,null);return gi(t.overflowY,s)||gi(t.overflowX,s)||(o=>{let a=(n=>{if(!n.ownerDocument||!n.ownerDocument.defaultView)return null;try{return n.ownerDocument.defaultView.frameElement}catch{return null}})(o);return!!a&&(a.clientHeight<o.scrollHeight||a.clientWidth<o.scrollWidth)})(e)}return!1},wt=(e,s,t,o,a,n,i,l)=>n<e&&i>s||n>e&&i<s?0:n<=e&&l<=t||i>=s&&l>=t?n-e-o:i>s&&l<t||n<e&&l>t?i-s+a:0,Sd=e=>{let s=e.parentElement;return s??(e.getRootNode().host||null)};var Rd=(e,s)=>{var t,o,a,n,i,l;if(typeof document>"u")return[];let{scrollMode:f,block:c,inline:u,boundary:p,skipOverflowHiddenElements:b}=s,_=typeof p=="function"?p:F=>F!==p;if(!vi(e))throw new TypeError("Invalid target");let C=document.scrollingElement||document.documentElement,v=[],w=e;for(;vi(w)&&_(w);){if(w=Sd(w),w===C){v.push(w);break}w!=null&&w===document.body&&$o(w)&&!$o(document.documentElement)||w!=null&&$o(w,b)&&v.push(w)}let y=(o=(t=window.visualViewport)==null?void 0:t.width)!=null?o:innerWidth,m=(n=(a=window.visualViewport)==null?void 0:a.height)!=null?n:innerHeight,h=(i=window.scrollX)!=null?i:pageXOffset,g=(l=window.scrollY)!=null?l:pageYOffset,{height:x,width:$,top:E,right:I,bottom:P,left:j}=e.getBoundingClientRect(),R=c==="start"||c==="nearest"?E:c==="end"?P:E+x/2,K=u==="center"?j+$/2:u==="end"?I:j,S=[];for(let F=0;F<v.length;F++){let Y=v[F],{height:ee,width:ne,top:se,right:X,bottom:D,left:A}=Y.getBoundingClientRect();if(f==="if-needed"&&E>=0&&j>=0&&P<=m&&I<=y&&E>=se&&P<=D&&j>=A&&I<=X)return S;let G=getComputedStyle(Y),Q=parseInt(G.borderLeftWidth,10),L=parseInt(G.borderTopWidth,10),Z=parseInt(G.borderRightWidth,10),W=parseInt(G.borderBottomWidth,10),T=0,M=0,V="offsetWidth"in Y?Y.offsetWidth-Y.clientWidth-Q-Z:0,q="offsetHeight"in Y?Y.offsetHeight-Y.clientHeight-L-W:0,U="offsetWidth"in Y?Y.offsetWidth===0?0:ne/Y.offsetWidth:0,H="offsetHeight"in Y?Y.offsetHeight===0?0:ee/Y.offsetHeight:0;if(C===Y)T=c==="start"?R:c==="end"?R-m:c==="nearest"?wt(g,g+m,m,L,W,g+R,g+R+x,x):R-m/2,M=u==="start"?K:u==="center"?K-y/2:u==="end"?K-y:wt(h,h+y,y,Q,Z,h+K,h+K+$,$),T=Math.max(0,T+g),M=Math.max(0,M+h);else{T=c==="start"?R-se-L:c==="end"?R-D+W+q:c==="nearest"?wt(se,D,ee,L,W+q,R,R+x,x):R-(se+ee/2)+q/2,M=u==="start"?K-A-Q:u==="center"?K-(A+ne/2)+V/2:u==="end"?K-X+Z+V:wt(A,X,ne,Q,Z+V,K,K+$,$);let{scrollLeft:re,scrollTop:le}=Y;T=Math.max(0,Math.min(le+T/H,Y.scrollHeight-ee/H+q)),M=Math.max(0,Math.min(re+M/U,Y.scrollWidth-ne/U+V)),R+=le-T,K+=re-M}S.push({el:Y,top:T,left:M})}return S},Ue=function(){return Ue=Object.assign||function(s){for(var t,o=1,a=arguments.length;o<a;o++){t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(s[n]=t[n])}return s},Ue.apply(this,arguments)};function Yr(e,s){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&s.indexOf(o)<0&&(t[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,o=Object.getOwnPropertySymbols(e);a<o.length;a++)s.indexOf(o[a])<0&&Object.prototype.propertyIsEnumerable.call(e,o[a])&&(t[o[a]]=e[o[a]]);return t}function Pd(e,s,t){if(t||arguments.length===2)for(var o=0,a=s.length,n;o<a;o++)(n||!(o in s))&&(n||(n=Array.prototype.slice.call(s,0,o)),n[o]=s[o]);return e.concat(n||Array.prototype.slice.call(s))}var Dd=0;function Ci(e){return typeof e=="function"?e:Ae}function Ae(){}function Gr(e,s){if(e){var t=Rd(e,{boundary:s,block:"nearest",scrollMode:"if-needed"});t.forEach(function(o){var a=o.el,n=o.top,i=o.left;a.scrollTop=n,a.scrollLeft=i})}}function yi(e,s,t){var o=e===s||s instanceof t.Node&&e.contains&&e.contains(s);return o}function oo(e,s){var t;function o(){t&&clearTimeout(t)}function a(){for(var n=arguments.length,i=new Array(n),l=0;l<n;l++)i[l]=arguments[l];o(),t=setTimeout(function(){t=null,e.apply(void 0,i)},s)}return a.cancel=o,a}function be(){for(var e=arguments.length,s=new Array(e),t=0;t<e;t++)s[t]=arguments[t];return function(o){for(var a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return s.some(function(l){return l&&l.apply(void 0,[o].concat(n)),o.preventDownshiftDefault||o.hasOwnProperty("nativeEvent")&&o.nativeEvent.preventDownshiftDefault})}}function Xe(){for(var e=arguments.length,s=new Array(e),t=0;t<e;t++)s[t]=arguments[t];return function(o){s.forEach(function(a){typeof a=="function"?a(o):a&&(a.current=o)})}}function Xr(){return String(Dd++)}function Jr(e){var s=e.isOpen,t=e.resultCount,o=e.previousResultCount;return s?t?t!==o?t+" result"+(t===1?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":"":"No results are available.":""}function xi(e,s){return e=Array.isArray(e)?e[0]:e,!e&&s?s:e}function Qr(e){return typeof e.type=="string"}function el(e){return e.props}function Od(e,s){console.error('The property "'+s+'" is required in "'+e+'"')}var Nd=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Et(e){e===void 0&&(e={});var s={};return Nd.forEach(function(t){e.hasOwnProperty(t)&&(s[t]=e[t])}),s}function st(e,s){return Object.keys(e).reduce(function(t,o){return t[o]=Wt(s,o)?s[o]:e[o],t},{})}function Wt(e,s){return e[s]!==void 0}function Vs(e){var s=e.key,t=e.keyCode;return t>=37&&t<=40&&s.indexOf("Arrow")!==0?"Arrow"+s:s}function jd(e){return Object.prototype.toString.call(e)==="[object Object]"}function Je(e,s,t,o,a){if(a===void 0&&(a=!0),t===0)return-1;var n=t-1;(typeof s!="number"||s<0||s>=t)&&(s=e>0?-1:n+1);var i=s+e;i<0?i=a?n:0:i>n&&(i=a?0:n);var l=ps(e,i,t,o,a);return l===-1?s>=t?-1:s:l}function ps(e,s,t,o,a){var n=o(s);if(!n||!n.hasAttribute("disabled"))return s;if(e>0){for(var i=s+1;i<t;i++)if(!o(i).hasAttribute("disabled"))return i}else for(var l=s-1;l>=0;l--)if(!o(l).hasAttribute("disabled"))return l;return a?e>0?ps(1,0,t,o,!1):ps(-1,t-1,t,o,!1):-1}function zt(e,s,t,o){return o===void 0&&(o=!0),s.some(function(a){return a&&(yi(a,e,t)||o&&yi(a,t.document.activeElement,t))})}var xn=Ae;process.env.NODE_ENV!=="production"&&(xn=function(s,t,o){var a="This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";Object.keys(s).forEach(function(n){t[n]!==void 0&&o[n]===void 0?console.error('downshift: A component has changed the controlled prop "'+n+'" to be uncontrolled. '+a):t[n]===void 0&&o[n]!==void 0&&console.error('downshift: A component has changed the uncontrolled prop "'+n+'" to be controlled. '+a)})});var Md=oo(function(e){sl(e).textContent=""},500);function kn(e,s){var t=sl(s);e&&(t.textContent=e,Md(s))}function sl(e){e===void 0&&(e=document);var s=e.getElementById("a11y-status-message");return s||(s=e.createElement("div"),s.setAttribute("id","a11y-status-message"),s.setAttribute("role","status"),s.setAttribute("aria-live","polite"),s.setAttribute("aria-relevant","additions text"),Object.assign(s.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(s),s)}var tl=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,ol=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,nl=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,Dt=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,Ot=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,al=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,il=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,rl=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,ll=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,fl=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,cl=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,pl=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,dl=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,qo=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,ul=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,_l=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,bl=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16,Td=Object.freeze({__proto__:null,unknown:tl,mouseUp:ol,itemMouseEnter:nl,keyDownArrowUp:Dt,keyDownArrowDown:Ot,keyDownEscape:al,keyDownEnter:il,keyDownHome:rl,keyDownEnd:ll,clickItem:fl,blurInput:cl,changeInput:pl,keyDownSpaceButton:dl,clickButton:qo,blurButton:ul,controlledPropUpdatedSelectedItem:_l,touchEnd:bl}),Ad=["refKey","ref"],Vd=["onClick","onPress","onKeyDown","onKeyUp","onBlur"],Ld=["onKeyDown","onBlur","onChange","onInput","onChangeText"],Hd=["refKey","ref"],Fd=["onMouseMove","onMouseDown","onClick","onPress","index","item"],Wd=function(){var e=function(s){md(t,s);function t(a){var n;n=s.call(this,a)||this,n.id=n.props.id||"downshift-"+Xr(),n.menuId=n.props.menuId||n.id+"-menu",n.labelId=n.props.labelId||n.id+"-label",n.inputId=n.props.inputId||n.id+"-input",n.getItemId=n.props.getItemId||function(m){return n.id+"-item-"+m},n.input=null,n.items=[],n.itemCount=null,n.previousResultCount=0,n.timeoutIds=[],n.internalSetTimeout=function(m,h){var g=setTimeout(function(){n.timeoutIds=n.timeoutIds.filter(function(x){return x!==g}),m()},h);n.timeoutIds.push(g)},n.setItemCount=function(m){n.itemCount=m},n.unsetItemCount=function(){n.itemCount=null},n.setHighlightedIndex=function(m,h){m===void 0&&(m=n.props.defaultHighlightedIndex),h===void 0&&(h={}),h=Et(h),n.internalSetState(O({highlightedIndex:m},h))},n.clearSelection=function(m){n.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:n.props.defaultHighlightedIndex,isOpen:n.props.defaultIsOpen},m)},n.selectItem=function(m,h,g){h=Et(h),n.internalSetState(O({isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,selectedItem:m,inputValue:n.props.itemToString(m)},h),g)},n.selectItemAtIndex=function(m,h,g){var x=n.items[m];x!=null&&n.selectItem(x,h,g)},n.selectHighlightedItem=function(m,h){return n.selectItemAtIndex(n.getState().highlightedIndex,m,h)},n.internalSetState=function(m,h){var g,x,$={},E=typeof m=="function";return!E&&m.hasOwnProperty("inputValue")&&n.props.onInputValueChange(m.inputValue,O({},n.getStateAndHelpers(),m)),n.setState(function(I){I=n.getState(I);var P=E?m(I):m;P=n.props.stateReducer(I,P),g=P.hasOwnProperty("selectedItem");var j={};return g&&P.selectedItem!==I.selectedItem&&(x=P.selectedItem),P.type=P.type||tl,Object.keys(P).forEach(function(R){I[R]!==P[R]&&($[R]=P[R]),R!=="type"&&(P[R],Wt(n.props,R)||(j[R]=P[R]))}),E&&P.hasOwnProperty("inputValue")&&n.props.onInputValueChange(P.inputValue,O({},n.getStateAndHelpers(),P)),j},function(){Ci(h)();var I=Object.keys($).length>1;I&&n.props.onStateChange($,n.getStateAndHelpers()),g&&n.props.onSelect(m.selectedItem,n.getStateAndHelpers()),x!==void 0&&n.props.onChange(x,n.getStateAndHelpers()),n.props.onUserAction($,n.getStateAndHelpers())})},n.rootRef=function(m){return n._rootNode=m},n.getRootProps=function(m,h){var g,x=m===void 0?{}:m,$=x.refKey,E=$===void 0?"ref":$,I=x.ref,P=Me(x,Ad),j=h===void 0?{}:h,R=j.suppressRefError,K=R===void 0?!1:R;n.getRootProps.called=!0,n.getRootProps.refKey=E,n.getRootProps.suppressRefError=K;var S=n.getState(),F=S.isOpen;return O((g={},g[E]=Xe(I,n.rootRef),g.role="combobox",g["aria-expanded"]=F,g["aria-haspopup"]="listbox",g["aria-owns"]=F?n.menuId:null,g["aria-labelledby"]=n.labelId,g),P)},n.keyDownHandlers={ArrowDown:function(h){var g=this;if(h.preventDefault(),this.getState().isOpen){var x=h.shiftKey?5:1;this.moveHighlightedIndex(x,{type:Ot})}else this.internalSetState({isOpen:!0,type:Ot},function(){var $=g.getItemCount();if($>0){var E=g.getState(),I=E.highlightedIndex,P=Je(1,I,$,function(j){return g.getItemNodeFromIndex(j)});g.setHighlightedIndex(P,{type:Ot})}})},ArrowUp:function(h){var g=this;if(h.preventDefault(),this.getState().isOpen){var x=h.shiftKey?-5:-1;this.moveHighlightedIndex(x,{type:Dt})}else this.internalSetState({isOpen:!0,type:Dt},function(){var $=g.getItemCount();if($>0){var E=g.getState(),I=E.highlightedIndex,P=Je(-1,I,$,function(j){return g.getItemNodeFromIndex(j)});g.setHighlightedIndex(P,{type:Dt})}})},Enter:function(h){if(h.which!==229){var g=this.getState(),x=g.isOpen,$=g.highlightedIndex;if(x&&$!=null){h.preventDefault();var E=this.items[$],I=this.getItemNodeFromIndex($);if(E==null||I&&I.hasAttribute("disabled"))return;this.selectHighlightedItem({type:il})}}},Escape:function(h){h.preventDefault(),this.reset(O({type:al},!this.state.isOpen&&{selectedItem:null,inputValue:""}))}},n.buttonKeyDownHandlers=O({},n.keyDownHandlers,{" ":function(h){h.preventDefault(),this.toggleMenu({type:dl})}}),n.inputKeyDownHandlers=O({},n.keyDownHandlers,{Home:function(h){var g=this,x=this.getState(),$=x.isOpen;if($){h.preventDefault();var E=this.getItemCount();if(!(E<=0||!$)){var I=ps(1,0,E,function(P){return g.getItemNodeFromIndex(P)},!1);this.setHighlightedIndex(I,{type:rl})}}},End:function(h){var g=this,x=this.getState(),$=x.isOpen;if($){h.preventDefault();var E=this.getItemCount();if(!(E<=0||!$)){var I=ps(-1,E-1,E,function(P){return g.getItemNodeFromIndex(P)},!1);this.setHighlightedIndex(I,{type:ll})}}}}),n.getToggleButtonProps=function(m){var h=m===void 0?{}:m,g=h.onClick;h.onPress;var x=h.onKeyDown,$=h.onKeyUp,E=h.onBlur,I=Me(h,Vd),P=n.getState(),j=P.isOpen,R={onClick:be(g,n.buttonHandleClick),onKeyDown:be(x,n.buttonHandleKeyDown),onKeyUp:be($,n.buttonHandleKeyUp),onBlur:be(E,n.buttonHandleBlur)},K=I.disabled?{}:R;return O({type:"button",role:"button","aria-label":j?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},K,I)},n.buttonHandleKeyUp=function(m){m.preventDefault()},n.buttonHandleKeyDown=function(m){var h=Vs(m);n.buttonKeyDownHandlers[h]&&n.buttonKeyDownHandlers[h].call(ai(n),m)},n.buttonHandleClick=function(m){m.preventDefault(),n.props.environment.document.activeElement===n.props.environment.document.body&&m.target.focus(),process.env.NODE_ENV==="test"?n.toggleMenu({type:qo}):n.internalSetTimeout(function(){return n.toggleMenu({type:qo})})},n.buttonHandleBlur=function(m){var h=m.target;n.internalSetTimeout(function(){!n.isMouseDown&&(n.props.environment.document.activeElement==null||n.props.environment.document.activeElement.id!==n.inputId)&&n.props.environment.document.activeElement!==h&&n.reset({type:ul})})},n.getLabelProps=function(m){return O({htmlFor:n.inputId,id:n.labelId},m)},n.getInputProps=function(m){var h=m===void 0?{}:m,g=h.onKeyDown,x=h.onBlur,$=h.onChange,E=h.onInput;h.onChangeText;var I=Me(h,Ld),P,j={};P="onChange";var R=n.getState(),K=R.inputValue,S=R.isOpen,F=R.highlightedIndex;if(!I.disabled){var Y;j=(Y={},Y[P]=be($,E,n.inputHandleChange),Y.onKeyDown=be(g,n.inputHandleKeyDown),Y.onBlur=be(x,n.inputHandleBlur),Y)}return O({"aria-autocomplete":"list","aria-activedescendant":S&&typeof F=="number"&&F>=0?n.getItemId(F):null,"aria-controls":S?n.menuId:null,"aria-labelledby":I&&I["aria-label"]?void 0:n.labelId,autoComplete:"off",value:K,id:n.inputId},j,I)},n.inputHandleKeyDown=function(m){var h=Vs(m);h&&n.inputKeyDownHandlers[h]&&n.inputKeyDownHandlers[h].call(ai(n),m)},n.inputHandleChange=function(m){n.internalSetState({type:pl,isOpen:!0,inputValue:m.target.value,highlightedIndex:n.props.defaultHighlightedIndex})},n.inputHandleBlur=function(){n.internalSetTimeout(function(){var m=n.props.environment.document&&!!n.props.environment.document.activeElement&&!!n.props.environment.document.activeElement.dataset&&n.props.environment.document.activeElement.dataset.toggle&&n._rootNode&&n._rootNode.contains(n.props.environment.document.activeElement);!n.isMouseDown&&!m&&n.reset({type:cl})})},n.menuRef=function(m){n._menuNode=m},n.getMenuProps=function(m,h){var g,x=m===void 0?{}:m,$=x.refKey,E=$===void 0?"ref":$,I=x.ref,P=Me(x,Hd),j=h===void 0?{}:h,R=j.suppressRefError,K=R===void 0?!1:R;return n.getMenuProps.called=!0,n.getMenuProps.refKey=E,n.getMenuProps.suppressRefError=K,O((g={},g[E]=Xe(I,n.menuRef),g.role="listbox",g["aria-labelledby"]=P&&P["aria-label"]?null:n.labelId,g.id=n.menuId,g),P)},n.getItemProps=function(m){var h,g=m===void 0?{}:m,x=g.onMouseMove,$=g.onMouseDown,E=g.onClick;g.onPress;var I=g.index,P=g.item,j=P===void 0?process.env.NODE_ENV==="production"?void 0:Od("getItemProps","item"):P,R=Me(g,Fd);I===void 0?(n.items.push(j),I=n.items.indexOf(j)):n.items[I]=j;var K="onClick",S=E,F=(h={onMouseMove:be(x,function(){I!==n.getState().highlightedIndex&&(n.setHighlightedIndex(I,{type:nl}),n.avoidScrolling=!0,n.internalSetTimeout(function(){return n.avoidScrolling=!1},250))}),onMouseDown:be($,function(ee){ee.preventDefault()})},h[K]=be(S,function(){n.selectItemAtIndex(I,{type:fl})}),h),Y=R.disabled?{onMouseDown:F.onMouseDown}:F;return O({id:n.getItemId(I),role:"option","aria-selected":n.getState().highlightedIndex===I},Y,R)},n.clearItems=function(){n.items=[]},n.reset=function(m,h){m===void 0&&(m={}),m=Et(m),n.internalSetState(function(g){var x=g.selectedItem;return O({isOpen:n.props.defaultIsOpen,highlightedIndex:n.props.defaultHighlightedIndex,inputValue:n.props.itemToString(x)},m)},h)},n.toggleMenu=function(m,h){m===void 0&&(m={}),m=Et(m),n.internalSetState(function(g){var x=g.isOpen;return O({isOpen:!x},x&&{highlightedIndex:n.props.defaultHighlightedIndex},m)},function(){var g=n.getState(),x=g.isOpen,$=g.highlightedIndex;x&&n.getItemCount()>0&&typeof $=="number"&&n.setHighlightedIndex($,m),Ci(h)()})},n.openMenu=function(m){n.internalSetState({isOpen:!0},m)},n.closeMenu=function(m){n.internalSetState({isOpen:!1},m)},n.updateStatus=oo(function(){var m=n.getState(),h=n.items[m.highlightedIndex],g=n.getItemCount(),x=n.props.getA11yStatusMessage(O({itemToString:n.props.itemToString,previousResultCount:n.previousResultCount,resultCount:g,highlightedItem:h},m));n.previousResultCount=g,kn(x,n.props.environment.document)},200);var i=n.props,l=i.defaultHighlightedIndex,f=i.initialHighlightedIndex,c=f===void 0?l:f,u=i.defaultIsOpen,p=i.initialIsOpen,b=p===void 0?u:p,_=i.initialInputValue,C=_===void 0?"":_,v=i.initialSelectedItem,w=v===void 0?null:v,y=n.getState({highlightedIndex:c,isOpen:b,inputValue:C,selectedItem:w});return y.selectedItem!=null&&n.props.initialInputValue===void 0&&(y.inputValue=n.props.itemToString(y.selectedItem)),n.state=y,n}var o=t.prototype;return o.internalClearTimeouts=function(){this.timeoutIds.forEach(function(n){clearTimeout(n)}),this.timeoutIds=[]},o.getState=function(n){return n===void 0&&(n=this.state),st(n,this.props)},o.getItemCount=function(){var n=this.items.length;return this.itemCount!=null?n=this.itemCount:this.props.itemCount!==void 0&&(n=this.props.itemCount),n},o.getItemNodeFromIndex=function(n){return this.props.environment.document.getElementById(this.getItemId(n))},o.scrollHighlightedItemIntoView=function(){{var n=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(n,this._menuNode)}},o.moveHighlightedIndex=function(n,i){var l=this,f=this.getItemCount(),c=this.getState(),u=c.highlightedIndex;if(f>0){var p=Je(n,u,f,function(b){return l.getItemNodeFromIndex(b)});this.setHighlightedIndex(p,i)}},o.getStateAndHelpers=function(){var n=this.getState(),i=n.highlightedIndex,l=n.inputValue,f=n.selectedItem,c=n.isOpen,u=this.props.itemToString,p=this.id,b=this.getRootProps,_=this.getToggleButtonProps,C=this.getLabelProps,v=this.getMenuProps,w=this.getInputProps,y=this.getItemProps,m=this.openMenu,h=this.closeMenu,g=this.toggleMenu,x=this.selectItem,$=this.selectItemAtIndex,E=this.selectHighlightedItem,I=this.setHighlightedIndex,P=this.clearSelection,j=this.clearItems,R=this.reset,K=this.setItemCount,S=this.unsetItemCount,F=this.internalSetState;return{getRootProps:b,getToggleButtonProps:_,getLabelProps:C,getMenuProps:v,getInputProps:w,getItemProps:y,reset:R,openMenu:m,closeMenu:h,toggleMenu:g,selectItem:x,selectItemAtIndex:$,selectHighlightedItem:E,setHighlightedIndex:I,clearSelection:P,clearItems:j,setItemCount:K,unsetItemCount:S,setState:F,itemToString:u,id:p,highlightedIndex:i,inputValue:l,isOpen:c,selectedItem:f}},o.componentDidMount=function(){var n=this;process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&ki(this._menuNode,this.getMenuProps);{var i=function(){n.isMouseDown=!0},l=function(_){n.isMouseDown=!1;var C=zt(_.target,[n._rootNode,n._menuNode],n.props.environment);!C&&n.getState().isOpen&&n.reset({type:ol},function(){return n.props.onOuterClick(n.getStateAndHelpers())})},f=function(){n.isTouchMove=!1},c=function(){n.isTouchMove=!0},u=function(_){var C=zt(_.target,[n._rootNode,n._menuNode],n.props.environment,!1);!n.isTouchMove&&!C&&n.getState().isOpen&&n.reset({type:bl},function(){return n.props.onOuterClick(n.getStateAndHelpers())})},p=this.props.environment;p.addEventListener("mousedown",i),p.addEventListener("mouseup",l),p.addEventListener("touchstart",f),p.addEventListener("touchmove",c),p.addEventListener("touchend",u),this.cleanup=function(){n.internalClearTimeouts(),n.updateStatus.cancel(),p.removeEventListener("mousedown",i),p.removeEventListener("mouseup",l),p.removeEventListener("touchstart",f),p.removeEventListener("touchmove",c),p.removeEventListener("touchend",u)}}},o.shouldScroll=function(n,i){var l=this.props.highlightedIndex===void 0?this.getState():this.props,f=l.highlightedIndex,c=i.highlightedIndex===void 0?n:i,u=c.highlightedIndex,p=f&&this.getState().isOpen&&!n.isOpen,b=f!==u;return p||b},o.componentDidUpdate=function(n,i){process.env.NODE_ENV!=="production"&&(xn(this.state,n,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&ki(this._menuNode,this.getMenuProps)),Wt(this.props,"selectedItem")&&this.props.selectedItemChanged(n.selectedItem,this.props.selectedItem)&&this.internalSetState({type:_l,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(i,n)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},o.componentWillUnmount=function(){this.cleanup()},o.render=function(){var n=xi(this.props.children,Ae);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var i=xi(n(this.getStateAndHelpers()));if(!i)return null;if(this.getRootProps.called||this.props.suppressRefError)return process.env.NODE_ENV!=="production"&&!this.getRootProps.suppressRefError&&!this.props.suppressRefError&&zd(i,this.getRootProps),i;if(Qr(i))return r.cloneElement(i,this.getRootProps(el(i)));if(process.env.NODE_ENV!=="production")throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function")},t}(r.Component);return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:Jr,itemToString:function(t){return t==null?"":(process.env.NODE_ENV!=="production"&&jd(t)&&!t.hasOwnProperty("toString")&&console.warn("downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.","The object that was passed:",t),String(t))},onStateChange:Ae,onInputValueChange:Ae,onUserAction:Ae,onChange:Ae,onSelect:Ae,onOuterClick:Ae,selectedItemChanged:function(t,o){return t!==o},environment:typeof window>"u"?{}:window,stateReducer:function(t,o){return o},suppressRefError:!1,scrollIntoView:Gr},e.stateChangeTypes=Td,e}();process.env.NODE_ENV!=="production"&&(Wd.propTypes={children:N.func,defaultHighlightedIndex:N.number,defaultIsOpen:N.bool,initialHighlightedIndex:N.number,initialSelectedItem:N.any,initialInputValue:N.string,initialIsOpen:N.bool,getA11yStatusMessage:N.func,itemToString:N.func,onChange:N.func,onSelect:N.func,onStateChange:N.func,onInputValueChange:N.func,onUserAction:N.func,onOuterClick:N.func,selectedItemChanged:N.func,stateReducer:N.func,itemCount:N.number,id:N.string,environment:N.shape({addEventListener:N.func,removeEventListener:N.func,document:N.shape({getElementById:N.func,activeElement:N.any,body:N.any})}),suppressRefError:N.bool,scrollIntoView:N.func,selectedItem:N.any,isOpen:N.bool,inputValue:N.string,highlightedIndex:N.number,labelId:N.string,inputId:N.string,menuId:N.string,getItemId:N.func});function ki(e,s){var t=s.refKey;e||console.error('downshift: The ref prop "'+t+'" from getMenuProps was not applied correctly on your menu element.')}function zd(e,s){var t=s.refKey,o=t!=="ref",a=!Qr(e);a&&!o&&!hi.isForwardRef(e)?console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps"):!a&&o&&console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "'+t+'"'),!hi.isForwardRef(e)&&!el(e)[t]&&console.error('downshift: You must apply the ref prop "'+t+'" from getRootProps onto your root element.')}var Bd=["isInitialMount","highlightedIndex","items","environment"],ml={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function qd(e,s,t){var o=e.props,a=e.type,n={};Object.keys(s).forEach(function(i){Kd(i,e,s,t),t[i]!==s[i]&&(n[i]=t[i])}),o.onStateChange&&Object.keys(n).length&&o.onStateChange(O({type:a},n))}function Kd(e,s,t,o){var a=s.props,n=s.type,i="on"+En(e)+"Change";a[i]&&o[e]!==void 0&&o[e]!==t[e]&&a[i](O({type:n},o))}function Ud(e,s){return s.changes}function Zd(e){var s=e.selectedItem,t=e.itemToString;return s?t(s)+" has been selected.":""}var Yd=oo(function(e,s){kn(e(),s)},200),Gd=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?r.useLayoutEffect:r.useEffect;function hl(e){var s=e.id,t=s===void 0?"downshift-"+Xr():s,o=e.labelId,a=e.menuId,n=e.getItemId,i=e.toggleButtonId,l=e.inputId,f=r.useRef({labelId:o||t+"-label",menuId:a||t+"-menu",getItemId:n||function(c){return t+"-item-"+c},toggleButtonId:i||t+"-toggle-button",inputId:l||t+"-input"});return f.current}function wn(e,s,t,o){var a,n;if(e===void 0){if(s===void 0)throw new Error(o);a=t[s],n=s}else n=s===void 0?t.indexOf(e):s,a=e;return[a,n]}function Xd(e){return e?String(e):""}function Jd(e){return/^\S{1}$/.test(e)}function En(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function no(e){var s=r.useRef(e);return s.current=e,s}function vl(e,s,t){var o=r.useRef(),a=r.useRef(),n=r.useCallback(function(b,_){a.current=_,b=st(b,_.props);var C=e(b,_),v=_.props.stateReducer(b,O({},_,{changes:C}));return v},[e]),i=r.useReducer(n,s),l=i[0],f=i[1],c=no(t),u=r.useCallback(function(b){return f(O({props:c.current},b))},[c]),p=a.current;return r.useEffect(function(){p&&o.current&&o.current!==l&&qd(p,st(o.current,p.props),l),o.current=l},[l,t,p]),[l,u]}function gl(e,s,t){var o=vl(e,s,t),a=o[0],n=o[1];return[st(a,t),n]}var Xs={itemToString:Xd,stateReducer:Ud,getA11ySelectionMessage:Zd,scrollIntoView:Gr,environment:typeof window>"u"?{}:window};function He(e,s,t){t===void 0&&(t=ml);var o=e["default"+En(s)];return o!==void 0?o:t[s]}function Gs(e,s,t){t===void 0&&(t=ml);var o=e[s];if(o!==void 0)return o;var a=e["initial"+En(s)];return a!==void 0?a:He(e,s,t)}function Cl(e){var s=Gs(e,"selectedItem"),t=Gs(e,"isOpen"),o=Gs(e,"highlightedIndex"),a=Gs(e,"inputValue");return{highlightedIndex:o<0&&s&&t?e.items.indexOf(s):o,isOpen:t,selectedItem:s,inputValue:a}}function Es(e,s,t){var o=e.items,a=e.initialHighlightedIndex,n=e.defaultHighlightedIndex,i=s.selectedItem,l=s.highlightedIndex;return o.length===0?-1:a!==void 0&&l===a?a:n!==void 0?n:i?o.indexOf(i):t===0?-1:t<0?o.length-1:0}function yl(e,s,t,o){var a=r.useRef({isMouseDown:!1,isTouchMove:!1});return r.useEffect(function(){if((t==null?void 0:t.addEventListener)!=null){var n=function(){a.current.isMouseDown=!0},i=function(p){a.current.isMouseDown=!1,e&&!zt(p.target,s.map(function(b){return b.current}),t)&&o()},l=function(){a.current.isTouchMove=!1},f=function(){a.current.isTouchMove=!0},c=function(p){e&&!a.current.isTouchMove&&!zt(p.target,s.map(function(b){return b.current}),t,!1)&&o()};return t.addEventListener("mousedown",n),t.addEventListener("mouseup",i),t.addEventListener("touchstart",l),t.addEventListener("touchmove",f),t.addEventListener("touchend",c),function(){t.removeEventListener("mousedown",n),t.removeEventListener("mouseup",i),t.removeEventListener("touchstart",l),t.removeEventListener("touchmove",f),t.removeEventListener("touchend",c)}}},[e,t]),a}var ao=function(){return Ae};process.env.NODE_ENV!=="production"&&(ao=function(){for(var s=r.useRef(!0),t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];var n=r.useRef(o.reduce(function(l,f){return l[f]={},l},{}));r.useEffect(function(){Object.keys(n.current).forEach(function(l){var f=n.current[l];if(s.current&&!Object.keys(f).length){console.error("downshift: You forgot to call the "+l+" getter function on your component / element.");return}var c=f.suppressRefError,u=f.refKey,p=f.elementRef;(!p||!p.current)&&!c&&console.error('downshift: The ref prop "'+u+'" from '+l+" was not applied correctly on your element.")}),s.current=!1});var i=r.useCallback(function(l,f,c,u){n.current[l]={suppressRefError:f,refKey:c,elementRef:u}},[]);return i});function Bt(e,s,t){var o=t.isInitialMount,a=t.highlightedIndex,n=t.items,i=t.environment,l=Me(t,Bd);r.useEffect(function(){o||Yd(function(){return e(O({highlightedIndex:a,highlightedItem:n[a],resultCount:n.length},l))},i.document)},s)}function xl(e){var s=e.highlightedIndex,t=e.isOpen,o=e.itemRefs,a=e.getItemNodeFromIndex,n=e.menuElement,i=e.scrollIntoView,l=r.useRef(!0);return Gd(function(){s<0||!t||!Object.keys(o.current).length||(l.current===!1?l.current=!0:i(a(s),n))},[s]),l}var io=Ae;process.env.NODE_ENV!=="production"&&(io=function(s){var t=s.isInitialMount,o=s.props,a=s.state,n=r.useRef(o);r.useEffect(function(){t||(xn(a,n.current,o),n.current=o)},[a,o,t])});function qt(e,s,t){var o;t===void 0&&(t=!0);var a=((o=e.items)==null?void 0:o.length)&&s>=0;return O({isOpen:!1,highlightedIndex:-1},a&&O({selectedItem:e.items[s],isOpen:He(e,"isOpen"),highlightedIndex:He(e,"highlightedIndex")},t&&{inputValue:e.itemToString(e.items[s])}))}function kl(e,s,t){var o=s.type,a=s.props,n;switch(o){case t.ItemMouseMove:n={highlightedIndex:s.disabled?-1:s.index};break;case t.MenuMouseLeave:n={highlightedIndex:-1};break;case t.ToggleButtonClick:case t.FunctionToggleMenu:n={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:Es(a,e,0)};break;case t.FunctionOpenMenu:n={isOpen:!0,highlightedIndex:Es(a,e,0)};break;case t.FunctionCloseMenu:n={isOpen:!1};break;case t.FunctionSetHighlightedIndex:n={highlightedIndex:s.highlightedIndex};break;case t.FunctionSetInputValue:n={inputValue:s.inputValue};break;case t.FunctionReset:n={highlightedIndex:He(a,"highlightedIndex"),isOpen:He(a,"isOpen"),selectedItem:He(a,"selectedItem"),inputValue:He(a,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return O({},e,n)}function Qd(e){for(var s=e.keysSoFar,t=e.highlightedIndex,o=e.items,a=e.itemToString,n=e.getItemNodeFromIndex,i=s.toLowerCase(),l=0;l<o.length;l++){var f=(l+t+(s.length<2?1:0))%o.length,c=o[f];if(c!==void 0&&a(c).toLowerCase().startsWith(i)){var u=n(f);if(!(u!=null&&u.hasAttribute("disabled")))return f}}return t}var eu={items:N.array.isRequired,itemToString:N.func,getA11yStatusMessage:N.func,getA11ySelectionMessage:N.func,highlightedIndex:N.number,defaultHighlightedIndex:N.number,initialHighlightedIndex:N.number,isOpen:N.bool,defaultIsOpen:N.bool,initialIsOpen:N.bool,selectedItem:N.any,initialSelectedItem:N.any,defaultSelectedItem:N.any,id:N.string,labelId:N.string,menuId:N.string,getItemId:N.func,toggleButtonId:N.string,stateReducer:N.func,onSelectedItemChange:N.func,onHighlightedIndexChange:N.func,onStateChange:N.func,onIsOpenChange:N.func,environment:N.shape({addEventListener:N.func,removeEventListener:N.func,document:N.shape({getElementById:N.func,activeElement:N.any,body:N.any})})};function su(e){var s=e.isOpen,t=e.resultCount,o=e.previousResultCount;return s?t?t!==o?"".concat(t," result").concat(t===1?" is":"s are"," available, use up and down arrow keys to navigate. Press Enter or Space Bar keys to select."):"":"No results are available.":""}var tu=Ue(Ue({},Xs),{getA11yStatusMessage:su}),wl=Ae;process.env.NODE_ENV!=="production"&&(wl=function(e,s){N.checkPropTypes(eu,e,"prop",s.name)});var Nt=process.env.NODE_ENV!=="production"?"__togglebutton_click__":0,$n=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_arrow_down__":1,In=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_arrow_up__":2,Kt=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_character__":3,Sn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_escape__":4,Rn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_home__":5,Pn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_end__":6,Dn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_enter__":7,On=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_space_button__":8,Nn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_page_up__":9,jn=process.env.NODE_ENV!=="production"?"__togglebutton_keydown_page_down__":10,Ut=process.env.NODE_ENV!=="production"?"__togglebutton_blur__":11,El=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":12,$l=process.env.NODE_ENV!=="production"?"__item_mouse_move__":13,Mn=process.env.NODE_ENV!=="production"?"__item_click__":14,Il=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":15,Sl=process.env.NODE_ENV!=="production"?"__function_open_menu__":16,Rl=process.env.NODE_ENV!=="production"?"__function_close_menu__":17,Pl=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":18,Tn=process.env.NODE_ENV!=="production"?"__function_select_item__":19,Ko=process.env.NODE_ENV!=="production"?"__function_set_input_value__":20,Dl=process.env.NODE_ENV!=="production"?"__function_reset__":21,Ol=Object.freeze({__proto__:null,ToggleButtonClick:Nt,ToggleButtonKeyDownArrowDown:$n,ToggleButtonKeyDownArrowUp:In,ToggleButtonKeyDownCharacter:Kt,ToggleButtonKeyDownEscape:Sn,ToggleButtonKeyDownHome:Rn,ToggleButtonKeyDownEnd:Pn,ToggleButtonKeyDownEnter:Dn,ToggleButtonKeyDownSpaceButton:On,ToggleButtonKeyDownPageUp:Nn,ToggleButtonKeyDownPageDown:jn,ToggleButtonBlur:Ut,MenuMouseLeave:El,ItemMouseMove:$l,ItemClick:Mn,FunctionToggleMenu:Il,FunctionOpenMenu:Sl,FunctionCloseMenu:Rl,FunctionSetHighlightedIndex:Pl,FunctionSelectItem:Tn,FunctionSetInputValue:Ko,FunctionReset:Dl});function ou(e,s){var t,o=s.type,a=s.props,n=s.altKey,i;switch(o){case Mn:i={isOpen:He(a,"isOpen"),highlightedIndex:He(a,"highlightedIndex"),selectedItem:a.items[s.index]};break;case Kt:{var l=s.key,f=""+e.inputValue+l,c=!e.isOpen&&e.selectedItem?a.items.indexOf(e.selectedItem):e.highlightedIndex,u=Qd({keysSoFar:f,highlightedIndex:c,items:a.items,itemToString:a.itemToString,getItemNodeFromIndex:s.getItemNodeFromIndex});i={inputValue:f,highlightedIndex:u,isOpen:!0}}break;case $n:{var p=e.isOpen?Je(1,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1):n&&e.selectedItem==null?-1:Es(a,e,1);i={highlightedIndex:p,isOpen:!0}}break;case In:if(e.isOpen&&n)i=qt(a,e.highlightedIndex,!1);else{var b=e.isOpen?Je(-1,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1):Es(a,e,-1);i={highlightedIndex:b,isOpen:!0}}break;case Dn:case On:i=qt(a,e.highlightedIndex,!1);break;case Rn:i={highlightedIndex:ps(1,0,a.items.length,s.getItemNodeFromIndex,!1),isOpen:!0};break;case Pn:i={highlightedIndex:ps(-1,a.items.length-1,a.items.length,s.getItemNodeFromIndex,!1),isOpen:!0};break;case Nn:i={highlightedIndex:Je(-10,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1)};break;case jn:i={highlightedIndex:Je(10,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1)};break;case Sn:i={isOpen:!1,highlightedIndex:-1};break;case Ut:i=O({isOpen:!1,highlightedIndex:-1},e.highlightedIndex>=0&&((t=a.items)==null?void 0:t.length)&&{selectedItem:a.items[e.highlightedIndex]});break;case Tn:i={selectedItem:s.selectedItem};break;default:return kl(e,s,Ol)}return O({},e,i)}var nu=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],au=["onBlur","onClick","onPress","onKeyDown","refKey","ref"],iu=["item","index","onMouseMove","onClick","onPress","refKey","ref","disabled"];An.stateChangeTypes=Ol;function An(e){e===void 0&&(e={}),wl(e,An);var s=O({},tu,e),t=s.items,o=s.scrollIntoView,a=s.environment,n=s.itemToString,i=s.getA11ySelectionMessage,l=s.getA11yStatusMessage,f=Cl(s),c=gl(ou,f,s),u=c[0],p=c[1],b=u.isOpen,_=u.highlightedIndex,C=u.selectedItem,v=u.inputValue,w=r.useRef(null),y=r.useRef(null),m=r.useRef({}),h=r.useRef(null),g=hl(s),x=r.useRef(),$=r.useRef(!0),E=no({state:u,props:s}),I=r.useCallback(function(L){return m.current[g.getItemId(L)]},[g]);Bt(l,[b,_,v,t],O({isInitialMount:$.current,previousResultCount:x.current,items:t,environment:a,itemToString:n},u)),Bt(i,[C],O({isInitialMount:$.current,previousResultCount:x.current,items:t,environment:a,itemToString:n},u));var P=xl({menuElement:y.current,highlightedIndex:_,isOpen:b,itemRefs:m,scrollIntoView:o,getItemNodeFromIndex:I});r.useEffect(function(){return h.current=oo(function(L){L({type:Ko,inputValue:""})},500),function(){h.current.cancel()}},[]),r.useEffect(function(){v&&h.current(p)},[p,v]),io({isInitialMount:$.current,props:s,state:u}),r.useEffect(function(){$.current||(x.current=t.length)});var j=yl(b,[y,w],a,function(){p({type:Ut})}),R=ao("getMenuProps","getToggleButtonProps");r.useEffect(function(){return $.current=!1,function(){$.current=!0}},[]),r.useEffect(function(){b||(m.current={})},[b]);var K=r.useMemo(function(){return{ArrowDown:function(Z){Z.preventDefault(),p({type:$n,getItemNodeFromIndex:I,altKey:Z.altKey})},ArrowUp:function(Z){Z.preventDefault(),p({type:In,getItemNodeFromIndex:I,altKey:Z.altKey})},Home:function(Z){Z.preventDefault(),p({type:Rn,getItemNodeFromIndex:I})},End:function(Z){Z.preventDefault(),p({type:Pn,getItemNodeFromIndex:I})},Escape:function(){E.current.state.isOpen&&p({type:Sn})},Enter:function(Z){Z.preventDefault(),p({type:E.current.state.isOpen?Dn:Nt})},PageUp:function(Z){E.current.state.isOpen&&(Z.preventDefault(),p({type:Nn,getItemNodeFromIndex:I}))},PageDown:function(Z){E.current.state.isOpen&&(Z.preventDefault(),p({type:jn,getItemNodeFromIndex:I}))}," ":function(Z){Z.preventDefault();var W=E.current.state;if(!W.isOpen){p({type:Nt});return}W.inputValue?p({type:Kt,key:" ",getItemNodeFromIndex:I}):p({type:On})}}},[p,I,E]),S=r.useCallback(function(){p({type:Il})},[p]),F=r.useCallback(function(){p({type:Rl})},[p]),Y=r.useCallback(function(){p({type:Sl})},[p]),ee=r.useCallback(function(L){p({type:Pl,highlightedIndex:L})},[p]),ne=r.useCallback(function(L){p({type:Tn,selectedItem:L})},[p]),se=r.useCallback(function(){p({type:Dl})},[p]),X=r.useCallback(function(L){p({type:Ko,inputValue:L})},[p]),D=r.useCallback(function(L){return O({id:g.labelId,htmlFor:g.toggleButtonId},L)},[g]),A=r.useCallback(function(L,Z){var W,T=L===void 0?{}:L,M=T.onMouseLeave,V=T.refKey,q=V===void 0?"ref":V;T.onKeyDown,T.onBlur;var U=T.ref,H=Me(T,nu),re=Z===void 0?{}:Z,le=re.suppressRefError,ye=le===void 0?!1:le,ke=function(){p({type:El})};return R("getMenuProps",ye,q,y),O((W={},W[q]=Xe(U,function(we){y.current=we}),W.id=g.menuId,W.role="listbox",W["aria-labelledby"]=H&&H["aria-label"]?void 0:""+g.labelId,W.onMouseLeave=be(M,ke),W),H)},[p,R,g]),G=r.useCallback(function(L,Z){var W,T=L===void 0?{}:L,M=T.onBlur,V=T.onClick;T.onPress;var q=T.onKeyDown,U=T.refKey,H=U===void 0?"ref":U,re=T.ref,le=Me(T,au),ye=Z===void 0?{}:Z,ke=ye.suppressRefError,we=ke===void 0?!1:ke,De=E.current.state,Ee=function(){p({type:Nt})},Te=function(){De.isOpen&&!j.current.isMouseDown&&p({type:Ut})},Oe=function(qe){var $e=Vs(qe);$e&&K[$e]?K[$e](qe):Jd($e)&&p({type:Kt,key:$e,getItemNodeFromIndex:I})},Ve=O((W={},W[H]=Xe(re,function(Pe){w.current=Pe}),W["aria-activedescendant"]=De.isOpen&&De.highlightedIndex>-1?g.getItemId(De.highlightedIndex):"",W["aria-controls"]=g.menuId,W["aria-expanded"]=E.current.state.isOpen,W["aria-haspopup"]="listbox",W["aria-labelledby"]=le&&le["aria-label"]?void 0:""+g.labelId,W.id=g.toggleButtonId,W.role="combobox",W.tabIndex=0,W.onBlur=be(M,Te),W),le);return le.disabled||(Ve.onClick=be(V,Ee),Ve.onKeyDown=be(q,Oe)),R("getToggleButtonProps",we,H,w),Ve},[E,g,R,p,j,K,I]),Q=r.useCallback(function(L){var Z,W=L===void 0?{}:L,T=W.item,M=W.index,V=W.onMouseMove,q=W.onClick;W.onPress;var U=W.refKey,H=U===void 0?"ref":U,re=W.ref,le=W.disabled,ye=Me(W,iu),ke=E.current,we=ke.state,De=ke.props,Ee=wn(T,M,De.items,"Pass either item or index to getItemProps!"),Te=Ee[0],Oe=Ee[1],Ve=function(){Oe!==we.highlightedIndex&&(P.current=!1,p({type:$l,index:Oe,disabled:le}))},Pe=function(){p({type:Mn,index:Oe})},qe=O((Z={disabled:le,role:"option","aria-selected":""+(Te===C),id:g.getItemId(Oe)},Z[H]=Xe(re,function($e){$e&&(m.current[g.getItemId(Oe)]=$e)}),Z),ye);return le||(qe.onClick=be(q,Pe)),qe.onMouseMove=be(V,Ve),qe},[E,C,g,P,p]);return{getToggleButtonProps:G,getLabelProps:D,getMenuProps:A,getItemProps:Q,toggleMenu:S,openMenu:Y,closeMenu:F,setHighlightedIndex:ee,selectItem:ne,reset:se,setInputValue:X,highlightedIndex:_,isOpen:b,selectedItem:C,inputValue:v}}var Vn=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,Ln=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,Hn=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,Fn=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,Wn=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,zn=process.env.NODE_ENV!=="production"?"__input_keydown_page_up__":5,Bn=process.env.NODE_ENV!=="production"?"__input_keydown_page_down__":6,qn=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":7,Kn=process.env.NODE_ENV!=="production"?"__input_change__":8,Zt=process.env.NODE_ENV!=="production"?"__input_blur__":9,Un=process.env.NODE_ENV!=="production"?"__input_focus__":10,Nl=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":11,jl=process.env.NODE_ENV!=="production"?"__item_mouse_move__":12,Zn=process.env.NODE_ENV!=="production"?"__item_click__":13,Ml=process.env.NODE_ENV!=="production"?"__togglebutton_click__":14,Tl=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":15,Al=process.env.NODE_ENV!=="production"?"__function_open_menu__":16,Vl=process.env.NODE_ENV!=="production"?"__function_close_menu__":17,Ll=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":18,Yn=process.env.NODE_ENV!=="production"?"__function_select_item__":19,Hl=process.env.NODE_ENV!=="production"?"__function_set_input_value__":20,Fl=process.env.NODE_ENV!=="production"?"__function_reset__":21,Gn=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":22,Wl=Object.freeze({__proto__:null,InputKeyDownArrowDown:Vn,InputKeyDownArrowUp:Ln,InputKeyDownEscape:Hn,InputKeyDownHome:Fn,InputKeyDownEnd:Wn,InputKeyDownPageUp:zn,InputKeyDownPageDown:Bn,InputKeyDownEnter:qn,InputChange:Kn,InputBlur:Zt,InputFocus:Un,MenuMouseLeave:Nl,ItemMouseMove:jl,ItemClick:Zn,ToggleButtonClick:Ml,FunctionToggleMenu:Tl,FunctionOpenMenu:Al,FunctionCloseMenu:Vl,FunctionSetHighlightedIndex:Ll,FunctionSelectItem:Yn,FunctionSetInputValue:Hl,FunctionReset:Fl,ControlledPropUpdatedSelectedItem:Gn});function ru(e){var s=Cl(e),t=s.selectedItem,o=s.inputValue;return o===""&&t&&e.defaultInputValue===void 0&&e.initialInputValue===void 0&&e.inputValue===void 0&&(o=e.itemToString(t)),O({},s,{inputValue:o})}var lu={items:N.array.isRequired,itemToString:N.func,selectedItemChanged:N.func,getA11yStatusMessage:N.func,getA11ySelectionMessage:N.func,highlightedIndex:N.number,defaultHighlightedIndex:N.number,initialHighlightedIndex:N.number,isOpen:N.bool,defaultIsOpen:N.bool,initialIsOpen:N.bool,selectedItem:N.any,initialSelectedItem:N.any,defaultSelectedItem:N.any,inputValue:N.string,defaultInputValue:N.string,initialInputValue:N.string,id:N.string,labelId:N.string,menuId:N.string,getItemId:N.func,inputId:N.string,toggleButtonId:N.string,stateReducer:N.func,onSelectedItemChange:N.func,onHighlightedIndexChange:N.func,onStateChange:N.func,onIsOpenChange:N.func,onInputValueChange:N.func,environment:N.shape({addEventListener:N.func,removeEventListener:N.func,document:N.shape({getElementById:N.func,activeElement:N.any,body:N.any})})};function fu(e,s,t){var o=r.useRef(),a=vl(e,s,t),n=a[0],i=a[1];return r.useEffect(function(){Wt(t,"selectedItem")&&(t.selectedItemChanged(o.current,t.selectedItem)&&i({type:Gn,inputValue:t.itemToString(t.selectedItem)}),o.current=n.selectedItem===o.current?t.selectedItem:n.selectedItem)},[n.selectedItem,t.selectedItem]),[st(n,t),i]}var zl=Ae;process.env.NODE_ENV!=="production"&&(zl=function(s,t){N.checkPropTypes(lu,s,"prop",t.name)});var cu=O({},Xs,{selectedItemChanged:function(s,t){return s!==t},getA11yStatusMessage:Jr});function pu(e,s){var t,o=s.type,a=s.props,n=s.altKey,i;switch(o){case Zn:i={isOpen:He(a,"isOpen"),highlightedIndex:He(a,"highlightedIndex"),selectedItem:a.items[s.index],inputValue:a.itemToString(a.items[s.index])};break;case Vn:e.isOpen?i={highlightedIndex:Je(1,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!0)}:i={highlightedIndex:n&&e.selectedItem==null?-1:Es(a,e,1,s.getItemNodeFromIndex),isOpen:a.items.length>=0};break;case Ln:e.isOpen?n?i=qt(a,e.highlightedIndex):i={highlightedIndex:Je(-1,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!0)}:i={highlightedIndex:Es(a,e,-1,s.getItemNodeFromIndex),isOpen:a.items.length>=0};break;case qn:i=qt(a,e.highlightedIndex);break;case Hn:i=O({isOpen:!1,highlightedIndex:-1},!e.isOpen&&{selectedItem:null,inputValue:""});break;case zn:i={highlightedIndex:Je(-10,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1)};break;case Bn:i={highlightedIndex:Je(10,e.highlightedIndex,a.items.length,s.getItemNodeFromIndex,!1)};break;case Fn:i={highlightedIndex:ps(1,0,a.items.length,s.getItemNodeFromIndex,!1)};break;case Wn:i={highlightedIndex:ps(-1,a.items.length-1,a.items.length,s.getItemNodeFromIndex,!1)};break;case Zt:i=O({isOpen:!1,highlightedIndex:-1},e.highlightedIndex>=0&&((t=a.items)==null?void 0:t.length)&&s.selectItem&&{selectedItem:a.items[e.highlightedIndex],inputValue:a.itemToString(a.items[e.highlightedIndex])});break;case Kn:i={isOpen:!0,highlightedIndex:He(a,"highlightedIndex"),inputValue:s.inputValue};break;case Un:i={isOpen:!0,highlightedIndex:Es(a,e,0)};break;case Yn:i={selectedItem:s.selectedItem,inputValue:a.itemToString(s.selectedItem)};break;case Gn:i={inputValue:s.inputValue};break;default:return kl(e,s,Wl)}return O({},e,i)}var du=["onMouseLeave","refKey","ref"],uu=["item","index","refKey","ref","onMouseMove","onMouseDown","onClick","onPress","disabled"],_u=["onClick","onPress","refKey","ref"],bu=["onKeyDown","onChange","onInput","onFocus","onBlur","onChangeText","refKey","ref"];Ge.stateChangeTypes=Wl;function Ge(e){e===void 0&&(e={}),zl(e,Ge);var s=O({},cu,e),t=s.initialIsOpen,o=s.defaultIsOpen,a=s.items,n=s.scrollIntoView,i=s.environment,l=s.getA11yStatusMessage,f=s.getA11ySelectionMessage,c=s.itemToString,u=ru(s),p=fu(pu,u,s),b=p[0],_=p[1],C=b.isOpen,v=b.highlightedIndex,w=b.selectedItem,y=b.inputValue,m=r.useRef(null),h=r.useRef({}),g=r.useRef(null),x=r.useRef(null),$=r.useRef(!0),E=hl(s),I=r.useRef(),P=no({state:b,props:s}),j=r.useCallback(function(T){return h.current[E.getItemId(T)]},[E]);Bt(l,[C,v,y,a],O({isInitialMount:$.current,previousResultCount:I.current,items:a,environment:i,itemToString:c},b)),Bt(f,[w],O({isInitialMount:$.current,previousResultCount:I.current,items:a,environment:i,itemToString:c},b));var R=xl({menuElement:m.current,highlightedIndex:v,isOpen:C,itemRefs:h,scrollIntoView:n,getItemNodeFromIndex:j});io({isInitialMount:$.current,props:s,state:b}),r.useEffect(function(){var T=t||o||C;T&&g.current&&g.current.focus()},[]),r.useEffect(function(){$.current||(I.current=a.length)});var K=yl(C,[g,m,x],i,function(){_({type:Zt,selectItem:!1})}),S=ao("getInputProps","getMenuProps");r.useEffect(function(){return $.current=!1,function(){$.current=!0}},[]),r.useEffect(function(){var T;if(!C)h.current={};else if(((T=i.document)==null?void 0:T.activeElement)!==g.current){var M;g==null||(M=g.current)==null||M.focus()}},[C,i]);var F=r.useMemo(function(){return{ArrowDown:function(M){M.preventDefault(),_({type:Vn,altKey:M.altKey,getItemNodeFromIndex:j})},ArrowUp:function(M){M.preventDefault(),_({type:Ln,altKey:M.altKey,getItemNodeFromIndex:j})},Home:function(M){P.current.state.isOpen&&(M.preventDefault(),_({type:Fn,getItemNodeFromIndex:j}))},End:function(M){P.current.state.isOpen&&(M.preventDefault(),_({type:Wn,getItemNodeFromIndex:j}))},Escape:function(M){var V=P.current.state;(V.isOpen||V.inputValue||V.selectedItem||V.highlightedIndex>-1)&&(M.preventDefault(),_({type:Hn}))},Enter:function(M){var V=P.current.state;!V.isOpen||M.which===229||(M.preventDefault(),_({type:qn,getItemNodeFromIndex:j}))},PageUp:function(M){P.current.state.isOpen&&(M.preventDefault(),_({type:zn,getItemNodeFromIndex:j}))},PageDown:function(M){P.current.state.isOpen&&(M.preventDefault(),_({type:Bn,getItemNodeFromIndex:j}))}}},[_,P,j]),Y=r.useCallback(function(T){return O({id:E.labelId,htmlFor:E.inputId},T)},[E]),ee=r.useCallback(function(T,M){var V,q=T===void 0?{}:T,U=q.onMouseLeave,H=q.refKey,re=H===void 0?"ref":H,le=q.ref,ye=Me(q,du),ke=M===void 0?{}:M,we=ke.suppressRefError,De=we===void 0?!1:we;return S("getMenuProps",De,re,m),O((V={},V[re]=Xe(le,function(Ee){m.current=Ee}),V.id=E.menuId,V.role="listbox",V["aria-labelledby"]=ye&&ye["aria-label"]?void 0:""+E.labelId,V.onMouseLeave=be(U,function(){_({type:Nl})}),V),ye)},[_,S,E]),ne=r.useCallback(function(T){var M,V,q=T===void 0?{}:T,U=q.item,H=q.index,re=q.refKey,le=re===void 0?"ref":re,ye=q.ref,ke=q.onMouseMove,we=q.onMouseDown,De=q.onClick;q.onPress;var Ee=q.disabled,Te=Me(q,uu),Oe=P.current,Ve=Oe.props,Pe=Oe.state,qe=wn(U,H,Ve.items,"Pass either item or index to getItemProps!"),$e=qe[1],Ps="onClick",as=De,qs=function(){$e!==Pe.highlightedIndex&&(R.current=!1,_({type:jl,index:$e,disabled:Ee}))},xs=function(){_({type:Zn,index:$e})},Ye=function(ss){return ss.preventDefault()};return O((M={},M[le]=Xe(ye,function(Ne){Ne&&(h.current[E.getItemId($e)]=Ne)}),M.disabled=Ee,M.role="option",M["aria-selected"]=""+($e===Pe.highlightedIndex),M.id=E.getItemId($e),M),!Ee&&(V={},V[Ps]=be(as,xs),V),{onMouseMove:be(ke,qs),onMouseDown:be(we,Ye)},Te)},[_,P,R,E]),se=r.useCallback(function(T){var M,V=T===void 0?{}:T,q=V.onClick;V.onPress;var U=V.refKey,H=U===void 0?"ref":U,re=V.ref,le=Me(V,_u),ye=P.current.state,ke=function(){_({type:Ml})};return O((M={},M[H]=Xe(re,function(we){x.current=we}),M["aria-controls"]=E.menuId,M["aria-expanded"]=ye.isOpen,M.id=E.toggleButtonId,M.tabIndex=-1,M),!le.disabled&&O({},{onClick:be(q,ke)}),le)},[_,P,E]),X=r.useCallback(function(T,M){var V,q=T===void 0?{}:T,U=q.onKeyDown,H=q.onChange,re=q.onInput,le=q.onFocus,ye=q.onBlur;q.onChangeText;var ke=q.refKey,we=ke===void 0?"ref":ke,De=q.ref,Ee=Me(q,bu),Te=M===void 0?{}:M,Oe=Te.suppressRefError,Ve=Oe===void 0?!1:Oe;S("getInputProps",Ve,we,g);var Pe=P.current.state,qe=function(ss){var Ks=Vs(ss);Ks&&F[Ks]&&F[Ks](ss)},$e=function(ss){_({type:Kn,inputValue:ss.target.value})},Ps=function(ss){Pe.isOpen&&!K.current.isMouseDown&&_({type:Zt,selectItem:ss.relatedTarget!==null})},as=function(){Pe.isOpen||_({type:Un})},qs="onChange",xs={};if(!Ee.disabled){var Ye;xs=(Ye={},Ye[qs]=be(H,re,$e),Ye.onKeyDown=be(U,qe),Ye.onBlur=be(ye,Ps),Ye.onFocus=be(le,as),Ye)}return O((V={},V[we]=Xe(De,function(Ne){g.current=Ne}),V["aria-activedescendant"]=Pe.isOpen&&Pe.highlightedIndex>-1?E.getItemId(Pe.highlightedIndex):"",V["aria-autocomplete"]="list",V["aria-controls"]=E.menuId,V["aria-expanded"]=Pe.isOpen,V["aria-labelledby"]=Ee&&Ee["aria-label"]?void 0:""+E.labelId,V.autoComplete="off",V.id=E.inputId,V.role="combobox",V.value=Pe.inputValue,V),xs,Ee)},[_,F,P,K,S,E]),D=r.useCallback(function(){_({type:Tl})},[_]),A=r.useCallback(function(){_({type:Vl})},[_]),G=r.useCallback(function(){_({type:Al})},[_]),Q=r.useCallback(function(T){_({type:Ll,highlightedIndex:T})},[_]),L=r.useCallback(function(T){_({type:Yn,selectedItem:T})},[_]),Z=r.useCallback(function(T){_({type:Hl,inputValue:T})},[_]),W=r.useCallback(function(){_({type:Fl})},[_]);return{getItemProps:ne,getLabelProps:Y,getMenuProps:ee,getInputProps:X,getToggleButtonProps:se,toggleMenu:D,openMenu:G,closeMenu:A,setHighlightedIndex:Q,setInputValue:Z,selectItem:L,reset:W,highlightedIndex:v,isOpen:C,selectedItem:w,inputValue:y}}var Bl={activeIndex:-1,selectedItems:[]};function wi(e,s){return Gs(e,s,Bl)}function Ei(e,s){return He(e,s,Bl)}function mu(e){var s=wi(e,"activeIndex"),t=wi(e,"selectedItems");return{activeIndex:s,selectedItems:t}}function $i(e){if(e.shiftKey||e.metaKey||e.ctrlKey||e.altKey)return!1;var s=e.target;return!(s instanceof HTMLInputElement&&s.value!==""&&(s.selectionStart!==0||s.selectionEnd!==0))}function hu(e){var s=e.removedSelectedItem,t=e.itemToString;return t(s)+" has been removed."}var vu={selectedItems:N.array,initialSelectedItems:N.array,defaultSelectedItems:N.array,itemToString:N.func,getA11yRemovalMessage:N.func,stateReducer:N.func,activeIndex:N.number,initialActiveIndex:N.number,defaultActiveIndex:N.number,onActiveIndexChange:N.func,onSelectedItemsChange:N.func,keyNavigationNext:N.string,keyNavigationPrevious:N.string,environment:N.shape({addEventListener:N.func,removeEventListener:N.func,document:N.shape({getElementById:N.func,activeElement:N.any,body:N.any})})},gu={itemToString:Xs.itemToString,stateReducer:Xs.stateReducer,environment:Xs.environment,getA11yRemovalMessage:hu,keyNavigationNext:"ArrowRight",keyNavigationPrevious:"ArrowLeft"},ql=Ae;process.env.NODE_ENV!=="production"&&(ql=function(s,t){N.checkPropTypes(vu,s,"prop",t.name)});var Xn=process.env.NODE_ENV!=="production"?"__selected_item_click__":0,Jn=process.env.NODE_ENV!=="production"?"__selected_item_keydown_delete__":1,Qn=process.env.NODE_ENV!=="production"?"__selected_item_keydown_backspace__":2,ea=process.env.NODE_ENV!=="production"?"__selected_item_keydown_navigation_next__":3,sa=process.env.NODE_ENV!=="production"?"__selected_item_keydown_navigation_previous__":4,ta=process.env.NODE_ENV!=="production"?"__dropdown_keydown_navigation_previous__":5,oa=process.env.NODE_ENV!=="production"?"__dropdown_keydown_backspace__":6,na=process.env.NODE_ENV!=="production"?"__dropdown_click__":7,aa=process.env.NODE_ENV!=="production"?"__function_add_selected_item__":8,ia=process.env.NODE_ENV!=="production"?"__function_remove_selected_item__":9,ra=process.env.NODE_ENV!=="production"?"__function_set_selected_items__":10,la=process.env.NODE_ENV!=="production"?"__function_set_active_index__":11,fa=process.env.NODE_ENV!=="production"?"__function_reset__":12,Cu=Object.freeze({__proto__:null,SelectedItemClick:Xn,SelectedItemKeyDownDelete:Jn,SelectedItemKeyDownBackspace:Qn,SelectedItemKeyDownNavigationNext:ea,SelectedItemKeyDownNavigationPrevious:sa,DropdownKeyDownNavigationPrevious:ta,DropdownKeyDownBackspace:oa,DropdownClick:na,FunctionAddSelectedItem:aa,FunctionRemoveSelectedItem:ia,FunctionSetSelectedItems:ra,FunctionSetActiveIndex:la,FunctionReset:fa});function yu(e,s){var t=s.type,o=s.index,a=s.props,n=s.selectedItem,i=e.activeIndex,l=e.selectedItems,f;switch(t){case Xn:f={activeIndex:o};break;case sa:f={activeIndex:i-1<0?0:i-1};break;case ea:f={activeIndex:i+1>=l.length?-1:i+1};break;case Qn:case Jn:{if(i<0)break;var c=i;l.length===1?c=-1:i===l.length-1&&(c=l.length-2),f=O({selectedItems:[].concat(l.slice(0,i),l.slice(i+1))},{activeIndex:c});break}case ta:f={activeIndex:l.length-1};break;case oa:f={selectedItems:l.slice(0,l.length-1)};break;case aa:f={selectedItems:[].concat(l,[n])};break;case na:f={activeIndex:-1};break;case ia:{var u=i,p=l.indexOf(n);if(p<0)break;l.length===1?u=-1:p===l.length-1&&(u=l.length-2),f={selectedItems:[].concat(l.slice(0,p),l.slice(p+1)),activeIndex:u};break}case ra:{var b=s.selectedItems;f={selectedItems:b};break}case la:{var _=s.activeIndex;f={activeIndex:_};break}case fa:f={activeIndex:Ei(a,"activeIndex"),selectedItems:Ei(a,"selectedItems")};break;default:throw new Error("Reducer called without proper action type.")}return O({},e,f)}var xu=["refKey","ref","onClick","onKeyDown","selectedItem","index"],ku=["refKey","ref","onKeyDown","onClick","preventKeyAction"];ks.stateChangeTypes=Cu;function ks(e){e===void 0&&(e={}),ql(e,ks);var s=O({},gu,e),t=s.getA11yRemovalMessage,o=s.itemToString,a=s.environment,n=s.keyNavigationNext,i=s.keyNavigationPrevious,l=gl(yu,mu(s),s),f=l[0],c=l[1],u=f.activeIndex,p=f.selectedItems,b=r.useRef(!0),_=r.useRef(null),C=r.useRef(p),v=r.useRef();v.current=[];var w=no({state:f,props:s});r.useEffect(function(){if(!b.current){if(p.length<C.current.length){var R=C.current.find(function(K){return p.indexOf(K)<0});kn(t({itemToString:o,resultCount:p.length,removedSelectedItem:R,activeIndex:u,activeSelectedItem:p[u]}),a.document)}C.current=p}},[p.length]),r.useEffect(function(){b.current||(u===-1&&_.current?_.current.focus():v.current[u]&&v.current[u].focus())},[u]),io({isInitialMount:b.current,props:s,state:f});var y=ao("getDropdownProps");r.useEffect(function(){return b.current=!1,function(){b.current=!0}},[]);var m=r.useMemo(function(){var R;return R={},R[i]=function(){c({type:sa})},R[n]=function(){c({type:ea})},R.Delete=function(){c({type:Jn})},R.Backspace=function(){c({type:Qn})},R},[c,n,i]),h=r.useMemo(function(){var R;return R={},R[i]=function(K){$i(K)&&c({type:ta})},R.Backspace=function(S){$i(S)&&c({type:oa})},R},[c,i]),g=r.useCallback(function(R){var K,S=R===void 0?{}:R,F=S.refKey,Y=F===void 0?"ref":F,ee=S.ref,ne=S.onClick,se=S.onKeyDown,X=S.selectedItem,D=S.index,A=Me(S,xu),G=w.current.state,Q=wn(X,D,G.selectedItems,"Pass either item or index to getSelectedItemProps!"),L=Q[1],Z=L>-1&&L===G.activeIndex,W=function(){c({type:Xn,index:L})},T=function(V){var q=Vs(V);q&&m[q]&&m[q](V)};return O((K={},K[Y]=Xe(ee,function(M){M&&v.current.push(M)}),K.tabIndex=Z?0:-1,K.onClick=be(ne,W),K.onKeyDown=be(se,T),K),A)},[c,w,m]),x=r.useCallback(function(R,K){var S,F=R===void 0?{}:R,Y=F.refKey,ee=Y===void 0?"ref":Y,ne=F.ref,se=F.onKeyDown,X=F.onClick,D=F.preventKeyAction,A=D===void 0?!1:D,G=Me(F,ku),Q=K===void 0?{}:K,L=Q.suppressRefError,Z=L===void 0?!1:L;y("getDropdownProps",Z,ee,_);var W=function(V){var q=Vs(V);q&&h[q]&&h[q](V)},T=function(){c({type:na})};return O((S={},S[ee]=Xe(ne,function(M){M&&(_.current=M)}),S),!A&&{onKeyDown:be(se,W),onClick:be(X,T)},G)},[c,h,y]),$=r.useCallback(function(R){c({type:aa,selectedItem:R})},[c]),E=r.useCallback(function(R){c({type:ia,selectedItem:R})},[c]),I=r.useCallback(function(R){c({type:ra,selectedItems:R})},[c]),P=r.useCallback(function(R){c({type:la,activeIndex:R})},[c]),j=r.useCallback(function(){c({type:fa})},[c]);return{getSelectedItemProps:g,getDropdownProps:x,addSelectedItem:$,removeSelectedItem:E,setSelectedItems:I,setActiveIndex:P,reset:j,selectedItems:p,activeIndex:u}}const wu=(e,s)=>{if(!e)return s;const t=e.toString().toLowerCase();return s.filter(o=>o.label.toLowerCase().includes(t))},Kl=({selectedItem:e,options:s,onChange:t,onInputValueChange:o,onFocus:a,onBlur:n})=>{const[i,l]=r.useState(""),[f,c]=r.useState(!1),u=!!(e||f||i),p=wu(i,s),{isOpen:b,getToggleButtonProps:_,getLabelProps:C,getMenuProps:v,getInputProps:w,highlightedIndex:y,getItemProps:m}=Ge({items:p,itemToString:h=>(h==null?void 0:h.label)??"",selectedItem:e,onSelectedItemChange:({selectedItem:h})=>{if(h){const g=at(h)?h.value:h;t==null||t(g)}},onStateChange:({inputValue:h,type:g})=>{switch(g){case Ge.stateChangeTypes.InputChange:o==null||o(h??""),l(h??""),h||t==null||t(null);break}}});return{active:f,itemsToSelect:p,typed:u,isOpen:b,getToggleButtonProps:_,getLabelProps:C,getMenuProps:v,getInputProps:(h,g)=>w({onFocus:x=>{a==null||a(x),c(!0)},onBlur:x=>{n==null||n(x),c(!1)},...h},g),highlightedIndex:y,getItemProps:m,hasItemsToSelect:p.length>0}},Eu=({size:e,disabled:s=!1,className:t,value:o,label:a,id:n,error:i=!1,helperText:l,options:f,onChange:c,onFocus:u,onBlur:p,startAdornment:b,endAdornment:_,...C},v)=>{const{active:w,typed:y,isOpen:m,getToggleButtonProps:h,getLabelProps:g,getMenuProps:x,getInputProps:$,highlightedIndex:E,getItemProps:I,itemsToSelect:P,hasItemsToSelect:j}=Kl({selectedItem:at(o)?f.find(S=>S.value===o):o,options:f,onChange:c,onFocus:u,onBlur:p}),{refs:R,floatingStyles:K}=bt();return d.jsxs(B,{display:"flex",flexDirection:"column",children:[d.jsx(Cn,{id:n,ref:R.setReference,typed:y,active:w,disabled:s,size:e,label:a,error:i,className:t,getLabelProps:g,getToggleButtonProps:h,children:d.jsxs(B,{display:"flex",alignItems:"center",children:[b&&y&&d.jsx(B,{children:b(o)}),d.jsx(B,{id:n,as:"input",type:"text",className:fe(eo({size:e,error:i})),disabled:s,...C,...$({id:n,ref:v})}),_&&y&&d.jsx(B,{children:_(o)})]})}),d.jsx(Hs,{asChild:!0,ref:R.setFloating,style:K,children:d.jsx(B,{position:"relative",display:m&&j?"block":"none",className:dt({size:e}),children:d.jsx(We,{as:"ul",className:pt,...x({},{suppressRefError:!0}),children:m&&(P==null?void 0:P.map((S,F)=>d.jsxs(We.Item,{"data-test-id":"select-option",className:Fs,...I({item:S,index:F}),active:E===F,children:[S==null?void 0:S.startAdornment,d.jsx(Ie,{size:ut(e),children:S.label}),S==null?void 0:S.endAdornment]},`${n}-${S.value}-${F}`)))})})}),l&&d.jsx(ct,{size:e,error:i,children:l})]})},$u=r.forwardRef(Eu),Ul=e=>{const s=r.useRef(null),[t,o]=r.useState(!1),a=r.useRef(null);return r.useEffect(()=>{t&&(e==null||e(),o(!1))},[t,e]),r.useEffect(()=>{const n=s.current;if(n)return a.current&&a.current.disconnect(),a.current=new IntersectionObserver(i=>{i[0].isIntersecting&&o(!0)},{threshold:0}),a.current.observe(n),()=>{n&&a.current&&a.current.unobserve(n)}},[s]),s},Iu=({size:e,disabled:s=!1,className:t,value:o,label:a,id:n,error:i=!1,helperText:l,options:f,onChange:c,onInputValueChange:u,onFocus:p,onBlur:b,loading:_,locale:C,startAdornment:v,endAdornment:w,onScrollEnd:y,...m},h)=>{const{active:g,typed:x,isOpen:$,getToggleButtonProps:E,getLabelProps:I,getMenuProps:P,getInputProps:j,highlightedIndex:R,getItemProps:K,itemsToSelect:S,hasItemsToSelect:F}=Kl({selectedItem:o,options:f,onChange:c,onInputValueChange:u,onFocus:p,onBlur:b}),{refs:Y,floatingStyles:ee}=bt(),ne=Ul(y);return d.jsxs(B,{display:"flex",flexDirection:"column",children:[d.jsx(Cn,{id:n,ref:Y.setReference,typed:x,active:g,disabled:s,size:e,label:a,error:i,className:t,getLabelProps:I,getToggleButtonProps:E,children:d.jsxs(B,{display:"flex",children:[v&&x&&d.jsx(B,{children:v(o)}),d.jsx(B,{id:n,as:"input",type:"text",className:fe(eo({size:e,error:i})),disabled:s,...m,...j({id:n,ref:h})}),w&&x&&d.jsx(B,{children:w(o)})]})}),d.jsx(Hs,{asChild:!0,ref:Y.setFloating,style:ee,children:d.jsx(B,{position:"relative",display:Nr({isOpen:$,hasItemsToSelect:F,loading:_}),className:dt({size:e}),children:d.jsxs(We,{as:"ul",className:pt,...P({},{suppressRefError:!0}),children:[$&&(S==null?void 0:S.map((se,X)=>d.jsxs(We.Item,{"data-test-id":"select-option",className:Fs,...K({item:se,index:X}),active:R===X,children:[se==null?void 0:se.startAdornment,d.jsx(Ie,{size:ut(e),children:se.label}),se==null?void 0:se.endAdornment]},`${n}-${se.value}-${X}`))),_&&d.jsx(Or,{size:e,children:(C==null?void 0:C.loadingText)??"Loading"}),d.jsx("div",{ref:se=>{ne.current=se}})]})})}),l&&d.jsx(ct,{size:e,error:i,children:l})]})},ca=r.forwardRef(Iu),pa=r.forwardRef(({className:e,...s},t)=>d.jsx(B,{ref:t,as:"hr",className:e,backgroundColor:"surfaceNeutralDepressed",borderWidth:0,width:"100%",height:"px","data-macaw-ui-component":"Divider",...s}));pa.displayName="Divider";function Su(e,s=globalThis==null?void 0:globalThis.document){const t=os(e);r.useEffect(()=>{const o=a=>{a.key==="Escape"&&t(a)};return s.addEventListener("keydown",o),()=>s.removeEventListener("keydown",o)},[t,s])}const Uo="dismissableLayer.update",Ru="dismissableLayer.pointerDownOutside",Pu="dismissableLayer.focusOutside";let Ii;const Du=r.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),ro=r.forwardRef((e,s)=>{var t;const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:a,onPointerDownOutside:n,onFocusOutside:i,onInteractOutside:l,onDismiss:f,...c}=e,u=r.useContext(Du),[p,b]=r.useState(null),_=(t=p==null?void 0:p.ownerDocument)!==null&&t!==void 0?t:globalThis==null?void 0:globalThis.document,[,C]=r.useState({}),v=xe(s,I=>b(I)),w=Array.from(u.layers),[y]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),m=w.indexOf(y),h=p?w.indexOf(p):-1,g=u.layersWithOutsidePointerEventsDisabled.size>0,x=h>=m,$=Ou(I=>{const P=I.target,j=[...u.branches].some(R=>R.contains(P));!x||j||(n==null||n(I),l==null||l(I),I.defaultPrevented||f==null||f())},_),E=Nu(I=>{const P=I.target;[...u.branches].some(R=>R.contains(P))||(i==null||i(I),l==null||l(I),I.defaultPrevented||f==null||f())},_);return Su(I=>{h===u.layers.size-1&&(a==null||a(I),!I.defaultPrevented&&f&&(I.preventDefault(),f()))},_),r.useEffect(()=>{if(p)return o&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Ii=_.body.style.pointerEvents,_.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(p)),u.layers.add(p),Si(),()=>{o&&u.layersWithOutsidePointerEventsDisabled.size===1&&(_.body.style.pointerEvents=Ii)}},[p,_,o,u]),r.useEffect(()=>()=>{p&&(u.layers.delete(p),u.layersWithOutsidePointerEventsDisabled.delete(p),Si())},[p,u]),r.useEffect(()=>{const I=()=>C({});return document.addEventListener(Uo,I),()=>document.removeEventListener(Uo,I)},[]),r.createElement(ve.div,O({},c,{ref:v,style:{pointerEvents:g?x?"auto":"none":void 0,...e.style},onFocusCapture:oe(e.onFocusCapture,E.onFocusCapture),onBlurCapture:oe(e.onBlurCapture,E.onBlurCapture),onPointerDownCapture:oe(e.onPointerDownCapture,$.onPointerDownCapture)}))});function Ou(e,s=globalThis==null?void 0:globalThis.document){const t=os(e),o=r.useRef(!1),a=r.useRef(()=>{});return r.useEffect(()=>{const n=l=>{if(l.target&&!o.current){let c=function(){Zl(Ru,t,f,{discrete:!0})};const f={originalEvent:l};l.pointerType==="touch"?(s.removeEventListener("click",a.current),a.current=c,s.addEventListener("click",a.current,{once:!0})):c()}o.current=!1},i=window.setTimeout(()=>{s.addEventListener("pointerdown",n)},0);return()=>{window.clearTimeout(i),s.removeEventListener("pointerdown",n),s.removeEventListener("click",a.current)}},[s,t]),{onPointerDownCapture:()=>o.current=!0}}function Nu(e,s=globalThis==null?void 0:globalThis.document){const t=os(e),o=r.useRef(!1);return r.useEffect(()=>{const a=n=>{n.target&&!o.current&&Zl(Pu,t,{originalEvent:n},{discrete:!1})};return s.addEventListener("focusin",a),()=>s.removeEventListener("focusin",a)},[s,t]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}function Si(){const e=new CustomEvent(Uo);document.dispatchEvent(e)}function Zl(e,s,t,{discrete:o}){const a=t.originalEvent.target,n=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:t});s&&a.addEventListener(e,s,{once:!0}),o?Ki(a,n):a.dispatchEvent(n)}const Io="focusScope.autoFocusOnMount",So="focusScope.autoFocusOnUnmount",Ri={bubbles:!1,cancelable:!0},da=r.forwardRef((e,s)=>{const{loop:t=!1,trapped:o=!1,onMountAutoFocus:a,onUnmountAutoFocus:n,...i}=e,[l,f]=r.useState(null),c=os(a),u=os(n),p=r.useRef(null),b=xe(s,v=>f(v)),_=r.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;r.useEffect(()=>{if(o){let v=function(h){if(_.paused||!l)return;const g=h.target;l.contains(g)?p.current=g:bs(p.current,{select:!0})},w=function(h){if(_.paused||!l)return;const g=h.relatedTarget;g!==null&&(l.contains(g)||bs(p.current,{select:!0}))},y=function(h){const g=document.activeElement;for(const x of h)x.removedNodes.length>0&&(l!=null&&l.contains(g)||bs(l))};document.addEventListener("focusin",v),document.addEventListener("focusout",w);const m=new MutationObserver(y);return l&&m.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",w),m.disconnect()}}},[o,l,_.paused]),r.useEffect(()=>{if(l){Di.add(_);const v=document.activeElement;if(!l.contains(v)){const y=new CustomEvent(Io,Ri);l.addEventListener(Io,c),l.dispatchEvent(y),y.defaultPrevented||(ju(Lu(Yl(l)),{select:!0}),document.activeElement===v&&bs(l))}return()=>{l.removeEventListener(Io,c),setTimeout(()=>{const y=new CustomEvent(So,Ri);l.addEventListener(So,u),l.dispatchEvent(y),y.defaultPrevented||bs(v??document.body,{select:!0}),l.removeEventListener(So,u),Di.remove(_)},0)}}},[l,c,u,_]);const C=r.useCallback(v=>{if(!t&&!o||_.paused)return;const w=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,y=document.activeElement;if(w&&y){const m=v.currentTarget,[h,g]=Mu(m);h&&g?!v.shiftKey&&y===g?(v.preventDefault(),t&&bs(h,{select:!0})):v.shiftKey&&y===h&&(v.preventDefault(),t&&bs(g,{select:!0})):y===m&&v.preventDefault()}},[t,o,_.paused]);return r.createElement(ve.div,O({tabIndex:-1},i,{ref:b,onKeyDown:C}))});function ju(e,{select:s=!1}={}){const t=document.activeElement;for(const o of e)if(bs(o,{select:s}),document.activeElement!==t)return}function Mu(e){const s=Yl(e),t=Pi(s,e),o=Pi(s.reverse(),e);return[t,o]}function Yl(e){const s=[],t=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:o=>{const a=o.tagName==="INPUT"&&o.type==="hidden";return o.disabled||o.hidden||a?NodeFilter.FILTER_SKIP:o.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;t.nextNode();)s.push(t.currentNode);return s}function Pi(e,s){for(const t of e)if(!Tu(t,{upTo:s}))return t}function Tu(e,{upTo:s}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(s!==void 0&&e===s)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Au(e){return e instanceof HTMLInputElement&&"select"in e}function bs(e,{select:s=!1}={}){if(e&&e.focus){const t=document.activeElement;e.focus({preventScroll:!0}),e!==t&&Au(e)&&s&&e.select()}}const Di=Vu();function Vu(){let e=[];return{add(s){const t=e[0];s!==t&&(t==null||t.pause()),e=Oi(e,s),e.unshift(s)},remove(s){var t;e=Oi(e,s),(t=e[0])===null||t===void 0||t.resume()}}}function Oi(e,s){const t=[...e],o=t.indexOf(s);return o!==-1&&t.splice(o,1),t}function Lu(e){return e.filter(s=>s.tagName!=="A")}let Ro=0;function ua(){r.useEffect(()=>{var e,s;const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=t[0])!==null&&e!==void 0?e:Ni()),document.body.insertAdjacentElement("beforeend",(s=t[1])!==null&&s!==void 0?s:Ni()),Ro++,()=>{Ro===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(o=>o.remove()),Ro--}},[])}function Ni(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var jt="right-scroll-bar-position",Mt="width-before-scroll-bar",Hu="with-scroll-bars-hidden",Fu="--removed-body-scroll-bar-size";function Wu(e,s){return typeof e=="function"?e(s):e&&(e.current=s),e}function zu(e,s){var t=r.useState(function(){return{value:e,callback:s,facade:{get current(){return t.value},set current(o){var a=t.value;a!==o&&(t.value=o,t.callback(o,a))}}}})[0];return t.callback=s,t.facade}function Bu(e,s){return zu(s||null,function(t){return e.forEach(function(o){return Wu(o,t)})})}function qu(e){return e}function Ku(e,s){s===void 0&&(s=qu);var t=[],o=!1,a={read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return t.length?t[t.length-1]:e},useMedium:function(n){var i=s(n,o);return t.push(i),function(){t=t.filter(function(l){return l!==i})}},assignSyncMedium:function(n){for(o=!0;t.length;){var i=t;t=[],i.forEach(n)}t={push:function(l){return n(l)},filter:function(){return t}}},assignMedium:function(n){o=!0;var i=[];if(t.length){var l=t;t=[],l.forEach(n),i=t}var f=function(){var u=i;i=[],u.forEach(n)},c=function(){return Promise.resolve().then(f)};c(),t={push:function(u){i.push(u),c()},filter:function(u){return i=i.filter(u),t}}}};return a}function Uu(e){e===void 0&&(e={});var s=Ku(null);return s.options=Ue({async:!0,ssr:!1},e),s}var Gl=function(e){var s=e.sideCar,t=Yr(e,["sideCar"]);if(!s)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=s.read();if(!o)throw new Error("Sidecar medium not found");return te.createElement(o,Ue({},t))};Gl.isSideCarExport=!0;function Zu(e,s){return e.useMedium(s),Gl}var Xl=Uu(),Po=function(){},lo=te.forwardRef(function(e,s){var t=te.useRef(null),o=te.useState({onScrollCapture:Po,onWheelCapture:Po,onTouchMoveCapture:Po}),a=o[0],n=o[1],i=e.forwardProps,l=e.children,f=e.className,c=e.removeScrollBar,u=e.enabled,p=e.shards,b=e.sideCar,_=e.noIsolation,C=e.inert,v=e.allowPinchZoom,w=e.as,y=w===void 0?"div":w,m=Yr(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),h=b,g=Bu([t,s]),x=Ue(Ue({},m),a);return te.createElement(te.Fragment,null,u&&te.createElement(h,{sideCar:Xl,removeScrollBar:c,shards:p,noIsolation:_,inert:C,setCallbacks:n,allowPinchZoom:!!v,lockRef:t}),i?te.cloneElement(te.Children.only(l),Ue(Ue({},x),{ref:g})):te.createElement(y,Ue({},x,{className:f,ref:g}),l))});lo.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};lo.classNames={fullWidth:Mt,zeroRight:jt};var ji,Yu=function(){if(ji)return ji;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function Gu(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var s=Yu();return s&&e.setAttribute("nonce",s),e}function Xu(e,s){e.styleSheet?e.styleSheet.cssText=s:e.appendChild(document.createTextNode(s))}function Ju(e){var s=document.head||document.getElementsByTagName("head")[0];s.appendChild(e)}var Qu=function(){var e=0,s=null;return{add:function(t){e==0&&(s=Gu())&&(Xu(s,t),Ju(s)),e++},remove:function(){e--,!e&&s&&(s.parentNode&&s.parentNode.removeChild(s),s=null)}}},e_=function(){var e=Qu();return function(s,t){te.useEffect(function(){return e.add(s),function(){e.remove()}},[s&&t])}},Jl=function(){var e=e_(),s=function(t){var o=t.styles,a=t.dynamic;return e(o,a),null};return s},s_={left:0,top:0,right:0,gap:0},Do=function(e){return parseInt(e||"",10)||0},t_=function(e){var s=window.getComputedStyle(document.body),t=s[e==="padding"?"paddingLeft":"marginLeft"],o=s[e==="padding"?"paddingTop":"marginTop"],a=s[e==="padding"?"paddingRight":"marginRight"];return[Do(t),Do(o),Do(a)]},o_=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return s_;var s=t_(e),t=document.documentElement.clientWidth,o=window.innerWidth;return{left:s[0],top:s[1],right:s[2],gap:Math.max(0,o-t+s[2]-s[0])}},n_=Jl(),a_=function(e,s,t,o){var a=e.left,n=e.top,i=e.right,l=e.gap;return t===void 0&&(t="margin"),`
|
|
61
|
+
.`.concat(Hu,` {
|
|
62
|
+
overflow: hidden `).concat(o,`;
|
|
63
|
+
padding-right: `).concat(l,"px ").concat(o,`;
|
|
64
|
+
}
|
|
65
|
+
body {
|
|
66
|
+
overflow: hidden `).concat(o,`;
|
|
67
|
+
overscroll-behavior: contain;
|
|
68
|
+
`).concat([s&&"position: relative ".concat(o,";"),t==="margin"&&`
|
|
69
|
+
padding-left: `.concat(a,`px;
|
|
70
|
+
padding-top: `).concat(n,`px;
|
|
71
|
+
padding-right: `).concat(i,`px;
|
|
72
|
+
margin-left:0;
|
|
73
|
+
margin-top:0;
|
|
74
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
75
|
+
`),t==="padding"&&"padding-right: ".concat(l,"px ").concat(o,";")].filter(Boolean).join(""),`
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.`).concat(jt,` {
|
|
79
|
+
right: `).concat(l,"px ").concat(o,`;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.`).concat(Mt,` {
|
|
83
|
+
margin-right: `).concat(l,"px ").concat(o,`;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.`).concat(jt," .").concat(jt,` {
|
|
87
|
+
right: 0 `).concat(o,`;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.`).concat(Mt," .").concat(Mt,` {
|
|
91
|
+
margin-right: 0 `).concat(o,`;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
body {
|
|
95
|
+
`).concat(Fu,": ").concat(l,`px;
|
|
96
|
+
}
|
|
97
|
+
`)},i_=function(e){var s=e.noRelative,t=e.noImportant,o=e.gapMode,a=o===void 0?"margin":o,n=te.useMemo(function(){return o_(a)},[a]);return te.createElement(n_,{styles:a_(n,!s,a,t?"":"!important")})},Zo=!1;if(typeof window<"u")try{var $t=Object.defineProperty({},"passive",{get:function(){return Zo=!0,!0}});window.addEventListener("test",$t,$t),window.removeEventListener("test",$t,$t)}catch{Zo=!1}var Ns=Zo?{passive:!1}:!1,r_=function(e){return e.tagName==="TEXTAREA"},Ql=function(e,s){var t=window.getComputedStyle(e);return t[s]!=="hidden"&&!(t.overflowY===t.overflowX&&!r_(e)&&t[s]==="visible")},l_=function(e){return Ql(e,"overflowY")},f_=function(e){return Ql(e,"overflowX")},Mi=function(e,s){var t=s;do{typeof ShadowRoot<"u"&&t instanceof ShadowRoot&&(t=t.host);var o=ef(e,t);if(o){var a=sf(e,t),n=a[1],i=a[2];if(n>i)return!0}t=t.parentNode}while(t&&t!==document.body);return!1},c_=function(e){var s=e.scrollTop,t=e.scrollHeight,o=e.clientHeight;return[s,t,o]},p_=function(e){var s=e.scrollLeft,t=e.scrollWidth,o=e.clientWidth;return[s,t,o]},ef=function(e,s){return e==="v"?l_(s):f_(s)},sf=function(e,s){return e==="v"?c_(s):p_(s)},d_=function(e,s){return e==="h"&&s==="rtl"?-1:1},u_=function(e,s,t,o,a){var n=d_(e,window.getComputedStyle(s).direction),i=n*o,l=t.target,f=s.contains(l),c=!1,u=i>0,p=0,b=0;do{var _=sf(e,l),C=_[0],v=_[1],w=_[2],y=v-w-n*C;(C||y)&&ef(e,l)&&(p+=y,b+=C),l=l.parentNode}while(!f&&l!==document.body||f&&(s.contains(l)||s===l));return(u&&(a&&p===0||!a&&i>p)||!u&&(a&&b===0||!a&&-i>b))&&(c=!0),c},It=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Ti=function(e){return[e.deltaX,e.deltaY]},Ai=function(e){return e&&"current"in e?e.current:e},__=function(e,s){return e[0]===s[0]&&e[1]===s[1]},b_=function(e){return`
|
|
98
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
99
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
100
|
+
`)},m_=0,js=[];function h_(e){var s=te.useRef([]),t=te.useRef([0,0]),o=te.useRef(),a=te.useState(m_++)[0],n=te.useState(function(){return Jl()})[0],i=te.useRef(e);te.useEffect(function(){i.current=e},[e]),te.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var v=Pd([e.lockRef.current],(e.shards||[]).map(Ai),!0).filter(Boolean);return v.forEach(function(w){return w.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),v.forEach(function(w){return w.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var l=te.useCallback(function(v,w){if("touches"in v&&v.touches.length===2)return!i.current.allowPinchZoom;var y=It(v),m=t.current,h="deltaX"in v?v.deltaX:m[0]-y[0],g="deltaY"in v?v.deltaY:m[1]-y[1],x,$=v.target,E=Math.abs(h)>Math.abs(g)?"h":"v";if("touches"in v&&E==="h"&&$.type==="range")return!1;var I=Mi(E,$);if(!I)return!0;if(I?x=E:(x=E==="v"?"h":"v",I=Mi(E,$)),!I)return!1;if(!o.current&&"changedTouches"in v&&(h||g)&&(o.current=x),!x)return!0;var P=o.current||x;return u_(P,w,v,P==="h"?h:g,!0)},[]),f=te.useCallback(function(v){var w=v;if(!(!js.length||js[js.length-1]!==n)){var y="deltaY"in w?Ti(w):It(w),m=s.current.filter(function(x){return x.name===w.type&&x.target===w.target&&__(x.delta,y)})[0];if(m&&m.should){w.cancelable&&w.preventDefault();return}if(!m){var h=(i.current.shards||[]).map(Ai).filter(Boolean).filter(function(x){return x.contains(w.target)}),g=h.length>0?l(w,h[0]):!i.current.noIsolation;g&&w.cancelable&&w.preventDefault()}}},[]),c=te.useCallback(function(v,w,y,m){var h={name:v,delta:w,target:y,should:m};s.current.push(h),setTimeout(function(){s.current=s.current.filter(function(g){return g!==h})},1)},[]),u=te.useCallback(function(v){t.current=It(v),o.current=void 0},[]),p=te.useCallback(function(v){c(v.type,Ti(v),v.target,l(v,e.lockRef.current))},[]),b=te.useCallback(function(v){c(v.type,It(v),v.target,l(v,e.lockRef.current))},[]);te.useEffect(function(){return js.push(n),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:b}),document.addEventListener("wheel",f,Ns),document.addEventListener("touchmove",f,Ns),document.addEventListener("touchstart",u,Ns),function(){js=js.filter(function(v){return v!==n}),document.removeEventListener("wheel",f,Ns),document.removeEventListener("touchmove",f,Ns),document.removeEventListener("touchstart",u,Ns)}},[]);var _=e.removeScrollBar,C=e.inert;return te.createElement(te.Fragment,null,C?te.createElement(n,{styles:b_(a)}):null,_?te.createElement(i_,{gapMode:"margin"}):null)}const v_=Zu(Xl,h_);var tf=te.forwardRef(function(e,s){return te.createElement(lo,Ue({},e,{ref:s,sideCar:v_}))});tf.classNames=lo.classNames;const _a=tf;var g_=function(e){if(typeof document>"u")return null;var s=Array.isArray(e)?e[0]:e;return s.ownerDocument.body},Ms=new WeakMap,St=new WeakMap,Rt={},Oo=0,of=function(e){return e&&(e.host||of(e.parentNode))},C_=function(e,s){return s.map(function(t){if(e.contains(t))return t;var o=of(t);return o&&e.contains(o)?o:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(t){return!!t})},y_=function(e,s,t,o){var a=C_(s,Array.isArray(e)?e:[e]);Rt[t]||(Rt[t]=new WeakMap);var n=Rt[t],i=[],l=new Set,f=new Set(a),c=function(p){!p||l.has(p)||(l.add(p),c(p.parentNode))};a.forEach(c);var u=function(p){!p||f.has(p)||Array.prototype.forEach.call(p.children,function(b){if(l.has(b))u(b);else{var _=b.getAttribute(o),C=_!==null&&_!=="false",v=(Ms.get(b)||0)+1,w=(n.get(b)||0)+1;Ms.set(b,v),n.set(b,w),i.push(b),v===1&&C&&St.set(b,!0),w===1&&b.setAttribute(t,"true"),C||b.setAttribute(o,"true")}})};return u(s),l.clear(),Oo++,function(){i.forEach(function(p){var b=Ms.get(p)-1,_=n.get(p)-1;Ms.set(p,b),n.set(p,_),b||(St.has(p)||p.removeAttribute(o),St.delete(p)),_||p.removeAttribute(t)}),Oo--,Oo||(Ms=new WeakMap,Ms=new WeakMap,St=new WeakMap,Rt={})}},ba=function(e,s,t){t===void 0&&(t="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),a=s||g_(e);return a?(o.push.apply(o,Array.from(a.querySelectorAll("[aria-live]"))),y_(o,a,t,"aria-hidden")):function(){return null}};const nf="Dialog",[af,qv]=ze(nf),[x_,_s]=af(nf),k_=e=>{const{__scopeDialog:s,children:t,open:o,defaultOpen:a,onOpenChange:n,modal:i=!0}=e,l=r.useRef(null),f=r.useRef(null),[c=!1,u]=Qe({prop:o,defaultProp:a,onChange:n});return r.createElement(x_,{scope:s,triggerRef:l,contentRef:f,contentId:ts(),titleId:ts(),descriptionId:ts(),open:c,onOpenChange:u,onOpenToggle:r.useCallback(()=>u(p=>!p),[u]),modal:i},t)},w_="DialogTrigger",E_=r.forwardRef((e,s)=>{const{__scopeDialog:t,...o}=e,a=_s(w_,t),n=xe(s,a.triggerRef);return r.createElement(ve.button,O({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":ma(a.open)},o,{ref:n,onClick:oe(e.onClick,a.onOpenToggle)}))}),rf="DialogPortal",[$_,lf]=af(rf,{forceMount:void 0}),I_=e=>{const{__scopeDialog:s,forceMount:t,children:o,container:a}=e,n=_s(rf,s);return r.createElement($_,{scope:s,forceMount:t},r.Children.map(o,i=>r.createElement(Be,{present:t||n.open},r.createElement(rt,{asChild:!0,container:a},i))))},Yo="DialogOverlay",S_=r.forwardRef((e,s)=>{const t=lf(Yo,e.__scopeDialog),{forceMount:o=t.forceMount,...a}=e,n=_s(Yo,e.__scopeDialog);return n.modal?r.createElement(Be,{present:o||n.open},r.createElement(R_,O({},a,{ref:s}))):null}),R_=r.forwardRef((e,s)=>{const{__scopeDialog:t,...o}=e,a=_s(Yo,t);return r.createElement(_a,{as:$s,allowPinchZoom:!0,shards:[a.contentRef]},r.createElement(ve.div,O({"data-state":ma(a.open)},o,{ref:s,style:{pointerEvents:"auto",...o.style}})))}),tt="DialogContent",P_=r.forwardRef((e,s)=>{const t=lf(tt,e.__scopeDialog),{forceMount:o=t.forceMount,...a}=e,n=_s(tt,e.__scopeDialog);return r.createElement(Be,{present:o||n.open},n.modal?r.createElement(D_,O({},a,{ref:s})):r.createElement(O_,O({},a,{ref:s})))}),D_=r.forwardRef((e,s)=>{const t=_s(tt,e.__scopeDialog),o=r.useRef(null),a=xe(s,t.contentRef,o);return r.useEffect(()=>{const n=o.current;if(n)return ba(n)},[]),r.createElement(ff,O({},e,{ref:a,trapFocus:t.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:oe(e.onCloseAutoFocus,n=>{var i;n.preventDefault(),(i=t.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:oe(e.onPointerDownOutside,n=>{const i=n.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&n.preventDefault()}),onFocusOutside:oe(e.onFocusOutside,n=>n.preventDefault())}))}),O_=r.forwardRef((e,s)=>{const t=_s(tt,e.__scopeDialog),o=r.useRef(!1),a=r.useRef(!1);return r.createElement(ff,O({},e,{ref:s,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:n=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,n),!n.defaultPrevented){var l;o.current||(l=t.triggerRef.current)===null||l===void 0||l.focus(),n.preventDefault()}o.current=!1,a.current=!1},onInteractOutside:n=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,n),n.defaultPrevented||(o.current=!0,n.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const f=n.target;((l=t.triggerRef.current)===null||l===void 0?void 0:l.contains(f))&&n.preventDefault(),n.detail.originalEvent.type==="focusin"&&a.current&&n.preventDefault()}}))}),ff=r.forwardRef((e,s)=>{const{__scopeDialog:t,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:n,...i}=e,l=_s(tt,t),f=r.useRef(null),c=xe(s,f);return ua(),r.createElement(r.Fragment,null,r.createElement(da,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:n},r.createElement(ro,O({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":ma(l.open)},i,{ref:c,onDismiss:()=>l.onOpenChange(!1)}))),!1)}),N_="DialogClose",j_=r.forwardRef((e,s)=>{const{__scopeDialog:t,...o}=e,a=_s(N_,t);return r.createElement(ve.button,O({type:"button"},o,{ref:s,onClick:oe(e.onClick,()=>a.onOpenChange(!1))}))});function ma(e){return e?"open":"closed"}const cf=k_,pf=E_,df=I_,uf=S_,_f=P_,bf=j_;var Vi="_68ye811";const mf=({children:e,...s})=>d.jsxs(df,{children:[d.jsx(uf,{asChild:!0,className:Vi,children:d.jsx(B,{backgroundColor:"highlightDim",position:"fixed",inset:0})}),d.jsx(_f,{asChild:!0,className:Vi,children:d.jsxs(B,{backgroundColor:"surfaceNeutralPlain",boxShadow:"modal",top:0,left:0,height:"100%",borderTopRightRadius:3,borderBottomRightRadius:3,position:"fixed",paddingTop:7,"data-macaw-ui-component":"Drawer.Content",...s,children:[e,d.jsx(bf,{asChild:!0,children:d.jsx(ds,{variant:"tertiary",icon:d.jsx(gr,{}),size:"small",className:es({position:"absolute",top:1,right:1})})})]})})]});mf.displayName="Drawer.Content";const hf=({children:e})=>d.jsx(cf,{"data-macaw-ui-component":"Drawer",children:e});hf.displayName="Drawer";const vf=({children:e})=>d.jsx(pf,{asChild:!0,"data-macaw-ui-component":"Drawer.Trigger",children:e});vf.displayName="Drawer.Trigger";const M_=Object.assign(hf,{Content:mf,Trigger:vf}),T_=r.forwardRef((e,s)=>{const{children:t,width:o=10,height:a=5,...n}=e;return r.createElement(ve.svg,O({},n,{ref:s,width:o,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none"}),e.asChild?t:r.createElement("polygon",{points:"0,0 30,0 15,10"}))}),A_=T_,gf="Popper",[Cf,Bs]=ze(gf),[V_,yf]=Cf(gf),L_=e=>{const{__scopePopper:s,children:t}=e,[o,a]=r.useState(null);return r.createElement(V_,{scope:s,anchor:o,onAnchorChange:a},t)},H_="PopperAnchor",F_=r.forwardRef((e,s)=>{const{__scopePopper:t,virtualRef:o,...a}=e,n=yf(H_,t),i=r.useRef(null),l=xe(s,i);return r.useEffect(()=>{n.onAnchorChange((o==null?void 0:o.current)||i.current)}),o?null:r.createElement(ve.div,O({},a,{ref:l}))}),xf="PopperContent",[W_,z_]=Cf(xf),B_=r.forwardRef((e,s)=>{var t,o,a,n,i,l,f,c;const{__scopePopper:u,side:p="bottom",sideOffset:b=0,align:_="center",alignOffset:C=0,arrowPadding:v=0,collisionBoundary:w=[],collisionPadding:y=0,sticky:m="partial",hideWhenDetached:h=!1,avoidCollisions:g=!0,onPlaced:x,...$}=e,E=yf(xf,u),[I,P]=r.useState(null),j=xe(s,le=>P(le)),[R,K]=r.useState(null),S=pn(R),F=(t=S==null?void 0:S.width)!==null&&t!==void 0?t:0,Y=(o=S==null?void 0:S.height)!==null&&o!==void 0?o:0,ee=p+(_!=="center"?"-"+_:""),ne=typeof y=="number"?y:{top:0,right:0,bottom:0,left:0,...y},se=Array.isArray(w)?w:[w],X=se.length>0,D={padding:ne,boundary:se.filter(Z_),altBoundary:X},{refs:A,floatingStyles:G,placement:Q,isPositioned:L,middlewareData:Z}=Kr({strategy:"fixed",placement:ee,whileElementsMounted:Br,elements:{reference:E.anchor},middleware:[Zp({mainAxis:b+Y,alignmentAxis:C}),g&&Yp({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?Gp():void 0,...D}),g&&Mr({...D}),Tr({...D,apply:({elements:le,rects:ye,availableWidth:ke,availableHeight:we})=>{const{width:De,height:Ee}=ye.reference,Te=le.floating.style;Te.setProperty("--radix-popper-available-width",`${ke}px`),Te.setProperty("--radix-popper-available-height",`${we}px`),Te.setProperty("--radix-popper-anchor-width",`${De}px`),Te.setProperty("--radix-popper-anchor-height",`${Ee}px`)}}),R&&bd({element:R,padding:v}),Y_({arrowWidth:F,arrowHeight:Y}),h&&Kp({strategy:"referenceHidden"})]}),[W,T]=kf(Q),M=os(x);Is(()=>{L&&(M==null||M())},[L,M]);const V=(a=Z.arrow)===null||a===void 0?void 0:a.x,q=(n=Z.arrow)===null||n===void 0?void 0:n.y,U=((i=Z.arrow)===null||i===void 0?void 0:i.centerOffset)!==0,[H,re]=r.useState();return Is(()=>{I&&re(window.getComputedStyle(I).zIndex)},[I]),r.createElement("div",{ref:A.setFloating,"data-radix-popper-content-wrapper":"",style:{...G,transform:L?G.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:H,"--radix-popper-transform-origin":[(l=Z.transformOrigin)===null||l===void 0?void 0:l.x,(f=Z.transformOrigin)===null||f===void 0?void 0:f.y].join(" ")},dir:e.dir},r.createElement(W_,{scope:u,placedSide:W,onArrowChange:K,arrowX:V,arrowY:q,shouldHideArrow:U},r.createElement(ve.div,O({"data-side":W,"data-align":T},$,{ref:j,style:{...$.style,animation:L?void 0:"none",opacity:(c=Z.hide)!==null&&c!==void 0&&c.referenceHidden?0:void 0}}))))}),q_="PopperArrow",K_={top:"bottom",right:"left",bottom:"top",left:"right"},U_=r.forwardRef(function(s,t){const{__scopePopper:o,...a}=s,n=z_(q_,o),i=K_[n.placedSide];return r.createElement("span",{ref:n.onArrowChange,style:{position:"absolute",left:n.arrowX,top:n.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[n.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[n.placedSide],visibility:n.shouldHideArrow?"hidden":void 0}},r.createElement(A_,O({},a,{ref:t,style:{...a.style,display:"block"}})))});function Z_(e){return e!==null}const Y_=e=>({name:"transformOrigin",options:e,fn(s){var t,o,a,n,i;const{placement:l,rects:f,middlewareData:c}=s,p=((t=c.arrow)===null||t===void 0?void 0:t.centerOffset)!==0,b=p?0:e.arrowWidth,_=p?0:e.arrowHeight,[C,v]=kf(l),w={start:"0%",center:"50%",end:"100%"}[v],y=((o=(a=c.arrow)===null||a===void 0?void 0:a.x)!==null&&o!==void 0?o:0)+b/2,m=((n=(i=c.arrow)===null||i===void 0?void 0:i.y)!==null&&n!==void 0?n:0)+_/2;let h="",g="";return C==="bottom"?(h=p?w:`${y}px`,g=`${-_}px`):C==="top"?(h=p?w:`${y}px`,g=`${f.floating.height+_}px`):C==="right"?(h=`${-_}px`,g=p?w:`${m}px`):C==="left"&&(h=`${f.floating.width+_}px`,g=p?w:`${m}px`),{data:{x:h,y:g}}}});function kf(e){const[s,t="center"]=e.split("-");return[s,t]}const ha=L_,fo=F_,va=B_,wf=U_,No="rovingFocusGroup.onEntryFocus",G_={bubbles:!1,cancelable:!0},ga="RovingFocusGroup",[Go,Ef,X_]=tn(ga),[J_,co]=ze(ga,[X_]),[Q_,eb]=J_(ga),sb=r.forwardRef((e,s)=>r.createElement(Go.Provider,{scope:e.__scopeRovingFocusGroup},r.createElement(Go.Slot,{scope:e.__scopeRovingFocusGroup},r.createElement(tb,O({},e,{ref:s}))))),tb=r.forwardRef((e,s)=>{const{__scopeRovingFocusGroup:t,orientation:o,loop:a=!1,dir:n,currentTabStopId:i,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:f,onEntryFocus:c,...u}=e,p=r.useRef(null),b=xe(s,p),_=Xt(n),[C=null,v]=Qe({prop:i,defaultProp:l,onChange:f}),[w,y]=r.useState(!1),m=os(c),h=Ef(t),g=r.useRef(!1),[x,$]=r.useState(0);return r.useEffect(()=>{const E=p.current;if(E)return E.addEventListener(No,m),()=>E.removeEventListener(No,m)},[m]),r.createElement(Q_,{scope:t,orientation:o,dir:_,loop:a,currentTabStopId:C,onItemFocus:r.useCallback(E=>v(E),[v]),onItemShiftTab:r.useCallback(()=>y(!0),[]),onFocusableItemAdd:r.useCallback(()=>$(E=>E+1),[]),onFocusableItemRemove:r.useCallback(()=>$(E=>E-1),[])},r.createElement(ve.div,O({tabIndex:w||x===0?-1:0,"data-orientation":o},u,{ref:b,style:{outline:"none",...e.style},onMouseDown:oe(e.onMouseDown,()=>{g.current=!0}),onFocus:oe(e.onFocus,E=>{const I=!g.current;if(E.target===E.currentTarget&&I&&!w){const P=new CustomEvent(No,G_);if(E.currentTarget.dispatchEvent(P),!P.defaultPrevented){const j=h().filter(Y=>Y.focusable),R=j.find(Y=>Y.active),K=j.find(Y=>Y.id===C),F=[R,K,...j].filter(Boolean).map(Y=>Y.ref.current);$f(F)}}g.current=!1}),onBlur:oe(e.onBlur,()=>y(!1))})))}),ob="RovingFocusGroupItem",nb=r.forwardRef((e,s)=>{const{__scopeRovingFocusGroup:t,focusable:o=!0,active:a=!1,tabStopId:n,...i}=e,l=ts(),f=n||l,c=eb(ob,t),u=c.currentTabStopId===f,p=Ef(t),{onFocusableItemAdd:b,onFocusableItemRemove:_}=c;return r.useEffect(()=>{if(o)return b(),()=>_()},[o,b,_]),r.createElement(Go.ItemSlot,{scope:t,id:f,focusable:o,active:a},r.createElement(ve.span,O({tabIndex:u?0:-1,"data-orientation":c.orientation},i,{ref:s,onMouseDown:oe(e.onMouseDown,C=>{o?c.onItemFocus(f):C.preventDefault()}),onFocus:oe(e.onFocus,()=>c.onItemFocus(f)),onKeyDown:oe(e.onKeyDown,C=>{if(C.key==="Tab"&&C.shiftKey){c.onItemShiftTab();return}if(C.target!==C.currentTarget)return;const v=rb(C,c.orientation,c.dir);if(v!==void 0){C.preventDefault();let y=p().filter(m=>m.focusable).map(m=>m.ref.current);if(v==="last")y.reverse();else if(v==="prev"||v==="next"){v==="prev"&&y.reverse();const m=y.indexOf(C.currentTarget);y=c.loop?lb(y,m+1):y.slice(m+1)}setTimeout(()=>$f(y))}})})))}),ab={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function ib(e,s){return s!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function rb(e,s,t){const o=ib(e.key,t);if(!(s==="vertical"&&["ArrowLeft","ArrowRight"].includes(o))&&!(s==="horizontal"&&["ArrowUp","ArrowDown"].includes(o)))return ab[o]}function $f(e){const s=document.activeElement;for(const t of e)if(t===s||(t.focus(),document.activeElement!==s))return}function lb(e,s){return e.map((t,o)=>e[(s+o)%e.length])}const If=sb,Sf=nb,fb=["Enter"," "],cb=["ArrowDown","PageUp","Home"],Rf=["ArrowUp","PageDown","End"],pb=[...cb,...Rf],po="Menu",[Xo,db,ub]=tn(po),[Rs,Pf]=ze(po,[ub,Bs,co]),Ca=Bs(),Df=co(),[_b,mt]=Rs(po),[bb,ya]=Rs(po),mb=e=>{const{__scopeMenu:s,open:t=!1,children:o,dir:a,onOpenChange:n,modal:i=!0}=e,l=Ca(s),[f,c]=r.useState(null),u=r.useRef(!1),p=os(n),b=Xt(a);return r.useEffect(()=>{const _=()=>{u.current=!0,document.addEventListener("pointerdown",C,{capture:!0,once:!0}),document.addEventListener("pointermove",C,{capture:!0,once:!0})},C=()=>u.current=!1;return document.addEventListener("keydown",_,{capture:!0}),()=>{document.removeEventListener("keydown",_,{capture:!0}),document.removeEventListener("pointerdown",C,{capture:!0}),document.removeEventListener("pointermove",C,{capture:!0})}},[]),r.createElement(ha,l,r.createElement(_b,{scope:s,open:t,onOpenChange:p,content:f,onContentChange:c},r.createElement(bb,{scope:s,onClose:r.useCallback(()=>p(!1),[p]),isUsingKeyboardRef:u,dir:b,modal:i},o)))},hb=r.forwardRef((e,s)=>{const{__scopeMenu:t,...o}=e,a=Ca(t);return r.createElement(fo,O({},a,o,{ref:s}))}),Of="MenuPortal",[vb,gb]=Rs(Of,{forceMount:void 0}),Cb=e=>{const{__scopeMenu:s,forceMount:t,children:o,container:a}=e,n=mt(Of,s);return r.createElement(vb,{scope:s,forceMount:t},r.createElement(Be,{present:t||n.open},r.createElement(rt,{asChild:!0,container:a},o)))},ms="MenuContent",[yb,Nf]=Rs(ms),xb=r.forwardRef((e,s)=>{const t=gb(ms,e.__scopeMenu),{forceMount:o=t.forceMount,...a}=e,n=mt(ms,e.__scopeMenu),i=ya(ms,e.__scopeMenu);return r.createElement(Xo.Provider,{scope:e.__scopeMenu},r.createElement(Be,{present:o||n.open},r.createElement(Xo.Slot,{scope:e.__scopeMenu},i.modal?r.createElement(kb,O({},a,{ref:s})):r.createElement(wb,O({},a,{ref:s})))))}),kb=r.forwardRef((e,s)=>{const t=mt(ms,e.__scopeMenu),o=r.useRef(null),a=xe(s,o);return r.useEffect(()=>{const n=o.current;if(n)return ba(n)},[]),r.createElement(jf,O({},e,{ref:a,trapFocus:t.open,disableOutsidePointerEvents:t.open,disableOutsideScroll:!0,onFocusOutside:oe(e.onFocusOutside,n=>n.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>t.onOpenChange(!1)}))}),wb=r.forwardRef((e,s)=>{const t=mt(ms,e.__scopeMenu);return r.createElement(jf,O({},e,{ref:s,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>t.onOpenChange(!1)}))}),jf=r.forwardRef((e,s)=>{const{__scopeMenu:t,loop:o=!1,trapFocus:a,onOpenAutoFocus:n,onCloseAutoFocus:i,disableOutsidePointerEvents:l,onEntryFocus:f,onEscapeKeyDown:c,onPointerDownOutside:u,onFocusOutside:p,onInteractOutside:b,onDismiss:_,disableOutsideScroll:C,...v}=e,w=mt(ms,t),y=ya(ms,t),m=Ca(t),h=Df(t),g=db(t),[x,$]=r.useState(null),E=r.useRef(null),I=xe(s,E,w.onContentChange),P=r.useRef(0),j=r.useRef(""),R=r.useRef(0),K=r.useRef(null),S=r.useRef("right"),F=r.useRef(0),Y=C?_a:r.Fragment,ee=C?{as:$s,allowPinchZoom:!0}:void 0,ne=X=>{var D,A;const G=j.current+X,Q=g().filter(V=>!V.disabled),L=document.activeElement,Z=(D=Q.find(V=>V.ref.current===L))===null||D===void 0?void 0:D.textValue,W=Q.map(V=>V.textValue),T=Nb(W,G,Z),M=(A=Q.find(V=>V.textValue===T))===null||A===void 0?void 0:A.ref.current;(function V(q){j.current=q,window.clearTimeout(P.current),q!==""&&(P.current=window.setTimeout(()=>V(""),1e3))})(G),M&&setTimeout(()=>M.focus())};r.useEffect(()=>()=>window.clearTimeout(P.current),[]),ua();const se=r.useCallback(X=>{var D,A;return S.current===((D=K.current)===null||D===void 0?void 0:D.side)&&Mb(X,(A=K.current)===null||A===void 0?void 0:A.area)},[]);return r.createElement(yb,{scope:t,searchRef:j,onItemEnter:r.useCallback(X=>{se(X)&&X.preventDefault()},[se]),onItemLeave:r.useCallback(X=>{var D;se(X)||((D=E.current)===null||D===void 0||D.focus(),$(null))},[se]),onTriggerLeave:r.useCallback(X=>{se(X)&&X.preventDefault()},[se]),pointerGraceTimerRef:R,onPointerGraceIntentChange:r.useCallback(X=>{K.current=X},[])},r.createElement(Y,ee,r.createElement(da,{asChild:!0,trapped:a,onMountAutoFocus:oe(n,X=>{var D;X.preventDefault(),(D=E.current)===null||D===void 0||D.focus()}),onUnmountAutoFocus:i},r.createElement(ro,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:c,onPointerDownOutside:u,onFocusOutside:p,onInteractOutside:b,onDismiss:_},r.createElement(If,O({asChild:!0},h,{dir:y.dir,orientation:"vertical",loop:o,currentTabStopId:x,onCurrentTabStopIdChange:$,onEntryFocus:oe(f,X=>{y.isUsingKeyboardRef.current||X.preventDefault()})}),r.createElement(va,O({role:"menu","aria-orientation":"vertical","data-state":Pb(w.open),"data-radix-menu-content":"",dir:y.dir},m,v,{ref:I,style:{outline:"none",...v.style},onKeyDown:oe(v.onKeyDown,X=>{const A=X.target.closest("[data-radix-menu-content]")===X.currentTarget,G=X.ctrlKey||X.altKey||X.metaKey,Q=X.key.length===1;A&&(X.key==="Tab"&&X.preventDefault(),!G&&Q&&ne(X.key));const L=E.current;if(X.target!==L||!pb.includes(X.key))return;X.preventDefault();const W=g().filter(T=>!T.disabled).map(T=>T.ref.current);Rf.includes(X.key)&&W.reverse(),Db(W)}),onBlur:oe(e.onBlur,X=>{X.currentTarget.contains(X.target)||(window.clearTimeout(P.current),j.current="")}),onPointerMove:oe(e.onPointerMove,Qo(X=>{const D=X.target,A=F.current!==X.clientX;if(X.currentTarget.contains(D)&&A){const G=X.clientX>F.current?"right":"left";S.current=G,F.current=X.clientX}}))})))))))}),Jo="MenuItem",Li="menu.itemSelect",Eb=r.forwardRef((e,s)=>{const{disabled:t=!1,onSelect:o,...a}=e,n=r.useRef(null),i=ya(Jo,e.__scopeMenu),l=Nf(Jo,e.__scopeMenu),f=xe(s,n),c=r.useRef(!1),u=()=>{const p=n.current;if(!t&&p){const b=new CustomEvent(Li,{bubbles:!0,cancelable:!0});p.addEventListener(Li,_=>o==null?void 0:o(_),{once:!0}),Ki(p,b),b.defaultPrevented?c.current=!1:i.onClose()}};return r.createElement($b,O({},a,{ref:f,disabled:t,onClick:oe(e.onClick,u),onPointerDown:p=>{var b;(b=e.onPointerDown)===null||b===void 0||b.call(e,p),c.current=!0},onPointerUp:oe(e.onPointerUp,p=>{var b;c.current||(b=p.currentTarget)===null||b===void 0||b.click()}),onKeyDown:oe(e.onKeyDown,p=>{const b=l.searchRef.current!=="";t||b&&p.key===" "||fb.includes(p.key)&&(p.currentTarget.click(),p.preventDefault())})}))}),$b=r.forwardRef((e,s)=>{const{__scopeMenu:t,disabled:o=!1,textValue:a,...n}=e,i=Nf(Jo,t),l=Df(t),f=r.useRef(null),c=xe(s,f),[u,p]=r.useState(!1),[b,_]=r.useState("");return r.useEffect(()=>{const C=f.current;if(C){var v;_(((v=C.textContent)!==null&&v!==void 0?v:"").trim())}},[n.children]),r.createElement(Xo.ItemSlot,{scope:t,disabled:o,textValue:a??b},r.createElement(Sf,O({asChild:!0},l,{focusable:!o}),r.createElement(ve.div,O({role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0},n,{ref:c,onPointerMove:oe(e.onPointerMove,Qo(C=>{o?i.onItemLeave(C):(i.onItemEnter(C),C.defaultPrevented||C.currentTarget.focus())})),onPointerLeave:oe(e.onPointerLeave,Qo(C=>i.onItemLeave(C))),onFocus:oe(e.onFocus,()=>p(!0)),onBlur:oe(e.onBlur,()=>p(!1))}))))}),Ib="MenuRadioGroup";Rs(Ib,{value:void 0,onValueChange:()=>{}});const Sb="MenuItemIndicator";Rs(Sb,{checked:!1});const Rb="MenuSub";Rs(Rb);function Pb(e){return e?"open":"closed"}function Db(e){const s=document.activeElement;for(const t of e)if(t===s||(t.focus(),document.activeElement!==s))return}function Ob(e,s){return e.map((t,o)=>e[(s+o)%e.length])}function Nb(e,s,t){const a=s.length>1&&Array.from(s).every(c=>c===s[0])?s[0]:s,n=t?e.indexOf(t):-1;let i=Ob(e,Math.max(n,0));a.length===1&&(i=i.filter(c=>c!==t));const f=i.find(c=>c.toLowerCase().startsWith(a.toLowerCase()));return f!==t?f:void 0}function jb(e,s){const{x:t,y:o}=e;let a=!1;for(let n=0,i=s.length-1;n<s.length;i=n++){const l=s[n].x,f=s[n].y,c=s[i].x,u=s[i].y;f>o!=u>o&&t<(c-l)*(o-f)/(u-f)+l&&(a=!a)}return a}function Mb(e,s){if(!s)return!1;const t={x:e.clientX,y:e.clientY};return jb(t,s)}function Qo(e){return s=>s.pointerType==="mouse"?e(s):void 0}const Tb=mb,Ab=hb,Vb=Cb,Lb=xb,Hb=Eb,Mf="DropdownMenu",[Fb,Kv]=ze(Mf,[Pf]),ht=Pf(),[Wb,Tf]=Fb(Mf),zb=e=>{const{__scopeDropdownMenu:s,children:t,dir:o,open:a,defaultOpen:n,onOpenChange:i,modal:l=!0}=e,f=ht(s),c=r.useRef(null),[u=!1,p]=Qe({prop:a,defaultProp:n,onChange:i});return r.createElement(Wb,{scope:s,triggerId:ts(),triggerRef:c,contentId:ts(),open:u,onOpenChange:p,onOpenToggle:r.useCallback(()=>p(b=>!b),[p]),modal:l},r.createElement(Tb,O({},f,{open:u,onOpenChange:p,dir:o,modal:l}),t))},Bb="DropdownMenuTrigger",qb=r.forwardRef((e,s)=>{const{__scopeDropdownMenu:t,disabled:o=!1,...a}=e,n=Tf(Bb,t),i=ht(t);return r.createElement(Ab,O({asChild:!0},i),r.createElement(ve.button,O({type:"button",id:n.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":n.open?n.contentId:void 0,"data-state":n.open?"open":"closed","data-disabled":o?"":void 0,disabled:o},a,{ref:sn(s,n.triggerRef),onPointerDown:oe(e.onPointerDown,l=>{!o&&l.button===0&&l.ctrlKey===!1&&(n.onOpenToggle(),n.open||l.preventDefault())}),onKeyDown:oe(e.onKeyDown,l=>{o||(["Enter"," "].includes(l.key)&&n.onOpenToggle(),l.key==="ArrowDown"&&n.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})))}),Kb=e=>{const{__scopeDropdownMenu:s,...t}=e,o=ht(s);return r.createElement(Vb,O({},o,t))},Ub="DropdownMenuContent",Zb=r.forwardRef((e,s)=>{const{__scopeDropdownMenu:t,...o}=e,a=Tf(Ub,t),n=ht(t),i=r.useRef(!1);return r.createElement(Lb,O({id:a.contentId,"aria-labelledby":a.triggerId},n,o,{ref:s,onCloseAutoFocus:oe(e.onCloseAutoFocus,l=>{var f;i.current||(f=a.triggerRef.current)===null||f===void 0||f.focus(),i.current=!1,l.preventDefault()}),onInteractOutside:oe(e.onInteractOutside,l=>{const f=l.detail.originalEvent,c=f.button===0&&f.ctrlKey===!0,u=f.button===2||c;(!a.modal||u)&&(i.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}))}),Yb=r.forwardRef((e,s)=>{const{__scopeDropdownMenu:t,...o}=e,a=ht(t);return r.createElement(Hb,O({},a,o,{ref:s}))}),Af=zb,Vf=qb,Lf=Kb,Hf=Zb,Ff=Yb;var Gb="_6vehm81",Xb="_6vehm82";const Wf=({children:e,...s})=>d.jsx(Lf,{children:d.jsx(Hf,{asChild:!0,className:Gb,"data-macaw-ui-component":"Dropdown.Content",...s,children:e})});Wf.displayName="Dropdown.Content";const zf=({children:e})=>d.jsx(Ff,{asChild:!0,className:Xb,"data-macaw-ui-component":"Dropdown.Item",children:e});zf.displayName="Dropdown.Item";const Bf=({children:e,onOpenChange:s,open:t})=>d.jsx(Af,{open:t,onOpenChange:s,"data-macaw-ui-component":"Dropdown",children:e});Bf.displayName="Dropdown";const qf=({children:e})=>d.jsx(Vf,{asChild:!0,"data-macaw-ui-component":"Dropdown.Trigger",children:e});qf.displayName="Dropdown.Trigger";const Jb=Object.assign(Bf,{Trigger:qf,Content:Wf,Item:zf});var Qb=ge({defaultClassName:"_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps10 _18fs8ps1r _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1ou _18fs8ps3 _18fs8ps2up _18fs8ps2v3 _18fs8ps28x _18fs8ps27f _18fs8ps27i _18fs8ps2bt _18fs8ps2cf",variantClassNames:{variant:{contained:"_18fs8ps2h5 _18fs8ps2gy _18fs8ps2h9 _18fs8ps2ha _18fs8ps2qf",text:"_18fs8ps2gh _18fs8ps2qi _18fs8ps2gl _18fs8ps2gm _18fs8ps2qf"},size:{small:"_18fs8pspr _18fs8pss6 _18fs8psku _18fs8psn9 _18fs8ps1ko _18fs8ps1n0 _18fs8ps24l _18fs8ps1qo _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8psdr",medium:"_18fs8pspr _18fs8pss6 _18fs8psmx _18fs8pspc _18fs8ps1kl _18fs8ps1mr _18fs8ps24l _18fs8ps1ql _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17o _18fs8psdl",large:"_18fs8pspu _18fs8pss9 _18fs8pskx _18fs8psnc _18fs8ps1ki _18fs8ps1mo _18fs8ps24l _18fs8ps1qi _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps17u _18fs8psdo"}},defaultVariants:{size:"medium"},compoundVariants:[]});const Kf=r.forwardRef(({children:e,size:s,variant:t="contained",disabled:o,className:a,...n},i)=>d.jsxs(B,{as:"button",className:fe(Qb({size:s,variant:t}),a),disabled:o,ref:i,"data-macaw-ui-component":"DropdownButton",...n,children:[e,d.jsx(it,{size:"small",className:es({color:"textNeutralSubdued"})})]}));Kf.displayName="DropdownButton";const Uf=r.createContext(void 0),xa=()=>{const e=r.useContext(Uf);if(!e)throw new Error("Filter context must be used within FilterContext.Provider");return e};class em extends EventTarget{constructor(){super(...arguments);La(this,"type","filterChange")}addRow(){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"row.add",rowType:"1"}}))}removeRow(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"row.remove",path:`${t}`,index:t}}))}changeLeftOperator(t,o,a){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"leftOperator.onChange",path:`${t}`,value:o,rowType:a??"",index:t}}))}focusLeftOperator(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"leftOperator.onFocus",path:`${t}`,index:t}}))}blurLeftOperator(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"leftOperator.onBlur",path:`${t}`,index:t}}))}inputChangeLeftOperator(t,o){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"leftOperator.onInputValueChange",path:`${t}`,value:o,index:t}}))}changeCondition(t,o){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"condition.onChange",path:`${t}.condition.selected`,value:o,index:t}}))}focusCondition(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"condition.onFocus",path:`${t}.condition.selected`,index:t}}))}blurCondition(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"condition.onBlur",path:`${t}.condition.selected`,index:t}}))}changeRightOperator(t,o){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"rightOperator.onChange",path:`${t}.condition.selected.value`,value:o,index:t}}))}focusRightOperator(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"rightOperator.onFocus",path:`${t}.condition.selected.value`,index:t}}))}blurRightOperator(t){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"rightOperator.onBlur",path:`${t}.condition.selected.value`,index:t}}))}inputChangeRightOperator(t,o){this.dispatchEvent(new CustomEvent(this.type,{detail:{type:"rightOperator.onInputValueChange",path:`${t}.condition.selected.value`,index:t,value:o}}))}}const Ys=new em,sm=({onChange:e})=>(r.useEffect(()=>{const s=t=>{e==null||e(t.detail)};return Ys.addEventListener(Ys.type,s),()=>{Ys.removeEventListener(Ys.type,s)}},[e]),{emitter:Ys}),tm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="text"},om=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="number"},nm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="multiselect"},am=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="combobox"},im=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="select"},rm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="number.range"},lm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="date"},fm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="datetime"},cm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="date.range"},pm=e=>{var s;return((s=e.conditionValue)==null?void 0:s.type)==="datetime.range"},jo=({children:e})=>d.jsx(B,{display:"flex",gap:.5,alignItems:"center",flexWrap:"wrap",children:e}),dm=({index:e,selected:s,emitter:t,error:o,disabled:a,helperText:n})=>tm(s)?d.jsx(rs,{value:s.value,onChange:i=>{t.changeRightOperator(e,i.target.value)},onFocus:()=>{t.focusRightOperator(e)},onBlur:()=>{t.blurRightOperator(e)},error:o,helperText:n,disabled:a}):om(s)?d.jsx(rs,{type:"number",value:s.value,onChange:i=>{t.changeRightOperator(e,i.target.value)},onFocus:()=>{t.focusRightOperator(e)},onBlur:()=>{t.blurRightOperator(e)},error:o,helperText:n,disabled:a}):nm(s)?d.jsx(v8,{value:s.value,options:s.options??[],loading:s.loading,onChange:i=>t.changeRightOperator(e,i),onInputValueChange:i=>{t.inputChangeRightOperator(e,i)},onFocus:()=>{t.focusRightOperator(e)},onBlur:()=>{t.blurRightOperator(e)},error:o,helperText:n,disabled:a}):am(s)?d.jsx(ca,{value:s.value,options:s.options??[],loading:s.loading,onChange:i=>{i&&t.changeRightOperator(e,i)},onInputValueChange:i=>t.inputChangeRightOperator(e,i),onFocus:()=>{t.focusRightOperator(e)},onBlur:()=>{t.blurRightOperator(e)},error:o,helperText:n,disabled:a}):im(s)?d.jsx(Sa,{value:s.value,options:s.options??[],onChange:i=>t.changeRightOperator(e,i),onFocus:()=>{t.focusRightOperator(e)},onBlur:()=>{t.blurRightOperator(e)},error:o,helperText:n,disabled:a}):rm(s)?d.jsx(jo,{children:d.jsx(Js,{value:s.value,onChange:i=>{t.changeRightOperator(e,i)},type:"number",error:!!o,helperText:n,disabled:a,width:"100%"})}):lm(s)?d.jsx(rs,{type:"date",value:s.value,onChange:i=>{t.changeRightOperator(e,i.target.value)},error:o,helperText:n,disabled:a}):fm(s)?d.jsx(rs,{type:"datetime-local",value:s.value,onChange:i=>{t.changeRightOperator(e,i.target.value)},error:o,helperText:n,disabled:a}):cm(s)?d.jsx(jo,{children:d.jsx(Js,{value:s.value,onChange:i=>{t.changeRightOperator(e,i)},type:"date",error:!!o,helperText:n,disabled:a,width:"100%"})}):pm(s)?d.jsx(jo,{children:d.jsx(Js,{value:s.value,onChange:i=>{t.changeRightOperator(e,i)},type:"datetime-local",error:!!o,helperText:n,disabled:a,width:"100%"})}):d.jsx(rs,{disabled:!0,value:s.value}),um=e=>{var s,t,o;return{disableRemoveButton:(e==null?void 0:e.removable)===!1,disableLeftOperator:((s=e==null?void 0:e.disabled)==null?void 0:s.includes("left"))??!1,disableCondition:((t=e==null?void 0:e.disabled)==null?void 0:t.includes("condition"))??!1,disableRightOperator:((o=e==null?void 0:e.disabled)==null?void 0:o.includes("right"))??!1}},_m=({item:e,index:s,leftOptions:t,emitter:o,error:a})=>{var i;const n=um(e.constraint);return d.jsxs(B,{display:"grid",gap:.5,__gridTemplateColumns:"200px 120px 200px auto",placeItems:"center",alignItems:"start",children:[d.jsx(ca,{value:e.value,options:t,loading:e.loading,onChange:l=>{var f;l&&o.changeLeftOperator(s,l,(f=t.find(c=>c.value===l.value))==null?void 0:f.type)},onInputValueChange:l=>{o.inputChangeLeftOperator(s,l)},onFocus:()=>{o.focusLeftOperator(s)},onBlur:()=>{o.blurLeftOperator(s)},error:a.left.show,helperText:a.left.text,disabled:n.disableLeftOperator}),d.jsx(Sa,{value:e.condition.selected.conditionValue,options:e.condition.options,disabled:n.disableCondition,onChange:l=>{o.changeCondition(s,l)},onFocus:()=>{o.focusCondition(s)},onBlur:()=>{o.blurCondition(s)},error:a.condition.show,helperText:a.condition.text}),d.jsx(dm,{selected:(i=e.condition)==null?void 0:i.selected,index:s,emitter:o,error:a.right.show,helperText:a.right.text,disabled:n.disableRightOperator}),d.jsx(ds,{variant:"tertiary",icon:d.jsx(Cr,{}),onClick:()=>o.removeRow(s),disabled:n.disableRemoveButton})]})},bm=e=>{const s=e==null?void 0:e.map(t=>[t.row,{left:{text:t.leftText??"",show:!!t.leftText},right:{text:t.rightText??"",show:!!t.rightText},condition:{text:t.conditionText??"",show:!!t.conditionText}}]);return s?Object.fromEntries(s):{}},mm=(e,s)=>e[s]??{left:{text:"",show:!1},right:{text:"",show:!1},condition:{text:"",show:!1}},hm=({value:e,leftOptions:s,emitter:t,locale:o,error:a})=>{const n=bm(a);return d.jsxs(B,{display:"grid",__gridTemplateColumns:"repeat(2, auto)",alignItems:"start",columnGap:2,rowGap:3,alignSelf:"start",children:[d.jsx(Ie,{paddingTop:1.5,children:o.WHERE}),e.map((i,l)=>typeof i=="string"?d.jsx(Ie,{paddingTop:1.5,children:o[i]},l):d.jsx(_m,{item:i,index:l,leftOptions:s,emitter:t,error:mm(n,l)},`filterRow-${l}`))]})},vm=({locale:e})=>d.jsx(B,{display:"flex",justifyContent:"center",alignItems:"center",children:d.jsx(Ie,{children:e.noValueText})}),gm=({value:e,onChange:s,leftOptions:t,children:o,locale:a={WHERE:"Where",AND:"and",OR:"or",noValueText:"Click button below to start filtering"},error:n})=>{const{emitter:i}=sm({onChange:s});return d.jsx(Uf.Provider,{value:{emitter:i,actionButtonsDisabled:e.length===0},children:d.jsxs(B,{height:"100%",display:"grid",__gridTemplateRows:"1fr",children:[e.length>0?d.jsx(hm,{value:e,leftOptions:t,emitter:i,locale:a,error:n}):d.jsx(vm,{locale:a}),d.jsx(pa,{}),o]})})},Cm=({children:e,...s})=>d.jsx(B,{display:"flex",justifyContent:"space-between",paddingTop:1,...s,children:e}),ym=({children:e,...s})=>{const{emitter:t}=xa();return d.jsx(ds,{onClick:()=>t.addRow(),variant:"secondary",...s,children:e})},xm=({children:e,...s})=>{const{actionButtonsDisabled:t}=xa();return d.jsx(ds,{variant:"secondary",disabled:t,...s,children:e})},km=({children:e,...s})=>{const{actionButtonsDisabled:t}=xa();return d.jsx(ds,{variant:"primary",disabled:t,...s,children:e})},wm=Object.assign(gm,{AddRowButton:ym,ConfirmButton:km,ClearButton:xm,Footer:Cm});var Em="_18fs8ps2l",$m=ge({defaultClassName:"_18fs8psmx _18fs8pspc _18fs8psrr _18fs8psu6 _18fs8ps1nu _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gi _18fs8ps1fl _18fs8ps1ic _18fs8ps1hf _18fs8ps29d _18fs8ps1kf _18fs8ps2gh _18fs8ps26p _18fs8ps2vt _18fs8ps2uh",variantClassNames:{absolute:{true:"_18fs8ps2o _18fs8ps1r0 _18fs8ps1vu",false:"_1mt8p4"}},defaultVariants:{},compoundVariants:[]}),Im="_1mt8p5",Zf=ge({defaultClassName:"_18fs8psrr _18fs8psu6 _18fs8psku _18fs8psn9 _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8ps1ou _18fs8ps2up _18fs8ps1kf _18fs8ps24o _18fs8ps1n0 _18fs8ps2gh _18fs8ps2pm",variantClassNames:{condition:{true:"_18fs8ps2ah",false:"_18fs8ps29d"}},defaultVariants:{},compoundVariants:[]}),Sm=ge({defaultClassName:"_18fs8psrr _18fs8psu6 _18fs8psku _18fs8psn9 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps2gh _18fs8ps2pm _18fs8ps1ou _18fs8ps2up",variantClassNames:{variant:{operand:"_18fs8ps29d _18fs8ps1kf _18fs8ps24o",condition:"_18fs8ps2ah _18fs8ps1jx _18fs8ps246"},opened:{true:"_18fs8ps2r5"}},defaultVariants:{},compoundVariants:[]}),Rm="_18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps20o _18fs8ps210 _18fs8ps3 _18fs8ps26x _18fs8ps2vt",Pm=ge({defaultClassName:"_18fs8psrr _18fs8psu6 _18fs8psku _18fs8psn9 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps1ou _18fs8ps1kf _18fs8ps2u1 _18fs8ps29d _18fs8ps2ab _1mt8pp",variantClassNames:{isNumber:{true:"_1mt8pq"}},defaultVariants:{},compoundVariants:[]}),Dm=ge({defaultClassName:"_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps3 _18fs8ps19f _18fs8ps10 _18fs8ps2gh _18fs8ps2pm _18fs8ps2r8",variantClassNames:{focused:{true:"_18fs8ps29d _18fs8ps29o"}},defaultVariants:{},compoundVariants:[]}),Om="_18fs8ps1kf _18fs8psrr",Hi="_18fs8ps3 _18fs8ps10 _18fs8ps29d _18fs8ps29o";const Yf=({children:e})=>d.jsx(B,{className:Rm,children:e});Yf.displayName="Expression";const ka=r.forwardRef(({children:e,absolute:s=!1,...t},o)=>d.jsx(B,{ref:o,...t,className:$m({absolute:s}),children:d.jsx(B,{className:Im,__minWidth:"128px",__maxHeight:"150px",children:e})}));ka.displayName="DropdownContent";const wa=r.forwardRef(({children:e,onClick:s,condition:t=!1},o)=>d.jsx(Ff,{className:Zf({condition:t}),onClick:s,ref:o,children:e}));wa.displayName="DropdownItem";const Ea=({children:e,triggerText:s,variant:t})=>{const[o,a]=r.useState(!1),n=i=>{a(i)};return d.jsxs(Af,{onOpenChange:n,children:[s&&d.jsx(Vf,{className:Sm({variant:t,opened:o}),children:s}),d.jsx(Lf,{children:d.jsx(Hf,{align:"start",asChild:!0,children:d.jsx(ka,{children:e})})})]})};Ea.displayName="Dropdown";const Gf=wa;Gf.displayName="OperantDropdownItem";const Xf=e=>d.jsx(Ea,{...e,variant:"operand"});Xf.displayName="Expression.OperandDropdown";const Nm=["font-style","font-variant","font-weight","font-size","font-family"],jm=e=>{if(!e)return 0;const s=parseInt(e.getPropertyValue("padding-left"),10),t=parseInt(e.getPropertyValue("padding-right"),10);return s+t},Mm=e=>Nm.reduce((s,t)=>`${s} ${e.getPropertyValue(t)}`,""),Tm=e=>{const s=r.useRef(void 0),o=document.createElement("canvas").getContext("2d");r.useEffect(()=>{!o||!(e!=null&&e.current)||(s.current=window.getComputedStyle(e.current,null),o.font=Mm(s.current))},[e,o]);const a=i=>o?o.measureText(i).width:0;return{measureText:a,measureTextWithPaddings:i=>a(i)+jm(s.current)}},vt=({children:e,focused:s=!0})=>d.jsx(B,{as:"label",className:Dm({focused:s}),children:e});vt.displayName="InputContainer";const Ls=({value:e,placeholder:s,defaultWidth:t=71,onChange:o,onCalculationChange:a,type:n="text",...i})=>{const l=r.useRef(),{measureText:f,measureTextWithPaddings:c}=Tm(l);r.useEffect(()=>{if(!l.current)return;const _=c(e||s||""),C=_>t?_:t;l.current.style.width=`${C}px`},[e,s,t,c]);const u=(b,_)=>_?f(b.slice(0,_)):0,p=b=>{if(a){const{value:_,selectionStart:C}=b.target,v=b.target.getBoundingClientRect(),w=u(_,C);a({left:w,rect:v})}o&&o(b)};return d.jsx(B,{as:"input",type:n,className:Pm({isNumber:n==="number"}),ref:l,value:e,onChange:p,placeholder:s,...i})};Ls.displayName="AutosizeInput";const Jf=r.forwardRef(({children:e,...s},t)=>d.jsx(B,{className:Zf(),ref:t,...s,children:e}));Jf.displayName="AutocompleteItem";const Qf=({children:e,open:s,value:t,onClickOutside:o,...a})=>{const n=wc(o),[i,l]=r.useState({x:0,y:0}),f=({left:c,rect:u})=>{l({x:u.x+c,y:u.y+u.height+window.scrollY})};return d.jsxs(B,{className:Em,children:[d.jsx(vt,{children:d.jsx(Ls,{type:"text",value:t,onCalculationChange:f,...a})}),s&&d.jsx(Hs,{asChild:!0,children:d.jsx(ka,{ref:n,__transform:`translate(${i.x}px, ${i.y}px)`,absolute:!0,children:e})})]})};Qf.displayName="Expression.OperandAutocomplete";const e8=r.forwardRef(({children:e,onClick:s},t)=>d.jsx(wa,{ref:t,onClick:s,condition:!0,children:e}));e8.displayName="ConditionItem";const s8=({children:e,currentConditon:s})=>d.jsx(Ea,{triggerText:s,variant:"condition",children:e});s8.displayName="Expression.Condition";const t8=e=>d.jsx(vt,{children:d.jsx(Ls,{type:"text",...e})});t8.displayName="Expression.OperandText";const Yt=({children:e})=>d.jsx(B,{className:Om,children:e});Yt.displayName="Sign";const o8=({sign:e,...s})=>d.jsxs(vt,{focused:!0,children:[d.jsx(Yt,{children:e}),d.jsx(Ls,{type:"number",...s})]});o8.displayName="Expression.OperandNumber";const n8=({from:e,to:s,onFromChange:t,onToChange:o,placeholderFrom:a,placeholderTo:n,sign:i})=>d.jsxs(vt,{focused:!1,children:[d.jsxs(B,{className:Hi,children:[d.jsx(Yt,{children:i}),d.jsx(Ls,{defaultWidth:45,type:"number",value:e,onChange:t,placeholder:a})]}),d.jsx(B,{as:"span",children:"-"}),d.jsxs(B,{className:Hi,children:[d.jsx(Yt,{children:i}),d.jsx(Ls,{defaultWidth:45,type:"number",value:s,onChange:o,placeholder:n})]})]});n8.displayName="Expression.OperandRange";const Am=Object.assign(Yf,{OperandDropdown:Xf,OperantDropdownItem:Gf,OperandAutocomplete:Qf,AutocompleteItem:Jf,Condition:s8,ConditionItem:e8,OperandText:t8,OperandNumber:o8,OperandRange:n8}),Vm=e=>{const s=/^[\d.,]*$|(Backspace|Tab|Delete|ArrowLeft|ArrowRight|ArrowDown|ArrowUp)/;return!e.key.match(s)&&e.preventDefault()},Lm=e=>["date","time","datetime-local"].includes(e??""),Hm=(e,s,t)=>{const[o,a]=r.useState(!1),n=Lm(s)?!0:!!(e||o);return{handlers:{onFocus:()=>a(!0),onBlur:()=>a(!1),onChange:c=>{t&&t(c)}},value:e,active:o,typed:n}},a8=({children:e,id:s,typed:t,active:o,disabled:a,size:n,label:i,error:l,className:f,endAdornment:c})=>d.jsxs(B,{as:"label",htmlFor:s,className:fe(lt({typed:t,active:o,disabled:a,size:n,error:l}),f),alignItems:"center",gap:1,"data-macaw-ui-component":"Input",children:[d.jsxs(B,{display:"flex",flexDirection:"column",width:"100%",children:[d.jsx(B,{as:"span",className:fe(ft({typed:t,size:n,disabled:a,error:l})),children:i}),e]}),c]});a8.displayName="InputWrapper";const rs=r.forwardRef(({size:e,disabled:s=!1,className:t,value:o,label:a,id:n,type:i,error:l=!1,onChange:f,helperText:c,onBlur:u,onFocus:p,flex:b,flexBasis:_,flexGrow:C,flexShrink:v,width:w,endAdornment:y,...m},h)=>{const{handlers:g,value:x,active:$,typed:E}=Hm(o,i,f);return d.jsxs(B,{display:"flex",flexDirection:"column",flex:b,flexBasis:_,flexGrow:C,flexShrink:v,width:w,children:[d.jsx(a8,{id:n,typed:E,active:$,disabled:s,size:e,label:a,error:l,className:t,endAdornment:y,children:d.jsx(B,{id:n,as:"input",type:i,className:fe(eo({size:e,error:l})),disabled:s,value:x,ref:h,onBlur:I=>{g.onBlur(),u==null||u(I)},onFocus:I=>{g.onFocus(),p==null||p(I)},onChange:g.onChange,onKeyDown:I=>{i==="number"&&Vm(I)},role:"input",...m})}),c&&d.jsx(B,{className:dn({size:e}),children:d.jsx(Ie,{variant:"caption",size:e,color:l?"textCriticalDefault":"textNeutralSubdued",children:c})})]})});rs.displayName="Input";const i8=({children:e,...s})=>d.jsx(B,{as:"li",...s,"data-macaw-ui-component":"List.Divider",children:e});i8.displayName="List.Divider";const r8=r.forwardRef(({children:e,disabled:s,onClick:t,className:o,active:a,...n},i)=>d.jsx(B,{as:"li",display:"flex",alignItems:"center",cursor:{default:"pointer",disabled:"not-allowed"},disabled:s,backgroundColor:{default:a?"interactiveNeutralHighlightFocused":"interactiveNeutralHighlightDefault",active:"interactiveNeutralHighlightPressing",hover:"interactiveNeutralHighlightHovering",focus:"interactiveNeutralHighlightFocused"},onClick:t,className:o,ref:i,"data-macaw-ui-component":"List.Item",...n,children:e}));r8.displayName="List.Item";const l8=({children:e})=>d.jsx(sr,{asChild:!0,"data-macaw-ui-component":"ListItem.Content",children:e});l8.displayName="ListItem.Content";const $a=r.forwardRef(({children:e,as:s="ul",className:t,...o},a)=>d.jsx(B,{as:s,ref:a,className:t,margin:0,"data-macaw-ui-component":"List",...o,children:e}));$a.displayName="List";const f8=r.createContext(null),Fm=()=>{const e=r.useContext(f8);if(e===null)throw new Error("You are outside of context");return e},Wm=f8.Provider;var zm="_16tmpu02",Bm="_16tmpu01",qm="_16tmpu00";const Mo="list-item-group-value",c8=({children:e,defaultExpanded:s=!1,as:t="ul",...o})=>{const[a,n]=r.useState(s?Mo:"");return d.jsx(or,{asChild:!0,type:"single",collapsible:!0,value:a,onValueChange:n,children:d.jsx(Wm,{value:{triggerOpen:()=>n(Mo)},children:d.jsx($a,{as:t,...o,"data-macaw-ui-component":"ListItem",children:d.jsx(nr,{value:Mo,className:qm,children:e})})})})};c8.displayName="ListItem";const p8=({children:e,size:s,...t})=>{const{triggerOpen:o}=Fm();return d.jsxs(We.Item,{"data-macaw-ui-component":"ItemGroup.Trigger",...t,children:[d.jsx(B,{width:"100%",height:"100%",onClick:o,children:e}),d.jsx(er,{asChild:!0,children:d.jsx(ds,{icon:d.jsx(cn,{className:Bm,color:"iconNeutralDefault",size:s}),variant:"tertiary",size:s,className:zm})})]})};p8.displayName="ListItem.Trigger";const Km=Object.assign(c8,{Trigger:p8,Content:l8}),We=Object.assign($a,{Item:r8,ItemGroup:Km,Divider:i8}),d8=({children:e})=>d.jsx(bf,{asChild:!0,"data-macaw-ui-component":"Modal.Close",children:e});d8.displayName="Modal.Close";var Fi="w2pmqx1";const u8=({children:e})=>d.jsxs(df,{children:[d.jsx(uf,{asChild:!0,className:Fi,children:d.jsx(B,{backgroundColor:"highlightDim",position:"fixed",inset:0})}),d.jsx(_f,{asChild:!0,className:Fi,children:e})]});u8.displayName="Modal.Content";const _8=({children:e,open:s,onChange:t})=>d.jsx(cf,{"data-macaw-ui-component":"Modal",open:s,onOpenChange:t,children:e});_8.displayName="Modal";const b8=({children:e})=>d.jsx(pf,{asChild:!0,"data-macaw-ui-component":"Modal.Trigger",children:e});b8.displayName="Modal.Trigger";const Um=Object.assign(_8,{Content:u8,Trigger:b8,Close:d8});var m8=ge({defaultClassName:"_1g8t8xp8 _18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps16u _18fs8ps2u1 _18fs8ps1k9 _18fs8ps1mf _18fs8ps1ou _18fs8ps29d _18fs8ps29r",variantClassNames:{size:{small:"_18fs8ps1kx _18fs8ps1n3 _18fs8ps256 _18fs8ps1qx",medium:"_18fs8ps1ku _18fs8ps1n0 _18fs8ps253 _18fs8ps1qu",large:"_18fs8ps1ku _18fs8ps1n0 _18fs8ps253 _18fs8ps1qu"},error:{true:"_18fs8ps2ax"}},defaultVariants:{size:"medium"},compoundVariants:[]}),Zm=ge({defaultClassName:"_1g8t8xp0",variantClassNames:{typed:{true:"_1g8t8xp2"}},defaultVariants:{},compoundVariants:[]});const Ym=({size:e,getToggleButtonProps:s,renderEndAdornment:t,disabled:o})=>t?d.jsx(d.Fragment,{children:t(s({disabled:o}))}):d.jsx(it,{className:fe(un,es({cursor:"pointer"})),size:e,...s({disabled:o})}),Ia=r.forwardRef(({id:e,label:s,className:t,error:o,children:a,getLabelProps:n,typed:i,active:l,disabled:f,size:c,getToggleButtonProps:u,renderEndAdornment:p,hasItemsToSelect:b},_)=>d.jsxs(B,{ref:_,as:"label",className:fe(lt({typed:i,active:l,disabled:f,size:c,error:o}),t),alignItems:"center",justifyContent:"space-between",disabled:f,flexWrap:"nowrap",gap:3,"data-macaw-ui-component":"Multiselect",...n({htmlFor:e}),cursor:f?"not-allowed":"text",children:[d.jsxs(B,{display:"flex",flexDirection:"column",width:"100%",children:[d.jsx(B,{as:"span",className:fe(Zm({typed:i}),ft({typed:i,size:c,disabled:f,error:o})),children:s}),d.jsx(B,{display:"flex",flexDirection:"row",gap:1,alignItems:"center",flexWrap:"wrap",children:a})]}),b&&d.jsx(Ym,{size:c,getToggleButtonProps:u,renderEndAdornment:p,disabled:f})]}));Ia.displayName="MultiselectWrapper";const Gm=(e,s,t)=>{const o=s==null?void 0:s.toLowerCase();return t.filter(a=>!e.find(n=>n.value===a.value)&&a.label.toLowerCase().includes(o??""))},h8=({selectedValues:e,options:s,onChange:t,onInputValueChange:o,onFocus:a,onBlur:n})=>{const[i,l]=r.useState(""),[f,c]=r.useState(!1),u=go(e)?e.reduce((I,P)=>{const j=s.find(R=>R.value===P);return j&&I.push(j),I},[]):e,p=Gm(u,i,s),b=o?!0:u.length!==s.length,_=!!(u.length||f),{getSelectedItemProps:C,getDropdownProps:v,removeSelectedItem:w}=ks({selectedItems:u,onStateChange({selectedItems:I,type:P}){switch(P){case ks.stateChangeTypes.SelectedItemKeyDownBackspace:case ks.stateChangeTypes.SelectedItemKeyDownDelete:case ks.stateChangeTypes.DropdownKeyDownBackspace:case ks.stateChangeTypes.FunctionRemoveSelectedItem:{const j=go(u)?I==null?void 0:I.map(R=>R.value):I;t==null||t(j);break}}}}),{isOpen:y,getLabelProps:m,getMenuProps:h,getInputProps:g,highlightedIndex:x,getItemProps:$,getToggleButtonProps:E}=Ge({items:p,itemToString:I=>(I==null?void 0:I.label)??"",defaultHighlightedIndex:0,selectedItem:null,stateReducer(I,P){const{changes:j,type:R}=P;switch(R){case Ge.stateChangeTypes.InputKeyDownEnter:case Ge.stateChangeTypes.ItemClick:return l(""),{...j,...j.selectedItem&&{isOpen:!0,highlightedIndex:0}};default:return j}},onStateChange({inputValue:I,type:P,selectedItem:j}){switch(P){case Ge.stateChangeTypes.InputKeyDownEnter:case Ge.stateChangeTypes.ItemClick:case Ge.stateChangeTypes.InputBlur:if(j){const R=go(u)?[...u.map(K=>K.value),j.value]:[...u,j];t==null||t(R)}else l("");break;case Ge.stateChangeTypes.InputChange:o==null||o(I??""),l(I??"");break}}});return{active:f,itemsToSelect:p,typed:_,isOpen:y,getLabelProps:m,getMenuProps:h,getInputProps:(I,P)=>g(v({onFocus:j=>{c(!0),a==null||a(j)},onBlur:j=>{c(!1),n==null||n(j)},preventKeyAction:y,...I}),P),highlightedIndex:x,getItemProps:$,getSelectedItemProps:C,removeSelectedItem:w,selectedItems:u,inputValue:i,showInput:b,getToggleButtonProps:I=>E({onClick:P=>{P.preventDefault()},...I}),hasItemsToSelect:p.length>0}},Xm=({size:e,disabled:s=!1,className:t,label:o,id:a,error:n=!1,helperText:i,options:l,onChange:f,renderEndAdornment:c,value:u=[],onFocus:p,onBlur:b,locale:_={inputText:"Add item"},...C},v)=>{const{active:w,typed:y,isOpen:m,getLabelProps:h,getMenuProps:g,getInputProps:x,highlightedIndex:$,getItemProps:E,itemsToSelect:I,selectedItems:P,getSelectedItemProps:j,inputValue:R,removeSelectedItem:K,getToggleButtonProps:S,hasItemsToSelect:F,showInput:Y}=h8({selectedValues:u,options:l,onChange:f,onFocus:p,onBlur:b}),{refs:ee,floatingStyles:ne}=bt();return d.jsxs(B,{display:"flex",flexDirection:"column",children:[d.jsxs(Ia,{ref:ee.setReference,id:a,typed:y,active:w,disabled:s,size:e,label:o,error:n,className:t,getLabelProps:h,getToggleButtonProps:S,renderEndAdornment:c,hasItemsToSelect:F,children:[P.map((se,X)=>d.jsxs(B,{"data-test-id":`selected-option-${se.value}-${X}`,paddingX:1.5,paddingY:.5,backgroundColor:"surfaceNeutralSubdued",borderColor:"neutralHighlight",borderWidth:1,borderStyle:"solid",borderRadius:3,display:"flex",gap:1,alignItems:"center",...j({selectedItem:se,index:X}),children:[d.jsx(Ie,{variant:"caption",size:e==="small"?"small":"medium",children:se.label}),!s&&d.jsx(Ie,{cursor:"pointer",variant:"caption",size:"small",marginBottom:"px",onClick:D=>{D.stopPropagation(),D.preventDefault(),K(se)},children:"✕"})]},`selected-option-${se.value}-${X}`)),d.jsx(B,{id:a,as:"input",className:m8({size:e,error:n}),placeholder:_.inputText,disabled:s,width:0,__flex:1,minWidth:7,visibility:Y?"visible":"hidden",...x({id:a,ref:v,value:R}),...C})]}),d.jsx(Hs,{asChild:!0,ref:ee.setFloating,style:ne,children:d.jsx(B,{position:"relative",display:m&&F?"block":"none",className:dt({size:e}),children:d.jsx(We,{as:"ul",className:pt,...g({},{suppressRefError:!0}),children:m&&(I==null?void 0:I.map((se,X)=>d.jsx(We.Item,{"data-test-id":"select-option",className:Fs,active:$===X,...E({item:se,index:X}),children:d.jsx(Ie,{size:ut(e),children:se.label})},`to-select-${a}-${se.value}-${X}`)))})})}),i&&d.jsx(ct,{size:e,error:n,children:i})]})},Jm=r.forwardRef(Xm),Qm=({size:e,disabled:s=!1,className:t,label:o,id:a,error:n=!1,helperText:i,options:l,onChange:f,renderEndAdornment:c,value:u=[],onInputValueChange:p,loading:b,onFocus:_,onBlur:C,locale:v,onScrollEnd:w,...y},m)=>{const{active:h,typed:g,isOpen:x,getLabelProps:$,getMenuProps:E,getInputProps:I,highlightedIndex:P,getItemProps:j,itemsToSelect:R,selectedItems:K,getSelectedItemProps:S,inputValue:F,removeSelectedItem:Y,getToggleButtonProps:ee,hasItemsToSelect:ne,showInput:se}=h8({selectedValues:u,onInputValueChange:p,options:l,onChange:f,onFocus:_,onBlur:C}),{refs:X,floatingStyles:D}=bt(),A=Ul(w);return d.jsxs(B,{display:"flex",flexDirection:"column",children:[d.jsxs(Ia,{ref:X.setReference,id:a,typed:g,active:h,disabled:s,size:e,label:o,error:n,className:t,getLabelProps:$,getToggleButtonProps:ee,renderEndAdornment:c,hasItemsToSelect:ne,children:[K.map((G,Q)=>d.jsxs(B,{"data-test-id":`selected-option-${G.value}-${Q}`,paddingX:1.5,paddingY:.5,backgroundColor:"surfaceNeutralSubdued",borderColor:"neutralHighlight",borderWidth:1,borderStyle:"solid",borderRadius:3,display:"flex",gap:1,alignItems:"center",...S({selectedItem:G,index:Q}),children:[d.jsx(Ie,{variant:"caption",size:e==="small"?"small":"medium",children:G.label}),!s&&d.jsx(Ie,{cursor:"pointer",variant:"caption",size:"small",marginBottom:"px",onClick:L=>{L.stopPropagation(),L.preventDefault(),Y(G)},children:"✕"})]},`selected-option-${G.value}-${Q}`)),d.jsx(B,{id:a,as:"input",className:m8({size:e,error:n}),placeholder:(v==null?void 0:v.placeholderText)||"Add item",disabled:s,width:0,__flex:1,minWidth:7,visibility:se?"visible":"hidden",...I({id:a,ref:m,value:F}),...y})]}),d.jsx(Hs,{asChild:!0,ref:X.setFloating,style:D,children:d.jsx(B,{position:"relative",display:Nr({isOpen:x,hasItemsToSelect:ne,loading:b}),className:dt({size:e}),children:d.jsxs(We,{as:"ul",className:pt,...E({},{suppressRefError:!0}),children:[x&&(R==null?void 0:R.map((G,Q)=>d.jsx(We.Item,{"data-test-id":"select-option",className:Fs,active:P===Q,...j({item:G,index:Q}),children:d.jsx(Ie,{size:ut(e),children:G.label})},`to-select-${a}-${G.value}-${Q}`))),b&&d.jsx(Or,{size:e,children:(v==null?void 0:v.loadingText)||"Loading"}),d.jsx("div",{ref:G=>{A.current=G}})]})})}),i&&d.jsx(ct,{size:e,error:n,children:i})]})},v8=r.forwardRef(Qm),g8="Popover",[C8,Uv]=ze(g8,[Bs]),gt=Bs(),[eh,ys]=C8(g8),sh=e=>{const{__scopePopover:s,children:t,open:o,defaultOpen:a,onOpenChange:n,modal:i=!1}=e,l=gt(s),f=r.useRef(null),[c,u]=r.useState(!1),[p=!1,b]=Qe({prop:o,defaultProp:a,onChange:n});return r.createElement(ha,l,r.createElement(eh,{scope:s,contentId:ts(),triggerRef:f,open:p,onOpenChange:b,onOpenToggle:r.useCallback(()=>b(_=>!_),[b]),hasCustomAnchor:c,onCustomAnchorAdd:r.useCallback(()=>u(!0),[]),onCustomAnchorRemove:r.useCallback(()=>u(!1),[]),modal:i},t))},th="PopoverAnchor",oh=r.forwardRef((e,s)=>{const{__scopePopover:t,...o}=e,a=ys(th,t),n=gt(t),{onCustomAnchorAdd:i,onCustomAnchorRemove:l}=a;return r.useEffect(()=>(i(),()=>l()),[i,l]),r.createElement(fo,O({},n,o,{ref:s}))}),nh="PopoverTrigger",ah=r.forwardRef((e,s)=>{const{__scopePopover:t,...o}=e,a=ys(nh,t),n=gt(t),i=xe(s,a.triggerRef),l=r.createElement(ve.button,O({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":k8(a.open)},o,{ref:i,onClick:oe(e.onClick,a.onOpenToggle)}));return a.hasCustomAnchor?l:r.createElement(fo,O({asChild:!0},n),l)}),y8="PopoverPortal",[ih,rh]=C8(y8,{forceMount:void 0}),lh=e=>{const{__scopePopover:s,forceMount:t,children:o,container:a}=e,n=ys(y8,s);return r.createElement(ih,{scope:s,forceMount:t},r.createElement(Be,{present:t||n.open},r.createElement(rt,{asChild:!0,container:a},o)))},ot="PopoverContent",fh=r.forwardRef((e,s)=>{const t=rh(ot,e.__scopePopover),{forceMount:o=t.forceMount,...a}=e,n=ys(ot,e.__scopePopover);return r.createElement(Be,{present:o||n.open},n.modal?r.createElement(ch,O({},a,{ref:s})):r.createElement(ph,O({},a,{ref:s})))}),ch=r.forwardRef((e,s)=>{const t=ys(ot,e.__scopePopover),o=r.useRef(null),a=xe(s,o),n=r.useRef(!1);return r.useEffect(()=>{const i=o.current;if(i)return ba(i)},[]),r.createElement(_a,{as:$s,allowPinchZoom:!0},r.createElement(x8,O({},e,{ref:a,trapFocus:t.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:oe(e.onCloseAutoFocus,i=>{var l;i.preventDefault(),n.current||(l=t.triggerRef.current)===null||l===void 0||l.focus()}),onPointerDownOutside:oe(e.onPointerDownOutside,i=>{const l=i.detail.originalEvent,f=l.button===0&&l.ctrlKey===!0,c=l.button===2||f;n.current=c},{checkForDefaultPrevented:!1}),onFocusOutside:oe(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1})})))}),ph=r.forwardRef((e,s)=>{const t=ys(ot,e.__scopePopover),o=r.useRef(!1),a=r.useRef(!1);return r.createElement(x8,O({},e,{ref:s,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:n=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,n),!n.defaultPrevented){var l;o.current||(l=t.triggerRef.current)===null||l===void 0||l.focus(),n.preventDefault()}o.current=!1,a.current=!1},onInteractOutside:n=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,n),n.defaultPrevented||(o.current=!0,n.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const f=n.target;((l=t.triggerRef.current)===null||l===void 0?void 0:l.contains(f))&&n.preventDefault(),n.detail.originalEvent.type==="focusin"&&a.current&&n.preventDefault()}}))}),x8=r.forwardRef((e,s)=>{const{__scopePopover:t,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:n,disableOutsidePointerEvents:i,onEscapeKeyDown:l,onPointerDownOutside:f,onFocusOutside:c,onInteractOutside:u,...p}=e,b=ys(ot,t),_=gt(t);return ua(),r.createElement(da,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:n},r.createElement(ro,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:f,onFocusOutside:c,onDismiss:()=>b.onOpenChange(!1)},r.createElement(va,O({"data-state":k8(b.open),role:"dialog",id:b.contentId},_,p,{ref:s,style:{...p.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}))))}),dh="PopoverClose",uh=r.forwardRef((e,s)=>{const{__scopePopover:t,...o}=e,a=ys(dh,t);return r.createElement(ve.button,O({type:"button"},o,{ref:s,onClick:oe(e.onClick,()=>a.onOpenChange(!1))}))}),_h=r.forwardRef((e,s)=>{const{__scopePopover:t,...o}=e,a=gt(t);return r.createElement(wf,O({},a,o,{ref:s}))});function k8(e){return e?"open":"closed"}const bh=sh,mh=oh,hh=ah,vh=lh,gh=fh,Ch=uh,yh=_h;var xh="_1t0scx21",kh="_18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps26x _18fs8ps2w1 _18fs8ps2ft";const w8=({children:e,className:s,onInteractOutside:t,...o})=>d.jsx(vh,{children:d.jsx(gh,{asChild:!0,className:fe(kh,s),"data-macaw-ui-component":"Popover.Content",onInteractOutside:t,...o,children:e})});w8.displayName="Popover.Content";const E8=({children:e})=>d.jsx(mh,{asChild:!0,"data-macaw-ui-component":"Popover.Anchor",children:e});E8.displayName="Popover.Anchor";const $8=({children:e})=>d.jsx(hh,{asChild:!0,"data-macaw-ui-component":"Popover.Trigger",children:e});$8.displayName="Popover.Trigger";const I8=({className:e,fill:s="subdued",stroke:t="neutralPlain"})=>d.jsx(yh,{className:fe(xh,e),asChild:!0,children:d.jsx("svg",{width:"20",height:"9",viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-macaw-ui-component":"Popover.Arrow",children:d.jsx("path",{d:"M8.08579 7.08579L0.5 -0.5H18.5L10.9142 7.08579C10.1332 7.86683 8.86684 7.86684 8.08579 7.08579Z",strokeLinejoin:"round",className:es({fill:s,stroke:t})})})});I8.displayName="Popover.Arrow";const S8=({children:e,...s})=>d.jsx(bh,{...s,"data-macaw-ui-component":"Popover",children:e});S8.displayName="Popover";const R8=({children:e})=>d.jsx(Ch,{asChild:!0,"data-macaw-ui-component":"Popover.Close",children:e});R8.displayName="Popover.Close";const wh=Object.assign(S8,{Trigger:$8,Content:w8,Anchor:E8,Arrow:I8,Close:R8}),P8="Radio",[Eh,D8]=ze(P8),[$h,Ih]=Eh(P8),Sh=r.forwardRef((e,s)=>{const{__scopeRadio:t,name:o,checked:a=!1,required:n,disabled:i,value:l="on",onCheck:f,...c}=e,[u,p]=r.useState(null),b=xe(s,v=>p(v)),_=r.useRef(!1),C=u?!!u.closest("form"):!0;return r.createElement($h,{scope:t,checked:a,disabled:i},r.createElement(ve.button,O({type:"button",role:"radio","aria-checked":a,"data-state":O8(a),"data-disabled":i?"":void 0,disabled:i,value:l},c,{ref:b,onClick:oe(e.onClick,v=>{a||f==null||f(),C&&(_.current=v.isPropagationStopped(),_.current||v.stopPropagation())})})),C&&r.createElement(Dh,{control:u,bubbles:!_.current,name:o,value:l,checked:a,required:n,disabled:i,style:{transform:"translateX(-100%)"}}))}),Rh="RadioIndicator",Ph=r.forwardRef((e,s)=>{const{__scopeRadio:t,forceMount:o,...a}=e,n=Ih(Rh,t);return r.createElement(Be,{present:o||n.checked},r.createElement(ve.span,O({"data-state":O8(n.checked),"data-disabled":n.disabled?"":void 0},a,{ref:s})))}),Dh=e=>{const{control:s,checked:t,bubbles:o=!0,...a}=e,n=r.useRef(null),i=Er(t),l=pn(s);return r.useEffect(()=>{const f=n.current,c=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(c,"checked").set;if(i!==t&&p){const b=new Event("click",{bubbles:o});p.call(f,t),f.dispatchEvent(b)}},[i,t,o]),r.createElement("input",O({type:"radio","aria-hidden":!0,defaultChecked:t},a,{tabIndex:-1,ref:n,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function O8(e){return e?"checked":"unchecked"}const Oh=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],N8="RadioGroup",[Nh,Zv]=ze(N8,[co,D8]),j8=co(),M8=D8(),[jh,Mh]=Nh(N8),Th=r.forwardRef((e,s)=>{const{__scopeRadioGroup:t,name:o,defaultValue:a,value:n,required:i=!1,disabled:l=!1,orientation:f,dir:c,loop:u=!0,onValueChange:p,...b}=e,_=j8(t),C=Xt(c),[v,w]=Qe({prop:n,defaultProp:a,onChange:p});return r.createElement(jh,{scope:t,name:o,required:i,disabled:l,value:v,onValueChange:w},r.createElement(If,O({asChild:!0},_,{orientation:f,dir:C,loop:u}),r.createElement(ve.div,O({role:"radiogroup","aria-required":i,"aria-orientation":f,"data-disabled":l?"":void 0,dir:C},b,{ref:s}))))}),Ah="RadioGroupItem",Vh=r.forwardRef((e,s)=>{const{__scopeRadioGroup:t,disabled:o,...a}=e,n=Mh(Ah,t),i=n.disabled||o,l=j8(t),f=M8(t),c=r.useRef(null),u=xe(s,c),p=n.value===a.value,b=r.useRef(!1);return r.useEffect(()=>{const _=v=>{Oh.includes(v.key)&&(b.current=!0)},C=()=>b.current=!1;return document.addEventListener("keydown",_),document.addEventListener("keyup",C),()=>{document.removeEventListener("keydown",_),document.removeEventListener("keyup",C)}},[]),r.createElement(Sf,O({asChild:!0},l,{focusable:!i,active:p}),r.createElement(Sh,O({disabled:i,required:n.required,checked:p},f,a,{name:n.name,ref:u,onCheck:()=>n.onValueChange(a.value),onKeyDown:oe(_=>{_.key==="Enter"&&_.preventDefault()}),onFocus:oe(a.onFocus,()=>{var _;b.current&&((_=c.current)===null||_===void 0||_.click())})})))}),Lh=r.forwardRef((e,s)=>{const{__scopeRadioGroup:t,...o}=e,a=M8(t);return r.createElement(Ph,O({},a,o,{ref:s}))}),T8=Th,A8=Vh,Hh=Lh;var Fh="_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8psuf _18fs8pswx _18fs8pszf _18fs8ps11x _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no",Wh=ge({defaultClassName:"_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8psuf _18fs8pswx _18fs8pszf _18fs8ps11x _18fs8ps29l",variantClassNames:{size:{small:"_18fs8ps1kx _18fs8ps1n3 _18fs8ps256 _18fs8ps1qx",medium:"_18fs8ps1ku _18fs8ps1n0 _18fs8ps253 _18fs8ps1qu",large:"_18fs8ps1kr _18fs8ps1mx _18fs8ps250 _18fs8ps1qr"},disabled:{true:"_18fs8ps29t"},error:{true:"_18fs8ps2b5"}},defaultVariants:{size:"medium"},compoundVariants:[]});const V8=r.forwardRef(({children:e,className:s,value:t,label:o,onValueChange:a,size:n,disabled:i=!1,error:l=!1,...f},c)=>d.jsx(T8,{asChild:!0,value:t,onValueChange:a,children:d.jsxs(B,{...f,className:fe(Fh,s),ref:c,as:"fieldset","data-macaw-ui-component":"RadioGroup",children:[o&&d.jsx("legend",{className:fe(Wh({disabled:i,error:l,size:n}),s),children:o}),e]})}));V8.displayName="RadioGroup";var zh=ge({defaultClassName:"_18fs8ps1t3 _18fs8ps1vi _18fs8ps1xx _18fs8ps20c _18fs8ps2o _18fs8psf _18fs8ps220",variantClassNames:{disabled:{true:"_18fs8ps2c9",false:"_18fs8ps2ch"}},defaultVariants:{disabled:!1},compoundVariants:[]}),Bh=ge({defaultClassName:"_1ru9wzg7 _18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1h3 _18fs8ps1g6 _18fs8ps1ix _18fs8ps1i0 _18fs8ps2l _18fs8ps2vt _18fs8ps269 _18fs8ps2up _18fs8ps14o _18fs8ps179 _18fs8ps2m1",variantClassNames:{error:{true:"_1ru9wzg8"},disabled:{true:"_1ru9wzg9"}},defaultVariants:{error:!1,disabled:!1},compoundVariants:[]});const L8=r.forwardRef(({value:e,id:s,disabled:t,children:o,className:a,error:n,...i},l)=>d.jsxs(B,{display:"flex",alignItems:"center",gap:1.5,position:"relative",...i,className:a,ref:l,"data-macaw-ui-component":"RadioGroup.Item",children:[d.jsx(A8,{className:Bh({error:n,disabled:t}),value:e,id:s,disabled:t,children:d.jsx(Hh,{className:zh({disabled:t}),asChild:!0,children:d.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"6",height:"6",fill:"currentColor",children:d.jsx("circle",{cx:"3",cy:"3",r:"3",fill:"currentColor"})})})}),d.jsx(B,{as:"label",htmlFor:s,cursor:t?"not-allowed":"pointer",children:o})]}));L8.displayName="RadioGroup.Item";const qh=Object.assign(V8,{Item:L8}),Js=r.forwardRef(({value:e=["",""],onChange:s,children:t,type:o="number",...a},n)=>{const[i,l]=e;return d.jsxs(d.Fragment,{children:[d.jsx(rs,{value:i,onChange:f=>s==null?void 0:s([f.target.value,l]),type:o,ref:n,...a}),t,d.jsx(rs,{value:l,onChange:f=>s==null?void 0:s([i,f.target.value]),type:o,ref:n,...a})]})});Js.displayName="RangeInput";var Kh=ge({defaultClassName:"_18fs8pskr _18fs8psn6 _18fs8pspl _18fs8pss0 _18fs8ps1nu _18fs8ps1o0 _18fs8ps1ni _18fs8ps1no _18fs8ps16u _18fs8ps2u1 _18fs8ps1ou _18fs8ps29d _18fs8ps29r _18fs8ps29s",variantClassNames:{},defaultVariants:{},compoundVariants:[]}),Uh=ge({defaultClassName:"_18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps2l _18fs8ps3 _18fs8ps10 _18fs8ps29d _18fs8ps16u _18fs8ps2x5 _18fs8ps2pd _18fs8ps2q2 _18fs8ps2r8",variantClassNames:{size:{small:"_18fs8pspr _18fs8pss6 _18fs8psmx _18fs8pspc",medium:"_18fs8pspr _18fs8pss6 _18fs8pskx _18fs8psnc",large:"_18fs8pspu _18fs8pss9 _18fs8psl0 _18fs8psnf"}},defaultVariants:{},compoundVariants:[]}),Zh=ge({defaultClassName:"_18fs8ps29l _18fs8ps123",variantClassNames:{},defaultVariants:{},compoundVariants:[]});const H8=r.forwardRef(({id:e,className:s,size:t,...o},a)=>d.jsxs(B,{id:e,className:fe(Uh({size:t}),s),"data-macaw-ui-component":"SearchInput",children:[d.jsx(yr,{size:"medium",className:Zh()}),d.jsx(B,{as:"input",className:Kh(),ref:a,type:"text",...o})]}));H8.displayName="SearchInput";const F8=r.forwardRef(({id:e,label:s,className:t,error:o,children:a,getToggleButtonProps:n,getLabelProps:i,typed:l,active:f,disabled:c,size:u},p)=>d.jsx(B,{ref:p,children:d.jsxs(B,{as:"label",className:fe(lt({typed:l,active:f,disabled:c,size:u,error:o}),t),alignItems:"center",justifyContent:"space-between",disabled:c,flexWrap:"nowrap",gap:3,...n(),"data-macaw-ui-component":"Select",cursor:c?"not-allowed":"pointer",children:[d.jsxs(B,{display:"flex",flexDirection:"column",width:"100%",children:[d.jsx(B,{as:"span",className:fe(ft({typed:l,size:u,disabled:c,error:o})),...i({htmlFor:e}),children:s}),a]}),d.jsx(it,{className:fe(un,es({cursor:"pointer"})),size:u})]})}));F8.displayName="SelectWrapper";const Yh=({value:e,options:s,onChange:t,onFocus:o,onBlur:a})=>{const[n,i]=r.useState(!1),l=!!(e||n),{isOpen:f,getToggleButtonProps:c,getLabelProps:u,getMenuProps:p,highlightedIndex:b,getItemProps:_,selectedItem:C}=An({items:s,selectedItem:e??null,itemToString:v=>(v==null?void 0:v.label)??"",onSelectedItemChange:({selectedItem:v})=>{if(v){const w=at(v)?v.value:v;t==null||t(w)}}});return{active:n,typed:l,isOpen:f,getToggleButtonProps:(v,w)=>c({onFocus:y=>{i(!0),o==null||o(y)},onBlur:y=>{i(!1),a==null||a(y)},...v},w),getLabelProps:u,getMenuProps:p,highlightedIndex:b,getItemProps:_,selectedItem:C,hasItemsToSelect:s.length>0}},Gh=e=>{switch(e){case"small":return 4;case"medium":return 5;case"large":return 6}},Xh=({size:e="medium",disabled:s=!1,className:t,value:o,label:a,id:n,error:i=!1,helperText:l,options:f,onChange:c,onFocus:u,onBlur:p,...b},_)=>{const{active:C,typed:v,isOpen:w,getItemProps:y,getLabelProps:m,getToggleButtonProps:h,selectedItem:g,getMenuProps:x,highlightedIndex:$,hasItemsToSelect:E}=Yh({value:at(o)?f.find(j=>j.value===o):o,options:f,onChange:c,onFocus:u,onBlur:p}),{refs:I,floatingStyles:P}=bt();return d.jsxs(B,{display:"flex",flexDirection:"column",children:[d.jsx(F8,{ref:I.setReference,id:n,typed:v,active:C,disabled:s,size:e,label:a,error:i,className:t,getLabelProps:m,getToggleButtonProps:h,children:d.jsx(B,{height:Gh(e),...b,ref:_,children:d.jsx(Ie,{size:e,variant:"body",color:i?"textCriticalDefault":"textNeutralDefault",children:g==null?void 0:g.label})})}),d.jsx(Hs,{asChild:!0,ref:I.setFloating,style:P,children:d.jsx(B,{position:"relative",display:w&&E?"block":"none",className:dt({size:e}),children:d.jsx(We,{as:"ul",className:pt,...x({},{suppressRefError:!0}),children:w&&(f==null?void 0:f.map((j,R)=>d.jsx(We.Item,{"data-test-id":"select-option",className:Fs,...y({item:j,index:R}),active:$===R,children:d.jsx(Ie,{size:ut(e),children:j.label})},`${n}-${j.value}-${R}`)))})})}),l&&d.jsx(ct,{size:e,error:i,children:l})]})},Sa=r.forwardRef(Xh);var Jh="_1ucx6ny1";const Qh=({className:e,...s})=>d.jsx(B,{className:fe(Jh,e),backgroundColor:"interactiveNeutralSecondaryPressing",width:"100%",height:1,borderRadius:2,...s});var ev="u64rbw1";const Ra=r.forwardRef(({className:e},s)=>d.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none",className:fe(ev,e),ref:s,children:d.jsx("g",{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.333",children:d.jsx("path",{d:"M8 1.332v2.667M8 12v2.667M3.285 3.285l1.887 1.887M10.826 10.826l1.887 1.887M1.332 8h2.667M12 8h2.667M3.285 12.713l1.887-1.887M10.826 5.172l1.887-1.887"})})}));Ra.displayName="Spinner";var sv=ge({defaultClassName:"edj57v3 _18fs8psku _18fs8psn9 _18fs8pspo _18fs8pss3 _18fs8ps1gc _18fs8ps1ff _18fs8ps1i6 _18fs8ps1h9 _18fs8ps19f _18fs8ps2up",variantClassNames:{},defaultVariants:{},compoundVariants:[]}),tv=ge({defaultClassName:"_18fs8psmu _18fs8psp9 _18fs8psro _18fs8psu3 _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps3 _18fs8psfl _18fs8ps2gx _18fs8ps26p _18fs8ps17o",variantClassNames:{},defaultVariants:{},compoundVariants:[]});const W8=r.forwardRef(({children:e,className:s,defaultValue:t,onValueChange:o,...a},n)=>d.jsx(T8,{asChild:!0,defaultValue:t,onValueChange:o,children:d.jsx(B,{className:fe(tv(),s),ref:n,...a,"data-macaw-ui-component":"Switch",children:e})}));W8.displayName="Switch";const z8=({value:e,id:s,disabled:t=!1,children:o,...a})=>d.jsx(A8,{asChild:!0,value:e,id:s,disabled:t,className:sv(),"data-macaw-ui-component":"SwitchItem",children:d.jsx(B,{...a,children:o})});z8.displayName="Switch.Item";const ov=Object.assign(W8,{Item:z8}),nv=r.forwardRef((e,s)=>{const{pressed:t,defaultPressed:o=!1,onPressedChange:a,...n}=e,[i=!1,l]=Qe({prop:t,onChange:a,defaultProp:o});return r.createElement(ve.button,O({type:"button","aria-pressed":i,"data-state":i?"on":"off","data-disabled":e.disabled?"":void 0},n,{ref:s,onClick:oe(e.onClick,()=>{e.disabled||l(!i)})}))}),av=nv;var iv=ge({defaultClassName:"agkfzb1 _18fs8psmr _18fs8psp6 _18fs8psrl _18fs8psu0 _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1gx _18fs8ps1g0 _18fs8ps1ir _18fs8ps1hu _18fs8ps3 _18fs8ps10 _18fs8ps2l _18fs8ps1ou _18fs8ps2up",variantClassNames:{},defaultVariants:{},compoundVariants:[]});const B8=r.forwardRef(({disabled:e=!1,pressed:s,onPressedChange:t,children:o,...a},n)=>d.jsxs(B,{as:"label",display:"flex",alignItems:"center",gap:1.5,cursor:e?"not-allowed":"pointer","data-macaw-ui-component":"Toggle",children:[d.jsx(av,{ref:n,className:iv(),pressed:s,onPressedChange:t,disabled:e,...a}),o]}));B8.displayName="Toggle";const rv=r.forwardRef((e,s)=>r.createElement(ve.span,O({},e,{ref:s,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}))),lv=rv,[uo,Yv]=ze("Tooltip",[Bs]),_o=Bs(),fv="TooltipProvider",cv=700,en="tooltip.open",[pv,Pa]=uo(fv),dv=e=>{const{__scopeTooltip:s,delayDuration:t=cv,skipDelayDuration:o=300,disableHoverableContent:a=!1,children:n}=e,[i,l]=r.useState(!0),f=r.useRef(!1),c=r.useRef(0);return r.useEffect(()=>{const u=c.current;return()=>window.clearTimeout(u)},[]),r.createElement(pv,{scope:s,isOpenDelayed:i,delayDuration:t,onOpen:r.useCallback(()=>{window.clearTimeout(c.current),l(!1)},[]),onClose:r.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>l(!0),o)},[o]),isPointerInTransitRef:f,onPointerInTransitChange:r.useCallback(u=>{f.current=u},[]),disableHoverableContent:a},n)},Da="Tooltip",[uv,Ct]=uo(Da),_v=e=>{const{__scopeTooltip:s,children:t,open:o,defaultOpen:a=!1,onOpenChange:n,disableHoverableContent:i,delayDuration:l}=e,f=Pa(Da,e.__scopeTooltip),c=_o(s),[u,p]=r.useState(null),b=ts(),_=r.useRef(0),C=i??f.disableHoverableContent,v=l??f.delayDuration,w=r.useRef(!1),[y=!1,m]=Qe({prop:o,defaultProp:a,onChange:E=>{E?(f.onOpen(),document.dispatchEvent(new CustomEvent(en))):f.onClose(),n==null||n(E)}}),h=r.useMemo(()=>y?w.current?"delayed-open":"instant-open":"closed",[y]),g=r.useCallback(()=>{window.clearTimeout(_.current),w.current=!1,m(!0)},[m]),x=r.useCallback(()=>{window.clearTimeout(_.current),m(!1)},[m]),$=r.useCallback(()=>{window.clearTimeout(_.current),_.current=window.setTimeout(()=>{w.current=!0,m(!0)},v)},[v,m]);return r.useEffect(()=>()=>window.clearTimeout(_.current),[]),r.createElement(ha,c,r.createElement(uv,{scope:s,contentId:b,open:y,stateAttribute:h,trigger:u,onTriggerChange:p,onTriggerEnter:r.useCallback(()=>{f.isOpenDelayed?$():g()},[f.isOpenDelayed,$,g]),onTriggerLeave:r.useCallback(()=>{C?x():window.clearTimeout(_.current)},[x,C]),onOpen:g,onClose:x,disableHoverableContent:C},t))},Wi="TooltipTrigger",bv=r.forwardRef((e,s)=>{const{__scopeTooltip:t,...o}=e,a=Ct(Wi,t),n=Pa(Wi,t),i=_o(t),l=r.useRef(null),f=xe(s,l,a.onTriggerChange),c=r.useRef(!1),u=r.useRef(!1),p=r.useCallback(()=>c.current=!1,[]);return r.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),r.createElement(fo,O({asChild:!0},i),r.createElement(ve.button,O({"aria-describedby":a.open?a.contentId:void 0,"data-state":a.stateAttribute},o,{ref:f,onPointerMove:oe(e.onPointerMove,b=>{b.pointerType!=="touch"&&!u.current&&!n.isPointerInTransitRef.current&&(a.onTriggerEnter(),u.current=!0)}),onPointerLeave:oe(e.onPointerLeave,()=>{a.onTriggerLeave(),u.current=!1}),onPointerDown:oe(e.onPointerDown,()=>{c.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:oe(e.onFocus,()=>{c.current||a.onOpen()}),onBlur:oe(e.onBlur,a.onClose),onClick:oe(e.onClick,a.onClose)})))}),q8="TooltipPortal",[mv,hv]=uo(q8,{forceMount:void 0}),vv=e=>{const{__scopeTooltip:s,forceMount:t,children:o,container:a}=e,n=Ct(q8,s);return r.createElement(mv,{scope:s,forceMount:t},r.createElement(Be,{present:t||n.open},r.createElement(rt,{asChild:!0,container:a},o)))},nt="TooltipContent",gv=r.forwardRef((e,s)=>{const t=hv(nt,e.__scopeTooltip),{forceMount:o=t.forceMount,side:a="top",...n}=e,i=Ct(nt,e.__scopeTooltip);return r.createElement(Be,{present:o||i.open},i.disableHoverableContent?r.createElement(K8,O({side:a},n,{ref:s})):r.createElement(Cv,O({side:a},n,{ref:s})))}),Cv=r.forwardRef((e,s)=>{const t=Ct(nt,e.__scopeTooltip),o=Pa(nt,e.__scopeTooltip),a=r.useRef(null),n=xe(s,a),[i,l]=r.useState(null),{trigger:f,onClose:c}=t,u=a.current,{onPointerInTransitChange:p}=o,b=r.useCallback(()=>{l(null),p(!1)},[p]),_=r.useCallback((C,v)=>{const w=C.currentTarget,y={x:C.clientX,y:C.clientY},m=Ev(y,w.getBoundingClientRect()),h=$v(y,m),g=Iv(v.getBoundingClientRect()),x=Rv([...h,...g]);l(x),p(!0)},[p]);return r.useEffect(()=>()=>b(),[b]),r.useEffect(()=>{if(f&&u){const C=w=>_(w,u),v=w=>_(w,f);return f.addEventListener("pointerleave",C),u.addEventListener("pointerleave",v),()=>{f.removeEventListener("pointerleave",C),u.removeEventListener("pointerleave",v)}}},[f,u,_,b]),r.useEffect(()=>{if(i){const C=v=>{const w=v.target,y={x:v.clientX,y:v.clientY},m=(f==null?void 0:f.contains(w))||(u==null?void 0:u.contains(w)),h=!Sv(y,i);m?b():h&&(b(),c())};return document.addEventListener("pointermove",C),()=>document.removeEventListener("pointermove",C)}},[f,u,i,c,b]),r.createElement(K8,O({},e,{ref:n}))}),[yv,xv]=uo(Da,{isInside:!1}),K8=r.forwardRef((e,s)=>{const{__scopeTooltip:t,children:o,"aria-label":a,onEscapeKeyDown:n,onPointerDownOutside:i,...l}=e,f=Ct(nt,t),c=_o(t),{onClose:u}=f;return r.useEffect(()=>(document.addEventListener(en,u),()=>document.removeEventListener(en,u)),[u]),r.useEffect(()=>{if(f.trigger){const p=b=>{const _=b.target;_!=null&&_.contains(f.trigger)&&u()};return window.addEventListener("scroll",p,{capture:!0}),()=>window.removeEventListener("scroll",p,{capture:!0})}},[f.trigger,u]),r.createElement(ro,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:p=>p.preventDefault(),onDismiss:u},r.createElement(va,O({"data-state":f.stateAttribute},c,l,{ref:s,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),r.createElement(qi,null,o),r.createElement(yv,{scope:t,isInside:!0},r.createElement(lv,{id:f.contentId,role:"tooltip"},a||o))))}),kv="TooltipArrow",wv=r.forwardRef((e,s)=>{const{__scopeTooltip:t,...o}=e,a=_o(t);return xv(kv,t).isInside?null:r.createElement(wf,O({},a,o,{ref:s}))});function Ev(e,s){const t=Math.abs(s.top-e.y),o=Math.abs(s.bottom-e.y),a=Math.abs(s.right-e.x),n=Math.abs(s.left-e.x);switch(Math.min(t,o,a,n)){case n:return"left";case a:return"right";case t:return"top";case o:return"bottom";default:throw new Error("unreachable")}}function $v(e,s,t=5){const o=[];switch(s){case"top":o.push({x:e.x-t,y:e.y+t},{x:e.x+t,y:e.y+t});break;case"bottom":o.push({x:e.x-t,y:e.y-t},{x:e.x+t,y:e.y-t});break;case"left":o.push({x:e.x+t,y:e.y-t},{x:e.x+t,y:e.y+t});break;case"right":o.push({x:e.x-t,y:e.y-t},{x:e.x-t,y:e.y+t});break}return o}function Iv(e){const{top:s,right:t,bottom:o,left:a}=e;return[{x:a,y:s},{x:t,y:s},{x:t,y:o},{x:a,y:o}]}function Sv(e,s){const{x:t,y:o}=e;let a=!1;for(let n=0,i=s.length-1;n<s.length;i=n++){const l=s[n].x,f=s[n].y,c=s[i].x,u=s[i].y;f>o!=u>o&&t<(c-l)*(o-f)/(u-f)+l&&(a=!a)}return a}function Rv(e){const s=e.slice();return s.sort((t,o)=>t.x<o.x?-1:t.x>o.x?1:t.y<o.y?-1:t.y>o.y?1:0),Pv(s)}function Pv(e){if(e.length<=1)return e.slice();const s=[];for(let o=0;o<e.length;o++){const a=e[o];for(;s.length>=2;){const n=s[s.length-1],i=s[s.length-2];if((n.x-i.x)*(a.y-i.y)>=(n.y-i.y)*(a.x-i.x))s.pop();else break}s.push(a)}s.pop();const t=[];for(let o=e.length-1;o>=0;o--){const a=e[o];for(;t.length>=2;){const n=t[t.length-1],i=t[t.length-2];if((n.x-i.x)*(a.y-i.y)>=(n.y-i.y)*(a.x-i.x))t.pop();else break}t.push(a)}return t.pop(),s.length===1&&t.length===1&&s[0].x===t[0].x&&s[0].y===t[0].y?s:s.concat(t)}const Dv=dv,Ov=_v,Nv=bv,jv=vv,Mv=gv,Tv=wv,U8=({children:e,delayDuration:s=250,...t})=>d.jsx(Dv,{children:d.jsx(Ov,{delayDuration:s,...t,"data-macaw-ui-component":"Tooltip",children:e})});U8.displayName="Tooltip";const Z8=r.forwardRef(({children:e},s)=>d.jsx(Nv,{asChild:!0,ref:s,"data-macaw-ui-component":"Tooltip.Trigger",children:e}));Z8.displayName="Tooltip.Trigger";var Av="_14kl90y1",Vv="_18fs8pskx _18fs8psnc _18fs8pspr _18fs8pss6 _18fs8ps1k6 _18fs8ps1mc _18fs8ps24f _18fs8ps1q6 _18fs8ps1nx _18fs8ps1o3 _18fs8ps1nl _18fs8ps1nr _18fs8ps1ol _18fs8ps1or _18fs8ps1o9 _18fs8ps1of _18fs8ps1gf _18fs8ps1fi _18fs8ps1i9 _18fs8ps1hc _18fs8ps26x _18fs8ps2gh _18fs8ps295 _18fs8ps2w9";const Y8=({className:e,backgroundColor:s=Qs.colors.background.surfaceNeutralPlain,borderColor:t=Qs.colors.border.neutralPlain})=>d.jsx(Tv,{asChild:!0,className:fe(Av,e),children:d.jsx("svg",{width:"20",height:"9",viewBox:"0 0 20 9",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-macaw-ui-component":"Tooltip.Arrow",children:d.jsx("path",{fill:s,stroke:t,d:"M8.086 7.086.5-.5h18l-7.586 7.586a2 2 0 0 1-2.828 0Z"})})});Y8.displayName="Tooltip.Arrow";const G8=({children:e,className:s,sideOffset:t=2,avoidCollisions:o=!0,...a})=>d.jsx(jv,{children:d.jsx(Mv,{className:fe(Vv,s),sideOffset:t,avoidCollisions:o,"data-macaw-ui-component":"Tooltip.Content",...a,children:e})});G8.displayName="Tooltip.Content";const X8=({children:e})=>d.jsx(Ie,{display:"block",variant:"caption",color:"textNeutralSubdued",marginBottom:.5,"data-macaw-ui-component":"Tooltip.ContentHeading",children:e});X8.displayName="Tooltip.ContentHeading";const Lv=Object.assign(U8,{Trigger:Z8,Arrow:Y8,Content:G8,ContentHeading:X8}),Hv=(e,s,t,o)=>{const a=zi(e,t),n=zi(e,o);r.useEffect(()=>{if(e){e.style.height="0px";const i=Math.max(a,e.scrollHeight),l=Math.min(i,n);e.style.height=`${l}px`}},[a,n,e,s])};function zi(e,s){return e?parseFloat(getComputedStyle(e).lineHeight)*s:0}const Fv=(e,s)=>{const[t,o]=r.useState(!1);return{handlers:{onFocus:()=>o(!0),onBlur:()=>o(!1),onChange:f=>{s&&s(f)}},value:e,active:t,typed:!!(e||t)}},J8=({children:e,id:s,typed:t,active:o,disabled:a,size:n,label:i,error:l,className:f,endAdornment:c})=>d.jsxs(B,{as:"label",htmlFor:s,className:fe(lt({typed:t,active:o,disabled:a,size:n,error:l}),f),alignItems:"center",gap:1,"data-macaw-ui-component":"Textarea",children:[d.jsxs(B,{display:"flex",flexDirection:"column",width:"100%",children:[d.jsx(B,{as:"span",className:fe(ft({typed:t,size:n,disabled:a,error:l})),children:i}),e]}),c]});J8.displayName="TextareaWrapper";const Q8=r.forwardRef(({size:e,disabled:s=!1,className:t,value:o,label:a,id:n,error:i=!1,onChange:l,helperText:f,onBlur:c,onFocus:u,flex:p,flexBasis:b,flexGrow:_,flexShrink:C,width:v,endAdornment:w,rows:y=10,maxRows:m=20,...h},g)=>{const{handlers:x,value:$,active:E,typed:I}=Fv(o,l),P=r.useRef(null);return Hv(P.current,o,y,m),r.useImperativeHandle(g,()=>P.current),d.jsxs(B,{display:"flex",flexDirection:"column",flex:p,flexBasis:b,flexGrow:_,flexShrink:C,width:v,children:[d.jsx(J8,{id:n,typed:I,active:E,disabled:s,size:e,label:a,error:i,className:t,endAdornment:w,children:d.jsx(B,{id:n,as:"textarea",className:fe(eo({size:e,error:i})),style:{resize:"none"},disabled:s,value:$,ref:P,onBlur:j=>{x.onBlur(),c==null||c(j)},onFocus:j=>{x.onFocus(),u==null||u(j)},onChange:x.onChange,rows:y,...h})}),f&&d.jsx(B,{className:dn({size:e}),children:d.jsx(Ie,{variant:"caption",size:e,color:i?"textCriticalDefault":"textNeutralSubdued",children:f})})]})});Q8.displayName="Textarea";exports.Accordion=yp;exports.ArrowDownIcon=it;exports.ArrowLeftIcon=Nc;exports.ArrowRightIcon=jc;exports.ArrowUpIcon=Oc;exports.Avatar=kp;exports.Box=B;exports.Button=ds;exports.CatalogIcon=dp;exports.Checkbox=Pr;exports.CheckboxIcon=Yc;exports.ChervonDoubleIcon=Gc;exports.ChervonDownIcon=cn;exports.ChervonUpIcon=Mc;exports.ChevronLeftIcon=up;exports.ChevronRightIcon=_p;exports.Chip=Dr;exports.CloseIcon=gr;exports.Combobox=$u;exports.ConfigurationIcon=Tc;exports.CopyIcon=ip;exports.CustomersIcon=Ac;exports.DarkModeIcon=Jc;exports.Divider=pa;exports.Drawer=M_;exports.Dropdown=Jb;exports.DropdownButton=Kf;exports.DynamicCombobox=ca;exports.DynamicMultiselect=v8;exports.EditIcon=bp;exports.ExportIcon=mp;exports.Expression=Am;exports.ExternalLinkIcon=Cp;exports.FileExportIcon=Xc;exports.FloppyDiscIcon=hp;exports.FullscreenOffIcon=vp;exports.FullscreenOnIcon=gp;exports.GenericAppIcon=ap;exports.GripIcon=np;exports.HomeIcon=Vc;exports.InfoIcon=ep;exports.Input=rs;exports.LightModeIcon=Qc;exports.List=We;exports.MailIcon=op;exports.MarketplaceIcon=Lc;exports.MenuIcon=Hc;exports.Modal=Um;exports.MoreOptionsIcon=Fc;exports.Multiselect=Jm;exports.OrdersIcon=Wc;exports.PlusIcon=pp;exports.Popover=wh;exports.ProductsIcons=zc;exports.RadioGroup=qh;exports.RangeInput=Js;exports.RemoveIcon=Cr;exports.SearchIcon=yr;exports.SearchInput=H8;exports.Select=Sa;exports.SellsIcon=Bc;exports.Skeleton=Qh;exports.Spinner=Ra;exports.StorefrontIcon=qc;exports.Switch=ov;exports.TableEditIcon=Kc;exports.Text=Ie;exports.Textarea=Q8;exports.ThemeProvider=pc;exports.Toggle=B8;exports.Tooltip=Lv;exports.TranslationsIcon=Uc;exports.TrashBinIcon=tp;exports.ViewListIcon=cp;exports.ViewTableIcon=rp;exports.ViewTilesIcon=fp;exports.ViewWideTilesIcon=lp;exports.VouchersIcon=Zc;exports.WarningIcon=sp;exports._ExperimentalFilters=wm;exports.desktopMediaQuery=gc;exports.getCSSVariables=Cc;exports.sprinkles=es;exports.tabletMediaQuery=vc;exports.themes=Tt;exports.useTheme=cc;exports.vars=Qs;
|
|
101
|
+
//# sourceMappingURL=index.js.map
|