@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
@@ -1,91 +1,91 @@
1
- import { Size1 as c, Size2 as y, Size3 as h, Size4 as S, Size5 as m, Size6 as F, Size7 as v, Size8 as H, Size10 as W, Size12 as T, Size13 as k, Size14 as B, Size16 as w, Size18 as D, Size20 as M, Size24 as N, Size27 as E, Size28 as R, Size30 as G, Size32 as L, Size34 as A, Size35 as O, Size39 as P, Size43 as x, Size50 as Y, Size64 as X, Size05 as I, Size15 as K, Size025 as V, Size25 as j, ColorYellow500 as s, ColorSky700 as f, ColorGray100 as g, ColorGrayWhite as u, ColorGray500 as z, ColorGray800 as n, ColorGray600 as C, ColorSky800 as r, ColorYellow800 as t, ColorYellow900 as d, BorderRadiusNone as q, BorderRadiusXs as J, BorderRadiusSm as Q, BorderRadiusMd as U, BorderRadiusLg as Z, BorderRadiusXl as _, BorderRadiusXxl as $, BorderRadiusXxxl as ee, BorderRadiusRounded as oe, TypographyPrimaryFontFamily as ie, ColorRed100 as re, ColorRed200 as te, ColorRed300 as ne, ColorRed400 as ae, ColorRed500 as le, ColorRed600 as ge, ColorRed700 as de, ColorRed800 as pe, ColorRed900 as ce, ColorOrange100 as ye, ColorOrange200 as he, ColorOrange300 as Se, ColorOrange400 as se, ColorOrange500 as fe, ColorOrange600 as ue, ColorOrange700 as ze, ColorOrange800 as Ce, ColorOrange900 as be, ColorYellow100 as me, ColorYellow200 as Fe, ColorYellow300 as ve, ColorYellow400 as He, ColorYellow600 as We, ColorYellow700 as Te, ColorGreen100 as ke, ColorGreen200 as Be, ColorGreen300 as we, ColorGreen400 as De, ColorGreen500 as Me, ColorGreen600 as Ne, ColorGreen700 as Ee, ColorGreen800 as Re, ColorGreen900 as Ge, ColorSky100 as Le, ColorSky200 as Ae, ColorSky300 as Oe, ColorSky400 as Pe, ColorSky500 as xe, ColorSky600 as Ye, ColorSky900 as Xe, ColorBlue100 as Ie, ColorBlue200 as Ke, ColorBlue300 as Ve, ColorBlue400 as je, ColorBlue500 as qe, ColorBlue600 as Je, ColorBlue700 as Qe, ColorBlue800 as Ue, ColorBlue900 as Ze, ColorPurple100 as _e, ColorPurple200 as $e, ColorPurple300 as eo, ColorPurple400 as oo, ColorPurple500 as io, ColorPurple600 as ro, ColorPurple700 as to, ColorPurple800 as no, ColorPurple900 as ao, ColorGray200 as lo, ColorGray300 as go, ColorGray400 as po, ColorGray700 as co, ColorGray900 as yo, ColorGrayBlack as ho, TypographyWideFontSizeDisplay1 as So, TypographyWideFontSizeDisplay2 as so, TypographyWideFontSizeDisplay3 as fo, TypographyWideFontSizeHeading1 as uo, TypographyWideFontSizeHeading2 as zo, TypographyWideFontSizeHeading3 as Co, TypographyWideFontSizeSubHeading1 as bo, TypographyWideFontSizeSubHeading2 as mo, TypographyWideFontSizeSubHeading3 as Fo, TypographyWideFontSizeBody1 as vo, TypographyWideFontSizeBody2 as Ho, TypographyWideFontSizeBody3 as Wo, TypographyWideFontSizeBody4 as To, TypographyWideFontSizeBody5 as ko, TypographyWideFontSizeMessage as Bo, TypographyWideFontSizeOverline1 as wo, TypographyWideFontSizeOverline2 as Do, TypographyWideFontSizeOverline3 as Mo, TypographyWideFontSizeLabel1 as No, TypographyWideFontSizeLabel2 as Eo, TypographyWideFontSizeLabel3 as Ro, TypographyWideFontSizeLink1 as Go, TypographyWideFontSizeLink2 as Lo, TypographyWideFontSizeLink3 as Ao, TypographyWideFontSizeDigits1 as Oo, TypographyWideFontSizeDigits2 as Po, TypographyWideFontSizeDigits3 as xo, TypographyMediumFontSizeDisplay1 as Yo, TypographyMediumFontSizeDisplay2 as Xo, TypographyMediumFontSizeDisplay3 as Io, TypographyMediumFontSizeHeading1 as Ko, TypographyMediumFontSizeHeading2 as Vo, TypographyMediumFontSizeHeading3 as jo, TypographyMediumFontSizeSubHeading1 as qo, TypographyMediumFontSizeSubHeading2 as Jo, TypographyMediumFontSizeSubHeading3 as Qo, TypographyMediumFontSizeBody1 as Uo, TypographyMediumFontSizeBody2 as Zo, TypographyMediumFontSizeBody3 as _o, TypographyMediumFontSizeBody4 as $o, TypographyMediumFontSizeBody5 as ei, TypographyMediumFontSizeMessage as oi, TypographyMediumFontSizeOverline1 as ii, TypographyMediumFontSizeOverline2 as ri, TypographyMediumFontSizeOverline3 as ti, TypographyMediumFontSizeLabel1 as ni, TypographyMediumFontSizeLabel2 as ai, TypographyMediumFontSizeLabel3 as li, TypographyMediumFontSizeLink1 as gi, TypographyMediumFontSizeLink2 as di, TypographyMediumFontSizeLink3 as pi, TypographyMediumFontSizeDigits1 as ci, TypographyMediumFontSizeDigits2 as yi, TypographyMediumFontSizeDigits3 as hi, TypographyNarrowFontSizeDisplay1 as Si, TypographyNarrowFontSizeDisplay2 as si, TypographyNarrowFontSizeDisplay3 as fi, TypographyNarrowFontSizeHeading1 as ui, TypographyNarrowFontSizeHeading2 as zi, TypographyNarrowFontSizeHeading3 as Ci, TypographyNarrowFontSizeSubHeading1 as bi, TypographyNarrowFontSizeSubHeading2 as mi, TypographyNarrowFontSizeSubHeading3 as Fi, TypographyNarrowFontSizeBody1 as vi, TypographyNarrowFontSizeBody2 as Hi, TypographyNarrowFontSizeBody3 as Wi, TypographyNarrowFontSizeBody4 as Ti, TypographyNarrowFontSizeBody5 as ki, TypographyNarrowFontSizeMessage as Bi, TypographyNarrowFontSizeOverline1 as wi, TypographyNarrowFontSizeOverline2 as Di, TypographyNarrowFontSizeOverline3 as Mi, TypographyNarrowFontSizeLabel1 as Ni, TypographyNarrowFontSizeLabel2 as Ei, TypographyNarrowFontSizeLabel3 as Ri, TypographyNarrowFontSizeLink1 as Gi, TypographyNarrowFontSizeLink2 as Li, TypographyNarrowFontSizeLink3 as Ai, TypographyNarrowFontSizeDigits1 as Oi, TypographyNarrowFontSizeDigits2 as Pi, TypographyNarrowFontSizeDigits3 as xi } from "../design-tokens/variables.js";
2
- const Yi = {
1
+ import { Size1 as s, Size2 as y, Size3 as h, Size4 as u, Size5 as T, Size6 as B, Size7 as E, Size8 as w, Size10 as D, Size12 as x, Size13 as A, Size14 as M, Size16 as N, Size18 as R, Size20 as G, Size24 as L, Size27 as O, Size28 as P, Size30 as Y, Size32 as X, Size34 as I, Size35 as K, Size39 as V, Size43 as j, Size50 as q, Size64 as J, Size05 as Q, Size15 as U, Size025 as Z, Size25 as _, ColorYellow500 as f, ColorSky700 as S, ColorSky900 as C, ColorGray100 as g, ColorGrayWhite as z, ColorGray500 as v, ColorGray700 as b, ColorSky800 as t, ColorGray800 as d, ColorYellow800 as n, ColorYellow900 as p, ColorSky300 as F, ColorSky400 as m, BorderRadiusNone as $, BorderRadiusXs as ee, BorderRadiusSm as re, BorderRadiusMd as oe, BorderRadiusLg as ie, BorderRadiusXl as te, BorderRadiusXxl as ne, BorderRadiusXxxl as ae, BorderRadiusRounded as le, TypographyPrimaryFontFamily as ge, ColorRed100 as ce, ColorRed200 as de, ColorRed300 as pe, ColorRed400 as se, ColorRed500 as ye, ColorRed600 as he, ColorRed700 as ue, ColorRed800 as fe, ColorRed900 as Se, ColorOrange100 as Ce, ColorOrange200 as ze, ColorOrange300 as ve, ColorOrange400 as be, ColorOrange500 as Fe, ColorOrange600 as me, ColorOrange700 as He, ColorOrange800 as We, ColorOrange900 as ke, ColorYellow100 as Te, ColorYellow200 as Be, ColorYellow300 as Ee, ColorYellow400 as we, ColorYellow600 as De, ColorYellow700 as xe, ColorGreen100 as Ae, ColorGreen200 as Me, ColorGreen300 as Ne, ColorGreen400 as Re, ColorGreen500 as Ge, ColorGreen600 as Le, ColorGreen700 as Oe, ColorGreen800 as Pe, ColorGreen900 as Ye, ColorSky100 as Xe, ColorSky200 as Ie, ColorSky500 as Ke, ColorSky600 as Ve, ColorBlue100 as je, ColorBlue200 as qe, ColorBlue300 as Je, ColorBlue400 as Qe, ColorBlue500 as Ue, ColorBlue600 as Ze, ColorBlue700 as _e, ColorBlue800 as $e, ColorBlue900 as er, ColorPurple100 as rr, ColorPurple200 as or, ColorPurple300 as ir, ColorPurple400 as tr, ColorPurple500 as nr, ColorPurple600 as ar, ColorPurple700 as lr, ColorPurple800 as gr, ColorPurple900 as cr, ColorGray200 as dr, ColorGray300 as pr, ColorGray400 as sr, ColorGray600 as yr, ColorGray900 as hr, ColorGrayBlack as ur, TypographyWideFontSizeDisplay1 as fr, TypographyWideFontSizeDisplay2 as Sr, TypographyWideFontSizeDisplay3 as Cr, TypographyWideFontSizeHeading1 as zr, TypographyWideFontSizeHeading2 as vr, TypographyWideFontSizeHeading3 as br, TypographyWideFontSizeSubHeading1 as Fr, TypographyWideFontSizeSubHeading2 as mr, TypographyWideFontSizeSubHeading3 as Hr, TypographyWideFontSizeBody1 as Wr, TypographyWideFontSizeBody2 as kr, TypographyWideFontSizeBody3 as Tr, TypographyWideFontSizeBody4 as Br, TypographyWideFontSizeBody5 as Er, TypographyWideFontSizeMessage as wr, TypographyWideFontSizeOverline1 as Dr, TypographyWideFontSizeOverline2 as xr, TypographyWideFontSizeOverline3 as Ar, TypographyWideFontSizeLabel1 as Mr, TypographyWideFontSizeLabel2 as Nr, TypographyWideFontSizeLabel3 as Rr, TypographyWideFontSizeLink1 as Gr, TypographyWideFontSizeLink2 as Lr, TypographyWideFontSizeLink3 as Or, TypographyWideFontSizeDigits1 as Pr, TypographyWideFontSizeDigits2 as Yr, TypographyWideFontSizeDigits3 as Xr, TypographyMediumFontSizeDisplay1 as Ir, TypographyMediumFontSizeDisplay2 as Kr, TypographyMediumFontSizeDisplay3 as Vr, TypographyMediumFontSizeHeading1 as jr, TypographyMediumFontSizeHeading2 as qr, TypographyMediumFontSizeHeading3 as Jr, TypographyMediumFontSizeSubHeading1 as Qr, TypographyMediumFontSizeSubHeading2 as Ur, TypographyMediumFontSizeSubHeading3 as Zr, TypographyMediumFontSizeBody1 as _r, TypographyMediumFontSizeBody2 as $r, TypographyMediumFontSizeBody3 as eo, TypographyMediumFontSizeBody4 as ro, TypographyMediumFontSizeBody5 as oo, TypographyMediumFontSizeMessage as io, TypographyMediumFontSizeOverline1 as to, TypographyMediumFontSizeOverline2 as no, TypographyMediumFontSizeOverline3 as ao, TypographyMediumFontSizeLabel1 as lo, TypographyMediumFontSizeLabel2 as go, TypographyMediumFontSizeLabel3 as co, TypographyMediumFontSizeLink1 as po, TypographyMediumFontSizeLink2 as so, TypographyMediumFontSizeLink3 as yo, TypographyMediumFontSizeDigits1 as ho, TypographyMediumFontSizeDigits2 as uo, TypographyMediumFontSizeDigits3 as fo, TypographyNarrowFontSizeDisplay1 as So, TypographyNarrowFontSizeDisplay2 as Co, TypographyNarrowFontSizeDisplay3 as zo, TypographyNarrowFontSizeHeading1 as vo, TypographyNarrowFontSizeHeading2 as bo, TypographyNarrowFontSizeHeading3 as Fo, TypographyNarrowFontSizeSubHeading1 as mo, TypographyNarrowFontSizeSubHeading2 as Ho, TypographyNarrowFontSizeSubHeading3 as Wo, TypographyNarrowFontSizeBody1 as ko, TypographyNarrowFontSizeBody2 as To, TypographyNarrowFontSizeBody3 as Bo, TypographyNarrowFontSizeBody4 as Eo, TypographyNarrowFontSizeBody5 as wo, TypographyNarrowFontSizeMessage as Do, TypographyNarrowFontSizeOverline1 as xo, TypographyNarrowFontSizeOverline2 as Ao, TypographyNarrowFontSizeOverline3 as Mo, TypographyNarrowFontSizeLabel1 as No, TypographyNarrowFontSizeLabel2 as Ro, TypographyNarrowFontSizeLabel3 as Go, TypographyNarrowFontSizeLink1 as Lo, TypographyNarrowFontSizeLink2 as Oo, TypographyNarrowFontSizeLink3 as Po, TypographyNarrowFontSizeDigits1 as Yo, TypographyNarrowFontSizeDigits2 as Xo, TypographyNarrowFontSizeDigits3 as Io } from "../design-tokens/variables.js";
2
+ const Ko = {
3
3
  wide: 1280,
4
4
  medium: 1024,
5
5
  narrow: 480
6
- }, p = {
7
- BorderRadiusNone: q,
8
- BorderRadiusXs: J,
9
- BorderRadiusSm: Q,
10
- BorderRadiusMd: U,
11
- BorderRadiusLg: Z,
12
- BorderRadiusXl: _,
13
- BorderRadiusXxl: $,
14
- BorderRadiusXxxl: ee,
15
- BorderRadiusRounded: oe
6
+ }, c = {
7
+ BorderRadiusNone: $,
8
+ BorderRadiusXs: ee,
9
+ BorderRadiusSm: re,
10
+ BorderRadiusMd: oe,
11
+ BorderRadiusLg: ie,
12
+ BorderRadiusXl: te,
13
+ BorderRadiusXxl: ne,
14
+ BorderRadiusXxxl: ae,
15
+ BorderRadiusRounded: le
16
16
  }, i = {
17
- Size1: c,
17
+ Size1: s,
18
18
  // 4px
19
19
  Size2: y,
20
20
  // 8px
21
21
  Size3: h,
22
22
  // 12px
23
- Size4: S,
23
+ Size4: u,
24
24
  // 16px
25
- Size5: m,
25
+ Size5: T,
26
26
  // 20px
27
- Size6: F,
27
+ Size6: B,
28
28
  // 24px
29
- Size7: v,
29
+ Size7: E,
30
30
  // 28px
31
- Size8: H,
31
+ Size8: w,
32
32
  // 32px
33
- Size10: W,
33
+ Size10: D,
34
34
  // 40px
35
- Size12: T,
35
+ Size12: x,
36
36
  // 48px
37
- Size13: k,
37
+ Size13: A,
38
38
  // 52px
39
- Size14: B,
39
+ Size14: M,
40
40
  // 56px
41
- Size16: w,
41
+ Size16: N,
42
42
  // 64px
43
- Size18: D,
43
+ Size18: R,
44
44
  // 72px
45
- Size20: M,
45
+ Size20: G,
46
46
  // 80px
47
- Size24: N,
47
+ Size24: L,
48
48
  // 96px
49
- Size27: E,
49
+ Size27: O,
50
50
  // 108px
51
- Size28: R,
51
+ Size28: P,
52
52
  // 112px
53
- Size30: G,
53
+ Size30: Y,
54
54
  // 120px
55
- Size32: L,
55
+ Size32: X,
56
56
  // 128px
57
- Size34: A,
57
+ Size34: I,
58
58
  // 136px
59
- Size35: O,
59
+ Size35: K,
60
60
  // 140px
61
- Size39: P,
61
+ Size39: V,
62
62
  // 156px
63
- Size43: x,
63
+ Size43: j,
64
64
  // 172px
65
- Size50: Y,
65
+ Size50: q,
66
66
  // 200px
67
- Size64: X,
67
+ Size64: J,
68
68
  // 256px
69
- Size05: I,
69
+ Size05: Q,
70
70
  // 2px
71
- Size15: K,
71
+ Size15: U,
72
72
  // 6px
73
- Size025: V,
73
+ Size025: Z,
74
74
  // 1px
75
- Size25: j,
75
+ Size25: _,
76
76
  // 10px
77
- xs: c,
77
+ xs: s,
78
78
  // 4px
79
79
  sm: y,
80
80
  // 8px
81
81
  md: h,
82
82
  // 12px
83
- lg: S,
83
+ lg: u,
84
84
  // 16px
85
85
  typography1: 12,
86
86
  typography2: 14,
87
87
  typography3: 16
88
- }, _i = {
88
+ }, gi = {
89
89
  display1: "display1",
90
90
  display2: "display2",
91
91
  display3: "display3",
@@ -113,592 +113,592 @@ const Yi = {
113
113
  digits1: "digits1",
114
114
  digits2: "digits2",
115
115
  digits3: "digits3"
116
- }, Xi = {
116
+ }, Vo = {
117
117
  display1: {
118
- fontSize: So,
118
+ fontSize: fr,
119
119
  lineHeight: "3.5rem",
120
120
  fontWeight: 700,
121
121
  letterSpacing: "0"
122
122
  },
123
123
  display2: {
124
- fontSize: so,
124
+ fontSize: Sr,
125
125
  lineHeight: "3rem",
126
126
  fontWeight: 700,
127
127
  letterSpacing: "0"
128
128
  },
129
129
  display3: {
130
- fontSize: fo,
130
+ fontSize: Cr,
131
131
  lineHeight: "2.5rem",
132
132
  fontWeight: 700,
133
133
  letterSpacing: "0"
134
134
  },
135
135
  heading1: {
136
- fontSize: uo,
136
+ fontSize: zr,
137
137
  lineHeight: "2rem",
138
138
  fontWeight: 700,
139
139
  letterSpacing: "0"
140
140
  },
141
141
  heading2: {
142
- fontSize: zo,
142
+ fontSize: vr,
143
143
  lineHeight: "1.75rem",
144
144
  fontWeight: 700,
145
145
  letterSpacing: "0"
146
146
  },
147
147
  heading3: {
148
- fontSize: Co,
148
+ fontSize: br,
149
149
  lineHeight: "1.5rem",
150
150
  fontWeight: 700,
151
151
  letterSpacing: "0"
152
152
  },
153
153
  subHeading1: {
154
- fontSize: bo,
154
+ fontSize: Fr,
155
155
  lineHeight: "1.25rem",
156
156
  fontWeight: 600,
157
157
  letterSpacing: "0"
158
158
  },
159
159
  subHeading2: {
160
- fontSize: mo,
160
+ fontSize: mr,
161
161
  lineHeight: "1.25rem",
162
162
  fontWeight: 600,
163
163
  letterSpacing: "0"
164
164
  },
165
165
  subHeading3: {
166
- fontSize: Fo,
166
+ fontSize: Hr,
167
167
  lineHeight: "1rem",
168
168
  fontWeight: 600,
169
169
  letterSpacing: "0"
170
170
  },
171
171
  body1: {
172
- fontSize: vo,
172
+ fontSize: Wr,
173
173
  lineHeight: "1.5rem",
174
174
  fontWeight: 400,
175
175
  letterSpacing: "0"
176
176
  },
177
177
  body2: {
178
- fontSize: Ho,
178
+ fontSize: kr,
179
179
  lineHeight: "1.25rem",
180
180
  fontWeight: 400,
181
181
  letterSpacing: "0"
182
182
  },
183
183
  body3: {
184
- fontSize: Wo,
184
+ fontSize: Tr,
185
185
  lineHeight: "1rem",
186
186
  fontWeight: 400,
187
187
  letterSpacing: "0"
188
188
  },
189
189
  body4: {
190
- fontSize: To,
190
+ fontSize: Br,
191
191
  lineHeight: "0.875rem",
192
192
  fontWeight: 400,
193
193
  letterSpacing: "0"
194
194
  },
195
195
  body5: {
196
- fontSize: ko,
196
+ fontSize: Er,
197
197
  lineHeight: "0.75rem",
198
198
  fontWeight: 400,
199
199
  letterSpacing: "0"
200
200
  },
201
201
  message: {
202
- fontSize: Bo,
202
+ fontSize: wr,
203
203
  lineHeight: "23px",
204
204
  fontWeight: 400,
205
205
  letterSpacing: "0"
206
206
  },
207
207
  overline1: {
208
- fontSize: wo,
208
+ fontSize: Dr,
209
209
  lineHeight: "0.75rem",
210
210
  fontWeight: 500,
211
211
  letterSpacing: "0"
212
212
  },
213
213
  overline2: {
214
- fontSize: Do,
214
+ fontSize: xr,
215
215
  lineHeight: "0.75rem",
216
216
  fontWeight: 500,
217
217
  letterSpacing: "0"
218
218
  },
219
219
  overline3: {
220
- fontSize: Mo,
220
+ fontSize: Ar,
221
221
  lineHeight: "0.75rem",
222
222
  fontWeight: 500,
223
223
  letterSpacing: "0"
224
224
  },
225
225
  label1: {
226
- fontSize: No,
226
+ fontSize: Mr,
227
227
  lineHeight: "1rem",
228
228
  fontWeight: 500,
229
229
  letterSpacing: "0"
230
230
  },
231
231
  label2: {
232
- fontSize: Eo,
232
+ fontSize: Nr,
233
233
  lineHeight: "1rem",
234
234
  fontWeight: 500,
235
235
  letterSpacing: "0"
236
236
  },
237
237
  label3: {
238
- fontSize: Ro,
238
+ fontSize: Rr,
239
239
  lineHeight: "1rem",
240
240
  fontWeight: 500,
241
241
  letterSpacing: "0"
242
242
  },
243
243
  link1: {
244
- fontSize: Go,
244
+ fontSize: Gr,
245
245
  lineHeight: "1.5rem",
246
246
  fontWeight: 500,
247
247
  letterSpacing: "0"
248
248
  },
249
249
  link2: {
250
- fontSize: Lo,
250
+ fontSize: Lr,
251
251
  lineHeight: "1.25rem",
252
252
  fontWeight: 500,
253
253
  letterSpacing: "0"
254
254
  },
255
255
  link3: {
256
- fontSize: Ao,
256
+ fontSize: Or,
257
257
  lineHeight: "1rem",
258
258
  fontWeight: 500,
259
259
  letterSpacing: "0"
260
260
  },
261
261
  digits1: {
262
- fontSize: Oo,
262
+ fontSize: Pr,
263
263
  lineHeight: "3.5rem",
264
264
  fontWeight: 700,
265
265
  letterSpacing: "0"
266
266
  },
267
267
  digits2: {
268
- fontSize: Po,
268
+ fontSize: Yr,
269
269
  lineHeight: "3rem",
270
270
  fontWeight: 700,
271
271
  letterSpacing: "0"
272
272
  },
273
273
  digits3: {
274
- fontSize: xo,
274
+ fontSize: Xr,
275
275
  lineHeight: "2.5rem",
276
276
  fontWeight: 700,
277
277
  letterSpacing: "0"
278
278
  }
279
- }, Ii = {
279
+ }, jo = {
280
280
  display1: {
281
- fontSize: Yo,
281
+ fontSize: Ir,
282
282
  lineHeight: "3.5rem",
283
283
  fontWeight: 700,
284
284
  letterSpacing: "0"
285
285
  },
286
286
  display2: {
287
- fontSize: Xo,
287
+ fontSize: Kr,
288
288
  lineHeight: "3rem",
289
289
  fontWeight: 700,
290
290
  letterSpacing: "0"
291
291
  },
292
292
  display3: {
293
- fontSize: Io,
293
+ fontSize: Vr,
294
294
  lineHeight: "2.5rem",
295
295
  fontWeight: 700,
296
296
  letterSpacing: "0"
297
297
  },
298
298
  heading1: {
299
- fontSize: Ko,
299
+ fontSize: jr,
300
300
  lineHeight: "2rem",
301
301
  fontWeight: 700,
302
302
  letterSpacing: "0"
303
303
  },
304
304
  heading2: {
305
- fontSize: Vo,
305
+ fontSize: qr,
306
306
  lineHeight: "1.75rem",
307
307
  fontWeight: 700,
308
308
  letterSpacing: "0"
309
309
  },
310
310
  heading3: {
311
- fontSize: jo,
311
+ fontSize: Jr,
312
312
  lineHeight: "1.5rem",
313
313
  fontWeight: 700,
314
314
  letterSpacing: "0"
315
315
  },
316
316
  subHeading1: {
317
- fontSize: qo,
317
+ fontSize: Qr,
318
318
  lineHeight: "1.25rem",
319
319
  fontWeight: 600,
320
320
  letterSpacing: "0"
321
321
  },
322
322
  subHeading2: {
323
- fontSize: Jo,
323
+ fontSize: Ur,
324
324
  lineHeight: "1.25rem",
325
325
  fontWeight: 600,
326
326
  letterSpacing: "0"
327
327
  },
328
328
  subHeading3: {
329
- fontSize: Qo,
329
+ fontSize: Zr,
330
330
  lineHeight: "1rem",
331
331
  fontWeight: 600,
332
332
  letterSpacing: "0"
333
333
  },
334
334
  body1: {
335
- fontSize: Uo,
335
+ fontSize: _r,
336
336
  lineHeight: "1.5rem",
337
337
  fontWeight: 400,
338
338
  letterSpacing: "0"
339
339
  },
340
340
  body2: {
341
- fontSize: Zo,
341
+ fontSize: $r,
342
342
  lineHeight: "1.25rem",
343
343
  fontWeight: 400,
344
344
  letterSpacing: "0"
345
345
  },
346
346
  body3: {
347
- fontSize: _o,
347
+ fontSize: eo,
348
348
  lineHeight: "1rem",
349
349
  fontWeight: 400,
350
350
  letterSpacing: "0"
351
351
  },
352
352
  body4: {
353
- fontSize: $o,
353
+ fontSize: ro,
354
354
  lineHeight: "0.875rem",
355
355
  fontWeight: 400,
356
356
  letterSpacing: "0"
357
357
  },
358
358
  body5: {
359
- fontSize: ei,
359
+ fontSize: oo,
360
360
  lineHeight: "0.75rem",
361
361
  fontWeight: 400,
362
362
  letterSpacing: "0"
363
363
  },
364
364
  message: {
365
- fontSize: oi,
365
+ fontSize: io,
366
366
  lineHeight: "23px",
367
367
  fontWeight: 400,
368
368
  letterSpacing: "0"
369
369
  },
370
370
  overline1: {
371
- fontSize: ii,
371
+ fontSize: to,
372
372
  lineHeight: "0.75rem",
373
373
  fontWeight: 500,
374
374
  letterSpacing: "0"
375
375
  },
376
376
  overline2: {
377
- fontSize: ri,
377
+ fontSize: no,
378
378
  lineHeight: "0.75rem",
379
379
  fontWeight: 500,
380
380
  letterSpacing: "0"
381
381
  },
382
382
  overline3: {
383
- fontSize: ti,
383
+ fontSize: ao,
384
384
  lineHeight: "0.75rem",
385
385
  fontWeight: 500,
386
386
  letterSpacing: "0"
387
387
  },
388
388
  label1: {
389
- fontSize: ni,
389
+ fontSize: lo,
390
390
  lineHeight: "1rem",
391
391
  fontWeight: 500,
392
392
  letterSpacing: "0"
393
393
  },
394
394
  label2: {
395
- fontSize: ai,
395
+ fontSize: go,
396
396
  lineHeight: "1rem",
397
397
  fontWeight: 500,
398
398
  letterSpacing: "0"
399
399
  },
400
400
  label3: {
401
- fontSize: li,
401
+ fontSize: co,
402
402
  lineHeight: "1rem",
403
403
  fontWeight: 500,
404
404
  letterSpacing: "0"
405
405
  },
406
406
  link1: {
407
- fontSize: gi,
407
+ fontSize: po,
408
408
  lineHeight: "1.5rem",
409
409
  fontWeight: 500,
410
410
  letterSpacing: "0"
411
411
  },
412
412
  link2: {
413
- fontSize: di,
413
+ fontSize: so,
414
414
  lineHeight: "1.25rem",
415
415
  fontWeight: 500,
416
416
  letterSpacing: "0"
417
417
  },
418
418
  link3: {
419
- fontSize: pi,
419
+ fontSize: yo,
420
420
  lineHeight: "1rem",
421
421
  fontWeight: 500,
422
422
  letterSpacing: "0"
423
423
  },
424
424
  digits1: {
425
- fontSize: ci,
425
+ fontSize: ho,
426
426
  lineHeight: "3.5rem",
427
427
  fontWeight: 700,
428
428
  letterSpacing: "0"
429
429
  },
430
430
  digits2: {
431
- fontSize: yi,
431
+ fontSize: uo,
432
432
  lineHeight: "3rem",
433
433
  fontWeight: 700,
434
434
  letterSpacing: "0"
435
435
  },
436
436
  digits3: {
437
- fontSize: hi,
437
+ fontSize: fo,
438
438
  lineHeight: "2.5rem",
439
439
  fontWeight: 700,
440
440
  letterSpacing: "0"
441
441
  }
442
- }, Ki = {
442
+ }, qo = {
443
443
  display1: {
444
- fontSize: Si,
444
+ fontSize: So,
445
445
  lineHeight: "3.5rem",
446
446
  fontWeight: 700,
447
447
  letterSpacing: "0"
448
448
  },
449
449
  display2: {
450
- fontSize: si,
450
+ fontSize: Co,
451
451
  lineHeight: "3rem",
452
452
  fontWeight: 700,
453
453
  letterSpacing: "0"
454
454
  },
455
455
  display3: {
456
- fontSize: fi,
456
+ fontSize: zo,
457
457
  lineHeight: "2.5rem",
458
458
  fontWeight: 700,
459
459
  letterSpacing: "0"
460
460
  },
461
461
  heading1: {
462
- fontSize: ui,
462
+ fontSize: vo,
463
463
  lineHeight: "2rem",
464
464
  fontWeight: 700,
465
465
  letterSpacing: "0"
466
466
  },
467
467
  heading2: {
468
- fontSize: zi,
468
+ fontSize: bo,
469
469
  lineHeight: "1.75rem",
470
470
  fontWeight: 700,
471
471
  letterSpacing: "0"
472
472
  },
473
473
  heading3: {
474
- fontSize: Ci,
474
+ fontSize: Fo,
475
475
  lineHeight: "1.5rem",
476
476
  fontWeight: 700,
477
477
  letterSpacing: "0"
478
478
  },
479
479
  subHeading1: {
480
- fontSize: bi,
480
+ fontSize: mo,
481
481
  lineHeight: "1.25rem",
482
482
  fontWeight: 600,
483
483
  letterSpacing: "0"
484
484
  },
485
485
  subHeading2: {
486
- fontSize: mi,
486
+ fontSize: Ho,
487
487
  lineHeight: "1.25rem",
488
488
  fontWeight: 600,
489
489
  letterSpacing: "0"
490
490
  },
491
491
  subHeading3: {
492
- fontSize: Fi,
492
+ fontSize: Wo,
493
493
  lineHeight: "1rem",
494
494
  fontWeight: 600,
495
495
  letterSpacing: "0"
496
496
  },
497
497
  body1: {
498
- fontSize: vi,
498
+ fontSize: ko,
499
499
  lineHeight: "1.5rem",
500
500
  fontWeight: 400,
501
501
  letterSpacing: "0"
502
502
  },
503
503
  body2: {
504
- fontSize: Hi,
504
+ fontSize: To,
505
505
  lineHeight: "1.25rem",
506
506
  fontWeight: 400,
507
507
  letterSpacing: "0"
508
508
  },
509
509
  body3: {
510
- fontSize: Wi,
510
+ fontSize: Bo,
511
511
  lineHeight: "1rem",
512
512
  fontWeight: 400,
513
513
  letterSpacing: "0"
514
514
  },
515
515
  body4: {
516
- fontSize: Ti,
516
+ fontSize: Eo,
517
517
  lineHeight: "0.875rem",
518
518
  fontWeight: 400,
519
519
  letterSpacing: "0"
520
520
  },
521
521
  body5: {
522
- fontSize: ki,
522
+ fontSize: wo,
523
523
  lineHeight: "0.75rem",
524
524
  fontWeight: 400,
525
525
  letterSpacing: "0"
526
526
  },
527
527
  message: {
528
- fontSize: Bi,
528
+ fontSize: Do,
529
529
  lineHeight: "23px",
530
530
  fontWeight: 400,
531
531
  letterSpacing: "0"
532
532
  },
533
533
  overline1: {
534
- fontSize: wi,
534
+ fontSize: xo,
535
535
  lineHeight: "0.75rem",
536
536
  fontWeight: 500,
537
537
  letterSpacing: "0"
538
538
  },
539
539
  overline2: {
540
- fontSize: Di,
540
+ fontSize: Ao,
541
541
  lineHeight: "0.75rem",
542
542
  fontWeight: 500,
543
543
  letterSpacing: "0"
544
544
  },
545
545
  overline3: {
546
- fontSize: Mi,
546
+ fontSize: Mo,
547
547
  lineHeight: "0.75rem",
548
548
  fontWeight: 500,
549
549
  letterSpacing: "0"
550
550
  },
551
551
  label1: {
552
- fontSize: Ni,
552
+ fontSize: No,
553
553
  lineHeight: "1rem",
554
554
  fontWeight: 500,
555
555
  letterSpacing: "0"
556
556
  },
557
557
  label2: {
558
- fontSize: Ei,
558
+ fontSize: Ro,
559
559
  lineHeight: "1rem",
560
560
  fontWeight: 500,
561
561
  letterSpacing: "0"
562
562
  },
563
563
  label3: {
564
- fontSize: Ri,
564
+ fontSize: Go,
565
565
  lineHeight: "1rem",
566
566
  fontWeight: 500,
567
567
  letterSpacing: "0"
568
568
  },
569
569
  link1: {
570
- fontSize: Gi,
570
+ fontSize: Lo,
571
571
  lineHeight: "1.5rem",
572
572
  fontWeight: 500,
573
573
  letterSpacing: "0"
574
574
  },
575
575
  link2: {
576
- fontSize: Li,
576
+ fontSize: Oo,
577
577
  lineHeight: "1.25rem",
578
578
  fontWeight: 500,
579
579
  letterSpacing: "0"
580
580
  },
581
581
  link3: {
582
- fontSize: Ai,
582
+ fontSize: Po,
583
583
  lineHeight: "1rem",
584
584
  fontWeight: 500,
585
585
  letterSpacing: "0"
586
586
  },
587
587
  digits1: {
588
- fontSize: Oi,
588
+ fontSize: Yo,
589
589
  lineHeight: "3.5rem",
590
590
  fontWeight: 700,
591
591
  letterSpacing: "0"
592
592
  },
593
593
  digits2: {
594
- fontSize: Pi,
594
+ fontSize: Xo,
595
595
  lineHeight: "3rem",
596
596
  fontWeight: 700,
597
597
  letterSpacing: "0"
598
598
  },
599
599
  digits3: {
600
- fontSize: xi,
600
+ fontSize: Io,
601
601
  lineHeight: "2.5rem",
602
602
  fontWeight: 700,
603
603
  letterSpacing: "0"
604
604
  }
605
- }, Vi = {
606
- fontFamily: ie,
607
- wide: Xi,
608
- medium: Ii,
609
- narrow: Ki
605
+ }, Jo = {
606
+ fontFamily: ge,
607
+ wide: Vo,
608
+ medium: jo,
609
+ narrow: qo
610
610
  }, o = {
611
611
  red: {
612
- 100: re,
613
- 200: te,
614
- 300: ne,
615
- 400: ae,
616
- 500: le,
617
- 600: ge,
618
- 700: de,
619
- 800: pe,
620
- 900: ce
612
+ 100: ce,
613
+ 200: de,
614
+ 300: pe,
615
+ 400: se,
616
+ 500: ye,
617
+ 600: he,
618
+ 700: ue,
619
+ 800: fe,
620
+ 900: Se
621
621
  },
622
622
  orange: {
623
- 100: ye,
624
- 200: he,
625
- 300: Se,
626
- 400: se,
627
- 500: fe,
628
- 600: ue,
629
- 700: ze,
630
- 800: Ce,
631
- 900: be
623
+ 100: Ce,
624
+ 200: ze,
625
+ 300: ve,
626
+ 400: be,
627
+ 500: Fe,
628
+ 600: me,
629
+ 700: He,
630
+ 800: We,
631
+ 900: ke
632
632
  },
633
633
  yellow: {
634
- 100: me,
635
- 200: Fe,
636
- 300: ve,
637
- 400: He,
638
- 500: s,
639
- 600: We,
640
- 700: Te,
641
- 800: t,
642
- 900: d
634
+ 100: Te,
635
+ 200: Be,
636
+ 300: Ee,
637
+ 400: we,
638
+ 500: f,
639
+ 600: De,
640
+ 700: xe,
641
+ 800: n,
642
+ 900: p
643
643
  },
644
644
  green: {
645
- 100: ke,
646
- 200: Be,
647
- 300: we,
648
- 400: De,
649
- 500: Me,
650
- 600: Ne,
651
- 700: Ee,
652
- 800: Re,
653
- 900: Ge
645
+ 100: Ae,
646
+ 200: Me,
647
+ 300: Ne,
648
+ 400: Re,
649
+ 500: Ge,
650
+ 600: Le,
651
+ 700: Oe,
652
+ 800: Pe,
653
+ 900: Ye
654
654
  },
655
655
  sky: {
656
- 100: Le,
657
- 200: Ae,
658
- 300: Oe,
659
- 400: Pe,
660
- 500: xe,
661
- 600: Ye,
662
- 700: f,
663
- 800: r,
664
- 900: Xe
656
+ 100: Xe,
657
+ 200: Ie,
658
+ 300: F,
659
+ 400: m,
660
+ 500: Ke,
661
+ 600: Ve,
662
+ 700: S,
663
+ 800: t,
664
+ 900: C
665
665
  },
666
666
  blue: {
667
- 100: Ie,
668
- 200: Ke,
669
- 300: Ve,
670
- 400: je,
671
- 500: qe,
672
- 600: Je,
673
- 700: Qe,
674
- 800: Ue,
675
- 900: Ze
667
+ 100: je,
668
+ 200: qe,
669
+ 300: Je,
670
+ 400: Qe,
671
+ 500: Ue,
672
+ 600: Ze,
673
+ 700: _e,
674
+ 800: $e,
675
+ 900: er
676
676
  },
677
677
  purple: {
678
- 100: _e,
679
- 200: $e,
680
- 300: eo,
681
- 400: oo,
682
- 500: io,
683
- 600: ro,
684
- 700: to,
685
- 800: no,
686
- 900: ao
678
+ 100: rr,
679
+ 200: or,
680
+ 300: ir,
681
+ 400: tr,
682
+ 500: nr,
683
+ 600: ar,
684
+ 700: lr,
685
+ 800: gr,
686
+ 900: cr
687
687
  },
688
688
  gray: {
689
689
  100: g,
690
- 200: lo,
691
- 300: go,
692
- 400: po,
693
- 500: z,
694
- 600: C,
695
- 700: co,
696
- 800: n,
697
- 900: yo,
698
- black: ho,
699
- white: u
690
+ 200: dr,
691
+ 300: pr,
692
+ 400: sr,
693
+ 500: v,
694
+ 600: yr,
695
+ 700: b,
696
+ 800: d,
697
+ 900: hr,
698
+ black: ur,
699
+ white: z
700
700
  }
701
- }, ji = {
701
+ }, Qo = {
702
702
  padding: {
703
703
  verPadding: i.Size25,
704
704
  // 25px
@@ -707,18 +707,18 @@ const Yi = {
707
707
  },
708
708
  gap: i.Size2,
709
709
  // 8px
710
- radius: p.BorderRadiusMd
710
+ radius: c.BorderRadiusMd
711
711
  // 6px
712
- }, qi = {
712
+ }, Uo = {
713
713
  padding: {
714
- verPadding: i.Size2,
715
- horPadding: i.Size2
714
+ verPadding: 10,
715
+ horPadding: 12
716
716
  },
717
717
  gap: i.Size2,
718
718
  // 8px
719
- radius: p.BorderRadiusSm
719
+ radius: c.BorderRadiusSm
720
720
  // 6px
721
- }, Ji = {
721
+ }, Zo = {
722
722
  suffixPrefixVerPadding: 11,
723
723
  // special case - see sizing in FIGMA
724
724
  suffixPrefixHorPadding: i.Size2
@@ -754,8 +754,11 @@ const Yi = {
754
754
  active: "#30606B"
755
755
  },
756
756
  utility: {
757
+ active: "#FFF",
757
758
  onsurface: "#222222",
758
- border: "#CBCBCB"
759
+ border: "#CBCBCB",
760
+ hover: "#DEEFF3",
761
+ pressed: "#CBCBCB"
759
762
  }
760
763
  },
761
764
  inputs: {
@@ -765,13 +768,61 @@ const Yi = {
765
768
  }
766
769
  },
767
770
  onsurface: {
768
- "copy-disabled": "#6C6C6C"
771
+ "copy-disabled": "#6C6C6C",
772
+ copy: "#3E3E3E",
773
+ "copy-dark": "#222222"
774
+ },
775
+ surface: {
776
+ border: "#CBCBCB"
777
+ },
778
+ transparent: "transparent"
779
+ }, r = {
780
+ interactive: {
781
+ primary: {
782
+ active: "#30606B",
783
+ hover: "#00282B",
784
+ pressed: "#214148",
785
+ onsurface: "#FFFFFF"
786
+ },
787
+ secondary: {
788
+ active: "#9A9A9A",
789
+ hover: "#222222",
790
+ pressed: "#101010",
791
+ onsurface: "#3E3E3E"
792
+ },
793
+ tertiary: {
794
+ active: "#FFCA7D",
795
+ hover: "#E7A13C",
796
+ pressed: "#B27330",
797
+ onsurface: "#222222"
798
+ },
799
+ link: {
800
+ active: "#30606B"
801
+ },
802
+ utility: {
803
+ active: "#FFF",
804
+ onsurface: "#222222",
805
+ border: "#CBCBCB",
806
+ hover: "#DEEFF3",
807
+ pressed: "#CBCBCB"
808
+ }
809
+ },
810
+ inputs: {
811
+ onsurface: {
812
+ active: "#384DF6",
813
+ focus: "#384DF6"
814
+ }
815
+ },
816
+ onsurface: {
817
+ "copy-disabled": "#6C6C6C",
818
+ copy: "#3E3E3E",
819
+ "copy-dark": "#222222"
769
820
  },
770
821
  surface: {
771
822
  border: "#CBCBCB"
772
823
  },
773
824
  transparent: "transparent"
774
- }, Qi = {
825
+ }, _o = {
775
826
  primary: {
776
827
  active: {
777
828
  color: e.interactive.primary.onsurface,
@@ -874,24 +925,61 @@ const Yi = {
874
925
  },
875
926
  disabled: a
876
927
  },
928
+ utility: {
929
+ active: {
930
+ color: e.interactive.secondary.onsurface,
931
+ backgroundColor: e.transparent,
932
+ borderColor: e.interactive.secondary.active
933
+ },
934
+ hover: {
935
+ color: e.interactive.utility.onsurface,
936
+ backgroundColor: e.interactive.utility.hover,
937
+ borderColor: e.interactive.utility.border
938
+ },
939
+ pressed: {
940
+ color: e.interactive.secondary.onsurface,
941
+ backgroundColor: e.interactive.utility.pressed,
942
+ borderColor: e.interactive.utility.pressed
943
+ },
944
+ focussed: {
945
+ color: e.interactive.secondary.onsurface,
946
+ backgroundColor: e.transparent,
947
+ borderColor: e.interactive.secondary.active,
948
+ ringColor: e.inputs.onsurface.focus
949
+ },
950
+ error: {
951
+ ...l,
952
+ ringColor: e.inputs.onsurface.focus
953
+ },
954
+ default: {
955
+ color: e.interactive.secondary.onsurface,
956
+ backgroundColor: e.transparent,
957
+ borderColor: e.interactive.secondary.active,
958
+ ringColor: e.inputs.onsurface.focus
959
+ },
960
+ disabled: a
961
+ },
877
962
  status: {
878
963
  error: {
879
964
  default: "#CF3237",
880
965
  ringColor: e.inputs.onsurface.focus,
881
966
  onsurface: "#AA292D",
882
- surface: "#F9D4D5"
967
+ surface: "#F9D4D5",
968
+ "surface-hover": "#F3A9AB"
883
969
  },
884
970
  success: {
885
971
  default: "#32863E",
886
972
  ringColor: e.inputs.onsurface.focus,
887
973
  onsurface: "#296E33",
888
- surface: "#D3EFD7"
974
+ surface: "#D3EFD7",
975
+ "surface-hover": "#A7DFAF"
889
976
  },
890
977
  warning: {
891
- default: s,
978
+ default: f,
892
979
  ringColor: e.inputs.onsurface.focus,
893
980
  onsurface: "#704819",
894
- surface: "#FFF2DF"
981
+ surface: "#FFF2DF",
982
+ "surface-hover": "#FFE5BE"
895
983
  },
896
984
  info: {
897
985
  default: "#384DF6",
@@ -903,7 +991,21 @@ const Yi = {
903
991
  default: "#9A9A9A",
904
992
  ringColor: e.inputs.onsurface.focus,
905
993
  onsurface: "#3E3E3E",
906
- surface: "#F4F4F4"
994
+ surface: "#F4F4F4",
995
+ "surface-hover": "#F4F4F4"
996
+ },
997
+ hollow: {
998
+ default: "#9A9A9A",
999
+ ringColor: e.inputs.onsurface.focus,
1000
+ onsurface: "#3E3E3E",
1001
+ surface: "#F4F4F4",
1002
+ "surface-hover": "#FFFFFF"
1003
+ },
1004
+ disabled: {
1005
+ default: "#6C6C6C",
1006
+ ringColor: e.inputs.onsurface.focus,
1007
+ onsurface: "#EEEEEE",
1008
+ surface: "#EEEEEE"
907
1009
  }
908
1010
  },
909
1011
  timebox: {
@@ -931,7 +1033,8 @@ const Yi = {
931
1033
  onsurface: "#222222"
932
1034
  },
933
1035
  link: {
934
- active: f,
1036
+ active: S,
1037
+ hover: C,
935
1038
  disabled: g,
936
1039
  current: "#384DF6"
937
1040
  },
@@ -939,10 +1042,11 @@ const Yi = {
939
1042
  },
940
1043
  inputs: {
941
1044
  surface: {
942
- active: u,
943
- border: z,
1045
+ active: z,
1046
+ border: v,
944
1047
  disabled: g,
945
- checked: "#384DF6"
1048
+ checked: "#384DF6",
1049
+ "checked-hover": "#24319D"
946
1050
  },
947
1051
  onsurface: {
948
1052
  active: "#222222",
@@ -953,16 +1057,18 @@ const Yi = {
953
1057
  },
954
1058
  surface: {
955
1059
  border: "#CBCBCB",
956
- secondary: "#F4F4F4"
1060
+ secondary: "#F4F4F4",
1061
+ tertiary: "#EEEEEE",
1062
+ "border-light": "#DFDFDF"
957
1063
  },
958
1064
  transparent: "transparent",
959
1065
  onsurface: {
960
- copy: n,
961
- "copy-light": C,
1066
+ copy: "#3E3E3E",
1067
+ "copy-light": b,
962
1068
  "copy-dark": "#222222",
963
1069
  "copy-disabled": "#6C6C6C"
964
1070
  }
965
- }, Ui = {
1071
+ }, $o = {
966
1072
  primary: {
967
1073
  active: {
968
1074
  color: o.gray.white,
@@ -1004,19 +1110,19 @@ const Yi = {
1004
1110
  },
1005
1111
  pressed: {
1006
1112
  color: o.gray.white,
1007
- backgroundColor: r,
1008
- borderColor: r
1113
+ backgroundColor: t,
1114
+ borderColor: t
1009
1115
  },
1010
1116
  focussed: {
1011
1117
  color: o.gray.white,
1012
- backgroundColor: r,
1013
- borderColor: r,
1118
+ backgroundColor: t,
1119
+ borderColor: t,
1014
1120
  ringColor: "#384DF6"
1015
1121
  },
1016
1122
  disabled: {
1017
1123
  color: o.gray[600],
1018
- backgroundColor: n,
1019
- borderColor: n
1124
+ backgroundColor: d,
1125
+ borderColor: d
1020
1126
  }
1021
1127
  },
1022
1128
  tertiary: {
@@ -1032,49 +1138,148 @@ const Yi = {
1032
1138
  },
1033
1139
  pressed: {
1034
1140
  color: o.gray.white,
1035
- backgroundColor: t,
1036
- borderColor: t
1141
+ backgroundColor: n,
1142
+ borderColor: n
1037
1143
  },
1038
1144
  focussed: {
1039
1145
  color: o.gray.white,
1040
- backgroundColor: t,
1041
- borderColor: t,
1146
+ backgroundColor: n,
1147
+ borderColor: n,
1042
1148
  ringColor: "#384DF6"
1043
1149
  },
1044
1150
  disabled: {
1045
1151
  color: o.gray[600],
1046
- backgroundColor: d,
1047
- borderColor: d
1152
+ backgroundColor: p,
1153
+ borderColor: p
1048
1154
  }
1155
+ },
1156
+ utility: {
1157
+ active: {
1158
+ color: r.interactive.tertiary.onsurface,
1159
+ backgroundColor: r.interactive.tertiary.active,
1160
+ borderColor: r.interactive.tertiary.active
1161
+ },
1162
+ hover: {
1163
+ color: r.interactive.tertiary.onsurface,
1164
+ backgroundColor: r.interactive.tertiary.hover,
1165
+ borderColor: r.interactive.tertiary.hover
1166
+ },
1167
+ pressed: {
1168
+ color: r.interactive.tertiary.onsurface,
1169
+ backgroundColor: r.interactive.tertiary.pressed,
1170
+ borderColor: r.interactive.tertiary.pressed
1171
+ },
1172
+ focussed: {
1173
+ color: r.interactive.tertiary.onsurface,
1174
+ backgroundColor: r.interactive.tertiary.active,
1175
+ borderColor: r.interactive.tertiary.active,
1176
+ ringColor: r.inputs.onsurface.focus
1177
+ },
1178
+ error: {
1179
+ ...l,
1180
+ ringColor: r.inputs.onsurface.focus
1181
+ },
1182
+ default: {
1183
+ color: r.interactive.tertiary.onsurface,
1184
+ backgroundColor: r.interactive.tertiary.active,
1185
+ borderColor: r.interactive.tertiary.active,
1186
+ ringColor: r.inputs.onsurface.focus
1187
+ },
1188
+ disabled: a
1189
+ },
1190
+ interactive: {
1191
+ primary: {
1192
+ active: "#30606B",
1193
+ hover: "#00282B",
1194
+ pressed: "#214148",
1195
+ onsurface: "#FFFFFF"
1196
+ },
1197
+ secondary: {
1198
+ active: "#9A9A9A",
1199
+ hover: "#222222",
1200
+ pressed: "#101010",
1201
+ onsurface: "#3E3E3E"
1202
+ },
1203
+ tertiary: {
1204
+ active: "#FFCA7D",
1205
+ hover: "#E7A13C",
1206
+ pressed: "#B27330",
1207
+ onsurface: "#222222"
1208
+ },
1209
+ link: {
1210
+ active: F,
1211
+ hover: m,
1212
+ disabled: g,
1213
+ current: "#384DF6"
1214
+ },
1215
+ ...r.interactive
1049
1216
  }
1050
- }, b = {
1051
- breakpoints: Yi,
1052
- sizing: i,
1053
- borderRadius: p,
1054
- typography: Vi,
1055
- allColors: o,
1056
- components: {
1057
- button: ji,
1058
- utilityButton: qi,
1059
- input: Ji
1217
+ }, ei = {
1218
+ general: {
1219
+ 1: "box-shadow: 0px 4px 16px 0px #00000026",
1220
+ 2: "box-shadow: 0px 8px 24px -4px #00000026",
1221
+ 3: "box-shadow: 0px 2px 3px -1px #00000026",
1222
+ 4: "box-shadow: 4px 0px 7px -3px #0000001F"
1223
+ },
1224
+ actions: {
1225
+ 1: "box-shadow: 0px 2px 2px -1px #00000033",
1226
+ 2: "box-shadow: 0px 1px 2px 0px #00000026"
1060
1227
  },
1061
- motion: {
1062
- veryfast: 0.15
1228
+ inputs: {
1229
+ 1: "box-shadow: 0px 1px 2px 0px #0000001F"
1063
1230
  }
1064
- }, $i = {
1065
- ...b,
1066
- colors: Qi,
1231
+ }, ri = {
1232
+ instant: 0,
1233
+ veryfast: 0.15,
1234
+ fast: 0.33,
1235
+ medium: 0.5,
1236
+ slow: 1,
1237
+ veryslow: 2
1238
+ }, oi = {
1239
+ "ver-padding": 4,
1240
+ "right-padding": 8,
1241
+ "left-padding": 8,
1242
+ radius: 50
1243
+ }, ii = {
1244
+ "ver-padding": i.Size1,
1245
+ "hor-padding": i.Size2,
1246
+ radius: c.BorderRadiusMd,
1247
+ gap: i.Size1
1248
+ }, ti = {
1249
+ "ver-padding": i.Size5,
1250
+ "hor-padding": i.Size6,
1251
+ gap: i.Size2
1252
+ }, ni = {
1253
+ button: Qo,
1254
+ utilityButton: Uo,
1255
+ input: Zo,
1256
+ row: ti,
1257
+ badge: oi,
1258
+ popover: ii
1259
+ }, ai = (W, k) => W.status[k].default, H = {
1260
+ breakpoints: Ko,
1261
+ sizing: i,
1262
+ borderRadius: c,
1263
+ typography: Jo,
1264
+ allColors: o,
1265
+ components: ni,
1266
+ motion: ri,
1267
+ shadows: ei,
1268
+ getStatusColor: ai
1269
+ }, ci = {
1270
+ ...H,
1271
+ colors: _o,
1067
1272
  mode: "light"
1068
- }, er = {
1069
- ...b,
1070
- colors: Ui,
1273
+ }, di = {
1274
+ ...H,
1275
+ colors: $o,
1071
1276
  mode: "dark"
1072
1277
  };
1073
1278
  export {
1074
- _i as TypographySizeKey,
1075
- b as baseTokens,
1076
- Yi as breakpoints,
1077
- er as darkTheme,
1078
- $i as lightTheme,
1279
+ gi as TypographySizeKey,
1280
+ H as baseTokens,
1281
+ Ko as breakpoints,
1282
+ di as darkTheme,
1283
+ ci as lightTheme,
1079
1284
  i as sizing
1080
1285
  };