@spaced-out/ui-design-system 0.5.7-beta.3 → 0.5.7-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (789) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/babel.config.js +16 -3
  3. package/gulpfile.js +7 -17
  4. package/lib/components/Accordion/Accordion.js +39 -33
  5. package/lib/components/Accordion/AccordionGroup.js +7 -5
  6. package/lib/components/Accordion/index.d.ts +2 -2
  7. package/lib/components/Accordion/index.js +2 -2
  8. package/lib/components/Avatar/Avatar.d.ts +3 -3
  9. package/lib/components/Avatar/Avatar.js +85 -74
  10. package/lib/components/Avatar/index.d.ts +1 -1
  11. package/lib/components/Avatar/index.js +1 -1
  12. package/lib/components/AvatarGroup/AvatarGroup.d.ts +2 -2
  13. package/lib/components/AvatarGroup/AvatarGroup.js +39 -32
  14. package/lib/components/AvatarGroup/index.d.ts +1 -1
  15. package/lib/components/AvatarGroup/index.js +1 -1
  16. package/lib/components/Badge/Badge.d.ts +1 -1
  17. package/lib/components/Badge/Badge.js +30 -26
  18. package/lib/components/Badge/index.d.ts +1 -1
  19. package/lib/components/Badge/index.js +1 -1
  20. package/lib/components/BadgedIcon/BadgedIcon.d.ts +1 -1
  21. package/lib/components/BadgedIcon/BadgedIcon.js +28 -23
  22. package/lib/components/BadgedIcon/index.d.ts +1 -1
  23. package/lib/components/BadgedIcon/index.js +1 -1
  24. package/lib/components/Banner/Banner.d.ts +1 -1
  25. package/lib/components/Banner/Banner.js +27 -24
  26. package/lib/components/Banner/index.d.ts +1 -1
  27. package/lib/components/Banner/index.js +1 -1
  28. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.d.ts +1 -1
  29. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.js +7 -6
  30. package/lib/components/Breadcrumbs/BreadcrumbLink/index.d.ts +1 -1
  31. package/lib/components/Breadcrumbs/BreadcrumbLink/index.js +1 -1
  32. package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  33. package/lib/components/Breadcrumbs/Breadcrumbs.js +18 -16
  34. package/lib/components/Breadcrumbs/index.d.ts +2 -2
  35. package/lib/components/Breadcrumbs/index.js +2 -2
  36. package/lib/components/Button/Button.d.ts +1 -1
  37. package/lib/components/Button/Button.js +85 -69
  38. package/lib/components/Button/index.d.ts +2 -2
  39. package/lib/components/Button/index.js +1 -1
  40. package/lib/components/ButtonDropdown/ButtonDropdown.d.ts +4 -4
  41. package/lib/components/ButtonDropdown/ButtonDropdown.js +94 -82
  42. package/lib/components/ButtonDropdown/SimpleButtonDropdown.d.ts +6 -6
  43. package/lib/components/ButtonDropdown/SimpleButtonDropdown.js +8 -6
  44. package/lib/components/ButtonDropdown/index.d.ts +2 -2
  45. package/lib/components/ButtonDropdown/index.js +2 -2
  46. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.d.ts +1 -1
  47. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.js +9 -7
  48. package/lib/components/ButtonTabs/ButtonTab/index.d.ts +1 -1
  49. package/lib/components/ButtonTabs/ButtonTab/index.js +1 -1
  50. package/lib/components/ButtonTabs/ButtonTabDropdown.d.ts +3 -3
  51. package/lib/components/ButtonTabs/ButtonTabDropdown.js +60 -51
  52. package/lib/components/ButtonTabs/ButtonTabs.d.ts +2 -2
  53. package/lib/components/ButtonTabs/ButtonTabs.js +12 -9
  54. package/lib/components/ButtonTabs/index.d.ts +2 -2
  55. package/lib/components/ButtonTabs/index.js +2 -2
  56. package/lib/components/Card/Card.js +38 -25
  57. package/lib/components/Card/index.d.ts +1 -1
  58. package/lib/components/Card/index.js +1 -1
  59. package/lib/components/Charts/ChartTooltip/index.d.ts +1 -1
  60. package/lib/components/Charts/ChartTooltip/index.js +2 -2
  61. package/lib/components/Charts/ChartWrapper/ChartWrapper.js +32 -24
  62. package/lib/components/Charts/ChartWrapper/index.d.ts +1 -1
  63. package/lib/components/Charts/ChartWrapper/index.js +1 -1
  64. package/lib/components/Charts/ColumnChart/ColumnChart.d.ts +2 -2
  65. package/lib/components/Charts/ColumnChart/ColumnChart.js +16 -14
  66. package/lib/components/Charts/ColumnChart/index.d.ts +1 -1
  67. package/lib/components/Charts/ColumnChart/index.js +1 -1
  68. package/lib/components/Charts/DonutChart/DonutChart.d.ts +2 -2
  69. package/lib/components/Charts/DonutChart/DonutChart.js +17 -15
  70. package/lib/components/Charts/DonutChart/index.d.ts +1 -1
  71. package/lib/components/Charts/DonutChart/index.js +1 -1
  72. package/lib/components/Charts/FunnelChart/FunnelChart.d.ts +2 -2
  73. package/lib/components/Charts/FunnelChart/FunnelChart.js +17 -15
  74. package/lib/components/Charts/FunnelChart/index.d.ts +1 -1
  75. package/lib/components/Charts/FunnelChart/index.js +1 -1
  76. package/lib/components/Charts/LineChart/LineChart.d.ts +2 -2
  77. package/lib/components/Charts/LineChart/LineChart.js +16 -14
  78. package/lib/components/Charts/LineChart/index.d.ts +1 -1
  79. package/lib/components/Charts/LineChart/index.js +1 -1
  80. package/lib/components/Charts/SankeyChart/SankeyChart.d.ts +2 -2
  81. package/lib/components/Charts/SankeyChart/SankeyChart.js +16 -14
  82. package/lib/components/Charts/SankeyChart/index.d.ts +1 -1
  83. package/lib/components/Charts/SankeyChart/index.js +1 -1
  84. package/lib/components/Charts/SpiderChart/SpiderChart.d.ts +2 -2
  85. package/lib/components/Charts/SpiderChart/SpiderChart.js +16 -14
  86. package/lib/components/Charts/SpiderChart/index.d.ts +1 -1
  87. package/lib/components/Charts/SpiderChart/index.js +1 -1
  88. package/lib/components/Charts/StackedBarChart/StackedBarChart.d.ts +2 -2
  89. package/lib/components/Charts/StackedBarChart/StackedBarChart.js +16 -14
  90. package/lib/components/Charts/StackedBarChart/index.d.ts +1 -1
  91. package/lib/components/Charts/StackedBarChart/index.js +1 -1
  92. package/lib/components/Charts/index.d.ts +9 -9
  93. package/lib/components/Charts/index.js +9 -9
  94. package/lib/components/ChatBubble/ChatBubble.d.ts +2 -2
  95. package/lib/components/ChatBubble/ChatBubble.js +60 -46
  96. package/lib/components/ChatBubble/index.d.ts +1 -1
  97. package/lib/components/ChatBubble/index.js +1 -1
  98. package/lib/components/Checkbox/Checkbox.d.ts +1 -1
  99. package/lib/components/Checkbox/Checkbox.js +45 -40
  100. package/lib/components/Checkbox/CheckboxGroup.d.ts +1 -1
  101. package/lib/components/Checkbox/CheckboxGroup.js +20 -16
  102. package/lib/components/Checkbox/index.d.ts +2 -2
  103. package/lib/components/Checkbox/index.js +2 -2
  104. package/lib/components/Chip/Chip.d.ts +1 -1
  105. package/lib/components/Chip/Chip.js +44 -42
  106. package/lib/components/Chip/index.d.ts +2 -2
  107. package/lib/components/Chip/index.js +1 -1
  108. package/lib/components/CircularLoader/CircularLoader.d.ts +1 -1
  109. package/lib/components/CircularLoader/CircularLoader.js +22 -19
  110. package/lib/components/CircularLoader/index.d.ts +1 -1
  111. package/lib/components/CircularLoader/index.js +1 -1
  112. package/lib/components/CollapsibleCard/CollapsibleCard.d.ts +1 -1
  113. package/lib/components/CollapsibleCard/CollapsibleCard.js +51 -41
  114. package/lib/components/CollapsibleCard/index.d.ts +1 -1
  115. package/lib/components/CollapsibleCard/index.js +1 -1
  116. package/lib/components/Combobox/Combobox.d.ts +3 -3
  117. package/lib/components/Combobox/Combobox.js +99 -89
  118. package/lib/components/Combobox/helper.d.ts +1 -1
  119. package/lib/components/Combobox/index.d.ts +1 -1
  120. package/lib/components/Combobox/index.js +1 -1
  121. package/lib/components/ConditionalWrapper/index.d.ts +1 -1
  122. package/lib/components/ConditionalWrapper/index.js +1 -1
  123. package/lib/components/DateRangePicker/Calendar.d.ts +2 -2
  124. package/lib/components/DateRangePicker/Calendar.js +43 -41
  125. package/lib/components/DateRangePicker/DateRangePicker.d.ts +1 -1
  126. package/lib/components/DateRangePicker/DateRangePicker.js +7 -6
  127. package/lib/components/DateRangePicker/DateRangeWrapper.d.ts +2 -2
  128. package/lib/components/DateRangePicker/DateRangeWrapper.js +163 -146
  129. package/lib/components/DateRangePicker/Day.js +16 -13
  130. package/lib/components/DateRangePicker/index.d.ts +1 -1
  131. package/lib/components/DateRangePicker/index.js +1 -1
  132. package/lib/components/Dialog/Dialog.d.ts +1 -1
  133. package/lib/components/Dialog/Dialog.js +75 -52
  134. package/lib/components/Dialog/index.d.ts +1 -1
  135. package/lib/components/Dialog/index.js +1 -1
  136. package/lib/components/Disclaimer/Disclaimer.d.ts +1 -1
  137. package/lib/components/Disclaimer/Disclaimer.js +8 -8
  138. package/lib/components/Disclaimer/index.d.ts +1 -1
  139. package/lib/components/Disclaimer/index.js +1 -1
  140. package/lib/components/Dropdown/Dropdown.d.ts +4 -4
  141. package/lib/components/Dropdown/Dropdown.js +93 -85
  142. package/lib/components/Dropdown/SimpleDropdown.d.ts +5 -5
  143. package/lib/components/Dropdown/SimpleDropdown.js +6 -5
  144. package/lib/components/Dropdown/index.d.ts +2 -2
  145. package/lib/components/Dropdown/index.js +2 -2
  146. package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.js +85 -83
  147. package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.js +163 -161
  148. package/lib/components/EmptyState/EmptyImages/DataEmptyImage.js +99 -95
  149. package/lib/components/EmptyState/EmptyImages/FileEmptyImage.js +102 -100
  150. package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.js +47 -45
  151. package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.js +49 -47
  152. package/lib/components/EmptyState/EmptyImages/index.d.ts +6 -6
  153. package/lib/components/EmptyState/EmptyImages/index.js +6 -6
  154. package/lib/components/EmptyState/EmptyState.js +25 -19
  155. package/lib/components/EmptyState/index.d.ts +1 -1
  156. package/lib/components/EmptyState/index.js +1 -1
  157. package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.js +64 -62
  158. package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.js +95 -90
  159. package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.js +189 -187
  160. package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.js +53 -51
  161. package/lib/components/ErrorMessage/ErrorImages/index.d.ts +4 -4
  162. package/lib/components/ErrorMessage/ErrorImages/index.js +4 -4
  163. package/lib/components/ErrorMessage/ErrorMessage.js +28 -21
  164. package/lib/components/ErrorMessage/index.d.ts +1 -1
  165. package/lib/components/ErrorMessage/index.js +1 -1
  166. package/lib/components/FileUpload/FileBlock/FileBlock.d.ts +1 -1
  167. package/lib/components/FileUpload/FileBlock/FileBlock.js +66 -46
  168. package/lib/components/FileUpload/FileBlock/index.d.ts +1 -1
  169. package/lib/components/FileUpload/FileBlock/index.js +1 -1
  170. package/lib/components/FileUpload/FileUpload.js +48 -37
  171. package/lib/components/FileUpload/index.d.ts +2 -2
  172. package/lib/components/FileUpload/index.js +2 -2
  173. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.d.ts +4 -4
  174. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.js +70 -61
  175. package/lib/components/FilterButtonOverlay/index.d.ts +1 -1
  176. package/lib/components/FilterButtonOverlay/index.js +1 -1
  177. package/lib/components/FocusManager/FocusManager.js +13 -10
  178. package/lib/components/FocusManager/index.d.ts +1 -1
  179. package/lib/components/FocusManager/index.js +1 -1
  180. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.d.ts +1 -1
  181. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.js +19 -14
  182. package/lib/components/FocusManagerWithArrowKeyNavigation/index.d.ts +1 -1
  183. package/lib/components/FocusManagerWithArrowKeyNavigation/index.js +1 -1
  184. package/lib/components/FormTitleWrapper/FormTitleWrapper.d.ts +2 -2
  185. package/lib/components/FormTitleWrapper/FormTitleWrapper.js +22 -17
  186. package/lib/components/FormTitleWrapper/index.d.ts +1 -1
  187. package/lib/components/FormTitleWrapper/index.js +1 -1
  188. package/lib/components/Grid/Grid.js +11 -8
  189. package/lib/components/Grid/index.d.ts +1 -1
  190. package/lib/components/Grid/index.js +1 -1
  191. package/lib/components/Icon/ClickableIcon.d.ts +2 -2
  192. package/lib/components/Icon/ClickableIcon.js +20 -17
  193. package/lib/components/Icon/Icon.d.ts +1 -1
  194. package/lib/components/Icon/Icon.docs.js +2 -2
  195. package/lib/components/Icon/Icon.js +17 -13
  196. package/lib/components/Icon/SemanticIcon.d.ts +2 -2
  197. package/lib/components/Icon/SemanticIcon.js +17 -13
  198. package/lib/components/Icon/index.d.ts +3 -3
  199. package/lib/components/Icon/index.js +3 -3
  200. package/lib/components/InContextAlert/InContextAlert.d.ts +3 -3
  201. package/lib/components/InContextAlert/InContextAlert.js +55 -47
  202. package/lib/components/InContextAlert/index.d.ts +1 -1
  203. package/lib/components/InContextAlert/index.js +1 -1
  204. package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.d.ts +2 -2
  205. package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.js +54 -43
  206. package/lib/components/InContextAlertWithMultipleActions/index.d.ts +1 -1
  207. package/lib/components/InContextAlertWithMultipleActions/index.js +1 -1
  208. package/lib/components/InfinitePagination/InfinitePagination.d.ts +1 -1
  209. package/lib/components/InfinitePagination/InfinitePagination.js +37 -31
  210. package/lib/components/InfinitePagination/index.d.ts +1 -1
  211. package/lib/components/InfinitePagination/index.js +1 -1
  212. package/lib/components/InlineDropdown/InlineDropdown.d.ts +5 -5
  213. package/lib/components/InlineDropdown/InlineDropdown.js +88 -77
  214. package/lib/components/InlineDropdown/SimpleInlineDropdown.d.ts +6 -6
  215. package/lib/components/InlineDropdown/SimpleInlineDropdown.js +8 -6
  216. package/lib/components/InlineDropdown/index.d.ts +2 -2
  217. package/lib/components/InlineDropdown/index.js +2 -2
  218. package/lib/components/Input/Input.d.ts +1 -1
  219. package/lib/components/Input/Input.js +94 -80
  220. package/lib/components/Input/index.d.ts +1 -1
  221. package/lib/components/Input/index.js +1 -1
  222. package/lib/components/KPIBox/KPIBox.d.ts +2 -2
  223. package/lib/components/KPIBox/KPIBox.js +26 -20
  224. package/lib/components/KPIBox/index.d.ts +1 -1
  225. package/lib/components/KPIBox/index.js +1 -1
  226. package/lib/components/LinearLoader/LinearLoader.js +18 -16
  227. package/lib/components/LinearLoader/index.d.ts +1 -1
  228. package/lib/components/LinearLoader/index.js +1 -1
  229. package/lib/components/Link/Link.d.ts +2 -2
  230. package/lib/components/Link/Link.js +36 -30
  231. package/lib/components/Link/index.d.ts +1 -1
  232. package/lib/components/Link/index.js +1 -1
  233. package/lib/components/Menu/Menu.d.ts +2 -2
  234. package/lib/components/Menu/Menu.js +104 -89
  235. package/lib/components/Menu/MenuOptionButton.d.ts +1 -1
  236. package/lib/components/Menu/MenuOptionButton.js +58 -47
  237. package/lib/components/Menu/index.d.ts +2 -2
  238. package/lib/components/Menu/index.js +2 -2
  239. package/lib/components/Modal/Modal.js +76 -61
  240. package/lib/components/Modal/index.d.ts +2 -2
  241. package/lib/components/Modal/index.js +1 -1
  242. package/lib/components/Notification/Notification.d.ts +1 -1
  243. package/lib/components/Notification/Notification.js +38 -32
  244. package/lib/components/Notification/index.d.ts +1 -1
  245. package/lib/components/Notification/index.js +1 -1
  246. package/lib/components/OptionButton/OptionButton.d.ts +5 -5
  247. package/lib/components/OptionButton/OptionButton.js +61 -56
  248. package/lib/components/OptionButton/SimpleOptionButton.d.ts +6 -6
  249. package/lib/components/OptionButton/SimpleOptionButton.js +8 -6
  250. package/lib/components/OptionButton/index.d.ts +2 -2
  251. package/lib/components/OptionButton/index.js +2 -2
  252. package/lib/components/PageTitle/PageTitle.js +60 -44
  253. package/lib/components/PageTitle/index.d.ts +1 -1
  254. package/lib/components/PageTitle/index.js +1 -1
  255. package/lib/components/Pagination/Pagination.js +46 -39
  256. package/lib/components/Pagination/PaginationItem.d.ts +1 -1
  257. package/lib/components/Pagination/PaginationItem.js +23 -17
  258. package/lib/components/Pagination/index.d.ts +1 -1
  259. package/lib/components/Pagination/index.js +1 -1
  260. package/lib/components/Panel/Panel.d.ts +1 -1
  261. package/lib/components/Panel/Panel.js +45 -33
  262. package/lib/components/Panel/index.d.ts +2 -2
  263. package/lib/components/Panel/index.js +1 -1
  264. package/lib/components/ProgressDonut/ProgressDonut.d.ts +1 -1
  265. package/lib/components/ProgressDonut/ProgressDonut.js +37 -32
  266. package/lib/components/ProgressDonut/index.d.ts +1 -1
  267. package/lib/components/ProgressDonut/index.js +1 -1
  268. package/lib/components/PromptChip/PromptChip.d.ts +3 -3
  269. package/lib/components/PromptChip/PromptChip.js +62 -50
  270. package/lib/components/PromptChip/index.d.ts +1 -1
  271. package/lib/components/PromptChip/index.js +1 -1
  272. package/lib/components/PromptInput/PromptInput.d.ts +1 -1
  273. package/lib/components/PromptInput/PromptInput.js +57 -50
  274. package/lib/components/PromptInput/index.d.ts +1 -1
  275. package/lib/components/PromptInput/index.js +1 -1
  276. package/lib/components/RadioButton/RadioButton.d.ts +1 -1
  277. package/lib/components/RadioButton/RadioButton.js +31 -28
  278. package/lib/components/RadioButton/RadioGroup.d.ts +1 -1
  279. package/lib/components/RadioButton/RadioGroup.js +20 -16
  280. package/lib/components/RadioButton/index.d.ts +2 -2
  281. package/lib/components/RadioButton/index.js +2 -2
  282. package/lib/components/RadioTile/RadioTile.d.ts +2 -2
  283. package/lib/components/RadioTile/RadioTile.js +52 -42
  284. package/lib/components/RadioTile/index.d.ts +1 -1
  285. package/lib/components/RadioTile/index.js +1 -1
  286. package/lib/components/RangeSlider/RangeSlider.d.ts +1 -1
  287. package/lib/components/RangeSlider/RangeSlider.js +73 -68
  288. package/lib/components/RangeSlider/index.d.ts +1 -1
  289. package/lib/components/RangeSlider/index.js +1 -1
  290. package/lib/components/Rating/Rating.d.ts +2 -2
  291. package/lib/components/Rating/Rating.js +48 -43
  292. package/lib/components/Rating/index.d.ts +1 -1
  293. package/lib/components/Rating/index.js +1 -1
  294. package/lib/components/ScoreBar/ScoreBar.js +29 -26
  295. package/lib/components/ScoreBar/index.d.ts +1 -1
  296. package/lib/components/ScoreBar/index.js +1 -1
  297. package/lib/components/SearchInput/SearchInput.d.ts +1 -1
  298. package/lib/components/SearchInput/SearchInput.js +35 -32
  299. package/lib/components/SearchInput/index.d.ts +2 -2
  300. package/lib/components/SearchInput/index.js +1 -1
  301. package/lib/components/Separator/Separator.js +5 -4
  302. package/lib/components/Separator/index.d.ts +1 -1
  303. package/lib/components/Separator/index.js +1 -1
  304. package/lib/components/Shimmer/Shimmer.js +39 -31
  305. package/lib/components/Shimmer/index.d.ts +1 -1
  306. package/lib/components/Shimmer/index.js +1 -1
  307. package/lib/components/SideMenuLink/SideMenuLink.d.ts +3 -3
  308. package/lib/components/SideMenuLink/SideMenuLink.js +63 -52
  309. package/lib/components/SideMenuLink/index.d.ts +1 -1
  310. package/lib/components/SideMenuLink/index.js +1 -1
  311. package/lib/components/StatusIndicator/StatusIndicator.d.ts +1 -1
  312. package/lib/components/StatusIndicator/StatusIndicator.js +7 -6
  313. package/lib/components/StatusIndicator/index.d.ts +1 -1
  314. package/lib/components/StatusIndicator/index.js +1 -1
  315. package/lib/components/Stepper/Step/Step.d.ts +1 -1
  316. package/lib/components/Stepper/Step/Step.js +33 -27
  317. package/lib/components/Stepper/Step/StepContent.js +7 -5
  318. package/lib/components/Stepper/Step/StepLabel.js +7 -5
  319. package/lib/components/Stepper/Step/index.d.ts +3 -3
  320. package/lib/components/Stepper/Step/index.js +3 -3
  321. package/lib/components/Stepper/Stepper.js +7 -5
  322. package/lib/components/Stepper/index.d.ts +2 -2
  323. package/lib/components/Stepper/index.js +2 -2
  324. package/lib/components/StickyBar/StickyBar.js +18 -12
  325. package/lib/components/StickyBar/index.d.ts +1 -1
  326. package/lib/components/StickyBar/index.js +1 -1
  327. package/lib/components/SubMenu/SubMenu.d.ts +1 -1
  328. package/lib/components/SubMenu/SubMenu.js +41 -35
  329. package/lib/components/SubMenu/SubMenuGroup.d.ts +2 -2
  330. package/lib/components/SubMenu/SubMenuGroup.js +63 -54
  331. package/lib/components/SubMenu/SubMenuItem.d.ts +3 -3
  332. package/lib/components/SubMenu/SubMenuItem.js +35 -24
  333. package/lib/components/SubMenu/SubMenuLink.d.ts +1 -1
  334. package/lib/components/SubMenu/SubMenuLink.js +34 -27
  335. package/lib/components/SubMenu/index.d.ts +4 -4
  336. package/lib/components/SubMenu/index.js +4 -4
  337. package/lib/components/Table/Cell.d.ts +1 -1
  338. package/lib/components/Table/Cell.js +44 -34
  339. package/lib/components/Table/DefaultRow.d.ts +3 -3
  340. package/lib/components/Table/DefaultRow.js +64 -57
  341. package/lib/components/Table/DefaultTableHeader.d.ts +3 -3
  342. package/lib/components/Table/DefaultTableHeader.js +103 -89
  343. package/lib/components/Table/StaticTable.d.ts +3 -3
  344. package/lib/components/Table/StaticTable.js +124 -114
  345. package/lib/components/Table/Table.d.ts +3 -3
  346. package/lib/components/Table/Table.js +10 -6
  347. package/lib/components/Table/TableActionBar.d.ts +2 -2
  348. package/lib/components/Table/TableActionBar.js +16 -12
  349. package/lib/components/Table/TableBottomBar.js +8 -6
  350. package/lib/components/Table/TableTopBar.js +8 -6
  351. package/lib/components/Table/hooks.d.ts +1 -1
  352. package/lib/components/Table/index.d.ts +8 -8
  353. package/lib/components/Table/index.js +8 -8
  354. package/lib/components/Tabs/Tab/Tab.d.ts +2 -2
  355. package/lib/components/Tabs/Tab/Tab.js +64 -53
  356. package/lib/components/Tabs/Tab/index.d.ts +1 -1
  357. package/lib/components/Tabs/Tab/index.js +1 -1
  358. package/lib/components/Tabs/TabList/TabDropdown.d.ts +4 -4
  359. package/lib/components/Tabs/TabList/TabDropdown.js +62 -53
  360. package/lib/components/Tabs/TabList/TabList.d.ts +1 -1
  361. package/lib/components/Tabs/TabList/TabList.js +13 -12
  362. package/lib/components/Tabs/TabList/index.d.ts +1 -1
  363. package/lib/components/Tabs/TabList/index.js +1 -1
  364. package/lib/components/Tabs/index.d.ts +2 -2
  365. package/lib/components/Tabs/index.js +2 -2
  366. package/lib/components/Text/Text.d.ts +1 -1
  367. package/lib/components/Text/Text.js +303 -251
  368. package/lib/components/Text/index.d.ts +3 -3
  369. package/lib/components/Text/index.js +2 -2
  370. package/lib/components/TextTile/TextTile.js +21 -14
  371. package/lib/components/TextTile/index.d.ts +1 -1
  372. package/lib/components/TextTile/index.js +1 -1
  373. package/lib/components/Textarea/Textarea.js +49 -39
  374. package/lib/components/Textarea/index.d.ts +2 -2
  375. package/lib/components/Textarea/index.js +1 -1
  376. package/lib/components/Timeline/Timeline.js +7 -5
  377. package/lib/components/Timeline/TimelineItem/TimelineItem.d.ts +3 -3
  378. package/lib/components/Timeline/TimelineItem/TimelineItem.js +55 -45
  379. package/lib/components/Timeline/TimelineItem/index.d.ts +1 -1
  380. package/lib/components/Timeline/TimelineItem/index.js +1 -1
  381. package/lib/components/Timeline/index.d.ts +2 -2
  382. package/lib/components/Timeline/index.js +2 -2
  383. package/lib/components/Toast/Toast.js +55 -46
  384. package/lib/components/Toast/ToastContainer.js +10 -9
  385. package/lib/components/Toast/ToastManager.d.ts +1 -1
  386. package/lib/components/Toast/ToastManager.js +1 -1
  387. package/lib/components/Toast/index.d.ts +4 -4
  388. package/lib/components/Toast/index.js +3 -3
  389. package/lib/components/Toggle/Toggle.js +30 -25
  390. package/lib/components/Toggle/index.d.ts +1 -1
  391. package/lib/components/Toggle/index.js +1 -1
  392. package/lib/components/TokenListInput/TokenListInput.d.ts +5 -5
  393. package/lib/components/TokenListInput/TokenListInput.js +152 -137
  394. package/lib/components/TokenListInput/TokenValueChips.js +13 -11
  395. package/lib/components/TokenListInput/index.d.ts +1 -1
  396. package/lib/components/TokenListInput/index.js +1 -1
  397. package/lib/components/Tooltip/Tooltip.js +44 -32
  398. package/lib/components/Tooltip/index.d.ts +1 -1
  399. package/lib/components/Tooltip/index.js +1 -1
  400. package/lib/components/Truncate/Truncate.js +11 -8
  401. package/lib/components/Truncate/index.d.ts +2 -2
  402. package/lib/components/Truncate/index.js +1 -1
  403. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.d.ts +1 -1
  404. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.js +23 -18
  405. package/lib/components/TruncatedTextWithTooltip/index.d.ts +1 -1
  406. package/lib/components/TruncatedTextWithTooltip/index.js +1 -1
  407. package/lib/components/Typeahead/SimpleTypeahead.d.ts +5 -5
  408. package/lib/components/Typeahead/SimpleTypeahead.js +6 -5
  409. package/lib/components/Typeahead/Typeahead.d.ts +4 -4
  410. package/lib/components/Typeahead/Typeahead.js +111 -99
  411. package/lib/components/Typeahead/index.d.ts +2 -2
  412. package/lib/components/Typeahead/index.js +2 -2
  413. package/lib/components/WeekdayPicker/WeekdayPicker.js +52 -47
  414. package/lib/components/WeekdayPicker/index.d.ts +1 -1
  415. package/lib/components/WeekdayPicker/index.js +1 -1
  416. package/lib/components/index.d.ts +75 -75
  417. package/lib/components/index.js +75 -75
  418. package/lib/hooks/index.d.ts +16 -16
  419. package/lib/hooks/index.js +16 -16
  420. package/lib/hooks/useArbitraryOptionAddition/index.d.ts +1 -1
  421. package/lib/hooks/useArbitraryOptionAddition/index.js +1 -1
  422. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.d.ts +1 -1
  423. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.js +1 -1
  424. package/lib/hooks/useCopyToClipboard/index.d.ts +1 -1
  425. package/lib/hooks/useCopyToClipboard/index.js +1 -1
  426. package/lib/hooks/useDebounce/index.d.ts +1 -1
  427. package/lib/hooks/useDebounce/index.js +1 -1
  428. package/lib/hooks/useFileUpload/index.d.ts +1 -1
  429. package/lib/hooks/useFileUpload/index.js +1 -1
  430. package/lib/hooks/useFileUpload/useFileUpload.d.ts +1 -1
  431. package/lib/hooks/useFileUpload/useFileUpload.js +1 -1
  432. package/lib/hooks/useFilteredOptions/index.d.ts +1 -1
  433. package/lib/hooks/useFilteredOptions/index.js +1 -1
  434. package/lib/hooks/useInfiniteScroll/index.d.ts +1 -1
  435. package/lib/hooks/useInfiniteScroll/index.js +1 -1
  436. package/lib/hooks/useInputState/index.d.ts +1 -1
  437. package/lib/hooks/useInputState/index.js +1 -1
  438. package/lib/hooks/useLockedBody/index.d.ts +1 -1
  439. package/lib/hooks/useLockedBody/index.js +1 -1
  440. package/lib/hooks/useModal/index.d.ts +1 -1
  441. package/lib/hooks/useModal/index.js +1 -1
  442. package/lib/hooks/useModal/useModal.d.ts +1 -1
  443. package/lib/hooks/useModal/useModal.js +1 -1
  444. package/lib/hooks/usePagination/index.d.ts +1 -1
  445. package/lib/hooks/usePagination/index.js +1 -1
  446. package/lib/hooks/usePagination/usePagination.d.ts +1 -1
  447. package/lib/hooks/usePagination/usePagination.js +1 -1
  448. package/lib/hooks/useReferenceElementWidth/index.d.ts +1 -1
  449. package/lib/hooks/useReferenceElementWidth/index.js +1 -1
  450. package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.js +1 -1
  451. package/lib/hooks/useResizeObserver/index.d.ts +1 -1
  452. package/lib/hooks/useResizeObserver/index.js +1 -1
  453. package/lib/hooks/useToastPortal/index.d.ts +1 -1
  454. package/lib/hooks/useToastPortal/index.js +1 -1
  455. package/lib/hooks/useToastPortal/useToastPortal.js +2 -2
  456. package/lib/hooks/useToggle/index.d.ts +1 -1
  457. package/lib/hooks/useToggle/index.js +1 -1
  458. package/lib/hooks/useWindowSize/index.d.ts +1 -1
  459. package/lib/hooks/useWindowSize/index.js +1 -1
  460. package/lib/index.d.ts +5 -5
  461. package/lib/index.js +5 -5
  462. package/lib/types/index.d.ts +7 -7
  463. package/lib/types/index.js +7 -7
  464. package/lib/utils/array/index.d.ts +1 -1
  465. package/lib/utils/array/index.js +1 -1
  466. package/lib/utils/charts/charts.d.ts +1 -1
  467. package/lib/utils/charts/charts.js +5 -5
  468. package/lib/utils/charts/columnChart.d.ts +1 -1
  469. package/lib/utils/charts/columnChart.js +3 -3
  470. package/lib/utils/charts/donutChart.d.ts +1 -1
  471. package/lib/utils/charts/donutChart.js +2 -2
  472. package/lib/utils/charts/funnelChart.d.ts +2 -2
  473. package/lib/utils/charts/funnelChart.js +4 -4
  474. package/lib/utils/charts/helpers.js +2 -2
  475. package/lib/utils/charts/index.d.ts +10 -10
  476. package/lib/utils/charts/index.js +10 -10
  477. package/lib/utils/charts/lineChart.d.ts +1 -1
  478. package/lib/utils/charts/lineChart.js +4 -4
  479. package/lib/utils/charts/sankeyChart.d.ts +1 -1
  480. package/lib/utils/charts/sankeyChart.js +2 -2
  481. package/lib/utils/charts/spiderChart.d.ts +1 -1
  482. package/lib/utils/charts/spiderChart.js +4 -4
  483. package/lib/utils/charts/stackedBarChart.d.ts +1 -1
  484. package/lib/utils/charts/stackedBarChart.js +3 -3
  485. package/lib/utils/charts/typography.js +2 -2
  486. package/lib/utils/click-away/click-away.js +1 -1
  487. package/lib/utils/click-away/index.d.ts +1 -1
  488. package/lib/utils/click-away/index.js +1 -1
  489. package/lib/utils/date-range-picker/date-range-picker.d.ts +2 -2
  490. package/lib/utils/date-range-picker/date-range-picker.js +1 -1
  491. package/lib/utils/date-range-picker/index.d.ts +2 -2
  492. package/lib/utils/date-range-picker/index.js +2 -2
  493. package/lib/utils/dom/index.d.ts +1 -1
  494. package/lib/utils/dom/index.js +1 -1
  495. package/lib/utils/helpers/index.d.ts +1 -1
  496. package/lib/utils/helpers/index.js +1 -1
  497. package/lib/utils/index.d.ts +14 -14
  498. package/lib/utils/index.js +14 -14
  499. package/lib/utils/makeClassNameComponent/index.d.ts +1 -1
  500. package/lib/utils/makeClassNameComponent/index.js +1 -1
  501. package/lib/utils/makeClassNameComponent/makeClassNameComponent.js +1 -1
  502. package/lib/utils/menu/index.d.ts +1 -1
  503. package/lib/utils/menu/index.js +1 -1
  504. package/lib/utils/menu/menu.d.ts +1 -1
  505. package/lib/utils/merge-refs/index.d.ts +1 -1
  506. package/lib/utils/merge-refs/index.js +1 -1
  507. package/lib/utils/rating/index.d.ts +1 -1
  508. package/lib/utils/rating/index.js +1 -1
  509. package/lib/utils/score-bar/index.d.ts +1 -1
  510. package/lib/utils/score-bar/index.js +1 -1
  511. package/lib/utils/score-bar/score-bar.d.ts +1 -1
  512. package/lib/utils/string/index.d.ts +1 -1
  513. package/lib/utils/string/index.js +1 -1
  514. package/lib/utils/tokens/index.d.ts +1 -1
  515. package/lib/utils/tokens/index.js +1 -1
  516. package/package.json +4 -2
  517. package/tsconfig.declaration.json +14 -2
  518. package/lib/components/AIPromptFlow/AIPromptFlow.stories.d.ts +0 -19
  519. package/lib/components/AIPromptFlow/AIPromptFlow.stories.d.ts.map +0 -1
  520. package/lib/components/Accordion/Accordion.stories.d.ts +0 -144
  521. package/lib/components/Accordion/Accordion.stories.d.ts.map +0 -1
  522. package/lib/components/Accordion/AccordionGroup.stories.d.ts +0 -90
  523. package/lib/components/Accordion/AccordionGroup.stories.d.ts.map +0 -1
  524. package/lib/components/Avatar/Avatar.stories.d.ts +0 -149
  525. package/lib/components/Avatar/Avatar.stories.d.ts.map +0 -1
  526. package/lib/components/AvatarGroup/AvatarGroup.stories.d.ts +0 -101
  527. package/lib/components/AvatarGroup/AvatarGroup.stories.d.ts.map +0 -1
  528. package/lib/components/Badge/Badge.stories.d.ts +0 -123
  529. package/lib/components/Badge/Badge.stories.d.ts.map +0 -1
  530. package/lib/components/BadgedIcon/BadgedIcon.stories.d.ts +0 -111
  531. package/lib/components/BadgedIcon/BadgedIcon.stories.d.ts.map +0 -1
  532. package/lib/components/Banner/Banner.stories.d.ts +0 -187
  533. package/lib/components/Banner/Banner.stories.d.ts.map +0 -1
  534. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.stories.d.ts +0 -98
  535. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.stories.d.ts.map +0 -1
  536. package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -57
  537. package/lib/components/Breadcrumbs/Breadcrumbs.stories.d.ts.map +0 -1
  538. package/lib/components/Button/Button.stories.d.ts +0 -245
  539. package/lib/components/Button/Button.stories.d.ts.map +0 -1
  540. package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts +0 -1978
  541. package/lib/components/ButtonDropdown/ButtonDropdown.stories.d.ts.map +0 -1
  542. package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts +0 -2900
  543. package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.d.ts.map +0 -1
  544. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.stories.d.ts +0 -142
  545. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.stories.d.ts.map +0 -1
  546. package/lib/components/ButtonTabs/ButtonTabs.stories.d.ts +0 -201
  547. package/lib/components/ButtonTabs/ButtonTabs.stories.d.ts.map +0 -1
  548. package/lib/components/Card/Card.stories.d.ts +0 -150
  549. package/lib/components/Card/Card.stories.d.ts.map +0 -1
  550. package/lib/components/Charts/ColumnChart/ColumnChart.stories.d.ts +0 -446
  551. package/lib/components/Charts/ColumnChart/ColumnChart.stories.d.ts.map +0 -1
  552. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -227
  553. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts.map +0 -1
  554. package/lib/components/Charts/FunnelChart/FunnelChart.stories.d.ts +0 -308
  555. package/lib/components/Charts/FunnelChart/FunnelChart.stories.d.ts.map +0 -1
  556. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -311
  557. package/lib/components/Charts/LineChart/LineChart.stories.d.ts.map +0 -1
  558. package/lib/components/Charts/SankeyChart/SankeyChart.stories.d.ts +0 -267
  559. package/lib/components/Charts/SankeyChart/SankeyChart.stories.d.ts.map +0 -1
  560. package/lib/components/Charts/SpiderChart/SpiderChart.stories.d.ts +0 -150
  561. package/lib/components/Charts/SpiderChart/SpiderChart.stories.d.ts.map +0 -1
  562. package/lib/components/Charts/StackedBarChart/StackedBarChart.stories.d.ts +0 -192
  563. package/lib/components/Charts/StackedBarChart/StackedBarChart.stories.d.ts.map +0 -1
  564. package/lib/components/ChatBubble/ChatAnchor.stories.d.ts +0 -101
  565. package/lib/components/ChatBubble/ChatAnchor.stories.d.ts.map +0 -1
  566. package/lib/components/ChatBubble/ChatBubble.stories.d.ts +0 -102
  567. package/lib/components/ChatBubble/ChatBubble.stories.d.ts.map +0 -1
  568. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -168
  569. package/lib/components/Checkbox/Checkbox.stories.d.ts.map +0 -1
  570. package/lib/components/Checkbox/CheckboxGroup.stories.d.ts +0 -163
  571. package/lib/components/Checkbox/CheckboxGroup.stories.d.ts.map +0 -1
  572. package/lib/components/Chip/Chip.stories.d.ts +0 -238
  573. package/lib/components/Chip/Chip.stories.d.ts.map +0 -1
  574. package/lib/components/CircularLoader/CircularLoader.stories.d.ts +0 -64
  575. package/lib/components/CircularLoader/CircularLoader.stories.d.ts.map +0 -1
  576. package/lib/components/CollapsibleCard/CollapsibleCard.stories.d.ts +0 -225
  577. package/lib/components/CollapsibleCard/CollapsibleCard.stories.d.ts.map +0 -1
  578. package/lib/components/Combobox/Combobox.stories.d.ts +0 -198
  579. package/lib/components/Combobox/Combobox.stories.d.ts.map +0 -1
  580. package/lib/components/ConditionalWrapper/ConditionalWrapper.stories.d.ts +0 -16
  581. package/lib/components/ConditionalWrapper/ConditionalWrapper.stories.d.ts.map +0 -1
  582. package/lib/components/DateRangePicker/DateRangePicker.stories.d.ts +0 -184
  583. package/lib/components/DateRangePicker/DateRangePicker.stories.d.ts.map +0 -1
  584. package/lib/components/Dialog/Dialog.stories.d.ts +0 -171
  585. package/lib/components/Dialog/Dialog.stories.d.ts.map +0 -1
  586. package/lib/components/Disclaimer/Disclaimer.stories.d.ts +0 -156
  587. package/lib/components/Disclaimer/Disclaimer.stories.d.ts.map +0 -1
  588. package/lib/components/Dropdown/Dropdown.stories.d.ts +0 -417
  589. package/lib/components/Dropdown/Dropdown.stories.d.ts.map +0 -1
  590. package/lib/components/Dropdown/SimpleDropdown.stories.d.ts +0 -424
  591. package/lib/components/Dropdown/SimpleDropdown.stories.d.ts.map +0 -1
  592. package/lib/components/EmptyState/EmptyState.stories.d.ts +0 -91
  593. package/lib/components/EmptyState/EmptyState.stories.d.ts.map +0 -1
  594. package/lib/components/ErrorMessage/ErrorMessage.stories.d.ts +0 -97
  595. package/lib/components/ErrorMessage/ErrorMessage.stories.d.ts.map +0 -1
  596. package/lib/components/FileUpload/FileBlock/FileBlock.stories.d.ts +0 -82
  597. package/lib/components/FileUpload/FileBlock/FileBlock.stories.d.ts.map +0 -1
  598. package/lib/components/FileUpload/FileUpload.stories.d.ts +0 -341
  599. package/lib/components/FileUpload/FileUpload.stories.d.ts.map +0 -1
  600. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.stories.d.ts +0 -300
  601. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.stories.d.ts.map +0 -1
  602. package/lib/components/FocusManager/FocusManager.stories.d.ts +0 -103
  603. package/lib/components/FocusManager/FocusManager.stories.d.ts.map +0 -1
  604. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.d.ts +0 -175
  605. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.d.ts.map +0 -1
  606. package/lib/components/FormTitleWrapper/FormTitleWrapper.stories.d.ts +0 -128
  607. package/lib/components/FormTitleWrapper/FormTitleWrapper.stories.d.ts.map +0 -1
  608. package/lib/components/Grid/Col.stories.d.ts +0 -66
  609. package/lib/components/Grid/Col.stories.d.ts.map +0 -1
  610. package/lib/components/Grid/GridPatterns.stories.d.ts +0 -18
  611. package/lib/components/Grid/GridPatterns.stories.d.ts.map +0 -1
  612. package/lib/components/Grid/Row.stories.d.ts +0 -41
  613. package/lib/components/Grid/Row.stories.d.ts.map +0 -1
  614. package/lib/components/Grid/Tablist.layout.stories.d.ts +0 -20
  615. package/lib/components/Grid/Tablist.layout.stories.d.ts.map +0 -1
  616. package/lib/components/Icon/Icon.stories.d.ts +0 -193
  617. package/lib/components/Icon/Icon.stories.d.ts.map +0 -1
  618. package/lib/components/Icon/SemanticIcon.stories.d.ts +0 -190
  619. package/lib/components/Icon/SemanticIcon.stories.d.ts.map +0 -1
  620. package/lib/components/InContextAlert/InContextAlert.stories.d.ts +0 -181
  621. package/lib/components/InContextAlert/InContextAlert.stories.d.ts.map +0 -1
  622. package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.stories.d.ts +0 -249
  623. package/lib/components/InContextAlertWithMultipleActions/InContextAlertWithMultipleActions.stories.d.ts.map +0 -1
  624. package/lib/components/InfinitePagination/InfinitePagination.stories.d.ts +0 -145
  625. package/lib/components/InfinitePagination/InfinitePagination.stories.d.ts.map +0 -1
  626. package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts +0 -1202
  627. package/lib/components/InlineDropdown/InlineDropdown.stories.d.ts.map +0 -1
  628. package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts +0 -2173
  629. package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.d.ts.map +0 -1
  630. package/lib/components/Input/Input.stories.d.ts +0 -502
  631. package/lib/components/Input/Input.stories.d.ts.map +0 -1
  632. package/lib/components/Input/NativeColorpicker.stories.d.ts +0 -370
  633. package/lib/components/Input/NativeColorpicker.stories.d.ts.map +0 -1
  634. package/lib/components/Input/NativeDatepicker.stories.d.ts +0 -388
  635. package/lib/components/Input/NativeDatepicker.stories.d.ts.map +0 -1
  636. package/lib/components/KPIBox/KPIBox.stories.d.ts +0 -132
  637. package/lib/components/KPIBox/KPIBox.stories.d.ts.map +0 -1
  638. package/lib/components/LinearLoader/LinearLoader.stories.d.ts +0 -78
  639. package/lib/components/LinearLoader/LinearLoader.stories.d.ts.map +0 -1
  640. package/lib/components/Link/Link.stories.d.ts +0 -284
  641. package/lib/components/Link/Link.stories.d.ts.map +0 -1
  642. package/lib/components/Menu/Menu.stories.d.ts +0 -526
  643. package/lib/components/Menu/Menu.stories.d.ts.map +0 -1
  644. package/lib/components/Modal/Modal.stories.d.ts +0 -149
  645. package/lib/components/Modal/Modal.stories.d.ts.map +0 -1
  646. package/lib/components/Notification/Notification.stories.d.ts +0 -136
  647. package/lib/components/Notification/Notification.stories.d.ts.map +0 -1
  648. package/lib/components/OptionButton/OptionButton.stories.d.ts +0 -366
  649. package/lib/components/OptionButton/OptionButton.stories.d.ts.map +0 -1
  650. package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts +0 -1638
  651. package/lib/components/OptionButton/SimpleOptionButton.stories.d.ts.map +0 -1
  652. package/lib/components/PageTitle/PageTitle.stories.d.ts +0 -83
  653. package/lib/components/PageTitle/PageTitle.stories.d.ts.map +0 -1
  654. package/lib/components/Pagination/Pagination.stories.d.ts +0 -203
  655. package/lib/components/Pagination/Pagination.stories.d.ts.map +0 -1
  656. package/lib/components/Panel/Panel.stories.d.ts +0 -187
  657. package/lib/components/Panel/Panel.stories.d.ts.map +0 -1
  658. package/lib/components/ProgressDonut/ProgressDonut.stories.d.ts +0 -72
  659. package/lib/components/ProgressDonut/ProgressDonut.stories.d.ts.map +0 -1
  660. package/lib/components/PromptChip/PromptChip.stories.d.ts +0 -205
  661. package/lib/components/PromptChip/PromptChip.stories.d.ts.map +0 -1
  662. package/lib/components/PromptInput/PromptInput.stories.d.ts +0 -265
  663. package/lib/components/PromptInput/PromptInput.stories.d.ts.map +0 -1
  664. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -149
  665. package/lib/components/RadioButton/RadioButton.stories.d.ts.map +0 -1
  666. package/lib/components/RadioButton/RadioGroup.stories.d.ts +0 -137
  667. package/lib/components/RadioButton/RadioGroup.stories.d.ts.map +0 -1
  668. package/lib/components/RadioTile/RadioTile.stories.d.ts +0 -171
  669. package/lib/components/RadioTile/RadioTile.stories.d.ts.map +0 -1
  670. package/lib/components/RangeSlider/RangeSlider.stories.d.ts +0 -287
  671. package/lib/components/RangeSlider/RangeSlider.stories.d.ts.map +0 -1
  672. package/lib/components/Rating/Rating.stories.d.ts +0 -237
  673. package/lib/components/Rating/Rating.stories.d.ts.map +0 -1
  674. package/lib/components/ScoreBar/ScoreBar.stories.d.ts +0 -156
  675. package/lib/components/ScoreBar/ScoreBar.stories.d.ts.map +0 -1
  676. package/lib/components/SearchInput/SearchInput.stories.d.ts +0 -260
  677. package/lib/components/SearchInput/SearchInput.stories.d.ts.map +0 -1
  678. package/lib/components/Separator/Separator.stories.d.ts +0 -79
  679. package/lib/components/Separator/Separator.stories.d.ts.map +0 -1
  680. package/lib/components/Shimmer/Shimmer.stories.d.ts +0 -213
  681. package/lib/components/Shimmer/Shimmer.stories.d.ts.map +0 -1
  682. package/lib/components/SideMenuLink/SideMenuLink.stories.d.ts +0 -96
  683. package/lib/components/SideMenuLink/SideMenuLink.stories.d.ts.map +0 -1
  684. package/lib/components/StatusIndicator/StatusIndicator.stories.d.ts +0 -92
  685. package/lib/components/StatusIndicator/StatusIndicator.stories.d.ts.map +0 -1
  686. package/lib/components/Stepper/Step/Step.stories.d.ts +0 -120
  687. package/lib/components/Stepper/Step/Step.stories.d.ts.map +0 -1
  688. package/lib/components/Stepper/Stepper.stories.d.ts +0 -210
  689. package/lib/components/Stepper/Stepper.stories.d.ts.map +0 -1
  690. package/lib/components/StickyBar/StickyBar.stories.d.ts +0 -35
  691. package/lib/components/StickyBar/StickyBar.stories.d.ts.map +0 -1
  692. package/lib/components/SubMenu/SubMenu.stories.d.ts +0 -114
  693. package/lib/components/SubMenu/SubMenu.stories.d.ts.map +0 -1
  694. package/lib/components/Table/BasicTable.stories.d.ts +0 -691
  695. package/lib/components/Table/BasicTable.stories.d.ts.map +0 -1
  696. package/lib/components/Table/BulkActions.stories.d.ts +0 -327
  697. package/lib/components/Table/BulkActions.stories.d.ts.map +0 -1
  698. package/lib/components/Table/InlineEdit.stories.d.ts +0 -314
  699. package/lib/components/Table/InlineEdit.stories.d.ts.map +0 -1
  700. package/lib/components/Tabs/Tab/Tab.stories.d.ts +0 -156
  701. package/lib/components/Tabs/Tab/Tab.stories.d.ts.map +0 -1
  702. package/lib/components/Tabs/TabList/TabList.stories.d.ts +0 -133
  703. package/lib/components/Tabs/TabList/TabList.stories.d.ts.map +0 -1
  704. package/lib/components/Text/HighlightedText.stories.d.ts +0 -120
  705. package/lib/components/Text/HighlightedText.stories.d.ts.map +0 -1
  706. package/lib/components/Text/Text.stories.d.ts +0 -271
  707. package/lib/components/Text/Text.stories.d.ts.map +0 -1
  708. package/lib/components/TextTile/TextTile.stories.d.ts +0 -76
  709. package/lib/components/TextTile/TextTile.stories.d.ts.map +0 -1
  710. package/lib/components/Textarea/Textarea.stories.d.ts +0 -264
  711. package/lib/components/Textarea/Textarea.stories.d.ts.map +0 -1
  712. package/lib/components/Timeline/Timeline.stories.d.ts +0 -62
  713. package/lib/components/Timeline/Timeline.stories.d.ts.map +0 -1
  714. package/lib/components/Timeline/TimelineItem/TimelineItem.stories.d.ts +0 -184
  715. package/lib/components/Timeline/TimelineItem/TimelineItem.stories.d.ts.map +0 -1
  716. package/lib/components/Toast/Toast.stories.d.ts +0 -105
  717. package/lib/components/Toast/Toast.stories.d.ts.map +0 -1
  718. package/lib/components/Toggle/Toggle.stories.d.ts +0 -142
  719. package/lib/components/Toggle/Toggle.stories.d.ts.map +0 -1
  720. package/lib/components/TokenListInput/TokenListInput.stories.d.ts +0 -379
  721. package/lib/components/TokenListInput/TokenListInput.stories.d.ts.map +0 -1
  722. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -172
  723. package/lib/components/Tooltip/Tooltip.stories.d.ts.map +0 -1
  724. package/lib/components/Truncate/Truncate.stories.d.ts +0 -94
  725. package/lib/components/Truncate/Truncate.stories.d.ts.map +0 -1
  726. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -110
  727. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts.map +0 -1
  728. package/lib/components/Typeahead/SimpleTypeahead.stories.d.ts +0 -396
  729. package/lib/components/Typeahead/SimpleTypeahead.stories.d.ts.map +0 -1
  730. package/lib/components/Typeahead/Typeahead.stories.d.ts +0 -399
  731. package/lib/components/Typeahead/Typeahead.stories.d.ts.map +0 -1
  732. package/lib/components/WeekdayPicker/WeekdayPicker.stories.d.ts +0 -238
  733. package/lib/components/WeekdayPicker/WeekdayPicker.stories.d.ts.map +0 -1
  734. package/lib/devtools/DependencyGraph/DependencyGraph.stories.d.ts +0 -19
  735. package/lib/devtools/DependencyGraph/DependencyGraph.stories.d.ts.map +0 -1
  736. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.d.ts +0 -18
  737. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.d.ts.map +0 -1
  738. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.stories.d.ts +0 -24
  739. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.stories.d.ts.map +0 -1
  740. package/lib/hooks/useDebounce/useDebounce.stories.d.ts +0 -26
  741. package/lib/hooks/useDebounce/useDebounce.stories.d.ts.map +0 -1
  742. package/lib/hooks/useFileUpload/useFileUpload.stories.d.ts +0 -16
  743. package/lib/hooks/useFileUpload/useFileUpload.stories.d.ts.map +0 -1
  744. package/lib/hooks/useFilteredOptions/useFilteredOptions.stories.d.ts +0 -18
  745. package/lib/hooks/useFilteredOptions/useFilteredOptions.stories.d.ts.map +0 -1
  746. package/lib/hooks/useInputState/useInputState.stories.d.ts +0 -16
  747. package/lib/hooks/useInputState/useInputState.stories.d.ts.map +0 -1
  748. package/lib/hooks/useLockedBody/useLockedBody.stories.d.ts +0 -17
  749. package/lib/hooks/useLockedBody/useLockedBody.stories.d.ts.map +0 -1
  750. package/lib/hooks/useModal/useModal.stories.d.ts +0 -17
  751. package/lib/hooks/useModal/useModal.stories.d.ts.map +0 -1
  752. package/lib/hooks/useMountTransition/useMountTransition.stories.d.ts +0 -16
  753. package/lib/hooks/useMountTransition/useMountTransition.stories.d.ts.map +0 -1
  754. package/lib/hooks/usePagination/usePagination.stories.d.ts +0 -18
  755. package/lib/hooks/usePagination/usePagination.stories.d.ts.map +0 -1
  756. package/lib/hooks/useToggle/useToggle.stories.d.ts +0 -17
  757. package/lib/hooks/useToggle/useToggle.stories.d.ts.map +0 -1
  758. package/lib/hooks/useWindowSize/useWindowSize.stories.d.ts +0 -17
  759. package/lib/hooks/useWindowSize/useWindowSize.stories.d.ts.map +0 -1
  760. package/lib/stories/Border/Border.stories.d.ts +0 -12
  761. package/lib/stories/Border/Border.stories.d.ts.map +0 -1
  762. package/lib/stories/Color/Color.stories.d.ts +0 -13
  763. package/lib/stories/Color/Color.stories.d.ts.map +0 -1
  764. package/lib/stories/Elevation/Elevation.stories.d.ts +0 -12
  765. package/lib/stories/Elevation/Elevation.stories.d.ts.map +0 -1
  766. package/lib/stories/Motion/Motion.stories.d.ts +0 -12
  767. package/lib/stories/Motion/Motion.stories.d.ts.map +0 -1
  768. package/lib/stories/Opacity/Opacity.stories.d.ts +0 -12
  769. package/lib/stories/Opacity/Opacity.stories.d.ts.map +0 -1
  770. package/lib/stories/Shadow/Shadow.stories.d.ts +0 -12
  771. package/lib/stories/Shadow/Shadow.stories.d.ts.map +0 -1
  772. package/lib/stories/Size/Size.stories.d.ts +0 -12
  773. package/lib/stories/Size/Size.stories.d.ts.map +0 -1
  774. package/lib/stories/Space/Space.stories.d.ts +0 -12
  775. package/lib/stories/Space/Space.stories.d.ts.map +0 -1
  776. package/lib/utils/classify/classify.stories.d.ts +0 -17
  777. package/lib/utils/classify/classify.stories.d.ts.map +0 -1
  778. package/lib/utils/click-away/ClickAway.stories.d.ts +0 -106
  779. package/lib/utils/click-away/ClickAway.stories.d.ts.map +0 -1
  780. package/lib/utils/dom/dom.stories.d.ts +0 -15
  781. package/lib/utils/dom/dom.stories.d.ts.map +0 -1
  782. package/lib/utils/helpers/helpers.stories.d.ts +0 -15
  783. package/lib/utils/helpers/helpers.stories.d.ts.map +0 -1
  784. package/lib/utils/makeClassNameComponent/makeClassNameComponent.stories.d.ts +0 -15
  785. package/lib/utils/makeClassNameComponent/makeClassNameComponent.stories.d.ts.map +0 -1
  786. package/lib/utils/merge-refs/merge-refs.stories.d.ts +0 -15
  787. package/lib/utils/merge-refs/merge-refs.stories.d.ts.map +0 -1
  788. package/lib/utils/string/string.stories.d.ts +0 -15
  789. package/lib/utils/string/string.stories.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- export { TEXT_COLORS } from 'src/types/typography';
