@vibe/core 3.82.4 → 3.83.1

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 (853) hide show
  1. package/dist/components/AlertBanner/AlertBannerContext.d.ts +1 -1
  2. package/dist/components/Avatar/Avatar.d.ts +1 -1
  3. package/dist/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  4. package/dist/components/AvatarGroup/AvatarGroupCounter.d.ts +1 -1
  5. package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +1 -1
  6. package/dist/components/BaseItem/BaseItem.types.d.ts +1 -1
  7. package/dist/components/BaseItem/utils.d.ts +1 -1
  8. package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  9. package/dist/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
  10. package/dist/components/Combobox/Combobox.d.ts +1 -1
  11. package/dist/components/Combobox/components/ComboboxConstants.d.ts +1 -1
  12. package/dist/components/EditableHeading/EditableHeading.d.ts +1 -2
  13. package/dist/components/EditableText/EditableText.d.ts +1 -2
  14. package/dist/components/EditableTypography/EditableTypography.d.ts +3 -3
  15. package/dist/components/Label/LabelConstants.d.ts +1 -1
  16. package/dist/components/ListItem/ListItem.d.ts +1 -1
  17. package/dist/components/Menu/MenuItem/MenuItem.d.ts +2 -3
  18. package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +1 -2
  19. package/dist/components/MenuButton/MenuButton.d.ts +2 -2
  20. package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
  21. package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
  22. package/dist/components/Modal/footers/utils/getPropsForButton.d.ts +4 -4
  23. package/dist/components/Search/Search.types.d.ts +1 -1
  24. package/dist/components/Slider/Slider.types.d.ts +1 -1
  25. package/dist/components/Tabs/Tab/Tab.d.ts +1 -1
  26. package/dist/components/TextWithHighlight/TextWithHighlight.d.ts +2 -2
  27. package/dist/components/Tipseen/Tipseen.d.ts +1 -2
  28. package/dist/components/button/dist/Button/Button.js +1 -1
  29. package/dist/components/button/dist/Button/Button.module.scss.js +1 -1
  30. package/dist/components/dialog/dist/Dialog/Dialog.module.scss.js +1 -1
  31. package/dist/components/dialog/dist/Dialog/DialogContent/DialogContent.module.scss.js +1 -1
  32. package/dist/components/dialog/dist/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
  33. package/dist/components/icon-button/dist/IconButton/IconButton.js +2 -0
  34. package/dist/components/icon-button/dist/IconButton/IconButton.js.map +1 -0
  35. package/dist/components/icon-button/dist/IconButton/IconButton.module.scss.js +2 -0
  36. package/dist/components/icon-button/dist/IconButton/services/IconButton-helpers.js +2 -0
  37. package/dist/components/icon-button/dist/IconButton/services/IconButton-helpers.js.map +1 -0
  38. package/dist/components/index.d.ts +5 -5
  39. package/dist/components/next/Dropdown/Dropdown.types.d.ts +1 -1
  40. package/dist/components/next/Dropdown/components/Trigger/DropdownInput.d.ts +2 -1
  41. package/dist/components/next/Dropdown/context/DropdownContext.types.d.ts +1 -1
  42. package/dist/components/tooltip/dist/Tooltip/Tooltip.js +2 -0
  43. package/dist/components/tooltip/dist/Tooltip/Tooltip.js.map +1 -0
  44. package/dist/components/tooltip/dist/Tooltip/Tooltip.module.scss.js +2 -0
  45. package/dist/components/tooltip/dist/Tooltip/TooltipConstants.js +2 -0
  46. package/dist/components/tooltip/dist/Tooltip/TooltipConstants.js.map +1 -0
  47. package/dist/components/typography/dist/Heading/Heading.js +2 -0
  48. package/dist/components/typography/dist/Heading/Heading.js.map +1 -0
  49. package/dist/components/typography/dist/Heading/Heading.module.scss.js +2 -0
  50. package/dist/components/typography/dist/Heading/HeadingConstants.js +2 -0
  51. package/dist/components/typography/dist/Heading/HeadingConstants.js.map +1 -0
  52. package/dist/components/typography/dist/Text/Text.js +2 -0
  53. package/dist/components/typography/dist/Text/Text.js.map +1 -0
  54. package/dist/components/typography/dist/Text/Text.module.scss.js +2 -0
  55. package/dist/components/typography/dist/Text/TextConstants.js +2 -0
  56. package/dist/components/typography/dist/Text/TextConstants.js.map +1 -0
  57. package/dist/components/typography/dist/Typography/Typography.js +2 -0
  58. package/dist/components/typography/dist/Typography/Typography.js.map +1 -0
  59. package/dist/components/typography/dist/Typography/Typography.module.scss.js +2 -0
  60. package/dist/components/typography/dist/Typography/TypographyConstants.js +2 -0
  61. package/dist/components/typography/dist/Typography/TypographyConstants.js.map +1 -0
  62. package/dist/components/typography/dist/Typography/TypographyContext.js +2 -0
  63. package/dist/components/typography/dist/Typography/TypographyContext.js.map +1 -0
  64. package/dist/components/typography/dist/Typography/TypographyHooks.js +2 -0
  65. package/dist/components/typography/dist/Typography/TypographyHooks.js.map +1 -0
  66. package/dist/components/typography/dist/_virtual/_tslib.js +2 -0
  67. package/dist/components/typography/dist/_virtual/_tslib.js.map +1 -0
  68. package/dist/hooks/dist/useIsOverflowing/index.js +2 -0
  69. package/dist/hooks/dist/useIsOverflowing/index.js.map +1 -0
  70. package/dist/hooks/dist/useResizeObserver/index.js +2 -0
  71. package/dist/hooks/dist/useResizeObserver/index.js.map +1 -0
  72. package/dist/hooks/index.d.ts +1 -3
  73. package/dist/hooks/useItemsOverflow/useItemsOverflow.d.ts +2 -1
  74. package/dist/metadata.json +463 -457
  75. package/dist/mocked_classnames/_virtual/_rollupPluginBabelHelpers.js +1 -1
  76. package/dist/mocked_classnames/components/AlertBanner/AlertBannerContext.d.ts +1 -1
  77. package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +1 -1
  78. package/dist/mocked_classnames/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  79. package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounter.d.ts +1 -1
  80. package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +1 -1
  81. package/dist/mocked_classnames/components/BaseItem/BaseItem.types.d.ts +1 -1
  82. package/dist/mocked_classnames/components/BaseItem/utils.d.ts +1 -1
  83. package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  84. package/dist/mocked_classnames/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
  85. package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +1 -1
  86. package/dist/mocked_classnames/components/Combobox/components/ComboboxConstants.d.ts +1 -1
  87. package/dist/mocked_classnames/components/EditableHeading/EditableHeading.d.ts +1 -2
  88. package/dist/mocked_classnames/components/EditableText/EditableText.d.ts +1 -2
  89. package/dist/mocked_classnames/components/EditableTypography/EditableTypography.d.ts +3 -3
  90. package/dist/mocked_classnames/components/Label/LabelConstants.d.ts +1 -1
  91. package/dist/mocked_classnames/components/ListItem/ListItem.d.ts +1 -1
  92. package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +2 -3
  93. package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +1 -2
  94. package/dist/mocked_classnames/components/MenuButton/MenuButton.d.ts +2 -2
  95. package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
  96. package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
  97. package/dist/mocked_classnames/components/Modal/footers/utils/getPropsForButton.d.ts +4 -4
  98. package/dist/mocked_classnames/components/Search/Search.types.d.ts +1 -1
  99. package/dist/mocked_classnames/components/Slider/Slider.types.d.ts +1 -1
  100. package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +1 -1
  101. package/dist/mocked_classnames/components/TextWithHighlight/TextWithHighlight.d.ts +2 -2
  102. package/dist/mocked_classnames/components/Tipseen/Tipseen.d.ts +1 -2
  103. package/dist/mocked_classnames/components/index.d.ts +5 -5
  104. package/dist/mocked_classnames/components/next/Dropdown/Dropdown.types.d.ts +1 -1
  105. package/dist/mocked_classnames/components/next/Dropdown/components/Trigger/DropdownInput.d.ts +2 -1
  106. package/dist/mocked_classnames/components/next/Dropdown/context/DropdownContext.types.d.ts +1 -1
  107. package/dist/mocked_classnames/hooks/index.d.ts +1 -3
  108. package/dist/mocked_classnames/hooks/useItemsOverflow/useItemsOverflow.d.ts +2 -1
  109. package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  110. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js +1 -1
  111. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js.map +1 -1
  112. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  113. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  114. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerContext.js.map +1 -1
  115. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  116. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.js +1 -1
  117. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.js.map +1 -1
  118. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  119. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js +1 -1
  120. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js.map +1 -1
  121. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  122. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  123. package/dist/mocked_classnames/src/components/Avatar/Avatar.js +1 -1
  124. package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
  125. package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
  126. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  127. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  128. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.js.map +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.js.map +1 -1
  131. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  132. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js +1 -1
  133. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
  134. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  135. package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  136. package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
  137. package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  138. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.js +1 -1
  139. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.js.map +1 -1
  140. package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  141. package/dist/mocked_classnames/src/components/BaseItem/utils.js +1 -1
  142. package/dist/mocked_classnames/src/components/BaseItem/utils.js.map +1 -1
  143. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  144. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js +1 -1
  145. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
  146. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  147. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  148. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  149. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
  150. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  151. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js +1 -1
  152. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
  153. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js +1 -1
  154. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js.map +1 -1
  155. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  156. package/dist/mocked_classnames/src/components/Chips/Chips.js +1 -1
  157. package/dist/mocked_classnames/src/components/Chips/Chips.js.map +1 -1
  158. package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
  159. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  160. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  161. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  162. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
  163. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
  164. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  165. package/dist/mocked_classnames/src/components/Combobox/Combobox.js +1 -1
  166. package/dist/mocked_classnames/src/components/Combobox/Combobox.js.map +1 -1
  167. package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
  168. package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  169. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  170. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
  171. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  172. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
  173. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
  174. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  175. package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  176. package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
  177. package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
  178. package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  179. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
  180. package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
  181. package/dist/mocked_classnames/src/components/DatePicker/external_datepicker.scss.js +1 -1
  182. package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
  183. package/dist/mocked_classnames/src/components/Dropdown/Dropdown.js +1 -1
  184. package/dist/mocked_classnames/src/components/Dropdown/Dropdown.js.map +1 -1
  185. package/dist/mocked_classnames/src/components/Dropdown/Dropdown.module.scss.js +1 -1
  186. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
  187. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
  188. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
  189. package/dist/mocked_classnames/src/components/Dropdown/components/Control/Control.js +1 -1
  190. package/dist/mocked_classnames/src/components/Dropdown/components/Control/Control.js.map +1 -1
  191. package/dist/mocked_classnames/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.module.scss.js +1 -1
  192. package/dist/mocked_classnames/src/components/Dropdown/components/menu/menu.module.scss.js +1 -1
  193. package/dist/mocked_classnames/src/components/Dropdown/components/option/option.js +1 -1
  194. package/dist/mocked_classnames/src/components/Dropdown/components/option/option.js.map +1 -1
  195. package/dist/mocked_classnames/src/components/Dropdown/components/option/option.module.scss.js +1 -1
  196. package/dist/mocked_classnames/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
  197. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.js +1 -1
  198. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.js.map +1 -1
  199. package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  200. package/dist/mocked_classnames/src/components/EditableText/EditableText.js +1 -1
  201. package/dist/mocked_classnames/src/components/EditableText/EditableText.js.map +1 -1
  202. package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
  203. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.js.map +1 -1
  204. package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  205. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js +1 -1
  206. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js.map +1 -1
  207. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  208. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
  209. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
  210. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  211. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  212. package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  213. package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  214. package/dist/mocked_classnames/src/components/Info/Info.js +1 -1
  215. package/dist/mocked_classnames/src/components/Info/Info.js.map +1 -1
  216. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.js +1 -1
  217. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.js.map +1 -1
  218. package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  219. package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  220. package/dist/mocked_classnames/src/components/InfoText/InfoText.js +1 -1
  221. package/dist/mocked_classnames/src/components/InfoText/InfoText.js.map +1 -1
  222. package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
  223. package/dist/mocked_classnames/src/components/Label/Label.js +1 -1
  224. package/dist/mocked_classnames/src/components/Label/Label.js.map +1 -1
  225. package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
  226. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.js +1 -1
  227. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
  228. package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  229. package/dist/mocked_classnames/src/components/Label/LabelConstants.js +1 -1
  230. package/dist/mocked_classnames/src/components/Label/LabelConstants.js.map +1 -1
  231. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
  232. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.js +1 -1
  233. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.js.map +1 -1
  234. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
  235. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.js +1 -1
  236. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
  237. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
  238. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
  239. package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
  240. package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
  241. package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  242. package/dist/mocked_classnames/src/components/ListItem/ListItem.js +1 -1
  243. package/dist/mocked_classnames/src/components/ListItem/ListItem.js.map +1 -1
  244. package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
  245. package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  246. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  247. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.js +1 -1
  248. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.js.map +1 -1
  249. package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  250. package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  251. package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  252. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js +1 -1
  253. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
  254. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  255. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.js +1 -1
  256. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.js.map +1 -1
  257. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  258. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  259. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
  260. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
  261. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  262. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
  263. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
  264. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  265. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
  266. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
  267. package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  268. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js +1 -1
  269. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js.map +1 -1
  270. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  271. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  272. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
  273. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  274. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  275. package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  276. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
  277. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
  278. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  279. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  280. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
  281. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
  282. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  283. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  284. package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  285. package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  286. package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  287. package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  288. package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  289. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  290. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  291. package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
  292. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
  293. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
  294. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  295. package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
  296. package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
  297. package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  298. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.js +1 -1
  299. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.js.map +1 -1
  300. package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  301. package/dist/mocked_classnames/src/components/Search/Search.js +1 -1
  302. package/dist/mocked_classnames/src/components/Search/Search.js.map +1 -1
  303. package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
  304. package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  305. package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  306. package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  307. package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
  308. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  309. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  310. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  311. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.js +1 -1
  312. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.js.map +1 -1
  313. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  314. package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  315. package/dist/mocked_classnames/src/components/Slider/SliderHooks.js +1 -1
  316. package/dist/mocked_classnames/src/components/Slider/SliderHooks.js.map +1 -1
  317. package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
  318. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  319. package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
  320. package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
  321. package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
  322. package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  323. package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
  324. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.js +1 -1
  325. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.js.map +1 -1
  326. package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  327. package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
  328. package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
  329. package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  330. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.js +1 -1
  331. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.js.map +1 -1
  332. package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  333. package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  334. package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  335. package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  336. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
  337. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
  338. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  339. package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  340. package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  341. package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  342. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js +1 -1
  343. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +1 -1
  344. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  345. package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  346. package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  347. package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  348. package/dist/mocked_classnames/src/components/TextArea/TextArea.js +1 -1
  349. package/dist/mocked_classnames/src/components/TextArea/TextArea.js.map +1 -1
  350. package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
  351. package/dist/mocked_classnames/src/components/TextField/TextField.js +1 -1
  352. package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
  353. package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
  354. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.js +1 -1
  355. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
  356. package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  357. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js +1 -1
  358. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js.map +1 -1
  359. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  360. package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  361. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  362. package/dist/mocked_classnames/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
  363. package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  364. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.js +1 -1
  365. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.js.map +1 -1
  366. package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  367. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  368. package/dist/mocked_classnames/src/components/Toast/Toast.js +1 -1
  369. package/dist/mocked_classnames/src/components/Toast/Toast.js.map +1 -1
  370. package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
  371. package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  372. package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
  373. package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
  374. package/dist/mocked_classnames/src/components/Toggle/ToggleText.js +1 -1
  375. package/dist/mocked_classnames/src/components/Toggle/ToggleText.js.map +1 -1
  376. package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
  377. package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  378. package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  379. package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  380. package/dist/mocked_classnames/src/components/next/AttentionBox/AttentionBox.module.scss.js +1 -1
  381. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
  382. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
  383. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  384. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  385. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  386. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.js +1 -1
  387. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.js.map +1 -1
  388. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  389. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.js +1 -1
  390. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.js.map +1 -1
  391. package/dist/mocked_classnames/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  392. package/dist/mocked_classnames/src/components/next/DatePicker/DatePicker.module.scss.js +1 -1
  393. package/dist/mocked_classnames/src/components/next/DatePicker/DatePickerHeader.js +1 -1
  394. package/dist/mocked_classnames/src/components/next/DatePicker/DatePickerHeader.js.map +1 -1
  395. package/dist/mocked_classnames/src/components/next/DatePicker/DatePickerHeader.module.scss.js +1 -1
  396. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBase/DropdownBase.js +1 -1
  397. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBase/DropdownBase.js.map +1 -1
  398. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  399. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.js +1 -1
  400. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.js.map +1 -1
  401. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  402. package/dist/mocked_classnames/src/components/next/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  403. package/dist/mocked_classnames/src/components/next/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  404. package/dist/mocked_classnames/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.js +1 -1
  405. package/dist/mocked_classnames/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.js.map +1 -1
  406. package/dist/mocked_classnames/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  407. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/DropdownInput.js +1 -1
  408. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/DropdownInput.js.map +1 -1
  409. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/MultiSelectTrigger.js +1 -1
  410. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/MultiSelectTrigger.js.map +1 -1
  411. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  412. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
  413. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
  414. package/dist/mocked_classnames/src/hooks/useElementsOverflowingIndex.js +1 -1
  415. package/dist/mocked_classnames/src/hooks/useElementsOverflowingIndex.js.map +1 -1
  416. package/dist/mocked_classnames/src/hooks/useItemsOverflow/useItemsOverflow.js +1 -1
  417. package/dist/mocked_classnames/src/hooks/useItemsOverflow/useItemsOverflow.js.map +1 -1
  418. package/dist/mocked_classnames/src/index.js +1 -1
  419. package/dist/mocked_classnames/style/dist/index.min.css.js +1 -1
  420. package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
  421. package/dist/src/components/AlertBanner/AlertBanner.js +1 -1
  422. package/dist/src/components/AlertBanner/AlertBanner.js.map +1 -1
  423. package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
  424. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
  425. package/dist/src/components/AlertBanner/AlertBannerContext.js.map +1 -1
  426. package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
  427. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.js +1 -1
  428. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.js.map +1 -1
  429. package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
  430. package/dist/src/components/AttentionBox/AttentionBox.js +1 -1
  431. package/dist/src/components/AttentionBox/AttentionBox.js.map +1 -1
  432. package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
  433. package/dist/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  434. package/dist/src/components/Avatar/Avatar.js +1 -1
  435. package/dist/src/components/Avatar/Avatar.js.map +1 -1
  436. package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
  437. package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
  438. package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
  439. package/dist/src/components/AvatarGroup/AvatarGroup.js.map +1 -1
  440. package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
  441. package/dist/src/components/AvatarGroup/AvatarGroupCounter.js.map +1 -1
  442. package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
  443. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js +1 -1
  444. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
  445. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
  446. package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
  447. package/dist/src/components/Badge/Badge.module.scss.js +1 -1
  448. package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
  449. package/dist/src/components/BaseItem/BaseItem.js +1 -1
  450. package/dist/src/components/BaseItem/BaseItem.js.map +1 -1
  451. package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
  452. package/dist/src/components/BaseItem/utils.js +1 -1
  453. package/dist/src/components/BaseItem/utils.js.map +1 -1
  454. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
  455. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js +1 -1
  456. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
  457. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
  458. package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
  459. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
  460. package/dist/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
  461. package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
  462. package/dist/src/components/ButtonGroup/ButtonWrapper.js +1 -1
  463. package/dist/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
  464. package/dist/src/components/Checkbox/Checkbox.js +1 -1
  465. package/dist/src/components/Checkbox/Checkbox.js.map +1 -1
  466. package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
  467. package/dist/src/components/Chips/Chips.js +1 -1
  468. package/dist/src/components/Chips/Chips.js.map +1 -1
  469. package/dist/src/components/Chips/Chips.module.scss.js +1 -1
  470. package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
  471. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
  472. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
  473. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
  474. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
  475. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
  476. package/dist/src/components/Combobox/Combobox.js +1 -1
  477. package/dist/src/components/Combobox/Combobox.js.map +1 -1
  478. package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
  479. package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
  480. package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
  481. package/dist/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
  482. package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
  483. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
  484. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
  485. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
  486. package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
  487. package/dist/src/components/Counter/Counter.module.scss.js +1 -1
  488. package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
  489. package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
  490. package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
  491. package/dist/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
  492. package/dist/src/components/DatePicker/external_datepicker.scss.js +1 -1
  493. package/dist/src/components/Divider/Divider.module.scss.js +1 -1
  494. package/dist/src/components/Dropdown/Dropdown.js +1 -1
  495. package/dist/src/components/Dropdown/Dropdown.js.map +1 -1
  496. package/dist/src/components/Dropdown/Dropdown.module.scss.js +1 -1
  497. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
  498. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
  499. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
  500. package/dist/src/components/Dropdown/components/Control/Control.js +1 -1
  501. package/dist/src/components/Dropdown/components/Control/Control.js.map +1 -1
  502. package/dist/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.module.scss.js +1 -1
  503. package/dist/src/components/Dropdown/components/menu/menu.module.scss.js +1 -1
  504. package/dist/src/components/Dropdown/components/option/option.js +1 -1
  505. package/dist/src/components/Dropdown/components/option/option.js.map +1 -1
  506. package/dist/src/components/Dropdown/components/option/option.module.scss.js +1 -1
  507. package/dist/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
  508. package/dist/src/components/EditableHeading/EditableHeading.js +1 -1
  509. package/dist/src/components/EditableHeading/EditableHeading.js.map +1 -1
  510. package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
  511. package/dist/src/components/EditableText/EditableText.js +1 -1
  512. package/dist/src/components/EditableText/EditableText.js.map +1 -1
  513. package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
  514. package/dist/src/components/EditableTypography/EditableTypography.js.map +1 -1
  515. package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
  516. package/dist/src/components/EmptyState/EmptyState.js +1 -1
  517. package/dist/src/components/EmptyState/EmptyState.js.map +1 -1
  518. package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
  519. package/dist/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
  520. package/dist/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
  521. package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
  522. package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
  523. package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
  524. package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
  525. package/dist/src/components/Info/Info.js +1 -1
  526. package/dist/src/components/Info/Info.js.map +1 -1
  527. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.js +1 -1
  528. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.js.map +1 -1
  529. package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
  530. package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
  531. package/dist/src/components/InfoText/InfoText.js +1 -1
  532. package/dist/src/components/InfoText/InfoText.js.map +1 -1
  533. package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
  534. package/dist/src/components/Label/Label.js +1 -1
  535. package/dist/src/components/Label/Label.js.map +1 -1
  536. package/dist/src/components/Label/Label.module.scss.js +1 -1
  537. package/dist/src/components/Label/LabelCelebrationAnimation.js +1 -1
  538. package/dist/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
  539. package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
  540. package/dist/src/components/Label/LabelConstants.js +1 -1
  541. package/dist/src/components/Label/LabelConstants.js.map +1 -1
  542. package/dist/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
  543. package/dist/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.js +1 -1
  544. package/dist/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.js.map +1 -1
  545. package/dist/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
  546. package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.js +1 -1
  547. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
  548. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
  549. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
  550. package/dist/src/components/Link/Link.module.scss.js +1 -1
  551. package/dist/src/components/List/List.module.scss.js +1 -1
  552. package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
  553. package/dist/src/components/ListItem/ListItem.js +1 -1
  554. package/dist/src/components/ListItem/ListItem.js.map +1 -1
  555. package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
  556. package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
  557. package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
  558. package/dist/src/components/ListTitle/ListTitle.js +1 -1
  559. package/dist/src/components/ListTitle/ListTitle.js.map +1 -1
  560. package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
  561. package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
  562. package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
  563. package/dist/src/components/Menu/MenuItem/MenuItem.js +1 -1
  564. package/dist/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
  565. package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
  566. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.js +1 -1
  567. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.js.map +1 -1
  568. package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
  569. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
  570. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
  571. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
  572. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
  573. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
  574. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
  575. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
  576. package/dist/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
  577. package/dist/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
  578. package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
  579. package/dist/src/components/MenuButton/MenuButton.js +1 -1
  580. package/dist/src/components/MenuButton/MenuButton.js.map +1 -1
  581. package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
  582. package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
  583. package/dist/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
  584. package/dist/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  585. package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
  586. package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
  587. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
  588. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
  589. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
  590. package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
  591. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
  592. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
  593. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
  594. package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
  595. package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
  596. package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
  597. package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
  598. package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
  599. package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
  600. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
  601. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
  602. package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
  603. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
  604. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
  605. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
  606. package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
  607. package/dist/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
  608. package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
  609. package/dist/src/components/RadioButton/RadioButton.js +1 -1
  610. package/dist/src/components/RadioButton/RadioButton.js.map +1 -1
  611. package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
  612. package/dist/src/components/Search/Search.js +1 -1
  613. package/dist/src/components/Search/Search.js.map +1 -1
  614. package/dist/src/components/Search/Search.module.scss.js +1 -1
  615. package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
  616. package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
  617. package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
  618. package/dist/src/components/Slider/Slider.module.scss.js +1 -1
  619. package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
  620. package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
  621. package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
  622. package/dist/src/components/Slider/SliderBase/SliderThumb.js +1 -1
  623. package/dist/src/components/Slider/SliderBase/SliderThumb.js.map +1 -1
  624. package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
  625. package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
  626. package/dist/src/components/Slider/SliderHooks.js +1 -1
  627. package/dist/src/components/Slider/SliderHooks.js.map +1 -1
  628. package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
  629. package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
  630. package/dist/src/components/Steps/Steps.module.scss.js +1 -1
  631. package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
  632. package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
  633. package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
  634. package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
  635. package/dist/src/components/Steps/StepsNumbersHeader.js +1 -1
  636. package/dist/src/components/Steps/StepsNumbersHeader.js.map +1 -1
  637. package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
  638. package/dist/src/components/Switch/Switch.module.scss.js +1 -1
  639. package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
  640. package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
  641. package/dist/src/components/Table/TableCell/TableCell.js +1 -1
  642. package/dist/src/components/Table/TableCell/TableCell.js.map +1 -1
  643. package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
  644. package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
  645. package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
  646. package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
  647. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
  648. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
  649. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
  650. package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
  651. package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
  652. package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
  653. package/dist/src/components/Tabs/Tab/Tab.js +1 -1
  654. package/dist/src/components/Tabs/Tab/Tab.js.map +1 -1
  655. package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
  656. package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
  657. package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
  658. package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
  659. package/dist/src/components/TextArea/TextArea.js +1 -1
  660. package/dist/src/components/TextArea/TextArea.js.map +1 -1
  661. package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
  662. package/dist/src/components/TextField/TextField.js +1 -1
  663. package/dist/src/components/TextField/TextField.js.map +1 -1
  664. package/dist/src/components/TextField/TextField.module.scss.js +1 -1
  665. package/dist/src/components/TextWithHighlight/TextWithHighlight.js +1 -1
  666. package/dist/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
  667. package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
  668. package/dist/src/components/Tipseen/Tipseen.js +1 -1
  669. package/dist/src/components/Tipseen/Tipseen.js.map +1 -1
  670. package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
  671. package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
  672. package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
  673. package/dist/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
  674. package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
  675. package/dist/src/components/Tipseen/TipseenTitle.js +1 -1
  676. package/dist/src/components/Tipseen/TipseenTitle.js.map +1 -1
  677. package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
  678. package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
  679. package/dist/src/components/Toast/Toast.js +1 -1
  680. package/dist/src/components/Toast/Toast.js.map +1 -1
  681. package/dist/src/components/Toast/Toast.module.scss.js +1 -1
  682. package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
  683. package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
  684. package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
  685. package/dist/src/components/Toggle/ToggleText.js +1 -1
  686. package/dist/src/components/Toggle/ToggleText.js.map +1 -1
  687. package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
  688. package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
  689. package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
  690. package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
  691. package/dist/src/components/next/AttentionBox/AttentionBox.module.scss.js +1 -1
  692. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
  693. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
  694. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
  695. package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
  696. package/dist/src/components/next/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
  697. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.js +1 -1
  698. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.js.map +1 -1
  699. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
  700. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.js +1 -1
  701. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.js.map +1 -1
  702. package/dist/src/components/next/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
  703. package/dist/src/components/next/DatePicker/DatePicker.module.scss.js +1 -1
  704. package/dist/src/components/next/DatePicker/DatePickerHeader.js +1 -1
  705. package/dist/src/components/next/DatePicker/DatePickerHeader.js.map +1 -1
  706. package/dist/src/components/next/DatePicker/DatePickerHeader.module.scss.js +1 -1
  707. package/dist/src/components/next/Dropdown/components/DropdownBase/DropdownBase.js +1 -1
  708. package/dist/src/components/next/Dropdown/components/DropdownBase/DropdownBase.js.map +1 -1
  709. package/dist/src/components/next/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
  710. package/dist/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.js +1 -1
  711. package/dist/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.js.map +1 -1
  712. package/dist/src/components/next/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
  713. package/dist/src/components/next/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
  714. package/dist/src/components/next/Dropdown/components/Menu/Menu.module.scss.js +1 -1
  715. package/dist/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.js +1 -1
  716. package/dist/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.js.map +1 -1
  717. package/dist/src/components/next/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
  718. package/dist/src/components/next/Dropdown/components/Trigger/DropdownInput.js +1 -1
  719. package/dist/src/components/next/Dropdown/components/Trigger/DropdownInput.js.map +1 -1
  720. package/dist/src/components/next/Dropdown/components/Trigger/MultiSelectTrigger.js +1 -1
  721. package/dist/src/components/next/Dropdown/components/Trigger/MultiSelectTrigger.js.map +1 -1
  722. package/dist/src/components/next/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
  723. package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
  724. package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
  725. package/dist/src/hooks/useElementsOverflowingIndex.js +1 -1
  726. package/dist/src/hooks/useElementsOverflowingIndex.js.map +1 -1
  727. package/dist/src/hooks/useItemsOverflow/useItemsOverflow.js +1 -1
  728. package/dist/src/hooks/useItemsOverflow/useItemsOverflow.js.map +1 -1
  729. package/dist/src/index.js +1 -1
  730. package/dist/style/dist/index.min.css.js +1 -1
  731. package/package.json +18 -15
  732. package/dist/components/Heading/Heading.d.ts +0 -35
  733. package/dist/components/Heading/Heading.types.d.ts +0 -2
  734. package/dist/components/Heading/HeadingConstants.d.ts +0 -17
  735. package/dist/components/Heading/index.d.ts +0 -2
  736. package/dist/components/IconButton/IconButton.d.ts +0 -116
  737. package/dist/components/IconButton/index.d.ts +0 -1
  738. package/dist/components/IconButton/services/IconButton-helpers.d.ts +0 -6
  739. package/dist/components/Text/Text.d.ts +0 -26
  740. package/dist/components/Text/Text.types.d.ts +0 -2
  741. package/dist/components/Text/TextConstants.d.ts +0 -16
  742. package/dist/components/Text/index.d.ts +0 -2
  743. package/dist/components/Tooltip/Tooltip.d.ts +0 -202
  744. package/dist/components/Tooltip/Tooltip.types.d.ts +0 -2
  745. package/dist/components/Tooltip/TooltipConstants.d.ts +0 -16
  746. package/dist/components/Tooltip/index.d.ts +0 -2
  747. package/dist/components/Typography/Typography.d.ts +0 -41
  748. package/dist/components/Typography/Typography.types.d.ts +0 -2
  749. package/dist/components/Typography/TypographyConstants.d.ts +0 -22
  750. package/dist/components/Typography/TypographyHooks.d.ts +0 -8
  751. package/dist/components/Typography/index.d.ts +0 -2
  752. package/dist/components/Typography/utils/TypographyContext.d.ts +0 -10
  753. package/dist/hooks/useIsOverflowing/useIsOverflowing.d.ts +0 -19
  754. package/dist/hooks/useResizeObserver.d.ts +0 -10
  755. package/dist/mocked_classnames/components/Heading/Heading.d.ts +0 -35
  756. package/dist/mocked_classnames/components/Heading/Heading.types.d.ts +0 -2
  757. package/dist/mocked_classnames/components/Heading/HeadingConstants.d.ts +0 -17
  758. package/dist/mocked_classnames/components/Heading/index.d.ts +0 -2
  759. package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +0 -116
  760. package/dist/mocked_classnames/components/IconButton/index.d.ts +0 -1
  761. package/dist/mocked_classnames/components/IconButton/services/IconButton-helpers.d.ts +0 -6
  762. package/dist/mocked_classnames/components/Text/Text.d.ts +0 -26
  763. package/dist/mocked_classnames/components/Text/Text.types.d.ts +0 -2
  764. package/dist/mocked_classnames/components/Text/TextConstants.d.ts +0 -16
  765. package/dist/mocked_classnames/components/Text/index.d.ts +0 -2
  766. package/dist/mocked_classnames/components/Tooltip/Tooltip.d.ts +0 -202
  767. package/dist/mocked_classnames/components/Tooltip/Tooltip.types.d.ts +0 -2
  768. package/dist/mocked_classnames/components/Tooltip/TooltipConstants.d.ts +0 -16
  769. package/dist/mocked_classnames/components/Tooltip/index.d.ts +0 -2
  770. package/dist/mocked_classnames/components/Typography/Typography.d.ts +0 -41
  771. package/dist/mocked_classnames/components/Typography/Typography.types.d.ts +0 -2
  772. package/dist/mocked_classnames/components/Typography/TypographyConstants.d.ts +0 -22
  773. package/dist/mocked_classnames/components/Typography/TypographyHooks.d.ts +0 -8
  774. package/dist/mocked_classnames/components/Typography/index.d.ts +0 -2
  775. package/dist/mocked_classnames/components/Typography/utils/TypographyContext.d.ts +0 -10
  776. package/dist/mocked_classnames/hooks/useIsOverflowing/useIsOverflowing.d.ts +0 -19
  777. package/dist/mocked_classnames/hooks/useResizeObserver.d.ts +0 -10
  778. package/dist/mocked_classnames/src/components/Heading/Heading.js +0 -2
  779. package/dist/mocked_classnames/src/components/Heading/Heading.js.map +0 -1
  780. package/dist/mocked_classnames/src/components/Heading/Heading.module.scss.js +0 -2
  781. package/dist/mocked_classnames/src/components/Heading/HeadingConstants.js +0 -2
  782. package/dist/mocked_classnames/src/components/Heading/HeadingConstants.js.map +0 -1
  783. package/dist/mocked_classnames/src/components/IconButton/IconButton.js +0 -2
  784. package/dist/mocked_classnames/src/components/IconButton/IconButton.js.map +0 -1
  785. package/dist/mocked_classnames/src/components/IconButton/IconButton.module.scss.js +0 -2
  786. package/dist/mocked_classnames/src/components/IconButton/services/IconButton-helpers.js +0 -2
  787. package/dist/mocked_classnames/src/components/IconButton/services/IconButton-helpers.js.map +0 -1
  788. package/dist/mocked_classnames/src/components/Text/Text.js +0 -2
  789. package/dist/mocked_classnames/src/components/Text/Text.js.map +0 -1
  790. package/dist/mocked_classnames/src/components/Text/Text.module.scss.js +0 -2
  791. package/dist/mocked_classnames/src/components/Text/TextConstants.js +0 -2
  792. package/dist/mocked_classnames/src/components/Text/TextConstants.js.map +0 -1
  793. package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js +0 -2
  794. package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js.map +0 -1
  795. package/dist/mocked_classnames/src/components/Tooltip/Tooltip.module.scss.js +0 -2
  796. package/dist/mocked_classnames/src/components/Tooltip/TooltipConstants.js +0 -2
  797. package/dist/mocked_classnames/src/components/Tooltip/TooltipConstants.js.map +0 -1
  798. package/dist/mocked_classnames/src/components/Typography/Typography.js +0 -2
  799. package/dist/mocked_classnames/src/components/Typography/Typography.js.map +0 -1
  800. package/dist/mocked_classnames/src/components/Typography/Typography.module.scss.js +0 -2
  801. package/dist/mocked_classnames/src/components/Typography/TypographyConstants.js +0 -2
  802. package/dist/mocked_classnames/src/components/Typography/TypographyConstants.js.map +0 -1
  803. package/dist/mocked_classnames/src/components/Typography/TypographyHooks.js +0 -2
  804. package/dist/mocked_classnames/src/components/Typography/TypographyHooks.js.map +0 -1
  805. package/dist/mocked_classnames/src/components/Typography/utils/TypographyContext.js +0 -2
  806. package/dist/mocked_classnames/src/components/Typography/utils/TypographyContext.js.map +0 -1
  807. package/dist/mocked_classnames/src/hooks/useIsOverflowing/useIsOverflowing.js +0 -2
  808. package/dist/mocked_classnames/src/hooks/useIsOverflowing/useIsOverflowing.js.map +0 -1
  809. package/dist/mocked_classnames/src/hooks/useResizeObserver.js +0 -2
  810. package/dist/mocked_classnames/src/hooks/useResizeObserver.js.map +0 -1
  811. package/dist/src/components/Heading/Heading.js +0 -2
  812. package/dist/src/components/Heading/Heading.js.map +0 -1
  813. package/dist/src/components/Heading/Heading.module.scss.js +0 -2
  814. package/dist/src/components/Heading/Heading.module.scss.js.map +0 -1
  815. package/dist/src/components/Heading/HeadingConstants.js +0 -2
  816. package/dist/src/components/Heading/HeadingConstants.js.map +0 -1
  817. package/dist/src/components/IconButton/IconButton.js +0 -2
  818. package/dist/src/components/IconButton/IconButton.js.map +0 -1
  819. package/dist/src/components/IconButton/IconButton.module.scss.js +0 -2
  820. package/dist/src/components/IconButton/IconButton.module.scss.js.map +0 -1
  821. package/dist/src/components/IconButton/services/IconButton-helpers.js +0 -2
  822. package/dist/src/components/IconButton/services/IconButton-helpers.js.map +0 -1
  823. package/dist/src/components/Text/Text.js +0 -2
  824. package/dist/src/components/Text/Text.js.map +0 -1
  825. package/dist/src/components/Text/Text.module.scss.js +0 -2
  826. package/dist/src/components/Text/Text.module.scss.js.map +0 -1
  827. package/dist/src/components/Text/TextConstants.js +0 -2
  828. package/dist/src/components/Text/TextConstants.js.map +0 -1
  829. package/dist/src/components/Tooltip/Tooltip.js +0 -2
  830. package/dist/src/components/Tooltip/Tooltip.js.map +0 -1
  831. package/dist/src/components/Tooltip/Tooltip.module.scss.js +0 -2
  832. package/dist/src/components/Tooltip/Tooltip.module.scss.js.map +0 -1
  833. package/dist/src/components/Tooltip/TooltipConstants.js +0 -2
  834. package/dist/src/components/Tooltip/TooltipConstants.js.map +0 -1
  835. package/dist/src/components/Typography/Typography.js +0 -2
  836. package/dist/src/components/Typography/Typography.js.map +0 -1
  837. package/dist/src/components/Typography/Typography.module.scss.js +0 -2
  838. package/dist/src/components/Typography/Typography.module.scss.js.map +0 -1
  839. package/dist/src/components/Typography/TypographyConstants.js +0 -2
  840. package/dist/src/components/Typography/TypographyConstants.js.map +0 -1
  841. package/dist/src/components/Typography/TypographyHooks.js +0 -2
  842. package/dist/src/components/Typography/TypographyHooks.js.map +0 -1
  843. package/dist/src/components/Typography/utils/TypographyContext.js +0 -2
  844. package/dist/src/components/Typography/utils/TypographyContext.js.map +0 -1
  845. package/dist/src/hooks/useIsOverflowing/useIsOverflowing.js +0 -2
  846. package/dist/src/hooks/useIsOverflowing/useIsOverflowing.js.map +0 -1
  847. package/dist/src/hooks/useResizeObserver.js +0 -2
  848. package/dist/src/hooks/useResizeObserver.js.map +0 -1
  849. /package/dist/{mocked_classnames/src/components → components/icon-button/dist}/IconButton/IconButton.module.scss.js.map +0 -0
  850. /package/dist/{mocked_classnames/src/components → components/tooltip/dist}/Tooltip/Tooltip.module.scss.js.map +0 -0
  851. /package/dist/{mocked_classnames/src/components → components/typography/dist}/Heading/Heading.module.scss.js.map +0 -0
  852. /package/dist/{mocked_classnames/src/components → components/typography/dist}/Text/Text.module.scss.js.map +0 -0
  853. /package/dist/{mocked_classnames/src/components → components/typography/dist}/Typography/Typography.module.scss.js.map +0 -0
