@vibe/core 4.2.6 → 4.3.0-alpha-9bd83.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 (423) hide show
  1. package/dist/components/button/dist/Button/Button.module.scss.js +1 -1
  2. package/dist/components/dialog/dist/Dialog/Dialog.module.scss.js +1 -1
  3. package/dist/components/dialog/dist/Dialog/components/DialogContent/DialogContent.module.scss.js +1 -1
  4. package/dist/components/dialog/dist/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
  5. package/dist/components/icon-button/dist/IconButton/IconButton.module.scss.js +1 -1
  6. package/dist/components/tooltip/dist/Tooltip/Tooltip.module.scss.js +1 -1
  7. package/dist/components/typography/dist/Heading/Heading.module.scss.js +1 -1
  8. package/dist/components/typography/dist/Text/Text.module.scss.js +1 -1
  9. package/dist/components/typography/dist/Typography/Typography.module.scss.js +1 -1
  10. package/dist/metadata/accessibility/Accordion.md +10 -0
  11. package/dist/metadata/accessibility/AlertBanner.md +9 -0
  12. package/dist/metadata/accessibility/Avatar.md +12 -0
  13. package/dist/metadata/accessibility/AvatarGroup.md +6 -0
  14. package/dist/metadata/accessibility/BreadcrumbsBar.md +10 -0
  15. package/dist/metadata/accessibility/Button.md +13 -0
  16. package/dist/metadata/accessibility/ButtonGroup.md +9 -0
  17. package/dist/metadata/accessibility/Checkbox.md +13 -0
  18. package/dist/metadata/accessibility/Chips.md +10 -0
  19. package/dist/metadata/accessibility/Combobox.md +6 -0
  20. package/dist/metadata/accessibility/DropdownBasicDropdown.md +10 -0
  21. package/dist/metadata/accessibility/IconButton.md +26 -0
  22. package/dist/metadata/accessibility/Info.md +12 -0
  23. package/dist/metadata/accessibility/Link.md +8 -0
  24. package/dist/metadata/accessibility/List.md +11 -0
  25. package/dist/metadata/accessibility/Menu.md +10 -0
  26. package/dist/metadata/accessibility/MenuButton.md +6 -0
  27. package/dist/metadata/accessibility/MenuItem.md +8 -0
  28. package/dist/metadata/accessibility/Modal.md +35 -0
  29. package/dist/metadata/accessibility/NumberField.md +9 -0
  30. package/dist/metadata/accessibility/RadioButton.md +11 -0
  31. package/dist/metadata/accessibility/Search.md +10 -0
  32. package/dist/metadata/accessibility/Tabs.md +10 -0
  33. package/dist/metadata/accessibility/TextArea.md +17 -0
  34. package/dist/metadata/accessibility/TextField.md +16 -0
  35. package/dist/metadata/accessibility/Toast.md +4 -0
  36. package/dist/metadata/accessibility/Toggle.md +7 -0
  37. package/dist/metadata/accessibility/Tooltip.md +11 -0
  38. package/dist/metadata/components.json +20940 -0
  39. package/dist/metadata/examples/Accordion.md +136 -0
  40. package/dist/metadata/examples/AlertBanner.md +85 -0
  41. package/dist/metadata/examples/AttentionBox.md +267 -0
  42. package/dist/metadata/examples/Avatar.md +118 -0
  43. package/dist/metadata/examples/AvatarGroup.md +390 -0
  44. package/dist/metadata/examples/Badge.md +59 -0
  45. package/dist/metadata/examples/BaseInput.md +2 -0
  46. package/dist/metadata/examples/BaseList.md +342 -0
  47. package/dist/metadata/examples/Box.md +208 -0
  48. package/dist/metadata/examples/BreadcrumbItem.md +54 -0
  49. package/dist/metadata/examples/BreadcrumbsBar.md +64 -0
  50. package/dist/metadata/examples/Button.md +174 -0
  51. package/dist/metadata/examples/ButtonGroup.md +180 -0
  52. package/dist/metadata/examples/Checkbox.md +24 -0
  53. package/dist/metadata/examples/Chips.md +192 -0
  54. package/dist/metadata/examples/Clickable.md +31 -0
  55. package/dist/metadata/examples/ColorPicker.md +2 -0
  56. package/dist/metadata/examples/Combobox.md +438 -0
  57. package/dist/metadata/examples/Counter.md +188 -0
  58. package/dist/metadata/examples/DatePicker.md +43 -0
  59. package/dist/metadata/examples/Dialog.md +521 -0
  60. package/dist/metadata/examples/DialogContentContainer.md +18 -0
  61. package/dist/metadata/examples/Divider.md +50 -0
  62. package/dist/metadata/examples/DropdownBasicDropdown.md +479 -0
  63. package/dist/metadata/examples/DropdownBoxMode.md +218 -0
  64. package/dist/metadata/examples/EditableHeading.md +33 -0
  65. package/dist/metadata/examples/EditableText.md +36 -0
  66. package/dist/metadata/examples/EmptyState.md +192 -0
  67. package/dist/metadata/examples/ExpandCollapse.md +77 -0
  68. package/dist/metadata/examples/Flex.md +916 -0
  69. package/dist/metadata/examples/Heading.md +124 -0
  70. package/dist/metadata/examples/HiddenText.md +8 -0
  71. package/dist/metadata/examples/Icon.md +67 -0
  72. package/dist/metadata/examples/IconButton.md +141 -0
  73. package/dist/metadata/examples/Info.md +80 -0
  74. package/dist/metadata/examples/Label.md +109 -0
  75. package/dist/metadata/examples/Link.md +52 -0
  76. package/dist/metadata/examples/List.md +125 -0
  77. package/dist/metadata/examples/ListItem.md +42 -0
  78. package/dist/metadata/examples/Loader.md +148 -0
  79. package/dist/metadata/examples/Menu.md +141 -0
  80. package/dist/metadata/examples/MenuButton.md +127 -0
  81. package/dist/metadata/examples/MenuDivider.md +35 -0
  82. package/dist/metadata/examples/MenuGridItem.md +65 -0
  83. package/dist/metadata/examples/MenuItem.md +98 -0
  84. package/dist/metadata/examples/MenuItemButton.md +42 -0
  85. package/dist/metadata/examples/MenuTitle.md +25 -0
  86. package/dist/metadata/examples/ModalBasicLayout.md +400 -0
  87. package/dist/metadata/examples/ModalMediaLayout.md +240 -0
  88. package/dist/metadata/examples/ModalSideBySideLayout.md +313 -0
  89. package/dist/metadata/examples/MultiStepIndicator.md +189 -0
  90. package/dist/metadata/examples/NumberField.md +68 -0
  91. package/dist/metadata/examples/ProgressBar.md +152 -0
  92. package/dist/metadata/examples/RadioButton.md +41 -0
  93. package/dist/metadata/examples/Search.md +24 -0
  94. package/dist/metadata/examples/Skeleton.md +161 -0
  95. package/dist/metadata/examples/Slider.md +109 -0
  96. package/dist/metadata/examples/SplitButton.md +120 -0
  97. package/dist/metadata/examples/Steps.md +106 -0
  98. package/dist/metadata/examples/Table.md +449 -0
  99. package/dist/metadata/examples/Tabs.md +241 -0
  100. package/dist/metadata/examples/Text.md +188 -0
  101. package/dist/metadata/examples/TextArea.md +28 -0
  102. package/dist/metadata/examples/TextField.md +119 -0
  103. package/dist/metadata/examples/TextWithHighlight.md +2 -0
  104. package/dist/metadata/examples/ThemeProvider.md +47 -0
  105. package/dist/metadata/examples/Tipseen.md +111 -0
  106. package/dist/metadata/examples/Toast.md +127 -0
  107. package/dist/metadata/examples/Toggle.md +38 -0
  108. package/dist/metadata/examples/Tooltip.md +53 -0
  109. package/dist/metadata/examples/VirtualizedGrid.md +54 -0
  110. package/dist/metadata/examples/VirtualizedList.md +50 -0
  111. package/dist/metadata/examples/useGridKeyboardNavigationContext.md +61 -0
  112. package/dist/mocked_classnames/scripts/build-all-metadata.d.ts +1 -0
  113. package/dist/mocked_classnames/scripts/extract-accessibility.d.ts +4 -0
  114. package/dist/mocked_classnames/scripts/extract-examples.d.ts +3 -0
  115. package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  116. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  117. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  118. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  119. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  120. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  121. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  122. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  123. package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  124. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  125. package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  126. package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
  127. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  128. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  129. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  130. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  131. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  132. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  133. package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
  134. package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  135. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  136. package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js +1 -1
  137. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  138. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  139. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  140. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  141. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  142. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  143. package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
  144. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  145. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  146. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  147. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  148. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  149. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  150. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  151. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  152. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  153. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  154. package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
  155. package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  156. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  157. package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
  158. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  159. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  160. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  161. package/dist/mocked_classnames/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  162. package/dist/mocked_classnames/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  163. package/dist/mocked_classnames/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  164. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  165. package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
  166. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  167. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  168. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  169. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  170. package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  171. package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  172. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  173. package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  174. package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
  175. package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
  176. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  177. package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
  178. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  179. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  180. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  181. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  182. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  183. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  184. package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  185. package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  186. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  187. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  188. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  189. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  190. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  191. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  192. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  193. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  194. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  195. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  196. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  197. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  198. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  199. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  200. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  201. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  202. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  203. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  204. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  205. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  206. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  207. package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
  208. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  209. package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  210. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  211. package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  212. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  213. package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
  214. package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  215. package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  216. package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  217. package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
  218. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  219. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  220. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  221. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  222. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  223. package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
  224. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  225. package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
  226. package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
  227. package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
  228. package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  229. package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
  230. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  231. package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
  232. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  233. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  234. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  235. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  236. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  237. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  238. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  239. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  240. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  241. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  242. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  243. package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  244. package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  245. package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  246. package/dist/mocked_classnames/src/components/TextArea/TextArea.js +1 -1
  247. package/dist/mocked_classnames/src/components/TextArea/TextArea.js.map +1 -1
  248. package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
  249. package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
  250. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  251. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  252. package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  253. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  254. package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  255. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  256. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  257. package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
  258. package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  259. package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
  260. package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
  261. package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
  262. package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  263. package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  264. package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  265. package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +1 -1
  266. package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  267. package/dist/scripts/build-all-metadata.d.ts +1 -0
  268. package/dist/scripts/extract-accessibility.d.ts +4 -0
  269. package/dist/scripts/extract-examples.d.ts +3 -0
  270. package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  271. package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  272. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  273. package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  274. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  275. package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  276. package/dist/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  277. package/dist/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  278. package/dist/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  279. package/dist/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  280. package/dist/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  281. package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
  282. package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  283. package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  284. package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  285. package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  286. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  287. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  288. package/dist/src/components/Badge/Badge.module.scss.js +1 -1
  289. package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  290. package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  291. package/dist/src/components/BaseList/BaseList.module.scss.js +1 -1
  292. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  293. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  294. package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  295. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  296. package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  297. package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  298. package/dist/src/components/Chips/Chips.module.scss.js +1 -1
  299. package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  300. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  301. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  302. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  303. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  304. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  305. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  306. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  307. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  308. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  309. package/dist/src/components/Counter/Counter.module.scss.js +1 -1
  310. package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  311. package/dist/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
  312. package/dist/src/components/Divider/Divider.module.scss.js +1 -1
  313. package/dist/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  314. package/dist/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  315. package/dist/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  316. package/dist/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  317. package/dist/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  318. package/dist/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  319. package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  320. package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
  321. package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  322. package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  323. package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  324. package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  325. package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  326. package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  327. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  328. package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  329. package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
  330. package/dist/src/components/Label/Label.module.scss.js +1 -1
  331. package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  332. package/dist/src/components/Link/Link.module.scss.js +1 -1
  333. package/dist/src/components/List/List.module.scss.js +1 -1
  334. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  335. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  336. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  337. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  338. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  339. package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  340. package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  341. package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  342. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  343. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  344. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  345. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  346. package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  347. package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  348. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  349. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  350. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  351. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  352. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  353. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  354. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  355. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  356. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  357. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  358. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  359. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  360. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  361. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  362. package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
  363. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  364. package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  365. package/dist/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
  366. package/dist/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
  367. package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  368. package/dist/src/components/Search/Search.module.scss.js +1 -1
  369. package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  370. package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  371. package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  372. package/dist/src/components/Slider/Slider.module.scss.js +1 -1
  373. package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  374. package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  375. package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  376. package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  377. package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  378. package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
  379. package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  380. package/dist/src/components/Steps/Steps.module.scss.js +1 -1
  381. package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
  382. package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
  383. package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  384. package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
  385. package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  386. package/dist/src/components/Switch/Switch.module.scss.js +1 -1
  387. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  388. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  389. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  390. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  391. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  392. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  393. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  394. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  395. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  396. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  397. package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  398. package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  399. package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  400. package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  401. package/dist/src/components/TextArea/TextArea.js +1 -1
  402. package/dist/src/components/TextArea/TextArea.js.map +1 -1
  403. package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
  404. package/dist/src/components/TextField/TextField.module.scss.js +1 -1
  405. package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  406. package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  407. package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  408. package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  409. package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  410. package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  411. package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  412. package/dist/src/components/Toast/Toast.module.scss.js +1 -1
  413. package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  414. package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
  415. package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
  416. package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
  417. package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  418. package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  419. package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  420. package/dist/src/components/next/List/List.module.scss.js +1 -1
  421. package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
  422. package/dist/style/dist/index.min.css.js +1 -1
  423. package/package.json +12 -10
