@vibe/core 3.84.0 → 3.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (410) hide show
  1. package/dist/components/next/List/List.d.ts +4 -0
  2. package/dist/components/next/List/List.types.d.ts +47 -0
  3. package/dist/components/next/List/ListItem/ListItem.d.ts +4 -0
  4. package/dist/components/next/List/ListItem/ListItem.types.d.ts +44 -0
  5. package/dist/components/next/List/ListItem/index.d.ts +2 -0
  6. package/dist/components/next/List/ListTitle/ListTitle.d.ts +4 -0
  7. package/dist/components/next/List/ListTitle/ListTitle.types.d.ts +16 -0
  8. package/dist/components/next/List/ListTitle/index.d.ts +2 -0
  9. package/dist/components/next/List/index.d.ts +6 -0
  10. package/dist/components/next/index.d.ts +1 -0
  11. package/dist/metadata.json +421 -0
  12. package/dist/mocked_classnames/components/next/List/List.d.ts +4 -0
  13. package/dist/mocked_classnames/components/next/List/List.types.d.ts +47 -0
  14. package/dist/mocked_classnames/components/next/List/ListItem/ListItem.d.ts +4 -0
  15. package/dist/mocked_classnames/components/next/List/ListItem/ListItem.types.d.ts +44 -0
  16. package/dist/mocked_classnames/components/next/List/ListItem/index.d.ts +2 -0
  17. package/dist/mocked_classnames/components/next/List/ListTitle/ListTitle.d.ts +4 -0
  18. package/dist/mocked_classnames/components/next/List/ListTitle/ListTitle.types.d.ts +16 -0
  19. package/dist/mocked_classnames/components/next/List/ListTitle/index.d.ts +2 -0
  20. package/dist/mocked_classnames/components/next/List/index.d.ts +6 -0
  21. package/dist/mocked_classnames/components/next/index.d.ts +1 -0
  22. package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  23. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  24. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  25. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  26. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  27. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  28. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  29. package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
  30. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  31. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  32. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  33. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  34. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  35. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  36. package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
  37. package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  38. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  39. package/dist/mocked_classnames/src/components/BaseItem/hooks/useListItemProps.js +1 -1
  40. package/dist/mocked_classnames/src/components/BaseItem/hooks/useListItemProps.js.map +1 -1
  41. package/dist/mocked_classnames/src/components/BaseList/BaseList.js +2 -0
  42. package/dist/mocked_classnames/src/components/BaseList/BaseList.js.map +1 -0
  43. package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js +2 -0
  44. package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js.map +1 -0
  45. package/dist/mocked_classnames/src/components/BaseList/context/BaseListContext.js +1 -1
  46. package/dist/mocked_classnames/src/components/BaseList/context/BaseListContext.js.map +1 -1
  47. package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListFocus.js +2 -0
  48. package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListFocus.js.map +1 -0
  49. package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListKeyboard.js +2 -0
  50. package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListKeyboard.js.map +1 -0
  51. package/dist/mocked_classnames/src/components/BaseList/utils/baseListUtils.js +2 -0
  52. package/dist/mocked_classnames/src/components/BaseList/utils/baseListUtils.js.map +1 -0
  53. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  54. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  55. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  56. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  57. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  58. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  59. package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
  60. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  61. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  62. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  63. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  64. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  65. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  66. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  67. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  68. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  69. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  70. package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
  71. package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
  72. package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  73. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
  74. package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
  75. package/dist/mocked_classnames/src/components/DatePicker/external_datepicker.scss.js +1 -1
  76. package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
  77. package/dist/mocked_classnames/src/components/Dropdown/Dropdown.module.scss.js +1 -1
  78. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
  79. package/dist/mocked_classnames/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.module.scss.js +1 -1
  80. package/dist/mocked_classnames/src/components/Dropdown/components/menu/menu.module.scss.js +1 -1
  81. package/dist/mocked_classnames/src/components/Dropdown/components/option/option.module.scss.js +1 -1
  82. package/dist/mocked_classnames/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
  83. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  84. package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
  85. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  86. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  87. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  88. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  89. package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  90. package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  91. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  92. package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  93. package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
  94. package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
  95. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  96. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
  97. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
  98. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.js +1 -1
  99. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
  100. package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
  101. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  102. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  103. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  104. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  105. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  106. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  107. package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  108. package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  109. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  110. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  111. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  112. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  113. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  114. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  115. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  116. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  117. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  118. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  119. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  120. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  121. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  122. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  123. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  124. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  125. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  126. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  127. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  128. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  129. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  130. package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
  131. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  132. package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
  133. package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
  134. package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  135. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  136. package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
  137. package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  138. package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  139. package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  140. package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
  141. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  142. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  143. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  144. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  145. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  146. package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
  147. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  148. package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
  149. package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
  150. package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
  151. package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  152. package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
  153. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  154. package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
  155. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  156. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  157. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  158. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  159. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  160. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  161. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  162. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  163. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  164. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  165. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  166. package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  167. package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  168. package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  169. package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
  170. package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
  171. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  172. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  173. package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  174. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  175. package/dist/mocked_classnames/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
  176. package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  177. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  178. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  179. package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
  180. package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  181. package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
  182. package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
  183. package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
  184. package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  185. package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  186. package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  187. package/dist/mocked_classnames/src/components/next/AttentionBox/AttentionBox.module.scss.js +1 -1
  188. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  189. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  190. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  191. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  192. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  193. package/dist/mocked_classnames/src/components/next/DatePicker/DatePicker.module.scss.js +1 -1
  194. package/dist/mocked_classnames/src/components/next/DatePicker/DatePickerHeader.module.scss.js +1 -1
  195. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  196. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  197. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  198. package/dist/mocked_classnames/src/components/next/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  199. package/dist/mocked_classnames/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  200. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  201. package/dist/mocked_classnames/src/components/next/List/List.js +2 -0
  202. package/dist/mocked_classnames/src/components/next/List/List.js.map +1 -0
  203. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +2 -0
  204. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js.map +1 -0
  205. package/dist/mocked_classnames/src/components/next/List/ListItem/ListItem.js +2 -0
  206. package/dist/mocked_classnames/src/components/next/List/ListItem/ListItem.js.map +1 -0
  207. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.js +2 -0
  208. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.js.map +1 -0
  209. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +2 -0
  210. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js.map +1 -0
  211. package/dist/mocked_classnames/src/components/next.js +1 -1
  212. package/dist/mocked_classnames/src/tests/constants.js +1 -1
  213. package/dist/mocked_classnames/src/tests/constants.js.map +1 -1
  214. package/dist/mocked_classnames/style/dist/index.min.css.js +1 -1
  215. package/dist/mocked_classnames/tests/constants.d.ts +2 -0
  216. package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  217. package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  218. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  219. package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  220. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  221. package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  222. package/dist/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  223. package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
  224. package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  225. package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  226. package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  227. package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  228. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  229. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  230. package/dist/src/components/Badge/Badge.module.scss.js +1 -1
  231. package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  232. package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  233. package/dist/src/components/BaseItem/hooks/useListItemProps.js +1 -1
  234. package/dist/src/components/BaseItem/hooks/useListItemProps.js.map +1 -1
  235. package/dist/src/components/BaseList/BaseList.js +2 -0
  236. package/dist/src/components/BaseList/BaseList.js.map +1 -0
  237. package/dist/src/components/BaseList/BaseList.module.scss.js +2 -0
  238. package/dist/src/components/BaseList/BaseList.module.scss.js.map +1 -0
  239. package/dist/src/components/BaseList/context/BaseListContext.js +1 -1
  240. package/dist/src/components/BaseList/context/BaseListContext.js.map +1 -1
  241. package/dist/src/components/BaseList/hooks/useBaseListFocus.js +2 -0
  242. package/dist/src/components/BaseList/hooks/useBaseListFocus.js.map +1 -0
  243. package/dist/src/components/BaseList/hooks/useBaseListKeyboard.js +2 -0
  244. package/dist/src/components/BaseList/hooks/useBaseListKeyboard.js.map +1 -0
  245. package/dist/src/components/BaseList/utils/baseListUtils.js +2 -0
  246. package/dist/src/components/BaseList/utils/baseListUtils.js.map +1 -0
  247. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  248. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  249. package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  250. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  251. package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  252. package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  253. package/dist/src/components/Chips/Chips.module.scss.js +1 -1
  254. package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  255. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  256. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  257. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  258. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  259. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  260. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  261. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  262. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  263. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  264. package/dist/src/components/Counter/Counter.module.scss.js +1 -1
  265. package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
  266. package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  267. package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
  268. package/dist/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
  269. package/dist/src/components/DatePicker/external_datepicker.scss.js +1 -1
  270. package/dist/src/components/Divider/Divider.module.scss.js +1 -1
  271. package/dist/src/components/Dropdown/Dropdown.module.scss.js +1 -1
  272. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
  273. package/dist/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.module.scss.js +1 -1
  274. package/dist/src/components/Dropdown/components/menu/menu.module.scss.js +1 -1
  275. package/dist/src/components/Dropdown/components/option/option.module.scss.js +1 -1
  276. package/dist/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
  277. package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  278. package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
  279. package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  280. package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  281. package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  282. package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  283. package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  284. package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  285. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  286. package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  287. package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
  288. package/dist/src/components/Label/Label.module.scss.js +1 -1
  289. package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  290. package/dist/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
  291. package/dist/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
  292. package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.js +1 -1
  293. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
  294. package/dist/src/components/Link/Link.module.scss.js +1 -1
  295. package/dist/src/components/List/List.module.scss.js +1 -1
  296. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  297. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  298. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  299. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  300. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  301. package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  302. package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  303. package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  304. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  305. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  306. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  307. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  308. package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  309. package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  310. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  311. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  312. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  313. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  314. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  315. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  316. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  317. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  318. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  319. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  320. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  321. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  322. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  323. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  324. package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
  325. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  326. package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
  327. package/dist/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
  328. package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  329. package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  330. package/dist/src/components/Search/Search.module.scss.js +1 -1
  331. package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  332. package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  333. package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  334. package/dist/src/components/Slider/Slider.module.scss.js +1 -1
  335. package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  336. package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  337. package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  338. package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  339. package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  340. package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
  341. package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  342. package/dist/src/components/Steps/Steps.module.scss.js +1 -1
  343. package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
  344. package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
  345. package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  346. package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
  347. package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  348. package/dist/src/components/Switch/Switch.module.scss.js +1 -1
  349. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  350. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  351. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  352. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  353. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  354. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  355. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  356. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  357. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  358. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  359. package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  360. package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  361. package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  362. package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  363. package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
  364. package/dist/src/components/TextField/TextField.module.scss.js +1 -1
  365. package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  366. package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  367. package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  368. package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  369. package/dist/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
  370. package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  371. package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  372. package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  373. package/dist/src/components/Toast/Toast.module.scss.js +1 -1
  374. package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  375. package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
  376. package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
  377. package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
  378. package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  379. package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  380. package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  381. package/dist/src/components/next/AttentionBox/AttentionBox.module.scss.js +1 -1
  382. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  383. package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  384. package/dist/src/components/next/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  385. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  386. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  387. package/dist/src/components/next/DatePicker/DatePicker.module.scss.js +1 -1
  388. package/dist/src/components/next/DatePicker/DatePickerHeader.module.scss.js +1 -1
  389. package/dist/src/components/next/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  390. package/dist/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  391. package/dist/src/components/next/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  392. package/dist/src/components/next/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  393. package/dist/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  394. package/dist/src/components/next/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  395. package/dist/src/components/next/List/List.js +2 -0
  396. package/dist/src/components/next/List/List.js.map +1 -0
  397. package/dist/src/components/next/List/List.module.scss.js +2 -0
  398. package/dist/src/components/next/List/List.module.scss.js.map +1 -0
  399. package/dist/src/components/next/List/ListItem/ListItem.js +2 -0
  400. package/dist/src/components/next/List/ListItem/ListItem.js.map +1 -0
  401. package/dist/src/components/next/List/ListTitle/ListTitle.js +2 -0
  402. package/dist/src/components/next/List/ListTitle/ListTitle.js.map +1 -0
  403. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +2 -0
  404. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js.map +1 -0
  405. package/dist/src/components/next.js +1 -1
  406. package/dist/src/tests/constants.js +1 -1
  407. package/dist/src/tests/constants.js.map +1 -1
  408. package/dist/style/dist/index.min.css.js +1 -1
  409. package/dist/tests/constants.d.ts +2 -0
  410. package/package.json +2 -2
