@gobolt/genesis 0.0.10 → 0.0.11

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 (415) hide show
  1. package/README.md +2 -2
  2. package/dist/AntdIcon-nCNB0J1E.js +192 -0
  3. package/dist/CheckCircleFilled-BKgizvyl.js +13 -0
  4. package/dist/{CheckOutlined-CeTKr6II.js → CheckOutlined-cEBrx_Ag.js} +2 -2
  5. package/dist/{CloseCircleFilled-DXCxlIQL.js → CloseCircleFilled-B9e7yFwo.js} +2 -2
  6. package/dist/{CloseOutlined-ClXDNn82.js → CloseOutlined-ogxnm7Oy.js} +2 -2
  7. package/dist/{Compact-CGY560JF.js → Compact-DBh6nSYB.js} +42 -45
  8. package/dist/{ContextIsolator-D5x2Ih51.js → ContextIsolator-CwuJooYf.js} +2 -2
  9. package/dist/{PurePanel-BqPLRtc2.js → DownOutlined-5-15jS0h.js} +42 -40
  10. package/dist/{index-C8haFnXI.js → EllipsisOutlined-CJ2pgE2d.js} +153 -150
  11. package/dist/ExclamationCircleFilled-BHELVsTg.js +13 -0
  12. package/dist/Keyframes-sPZXYuXt.js +17 -0
  13. package/dist/{LoadingOutlined-8EnJdZ7I.js → LoadingOutlined-C1qu6ymP.js} +6 -6
  14. package/dist/MinusCircleOutlined-Shz0RRQV.js +37 -0
  15. package/dist/{Overflow-PBZD-PFm.js → Overflow-DdNKJLQh.js} +67 -66
  16. package/dist/{SearchOutlined-BP3Z2K6j.js → SearchOutlined-DNj-7b_h.js} +2 -2
  17. package/dist/Skeleton-B3vg9CbL.js +560 -0
  18. package/dist/{TextArea-DKwCct3i.js → TextArea-CKWbFr0u.js} +26 -18
  19. package/dist/Typography-DqI7RslA.js +705 -0
  20. package/dist/_baseIsEqual-L0-w1QRI.js +598 -0
  21. package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
  22. package/dist/asyncToGenerator-CKP9bEZn.js +312 -0
  23. package/dist/{button-CDQgO1OK.js → button-B2Rgggx2.js} +127 -116
  24. package/dist/clsx-OuTLNxxd.js +16 -0
  25. package/dist/components/Avatar/Avatar.d.ts +12 -0
  26. package/dist/components/Avatar/Avatar.js +61 -0
  27. package/dist/components/Avatar/__stories__/Avatar.stories.d.ts +8 -0
  28. package/dist/components/Avatar/__tests__/Avatar.test.d.ts +1 -0
  29. package/dist/components/Avatar/__tests__/Avatar.test.js +17 -0
  30. package/dist/components/Avatar/index.d.ts +2 -0
  31. package/dist/components/Avatar/index.js +4 -0
  32. package/dist/components/Avatar/styles.d.ts +18 -0
  33. package/dist/components/Avatar/styles.js +326 -0
  34. package/dist/components/Badge/Badge.d.ts +5 -3
  35. package/dist/components/Badge/Badge.js +67 -100
  36. package/dist/components/Badge/__stories__/Badge.stories.d.ts +5 -4
  37. package/dist/components/Badge/__tests__/Badge.test.js +9 -10
  38. package/dist/components/Badge/styles.d.ts +12 -3
  39. package/dist/components/Badge/styles.js +30 -27
  40. package/dist/components/Breadcrumb/Breadcrumb.js +2 -2
  41. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +1 -1
  42. package/dist/components/Breadcrumb/styles.js +239 -2260
  43. package/dist/components/Button/Button.d.ts +4 -3
  44. package/dist/components/Button/Button.js +10 -6
  45. package/dist/components/Button/__stories__/Button.stories.d.ts +3 -0
  46. package/dist/components/Button/__tests__/Button.test.js +1 -1
  47. package/dist/components/Button/styles.d.ts +2 -2
  48. package/dist/components/Button/styles.js +20 -17
  49. package/dist/components/Card/Card.d.ts +9 -0
  50. package/dist/components/Card/Card.js +16 -0
  51. package/dist/components/Card/__stories__/Card.stories.d.ts +7 -0
  52. package/dist/components/Card/__tests__/Card.test.d.ts +1 -0
  53. package/dist/components/Card/__tests__/Card.test.js +16 -0
  54. package/dist/components/Card/index.d.ts +2 -0
  55. package/dist/components/Card/index.js +4 -0
  56. package/dist/components/Card/styles.d.ts +16 -0
  57. package/dist/components/Card/styles.js +12 -0
  58. package/dist/components/Checkbox/Checkbox.d.ts +1 -2
  59. package/dist/components/Checkbox/Checkbox.js +28 -16
  60. package/dist/components/Checkbox/__tests__/Checkbox.test.js +1 -1
  61. package/dist/components/Checkbox/styles.js +22 -457
  62. package/dist/components/Dashboard/Dashboard.d.ts +5 -0
  63. package/dist/components/Dashboard/Dashboard.js +5 -0
  64. package/dist/components/Dashboard/__mocks__/dashboard-data.d.ts +14 -0
  65. package/dist/components/Dashboard/__mocks__/dashboard-data.js +186 -0
  66. package/dist/components/Dashboard/__stories__/Dashboard.stories.d.ts +7 -0
  67. package/dist/components/Dashboard/__stories__/DashboardLayoutContent.d.ts +2 -0
  68. package/dist/components/Dashboard/__stories__/DashboardLayoutContent.js +948 -0
  69. package/dist/components/Dashboard/__stories__/DashboardLayoutHeader.d.ts +2 -0
  70. package/dist/components/Dashboard/__stories__/DashboardLayoutHeader.js +85 -0
  71. package/dist/components/Dashboard/__stories__/DashboardLayoutStory.d.ts +13 -0
  72. package/dist/components/Dashboard/__stories__/DashboardLayoutStory.js +22 -0
  73. package/dist/components/Dashboard/__stories__/charts/LineChart.d.ts +12 -0
  74. package/dist/components/Dashboard/__stories__/charts/LineChart.js +536 -0
  75. package/dist/components/Dashboard/__tests__/Dashboard.test.d.ts +1 -0
  76. package/dist/components/Dashboard/__tests__/Dashboard.test.js +16 -0
  77. package/dist/components/Dashboard/index.d.ts +2 -0
  78. package/dist/components/Dashboard/index.js +4 -0
  79. package/dist/components/Dashboard/styles.d.ts +14 -0
  80. package/dist/components/Dashboard/styles.js +11 -0
  81. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +19 -0
  82. package/dist/components/ErrorBoundary/ErrorBoundary.js +72 -0
  83. package/dist/components/ErrorBoundary/__stories__/ErrorBoundary.stories.d.ts +8 -0
  84. package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.d.ts +1 -0
  85. package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.js +25 -0
  86. package/dist/components/ErrorBoundary/index.d.ts +2 -0
  87. package/dist/components/ErrorBoundary/index.js +4 -0
  88. package/dist/components/ErrorBoundary/styles.d.ts +14 -0
  89. package/dist/components/ErrorBoundary/styles.js +11 -0
  90. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +2 -2
  91. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +33 -18
  92. package/dist/components/ErrorBoundaryFallback/__stories__/ErrorBoundaryFallback.stories.d.ts +1 -1
  93. package/dist/components/ErrorBoundaryFallback/styles.js +17 -15
  94. package/dist/components/Form/Form.js +3 -3
  95. package/dist/components/Form/__stories__/FormStory.js +127 -50
  96. package/dist/components/Form/__tests__/form.test.js +2 -2
  97. package/dist/components/Form/index.js +1 -1
  98. package/dist/components/Form/styles.js +1 -1
  99. package/dist/components/Glyph/Glyph.d.ts +4 -0
  100. package/dist/components/Glyph/Glyph.js +9 -0
  101. package/dist/components/Glyph/__stories__/Glyph.stories.d.ts +7 -0
  102. package/dist/components/Glyph/index.d.ts +2 -0
  103. package/dist/components/Glyph/index.js +4 -0
  104. package/dist/components/Glyph/styles.d.ts +14 -0
  105. package/dist/components/Glyph/styles.js +11 -0
  106. package/dist/components/Input/Input.d.ts +1 -2
  107. package/dist/components/Input/Input.js +14 -10
  108. package/dist/components/Input/__tests__/Input.test.js +1 -1
  109. package/dist/components/Input/styles.js +58 -466
  110. package/dist/components/Layout/Content/Content.d.ts +11 -0
  111. package/dist/components/Layout/Content/Content.js +32 -0
  112. package/dist/components/Layout/Content/ResponsiveContent.d.ts +7 -0
  113. package/dist/components/Layout/Content/ResponsiveContent.js +81 -0
  114. package/dist/components/Layout/Content/index.d.ts +2 -0
  115. package/dist/components/Layout/Content/index.js +4 -0
  116. package/dist/components/Layout/Content/styles.d.ts +11 -0
  117. package/dist/components/Layout/Content/styles.js +16 -0
  118. package/dist/components/Layout/Layout.d.ts +8 -0
  119. package/dist/components/Layout/Layout.js +6 -0
  120. package/dist/components/Layout/MainLayout/MainLayout.d.ts +10 -0
  121. package/dist/components/Layout/MainLayout/MainLayout.js +28 -0
  122. package/dist/components/Layout/MainLayout/__stories__/MainLayout.stories.d.ts +9 -0
  123. package/dist/components/Layout/MainLayout/index.d.ts +2 -0
  124. package/dist/components/Layout/MainLayout/index.js +4 -0
  125. package/dist/components/Layout/MainLayout/styles.d.ts +4 -0
  126. package/dist/components/Layout/MainLayout/styles.js +69 -0
  127. package/dist/components/Layout/__stories__/Layout.stories.d.ts +7 -0
  128. package/dist/components/Layout/__tests__/Layout.test.d.ts +1 -0
  129. package/dist/components/Layout/__tests__/Layout.test.js +14 -0
  130. package/dist/components/Layout/index.d.ts +2 -0
  131. package/dist/components/Layout/index.js +4 -0
  132. package/dist/components/Message/Message.d.ts +6 -4
  133. package/dist/components/Message/Message.js +70 -43
  134. package/dist/components/Message/__tests__/Message.test.js +1 -1
  135. package/dist/components/Message/styles.d.ts +1 -0
  136. package/dist/components/Message/styles.js +15 -11
  137. package/dist/components/Notification/Notification.js +145 -120
  138. package/dist/components/Notification/NotificationBadge/NotificationBadge.d.ts +6 -0
  139. package/dist/components/Notification/NotificationBadge/NotificationBadge.js +49 -0
  140. package/dist/components/Notification/NotificationBadge/__stories__/NotificationBadge.stories.d.ts +13 -0
  141. package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.d.ts +1 -0
  142. package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.js +18 -0
  143. package/dist/components/Notification/NotificationBadge/index.d.ts +2 -0
  144. package/dist/components/Notification/NotificationBadge/index.js +4 -0
  145. package/dist/components/Notification/NotificationBadge/styles.d.ts +3 -0
  146. package/dist/components/Notification/NotificationBadge/styles.js +34 -0
  147. package/dist/components/Notification/__tests__/Notification.test.js +1 -1
  148. package/dist/components/Notification/styles.d.ts +1 -1
  149. package/dist/components/Notification/styles.js +1 -1
  150. package/dist/components/Popover/Popover.d.ts +10 -0
  151. package/dist/components/Popover/Popover.js +21 -0
  152. package/dist/components/Popover/__stories__/Popover.stories.d.ts +7 -0
  153. package/dist/components/Popover/__tests__/Popover.test.d.ts +1 -0
  154. package/dist/components/Popover/__tests__/Popover.test.js +40 -0
  155. package/dist/components/Popover/index.d.ts +2 -0
  156. package/dist/components/Popover/index.js +4 -0
  157. package/dist/components/Popover/styles.d.ts +15 -0
  158. package/dist/components/Popover/styles.js +6 -0
  159. package/dist/components/Progress/Progress.d.ts +18 -0
  160. package/dist/components/Progress/Progress.js +91 -0
  161. package/dist/components/Progress/Progress.util.d.ts +4 -0
  162. package/dist/components/Progress/Progress.util.js +62 -0
  163. package/dist/components/Progress/ProgressText.d.ts +11 -0
  164. package/dist/components/Progress/ProgressText.js +67 -0
  165. package/dist/components/Progress/__stories__/Progress.stories.d.ts +12 -0
  166. package/dist/components/Progress/__tests__/Progress.test.d.ts +1 -0
  167. package/dist/components/Progress/__tests__/Progress.test.js +21 -0
  168. package/dist/components/Progress/index.d.ts +2 -0
  169. package/dist/components/Progress/index.js +4 -0
  170. package/dist/components/Progress/styles.d.ts +17 -0
  171. package/dist/components/Progress/styles.js +793 -0
  172. package/dist/components/Radio/Radio.js +22 -6
  173. package/dist/components/Radio/RadioGroup.js +1 -1
  174. package/dist/components/Radio/__tests__/RadioGroup.test.js +1 -1
  175. package/dist/components/Radio/index.d.ts +1 -0
  176. package/dist/components/Row/Row.d.ts +14 -0
  177. package/dist/components/Row/Row.js +38 -0
  178. package/dist/components/Row/RowActions/RowActions.d.ts +9 -0
  179. package/dist/components/Row/RowActions/RowActions.js +59 -0
  180. package/dist/components/Row/RowActions/styles.d.ts +2 -0
  181. package/dist/components/Row/RowActions/styles.js +32 -0
  182. package/dist/components/Row/RowLabelValue/RowLabelValue.d.ts +11 -0
  183. package/dist/components/Row/RowLabelValue/RowLabelValue.js +62 -0
  184. package/dist/components/Row/RowLabelValue/RowSkeleton.d.ts +3 -0
  185. package/dist/components/Row/RowLabelValue/RowSkeleton.js +24 -0
  186. package/dist/components/Row/RowLabelValue/styles.d.ts +15 -0
  187. package/dist/components/Row/RowLabelValue/styles.js +25 -0
  188. package/dist/components/Row/__stories__/Row.stories.d.ts +13 -0
  189. package/dist/components/Row/__tests__/Row.test.d.ts +1 -0
  190. package/dist/components/Row/__tests__/Row.test.js +16 -0
  191. package/dist/components/Row/index.d.ts +2 -0
  192. package/dist/components/Row/index.js +4 -0
  193. package/dist/components/Row/styles.d.ts +15 -0
  194. package/dist/components/Row/styles.js +15 -0
  195. package/dist/components/SegmentedControls/SegmentedControls.d.ts +12 -0
  196. package/dist/components/SegmentedControls/SegmentedControls.js +26 -0
  197. package/dist/components/SegmentedControls/__stories__/SegmentedControls.stories.d.ts +9 -0
  198. package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.d.ts +1 -0
  199. package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.js +24 -0
  200. package/dist/components/SegmentedControls/index.d.ts +2 -0
  201. package/dist/components/SegmentedControls/index.js +4 -0
  202. package/dist/components/SegmentedControls/styles.d.ts +12 -0
  203. package/dist/components/SegmentedControls/styles.js +511 -0
  204. package/dist/components/Select/Select.d.ts +2 -4
  205. package/dist/components/Select/Select.js +12 -11
  206. package/dist/components/Select/__tests__/Select.test.js +1 -1
  207. package/dist/components/Select/styles.js +39 -3654
  208. package/dist/components/Shapes/Shapes.d.ts +6 -0
  209. package/dist/components/Shapes/Shapes.js +8 -0
  210. package/dist/components/Shapes/__stories__/Shapes.stories.d.ts +9 -0
  211. package/dist/components/Shapes/__tests__/Shapes.test.d.ts +1 -0
  212. package/dist/components/Shapes/__tests__/Shapes.test.js +16 -0
  213. package/dist/components/Shapes/index.d.ts +2 -0
  214. package/dist/components/Shapes/index.js +4 -0
  215. package/dist/components/Shapes/variants/Circle.d.ts +5 -0
  216. package/dist/components/Shapes/variants/Circle.js +23 -0
  217. package/dist/components/Shapes/variants/Rectangle.d.ts +5 -0
  218. package/dist/components/Shapes/variants/Rectangle.js +23 -0
  219. package/dist/components/Shapes/variants/Triangle.d.ts +5 -0
  220. package/dist/components/Shapes/variants/Triangle.js +23 -0
  221. package/dist/components/Switch/Switch.d.ts +9 -0
  222. package/dist/components/Switch/Switch.js +22 -0
  223. package/dist/components/Switch/__stories__/Switch.stories.d.ts +8 -0
  224. package/dist/components/Switch/__tests__/Switch.test.d.ts +1 -0
  225. package/dist/components/Switch/__tests__/Switch.test.js +25 -0
  226. package/dist/components/Switch/index.d.ts +2 -0
  227. package/dist/components/Switch/index.js +4 -0
  228. package/dist/components/Switch/styles.d.ts +9 -0
  229. package/dist/components/Switch/styles.js +456 -0
  230. package/dist/components/Table/Table.d.ts +15 -0
  231. package/dist/components/Table/Table.js +23 -0
  232. package/dist/components/Table/__mocks__/table-mocks.d.ts +20 -0
  233. package/dist/components/Table/__mocks__/table-mocks.js +321 -0
  234. package/dist/components/Table/__stories__/Table.stories.d.ts +7 -0
  235. package/dist/components/Table/__tests__/Table.test.d.ts +1 -0
  236. package/dist/components/Table/__tests__/Table.test.js +34 -0
  237. package/dist/components/Table/index.d.ts +2 -0
  238. package/dist/components/Table/index.js +4 -0
  239. package/dist/components/Table/styles.d.ts +8 -0
  240. package/dist/components/Table/styles.js +6 -0
  241. package/dist/components/Tabs/Tabs.d.ts +10 -0
  242. package/dist/components/Tabs/Tabs.js +23 -0
  243. package/dist/components/Tabs/__stories__/Tabs.stories.d.ts +8 -0
  244. package/dist/components/Tabs/__tests__/Tabs.test.d.ts +1 -0
  245. package/dist/components/Tabs/__tests__/Tabs.test.js +37 -0
  246. package/dist/components/Tabs/index.d.ts +2 -0
  247. package/dist/components/Tabs/index.js +4 -0
  248. package/dist/components/Tabs/styles.d.ts +12 -0
  249. package/dist/components/Tabs/styles.js +102 -0
  250. package/dist/components/Tile/Tile.d.ts +10 -0
  251. package/dist/components/Tile/Tile.js +21 -0
  252. package/dist/components/Tile/__stories__/Tile.stories.d.ts +7 -0
  253. package/dist/components/Tile/__tests__/Tile.test.d.ts +1 -0
  254. package/dist/components/Tile/__tests__/Tile.test.js +21 -0
  255. package/dist/components/Tile/index.d.ts +2 -0
  256. package/dist/components/Tile/index.js +4 -0
  257. package/dist/components/Tile/styles.d.ts +11 -0
  258. package/dist/components/Tile/styles.js +12 -0
  259. package/dist/components/Toast/Toast.js +23 -6
  260. package/dist/components/Toast/__tests__/Toast.test.js +2 -2
  261. package/dist/components/Toast/index.js +1 -1
  262. package/dist/components/Toast/styles.d.ts +0 -1
  263. package/dist/components/Toast/styles.js +14 -23
  264. package/dist/components/Tooltip/Tooltip.d.ts +7 -0
  265. package/dist/components/Tooltip/Tooltip.js +50 -0
  266. package/dist/components/Tooltip/__stories__/Tooltip.stories.d.ts +7 -0
  267. package/dist/components/Tooltip/__tests__/Tooltip.test.d.ts +1 -0
  268. package/dist/components/Tooltip/__tests__/Tooltip.test.js +25 -0
  269. package/dist/components/Tooltip/index.d.ts +2 -0
  270. package/dist/components/Tooltip/index.js +4 -0
  271. package/dist/components/Tooltip/styles.d.ts +20 -0
  272. package/dist/components/Tooltip/styles.js +11 -0
  273. package/dist/components/Typography/Typography.d.ts +5 -1
  274. package/dist/components/Typography/Typography.js +2 -2
  275. package/dist/components/Typography/__stories__/Typography.stories.d.ts +1 -0
  276. package/dist/components/Typography/__tests__/Typography.test.js +2 -2
  277. package/dist/components/Typography/index.js +1 -1
  278. package/dist/components/Typography/styles.d.ts +1 -0
  279. package/dist/components/Typography/styles.js +53 -17
  280. package/dist/components/index.d.ts +31 -1
  281. package/dist/components/index.js +54 -24
  282. package/dist/constants/index.d.ts +4 -0
  283. package/dist/constants/index.js +4 -2
  284. package/dist/{context-BMW3aJEf.js → context-Cx7GtZpz.js} +281 -284
  285. package/dist/dropdown-zGGFIyJ_.js +2044 -0
  286. package/dist/generateCategoricalChart-7ceYaiZ2.js +15597 -0
  287. package/dist/genesis/GenesisThemeBreakdown.js +38 -22
  288. package/dist/genesis/styles.js +7 -2923
  289. package/dist/iconBase-LROS5hdG.js +112 -0
  290. package/dist/index-BRUI9igj.js +11 -0
  291. package/dist/index-BTGF--50.js +1845 -0
  292. package/dist/index-BW_7pvTr.js +538 -0
  293. package/dist/{index-oK7z6jnz.js → index-ByspLxrB.js} +8640 -8798
  294. package/dist/{index-bKlRxQp4.js → index-CRotrkWm.js} +7 -7
  295. package/dist/{index-C0SmxWLS.js → index-CSPlXIlA.js} +136 -143
  296. package/dist/index-CdiHBmVe.js +445 -0
  297. package/dist/index-CodMmNWv.js +102 -0
  298. package/dist/{index-DPW8XdWj.js → index-CqqwGTME.js} +34 -30
  299. package/dist/index-D0P16DlX.js +286 -0
  300. package/dist/index-DLdU7Tpd.js +183 -0
  301. package/dist/index-DWUXwgXK.js +809 -0
  302. package/dist/index-DmZOkMjs.js +3628 -0
  303. package/dist/{index-1CBpubM3.js → index-Dyl-ddV6.js} +47 -44
  304. package/dist/index-hoPiccJv.js +415 -0
  305. package/dist/index.js +61 -31
  306. package/dist/interface/address.d.ts +10 -0
  307. package/dist/interface/address.js +1 -0
  308. package/dist/interface/appointment.d.ts +57 -0
  309. package/dist/interface/appointment.js +5 -0
  310. package/dist/interface/appointmentV2.d.ts +65 -0
  311. package/dist/interface/appointmentV2.js +1 -0
  312. package/dist/interface/appointmentsState.d.ts +21 -0
  313. package/dist/interface/appointmentsState.js +1 -0
  314. package/dist/interface/common.d.ts +2 -0
  315. package/dist/interface/common.js +1 -0
  316. package/dist/interface/completionData.d.ts +18 -0
  317. package/dist/interface/completionData.js +1 -0
  318. package/dist/interface/deliveryPartner.d.ts +25 -0
  319. package/dist/interface/deliveryPartner.js +1 -0
  320. package/dist/interface/organization.d.ts +9 -0
  321. package/dist/interface/organization.js +1 -0
  322. package/dist/interface/pagination.d.ts +8 -0
  323. package/dist/interface/pagination.js +1 -0
  324. package/dist/interface/roles.d.ts +9 -0
  325. package/dist/interface/roles.js +1 -0
  326. package/dist/interface/route.d.ts +73 -0
  327. package/dist/interface/route.js +1 -0
  328. package/dist/interface/routeAnalysis.d.ts +108 -0
  329. package/dist/interface/routeAnalysis.js +1 -0
  330. package/dist/interface/routeAutomationJob.d.ts +95 -0
  331. package/dist/interface/routeAutomationJob.js +10 -0
  332. package/dist/interface/routeAutomationLog.d.ts +10 -0
  333. package/dist/interface/routeAutomationLog.js +1 -0
  334. package/dist/interface/routeEvent.d.ts +55 -0
  335. package/dist/interface/routeEvent.js +5 -0
  336. package/dist/interface/serviceArea.d.ts +18 -0
  337. package/dist/interface/serviceArea.js +1 -0
  338. package/dist/interface/util.d.ts +3 -0
  339. package/dist/interface/util.js +1 -0
  340. package/dist/interface/vehicle.d.ts +120 -0
  341. package/dist/interface/vehicle.js +1 -0
  342. package/dist/interface/workOrder.d.ts +22 -0
  343. package/dist/interface/workOrder.js +1 -0
  344. package/dist/isVisible-D3-B85BJ.js +22 -0
  345. package/dist/{magic-string.es-D2FWSwU3.js → magic-string.es-BKBb7z-1.js} +1 -1
  346. package/dist/omit-B_u6A-HL.js +9 -0
  347. package/dist/{pickAttrs-B0YTfcV1.js → pickAttrs-CleuMJFR.js} +1 -1
  348. package/dist/{warning-C63HNL9U.js → presets-Djh_L_6R.js} +333 -356
  349. package/dist/providers/BreakpointThemeProvider.d.ts +9 -0
  350. package/dist/providers/BreakpointThemeProvider.js +21 -0
  351. package/dist/providers/GenesisProvider.js +3 -3
  352. package/dist/providers/ToastProvider.js +22 -6
  353. package/dist/providers/index.js +1 -1
  354. package/dist/providers/useGenesis.js +2 -2
  355. package/dist/responsiveObserver-O1kw80RG.js +73 -0
  356. package/dist/setup-CKu7-AfI.js +24706 -0
  357. package/dist/setup.types-dBtAXXGp.js +8824 -0
  358. package/dist/shadow-BoMGMNn3.js +13 -0
  359. package/dist/styleChecker-Cotu61d0.js +21 -0
  360. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +28 -12
  361. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.d.ts +1 -3
  362. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +37 -16
  363. package/dist/styles/design-tokens/sizing-tokens/index.stories.d.ts +0 -1
  364. package/dist/styles/theme/genesis-theme.js +468 -263
  365. package/dist/styles/theme/genesis-theme.types.d.ts +53 -12
  366. package/dist/styles/theme/theme-tree/ThemeTree.d.ts +1 -0
  367. package/dist/styles/theme/theme-tree/ThemeTree.js +1651 -0
  368. package/dist/styles/theme/theme-tree/ThemeTree.stories.d.ts +6 -0
  369. package/dist/{styles-CT_fyXBd.js → styles-BDbHpHsc.js} +587 -643
  370. package/dist/styles-BSD221S5.js +289 -0
  371. package/dist/styles-D9iYILpv.js +9195 -0
  372. package/dist/test/setup.d.ts +2 -3
  373. package/dist/test/setup.js +87 -4
  374. package/dist/test/setup.types.d.ts +7 -0
  375. package/dist/test/setup.types.js +1 -0
  376. package/dist/toArray-DGvPoJP_.js +11 -0
  377. package/dist/useBreakpoint-CAMzKscx.js +22 -0
  378. package/dist/useCSSVarCls-C-MlZC6a.js +11 -0
  379. package/dist/useId-D2tzlufo.js +26 -0
  380. package/dist/useLocale-DWRfeMSS.js +16 -0
  381. package/dist/useMergedState-BoELfaU9.js +23 -0
  382. package/dist/useSize-CPo2bUE3.js +9 -0
  383. package/dist/{useVariants-DvhXfgJY.js → useVariants-Cin23jEC.js} +3 -3
  384. package/dist/useZIndex-D81lkWy4.js +44 -0
  385. package/dist/utils/icon-util.d.ts +2 -0
  386. package/dist/utils/icon-util.js +95 -0
  387. package/package.json +26 -15
  388. package/dist/AntdIcon-BoLh1dP8.js +0 -202
  389. package/dist/ExclamationCircleFilled-C0Kj5KQV.js +0 -21
  390. package/dist/Typography-aGoDUl4R.js +0 -710
  391. package/dist/index-BZAhCB_K.js +0 -97
  392. package/dist/index-CfDY25LP.js +0 -873
  393. package/dist/isVisible-A-IfeFoT.js +0 -367
  394. package/dist/providers/ThemeProvider.d.ts +0 -9
  395. package/dist/providers/ThemeProvider.js +0 -21
  396. package/dist/setup-BvfREoHl.js +0 -33891
  397. package/dist/useLocale-DT-z_vQ6.js +0 -16
  398. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/ASN.d.ts +0 -0
  399. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/ASN.js +0 -0
  400. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Appointment.d.ts +0 -0
  401. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Appointment.js +0 -0
  402. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Inventory.d.ts +0 -0
  403. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Inventory.js +0 -0
  404. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Parcel.d.ts +0 -0
  405. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Parcel.js +0 -0
  406. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Product.d.ts +0 -0
  407. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Product.js +0 -0
  408. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Route.d.ts +0 -0
  409. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Route.js +0 -0
  410. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Shipment.d.ts +0 -0
  411. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/Shipment.js +0 -0
  412. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/ShoppingCart.d.ts +0 -0
  413. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/ShoppingCart.js +0 -0
  414. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/System.d.ts +0 -0
  415. /package/dist/components/{Badge → Notification/NotificationBadge}/icons/System.js +0 -0