@@ -1,2 +1,2 @@
1
- var o={button:"button_10ab2d9f28","focus-visible":"focus-visible_89f1c6f905",loader:"loader_b1790ced62",loaderSvg:"loaderSvg_0081c28a1f",textPlaceholder:"textPlaceholder_7d0eb94b41",success:"success_5e568ccc6a",successContent:"successContent_6fae34a97c",marginRight:"marginRight_d4b1b6e2a2",marginLeft:"marginLeft_cb63ca6af6",rightFlat:"rightFlat_654c03ef27",leftFlat:"leftFlat_aba7d84183",preventClickAnimation:"preventClickAnimation_f63d1f4001",leftIcon:"leftIcon_d4b1b6e2a2",rightIcon:"rightIcon_cb63ca6af6",sizeXxs:"sizeXxs_467b1835ce",sizeXs:"sizeXs_adb1c96b19",sizeSmall:"sizeSmall_15fb19ab56",sizeMedium:"sizeMedium_f3e10ffa49",sizeLarge:"sizeLarge_2b7552dcdc",kindPrimary:"kindPrimary_1d42e3c8e5",colorPrimary:"colorPrimary_53f9d1afd0",colorBrand:"colorBrand_99547bff41",colorPrimaryActive:"colorPrimaryActive_05f702a554",colorBrandActive:"colorBrandActive_dc8ffd1190",colorPositive:"colorPositive_ea397f5ae9",colorPositiveActive:"colorPositiveActive_4e3c764f25",colorNegative:"colorNegative_95fee9546e",colorNegativeActive:"colorNegativeActive_4e3c764f25",colorInverted:"colorInverted_20d7bebf06",colorInvertedActive:"colorInvertedActive_4e3c764f25",disabled:"disabled_7342e4f9ee",colorOnPrimaryColor:"colorOnPrimaryColor_795c81b6b4",colorOnPrimaryColorActive:"colorOnPrimaryColorActive_73dc9e771a",colorFixedLight:"colorFixedLight_ee253ba392",colorFixedLightActive:"colorFixedLightActive_f63d1f4001",colorFixedDark:"colorFixedDark_c7b6d95118",colorFixedDarkActive:"colorFixedDarkActive_93975212ad",colorOnInvertedBackground:"colorOnInvertedBackground_30254971aa",colorOnInvertedBackgroundActive:"colorOnInvertedBackgroundActive_f2ed4893dc",kindSecondary:"kindSecondary_fcae606b7d",kindTertiary:"kindTertiary_fab357fc3e",noSidePadding:"noSidePadding_8ae467ec10",insetFocusStyle:"insetFocusStyle_53075b8003"};!function(o){var r="s_id-216fe7e3e8d5_4_0_4";if("undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+r))return;var n=document.createElement("style");n.id=r,e.firstChild?e.insertBefore(n,e.firstChild):e.appendChild(n),n.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n.button_10ab2d9f28 {\n --loader-padding: 8px;\n outline: none;\n border: none;\n height: auto;\n border-radius: var(--border-radius-small);\n cursor: pointer;\n white-space: nowrap;\n transition: var(--motion-productive-short) transform, var(--motion-productive-medium) var(--motion-timing-transition) min-width;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n /* Prevent text selection */\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n min-width: auto;\n}\n.button_10ab2d9f28:focus-visible, .button_10ab2d9f28.focus-visible_89f1c6f905 {\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.button_10ab2d9f28:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.button_10ab2d9f28 .loader_b1790ced62 {\n height: 100%;\n}\n.button_10ab2d9f28 .loader_b1790ced62 .loaderSvg_0081c28a1f {\n position: static;\n height: 100%;\n margin: 0;\n}\n.button_10ab2d9f28 .textPlaceholder_7d0eb94b41 {\n display: inline-block;\n opacity: 0;\n height: 0;\n visibility: hidden;\n white-space: pre;\n}\n.button_10ab2d9f28.success_5e568ccc6a {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.button_10ab2d9f28.success_5e568ccc6a .successContent_6fae34a97c {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n}\n.marginRight_d4b1b6e2a2 {\n margin-inline-end: var(--space-8);\n}\n.marginLeft_cb63ca6af6 {\n margin-inline-start: var(--space-8);\n}\n.rightFlat_654c03ef27 {\n border-start-end-radius: 0;\n border-end-end-radius: 0;\n}\n.leftFlat_aba7d84183 {\n border-start-start-radius: 0;\n border-end-start-radius: 0;\n}\n.button_10ab2d9f28:active:not(.preventClickAnimation_f63d1f4001) {\n transform: scale(0.95) translate3d(0, 0, 0);\n}\n.button_10ab2d9f28 .leftIcon_d4b1b6e2a2 {\n margin-inline-end: var(--space-8);\n}\n.button_10ab2d9f28 .rightIcon_cb63ca6af6 {\n margin-inline-start: var(--space-8);\n}\n.sizeXxs_467b1835ce {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: 2px var(--space-4);\n height: 16px;\n line-height: 16px;\n}\n.sizeXs_adb1c96b19 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: var(--space-4) var(--space-8);\n height: 24px;\n line-height: 21px;\n}\n.sizeSmall_15fb19ab56 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: var(--space-4) var(--space-8);\n height: 32px;\n line-height: 24px;\n}\n.sizeSmall_15fb19ab56 .loader_b1790ced62 {\n top: 7px;\n}\n.sizeMedium_f3e10ffa49 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text1-normal);\n padding: var(--space-8) var(--space-16);\n height: 40px;\n}\n.sizeLarge_2b7552dcdc {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text1-normal);\n padding: 12px var(--space-24);\n height: 48px;\n}\n.kindPrimary_1d42e3c8e5 {\n color: var(--text-color-on-primary);\n}\n.kindPrimary_1d42e3c8e5.colorPrimary_53f9d1afd0 {\n background: var(--primary-color);\n}\n.kindPrimary_1d42e3c8e5.colorBrand_99547bff41 {\n background: var(--brand-color);\n color: var(--text-color-on-brand);\n}\n.kindPrimary_1d42e3c8e5.colorPrimaryActive_05f702a554,\n.kindPrimary_1d42e3c8e5.colorPrimary_53f9d1afd0:hover,\n.kindPrimary_1d42e3c8e5.colorPrimary_53f9d1afd0:focus {\n background: var(--primary-hover-color);\n}\n.kindPrimary_1d42e3c8e5.colorBrandActive_dc8ffd1190,\n.kindPrimary_1d42e3c8e5.colorBrand_99547bff41:hover,\n.kindPrimary_1d42e3c8e5.colorBrand_99547bff41:focus {\n background: var(--brand-hover-color);\n}\n.kindPrimary_1d42e3c8e5.colorPositive_ea397f5ae9 {\n background: var(--positive-color);\n}\n.kindPrimary_1d42e3c8e5.colorPositiveActive_4e3c764f25,\n.kindPrimary_1d42e3c8e5.colorPositive_ea397f5ae9:hover,\n.kindPrimary_1d42e3c8e5.colorPositive_ea397f5ae9:focus {\n background: var(--positive-color-hover);\n}\n.kindPrimary_1d42e3c8e5.colorNegative_95fee9546e {\n background: var(--negative-color);\n}\n.kindPrimary_1d42e3c8e5.colorNegativeActive_4e3c764f25,\n.kindPrimary_1d42e3c8e5.colorNegative_95fee9546e:hover,\n.kindPrimary_1d42e3c8e5.colorNegative_95fee9546e:focus {\n background: var(--negative-color-hover);\n}\n.kindPrimary_1d42e3c8e5.colorInverted_20d7bebf06 {\n background: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n}\n.kindPrimary_1d42e3c8e5.colorInvertedActive_4e3c764f25,\n.kindPrimary_1d42e3c8e5.colorInverted_20d7bebf06:hover,\n.kindPrimary_1d42e3c8e5.colorInverted_20d7bebf06:focus {\n background: var(--placeholder-color);\n}\n.kindPrimary_1d42e3c8e5.button_10ab2d9f28.colorInverted_20d7bebf06.disabled_7342e4f9ee {\n background: var(--disabled-text-color);\n color: var(--disabled-background-color);\n}\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4 {\n background: var(--text-color-on-primary);\n}\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColorActive_73dc9e771a,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:hover,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:focus {\n background-color: #e6e9ef;\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColorActive_73dc9e771a:focus-visible, .kindPrimary_1d42e3c8e5.colorOnPrimaryColorActive_73dc9e771a.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:hover:focus-visible,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:hover.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:focus:focus-visible,\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColorActive_73dc9e771a:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:hover:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindPrimary_1d42e3c8e5.colorOnPrimaryColor_795c81b6b4.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392 {\n background: var(--fixed-light-color);\n}\n.kindPrimary_1d42e3c8e5.colorFixedLightActive_f63d1f4001,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:hover,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:focus {\n background-color: #e6e9ef;\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindPrimary_1d42e3c8e5.colorFixedLightActive_f63d1f4001:focus-visible, .kindPrimary_1d42e3c8e5.colorFixedLightActive_f63d1f4001.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:hover:focus-visible,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:hover.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:focus:focus-visible,\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_1d42e3c8e5.colorFixedLightActive_f63d1f4001:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:hover:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindPrimary_1d42e3c8e5.colorFixedLight_ee253ba392.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118 {\n background: var(--fixed-dark-color);\n color: var(--fixed-light-color);\n}\n.kindPrimary_1d42e3c8e5.colorFixedDarkActive_93975212ad,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:hover,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:focus {\n filter: brightness(125%);\n}\n.kindPrimary_1d42e3c8e5.colorFixedDarkActive_93975212ad:focus-visible, .kindPrimary_1d42e3c8e5.colorFixedDarkActive_93975212ad.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:hover:focus-visible,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:hover.focus-visible_89f1c6f905,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:focus:focus-visible,\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_1d42e3c8e5.colorFixedDarkActive_93975212ad:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:hover:focus:not(.focus-visible_89f1c6f905),\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindPrimary_1d42e3c8e5.colorFixedDark_c7b6d95118.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindPrimary_1d42e3c8e5.colorOnInvertedBackground_30254971aa {\n background: var(--primary-background-color);\n color: var(--primary-text-color);\n}\n.kindPrimary_1d42e3c8e5.colorOnInvertedBackgroundActive_f2ed4893dc,\n.kindPrimary_1d42e3c8e5.colorOnInvertedBackground_30254971aa:hover,\n.kindPrimary_1d42e3c8e5.colorOnInvertedBackground_30254971aa:focus {\n background: var(--ui-background-color);\n}\n.kindPrimary_1d42e3c8e5.button_10ab2d9f28.colorOnInvertedBackground_30254971aa.disabled_7342e4f9ee {\n background: var(--ui-background-color);\n color: var(--primary-text-color);\n opacity: 0.5;\n}\n.kindPrimary_1d42e3c8e5.button_10ab2d9f28.disabled_7342e4f9ee {\n background: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindSecondary_fcae606b7d {\n border: 1px solid;\n border-color: var(--ui-border-color);\n color: var(--primary-text-color);\n background-color: transparent;\n}\n.kindSecondary_fcae606b7d.sizeSmall_15fb19ab56 {\n line-height: 22px;\n}\n.kindSecondary_fcae606b7d.sizeMedium_f3e10ffa49 {\n line-height: 22px;\n}\n.kindSecondary_fcae606b7d.sizeLarge_2b7552dcdc {\n line-height: 22px;\n}\n.kindSecondary_fcae606b7d.colorPrimaryActive_05f702a554 {\n background-color: var(--primary-selected-color);\n border-color: var(--primary-color);\n}\n.kindSecondary_fcae606b7d.colorPrimaryActive_05f702a554:hover {\n background-color: var(--primary-selected-hover-color);\n border-color: var(--primary-color);\n}\n.kindSecondary_fcae606b7d.colorBrandActive_dc8ffd1190 {\n color: var(--text-color-on-brand);\n}\n.kindSecondary_fcae606b7d.colorBrandActive_dc8ffd1190,\n.kindSecondary_fcae606b7d.colorBrandActive_dc8ffd1190:hover {\n background-color: var(--brand-selected-color);\n border-color: var(--brand-color);\n}\n.kindSecondary_fcae606b7d.colorPrimary_53f9d1afd0:hover:not(.colorPrimaryActive_05f702a554),\n.kindSecondary_fcae606b7d.colorPrimary_53f9d1afd0:focus:not(.colorPrimaryActive_05f702a554) {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_fcae606b7d.colorBrand_99547bff41:hover:not(.colorBrandActive_dc8ffd1190),\n.kindSecondary_fcae606b7d.colorBrand_99547bff41:focus:not(.colorBrandActive_dc8ffd1190) {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_fcae606b7d.colorPositive_ea397f5ae9 {\n color: var(--positive-color);\n border-color: var(--positive-color);\n}\n.kindSecondary_fcae606b7d.colorPositiveActive_4e3c764f25,\n.kindSecondary_fcae606b7d.colorPositive_ea397f5ae9:hover,\n.kindSecondary_fcae606b7d.colorPositive_ea397f5ae9:focus {\n background: var(--positive-color-selected);\n}\n.kindSecondary_fcae606b7d.colorNegative_95fee9546e {\n color: var(--negative-color);\n border-color: var(--negative-color);\n}\n.kindSecondary_fcae606b7d.colorNegativeActive_4e3c764f25,\n.kindSecondary_fcae606b7d.colorNegative_95fee9546e:hover,\n.kindSecondary_fcae606b7d.colorNegative_95fee9546e:focus {\n background: var(--negative-color-selected);\n}\n.kindSecondary_fcae606b7d.colorInverted_20d7bebf06 {\n color: var(--primary-text-color);\n border-color: var(--primary-text-color);\n}\n.kindSecondary_fcae606b7d.colorInvertedActive_4e3c764f25,\n.kindSecondary_fcae606b7d.colorInverted_20d7bebf06:hover,\n.kindSecondary_fcae606b7d.colorInverted_20d7bebf06:focus {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_fcae606b7d.colorInverted_20d7bebf06.disabled_7342e4f9ee {\n border-color: var(--disabled-text-color);\n color: var(--disabled-text-color);\n}\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4 {\n color: var(--text-color-on-primary);\n border-color: var(--text-color-on-primary);\n}\n.kindSecondary_fcae606b7d.colorOnPrimaryColorActive_73dc9e771a,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:hover,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindSecondary_fcae606b7d.colorOnPrimaryColorActive_73dc9e771a:focus-visible, .kindSecondary_fcae606b7d.colorOnPrimaryColorActive_73dc9e771a.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:hover:focus-visible,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:hover.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:focus:focus-visible,\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_fcae606b7d.colorOnPrimaryColorActive_73dc9e771a:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:hover:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindSecondary_fcae606b7d.colorOnPrimaryColor_795c81b6b4.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392 {\n border-color: var(--fixed-light-color);\n color: var(--fixed-light-color);\n}\n.kindSecondary_fcae606b7d.colorFixedLightActive_f63d1f4001,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:hover,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindSecondary_fcae606b7d.colorFixedLightActive_f63d1f4001:focus-visible, .kindSecondary_fcae606b7d.colorFixedLightActive_f63d1f4001.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:hover:focus-visible,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:hover.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:focus:focus-visible,\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_fcae606b7d.colorFixedLightActive_f63d1f4001:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:hover:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118 {\n border-color: var(--fixed-dark-color);\n color: var(--fixed-dark-color);\n}\n.kindSecondary_fcae606b7d.colorFixedDarkActive_93975212ad,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:hover,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:focus {\n background-color: var(--primary-background-hover-color);\n}\n.kindSecondary_fcae606b7d.colorFixedDarkActive_93975212ad:focus-visible, .kindSecondary_fcae606b7d.colorFixedDarkActive_93975212ad.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:hover:focus-visible,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:hover.focus-visible_89f1c6f905,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:focus:focus-visible,\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_fcae606b7d.colorFixedDarkActive_93975212ad:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:hover:focus:not(.focus-visible_89f1c6f905),\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindSecondary_fcae606b7d.colorOnInvertedBackground_30254971aa {\n border-color: var(--text-color-on-inverted);\n color: var(--text-color-on-inverted);\n}\n.kindSecondary_fcae606b7d.colorOnInvertedBackgroundActive_f2ed4893dc,\n.kindSecondary_fcae606b7d.colorOnInvertedBackground_30254971aa:hover,\n.kindSecondary_fcae606b7d.colorOnInvertedBackground_30254971aa:focus {\n background: var(--icon-color);\n}\n.kindSecondary_fcae606b7d.colorOnInvertedBackground_30254971aa.disabled_7342e4f9ee {\n border-color: var(--text-color-on-inverted);\n color: var(--text-color-on-inverted);\n opacity: 0.5;\n}\n.kindSecondary_fcae606b7d.colorFixedLight_ee253ba392.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindSecondary_fcae606b7d.colorFixedDark_c7b6d95118.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindSecondary_fcae606b7d.disabled_7342e4f9ee {\n border-color: var(--disabled-text-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindSecondary_fcae606b7d.disabled_7342e4f9ee:hover {\n background-color: transparent;\n}\n.kindTertiary_fab357fc3e {\n color: var(--primary-text-color);\n background-color: transparent;\n}\n.kindTertiary_fab357fc3e.colorPrimaryActive_05f702a554 {\n background-color: var(--primary-selected-color);\n}\n.kindTertiary_fab357fc3e.colorPrimaryActive_05f702a554:hover {\n background-color: var(--primary-selected-hover-color);\n}\n.kindTertiary_fab357fc3e.colorBrandActive_dc8ffd1190 {\n color: var(--text-color-on-brand);\n}\n.kindTertiary_fab357fc3e.colorBrandActive_dc8ffd1190,\n.kindTertiary_fab357fc3e.colorBrandActive_dc8ffd1190:hover {\n background-color: var(--brand-selected-color);\n}\n.kindTertiary_fab357fc3e.colorPrimary_53f9d1afd0:hover:not(.colorPrimaryActive_05f702a554),\n.kindTertiary_fab357fc3e.colorPrimary_53f9d1afd0:focus:not(.colorPrimaryActive_05f702a554) {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_fab357fc3e.colorBrand_99547bff41:hover:not(.colorBrandActive_dc8ffd1190),\n.kindTertiary_fab357fc3e.colorBrand_99547bff41:focus:not(.colorBrandActive_dc8ffd1190) {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_fab357fc3e.colorPositive_ea397f5ae9 {\n color: var(--positive-color);\n}\n.kindTertiary_fab357fc3e.colorPositiveActive_4e3c764f25,\n.kindTertiary_fab357fc3e.colorPositive_ea397f5ae9:hover,\n.kindTertiary_fab357fc3e.colorPositive_ea397f5ae9:focus {\n background: var(--positive-color-selected);\n}\n.kindTertiary_fab357fc3e.colorNegative_95fee9546e {\n color: var(--negative-color);\n}\n.kindTertiary_fab357fc3e.colorNegativeActive_4e3c764f25,\n.kindTertiary_fab357fc3e.colorNegative_95fee9546e:hover,\n.kindTertiary_fab357fc3e.colorNegative_95fee9546e:focus {\n background: var(--negative-color-selected);\n}\n.kindTertiary_fab357fc3e.colorInverted_20d7bebf06 {\n color: var(--primary-text-color);\n}\n.kindTertiary_fab357fc3e.colorInvertedActive_4e3c764f25,\n.kindTertiary_fab357fc3e.colorInverted_20d7bebf06:hover,\n.kindTertiary_fab357fc3e.colorInverted_20d7bebf06:focus {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_fab357fc3e.colorInverted_20d7bebf06.disabled_7342e4f9ee {\n color: var(--disabled-text-color);\n}\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4 {\n color: var(--text-color-on-primary);\n}\n.kindTertiary_fab357fc3e.colorOnPrimaryColorActive_73dc9e771a,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:hover,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindTertiary_fab357fc3e.colorOnPrimaryColorActive_73dc9e771a:focus-visible, .kindTertiary_fab357fc3e.colorOnPrimaryColorActive_73dc9e771a.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:hover:focus-visible,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:hover.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:focus:focus-visible,\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_fab357fc3e.colorOnPrimaryColorActive_73dc9e771a:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:hover:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindTertiary_fab357fc3e.colorOnPrimaryColor_795c81b6b4.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392 {\n color: var(--fixed-light-color);\n}\n.kindTertiary_fab357fc3e.colorFixedLightActive_f63d1f4001,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:hover,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindTertiary_fab357fc3e.colorFixedLightActive_f63d1f4001:focus-visible, .kindTertiary_fab357fc3e.colorFixedLightActive_f63d1f4001.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:hover:focus-visible,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:hover.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:focus:focus-visible,\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_fab357fc3e.colorFixedLightActive_f63d1f4001:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:hover:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindTertiary_fab357fc3e.colorFixedLight_ee253ba392.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118 {\n color: var(--fixed-dark-color);\n}\n.kindTertiary_fab357fc3e.colorFixedDarkActive_93975212ad,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:hover,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:focus {\n background-color: var(--primary-background-hover-color);\n}\n.kindTertiary_fab357fc3e.colorFixedDarkActive_93975212ad:focus-visible, .kindTertiary_fab357fc3e.colorFixedDarkActive_93975212ad.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:hover:focus-visible,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:hover.focus-visible_89f1c6f905,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:focus:focus-visible,\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:focus.focus-visible_89f1c6f905 {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_fab357fc3e.colorFixedDarkActive_93975212ad:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:hover:focus:not(.focus-visible_89f1c6f905),\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118:focus:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.kindTertiary_fab357fc3e.colorFixedDark_c7b6d95118.disabled_7342e4f9ee {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindTertiary_fab357fc3e.colorOnInvertedBackground_30254971aa {\n color: var(--text-color-on-inverted);\n}\n.kindTertiary_fab357fc3e.colorOnInvertedBackgroundActive_f2ed4893dc,\n.kindTertiary_fab357fc3e.colorOnInvertedBackground_30254971aa:hover,\n.kindTertiary_fab357fc3e.colorOnInvertedBackground_30254971aa:focus {\n background: var(--icon-color);\n}\n.kindTertiary_fab357fc3e.colorOnInvertedBackground_30254971aa.disabled_7342e4f9ee {\n background: var(--icon-color);\n opacity: 0.5;\n color: var(--text-color-on-inverted);\n}\n.kindTertiary_fab357fc3e.disabled_7342e4f9ee {\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindTertiary_fab357fc3e.disabled_7342e4f9ee:hover {\n background-color: transparent;\n}\n.noSidePadding_8ae467ec10 {\n padding-inline: 0;\n}\n.button_10ab2d9f28.insetFocusStyle_53075b8003:focus-visible, .button_10ab2d9f28.insetFocusStyle_53075b8003.focus-visible_89f1c6f905 {\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.button_10ab2d9f28.insetFocusStyle_53075b8003:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}");export{o as default};
1
+ var o={button:"button_5d193a910b","focus-visible":"focus-visible_35b789f32a",loader:"loader_d4bc75fe6e",loaderSvg:"loaderSvg_e164613576",textPlaceholder:"textPlaceholder_953872972a",success:"success_ea650efccb",successContent:"successContent_e35a467561",marginRight:"marginRight_799d8445a8",marginLeft:"marginLeft_980ea1cb13",rightFlat:"rightFlat_5f8dd5b0ce",leftFlat:"leftFlat_4a70e3e141",preventClickAnimation:"preventClickAnimation_4e98c70a65",leftIcon:"leftIcon_799d8445a8",rightIcon:"rightIcon_980ea1cb13",sizeXxs:"sizeXxs_983edbc0c2",sizeXs:"sizeXs_e83058f280",sizeSmall:"sizeSmall_594b2172e6",sizeMedium:"sizeMedium_8f4e3ae50c",sizeLarge:"sizeLarge_8e8bb2b470",kindPrimary:"kindPrimary_2a6a224e38",colorPrimary:"colorPrimary_59b6dcec77",colorBrand:"colorBrand_a0ce2fc742",colorPrimaryActive:"colorPrimaryActive_aeb56d3582",colorBrandActive:"colorBrandActive_fec2ea4fbb",colorPositive:"colorPositive_b2d7031fc0",colorPositiveActive:"colorPositiveActive_aa7ae2bb0c",colorNegative:"colorNegative_95bb670279",colorNegativeActive:"colorNegativeActive_aa7ae2bb0c",colorInverted:"colorInverted_7d5af1de04",colorInvertedActive:"colorInvertedActive_aa7ae2bb0c",disabled:"disabled_3f9fcdbcac",colorOnPrimaryColor:"colorOnPrimaryColor_3299272498",colorOnPrimaryColorActive:"colorOnPrimaryColorActive_31a87fdc41",colorFixedLight:"colorFixedLight_043c8b3c19",colorFixedLightActive:"colorFixedLightActive_4e98c70a65",colorFixedDark:"colorFixedDark_5b1f44293f",colorFixedDarkActive:"colorFixedDarkActive_d787ae19bf",colorOnInvertedBackground:"colorOnInvertedBackground_40f2ff1a96",colorOnInvertedBackgroundActive:"colorOnInvertedBackgroundActive_c8dc208c53",kindSecondary:"kindSecondary_809b16b0a9",kindTertiary:"kindTertiary_40293e3a5b",noSidePadding:"noSidePadding_5663cae280",insetFocusStyle:"insetFocusStyle_f58c7a9e6c"};!function(o){var r="s_id-216fe7e3e8d5_4_0_3";if("undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+r))return;var e=document.createElement("style");e.id=r,n.firstChild?n.insertBefore(e,n.firstChild):n.appendChild(e),e.appendChild(document.createTextNode(o))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=o)}("/* stylelint-disable */\n/* stylelint-enable */\n.button_5d193a910b {\n --loader-padding: 8px;\n outline: none;\n border: none;\n height: auto;\n border-radius: var(--border-radius-small);\n cursor: pointer;\n white-space: nowrap;\n transition: var(--motion-productive-short) transform, var(--motion-productive-medium) var(--motion-timing-transition) min-width;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n /* Prevent text selection */\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n min-width: auto;\n}\n.button_5d193a910b:focus-visible, .button_5d193a910b.focus-visible_35b789f32a {\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.button_5d193a910b:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.button_5d193a910b .loader_d4bc75fe6e {\n height: 100%;\n}\n.button_5d193a910b .loader_d4bc75fe6e .loaderSvg_e164613576 {\n position: static;\n height: 100%;\n margin: 0;\n}\n.button_5d193a910b .textPlaceholder_953872972a {\n display: inline-block;\n opacity: 0;\n height: 0;\n visibility: hidden;\n white-space: pre;\n}\n.button_5d193a910b.success_ea650efccb {\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.button_5d193a910b.success_ea650efccb .successContent_e35a467561 {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n}\n.marginRight_799d8445a8 {\n margin-inline-end: var(--space-8);\n}\n.marginLeft_980ea1cb13 {\n margin-inline-start: var(--space-8);\n}\n.rightFlat_5f8dd5b0ce {\n border-start-end-radius: 0;\n border-end-end-radius: 0;\n}\n.leftFlat_4a70e3e141 {\n border-start-start-radius: 0;\n border-end-start-radius: 0;\n}\n.button_5d193a910b:active:not(.preventClickAnimation_4e98c70a65) {\n transform: scale(0.95) translate3d(0, 0, 0);\n}\n.button_5d193a910b .leftIcon_799d8445a8 {\n margin-inline-end: var(--space-8);\n}\n.button_5d193a910b .rightIcon_980ea1cb13 {\n margin-inline-start: var(--space-8);\n}\n.sizeXxs_983edbc0c2 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: 2px var(--space-4);\n height: 16px;\n line-height: 16px;\n}\n.sizeXs_e83058f280 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: var(--space-4) var(--space-8);\n height: 24px;\n line-height: 21px;\n}\n.sizeSmall_594b2172e6 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text2-normal);\n padding: var(--space-4) var(--space-8);\n height: 32px;\n line-height: 24px;\n}\n.sizeSmall_594b2172e6 .loader_d4bc75fe6e {\n top: 7px;\n}\n.sizeMedium_8f4e3ae50c {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text1-normal);\n padding: var(--space-8) var(--space-16);\n height: 40px;\n}\n.sizeLarge_8e8bb2b470 {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n font: var(--font-text1-normal);\n padding: 12px var(--space-24);\n height: 48px;\n}\n.kindPrimary_2a6a224e38 {\n color: var(--text-color-on-primary);\n}\n.kindPrimary_2a6a224e38.colorPrimary_59b6dcec77 {\n background: var(--primary-color);\n}\n.kindPrimary_2a6a224e38.colorBrand_a0ce2fc742 {\n background: var(--brand-color);\n color: var(--text-color-on-brand);\n}\n.kindPrimary_2a6a224e38.colorPrimaryActive_aeb56d3582,\n.kindPrimary_2a6a224e38.colorPrimary_59b6dcec77:hover,\n.kindPrimary_2a6a224e38.colorPrimary_59b6dcec77:focus {\n background: var(--primary-hover-color);\n}\n.kindPrimary_2a6a224e38.colorBrandActive_fec2ea4fbb,\n.kindPrimary_2a6a224e38.colorBrand_a0ce2fc742:hover,\n.kindPrimary_2a6a224e38.colorBrand_a0ce2fc742:focus {\n background: var(--brand-hover-color);\n}\n.kindPrimary_2a6a224e38.colorPositive_b2d7031fc0 {\n background: var(--positive-color);\n}\n.kindPrimary_2a6a224e38.colorPositiveActive_aa7ae2bb0c,\n.kindPrimary_2a6a224e38.colorPositive_b2d7031fc0:hover,\n.kindPrimary_2a6a224e38.colorPositive_b2d7031fc0:focus {\n background: var(--positive-color-hover);\n}\n.kindPrimary_2a6a224e38.colorNegative_95bb670279 {\n background: var(--negative-color);\n}\n.kindPrimary_2a6a224e38.colorNegativeActive_aa7ae2bb0c,\n.kindPrimary_2a6a224e38.colorNegative_95bb670279:hover,\n.kindPrimary_2a6a224e38.colorNegative_95bb670279:focus {\n background: var(--negative-color-hover);\n}\n.kindPrimary_2a6a224e38.colorInverted_7d5af1de04 {\n background: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n}\n.kindPrimary_2a6a224e38.colorInvertedActive_aa7ae2bb0c,\n.kindPrimary_2a6a224e38.colorInverted_7d5af1de04:hover,\n.kindPrimary_2a6a224e38.colorInverted_7d5af1de04:focus {\n background: var(--placeholder-color);\n}\n.kindPrimary_2a6a224e38.button_5d193a910b.colorInverted_7d5af1de04.disabled_3f9fcdbcac {\n background: var(--disabled-text-color);\n color: var(--disabled-background-color);\n}\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498 {\n background: var(--text-color-on-primary);\n}\n.kindPrimary_2a6a224e38.colorOnPrimaryColorActive_31a87fdc41,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:hover,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:focus {\n background-color: #e6e9ef;\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindPrimary_2a6a224e38.colorOnPrimaryColorActive_31a87fdc41:focus-visible, .kindPrimary_2a6a224e38.colorOnPrimaryColorActive_31a87fdc41.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:hover:focus-visible,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:hover.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:focus:focus-visible,\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_2a6a224e38.colorOnPrimaryColorActive_31a87fdc41:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:hover:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindPrimary_2a6a224e38.colorOnPrimaryColor_3299272498.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19 {\n background: var(--fixed-light-color);\n}\n.kindPrimary_2a6a224e38.colorFixedLightActive_4e98c70a65,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:hover,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:focus {\n background-color: #e6e9ef;\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindPrimary_2a6a224e38.colorFixedLightActive_4e98c70a65:focus-visible, .kindPrimary_2a6a224e38.colorFixedLightActive_4e98c70a65.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:hover:focus-visible,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:hover.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:focus:focus-visible,\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_2a6a224e38.colorFixedLightActive_4e98c70a65:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:hover:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindPrimary_2a6a224e38.colorFixedLight_043c8b3c19.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f {\n background: var(--fixed-dark-color);\n color: var(--fixed-light-color);\n}\n.kindPrimary_2a6a224e38.colorFixedDarkActive_d787ae19bf,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:hover,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:focus {\n filter: brightness(125%);\n}\n.kindPrimary_2a6a224e38.colorFixedDarkActive_d787ae19bf:focus-visible, .kindPrimary_2a6a224e38.colorFixedDarkActive_d787ae19bf.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:hover:focus-visible,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:hover.focus-visible_35b789f32a,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:focus:focus-visible,\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindPrimary_2a6a224e38.colorFixedDarkActive_d787ae19bf:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:hover:focus:not(.focus-visible_35b789f32a),\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindPrimary_2a6a224e38.colorFixedDark_5b1f44293f.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindPrimary_2a6a224e38.colorOnInvertedBackground_40f2ff1a96 {\n background: var(--primary-background-color);\n color: var(--primary-text-color);\n}\n.kindPrimary_2a6a224e38.colorOnInvertedBackgroundActive_c8dc208c53,\n.kindPrimary_2a6a224e38.colorOnInvertedBackground_40f2ff1a96:hover,\n.kindPrimary_2a6a224e38.colorOnInvertedBackground_40f2ff1a96:focus {\n background: var(--ui-background-color);\n}\n.kindPrimary_2a6a224e38.button_5d193a910b.colorOnInvertedBackground_40f2ff1a96.disabled_3f9fcdbcac {\n background: var(--ui-background-color);\n color: var(--primary-text-color);\n opacity: 0.5;\n}\n.kindPrimary_2a6a224e38.button_5d193a910b.disabled_3f9fcdbcac {\n background: var(--disabled-background-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindSecondary_809b16b0a9 {\n border: 1px solid;\n border-color: var(--ui-border-color);\n color: var(--primary-text-color);\n background-color: transparent;\n}\n.kindSecondary_809b16b0a9.sizeSmall_594b2172e6 {\n line-height: 22px;\n}\n.kindSecondary_809b16b0a9.sizeMedium_8f4e3ae50c {\n line-height: 22px;\n}\n.kindSecondary_809b16b0a9.sizeLarge_8e8bb2b470 {\n line-height: 22px;\n}\n.kindSecondary_809b16b0a9.colorPrimaryActive_aeb56d3582 {\n background-color: var(--primary-selected-color);\n border-color: var(--primary-color);\n}\n.kindSecondary_809b16b0a9.colorPrimaryActive_aeb56d3582:hover {\n background-color: var(--primary-selected-hover-color);\n border-color: var(--primary-color);\n}\n.kindSecondary_809b16b0a9.colorBrandActive_fec2ea4fbb {\n color: var(--text-color-on-brand);\n}\n.kindSecondary_809b16b0a9.colorBrandActive_fec2ea4fbb,\n.kindSecondary_809b16b0a9.colorBrandActive_fec2ea4fbb:hover {\n background-color: var(--brand-selected-color);\n border-color: var(--brand-color);\n}\n.kindSecondary_809b16b0a9.colorPrimary_59b6dcec77:hover:not(.colorPrimaryActive_aeb56d3582),\n.kindSecondary_809b16b0a9.colorPrimary_59b6dcec77:focus:not(.colorPrimaryActive_aeb56d3582) {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_809b16b0a9.colorBrand_a0ce2fc742:hover:not(.colorBrandActive_fec2ea4fbb),\n.kindSecondary_809b16b0a9.colorBrand_a0ce2fc742:focus:not(.colorBrandActive_fec2ea4fbb) {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_809b16b0a9.colorPositive_b2d7031fc0 {\n color: var(--positive-color);\n border-color: var(--positive-color);\n}\n.kindSecondary_809b16b0a9.colorPositiveActive_aa7ae2bb0c,\n.kindSecondary_809b16b0a9.colorPositive_b2d7031fc0:hover,\n.kindSecondary_809b16b0a9.colorPositive_b2d7031fc0:focus {\n background: var(--positive-color-selected);\n}\n.kindSecondary_809b16b0a9.colorNegative_95bb670279 {\n color: var(--negative-color);\n border-color: var(--negative-color);\n}\n.kindSecondary_809b16b0a9.colorNegativeActive_aa7ae2bb0c,\n.kindSecondary_809b16b0a9.colorNegative_95bb670279:hover,\n.kindSecondary_809b16b0a9.colorNegative_95bb670279:focus {\n background: var(--negative-color-selected);\n}\n.kindSecondary_809b16b0a9.colorInverted_7d5af1de04 {\n color: var(--primary-text-color);\n border-color: var(--primary-text-color);\n}\n.kindSecondary_809b16b0a9.colorInvertedActive_aa7ae2bb0c,\n.kindSecondary_809b16b0a9.colorInverted_7d5af1de04:hover,\n.kindSecondary_809b16b0a9.colorInverted_7d5af1de04:focus {\n background: var(--primary-background-hover-color);\n}\n.kindSecondary_809b16b0a9.colorInverted_7d5af1de04.disabled_3f9fcdbcac {\n border-color: var(--disabled-text-color);\n color: var(--disabled-text-color);\n}\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498 {\n color: var(--text-color-on-primary);\n border-color: var(--text-color-on-primary);\n}\n.kindSecondary_809b16b0a9.colorOnPrimaryColorActive_31a87fdc41,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:hover,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindSecondary_809b16b0a9.colorOnPrimaryColorActive_31a87fdc41:focus-visible, .kindSecondary_809b16b0a9.colorOnPrimaryColorActive_31a87fdc41.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:hover:focus-visible,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:hover.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:focus:focus-visible,\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_809b16b0a9.colorOnPrimaryColorActive_31a87fdc41:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:hover:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindSecondary_809b16b0a9.colorOnPrimaryColor_3299272498.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19 {\n border-color: var(--fixed-light-color);\n color: var(--fixed-light-color);\n}\n.kindSecondary_809b16b0a9.colorFixedLightActive_4e98c70a65,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:hover,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindSecondary_809b16b0a9.colorFixedLightActive_4e98c70a65:focus-visible, .kindSecondary_809b16b0a9.colorFixedLightActive_4e98c70a65.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:hover:focus-visible,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:hover.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:focus:focus-visible,\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_809b16b0a9.colorFixedLightActive_4e98c70a65:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:hover:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f {\n border-color: var(--fixed-dark-color);\n color: var(--fixed-dark-color);\n}\n.kindSecondary_809b16b0a9.colorFixedDarkActive_d787ae19bf,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:hover,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:focus {\n background-color: var(--primary-background-hover-color);\n}\n.kindSecondary_809b16b0a9.colorFixedDarkActive_d787ae19bf:focus-visible, .kindSecondary_809b16b0a9.colorFixedDarkActive_d787ae19bf.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:hover:focus-visible,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:hover.focus-visible_35b789f32a,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:focus:focus-visible,\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindSecondary_809b16b0a9.colorFixedDarkActive_d787ae19bf:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:hover:focus:not(.focus-visible_35b789f32a),\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindSecondary_809b16b0a9.colorOnInvertedBackground_40f2ff1a96 {\n border-color: var(--text-color-on-inverted);\n color: var(--text-color-on-inverted);\n}\n.kindSecondary_809b16b0a9.colorOnInvertedBackgroundActive_c8dc208c53,\n.kindSecondary_809b16b0a9.colorOnInvertedBackground_40f2ff1a96:hover,\n.kindSecondary_809b16b0a9.colorOnInvertedBackground_40f2ff1a96:focus {\n background: var(--icon-color);\n}\n.kindSecondary_809b16b0a9.colorOnInvertedBackground_40f2ff1a96.disabled_3f9fcdbcac {\n border-color: var(--text-color-on-inverted);\n color: var(--text-color-on-inverted);\n opacity: 0.5;\n}\n.kindSecondary_809b16b0a9.colorFixedLight_043c8b3c19.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindSecondary_809b16b0a9.colorFixedDark_5b1f44293f.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindSecondary_809b16b0a9.disabled_3f9fcdbcac {\n border-color: var(--disabled-text-color);\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindSecondary_809b16b0a9.disabled_3f9fcdbcac:hover {\n background-color: transparent;\n}\n.kindTertiary_40293e3a5b {\n color: var(--primary-text-color);\n background-color: transparent;\n}\n.kindTertiary_40293e3a5b.colorPrimaryActive_aeb56d3582 {\n background-color: var(--primary-selected-color);\n}\n.kindTertiary_40293e3a5b.colorPrimaryActive_aeb56d3582:hover {\n background-color: var(--primary-selected-hover-color);\n}\n.kindTertiary_40293e3a5b.colorBrandActive_fec2ea4fbb {\n color: var(--text-color-on-brand);\n}\n.kindTertiary_40293e3a5b.colorBrandActive_fec2ea4fbb,\n.kindTertiary_40293e3a5b.colorBrandActive_fec2ea4fbb:hover {\n background-color: var(--brand-selected-color);\n}\n.kindTertiary_40293e3a5b.colorPrimary_59b6dcec77:hover:not(.colorPrimaryActive_aeb56d3582),\n.kindTertiary_40293e3a5b.colorPrimary_59b6dcec77:focus:not(.colorPrimaryActive_aeb56d3582) {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_40293e3a5b.colorBrand_a0ce2fc742:hover:not(.colorBrandActive_fec2ea4fbb),\n.kindTertiary_40293e3a5b.colorBrand_a0ce2fc742:focus:not(.colorBrandActive_fec2ea4fbb) {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_40293e3a5b.colorPositive_b2d7031fc0 {\n color: var(--positive-color);\n}\n.kindTertiary_40293e3a5b.colorPositiveActive_aa7ae2bb0c,\n.kindTertiary_40293e3a5b.colorPositive_b2d7031fc0:hover,\n.kindTertiary_40293e3a5b.colorPositive_b2d7031fc0:focus {\n background: var(--positive-color-selected);\n}\n.kindTertiary_40293e3a5b.colorNegative_95bb670279 {\n color: var(--negative-color);\n}\n.kindTertiary_40293e3a5b.colorNegativeActive_aa7ae2bb0c,\n.kindTertiary_40293e3a5b.colorNegative_95bb670279:hover,\n.kindTertiary_40293e3a5b.colorNegative_95bb670279:focus {\n background: var(--negative-color-selected);\n}\n.kindTertiary_40293e3a5b.colorInverted_7d5af1de04 {\n color: var(--primary-text-color);\n}\n.kindTertiary_40293e3a5b.colorInvertedActive_aa7ae2bb0c,\n.kindTertiary_40293e3a5b.colorInverted_7d5af1de04:hover,\n.kindTertiary_40293e3a5b.colorInverted_7d5af1de04:focus {\n background: var(--primary-background-hover-color);\n}\n.kindTertiary_40293e3a5b.colorInverted_7d5af1de04.disabled_3f9fcdbcac {\n color: var(--disabled-text-color);\n}\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498 {\n color: var(--text-color-on-primary);\n}\n.kindTertiary_40293e3a5b.colorOnPrimaryColorActive_31a87fdc41,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:hover,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindTertiary_40293e3a5b.colorOnPrimaryColorActive_31a87fdc41:focus-visible, .kindTertiary_40293e3a5b.colorOnPrimaryColorActive_31a87fdc41.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:hover:focus-visible,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:hover.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:focus:focus-visible,\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_40293e3a5b.colorOnPrimaryColorActive_31a87fdc41:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:hover:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindTertiary_40293e3a5b.colorOnPrimaryColor_3299272498.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--text-color-on-primary);\n}\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19 {\n color: var(--fixed-light-color);\n}\n.kindTertiary_40293e3a5b.colorFixedLightActive_4e98c70a65,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:hover,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:focus {\n -webkit-backdrop-filter: brightness(85%);\n backdrop-filter: brightness(85%);\n}\n.kindTertiary_40293e3a5b.colorFixedLightActive_4e98c70a65:focus-visible, .kindTertiary_40293e3a5b.colorFixedLightActive_4e98c70a65.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:hover:focus-visible,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:hover.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:focus:focus-visible,\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_40293e3a5b.colorFixedLightActive_4e98c70a65:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:hover:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindTertiary_40293e3a5b.colorFixedLight_043c8b3c19.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-light-color);\n}\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f {\n color: var(--fixed-dark-color);\n}\n.kindTertiary_40293e3a5b.colorFixedDarkActive_d787ae19bf,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:hover,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:focus {\n background-color: var(--primary-background-hover-color);\n}\n.kindTertiary_40293e3a5b.colorFixedDarkActive_d787ae19bf:focus-visible, .kindTertiary_40293e3a5b.colorFixedDarkActive_d787ae19bf.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:hover:focus-visible,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:hover.focus-visible_35b789f32a,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:focus:focus-visible,\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:focus.focus-visible_35b789f32a {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px var(--text-color-on-primary-with-opacity), 0 0 0 1px var(--text-color-on-primary) inset;\n}\n.kindTertiary_40293e3a5b.colorFixedDarkActive_d787ae19bf:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:hover:focus:not(.focus-visible_35b789f32a),\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f:focus:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.kindTertiary_40293e3a5b.colorFixedDark_5b1f44293f.disabled_3f9fcdbcac {\n opacity: 0.5;\n color: var(--fixed-dark-color);\n}\n.kindTertiary_40293e3a5b.colorOnInvertedBackground_40f2ff1a96 {\n color: var(--text-color-on-inverted);\n}\n.kindTertiary_40293e3a5b.colorOnInvertedBackgroundActive_c8dc208c53,\n.kindTertiary_40293e3a5b.colorOnInvertedBackground_40f2ff1a96:hover,\n.kindTertiary_40293e3a5b.colorOnInvertedBackground_40f2ff1a96:focus {\n background: var(--icon-color);\n}\n.kindTertiary_40293e3a5b.colorOnInvertedBackground_40f2ff1a96.disabled_3f9fcdbcac {\n background: var(--icon-color);\n opacity: 0.5;\n color: var(--text-color-on-inverted);\n}\n.kindTertiary_40293e3a5b.disabled_3f9fcdbcac {\n color: var(--disabled-text-color);\n cursor: not-allowed;\n pointer-events: none;\n}\n.kindTertiary_40293e3a5b.disabled_3f9fcdbcac:hover {\n background-color: transparent;\n}\n.noSidePadding_5663cae280 {\n padding-inline: 0;\n}\n.button_5d193a910b.insetFocusStyle_f58c7a9e6c:focus-visible, .button_5d193a910b.insetFocusStyle_f58c7a9e6c.focus-visible_35b789f32a {\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.button_5d193a910b.insetFocusStyle_f58c7a9e6c:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}");export{o as default};
2
2
  //# sourceMappingURL=Button.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={arrow:"arrow_100043d9be"};!function(e){var a="s_id-3fb64cda561a_4_1_1";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+a))return;var r=document.createElement("style");r.id=a,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}(".arrow_100043d9be {\n width: 12px;\n height: 12px;\n position: absolute;\n border-radius: 2px;\n background-color: var(--secondary-background-color);\n}\n.dark-app-theme .arrow_100043d9be[data-placement*=right], .black-app-theme .arrow_100043d9be[data-placement*=right], .hacker-app-theme .arrow_100043d9be[data-placement*=right] {\n box-shadow: -1px 1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_100043d9be[data-placement*=left], .black-app-theme .arrow_100043d9be[data-placement*=left], .hacker-app-theme .arrow_100043d9be[data-placement*=left] {\n box-shadow: 1px -1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_100043d9be[data-placement*=bottom], .black-app-theme .arrow_100043d9be[data-placement*=bottom], .hacker-app-theme .arrow_100043d9be[data-placement*=bottom] {\n box-shadow: -1px -1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_100043d9be[data-placement*=top], .black-app-theme .arrow_100043d9be[data-placement*=top], .hacker-app-theme .arrow_100043d9be[data-placement*=top] {\n box-shadow: 1px 1px 0px 0px var(--layout-border-color);\n}\n.arrow_100043d9be[data-placement*=bottom] {\n top: 1px;\n}\n.arrow_100043d9be[data-placement*=top] {\n bottom: 1px;\n}\n.arrow_100043d9be[data-placement*=left] {\n right: 1px;\n}\n.arrow_100043d9be[data-placement*=right] {\n left: 1px;\n}");export{e as default};
1
+ var a={arrow:"arrow_2d639c2a2b"};!function(a){var e="s_id-3fb64cda561a_4_1_0";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;var r=document.createElement("style");r.id=e,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(a))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=a)}(".arrow_2d639c2a2b {\n width: 12px;\n height: 12px;\n position: absolute;\n border-radius: 2px;\n background-color: var(--secondary-background-color);\n}\n.dark-app-theme .arrow_2d639c2a2b[data-placement*=right], .black-app-theme .arrow_2d639c2a2b[data-placement*=right], .hacker-app-theme .arrow_2d639c2a2b[data-placement*=right] {\n box-shadow: -1px 1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_2d639c2a2b[data-placement*=left], .black-app-theme .arrow_2d639c2a2b[data-placement*=left], .hacker-app-theme .arrow_2d639c2a2b[data-placement*=left] {\n box-shadow: 1px -1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_2d639c2a2b[data-placement*=bottom], .black-app-theme .arrow_2d639c2a2b[data-placement*=bottom], .hacker-app-theme .arrow_2d639c2a2b[data-placement*=bottom] {\n box-shadow: -1px -1px 0px 0px var(--layout-border-color);\n}\n.dark-app-theme .arrow_2d639c2a2b[data-placement*=top], .black-app-theme .arrow_2d639c2a2b[data-placement*=top], .hacker-app-theme .arrow_2d639c2a2b[data-placement*=top] {\n box-shadow: 1px 1px 0px 0px var(--layout-border-color);\n}\n.arrow_2d639c2a2b[data-placement*=bottom] {\n top: 1px;\n}\n.arrow_2d639c2a2b[data-placement*=top] {\n bottom: 1px;\n}\n.arrow_2d639c2a2b[data-placement*=left] {\n right: 1px;\n}\n.arrow_2d639c2a2b[data-placement*=right] {\n left: 1px;\n}");export{a as default};
2
2
  //# sourceMappingURL=Dialog.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={contentWrapper:"contentWrapper_af9001d86a",top:"top_5e0175d0f3",right:"right_9dbafe0a34",left:"left_b15d286f84",bottom:"bottom_cac9f42866",bottomStart:"bottomStart_6876adb4c9",topStart:"topStart_5e475b3cff",bottomEnd:"bottomEnd_f52b4dead1",topEnd:"topEnd_85872b7b9b",leftStart:"leftStart_0375221415",rightStart:"rightStart_eb41b64b17",leftEnd:"leftEnd_2113af2066",rightEnd:"rightEnd_0e09b0982d",contentComponent:"contentComponent_97877b99cd",hasTooltip:"hasTooltip_5cf7f78447",opacitySlideAppear:"opacitySlideAppear_470a6e0c9b",opacitySlideAppearActive:"opacitySlideAppearActive_6f7d0edf25",expandAppear:"expandAppear_9fa1dec546",expandExit:"expandExit_eec4bcb235",edgeBottom:"edgeBottom_d1bda44805",edgeTop:"edgeTop_918fc37159",expandAppearActive:"expandAppearActive_f8c571bb16"};!function(e){var t="s_id-b5fc9eb29715_4_1_1";if("undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+t))return;var 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.contentWrapper_af9001d86a {\n outline: 0;\n}\n.contentWrapper_af9001d86a.top_5e0175d0f3, .contentWrapper_af9001d86a.right_9dbafe0a34, .contentWrapper_af9001d86a.left_b15d286f84, .contentWrapper_af9001d86a.bottom_cac9f42866 {\n padding: var(--space-4);\n}\n.contentWrapper_af9001d86a.bottomStart_6876adb4c9, .contentWrapper_af9001d86a.topStart_5e475b3cff, .contentWrapper_af9001d86a.bottomEnd_f52b4dead1, .contentWrapper_af9001d86a.topEnd_85872b7b9b {\n padding-block: var(--space-4);\n}\n.contentWrapper_af9001d86a.bottomStart_6876adb4c9, .contentWrapper_af9001d86a.topStart_5e475b3cff {\n padding-inline-end: var(--space-4);\n}\n.contentWrapper_af9001d86a.bottomEnd_f52b4dead1, .contentWrapper_af9001d86a.topEnd_85872b7b9b {\n padding-inline-start: var(--space-4);\n}\n.contentWrapper_af9001d86a.leftStart_0375221415, .contentWrapper_af9001d86a.rightStart_eb41b64b17, .contentWrapper_af9001d86a.leftEnd_2113af2066, .contentWrapper_af9001d86a.rightEnd_0e09b0982d {\n padding-inline: var(--space-4);\n}\n.contentWrapper_af9001d86a.leftStart_0375221415, .contentWrapper_af9001d86a.rightStart_eb41b64b17 {\n padding-block-end: var(--space-4);\n}\n.contentWrapper_af9001d86a.leftEnd_2113af2066, .contentWrapper_af9001d86a.rightEnd_0e09b0982d {\n padding-block-start: var(--space-4);\n}\n.contentWrapper_af9001d86a[data-dialog-reference-hidden=true] {\n visibility: hidden;\n pointer-events: none;\n}\n.contentComponent_97877b99cd:focus {\n outline: none;\n}\n.contentComponent_97877b99cd.hasTooltip_5cf7f78447 {\n padding: 6px;\n}\n.opacitySlideAppear_470a6e0c9b {\n opacity: 0;\n}\n.opacitySlideAppear_470a6e0c9b.top_5e0175d0f3 {\n transform: translateY(var(--space-16));\n}\n.opacitySlideAppear_470a6e0c9b.right_9dbafe0a34 {\n transform: translateX(calc(var(--space-16) * -1));\n}\n.opacitySlideAppear_470a6e0c9b.bottom_cac9f42866 {\n transform: translateY(calc(var(--space-16) * -1));\n}\n.opacitySlideAppear_470a6e0c9b.left_b15d286f84 {\n transform: translateX(var(--space-16));\n}\n.opacitySlideAppearActive_6f7d0edf25 {\n transition: opacity 0.2s ease, transform 0.2s ease-out;\n opacity: 1;\n pointer-events: none;\n}\n.opacitySlideAppearActive_6f7d0edf25.top_5e0175d0f3, .opacitySlideAppearActive_6f7d0edf25.bottom_cac9f42866 {\n transform: translateY(0);\n}\n.opacitySlideAppearActive_6f7d0edf25.right_9dbafe0a34, .opacitySlideAppearActive_6f7d0edf25.left_b15d286f84 {\n transform: translateX(0);\n}\n.expandAppear_9fa1dec546,\n.expandExit_eec4bcb235 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n}\n.expandAppear_9fa1dec546.top_5e0175d0f3, .expandAppear_9fa1dec546.topStart_5e475b3cff, .expandAppear_9fa1dec546.topEnd_85872b7b9b,\n.expandExit_eec4bcb235.top_5e0175d0f3,\n.expandExit_eec4bcb235.topStart_5e475b3cff,\n.expandExit_eec4bcb235.topEnd_85872b7b9b {\n transform-origin: bottom center;\n transform: scale(0.8);\n}\n.expandAppear_9fa1dec546.top_5e0175d0f3.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.topStart_5e475b3cff.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.topEnd_85872b7b9b.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.top_5e0175d0f3.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.topStart_5e475b3cff.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.topEnd_85872b7b9b.edgeBottom_d1bda44805 {\n transform-origin: bottom left;\n}\n.expandAppear_9fa1dec546.top_5e0175d0f3.edgeTop_918fc37159, .expandAppear_9fa1dec546.topStart_5e475b3cff.edgeTop_918fc37159, .expandAppear_9fa1dec546.topEnd_85872b7b9b.edgeTop_918fc37159,\n.expandExit_eec4bcb235.top_5e0175d0f3.edgeTop_918fc37159,\n.expandExit_eec4bcb235.topStart_5e475b3cff.edgeTop_918fc37159,\n.expandExit_eec4bcb235.topEnd_85872b7b9b.edgeTop_918fc37159 {\n transform-origin: bottom right;\n}\n.expandAppear_9fa1dec546.right_9dbafe0a34, .expandAppear_9fa1dec546.rightStart_eb41b64b17, .expandAppear_9fa1dec546.rightEnd_0e09b0982d,\n.expandExit_eec4bcb235.right_9dbafe0a34,\n.expandExit_eec4bcb235.rightStart_eb41b64b17,\n.expandExit_eec4bcb235.rightEnd_0e09b0982d {\n transform-origin: left;\n transform: scale(0.8);\n}\n.expandAppear_9fa1dec546.right_9dbafe0a34.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.rightStart_eb41b64b17.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.rightEnd_0e09b0982d.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.right_9dbafe0a34.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.rightStart_eb41b64b17.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.rightEnd_0e09b0982d.edgeBottom_d1bda44805 {\n transform-origin: top left;\n}\n.expandAppear_9fa1dec546.right_9dbafe0a34.edgeTop_918fc37159, .expandAppear_9fa1dec546.rightStart_eb41b64b17.edgeTop_918fc37159, .expandAppear_9fa1dec546.rightEnd_0e09b0982d.edgeTop_918fc37159,\n.expandExit_eec4bcb235.right_9dbafe0a34.edgeTop_918fc37159,\n.expandExit_eec4bcb235.rightStart_eb41b64b17.edgeTop_918fc37159,\n.expandExit_eec4bcb235.rightEnd_0e09b0982d.edgeTop_918fc37159 {\n transform-origin: bottom left;\n}\n.expandAppear_9fa1dec546.bottom_cac9f42866, .expandAppear_9fa1dec546.bottomStart_6876adb4c9, .expandAppear_9fa1dec546.bottomEnd_f52b4dead1,\n.expandExit_eec4bcb235.bottom_cac9f42866,\n.expandExit_eec4bcb235.bottomStart_6876adb4c9,\n.expandExit_eec4bcb235.bottomEnd_f52b4dead1 {\n transform-origin: top;\n transform: scale(0.8);\n}\n.expandAppear_9fa1dec546.bottom_cac9f42866.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.bottomStart_6876adb4c9.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.bottomEnd_f52b4dead1.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.bottom_cac9f42866.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.bottomStart_6876adb4c9.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.bottomEnd_f52b4dead1.edgeBottom_d1bda44805 {\n transform-origin: top left;\n}\n.expandAppear_9fa1dec546.bottom_cac9f42866.edgeTop_918fc37159, .expandAppear_9fa1dec546.bottomStart_6876adb4c9.edgeTop_918fc37159, .expandAppear_9fa1dec546.bottomEnd_f52b4dead1.edgeTop_918fc37159,\n.expandExit_eec4bcb235.bottom_cac9f42866.edgeTop_918fc37159,\n.expandExit_eec4bcb235.bottomStart_6876adb4c9.edgeTop_918fc37159,\n.expandExit_eec4bcb235.bottomEnd_f52b4dead1.edgeTop_918fc37159 {\n transform-origin: top right;\n}\n.expandAppear_9fa1dec546.left_b15d286f84, .expandAppear_9fa1dec546.leftStart_0375221415, .expandAppear_9fa1dec546.leftEnd_2113af2066,\n.expandExit_eec4bcb235.left_b15d286f84,\n.expandExit_eec4bcb235.leftStart_0375221415,\n.expandExit_eec4bcb235.leftEnd_2113af2066 {\n transform-origin: right;\n transform: scale(0.8);\n}\n.expandAppear_9fa1dec546.left_b15d286f84.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.leftStart_0375221415.edgeBottom_d1bda44805, .expandAppear_9fa1dec546.leftEnd_2113af2066.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.left_b15d286f84.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.leftStart_0375221415.edgeBottom_d1bda44805,\n.expandExit_eec4bcb235.leftEnd_2113af2066.edgeBottom_d1bda44805 {\n transform-origin: top right;\n}\n.expandAppear_9fa1dec546.left_b15d286f84.edgeTop_918fc37159, .expandAppear_9fa1dec546.leftStart_0375221415.edgeTop_918fc37159, .expandAppear_9fa1dec546.leftEnd_2113af2066.edgeTop_918fc37159,\n.expandExit_eec4bcb235.left_b15d286f84.edgeTop_918fc37159,\n.expandExit_eec4bcb235.leftStart_0375221415.edgeTop_918fc37159,\n.expandExit_eec4bcb235.leftEnd_2113af2066.edgeTop_918fc37159 {\n transform-origin: bottom right;\n}\n.expandExit_eec4bcb235 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n}\n.expandAppearActive_f8c571bb16 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n pointer-events: none;\n}\n.expandAppearActive_f8c571bb16.top_5e0175d0f3, .expandAppearActive_f8c571bb16.topStart_5e475b3cff, .expandAppearActive_f8c571bb16.topEnd_85872b7b9b, .expandAppearActive_f8c571bb16.bottom_cac9f42866, .expandAppearActive_f8c571bb16.bottomStart_6876adb4c9, .expandAppearActive_f8c571bb16.bottomEnd_f52b4dead1, .expandAppearActive_f8c571bb16.right_9dbafe0a34, .expandAppearActive_f8c571bb16.rightStart_eb41b64b17, .expandAppearActive_f8c571bb16.rightEnd_0e09b0982d, .expandAppearActive_f8c571bb16.left_b15d286f84, .expandAppearActive_f8c571bb16.leftStart_0375221415, .expandAppearActive_f8c571bb16.leftEnd_2113af2066 {\n transform: scale(1);\n}");export{e as default};