2
- export type { TextProps } from 'src/components/Text/Text';
3
- export { BodyLarge, BodyLargeBold, BodyMedium, BodyMediumBold, BodySmall, BodySmallBold, ButtonTextExtraSmall, ButtonTextExtraSmallUnderline, ButtonTextMedium, ButtonTextMediumUnderline, ButtonTextSmall, ButtonTextSmallUnderline, FormInputMedium, FormInputSmall, FormLabelMedium, FormLabelSmall, JumboLarge, JumboMedium, JumboSmall, MenuTextMedium, MenuTextSmall, SubTitleExtraSmall, SubTitleLarge, SubTitleMedium, SubTitleSmall, TitleMedium, } from 'src/components/Text/Text';
1
+ export { TEXT_COLORS } from '../../types/typography';
2
+ export type { TextProps } from '../../components/Text/Text';
3
+ export { BodyLarge, BodyLargeBold, BodyMedium, BodyMediumBold, BodySmall, BodySmallBold, ButtonTextExtraSmall, ButtonTextExtraSmallUnderline, ButtonTextMedium, ButtonTextMediumUnderline, ButtonTextSmall, ButtonTextSmallUnderline, FormInputMedium, FormInputSmall, FormLabelMedium, FormLabelSmall, JumboLarge, JumboMedium, JumboSmall, MenuTextMedium, MenuTextSmall, SubTitleExtraSmall, SubTitleLarge, SubTitleMedium, SubTitleSmall, TitleMedium, } from '../../components/Text/Text';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -165,5 +165,5 @@ Object.defineProperty(exports, "TitleMedium", {
165
165
  return _Text.TitleMedium;
166
166
  }
167
167
  });