@@ -0,0 +1,81 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import "../../../providers/BreakpointThemeProvider.js";
3
+ import { u as s, a } from "../../../Typography-DqI7RslA.js";
4
+ import "../../Avatar/styles.js";
5
+ import "../../Badge/styles.js";
6
+ import "../../Breadcrumb/styles.js";
7
+ import "../../Button/styles.js";
8
+ import "../../Card/styles.js";
9
+ import "../../Checkbox/styles.js";
10
+ import "react";
11
+ import "../../ErrorBoundaryFallback/styles.js";
12
+ import "../../Input/styles.js";
13
+ import "./styles.js";
14
+ import "../../Message/styles.js";
15
+ import "../../Notification/NotificationBadge/styles.js";
16
+ import "../../Notification/styles.js";
17
+ import "../../../styles-BSD221S5.js";
18
+ import "../../Progress/styles.js";
19
+ import "../../../styles/global-styles.js";
20
+ import "../../Row/styles.js";
21
+ import "../../Row/RowLabelValue/styles.js";
22
+ import "../../Row/RowActions/styles.js";
23
+ import "../../SegmentedControls/styles.js";
24
+ import "../../Select/styles.js";
25
+ import "../../Switch/styles.js";
26
+ import "../../../styles-D9iYILpv.js";
27
+ import "../../Tabs/styles.js";
28
+ import "../../Tile/styles.js";
29
+ import "../../Toast/styles.js";
30
+ import "../../Tooltip/styles.js";
31
+ const c = ({
32
+ width: i = 300,
33
+ height: r = 300,
34
+ backgroundColor: o = "#f0f0f0",
35
+ border: p = "1px solid #ccc",
36
+ isVertical: e
37
+ }) => /* @__PURE__ */ t(
38
+ "div",
39
+ {
40
+ style: {
41
+ width: e ? "100%" : i,
42
+ height: e ? 180 : r,
43
+ minWidth: 180,
44
+ backgroundColor: o,
45
+ margin: 0,
46
+ // important to keep it 0 to prevent layout issues with margin collapsing
47
+ border: p,
48
+ display: "flex",
49
+ justifyContent: "center",
50
+ alignItems: "center",
51
+ boxSizing: "border-box"
52
+ },
53
+ children: /* @__PURE__ */ t(a, { variant: "body1", children: "Content" })
54
+ }
55
+ ), L = ({
56
+ total: i = 3,
57
+ backgroundColor: r,
58
+ isSidebar: o = !1
59
+ }) => {
60
+ const { breakpoint: p, theme: e } = s(), m = p === "narrow" || o;
61
+ return /* @__PURE__ */ t(
62
+ "div",
63
+ {
64
+ style: {
65
+ margin: 0,
66
+ padding: 0,
67
+ backgroundColor: r,
68
+ boxSizing: "border-box",
69
+ alignItems: "center",
70
+ justifyContent: "center",
71
+ display: "flex",
72
+ flexDirection: m ? "column" : "row",
73
+ gap: 8
74
+ },
75
+ children: [...Array(i)].map((d, n) => /* @__PURE__ */ t(c, { isVertical: m }, n))
76
+ }
77
+ );
78
+ };
79
+ export {
80
+ L as default
81
+ };
@@ -0,0 +1,2 @@
1
+ export { default } from './Content';
2
+ export type { ContentProps } from './Content';
@@ -0,0 +1,4 @@
1
+ import { Content as o } from "./Content.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,11 @@
1
+ import { GenesisTheme } from '../../../styles/theme/genesis-theme.types';
2
+
3
+ interface StyledContentProps {
4
+ theme?: GenesisTheme;
5
+ $isColumn?: boolean;
6
+ }
7
+ export declare const getGenesisClass: ({ sizing }: {
8
+ sizing: any;
9
+ }, $isColumn: any) => string;
10
+ export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledContentProps>> & string;
11
+ export {};
@@ -0,0 +1,16 @@
1
+ import { d as o } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
2
+ const t = ({ sizing: i }, e) => `
3
+ display: flex;
4
+ flex-direction: ${e ? "column" : "row"};
5
+ width: 100%;
6
+ height: 100%;
7
+ padding: ${i.Size4}px;
8
+ margin: 0;
9
+ box-sizing: border-box;
10
+ `, r = o.div`
11
+ ${({ theme: i, $isColumn: e }) => t(i, e)}
12
+ `;
13
+ export {
14
+ r as Content,
15
+ t as getGenesisClass
16
+ };
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ export interface LayoutProps {
3
+ children?: React.ReactNode;
4
+ isColumn?: boolean;
5
+ style?: React.CSSProperties;
6
+ }
7
+ declare const Layout: ({ children, isColumn, style }: LayoutProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Layout;
@@ -0,0 +1,6 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { Content as e } from "./Content/Content.js";
3
+ const m = ({ children: t, isColumn: o = !1, style: a }) => /* @__PURE__ */ r(e, { "data-testid": "Layout", isColumn: o, style: a, children: t });
4
+ export {
5
+ m as default
6
+ };
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+
3
+ export interface MainLayoutProps {
4
+ header?: React.ReactNode;
5
+ main?: React.ReactNode;
6
+ footer?: React.ReactNode;
7
+ sidebar?: React.ReactNode;
8
+ }
9
+ declare const MainLayout: ({ header, main, footer, sidebar }: MainLayoutProps) => import("react/jsx-runtime").JSX.Element;
10
+ export default MainLayout;
@@ -0,0 +1,28 @@
1
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
+ import i from "../Layout.js";
3
+ import { Sidebar as h, Header as o, Main as d, Footer as u } from "./styles.js";
4
+ import "../../../providers/BreakpointThemeProvider.js";
5
+ import { u as m } from "../../../Typography-DqI7RslA.js";
6
+ const C = ({ header: n, main: l, footer: t, sidebar: c }) => {
7
+ const { breakpoint: s } = m();
8
+ return c ? s === "narrow" ? /* @__PURE__ */ e(i, { isColumn: !0, children: [
9
+ /* @__PURE__ */ r(h, { children: c }),
10
+ /* @__PURE__ */ r(o, { children: n }),
11
+ /* @__PURE__ */ r(d, { children: l }),
12
+ /* @__PURE__ */ r(u, { children: t })
13
+ ] }) : /* @__PURE__ */ e(i, { children: [
14
+ /* @__PURE__ */ r(i, { isColumn: !0, style: { width: "250px" }, children: /* @__PURE__ */ r(h, { children: c }) }),
15
+ /* @__PURE__ */ e(i, { isColumn: !0, style: { flex: 1 }, children: [
16
+ /* @__PURE__ */ r(o, { children: n }),
17
+ /* @__PURE__ */ r(d, { children: l }),
18
+ /* @__PURE__ */ r(u, { children: t })
19
+ ] })
20
+ ] }) : /* @__PURE__ */ e(i, { isColumn: !0, children: [
21
+ /* @__PURE__ */ r(o, { children: n }),
22
+ /* @__PURE__ */ r(d, { children: l }),
23
+ /* @__PURE__ */ r(u, { children: t })
24
+ ] });
25
+ };
26
+ export {
27
+ C as default
28
+ };
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { default as MainLayout } from '../MainLayout';
3
+
4
+ declare const meta: Meta<typeof MainLayout>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof MainLayout>;
7
+ export declare const MainColumn: Story;
8
+ export declare const WithSidebar: Story;
9
+ export declare const WithSidebarAndContent: Story;
@@ -0,0 +1,2 @@
1
+ export { default } from './MainLayout';
2
+ export type { MainLayoutProps } from './MainLayout';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./MainLayout.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const Sidebar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export declare const Header: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export declare const Main: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export declare const Footer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,69 @@
1
+ import { d } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
2
+ const n = d.div`
3
+ display: flex;
4
+ flex-direction: column;
5
+ overflow: hidden;
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: ${({ theme: i }) => i.sizing.Size4 + "px"};
9
+
10
+ @media ${({ theme: i }) => i.breakpoints.wide} {
11
+ padding: ${({ theme: i }) => i.sizing.Size8 + "px"};
12
+ }
13
+
14
+ @media ${({ theme: i }) => i.breakpoints.medium} {
15
+ padding: ${({ theme: i }) => i.sizing.Size16 + "px"};
16
+ }
17
+ `, a = d.div`
18
+ display: flex;
19
+ flex-direction: column;
20
+ overflow: hidden;
21
+ width: 100%;
22
+ margin: 0;
23
+ padding: ${({ theme: i }) => i.sizing.Size4 + "px"};
24
+
25
+ @media ${({ theme: i }) => i.breakpoints.wide} {
26
+ padding: ${({ theme: i }) => i.sizing.Size8 + "px"};
27
+ }
28
+
29
+ @media ${({ theme: i }) => i.breakpoints.medium} {
30
+ padding: ${({ theme: i }) => i.sizing.Size16 + "px"};
31
+ }
32
+ `, p = d.div`
33
+ display: flex;
34
+ flex-direction: column;
35
+ overflow: hidden;
36
+ flex: 1;
37
+ width: 100%;
38
+ margin: 0;
39
+ padding: ${({ theme: i }) => i.sizing.Size4 + "px"};
40
+
41
+ @media ${({ theme: i }) => i.breakpoints.wide} {
42
+ padding: ${({ theme: i }) => i.sizing.Size8 + "px"};
43
+ }
44
+
45
+ @media ${({ theme: i }) => i.breakpoints.medium} {
46
+ padding: ${({ theme: i }) => i.sizing.Size16 + "px"};
47
+ }
48
+ `, o = d.div`
49
+ display: flex;
50
+ flex-direction: column;
51
+ overflow: hidden;
52
+ width: 100%;
53
+ margin: 0;
54
+ padding: ${({ theme: i }) => i.sizing.Size4 + "px"};
55
+
56
+ @media ${({ theme: i }) => i.breakpoints.wide} {
57
+ padding: ${({ theme: i }) => i.sizing.Size8 + "px"};
58
+ }
59
+
60
+ @media ${({ theme: i }) => i.breakpoints.medium} {
61
+ padding: ${({ theme: i }) => i.sizing.Size16 + "px"};
62
+ }
63
+ `;
64
+ export {
65
+ o as Footer,
66
+ a as Header,
67
+ p as Main,
68
+ n as Sidebar
69
+ };
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { default as Layout } from '../Layout';
3
+
4
+ declare const meta: Meta<typeof Layout>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof Layout>;
7
+ export declare const LayoutStory: Story;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { a as n } from "../../../setup-CKu7-AfI.js";
3
+ import c from "../Layout.js";
4
+ describe("<Layout />", () => {
5
+ let o;
6
+ beforeEach(() => {
7
+ o = {};
8
+ });
9
+ const e = () => n(/* @__PURE__ */ t(c, { ...o }));
10
+ it("should render correctly", () => {
11
+ const { container: r } = e();
12
+ expect(r).toBeInTheDocument();
13
+ });
14
+ });
@@ -0,0 +1,2 @@
1
+ export { default } from './Layout';
2
+ export type { LayoutProps } from './Layout';
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./Layout.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,12 +1,14 @@
1
+ import { default as React } from 'react';
1
2
  import { STATE, SIZE } from '../../constants';
2
3
 
4
+ export type MessageAction = {
5
+ label?: string;
6
+ onClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
7
+ };
3
8
  export interface MessageProps {
4
9
  state: keyof typeof STATE;
5
10
  message: string;
6
- action?: {
7
- label?: string;
8
- onClick: (event: React.MouseEvent<HTMLButtonElement>) => void;
9
- };
11
+ action?: MessageAction;
10
12
  size?: Extract<keyof typeof SIZE, "small" | "standard">;
11
13
  }
12
14
  declare const Message: ({ state, message, action, size, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,58 +1,77 @@
1
- import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
- import { TYPOGRAPHY_VARIANT as f, STATE as s, SIZE as m } from "../../constants/index.js";
3
- import { n as p } from "../../styled-components.browser.esm-CZ1XM4o4.js";
1
+ import { jsxs as p, jsx as t } from "react/jsx-runtime";
2
+ import { useState as f } from "react";
3
+ import { TYPOGRAPHY_VARIANT as g, STATE as o, SIZE as d } from "../../constants/index.js";
4
+ import "../Avatar/styles.js";
4
5
  import "../Badge/styles.js";
6
+ import "../../providers/BreakpointThemeProvider.js";
7
+ import { a as u, R } from "../../Typography-DqI7RslA.js";
8
+ import { n as I } from "../../styled-components.browser.esm-CZ1XM4o4.js";
5
9
  import "../Breadcrumb/styles.js";
6
- import "../../providers/ThemeProvider.js";
7
- import { a as u, R as g, b as d, c as I, d as R, e as y } from "../../Typography-aGoDUl4R.js";
8
10
  import "../Button/styles.js";
11
+ import "../Card/styles.js";
9
12
  import "../Checkbox/styles.js";
10
13
  import "../ErrorBoundaryFallback/styles.js";
11
14
  import "../Input/styles.js";
15
+ import "../Layout/Content/styles.js";
16
+ import "../Notification/NotificationBadge/styles.js";
12
17
  import "../Notification/styles.js";
13
- import "react";
18
+ import "../../styles-BSD221S5.js";
19
+ import "../Progress/styles.js";
20
+ import "../../styles/global-styles.js";
21
+ import "../Row/styles.js";
22
+ import "../Row/RowLabelValue/styles.js";
23
+ import "../Row/RowActions/styles.js";
24
+ import "../SegmentedControls/styles.js";
14
25
  import "../Select/styles.js";
26
+ import "../Switch/styles.js";
27
+ import "../../styles-D9iYILpv.js";
28
+ import "../Tabs/styles.js";
29
+ import "../Tile/styles.js";
15
30
  import "../Toast/styles.js";
16
- import { MessageRow as T, MessageContent as w, ActionButton as h } from "./styles.js";
17
- const x = (o, r) => {
18
- switch (o) {
19
- case s.error:
31
+ import "../Tooltip/styles.js";
32
+ import { MessageRow as v, MessageContent as k, ActionButton as y } from "./styles.js";
33
+ import { R as T, a as h, b as w, c as C } from "../../MinusCircleOutlined-Shz0RRQV.js";
34
+ const x = (e, r) => {
35
+ switch (e) {
36
+ case o.error:
20
37
  return r.colors.status.error.onsurface;
21
- case s.success:
38
+ case o.success:
22
39
  return r.colors.status.success.onsurface;
23
- case s.warning:
40
+ case o.warning:
24
41
  return r.colors.status.warning.onsurface;
25
- case s.generic:
42
+ case o.generic:
26
43
  return r.colors.status.generic.onsurface;
27
- case s.info:
44
+ case o.info:
28
45
  default:
29
46
  return r.colors.status.info.onsurface;
30
47
  }
31
- }, A = (o, r) => {
32
- switch (o) {
33
- case s.warning:
34
- return /* @__PURE__ */ e(y, { style: { color: r } });
35
- case s.error:
36
- return /* @__PURE__ */ e(R, { style: { color: r } });
37
- case s.success:
38
- return /* @__PURE__ */ e(I, { style: { color: r } });
39
- case s.generic:
40
- return /* @__PURE__ */ e(d, { style: { color: r } });
41
- case s.info:
48
+ }, A = (e, r) => {
49
+ switch (e) {
50
+ case o.warning:
51
+ return /* @__PURE__ */ t(C, { style: { color: r } });
52
+ case o.error:
53
+ return /* @__PURE__ */ t(w, { style: { color: r } });
54
+ case o.success:
55
+ return /* @__PURE__ */ t(R, { style: { color: r } });
56
+ case o.generic:
57
+ return /* @__PURE__ */ t(h, { style: { color: r } });
58
+ case o.info:
42
59
  default:
43
- return /* @__PURE__ */ e(g, { style: { color: r } });
60
+ return /* @__PURE__ */ t(T, { style: { color: r } });
44
61
  }
45
- }, V = ({
46
- state: o = s.info,
62
+ }, ir = ({
63
+ state: e = o.info,
47
64
  message: r,
48
- action: t,
49
- size: l = m.standard
65
+ action: s,
66
+ size: i = d.standard
50
67
  }) => {
51
- const n = p(), c = x(o, n), a = f.message;
52
- return /* @__PURE__ */ i(T, { state: o, size: l, children: [
53
- /* @__PURE__ */ i(w, { children: [
54
- A(o, c),
55
- /* @__PURE__ */ e(
68
+ const n = I(), c = x(e, n), a = g.message, [l, m] = f(
69
+ n.colors.interactive.link.active
70
+ );
71
+ return /* @__PURE__ */ p(v, { state: e, size: i, children: [
72
+ /* @__PURE__ */ p(k, { action: s, size: i, children: [
73
+ A(e, c),
74
+ /* @__PURE__ */ t(
56
75
  u,
57
76
  {
58
77
  variant: a,
@@ -62,17 +81,25 @@ const x = (o, r) => {
62
81
  }
63
82
  )
64
83
  ] }),
65
- t ? /* @__PURE__ */ e(h, { onClick: t.onClick, children: /* @__PURE__ */ e(
66
- u,
84
+ s ? /* @__PURE__ */ t(
85
+ y,
67
86
  {
68
- variant: a,
69
- color: n.colors.interactive.link.active,
70
- isText: !0,
71
- children: t.label
87
+ onClick: s == null ? void 0 : s.onClick,
88
+ onMouseEnter: () => m(n.colors.interactive.link.hover),
89
+ onMouseLeave: () => m(n.colors.interactive.link.active),
90
+ children: /* @__PURE__ */ t(
91
+ u,
92
+ {
93
+ variant: a,
94
+ color: l,
95
+ isText: !0,
96
+ children: s.label
97
+ }
98
+ )
72
99
  }
73
- ) }) : null
100
+ ) : null
74
101
  ] });
75
102
  };
76
103
  export {
77
- V as default
104
+ ir as default
78
105
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { v as r, f as a, a as i } from "../../../setup-BvfREoHl.js";
2
+ import { v as r, f as a, a as i } from "../../../setup-CKu7-AfI.js";
3
3
  import m from "../Message.js";
4
4
  import { STATE as s } from "../../../constants/index.js";
5
5
  describe("<Message />", () => {
@@ -4,5 +4,6 @@ export declare const MessageRow: import('styled-components/dist/types').IStyledC
4
4
  }>> & string;
5
5
  export declare const MessageContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
6
6
  size?: string;
7
+ action?: unknown;
7
8
  }>> & string;
8
9
  export declare const ActionButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
@@ -4,27 +4,27 @@ const s = o.div`
4
4
  display: flex;
5
5
  justify-content: space-between;
6
6
  align-items: center;
7
- gap: ${({ theme: t }) => t.sizing.Size4}px;
8
- padding: ${({ theme: t }) => t.sizing.Size3}px;
9
- background-color: ${({ theme: t, state: e }) => t.colors.status[e].surface};
10
- width: ${({ theme: t, state: e, size: i }) => i === "standard" ? "320px" : "240px"};
7
+ gap: ${({ theme: e }) => e.sizing.Size4}px;
8
+ padding: ${({ theme: e }) => e.sizing.Size3}px;
9
+ background-color: ${({ theme: e, state: t }) => e.colors.status[t].surface};
10
+ width: ${({ theme: e, state: t, size: i }) => i === "standard" ? "320px" : "240px"};
11
11
  pointer-events: none;
12
12
  cursor: default;
13
- border-radius: ${({ theme: t }) => t.borderRadius.BorderRadiusSm}px;
13
+ border-radius: ${({ theme: e }) => e.borderRadius.BorderRadiusSm}px;
14
14
  `, d = o.div`
15
15
  display: flex;
16
16
  align-items: center;
17
- gap: ${({ theme: t }) => t.sizing.Size2}px;
17
+ gap: ${({ theme: e }) => e.sizing.Size2}px;
18
18
  flex: 1;
19
- max-width: ${({ size: t }) => t === "standard" ? "320px" : "240px"};
19
+ max-width: ${({ size: e, action: t }) => e === "standard" || !t ? "320px" : "240px"};
20
20
 
21
21
  .ant-typography {
22
22
  display: -webkit-box;
23
23
  -webkit-box-orient: vertical;
24
24
  overflow: hidden;
25
- font-family: ${({ theme: t }) => t.typography.fontFamily};
26
- line-height: ${({ theme: t, size: e }) => e === n.standard ? t.typography.lineHeight : "23px"};
27
- font-size: ${({ theme: t, size: e }) => e === "standard" ? t.typography.body2 : t.typography.body1};
25
+ font-family: ${({ theme: e }) => e.typography.fontFamily};
26
+ line-height: ${({ theme: e, size: t }) => t === n.standard ? e.typography.lineHeight : "23px"};
27
+ font-size: ${({ theme: e, size: t }) => t === "standard" ? e.typography.body2 : e.typography.body1};
28
28
  }
29
29
  `, p = o.button`
30
30
  text-decoration: underline;
@@ -32,7 +32,11 @@ const s = o.div`
32
32
  background: none;
33
33
  cursor: pointer;
34
34
  pointer-events: all;
35
- color: ${({ theme: t }) => t.colors.interactive.link.active};
35
+ color: ${({ theme: e }) => e.colors.interactive.link.active};
36
+
37
+ &:hover {
38
+ color: ${({ theme: e }) => e.colors.interactive.link.hover};
39
+ }
36
40
  `;
37
41
  export {
38
42
  p as ActionButton,