1
+ var e={contentWrapper:"contentWrapper_3cda8a4099",top:"top_83aad89a70",right:"right_ae1fbdc5cb",left:"left_77dd68e2be",bottom:"bottom_e645b51bad",bottomStart:"bottomStart_0135d65dc1",topStart:"topStart_4afc313125",bottomEnd:"bottomEnd_fa7c3a2eb4",topEnd:"topEnd_c58d0619ba",leftStart:"leftStart_a025d0e207",rightStart:"rightStart_aeec0e104c",leftEnd:"leftEnd_1bcbac09be",rightEnd:"rightEnd_da83a20ef0",contentComponent:"contentComponent_2ad47fb3c1",hasTooltip:"hasTooltip_f3d399b1a0",opacitySlideAppear:"opacitySlideAppear_a501e080db",opacitySlideAppearActive:"opacitySlideAppearActive_cc2e0df1fe",expandAppear:"expandAppear_6812b54f70",expandExit:"expandExit_cbc7680642",edgeBottom:"edgeBottom_35e101db28",edgeTop:"edgeTop_1682e53a2e",expandAppearActive:"expandAppearActive_444db68cb6"};!function(e){var a="s_id-b5fc9eb29715_4_1_0";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+a))return;var n=document.createElement("style");n.id=a,t.firstChild?t.insertBefore(n,t.firstChild):t.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.contentWrapper_3cda8a4099 {\n outline: 0;\n}\n.contentWrapper_3cda8a4099.top_83aad89a70, .contentWrapper_3cda8a4099.right_ae1fbdc5cb, .contentWrapper_3cda8a4099.left_77dd68e2be, .contentWrapper_3cda8a4099.bottom_e645b51bad {\n padding: var(--space-4);\n}\n.contentWrapper_3cda8a4099.bottomStart_0135d65dc1, .contentWrapper_3cda8a4099.topStart_4afc313125, .contentWrapper_3cda8a4099.bottomEnd_fa7c3a2eb4, .contentWrapper_3cda8a4099.topEnd_c58d0619ba {\n padding-block: var(--space-4);\n}\n.contentWrapper_3cda8a4099.bottomStart_0135d65dc1, .contentWrapper_3cda8a4099.topStart_4afc313125 {\n padding-inline-end: var(--space-4);\n}\n.contentWrapper_3cda8a4099.bottomEnd_fa7c3a2eb4, .contentWrapper_3cda8a4099.topEnd_c58d0619ba {\n padding-inline-start: var(--space-4);\n}\n.contentWrapper_3cda8a4099.leftStart_a025d0e207, .contentWrapper_3cda8a4099.rightStart_aeec0e104c, .contentWrapper_3cda8a4099.leftEnd_1bcbac09be, .contentWrapper_3cda8a4099.rightEnd_da83a20ef0 {\n padding-inline: var(--space-4);\n}\n.contentWrapper_3cda8a4099.leftStart_a025d0e207, .contentWrapper_3cda8a4099.rightStart_aeec0e104c {\n padding-block-end: var(--space-4);\n}\n.contentWrapper_3cda8a4099.leftEnd_1bcbac09be, .contentWrapper_3cda8a4099.rightEnd_da83a20ef0 {\n padding-block-start: var(--space-4);\n}\n.contentWrapper_3cda8a4099[data-dialog-reference-hidden=true] {\n visibility: hidden;\n pointer-events: none;\n}\n.contentComponent_2ad47fb3c1:focus {\n outline: none;\n}\n.contentComponent_2ad47fb3c1.hasTooltip_f3d399b1a0 {\n padding: 6px;\n}\n.opacitySlideAppear_a501e080db {\n opacity: 0;\n}\n.opacitySlideAppear_a501e080db.top_83aad89a70 {\n transform: translateY(var(--space-16));\n}\n.opacitySlideAppear_a501e080db.right_ae1fbdc5cb {\n transform: translateX(calc(var(--space-16) * -1));\n}\n.opacitySlideAppear_a501e080db.bottom_e645b51bad {\n transform: translateY(calc(var(--space-16) * -1));\n}\n.opacitySlideAppear_a501e080db.left_77dd68e2be {\n transform: translateX(var(--space-16));\n}\n.opacitySlideAppearActive_cc2e0df1fe {\n transition: opacity 0.2s ease, transform 0.2s ease-out;\n opacity: 1;\n pointer-events: none;\n}\n.opacitySlideAppearActive_cc2e0df1fe.top_83aad89a70, .opacitySlideAppearActive_cc2e0df1fe.bottom_e645b51bad {\n transform: translateY(0);\n}\n.opacitySlideAppearActive_cc2e0df1fe.right_ae1fbdc5cb, .opacitySlideAppearActive_cc2e0df1fe.left_77dd68e2be {\n transform: translateX(0);\n}\n.expandAppear_6812b54f70,\n.expandExit_cbc7680642 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n}\n.expandAppear_6812b54f70.top_83aad89a70, .expandAppear_6812b54f70.topStart_4afc313125, .expandAppear_6812b54f70.topEnd_c58d0619ba,\n.expandExit_cbc7680642.top_83aad89a70,\n.expandExit_cbc7680642.topStart_4afc313125,\n.expandExit_cbc7680642.topEnd_c58d0619ba {\n transform-origin: bottom center;\n transform: scale(0.8);\n}\n.expandAppear_6812b54f70.top_83aad89a70.edgeBottom_35e101db28, .expandAppear_6812b54f70.topStart_4afc313125.edgeBottom_35e101db28, .expandAppear_6812b54f70.topEnd_c58d0619ba.edgeBottom_35e101db28,\n.expandExit_cbc7680642.top_83aad89a70.edgeBottom_35e101db28,\n.expandExit_cbc7680642.topStart_4afc313125.edgeBottom_35e101db28,\n.expandExit_cbc7680642.topEnd_c58d0619ba.edgeBottom_35e101db28 {\n transform-origin: bottom left;\n}\n.expandAppear_6812b54f70.top_83aad89a70.edgeTop_1682e53a2e, .expandAppear_6812b54f70.topStart_4afc313125.edgeTop_1682e53a2e, .expandAppear_6812b54f70.topEnd_c58d0619ba.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.top_83aad89a70.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.topStart_4afc313125.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.topEnd_c58d0619ba.edgeTop_1682e53a2e {\n transform-origin: bottom right;\n}\n.expandAppear_6812b54f70.right_ae1fbdc5cb, .expandAppear_6812b54f70.rightStart_aeec0e104c, .expandAppear_6812b54f70.rightEnd_da83a20ef0,\n.expandExit_cbc7680642.right_ae1fbdc5cb,\n.expandExit_cbc7680642.rightStart_aeec0e104c,\n.expandExit_cbc7680642.rightEnd_da83a20ef0 {\n transform-origin: left;\n transform: scale(0.8);\n}\n.expandAppear_6812b54f70.right_ae1fbdc5cb.edgeBottom_35e101db28, .expandAppear_6812b54f70.rightStart_aeec0e104c.edgeBottom_35e101db28, .expandAppear_6812b54f70.rightEnd_da83a20ef0.edgeBottom_35e101db28,\n.expandExit_cbc7680642.right_ae1fbdc5cb.edgeBottom_35e101db28,\n.expandExit_cbc7680642.rightStart_aeec0e104c.edgeBottom_35e101db28,\n.expandExit_cbc7680642.rightEnd_da83a20ef0.edgeBottom_35e101db28 {\n transform-origin: top left;\n}\n.expandAppear_6812b54f70.right_ae1fbdc5cb.edgeTop_1682e53a2e, .expandAppear_6812b54f70.rightStart_aeec0e104c.edgeTop_1682e53a2e, .expandAppear_6812b54f70.rightEnd_da83a20ef0.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.right_ae1fbdc5cb.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.rightStart_aeec0e104c.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.rightEnd_da83a20ef0.edgeTop_1682e53a2e {\n transform-origin: bottom left;\n}\n.expandAppear_6812b54f70.bottom_e645b51bad, .expandAppear_6812b54f70.bottomStart_0135d65dc1, .expandAppear_6812b54f70.bottomEnd_fa7c3a2eb4,\n.expandExit_cbc7680642.bottom_e645b51bad,\n.expandExit_cbc7680642.bottomStart_0135d65dc1,\n.expandExit_cbc7680642.bottomEnd_fa7c3a2eb4 {\n transform-origin: top;\n transform: scale(0.8);\n}\n.expandAppear_6812b54f70.bottom_e645b51bad.edgeBottom_35e101db28, .expandAppear_6812b54f70.bottomStart_0135d65dc1.edgeBottom_35e101db28, .expandAppear_6812b54f70.bottomEnd_fa7c3a2eb4.edgeBottom_35e101db28,\n.expandExit_cbc7680642.bottom_e645b51bad.edgeBottom_35e101db28,\n.expandExit_cbc7680642.bottomStart_0135d65dc1.edgeBottom_35e101db28,\n.expandExit_cbc7680642.bottomEnd_fa7c3a2eb4.edgeBottom_35e101db28 {\n transform-origin: top left;\n}\n.expandAppear_6812b54f70.bottom_e645b51bad.edgeTop_1682e53a2e, .expandAppear_6812b54f70.bottomStart_0135d65dc1.edgeTop_1682e53a2e, .expandAppear_6812b54f70.bottomEnd_fa7c3a2eb4.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.bottom_e645b51bad.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.bottomStart_0135d65dc1.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.bottomEnd_fa7c3a2eb4.edgeTop_1682e53a2e {\n transform-origin: top right;\n}\n.expandAppear_6812b54f70.left_77dd68e2be, .expandAppear_6812b54f70.leftStart_a025d0e207, .expandAppear_6812b54f70.leftEnd_1bcbac09be,\n.expandExit_cbc7680642.left_77dd68e2be,\n.expandExit_cbc7680642.leftStart_a025d0e207,\n.expandExit_cbc7680642.leftEnd_1bcbac09be {\n transform-origin: right;\n transform: scale(0.8);\n}\n.expandAppear_6812b54f70.left_77dd68e2be.edgeBottom_35e101db28, .expandAppear_6812b54f70.leftStart_a025d0e207.edgeBottom_35e101db28, .expandAppear_6812b54f70.leftEnd_1bcbac09be.edgeBottom_35e101db28,\n.expandExit_cbc7680642.left_77dd68e2be.edgeBottom_35e101db28,\n.expandExit_cbc7680642.leftStart_a025d0e207.edgeBottom_35e101db28,\n.expandExit_cbc7680642.leftEnd_1bcbac09be.edgeBottom_35e101db28 {\n transform-origin: top right;\n}\n.expandAppear_6812b54f70.left_77dd68e2be.edgeTop_1682e53a2e, .expandAppear_6812b54f70.leftStart_a025d0e207.edgeTop_1682e53a2e, .expandAppear_6812b54f70.leftEnd_1bcbac09be.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.left_77dd68e2be.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.leftStart_a025d0e207.edgeTop_1682e53a2e,\n.expandExit_cbc7680642.leftEnd_1bcbac09be.edgeTop_1682e53a2e {\n transform-origin: bottom right;\n}\n.expandExit_cbc7680642 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n}\n.expandAppearActive_444db68cb6 {\n transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);\n pointer-events: none;\n}\n.expandAppearActive_444db68cb6.top_83aad89a70, .expandAppearActive_444db68cb6.topStart_4afc313125, .expandAppearActive_444db68cb6.topEnd_c58d0619ba, .expandAppearActive_444db68cb6.bottom_e645b51bad, .expandAppearActive_444db68cb6.bottomStart_0135d65dc1, .expandAppearActive_444db68cb6.bottomEnd_fa7c3a2eb4, .expandAppearActive_444db68cb6.right_ae1fbdc5cb, .expandAppearActive_444db68cb6.rightStart_aeec0e104c, .expandAppearActive_444db68cb6.rightEnd_da83a20ef0, .expandAppearActive_444db68cb6.left_77dd68e2be, .expandAppearActive_444db68cb6.leftStart_a025d0e207, .expandAppearActive_444db68cb6.leftEnd_1bcbac09be {\n transform: scale(1);\n}");export{e as default};
2
2
  //# sourceMappingURL=DialogContent.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={dialogContentContainer:"dialogContentContainer_9fbf654b14",sizeSmall:"sizeSmall_40cf77af62",sizeMedium:"sizeMedium_13be2c8ccb",sizeLarge:"sizeLarge_ca5934c5c5",typePopover:"typePopover_ca615a96b1",typeModal:"typeModal_c6c8b38924"};!function(e){var a="s_id-e25392b9c982_4_1_1";if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+a))return;var n=document.createElement("style");n.id=a,o.firstChild?o.insertBefore(n,o.firstChild):o.appendChild(n),n.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}(".dialogContentContainer_9fbf654b14:focus {\n outline: none;\n}\n\n.sizeSmall_40cf77af62 {\n padding: var(--space-8);\n}\n\n.sizeMedium_13be2c8ccb {\n padding: var(--space-16);\n}\n\n.sizeLarge_ca5934c5c5 {\n padding: var(--space-24);\n}\n\n.typePopover_ca615a96b1 {\n box-shadow: var(--box-shadow-medium);\n border-radius: var(--border-radius-medium);\n background-color: var(--secondary-background-color);\n}\n\n.dark-app-theme .typePopover_ca615a96b1, .black-app-theme .typePopover_ca615a96b1, .hacker-app-theme .typePopover_ca615a96b1 {\n box-shadow: 0 0 0 1px var(--layout-border-color), var(--box-shadow-medium);\n}\n\n.typeModal_c6c8b38924 {\n box-shadow: var(--box-shadow-large);\n border-radius: var(--border-radius-big);\n background-color: var(--primary-background-color);\n}");export{e as default};