168
- var _typography = require("src/types/typography");
169
- var _Text = require("src/components/Text/Text");
168
+ var _typography = require("../../types/typography");
169
+ var _Text = require("./Text");
@@ -5,10 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.TextTile = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
- var _classify = _interopRequireDefault(require("src/utils/classify"));
9
- var _Icon = require("src/components/Icon");
10
- var _Text = require("src/components/Text");
11
- var _TextTileModule = _interopRequireDefault(require("src/components/TextTile/TextTile.module.css"));
8
+ var _classify = _interopRequireDefault(require("../../utils/classify"));
9
+ var _Icon = require("../Icon");
10
+ var _Text = require("../Text");
11
+ var _TextTileModule = _interopRequireDefault(require("./TextTile.module.css"));
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
14
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
14
15
  const TextTile = exports.TextTile = /*#__PURE__*/React.forwardRef((_ref, ref) => {
@@ -18,16 +19,22 @@ const TextTile = exports.TextTile = /*#__PURE__*/React.forwardRef((_ref, ref) =>
18
19
  classNames,
19
20
  description
20
21
  } = _ref;
21
- return /*#__PURE__*/React.createElement("div", {
22
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
22
23
  ref: ref,
23
24
  "data-testid": "TextTile",
24
- className: (0, _classify.default)(_TextTileModule.default.textTileWrapper, classNames?.wrapper)
25
- }, /*#__PURE__*/React.createElement("div", {
26
- className: (0, _classify.default)(_TextTileModule.default.textTileTitle, classNames?.title)
27
- }, /*#__PURE__*/React.createElement(_Icon.Icon, {
28
- size: _Icon.ICON_SIZE.large,
29
- name: iconName,
30
- type: _Icon.ICON_TYPE.solid,
31
- className: (0, _classify.default)(_TextTileModule.default.sparkles, classNames?.icon)
32
- }), typeof header === 'string' ? /*#__PURE__*/React.createElement(_Text.JumboMedium, null, header) : header), typeof description === 'string' ? /*#__PURE__*/React.createElement(_Text.BodyLarge, null, description) : description);
25
+ className: (0, _classify.default)(_TextTileModule.default.textTileWrapper, classNames?.wrapper),
26
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
27
+ className: (0, _classify.default)(_TextTileModule.default.textTileTitle, classNames?.title),
28
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
29
+ size: _Icon.ICON_SIZE.large,
30
+ name: iconName,
31
+ type: _Icon.ICON_TYPE.solid,
32
+ className: (0, _classify.default)(_TextTileModule.default.sparkles, classNames?.icon)
33
+ }), typeof header === 'string' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.JumboMedium, {
34
+ children: header
35
+ }) : header]
36
+ }), typeof description === 'string' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.BodyLarge, {
37
+ children: description
38
+ }) : description]
39
+ });
33
40
  });
