@vibe/core 3.70.2-alpha-96f20.0 → 3.70.2

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 (757) hide show
  1. package/dist/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +1 -1
  2. package/dist/components/AttentionBox/AttentionBox.d.ts +3 -3
  3. package/dist/components/AttentionBox/AttentionBoxConstants.d.ts +8 -0
  4. package/dist/components/Avatar/Avatar.d.ts +2 -1
  5. package/dist/components/Avatar/AvatarBadge.d.ts +2 -1
  6. package/dist/components/Avatar/AvatarContent.d.ts +2 -1
  7. package/dist/components/BaseListItem/BaseListItem.types.d.ts +2 -1
  8. package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +2 -1
  9. package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +2 -1
  10. package/dist/components/ButtonGroup/ButtonGroup.d.ts +4 -4
  11. package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +8 -0
  12. package/dist/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
  13. package/dist/components/Chips/Chips.d.ts +2 -1
  14. package/dist/components/ColorPicker/ColorPicker.d.ts +2 -1
  15. package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -1
  16. package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +2 -1
  17. package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +2 -1
  18. package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -1
  19. package/dist/components/Combobox/Combobox.d.ts +2 -1
  20. package/dist/components/Combobox/components/ComboboxConstants.d.ts +1 -1
  21. package/dist/components/EmptyState/EmptyState.types.d.ts +1 -1
  22. package/dist/components/IconButton/IconButton.d.ts +5 -4
  23. package/dist/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +2 -1
  24. package/dist/components/Link/Link.d.ts +2 -1
  25. package/dist/components/ListItemIcon/ListItemIcon.d.ts +2 -1
  26. package/dist/components/Menu/MenuItem/MenuItem.d.ts +3 -3
  27. package/dist/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +1 -2
  28. package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +4 -3
  29. package/dist/components/Modal/Modal/Modal.types.d.ts +6 -28
  30. package/dist/components/Modal/ModalHeader/ModalHeader.types.d.ts +2 -1
  31. package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
  32. package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
  33. package/dist/components/Modal/footers/utils/getPropsForButton.d.ts +6 -6
  34. package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +2 -1
  35. package/dist/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +2 -1
  36. package/dist/components/NumberField/NumberField.types.d.ts +1 -1
  37. package/dist/components/Search/Search.types.d.ts +2 -1
  38. package/dist/components/Slider/Slider.d.ts +1 -1
  39. package/dist/components/Slider/SliderConstants.d.ts +1 -1
  40. package/dist/components/Slider/SliderContext.d.ts +1 -1
  41. package/dist/components/SplitButton/SplitButton.d.ts +4 -4
  42. package/dist/components/Steps/Steps.d.ts +1 -1
  43. package/dist/components/Steps/StepsCommand.d.ts +1 -1
  44. package/dist/components/Steps/StepsHeader.d.ts +1 -1
  45. package/dist/components/Table/Table/Table.d.ts +2 -1
  46. package/dist/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -1
  47. package/dist/components/Tabs/Tab/Tab.d.ts +1 -2
  48. package/dist/components/Tipseen/TipseenContent.d.ts +1 -1
  49. package/dist/components/Toast/Toast.d.ts +1 -1
  50. package/dist/components/Toast/ToastButton/ToastButton.d.ts +1 -1
  51. package/dist/components/Toast/ToastHelpers.d.ts +1 -1
  52. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  53. package/dist/components/button/dist/Button/Button.js +2 -0
  54. package/dist/components/button/dist/Button/Button.js.map +1 -0
  55. package/dist/components/button/dist/Button/Button.module.scss.js +2 -0
  56. package/dist/components/button/dist/Button/ButtonConstants.js +2 -0
  57. package/dist/components/button/dist/Button/ButtonConstants.js.map +1 -0
  58. package/dist/components/button/dist/Button/helper/dom-helpers.js.map +1 -0
  59. package/dist/components/button/dist/Button/helper/useButtonLoading.js +2 -0
  60. package/dist/components/button/dist/Button/helper/useButtonLoading.js.map +1 -0
  61. package/dist/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js +2 -0
  62. package/dist/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -0
  63. package/dist/components/icon/dist/Icon/FontIcon/FontIcon.js +2 -0
  64. package/dist/components/icon/dist/Icon/FontIcon/FontIcon.js.map +1 -0
  65. package/dist/components/icon/dist/Icon/Icon.js +2 -0
  66. package/dist/components/icon/dist/Icon/Icon.js.map +1 -0
  67. package/dist/components/icon/dist/Icon/Icon.module.scss.js +2 -0
  68. package/dist/components/icon/dist/Icon/constants.js +2 -0
  69. package/dist/components/icon/dist/Icon/constants.js.map +1 -0
  70. package/dist/components/icon/dist/Icon/hooks/useIconProps.js +2 -0
  71. package/dist/components/icon/dist/Icon/hooks/useIconProps.js.map +1 -0
  72. package/dist/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js +2 -0
  73. package/dist/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js.map +1 -0
  74. package/dist/components/index.d.ts +3 -3
  75. package/dist/components/loader/dist/Loader/Loader.js +2 -0
  76. package/dist/components/loader/dist/Loader/Loader.js.map +1 -0
  77. package/dist/components/loader/dist/Loader/Loader.module.scss.js +2 -0
  78. package/dist/components/loader/dist/Loader/LoaderConstants.js.map +1 -0
  79. package/dist/components/next/AttentionBox/AttentionBox.types.d.ts +2 -2
  80. package/dist/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +1 -1
  81. package/dist/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +1 -2
  82. package/dist/components/next/AttentionBox/consts/icons.d.ts +1 -1
  83. package/dist/components/next/AttentionBox/utils/iconUtils.d.ts +1 -1
  84. package/dist/metadata.json +119 -1012
  85. package/dist/mocked_classnames/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +1 -1
  86. package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +3 -3
  87. package/dist/mocked_classnames/components/AttentionBox/AttentionBoxConstants.d.ts +8 -0
  88. package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +2 -1
  89. package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +2 -1
  90. package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +2 -1
  91. package/dist/mocked_classnames/components/BaseListItem/BaseListItem.types.d.ts +2 -1
  92. package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +2 -1
  93. package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +2 -1
  94. package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +4 -4
  95. package/dist/mocked_classnames/components/ButtonGroup/ButtonGroupConstants.d.ts +8 -0
  96. package/dist/mocked_classnames/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
  97. package/dist/mocked_classnames/components/Chips/Chips.d.ts +2 -1
  98. package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +2 -1
  99. package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -1
  100. package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +2 -1
  101. package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +2 -1
  102. package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -1
  103. package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +2 -1
  104. package/dist/mocked_classnames/components/Combobox/components/ComboboxConstants.d.ts +1 -1
  105. package/dist/mocked_classnames/components/EmptyState/EmptyState.types.d.ts +1 -1
  106. package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +5 -4
  107. package/dist/mocked_classnames/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +2 -1
  108. package/dist/mocked_classnames/components/Link/Link.d.ts +2 -1
  109. package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +2 -1
  110. package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +3 -3
  111. package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +1 -2
  112. package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +4 -3
  113. package/dist/mocked_classnames/components/Modal/Modal/Modal.types.d.ts +6 -28
  114. package/dist/mocked_classnames/components/Modal/ModalHeader/ModalHeader.types.d.ts +2 -1
  115. package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
  116. package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
  117. package/dist/mocked_classnames/components/Modal/footers/utils/getPropsForButton.d.ts +6 -6
  118. package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +2 -1
  119. package/dist/mocked_classnames/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +2 -1
  120. package/dist/mocked_classnames/components/NumberField/NumberField.types.d.ts +1 -1
  121. package/dist/mocked_classnames/components/Search/Search.types.d.ts +2 -1
  122. package/dist/mocked_classnames/components/Slider/Slider.d.ts +1 -1
  123. package/dist/mocked_classnames/components/Slider/SliderConstants.d.ts +1 -1
  124. package/dist/mocked_classnames/components/Slider/SliderContext.d.ts +1 -1
  125. package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +4 -4
  126. package/dist/mocked_classnames/components/Steps/Steps.d.ts +1 -1
  127. package/dist/mocked_classnames/components/Steps/StepsCommand.d.ts +1 -1
  128. package/dist/mocked_classnames/components/Steps/StepsHeader.d.ts +1 -1
  129. package/dist/mocked_classnames/components/Table/Table/Table.d.ts +2 -1
  130. package/dist/mocked_classnames/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -1
  131. package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +1 -2
  132. package/dist/mocked_classnames/components/Tipseen/TipseenContent.d.ts +1 -1
  133. package/dist/mocked_classnames/components/Toast/Toast.d.ts +1 -1
  134. package/dist/mocked_classnames/components/Toast/ToastButton/ToastButton.d.ts +1 -1
  135. package/dist/mocked_classnames/components/Toast/ToastHelpers.d.ts +1 -1
  136. package/dist/mocked_classnames/components/Tooltip/Tooltip.d.ts +1 -1
  137. package/dist/mocked_classnames/components/button/dist/Button/Button.js +2 -0
  138. package/dist/mocked_classnames/components/button/dist/Button/Button.js.map +1 -0
  139. package/dist/mocked_classnames/components/button/dist/Button/Button.module.scss.js +2 -0
  140. package/dist/mocked_classnames/components/button/dist/Button/ButtonConstants.js +2 -0
  141. package/dist/mocked_classnames/components/button/dist/Button/ButtonConstants.js.map +1 -0
  142. package/dist/mocked_classnames/components/button/dist/Button/helper/dom-helpers.js.map +1 -0
  143. package/dist/mocked_classnames/components/button/dist/Button/helper/useButtonLoading.js +2 -0
  144. package/dist/mocked_classnames/components/button/dist/Button/helper/useButtonLoading.js.map +1 -0
  145. package/dist/mocked_classnames/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js +2 -0
  146. package/dist/mocked_classnames/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -0
  147. package/dist/mocked_classnames/components/icon/dist/Icon/FontIcon/FontIcon.js +2 -0
  148. package/dist/mocked_classnames/components/icon/dist/Icon/FontIcon/FontIcon.js.map +1 -0
  149. package/dist/mocked_classnames/components/icon/dist/Icon/Icon.js +2 -0
  150. package/dist/mocked_classnames/components/icon/dist/Icon/Icon.js.map +1 -0
  151. package/dist/mocked_classnames/components/icon/dist/Icon/Icon.module.scss.js +2 -0
  152. package/dist/mocked_classnames/components/icon/dist/Icon/constants.js +2 -0
  153. package/dist/mocked_classnames/components/icon/dist/Icon/constants.js.map +1 -0
  154. package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconProps.js +2 -0
  155. package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconProps.js.map +1 -0
  156. package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js +2 -0
  157. package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js.map +1 -0
  158. package/dist/mocked_classnames/components/index.d.ts +3 -3
  159. package/dist/mocked_classnames/components/loader/dist/Loader/Loader.js +2 -0
  160. package/dist/mocked_classnames/components/loader/dist/Loader/Loader.js.map +1 -0
  161. package/dist/mocked_classnames/components/loader/dist/Loader/Loader.module.scss.js +2 -0
  162. package/dist/mocked_classnames/components/loader/dist/Loader/LoaderConstants.js.map +1 -0
  163. package/dist/mocked_classnames/components/next/AttentionBox/AttentionBox.types.d.ts +2 -2
  164. package/dist/mocked_classnames/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +1 -1
  165. package/dist/mocked_classnames/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +1 -2
  166. package/dist/mocked_classnames/components/next/AttentionBox/consts/icons.d.ts +1 -1
  167. package/dist/mocked_classnames/components/next/AttentionBox/utils/iconUtils.d.ts +1 -1
  168. package/dist/mocked_classnames/packages/icons/dist/_virtual/_tslib.js.map +1 -0
  169. package/dist/mocked_classnames/packages/icons/dist/react/AddSmall.js.map +1 -0
  170. package/dist/mocked_classnames/packages/icons/dist/react/Alert.js.map +1 -0
  171. package/dist/mocked_classnames/packages/icons/dist/react/Check.js.map +1 -0
  172. package/dist/mocked_classnames/packages/icons/dist/react/CloseMedium.js.map +1 -0
  173. package/dist/mocked_classnames/packages/icons/dist/react/CloseSmall.js.map +1 -0
  174. package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronDown.js.map +1 -0
  175. package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronRight.js.map +1 -0
  176. package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronUp.js.map +1 -0
  177. package/dist/mocked_classnames/packages/icons/dist/react/Favorite.js.map +1 -0
  178. package/dist/mocked_classnames/packages/icons/dist/react/Info.js.map +1 -0
  179. package/dist/mocked_classnames/packages/icons/dist/react/Menu.js.map +1 -0
  180. package/dist/mocked_classnames/packages/icons/dist/react/MoveArrowLeft.js.map +1 -0
  181. package/dist/mocked_classnames/packages/icons/dist/react/MoveArrowRight.js.map +1 -0
  182. package/dist/mocked_classnames/packages/icons/dist/react/NavigationChevronLeft.js.map +1 -0
  183. package/dist/mocked_classnames/packages/icons/dist/react/NavigationChevronRight.js.map +1 -0
  184. package/dist/mocked_classnames/packages/icons/dist/react/NoColor.js.map +1 -0
  185. package/dist/mocked_classnames/packages/icons/dist/react/Remove.js.map +1 -0
  186. package/dist/mocked_classnames/packages/icons/dist/react/Search.js.map +1 -0
  187. package/dist/mocked_classnames/packages/icons/dist/react/Sort.js.map +1 -0
  188. package/dist/mocked_classnames/packages/icons/dist/react/SortAscending.js.map +1 -0
  189. package/dist/mocked_classnames/packages/icons/dist/react/SortDescending.js.map +1 -0
  190. package/dist/mocked_classnames/packages/icons/dist/react/Warning.js.map +1 -0
  191. package/dist/mocked_classnames/packages/shared/dist/constants/keyCodes.js +2 -0
  192. package/dist/mocked_classnames/packages/shared/dist/constants/keyCodes.js.map +1 -0
  193. package/dist/mocked_classnames/packages/shared/dist/constants/sizes.js +2 -0
  194. package/dist/mocked_classnames/packages/shared/dist/constants/sizes.js.map +1 -0
  195. package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsMounted.js +2 -0
  196. package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsMounted.js.map +1 -0
  197. package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js +2 -0
  198. package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js.map +1 -0
  199. package/dist/mocked_classnames/packages/shared/dist/hooks/useEventListener.js +2 -0
  200. package/dist/mocked_classnames/packages/shared/dist/hooks/useEventListener.js.map +1 -0
  201. package/dist/mocked_classnames/packages/shared/dist/hooks/useKeyEvent.js +2 -0
  202. package/dist/mocked_classnames/packages/shared/dist/hooks/useKeyEvent.js.map +1 -0
  203. package/dist/mocked_classnames/packages/shared/dist/hooks/useMergeRef.js +2 -0
  204. package/dist/mocked_classnames/packages/shared/dist/hooks/useMergeRef.js.map +1 -0
  205. package/dist/mocked_classnames/packages/shared/dist/tests/constants.js +2 -0
  206. package/dist/mocked_classnames/packages/shared/dist/tests/constants.js.map +1 -0
  207. package/dist/mocked_classnames/packages/shared/dist/tests/test-ids-utils.js +2 -0
  208. package/dist/mocked_classnames/packages/shared/dist/tests/test-ids-utils.js.map +1 -0
  209. package/dist/mocked_classnames/packages/shared/dist/types/withStaticProps.js +2 -0
  210. package/dist/mocked_classnames/packages/shared/dist/types/withStaticProps.js.map +1 -0
  211. package/dist/mocked_classnames/packages/shared/dist/utils/function-utils.js +2 -0
  212. package/dist/mocked_classnames/packages/shared/dist/utils/function-utils.js.map +1 -0
  213. package/dist/mocked_classnames/packages/shared/dist/utils/screenReaderAccessHelper.js +2 -0
  214. package/dist/mocked_classnames/packages/shared/dist/utils/screenReaderAccessHelper.js.map +1 -0
  215. package/dist/mocked_classnames/packages/shared/dist/utils/ssr-utils.js +2 -0
  216. package/dist/mocked_classnames/packages/shared/dist/utils/ssr-utils.js.map +1 -0
  217. package/dist/mocked_classnames/packages/shared/dist/utils/typesciptCssModulesHelper.js +2 -0
  218. package/dist/mocked_classnames/packages/shared/dist/utils/typesciptCssModulesHelper.js.map +1 -0
  219. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js +1 -1
  220. package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js.map +1 -1
  221. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js +1 -1
  222. package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
  223. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js +1 -1
  224. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js.map +1 -1
  225. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxConstants.js +1 -1
  226. package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxConstants.js.map +1 -1
  227. package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
  228. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js +1 -1
  229. package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js.map +1 -1
  230. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js +1 -1
  231. package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js.map +1 -1
  232. package/dist/mocked_classnames/src/components/BaseListItem/utils.js +1 -1
  233. package/dist/mocked_classnames/src/components/BaseListItem/utils.js.map +1 -1
  234. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
  235. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
  236. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
  237. package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
  238. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js +1 -1
  239. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
  240. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js +1 -1
  241. package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
  242. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js +1 -1
  243. package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js.map +1 -1
  244. package/dist/mocked_classnames/src/components/Chips/Chips.js +1 -1
  245. package/dist/mocked_classnames/src/components/Chips/Chips.js.map +1 -1
  246. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js +1 -1
  247. package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js.map +1 -1
  248. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +1 -1
  249. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
  250. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
  251. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +1 -1
  252. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
  253. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
  254. package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
  255. package/dist/mocked_classnames/src/components/Combobox/Combobox.js +1 -1
  256. package/dist/mocked_classnames/src/components/Combobox/Combobox.js.map +1 -1
  257. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
  258. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
  259. package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
  260. package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js +1 -1
  261. package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
  262. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js +1 -1
  263. package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
  264. package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearsList.js +1 -1
  265. package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
  266. package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.js +1 -1
  267. package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
  268. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
  269. package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
  270. package/dist/mocked_classnames/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js +1 -1
  271. package/dist/mocked_classnames/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js.map +1 -1
  272. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js +1 -1
  273. package/dist/mocked_classnames/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js.map +1 -1
  274. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js +1 -1
  275. package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js.map +1 -1
  276. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
  277. package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
  278. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.js +1 -1
  279. package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.js.map +1 -1
  280. package/dist/mocked_classnames/src/components/IconButton/IconButton.js +1 -1
  281. package/dist/mocked_classnames/src/components/IconButton/IconButton.js.map +1 -1
  282. package/dist/mocked_classnames/src/components/Info/Info.js +1 -1
  283. package/dist/mocked_classnames/src/components/Info/Info.js.map +1 -1
  284. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js +1 -1
  285. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js.map +1 -1
  286. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
  287. package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
  288. package/dist/mocked_classnames/src/components/Link/Link.js +1 -1
  289. package/dist/mocked_classnames/src/components/Link/Link.js.map +1 -1
  290. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js +1 -1
  291. package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
  292. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js +1 -1
  293. package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
  294. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js +1 -1
  295. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js.map +1 -1
  296. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
  297. package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
  298. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
  299. package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
  300. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js +1 -1
  301. package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js.map +1 -1
  302. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.js +1 -1
  303. package/dist/mocked_classnames/src/components/Modal/Modal/Modal.js.map +1 -1
  304. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
  305. package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  306. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
  307. package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
  308. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
  309. package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
  310. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js +1 -1
  311. package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
  312. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js +1 -1
  313. package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
  314. package/dist/mocked_classnames/src/components/NumberField/NumberField.js +1 -1
  315. package/dist/mocked_classnames/src/components/NumberField/NumberField.js.map +1 -1
  316. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
  317. package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
  318. package/dist/mocked_classnames/src/components/Search/Search.js +1 -1
  319. package/dist/mocked_classnames/src/components/Search/Search.js.map +1 -1
  320. package/dist/mocked_classnames/src/components/Slider/Slider.js.map +1 -1
  321. package/dist/mocked_classnames/src/components/Slider/SliderConstants.js.map +1 -1
  322. package/dist/mocked_classnames/src/components/Slider/SliderContext.js.map +1 -1
  323. package/dist/mocked_classnames/src/components/Slider/SliderInfixHooks.js +1 -1
  324. package/dist/mocked_classnames/src/components/Slider/SliderInfixHooks.js.map +1 -1
  325. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js +1 -1
  326. package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js.map +1 -1
  327. package/dist/mocked_classnames/src/components/Steps/Steps.js.map +1 -1
  328. package/dist/mocked_classnames/src/components/Steps/StepsCommand.js +1 -1
  329. package/dist/mocked_classnames/src/components/Steps/StepsCommand.js.map +1 -1
  330. package/dist/mocked_classnames/src/components/Steps/StepsHeader.js +1 -1
  331. package/dist/mocked_classnames/src/components/Steps/StepsHeader.js.map +1 -1
  332. package/dist/mocked_classnames/src/components/Table/Table/Table.js.map +1 -1
  333. package/dist/mocked_classnames/src/components/Table/Table/tableHelpers.js +1 -1
  334. package/dist/mocked_classnames/src/components/Table/Table/tableHelpers.js.map +1 -1
  335. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
  336. package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
  337. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js +1 -1
  338. package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +1 -1
  339. package/dist/mocked_classnames/src/components/TextField/TextField.js +1 -1
  340. package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
  341. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js +1 -1
  342. package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js.map +1 -1
  343. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.js +1 -1
  344. package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.js.map +1 -1
  345. package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.js.map +1 -1
  346. package/dist/mocked_classnames/src/components/Toast/Toast.js +1 -1
  347. package/dist/mocked_classnames/src/components/Toast/Toast.js.map +1 -1
  348. package/dist/mocked_classnames/src/components/Toast/ToastButton/ToastButton.js +1 -1
  349. package/dist/mocked_classnames/src/components/Toast/ToastButton/ToastButton.js.map +1 -1
  350. package/dist/mocked_classnames/src/components/Toast/ToastConstants.js +1 -1
  351. package/dist/mocked_classnames/src/components/Toast/ToastConstants.js.map +1 -1
  352. package/dist/mocked_classnames/src/components/Toast/ToastHelpers.js +1 -1
  353. package/dist/mocked_classnames/src/components/Toast/ToastHelpers.js.map +1 -1
  354. package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js +1 -1
  355. package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js.map +1 -1
  356. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js +1 -1
  357. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js.map +1 -1
  358. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
  359. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
  360. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js +1 -1
  361. package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js.map +1 -1
  362. package/dist/mocked_classnames/src/components/next/AttentionBox/consts/icons.js +1 -1
  363. package/dist/mocked_classnames/src/components/next/AttentionBox/consts/icons.js.map +1 -1
  364. package/dist/mocked_classnames/src/components/next/AttentionBox/utils/iconUtils.js.map +1 -1
  365. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
  366. package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
  367. package/dist/mocked_classnames/src/index.js +1 -1
  368. package/dist/mocked_classnames/types/index.d.ts +0 -1
  369. package/dist/packages/shared/dist/constants/keyCodes.js +2 -0
  370. package/dist/packages/shared/dist/constants/keyCodes.js.map +1 -0
  371. package/dist/packages/shared/dist/constants/sizes.js +2 -0
  372. package/dist/packages/shared/dist/constants/sizes.js.map +1 -0
  373. package/dist/packages/shared/dist/hooks/ssr/useIsMounted.js +2 -0
  374. package/dist/packages/shared/dist/hooks/ssr/useIsMounted.js.map +1 -0
  375. package/dist/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js +2 -0
  376. package/dist/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js.map +1 -0
  377. package/dist/packages/shared/dist/hooks/useEventListener.js +2 -0
  378. package/dist/packages/shared/dist/hooks/useEventListener.js.map +1 -0
  379. package/dist/packages/shared/dist/hooks/useKeyEvent.js +2 -0
  380. package/dist/packages/shared/dist/hooks/useKeyEvent.js.map +1 -0
  381. package/dist/packages/shared/dist/hooks/useMergeRef.js +2 -0
  382. package/dist/packages/shared/dist/hooks/useMergeRef.js.map +1 -0
  383. package/dist/packages/shared/dist/tests/constants.js +2 -0
  384. package/dist/packages/shared/dist/tests/constants.js.map +1 -0
  385. package/dist/packages/shared/dist/tests/test-ids-utils.js +2 -0
  386. package/dist/packages/shared/dist/tests/test-ids-utils.js.map +1 -0
  387. package/dist/packages/shared/dist/types/withStaticProps.js +2 -0
  388. package/dist/packages/shared/dist/types/withStaticProps.js.map +1 -0
  389. package/dist/packages/shared/dist/utils/function-utils.js +2 -0
  390. package/dist/packages/shared/dist/utils/function-utils.js.map +1 -0
  391. package/dist/packages/shared/dist/utils/screenReaderAccessHelper.js +2 -0
  392. package/dist/packages/shared/dist/utils/screenReaderAccessHelper.js.map +1 -0
  393. package/dist/packages/shared/dist/utils/ssr-utils.js +2 -0
  394. package/dist/packages/shared/dist/utils/ssr-utils.js.map +1 -0
  395. package/dist/packages/shared/dist/utils/typesciptCssModulesHelper.js +2 -0
  396. package/dist/packages/shared/dist/utils/typesciptCssModulesHelper.js.map +1 -0
  397. package/dist/src/components/AlertBanner/AlertBanner.js +1 -1
  398. package/dist/src/components/AlertBanner/AlertBanner.js.map +1 -1
  399. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js +1 -1
  400. package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
  401. package/dist/src/components/AttentionBox/AttentionBox.js +1 -1
  402. package/dist/src/components/AttentionBox/AttentionBox.js.map +1 -1
  403. package/dist/src/components/AttentionBox/AttentionBoxConstants.js +1 -1
  404. package/dist/src/components/AttentionBox/AttentionBoxConstants.js.map +1 -1
  405. package/dist/src/components/Avatar/Avatar.js.map +1 -1
  406. package/dist/src/components/Avatar/AvatarBadge.js +1 -1
  407. package/dist/src/components/Avatar/AvatarBadge.js.map +1 -1
  408. package/dist/src/components/Avatar/AvatarContent.js +1 -1
  409. package/dist/src/components/Avatar/AvatarContent.js.map +1 -1
  410. package/dist/src/components/BaseListItem/utils.js +1 -1
  411. package/dist/src/components/BaseListItem/utils.js.map +1 -1
  412. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
  413. package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
  414. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
  415. package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
  416. package/dist/src/components/ButtonGroup/ButtonGroup.js +1 -1
  417. package/dist/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
  418. package/dist/src/components/ButtonGroup/ButtonWrapper.js +1 -1
  419. package/dist/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
  420. package/dist/src/components/Checkbox/Checkbox.js +1 -1
  421. package/dist/src/components/Checkbox/Checkbox.js.map +1 -1
  422. package/dist/src/components/Chips/Chips.js +1 -1
  423. package/dist/src/components/Chips/Chips.js.map +1 -1
  424. package/dist/src/components/ColorPicker/ColorPicker.js +1 -1
  425. package/dist/src/components/ColorPicker/ColorPicker.js.map +1 -1
  426. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +1 -1
  427. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
  428. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
  429. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +1 -1
  430. package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
  431. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
  432. package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
  433. package/dist/src/components/Combobox/Combobox.js +1 -1
  434. package/dist/src/components/Combobox/Combobox.js.map +1 -1
  435. package/dist/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
  436. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
  437. package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
  438. package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js +1 -1
  439. package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
  440. package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js +1 -1
  441. package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
  442. package/dist/src/components/DatePicker/YearPicker/YearsList.js +1 -1
  443. package/dist/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
  444. package/dist/src/components/Dialog/DialogContent/DialogContent.js +1 -1
  445. package/dist/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
  446. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
  447. package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
  448. package/dist/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js +1 -1
  449. package/dist/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js.map +1 -1
  450. package/dist/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js +1 -1
  451. package/dist/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js.map +1 -1
  452. package/dist/src/components/EmptyState/EmptyState.js +1 -1
  453. package/dist/src/components/EmptyState/EmptyState.js.map +1 -1
  454. package/dist/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
  455. package/dist/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
  456. package/dist/src/components/FieldLabel/FieldLabel.js +1 -1
  457. package/dist/src/components/FieldLabel/FieldLabel.js.map +1 -1
  458. package/dist/src/components/IconButton/IconButton.js +1 -1
  459. package/dist/src/components/IconButton/IconButton.js.map +1 -1
  460. package/dist/src/components/Info/Info.js +1 -1
  461. package/dist/src/components/Info/Info.js.map +1 -1
  462. package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js +1 -1
  463. package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js.map +1 -1
  464. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
  465. package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
  466. package/dist/src/components/Link/Link.js +1 -1
  467. package/dist/src/components/Link/Link.js.map +1 -1
  468. package/dist/src/components/ListItemIcon/ListItemIcon.js +1 -1
  469. package/dist/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
  470. package/dist/src/components/Menu/MenuItem/MenuItem.js +1 -1
  471. package/dist/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
  472. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js +1 -1
  473. package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js.map +1 -1
  474. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
  475. package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
  476. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
  477. package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
  478. package/dist/src/components/MenuButton/MenuButton.js +1 -1
  479. package/dist/src/components/MenuButton/MenuButton.js.map +1 -1
  480. package/dist/src/components/Modal/Modal/Modal.js +1 -1
  481. package/dist/src/components/Modal/Modal/Modal.js.map +1 -1
  482. package/dist/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
  483. package/dist/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  484. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
  485. package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
  486. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
  487. package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
  488. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js +1 -1
  489. package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
  490. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js +1 -1
  491. package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
  492. package/dist/src/components/NumberField/NumberField.js +1 -1
  493. package/dist/src/components/NumberField/NumberField.js.map +1 -1
  494. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
  495. package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
  496. package/dist/src/components/Search/Search.js +1 -1
  497. package/dist/src/components/Search/Search.js.map +1 -1
  498. package/dist/src/components/Slider/Slider.js.map +1 -1
  499. package/dist/src/components/Slider/SliderConstants.js.map +1 -1
  500. package/dist/src/components/Slider/SliderContext.js.map +1 -1
  501. package/dist/src/components/Slider/SliderInfixHooks.js +1 -1
  502. package/dist/src/components/Slider/SliderInfixHooks.js.map +1 -1
  503. package/dist/src/components/SplitButton/SplitButton.js +1 -1
  504. package/dist/src/components/SplitButton/SplitButton.js.map +1 -1
  505. package/dist/src/components/Steps/Steps.js.map +1 -1
  506. package/dist/src/components/Steps/StepsCommand.js +1 -1
  507. package/dist/src/components/Steps/StepsCommand.js.map +1 -1
  508. package/dist/src/components/Steps/StepsHeader.js +1 -1
  509. package/dist/src/components/Steps/StepsHeader.js.map +1 -1
  510. package/dist/src/components/Table/Table/Table.js.map +1 -1
  511. package/dist/src/components/Table/Table/tableHelpers.js +1 -1
  512. package/dist/src/components/Table/Table/tableHelpers.js.map +1 -1
  513. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
  514. package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
  515. package/dist/src/components/Tabs/Tab/Tab.js +1 -1
  516. package/dist/src/components/Tabs/Tab/Tab.js.map +1 -1
  517. package/dist/src/components/TextField/TextField.js +1 -1
  518. package/dist/src/components/TextField/TextField.js.map +1 -1
  519. package/dist/src/components/Tipseen/Tipseen.js +1 -1
  520. package/dist/src/components/Tipseen/Tipseen.js.map +1 -1
  521. package/dist/src/components/Tipseen/TipseenContent.js +1 -1
  522. package/dist/src/components/Tipseen/TipseenContent.js.map +1 -1
  523. package/dist/src/components/Tipseen/TipseenWizard.js.map +1 -1
  524. package/dist/src/components/Toast/Toast.js +1 -1
  525. package/dist/src/components/Toast/Toast.js.map +1 -1
  526. package/dist/src/components/Toast/ToastButton/ToastButton.js +1 -1
  527. package/dist/src/components/Toast/ToastButton/ToastButton.js.map +1 -1
  528. package/dist/src/components/Toast/ToastConstants.js +1 -1
  529. package/dist/src/components/Toast/ToastConstants.js.map +1 -1
  530. package/dist/src/components/Toast/ToastHelpers.js +1 -1
  531. package/dist/src/components/Toast/ToastHelpers.js.map +1 -1
  532. package/dist/src/components/Tooltip/Tooltip.js +1 -1
  533. package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
  534. package/dist/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js +1 -1
  535. package/dist/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js.map +1 -1
  536. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
  537. package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
  538. package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js +1 -1
  539. package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js.map +1 -1
  540. package/dist/src/components/next/AttentionBox/consts/icons.js +1 -1
  541. package/dist/src/components/next/AttentionBox/consts/icons.js.map +1 -1
  542. package/dist/src/components/next/AttentionBox/utils/iconUtils.js.map +1 -1
  543. package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
  544. package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
  545. package/dist/src/index.js +1 -1
  546. package/dist/types/index.d.ts +0 -1
  547. package/package.json +8 -4
  548. package/dist/components/Button/Button.d.ts +0 -98
  549. package/dist/components/Button/Button.types.d.ts +0 -4
  550. package/dist/components/Button/ButtonConstants.d.ts +0 -37
  551. package/dist/components/Button/helper/useButtonLoading.d.ts +0 -5
  552. package/dist/components/Button/index.d.ts +0 -2
  553. package/dist/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +0 -46
  554. package/dist/components/Icon/FontIcon/FontIcon.d.ts +0 -30
  555. package/dist/components/Icon/Icon.d.ts +0 -76
  556. package/dist/components/Icon/Icon.types.d.ts +0 -1
  557. package/dist/components/Icon/IconConstants.d.ts +0 -8
  558. package/dist/components/Icon/hooks/useIconProps.d.ts +0 -21
  559. package/dist/components/Icon/index.d.ts +0 -3
  560. package/dist/components/Loader/Loader.d.ts +0 -27
  561. package/dist/components/Loader/Loader.types.d.ts +0 -3
  562. package/dist/components/Loader/LoaderConstants.d.ts +0 -18
  563. package/dist/components/Loader/index.d.ts +0 -2
  564. package/dist/components/Modal/hooks/useFocusEscapeTargets/index.d.ts +0 -2
  565. package/dist/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.d.ts +0 -10
  566. package/dist/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.types.d.ts +0 -2
  567. package/dist/hooks/useIconScreenReaderAccessProps.d.ts +0 -10
  568. package/dist/icons/dist/_virtual/_tslib.js.map +0 -1
  569. package/dist/icons/dist/react/AddSmall.js.map +0 -1
  570. package/dist/icons/dist/react/Alert.js.map +0 -1
  571. package/dist/icons/dist/react/Check.js.map +0 -1
  572. package/dist/icons/dist/react/CloseMedium.js.map +0 -1
  573. package/dist/icons/dist/react/CloseSmall.js.map +0 -1
  574. package/dist/icons/dist/react/DropdownChevronDown.js.map +0 -1
  575. package/dist/icons/dist/react/DropdownChevronRight.js.map +0 -1
  576. package/dist/icons/dist/react/DropdownChevronUp.js.map +0 -1
  577. package/dist/icons/dist/react/Favorite.js.map +0 -1
  578. package/dist/icons/dist/react/Info.js.map +0 -1
  579. package/dist/icons/dist/react/Menu.js.map +0 -1
  580. package/dist/icons/dist/react/MoveArrowLeft.js.map +0 -1
  581. package/dist/icons/dist/react/MoveArrowRight.js.map +0 -1
  582. package/dist/icons/dist/react/NavigationChevronLeft.js.map +0 -1
  583. package/dist/icons/dist/react/NavigationChevronRight.js.map +0 -1
  584. package/dist/icons/dist/react/NoColor.js.map +0 -1
  585. package/dist/icons/dist/react/Remove.js.map +0 -1
  586. package/dist/icons/dist/react/Search.js.map +0 -1
  587. package/dist/icons/dist/react/Sort.js.map +0 -1
  588. package/dist/icons/dist/react/SortAscending.js.map +0 -1
  589. package/dist/icons/dist/react/SortDescending.js.map +0 -1
  590. package/dist/icons/dist/react/Warning.js.map +0 -1
  591. package/dist/mocked_classnames/components/Button/Button.d.ts +0 -98
  592. package/dist/mocked_classnames/components/Button/Button.types.d.ts +0 -4
  593. package/dist/mocked_classnames/components/Button/ButtonConstants.d.ts +0 -37
  594. package/dist/mocked_classnames/components/Button/helper/useButtonLoading.d.ts +0 -5
  595. package/dist/mocked_classnames/components/Button/index.d.ts +0 -2
  596. package/dist/mocked_classnames/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +0 -46
  597. package/dist/mocked_classnames/components/Icon/FontIcon/FontIcon.d.ts +0 -30
  598. package/dist/mocked_classnames/components/Icon/Icon.d.ts +0 -76
  599. package/dist/mocked_classnames/components/Icon/Icon.types.d.ts +0 -1
  600. package/dist/mocked_classnames/components/Icon/IconConstants.d.ts +0 -8
  601. package/dist/mocked_classnames/components/Icon/hooks/useIconProps.d.ts +0 -21
  602. package/dist/mocked_classnames/components/Icon/index.d.ts +0 -3
  603. package/dist/mocked_classnames/components/Loader/Loader.d.ts +0 -27
  604. package/dist/mocked_classnames/components/Loader/Loader.types.d.ts +0 -3
  605. package/dist/mocked_classnames/components/Loader/LoaderConstants.d.ts +0 -18
  606. package/dist/mocked_classnames/components/Loader/index.d.ts +0 -2
  607. package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/index.d.ts +0 -2
  608. package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.d.ts +0 -10
  609. package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.types.d.ts +0 -2
  610. package/dist/mocked_classnames/hooks/useIconScreenReaderAccessProps.d.ts +0 -10
  611. package/dist/mocked_classnames/src/components/Button/Button.js +0 -2
  612. package/dist/mocked_classnames/src/components/Button/Button.js.map +0 -1
  613. package/dist/mocked_classnames/src/components/Button/Button.module.scss.js +0 -2
  614. package/dist/mocked_classnames/src/components/Button/ButtonConstants.js +0 -2
  615. package/dist/mocked_classnames/src/components/Button/ButtonConstants.js.map +0 -1
  616. package/dist/mocked_classnames/src/components/Button/helper/dom-helpers.js.map +0 -1
  617. package/dist/mocked_classnames/src/components/Button/helper/useButtonLoading.js +0 -2
  618. package/dist/mocked_classnames/src/components/Button/helper/useButtonLoading.js.map +0 -1
  619. package/dist/mocked_classnames/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js +0 -2
  620. package/dist/mocked_classnames/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +0 -1
  621. package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js +0 -2
  622. package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js.map +0 -1
  623. package/dist/mocked_classnames/src/components/Icon/Icon.js +0 -2
  624. package/dist/mocked_classnames/src/components/Icon/Icon.js.map +0 -1
  625. package/dist/mocked_classnames/src/components/Icon/Icon.module.scss.js +0 -2
  626. package/dist/mocked_classnames/src/components/Icon/IconConstants.js +0 -2
  627. package/dist/mocked_classnames/src/components/Icon/IconConstants.js.map +0 -1
  628. package/dist/mocked_classnames/src/components/Icon/hooks/useIconProps.js +0 -2
  629. package/dist/mocked_classnames/src/components/Icon/hooks/useIconProps.js.map +0 -1
  630. package/dist/mocked_classnames/src/components/Loader/Loader.js +0 -2
  631. package/dist/mocked_classnames/src/components/Loader/Loader.js.map +0 -1
  632. package/dist/mocked_classnames/src/components/Loader/Loader.module.scss.js +0 -2
  633. package/dist/mocked_classnames/src/components/Loader/LoaderConstants.js.map +0 -1
  634. package/dist/mocked_classnames/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js +0 -2
  635. package/dist/mocked_classnames/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js.map +0 -1
  636. package/dist/mocked_classnames/src/helpers/screenReaderAccessHelper.js +0 -2
  637. package/dist/mocked_classnames/src/helpers/screenReaderAccessHelper.js.map +0 -1
  638. package/dist/mocked_classnames/src/hooks/ssr/useIsMounted.js +0 -2
  639. package/dist/mocked_classnames/src/hooks/ssr/useIsMounted.js.map +0 -1
  640. package/dist/mocked_classnames/src/hooks/useIconScreenReaderAccessProps.js +0 -2
  641. package/dist/mocked_classnames/src/hooks/useIconScreenReaderAccessProps.js.map +0 -1
  642. package/dist/mocked_classnames/types/SubIcon.d.ts +0 -3
  643. package/dist/src/components/Button/Button.js +0 -2
  644. package/dist/src/components/Button/Button.js.map +0 -1
  645. package/dist/src/components/Button/Button.module.scss.js +0 -2
  646. package/dist/src/components/Button/ButtonConstants.js +0 -2
  647. package/dist/src/components/Button/ButtonConstants.js.map +0 -1
  648. package/dist/src/components/Button/helper/dom-helpers.js.map +0 -1
  649. package/dist/src/components/Button/helper/useButtonLoading.js +0 -2
  650. package/dist/src/components/Button/helper/useButtonLoading.js.map +0 -1
  651. package/dist/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js +0 -2
  652. package/dist/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +0 -1
  653. package/dist/src/components/Icon/FontIcon/FontIcon.js +0 -2
  654. package/dist/src/components/Icon/FontIcon/FontIcon.js.map +0 -1
  655. package/dist/src/components/Icon/Icon.js +0 -2
  656. package/dist/src/components/Icon/Icon.js.map +0 -1
  657. package/dist/src/components/Icon/Icon.module.scss.js +0 -2
  658. package/dist/src/components/Icon/IconConstants.js +0 -2
  659. package/dist/src/components/Icon/IconConstants.js.map +0 -1
  660. package/dist/src/components/Icon/hooks/useIconProps.js +0 -2
  661. package/dist/src/components/Icon/hooks/useIconProps.js.map +0 -1
  662. package/dist/src/components/Loader/Loader.js +0 -2
  663. package/dist/src/components/Loader/Loader.js.map +0 -1
  664. package/dist/src/components/Loader/Loader.module.scss.js +0 -2
  665. package/dist/src/components/Loader/LoaderConstants.js.map +0 -1
  666. package/dist/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js +0 -2
  667. package/dist/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js.map +0 -1
  668. package/dist/src/helpers/screenReaderAccessHelper.js +0 -2
  669. package/dist/src/helpers/screenReaderAccessHelper.js.map +0 -1
  670. package/dist/src/hooks/ssr/useIsMounted.js +0 -2
  671. package/dist/src/hooks/ssr/useIsMounted.js.map +0 -1
  672. package/dist/src/hooks/useIconScreenReaderAccessProps.js +0 -2
  673. package/dist/src/hooks/useIconScreenReaderAccessProps.js.map +0 -1
  674. package/dist/types/SubIcon.d.ts +0 -3
  675. /package/dist/{mocked_classnames/src/components → components/button/dist}/Button/Button.module.scss.js.map +0 -0
  676. /package/dist/{mocked_classnames/src/components → components/button/dist}/Button/helper/dom-helpers.js +0 -0
  677. /package/dist/{mocked_classnames/src/components → components/icon/dist}/Icon/Icon.module.scss.js.map +0 -0
  678. /package/dist/{mocked_classnames/src/components → components/loader/dist}/Loader/Loader.module.scss.js.map +0 -0
  679. /package/dist/{mocked_classnames/src/components → components/loader/dist}/Loader/LoaderConstants.js +0 -0
  680. /package/dist/{src/components → mocked_classnames/components/button/dist}/Button/Button.module.scss.js.map +0 -0
  681. /package/dist/{src/components → mocked_classnames/components/button/dist}/Button/helper/dom-helpers.js +0 -0
  682. /package/dist/{src/components → mocked_classnames/components/icon/dist}/Icon/Icon.module.scss.js.map +0 -0
  683. /package/dist/{src/components → mocked_classnames/components/loader/dist}/Loader/Loader.module.scss.js.map +0 -0
  684. /package/dist/{src/components → mocked_classnames/components/loader/dist}/Loader/LoaderConstants.js +0 -0
  685. /package/dist/{icons → mocked_classnames/packages/icons}/dist/_virtual/_tslib.js +0 -0
  686. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/AddSmall.js +0 -0
  687. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Alert.js +0 -0
  688. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Check.js +0 -0
  689. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/CloseMedium.js +0 -0
  690. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/CloseSmall.js +0 -0
  691. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronDown.js +0 -0
  692. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronRight.js +0 -0
  693. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronUp.js +0 -0
  694. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Favorite.js +0 -0
  695. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Info.js +0 -0
  696. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Menu.js +0 -0
  697. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/MoveArrowLeft.js +0 -0
  698. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/MoveArrowRight.js +0 -0
  699. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NavigationChevronLeft.js +0 -0
  700. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NavigationChevronRight.js +0 -0
  701. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NoColor.js +0 -0
  702. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Remove.js +0 -0
  703. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Search.js +0 -0
  704. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Sort.js +0 -0
  705. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/SortAscending.js +0 -0
  706. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/SortDescending.js +0 -0
  707. /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Warning.js +0 -0
  708. /package/dist/mocked_classnames/{style → packages/style}/dist/index.min.css.js +0 -0
  709. /package/dist/mocked_classnames/{style → packages/style}/dist/index.min.css.js.map +0 -0
  710. /package/dist/{mocked_classnames → packages}/icons/dist/_virtual/_tslib.js +0 -0
  711. /package/dist/{mocked_classnames → packages}/icons/dist/_virtual/_tslib.js.map +0 -0
  712. /package/dist/{mocked_classnames → packages}/icons/dist/react/AddSmall.js +0 -0
  713. /package/dist/{mocked_classnames → packages}/icons/dist/react/AddSmall.js.map +0 -0
  714. /package/dist/{mocked_classnames → packages}/icons/dist/react/Alert.js +0 -0
  715. /package/dist/{mocked_classnames → packages}/icons/dist/react/Alert.js.map +0 -0
  716. /package/dist/{mocked_classnames → packages}/icons/dist/react/Check.js +0 -0
  717. /package/dist/{mocked_classnames → packages}/icons/dist/react/Check.js.map +0 -0
  718. /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseMedium.js +0 -0
  719. /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseMedium.js.map +0 -0
  720. /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseSmall.js +0 -0
  721. /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseSmall.js.map +0 -0
  722. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronDown.js +0 -0
  723. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronDown.js.map +0 -0
  724. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronRight.js +0 -0
  725. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronRight.js.map +0 -0
  726. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronUp.js +0 -0
  727. /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronUp.js.map +0 -0
  728. /package/dist/{mocked_classnames → packages}/icons/dist/react/Favorite.js +0 -0
  729. /package/dist/{mocked_classnames → packages}/icons/dist/react/Favorite.js.map +0 -0
  730. /package/dist/{mocked_classnames → packages}/icons/dist/react/Info.js +0 -0
  731. /package/dist/{mocked_classnames → packages}/icons/dist/react/Info.js.map +0 -0
  732. /package/dist/{mocked_classnames → packages}/icons/dist/react/Menu.js +0 -0
  733. /package/dist/{mocked_classnames → packages}/icons/dist/react/Menu.js.map +0 -0
  734. /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowLeft.js +0 -0
  735. /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowLeft.js.map +0 -0
  736. /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowRight.js +0 -0
  737. /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowRight.js.map +0 -0
  738. /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronLeft.js +0 -0
  739. /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronLeft.js.map +0 -0
  740. /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronRight.js +0 -0
  741. /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronRight.js.map +0 -0
  742. /package/dist/{mocked_classnames → packages}/icons/dist/react/NoColor.js +0 -0
  743. /package/dist/{mocked_classnames → packages}/icons/dist/react/NoColor.js.map +0 -0
  744. /package/dist/{mocked_classnames → packages}/icons/dist/react/Remove.js +0 -0
  745. /package/dist/{mocked_classnames → packages}/icons/dist/react/Remove.js.map +0 -0
  746. /package/dist/{mocked_classnames → packages}/icons/dist/react/Search.js +0 -0
  747. /package/dist/{mocked_classnames → packages}/icons/dist/react/Search.js.map +0 -0
  748. /package/dist/{mocked_classnames → packages}/icons/dist/react/Sort.js +0 -0
  749. /package/dist/{mocked_classnames → packages}/icons/dist/react/Sort.js.map +0 -0
  750. /package/dist/{mocked_classnames → packages}/icons/dist/react/SortAscending.js +0 -0
  751. /package/dist/{mocked_classnames → packages}/icons/dist/react/SortAscending.js.map +0 -0
  752. /package/dist/{mocked_classnames → packages}/icons/dist/react/SortDescending.js +0 -0
  753. /package/dist/{mocked_classnames → packages}/icons/dist/react/SortDescending.js.map +0 -0
  754. /package/dist/{mocked_classnames → packages}/icons/dist/react/Warning.js +0 -0
  755. /package/dist/{mocked_classnames → packages}/icons/dist/react/Warning.js.map +0 -0
  756. /package/dist/{style → packages/style}/dist/index.min.css.js +0 -0
  757. /package/dist/{style → packages/style}/dist/index.min.css.js.map +0 -0