1
+ var e={dialogContentContainer:"dialogContentContainer_baa7ee533c",sizeSmall:"sizeSmall_158067b705",sizeMedium:"sizeMedium_17798a42ad",sizeLarge:"sizeLarge_5b37cf5321",typePopover:"typePopover_1d30c4909f",typeModal:"typeModal_98b7bd0d0d"};!function(e){var a="s_id-e25392b9c982_4_1_0";if("undefined"!=typeof document){var d=document.head||document.getElementsByTagName("head")[0];if(d.querySelector("#"+a))return;var o=document.createElement("style");o.id=a,d.firstChild?d.insertBefore(o,d.firstChild):d.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[a]=e)}(".dialogContentContainer_baa7ee533c:focus {\n outline: none;\n}\n\n.sizeSmall_158067b705 {\n padding: var(--space-8);\n}\n\n.sizeMedium_17798a42ad {\n padding: var(--space-16);\n}\n\n.sizeLarge_5b37cf5321 {\n padding: var(--space-24);\n}\n\n.typePopover_1d30c4909f {\n box-shadow: var(--box-shadow-medium);\n border-radius: var(--border-radius-medium);\n background-color: var(--secondary-background-color);\n}\n\n.dark-app-theme .typePopover_1d30c4909f, .black-app-theme .typePopover_1d30c4909f, .hacker-app-theme .typePopover_1d30c4909f {\n box-shadow: 0 0 0 1px var(--layout-border-color), var(--box-shadow-medium);\n}\n\n.typeModal_98b7bd0d0d {\n box-shadow: var(--box-shadow-large);\n border-radius: var(--border-radius-big);\n background-color: var(--primary-background-color);\n}");export{e as default};
2
2
  //# sourceMappingURL=DialogContentContainer.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={wrapper:"wrapper_b3ce1e9630",referenceWrapper:"referenceWrapper_2ab4b69723",loader:"loader_f87acf849d",xxs:"xxs_8433f6c71c"};!function(e){var n="s_id-8d1605f1f87b_4_0_4";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;var 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)}(".wrapper_b3ce1e9630 {\n width: -moz-fit-content;\n width: fit-content;\n height: -moz-fit-content;\n height: fit-content;\n display: inline-flex;\n}\n\n.referenceWrapper_2ab4b69723 {\n display: inline-flex;\n}\n\n.referenceWrapper_2ab4b69723 button .loader_f87acf849d {\n width: 16px;\n height: 16px;\n}\n\n.referenceWrapper_2ab4b69723 button .loader_f87acf849d.xxs_8433f6c71c {\n width: 10px;\n height: 10px;\n}\n\n.referenceWrapper_2ab4b69723 button .loader_f87acf849d.xxs_8433f6c71c svg {\n display: block;\n}");export{e as default};