@@ -1,2 +1,2 @@
1
- export * from 'src/components/TextTile/TextTile';
1
+ export * from '../../components/TextTile/TextTile';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _TextTile = require("src/components/TextTile/TextTile");
6
+ var _TextTile = require("./TextTile");
7
7
  Object.keys(_TextTile).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
9
  if (key in exports && exports[key] === _TextTile[key]) return;
@@ -5,12 +5,12 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.Textarea = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
- var _classify = require("src/utils/classify");
9
- var _Text = require("src/components/Text");
10
- var _TextareaModule = _interopRequireDefault(require("src/components/Textarea/Textarea.module.css"));
8
+ var _classify = require("../../utils/classify");
9
+ var _Text = require("../Text");
10
+ var _TextareaModule = _interopRequireDefault(require("./Textarea.module.css"));
11
+ var _jsxRuntime = require("react/jsx-runtime");
11
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
13
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
14
14
  const Textarea_ = (props, ref) => {
15
15
  const {
16
16
  value,
@@ -43,43 +43,53 @@ const Textarea_ = (props, ref) => {
43
43
  }
44
44
  }, [value]);
45
45
  const controlledTextareaFilled = value !== '';
46
- return /*#__PURE__*/React.createElement("div", {
46
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
47
47
  className: (0, _classify.classify)(_TextareaModule.default.wrapper, {
48
48
  [_TextareaModule.default.filled]: controlledTextareaFilled ?? false,
49
49
  [_TextareaModule.default.withError]: (error || textCountError) ?? false
50
- })
51
- }, Boolean(label) && /*#__PURE__*/React.createElement("div", {
52
- className: _TextareaModule.default.info
53
- }, /*#__PURE__*/React.createElement("div", {
54
- className: _TextareaModule.default.infoContent
55
- }, /*#__PURE__*/React.createElement(_Text.FormLabelSmall, {
56
- color: "secondary"
57
- }, label ?? ''), "\xA0", required && /*#__PURE__*/React.createElement(_Text.FormLabelSmall, {
58
- color: "danger"
59
- }, '*')), /*#__PURE__*/React.createElement(_Text.FormLabelSmall, {
60
- color: error || textCountError ? 'danger' : 'secondary'
61
- }, !!textCountLimit && (value && value.length || 0) + '/' + textCountLimit)), /*#__PURE__*/React.createElement("div", {
62
- className: (0, _classify.classify)(_TextareaModule.default.box, {
63
- [_TextareaModule.default.inputDisabled]: disabled ?? false,
64
- [_TextareaModule.default.medium]: size === 'medium',
65
- [_TextareaModule.default.small]: size === 'small',
66
- [_TextareaModule.default.locked]: locked
67
- }, classNames?.box)
68
- }, /*#__PURE__*/React.createElement("textarea", _extends({}, textareaProps, {
69
- disabled: locked || disabled,
70
- name: name,
71
- ref: ref,
72
- placeholder: placeholder,
73
- value: value,
74
- onChange: onChange,
75
- onFocus: onFocus,
76
- onBlur: onBlur,
77
- onKeyDown: onKeyDown,
78
- className: classNames?.textarea
79
- }))), (Boolean(helperText) || error) && /*#__PURE__*/React.createElement("div", {
80
- className: _TextareaModule.default.info
81
- }, /*#__PURE__*/React.createElement(_Text.BodySmall, {
82
- color: error && errorText ? 'danger' : disabled ? 'disabled' : 'secondary'
83
- }, error && errorText ? errorText : helperText ?? '')));
50
+ }),
51
+ children: [Boolean(label) && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
52
+ className: _TextareaModule.default.info,
53
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
54
+ className: _TextareaModule.default.infoContent,
55
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.FormLabelSmall, {
56
+ color: "secondary",
57
+ children: label ?? ''
58
+ }), "\xA0", required && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.FormLabelSmall, {
59
+ color: "danger",
60
+ children: '*'
61
+ })]
62
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.FormLabelSmall, {
63
+ color: error || textCountError ? 'danger' : 'secondary',
64
+ children: !!textCountLimit && (value && value.length || 0) + '/' + textCountLimit
65
+ })]
66
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
67
+ className: (0, _classify.classify)(_TextareaModule.default.box, {
68
+ [_TextareaModule.default.inputDisabled]: disabled ?? false,
69
+ [_TextareaModule.default.medium]: size === 'medium',
70
+ [_TextareaModule.default.small]: size === 'small',
71
+ [_TextareaModule.default.locked]: locked
72
+ }, classNames?.box),
73
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("textarea", {
74
+ ...textareaProps,
75
+ disabled: locked || disabled,
76
+ name: name,
77
+ ref: ref,
78
+ placeholder: placeholder,
79
+ value: value,
80
+ onChange: onChange,
81
+ onFocus: onFocus,
82
+ onBlur: onBlur,
83
+ onKeyDown: onKeyDown,
84
+ className: classNames?.textarea
85
+ })
86
+ }), (Boolean(helperText) || error) && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
87
+ className: _TextareaModule.default.info,
88
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.BodySmall, {
89
+ color: error && errorText ? 'danger' : disabled ? 'disabled' : 'secondary',
90
+ children: error && errorText ? errorText : helperText ?? ''
91
+ })
92
+ })]
93
+ });
84
94
  };