@@ -1,2 +1,2 @@
1
- var e={counterContainer:"counterContainer_1c02ee8704","focus-visible":"focus-visible_91c0884d1c",xs:"xs_6ee0e03e11",small:"small_5c604ea731",medium:"medium_da218c2ca1",large:"large_984b57ab8e",primary:"primary_8824a1d54c",dark:"dark_d1c6170e73",negative:"negative_63b46b3c31",light:"light_a2e41d8116",disabled:"disabled_003d3567d6",menu:"menu_85404e0a36"};!function(e){const n="s_id-7f36163b89a3_3_83_4";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+n))return;const r=document.createElement("style");r.id=n,o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704 {\n background: var(--ui-background-color);\n display: flex;\n justify-content: center;\n align-items: center;\n margin-left: calc(-1 * var(--spacing-small));\n z-index: 1;\n border: 1px solid var(--primary-background-color);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704:focus-visible, .counterContainer_1c02ee8704.counterContainer_1c02ee8704.focus-visible_91c0884d1c { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704:focus-visible:focus-visible, .counterContainer_1c02ee8704.counterContainer_1c02ee8704:focus-visible.focus-visible_91c0884d1c, .counterContainer_1c02ee8704.counterContainer_1c02ee8704.focus-visible_91c0884d1c:focus-visible, .counterContainer_1c02ee8704.counterContainer_1c02ee8704.focus-visible_91c0884d1c.focus-visible_91c0884d1c {\n outline: none;\n z-index: 11;\n border-radius: 50%;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704:focus-visible:focus:not(.focus-visible_91c0884d1c), .counterContainer_1c02ee8704.counterContainer_1c02ee8704.focus-visible_91c0884d1c:focus:not(.focus-visible_91c0884d1c) {\n outline: none;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.xs_6ee0e03e11 {\n height: 20px;\n min-width: 20px;\n border-radius: 10px;\n padding: 0 1px;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.small_5c604ea731 {\n height: 28px;\n min-width: 28px;\n border-radius: 14px;\n padding: 0 1px;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.medium_da218c2ca1 {\n height: 32px;\n min-width: 32px;\n border-radius: 16px;\n padding: 0 2px;\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.large_984b57ab8e {\n height: 50px;\n min-width: 50px;\n border-radius: 25px;\n padding: 0 var(--spacing-xs);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.primary_8824a1d54c {\n color: var(--text-color-on-primary);\n background-color: var(--primary-color);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.dark_d1c6170e73 {\n color: var(--text-color-on-inverted);\n background-color: var(--inverted-color-background);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.negative_63b46b3c31 {\n color: var(--text-color-on-primary);\n background-color: var(--negative-color);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704.light_a2e41d8116 {\n color: var(--primary-text-color);\n background-color: var(--ui-background-color);\n}\n.counterContainer_1c02ee8704.counterContainer_1c02ee8704 .disabled_003d3567d6, .counterContainer_1c02ee8704.counterContainer_1c02ee8704.disabled_003d3567d6 {\n background-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n}\n.menu_85404e0a36 {\n max-height: 300px;\n overflow-y: auto;\n overflow-x: hidden;\n}\n.menu_85404e0a36::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.menu_85404e0a36::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
1
+ var n={counterContainer:"counterContainer_298dab4ae9","focus-visible":"focus-visible_cbbf2f28d7",xs:"xs_6a8ddecf74",small:"small_028856faea",medium:"medium_94dff6d960",large:"large_eff84d7417",primary:"primary_f3b00a9ed3",dark:"dark_e2abbe0483",negative:"negative_a00041d8e8",light:"light_0590eebad1",disabled:"disabled_9c54c5c089",menu:"menu_92ab9424b0"};!function(n){const e="s_id-7f36163b89a3_3_84_0";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,a.firstChild?a.insertBefore(o,a.firstChild):a.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9 {\n background: var(--ui-background-color);\n display: flex;\n justify-content: center;\n align-items: center;\n margin-left: calc(-1 * var(--spacing-small));\n z-index: 1;\n border: 1px solid var(--primary-background-color);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9:focus-visible, .counterContainer_298dab4ae9.counterContainer_298dab4ae9.focus-visible_cbbf2f28d7 { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9:focus-visible:focus-visible, .counterContainer_298dab4ae9.counterContainer_298dab4ae9:focus-visible.focus-visible_cbbf2f28d7, .counterContainer_298dab4ae9.counterContainer_298dab4ae9.focus-visible_cbbf2f28d7:focus-visible, .counterContainer_298dab4ae9.counterContainer_298dab4ae9.focus-visible_cbbf2f28d7.focus-visible_cbbf2f28d7 {\n outline: none;\n z-index: 11;\n border-radius: 50%;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9:focus-visible:focus:not(.focus-visible_cbbf2f28d7), .counterContainer_298dab4ae9.counterContainer_298dab4ae9.focus-visible_cbbf2f28d7:focus:not(.focus-visible_cbbf2f28d7) {\n outline: none;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.xs_6a8ddecf74 {\n height: 20px;\n min-width: 20px;\n border-radius: 10px;\n padding: 0 1px;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.small_028856faea {\n height: 28px;\n min-width: 28px;\n border-radius: 14px;\n padding: 0 1px;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.medium_94dff6d960 {\n height: 32px;\n min-width: 32px;\n border-radius: 16px;\n padding: 0 2px;\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.large_eff84d7417 {\n height: 50px;\n min-width: 50px;\n border-radius: 25px;\n padding: 0 var(--spacing-xs);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.primary_f3b00a9ed3 {\n color: var(--text-color-on-primary);\n background-color: var(--primary-color);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.dark_e2abbe0483 {\n color: var(--text-color-on-inverted);\n background-color: var(--inverted-color-background);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.negative_a00041d8e8 {\n color: var(--text-color-on-primary);\n background-color: var(--negative-color);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9.light_0590eebad1 {\n color: var(--primary-text-color);\n background-color: var(--ui-background-color);\n}\n.counterContainer_298dab4ae9.counterContainer_298dab4ae9 .disabled_9c54c5c089, .counterContainer_298dab4ae9.counterContainer_298dab4ae9.disabled_9c54c5c089 {\n background-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n}\n.menu_92ab9424b0 {\n max-height: 300px;\n overflow-y: auto;\n overflow-x: hidden;\n}\n.menu_92ab9424b0::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.menu_92ab9424b0::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{n as default};
2
2
  //# sourceMappingURL=AvatarGroupCounter.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var t={tooltipAvatarItemTitle:"tooltipAvatarItemTitle_6f87d3b9b0",tooltipAvatarItemAvatar:"tooltipAvatarItemAvatar_d018f44664",tooltipContainer:"tooltipContainer_118a362d0a","focus-visible":"focus-visible_91c0884d1c",tooltipGridContainer:"tooltipGridContainer_04cfb32404",scrollableContainer:"scrollableContainer_12c8d293e9"};!function(t){const e="s_id-f3cc0fae9cc4_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const i=document.createElement("style");i.id=e,n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.appendChild(document.createTextNode(t))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=t)}("/* stylelint-disable */\n/* stylelint-enable */\n.tooltipAvatarItemTitle_6f87d3b9b0 {\n white-space: nowrap;\n}\n.tooltipAvatarItemAvatar_d018f44664 {\n flex-shrink: 0;\n}\n.tooltipContainer_118a362d0a {\n max-height: 300px;\n padding-right: var(--spacing-medium);\n align-items: flex-start !important;\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--spacing-small);\n}\n.tooltipContainer_118a362d0a:focus, .tooltipContainer_118a362d0a:focus-visible, .tooltipContainer_118a362d0a.focus-visible_91c0884d1c { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}\n.tooltipGridContainer_04cfb32404 {\n max-width: 160px;\n padding-right: 0;\n}\n.scrollableContainer_12c8d293e9::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_12c8d293e9::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{t as default};
1
+ var t={tooltipAvatarItemTitle:"tooltipAvatarItemTitle_7f0375a78d",tooltipAvatarItemAvatar:"tooltipAvatarItemAvatar_17e8a39308",tooltipContainer:"tooltipContainer_e2da22f125","focus-visible":"focus-visible_cbbf2f28d7",tooltipGridContainer:"tooltipGridContainer_60b84c0149",scrollableContainer:"scrollableContainer_a2eae99b11"};!function(t){const e="s_id-f3cc0fae9cc4_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const a=document.createElement("style");a.id=e,n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.appendChild(document.createTextNode(t))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=t)}("/* stylelint-disable */\n/* stylelint-enable */\n.tooltipAvatarItemTitle_7f0375a78d {\n white-space: nowrap;\n}\n.tooltipAvatarItemAvatar_17e8a39308 {\n flex-shrink: 0;\n}\n.tooltipContainer_e2da22f125 {\n max-height: 300px;\n padding-right: var(--spacing-medium);\n align-items: flex-start !important;\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--spacing-small);\n}\n.tooltipContainer_e2da22f125:focus, .tooltipContainer_e2da22f125:focus-visible, .tooltipContainer_e2da22f125.focus-visible_cbbf2f28d7 { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}\n.tooltipGridContainer_60b84c0149 {\n max-width: 160px;\n padding-right: 0;\n}\n.scrollableContainer_a2eae99b11::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_a2eae99b11::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{t as default};
2
2
  //# sourceMappingURL=AvatarGroupCounterTooltipContent.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={scrollableContainer:"scrollableContainer_adeb072ea0",virtualizedTooltipContainer:"virtualizedTooltipContainer_7dc5f15e2e","focus-visible":"focus-visible_91c0884d1c"};!function(e){const i="s_id-700dae3ddae4_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+i))return;const l=document.createElement("style");l.id=i,n.firstChild?n.insertBefore(l,n.firstChild):n.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[i]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_adeb072ea0::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_adeb072ea0::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.virtualizedTooltipContainer_7dc5f15e2e {\n align-items: flex-start !important;\n display: flex;\n overflow-y: hidden;\n overflow-x: visible;\n}\n.virtualizedTooltipContainer_7dc5f15e2e:focus, .virtualizedTooltipContainer_7dc5f15e2e:focus-visible, .virtualizedTooltipContainer_7dc5f15e2e.focus-visible_91c0884d1c { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}");export{e as default};
1
+ var e={scrollableContainer:"scrollableContainer_ac2dc2d68d",virtualizedTooltipContainer:"virtualizedTooltipContainer_f572229e37","focus-visible":"focus-visible_cbbf2f28d7"};!function(e){const i="s_id-700dae3ddae4_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+i))return;const l=document.createElement("style");l.id=i,n.firstChild?n.insertBefore(l,n.firstChild):n.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[i]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_ac2dc2d68d::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_ac2dc2d68d::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.virtualizedTooltipContainer_f572229e37 {\n align-items: flex-start !important;\n display: flex;\n overflow-y: hidden;\n overflow-x: visible;\n}\n.virtualizedTooltipContainer_f572229e37:focus, .virtualizedTooltipContainer_f572229e37:focus-visible, .virtualizedTooltipContainer_f572229e37.focus-visible_cbbf2f28d7 { /* stylelint-disable-line selector-class-pattern */\n outline: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={badgeWrapper:"badgeWrapper_fefb5be116",badge:"badge_c0728b8ca2",outside:"outside_fb8bec1143",topEnd:"topEnd_bb44569f72",rectangular:"rectangular_957e896257",circular:"circular_6dfe21f55f",topStart:"topStart_6457621922",bottomEnd:"bottomEnd_e80cb3c45e",bottomStart:"bottomStart_e0794e58af"};!function(e){const t="s_id-b5dca6298ea9_3_83_4";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;const b=document.createElement("style");b.id=t,a.firstChild?a.insertBefore(b,a.firstChild):a.appendChild(b),b.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".badgeWrapper_fefb5be116 {\n position: relative;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2 {\n z-index: 1;\n position: absolute;\n border-radius: 16px;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2:not(.outside_fb8bec1143) {\n border: 2px solid;\n border-color: var(--primary-background-color);\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topEnd_bb44569f72.rectangular_957e896257 {\n top: 0;\n right: 0;\n translate: 50% -50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topEnd_bb44569f72.outside_fb8bec1143 {\n top: 0;\n right: -2px;\n translate: 100% 0;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topEnd_bb44569f72.circular_6dfe21f55f {\n top: 15%;\n right: 15%;\n translate: 50% -50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topStart_6457621922.rectangular_957e896257 {\n top: 0;\n left: 0;\n translate: -50% -50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topStart_6457621922.outside_fb8bec1143 {\n top: 0;\n left: -2px;\n translate: -100% 0;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.topStart_6457621922.circular_6dfe21f55f {\n top: 15%;\n left: 15%;\n translate: -50% -50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomEnd_e80cb3c45e.rectangular_957e896257 {\n bottom: 0;\n right: 0;\n translate: 50% 50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomEnd_e80cb3c45e.outside_fb8bec1143 {\n bottom: 0;\n right: -2px;\n translate: 100% 0;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomEnd_e80cb3c45e.circular_6dfe21f55f {\n bottom: 15%;\n right: 15%;\n translate: 50% 50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomStart_e0794e58af.rectangular_957e896257 {\n bottom: 0;\n left: 0;\n translate: -50% 50%;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomStart_e0794e58af.outside_fb8bec1143 {\n bottom: 0;\n left: -2px;\n translate: -100% 0;\n}\n.badgeWrapper_fefb5be116 .badge_c0728b8ca2.bottomStart_e0794e58af.circular_6dfe21f55f {\n bottom: 15%;\n left: 15%;\n translate: -50% 50%;\n}");export{e as default};
1
+ var a={badgeWrapper:"badgeWrapper_0326a28c59",badge:"badge_1f059f2013",outside:"outside_a3081a1929",topEnd:"topEnd_429bb61026",rectangular:"rectangular_9b97f54cdd",circular:"circular_fe9e38212e",topStart:"topStart_5267bf3fae",bottomEnd:"bottomEnd_3ef84da5b1",bottomStart:"bottomStart_9bc7747cd9"};!function(a){const e="s_id-b5dca6298ea9_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const n=document.createElement("style");n.id=e,t.firstChild?t.insertBefore(n,t.firstChild):t.appendChild(n),n.appendChild(document.createTextNode(a))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=a)}(".badgeWrapper_0326a28c59 {\n position: relative;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013 {\n z-index: 1;\n position: absolute;\n border-radius: 16px;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013:not(.outside_a3081a1929) {\n border: 2px solid;\n border-color: var(--primary-background-color);\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topEnd_429bb61026.rectangular_9b97f54cdd {\n top: 0;\n right: 0;\n translate: 50% -50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topEnd_429bb61026.outside_a3081a1929 {\n top: 0;\n right: -2px;\n translate: 100% 0;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topEnd_429bb61026.circular_fe9e38212e {\n top: 15%;\n right: 15%;\n translate: 50% -50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topStart_5267bf3fae.rectangular_9b97f54cdd {\n top: 0;\n left: 0;\n translate: -50% -50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topStart_5267bf3fae.outside_a3081a1929 {\n top: 0;\n left: -2px;\n translate: -100% 0;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.topStart_5267bf3fae.circular_fe9e38212e {\n top: 15%;\n left: 15%;\n translate: -50% -50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomEnd_3ef84da5b1.rectangular_9b97f54cdd {\n bottom: 0;\n right: 0;\n translate: 50% 50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomEnd_3ef84da5b1.outside_a3081a1929 {\n bottom: 0;\n right: -2px;\n translate: 100% 0;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomEnd_3ef84da5b1.circular_fe9e38212e {\n bottom: 15%;\n right: 15%;\n translate: 50% 50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomStart_9bc7747cd9.rectangular_9b97f54cdd {\n bottom: 0;\n left: 0;\n translate: -50% 50%;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomStart_9bc7747cd9.outside_a3081a1929 {\n bottom: 0;\n left: -2px;\n translate: -100% 0;\n}\n.badgeWrapper_0326a28c59 .badge_1f059f2013.bottomStart_9bc7747cd9.circular_fe9e38212e {\n bottom: 15%;\n left: 15%;\n translate: -50% 50%;\n}");export{a as default};
2
2
  //# sourceMappingURL=Badge.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={indicator:"indicator_f69aa55fe8",primary:"primary_0ce97b3a71",notification:"notification_f4d56642fd"};!function(e){const i="s_id-d6448d74722f_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+i))return;const t=document.createElement("style");t.id=i,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[i]=e)}(".indicator_f69aa55fe8 {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n}\n.indicator_f69aa55fe8.primary_0ce97b3a71 {\n background-color: var(--primary-color);\n}\n.indicator_f69aa55fe8.notification_f4d56642fd {\n background-color: var(--negative-color);\n}");export{e as default};
1
+ var e={indicator:"indicator_c0f3d60e29",primary:"primary_5bcc704654",notification:"notification_4ea7fd762c"};!function(e){const i="s_id-d6448d74722f_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+i))return;const t=document.createElement("style");t.id=i,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[i]=e)}(".indicator_c0f3d60e29 {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n}\n.indicator_c0f3d60e29.primary_5bcc704654 {\n background-color: var(--primary-color);\n}\n.indicator_c0f3d60e29.notification_4ea7fd762c {\n background-color: var(--negative-color);\n}");export{e as default};
2
2
  //# sourceMappingURL=Indicator.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={wrapper:"wrapper_ce097a56c2",highlighted:"highlighted_d402608d48",disabled:"disabled_cc68b64784",readOnly:"readOnly_dee378dff0",selected:"selected_69e468f3b5",small:"small_75b7462875",medium:"medium_49a78372d2",large:"large_36ca4ad49a",avatar:"avatar_578c24ae82",icon:"icon_d018f44664",indent:"indent_831e45d6cb",endElement:"endElement_c1c92eca88"};!function(e){const a="s_id-410c7e21b012_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+a))return;const r=document.createElement("style");r.id=a,n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}(".wrapper_ce097a56c2 {\n display: flex;\n align-items: center;\n gap: var(--spacing-xs);\n border-radius: var(--border-radius-small);\n color: var(--primary-text-color);\n cursor: pointer;\n}\n.wrapper_ce097a56c2.highlighted_d402608d48 {\n background-color: var(--primary-background-hover-color);\n}\n.wrapper_ce097a56c2.disabled_cc68b64784 {\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.wrapper_ce097a56c2.readOnly_dee378dff0 {\n cursor: default;\n}\n.wrapper_ce097a56c2.selected_69e468f3b5 {\n background-color: var(--primary-selected-color);\n}\n.wrapper_ce097a56c2.selected_69e468f3b5.highlighted_d402608d48 {\n background-color: var(--primary-selected-hover-color);\n}\n.wrapper_ce097a56c2.small_75b7462875 {\n padding: 6px var(--spacing-small);\n}\n.wrapper_ce097a56c2.medium_49a78372d2 {\n padding: 9px 12px;\n}\n.wrapper_ce097a56c2.large_36ca4ad49a {\n padding: 13px 12px;\n}\n.wrapper_ce097a56c2 .avatar_578c24ae82,\n.wrapper_ce097a56c2 .icon_d018f44664 {\n flex-shrink: 0;\n}\n.wrapper_ce097a56c2 .indent_831e45d6cb {\n width: 20px;\n}\n.wrapper_ce097a56c2 .endElement_c1c92eca88 {\n padding-inline-start: var(--spacing-small);\n margin-inline-start: auto;\n display: flex;\n}");export{e as default};
1
+ var e={wrapper:"wrapper_91e381d561","focus-visible":"focus-visible_e74e188e27",highlighted:"highlighted_59560d17e1",disabled:"disabled_3a4be1d909",readOnly:"readOnly_875b7cc1cd",selected:"selected_c837237791",small:"small_4bab6fdeb3",medium:"medium_3acd40893c",large:"large_827a4926b9",avatar:"avatar_c8b9b401e5",icon:"icon_17e8a39308",indent:"indent_3efe7e7a4e",endElement:"endElement_20a3e6888e"};!function(e){const n="s_id-d3a3c9508ef7_3_84_0";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable selector-class-pattern */\n.wrapper_91e381d561 {\n display: flex;\n align-items: center;\n gap: var(--spacing-xs);\n border-radius: var(--border-radius-small);\n color: var(--primary-text-color);\n cursor: pointer;\n}\n.wrapper_91e381d561:focus-visible, .wrapper_91e381d561.focus-visible_e74e188e27 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n}\n.wrapper_91e381d561:focus:not(.focus-visible_e74e188e27) {\n outline: none;\n}\n.wrapper_91e381d561.highlighted_59560d17e1, .wrapper_91e381d561:hover:not(.disabled_3a4be1d909):not(.readOnly_875b7cc1cd) {\n background-color: var(--primary-background-hover-color);\n}\n.wrapper_91e381d561.disabled_3a4be1d909 {\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.wrapper_91e381d561.readOnly_875b7cc1cd {\n cursor: default;\n}\n.wrapper_91e381d561.selected_c837237791 {\n background-color: var(--primary-selected-color);\n}\n.wrapper_91e381d561.selected_c837237791.highlighted_59560d17e1, .wrapper_91e381d561.selected_c837237791:hover:not(.disabled_3a4be1d909):not(.readOnly_875b7cc1cd) {\n background-color: var(--primary-selected-hover-color);\n}\n.wrapper_91e381d561.small_4bab6fdeb3 {\n padding: 6px var(--spacing-small);\n}\n.wrapper_91e381d561.medium_3acd40893c {\n padding: 9px 12px;\n}\n.wrapper_91e381d561.large_827a4926b9 {\n padding: 13px 12px;\n}\n.wrapper_91e381d561 .avatar_c8b9b401e5,\n.wrapper_91e381d561 .icon_17e8a39308 {\n flex-shrink: 0;\n}\n.wrapper_91e381d561 .indent_3efe7e7a4e {\n width: 20px;\n}\n.wrapper_91e381d561 .endElement_20a3e6888e {\n padding-inline-start: var(--spacing-small);\n margin-inline-start: auto;\n display: flex;\n}");export{e as default};
2
2
  //# sourceMappingURL=BaseItem.module.scss.js.map
@@ -1,2 +1,2 @@
1
- import{useBaseListItem as i}from"../../BaseList/context/BaseListContext.js";function e(e){var o,l,t,n,d,r,s=i();return s?{id:null!==(d=e.id)&&void 0!==d?d:s.id,component:"li"!==e.component?e.component:s.component,size:"medium"!==e.size?e.size:s.size,highlighted:e.highlighted||s.highlighted,role:null!==(r=e.role)&&void 0!==r?r:s.role,itemProps:Object.assign({tabIndex:s.tabIndex},e.itemProps),refCallback:s.refCallback}:{id:e.id,component:null!==(o=e.component)&&void 0!==o?o:"li",size:null!==(l=e.size)&&void 0!==l?l:"medium",highlighted:null!==(t=e.highlighted)&&void 0!==t&&t,role:e.role,itemProps:null!==(n=e.itemProps)&&void 0!==n?n:{},refCallback:void 0}}export{e as useListItemProps};
1
+ import{useBaseListItem as i}from"../../BaseList/context/BaseListContext.js";function e(e){var o,l,t,n,d,h,r=i();return r?{id:null!==(d=e.id)&&void 0!==d?d:r.id,component:"li"!==e.component?e.component:r.component,size:"medium"!==e.size?e.size:r.size,highlighted:void 0!==e.highlighted?e.highlighted:r.highlighted,role:null!==(h=e.role)&&void 0!==h?h:r.role,itemProps:Object.assign({tabIndex:r.tabIndex},e.itemProps),refCallback:r.refCallback}:{id:e.id,component:null!==(o=e.component)&&void 0!==o?o:"li",size:null!==(l=e.size)&&void 0!==l?l:"medium",highlighted:null!==(t=e.highlighted)&&void 0!==t&&t,role:e.role,itemProps:null!==(n=e.itemProps)&&void 0!==n?n:{},refCallback:void 0}}export{e as useListItemProps};
2
2
  //# sourceMappingURL=useListItemProps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useListItemProps.js","sources":["../../../../../src/components/BaseItem/hooks/useListItemProps.ts"],"sourcesContent":["import { useBaseListItem } from \"../../BaseList/context/BaseListContext\";\nimport { type BaseItemProps } from \"../BaseItem.types\";\n\ntype ListItemPropsInput<Item extends Record<string, unknown>> = Pick<\n BaseItemProps<Item>,\n \"id\" | \"component\" | \"size\" | \"highlighted\" | \"role\" | \"itemProps\"\n>;\n\ninterface ListItemPropsOutput {\n id: string | undefined;\n component: string;\n size: \"small\" | \"medium\" | \"large\";\n highlighted: boolean;\n role: string | undefined;\n itemProps: Record<string, unknown>;\n refCallback: ((element: HTMLElement | null) => void) | undefined;\n}\n\n/**\n * Merges explicit BaseItem props with context values from BaseList.\n * Explicit props always take precedence over context.\n *\n * @param props - The explicit props passed to BaseItem\n * @returns Merged props with context values as defaults\n */\nexport function useListItemProps<Item extends Record<string, unknown>>(\n props: ListItemPropsInput<Item>\n): ListItemPropsOutput {\n const context = useBaseListItem();\n\n if (!context) {\n return {\n id: props.id,\n component: props.component ?? \"li\",\n size: props.size ?? \"medium\",\n highlighted: props.highlighted ?? false,\n role: props.role,\n itemProps: props.itemProps ?? {},\n refCallback: undefined\n };\n }\n\n return {\n id: props.id ?? context.id,\n component: props.component !== \"li\" ? props.component! : context.component,\n size: props.size !== \"medium\" ? props.size! : context.size,\n highlighted: props.highlighted || context.highlighted,\n role: props.role ?? context.role,\n itemProps: {\n tabIndex: context.tabIndex,\n ...props.itemProps\n },\n refCallback: context.refCallback\n };\n}\n"],"names":["useListItemProps","props","context","useBaseListItem","id","_e","component","size","highlighted","role","_f","itemProps","Object","assign","tabIndex","refCallback","_a","_b","_c","_d","undefined"],"mappings":"4EAyBM,SAAUA,EACdC,mBAEMC,EAAUC,IAEhB,OAAKD,EAYE,CACLE,GAAgB,UAAZH,EAAMG,UAAM,IAAAC,EAAAA,EAAAH,EAAQE,GACxBE,UAA+B,OAApBL,EAAMK,UAAqBL,EAAMK,UAAaJ,EAAQI,UACjEC,KAAqB,WAAfN,EAAMM,KAAoBN,EAAMM,KAAQL,EAAQK,KACtDC,YAAaP,EAAMO,aAAeN,EAAQM,YAC1CC,KAAoB,UAAdR,EAAMQ,YAAQ,IAAAC,EAAAA,EAAAR,EAAQO,KAC5BE,UAASC,OAAAC,OAAA,CACPC,SAAUZ,EAAQY,UACfb,EAAMU,WAEXI,YAAab,EAAQa,aArBd,CACLX,GAAIH,EAAMG,GACVE,kBAAWU,EAAAf,EAAMK,yBAAa,KAC9BC,aAAMU,EAAAhB,EAAMM,oBAAQ,SACpBC,oBAAaU,EAAAjB,EAAMO,4BACnBC,KAAMR,EAAMQ,KACZE,kBAAWQ,EAAAlB,EAAMU,yBAAa,CAAE,EAChCI,iBAAaK,EAgBnB"}
1
+ {"version":3,"file":"useListItemProps.js","sources":["../../../../../src/components/BaseItem/hooks/useListItemProps.ts"],"sourcesContent":["import { useBaseListItem } from \"../../BaseList/context/BaseListContext\";\nimport { type BaseItemProps } from \"../BaseItem.types\";\n\ntype ListItemPropsInput<Item extends Record<string, unknown>> = Pick<\n BaseItemProps<Item>,\n \"id\" | \"component\" | \"size\" | \"highlighted\" | \"role\" | \"itemProps\"\n>;\n\ninterface ListItemPropsOutput {\n id: string | undefined;\n component: string;\n size: \"small\" | \"medium\" | \"large\";\n highlighted: boolean;\n role: string | undefined;\n itemProps: Record<string, unknown>;\n refCallback: ((element: HTMLElement | null) => void) | undefined;\n}\n\n/**\n * Merges explicit BaseItem props with context values from BaseList.\n * Explicit props always take precedence over context.\n *\n * @param props - The explicit props passed to BaseItem\n * @returns Merged props with context values as defaults\n */\nexport function useListItemProps<Item extends Record<string, unknown>>(\n props: ListItemPropsInput<Item>\n): ListItemPropsOutput {\n const context = useBaseListItem();\n\n if (!context) {\n return {\n id: props.id,\n component: props.component ?? \"li\",\n size: props.size ?? \"medium\",\n highlighted: props.highlighted ?? false,\n role: props.role,\n itemProps: props.itemProps ?? {},\n refCallback: undefined\n };\n }\n\n return {\n id: props.id ?? context.id,\n component: props.component !== \"li\" ? props.component! : context.component,\n size: props.size !== \"medium\" ? props.size! : context.size,\n highlighted: props.highlighted !== undefined ? props.highlighted : context.highlighted,\n role: props.role ?? context.role,\n itemProps: {\n tabIndex: context.tabIndex,\n ...props.itemProps\n },\n refCallback: context.refCallback\n };\n}\n"],"names":["useListItemProps","props","context","useBaseListItem","id","_e","component","size","highlighted","undefined","role","_f","itemProps","Object","assign","tabIndex","refCallback","_a","_b","_c","_d"],"mappings":"4EAyBM,SAAUA,EACdC,mBAEMC,EAAUC,IAEhB,OAAKD,EAYE,CACLE,GAAgB,UAAZH,EAAMG,UAAM,IAAAC,EAAAA,EAAAH,EAAQE,GACxBE,UAA+B,OAApBL,EAAMK,UAAqBL,EAAMK,UAAaJ,EAAQI,UACjEC,KAAqB,WAAfN,EAAMM,KAAoBN,EAAMM,KAAQL,EAAQK,KACtDC,iBAAmCC,IAAtBR,EAAMO,YAA4BP,EAAMO,YAAcN,EAAQM,YAC3EE,KAAoB,UAAdT,EAAMS,YAAQ,IAAAC,EAAAA,EAAAT,EAAQQ,KAC5BE,UAASC,OAAAC,OAAA,CACPC,SAAUb,EAAQa,UACfd,EAAMW,WAEXI,YAAad,EAAQc,aArBd,CACLZ,GAAIH,EAAMG,GACVE,kBAAWW,EAAAhB,EAAMK,yBAAa,KAC9BC,aAAMW,EAAAjB,EAAMM,oBAAQ,SACpBC,oBAAaW,EAAAlB,EAAMO,4BACnBE,KAAMT,EAAMS,KACZE,kBAAWQ,EAAAnB,EAAMW,yBAAa,CAAE,EAChCI,iBAAaP,EAgBnB"}
@@ -0,0 +1,2 @@
1
+ import{__rest as e}from"../../../_virtual/_tslib.js";import t,{forwardRef as s,useRef as r,useMemo as a}from"react";import i from"classnames";import o from"../../hooks/useMergeRef.js";import n from"../../hooks/ssr/useIsomorphicLayoutEffect.js";import{BaseListItemProvider as d,BaseListProvider as c}from"./context/BaseListContext.js";import{useBaseListFocus as l}from"./hooks/useBaseListFocus.js";import{useBaseListKeyboard as u}from"./hooks/useBaseListKeyboard.js";import{getItemId as m,isListItem as f,getItemComponentType as p,getChildRole as b}from"./utils/baseListUtils.js";import h from"./BaseList.module.scss.js";var v=s((function(s,v){var I=s.className,x=s.id,g=s.as,y=void 0===g?"ul":g,j=s.children,F=s.ariaLabel,L=s.ariaDescribedBy,k=s["aria-controls"],B=s.role,C=void 0===B?"listbox":B,E=s.size,O=void 0===E?"medium":E,z=s.maxHeight,R=s.focusOnMount,D=void 0!==R&&R,M=s.defaultFocusIndex,N=void 0===M?0:M,A=s.onFocusChange,H=s.style,_=s.disabled,q=void 0!==_&&_,K=s["data-testid"],U=e(s,["className","id","as","children","ariaLabel","ariaDescribedBy","aria-controls","role","size","maxHeight","focusOnMount","defaultFocusIndex","onFocusChange","style","disabled","data-testid"]),V=r(null),w=o(v,V),G=y,J=l({defaultFocusIndex:N,onFocusChange:A,listId:x,disabled:q}),P=J.focusIndex,Q=J.activeDescendantId,S=J.updateFocusedItem,T=J.registerItem,W=J.childrenRefs;u({focusIndex:P,childrenRefs:W,listId:x,updateFocusedItem:S,componentRef:V,disabled:q}),n((function(){D&&V.current&&requestAnimationFrame((function(){var e;null===(e=V.current)||void 0===e||e.focus()}))}),[D]);var X=a((function(){var e=t.Children.toArray(j);return W.current=W.current.slice(0,e.length),e.map((function(e,s){if(!t.isValidElement(e))return e;var r=m(x,s,e.props.id),a=W.current[s],i=null==a||f(a),o=e.props.role||("string"==typeof e.type?void 0:b(C)),n={index:s,id:r,highlighted:P===s&&i,tabIndex:P===s&&i?0:-1,component:p(y),size:O,role:o,refCallback:function(e){W.current[s]=e}};return t.createElement(d,{key:r,value:n},e)}))}),[j,y,P,x,C,O,W]),Y=a((function(){return{activeItemIndex:P,updateFocusedItem:S,registerItem:T,size:O}}),[P,S,T,O]),Z=a((function(){return z?Object.assign(Object.assign({},H),{"--baselist-max-height":"number"==typeof z?"".concat(z,"px"):z}):H}),[z,H]);return t.createElement(c,{value:Y},t.createElement(G,Object.assign({ref:w,id:x,className:i(h.baseList,I),style:Z,"aria-label":F,"aria-describedby":L,"aria-controls":k,"aria-activedescendant":Q,"aria-disabled":q||void 0,role:C,tabIndex:-1,"data-testid":K},U),X))}));export{v as default};
2
+ //# sourceMappingURL=BaseList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseList.js","sources":["../../../../src/components/BaseList/BaseList.tsx"],"sourcesContent":["import React, { forwardRef, type ReactElement, useMemo, useRef } from \"react\";\nimport cx from \"classnames\";\nimport useMergeRef from \"../../hooks/useMergeRef\";\nimport useIsomorphicLayoutEffect from \"../../hooks/ssr/useIsomorphicLayoutEffect\";\nimport { type BaseListProps } from \"./BaseList.types\";\nimport {\n BaseListProvider,\n BaseListItemProvider,\n type BaseListContextProps,\n type BaseListItemContextProps\n} from \"./context/BaseListContext\";\nimport { useBaseListFocus } from \"./hooks/useBaseListFocus\";\nimport { useBaseListKeyboard } from \"./hooks/useBaseListKeyboard\";\nimport { getChildRole, getItemComponentType, getItemId, isListItem } from \"./utils/baseListUtils\";\nimport styles from \"./BaseList.module.scss\";\n\nconst BaseList = forwardRef(\n (\n {\n className,\n id,\n as = \"ul\",\n children,\n ariaLabel,\n ariaDescribedBy,\n \"aria-controls\": ariaControls,\n role = \"listbox\",\n size = \"medium\",\n maxHeight,\n focusOnMount = false,\n defaultFocusIndex = 0,\n onFocusChange,\n style,\n disabled = false,\n \"data-testid\": dataTestId,\n ...rest\n }: BaseListProps,\n ref: React.ForwardedRef<HTMLElement>\n ) => {\n const componentRef = useRef<HTMLElement>(null);\n const mergedRef = useMergeRef(ref, componentRef);\n\n const Element = as as React.ElementType;\n\n const { focusIndex, activeDescendantId, updateFocusedItem, registerItem, childrenRefs } = useBaseListFocus({\n defaultFocusIndex,\n onFocusChange,\n listId: id,\n disabled\n });\n\n useBaseListKeyboard({\n focusIndex,\n childrenRefs,\n listId: id,\n updateFocusedItem,\n componentRef,\n disabled\n });\n\n useIsomorphicLayoutEffect(() => {\n if (focusOnMount && componentRef.current) {\n requestAnimationFrame(() => {\n componentRef.current?.focus();\n });\n }\n }, [focusOnMount]);\n\n const enrichedChildren = useMemo(() => {\n const childArray = React.Children.toArray(children) as ReactElement[];\n childrenRefs.current = childrenRefs.current.slice(0, childArray.length);\n\n return childArray.map((child, index) => {\n if (!React.isValidElement(child)) {\n return child;\n }\n\n const childId = getItemId(id, index, (child.props as { id?: string }).id);\n const currentRef = childrenRefs.current[index];\n const isFocusableItem = currentRef === undefined || currentRef === null || isListItem(currentRef);\n const isDOMElement = typeof child.type === \"string\";\n\n const existingRole = (child.props as { role?: string }).role;\n const childRole = existingRole || (!isDOMElement ? getChildRole(role) : undefined);\n\n const refCallback = (itemRef: HTMLElement | null) => {\n childrenRefs.current[index] = itemRef;\n };\n\n const itemContextValue: BaseListItemContextProps = {\n index,\n id: childId,\n highlighted: focusIndex === index && isFocusableItem,\n tabIndex: focusIndex === index && isFocusableItem ? 0 : -1,\n component: getItemComponentType(as),\n size,\n role: childRole,\n refCallback\n };\n\n return (\n <BaseListItemProvider key={childId} value={itemContextValue}>\n {child}\n </BaseListItemProvider>\n );\n });\n }, [children, as, focusIndex, id, role, size, childrenRefs]);\n\n const contextValue: BaseListContextProps = useMemo(\n () => ({\n activeItemIndex: focusIndex,\n updateFocusedItem,\n registerItem,\n size\n }),\n [focusIndex, updateFocusedItem, registerItem, size]\n );\n\n const listStyle = useMemo(\n () =>\n maxHeight\n ? ({\n ...style,\n \"--baselist-max-height\": typeof maxHeight === \"number\" ? `${maxHeight}px` : maxHeight\n } as React.CSSProperties)\n : style,\n [maxHeight, style]\n );\n\n return (\n <BaseListProvider value={contextValue}>\n <Element\n ref={mergedRef}\n id={id}\n className={cx(styles.baseList, className)}\n style={listStyle}\n aria-label={ariaLabel}\n aria-describedby={ariaDescribedBy}\n aria-controls={ariaControls}\n aria-activedescendant={activeDescendantId}\n aria-disabled={disabled || undefined}\n role={role}\n tabIndex={-1}\n data-testid={dataTestId}\n {...rest}\n >\n {enrichedChildren}\n </Element>\n </BaseListProvider>\n );\n }\n);\n\nexport default BaseList;\n"],"names":["BaseList","forwardRef","_a","ref","className","id","_a$as","as","children","ariaLabel","ariaDescribedBy","ariaControls","_a$role","role","_a$size","size","maxHeight","_a$focusOnMount","focusOnMount","_a$defaultFocusIndex","defaultFocusIndex","onFocusChange","style","_a$disabled","disabled","dataTestId","rest","__rest","componentRef","useRef","mergedRef","useMergeRef","Element","_useBaseListFocus","useBaseListFocus","listId","focusIndex","activeDescendantId","updateFocusedItem","registerItem","childrenRefs","useBaseListKeyboard","useIsomorphicLayoutEffect","current","requestAnimationFrame","focus","enrichedChildren","useMemo","childArray","React","Children","toArray","slice","length","map","child","index","isValidElement","childId","getItemId","props","currentRef","isFocusableItem","isListItem","childRole","type","undefined","getChildRole","itemContextValue","highlighted","tabIndex","component","getItemComponentType","refCallback","itemRef","createElement","BaseListItemProvider","key","value","contextValue","activeItemIndex","listStyle","Object","concat","BaseListProvider","assign","cx","styles","baseList"],"mappings":"4mBAgBMA,IAAAA,EAAWC,GACf,SACEC,EAmBAC,OAlBEC,IAAAA,UACAC,IAAAA,GAAEC,IACFC,GAAAA,OAAK,IAAHD,EAAG,KAAIA,EACTE,IAAAA,SACAC,IAAAA,UACAC,IAAAA,gBACiBC,IAAjB,iBAAeC,IACfC,KAAAA,OAAO,IAAHD,EAAG,UAASA,EAAAE,IAChBC,KAAAA,OAAO,IAAHD,EAAG,SAAQA,EACfE,IAAAA,UAASC,IACTC,aAAAA,OAAe,IAAHD,GAAQA,EAAAE,IACpBC,kBAAAA,OAAoB,IAAHD,EAAG,EAACA,EACrBE,IAAAA,cACAC,IAAAA,MAAKC,IACLC,SAAAA,OAAW,IAAHD,GAAQA,EACDE,IAAf,eACGC,EAjBLC,EAAAzB,EAAA,CAAA,YAAA,KAAA,KAAA,WAAA,YAAA,kBAAA,gBAAA,OAAA,OAAA,YAAA,eAAA,oBAAA,gBAAA,QAAA,WAAA,gBAqBM0B,EAAeC,EAAoB,MACnCC,EAAYC,EAAY5B,EAAKyB,GAE7BI,EAAUzB,EAEhB0B,EAA0FC,EAAiB,CACzGd,kBAAAA,EACAC,cAAAA,EACAc,OAAQ9B,EACRmB,SAAAA,IAJMY,EAAUH,EAAVG,WAAYC,EAAkBJ,EAAlBI,mBAAoBC,EAAiBL,EAAjBK,kBAAmBC,EAAYN,EAAZM,aAAcC,EAAYP,EAAZO,aAOzEC,EAAoB,CAClBL,WAAAA,EACAI,aAAAA,EACAL,OAAQ9B,EACRiC,kBAAAA,EACAV,aAAAA,EACAJ,SAAAA,IAGFkB,GAA0B,WACpBxB,GAAgBU,EAAae,SAC/BC,uBAAsB,iBACE,QAAtB1C,EAAA0B,EAAae,eAAS,IAAAzC,GAAAA,EAAA2C,OACxB,GAEJ,GAAG,CAAC3B,IAEJ,IAAM4B,EAAmBC,GAAQ,WAC/B,IAAMC,EAAaC,EAAMC,SAASC,QAAQ3C,GAG1C,OAFAgC,EAAaG,QAAUH,EAAaG,QAAQS,MAAM,EAAGJ,EAAWK,QAEzDL,EAAWM,KAAI,SAACC,EAAOC,GAC5B,IAAKP,EAAMQ,eAAeF,GACxB,OAAOA,EAGT,IAAMG,EAAUC,EAAUtD,EAAImD,EAAQD,EAAMK,MAA0BvD,IAChEwD,EAAarB,EAAaG,QAAQa,GAClCM,EAAkBD,SAAmDE,EAAWF,GAIhFG,EADgBT,EAAMK,MAA4B/C,OAFb,iBAAf0C,EAAMU,UAGsCC,EAArBC,EAAatD,IAM1DuD,EAA6C,CACjDZ,MAAAA,EACAnD,GAAIqD,EACJW,YAAajC,IAAeoB,GAASM,EACrCQ,SAAUlC,IAAeoB,GAASM,EAAkB,GAAK,EACzDS,UAAWC,EAAqBjE,GAChCQ,KAAAA,EACAF,KAAMmD,EACNS,YAZkB,SAACC,GACnBlC,EAAaG,QAAQa,GAASkB,IAchC,OACEzB,EAAA0B,cAACC,EAAoB,CAACC,IAAKnB,EAASoB,MAAOV,GACxCb,EAGP,GACF,GAAG,CAAC/C,EAAUD,EAAI6B,EAAY/B,EAAIQ,EAAME,EAAMyB,IAExCuC,EAAqChC,GACzC,WAAA,MAAO,CACLiC,gBAAiB5C,EACjBE,kBAAAA,EACAC,aAAAA,EACAxB,KAAAA,EACA,GACF,CAACqB,EAAYE,EAAmBC,EAAcxB,IAG1CkE,EAAYlC,GAChB,WAAA,OACE/B,EACKkE,+BACI5D,GAAK,CACR,wBAA8C,iBAAdN,EAAsBmE,GAAAA,OAAMnE,EAAgBA,MAAAA,IAE9EM,CAAK,GACX,CAACN,EAAWM,IAGd,OACE2B,EAAC0B,cAAAS,EAAiB,CAAAN,MAAOC,GACvB9B,EAAC0B,cAAA3C,EACCkD,OAAAG,OAAA,CAAAlF,IAAK2B,EACLzB,GAAIA,EACJD,UAAWkF,EAAGC,EAAOC,SAAUpF,GAC/BkB,MAAO2D,EAAS,aACJxE,EAAS,mBACHC,EACH,gBAAAC,EACQ,wBAAA0B,EACR,gBAAAb,QAAY0C,EAC3BrD,KAAMA,EACNyD,UAAW,EAAC,cACC7C,GACTC,GAEHoB,GAIT"}
@@ -0,0 +1,2 @@
1
+ var e={baseList:"baseList_85448563c3"};!function(e){const t="s_id-3f964266edc6_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const i=document.createElement("style");i.id=t,n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.baseList_85448563c3 {\n margin: 0;\n padding: 0;\n list-style: none;\n overflow-y: auto;\n max-height: var(--baselist-max-height, none);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.baseList_85448563c3::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.baseList_85448563c3::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}");export{e as default};
2
+ //# sourceMappingURL=BaseList.module.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseList.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- import{useContext as o,createContext as r}from"react";import"es-toolkit";var t=r(void 0),i=function(){return o(t)};export{i as useBaseListItem};
1
+ import e,{useContext as r,createContext as t}from"react";import{NOOP as n}from"../../../utils/function-utils.js";var i=t({activeItemIndex:-1,updateFocusedItem:n,registerItem:n,size:"medium"}),u=t(void 0),o=function(r){return e.createElement(i.Provider,{value:r.value},r.children)},c=function(r){return e.createElement(u.Provider,{value:r.value},r.children)},m=function(){return r(i)},a=function(){return r(u)};export{c as BaseListItemProvider,o as BaseListProvider,m as useBaseList,a as useBaseListItem};
2
2
  //# sourceMappingURL=BaseListContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseListContext.js","sources":["../../../../../src/components/BaseList/context/BaseListContext.tsx"],"sourcesContent":["import React, { createContext, useContext, type ReactNode, type AriaRole } from \"react\";\nimport { NOOP } from \"../../../utils/function-utils\";\nimport { type BaseListSizes } from \"../BaseList.types\";\n\nexport interface BaseListItemContextProps {\n /**\n * The index of this item in the list.\n */\n index: number;\n /**\n * The derived ID for this item.\n */\n id: string;\n /**\n * Whether this item is currently highlighted (has keyboard focus).\n */\n highlighted: boolean;\n /**\n * The tabIndex for this item (0 if highlighted, -1 otherwise).\n */\n tabIndex: number;\n /**\n * The HTML element to render as.\n */\n component: string;\n /**\n * The size of the item.\n */\n size: BaseListSizes;\n /**\n * The ARIA role for this item.\n */\n role: AriaRole | undefined;\n /**\n * Callback ref to register the item's DOM element.\n */\n refCallback: (element: HTMLElement | null) => void;\n}\n\nexport interface BaseListContextProps {\n /**\n * The index of the currently focused/active item.\n */\n activeItemIndex: number;\n /**\n * Callback to update the focused item by id and index.\n */\n updateFocusedItem: (id: string, index: number) => void;\n /**\n * Register an item ref for keyboard navigation.\n */\n registerItem: (ref: HTMLElement | null, index: number) => void;\n /**\n * The size of items in the list.\n */\n size?: BaseListSizes;\n}\n\nexport interface BaseListProviderProps {\n value: BaseListContextProps;\n children: ReactNode;\n}\n\nexport interface BaseListItemProviderProps {\n value: BaseListItemContextProps;\n children: ReactNode;\n}\n\nconst defaultListContextValue: BaseListContextProps = {\n activeItemIndex: -1,\n updateFocusedItem: NOOP,\n registerItem: NOOP,\n size: \"medium\"\n};\n\nconst BaseListContext = createContext<BaseListContextProps>(defaultListContextValue);\nconst BaseListItemContext = createContext<BaseListItemContextProps | undefined>(undefined);\n\nexport const BaseListProvider = ({ value, children }: BaseListProviderProps) => {\n return <BaseListContext.Provider value={value}>{children}</BaseListContext.Provider>;\n};\n\nexport const BaseListItemProvider = ({ value, children }: BaseListItemProviderProps) => {\n return <BaseListItemContext.Provider value={value}>{children}</BaseListItemContext.Provider>;\n};\n\nexport const useBaseList = (): BaseListContextProps => {\n return useContext(BaseListContext);\n};\n\nexport const useBaseListItem = (): BaseListItemContextProps | undefined => {\n return useContext(BaseListItemContext);\n};\n"],"names":["BaseListItemContext","createContext","undefined","useBaseListItem","useContext"],"mappings":"yEA4EA,IAAMA,EAAsBC,OAAoDC,GAcnEC,EAAkB,WAC7B,OAAOC,EAAWJ,EACpB"}
1
+ {"version":3,"file":"BaseListContext.js","sources":["../../../../../src/components/BaseList/context/BaseListContext.tsx"],"sourcesContent":["import React, { createContext, useContext, type ReactNode, type AriaRole } from \"react\";\nimport { NOOP } from \"../../../utils/function-utils\";\nimport { type BaseListSizes } from \"../BaseList.types\";\n\nexport interface BaseListItemContextProps {\n /**\n * The index of this item in the list.\n */\n index: number;\n /**\n * The derived ID for this item.\n */\n id: string;\n /**\n * Whether this item is currently highlighted (has keyboard focus).\n */\n highlighted: boolean;\n /**\n * The tabIndex for this item (0 if highlighted, -1 otherwise).\n */\n tabIndex: number;\n /**\n * The HTML element to render as.\n */\n component: string;\n /**\n * The size of the item.\n */\n size: BaseListSizes;\n /**\n * The ARIA role for this item.\n */\n role: AriaRole | undefined;\n /**\n * Callback ref to register the item's DOM element.\n */\n refCallback: (element: HTMLElement | null) => void;\n}\n\nexport interface BaseListContextProps {\n /**\n * The index of the currently focused/active item.\n */\n activeItemIndex: number;\n /**\n * Callback to update the focused item by id and index.\n */\n updateFocusedItem: (id: string, index: number) => void;\n /**\n * Register an item ref for keyboard navigation.\n */\n registerItem: (ref: HTMLElement | null, index: number) => void;\n /**\n * The size of items in the list.\n */\n size?: BaseListSizes;\n}\n\nexport interface BaseListProviderProps {\n value: BaseListContextProps;\n children: ReactNode;\n}\n\nexport interface BaseListItemProviderProps {\n value: BaseListItemContextProps;\n children: ReactNode;\n}\n\nconst defaultListContextValue: BaseListContextProps = {\n activeItemIndex: -1,\n updateFocusedItem: NOOP,\n registerItem: NOOP,\n size: \"medium\"\n};\n\nconst BaseListContext = createContext<BaseListContextProps>(defaultListContextValue);\nconst BaseListItemContext = createContext<BaseListItemContextProps | undefined>(undefined);\n\nexport const BaseListProvider = ({ value, children }: BaseListProviderProps) => {\n return <BaseListContext.Provider value={value}>{children}</BaseListContext.Provider>;\n};\n\nexport const BaseListItemProvider = ({ value, children }: BaseListItemProviderProps) => {\n return <BaseListItemContext.Provider value={value}>{children}</BaseListItemContext.Provider>;\n};\n\nexport const useBaseList = (): BaseListContextProps => {\n return useContext(BaseListContext);\n};\n\nexport const useBaseListItem = (): BaseListItemContextProps | undefined => {\n return useContext(BaseListItemContext);\n};\n"],"names":["BaseListContext","createContext","activeItemIndex","updateFocusedItem","NOOP","registerItem","size","BaseListItemContext","undefined","BaseListProvider","_ref","React","createElement","Provider","value","children","BaseListItemProvider","_ref2","useBaseList","useContext","useBaseListItem"],"mappings":"iHAoEA,IAOMA,EAAkBC,EAP8B,CACpDC,iBAAkB,EAClBC,kBAAmBC,EACnBC,aAAcD,EACdE,KAAM,WAIFC,EAAsBN,OAAoDO,GAEnEC,EAAmB,SAAHC,GAC3B,OAAOC,EAAAC,cAACZ,EAAgBa,SAAQ,CAACC,MADKJ,EAALI,OAAeJ,EAARK,SAE1C,EAEaC,EAAuB,SAAHC,GAC/B,OAAON,EAAAC,cAACL,EAAoBM,SAAQ,CAACC,MADKG,EAALH,OAAeG,EAARF,SAE9C,EAEaG,EAAc,WACzB,OAAOC,EAAWnB,EACpB,EAEaoB,EAAkB,WAC7B,OAAOD,EAAWZ,EACpB"}
@@ -0,0 +1,2 @@
1
+ import{slicedToArray as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{useRef as r,useState as t,useCallback as n,useEffect as i}from"react";import{findSelectedItemIndex as u,getItemId as o}from"../utils/baseListUtils.js";var l=function(l){var s=l.defaultFocusIndex,a=l.onFocusChange,c=l.listId,d=l.disabled,f=r([]),v=t(!1),m=e(v,2),p=m[0],I=m[1],g=t(-1),b=e(g,2),h=b[0],x=b[1],F=t(void 0),j=e(F,2),y=j[0],_=j[1],A=n((function(e,r){d||(x(r),_(e),null==a||a(r,e))}),[a,d]),B=n((function(e,r){f.current[r]=e}),[]);return i((function(){if(!d&&!p){var e=f.current;if(0!==e.length&&!e.every((function(e){return null===e}))){var r=u(e),t=-1!==r?r:s,n=e[t];if(n){var i=o(c,t,n.id);A(i,t),I(!0)}}}}),[c,d,s,A,p]),{focusIndex:h,activeDescendantId:y,updateFocusedItem:A,registerItem:B,childrenRefs:f}};export{l as useBaseListFocus};
2
+ //# sourceMappingURL=useBaseListFocus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBaseListFocus.js","sources":["../../../../../src/components/BaseList/hooks/useBaseListFocus.ts"],"sourcesContent":["import { useCallback, useEffect, useRef, useState } from \"react\";\nimport { findSelectedItemIndex, getItemId } from \"../utils/baseListUtils\";\n\nexport interface UseBaseListFocusProps {\n /**\n * Index of the item that should be focused initially.\n */\n defaultFocusIndex: number;\n /**\n * Callback fired when the focused item changes.\n */\n onFocusChange?: (index: number, id?: string) => void;\n /**\n * The unique identifier for the list.\n */\n listId: string | undefined;\n /**\n * If true, disables focus management.\n */\n disabled: boolean;\n}\n\nexport interface UseBaseListFocusResult {\n /**\n * The index of the currently focused item.\n */\n focusIndex: number;\n /**\n * The ID of the active descendant for aria-activedescendant.\n */\n activeDescendantId: string | undefined;\n /**\n * Callback to update the focused item.\n */\n updateFocusedItem: (itemId: string, index: number) => void;\n /**\n * Callback to register an item ref.\n */\n registerItem: (itemRef: HTMLElement | null, index: number) => void;\n /**\n * Ref array containing all item DOM elements.\n */\n childrenRefs: React.MutableRefObject<(HTMLElement | null)[]>;\n}\n\nexport const useBaseListFocus = ({\n defaultFocusIndex,\n onFocusChange,\n listId,\n disabled\n}: UseBaseListFocusProps): UseBaseListFocusResult => {\n const childrenRefs = useRef<(HTMLElement | null)[]>([]);\n const [isInitialized, setIsInitialized] = useState(false);\n const [focusIndex, setFocusIndex] = useState(-1);\n const [activeDescendantId, setActiveDescendantId] = useState<string | undefined>(undefined);\n\n const updateFocusedItem = useCallback(\n (itemId: string, index: number) => {\n if (disabled) return;\n\n setFocusIndex(index);\n setActiveDescendantId(itemId);\n onFocusChange?.(index, itemId);\n },\n [onFocusChange, disabled]\n );\n\n const registerItem = useCallback((itemRef: HTMLElement | null, index: number) => {\n childrenRefs.current[index] = itemRef;\n }, []);\n\n useEffect(() => {\n if (disabled || isInitialized) return;\n\n const refs = childrenRefs.current;\n // Wait until refs are populated\n if (refs.length === 0 || refs.every(ref => ref === null)) return;\n\n const selectedIndex = findSelectedItemIndex(refs);\n const targetIndex = selectedIndex !== -1 ? selectedIndex : defaultFocusIndex;\n const element = refs[targetIndex];\n\n if (element) {\n const itemId = getItemId(listId, targetIndex, element.id);\n updateFocusedItem(itemId, targetIndex);\n setIsInitialized(true);\n }\n }, [listId, disabled, defaultFocusIndex, updateFocusedItem, isInitialized]);\n\n return {\n focusIndex,\n activeDescendantId,\n updateFocusedItem,\n registerItem,\n childrenRefs\n };\n};\n"],"names":["useBaseListFocus","_ref","defaultFocusIndex","onFocusChange","listId","disabled","childrenRefs","useRef","_useState","useState","_useState2","_slicedToArray","isInitialized","setIsInitialized","_useState3","_useState4","focusIndex","setFocusIndex","_useState5","undefined","_useState6","activeDescendantId","setActiveDescendantId","updateFocusedItem","useCallback","itemId","index","registerItem","itemRef","current","useEffect","refs","length","every","ref","selectedIndex","findSelectedItemIndex","targetIndex","element","getItemId","id"],"mappings":"oPA6CaA,EAAmB,SAAHC,GAKuB,IAJlDC,EAAiBD,EAAjBC,kBACAC,EAAaF,EAAbE,cACAC,EAAMH,EAANG,OACAC,EAAQJ,EAARI,SAEMC,EAAeC,EAA+B,IACpDC,EAA0CC,GAAS,GAAMC,EAAAC,EAAAH,EAAA,GAAlDI,EAAaF,EAAA,GAAEG,EAAgBH,EAAA,GACtCI,EAAoCL,GAAU,GAAEM,EAAAJ,EAAAG,EAAA,GAAzCE,EAAUD,EAAA,GAAEE,EAAaF,EAAA,GAChCG,EAAoDT,OAA6BU,GAAUC,EAAAT,EAAAO,EAAA,GAApFG,EAAkBD,EAAA,GAAEE,EAAqBF,EAAA,GAE1CG,EAAoBC,GACxB,SAACC,EAAgBC,GACXrB,IAEJY,EAAcS,GACdJ,EAAsBG,GACtBtB,SAAAA,EAAgBuB,EAAOD,GACzB,GACA,CAACtB,EAAeE,IAGZsB,EAAeH,GAAY,SAACI,EAA6BF,GAC7DpB,EAAauB,QAAQH,GAASE,CAC/B,GAAE,IAoBH,OAlBAE,GAAU,WACR,IAAIzB,IAAYO,EAAhB,CAEA,IAAMmB,EAAOzB,EAAauB,QAE1B,GAAoB,IAAhBE,EAAKC,SAAgBD,EAAKE,OAAM,SAAAC,GAAG,OAAY,OAARA,CAAY,IAAvD,CAEA,IAAMC,EAAgBC,EAAsBL,GACtCM,GAAiC,IAAnBF,EAAuBA,EAAgBjC,EACrDoC,EAAUP,EAAKM,GAErB,GAAIC,EAAS,CACX,IAAMb,EAASc,EAAUnC,EAAQiC,EAAaC,EAAQE,IACtDjB,EAAkBE,EAAQY,GAC1BxB,GAAiB,EAClB,CAVyD,CAJ3B,CAejC,GAAG,CAACT,EAAQC,EAAUH,EAAmBqB,EAAmBX,IAErD,CACLI,WAAAA,EACAK,mBAAAA,EACAE,kBAAAA,EACAI,aAAAA,EACArB,aAAAA,EAEJ"}
@@ -0,0 +1,2 @@
1
+ import{useCallback as e}from"react";import r from"../../../hooks/useKeyEvent/index.js";import{keyCodes as t}from"../../../constants/keyCodes.js";import{findLastFocusableIndex as a,findFirstFocusableIndex as n,findAdjacentFocusableIndex as o,getItemId as i,isFocusableListItem as f}from"../utils/baseListUtils.js";var s=[t.UP_ARROW,t.DOWN_ARROW,t.HOME,t.END,t.PAGE_UP,t.PAGE_DOWN],u=function(u){var v=u.focusIndex,c=u.childrenRefs,d=u.listId,l=u.updateFocusedItem,p=u.componentRef,m=u.disabled,D=e((function(e){if(!m){var r,s=c.current;switch(e.key){case t.UP_ARROW:e.preventDefault(),r=o(s,v,"prev");break;case t.DOWN_ARROW:e.preventDefault(),r=o(s,v,"next");break;case t.HOME:e.preventDefault(),-1===(r=n(s))&&(r=void 0);break;case t.END:e.preventDefault(),-1===(r=a(s))&&(r=void 0);break;case t.PAGE_UP:e.preventDefault(),r=function(e,r){for(var t=Math.max(0,r-10);r>t;t++)if(f(e[t]))return t;var a=n(e);return-1!==a?a:void 0}(s,v);break;case t.PAGE_DOWN:e.preventDefault(),r=function(e,r){for(var t=Math.min(e.length-1,r+10);t>r;t--)if(f(e[t]))return t;var n=a(e);return-1!==n?n:void 0}(s,v);break;default:return}if(void 0!==r){var u=s[r];if(u){var p=i(d,r,u.id);l(p,r),u.focus()}}}}),[v,c,d,l,m]);r({keys:s,callback:D,ref:p})};export{u as useBaseListKeyboard};
2
+ //# sourceMappingURL=useBaseListKeyboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBaseListKeyboard.js","sources":["../../../../../src/components/BaseList/hooks/useBaseListKeyboard.ts"],"sourcesContent":["import { useCallback } from \"react\";\nimport useKeyEvent from \"../../../hooks/useKeyEvent\";\nimport { keyCodes } from \"../../../constants/keyCodes\";\nimport {\n findAdjacentFocusableIndex,\n findFirstFocusableIndex,\n findLastFocusableIndex,\n getItemId,\n isFocusableListItem\n} from \"../utils/baseListUtils\";\n\nexport interface UseBaseListKeyboardProps {\n /**\n * The index of the currently focused item.\n */\n focusIndex: number;\n /**\n * Ref array containing all item DOM elements.\n */\n childrenRefs: React.MutableRefObject<(HTMLElement | null)[]>;\n /**\n * The unique identifier for the list.\n */\n listId: string | undefined;\n /**\n * Callback to update the focused item.\n */\n updateFocusedItem: (itemId: string, index: number) => void;\n /**\n * Ref to the list container element.\n */\n componentRef: React.RefObject<HTMLElement>;\n /**\n * If true, disables keyboard navigation.\n */\n disabled: boolean;\n}\n\nconst NAVIGATION_KEYS: string[] = [\n keyCodes.UP_ARROW,\n keyCodes.DOWN_ARROW,\n keyCodes.HOME,\n keyCodes.END,\n keyCodes.PAGE_UP,\n keyCodes.PAGE_DOWN\n];\n\nconst PAGE_JUMP_SIZE = 10;\n\nconst findPageUpIndex = (refs: (HTMLElement | null)[], currentIndex: number): number | undefined => {\n const targetIndex = Math.max(0, currentIndex - PAGE_JUMP_SIZE);\n\n for (let i = targetIndex; i < currentIndex; i++) {\n if (isFocusableListItem(refs[i])) {\n return i;\n }\n }\n\n const firstFocusableIndex = findFirstFocusableIndex(refs);\n return firstFocusableIndex !== -1 ? firstFocusableIndex : undefined;\n};\n\nconst findPageDownIndex = (refs: (HTMLElement | null)[], currentIndex: number): number | undefined => {\n const targetIndex = Math.min(refs.length - 1, currentIndex + PAGE_JUMP_SIZE);\n\n for (let i = targetIndex; i > currentIndex; i--) {\n if (isFocusableListItem(refs[i])) {\n return i;\n }\n }\n\n const lastFocusableIndex = findLastFocusableIndex(refs);\n return lastFocusableIndex !== -1 ? lastFocusableIndex : undefined;\n};\n\nexport const useBaseListKeyboard = ({\n focusIndex,\n childrenRefs,\n listId,\n updateFocusedItem,\n componentRef,\n disabled\n}: UseBaseListKeyboardProps): void => {\n const onKeyDown = useCallback(\n (event: KeyboardEvent) => {\n if (disabled) return;\n\n const { key } = event;\n const refs = childrenRefs.current;\n let newFocusIndex: number | undefined;\n\n switch (key) {\n case keyCodes.UP_ARROW:\n event.preventDefault();\n newFocusIndex = findAdjacentFocusableIndex(refs, focusIndex, \"prev\");\n break;\n\n case keyCodes.DOWN_ARROW:\n event.preventDefault();\n newFocusIndex = findAdjacentFocusableIndex(refs, focusIndex, \"next\");\n break;\n\n case keyCodes.HOME:\n event.preventDefault();\n newFocusIndex = findFirstFocusableIndex(refs);\n if (newFocusIndex === -1) newFocusIndex = undefined;\n break;\n\n case keyCodes.END:\n event.preventDefault();\n newFocusIndex = findLastFocusableIndex(refs);\n if (newFocusIndex === -1) newFocusIndex = undefined;\n break;\n\n case keyCodes.PAGE_UP:\n event.preventDefault();\n newFocusIndex = findPageUpIndex(refs, focusIndex);\n break;\n\n case keyCodes.PAGE_DOWN:\n event.preventDefault();\n newFocusIndex = findPageDownIndex(refs, focusIndex);\n break;\n\n default:\n return;\n }\n\n if (newFocusIndex !== undefined) {\n const element = refs[newFocusIndex];\n if (element) {\n const itemId = getItemId(listId, newFocusIndex, element.id);\n updateFocusedItem(itemId, newFocusIndex);\n element.focus();\n }\n }\n },\n [focusIndex, childrenRefs, listId, updateFocusedItem, disabled]\n );\n\n useKeyEvent({\n keys: NAVIGATION_KEYS,\n callback: onKeyDown,\n ref: componentRef\n });\n};\n"],"names":["NAVIGATION_KEYS","keyCodes","UP_ARROW","DOWN_ARROW","HOME","END","PAGE_UP","PAGE_DOWN","useBaseListKeyboard","_ref","focusIndex","childrenRefs","listId","updateFocusedItem","componentRef","disabled","onKeyDown","useCallback","event","newFocusIndex","refs","current","key","preventDefault","findAdjacentFocusableIndex","findFirstFocusableIndex","undefined","findLastFocusableIndex","currentIndex","i","Math","max","isFocusableListItem","firstFocusableIndex","findPageUpIndex","min","length","lastFocusableIndex","findPageDownIndex","element","itemId","getItemId","id","focus","useKeyEvent","keys","callback","ref"],"mappings":"yTAsCA,IAAMA,EAA4B,CAChCC,EAASC,SACTD,EAASE,WACTF,EAASG,KACTH,EAASI,IACTJ,EAASK,QACTL,EAASM,WA+BEC,EAAsB,SAAHC,GAOK,IANnCC,EAAUD,EAAVC,WACAC,EAAYF,EAAZE,aACAC,EAAMH,EAANG,OACAC,EAAiBJ,EAAjBI,kBACAC,EAAYL,EAAZK,aACAC,EAAQN,EAARM,SAEMC,EAAYC,GAChB,SAACC,GACC,IAAIH,EAAJ,CAEA,IAEII,EADEC,EAAOT,EAAaU,QAG1B,OAJgBH,EAARI,KAKN,KAAKrB,EAASC,SACZgB,EAAMK,iBACNJ,EAAgBK,EAA2BJ,EAAMV,EAAY,QAC7D,MAEF,KAAKT,EAASE,WACZe,EAAMK,iBACNJ,EAAgBK,EAA2BJ,EAAMV,EAAY,QAC7D,MAEF,KAAKT,EAASG,KACZc,EAAMK,kBAEiB,KADvBJ,EAAgBM,EAAwBL,MACdD,OAAgBO,GAC1C,MAEF,KAAKzB,EAASI,IACZa,EAAMK,kBAEiB,KADvBJ,EAAgBQ,EAAuBP,MACbD,OAAgBO,GAC1C,MAEF,KAAKzB,EAASK,QACZY,EAAMK,iBACNJ,EAnEc,SAACC,EAA8BQ,GAGrD,IAFA,IAESC,EAFWC,KAAKC,IAAI,EAAGH,EAHX,IAKSA,EAAJC,EAAkBA,IAC1C,GAAIG,EAAoBZ,EAAKS,IAC3B,OAAOA,EAIX,IAAMI,EAAsBR,EAAwBL,GACpD,OAAgC,IAAzBa,EAA6BA,OAAsBP,CAC5D,CAwD0BQ,CAAgBd,EAAMV,GACtC,MAEF,KAAKT,EAASM,UACZW,EAAMK,iBACNJ,EA3DgB,SAACC,EAA8BQ,GAGvD,IAFA,IAESC,EAFWC,KAAKK,IAAIf,EAAKgB,OAAS,EAAGR,EAhBzB,IAkBKC,EAAID,EAAcC,IAC1C,GAAIG,EAAoBZ,EAAKS,IAC3B,OAAOA,EAIX,IAAMQ,EAAqBV,EAAuBP,GAClD,OAA+B,IAAxBiB,EAA4BA,OAAqBX,CAC1D,CAgD0BY,CAAkBlB,EAAMV,GACxC,MAEF,QACE,OAGJ,QAAsBgB,IAAlBP,EAA6B,CAC/B,IAAMoB,EAAUnB,EAAKD,GACrB,GAAIoB,EAAS,CACX,IAAMC,EAASC,EAAU7B,EAAQO,EAAeoB,EAAQG,IACxD7B,EAAkB2B,EAAQrB,GAC1BoB,EAAQI,OACT,CACF,CAlDa,CAmDhB,GACA,CAACjC,EAAYC,EAAcC,EAAQC,EAAmBE,IAGxD6B,EAAY,CACVC,KAAM7C,EACN8C,SAAU9B,EACV+B,IAAKjC,GAET"}
@@ -0,0 +1,2 @@
1
+ var t=["option","listitem","menuitem","tab","treeitem"],e={listbox:"option",menu:"menuitem",menubar:"menuitem",tablist:"tab",tree:"treeitem",list:"listitem"},n=function(t){return e[t]||"listitem"},i=function(t,e,n){return n||"".concat(t,"-item-").concat(e)},r=function(e){return e instanceof HTMLElement&&t.includes(e.getAttribute("role")||"")},u=function(t){return!!r(t)&&"true"!==t.getAttribute("aria-disabled")},o={ul:"li",ol:"li",nav:"a"},f=function(t){return o[t]||"div"},l=function(t,e,n){for(var i=3>=arguments.length||void 0===arguments[3]||arguments[3],r="next"===n?1:-1,o=e+r;o>=0&&t.length>o;){if(u(t[o]))return o;o+=r}if(i)for(o="next"===n?0:t.length-1;o!==e;){if(u(t[o]))return o;if(0>(o+=r)||o>=t.length)break}},a=function(t){return t.findIndex(u)},c=function(t){for(var e=t.length-1;e>=0;e--)if(u(t[e]))return e;return-1},m=function(t){return t.findIndex((function(t){return!!r(t)&&"true"===t.getAttribute("aria-selected")}))};export{t as VALID_ROLES,l as findAdjacentFocusableIndex,a as findFirstFocusableIndex,c as findLastFocusableIndex,m as findSelectedItemIndex,n as getChildRole,f as getItemComponentType,i as getItemId,u as isFocusableListItem,r as isListItem};
2
+ //# sourceMappingURL=baseListUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseListUtils.js","sources":["../../../../../src/components/BaseList/utils/baseListUtils.ts"],"sourcesContent":["export const VALID_ROLES = [\"option\", \"listitem\", \"menuitem\", \"tab\", \"treeitem\"];\n\nconst ROLE_MAPPING: Record<string, string> = {\n listbox: \"option\",\n menu: \"menuitem\",\n menubar: \"menuitem\",\n tablist: \"tab\",\n tree: \"treeitem\",\n list: \"listitem\"\n};\n\nexport const getChildRole = (listRole: string): string => ROLE_MAPPING[listRole] || \"listitem\";\n\nexport const getItemId = (listId: string, index: number, customId?: string): string => {\n return customId || `${listId}-item-${index}`;\n};\n\nexport const isListItem = (element: HTMLElement | null): boolean => {\n return element instanceof HTMLElement && VALID_ROLES.includes(element.getAttribute(\"role\") || \"\");\n};\n\nexport const isFocusableListItem = (element: HTMLElement | null): boolean => {\n if (!isListItem(element)) return false;\n return element.getAttribute(\"aria-disabled\") !== \"true\";\n};\n\nconst ELEMENT_MAPPING: Record<string, string> = {\n ul: \"li\",\n ol: \"li\",\n nav: \"a\"\n};\n\nexport const getItemComponentType = (listElement: string): string => ELEMENT_MAPPING[listElement] || \"div\";\n\nexport const findAdjacentFocusableIndex = (\n refs: (HTMLElement | null)[],\n currentIndex: number,\n direction: \"next\" | \"prev\",\n shouldWrap = true\n): number | undefined => {\n const step = direction === \"next\" ? 1 : -1;\n let index = currentIndex + step;\n\n while (index >= 0 && index < refs.length) {\n if (isFocusableListItem(refs[index])) {\n return index;\n }\n index += step;\n }\n\n if (shouldWrap) {\n const startIndex = direction === \"next\" ? 0 : refs.length - 1;\n index = startIndex;\n\n while (index !== currentIndex) {\n if (isFocusableListItem(refs[index])) {\n return index;\n }\n index += step;\n\n if (index < 0 || index >= refs.length) {\n break;\n }\n }\n }\n\n return undefined;\n};\n\nexport const findFirstFocusableIndex = (refs: (HTMLElement | null)[]): number => {\n return refs.findIndex(isFocusableListItem);\n};\n\nexport const findLastFocusableIndex = (refs: (HTMLElement | null)[]): number => {\n for (let i = refs.length - 1; i >= 0; i--) {\n if (isFocusableListItem(refs[i])) {\n return i;\n }\n }\n return -1;\n};\n\nexport const findSelectedItemIndex = (refs: (HTMLElement | null)[]): number => {\n return refs.findIndex(element => {\n if (!isListItem(element)) return false;\n return element.getAttribute(\"aria-selected\") === \"true\";\n });\n};\n"],"names":["VALID_ROLES","ROLE_MAPPING","listbox","menu","menubar","tablist","tree","list","getChildRole","listRole","getItemId","listId","index","customId","concat","isListItem","element","HTMLElement","includes","getAttribute","isFocusableListItem","ELEMENT_MAPPING","ul","ol","nav","getItemComponentType","listElement","findAdjacentFocusableIndex","refs","currentIndex","direction","shouldWrap","arguments","length","undefined","step","findFirstFocusableIndex","findIndex","findLastFocusableIndex","i","findSelectedItemIndex"],"mappings":"AAAaA,IAAAA,EAAc,CAAC,SAAU,WAAY,WAAY,MAAO,YAE/DC,EAAuC,CAC3CC,QAAS,SACTC,KAAM,WACNC,QAAS,WACTC,QAAS,MACTC,KAAM,WACNC,KAAM,YAGKC,EAAe,SAACC,GAAgB,OAAaR,EAAaQ,IAAa,UAAU,EAEjFC,EAAY,SAACC,EAAgBC,EAAeC,GACvD,OAAOA,MAAQC,OAAOH,EAAMG,UAAAA,OAASF,EACvC,EAEaG,EAAa,SAACC,GACzB,OAAOA,aAAmBC,aAAejB,EAAYkB,SAASF,EAAQG,aAAa,SAAW,GAChG,EAEaC,EAAsB,SAACJ,GAClC,QAAKD,EAAWC,IACiC,SAA1CA,EAAQG,aAAa,gBAC9B,EAEME,EAA0C,CAC9CC,GAAI,KACJC,GAAI,KACJC,IAAK,KAGMC,EAAuB,SAACC,GAAmB,OAAaL,EAAgBK,IAAgB,KAAK,EAE7FC,EAA6B,SACxCC,EACAC,EACAC,GAMA,IAJsB,IADtBC,EAAU,GAAAC,UAAAC,aAAAC,IAAAF,UAAA,IAAAA,UAAA,GAEJG,EAAqB,SAAdL,EAAuB,GAAK,EACrClB,EAAQiB,EAAeM,EAEpBvB,GAAS,GAAagB,EAAKK,OAAbrB,GAAqB,CACxC,GAAIQ,EAAoBQ,EAAKhB,IAC3B,OAAOA,EAETA,GAASuB,CACV,CAED,GAAIJ,EAIF,IAFAnB,EADiC,SAAdkB,EAAuB,EAAIF,EAAKK,OAAS,EAGrDrB,IAAUiB,GAAc,CAC7B,GAAIT,EAAoBQ,EAAKhB,IAC3B,OAAOA,EAIT,GAAY,GAFZA,GAASuB,IAEQvB,GAASgB,EAAKK,OAC7B,KAEH,CAIL,EAEaG,EAA0B,SAACR,GACtC,OAAOA,EAAKS,UAAUjB,EACxB,EAEakB,EAAyB,SAACV,GACrC,IAAK,IAAIW,EAAIX,EAAKK,OAAS,EAAGM,GAAK,EAAGA,IACpC,GAAInB,EAAoBQ,EAAKW,IAC3B,OAAOA,EAGX,OAAQ,CACV,EAEaC,EAAwB,SAACZ,GACpC,OAAOA,EAAKS,WAAU,SAAArB,GACpB,QAAKD,EAAWC,IACiC,SAA1CA,EAAQG,aAAa,gBAC9B,GACF"}
@@ -1,2 +1,2 @@
1
- var e={breadcrumbContent:"breadcrumbContent_2a69ce723c",withoutText:"withoutText_a8954ef7af",breadcrumbText:"breadcrumbText_bc4e3540c7",breadcrumbIcon:"breadcrumbIcon_addb39b3aa",clickable:"clickable_06029eda51",current:"current_5fbd6c7185",disabled:"disabled_f32eaf1a12",notClickable:"notClickable_9245374515"};!function(e){const n="s_id-55ff70da99a4_3_83_4";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const r=document.createElement("style");r.id=n,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.breadcrumbContent_2a69ce723c {\n font: var(--font-text2-normal);\n color: var(--secondary-text-color);\n display: inline-flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 0 2px;\n overflow: hidden;\n text-decoration: none;\n}\n.breadcrumbContent_2a69ce723c.withoutText_a8954ef7af {\n padding: 4px;\n}\na.breadcrumbContent_2a69ce723c:hover {\n color: var(--secondary-text-color);\n text-decoration: none;\n}\n.breadcrumbContent_2a69ce723c .breadcrumbText_bc4e3540c7 {\n color: inherit;\n margin: 0 4px;\n line-height: 22px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.breadcrumbContent_2a69ce723c .breadcrumbIcon_addb39b3aa {\n height: 14px;\n width: 14px;\n flex-shrink: 0;\n}\n.breadcrumbContent_2a69ce723c:focus {\n outline: none;\n}\n.breadcrumbContent_2a69ce723c.clickable_06029eda51 {\n cursor: pointer;\n}\n.breadcrumbContent_2a69ce723c.clickable_06029eda51:hover,\n.breadcrumbContent_2a69ce723c:focus-within {\n background-color: var(--primary-background-hover-color);\n border-radius: 4px;\n}\n.breadcrumbContent_2a69ce723c.current_5fbd6c7185 {\n color: var(--primary-text-color);\n font-weight: 500;\n}\n.breadcrumbContent_2a69ce723c.disabled_f32eaf1a12 {\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.breadcrumbContent_2a69ce723c.disabled_f32eaf1a12:hover {\n background-color: transparent;\n}\n.breadcrumbContent_2a69ce723c.notClickable_9245374515 {\n pointer-events: none;\n}");export{e as default};
1
+ var e={breadcrumbContent:"breadcrumbContent_41e6454431",withoutText:"withoutText_c30ade686d",breadcrumbText:"breadcrumbText_623c6b153c",breadcrumbIcon:"breadcrumbIcon_84d4db10f2",clickable:"clickable_034b833778",current:"current_ee30302dfd",disabled:"disabled_48704a542e",notClickable:"notClickable_57702cc5fd"};!function(e){const n="s_id-55ff70da99a4_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const r=document.createElement("style");r.id=n,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.breadcrumbContent_41e6454431 {\n font: var(--font-text2-normal);\n color: var(--secondary-text-color);\n display: inline-flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 0 2px;\n overflow: hidden;\n text-decoration: none;\n}\n.breadcrumbContent_41e6454431.withoutText_c30ade686d {\n padding: 4px;\n}\na.breadcrumbContent_41e6454431:hover {\n color: var(--secondary-text-color);\n text-decoration: none;\n}\n.breadcrumbContent_41e6454431 .breadcrumbText_623c6b153c {\n color: inherit;\n margin: 0 4px;\n line-height: 22px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.breadcrumbContent_41e6454431 .breadcrumbIcon_84d4db10f2 {\n height: 14px;\n width: 14px;\n flex-shrink: 0;\n}\n.breadcrumbContent_41e6454431:focus {\n outline: none;\n}\n.breadcrumbContent_41e6454431.clickable_034b833778 {\n cursor: pointer;\n}\n.breadcrumbContent_41e6454431.clickable_034b833778:hover,\n.breadcrumbContent_41e6454431:focus-within {\n background-color: var(--primary-background-hover-color);\n border-radius: 4px;\n}\n.breadcrumbContent_41e6454431.current_ee30302dfd {\n color: var(--primary-text-color);\n font-weight: 500;\n}\n.breadcrumbContent_41e6454431.disabled_48704a542e {\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.breadcrumbContent_41e6454431.disabled_48704a542e:hover {\n background-color: transparent;\n}\n.breadcrumbContent_41e6454431.notClickable_57702cc5fd {\n pointer-events: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=BreadcrumbContent.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={breadcrumbItemWrapper:"breadcrumbItemWrapper_3e82a7e7fc",disabled:"disabled_e4ff03ff73"};!function(e){const t="s_id-03f482333e23_3_83_4";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,d.firstChild?d.insertBefore(n,d.firstChild):d.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".breadcrumbItemWrapper_3e82a7e7fc {\n display: inline-flex;\n overflow: hidden;\n list-style-type: none;\n cursor: default;\n}\n\n.breadcrumbItemWrapper_3e82a7e7fc.disabled_e4ff03ff73 {\n cursor: not-allowed;\n}");export{e as default};
1
+ var e={breadcrumbItemWrapper:"breadcrumbItemWrapper_ff31773809",disabled:"disabled_4271bd2be9"};!function(e){const d="s_id-03f482333e23_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+d))return;const n=document.createElement("style");n.id=d,t.firstChild?t.insertBefore(n,t.firstChild):t.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[d]=e)}(".breadcrumbItemWrapper_ff31773809 {\n display: inline-flex;\n overflow: hidden;\n list-style-type: none;\n cursor: default;\n}\n\n.breadcrumbItemWrapper_ff31773809.disabled_4271bd2be9 {\n cursor: not-allowed;\n}");export{e as default};
2
2
  //# sourceMappingURL=BreadcrumbItem.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={breadcrumbMenuWrapper:"breadcrumbMenuWrapper_3e82a7e7fc"};!function(e){const n="s_id-fc5ae89c4b65_3_83_4";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".breadcrumbMenuWrapper_3e82a7e7fc {\n display: inline-flex;\n overflow: hidden;\n list-style-type: none;\n cursor: default;\n}");export{e as default};
1
+ var e={breadcrumbMenuWrapper:"breadcrumbMenuWrapper_ff31773809"};!function(e){const n="s_id-fc5ae89c4b65_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const d=document.createElement("style");d.id=n,t.firstChild?t.insertBefore(d,t.firstChild):t.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".breadcrumbMenuWrapper_ff31773809 {\n display: inline-flex;\n overflow: hidden;\n list-style-type: none;\n cursor: default;\n}");export{e as default};
2
2
  //# sourceMappingURL=BreadcrumbsMenu.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={breadcrumbsBar:"breadcrumbsBar_78db02a522",separatorIcon:"separatorIcon_e9eb8207d2"};!function(e){const n="s_id-24567fd55d40_3_83_4";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,r.firstChild?r.insertBefore(t,r.firstChild):r.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".breadcrumbsBar_78db02a522 ol {\n display: flex;\n flex-direction: row;\n align-items: center;\n white-space: nowrap;\n}\n\n.breadcrumbsBar_78db02a522 ol .separatorIcon_e9eb8207d2 {\n color: var(--secondary-text-color);\n flex-shrink: 0;\n}");export{e as default};
1
+ var e={breadcrumbsBar:"breadcrumbsBar_613ce3008f",separatorIcon:"separatorIcon_708e1baa51"};!function(e){const n="s_id-24567fd55d40_3_84_0";if("undefined"!=typeof document){const r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;const a=document.createElement("style");a.id=n,r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a),a.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".breadcrumbsBar_613ce3008f ol {\n display: flex;\n flex-direction: row;\n align-items: center;\n white-space: nowrap;\n}\n\n.breadcrumbsBar_613ce3008f ol .separatorIcon_708e1baa51 {\n color: var(--secondary-text-color);\n flex-shrink: 0;\n}");export{e as default};
2
2
  //# sourceMappingURL=BreadcrumbsBar.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={buttonGroup:"buttonGroup_633ee042b1",subTextContainer:"subTextContainer_c0b9ede213",buttonsContainer:"buttonsContainer_5c4aab8f0c",fullWidth:"fullWidth_1f57d762eb",button:"button_aed3c42c11",activeButton:"activeButton_da70bdd883",disabled:"disabled_e4ff03ff73",buttonDisabled:"buttonDisabled_89dd5bdd3f",startBorder:"startBorder_4ad0d2e73f",endBorder:"endBorder_1624b290b2",kindTertiary:"kindTertiary_5db70eb604",optionText:"optionText_1baa6c5b73",selected:"selected_c54e2881eb",wrapper:"wrapper_ff4c1c5eaa"};!function(n){const t="s_id-4b7ca9f3603b_3_83_4";if("undefined"!=typeof document){const e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,e.firstChild?e.insertBefore(o,e.firstChild):e.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n.buttonGroup_633ee042b1 {\n display: flex;\n flex-direction: column;\n}\n.subTextContainer_c0b9ede213 {\n font: var(--font-text2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.buttonsContainer_5c4aab8f0c {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.buttonsContainer_5c4aab8f0c.fullWidth_1f57d762eb {\n justify-content: flex-start;\n width: 100%;\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11 {\n border-style: solid;\n border-width: 1px 0;\n background-color: var(--primary-background-color);\n border-color: var(--ui-border-color);\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.activeButton_da70bdd883 {\n background-color: var(--primary-selected-color);\n border-color: var(--primary-color);\n border-inline-start-width: 1px;\n border-inline-end-width: 1px;\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.activeButton_da70bdd883:hover {\n background-color: var(--primary-selected-color);\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.disabled_e4ff03ff73, .buttonsContainer_5c4aab8f0c .button_aed3c42c11.buttonDisabled_89dd5bdd3f {\n background-color: var(--disabled-background-color);\n opacity: 0.5;\n cursor: not-allowed;\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.startBorder_4ad0d2e73f {\n border-inline-start-width: 1px;\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.endBorder_1624b290b2 {\n border-inline-end-width: 1px;\n}\n.buttonsContainer_5c4aab8f0c .button_aed3c42c11.fullWidth_1f57d762eb {\n width: 100%;\n display: flex;\n}\n.kindTertiary_5db70eb604 .buttonsContainer_5c4aab8f0c .button_aed3c42c11 {\n border-color: transparent;\n}\n.kindTertiary_5db70eb604 .buttonsContainer_5c4aab8f0c .button_aed3c42c11:first-child {\n border-color: transparent;\n}\n.optionText_1baa6c5b73:not(.disabled_e4ff03ff73) {\n color: var(--primary-text-color);\n}\n.optionText_1baa6c5b73:not(.disabled_e4ff03ff73).selected_c54e2881eb {\n color: var(--primary-text-color);\n}\n.wrapper_ff4c1c5eaa.disabled_e4ff03ff73 {\n cursor: not-allowed;\n}\n.fullWidth_1f57d762eb {\n flex: 1;\n}");export{n as default};
1
+ var n={buttonGroup:"buttonGroup_f6a06e0e07",subTextContainer:"subTextContainer_f06cdfd809",buttonsContainer:"buttonsContainer_f9aad6c47d",fullWidth:"fullWidth_e09624d8b6",button:"button_ccff5e5b85",activeButton:"activeButton_75bcd4b97c",disabled:"disabled_4271bd2be9",buttonDisabled:"buttonDisabled_6916e52f2c",startBorder:"startBorder_ab650528f8",endBorder:"endBorder_8583bd29ec",kindTertiary:"kindTertiary_827c8c030e",optionText:"optionText_3a58430d5d",selected:"selected_7cc0b7e900",wrapper:"wrapper_f4ec6dcf5e"};!function(n){const t="s_id-4b7ca9f3603b_3_84_0";if("undefined"!=typeof document){const e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,e.firstChild?e.insertBefore(o,e.firstChild):e.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n.buttonGroup_f6a06e0e07 {\n display: flex;\n flex-direction: column;\n}\n.subTextContainer_f06cdfd809 {\n font: var(--font-text2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.buttonsContainer_f9aad6c47d {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.buttonsContainer_f9aad6c47d.fullWidth_e09624d8b6 {\n justify-content: flex-start;\n width: 100%;\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85 {\n border-style: solid;\n border-width: 1px 0;\n background-color: var(--primary-background-color);\n border-color: var(--ui-border-color);\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.activeButton_75bcd4b97c {\n background-color: var(--primary-selected-color);\n border-color: var(--primary-color);\n border-inline-start-width: 1px;\n border-inline-end-width: 1px;\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.activeButton_75bcd4b97c:hover {\n background-color: var(--primary-selected-color);\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.disabled_4271bd2be9, .buttonsContainer_f9aad6c47d .button_ccff5e5b85.buttonDisabled_6916e52f2c {\n background-color: var(--disabled-background-color);\n opacity: 0.5;\n cursor: not-allowed;\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.startBorder_ab650528f8 {\n border-inline-start-width: 1px;\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.endBorder_8583bd29ec {\n border-inline-end-width: 1px;\n}\n.buttonsContainer_f9aad6c47d .button_ccff5e5b85.fullWidth_e09624d8b6 {\n width: 100%;\n display: flex;\n}\n.kindTertiary_827c8c030e .buttonsContainer_f9aad6c47d .button_ccff5e5b85 {\n border-color: transparent;\n}\n.kindTertiary_827c8c030e .buttonsContainer_f9aad6c47d .button_ccff5e5b85:first-child {\n border-color: transparent;\n}\n.optionText_3a58430d5d:not(.disabled_4271bd2be9) {\n color: var(--primary-text-color);\n}\n.optionText_3a58430d5d:not(.disabled_4271bd2be9).selected_7cc0b7e900 {\n color: var(--primary-text-color);\n}\n.wrapper_f4ec6dcf5e.disabled_4271bd2be9 {\n cursor: not-allowed;\n}\n.fullWidth_e09624d8b6 {\n flex: 1;\n}");export{n as default};
2
2
  //# sourceMappingURL=ButtonGroup.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={wrapper:"wrapper_696c3d8b21",checkbox:"checkbox_c947f28f68",icon:"icon_a771bef0a1",label:"label_ae8bab43c0",input:"input_00a29c6ad7",checkboxGrowAnimation:"checkboxGrowAnimation_d87b68b75f"};!function(n){const e="s_id-3c767214051a_3_83_4";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+e))return;const c=document.createElement("style");c.id=e,o.firstChild?o.insertBefore(c,o.firstChild):o.appendChild(c),c.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}('/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.wrapper_696c3d8b21 {\n position: relative;\n display: flex;\n align-items: center;\n width: fit-content;\n height: min-content;\n}\n.checkbox_c947f28f68 {\n cursor: pointer;\n visibility: visible;\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 16px;\n width: 16px;\n border: 1px solid;\n border-color: var(--ui-border-color);\n border-radius: 2px;\n transition: transform var(--motion-productive-short) var(--motion-timing-enter);\n position: relative;\n overflow: hidden;\n background-color: var(--secondary-background-color);\n}\n.checkbox_c947f28f68:after {\n content: " ";\n background-color: transparent;\n position: absolute;\n height: 16px;\n z-index: 2;\n left: 0;\n right: 0;\n width: 100%;\n}\n.checkbox_c947f28f68:hover {\n border-color: var(--secondary-text-color);\n}\n.icon_a771bef0a1 {\n width: 100%;\n color: var(--text-color-on-primary);\n visibility: hidden;\n}\n.label_ae8bab43c0 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n cursor: pointer;\n user-select: none;\n margin-inline-start: var(--spacing-small);\n}\n/* Since it is not possible to change the design of the checkbox according to the requirements using css, */\n/* we hide the checkbox and draw a new one instead. */\n/* In order to allow accessibility, all operations will be performed on the hidden checkbox and be reflected */\n.input_00a29c6ad7 {\n opacity: 0;\n width: 0;\n height: 0;\n position: absolute;\n}\n/* For any active attribute in the hidden checkbox, we will change the appearance of the checkbox we drew in its place. */\n.input_00a29c6ad7:focus + .checkbox_c947f28f68 {\n border-color: var(--secondary-text-color);\n}\n.input_00a29c6ad7:focus:checked + .checkbox_c947f28f68 {\n background-color: var(--primary-hover-color);\n border-color: transparent;\n}\n.input_00a29c6ad7:focus-visible + .checkbox_c947f28f68 {\n outline: none;\n border: 1px solid;\n border-color: var(--primary-color);\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5);\n border-radius: 2px;\n}\n.input_00a29c6ad7:checked:focus + .checkbox_c947f28f68:after,\n.input_00a29c6ad7:indeterminate:focus + .checkbox_c947f28f68:after {\n background-color: var(--primary-hover-color);\n}\n.input_00a29c6ad7:checked + .checkbox_c947f28f68,\n.input_00a29c6ad7:indeterminate + .checkbox_c947f28f68 {\n animation: checkboxGrowAnimation_d87b68b75f var(--motion-productive-short);\n background-color: var(--primary-color);\n border-color: transparent;\n}\n.input_00a29c6ad7:checked + .checkbox_c947f28f68:hover,\n.input_00a29c6ad7:indeterminate + .checkbox_c947f28f68:hover {\n background-color: var(--primary-hover-color);\n border-color: transparent;\n}\n.input_00a29c6ad7:checked + .checkbox_c947f28f68:hover:after,\n.input_00a29c6ad7:indeterminate + .checkbox_c947f28f68:hover:after {\n background-color: var(--primary-hover-color);\n}\n.input_00a29c6ad7:checked + .checkbox_c947f28f68:after,\n.input_00a29c6ad7:indeterminate + .checkbox_c947f28f68:after {\n content: " ";\n background-color: var(--primary-color);\n height: 16px;\n transform: scaleX(0);\n transition: transform var(--motion-productive-long);\n transform-origin: right;\n left: 0;\n}\n.input_00a29c6ad7:checked + .checkbox_c947f28f68 > .icon_a771bef0a1,\n.input_00a29c6ad7:indeterminate + .checkbox_c947f28f68 > .icon_a771bef0a1 {\n visibility: visible;\n}\n.input_00a29c6ad7:checked:disabled + .checkbox_c947f28f68:after,\n.input_00a29c6ad7:indeterminate:disabled + .checkbox_c947f28f68:after {\n background-color: var(--disabled-background-color);\n}\n.input_00a29c6ad7:disabled + .checkbox_c947f28f68 .icon_a771bef0a1,\n.input_00a29c6ad7:disabled + .checkbox_c947f28f68:hover .icon_a771bef0a1 {\n color: var(--disabled-text-color);\n}\n.input_00a29c6ad7:disabled + .checkbox_c947f28f68,\n.input_00a29c6ad7:disabled + .checkbox_c947f28f68:hover {\n cursor: not-allowed;\n background-color: var(--disabled-background-color);\n border-color: var(--ui-border-color);\n}\n.input_00a29c6ad7:disabled ~ .label_ae8bab43c0 {\n cursor: not-allowed;\n color: var(--disabled-text-color);\n}\n@keyframes checkboxGrowAnimation_d87b68b75f {\n 0% {\n transform: scale(0.8);\n }\n 100% {\n transform: scale(1);\n }\n}');export{n as default};
1
+ var n={wrapper:"wrapper_f548089974",checkbox:"checkbox_d92a408c64",icon:"icon_a0cf8d1f3c",label:"label_8d1cc03064",input:"input_3389407de4",checkboxGrowAnimation:"checkboxGrowAnimation_877bf3fdf8"};!function(n){const e="s_id-3c767214051a_3_84_0";if("undefined"!=typeof document){const o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+e))return;const c=document.createElement("style");c.id=e,o.firstChild?o.insertBefore(c,o.firstChild):o.appendChild(c),c.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}('/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.wrapper_f548089974 {\n position: relative;\n display: flex;\n align-items: center;\n width: fit-content;\n height: min-content;\n}\n.checkbox_d92a408c64 {\n cursor: pointer;\n visibility: visible;\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 16px;\n width: 16px;\n border: 1px solid;\n border-color: var(--ui-border-color);\n border-radius: 2px;\n transition: transform var(--motion-productive-short) var(--motion-timing-enter);\n position: relative;\n overflow: hidden;\n background-color: var(--secondary-background-color);\n}\n.checkbox_d92a408c64:after {\n content: " ";\n background-color: transparent;\n position: absolute;\n height: 16px;\n z-index: 2;\n left: 0;\n right: 0;\n width: 100%;\n}\n.checkbox_d92a408c64:hover {\n border-color: var(--secondary-text-color);\n}\n.icon_a0cf8d1f3c {\n width: 100%;\n color: var(--text-color-on-primary);\n visibility: hidden;\n}\n.label_8d1cc03064 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n cursor: pointer;\n user-select: none;\n margin-inline-start: var(--spacing-small);\n}\n/* Since it is not possible to change the design of the checkbox according to the requirements using css, */\n/* we hide the checkbox and draw a new one instead. */\n/* In order to allow accessibility, all operations will be performed on the hidden checkbox and be reflected */\n.input_3389407de4 {\n opacity: 0;\n width: 0;\n height: 0;\n position: absolute;\n}\n/* For any active attribute in the hidden checkbox, we will change the appearance of the checkbox we drew in its place. */\n.input_3389407de4:focus + .checkbox_d92a408c64 {\n border-color: var(--secondary-text-color);\n}\n.input_3389407de4:focus:checked + .checkbox_d92a408c64 {\n background-color: var(--primary-hover-color);\n border-color: transparent;\n}\n.input_3389407de4:focus-visible + .checkbox_d92a408c64 {\n outline: none;\n border: 1px solid;\n border-color: var(--primary-color);\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5);\n border-radius: 2px;\n}\n.input_3389407de4:checked:focus + .checkbox_d92a408c64:after,\n.input_3389407de4:indeterminate:focus + .checkbox_d92a408c64:after {\n background-color: var(--primary-hover-color);\n}\n.input_3389407de4:checked + .checkbox_d92a408c64,\n.input_3389407de4:indeterminate + .checkbox_d92a408c64 {\n animation: checkboxGrowAnimation_877bf3fdf8 var(--motion-productive-short);\n background-color: var(--primary-color);\n border-color: transparent;\n}\n.input_3389407de4:checked + .checkbox_d92a408c64:hover,\n.input_3389407de4:indeterminate + .checkbox_d92a408c64:hover {\n background-color: var(--primary-hover-color);\n border-color: transparent;\n}\n.input_3389407de4:checked + .checkbox_d92a408c64:hover:after,\n.input_3389407de4:indeterminate + .checkbox_d92a408c64:hover:after {\n background-color: var(--primary-hover-color);\n}\n.input_3389407de4:checked + .checkbox_d92a408c64:after,\n.input_3389407de4:indeterminate + .checkbox_d92a408c64:after {\n content: " ";\n background-color: var(--primary-color);\n height: 16px;\n transform: scaleX(0);\n transition: transform var(--motion-productive-long);\n transform-origin: right;\n left: 0;\n}\n.input_3389407de4:checked + .checkbox_d92a408c64 > .icon_a0cf8d1f3c,\n.input_3389407de4:indeterminate + .checkbox_d92a408c64 > .icon_a0cf8d1f3c {\n visibility: visible;\n}\n.input_3389407de4:checked:disabled + .checkbox_d92a408c64:after,\n.input_3389407de4:indeterminate:disabled + .checkbox_d92a408c64:after {\n background-color: var(--disabled-background-color);\n}\n.input_3389407de4:disabled + .checkbox_d92a408c64 .icon_a0cf8d1f3c,\n.input_3389407de4:disabled + .checkbox_d92a408c64:hover .icon_a0cf8d1f3c {\n color: var(--disabled-text-color);\n}\n.input_3389407de4:disabled + .checkbox_d92a408c64,\n.input_3389407de4:disabled + .checkbox_d92a408c64:hover {\n cursor: not-allowed;\n background-color: var(--disabled-background-color);\n border-color: var(--ui-border-color);\n}\n.input_3389407de4:disabled ~ .label_8d1cc03064 {\n cursor: not-allowed;\n color: var(--disabled-text-color);\n}\n@keyframes checkboxGrowAnimation_877bf3fdf8 {\n 0% {\n transform: scale(0.8);\n }\n 100% {\n transform: scale(1);\n }\n}');export{n as default};
2
2
  //# sourceMappingURL=Checkbox.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={chips:"chips_c071b43da2","chips-pop-in-emphasized":"chips-pop-in-emphasized_1ad7017af1",border:"border_c573524070",withUserSelect:"withUserSelect_8960ca632f",noMargin:"noMargin_bd7f42133d",label:"label_201c26a217",noAnimation:"noAnimation_e975f17936",icon:"icon_0ac2133969",avatar:"avatar_cad72e5e19",customRenderer:"customRenderer_4508f13002",left:"left_414febfb42",right:"right_90c664cef1",close:"close_844a6807fd",disabled:"disabled_dee378dff0",defaultCursor:"defaultCursor_dee378dff0",clickable:"clickable_06029eda51","focus-visible":"focus-visible_3fcc4ea738",disableTextSelection:"disableTextSelection_c7e57cc756"};!function(e){const n="s_id-f5374e1ade65_3_83_4";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+n))return;const c=document.createElement("style");c.id=n,a.firstChild?a.insertBefore(c,a.firstChild):a.appendChild(c),c.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.chips_c071b43da2 {\n display: inline-flex;\n overflow: hidden;\n height: 24px;\n border-radius: 4px;\n padding: 0 8px;\n align-items: center;\n justify-content: center;\n margin: var(--chips-margin, 0 var(--spacing-xs));\n user-select: none;\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n color: var(--primary-text-color);\n animation: chips-pop-in-emphasized_1ad7017af1 var(--motion-productive-medium) var(--motion-timing-emphasize);\n}\n.chips_c071b43da2.border_c573524070 {\n border: 1px solid var(--primary-background-color);\n}\n.chips_c071b43da2.withUserSelect_8960ca632f {\n user-select: text;\n cursor: text;\n}\n.chips_c071b43da2.noMargin_bd7f42133d {\n margin: 0;\n}\n.chips_c071b43da2 .label_201c26a217 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.chips_c071b43da2.noAnimation_e975f17936 {\n animation: none;\n}\n.chips_c071b43da2 .icon_0ac2133969,\n.chips_c071b43da2 .avatar_cad72e5e19,\n.chips_c071b43da2 .customRenderer_4508f13002 {\n min-width: 18px;\n}\n.chips_c071b43da2 .icon_0ac2133969.left_414febfb42,\n.chips_c071b43da2 .avatar_cad72e5e19.left_414febfb42,\n.chips_c071b43da2 .customRenderer_4508f13002.left_414febfb42 {\n margin-right: var(--spacing-xs);\n}\n.chips_c071b43da2 .icon_0ac2133969.right_90c664cef1,\n.chips_c071b43da2 .avatar_cad72e5e19.right_90c664cef1,\n.chips_c071b43da2 .customRenderer_4508f13002.right_90c664cef1 {\n margin-left: var(--spacing-xs);\n}\n.chips_c071b43da2 .icon_0ac2133969.close_844a6807fd,\n.chips_c071b43da2 .avatar_cad72e5e19.close_844a6807fd,\n.chips_c071b43da2 .customRenderer_4508f13002.close_844a6807fd {\n margin-left: var(--spacing-xs);\n color: var(--primary-text-color);\n}\n.chips_c071b43da2.disabled_dee378dff0 .icon_0ac2133969 {\n color: var(--disabled-text-color);\n}\n.chips_c071b43da2.disabled_dee378dff0 .label_201c26a217 {\n color: var(--disabled-text-color);\n}\n.chips_c071b43da2.defaultCursor_dee378dff0 {\n cursor: default;\n}\n.chips_c071b43da2.clickable_06029eda51 {\n cursor: pointer;\n}\n.chips_c071b43da2.clickable_06029eda51:focus-visible, .chips_c071b43da2.clickable_06029eda51.focus-visible_3fcc4ea738 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.chips_c071b43da2.clickable_06029eda51:focus:not(.focus-visible_3fcc4ea738) {\n outline: none;\n}\n.chips_c071b43da2.clickable_06029eda51.disabled_dee378dff0 {\n cursor: default;\n}\n.chips_c071b43da2.clickable_06029eda51.disableTextSelection_c7e57cc756 {\n -webkit-touch-callout: none; /* iOS Safari */ /* Safari */ /* Konqueror HTML */ /* Old versions of Firefox */ /* Internet Explorer/Edge */\n user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */\n}\n@keyframes chips-pop-in-emphasized_1ad7017af1 {\n 0% {\n transform: scale(0.3);\n opacity: 0;\n }\n 70% {\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n }\n}");export{e as default};
1
+ var e={chips:"chips_b76d379490","chips-pop-in-emphasized":"chips-pop-in-emphasized_7d28224d69",border:"border_43811c2422",withUserSelect:"withUserSelect_db0349fe79",noMargin:"noMargin_158a25bb1a",label:"label_38c2426610",noAnimation:"noAnimation_69f62e0359",icon:"icon_3182b72ea5",avatar:"avatar_a149ce70f5",customRenderer:"customRenderer_30ecc9b857",left:"left_a23e353d5b",right:"right_15cd607837",close:"close_a226b94402",disabled:"disabled_875b7cc1cd",defaultCursor:"defaultCursor_875b7cc1cd",clickable:"clickable_034b833778","focus-visible":"focus-visible_1bf62dd104",disableTextSelection:"disableTextSelection_fa5ca68e37"};!function(e){const n="s_id-f5374e1ade65_3_84_0";if("undefined"!=typeof document){const i=document.head||document.getElementsByTagName("head")[0];if(i.querySelector("#"+n))return;const c=document.createElement("style");c.id=n,i.firstChild?i.insertBefore(c,i.firstChild):i.appendChild(c),c.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable */\n/* stylelint-enable */\n.chips_b76d379490 {\n display: inline-flex;\n overflow: hidden;\n height: 24px;\n border-radius: 4px;\n padding: 0 8px;\n align-items: center;\n justify-content: center;\n margin: var(--chips-margin, 0 var(--spacing-xs));\n user-select: none;\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n color: var(--primary-text-color);\n animation: chips-pop-in-emphasized_7d28224d69 var(--motion-productive-medium) var(--motion-timing-emphasize);\n}\n.chips_b76d379490.border_43811c2422 {\n border: 1px solid var(--primary-background-color);\n}\n.chips_b76d379490.withUserSelect_db0349fe79 {\n user-select: text;\n cursor: text;\n}\n.chips_b76d379490.noMargin_158a25bb1a {\n margin: 0;\n}\n.chips_b76d379490 .label_38c2426610 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.chips_b76d379490.noAnimation_69f62e0359 {\n animation: none;\n}\n.chips_b76d379490 .icon_3182b72ea5,\n.chips_b76d379490 .avatar_a149ce70f5,\n.chips_b76d379490 .customRenderer_30ecc9b857 {\n min-width: 18px;\n}\n.chips_b76d379490 .icon_3182b72ea5.left_a23e353d5b,\n.chips_b76d379490 .avatar_a149ce70f5.left_a23e353d5b,\n.chips_b76d379490 .customRenderer_30ecc9b857.left_a23e353d5b {\n margin-right: var(--spacing-xs);\n}\n.chips_b76d379490 .icon_3182b72ea5.right_15cd607837,\n.chips_b76d379490 .avatar_a149ce70f5.right_15cd607837,\n.chips_b76d379490 .customRenderer_30ecc9b857.right_15cd607837 {\n margin-left: var(--spacing-xs);\n}\n.chips_b76d379490 .icon_3182b72ea5.close_a226b94402,\n.chips_b76d379490 .avatar_a149ce70f5.close_a226b94402,\n.chips_b76d379490 .customRenderer_30ecc9b857.close_a226b94402 {\n margin-left: var(--spacing-xs);\n color: var(--primary-text-color);\n}\n.chips_b76d379490.disabled_875b7cc1cd .icon_3182b72ea5 {\n color: var(--disabled-text-color);\n}\n.chips_b76d379490.disabled_875b7cc1cd .label_38c2426610 {\n color: var(--disabled-text-color);\n}\n.chips_b76d379490.defaultCursor_875b7cc1cd {\n cursor: default;\n}\n.chips_b76d379490.clickable_034b833778 {\n cursor: pointer;\n}\n.chips_b76d379490.clickable_034b833778:focus-visible, .chips_b76d379490.clickable_034b833778.focus-visible_1bf62dd104 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.chips_b76d379490.clickable_034b833778:focus:not(.focus-visible_1bf62dd104) {\n outline: none;\n}\n.chips_b76d379490.clickable_034b833778.disabled_875b7cc1cd {\n cursor: default;\n}\n.chips_b76d379490.clickable_034b833778.disableTextSelection_fa5ca68e37 {\n -webkit-touch-callout: none; /* iOS Safari */ /* Safari */ /* Konqueror HTML */ /* Old versions of Firefox */ /* Internet Explorer/Edge */\n user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */\n}\n@keyframes chips-pop-in-emphasized_7d28224d69 {\n 0% {\n transform: scale(0.3);\n opacity: 0;\n }\n 70% {\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n }\n}");export{e as default};
2
2
  //# sourceMappingURL=Chips.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={colorPicker:"colorPicker_58123dbcc0",colorPickerDialogContent:"colorPickerDialogContent_5fc279589d"};!function(e){const t="s_id-ffacbf9b6446_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const c=document.createElement("style");c.id=t,n.firstChild?n.insertBefore(c,n.firstChild):n.appendChild(c),c.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".colorPicker_58123dbcc0.colorPickerDialogContent_5fc279589d {\n z-index: 1;\n padding: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n}");export{e as default};
1
+ var e={colorPicker:"colorPicker_3169e6a77c",colorPickerDialogContent:"colorPickerDialogContent_21c40624e0"};!function(e){const t="s_id-ffacbf9b6446_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const o=document.createElement("style");o.id=t,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".colorPicker_3169e6a77c.colorPickerDialogContent_21c40624e0 {\n z-index: 1;\n padding: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n}");export{e as default};
2
2
  //# sourceMappingURL=ColorPicker.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={clearColorIcon:"clearColorIcon_e6ca5cffab",clearColorButton:"clearColorButton_f192e1a770"};!function(e){const n="s_id-774e60a23ee3_3_83_4";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".clearColorIcon_e6ca5cffab {\n margin-right: var(--spacing-small);\n}\n\n.clearColorButton_f192e1a770 {\n margin-top: var(--spacing-small);\n}");export{e as default};
1
+ var e={clearColorIcon:"clearColorIcon_e1b236faf5",clearColorButton:"clearColorButton_9719cfdbf7"};!function(e){const n="s_id-774e60a23ee3_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".clearColorIcon_e1b236faf5 {\n margin-right: var(--spacing-small);\n}\n\n.clearColorButton_9719cfdbf7 {\n margin-top: var(--spacing-small);\n}");export{e as default};
2
2
  //# sourceMappingURL=ColorPickerClearButton.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={colorsGrid:"colorsGrid_d38a4b8f00"};!function(e){const d="s_id-0a5f0eb78ee4_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+d))return;const t=document.createElement("style");t.id=d,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[d]=e)}(".colorsGrid_d38a4b8f00 {\n padding: 0;\n outline: none;\n display: flex;\n flex-wrap: wrap;\n}");export{e as default};
1
+ var e={colorsGrid:"colorsGrid_0a9b1db73b"};!function(e){const d="s_id-0a5f0eb78ee4_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+d))return;const t=document.createElement("style");t.id=d,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[d]=e)}(".colorsGrid_0a9b1db73b {\n padding: 0;\n outline: none;\n display: flex;\n flex-wrap: wrap;\n}");export{e as default};
2
2
  //# sourceMappingURL=ColorPickerColorsGrid.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={itemWrapper:"itemWrapper_a533c4049b",circle:"circle_a4856bc81a",feedbackIndicator:"feedbackIndicator_8a695dcd54",active:"active_1da8a8091c",selectedColor:"selectedColor_fefb5be116",colorItem:"colorItem_c7976f8447",colorIndicatorWrapper:"colorIndicatorWrapper_50ba945770",colorItemSizeSmall:"colorItemSizeSmall_6ea22f8763",colorItemSizeMedium:"colorItemSizeMedium_2947071d40",colorItemSizeLarge:"colorItemSizeLarge_036fa94a87",colorItemTextMode:"colorItemTextMode_6c01045f62",colorIconWhite:"colorIconWhite_7709c68954"};!function(e){const r="s_id-4f41e3ef6859_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+r))return;const o=document.createElement("style");o.id=r,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=e)}('.itemWrapper_a533c4049b.circle_a4856bc81a {\n --border-radius-multiplier: 99999;\n}\n\n/* stylelint-disable scss/operator-no-unspaced */\n\n.itemWrapper_a533c4049b {\n --border-radius-multiplier: 1;\n margin: 4px;\n display: flex;\n list-style-type: none;\n position: relative;\n}\n\n.itemWrapper_a533c4049b .feedbackIndicator_8a695dcd54 {\n position: absolute;\n inset: 0;\n pointer-events: none;\n}\n\n.itemWrapper_a533c4049b:focus,\n.itemWrapper_a533c4049b:focus-visible,\n.itemWrapper_a533c4049b.active_1da8a8091c {\n outline: none;\n}\n\n.itemWrapper_a533c4049b:focus .feedbackIndicator_8a695dcd54:before,\n.itemWrapper_a533c4049b:focus-visible .feedbackIndicator_8a695dcd54:before,\n.itemWrapper_a533c4049b.active_1da8a8091c .feedbackIndicator_8a695dcd54:before {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 4px solid;\n border-color: var(--primary-selected-color);\n pointer-events: none;\n}\n\n.itemWrapper_a533c4049b:focus .feedbackIndicator_8a695dcd54:after,\n.itemWrapper_a533c4049b:focus-visible .feedbackIndicator_8a695dcd54:after,\n.itemWrapper_a533c4049b.active_1da8a8091c .feedbackIndicator_8a695dcd54:after {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -1px;\n border: 1px solid;\n border-color: var(--primary-color);\n pointer-events: none;\n}\n\n/* active elements have no "hover feedback" */\n\n.itemWrapper_a533c4049b:hover:not(.active_1da8a8091c):not(.selectedColor_fefb5be116) .feedbackIndicator_8a695dcd54 {\n content: " ";\n position: absolute;\n border-radius: calc(8px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 4px solid;\n border-color: var(--primary-background-hover-color);\n pointer-events: none;\n}\n\n.itemWrapper_a533c4049b .colorItem_c7976f8447 {\n display: flex;\n justify-content: center;\n align-items: center;\n border: 2px solid transparent;\n border-radius: calc(4px * var(--border-radius-multiplier, 1));\n cursor: pointer;\n}\n\n.itemWrapper_a533c4049b .colorItem_c7976f8447 .colorIndicatorWrapper_50ba945770 {\n display: flex;\n}\n\n.itemWrapper_a533c4049b .colorItem_c7976f8447.colorItemSizeSmall_6ea22f8763 {\n width: 24px;\n height: 24px;\n}\n\n.itemWrapper_a533c4049b .colorItem_c7976f8447.colorItemSizeMedium_2947071d40 {\n width: 32px;\n height: 32px;\n}\n\n.itemWrapper_a533c4049b .colorItem_c7976f8447.colorItemSizeLarge_036fa94a87 {\n width: 40px;\n height: 40px;\n}\n\n.itemWrapper_a533c4049b.selectedColor_fefb5be116 {\n position: relative;\n}\n\n.itemWrapper_a533c4049b.selectedColor_fefb5be116:before {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 2px solid;\n border-color: var(--primary-color);\n pointer-events: none;\n}\n\n.itemWrapper_a533c4049b.selectedColor_fefb5be116 .feedbackIndicator_8a695dcd54:before {\n /* hide the outer border from the "active" feedback indicator */\n display: none;\n}\n\n.itemWrapper_a533c4049b .colorItemTextMode_6c01045f62:hover {\n background-color: var(--primary-background-hover-color) !important;\n}\n\n.itemWrapper_a533c4049b .colorIconWhite_7709c68954 {\n color: var(--color-snow_white);\n}');export{e as default};
1
+ var e={itemWrapper:"itemWrapper_1f6fae7859",circle:"circle_ce409433da",feedbackIndicator:"feedbackIndicator_e7c0f03ce8",active:"active_231ae242cb",selectedColor:"selectedColor_0326a28c59",colorItem:"colorItem_939dda28c7",colorIndicatorWrapper:"colorIndicatorWrapper_9b38a3c694",colorItemSizeSmall:"colorItemSizeSmall_803f1552fd",colorItemSizeMedium:"colorItemSizeMedium_933b528b26",colorItemSizeLarge:"colorItemSizeLarge_444b46d983",colorItemTextMode:"colorItemTextMode_f1a3f79af5",colorIconWhite:"colorIconWhite_e8edf69fae"};!function(e){const r="s_id-4f41e3ef6859_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+r))return;const o=document.createElement("style");o.id=r,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=e)}('.itemWrapper_1f6fae7859.circle_ce409433da {\n --border-radius-multiplier: 99999;\n}\n\n/* stylelint-disable scss/operator-no-unspaced */\n\n.itemWrapper_1f6fae7859 {\n --border-radius-multiplier: 1;\n margin: 4px;\n display: flex;\n list-style-type: none;\n position: relative;\n}\n\n.itemWrapper_1f6fae7859 .feedbackIndicator_e7c0f03ce8 {\n position: absolute;\n inset: 0;\n pointer-events: none;\n}\n\n.itemWrapper_1f6fae7859:focus,\n.itemWrapper_1f6fae7859:focus-visible,\n.itemWrapper_1f6fae7859.active_231ae242cb {\n outline: none;\n}\n\n.itemWrapper_1f6fae7859:focus .feedbackIndicator_e7c0f03ce8:before,\n.itemWrapper_1f6fae7859:focus-visible .feedbackIndicator_e7c0f03ce8:before,\n.itemWrapper_1f6fae7859.active_231ae242cb .feedbackIndicator_e7c0f03ce8:before {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 4px solid;\n border-color: var(--primary-selected-color);\n pointer-events: none;\n}\n\n.itemWrapper_1f6fae7859:focus .feedbackIndicator_e7c0f03ce8:after,\n.itemWrapper_1f6fae7859:focus-visible .feedbackIndicator_e7c0f03ce8:after,\n.itemWrapper_1f6fae7859.active_231ae242cb .feedbackIndicator_e7c0f03ce8:after {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -1px;\n border: 1px solid;\n border-color: var(--primary-color);\n pointer-events: none;\n}\n\n/* active elements have no "hover feedback" */\n\n.itemWrapper_1f6fae7859:hover:not(.active_231ae242cb):not(.selectedColor_0326a28c59) .feedbackIndicator_e7c0f03ce8 {\n content: " ";\n position: absolute;\n border-radius: calc(8px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 4px solid;\n border-color: var(--primary-background-hover-color);\n pointer-events: none;\n}\n\n.itemWrapper_1f6fae7859 .colorItem_939dda28c7 {\n display: flex;\n justify-content: center;\n align-items: center;\n border: 2px solid transparent;\n border-radius: calc(4px * var(--border-radius-multiplier, 1));\n cursor: pointer;\n}\n\n.itemWrapper_1f6fae7859 .colorItem_939dda28c7 .colorIndicatorWrapper_9b38a3c694 {\n display: flex;\n}\n\n.itemWrapper_1f6fae7859 .colorItem_939dda28c7.colorItemSizeSmall_803f1552fd {\n width: 24px;\n height: 24px;\n}\n\n.itemWrapper_1f6fae7859 .colorItem_939dda28c7.colorItemSizeMedium_933b528b26 {\n width: 32px;\n height: 32px;\n}\n\n.itemWrapper_1f6fae7859 .colorItem_939dda28c7.colorItemSizeLarge_444b46d983 {\n width: 40px;\n height: 40px;\n}\n\n.itemWrapper_1f6fae7859.selectedColor_0326a28c59 {\n position: relative;\n}\n\n.itemWrapper_1f6fae7859.selectedColor_0326a28c59:before {\n content: " ";\n position: absolute;\n border-radius: calc(7px * var(--border-radius-multiplier, 1));\n inset: -4px;\n border: 2px solid;\n border-color: var(--primary-color);\n pointer-events: none;\n}\n\n.itemWrapper_1f6fae7859.selectedColor_0326a28c59 .feedbackIndicator_e7c0f03ce8:before {\n /* hide the outer border from the "active" feedback indicator */\n display: none;\n}\n\n.itemWrapper_1f6fae7859 .colorItemTextMode_f1a3f79af5:hover {\n background-color: var(--primary-background-hover-color) !important;\n}\n\n.itemWrapper_1f6fae7859 .colorIconWhite_e8edf69fae {\n color: var(--color-snow_white);\n}');export{e as default};
2
2
  //# sourceMappingURL=ColorPickerItemComponent.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var o={combobox:"combobox_79fcf7f1b4",stickyCategory:"stickyCategory_2940c4d523",comboboxCategory:"comboboxCategory_9bed7e9cf1",sizeSmall:"sizeSmall_e5fe6b3923",sizeMedium:"sizeMedium_a28a913e88",sizeLarge:"sizeLarge_e5fe6b3923",empty:"empty_fcf4bbf32f",comboboxSearchWrapper:"comboboxSearchWrapper_40fd182271",comboboxNoResults:"comboboxNoResults_3580a0131d",comboboxMessageWrapper:"comboboxMessageWrapper_39d8637926",comboboxMessage:"comboboxMessage_201c26a217",addNewButton:"addNewButton_dbd1e40f69",buttonLabel:"buttonLabel_201c26a217",comboboxList:"comboboxList_c8c56f7e29"};!function(o){const e="s_id-140391bb7df9_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const t=document.createElement("style");t.id=e,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.combobox_79fcf7f1b4 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n height: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n margin-bottom: var(--spacing-small);\n}\n.combobox_79fcf7f1b4.stickyCategory_2940c4d523 .comboboxCategory_9bed7e9cf1 {\n z-index: 10;\n background-color: var(--secondary-background-color);\n}\n/* Relative to Search height */\n.combobox_79fcf7f1b4.stickyCategory_2940c4d523.sizeSmall_e5fe6b3923 .comboboxCategory_9bed7e9cf1 {\n top: 32px;\n}\n.combobox_79fcf7f1b4.stickyCategory_2940c4d523.sizeMedium_a28a913e88 .comboboxCategory_9bed7e9cf1 {\n top: 40px;\n}\n.combobox_79fcf7f1b4.stickyCategory_2940c4d523.sizeLarge_e5fe6b3923 .comboboxCategory_9bed7e9cf1 {\n top: 48px;\n}\n.combobox_79fcf7f1b4.empty_fcf4bbf32f {\n max-height: 200px;\n margin-bottom: 0;\n}\n.comboboxSearchWrapper_40fd182271 {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n.comboboxNoResults_3580a0131d {\n margin-top: var(--spacing-small);\n flex: 1 1 auto;\n height: calc(100% - 20px);\n overflow: hidden;\n position: relative;\n padding: 0 16px;\n display: flex;\n flex-direction: column;\n}\n.comboboxNoResults_3580a0131d .comboboxMessageWrapper_39d8637926 {\n flex: 1 0 auto;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.comboboxNoResults_3580a0131d .comboboxMessageWrapper_39d8637926 .comboboxMessage_201c26a217 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxNoResults_3580a0131d .addNewButton_dbd1e40f69 {\n flex: 0 0 auto;\n width: 100% !important;\n margin-bottom: 8px;\n}\n.comboboxNoResults_3580a0131d .addNewButton_dbd1e40f69 .buttonLabel_201c26a217 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxList_c8c56f7e29 {\n display: flex;\n flex-direction: column;\n flex: 1 1 auto;\n padding: 0 4px;\n overflow: hidden;\n}");export{o as default};
1
+ var e={combobox:"combobox_73554367e1",stickyCategory:"stickyCategory_64044b8111",comboboxCategory:"comboboxCategory_140a3e2e60",sizeSmall:"sizeSmall_e07eb67b80",sizeMedium:"sizeMedium_eff0ab851b",sizeLarge:"sizeLarge_e07eb67b80",empty:"empty_ea373c8942",comboboxSearchWrapper:"comboboxSearchWrapper_7ba35a0b4f",comboboxNoResults:"comboboxNoResults_7c09608a7a",comboboxMessageWrapper:"comboboxMessageWrapper_8400e89ac3",comboboxMessage:"comboboxMessage_38c2426610",addNewButton:"addNewButton_525e3b439e",buttonLabel:"buttonLabel_38c2426610",comboboxList:"comboboxList_51a357760b"};!function(e){const o="s_id-140391bb7df9_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const t=document.createElement("style");t.id=o,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.combobox_73554367e1 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n height: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n margin-bottom: var(--spacing-small);\n}\n.combobox_73554367e1.stickyCategory_64044b8111 .comboboxCategory_140a3e2e60 {\n z-index: 10;\n background-color: var(--secondary-background-color);\n}\n/* Relative to Search height */\n.combobox_73554367e1.stickyCategory_64044b8111.sizeSmall_e07eb67b80 .comboboxCategory_140a3e2e60 {\n top: 32px;\n}\n.combobox_73554367e1.stickyCategory_64044b8111.sizeMedium_eff0ab851b .comboboxCategory_140a3e2e60 {\n top: 40px;\n}\n.combobox_73554367e1.stickyCategory_64044b8111.sizeLarge_e07eb67b80 .comboboxCategory_140a3e2e60 {\n top: 48px;\n}\n.combobox_73554367e1.empty_ea373c8942 {\n max-height: 200px;\n margin-bottom: 0;\n}\n.comboboxSearchWrapper_7ba35a0b4f {\n position: sticky;\n top: 0;\n z-index: 12;\n}\n.comboboxNoResults_7c09608a7a {\n margin-top: var(--spacing-small);\n flex: 1 1 auto;\n height: calc(100% - 20px);\n overflow: hidden;\n position: relative;\n padding: 0 16px;\n display: flex;\n flex-direction: column;\n}\n.comboboxNoResults_7c09608a7a .comboboxMessageWrapper_8400e89ac3 {\n flex: 1 0 auto;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.comboboxNoResults_7c09608a7a .comboboxMessageWrapper_8400e89ac3 .comboboxMessage_38c2426610 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxNoResults_7c09608a7a .addNewButton_525e3b439e {\n flex: 0 0 auto;\n width: 100% !important;\n margin-bottom: 8px;\n}\n.comboboxNoResults_7c09608a7a .addNewButton_525e3b439e .buttonLabel_38c2426610 {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxList_51a357760b {\n display: flex;\n flex-direction: column;\n flex: 1 1 auto;\n padding: 0 4px;\n overflow: hidden;\n}");export{e as default};
2
2
  //# sourceMappingURL=Combobox.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={comboboxItemContainer:"comboboxItemContainer_1a59ffdfdd",dividerContainer:"dividerContainer_24407a21db",divider:"divider_d17fab5d34",sticky:"sticky_3ef5634b8e"};!function(e){const n="s_id-78c8179b7fe9_3_83_4";if("undefined"!=typeof document){const d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+n))return;const i=document.createElement("style");i.id=n,d.firstChild?d.insertBefore(i,d.firstChild):d.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".comboboxItemContainer_1a59ffdfdd {\n display: flex;\n flex: auto;\n width: 100%;\n background-color: var(--secondary-background-color);\n}\n\n.dividerContainer_24407a21db {\n position: relative;\n width: 95%;\n}\n\n.divider_d17fab5d34 {\n position: absolute;\n width: calc(100% + 16px);\n margin-left: -12px;\n}\n\n.sticky_3ef5634b8e {\n position: sticky;\n top: 0;\n z-index: 20;\n}");export{e as default};
1
+ var e={comboboxItemContainer:"comboboxItemContainer_9eaa239c7b",dividerContainer:"dividerContainer_245fdcd297",divider:"divider_879b989f7c",sticky:"sticky_e8ce967a2f"};!function(e){const n="s_id-78c8179b7fe9_3_84_0";if("undefined"!=typeof document){const i=document.head||document.getElementsByTagName("head")[0];if(i.querySelector("#"+n))return;const t=document.createElement("style");t.id=n,i.firstChild?i.insertBefore(t,i.firstChild):i.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".comboboxItemContainer_9eaa239c7b {\n display: flex;\n flex: auto;\n width: 100%;\n background-color: var(--secondary-background-color);\n}\n\n.dividerContainer_245fdcd297 {\n position: relative;\n width: 95%;\n}\n\n.divider_879b989f7c {\n position: absolute;\n width: calc(100% + 16px);\n margin-left: -12px;\n}\n\n.sticky_e8ce967a2f {\n position: sticky;\n top: 0;\n z-index: 20;\n}");export{e as default};
2
2
  //# sourceMappingURL=ComboboxHelpers.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={comboboxCategory:"comboboxCategory_f1a8855cf1"};!function(e){const t="s_id-a004d249e1c1_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const l=document.createElement("style");l.id=t,n.firstChild?n.insertBefore(l,n.firstChild):n.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxCategory_f1a8855cf1 {\n color: var(--placeholder-color);\n display: flex;\n align-items: center;\n padding-top: var(--spacing-small);\n}");export{e as default};
1
+ var e={comboboxCategory:"comboboxCategory_e79d6331e7"};!function(e){const t="s_id-a004d249e1c1_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const l=document.createElement("style");l.id=t,n.firstChild?n.insertBefore(l,n.firstChild):n.appendChild(l),l.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxCategory_e79d6331e7 {\n color: var(--placeholder-color);\n display: flex;\n align-items: center;\n padding-top: var(--spacing-small);\n}");export{e as default};
2
2
  //# sourceMappingURL=ComboboxCategory.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={scrollableContainer:"scrollableContainer_adeb072ea0",optionsContainer:"optionsContainer_0b0cc056b3",categoryWithOptions:"categoryWithOptions_cf6ceef8d3",firstCategory:"firstCategory_97b98ae55b",categoryWithoutOptions:"categoryWithoutOptions_cfaaa531aa"};!function(e){const t="s_id-4d4facb041a8_3_83_4";if("undefined"!=typeof document){const a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;const n=document.createElement("style");n.id=t,a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_adeb072ea0::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_adeb072ea0::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.optionsContainer_0b0cc056b3 {\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--spacing-small);\n}\n.categoryWithOptions_cf6ceef8d3.firstCategory_97b98ae55b,\n.categoryWithoutOptions_cfaaa531aa.firstCategory_97b98ae55b {\n padding-top: 0;\n}\n.categoryWithOptions_cf6ceef8d3 {\n margin-bottom: var(--spacing-xs);\n}\n.categoryWithoutOptions_cfaaa531aa {\n margin-bottom: 0;\n}");export{e as default};
1
+ var t={scrollableContainer:"scrollableContainer_ac2dc2d68d",optionsContainer:"optionsContainer_536e78700e",categoryWithOptions:"categoryWithOptions_f9435318c2",firstCategory:"firstCategory_adc3f69e41",categoryWithoutOptions:"categoryWithoutOptions_7f84c502ae"};!function(t){const e="s_id-4d4facb041a8_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.appendChild(document.createTextNode(t))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=t)}("/* stylelint-disable */\n/* stylelint-enable */\n.scrollableContainer_ac2dc2d68d::-webkit-scrollbar {\n width: 4px;\n height: 6px;\n}\n.scrollableContainer_ac2dc2d68d::-webkit-scrollbar-thumb {\n background-color: var(--ui-border-color);\n border-radius: 4px;\n}\n.optionsContainer_536e78700e {\n overflow-x: visible;\n overflow-y: auto;\n margin-top: var(--spacing-small);\n}\n.categoryWithOptions_f9435318c2.firstCategory_adc3f69e41,\n.categoryWithoutOptions_7f84c502ae.firstCategory_adc3f69e41 {\n padding-top: 0;\n}\n.categoryWithOptions_f9435318c2 {\n margin-bottom: var(--spacing-xs);\n}\n.categoryWithoutOptions_7f84c502ae {\n margin-bottom: 0;\n}");export{t as default};
2
2
  //# sourceMappingURL=ComboboxItems.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={comboboxOption:"comboboxOption_4f30fdc5fe",disabled:"disabled_1602286880",selected:"selected_69e468f3b5",active:"active_ee48799c92",activeOutline:"activeOutline_52576732b2",optionLabel:"optionLabel_31bf4ef2ee",optionIcon:"optionIcon_4f1ab95c36",left:"left_71ccdbea46"};!function(e){const o="s_id-cc5db5fd586e_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const t=document.createElement("style");t.id=o,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxOption_4f30fdc5fe {\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n display: flex;\n align-items: center;\n overflow: hidden;\n cursor: pointer;\n user-select: none;\n}\n.comboboxOption_4f30fdc5fe.disabled_1602286880 {\n cursor: not-allowed;\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.comboboxOption_4f30fdc5fe.disabled_1602286880:hover {\n background-color: transparent;\n}\n.comboboxOption_4f30fdc5fe.selected_69e468f3b5 {\n background-color: var(--primary-selected-color);\n}\n.comboboxOption_4f30fdc5fe:hover:not(.disabled_1602286880):not(.selected_69e468f3b5),\n.comboboxOption_4f30fdc5fe.active_ee48799c92 {\n color: var(--primary-text-color);\n background-color: var(--primary-background-hover-color);\n position: relative;\n}\n.comboboxOption_4f30fdc5fe.activeOutline_52576732b2 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n background-color: var(--secondary-background-color);\n}\n.comboboxOption_4f30fdc5fe .optionLabel_31bf4ef2ee {\n flex: 1 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxOption_4f30fdc5fe .optionIcon_4f1ab95c36 {\n flex: 0 0 auto;\n}\n.comboboxOption_4f30fdc5fe .optionIcon_4f1ab95c36.left_71ccdbea46 {\n margin-right: 4px;\n}");export{e as default};
1
+ var e={comboboxOption:"comboboxOption_95ee4ce659",disabled:"disabled_36b99800f8",selected:"selected_c837237791",active:"active_90c3e77993",activeOutline:"activeOutline_abab4f91f7",optionLabel:"optionLabel_8184a81831",optionIcon:"optionIcon_d0c90f9dd5",left:"left_8c4891c387"};!function(e){const o="s_id-cc5db5fd586e_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const t=document.createElement("style");t.id=o,n.firstChild?n.insertBefore(t,n.firstChild):n.appendChild(t),t.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.comboboxOption_95ee4ce659 {\n padding: 8px;\n width: 100%;\n border-radius: 4px;\n display: flex;\n align-items: center;\n overflow: hidden;\n cursor: pointer;\n user-select: none;\n}\n.comboboxOption_95ee4ce659.disabled_36b99800f8 {\n cursor: not-allowed;\n border-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n}\n.comboboxOption_95ee4ce659.disabled_36b99800f8:hover {\n background-color: transparent;\n}\n.comboboxOption_95ee4ce659.selected_c837237791 {\n background-color: var(--primary-selected-color);\n}\n.comboboxOption_95ee4ce659:hover:not(.disabled_36b99800f8):not(.selected_c837237791),\n.comboboxOption_95ee4ce659.active_90c3e77993 {\n color: var(--primary-text-color);\n background-color: var(--primary-background-hover-color);\n position: relative;\n}\n.comboboxOption_95ee4ce659.activeOutline_abab4f91f7 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5) inset, 0 0 0 1px var(--primary-hover-color) inset;\n background-color: var(--secondary-background-color);\n}\n.comboboxOption_95ee4ce659 .optionLabel_8184a81831 {\n flex: 1 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.comboboxOption_95ee4ce659 .optionIcon_d0c90f9dd5 {\n flex: 0 0 auto;\n}\n.comboboxOption_95ee4ce659 .optionIcon_d0c90f9dd5.left_8c4891c387 {\n margin-right: 4px;\n}");export{e as default};
2
2
  //# sourceMappingURL=ComboboxOption.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={stickyCategoryHeader:"stickyCategoryHeader_7e610dc45c"};!function(e){const t="s_id-f549b49034f1_3_83_4";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".stickyCategoryHeader_7e610dc45c {\n position: absolute;\n z-index: 10;\n width: calc(100% - 12px);\n background-color: var(--primary-background-color);\n padding-block: 10px var(--spacing-xs);\n display: flex;\n align-items: center;\n}");export{e as default};
1
+ var e={stickyCategoryHeader:"stickyCategoryHeader_c6c2dedc0f"};!function(e){const t="s_id-f549b49034f1_3_84_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+t))return;const d=document.createElement("style");d.id=t,n.firstChild?n.insertBefore(d,n.firstChild):n.appendChild(d),d.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[t]=e)}(".stickyCategoryHeader_c6c2dedc0f {\n position: absolute;\n z-index: 10;\n width: calc(100% - 12px);\n background-color: var(--primary-background-color);\n padding-block: 10px var(--spacing-xs);\n display: flex;\n align-items: center;\n}");export{e as default};
2
2
  //# sourceMappingURL=StickyCategoryHeader.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={counter:"counter_f296f8ac57",withAnimation:"withAnimation_67439c111e",counterPopElastic:"counterPopElastic_25b452283d",sizeXs:"sizeXs_03ff67c550",sizeSmall:"sizeSmall_b23fa718f8",sizeLarge:"sizeLarge_d3df4f6b9c",kindFill:"kindFill_1823c5366b",colorPrimary:"colorPrimary_7cc9f12c30",colorDark:"colorDark_d1c6170e73",colorNegative:"colorNegative_26607663f7",colorLight:"colorLight_a2e41d8116",kindLine:"kindLine_2d0e80d130",fadeEnter:"fadeEnter_73beb4a1c9",fadeEnterActive:"fadeEnterActive_0ac3d98535",fadeExit:"fadeExit_5423c74e9c",fadeExitActive:"fadeExitActive_b879a001a7","counter-pop-elastic":"counter-pop-elastic_6df7724e60"};!function(n){const o="s_id-51f4f5079107_3_83_4";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+o))return;const e=document.createElement("style");e.id=o,t.firstChild?t.insertBefore(e,t.firstChild):t.appendChild(e),e.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n.counter_f296f8ac57 {\n display: inline-flex;\n justify-content: center;\n border-radius: 30px;\n overflow: hidden;\n transform-origin: center;\n}\n@keyframes counter-pop-elastic_6df7724e60 {\n 0% {\n transform: scale(1);\n }\n 33% {\n transform: scale(1.2);\n }\n 66% {\n transform: scale(0.9);\n }\n 100% {\n transform: scale(1);\n }\n}\n.withAnimation_67439c111e {\n animation: counterPopElastic_25b452283d var(--motion-expressive-short);\n}\n.sizeXs_03ff67c550 {\n font: var(--font-text3-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n min-width: 18px;\n line-height: 18px;\n padding: 0 var(--spacing-small);\n}\n.sizeSmall_b23fa718f8 {\n font: var(--font-text2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n min-width: 18px;\n line-height: 18px;\n padding: 0 var(--spacing-small);\n}\n.sizeLarge_d3df4f6b9c {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n min-width: 24px;\n padding: 2px var(--spacing-small);\n}\n.kindFill_1823c5366b.colorPrimary_7cc9f12c30 {\n color: var(--fixed-light-color);\n background-color: var(--primary-color);\n}\n.kindFill_1823c5366b.colorDark_d1c6170e73 {\n color: var(--text-color-on-inverted);\n background-color: var(--inverted-color-background);\n}\n.kindFill_1823c5366b.colorNegative_26607663f7 {\n color: var(--fixed-light-color);\n background-color: var(--negative-color);\n}\n.kindFill_1823c5366b.colorLight_a2e41d8116 {\n color: var(--primary-text-color);\n background-color: var(--ui-background-color);\n}\n.kindLine_2d0e80d130 {\n box-shadow: 0 0 0 1px currentColor inset;\n}\n.kindLine_2d0e80d130.colorPrimary_7cc9f12c30 {\n color: var(--primary-color);\n}\n.kindLine_2d0e80d130.colorDark_d1c6170e73 {\n color: var(--inverted-color-background);\n}\n.kindLine_2d0e80d130.colorNegative_26607663f7 {\n color: var(--negative-color);\n}\n.kindLine_2d0e80d130.colorLight_a2e41d8116 {\n color: var(--primary-text-color);\n box-shadow: 0 0 0 1px var(--ui-background-color) inset !important;\n}\n/* New number enters */\n.fadeEnter_73beb4a1c9 {\n opacity: 0;\n transform: translateY(15px);\n}\n.fadeEnterActive_0ac3d98535 {\n position: relative;\n opacity: 1;\n transition: transform var(--motion-productive-long) var(--motion-timing-enter), opacity var(--motion-productive-short);\n transform: translateY(0);\n}\n/* Old number exits */\n.fadeExit_5423c74e9c {\n position: relative;\n opacity: 1;\n transform: translateY(0);\n}\n.fadeExitActive_b879a001a7 {\n position: relative;\n opacity: 0;\n transform: translateY(-15px);\n transition: transform var(--motion-productive-long) var(--motion-timing-exit), opacity var(--motion-productive-short);\n}");export{n as default};
1
+ var n={counter:"counter_a02bf9a32d",withAnimation:"withAnimation_945b641aac",counterPopElastic:"counterPopElastic_6a09b549fe",sizeXs:"sizeXs_4004fad3b1",sizeSmall:"sizeSmall_3e6dc54971",sizeLarge:"sizeLarge_f9554ef8fa",kindFill:"kindFill_4c28df876e",colorPrimary:"colorPrimary_3e94615a92",colorDark:"colorDark_e2abbe0483",colorNegative:"colorNegative_bbf9c87e73",colorLight:"colorLight_0590eebad1",kindLine:"kindLine_187b3c5090",fadeEnter:"fadeEnter_95e0154a05",fadeEnterActive:"fadeEnterActive_4af2ca86a4",fadeExit:"fadeExit_cac5197a34",fadeExitActive:"fadeExitActive_81da36751e","counter-pop-elastic":"counter-pop-elastic_a962e9366f"};!function(n){const o="s_id-51f4f5079107_3_84_0";if("undefined"!=typeof document){const e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+o))return;const t=document.createElement("style");t.id=o,e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t),t.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n.counter_a02bf9a32d {\n display: inline-flex;\n justify-content: center;\n border-radius: 30px;\n overflow: hidden;\n transform-origin: center;\n}\n@keyframes counter-pop-elastic_a962e9366f {\n 0% {\n transform: scale(1);\n }\n 33% {\n transform: scale(1.2);\n }\n 66% {\n transform: scale(0.9);\n }\n 100% {\n transform: scale(1);\n }\n}\n.withAnimation_945b641aac {\n animation: counterPopElastic_6a09b549fe var(--motion-expressive-short);\n}\n.sizeXs_4004fad3b1 {\n font: var(--font-text3-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n min-width: 18px;\n line-height: 18px;\n padding: 0 var(--spacing-small);\n}\n.sizeSmall_3e6dc54971 {\n font: var(--font-text2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n min-width: 18px;\n line-height: 18px;\n padding: 0 var(--spacing-small);\n}\n.sizeLarge_f9554ef8fa {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n min-width: 24px;\n padding: 2px var(--spacing-small);\n}\n.kindFill_4c28df876e.colorPrimary_3e94615a92 {\n color: var(--fixed-light-color);\n background-color: var(--primary-color);\n}\n.kindFill_4c28df876e.colorDark_e2abbe0483 {\n color: var(--text-color-on-inverted);\n background-color: var(--inverted-color-background);\n}\n.kindFill_4c28df876e.colorNegative_bbf9c87e73 {\n color: var(--fixed-light-color);\n background-color: var(--negative-color);\n}\n.kindFill_4c28df876e.colorLight_0590eebad1 {\n color: var(--primary-text-color);\n background-color: var(--ui-background-color);\n}\n.kindLine_187b3c5090 {\n box-shadow: 0 0 0 1px currentColor inset;\n}\n.kindLine_187b3c5090.colorPrimary_3e94615a92 {\n color: var(--primary-color);\n}\n.kindLine_187b3c5090.colorDark_e2abbe0483 {\n color: var(--inverted-color-background);\n}\n.kindLine_187b3c5090.colorNegative_bbf9c87e73 {\n color: var(--negative-color);\n}\n.kindLine_187b3c5090.colorLight_0590eebad1 {\n color: var(--primary-text-color);\n box-shadow: 0 0 0 1px var(--ui-background-color) inset !important;\n}\n/* New number enters */\n.fadeEnter_95e0154a05 {\n opacity: 0;\n transform: translateY(15px);\n}\n.fadeEnterActive_4af2ca86a4 {\n position: relative;\n opacity: 1;\n transition: transform var(--motion-productive-long) var(--motion-timing-enter), opacity var(--motion-productive-short);\n transform: translateY(0);\n}\n/* Old number exits */\n.fadeExit_cac5197a34 {\n position: relative;\n opacity: 1;\n transform: translateY(0);\n}\n.fadeExitActive_81da36751e {\n position: relative;\n opacity: 0;\n transform: translateY(-15px);\n transition: transform var(--motion-productive-long) var(--motion-timing-exit), opacity var(--motion-productive-short);\n}");export{n as default};
2
2
  //# sourceMappingURL=Counter.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={navigationItemContainer:"navigationItemContainer_2d41db23a9"};!function(e){const n="s_id-84193b4fa4fe_3_83_4";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".navigationItemContainer_2d41db23a9 {\n line-height: 36px;\n font-size: 28px;\n color: var(--icon-color);\n border: none;\n padding: 0;\n margin: 0;\n background: none;\n cursor: pointer;\n}");export{e as default};
1
+ var e={navigationItemContainer:"navigationItemContainer_1184df9af6"};!function(e){const n="s_id-84193b4fa4fe_3_84_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}(".navigationItemContainer_1184df9af6 {\n line-height: 36px;\n font-size: 28px;\n color: var(--icon-color);\n border: none;\n padding: 0;\n margin: 0;\n background: none;\n cursor: pointer;\n}");export{e as default};
2
2
  //# sourceMappingURL=DateNavigationItem.module.scss.js.map