1
+ var e={wrapper:"wrapper_02611af8f3",referenceWrapper:"referenceWrapper_e8970664e0",loader:"loader_75ab4615bc",xxs:"xxs_f42832b0f9"};!function(e){var n="s_id-8d1605f1f87b_4_0_3";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;var 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)}(".wrapper_02611af8f3 {\n width: -moz-fit-content;\n width: fit-content;\n height: -moz-fit-content;\n height: fit-content;\n display: inline-flex;\n}\n\n.referenceWrapper_e8970664e0 {\n display: inline-flex;\n}\n\n.referenceWrapper_e8970664e0 button .loader_75ab4615bc {\n width: 16px;\n height: 16px;\n}\n\n.referenceWrapper_e8970664e0 button .loader_75ab4615bc.xxs_f42832b0f9 {\n width: 10px;\n height: 10px;\n}\n\n.referenceWrapper_e8970664e0 button .loader_75ab4615bc.xxs_f42832b0f9 svg {\n display: block;\n}");export{e as default};
2
2
  //# sourceMappingURL=IconButton.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var a={tooltip:"tooltip_1f0a1165bb",image:"image_3da42350a1",title:"title_ebf910c0e3",content:"content_6194392f1b",paddingSizeMd:"paddingSizeMd_29cae0969f",tooltipWhiteLink:"tooltipWhiteLink_0ae24440f2",arrow:"arrow_1f1bc88df0",dark:"dark_a06e247ffb",primary:"primary_3911a46ff7"};!function(a){var r="s_id-9f2070a53c2f_4_0_4";if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0];if(o.querySelector("#"+r))return;var e=document.createElement("style");e.id=r,o.firstChild?o.insertBefore(e,o.firstChild):o.appendChild(e),e.appendChild(document.createTextNode(a))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=a)}("/* stylelint-disable */\n/* stylelint-enable */\n.tooltip_1f0a1165bb {\n position: relative;\n display: inline-block;\n border-radius: var(--tooltip-border-radius, var(--border-radius-small));\n box-shadow: var(--box-shadow-medium);\n font: var(--font-text2-normal);\n max-width: var(--tooltip-max-width, 50vw);\n word-break: break-word;\n background-color: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n --tooltip-max-width: 240px;\n white-space: pre-wrap;\n}\n.tooltip_1f0a1165bb .image_3da42350a1 {\n display: block;\n position: relative;\n border-start-end-radius: 2px;\n border-start-start-radius: 2px;\n padding: 2px 2px 0 2px;\n -o-object-fit: cover;\n object-fit: cover;\n width: 100%;\n height: 100%;\n min-width: var(--tooltip-max-width);\n z-index: 1;\n}\n.tooltip_1f0a1165bb .title_ebf910c0e3 {\n font: var(--font-text2-bold);\n}\n.tooltip_1f0a1165bb .content_6194392f1b {\n word-break: break-word;\n display: inline-block;\n padding: var(--tooltip-padding, var(--space-8) var(--space-16));\n}\n.tooltip_1f0a1165bb.paddingSizeMd_29cae0969f {\n border-radius: var(--border-radius-medium);\n padding: var(--space-16);\n font: var(--font-text2-normal);\n}\n.tooltip_1f0a1165bb a.tooltipWhiteLink_0ae24440f2 {\n color: #fff;\n}\n.arrow_1f1bc88df0,\n.dark_a06e247ffb,\n.arrow_1f1bc88df0.dark_a06e247ffb {\n background-color: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n}\n.dark-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.dark_a06e247ffb, .black-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.dark_a06e247ffb, .hacker-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.dark_a06e247ffb,\n.dark-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.primary_3911a46ff7,\n.black-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.primary_3911a46ff7,\n.hacker-app-theme .arrow_1f1bc88df0.arrow_1f1bc88df0.primary_3911a46ff7 {\n box-shadow: none;\n}\n.primary_3911a46ff7,\n.arrow_1f1bc88df0.primary_3911a46ff7 {\n background-color: var(--primary-color);\n color: var(--text-color-on-primary);\n}");export{a as default};