85
95
  const Textarea = exports.Textarea = /*#__PURE__*/React.forwardRef(Textarea_);
@@ -1,3 +1,3 @@
1
- export type { TextareaProps } from 'src/components/Textarea/Textarea';
2
- export { Textarea } from 'src/components/Textarea/Textarea';
1
+ export type { TextareaProps } from '../../components/Textarea/Textarea';
2
+ export { Textarea } from '../../components/Textarea/Textarea';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -9,4 +9,4 @@ Object.defineProperty(exports, "Textarea", {
9
9
  return _Textarea.Textarea;
10
10
  }
11
11
  });
12
- var _Textarea = require("src/components/Textarea/Textarea");
12
+ var _Textarea = require("./Textarea");
@@ -5,8 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.Timeline = exports.ORIENTATION = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
- var _classify = require("src/utils/classify");
9
- var _TimelineModule = _interopRequireDefault(require("src/components/Timeline/Timeline.module.css"));
8
+ var _classify = require("../../utils/classify");
9
+ var _TimelineModule = _interopRequireDefault(require("./Timeline.module.css"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
10
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
12
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
12
13
  const ORIENTATION = exports.ORIENTATION = Object.freeze({
@@ -39,10 +40,11 @@ const Timeline_ = (_ref, ref) => {
39
40
  orientation
40
41
  });
41
42
  });
42
- return /*#__PURE__*/React.createElement("div", {
43
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
43
44
  ref: ref,
44
45
  className: (0, _classify.classify)(_TimelineModule.default.timelineWrapper, classNames?.wrapper),
45
- "data-testid": "Timeline"
46
- }, timelineItems);
46
+ "data-testid": "Timeline",
47
+ children: timelineItems
48
+ });
47
49
  };