@@ -1,2 +1,2 @@
1
- function t(t,e,n){return e=b(e),w(t,r()?Reflect.construct(e,n||[],b(t).constructor):e.apply(t,n))}function r(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(r=function(){return!!t})()}function e(t,r){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,o,i,a,u=[],c=!0,l=!1;try{if(i=(e=e.call(t)).next,0===r){if(Object(e)!==e)return;c=!1}else for(;!(c=(n=i.call(e)).done)&&(u.push(n.value),u.length!==r);c=!0);}catch(t){l=!0,o=t}finally{try{if(!c&&null!=e.return&&(a=e.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}function n(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function o(t){for(var r=1;arguments.length>r;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?n(Object(e),!0).forEach((function(r){y(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):n(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function i(){i=function(){return r};var t,r={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function f(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{f({},"")}catch(t){f=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var i=Object.create((r&&r.prototype instanceof m?r:m).prototype),a=new I(n||[]);return o(i,"_invoke",{value:L(t,e,a)}),i}function y(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=s;var p="suspendedStart",h="suspendedYield",b="executing",v="completed",d={};function m(){}function g(){}function w(){}var O={};f(O,u,(function(){return this}));var j=Object.getPrototypeOf,P=j&&j(j(k([])));P&&P!==e&&n.call(P,u)&&(O=P);var E=w.prototype=m.prototype=Object.create(O);function S(t){["next","throw","return"].forEach((function(r){f(t,r,(function(t){return this._invoke(r,t)}))}))}function x(t,r){function e(o,i,a,u){var c=y(t[o],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&n.call(f,"__await")?r.resolve(f.__await).then((function(t){e("next",t,a,u)}),(function(t){e("throw",t,a,u)})):r.resolve(f).then((function(t){l.value=t,a(l)}),(function(t){return e("throw",t,a,u)}))}u(c.arg)}var i;o(this,"_invoke",{value:function(t,n){function o(){return new r((function(r,o){e(t,n,r,o)}))}return i=i?i.then(o,o):o()}})}function L(r,e,n){var o=p;return function(i,a){if(o===b)throw Error("Generator is already running");if(o===v){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var c=_(u,n);if(c){if(c===d)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===p)throw o=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=b;var l=y(r,e,n);if("normal"===l.type){if(o=n.done?v:h,l.arg===d)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(o=v,n.method="throw",n.arg=l.arg)}}}function _(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,_(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var i=y(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,d;var a=i.arg;return a?a.done?(e[r.resultName]=a.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,d):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function A(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function I(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function k(r){if(r||""===r){var e=r[u];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,i=function e(){for(;++o<r.length;)if(n.call(r,o))return e.value=r[o],e.done=!1,e;return e.value=t,e.done=!0,e};return i.next=i}}throw new TypeError(typeof r+" is not iterable")}return g.prototype=w,o(E,"constructor",{value:w,configurable:!0}),o(w,"constructor",{value:g,configurable:!0}),g.displayName=f(w,l,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===g||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,f(t,l,"GeneratorFunction")),t.prototype=Object.create(E),t},r.awrap=function(t){return{__await:t}},S(x.prototype),f(x.prototype,c,(function(){return this})),r.AsyncIterator=x,r.async=function(t,e,n,o,i){void 0===i&&(i=Promise);var a=new x(s(t,e,n,o),i);return r.isGeneratorFunction(e)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},S(E),f(E,l,"Generator"),f(E,u,(function(){return this})),f(E,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},r.values=k,I.prototype={constructor:I,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!r)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var e=this;function o(n,o){return u.type="throw",u.arg=r,e.next=n,o&&(e.method="next",e.arg=t),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(this.prev>=a.tryLoc){var c=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(c&&l){if(a.catchLoc>this.prev)return o(a.catchLoc,!0);if(a.finallyLoc>this.prev)return o(a.finallyLoc)}else if(c){if(a.catchLoc>this.prev)return o(a.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(a.finallyLoc>this.prev)return o(a.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(this.prev>=o.tryLoc&&n.call(o,"finallyLoc")&&o.finallyLoc>this.prev){var i=o;break}}i&&("break"===t||"continue"===t)&&r>=i.tryLoc&&i.finallyLoc>=r&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=r,i?(this.method="next",this.next=i.finallyLoc,d):this.complete(a)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),d},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),T(e),d}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;T(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(r,e,n){return this.delegate={iterator:k(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),d}},r}function a(t,r){if("object"!=typeof t||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function u(t){var r=a(t,"string");return"symbol"==typeof r?r:r+""}function c(t){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},c(t)}function l(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function f(t,r){for(var e=0;r.length>e;e++){var n=r[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,u(n.key),n)}}function s(t,r,e){return r&&f(t.prototype,r),e&&f(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function y(t,r,e){return(r=u(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function p(){return p=Object.assign?Object.assign.bind():function(t){for(var r=1;arguments.length>r;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},p.apply(this,arguments)}function h(t,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),r&&v(t,r)}function b(t){return b=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},b(t)}function v(t,r){return v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},v(t,r)}function d(t,r){if(null==t)return{};var e,n,o={},i=Object.keys(t);for(n=0;i.length>n;n++)0>r.indexOf(e=i[n])&&(o[e]=t[e]);return o}function m(t,r){if(null==t)return{};var e,n,o=d(t,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;i.length>n;n++)0>r.indexOf(e=i[n])&&Object.prototype.propertyIsEnumerable.call(t,e)&&(o[e]=t[e])}return o}function g(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function w(t,r){if(r&&("object"==typeof r||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return g(t)}function O(t,r){return E(t)||e(t,r)||x(t,r)||A()}function j(t){return P(t)||S(t)||x(t)||_()}function P(t){if(Array.isArray(t))return L(t)}function E(t){if(Array.isArray(t))return t}function S(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function x(t,r){if(t){if("string"==typeof t)return L(t,r);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?L(t,r):void 0}}function L(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);r>e;e++)n[e]=t[e];return n}function _(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function A(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function T(t,r){var e="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!e){if(Array.isArray(t)||(e=x(t))||r&&t&&"number"==typeof t.length){e&&(t=e);var n=0,o=function(){};return{s:o,n:function(){return t.length>n?{done:!1,value:t[n++]}:{done:!0}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){e=e.call(t)},n:function(){var t=e.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==e.return||e.return()}finally{if(u)throw i}}}}export{L as arrayLikeToArray,E as arrayWithHoles,P as arrayWithoutHoles,g as assertThisInitialized,t as callSuper,l as classCallCheck,s as createClass,T as createForOfIteratorHelper,y as defineProperty,p as extends,b as getPrototypeOf,h as inherits,r as isNativeReflectConstruct,S as iterableToArray,e as iterableToArrayLimit,A as nonIterableRest,_ as nonIterableSpread,o as objectSpread2,m as objectWithoutProperties,d as objectWithoutPropertiesLoose,w as possibleConstructorReturn,i as regeneratorRuntime,v as setPrototypeOf,O as slicedToArray,j as toConsumableArray,a as toPrimitive,u as toPropertyKey,c as typeof,x as unsupportedIterableToArray};
1
+ function t(t,r){var e=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=e){var n,o,i,a,u=[],c=!0,l=!1;try{if(i=(e=e.call(t)).next,0===r){if(Object(e)!==e)return;c=!1}else for(;!(c=(n=i.call(e)).done)&&(u.push(n.value),u.length!==r);c=!0);}catch(t){l=!0,o=t}finally{try{if(!c&&null!=e.return&&(a=e.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}function r(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function e(t){for(var e=1;arguments.length>e;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(r){u(t,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))}))}return t}function n(){n=function(){return r};var t,r={},e=Object.prototype,o=e.hasOwnProperty,i=Object.defineProperty||function(t,r,e){t[r]=e.value},a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function f(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{f({},"")}catch(t){f=function(t,r,e){return t[r]=e}}function s(t,r,e,n){var o=Object.create((r&&r.prototype instanceof m?r:m).prototype),a=new _(n||[]);return i(o,"_invoke",{value:P(t,e,a)}),o}function y(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=s;var h="suspendedStart",p="suspendedYield",v="executing",b="completed",d={};function m(){}function g(){}function w(){}var O={};f(O,u,(function(){return this}));var j=Object.getPrototypeOf,L=j&&j(j(k([])));L&&L!==e&&o.call(L,u)&&(O=L);var x=w.prototype=m.prototype=Object.create(O);function E(t){["next","throw","return"].forEach((function(r){f(t,r,(function(t){return this._invoke(r,t)}))}))}function S(t,r){function e(n,i,a,u){var c=y(t[n],t,i);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&o.call(f,"__await")?r.resolve(f.__await).then((function(t){e("next",t,a,u)}),(function(t){e("throw",t,a,u)})):r.resolve(f).then((function(t){l.value=t,a(l)}),(function(t){return e("throw",t,a,u)}))}u(c.arg)}var n;i(this,"_invoke",{value:function(t,o){function i(){return new r((function(r,n){e(t,o,r,n)}))}return n=n?n.then(i,i):i()}})}function P(r,e,n){var o=h;return function(i,a){if(o===v)throw Error("Generator is already running");if(o===b){if("throw"===i)throw a;return{value:t,done:!0}}for(n.method=i,n.arg=a;;){var u=n.delegate;if(u){var c=A(u,n);if(c){if(c===d)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=v;var l=y(r,e,n);if("normal"===l.type){if(o=n.done?b:p,l.arg===d)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(o=b,n.method="throw",n.arg=l.arg)}}}function A(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,A(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var i=y(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,d;var a=i.arg;return a?a.done?(e[r.resultName]=a.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,d):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function I(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function _(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function k(r){if(r||""===r){var e=r[u];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var n=-1,i=function e(){for(;++n<r.length;)if(o.call(r,n))return e.value=r[n],e.done=!1,e;return e.value=t,e.done=!0,e};return i.next=i}}throw new TypeError(typeof r+" is not iterable")}return g.prototype=w,i(x,"constructor",{value:w,configurable:!0}),i(w,"constructor",{value:g,configurable:!0}),g.displayName=f(w,l,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===g||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,f(t,l,"GeneratorFunction")),t.prototype=Object.create(x),t},r.awrap=function(t){return{__await:t}},E(S.prototype),f(S.prototype,c,(function(){return this})),r.AsyncIterator=S,r.async=function(t,e,n,o,i){void 0===i&&(i=Promise);var a=new S(s(t,e,n,o),i);return r.isGeneratorFunction(e)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(x),f(x,l,"Generator"),f(x,u,(function(){return this})),f(x,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},r.values=k,_.prototype={constructor:_,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!r)for(var e in this)"t"===e.charAt(0)&&o.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var e=this;function n(n,o){return u.type="throw",u.arg=r,e.next=n,o&&(e.method="next",e.arg=t),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return n("end");if(this.prev>=a.tryLoc){var c=o.call(a,"catchLoc"),l=o.call(a,"finallyLoc");if(c&&l){if(a.catchLoc>this.prev)return n(a.catchLoc,!0);if(a.finallyLoc>this.prev)return n(a.finallyLoc)}else if(c){if(a.catchLoc>this.prev)return n(a.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(a.finallyLoc>this.prev)return n(a.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(this.prev>=n.tryLoc&&o.call(n,"finallyLoc")&&n.finallyLoc>this.prev){var i=n;break}}i&&("break"===t||"continue"===t)&&r>=i.tryLoc&&i.finallyLoc>=r&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=r,i?(this.method="next",this.next=i.finallyLoc,d):this.complete(a)},complete:function(t,r){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&r&&(this.next=r),d},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),T(e),d}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if("throw"===n.type){var o=n.arg;T(e)}return o}}throw Error("illegal catch attempt")},delegateYield:function(r,e,n){return this.delegate={iterator:k(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=t),d}},r}function o(t,r){if("object"!=typeof t||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function i(t){var r=o(t,"string");return"symbol"==typeof r?r:r+""}function a(t){return a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(t)}function u(t,r,e){return(r=i(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function c(){return c=Object.assign?Object.assign.bind():function(t){for(var r=1;arguments.length>r;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},c.apply(this,arguments)}function l(t,r){if(null==t)return{};var e,n,o={},i=Object.keys(t);for(n=0;i.length>n;n++)0>r.indexOf(e=i[n])&&(o[e]=t[e]);return o}function f(t,r){if(null==t)return{};var e,n,o=l(t,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;i.length>n;n++)0>r.indexOf(e=i[n])&&Object.prototype.propertyIsEnumerable.call(t,e)&&(o[e]=t[e])}return o}function s(r,e){return p(r)||t(r,e)||b(r,e)||g()}function y(t){return h(t)||v(t)||b(t)||m()}function h(t){if(Array.isArray(t))return d(t)}function p(t){if(Array.isArray(t))return t}function v(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t,r){if(t){if("string"==typeof t)return d(t,r);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?d(t,r):void 0}}function d(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);r>e;e++)n[e]=t[e];return n}function m(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function w(t,r){var e="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!e){if(Array.isArray(t)||(e=b(t))||r&&t&&"number"==typeof t.length){e&&(t=e);var n=0,o=function(){};return{s:o,n:function(){return t.length>n?{done:!1,value:t[n++]}:{done:!0}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){e=e.call(t)},n:function(){var t=e.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==e.return||e.return()}finally{if(u)throw i}}}}export{d as arrayLikeToArray,p as arrayWithHoles,h as arrayWithoutHoles,w as createForOfIteratorHelper,u as defineProperty,c as extends,v as iterableToArray,t as iterableToArrayLimit,g as nonIterableRest,m as nonIterableSpread,e as objectSpread2,f as objectWithoutProperties,l as objectWithoutPropertiesLoose,n as regeneratorRuntime,s as slicedToArray,y as toConsumableArray,o as toPrimitive,i as toPropertyKey,a as typeof,b as unsupportedIterableToArray};
2
2
  //# sourceMappingURL=_rollupPluginBabelHelpers.js.map
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { type TypographyColor } from "../Typography/Typography.types";
2
+ import { type TypographyColor } from "@vibe/typography";
3
3
  type AlertBannerContextType = {
4
4
  textColor: Extract<TypographyColor, "onPrimary" | "onInverted" | "fixedDark">;
5
5
  };
@@ -3,7 +3,7 @@ import { type ElementAllowedColor } from "../../types/Colors";
3
3
  import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./AvatarConstants";
4
4
  import { type AvatarSize, type AvatarType } from "./Avatar.types";
5
5
  import { type AvatarBadgeProps } from "./AvatarBadge";
6
- import { type TooltipProps } from "../Tooltip/Tooltip";
6
+ import { type TooltipProps } from "@vibe/tooltip";
7
7
  import { type VibeComponentProps } from "../../types";
8
8
  import { type SubIcon } from "@vibe/icon";
9
9
  export interface AvatarProps extends VibeComponentProps {
@@ -2,7 +2,7 @@ import React, { type ReactElement } from "react";
2
2
  import { type AvatarProps } from "../Avatar/Avatar";
3
3
  import type VibeComponentProps from "../../types/VibeComponentProps";
4
4
  import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
5
- import { type TooltipProps } from "../Tooltip/Tooltip";
5
+ import { type TooltipProps } from "@vibe/tooltip";
6
6
  import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
7
7
  export interface AvatarGroupProps extends VibeComponentProps {
8
8
  /**
@@ -3,7 +3,7 @@ import { type AvatarProps } from "../Avatar/Avatar";
3
3
  import type VibeComponentProps from "../../types/VibeComponentProps";
4
4
  import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
5
5
  import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
6
- import { type TooltipProps } from "../Tooltip/Tooltip";
6
+ import { type TooltipProps } from "@vibe/tooltip";
7
7
  export interface AvatarGroupCounterProps extends VibeComponentProps {
8
8
  /**
9
9
  * The list of avatars hidden behind the counter.
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactElement, type RefObject } from "react";
2
- import { type TooltipProps } from "../Tooltip/Tooltip";
2
+ import { type TooltipProps } from "@vibe/tooltip";
3
3
  import { type AvatarProps } from "../Avatar/Avatar";
4
4
  import type VibeComponentProps from "../../types/VibeComponentProps";
5
5
  import { type AvatarType } from "../Avatar/Avatar.types";
@@ -1,7 +1,7 @@
1
1
  import { type ReactNode, type AriaRole } from "react";
2
2
  import type React from "react";
3
3
  import { type VibeComponentProps } from "../../types";
4
- import { type TooltipProps } from "../Tooltip";
4
+ import { type TooltipProps } from "@vibe/tooltip";
5
5
  import { type ChipsProps } from "../Chips";
6
6
  import { type SubIcon } from "@vibe/icon";
7
7
  export type BaseItemSizes = "small" | "medium" | "large";
@@ -1,4 +1,4 @@
1
1
  import { type EndElement, type StartElement } from "./BaseItem.types";
2
- import { type TextType } from "../Text";
2
+ import { type TextType } from "@vibe/typography";
3
3
  import React from "react";
4
4
  export declare function renderSideElement(element: StartElement | EndElement, disabled: boolean, textVariant: TextType): React.ReactNode;
@@ -4,7 +4,7 @@ import { type ButtonType as ButtonTypeEnum, type ButtonValue } from "./ButtonGro
4
4
  import { type ButtonType, type ButtonSize } from "@vibe/button";
5
5
  import { type VibeComponentProps } from "../../types";
6
6
  import { type MoveBy } from "../../types/MoveBy";
7
- import { type TooltipPositions } from "../Tooltip";
7
+ import { type TooltipPositions } from "@vibe/tooltip";
8
8
  type ButtonGroupOption = {
9
9
  icon?: SubIcon;
10
10
  leftIcon?: SubIcon;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { type ButtonProps } from "@vibe/button";
3
3
  import { type MoveBy } from "../../types/MoveBy";
4
- import { type TooltipPositions } from "../Tooltip/Tooltip.types";
4
+ import { type TooltipPositions } from "@vibe/tooltip";
5
5
  export interface ButtonWrapperProps extends ButtonProps {
6
6
  /**
7
7
  * The content of the tooltip.
@@ -2,7 +2,7 @@ import React from "react";
2
2
  import { type ElementContent, type VibeComponentProps } from "../../types";
3
3
  import { type IComboboxCategoryMap, type IComboboxOption } from "./components/ComboboxConstants";
4
4
  import { type ComboboxSizes } from "./Combobox.types";
5
- import type IconButton from "../IconButton/IconButton";
5
+ import type { IconButton } from "@vibe/icon-button";
6
6
  import type MenuButton from "../MenuButton/MenuButton";
7
7
  import { type SubIcon } from "@vibe/icon";
8
8
  export interface ComboboxProps extends VibeComponentProps {
@@ -1,6 +1,6 @@
1
1
  import type React from "react";
2
2
  import { type SubIcon } from "@vibe/icon";
3
- import type { TooltipProps } from "../../Tooltip/Tooltip";
3
+ import type { TooltipProps } from "@vibe/tooltip";
4
4
  export declare const COMBOBOX_DIVIDER_ITEM = "combobox-divider";
5
5
  export declare const COMBOBOX_CATEGORY_ITEM = "combobox-category";
6
6
  export declare const COMBOBOX_OPTION_ITEM = "combobox-option";
@@ -1,7 +1,6 @@
1
1
  import React from "react";
2
+ import { HeadingTypeEnum, HeadingWeightEnum, type HeadingType, type HeadingWeight } from "@vibe/typography";
2
3
  import { type VibeComponentProps } from "../../types";
3
- import { HeadingType as HeadingTypeEnum, HeadingWeight as HeadingWeightEnum } from "../Heading/HeadingConstants";
4
- import { type HeadingType, type HeadingWeight } from "../Heading";
5
4
  import { type EditableTypographyImplementationProps } from "../EditableTypography/EditableTypography";
6
5
  export interface EditableHeadingProps extends VibeComponentProps, EditableTypographyImplementationProps {
7
6
  /**
@@ -1,8 +1,7 @@
1
1
  import React from "react";
2
2
  import { type VibeComponentProps } from "../../types";
3
3
  import { type EditableTypographyImplementationProps } from "../EditableTypography/EditableTypography";
4
- import { TextType as TextTypeEnum, TextWeight as TextWeightEnum } from "../Text/TextConstants";
5
- import { type TextType, type TextWeight } from "../Text";
4
+ import { TextTypeEnum, TextWeightEnum, type TextType, type TextWeight } from "@vibe/typography";
6
5
  export interface EditableTextProps extends VibeComponentProps, EditableTypographyImplementationProps {
7
6
  /**
8
7
  * The text style variant.
@@ -1,8 +1,8 @@
1
1
  import React, { type ElementType } from "react";
2
2
  import { type VibeComponentProps } from "../../types";
3
- import { type TooltipProps } from "../Tooltip";
4
- import { type TextType, type TextWeight } from "../Text";
5
- import { type HeadingType, type HeadingWeight } from "../Heading";
3
+ import { type TooltipProps } from "@vibe/tooltip";
4
+ import { type TextType, type TextWeight } from "@vibe/typography";
5
+ import { type HeadingType, type HeadingWeight } from "@vibe/typography";
6
6
  export interface EditableTypographyImplementationProps {
7
7
  /**
8
8
  * The current value of the text.
@@ -1,4 +1,4 @@
1
- import { type TextType } from "../Text/Text.types";
1
+ import { type TextType } from "@vibe/typography";
2
2
  import { type LabelSizes } from "./Label.types";
3
3
  import { ContentColorByName } from "../../utils/colors-vars-map";
4
4
  /**
@@ -2,7 +2,7 @@ import React, { type AriaAttributes, type AriaRole } from "react";
2
2
  import { type VibeComponentProps, type ElementContent } from "../../types";
3
3
  import { ListItemComponentType as ListItemComponentTypeEnum } from "./ListItemConstants";
4
4
  import { type ListItemElement, type ListItemSize } from "./ListItem.types";
5
- import { type TooltipProps } from "../Tooltip/Tooltip";
5
+ import { type TooltipProps } from "@vibe/tooltip";
6
6
  export interface ListItemProps extends VibeComponentProps {
7
7
  /**
8
8
  * The HTML element used for the list item.
@@ -1,11 +1,10 @@
1
1
  import React, { type AriaAttributes, type ReactElement } from "react";
2
- import { type TooltipProps } from "../../../components/Tooltip/Tooltip";
2
+ import { type TooltipProps } from "@vibe/tooltip";
3
3
  import { type IconType, type SubIcon } from "@vibe/icon";
4
4
  import { type VibeComponentProps } from "../../../types";
5
5
  import { type CloseMenuOption, type MenuChild } from "../Menu/MenuConstants";
6
6
  import Label from "../../Label/Label";
7
- import { type TooltipPositions } from "../../Tooltip/Tooltip.types";
8
- import { TooltipPositions as TooltipPositionsEnum } from "../../Tooltip/TooltipConstants";
7
+ import { type TooltipPositions, TooltipPositionsEnum } from "@vibe/tooltip";
9
8
  import { type SubmenuPosition } from "./MenuItem.types";
10
9
  export interface MenuItemProps extends VibeComponentProps {
11
10
  /**
@@ -2,8 +2,7 @@ import React from "react";
2
2
  import { type ButtonType } from "@vibe/button";
3
3
  import { type VibeComponentProps, type ElementContent } from "../../../types";
4
4
  import { type SubIcon } from "@vibe/icon";
5
- import { type TooltipPositions } from "../../Tooltip";
6
- import { TooltipPositions as TooltipPositionsEnum } from "../../Tooltip/TooltipConstants";
5
+ import { type TooltipPositions, TooltipPositionsEnum } from "@vibe/tooltip";
7
6
  export interface MenuItemButtonProps extends VibeComponentProps {
8
7
  /**
9
8
  * The style variant of the button.
@@ -1,11 +1,11 @@
1
1
  import React from "react";
2
2
  import { DialogPositionEnum, DialogTriggerEventEnum, DialogSizeEnum } from "@vibe/dialog";
3
3
  import { type DialogOffset, type DialogPosition, type DialogSize, type DialogTriggerEvent } from "@vibe/dialog";
4
- import { type TooltipProps } from "../Tooltip/Tooltip";
4
+ import { type TooltipProps } from "@vibe/tooltip";
5
5
  import { type ElementContent, type VibeComponentProps } from "../../types";
6
6
  import { MenuButtonComponentPosition as MenuButtonComponentPositionEnum, MenuButtonSize as MenuButtonSizeEnum } from "./MenuButtonConstants";
7
7
  import { type MenuButtonComponentPosition, type MenuButtonSize } from "./MenuButton.types";
8
- import { type TooltipPositions } from "../Tooltip";
8
+ import { type TooltipPositions } from "@vibe/tooltip";
9
9
  export interface MenuButtonProps extends VibeComponentProps {
10
10
  /**
11
11
  * If true, the button is in an active state.
@@ -1,6 +1,6 @@
1
1
  import type React from "react";
2
2
  import type MenuButton from "../../MenuButton/MenuButton";
3
- import type IconButton from "../../IconButton/IconButton";
3
+ import type { IconButton } from "@vibe/icon-button";
4
4
  import { type ButtonColor } from "@vibe/button";
5
5
  export type ModalTopActionsTheme = "light" | "dark";
6
6
  export type ModalTopActionsButtonColor = Extract<ButtonColor, "primary" | "fixed-light" | "fixed-dark">;
@@ -1,7 +1,7 @@
1
1
  import { type ButtonProps } from "@vibe/button";
2
2
  import type React from "react";
3
3
  import { type VibeComponentProps } from "../../../../types";
4
- import { type TooltipProps } from "../../../Tooltip";
4
+ import { type TooltipProps } from "@vibe/tooltip";
5
5
  export interface ModalFooterActionProps extends Omit<ButtonProps, "children" | "kind" | "size"> {
6
6
  /**
7
7
  * The text displayed inside the button.
@@ -4,11 +4,11 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
4
4
  className: string;
5
5
  tooltipProps: {
6
6
  referenceWrapperClassName: string;
7
- content?: import("../../../..").ElementContent;
7
+ content?: import("@vibe/shared").ElementContent;
8
8
  style?: import("react").CSSProperties;
9
9
  arrowClassName?: string;
10
- moveBy?: import("../../../../types/MoveBy").MoveBy;
11
- theme?: import("../../..").TooltipTheme;
10
+ moveBy?: import("@vibe/shared").MoveBy;
11
+ theme?: import("@vibe/tooltip").TooltipTheme;
12
12
  getContainer?: () => HTMLElement;
13
13
  hideDelay?: number;
14
14
  showDelay?: number;
@@ -23,7 +23,7 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
23
23
  onTooltipHide?: () => void;
24
24
  onTooltipShow?: () => void;
25
25
  modifiers?: Partial<import("@popperjs/core").Modifier<unknown, object>>[];
26
- position?: import("../../..").TooltipPositions;
26
+ position?: import("@vibe/tooltip").TooltipPositions;
27
27
  showTrigger?: import("@vibe/dialog").DialogTriggerEvent | import("@vibe/dialog").DialogTriggerEvent[];
28
28
  hideTrigger?: import("@vibe/dialog").DialogTriggerEvent | import("@vibe/dialog").DialogTriggerEvent[];
29
29
  showOnDialogEnter?: boolean;
@@ -2,7 +2,7 @@ import type React from "react";
2
2
  import { type VibeComponentProps } from "../../types";
3
3
  import { type SubIcon } from "@vibe/icon";
4
4
  import { type InputSize } from "@vibe/base";
5
- import type IconButton from "../IconButton/IconButton";
5
+ import type { IconButton } from "@vibe/icon-button";
6
6
  import type MenuButton from "../MenuButton/MenuButton";
7
7
  export interface SearchProps extends VibeComponentProps {
8
8
  /**
@@ -1,6 +1,6 @@
1
1
  import { type BASE_SIZES } from "../../constants";
2
2
  import { type DialogPosition } from "@vibe/dialog";
3
- import { type TypographyColor } from "../Typography";
3
+ import { type TypographyColor } from "@vibe/typography";
4
4
  export type SliderColor = "primary" | "negative" | "positive";
5
5
  export type SliderLabelColor = Extract<TypographyColor, "primary" | "secondary">;
6
6
  export type SliderLabelPosition = Extract<DialogPosition, "top" | "bottom">;
@@ -1,7 +1,7 @@
1
1
  import { type FC, type ReactElement } from "react";
2
2
  import { type IconType, type SubIcon } from "@vibe/icon";
3
3
  import type VibeComponentProps from "../../../types/VibeComponentProps";
4
- import { type TooltipProps } from "../../Tooltip/Tooltip";
4
+ import { type TooltipProps } from "@vibe/tooltip";
5
5
  export interface TabProps extends VibeComponentProps {
6
6
  /**
7
7
  * Class name applied to the inner tab content.
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
- import { type TooltipProps } from "../../components/Tooltip/Tooltip";
2
+ import { type TooltipProps } from "@vibe/tooltip";
3
3
  import type VibeComponentProps from "../../types/VibeComponentProps";
4
- import { type TooltipPositions } from "../Tooltip/Tooltip.types";
4
+ import { type TooltipPositions } from "@vibe/tooltip";
5
5
  export interface TextWithHighlightProps extends VibeComponentProps {
6
6
  /**
7
7
  * The text content to display.
@@ -7,8 +7,7 @@ import { type ElementContent, type VibeComponentProps } from "../../types";
7
7
  import { type MoveBy } from "../../types/MoveBy";
8
8
  import { type Modifier } from "react-popper";
9
9
  import React from "react";
10
- import { type TooltipPositions } from "../Tooltip/Tooltip.types";
11
- import { TooltipPositions as TooltipPositionsEnum } from "../Tooltip/TooltipConstants";
10
+ import { type TooltipPositions, TooltipPositionsEnum } from "@vibe/tooltip";
12
11
  export interface TipseenProps extends VibeComponentProps {
13
12
  /**
14
13
  * Class name applied to the Tipseen title.
@@ -24,10 +24,10 @@ export * from "./ExpandCollapse";
24
24
  export * from "@vibe/layout";
25
25
  export * from "./FormattedNumber";
26
26
  export * from "./GridKeyboardNavigationContext";
27
- export * from "./Heading";
27
+ export { Heading, type HeadingProps, type HeadingType, type HeadingWeight } from "@vibe/typography";
28
28
  export * from "./HiddenText";
29
29
  export * from "@vibe/icon";
30
- export * from "./IconButton";
30
+ export * from "@vibe/icon-button";
31
31
  export * from "./Info";
32
32
  export * from "./Label";
33
33
  export { LayerProvider, type LayerProviderType } from "@vibe/layer";
@@ -52,7 +52,7 @@ export * from "./SplitButton";
52
52
  export * from "./Steps";
53
53
  export * from "./Table";
54
54
  export * from "./Tabs";
55
- export * from "./Text";
55
+ export { Text, type TextProps, type TextType, type TextWeight } from "@vibe/typography";
56
56
  export * from "./TextArea";
57
57
  export * from "./TextField";
58
58
  export * from "./TextWithHighlight";
@@ -60,9 +60,9 @@ export * from "./ThemeProvider";
60
60
  export * from "./Tipseen";
61
61
  export * from "./Toast";
62
62
  export * from "./Toggle";
63
- export * from "./Tooltip";
63
+ export { Tooltip, type TooltipProps, type TooltipPositions, type TooltipTheme } from "@vibe/tooltip";
64
64
  export * from "./TransitionView";
65
65
  export * from "./VirtualizedGrid";
66
66
  export * from "./VirtualizedList";
67
- export type { TypographyColor, TypographyAlign } from "./Typography";
67
+ export type { TypographyColor, TypographyAlign } from "@vibe/typography";
68
68
  export { default as ColorUtils } from "../utils/colors-utils";
@@ -2,7 +2,7 @@ import type React from "react";
2
2
  import { type DropdownListGroup } from "./components/DropdownBaseList/DropdownBaseList.types";
3
3
  import { type VibeComponentProps } from "../../../types";
4
4
  import { type BaseItemData } from "../../BaseItem";
5
- import { type TooltipProps } from "../../Tooltip/Tooltip";
5
+ import { type TooltipProps } from "@vibe/tooltip";
6
6
  export type DropdownOption<Item = Record<string, unknown>> = BaseItemData<Item>;
7
7
  export type DropdownGroupOption<Item = Record<string, unknown>> = DropdownListGroup<Item>[] | BaseItemData<Item>[];
8
8
  interface MultiSelectSpecifics<Item extends BaseItemData<Record<string, unknown>>> {
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- declare const DropdownInput: ({ inputSize }: {
2
+ declare const DropdownInput: ({ inputSize, fullWidth }: {
3
3
  inputSize?: "small" | "medium" | "large";
4
+ fullWidth?: boolean;
4
5
  }) => React.JSX.Element;
5
6
  export default DropdownInput;
@@ -1,7 +1,7 @@
1
1
  import { type DropdownListGroup } from "../components/DropdownBaseList/DropdownBaseList.types";
2
2
  import { type BaseItemData } from "../../../BaseItem";
3
3
  import { type BaseDropdownProps } from "../Dropdown.types";
4
- import { type TooltipProps } from "../../../Tooltip/Tooltip";
4
+ import { type TooltipProps } from "@vibe/tooltip";
5
5
  type PropGetter = (options?: any) => Record<string, any>;
6
6
  type ItemPropGetter<Item> = (options: {
7
7
  item: Item;
@@ -1,8 +1,7 @@
1
1
  export { default as useKeyEvent } from "./useKeyEvent";
2
2
  export { default as useEventListener } from "./useEventListener";
3
3
  export { default as useDebounceEvent } from "./useDebounceEvent";
4
- export { useClickOutside } from "@vibe/hooks";
5
- export { default as useResizeObserver } from "./useResizeObserver";
4
+ export { useClickOutside, useIsOverflowing, useResizeObserver } from "@vibe/hooks";
6
5
  export { default as useAfterFirstRender } from "./useAfterFirstRender";
7
6
  export { default as useTimeout } from "./useTimeout";
8
7
  export { default as usePrevious } from "./usePrevious";
@@ -11,7 +10,6 @@ export { default as useMergeRefs } from "./useMergeRefs";
11
10
  export { default as useIsMouseOver } from "./useIsMouseOver";
12
11
  export { default as useHover } from "./useHover/useHover";
13
12
  export { default as useGridKeyboardNavigation } from "./useGridKeyboardNavigation/useGridKeyboardNavigation";
14
- export { default as useIsOverflowing } from "./useIsOverflowing/useIsOverflowing";
15
13
  export { default as useActiveDescendantListFocus } from "./useActiveDescendantListFocus";
16
14
  export { default as useMediaQuery } from "./useMediaQuery";
17
15
  export { default as useVibeMediaQuery } from "./useVibeMediaQuery";
@@ -2,10 +2,11 @@ import { type RefObject } from "react";
2
2
  /**
3
3
  * Custom hook that calculates how many items can fit in a container without overflowing
4
4
  */
5
- export default function useItemsOverflow({ containerRef, gap, deductedSpaceRef, itemRefs, minVisibleCount }: {
5
+ export default function useItemsOverflow({ containerRef, gap, deductedSpaceRef, deductedWidth, itemRefs, minVisibleCount }: {
6
6
  containerRef: RefObject<HTMLElement>;
7
7
  gap: number;
8
8
  deductedSpaceRef?: RefObject<HTMLElement>;
9
+ deductedWidth?: number;
9
10
  itemRefs: RefObject<HTMLElement>[];
10
11
  minVisibleCount?: number;
11
12
  }): {
@@ -1,2 +1,2 @@
1
- var e={accordion:"accordion",accordionItemExpandCollapse:"accordionItemExpandCollapse",accordionItemExpandCollapseLast:"accordionItemExpandCollapseLast"};!function(e){const o="s_id-e9215f4fd1c6_3_82_3";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const r=document.createElement("style");r.id=o,n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}(".accordion {\n height: fit-content;\n border: 1px solid var(--ui-border-color);\n box-sizing: border-box;\n border-radius: var(--border-radius-small);\n}\n\n.accordion .accordionItemExpandCollapse {\n border-radius: 0;\n border-top: none;\n border-left: none;\n border-right: none;\n border-color: var(--ui-border-color);\n}\n\n.accordion .accordionItemExpandCollapseLast {\n border-bottom: none;\n}");export{e as default};
1
+ var e={accordion:"accordion",accordionItemExpandCollapse:"accordionItemExpandCollapse",accordionItemExpandCollapseLast:"accordionItemExpandCollapseLast"};!function(e){const o="s_id-e9215f4fd1c6_3_83_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const r=document.createElement("style");r.id=o,n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}(".accordion {\n height: fit-content;\n border: 1px solid var(--ui-border-color);\n box-sizing: border-box;\n border-radius: var(--border-radius-small);\n}\n\n.accordion .accordionItemExpandCollapse {\n border-radius: 0;\n border-top: none;\n border-left: none;\n border-right: none;\n border-color: var(--ui-border-color);\n}\n\n.accordion .accordionItemExpandCollapseLast {\n border-bottom: none;\n}");export{e as default};
2
2
  //# sourceMappingURL=Accordion.module.scss.js.map
@@ -1,2 +1,2 @@
1
- import{defineProperty as e}from"../../../_virtual/_rollupPluginBabelHelpers.js";import{getStyle as t}from"../../helpers/typesciptCssModulesHelper.js";import r from"classnames";import n,{forwardRef as o,useMemo as a}from"react";import s from"../IconButton/IconButton.js";import{CloseSmall as i}from"@vibe/icons";import{AlertBannerBackgroundColor as l}from"./AlertBannerConstants.js";import{NOOP as m}from"../../utils/function-utils.js";import{ComponentDefaultTestId as c,ComponentVibeId as p}from"../../tests/constants.js";import{getTestId as d}from"../../tests/testIds.js";import{withStaticProps as u}from"../../types/withStaticProps.js";import"../../utils/colors-vars-map.js";import f from"./AlertBanner.module.scss.js";import v from"../Text/Text.js";import{AlertBannerContext as B}from"./AlertBannerContext.js";var b=u(o((function(o,l){var u=o.children,b=o.className,A=o.backgroundColor,j=void 0===A?"primary":A,y=o.onClose,E=void 0===y?m:y,C=o.ariaLabel,N=void 0===C?"":C,k=o.closeButtonAriaLabel,x=void 0===k?"Close":k,g=o.isCloseHidden,T=void 0!==g&&g,I=o.id,L=o["data-testid"],h=a((function(){return r(b,f.alertBanner,t(f,j))}),[b,j]),P="dark"===j,R="warning"===j,_=a((function(){return R?"fixedDark":P?"onInverted":"onPrimary"}),[P,R]),D=a((function(){return n.Children.toArray(u).filter((function(e){return!(!e.type.isAlertBannerItem&&"MDXCreateElement"!==e.type.displayName)||(console.error("Alert banner child is not supported. Please use AlertBannerText, AlertBannerLink or AlertBannerButton.",e),!1)})).map((function(e,t){return n.cloneElement(e,Object.assign(Object.assign({},null==e?void 0:e.props),{marginLeft:t>0,isDarkBackground:P}))}))}),[u,P]);return n.createElement(v,{type:"text2",color:_,ref:l,className:h,role:"banner","aria-label":N||"banner",id:I,"data-testid":L||d(c.ALERT_BANNER,I),"data-vibe":p.ALERT_BANNER},n.createElement(B.Provider,{value:{textColor:_}},n.createElement("div",{className:r(f.content)},D.map((function(t,o){var a=t.type.isAlertBannerText;return n.createElement("div",{key:o,className:r(f.contentItem,e({},f.contentItemText,a))},a?n.createElement("div",{className:r(f.ellipsis)},t):t)})))),n.createElement("div",{className:r(f.closeButtonWrapper)},T?null:n.createElement(s,{"data-testid":"alert-banner-close-button",icon:i,className:r(f.closeBtn),hideTooltip:!0,onClick:E,size:"small",kind:"tertiary",color:P?"on-inverted-background":"on-primary-color",ariaLabel:x})))})),{backgroundColors:l});export{b as default};
1
+ import{defineProperty as e}from"../../../_virtual/_rollupPluginBabelHelpers.js";import{getStyle as t}from"../../helpers/typesciptCssModulesHelper.js";import r from"classnames";import o,{forwardRef as n,useMemo as a}from"react";import{IconButton as s}from"@vibe/icon-button/mockedClassNames";import{CloseSmall as i}from"@vibe/icons";import{AlertBannerBackgroundColor as l}from"./AlertBannerConstants.js";import{NOOP as m}from"../../utils/function-utils.js";import{ComponentDefaultTestId as c,ComponentVibeId as p}from"../../tests/constants.js";import{getTestId as d}from"../../tests/testIds.js";import{withStaticProps as u}from"../../types/withStaticProps.js";import"../../utils/colors-vars-map.js";import f from"./AlertBanner.module.scss.js";import{Text as v}from"@vibe/typography/mockedClassNames";import{AlertBannerContext as b}from"./AlertBannerContext.js";var B=u(n((function(n,l){var u=n.children,B=n.className,y=n.backgroundColor,A=void 0===y?"primary":y,C=n.onClose,N=void 0===C?m:C,k=n.ariaLabel,E=void 0===k?"":k,j=n.closeButtonAriaLabel,g=void 0===j?"Close":j,x=n.isCloseHidden,h=void 0!==x&&x,L=n.id,P=n["data-testid"],T=a((function(){return r(B,f.alertBanner,t(f,A))}),[B,A]),I="dark"===A,R="warning"===A,_=a((function(){return R?"fixedDark":I?"onInverted":"onPrimary"}),[I,R]),D=a((function(){return o.Children.toArray(u).filter((function(e){return!(!e.type.isAlertBannerItem&&"MDXCreateElement"!==e.type.displayName)||(console.error("Alert banner child is not supported. Please use AlertBannerText, AlertBannerLink or AlertBannerButton.",e),!1)})).map((function(e,t){return o.cloneElement(e,Object.assign(Object.assign({},null==e?void 0:e.props),{marginLeft:t>0,isDarkBackground:I}))}))}),[u,I]);return o.createElement(v,{type:"text2",color:_,ref:l,className:T,role:"banner","aria-label":E||"banner",id:L,"data-testid":P||d(c.ALERT_BANNER,L),"data-vibe":p.ALERT_BANNER},o.createElement(b.Provider,{value:{textColor:_}},o.createElement("div",{className:r(f.content)},D.map((function(t,n){var a=t.type.isAlertBannerText;return o.createElement("div",{key:n,className:r(f.contentItem,e({},f.contentItemText,a))},a?o.createElement("div",{className:r(f.ellipsis)},t):t)})))),o.createElement("div",{className:r(f.closeButtonWrapper)},h?null:o.createElement(s,{"data-testid":"alert-banner-close-button",icon:i,className:r(f.closeBtn),hideTooltip:!0,onClick:N,size:"small",kind:"tertiary",color:I?"on-inverted-background":"on-primary-color",ariaLabel:g})))})),{backgroundColors:l});export{B as default};
2
2
  //# sourceMappingURL=AlertBanner.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertBanner.js","sources":["../../../../../src/components/AlertBanner/AlertBanner.tsx"],"sourcesContent":["import { getStyle } from \"../../helpers/typesciptCssModulesHelper\";\nimport cx from \"classnames\";\nimport React, { type ForwardedRef, forwardRef, type ReactElement, useMemo } from \"react\";\nimport IconButton from \"../../components/IconButton/IconButton\";\nimport { CloseSmall } from \"@vibe/icons\";\nimport { AlertBannerBackgroundColor as AlertBannerBackgroundColorEnum } from \"./AlertBannerConstants\";\nimport { type AlertBannerBackgroundColor } from \"./AlertBanner.types\";\nimport { NOOP } from \"../../utils/function-utils\";\nimport { type AlertBannerLinkProps } from \"./AlertBannerLink/AlertBannerLink\";\nimport { type AlertBannerButtonProps } from \"./AlertBannerButton/AlertBannerButton\";\nimport { type AlertBannerTextProps } from \"./AlertBannerText/AlertBannerText\";\nimport { ComponentDefaultTestId, ComponentVibeId } from \"../../tests/constants\";\nimport { getTestId } from \"../../tests/test-ids-utils\";\nimport { type VibeComponentProps, withStaticProps } from \"../../types\";\nimport styles from \"./AlertBanner.module.scss\";\nimport Text from \"../Text/Text\";\nimport { AlertBannerContext } from \"./AlertBannerContext\";\n\ntype ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;\n\nexport interface AlertBannerProps extends VibeComponentProps {\n /**\n * The background color of the alert banner.\n */\n backgroundColor?: AlertBannerBackgroundColor;\n /**\n * If true, the close button is hidden.\n */\n isCloseHidden?: boolean;\n /**\n * The ARIA label of the alert banner for accessibility.\n */\n ariaLabel?: string;\n /**\n * The ARIA label of the close button for accessibility.\n */\n closeButtonAriaLabel?: string;\n /**\n * Callback fired when the close button is clicked.\n */\n onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;\n /**\n * The content of the alert banner.\n */\n children?: ChildrenType | ChildrenType[];\n}\n\nconst AlertBanner = forwardRef(\n (\n {\n children: originalChildren,\n className,\n backgroundColor = \"primary\",\n onClose = NOOP,\n ariaLabel = \"\",\n closeButtonAriaLabel = \"Close\",\n isCloseHidden = false,\n id,\n \"data-testid\": dataTestId\n }: AlertBannerProps,\n ref: ForwardedRef<HTMLDivElement>\n ) => {\n const classNames = useMemo(() => {\n return cx(className, styles.alertBanner, getStyle(styles, backgroundColor));\n }, [className, backgroundColor]);\n\n const isDarkBackground = backgroundColor === \"dark\";\n const isFixedColor = backgroundColor === \"warning\";\n const textColor = useMemo(() => {\n if (isFixedColor) {\n return \"fixedDark\";\n }\n return isDarkBackground ? \"onInverted\" : \"onPrimary\";\n }, [isDarkBackground, isFixedColor]);\n const children = useMemo(() => {\n const allChildren = React.Children.toArray(originalChildren) as ReactElement[];\n const filteredChildren = allChildren.filter(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n }\n ) => {\n if (child.type.isAlertBannerItem || child.type.displayName === \"MDXCreateElement\") return true;\n console.error(\n \"Alert banner child is not supported. Please use AlertBannerText, AlertBannerLink or AlertBannerButton.\",\n child\n );\n return false;\n }\n );\n\n return filteredChildren.map((child, index) => {\n return React.cloneElement(child, {\n ...child?.props,\n marginLeft: index > 0,\n isDarkBackground\n });\n });\n }, [originalChildren, isDarkBackground]);\n\n return (\n <Text\n type=\"text2\"\n color={textColor}\n ref={ref}\n className={classNames}\n role=\"banner\"\n aria-label={ariaLabel || \"banner\"}\n id={id}\n data-testid={dataTestId || getTestId(ComponentDefaultTestId.ALERT_BANNER, id)}\n data-vibe={ComponentVibeId.ALERT_BANNER}\n >\n <AlertBannerContext.Provider value={{ textColor }}>\n <div className={cx(styles.content)}>\n {children.map(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n },\n index\n ) => {\n const childTypeIsAlertBannerText = child.type.isAlertBannerText;\n return (\n <div\n key={index}\n className={cx(styles.contentItem, {\n [styles.contentItemText]: childTypeIsAlertBannerText\n })}\n >\n {childTypeIsAlertBannerText ? <div className={cx(styles.ellipsis)}>{child}</div> : child}\n </div>\n );\n }\n )}\n </div>\n </AlertBannerContext.Provider>\n <div className={cx(styles.closeButtonWrapper)}>\n {isCloseHidden ? null : (\n <IconButton\n data-testid=\"alert-banner-close-button\"\n icon={CloseSmall}\n className={cx(styles.closeBtn)}\n hideTooltip\n onClick={onClose}\n size=\"small\"\n kind=\"tertiary\"\n color={isDarkBackground ? \"on-inverted-background\" : \"on-primary-color\"}\n ariaLabel={closeButtonAriaLabel}\n />\n )}\n </div>\n </Text>\n );\n }\n);\n\ninterface AlertBannerStaticProps {\n backgroundColors: typeof AlertBannerBackgroundColorEnum;\n}\n\nexport default withStaticProps<AlertBannerProps, AlertBannerStaticProps>(AlertBanner, {\n backgroundColors: AlertBannerBackgroundColorEnum\n});\n"],"names":["withStaticProps","forwardRef","_ref","ref","originalChildren","children","className","_ref$backgroundColor","backgroundColor","_ref$onClose","onClose","NOOP","_ref$ariaLabel","ariaLabel","_ref$closeButtonAriaL","closeButtonAriaLabel","_ref$isCloseHidden","isCloseHidden","id","dataTestId","classNames","useMemo","cx","styles","alertBanner","getStyle","isDarkBackground","isFixedColor","textColor","React","Children","toArray","filter","child","type","isAlertBannerItem","displayName","console","error","map","index","cloneElement","Object","assign","props","marginLeft","Text","color","role","getTestId","ComponentDefaultTestId","ALERT_BANNER","ComponentVibeId","createElement","AlertBannerContext","Provider","value","content","childTypeIsAlertBannerText","isAlertBannerText","key","contentItem","_defineProperty","contentItemText","ellipsis","closeButtonWrapper","IconButton","icon","CloseSmall","closeBtn","hideTooltip","onClick","size","kind","backgroundColors","AlertBannerBackgroundColorEnum"],"mappings":"6yBA+CA,IAiHeA,EAAAA,EAjHKC,GAClB,SAAAC,EAYEC,GACE,IAXUC,EAAgBF,EAA1BG,SACAC,EAASJ,EAATI,UAASC,EAAAL,EACTM,gBAAAA,OAAkB,IAAHD,EAAG,UAASA,EAAAE,EAAAP,EAC3BQ,QAAAA,OAAUC,IAAHF,EAAGE,EAAIF,EAAAG,EAAAV,EACdW,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EAAAE,EAAAZ,EACda,qBAAAA,OAAuB,IAAHD,EAAG,QAAOA,EAAAE,EAAAd,EAC9Be,cAAAA,OAAgB,IAAHD,GAAQA,EACrBE,EAAEhB,EAAFgB,GACeC,EAAUjB,EAAzB,eAIIkB,EAAaC,GAAQ,WACzB,OAAOC,EAAGhB,EAAWiB,EAAOC,YAAaC,EAASF,EAAQf,GAC5D,GAAG,CAACF,EAAWE,IAETkB,EAAuC,SAApBlB,EACnBmB,EAAmC,YAApBnB,EACfoB,EAAYP,GAAQ,WACxB,OAAIM,EACK,YAEFD,EAAmB,aAAe,WAC3C,GAAG,CAACA,EAAkBC,IAChBtB,EAAWgB,GAAQ,WAiBvB,OAhBoBQ,EAAMC,SAASC,QAAQ3B,GACN4B,QACnC,SACEC,GAIA,SAAIA,EAAMC,KAAKC,mBAAgD,qBAA3BF,EAAMC,KAAKE,eAC/CC,QAAQC,MACN,yGACAL,IAEK,EACT,IAGsBM,KAAI,SAACN,EAAOO,GAClC,OAAOX,EAAMY,aAAaR,EACrBS,OAAAC,OAAAD,OAAAC,OAAA,CAAA,EAAAV,aAAA,EAAAA,EAAOW,OAAK,CACfC,WAAYL,EAAQ,EACpBd,iBAAAA,IAEJ,GACF,GAAG,CAACtB,EAAkBsB,IAEtB,OACEG,gBAACiB,EAAI,CACHZ,KAAK,QACLa,MAAOnB,EACPzB,IAAKA,EACLG,UAAWc,EACX4B,KAAK,SACO,aAAAnC,GAAa,SACzBK,GAAIA,gBACSC,GAAc8B,EAAUC,EAAuBC,aAAcjC,GAAG,YAClEkC,EAAgBD,cAE3BtB,EAACwB,cAAAC,EAAmBC,SAAQ,CAACC,MAAO,CAAE5B,UAAAA,IACpCC,EAAAwB,cAAA,MAAA,CAAK/C,UAAWgB,EAAGC,EAAOkC,UACvBpD,EAASkC,KACR,SACEN,EAGAO,GAEA,IAAMkB,EAA6BzB,EAAMC,KAAKyB,kBAC9C,OACE9B,EAAAwB,cAAA,MAAA,CACEO,IAAKpB,EACLlC,UAAWgB,EAAGC,EAAOsC,YAAWC,EAAA,CAAA,EAC7BvC,EAAOwC,gBAAkBL,KAG3BA,EAA6B7B,EAAKwB,cAAA,MAAA,CAAA/C,UAAWgB,EAAGC,EAAOyC,WAAY/B,GAAeA,EAGxF,MAIPJ,EAAAwB,cAAA,MAAA,CAAK/C,UAAWgB,EAAGC,EAAO0C,qBACvBhD,EAAgB,KACfY,EAACwB,cAAAa,EACa,CAAA,cAAA,4BACZC,KAAMC,EACN9D,UAAWgB,EAAGC,EAAO8C,UACrBC,aACA,EAAAC,QAAS7D,EACT8D,KAAK,QACLC,KAAK,WACL1B,MAAOrB,EAAmB,yBAA2B,mBACrDb,UAAWE,KAMvB,IAOoF,CACpF2D,iBAAkBC"}
1
+ {"version":3,"file":"AlertBanner.js","sources":["../../../../../src/components/AlertBanner/AlertBanner.tsx"],"sourcesContent":["import { getStyle } from \"../../helpers/typesciptCssModulesHelper\";\nimport cx from \"classnames\";\nimport React, { type ForwardedRef, forwardRef, type ReactElement, useMemo } from \"react\";\nimport { IconButton } from \"@vibe/icon-button\";\nimport { CloseSmall } from \"@vibe/icons\";\nimport { AlertBannerBackgroundColor as AlertBannerBackgroundColorEnum } from \"./AlertBannerConstants\";\nimport { type AlertBannerBackgroundColor } from \"./AlertBanner.types\";\nimport { NOOP } from \"../../utils/function-utils\";\nimport { type AlertBannerLinkProps } from \"./AlertBannerLink/AlertBannerLink\";\nimport { type AlertBannerButtonProps } from \"./AlertBannerButton/AlertBannerButton\";\nimport { type AlertBannerTextProps } from \"./AlertBannerText/AlertBannerText\";\nimport { ComponentDefaultTestId, ComponentVibeId } from \"../../tests/constants\";\nimport { getTestId } from \"../../tests/test-ids-utils\";\nimport { type VibeComponentProps, withStaticProps } from \"../../types\";\nimport styles from \"./AlertBanner.module.scss\";\nimport { Text } from \"@vibe/typography\";\nimport { AlertBannerContext } from \"./AlertBannerContext\";\n\ntype ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;\n\nexport interface AlertBannerProps extends VibeComponentProps {\n /**\n * The background color of the alert banner.\n */\n backgroundColor?: AlertBannerBackgroundColor;\n /**\n * If true, the close button is hidden.\n */\n isCloseHidden?: boolean;\n /**\n * The ARIA label of the alert banner for accessibility.\n */\n ariaLabel?: string;\n /**\n * The ARIA label of the close button for accessibility.\n */\n closeButtonAriaLabel?: string;\n /**\n * Callback fired when the close button is clicked.\n */\n onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;\n /**\n * The content of the alert banner.\n */\n children?: ChildrenType | ChildrenType[];\n}\n\nconst AlertBanner = forwardRef(\n (\n {\n children: originalChildren,\n className,\n backgroundColor = \"primary\",\n onClose = NOOP,\n ariaLabel = \"\",\n closeButtonAriaLabel = \"Close\",\n isCloseHidden = false,\n id,\n \"data-testid\": dataTestId\n }: AlertBannerProps,\n ref: ForwardedRef<HTMLDivElement>\n ) => {\n const classNames = useMemo(() => {\n return cx(className, styles.alertBanner, getStyle(styles, backgroundColor));\n }, [className, backgroundColor]);\n\n const isDarkBackground = backgroundColor === \"dark\";\n const isFixedColor = backgroundColor === \"warning\";\n const textColor = useMemo(() => {\n if (isFixedColor) {\n return \"fixedDark\";\n }\n return isDarkBackground ? \"onInverted\" : \"onPrimary\";\n }, [isDarkBackground, isFixedColor]);\n const children = useMemo(() => {\n const allChildren = React.Children.toArray(originalChildren) as ReactElement[];\n const filteredChildren = allChildren.filter(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n }\n ) => {\n if (child.type.isAlertBannerItem || child.type.displayName === \"MDXCreateElement\") return true;\n console.error(\n \"Alert banner child is not supported. Please use AlertBannerText, AlertBannerLink or AlertBannerButton.\",\n child\n );\n return false;\n }\n );\n\n return filteredChildren.map((child, index) => {\n return React.cloneElement(child, {\n ...child?.props,\n marginLeft: index > 0,\n isDarkBackground\n });\n });\n }, [originalChildren, isDarkBackground]);\n\n return (\n <Text\n type=\"text2\"\n color={textColor}\n ref={ref}\n className={classNames}\n role=\"banner\"\n aria-label={ariaLabel || \"banner\"}\n id={id}\n data-testid={dataTestId || getTestId(ComponentDefaultTestId.ALERT_BANNER, id)}\n data-vibe={ComponentVibeId.ALERT_BANNER}\n >\n <AlertBannerContext.Provider value={{ textColor }}>\n <div className={cx(styles.content)}>\n {children.map(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n },\n index\n ) => {\n const childTypeIsAlertBannerText = child.type.isAlertBannerText;\n return (\n <div\n key={index}\n className={cx(styles.contentItem, {\n [styles.contentItemText]: childTypeIsAlertBannerText\n })}\n >\n {childTypeIsAlertBannerText ? <div className={cx(styles.ellipsis)}>{child}</div> : child}\n </div>\n );\n }\n )}\n </div>\n </AlertBannerContext.Provider>\n <div className={cx(styles.closeButtonWrapper)}>\n {isCloseHidden ? null : (\n <IconButton\n data-testid=\"alert-banner-close-button\"\n icon={CloseSmall}\n className={cx(styles.closeBtn)}\n hideTooltip\n onClick={onClose}\n size=\"small\"\n kind=\"tertiary\"\n color={isDarkBackground ? \"on-inverted-background\" : \"on-primary-color\"}\n ariaLabel={closeButtonAriaLabel}\n />\n )}\n </div>\n </Text>\n );\n }\n);\n\ninterface AlertBannerStaticProps {\n backgroundColors: typeof AlertBannerBackgroundColorEnum;\n}\n\nexport default withStaticProps<AlertBannerProps, AlertBannerStaticProps>(AlertBanner, {\n backgroundColors: AlertBannerBackgroundColorEnum\n});\n"],"names":["withStaticProps","forwardRef","_ref","ref","originalChildren","children","className","_ref$backgroundColor","backgroundColor","_ref$onClose","onClose","NOOP","_ref$ariaLabel","ariaLabel","_ref$closeButtonAriaL","closeButtonAriaLabel","_ref$isCloseHidden","isCloseHidden","id","dataTestId","classNames","useMemo","cx","styles","alertBanner","getStyle","isDarkBackground","isFixedColor","textColor","React","Children","toArray","filter","child","type","isAlertBannerItem","displayName","console","error","map","index","cloneElement","Object","assign","props","marginLeft","Text","color","role","getTestId","ComponentDefaultTestId","ALERT_BANNER","ComponentVibeId","createElement","AlertBannerContext","Provider","value","content","childTypeIsAlertBannerText","isAlertBannerText","key","contentItem","_defineProperty","contentItemText","ellipsis","closeButtonWrapper","IconButton","icon","CloseSmall","closeBtn","hideTooltip","onClick","size","kind","backgroundColors","AlertBannerBackgroundColorEnum"],"mappings":"41BA+CA,IAiHeA,EAAAA,EAjHKC,GAClB,SAAAC,EAYEC,GACE,IAXUC,EAAgBF,EAA1BG,SACAC,EAASJ,EAATI,UAASC,EAAAL,EACTM,gBAAAA,OAAkB,IAAHD,EAAG,UAASA,EAAAE,EAAAP,EAC3BQ,QAAAA,OAAUC,IAAHF,EAAGE,EAAIF,EAAAG,EAAAV,EACdW,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EAAAE,EAAAZ,EACda,qBAAAA,OAAuB,IAAHD,EAAG,QAAOA,EAAAE,EAAAd,EAC9Be,cAAAA,OAAgB,IAAHD,GAAQA,EACrBE,EAAEhB,EAAFgB,GACeC,EAAUjB,EAAzB,eAIIkB,EAAaC,GAAQ,WACzB,OAAOC,EAAGhB,EAAWiB,EAAOC,YAAaC,EAASF,EAAQf,GAC5D,GAAG,CAACF,EAAWE,IAETkB,EAAuC,SAApBlB,EACnBmB,EAAmC,YAApBnB,EACfoB,EAAYP,GAAQ,WACxB,OAAIM,EACK,YAEFD,EAAmB,aAAe,WAC3C,GAAG,CAACA,EAAkBC,IAChBtB,EAAWgB,GAAQ,WAiBvB,OAhBoBQ,EAAMC,SAASC,QAAQ3B,GACN4B,QACnC,SACEC,GAIA,SAAIA,EAAMC,KAAKC,mBAAgD,qBAA3BF,EAAMC,KAAKE,eAC/CC,QAAQC,MACN,yGACAL,IAEK,EACT,IAGsBM,KAAI,SAACN,EAAOO,GAClC,OAAOX,EAAMY,aAAaR,EACrBS,OAAAC,OAAAD,OAAAC,OAAA,CAAA,EAAAV,aAAA,EAAAA,EAAOW,OAAK,CACfC,WAAYL,EAAQ,EACpBd,iBAAAA,IAEJ,GACF,GAAG,CAACtB,EAAkBsB,IAEtB,OACEG,gBAACiB,EAAI,CACHZ,KAAK,QACLa,MAAOnB,EACPzB,IAAKA,EACLG,UAAWc,EACX4B,KAAK,SACO,aAAAnC,GAAa,SACzBK,GAAIA,gBACSC,GAAc8B,EAAUC,EAAuBC,aAAcjC,GAAG,YAClEkC,EAAgBD,cAE3BtB,EAACwB,cAAAC,EAAmBC,SAAQ,CAACC,MAAO,CAAE5B,UAAAA,IACpCC,EAAAwB,cAAA,MAAA,CAAK/C,UAAWgB,EAAGC,EAAOkC,UACvBpD,EAASkC,KACR,SACEN,EAGAO,GAEA,IAAMkB,EAA6BzB,EAAMC,KAAKyB,kBAC9C,OACE9B,EAAAwB,cAAA,MAAA,CACEO,IAAKpB,EACLlC,UAAWgB,EAAGC,EAAOsC,YAAWC,EAAA,CAAA,EAC7BvC,EAAOwC,gBAAkBL,KAG3BA,EAA6B7B,EAAKwB,cAAA,MAAA,CAAA/C,UAAWgB,EAAGC,EAAOyC,WAAY/B,GAAeA,EAGxF,MAIPJ,EAAAwB,cAAA,MAAA,CAAK/C,UAAWgB,EAAGC,EAAO0C,qBACvBhD,EAAgB,KACfY,EAACwB,cAAAa,EACa,CAAA,cAAA,4BACZC,KAAMC,EACN9D,UAAWgB,EAAGC,EAAO8C,UACrBC,aACA,EAAAC,QAAS7D,EACT8D,KAAK,QACLC,KAAK,WACL1B,MAAOrB,EAAmB,yBAA2B,mBACrDb,UAAWE,KAMvB,IAOoF,CACpF2D,iBAAkBC"}
@@ -1,2 +1,2 @@
1
- var n={alertBanner:"alertBanner",primary:"primary",positive:"positive",negative:"negative",dark:"dark",warning:"warning",closeBtn:"closeBtn",content:"content",closeButtonWrapper:"closeButtonWrapper",ellipsis:"ellipsis",contentItem:"contentItem",contentItemText:"contentItemText"};!function(n){const e="s_id-2b16d36a7fd0_3_82_3";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".alertBanner {\n height: 40px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n\n.primary {\n background-color: var(--primary-color);\n}\n\n.positive {\n background-color: var(--positive-color);\n}\n\n.negative {\n background-color: var(--negative-color);\n}\n\n.dark {\n background-color: var(--inverted-color-background);\n}\n\n.warning {\n background-color: var(--warning-color);\n color: var(--fixed-dark-color);\n}\n\n.warning .closeBtn {\n color: var(--fixed-dark-color);\n}\n\n.content {\n flex: 1 1 auto;\n display: flex;\n height: 100%;\n min-width: 0;\n align-items: center;\n justify-content: center;\n padding-left: var(--spacing-medium);\n}\n\n.closeButtonWrapper {\n flex: 0 0 40px;\n position: relative;\n height: 100%;\n min-width: 0;\n}\n\n.closeBtn {\n position: absolute;\n right: 4px;\n top: 4px;\n}\n\n.ellipsis {\n flex: 0 1 auto;\n}\n\n.contentItem {\n flex: 0 0 auto;\n min-width: 0;\n}\n\n.contentItemText {\n flex: 0 1 auto;\n min-width: 0;\n}");export{n as default};
1
+ var n={alertBanner:"alertBanner",primary:"primary",positive:"positive",negative:"negative",dark:"dark",warning:"warning",closeBtn:"closeBtn",content:"content",closeButtonWrapper:"closeButtonWrapper",ellipsis:"ellipsis",contentItem:"contentItem",contentItemText:"contentItemText"};!function(n){const e="s_id-2b16d36a7fd0_3_83_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".alertBanner {\n height: 40px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n\n.primary {\n background-color: var(--primary-color);\n}\n\n.positive {\n background-color: var(--positive-color);\n}\n\n.negative {\n background-color: var(--negative-color);\n}\n\n.dark {\n background-color: var(--inverted-color-background);\n}\n\n.warning {\n background-color: var(--warning-color);\n color: var(--fixed-dark-color);\n}\n\n.warning .closeBtn {\n color: var(--fixed-dark-color);\n}\n\n.content {\n flex: 1 1 auto;\n display: flex;\n height: 100%;\n min-width: 0;\n align-items: center;\n justify-content: center;\n padding-left: var(--spacing-medium);\n}\n\n.closeButtonWrapper {\n flex: 0 0 40px;\n position: relative;\n height: 100%;\n min-width: 0;\n}\n\n.closeBtn {\n position: absolute;\n right: 4px;\n top: 4px;\n}\n\n.ellipsis {\n flex: 0 1 auto;\n}\n\n.contentItem {\n flex: 0 0 auto;\n min-width: 0;\n}\n\n.contentItemText {\n flex: 0 1 auto;\n min-width: 0;\n}");export{n as default};
2
2
  //# sourceMappingURL=AlertBanner.module.scss.js.map
@@ -1,2 +1,2 @@
1
- var n={bannerButton:"bannerButton",darkBackground:"darkBackground",marginLeft:"marginLeft"};!function(n){const e="s_id-b41ba610a75a_3_82_3";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const a=document.createElement("style");a.id=e,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".bannerButton {\n -webkit-font-smoothing: auto;\n -moz-osx-font-smoothing: auto;\n}\n\n.dark-app-theme .darkBackground .bannerButton {\n background-color: var(--dark-background-color);\n}\n\n.marginLeft {\n margin-left: var(--spacing-small);\n}");export{n as default};
1
+ var n={bannerButton:"bannerButton",darkBackground:"darkBackground",marginLeft:"marginLeft"};!function(n){const e="s_id-b41ba610a75a_3_83_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const a=document.createElement("style");a.id=e,t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".bannerButton {\n -webkit-font-smoothing: auto;\n -moz-osx-font-smoothing: auto;\n}\n\n.dark-app-theme .darkBackground .bannerButton {\n background-color: var(--dark-background-color);\n}\n\n.marginLeft {\n margin-left: var(--spacing-small);\n}");export{n as default};
2
2
  //# sourceMappingURL=AlertBannerButton.module.scss.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertBannerContext.js","sources":["../../../../../src/components/AlertBanner/AlertBannerContext.ts"],"sourcesContent":["import React from \"react\";\nimport { type TypographyColor } from \"../Typography/Typography.types\";\n\ntype AlertBannerContextType = {\n textColor: Extract<TypographyColor, \"onPrimary\" | \"onInverted\" | \"fixedDark\">;\n};\n\nexport const AlertBannerContext = React.createContext<AlertBannerContextType>({\n textColor: \"onPrimary\"\n});\n"],"names":["AlertBannerContext","React","createContext","textColor"],"mappings":"yBAOaA,EAAqBC,EAAMC,cAAsC,CAC5EC,UAAW"}
1
+ {"version":3,"file":"AlertBannerContext.js","sources":["../../../../../src/components/AlertBanner/AlertBannerContext.ts"],"sourcesContent":["import React from \"react\";\nimport { type TypographyColor } from \"@vibe/typography\";\n\ntype AlertBannerContextType = {\n textColor: Extract<TypographyColor, \"onPrimary\" | \"onInverted\" | \"fixedDark\">;\n};\n\nexport const AlertBannerContext = React.createContext<AlertBannerContextType>({\n textColor: \"onPrimary\"\n});\n"],"names":["AlertBannerContext","React","createContext","textColor"],"mappings":"yBAOaA,EAAqBC,EAAMC,cAAsC,CAC5EC,UAAW"}
@@ -1,2 +1,2 @@
1
- var n={bannerLink:"bannerLink",bannerLinkTextColorOnPrimary:"bannerLinkTextColorOnPrimary",bannerLinkTextColorOnInverted:"bannerLinkTextColorOnInverted",marginLeft:"marginLeft"};!function(n){const e="s_id-59c5b2cdc5e5_3_82_3";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const r=document.createElement("style");r.id=e,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".bannerLink {\n text-decoration: underline;\n -webkit-font-smoothing: auto;\n -moz-osx-font-smoothing: auto;\n}\n\n.bannerLinkTextColorOnPrimary {\n color: var(--text-color-on-primary);\n}\n\n.bannerLinkTextColorOnInverted {\n color: var(--text-color-on-inverted);\n}\n\n.marginLeft {\n margin-left: var(--spacing-small);\n}");export{n as default};
1
+ var n={bannerLink:"bannerLink",bannerLinkTextColorOnPrimary:"bannerLinkTextColorOnPrimary",bannerLinkTextColorOnInverted:"bannerLinkTextColorOnInverted",marginLeft:"marginLeft"};!function(n){const e="s_id-59c5b2cdc5e5_3_83_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const r=document.createElement("style");r.id=e,t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r),r.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".bannerLink {\n text-decoration: underline;\n -webkit-font-smoothing: auto;\n -moz-osx-font-smoothing: auto;\n}\n\n.bannerLinkTextColorOnPrimary {\n color: var(--text-color-on-primary);\n}\n\n.bannerLinkTextColorOnInverted {\n color: var(--text-color-on-inverted);\n}\n\n.marginLeft {\n margin-left: var(--spacing-small);\n}");export{n as default};
2
2
  //# sourceMappingURL=AlertBannerLink.module.scss.js.map
@@ -1,2 +1,2 @@
1
- import{defineProperty as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{getTestId as t,ComponentDefaultTestId as r}from"../../../tests/testIds.js";import o from"classnames";import s,{useRef as i}from"react";import a from"../../Tooltip/Tooltip.js";import n from"../../../hooks/useIsOverflowing/useIsOverflowing.js";import m from"./AlertBannerText.module.scss.js";var l=function(l){var f=l.text,p=l.marginLeft,d=void 0!==p&&p,u=l.id,c=l["data-testid"],g=l.ariaLive,v=i(null),T=o(m.bannerText,e({},m.marginLeft,d)),j=n({ref:v});return s.createElement(a,{position:"bottom",content:j&&f,showTrigger:["mouseenter"],hideTrigger:["mouseleave"]},s.createElement("div",{ref:v,className:T,id:u,"data-testid":c||t(r.ALERT_BANNER_TEXT,u)},s.createElement("span",{"aria-live":g},f)))};Object.assign(l,{isAlertBannerItem:!0,isAlertBannerText:!0});export{l as default};
1
+ import{defineProperty as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{getTestId as t,ComponentDefaultTestId as r}from"../../../tests/testIds.js";import a from"classnames";import i,{useRef as o}from"react";import{Tooltip as s}from"@vibe/tooltip/mockedClassNames";import{useIsOverflowing as m}from"@vibe/hooks";import n from"./AlertBannerText.module.scss.js";var l=function(l){var d=l.text,f=l.marginLeft,p=void 0!==f&&f,c=l.id,u=l["data-testid"],v=l.ariaLive,g=o(null),T=a(n.bannerText,e({},n.marginLeft,p)),b=m({ref:g});return i.createElement(s,{position:"bottom",content:b&&d,showTrigger:["mouseenter"],hideTrigger:["mouseleave"]},i.createElement("div",{ref:g,className:T,id:c,"data-testid":u||t(r.ALERT_BANNER_TEXT,c)},i.createElement("span",{"aria-live":v},d)))};Object.assign(l,{isAlertBannerItem:!0,isAlertBannerText:!0});export{l as default};
2
2
  //# sourceMappingURL=AlertBannerText.js.map