1
+ var e={tooltip:"tooltip_73cf67c90e",image:"image_3e8c4c82ca",title:"title_36dfa45fd1",content:"content_049d69d3cd",paddingSizeMd:"paddingSizeMd_35104b9e9e",tooltipWhiteLink:"tooltipWhiteLink_a3d9e4ce39",arrow:"arrow_89b5ea8814",dark:"dark_5f7274bb0f",primary:"primary_ef72329e8f"};!function(e){var r="s_id-9f2070a53c2f_4_0_3";if("undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0];if(a.querySelector("#"+r))return;var o=document.createElement("style");o.id=r,a.firstChild?a.insertBefore(o,a.firstChild):a.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[r]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.tooltip_73cf67c90e {\n position: relative;\n display: inline-block;\n border-radius: var(--tooltip-border-radius, var(--border-radius-small));\n box-shadow: var(--box-shadow-medium);\n font: var(--font-text2-normal);\n max-width: var(--tooltip-max-width, 50vw);\n word-break: break-word;\n background-color: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n --tooltip-max-width: 240px;\n white-space: pre-wrap;\n}\n.tooltip_73cf67c90e .image_3e8c4c82ca {\n display: block;\n position: relative;\n border-start-end-radius: 2px;\n border-start-start-radius: 2px;\n padding: 2px 2px 0 2px;\n -o-object-fit: cover;\n object-fit: cover;\n width: 100%;\n height: 100%;\n min-width: var(--tooltip-max-width);\n z-index: 1;\n}\n.tooltip_73cf67c90e .title_36dfa45fd1 {\n font: var(--font-text2-bold);\n}\n.tooltip_73cf67c90e .content_049d69d3cd {\n word-break: break-word;\n display: inline-block;\n padding: var(--tooltip-padding, var(--space-8) var(--space-16));\n}\n.tooltip_73cf67c90e.paddingSizeMd_35104b9e9e {\n border-radius: var(--border-radius-medium);\n padding: var(--space-16);\n font: var(--font-text2-normal);\n}\n.tooltip_73cf67c90e a.tooltipWhiteLink_a3d9e4ce39 {\n color: #fff;\n}\n.arrow_89b5ea8814,\n.dark_5f7274bb0f,\n.arrow_89b5ea8814.dark_5f7274bb0f {\n background-color: var(--inverted-color-background);\n color: var(--text-color-on-inverted);\n}\n.dark-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.dark_5f7274bb0f, .black-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.dark_5f7274bb0f, .hacker-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.dark_5f7274bb0f,\n.dark-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.primary_ef72329e8f,\n.black-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.primary_ef72329e8f,\n.hacker-app-theme .arrow_89b5ea8814.arrow_89b5ea8814.primary_ef72329e8f {\n box-shadow: none;\n}\n.primary_ef72329e8f,\n.arrow_89b5ea8814.primary_ef72329e8f {\n background-color: var(--primary-color);\n color: var(--text-color-on-primary);\n}");export{e as default};
2
2
  //# sourceMappingURL=Tooltip.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={h1Bold:"h1Bold_5b589c5772",h1Medium:"h1Medium_a3a84fcf9c",h1Normal:"h1Normal_9f2b6b530d",h1Light:"h1Light_6bcd04c705",h2Bold:"h2Bold_49827951fe",h2Medium:"h2Medium_f0b71b3d4a",h2Normal:"h2Normal_7fc4e93ff0",h2Light:"h2Light_7b0c811966",h3Bold:"h3Bold_1314ff7129",h3Medium:"h3Medium_f0c067eedc",h3Normal:"h3Normal_1a5cd26037",h3Light:"h3Light_7f27749067",heading:"heading_88ddbfd544"};!function(n){var o="s_id-3b689d96f497_4_0_4";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+o))return;var i=document.createElement("style");i.id=o,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n.h1Bold_5b589c5772 {\n font: var(--font-h1-bold);\n letter-spacing: var(--letter-spacing-h1-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Medium_a3a84fcf9c {\n font: var(--font-h1-medium);\n letter-spacing: var(--letter-spacing-h1-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Normal_9f2b6b530d {\n font: var(--font-h1-normal);\n letter-spacing: var(--letter-spacing-h1-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Light_6bcd04c705 {\n font: var(--font-h1-light);\n letter-spacing: var(--letter-spacing-h1-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Bold_49827951fe {\n font: var(--font-h2-bold);\n letter-spacing: var(--letter-spacing-h2-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Medium_f0b71b3d4a {\n font: var(--font-h2-medium);\n letter-spacing: var(--letter-spacing-h2-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Normal_7fc4e93ff0 {\n font: var(--font-h2-normal);\n letter-spacing: var(--letter-spacing-h2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Light_7b0c811966 {\n font: var(--font-h2-light);\n letter-spacing: var(--letter-spacing-h2-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Bold_1314ff7129 {\n font: var(--font-h3-bold);\n letter-spacing: var(--letter-spacing-h3-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Medium_f0c067eedc {\n font: var(--font-h3-medium);\n letter-spacing: var(--letter-spacing-h3-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Normal_1a5cd26037 {\n font: var(--font-h3-normal);\n letter-spacing: var(--letter-spacing-h3-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Light_7f27749067 {\n font: var(--font-h3-light);\n letter-spacing: var(--letter-spacing-h3-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.heading_88ddbfd544 {\n margin: 0;\n}");export{n as default};
1
+ var n={h1Bold:"h1Bold_dd1e02cf76",h1Medium:"h1Medium_ac48b5c0cb",h1Normal:"h1Normal_f0d0716487",h1Light:"h1Light_f76aa5f23b",h2Bold:"h2Bold_2a324df441",h2Medium:"h2Medium_8b8ef982f8",h2Normal:"h2Normal_0154949c9a",h2Light:"h2Light_90937e4f1c",h3Bold:"h3Bold_cd973cef95",h3Medium:"h3Medium_c6065d8d50",h3Normal:"h3Normal_8136617639",h3Light:"h3Light_dfccfb6722",heading:"heading_397ce83849"};!function(n){var o="s_id-3b689d96f497_4_0_3";if("undefined"!=typeof document){var t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+o))return;var i=document.createElement("style");i.id=o,t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=n)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n.h1Bold_dd1e02cf76 {\n font: var(--font-h1-bold);\n letter-spacing: var(--letter-spacing-h1-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Medium_ac48b5c0cb {\n font: var(--font-h1-medium);\n letter-spacing: var(--letter-spacing-h1-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Normal_f0d0716487 {\n font: var(--font-h1-normal);\n letter-spacing: var(--letter-spacing-h1-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h1Light_f76aa5f23b {\n font: var(--font-h1-light);\n letter-spacing: var(--letter-spacing-h1-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Bold_2a324df441 {\n font: var(--font-h2-bold);\n letter-spacing: var(--letter-spacing-h2-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Medium_8b8ef982f8 {\n font: var(--font-h2-medium);\n letter-spacing: var(--letter-spacing-h2-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Normal_0154949c9a {\n font: var(--font-h2-normal);\n letter-spacing: var(--letter-spacing-h2-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h2Light_90937e4f1c {\n font: var(--font-h2-light);\n letter-spacing: var(--letter-spacing-h2-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Bold_cd973cef95 {\n font: var(--font-h3-bold);\n letter-spacing: var(--letter-spacing-h3-bold);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Medium_c6065d8d50 {\n font: var(--font-h3-medium);\n letter-spacing: var(--letter-spacing-h3-medium);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Normal_8136617639 {\n font: var(--font-h3-normal);\n letter-spacing: var(--letter-spacing-h3-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.h3Light_dfccfb6722 {\n font: var(--font-h3-light);\n letter-spacing: var(--letter-spacing-h3-light);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n}\n.heading_397ce83849 {\n margin: 0;\n}");export{n as default};
2
2
  //# sourceMappingURL=Heading.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var t={text1Bold:"text1Bold_6280c61f7b",text1Medium:"text1Medium_151b8e28e2",text1Normal:"text1Normal_0dcfb96692",text2Bold:"text2Bold_ebf910c0e3",text2Medium:"text2Medium_327e4a3dec",text2Normal:"text2Normal_961e937362",text3Bold:"text3Bold_9b05b309c9",text3Medium:"text3Medium_7ba672200d",text3Normal:"text3Normal_1e5771acb1",text:"text_422152800b"};!function(t){var e="s_id-3c82829425e2_4_0_4";if("undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;var 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.text1Bold_6280c61f7b {\n font: var(--font-text1-bold);\n}\n.text1Medium_151b8e28e2 {\n font: var(--font-text1-medium);\n}\n.text1Normal_0dcfb96692 {\n font: var(--font-text1-normal);\n}\n.text2Bold_ebf910c0e3 {\n font: var(--font-text2-bold);\n}\n.text2Medium_327e4a3dec {\n font: var(--font-text2-medium);\n}\n.text2Normal_961e937362 {\n font: var(--font-text2-normal);\n}\n.text3Bold_9b05b309c9 {\n font: var(--font-text3-bold);\n}\n.text3Medium_7ba672200d {\n font: var(--font-text3-medium);\n}\n.text3Normal_1e5771acb1 {\n font: var(--font-text3-normal);\n}\np:first-of-type.text_422152800b {\n margin-block: 0;\n}\np.text_422152800b + p {\n margin-block-start: var(--space-24);\n margin-block-end: 0;\n}");export{t as default};
1
+ var t={text1Bold:"text1Bold_2c2ecb7982",text1Medium:"text1Medium_69b5eb9eb7",text1Normal:"text1Normal_a5b4879cc8",text2Bold:"text2Bold_36dfa45fd1",text2Medium:"text2Medium_8265206096",text2Normal:"text2Normal_092f42116f",text3Bold:"text3Bold_644d496baa",text3Medium:"text3Medium_ae10ef7d0a",text3Normal:"text3Normal_919adb8bb9",text:"text_bad008e532"};!function(t){var e="s_id-3c82829425e2_4_0_3";if("undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+e))return;var 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.text1Bold_2c2ecb7982 {\n font: var(--font-text1-bold);\n}\n.text1Medium_69b5eb9eb7 {\n font: var(--font-text1-medium);\n}\n.text1Normal_a5b4879cc8 {\n font: var(--font-text1-normal);\n}\n.text2Bold_36dfa45fd1 {\n font: var(--font-text2-bold);\n}\n.text2Medium_8265206096 {\n font: var(--font-text2-medium);\n}\n.text2Normal_092f42116f {\n font: var(--font-text2-normal);\n}\n.text3Bold_644d496baa {\n font: var(--font-text3-bold);\n}\n.text3Medium_ae10ef7d0a {\n font: var(--font-text3-medium);\n}\n.text3Normal_919adb8bb9 {\n font: var(--font-text3-normal);\n}\np:first-of-type.text_bad008e532 {\n margin-block: 0;\n}\np.text_bad008e532 + p {\n margin-block-start: var(--space-24);\n margin-block-end: 0;\n}");export{t as default};
2
2
  //# sourceMappingURL=Text.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var e={typography:"typography_52aeed0ddc","focus-visible":"focus-visible_89f1c6f905",primary:"primary_fe1774a859",secondary:"secondary_480fee3269",negative:"negative_a0e3bc3ea8",onPrimary:"onPrimary_1d42e3c8e5",onInverted:"onInverted_9a56cbfa99",fixedLight:"fixedLight_4247818199",fixedDark:"fixedDark_3d70036f40",inherit:"inherit_d4bde6ef43",alignInherit:"alignInherit_c04dd1139c",start:"start_ed8720f7af",center:"center_a1be4fc713",end:"end_7c1cf5c15d",singleLineEllipsis:"singleLineEllipsis_130858c3eb",multiLineEllipsis:"multiLineEllipsis_cdc54a42e3"};!function(e){var n="s_id-e72de339a7ec_4_0_4";if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;var i=document.createElement("style");i.id=n,r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.typography_52aeed0ddc > a {\n text-decoration: none;\n color: var(--link-color);\n}\n.typography_52aeed0ddc > a:focus-visible, .typography_52aeed0ddc > a.focus-visible_89f1c6f905 {\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.typography_52aeed0ddc > a:focus:not(.focus-visible_89f1c6f905) {\n outline: none;\n}\n.typography_52aeed0ddc > a:hover {\n text-decoration: underline;\n}\n.typography_52aeed0ddc:disabled, .typography_52aeed0ddc[aria-disabled=true] {\n color: var(--disabled-text-color);\n}\n.primary_fe1774a859 {\n color: var(--primary-text-color);\n}\n.secondary_480fee3269 {\n color: var(--secondary-text-color);\n}\n.negative_a0e3bc3ea8 {\n color: var(--color-error);\n}\n.onPrimary_1d42e3c8e5 {\n color: var(--text-color-on-primary);\n}\n.onPrimary_1d42e3c8e5 a {\n color: var(--text-color-on-primary);\n text-decoration: underline;\n}\n.onInverted_9a56cbfa99 {\n color: var(--text-color-on-inverted);\n}\n.onInverted_9a56cbfa99 a {\n color: var(--text-color-on-inverted);\n text-decoration: underline;\n}\n.fixedLight_4247818199 {\n color: var(--fixed-light-color);\n}\n.fixedLight_4247818199 a {\n color: var(--fixed-light-color);\n text-decoration: underline;\n}\n.fixedDark_3d70036f40 {\n color: var(--fixed-dark-color);\n}\n.fixedDark_3d70036f40 a {\n color: var(--fixed-dark-color);\n text-decoration: underline;\n}\n.inherit_d4bde6ef43 {\n color: inherit;\n}\n.inherit_d4bde6ef43 a {\n color: inherit;\n text-decoration: underline;\n}\n.alignInherit_c04dd1139c {\n text-align: inherit;\n}\n.start_ed8720f7af {\n text-align: start;\n}\n.center_a1be4fc713 {\n text-align: center;\n}\n.end_7c1cf5c15d {\n text-align: end;\n}\n.singleLineEllipsis_130858c3eb {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.multiLineEllipsis_cdc54a42e3 {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: var(--text-clamp-lines);\n -webkit-box-orient: vertical;\n white-space: initial;\n}");export{e as default};
1
+ var e={typography:"typography_940efc4b10","focus-visible":"focus-visible_35b789f32a",primary:"primary_380f181c0c",secondary:"secondary_d11d215e4b",negative:"negative_8a14e96e8a",onPrimary:"onPrimary_2a6a224e38",onInverted:"onInverted_5b09f232fb",fixedLight:"fixedLight_fb4e1797b1",fixedDark:"fixedDark_8654f4f1bd",inherit:"inherit_458529ac1e",alignInherit:"alignInherit_d4e8defe9b",start:"start_c699add3e8",center:"center_d216bfbee1",end:"end_e8a56fd9cc",singleLineEllipsis:"singleLineEllipsis_748ce09b0d",multiLineEllipsis:"multiLineEllipsis_4d4e9baecf"};!function(e){var n="s_id-e72de339a7ec_4_0_3";if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0];if(r.querySelector("#"+n))return;var i=document.createElement("style");i.id=n,r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n.typography_940efc4b10 > a {\n text-decoration: none;\n color: var(--link-color);\n}\n.typography_940efc4b10 > a:focus-visible, .typography_940efc4b10 > a.focus-visible_35b789f32a {\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.typography_940efc4b10 > a:focus:not(.focus-visible_35b789f32a) {\n outline: none;\n}\n.typography_940efc4b10 > a:hover {\n text-decoration: underline;\n}\n.typography_940efc4b10:disabled, .typography_940efc4b10[aria-disabled=true] {\n color: var(--disabled-text-color);\n}\n.primary_380f181c0c {\n color: var(--primary-text-color);\n}\n.secondary_d11d215e4b {\n color: var(--secondary-text-color);\n}\n.negative_8a14e96e8a {\n color: var(--color-error);\n}\n.onPrimary_2a6a224e38 {\n color: var(--text-color-on-primary);\n}\n.onPrimary_2a6a224e38 a {\n color: var(--text-color-on-primary);\n text-decoration: underline;\n}\n.onInverted_5b09f232fb {\n color: var(--text-color-on-inverted);\n}\n.onInverted_5b09f232fb a {\n color: var(--text-color-on-inverted);\n text-decoration: underline;\n}\n.fixedLight_fb4e1797b1 {\n color: var(--fixed-light-color);\n}\n.fixedLight_fb4e1797b1 a {\n color: var(--fixed-light-color);\n text-decoration: underline;\n}\n.fixedDark_8654f4f1bd {\n color: var(--fixed-dark-color);\n}\n.fixedDark_8654f4f1bd a {\n color: var(--fixed-dark-color);\n text-decoration: underline;\n}\n.inherit_458529ac1e {\n color: inherit;\n}\n.inherit_458529ac1e a {\n color: inherit;\n text-decoration: underline;\n}\n.alignInherit_d4e8defe9b {\n text-align: inherit;\n}\n.start_c699add3e8 {\n text-align: start;\n}\n.center_d216bfbee1 {\n text-align: center;\n}\n.end_e8a56fd9cc {\n text-align: end;\n}\n.singleLineEllipsis_748ce09b0d {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.multiLineEllipsis_4d4e9baecf {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: var(--text-clamp-lines);\n -webkit-box-orient: vertical;\n white-space: initial;\n}");export{e as default};
2
2
  //# sourceMappingURL=Typography.module.scss.js.map
@@ -0,0 +1,10 @@
1
+ # Accordion - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Accordion to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. Provide unique `id` props for each AccordionItem to ensure proper ARIA relationships between buttons
6
+ and their controlled content regions.
7
+ 3. Use descriptive `title` props for AccordionItem headers that clearly indicate what content will be
8
+ revealed when expanded.
9
+ 4. Use the `defaultIndex` prop to set initial expanded states appropriately. Avoid auto-expanding too many
10
+ items to prevent overwhelming screen reader users.
@@ -0,0 +1,9 @@
1
+ # AlertBanner - Accessibility Requirements
2
+
3
+ 1. Use the `ariaLabel` prop to provide a descriptive accessible name for the banner that clearly indicates
4
+ the type and purpose of the alert.
5
+ 2. For dismissible AlertBanners, use the `closeButtonAriaLabel` prop to provide a descriptive accessible
6
+ name for the close button.
7
+ 3. When the banner text should be announced by screen readers (e.g., for dynamic updates), set the{" "}
8
+ `ariaLive` prop on AlertBannerText to control the live region behavior ("polite", "assertive", or
9
+ "off"). By default, AlertBannerText does not set a live region.
@@ -0,0 +1,12 @@
1
+ # Avatar - Accessibility Requirements
2
+
3
+ 1. Always provide an `ariaLabel` prop to describe the person or entity represented by the avatar (e.g.,
4
+ "John Smith", "Design Team", "Guest User"). This label is automatically used as tooltip content.
5
+ 2. Use the `role` prop when the avatar represents something other than a person (e.g.,{" "}
6
+ `role="img"` for team avatars, `role="button"` for clickable workspace avatars).
7
+ 3. For clickable avatars, ensure the `ariaLabel` describes the action that will occur when clicked (e.g.,
8
+ "Open John Smith's profile", "View Design Team details").
9
+ 4. Use `ariaHidden` prop appropriately when the avatar is purely decorative and provides no meaningful
10
+ information to screen readers.
11
+ 5. For avatars with badges (status indicators), ensure the `ariaLabel` includes relevant status
12
+ information (e.g., "John Smith (Away)", "Design Team (3 members online)").
@@ -0,0 +1,6 @@
1
+ # AvatarGroup - Accessibility Requirements
2
+
3
+ 1. Use the `counterAriaLabel` prop to provide a descriptive accessible name for the counter (e.g., "3
4
+ additional team members", "5 more participants", "2 hidden collaborators").
5
+ 2. Ensure each `Avatar` in the group has a meaningful `ariaLabel` prop that describes the
6
+ person or entity (e.g., "John Smith", "Sarah Johnson", "Design Team").
@@ -0,0 +1,10 @@
1
+ # BreadcrumbsBar - Accessibility Requirements
2
+
3
+ 1. Use the `type="navigation"` prop when breadcrumbs are clickable for navigation. This automatically
4
+ enables keyboard navigation and proper button/link semantics.
5
+ 2. For clickable breadcrumbs, ensure all items have descriptive `text` props that clearly indicate what
6
+ section or page they represent.
7
+ 3. When using icons in breadcrumbs, ensure they are purely decorative and don't replace the descriptive text, as
8
+ screen readers will announce the text content.
9
+ 4. Use the `isCurrent` prop on BreadcrumbItem to mark the current page. This ensures screen readers
10
+ understand the user's current location in the navigation hierarchy.
@@ -0,0 +1,13 @@
1
+ # Button - Accessibility Requirements
2
+
3
+ 1. Using an `id` is recommended for all instances to ensure proper label association.
4
+ 2. Always provide descriptive text content for buttons, or use `ariaLabel` prop when buttons contain only
5
+ icons.
6
+ 3. Use `ariaLabel` prop when you need to provide a custom accessible name that differs from the visible
7
+ button text or for icon-only buttons.
8
+ 4. Use `ariaLabeledBy` prop when an external element provides the accessible name for the button.
9
+ 5. Use `ariaHasPopup` prop when the button triggers a popup menu or dialog.
10
+ 6. Use `ariaExpanded` prop to indicate when a popup triggered by the button is open or closed.
11
+ 7. Use `ariaControls` prop to link the button to the element it controls.
12
+ 8. Use `aria-describedby` prop when additional descriptive text is needed for the button.
13
+ 9. Use `aria-pressed` prop for toggle buttons to indicate their current pressed state.
@@ -0,0 +1,9 @@
1
+ # ButtonGroup - Accessibility Requirements
2
+
3
+ 1. Always provide a `groupAriaLabel` prop to describe the purpose of the button group. This provides
4
+ context for screen readers about what the group represents (e.g., "View options", "Sort options", "Display
5
+ settings").
6
+ 2. For individual buttons, ensure each option has clear, descriptive `text` content, or provide
7
+ `ariaLabel` in the options array for icon-only buttons.
8
+ 3. Use `ariaLabel` in the options array when you need a different accessible name than the visible button
9
+ text, or for icon-only buttons (e.g., `ariaLabel: "Grid view"`).
@@ -0,0 +1,13 @@
1
+ # Checkbox - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Always provide a visible `label` prop to ensure the checkbox's purpose is clear to all users.
5
+ 3. It is recommended to use `separateLabel` mode for better screen reader support as it provides clearer,
6
+ more explicit label-input associations. When using this mode, the `id` prop is required for proper
7
+ label association.
8
+ 4. Use `ariaLabel` prop when you need to provide a custom accessible name.
9
+ 5. Use `ariaLabelledBy` prop when the checkbox is described by external elements.
10
+ 6. Use `indeterminate` prop for mixed selection states (e.g., when some but not all sub-items are
11
+ selected).
12
+ 7. Use `tabIndex` prop for custom keyboard navigation order.
13
+ 8. Use `autoFocus` prop when the checkbox should receive initial focus for keyboard navigation.
@@ -0,0 +1,10 @@
1
+ # Chips - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Chips to enable proper accessibility associations and unique identification.
4
+ 2. For removable chips, use the `closeButtonAriaLabel` prop to provide a descriptive accessible name for
5
+ the remove button (defaults to "Remove", but should be more specific like "Remove John Smith" or "Delete tag").
6
+ 3. Use the `ariaLabel` prop when the visible `label` text alone doesn't provide enough context
7
+ for screen readers to understand the chip's purpose or when chips contain complex content.
8
+ 4. For clickable chips, ensure the `ariaLabel` describes the action that will occur when clicked.
9
+ 5. When using icons or avatars in chips, ensure they are purely decorative and don't replace the descriptive text.
10
+ Screen readers will announce the text content, and icons should be hidden from assistive technologies.
@@ -0,0 +1,6 @@
1
+ # Combobox - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Use `searchInputAriaLabel` prop when you need to provide a custom accessible name for the search input.
5
+ 3. Use `disabled` prop appropriately to indicate when the combobox is not available for interaction.
6
+ 4. Use `autoFocus` prop when the combobox should receive initial focus for keyboard navigation.
@@ -0,0 +1,10 @@
1
+ # DropdownBasicDropdown - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure proper label association.
4
+ 2. Always provide a `label` prop to ensure the dropdown's purpose is clear to all users.
5
+ 3. Use `ariaLabel` prop when you need to provide a custom accessible name for the dropdown.
6
+ 4. Use `clearAriaLabel` prop when dropdown is clearable.
7
+ 5. Use `inputAriaLabel` prop when you need to provide a specific accessible name for the input field in
8
+ searchable dropdowns.
9
+ 6. Use `menuAriaLabel` prop when you need to provide a custom accessible name for the dropdown menu.
10
+ 7. Use `autoFocus` prop when the dropdown should receive initial focus for keyboard navigation.
@@ -0,0 +1,26 @@
1
+ # IconButton - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the IconButton to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. Always provide an accessible name using either `ariaLabel` prop or `tooltipContent` prop.
6
+ The component automatically uses `tooltipContent` as the accessible name if no `ariaLabel`{" "}
7
+ is provided.
8
+ 3. Use `ariaLabel` prop when you need a different accessible name than the tooltip text, or when the icon
9
+ button doesn't have a tooltip.
10
+ 4. Use `ariaLabeledBy` prop when an external element provides the accessible name for the icon button.
11
+ Pass the `id` of that external element.
12
+ 5. Use `ariaHasPopup` prop when the icon button opens a menu, dialog, or popup.
13
+ 6. Use `ariaExpanded` prop to indicate when a popup or menu opened by the icon button is currently open (
14
+ `true`) or closed (`false`).
15
+ 7. Use `ariaControls` prop to link the icon button to the element it controls. Pass the `id` of
16
+ the controlled element.
17
+ 8. Use `aria-describedby` prop to link the icon button to additional descriptive text. Pass the{" "}
18
+ `id` of the descriptive element.
19
+ 9. Use `aria-pressed` prop for toggle icon buttons to indicate their current pressed state (
20
+ `true`, `false`, or `mixed`).
21
+ 10. Use `aria-hidden` prop appropriately to hide the icon button from screen readers when necessary, but
22
+ use sparingly as it removes the button from the accessibility tree entirely.
23
+ 11. Use `tabIndex` prop to control the icon button's position in the keyboard navigation order. The default
24
+ value allows normal tab navigation.
25
+ 12. Provide `disabledReason` prop when disabling an icon button to give users context about why the button
26
+ is unavailable. This will be displayed in the tooltip.
@@ -0,0 +1,12 @@
1
+ # Info - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Info component to enable proper accessibility associations and unique
4
+ identification.
5
+ 2. You should provide an accessible name using the `aria-label` prop to describe the purpose of the info
6
+ button (e.g., "More information about this feature").
7
+ 3. Use `aria-labelledby` prop when an external element provides the accessible name for the info button.
8
+ Pass the `id` of that external element (instead of using `aria-label`).
9
+ 4. The component automatically manages `aria-controls`, `aria-haspopup="dialog"`, and{" "}
10
+ `aria-expanded` attributes to indicate the relationship with the dialog and its current state.
11
+ 5. Focus management is handled automatically - when the dialog opens, focus moves to the content, and when closed
12
+ with Escape, focus returns to the info button.
@@ -0,0 +1,8 @@
1
+ # Link - Accessibility Requirements
2
+
3
+ 1. Use the `ariaLabelDescription` prop when the link text alone doesn't provide enough context for screen
4
+ readers to understand the link's purpose.
5
+ 2. Use `ariaDescribedby` prop to link the link to additional descriptive text that provides more context
6
+ about the link's destination or action.
7
+ 3. Use `ariaLabeledBy` prop when an external element provides the accessible name for the link. Pass the{" "}
8
+ `id` of that external element.
@@ -0,0 +1,11 @@
1
+ # List - Accessibility Requirements
2
+
3
+ 1. Always provide an `ariaLabel` prop to give the list a meaningful accessible name that describes its
4
+ purpose (e.g., "Navigation menu", "Settings options").
5
+ 2. The List component provides comprehensive keyboard navigation: <strong>Arrow Up/Down</strong> to navigate between
6
+ items (wraps around), <strong>Home/End</strong> to jump to first/last item, <strong>PageUp/PageDown</strong> to
7
+ move by 10 items, and <strong>Enter/Space</strong> to activate the focused item.
8
+ 3. Use `defaultFocusIndex` to set which item should receive focus when the list first becomes focused.
9
+ 4. Use `onFocusChange` callback to track focus changes for custom focus management scenarios.
10
+ 5. Ensure individual `ListItem` components have descriptive `label` text. For items with only
11
+ icons, provide additional context through the label.
@@ -0,0 +1,10 @@
1
+ # Menu - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the Menu to enable proper accessibility associations and unique identification.
4
+ 2. Use the `ariaLabel` prop to provide a meaningful accessible name for the menu that describes its
5
+ purpose (e.g., "Navigation menu", "Actions menu", "Options menu").
6
+ 3. Use the `ariaDescribedBy` prop to link the menu to additional descriptive text by providing the{" "}
7
+ `id` of the descriptive element.
8
+ 4. It is recommended to use `focusItemIndexOnMount={0}` to focus the first menu item when the menu opens.
9
+ 5. Ensure menu items have clear, descriptive text or use appropriate `ariaLabel` props on individual menu
10
+ items for icon-only items.
@@ -0,0 +1,6 @@
1
+ # MenuButton - Accessibility Requirements
2
+
3
+ 1. Provide an `id` for the MenuButton to enable proper accessibility associations.
4
+ 2. Use descriptive `ariaLabel` values for MenuButtons that clearly indicate the menu's purpose.
5
+ 3. Use `ariaControls` prop to link the MenuButton to its menu content. Pass the `id` of the
6
+ menu element to establish the relationship between the button and its controlled menu.
@@ -0,0 +1,8 @@
1
+ # MenuItem - Accessibility Requirements
2
+
3
+ 1. Use the `aria-label` prop when you need to provide a custom accessible name that differs from the
4
+ visible title text, especially for icon-only menu items.
5
+ 2. For menu items with submenus, ensure the submenu content is properly structured with descriptive menu item titles
6
+ for clear navigation hierarchy.
7
+ 3. Use the `disabled` prop appropriately with a `disableReason` to provide context for why a
8
+ menu item cannot be selected.
@@ -0,0 +1,35 @@
1
+ # Modal - Accessibility Requirements
2
+
3
+ 1. ",
4
+ </span>,
5
+ <span>
6
+ <b>Focus lock:</b> Keeps focus within the modal elements, preventing users from tabbing outside of the modal while
7
+ it is open. Focus also automatically returns to the last focused element upon closing.
8
+ </span>,
9
+ <span>
10
+ <b>Aria attributes:</b> For better screen reader support, using `ModalHeader` - with simple string
11
+ values for `title` and `description` props - automatically sets the necessary{"
12
+ 2. "}
13
+ `aria-labelledby` and `aria-describedby` attributes on the modal.
14
+ </span>,
15
+ <span>
16
+ <b>Manual ARIA for complex content:</b> If you pass a <b>ReactNode</b> (e.g., a custom component) as the{"
17
+ 3. "}
18
+ `title` or `description` prop to `ModalHeader`, you <b>must</b> assign a unique{"
19
+ 4. "}
20
+ `id` to your primary custom element within that ReactNode. Then, pass this `id` directly to
21
+ the parent `Modal` component using the `aria-labelledby` (for title) or{"
22
+ 5. "}
23
+ `aria-describedby` (for description) prop. This ensures assistive technologies can correctly identify
24
+ the modal's label and description. For example, if your custom title is{"
25
+ 6. "}
26
+ `&lt;CustomTitleComponent id="
27
+ 7. /&gt;`, you would pass{
28
+ 8. "}
29
+ `aria-labelledby="
30
+ 9. "` to the `&lt;Modal&gt;` component.
31
+ </span>,
32
+ <span>
33
+ <b>Overriding ARIA attributes:</b> Additionally, you can directly provide the `aria-labelledby` and{"
34
+ 10. "}
35
+ `aria-describedby` props to the `Modal` component itself, regardless of how you use the{"
@@ -0,0 +1,9 @@
1
+ # NumberField - Accessibility Requirements
2
+
3
+ 1. Using an `id` is highly recommended for all instances to ensure the best accessibility.
4
+ 2. Always provide a visible `label` or an `aria-label` to ensure the input's purpose is clear
5
+ to all users.
6
+ 3. When using `label` or `infoText`, you must also provide an `id`. This is crucial,
7
+ as it allows screen readers to correctly associate the input with its label and description.
8
+ 4. Providing an `id` also automatically links the Increment and Decrement buttons to the input via the{" "}
9
+ `aria-controls` attribute, further improving the experience for users of assistive technologies.