48
50
  const Timeline = exports.Timeline = /*#__PURE__*/React.forwardRef(Timeline_);
@@ -1,8 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import type { Flow } from 'flow-to-typescript-codemod';
3
- import type { ColorTypes } from 'src/types/typography';
4
- import type { IconType } from 'src/components/Icon';
5
- import type { Orientation } from 'src/components/Timeline/Timeline';
3
+ import type { ColorTypes } from '../../../types/typography';
4
+ import type { IconType } from '../../../components/Icon';
5
+ import type { Orientation } from '../../../components/Timeline/Timeline';
6
6
  type ClassNames = Readonly<{
7
7
  card?: string;
8
8
  icon?: string;
@@ -5,13 +5,14 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.TimelineItem = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
- var _typography = require("src/types/typography");
9
- var _classify = require("src/utils/classify");
10
- var _Card = require("src/components/Card");
11
- var _ConditionalWrapper = require("src/components/ConditionalWrapper");
12
- var _Icon = require("src/components/Icon");
13
- var _Timeline = require("src/components/Timeline/Timeline");
14
- var _TimelineModule = _interopRequireDefault(require("src/components/Timeline/Timeline.module.css"));
8
+ var _typography = require("../../../types/typography");
9
+ var _classify = require("../../../utils/classify");
10
+ var _Card = require("../../Card");
11
+ var _ConditionalWrapper = require("../../ConditionalWrapper");
12
+ var _Icon = require("../../Icon");
13
+ var _Timeline = require("../Timeline");
14
+ var _TimelineModule = _interopRequireDefault(require("../Timeline.module.css"));
15
+ var _jsxRuntime = require("react/jsx-runtime");
15
16
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
17
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
17
18
  const TimelineItem_ = (_ref, ref) => {
@@ -28,49 +29,58 @@ const TimelineItem_ = (_ref, ref) => {
28
29
  parentComponent,
29
30
  enableCardWrapper = true
30
31
  } = _ref;
31
- return /*#__PURE__*/React.createElement("div", {
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
32
33
  id: id,
33
- key: id,
34
34
  "data-testid": "Timeline-item",
35
35
  className: (0, _classify.classify)(_TimelineModule.default.timelineItemWrapper, classNames?.wrapper),
36
36
  style: {
37
37
  '--align': orientation === 'left' ? 'flex-start' : 'flex-end'
38
38
  },
39
- ref: ref
40
- }, parentComponent, /*#__PURE__*/React.createElement("div", {
41
- style: {
42
- '--direction': orientation === 'left' ? 'row' : 'row-reverse'
43
- },
44
- className: _TimelineModule.default.timelineItemContent
45
- }, /*#__PURE__*/React.createElement("div", {
46
- className: _TimelineModule.default.timelineItemIconWrapper
47
- }, /*#__PURE__*/React.createElement(_Icon.Icon, {
48
- name: iconName,
49
- type: iconType,
50
- size: _Icon.ICON_SIZE.small,
51
- color: iconColor,
52
- className: (0, _classify.classify)(_TimelineModule.default.timelineItemIcon, classNames?.icon)
53
- }), /*#__PURE__*/React.createElement("div", {
54
- className: _TimelineModule.default.timelineItemBorder
55
- }, /*#__PURE__*/React.createElement("div", {
56
- className: _TimelineModule.default.border
57
- }))), /*#__PURE__*/React.createElement("div", {
58
- className: _TimelineModule.default.timelineItemEventDetails
59
- }, /*#__PURE__*/React.createElement("div", {
60
- className: _TimelineModule.default.timelineItemInfo
61
- }, /*#__PURE__*/React.createElement("div", {
62
- className: (0, _classify.classify)(_TimelineModule.default.timelineItemTitle, classNames?.title)
63
- }, title), description ? /*#__PURE__*/React.createElement("div", {
64
- className: (0, _classify.classify)(_TimelineModule.default.timelineItemDescription, classNames?.description)
65
- }, description) : null), /*#__PURE__*/React.createElement(_ConditionalWrapper.ConditionalWrapper, {
66
- condition: enableCardWrapper,
67
- wrapper: children => /*#__PURE__*/React.createElement(_Card.Card, {
68
- paddingTop: _Card.PADDING_SIZES.small,
69
- paddingBottom: _Card.PADDING_SIZES.small,
70
- classNames: {
71
- wrapper: (0, _classify.classify)(_TimelineModule.default.timelineItemCardWrapper, classNames?.card)
72
- }
73
- }, children)
74
- }, children))));
39
+ ref: ref,
40
+ children: [parentComponent, /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
41
+ style: {
42
+ '--direction': orientation === 'left' ? 'row' : 'row-reverse'
43
+ },
44
+ className: _TimelineModule.default.timelineItemContent,
45
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
46
+ className: _TimelineModule.default.timelineItemIconWrapper,
47
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
48
+ name: iconName,
49
+ type: iconType,
50
+ size: _Icon.ICON_SIZE.small,
51
+ color: iconColor,
52
+ className: (0, _classify.classify)(_TimelineModule.default.timelineItemIcon, classNames?.icon)
53
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
54
+ className: _TimelineModule.default.timelineItemBorder,
55
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
56
+ className: _TimelineModule.default.border
57
+ })
58
+ })]
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
60
+ className: _TimelineModule.default.timelineItemEventDetails,
61
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
62
+ className: _TimelineModule.default.timelineItemInfo,
63
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
64
+ className: (0, _classify.classify)(_TimelineModule.default.timelineItemTitle, classNames?.title),
65
+ children: title
66
+ }), description ? /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
67
+ className: (0, _classify.classify)(_TimelineModule.default.timelineItemDescription, classNames?.description),
68
+ children: description
69
+ }) : null]
70
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ConditionalWrapper.ConditionalWrapper, {
71
+ condition: enableCardWrapper,
72
+ wrapper: children => /*#__PURE__*/(0, _jsxRuntime.jsx)(_Card.Card, {
73
+ paddingTop: _Card.PADDING_SIZES.small,
74
+ paddingBottom: _Card.PADDING_SIZES.small,
75
+ classNames: {
76
+ wrapper: (0, _classify.classify)(_TimelineModule.default.timelineItemCardWrapper, classNames?.card)
77
+ },
78
+ children: children
79
+ }),
80
+ children: children
81
+ })]
82
+ })]
83
+ })]
84
+ }, id);
75
85
  };