@@ -1,4 +1,4 @@
1
- import { type ButtonProps } from "../../Button/Button";
1
+ import { type ButtonProps } from "@vibe/button";
2
2
  import { type FC } from "react";
3
3
  export interface AlertBannerButtonProps extends ButtonProps {
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
- import { IconType as IconTypeEnum } from "../Icon/IconConstants";
3
- import { AttentionBoxType as AttentionBoxTypeEnum } from "./AttentionBoxConstants";
2
+ import { type SubIcon } from "@vibe/icon";
3
+ import { AttentionBoxType as AttentionBoxTypeEnum, IconTypeEnum } from "./AttentionBoxConstants";
4
4
  import { type AttentionBoxType } from "./AttentionBox.types";
5
- import { type SubIcon, type VibeComponentProps, type ElementContent } from "../../types";
5
+ import { type VibeComponentProps, type ElementContent } from "../../types";
6
6
  /**
7
7
  * @deprecated AttentionBox is deprecated. Please use AttentionBox from "@vibe/core/next" instead.
8
8
  */
@@ -8,3 +8,11 @@ export declare enum AttentionBoxType {
8
8
  DARK = "dark",
9
9
  WARNING = "warning"
10
10
  }
11
+ /**
12
+ * @deprecated
13
+ */
14
+ export declare enum IconTypeEnum {
15
+ SVG = "svg",
16
+ ICON_FONT = "font",
17
+ SRC = "src"
18
+ }
@@ -4,7 +4,8 @@ import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./Av
4
4
  import { type AvatarSize, type AvatarType } from "./Avatar.types";
5
5
  import { type AvatarBadgeProps } from "./AvatarBadge";
6
6
  import { type TooltipProps } from "../Tooltip/Tooltip";
7
- import { type SubIcon, type VibeComponentProps } from "../../types";
7
+ import { type VibeComponentProps } from "../../types";
8
+ import { type SubIcon } from "@vibe/icon";
8
9
  export interface AvatarProps extends VibeComponentProps {
9
10
  /**
10
11
  * The image source for the avatar.
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
2
  import { AvatarSize as AvatarSizeEnum } from "./AvatarConstants";
3
3
  import { type AvatarSize } from "./Avatar.types";
4
- import { type VibeComponentProps, type SubIcon } from "../../types";
4
+ import { type VibeComponentProps } from "../../types";
5
+ import { type SubIcon } from "@vibe/icon";
5
6
  export interface AvatarBadgeProps extends VibeComponentProps {
6
7
  /**
7
8
  * The image source for the badge.
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
2
  import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./AvatarConstants";
3
3
  import { type AvatarSize, type AvatarType } from "./Avatar.types";
4
- import { type SubIcon, type VibeComponentProps } from "../../types";
4
+ import { type SubIcon } from "@vibe/icon";
5
+ import { type VibeComponentProps } from "../../types";
5
6
  export interface AvatarContentProps extends VibeComponentProps {
6
7
  /**
7
8
  * The image source when the type is set to `img`.
@@ -1,9 +1,10 @@
1
1
  import { type ReactNode, type AriaRole } from "react";
2
2
  import type React from "react";
3
- import { type SubIcon, type VibeComponentProps } from "../../types";
3
+ import { type VibeComponentProps } from "../../types";
4
4
  import { type TooltipProps } from "../Tooltip";
5
5
  import { type BaseListDirection, type BaseListSizes } from "../BaseList/BaseList.types";
6
6
  import { type ChipsProps } from "../Chips";
7
+ import { type SubIcon } from "@vibe/icon";
7
8
  export interface BaseListItemProps<Item extends Record<string, unknown>> extends Omit<React.HTMLAttributes<HTMLElement>, "role">, VibeComponentProps {
8
9
  /**
9
10
  * The HTML element to render. Defaults to "li".
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../../../types";
2
+ import { type VibeComponentProps } from "../../../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  export interface BreadcrumbContentProps extends VibeComponentProps {
4
5
  /**
5
6
  * If true, the breadcrumb is clickable.
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../../types";
2
+ import { type VibeComponentProps } from "../../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  export interface BreadcrumbItemProps extends VibeComponentProps {
4
5
  /**
5
6
  * The display text of the breadcrumb item.
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
- import { type ButtonValue } from "./ButtonGroupConstants";
3
- import { type ButtonType as ButtonTypeEnum } from "../Button/ButtonConstants";
4
- import { type ButtonType, type ButtonSize } from "../Button";
5
- import { type SubIcon, type VibeComponentProps } from "../../types";
2
+ import { type SubIcon } from "@vibe/icon";
3
+ import { type ButtonType as ButtonTypeEnum, type ButtonValue } from "./ButtonGroupConstants";
4
+ import { type ButtonType, type ButtonSize } from "@vibe/button";
5
+ import { type VibeComponentProps } from "../../types";
6
6
  import { type MoveBy } from "../../types/MoveBy";
7
7
  import { type TooltipPositions } from "../Tooltip";
8
8
  type ButtonGroupOption = {
@@ -1 +1,9 @@
1
1
  export type ButtonValue = string | number;
2
+ /**
3
+ * @deprecated
4
+ */
5
+ export declare enum ButtonType {
6
+ PRIMARY = "primary",
7
+ SECONDARY = "secondary",
8
+ TERTIARY = "tertiary"
9
+ }
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { type ButtonProps } from "../Button/Button";
2
+ import { type ButtonProps } from "@vibe/button";
3
3
  import { type MoveBy } from "../../types/MoveBy";
4
4
  import { type TooltipPositions } from "../Tooltip/Tooltip.types";
5
5
  export interface ButtonWrapperProps extends ButtonProps {
@@ -2,7 +2,8 @@ import React from "react";
2
2
  import { type ElementAllowedColor } from "../../types/Colors";
3
3
  import { AvatarType as AvatarTypeEnum } from "../Avatar/AvatarConstants";
4
4
  import { type AvatarType } from "../Avatar";
5
- import { type ElementContent, type SubIcon, type VibeComponentProps } from "../../types";
5
+ import { type ElementContent, type VibeComponentProps } from "../../types";
6
+ import { type SubIcon } from "@vibe/icon";
6
7
  export interface ChipsProps extends VibeComponentProps {
7
8
  /**
8
9
  * The text or content displayed inside the chip.
@@ -3,7 +3,8 @@ import { BaseSizes } from "../../constants";
3
3
  import { ColorStyle as ColorStyleEnum } from "../../utils/colors-vars-map";
4
4
  import { ColorShapes as ColorShapesEnum } from "./ColorPickerConstants";
5
5
  import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "./ColorPicker.types";
6
- import { type VibeComponentProps, type SubIcon } from "../../types";
6
+ import { type VibeComponentProps } from "../../types";
7
+ import { type SubIcon } from "@vibe/icon";
7
8
  import { type ColorStyle } from "../../types/Colors";
8
9
  export interface ColorPickerProps extends VibeComponentProps {
9
10
  /**
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- import { type VibeComponentProps, type SubIcon } from "../../../../types";
2
+ import { type VibeComponentProps } from "../../../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  export interface ColorPickerClearButtonProps extends VibeComponentProps {
4
5
  /**
5
6
  * Callback fired when the clear button is clicked.
@@ -2,7 +2,8 @@ import React from "react";
2
2
  import { type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
3
3
  import { type ColorPickerArrayValueOnly, type ColorPickerValueOnly } from "../../ColorPicker.types";
4
4
  import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
5
- import { type SubIcon, type VibeComponentProps } from "../../../../types";
5
+ import { type VibeComponentProps } from "../../../../types";
6
+ import { type SubIcon } from "@vibe/icon";
6
7
  import { type ColorStyle } from "../../../../types";
7
8
  export interface ColorPickerColorsGridProps extends VibeComponentProps {
8
9
  /**
@@ -3,7 +3,8 @@ import { BaseSizes } from "../../../../constants";
3
3
  import { ColorStyle as ColorStyleEnum, type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
4
4
  import { ColorShapes as ColorShapesEnum } from "../../ColorPickerConstants";
5
5
  import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "../../ColorPicker.types";
6
- import { type VibeComponentProps, type SubIcon } from "../../../../types";
6
+ import { type VibeComponentProps } from "../../../../types";
7
+ import { type SubIcon } from "@vibe/icon";
7
8
  import { type ColorStyle } from "../../../../types";
8
9
  export interface ColorPickerContentProps extends VibeComponentProps {
9
10
  /**
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
2
  import { type ColorPickerValueOnly } from "../../ColorPicker.types";
3
3
  import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
4
- import { type SubIcon, type VibeComponentProps, type ElementContent, type ColorStyle } from "../../../../types";
4
+ import { type VibeComponentProps, type ElementContent, type ColorStyle } from "../../../../types";
5
+ import { type SubIcon } from "@vibe/icon";
5
6
  export interface ColorPickerItemComponentProps extends VibeComponentProps {
6
7
  /**
7
8
  * The color value of the item.
@@ -1,9 +1,10 @@
1
1
  import React from "react";
2
- import { type ElementContent, type SubIcon, type VibeComponentProps } from "../../types";
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
5
  import type IconButton from "../IconButton/IconButton";
6
6
  import type MenuButton from "../MenuButton/MenuButton";
7
+ import { type SubIcon } from "@vibe/icon";
7
8
  export interface ComboboxProps extends VibeComponentProps {
8
9
  /**
9
10
  * Class name applied to each option item.
@@ -1,5 +1,5 @@
1
- import { type SubIcon } from "../../../types";
2
1
  import type React from "react";
2
+ import { type SubIcon } from "@vibe/icon";
3
3
  import type { TooltipProps } from "../../Tooltip/Tooltip";
4
4
  export declare const COMBOBOX_DIVIDER_ITEM = "combobox-divider";
5
5
  export declare const COMBOBOX_CATEGORY_ITEM = "combobox-category";
@@ -1,7 +1,7 @@
1
1
  import type React from "react";
2
2
  import { type LinkProps } from "../Link/Link";
3
3
  import { type VibeComponentProps } from "src/types";
4
- import { type ButtonProps, type ButtonType } from "../Button";
4
+ import { type ButtonProps, type ButtonType } from "@vibe/button";
5
5
  export type EmptyStateLayout = "default" | "compact";
6
6
  export interface EmptyStateProps extends VibeComponentProps {
7
7
  /** Optional title for the empty state */
@@ -1,8 +1,9 @@
1
1
  import React, { type AriaAttributes } from "react";
2
2
  import { type TooltipProps } from "../Tooltip/Tooltip";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  import { type Size } from "./services/IconButton-helpers";
4
- import { type SubIcon, type VibeComponentProps } from "../../types";
5
- import { type ButtonColor, type ButtonType } from "../Button";
5
+ import { type VibeComponentProps } from "../../types";
6
+ import { type ButtonColor, type ButtonType } from "@vibe/button";
6
7
  export interface IconButtonProps extends VibeComponentProps {
7
8
  /**
8
9
  * Callback fired when the button is clicked.
@@ -109,7 +110,7 @@ declare const _default: React.ForwardRefExoticComponent<IconButtonProps & React.
109
110
  readonly XXS: "xxs";
110
111
  readonly XS: "xs";
111
112
  };
112
- kinds: typeof import("../Button/ButtonConstants").ButtonType;
113
- colors: typeof import("../Button/ButtonConstants").ButtonColor;
113
+ kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
114
+ colors: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonColor;
114
115
  };
115
116
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- import { type SubIcon, type ElementContent, type VibeComponentProps } from "../../../types";
2
+ import { type SubIcon } from "@vibe/icon";
3
+ import { type ElementContent, type VibeComponentProps } from "../../../types";
3
4
  interface BaseLegacyModalHeaderProps extends VibeComponentProps {
4
5
  /**
5
6
  * Description of the modal - pure string description is a recommended standard, use JSX ability only if there is a need to add links
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import { type SubIcon } from "@vibe/icon";
2
3
  import { IconPosition as IconPositionEnum, LinkTarget as LinkTargetEnum } from "./LinkConsts";
3
4
  import { type LinkColor, type LinkIconPosition, type LinkTarget } from "./Link.types";
4
- import { type SubIcon, type VibeComponentProps } from "../../types";
5
+ import { type VibeComponentProps } from "../../types";
5
6
  export interface LinkProps extends VibeComponentProps {
6
7
  /**
7
8
  * Class name applied to the link text.
@@ -1,8 +1,9 @@
1
1
  import React from "react";
2
+ import { type SubIcon } from "@vibe/icon";
2
3
  import { ListItemIconMargin as ListItemIconMarginEnum } from "./ListItemIconConstants";
3
4
  import { ListItemComponentType as ListItemComponentTypeEnum } from "../ListItem/ListItemConstants";
4
5
  import { type ListItemElement } from "../ListItem";
5
- import { type SubIcon, type VibeComponentProps } from "../../types";
6
+ import { type VibeComponentProps } from "../../types";
6
7
  import { type ListItemIconMargin } from "./ListItemIcon.types";
7
8
  export declare const LIST_ITEM_ICON_SIZE = 18;
8
9
  export interface ListItemIconProps extends VibeComponentProps {
@@ -1,7 +1,7 @@
1
1
  import React, { type AriaAttributes, type ReactElement } from "react";
2
2
  import { type TooltipProps } from "../../../components/Tooltip/Tooltip";
3
- import { type SubIcon, type VibeComponentProps } from "../../../types";
4
- import { type IconType } from "../../Icon";
3
+ import { type IconType, type SubIcon } from "@vibe/icon";
4
+ import { type VibeComponentProps } from "../../../types";
5
5
  import { type CloseMenuOption, type MenuChild } from "../Menu/MenuConstants";
6
6
  import Label from "../../Label/Label";
7
7
  import { type TooltipPositions } from "../../Tooltip/Tooltip.types";
@@ -151,7 +151,7 @@ export interface MenuItemTitleComponentProps extends Omit<MenuItemProps, "title"
151
151
  "aria-label": NonNullable<AriaAttributes["aria-label"]>;
152
152
  }
153
153
  declare const _default: React.ForwardRefExoticComponent<(MenuItemProps | MenuItemTitleComponentProps) & React.RefAttributes<HTMLElement>> & {
154
- iconType: typeof import("../../Icon/IconConstants").IconType;
154
+ iconType: typeof import("@vibe/icon/dist/Icon/constants").IconTypeEnum;
155
155
  tooltipPositions: typeof TooltipPositionsEnum;
156
156
  };
157
157
  export default _default;
@@ -1,5 +1,4 @@
1
- import { type SubIcon } from "../../../../../types";
2
- import { type IconType } from "../../../../Icon";
1
+ import { type IconType, type SubIcon } from "@vibe/icon";
3
2
  export interface MenuItemIconProps {
4
3
  /**
5
4
  * The icon to be displayed. Can be a string or an icon component.
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
- import { type ButtonType } from "../../Button";
3
- import { type SubIcon, type VibeComponentProps, type ElementContent } from "../../../types";
2
+ import { type ButtonType } from "@vibe/button";
3
+ import { type VibeComponentProps, type ElementContent } from "../../../types";
4
+ import { type SubIcon } from "@vibe/icon";
4
5
  import { type TooltipPositions } from "../../Tooltip";
5
6
  import { TooltipPositions as TooltipPositionsEnum } from "../../Tooltip/TooltipConstants";
6
7
  export interface MenuItemButtonProps extends VibeComponentProps {
@@ -74,7 +75,7 @@ export interface MenuItemButtonProps extends VibeComponentProps {
74
75
  children?: ElementContent | ElementContent[];
75
76
  }
76
77
  declare const _default: React.FC<MenuItemButtonProps> & {
77
- kinds: typeof import("../../Button/ButtonConstants").ButtonType;
78
+ kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
78
79
  tooltipPositions: typeof TooltipPositionsEnum;
79
80
  };
80
81
  export default _default;
@@ -2,7 +2,6 @@ import { type VibeComponentProps } from "../../../types";
2
2
  import type React from "react";
3
3
  import { type ModalTopActionsProps } from "../ModalTopActions/ModalTopActions.types";
4
4
  import { type PortalTarget } from "../hooks/usePortalTarget/usePortalTarget.types";
5
- import { type FocusEscapeTarget } from "../hooks/useFocusEscapeTargets/useFocusEscapeTargets.types";
6
5
  export type ModalSize = "small" | "medium" | "large" | "full-view";
7
6
  export type ModalCloseEvent = React.MouseEvent<HTMLDivElement | HTMLButtonElement> | React.KeyboardEvent<HTMLDivElement>;
8
7
  export interface ModalProps extends VibeComponentProps {
@@ -40,39 +39,18 @@ export interface ModalProps extends VibeComponentProps {
40
39
  * - Notice this might break keyboard and general accessibility and should be used with caution.
41
40
  */
42
41
  autoFocus?: boolean;
43
- /**
44
- * Specifies elements/containers that should be allowed to receive focus outside this modal.
45
- * When focus moves to these elements, the focus lock will ignore them.
46
- * This allows other UI components (tooltips, dropdowns, nested modals, etc.) to receive focus.
47
- *
48
- * Accepts:
49
- * - CSS selectors (string)
50
- * - Refs to elements (React.RefObject<HTMLElement>)
51
- * - Direct element references (HTMLElement)
52
- */
53
- allowFocusEscapeTo?: FocusEscapeTarget[];
54
42
  /**
55
43
  * This is intended for advanced use-cases.
56
- * It allows you to control which elements the focus lock should manage.
44
+ * It allows you to control the focus behavior when moving between elements within the modal.
57
45
  * Make sure to use this prop only when you understand the implications.
58
46
  *
59
- * **Note:** If you only need to allow focus to specific selectors, use `allowFocusEscapeTo` instead.
60
- *
61
- * Called whenever focus is attempting to move to any element (inside or outside the modal).
47
+ * Called whenever focus is about to move to a new element within the modal.
62
48
  * Return:
63
- * - `true` to let focus-lock **manage** this element (keep it within the modal's focus trap).
64
- * - `false` to let focus-lock **ignore** this element (allow focus to move outside the modal).
65
- * - An HTMLElement to redirect focus to that element instead.
49
+ * - `true` to allow normal flow focus.
50
+ * - `false` to block it (let the browser decide, usually moves to body).
51
+ * - Notice this might break keyboard accessibility and should be used with caution.
52
+ * - An HTMLElement to redirect focus to instead of normal flow.
66
53
  * - Any other value (e.g., null, undefined) would act as `false`.
67
- *
68
- * @example
69
- * // Complex custom logic
70
- * <Modal
71
- * onFocusAttempt={(el) => {
72
- * if (el?.dataset.customBehavior) return false;
73
- * return true;
74
- * }}
75
- * />
76
54
  */
77
55
  onFocusAttempt?: (nextFocusedElement?: HTMLElement) => boolean | HTMLElement;
78
56
  /**
@@ -1,5 +1,6 @@
1
1
  import type React from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../../types";
2
+ import { type VibeComponentProps } from "../../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  interface WithoutDescription {
4
5
  description?: never;
5
6
  descriptionIcon?: never;
@@ -1,7 +1,7 @@
1
1
  import type React from "react";
2
2
  import type MenuButton from "../../MenuButton/MenuButton";
3
3
  import type IconButton from "../../IconButton/IconButton";
4
- import { type ButtonColor } from "../../Button";
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">;
7
7
  export interface ModalTopActionsProps {
@@ -1,4 +1,4 @@
1
- import { type ButtonProps } from "../../../Button";
1
+ import { type ButtonProps } from "@vibe/button";
2
2
  import type React from "react";
3
3
  import { type VibeComponentProps } from "../../../../types";
4
4
  import { type TooltipProps } from "../../../Tooltip";
@@ -32,7 +32,7 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
32
32
  zIndex?: number;
33
33
  title?: string;
34
34
  image?: string;
35
- icon?: import("../../../..").SubIcon;
35
+ icon?: import("@vibe/icon").SubIcon;
36
36
  maxWidth?: number;
37
37
  dir?: "ltr" | "rtl" | "auto";
38
38
  className?: string;
@@ -47,13 +47,13 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
47
47
  onMouseDown?: (event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>) => void;
48
48
  blurOnMouseUp?: boolean;
49
49
  name?: string;
50
- color?: import("../../..").ButtonColor;
51
- type?: import("../../..").ButtonInputType;
50
+ color?: import("@vibe/button").ButtonColor;
51
+ type?: import("@vibe/button").ButtonInputType;
52
52
  disabled?: boolean;
53
- rightIcon?: import("../../../..").SubIcon;
54
- leftIcon?: import("../../../..").SubIcon;
53
+ rightIcon?: import("@vibe/icon").SubIcon;
54
+ leftIcon?: import("@vibe/icon").SubIcon;
55
55
  success?: boolean;
56
- successIcon?: import("../../../..").SubIcon;
56
+ successIcon?: import("@vibe/icon").SubIcon;
57
57
  successText?: string;
58
58
  loading?: boolean;
59
59
  loaderClassName?: string;
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import { type SubIcon } from "@vibe/icon";
2
3
  import { MultiStepType as MultiStepTypeEnum, Size as SizeEnum, StepStatus as StepStatusEnum, TextPlacement as TextPlacementEnum } from "./MultiStepConstants";
3
4
  import { type MultiStepType, type MultiStepSize, type TextPlacement, type Step } from "./MultiStep.types";
4
- import { type SubIcon, type VibeComponentProps } from "../../types";
5
+ import { type VibeComponentProps } from "../../types";
5
6
  export interface MultiStepIndicatorProps extends VibeComponentProps {
6
7
  /**
7
8
  * The list of steps in the multi-step indicator.
@@ -1,6 +1,7 @@
1
1
  import React from "react";
2
2
  import { type MultiStepSize, type MultiStepType, type StepStatus } from "../../MultiStep.types";
3
- import { type SubIcon, type VibeComponentProps } from "../../../../types";
3
+ import { type VibeComponentProps } from "../../../../types";
4
+ import { type SubIcon } from "@vibe/icon";
4
5
  export interface StepCircleDisplayProps {
5
6
  /**
6
7
  * The status of the step.
@@ -1,5 +1,5 @@
1
1
  import { type InputHTMLAttributes } from "react";
2
- import type { SubIcon } from "../../types";
2
+ import { type SubIcon } from "@vibe/icon";
3
3
  import type VibeComponentProps from "../../types/VibeComponentProps";
4
4
  import { type FormElementProps } from "../../types/FormElement";
5
5
  type NumberFieldNativeInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange" | "disabled" | "readOnly" | "id" | "type" | "inputMode" | "role" | "aria-valuenow" | "aria-valuemin" | "aria-valuemax" | "aria-required" | "aria-invalid" | "min" | "max" | "step">;
@@ -1,5 +1,6 @@
1
1
  import type React from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../types";
2
+ import { type VibeComponentProps } from "../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  import { type InputSize } from "../BaseInput";
4
5
  import type IconButton from "../IconButton/IconButton";
5
6
  import type MenuButton from "../MenuButton/MenuButton";
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactElement } from "react";
2
- import { type IconType } from "../Icon";
2
+ import { type IconType } from "@vibe/icon";
3
3
  import { SliderColor as SliderColorEnum } from "./SliderConstants";
4
4
  import { type SliderColor, type SliderLabelColor, type SliderLabelPosition, type SliderSize } from "./Slider.types";
5
5
  export type SliderProps = {
@@ -1,4 +1,4 @@
1
- import { type IconType } from "../Icon";
1
+ import { type IconType } from "@vibe/icon";
2
2
  import { type ReactElement } from "react";
3
3
  import { type SliderSize, type SliderColor as SliderColorType, type SliderLabelPosition, type SliderLabelColor } from "./Slider.types";
4
4
  export declare const BEM_PREFIX = "monday";
@@ -1,7 +1,7 @@
1
1
  import React, { type ReactElement } from "react";
2
2
  import { type SliderProps } from "./Slider";
3
3
  import { type SliderContextActions, type SliderContextInfix, type SliderContextSelection, type SliderContextUI } from "./SliderConstants";
4
- import { type IconType } from "../Icon";
4
+ import { type IconType } from "@vibe/icon";
5
5
  export interface SliderProviderProps extends SliderProps {
6
6
  /**
7
7
  * The child elements inside the slider provider.
@@ -1,6 +1,6 @@
1
1
  import React, { type ReactElement } from "react";
2
2
  import { type SplitButtonSecondaryContentPositionType } from "./SplitButtonConstants";
3
- import { type ButtonProps } from "../Button/Button";
3
+ import { type ButtonProps } from "@vibe/button";
4
4
  import { type DialogSize } from "../Dialog";
5
5
  export interface SplitButtonProps extends ButtonProps {
6
6
  /**
@@ -58,9 +58,9 @@ declare const _default: React.FC<SplitButtonProps> & {
58
58
  readonly XXS: "xxs";
59
59
  readonly XS: "xs";
60
60
  };
61
- colors: typeof import("../Button/ButtonConstants").ButtonColor;
62
- kinds: typeof import("../Button/ButtonConstants").ButtonType;
63
- inputTags: typeof import("../Button/ButtonConstants").ButtonInputType;
61
+ colors: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonColor;
62
+ kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
63
+ inputTags: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonInputType;
64
64
  dialogPaddingSizes: typeof import("../Dialog/DialogConstants").DialogSize;
65
65
  };
66
66
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React, { type ReactElement } from "react";
2
2
  import { StepsColor as StepsColorEnum, StepsType as StepsTypeEnum } from "./StepsConstants";
3
3
  import { type StepsColor, type StepsType } from "./Steps.types";
4
- import { type ButtonProps } from "../Button";
4
+ import { type ButtonProps } from "@vibe/button";
5
5
  import { type VibeComponentProps } from "../../types";
6
6
  export interface StepsProps extends VibeComponentProps {
7
7
  /**
@@ -1,5 +1,5 @@
1
1
  import React, { type FC } from "react";
2
- import { type ButtonProps } from "../../components/Button/Button";
2
+ import { type ButtonProps } from "@vibe/button";
3
3
  import { type StepsColor } from "./Steps.types";
4
4
  import type VibeComponentProps from "../../types/VibeComponentProps";
5
5
  export interface StepsCommandProps extends VibeComponentProps {
@@ -1,7 +1,7 @@
1
1
  import React, { type FC } from "react";
2
2
  import { type StepsType, type StepsColor } from "./Steps.types";
3
3
  import type VibeComponentProps from "../../types/VibeComponentProps";
4
- import { type ButtonProps } from "../Button/Button";
4
+ import { type ButtonProps } from "@vibe/button";
5
5
  export interface StepsHeaderProps extends VibeComponentProps {
6
6
  /**
7
7
  * The type of steps header.
@@ -1,9 +1,10 @@
1
1
  import React, { type ReactElement } from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../../types";
2
+ import { type VibeComponentProps } from "../../../types";
3
3
  import { type TableHeaderProps } from "../TableHeader/TableHeader";
4
4
  import { type TableBodyProps } from "../TableBody/TableBody";
5
5
  import { RowSizes as RowSizesEnum } from "./TableConsts";
6
6
  import { type RowSizes } from "./Table.types";
7
+ import { type SubIcon } from "@vibe/icon";
7
8
  export type TableLoadingStateType = "long-text" | "medium-text" | "circle" | "rectangle";
8
9
  type Width = number | `${number}%` | `${number}px` | `${number}fr`;
9
10
  export interface TableColumn {
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
- import { type SubIcon, type VibeComponentProps } from "../../../types";
2
+ import { type VibeComponentProps } from "../../../types";
3
+ import { type SubIcon } from "@vibe/icon";
3
4
  export interface TableHeaderCellProps extends VibeComponentProps {
4
5
  /**
5
6
  * The title of the column, displayed inside the header cell.
@@ -1,7 +1,6 @@
1
1
  import { type FC, type ReactElement } from "react";
2
+ import { type IconType, type SubIcon } from "@vibe/icon";
2
3
  import type VibeComponentProps from "../../../types/VibeComponentProps";
3
- import { type IconType } from "../../Icon";
4
- import { type SubIcon } from "../../../types/SubIcon";
5
4
  import { type TooltipProps } from "../../Tooltip/Tooltip";
6
5
  export interface TabProps extends VibeComponentProps {
7
6
  /**
@@ -1,7 +1,7 @@
1
1
  import React, { type FC } from "react";
2
2
  import { type VibeComponentProps } from "../../types";
3
3
  import { type ElementContent } from "../../types/ElementContent";
4
- import { type SubIcon } from "../../types";
4
+ import { type SubIcon } from "@vibe/icon";
5
5
  export interface TipseenContentProps extends VibeComponentProps {
6
6
  /**
7
7
  * The title text displayed in the Tipseen content.
@@ -1,5 +1,5 @@
1
1
  import React, { type ReactElement } from "react";
2
- import { type IconSubComponentProps } from "../Icon/Icon";
2
+ import { type IconSubComponentProps } from "@vibe/icon";
3
3
  import { ToastActionType as ToastActionTypeEnum, ToastType as ToastTypeEnum } from "./ToastConstants";
4
4
  import { type ToastType, type ToastAction } from "./Toast.types";
5
5
  import { type VibeComponentProps } from "../../types";