76
86
  const TimelineItem = exports.TimelineItem = /*#__PURE__*/React.forwardRef(TimelineItem_);
@@ -1,2 +1,2 @@
1
- export * from 'src/components/Timeline/TimelineItem/TimelineItem';
1
+ export * from '../../../components/Timeline/TimelineItem/TimelineItem';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _TimelineItem = require("src/components/Timeline/TimelineItem/TimelineItem");
6
+ var _TimelineItem = require("./TimelineItem");
7
7
  Object.keys(_TimelineItem).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
9
  if (key in exports && exports[key] === _TimelineItem[key]) return;
@@ -1,3 +1,3 @@
1
- export * from 'src/components/Timeline/Timeline';
2
- export * from 'src/components/Timeline/TimelineItem';
1
+ export * from '../../components/Timeline/Timeline';
2
+ export * from '../../components/Timeline/TimelineItem';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _Timeline = require("src/components/Timeline/Timeline");
6
+ var _Timeline = require("./Timeline");
7
7
  Object.keys(_Timeline).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
9
  if (key in exports && exports[key] === _Timeline[key]) return;
@@ -14,7 +14,7 @@ Object.keys(_Timeline).forEach(function (key) {
14
14
  }
15
15
  });
16
16
  });
17
- var _TimelineItem = require("src/components/Timeline/TimelineItem");
17
+ var _TimelineItem = require("./TimelineItem");
18
18
  Object.keys(_TimelineItem).forEach(function (key) {
19
19
  if (key === "default" || key === "__esModule") return;
20
20
  if (key in exports && exports[key] === _TimelineItem[key]) return;
@@ -6,14 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ToastTitle = exports.ToastFooter = exports.ToastBody = exports.Toast = exports.TOAST_SEMANTIC = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _react2 = require("@floating-ui/react");
9
- var _classify = _interopRequireDefault(require("src/utils/classify"));
10
- var _Icon = require("src/components/Icon");
11
- var _Text = require("src/components/Text");
12
- var _ToastModule = _interopRequireDefault(require("src/components/Toast/Toast.module.css"));
13
- var _typographyModule = _interopRequireDefault(require("src/styles/typography.module.css"));
9
+ var _classify = _interopRequireDefault(require("../../utils/classify"));
10
+ var _Icon = require("../Icon");
11
+ var _Text = require("../Text");
12
+ var _ToastModule = _interopRequireDefault(require("./Toast.module.css"));
13
+ var _typographyModule = _interopRequireDefault(require("../../styles/typography.module.css"));
14
+ var _jsxRuntime = require("react/jsx-runtime");
14
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
16
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
17
17
  const TOAST_SEMANTIC = exports.TOAST_SEMANTIC = Object.freeze({
18
18
  success: 'success',
19
19
  information: 'information',
@@ -36,35 +36,35 @@ const ToastIcon = _ref => {
36
36
  } = _ref;
37
37
  switch (semantic) {
38
38
  case 'success':
39
- return /*#__PURE__*/React.createElement(_Icon.Icon, {
39
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
40
40
  name: "circle-check",
41
41
  size: "medium",
42
42
  color: _Text.TEXT_COLORS.success,
43
43
  type: "solid"
44
44
  });
45
45
  case TOAST_SEMANTIC.information:
46
- return /*#__PURE__*/React.createElement(_Icon.Icon, {
46
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
47
47
  name: "circle-info",
48
48
  size: "medium",
49
49
  color: _Text.TEXT_COLORS.information,
50
50
  type: "solid"
51
51
  });
52
52
  case TOAST_SEMANTIC.warning:
53
- return /*#__PURE__*/React.createElement(_Icon.Icon, {
53
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
54
54
  name: "circle-exclamation",
55
55
  size: "medium",
56
56
  color: _Text.TEXT_COLORS.warning,
57
57
  type: "solid"
58
58
  });
59
59
  case TOAST_SEMANTIC.danger:
60
- return /*#__PURE__*/React.createElement(_Icon.Icon, {
60
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
61
61
  name: "shield-exclamation",
62
62
  size: "medium",
63
63
  color: _Text.TEXT_COLORS.danger,
64
64
  type: "solid"
65
65
  });
66
66
  default:
67
- return /*#__PURE__*/React.createElement(_Icon.Icon, {
67
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.Icon, {
68
68
  color: _Text.TEXT_COLORS.neutral,
69
69
  name: "face-smile",
70
70
  size: "medium",
@@ -79,11 +79,12 @@ const ToastTitle = exports.ToastTitle = /*#__PURE__*/React.forwardRef((_ref2, re
79
79
  className,
80
80
  ...props
81
81
  } = _ref2;
82
- return /*#__PURE__*/React.createElement("div", _extends({
83
- className: (0, _classify.default)(_ToastModule.default.toastTitle, _typographyModule.default[semantic], className)
84
- }, props, {
85
- ref: ref
86
- }), children);
82
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
83
+ className: (0, _classify.default)(_ToastModule.default.toastTitle, _typographyModule.default[semantic], className),
84
+ ...props,
85
+ ref: ref,
86
+ children: children
87
+ });
87
88
  });
88
89
  ToastTitle.displayName = 'ToastTitle';
89
90
  const ToastBody = exports.ToastBody = /*#__PURE__*/React.forwardRef((_ref3, ref) => {
@@ -92,11 +93,12 @@ const ToastBody = exports.ToastBody = /*#__PURE__*/React.forwardRef((_ref3, ref)
92
93
  className,
93
94
  ...props
94
95
  } = _ref3;
95
- return /*#__PURE__*/React.createElement("div", _extends({
96
- className: (0, _classify.default)(_ToastModule.default.toastBody, className)
97
- }, props, {
98
- ref: ref
99
- }), children);
96
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
97
+ className: (0, _classify.default)(_ToastModule.default.toastBody, className),
98
+ ...props,
99
+ ref: ref,
100
+ children: children
101
+ });
100
102
  });
101
103
  ToastBody.displayName = 'ToastBody';
102
104
  const ToastFooter = _ref4 => {
@@ -136,9 +138,10 @@ const ToastFooter = _ref4 => {
136
138
  }
137
139
  return child;
138
140
  });
139
- return React.Children.count(children) > 0 ? /*#__PURE__*/React.createElement("div", {
140
- className: _ToastModule.default.toastFooterActions
141
- }, footerActions) : null;
141
+ return React.Children.count(children) > 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
142
+ className: _ToastModule.default.toastFooterActions,
143
+ children: footerActions
144
+ }) : null;
142
145
  };
143
146
  exports.ToastFooter = ToastFooter;
144
147
  ToastFooter.displayName = 'ToastFooter';
@@ -183,28 +186,34 @@ const Toast = _ref5 => {
183
186
  const footerWithClose = footer ? /*#__PURE__*/React.cloneElement(footer, {
184
187
  onClose
185
188
  }) : null;
186
- return /*#__PURE__*/React.createElement(_react2.FloatingFocusManager, {
189
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_react2.FloatingFocusManager, {
187
190
  context: context,
188
- initialFocus: initialFocus
189
- }, /*#__PURE__*/React.createElement("div", {
190
- className: (0, _classify.default)(_ToastModule.default.toastContainer, classNames?.wrapper),
191
- ref: refs.setFloating
192
- }, customIcon || /*#__PURE__*/React.createElement(ToastIcon, {
193
- semantic: semantic
194
- }), /*#__PURE__*/React.createElement("div", {
195
- className: _ToastModule.default.toastMidSection
196
- }, /*#__PURE__*/React.createElement("div", {
197
- className: _ToastModule.default.contentWrap
198
- }, /*#__PURE__*/React.createElement("div", {
199
- className: _ToastModule.default.titleBodyWrap
200
- }, getComp('ToastTitle'), getComp('ToastBody')), time && /*#__PURE__*/React.createElement(_Text.SubTitleExtraSmall, {
201
- className: classNames?.time
202
- }, time)), footerWithClose), !hideCloseIcon && /*#__PURE__*/React.createElement(_Icon.CloseIcon, {
203
- classNames: {
204
- button: _ToastModule.default.closeIcon
205
- },
206
- onClick: onClose,
207
- ariaLabel: "Close Button"
208
- })));
191
+ initialFocus: initialFocus,
192
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
193
+ className: (0, _classify.default)(_ToastModule.default.toastContainer, classNames?.wrapper),
194
+ ref: refs.setFloating,
195
+ children: [customIcon || /*#__PURE__*/(0, _jsxRuntime.jsx)(ToastIcon, {
196
+ semantic: semantic
197
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
198
+ className: _ToastModule.default.toastMidSection,
199
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
200
+ className: _ToastModule.default.contentWrap,
201
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
202
+ className: _ToastModule.default.titleBodyWrap,
203
+ children: [getComp('ToastTitle'), getComp('ToastBody')]
204
+ }), time && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.SubTitleExtraSmall, {
205
+ className: classNames?.time,
206
+ children: time
207
+ })]
208
+ }), footerWithClose]
209
+ }), !hideCloseIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.CloseIcon, {
210
+ classNames: {
211
+ button: _ToastModule.default.closeIcon
212
+ },
213
+ onClick: onClose,
214
+ ariaLabel: "Close Button"
215
+ })]
216
+ })
217
+ });
209
218
  };
210
219
  exports.Toast = Toast;
@@ -6,10 +6,11 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ToastContainer = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
8
  var _reactDom = require("react-dom");
9
- var _hooks = require("src/hooks");
10
- var _classify = require("src/utils/classify");
11
- var _Toast = require("src/components/Toast");
12
- var _ToastContainerModule = _interopRequireDefault(require("src/components/Toast/ToastContainer.module.css"));
9
+ var _hooks = require("../../hooks");
10
+ var _classify = require("../../utils/classify");
11
+ var _ = require("./");
12
+ var _ToastContainerModule = _interopRequireDefault(require("./ToastContainer.module.css"));
13
+ var _jsxRuntime = require("react/jsx-runtime");
13
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
15
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
15
16
  // Type definitions for toast content props
@@ -70,7 +71,7 @@ const ToastContainer = () => {
70
71
  }
71
72
  };
72
73
  (0, _react.useEffect)(() => {
73
- _Toast.toastManager.subscribe(callback);
74
+ _.toastManager.subscribe(callback);
74
75
  }, []);
75
76
  const positionMaintainer = () => {
76
77
  const mapper = {};
@@ -109,10 +110,10 @@ const ToastContainer = () => {
109
110
  }
110
111
  return content;
111
112
  });
112
- return /*#__PURE__*/_react.default.createElement("div", {
113
- key: position.toString(),
114
- className: (0, _classify.classify)(_ToastContainerModule.default.toastContainer, _ToastContainerModule.default[position])
115
- }, content);
113
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
114
+ className: (0, _classify.classify)(_ToastContainerModule.default.toastContainer, _ToastContainerModule.default[position]),
115
+ children: content
116
+ }, position.toString());
116
117
  });
117
118
  };
118
119
  if (!toastRef.current) {