@gobolt/genesis 0.0.7 → 0.0.8

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 (258) hide show
  1. package/README.md +8 -2
  2. package/dist/AntdIcon-c395a1c4.js +204 -0
  3. package/dist/CheckOutlined-52d9ac25.js +29 -0
  4. package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-ddc51e7e.js} +11 -8
  5. package/dist/CloseOutlined-14b8bba1.js +16 -0
  6. package/dist/Compact-c39ed20d.js +179 -0
  7. package/dist/ContextIsolator-b09b2c52.js +20 -0
  8. package/dist/DownOutlined-64a4732a.js +206 -0
  9. package/dist/EllipsisOutlined-60122660.js +1115 -0
  10. package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-23ef9812.js} +22 -16
  11. package/dist/InfoCircleFilled-c5f90c20.js +16 -0
  12. package/dist/Overflow-a570fa69.js +361 -0
  13. package/dist/RightOutlined-83515eb4.js +16 -0
  14. package/dist/SearchOutlined-a9014e08.js +16 -0
  15. package/dist/{TextArea-3MOYYuAQ.js → TextArea-20825221.js} +597 -582
  16. package/dist/{button-BNV2qdrP.js → button-fa1c119c.js} +287 -280
  17. package/dist/collapse-345bc884.js +20 -0
  18. package/dist/compact-item-b8f85aa6.js +75 -0
  19. package/dist/components/Badge/Badge.d.ts +6 -0
  20. package/dist/components/Badge/Badge.js +102 -0
  21. package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
  22. package/dist/components/Badge/__tests__/Badge.test.js +72 -0
  23. package/dist/components/Badge/icons/ASN.d.ts +2 -0
  24. package/dist/components/Badge/icons/ASN.js +23 -0
  25. package/dist/components/Badge/icons/Appointment.d.ts +2 -0
  26. package/dist/components/Badge/icons/Appointment.js +23 -0
  27. package/dist/components/Badge/icons/Inventory.d.ts +2 -0
  28. package/dist/components/Badge/icons/Inventory.js +23 -0
  29. package/dist/components/Badge/icons/Parcel.d.ts +2 -0
  30. package/dist/components/Badge/icons/Parcel.js +23 -0
  31. package/dist/components/Badge/icons/Product.d.ts +2 -0
  32. package/dist/components/Badge/icons/Product.js +23 -0
  33. package/dist/components/Badge/icons/Route.d.ts +2 -0
  34. package/dist/components/Badge/icons/Route.js +23 -0
  35. package/dist/components/Badge/icons/Shipment.d.ts +2 -0
  36. package/dist/components/Badge/icons/Shipment.js +23 -0
  37. package/dist/components/Badge/icons/ShoppingCart.d.ts +2 -0
  38. package/dist/components/Badge/icons/ShoppingCart.js +23 -0
  39. package/dist/components/Badge/icons/System.d.ts +2 -0
  40. package/dist/components/Badge/icons/System.js +23 -0
  41. package/dist/components/Badge/index.d.ts +2 -0
  42. package/dist/components/Badge/index.js +23 -0
  43. package/dist/components/Badge/styles.d.ts +3 -0
  44. package/dist/components/Badge/styles.js +35 -0
  45. package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
  46. package/dist/components/Breadcrumb/Breadcrumb.js +27 -0
  47. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +8 -0
  48. package/dist/components/Breadcrumb/Breadcrumb.types.js +1 -0
  49. package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +10 -0
  50. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +70 -0
  51. package/dist/components/Breadcrumb/index.d.ts +3 -0
  52. package/dist/components/Breadcrumb/index.js +27 -0
  53. package/dist/components/Breadcrumb/styles.d.ts +23 -0
  54. package/dist/components/Breadcrumb/styles.js +2457 -0
  55. package/dist/components/Button/Button.js +42 -0
  56. package/dist/components/Button/__tests__/Button.test.js +61 -0
  57. package/dist/components/Button/index.js +22 -0
  58. package/dist/components/{atoms/button → Button}/styles.js +30 -19
  59. package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
  60. package/dist/components/Checkbox/Checkbox.js +70 -0
  61. package/dist/components/Checkbox/__tests__/Checkbox.test.js +64 -0
  62. package/dist/components/Checkbox/index.js +49 -0
  63. package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +1 -3
  64. package/dist/components/{atoms/checkbox → Checkbox}/styles.js +165 -157
  65. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +72 -0
  66. package/dist/components/ErrorBoundaryFallback/index.js +51 -0
  67. package/dist/components/ErrorBoundaryFallback/styles.d.ts +3 -0
  68. package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +38 -34
  69. package/dist/components/{molecules/form → Form}/Form.d.ts +2 -4
  70. package/dist/components/Form/Form.js +49 -0
  71. package/dist/components/Form/__stories__/FormStory.js +130 -0
  72. package/dist/components/Form/index.js +48 -0
  73. package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
  74. package/dist/components/Input/Input.js +42 -0
  75. package/dist/components/{atoms/input → Input}/__stories__/Input.stories.d.ts +5 -1
  76. package/dist/components/Input/__tests__/Input.test.d.ts +1 -0
  77. package/dist/components/Input/__tests__/Input.test.js +69 -0
  78. package/dist/components/Input/index.js +31 -0
  79. package/dist/components/{atoms/input → Input}/styles.d.ts +2 -3
  80. package/dist/components/Input/styles.js +542 -0
  81. package/dist/components/Message/Message.d.ts +13 -0
  82. package/dist/components/Message/Message.js +105 -0
  83. package/dist/components/Message/__stories__/Message.stories.d.ts +15 -0
  84. package/dist/components/Message/__tests__/Message.test.d.ts +1 -0
  85. package/dist/components/Message/__tests__/Message.test.js +88 -0
  86. package/dist/components/Message/index.d.ts +2 -0
  87. package/dist/components/Message/index.js +50 -0
  88. package/dist/components/Message/styles.d.ts +5 -0
  89. package/dist/components/Message/styles.js +35 -0
  90. package/dist/components/Notification/Notification.d.ts +16 -0
  91. package/dist/components/Notification/Notification.js +1436 -0
  92. package/dist/components/Notification/__stories__/Notification.stories.d.ts +10 -0
  93. package/dist/components/Notification/__tests__/Notification.test.d.ts +1 -0
  94. package/dist/components/Notification/__tests__/Notification.test.js +76 -0
  95. package/dist/components/Notification/index.d.ts +2 -0
  96. package/dist/components/Notification/index.js +61 -0
  97. package/dist/components/Notification/styles.d.ts +6 -0
  98. package/dist/components/Notification/styles.js +49 -0
  99. package/dist/components/Radio/Radio.d.ts +14 -0
  100. package/dist/components/Radio/Radio.js +114 -0
  101. package/dist/components/Radio/RadioGroup.d.ts +12 -0
  102. package/dist/components/Radio/RadioGroup.js +86 -0
  103. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +9 -0
  104. package/dist/components/Radio/__tests__/RadioGroup.test.d.ts +1 -0
  105. package/dist/components/Radio/__tests__/RadioGroup.test.js +85 -0
  106. package/dist/components/Radio/index.d.ts +2 -0
  107. package/dist/components/Radio/index.js +58 -0
  108. package/dist/components/Radio/states/RadioChecked.d.ts +2 -0
  109. package/dist/components/Radio/states/RadioChecked.js +18 -0
  110. package/dist/components/Radio/states/RadioCheckedDisabled.d.ts +2 -0
  111. package/dist/components/Radio/states/RadioCheckedDisabled.js +18 -0
  112. package/dist/components/Radio/states/RadioCheckedFocussed.d.ts +2 -0
  113. package/dist/components/Radio/states/RadioCheckedFocussed.js +30 -0
  114. package/dist/components/Radio/states/RadioCheckedHover.d.ts +2 -0
  115. package/dist/components/Radio/states/RadioCheckedHover.js +18 -0
  116. package/dist/components/Radio/states/RadioUnchecked.d.ts +2 -0
  117. package/dist/components/Radio/states/RadioUnchecked.js +15 -0
  118. package/dist/components/Radio/states/RadioUncheckedDisabled.d.ts +2 -0
  119. package/dist/components/Radio/states/RadioUncheckedDisabled.js +15 -0
  120. package/dist/components/Radio/states/RadioUncheckedFocussed.d.ts +2 -0
  121. package/dist/components/Radio/states/RadioUncheckedFocussed.js +29 -0
  122. package/dist/components/Radio/states/RadioUncheckedHover.d.ts +2 -0
  123. package/dist/components/Radio/states/RadioUncheckedHover.js +18 -0
  124. package/dist/components/{atoms/select → Select}/Select.d.ts +1 -1
  125. package/dist/components/Select/Select.js +48 -0
  126. package/dist/components/{atoms/select → Select}/__stories__/Select.stories.d.ts +3 -1
  127. package/dist/components/Select/__tests__/Select.test.d.ts +1 -0
  128. package/dist/components/Select/__tests__/Select.test.js +101 -0
  129. package/dist/components/Select/index.js +30 -0
  130. package/dist/components/{atoms/select → Select}/styles.d.ts +4 -1
  131. package/dist/components/Select/styles.js +3723 -0
  132. package/dist/components/Toast/Toast.d.ts +14 -0
  133. package/dist/components/Toast/Toast.js +48 -0
  134. package/dist/components/Toast/__stories__/Toast.stories.d.ts +15 -0
  135. package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
  136. package/dist/components/Toast/__tests__/Toast.test.js +63 -0
  137. package/dist/components/Toast/index.d.ts +2 -0
  138. package/dist/components/Toast/index.js +48 -0
  139. package/dist/components/Toast/styles.d.ts +5 -0
  140. package/dist/components/Toast/styles.js +39 -0
  141. package/dist/components/{atoms/typography → Typography}/Typography.d.ts +2 -1
  142. package/dist/components/Typography/Typography.js +48 -0
  143. package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
  144. package/dist/components/Typography/__tests__/Typography.test.js +60 -0
  145. package/dist/components/Typography/index.js +48 -0
  146. package/dist/components/Typography/styles.d.ts +7 -0
  147. package/dist/components/Typography/styles.js +55 -0
  148. package/dist/components/index.d.ts +18 -14
  149. package/dist/components/index.js +70 -14
  150. package/dist/constants/index.d.ts +104 -0
  151. package/dist/constants/index.js +41 -7
  152. package/dist/{context-CZsFJmh6.js → context-3b8a39af.js} +547 -536
  153. package/dist/genesis/GenesisThemeBreakdown.js +69 -22
  154. package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
  155. package/dist/genesis/GenesisThemeDemo.js +53 -4
  156. package/dist/genesis/styles.d.ts +2 -6
  157. package/dist/genesis/styles.js +1144 -2210
  158. package/dist/index-0a886e53.js +100 -0
  159. package/dist/{index-SAAXFt-P.js → index-0b9ee239.js} +347 -338
  160. package/dist/index-1a33c134.js +1389 -0
  161. package/dist/index-4003d75b.js +3748 -0
  162. package/dist/{index-D1v_7IIx.js → index-501fc13d.js} +369 -343
  163. package/dist/index-89035ea5.js +3242 -0
  164. package/dist/{index-BQO27mgE.js → index-8c8d2d0c.js} +123 -122
  165. package/dist/{index-C7kFNqp2.js → index-e2b72ca8.js} +107 -102
  166. package/dist/index.d.ts +1 -0
  167. package/dist/index.js +77 -18
  168. package/dist/{isVisible-CNQjrJPN.js → isVisible-729780f5.js} +110 -82
  169. package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-b7491176.js} +103 -56
  170. package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-00ba4687.js} +16 -26
  171. package/dist/presets-83ccb923.js +787 -0
  172. package/dist/providers/GenesisProvider.d.ts +5 -0
  173. package/dist/providers/GenesisProvider.js +59 -5
  174. package/dist/providers/ThemeProvider.d.ts +2 -1
  175. package/dist/providers/ThemeProvider.js +16 -11
  176. package/dist/providers/ToastProvider.d.ts +6 -0
  177. package/dist/providers/ToastProvider.js +49 -0
  178. package/dist/providers/ToastWrapper.d.ts +7 -0
  179. package/dist/providers/ToastWrapper.js +56 -0
  180. package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
  181. package/dist/providers/index.d.ts +3 -2
  182. package/dist/providers/index.js +51 -4
  183. package/dist/setup-aaca7b6f.js +21158 -0
  184. package/dist/{styled-components.browser.esm-CZ1XM4o4.js → styled-components.browser.esm-02f500bc.js} +134 -72
  185. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +54 -18
  186. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +51 -15
  187. package/dist/styles/design-tokens/variables.d.ts +7 -7
  188. package/dist/styles/design-tokens/variables.js +48 -48
  189. package/dist/styles/global-styles.js +4 -3
  190. package/dist/styles/theme/genesis-theme.d.ts +3 -0
  191. package/dist/styles/theme/genesis-theme.js +402 -263
  192. package/dist/styles/theme/global-styles.js +4 -3
  193. package/dist/styles/theme/index.js +5 -4
  194. package/dist/test/setup.js +46 -2
  195. package/dist/useVariants-a0d64298.js +30 -0
  196. package/dist/utils/isAllEnglishString.js +2 -1
  197. package/package.json +34 -28
  198. package/dist/AntdIcon-Bsnbyy6g.js +0 -200
  199. package/dist/CheckOutlined-DAynWe12.js +0 -527
  200. package/dist/Compact-CJBo3f0u.js +0 -185
  201. package/dist/ContextIsolator-CGkdKtc3.js +0 -20
  202. package/dist/Form-Cylpi4M4.js +0 -1815
  203. package/dist/Overflow-CP1M4Z0s.js +0 -369
  204. package/dist/compact-item-DH13cl8A.js +0 -61
  205. package/dist/components/atoms/button/Button.js +0 -27
  206. package/dist/components/atoms/button/index.js +0 -4
  207. package/dist/components/atoms/checkbox/Checkbox.js +0 -13
  208. package/dist/components/atoms/checkbox/__tests__/Checkbox.test.js +0 -18
  209. package/dist/components/atoms/checkbox/index.js +0 -4
  210. package/dist/components/atoms/index.d.ts +0 -1
  211. package/dist/components/atoms/index.js +0 -3
  212. package/dist/components/atoms/input/Input.js +0 -12
  213. package/dist/components/atoms/input/__tests__/Input.test.js +0 -28
  214. package/dist/components/atoms/input/index.js +0 -4
  215. package/dist/components/atoms/input/styles.js +0 -415
  216. package/dist/components/atoms/select/Select.js +0 -24
  217. package/dist/components/atoms/select/__tests__/Select.test.js +0 -10735
  218. package/dist/components/atoms/select/index.js +0 -4
  219. package/dist/components/atoms/select/styles.js +0 -3868
  220. package/dist/components/atoms/typography/Typography.js +0 -44
  221. package/dist/components/atoms/typography/__tests__/Typography.test.js +0 -16
  222. package/dist/components/atoms/typography/index.js +0 -4
  223. package/dist/components/atoms/typography/styles.d.ts +0 -11
  224. package/dist/components/atoms/typography/styles.js +0 -28
  225. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
  226. package/dist/components/molecules/error-boundary-fallback/index.js +0 -4
  227. package/dist/components/molecules/error-boundary-fallback/styles.d.ts +0 -1
  228. package/dist/components/molecules/form/Form.js +0 -7
  229. package/dist/components/molecules/form/__stories__/FormStory.js +0 -90
  230. package/dist/components/molecules/form/index.js +0 -4
  231. package/dist/index-3MWkSVA1.js +0 -96
  232. package/dist/index-BPtFqhcp.js +0 -19110
  233. package/dist/index-BWys7dkb.js +0 -4462
  234. package/dist/index-VDH3iLaC.js +0 -884
  235. package/dist/setup-CMYVZCPF.js +0 -33883
  236. package/dist/useVariants-CEpw6Ww6.js +0 -29
  237. /package/dist/components/{atoms/checkbox/__tests__/Checkbox.test.d.ts → Badge/__tests__/Badge.test.d.ts} +0 -0
  238. /package/dist/components/{atoms/input/__tests__/Input.test.d.ts → Breadcrumb/__tests__/Breadcrumb.test.d.ts} +0 -0
  239. /package/dist/components/{atoms/button → Button}/Button.d.ts +0 -0
  240. /package/dist/components/{atoms/button → Button}/__stories__/Button.stories.d.ts +0 -0
  241. /package/dist/components/{atoms/select/__tests__/Select.test.d.ts → Button/__tests__/Button.test.d.ts} +0 -0
  242. /package/dist/components/{atoms/button → Button}/index.d.ts +0 -0
  243. /package/dist/components/{atoms/button → Button}/styles.d.ts +0 -0
  244. /package/dist/components/{atoms/checkbox → Checkbox}/__stories__/Checkbox.stories.d.ts +0 -0
  245. /package/dist/components/{atoms/typography/__tests__/Typography.test.d.ts → Checkbox/__tests__/Checkbox.test.d.ts} +0 -0
  246. /package/dist/components/{atoms/checkbox → Checkbox}/index.d.ts +0 -0
  247. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/ErrorBoundaryFallback.d.ts +0 -0
  248. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -0
  249. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/index.d.ts +0 -0
  250. /package/dist/components/{molecules/form → Form}/__stories__/Form.stories.d.ts +0 -0
  251. /package/dist/components/{molecules/form → Form}/__stories__/FormStory.d.ts +0 -0
  252. /package/dist/components/{molecules/form → Form}/index.d.ts +0 -0
  253. /package/dist/components/{atoms/input → Input}/index.d.ts +0 -0
  254. /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
  255. /package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +0 -0
  256. /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
  257. /package/dist/{presetColors-Cl8UP3Nw.js → presetColors-ccf8cb4c.js} +0 -0
  258. /package/dist/{reactNode-sKPeiqPL.js → reactNode-f4391605.js} +0 -0
@@ -1,88 +1,91 @@
1
- import { Size1 as a, Size2 as d, Size3 as p, Size4 as S, Size5 as z, Size6 as c, Size7 as f, Size8 as C, Size10 as s, Size12 as b, Size13 as m, Size14 as u, Size16 as F, Size18 as H, Size20 as W, Size24 as T, Size27 as k, Size28 as w, Size30 as B, Size32 as D, Size34 as v, Size35 as M, Size39 as N, Size43 as R, Size50 as G, Size64 as L, Size05 as O, Size15 as E, Size025 as A, Size25 as P, ColorSky800 as i, ColorGray800 as l, ColorYellow800 as r, ColorYellow900 as g, BorderRadiusNone as Y, BorderRadiusXs as x, BorderRadiusSm as X, BorderRadiusMd as K, BorderRadiusLg as j, BorderRadiusXl as q, BorderRadiusXxl as I, BorderRadiusXxxl as J, BorderRadiusRounded as Q, TypographyPrimaryFontFamily as U, ColorRed100 as V, ColorRed200 as Z, ColorRed300 as _, ColorRed400 as $, ColorRed500 as ee, ColorRed600 as oe, ColorRed700 as ie, ColorRed800 as re, ColorRed900 as te, ColorOrange100 as ne, ColorOrange200 as le, ColorOrange300 as ge, ColorOrange400 as ae, ColorOrange500 as de, ColorOrange600 as pe, ColorOrange700 as Se, ColorOrange800 as he, ColorOrange900 as ye, ColorYellow100 as ze, ColorYellow200 as ce, ColorYellow300 as fe, ColorYellow400 as Ce, ColorYellow500 as se, ColorYellow600 as be, ColorYellow700 as me, ColorGreen100 as ue, ColorGreen200 as Fe, ColorGreen300 as He, ColorGreen400 as We, ColorGreen500 as Te, ColorGreen600 as ke, ColorGreen700 as we, ColorGreen800 as Be, ColorGreen900 as De, ColorSky100 as ve, ColorSky200 as Me, ColorSky300 as Ne, ColorSky400 as Re, ColorSky500 as Ge, ColorSky600 as Le, ColorSky700 as Oe, ColorSky900 as Ee, ColorBlue100 as Ae, ColorBlue200 as Pe, ColorBlue300 as Ye, ColorBlue400 as xe, ColorBlue500 as Xe, ColorBlue600 as Ke, ColorBlue700 as je, ColorBlue800 as qe, ColorBlue900 as Ie, ColorPurple100 as Je, ColorPurple200 as Qe, ColorPurple300 as Ue, ColorPurple400 as Ve, ColorPurple500 as Ze, ColorPurple600 as _e, ColorPurple700 as $e, ColorPurple800 as eo, ColorPurple900 as oo, ColorGray100 as io, ColorGray200 as ro, ColorGray300 as to, ColorGray400 as no, ColorGray500 as lo, ColorGray600 as go, ColorGray700 as ao, ColorGray900 as po, ColorGrayBlack as So, ColorGrayWhite as ho, TypographyWideFontSizeDisplay1 as yo, TypographyWideFontSizeDisplay2 as zo, TypographyWideFontSizeDisplay3 as co, TypographyWideFontSizeHeading1 as fo, TypographyWideFontSizeHeading2 as Co, TypographyWideFontSizeHeading3 as so, TypographyWideFontSizeSubHeading1 as bo, TypographyWideFontSizeSubHeading2 as mo, TypographyWideFontSizeSubHeading3 as uo, TypographyWideFontSizeBody1 as Fo, TypographyWideFontSizeBody2 as Ho, TypographyWideFontSizeBody3 as Wo, TypographyWideFontSizeBody4 as To, TypographyWideFontSizeBody5 as ko, TypographyWideFontSizeMessage as wo, TypographyWideFontSizeOverline1 as Bo, TypographyWideFontSizeOverline2 as Do, TypographyWideFontSizeOverline3 as vo, TypographyWideFontSizeLabel1 as Mo, TypographyWideFontSizeLabel2 as No, TypographyWideFontSizeLabel3 as Ro, TypographyWideFontSizeLink1 as Go, TypographyWideFontSizeLink2 as Lo, TypographyWideFontSizeLink3 as Oo, TypographyWideFontSizeDigits1 as Eo, TypographyWideFontSizeDigits2 as Ao, TypographyWideFontSizeDigits3 as Po, TypographyMediumFontSizeDisplay1 as Yo, TypographyMediumFontSizeDisplay2 as xo, TypographyMediumFontSizeDisplay3 as Xo, TypographyMediumFontSizeHeading1 as Ko, TypographyMediumFontSizeHeading2 as jo, TypographyMediumFontSizeHeading3 as qo, TypographyMediumFontSizeSubHeading1 as Io, TypographyMediumFontSizeSubHeading2 as Jo, TypographyMediumFontSizeSubHeading3 as Qo, TypographyMediumFontSizeBody1 as Uo, TypographyMediumFontSizeBody2 as Vo, TypographyMediumFontSizeBody3 as Zo, TypographyMediumFontSizeBody4 as _o, TypographyMediumFontSizeBody5 as $o, TypographyMediumFontSizeMessage as ei, TypographyMediumFontSizeOverline1 as oi, TypographyMediumFontSizeOverline2 as ii, TypographyMediumFontSizeOverline3 as ri, TypographyMediumFontSizeLabel1 as ti, TypographyMediumFontSizeLabel2 as ni, TypographyMediumFontSizeLabel3 as li, TypographyMediumFontSizeLink1 as gi, TypographyMediumFontSizeLink2 as ai, TypographyMediumFontSizeLink3 as di, TypographyMediumFontSizeDigits1 as pi, TypographyMediumFontSizeDigits2 as Si, TypographyMediumFontSizeDigits3 as hi, TypographyNarrowFontSizeDisplay1 as yi, TypographyNarrowFontSizeDisplay2 as zi, TypographyNarrowFontSizeDisplay3 as ci, TypographyNarrowFontSizeHeading1 as fi, TypographyNarrowFontSizeHeading2 as Ci, TypographyNarrowFontSizeHeading3 as si, TypographyNarrowFontSizeSubHeading1 as bi, TypographyNarrowFontSizeSubHeading2 as mi, TypographyNarrowFontSizeSubHeading3 as ui, TypographyNarrowFontSizeBody1 as Fi, TypographyNarrowFontSizeBody2 as Hi, TypographyNarrowFontSizeBody3 as Wi, TypographyNarrowFontSizeBody4 as Ti, TypographyNarrowFontSizeBody5 as ki, TypographyNarrowFontSizeMessage as wi, TypographyNarrowFontSizeOverline1 as Bi, TypographyNarrowFontSizeOverline2 as Di, TypographyNarrowFontSizeOverline3 as vi, TypographyNarrowFontSizeLabel1 as Mi, TypographyNarrowFontSizeLabel2 as Ni, TypographyNarrowFontSizeLabel3 as Ri, TypographyNarrowFontSizeLink1 as Gi, TypographyNarrowFontSizeLink2 as Li, TypographyNarrowFontSizeLink3 as Oi, TypographyNarrowFontSizeDigits1 as Ei, TypographyNarrowFontSizeDigits2 as Ai, TypographyNarrowFontSizeDigits3 as Pi } from "../design-tokens/variables.js";
1
+ import { Size1 as d, Size2 as y, Size3 as c, Size4 as h, Size5 as C, Size6 as m, Size7 as b, Size8 as F, Size10 as H, Size12 as v, Size13 as W, Size14 as T, Size16 as k, Size18 as B, Size20 as w, Size24 as D, Size27 as M, Size28 as N, Size30 as R, Size32 as E, Size34 as G, Size35 as L, Size39 as A, Size43 as O, Size50 as P, Size64 as Y, Size05 as x, Size15 as X, Size025 as I, Size25 as K, ColorYellow500 as S, ColorGray100 as l, ColorGrayWhite as s, ColorGray500 as f, ColorGray800 as n, ColorGray600 as u, ColorSky800 as r, ColorYellow800 as t, ColorYellow900 as g, BorderRadiusNone as j, BorderRadiusXs as q, BorderRadiusSm as J, BorderRadiusMd as Q, BorderRadiusLg as U, BorderRadiusXl as V, BorderRadiusXxl as Z, BorderRadiusXxxl as _, BorderRadiusRounded as $, TypographyPrimaryFontFamily as ee, ColorRed100 as oe, ColorRed200 as ie, ColorRed300 as re, ColorRed400 as te, ColorRed500 as ne, ColorRed600 as ae, ColorRed700 as le, ColorRed800 as ge, ColorRed900 as pe, ColorOrange100 as de, ColorOrange200 as ye, ColorOrange300 as ce, ColorOrange400 as he, ColorOrange500 as Se, ColorOrange600 as se, ColorOrange700 as fe, ColorOrange800 as ue, ColorOrange900 as ze, ColorYellow100 as Ce, ColorYellow200 as me, ColorYellow300 as be, ColorYellow400 as Fe, ColorYellow600 as He, ColorYellow700 as ve, ColorGreen100 as We, ColorGreen200 as Te, ColorGreen300 as ke, ColorGreen400 as Be, ColorGreen500 as we, ColorGreen600 as De, ColorGreen700 as Me, ColorGreen800 as Ne, ColorGreen900 as Re, ColorSky100 as Ee, ColorSky200 as Ge, ColorSky300 as Le, ColorSky400 as Ae, ColorSky500 as Oe, ColorSky600 as Pe, ColorSky700 as Ye, ColorSky900 as xe, ColorBlue100 as Xe, ColorBlue200 as Ie, ColorBlue300 as Ke, ColorBlue400 as je, ColorBlue500 as qe, ColorBlue600 as Je, ColorBlue700 as Qe, ColorBlue800 as Ue, ColorBlue900 as Ve, ColorPurple100 as Ze, ColorPurple200 as _e, ColorPurple300 as $e, ColorPurple400 as eo, ColorPurple500 as oo, ColorPurple600 as io, ColorPurple700 as ro, ColorPurple800 as to, ColorPurple900 as no, ColorGray200 as ao, ColorGray300 as lo, ColorGray400 as go, ColorGray700 as po, ColorGray900 as yo, ColorGrayBlack as co, TypographyWideFontSizeDisplay1 as ho, TypographyWideFontSizeDisplay2 as So, TypographyWideFontSizeDisplay3 as so, TypographyWideFontSizeHeading1 as fo, TypographyWideFontSizeHeading2 as uo, TypographyWideFontSizeHeading3 as zo, TypographyWideFontSizeSubHeading1 as Co, TypographyWideFontSizeSubHeading2 as mo, TypographyWideFontSizeSubHeading3 as bo, TypographyWideFontSizeBody1 as Fo, TypographyWideFontSizeBody2 as Ho, TypographyWideFontSizeBody3 as vo, TypographyWideFontSizeBody4 as Wo, TypographyWideFontSizeBody5 as To, TypographyWideFontSizeMessage as ko, TypographyWideFontSizeOverline1 as Bo, TypographyWideFontSizeOverline2 as wo, TypographyWideFontSizeOverline3 as Do, TypographyWideFontSizeLabel1 as Mo, TypographyWideFontSizeLabel2 as No, TypographyWideFontSizeLabel3 as Ro, TypographyWideFontSizeLink1 as Eo, TypographyWideFontSizeLink2 as Go, TypographyWideFontSizeLink3 as Lo, TypographyWideFontSizeDigits1 as Ao, TypographyWideFontSizeDigits2 as Oo, TypographyWideFontSizeDigits3 as Po, TypographyMediumFontSizeDisplay1 as Yo, TypographyMediumFontSizeDisplay2 as xo, TypographyMediumFontSizeDisplay3 as Xo, TypographyMediumFontSizeHeading1 as Io, TypographyMediumFontSizeHeading2 as Ko, TypographyMediumFontSizeHeading3 as jo, TypographyMediumFontSizeSubHeading1 as qo, TypographyMediumFontSizeSubHeading2 as Jo, TypographyMediumFontSizeSubHeading3 as Qo, TypographyMediumFontSizeBody1 as Uo, TypographyMediumFontSizeBody2 as Vo, TypographyMediumFontSizeBody3 as Zo, TypographyMediumFontSizeBody4 as _o, TypographyMediumFontSizeBody5 as $o, TypographyMediumFontSizeMessage as ei, TypographyMediumFontSizeOverline1 as oi, TypographyMediumFontSizeOverline2 as ii, TypographyMediumFontSizeOverline3 as ri, TypographyMediumFontSizeLabel1 as ti, TypographyMediumFontSizeLabel2 as ni, TypographyMediumFontSizeLabel3 as ai, TypographyMediumFontSizeLink1 as li, TypographyMediumFontSizeLink2 as gi, TypographyMediumFontSizeLink3 as pi, TypographyMediumFontSizeDigits1 as di, TypographyMediumFontSizeDigits2 as yi, TypographyMediumFontSizeDigits3 as ci, TypographyNarrowFontSizeDisplay1 as hi, TypographyNarrowFontSizeDisplay2 as Si, TypographyNarrowFontSizeDisplay3 as si, TypographyNarrowFontSizeHeading1 as fi, TypographyNarrowFontSizeHeading2 as ui, TypographyNarrowFontSizeHeading3 as zi, TypographyNarrowFontSizeSubHeading1 as Ci, TypographyNarrowFontSizeSubHeading2 as mi, TypographyNarrowFontSizeSubHeading3 as bi, TypographyNarrowFontSizeBody1 as Fi, TypographyNarrowFontSizeBody2 as Hi, TypographyNarrowFontSizeBody3 as vi, TypographyNarrowFontSizeBody4 as Wi, TypographyNarrowFontSizeBody5 as Ti, TypographyNarrowFontSizeMessage as ki, TypographyNarrowFontSizeOverline1 as Bi, TypographyNarrowFontSizeOverline2 as wi, TypographyNarrowFontSizeOverline3 as Di, TypographyNarrowFontSizeLabel1 as Mi, TypographyNarrowFontSizeLabel2 as Ni, TypographyNarrowFontSizeLabel3 as Ri, TypographyNarrowFontSizeLink1 as Ei, TypographyNarrowFontSizeLink2 as Gi, TypographyNarrowFontSizeLink3 as Li, TypographyNarrowFontSizeDigits1 as Ai, TypographyNarrowFontSizeDigits2 as Oi, TypographyNarrowFontSizeDigits3 as Pi } from "../design-tokens/variables.js";
2
2
  const Yi = {
3
3
  wide: 1280,
4
4
  medium: 1024,
5
5
  narrow: 480
6
- }, h = {
7
- BorderRadiusNone: Y,
8
- BorderRadiusXs: x,
9
- BorderRadiusSm: X,
10
- BorderRadiusMd: K,
11
- BorderRadiusLg: j,
12
- BorderRadiusXl: q,
13
- BorderRadiusXxl: I,
14
- BorderRadiusXxxl: J,
15
- BorderRadiusRounded: Q
16
- }, t = {
17
- Size1: a,
6
+ }, p = {
7
+ BorderRadiusNone: j,
8
+ BorderRadiusXs: q,
9
+ BorderRadiusSm: J,
10
+ BorderRadiusMd: Q,
11
+ BorderRadiusLg: U,
12
+ BorderRadiusXl: V,
13
+ BorderRadiusXxl: Z,
14
+ BorderRadiusXxxl: _,
15
+ BorderRadiusRounded: $
16
+ }, i = {
17
+ Size1: d,
18
18
  // 4px
19
- Size2: d,
19
+ Size2: y,
20
20
  // 8px
21
- Size3: p,
21
+ Size3: c,
22
22
  // 12px
23
- Size4: S,
23
+ Size4: h,
24
24
  // 16px
25
- Size5: z,
25
+ Size5: C,
26
26
  // 20px
27
- Size6: c,
27
+ Size6: m,
28
28
  // 24px
29
- Size7: f,
29
+ Size7: b,
30
30
  // 28px
31
- Size8: C,
31
+ Size8: F,
32
32
  // 32px
33
- Size10: s,
33
+ Size10: H,
34
34
  // 40px
35
- Size12: b,
35
+ Size12: v,
36
36
  // 48px
37
- Size13: m,
37
+ Size13: W,
38
38
  // 52px
39
- Size14: u,
39
+ Size14: T,
40
40
  // 56px
41
- Size16: F,
41
+ Size16: k,
42
42
  // 64px
43
- Size18: H,
43
+ Size18: B,
44
44
  // 72px
45
- Size20: W,
45
+ Size20: w,
46
46
  // 80px
47
- Size24: T,
47
+ Size24: D,
48
48
  // 96px
49
- Size27: k,
49
+ Size27: M,
50
50
  // 108px
51
- Size28: w,
51
+ Size28: N,
52
52
  // 112px
53
- Size30: B,
53
+ Size30: R,
54
54
  // 120px
55
- Size32: D,
55
+ Size32: E,
56
56
  // 128px
57
- Size34: v,
57
+ Size34: G,
58
58
  // 136px
59
- Size35: M,
59
+ Size35: L,
60
60
  // 140px
61
- Size39: N,
61
+ Size39: A,
62
62
  // 156px
63
- Size43: R,
63
+ Size43: O,
64
64
  // 172px
65
- Size50: G,
65
+ Size50: P,
66
66
  // 200px
67
- Size64: L,
67
+ Size64: Y,
68
68
  // 256px
69
- Size05: O,
69
+ Size05: x,
70
70
  // 2px
71
- Size15: E,
71
+ Size15: X,
72
72
  // 6px
73
- Size025: A,
73
+ Size025: I,
74
74
  // 1px
75
- Size25: P,
75
+ Size25: K,
76
76
  // 10px
77
- xs: a,
77
+ xs: d,
78
78
  // 4px
79
- sm: d,
79
+ sm: y,
80
80
  // 8px
81
- md: p,
81
+ md: c,
82
82
  // 12px
83
- lg: S
83
+ lg: h,
84
84
  // 16px
85
- }, Ui = {
85
+ typography1: 12,
86
+ typography2: 14,
87
+ typography3: 16
88
+ }, Vi = {
86
89
  display1: "display1",
87
90
  display2: "display2",
88
91
  display3: "display3",
@@ -112,19 +115,19 @@ const Yi = {
112
115
  digits3: "digits3"
113
116
  }, xi = {
114
117
  display1: {
115
- fontSize: yo,
118
+ fontSize: ho,
116
119
  lineHeight: "3.5rem",
117
120
  fontWeight: 700,
118
121
  letterSpacing: "0"
119
122
  },
120
123
  display2: {
121
- fontSize: zo,
124
+ fontSize: So,
122
125
  lineHeight: "3rem",
123
126
  fontWeight: 700,
124
127
  letterSpacing: "0"
125
128
  },
126
129
  display3: {
127
- fontSize: co,
130
+ fontSize: so,
128
131
  lineHeight: "2.5rem",
129
132
  fontWeight: 700,
130
133
  letterSpacing: "0"
@@ -136,19 +139,19 @@ const Yi = {
136
139
  letterSpacing: "0"
137
140
  },
138
141
  heading2: {
139
- fontSize: Co,
142
+ fontSize: uo,
140
143
  lineHeight: "1.75rem",
141
144
  fontWeight: 700,
142
145
  letterSpacing: "0"
143
146
  },
144
147
  heading3: {
145
- fontSize: so,
148
+ fontSize: zo,
146
149
  lineHeight: "1.5rem",
147
150
  fontWeight: 700,
148
151
  letterSpacing: "0"
149
152
  },
150
153
  subHeading1: {
151
- fontSize: bo,
154
+ fontSize: Co,
152
155
  lineHeight: "1.25rem",
153
156
  fontWeight: 600,
154
157
  letterSpacing: "0"
@@ -160,7 +163,7 @@ const Yi = {
160
163
  letterSpacing: "0"
161
164
  },
162
165
  subHeading3: {
163
- fontSize: uo,
166
+ fontSize: bo,
164
167
  lineHeight: "1rem",
165
168
  fontWeight: 600,
166
169
  letterSpacing: "0"
@@ -178,25 +181,25 @@ const Yi = {
178
181
  letterSpacing: "0"
179
182
  },
180
183
  body3: {
181
- fontSize: Wo,
184
+ fontSize: vo,
182
185
  lineHeight: "1rem",
183
186
  fontWeight: 400,
184
187
  letterSpacing: "0"
185
188
  },
186
189
  body4: {
187
- fontSize: To,
190
+ fontSize: Wo,
188
191
  lineHeight: "0.875rem",
189
192
  fontWeight: 400,
190
193
  letterSpacing: "0"
191
194
  },
192
195
  body5: {
193
- fontSize: ko,
196
+ fontSize: To,
194
197
  lineHeight: "0.75rem",
195
198
  fontWeight: 400,
196
199
  letterSpacing: "0"
197
200
  },
198
201
  message: {
199
- fontSize: wo,
202
+ fontSize: ko,
200
203
  lineHeight: "1rem",
201
204
  fontWeight: 400,
202
205
  letterSpacing: "0"
@@ -208,13 +211,13 @@ const Yi = {
208
211
  letterSpacing: "0"
209
212
  },
210
213
  overline2: {
211
- fontSize: Do,
214
+ fontSize: wo,
212
215
  lineHeight: "0.75rem",
213
216
  fontWeight: 500,
214
217
  letterSpacing: "0"
215
218
  },
216
219
  overline3: {
217
- fontSize: vo,
220
+ fontSize: Do,
218
221
  lineHeight: "0.75rem",
219
222
  fontWeight: 500,
220
223
  letterSpacing: "0"
@@ -238,31 +241,31 @@ const Yi = {
238
241
  letterSpacing: "0"
239
242
  },
240
243
  link1: {
241
- fontSize: Go,
244
+ fontSize: Eo,
242
245
  lineHeight: "1.5rem",
243
246
  fontWeight: 500,
244
247
  letterSpacing: "0"
245
248
  },
246
249
  link2: {
247
- fontSize: Lo,
250
+ fontSize: Go,
248
251
  lineHeight: "1.25rem",
249
252
  fontWeight: 500,
250
253
  letterSpacing: "0"
251
254
  },
252
255
  link3: {
253
- fontSize: Oo,
256
+ fontSize: Lo,
254
257
  lineHeight: "1rem",
255
258
  fontWeight: 500,
256
259
  letterSpacing: "0"
257
260
  },
258
261
  digits1: {
259
- fontSize: Eo,
262
+ fontSize: Ao,
260
263
  lineHeight: "3.5rem",
261
264
  fontWeight: 700,
262
265
  letterSpacing: "0"
263
266
  },
264
267
  digits2: {
265
- fontSize: Ao,
268
+ fontSize: Oo,
266
269
  lineHeight: "3rem",
267
270
  fontWeight: 700,
268
271
  letterSpacing: "0"
@@ -293,25 +296,25 @@ const Yi = {
293
296
  letterSpacing: "0"
294
297
  },
295
298
  heading1: {
296
- fontSize: Ko,
299
+ fontSize: Io,
297
300
  lineHeight: "2rem",
298
301
  fontWeight: 700,
299
302
  letterSpacing: "0"
300
303
  },
301
304
  heading2: {
302
- fontSize: jo,
305
+ fontSize: Ko,
303
306
  lineHeight: "1.75rem",
304
307
  fontWeight: 700,
305
308
  letterSpacing: "0"
306
309
  },
307
310
  heading3: {
308
- fontSize: qo,
311
+ fontSize: jo,
309
312
  lineHeight: "1.5rem",
310
313
  fontWeight: 700,
311
314
  letterSpacing: "0"
312
315
  },
313
316
  subHeading1: {
314
- fontSize: Io,
317
+ fontSize: qo,
315
318
  lineHeight: "1.25rem",
316
319
  fontWeight: 600,
317
320
  letterSpacing: "0"
@@ -395,62 +398,62 @@ const Yi = {
395
398
  letterSpacing: "0"
396
399
  },
397
400
  label3: {
398
- fontSize: li,
401
+ fontSize: ai,
399
402
  lineHeight: "1rem",
400
403
  fontWeight: 500,
401
404
  letterSpacing: "0"
402
405
  },
403
406
  link1: {
404
- fontSize: gi,
407
+ fontSize: li,
405
408
  lineHeight: "1.5rem",
406
409
  fontWeight: 500,
407
410
  letterSpacing: "0"
408
411
  },
409
412
  link2: {
410
- fontSize: ai,
413
+ fontSize: gi,
411
414
  lineHeight: "1.25rem",
412
415
  fontWeight: 500,
413
416
  letterSpacing: "0"
414
417
  },
415
418
  link3: {
416
- fontSize: di,
419
+ fontSize: pi,
417
420
  lineHeight: "1rem",
418
421
  fontWeight: 500,
419
422
  letterSpacing: "0"
420
423
  },
421
424
  digits1: {
422
- fontSize: pi,
425
+ fontSize: di,
423
426
  lineHeight: "3.5rem",
424
427
  fontWeight: 700,
425
428
  letterSpacing: "0"
426
429
  },
427
430
  digits2: {
428
- fontSize: Si,
431
+ fontSize: yi,
429
432
  lineHeight: "3rem",
430
433
  fontWeight: 700,
431
434
  letterSpacing: "0"
432
435
  },
433
436
  digits3: {
434
- fontSize: hi,
437
+ fontSize: ci,
435
438
  lineHeight: "2.5rem",
436
439
  fontWeight: 700,
437
440
  letterSpacing: "0"
438
441
  }
439
- }, Ki = {
442
+ }, Ii = {
440
443
  display1: {
441
- fontSize: yi,
444
+ fontSize: hi,
442
445
  lineHeight: "3.5rem",
443
446
  fontWeight: 700,
444
447
  letterSpacing: "0"
445
448
  },
446
449
  display2: {
447
- fontSize: zi,
450
+ fontSize: Si,
448
451
  lineHeight: "3rem",
449
452
  fontWeight: 700,
450
453
  letterSpacing: "0"
451
454
  },
452
455
  display3: {
453
- fontSize: ci,
456
+ fontSize: si,
454
457
  lineHeight: "2.5rem",
455
458
  fontWeight: 700,
456
459
  letterSpacing: "0"
@@ -462,19 +465,19 @@ const Yi = {
462
465
  letterSpacing: "0"
463
466
  },
464
467
  heading2: {
465
- fontSize: Ci,
468
+ fontSize: ui,
466
469
  lineHeight: "1.75rem",
467
470
  fontWeight: 700,
468
471
  letterSpacing: "0"
469
472
  },
470
473
  heading3: {
471
- fontSize: si,
474
+ fontSize: zi,
472
475
  lineHeight: "1.5rem",
473
476
  fontWeight: 700,
474
477
  letterSpacing: "0"
475
478
  },
476
479
  subHeading1: {
477
- fontSize: bi,
480
+ fontSize: Ci,
478
481
  lineHeight: "1.25rem",
479
482
  fontWeight: 600,
480
483
  letterSpacing: "0"
@@ -486,7 +489,7 @@ const Yi = {
486
489
  letterSpacing: "0"
487
490
  },
488
491
  subHeading3: {
489
- fontSize: ui,
492
+ fontSize: bi,
490
493
  lineHeight: "1rem",
491
494
  fontWeight: 600,
492
495
  letterSpacing: "0"
@@ -504,25 +507,25 @@ const Yi = {
504
507
  letterSpacing: "0"
505
508
  },
506
509
  body3: {
507
- fontSize: Wi,
510
+ fontSize: vi,
508
511
  lineHeight: "1rem",
509
512
  fontWeight: 400,
510
513
  letterSpacing: "0"
511
514
  },
512
515
  body4: {
513
- fontSize: Ti,
516
+ fontSize: Wi,
514
517
  lineHeight: "0.875rem",
515
518
  fontWeight: 400,
516
519
  letterSpacing: "0"
517
520
  },
518
521
  body5: {
519
- fontSize: ki,
522
+ fontSize: Ti,
520
523
  lineHeight: "0.75rem",
521
524
  fontWeight: 400,
522
525
  letterSpacing: "0"
523
526
  },
524
527
  message: {
525
- fontSize: wi,
528
+ fontSize: ki,
526
529
  lineHeight: "1rem",
527
530
  fontWeight: 400,
528
531
  letterSpacing: "0"
@@ -534,13 +537,13 @@ const Yi = {
534
537
  letterSpacing: "0"
535
538
  },
536
539
  overline2: {
537
- fontSize: Di,
540
+ fontSize: wi,
538
541
  lineHeight: "0.75rem",
539
542
  fontWeight: 500,
540
543
  letterSpacing: "0"
541
544
  },
542
545
  overline3: {
543
- fontSize: vi,
546
+ fontSize: Di,
544
547
  lineHeight: "0.75rem",
545
548
  fontWeight: 500,
546
549
  letterSpacing: "0"
@@ -564,31 +567,31 @@ const Yi = {
564
567
  letterSpacing: "0"
565
568
  },
566
569
  link1: {
567
- fontSize: Gi,
570
+ fontSize: Ei,
568
571
  lineHeight: "1.5rem",
569
572
  fontWeight: 500,
570
573
  letterSpacing: "0"
571
574
  },
572
575
  link2: {
573
- fontSize: Li,
576
+ fontSize: Gi,
574
577
  lineHeight: "1.25rem",
575
578
  fontWeight: 500,
576
579
  letterSpacing: "0"
577
580
  },
578
581
  link3: {
579
- fontSize: Oi,
582
+ fontSize: Li,
580
583
  lineHeight: "1rem",
581
584
  fontWeight: 500,
582
585
  letterSpacing: "0"
583
586
  },
584
587
  digits1: {
585
- fontSize: Ei,
588
+ fontSize: Ai,
586
589
  lineHeight: "3.5rem",
587
590
  fontWeight: 700,
588
591
  letterSpacing: "0"
589
592
  },
590
593
  digits2: {
591
- fontSize: Ai,
594
+ fontSize: Oi,
592
595
  lineHeight: "3rem",
593
596
  fontWeight: 700,
594
597
  letterSpacing: "0"
@@ -599,298 +602,434 @@ const Yi = {
599
602
  fontWeight: 700,
600
603
  letterSpacing: "0"
601
604
  }
602
- }, ji = {
603
- fontFamily: U,
605
+ }, Ki = {
606
+ fontFamily: ee,
604
607
  wide: xi,
605
608
  medium: Xi,
606
- narrow: Ki
607
- }, e = {
609
+ narrow: Ii
610
+ }, o = {
608
611
  red: {
609
- 100: V,
610
- 200: Z,
611
- 300: _,
612
- 400: $,
613
- 500: ee,
614
- 600: oe,
615
- 700: ie,
616
- 800: re,
617
- 900: te
612
+ 100: oe,
613
+ 200: ie,
614
+ 300: re,
615
+ 400: te,
616
+ 500: ne,
617
+ 600: ae,
618
+ 700: le,
619
+ 800: ge,
620
+ 900: pe
618
621
  },
619
622
  orange: {
620
- 100: ne,
621
- 200: le,
622
- 300: ge,
623
- 400: ae,
624
- 500: de,
625
- 600: pe,
626
- 700: Se,
627
- 800: he,
628
- 900: ye
623
+ 100: de,
624
+ 200: ye,
625
+ 300: ce,
626
+ 400: he,
627
+ 500: Se,
628
+ 600: se,
629
+ 700: fe,
630
+ 800: ue,
631
+ 900: ze
629
632
  },
630
633
  yellow: {
631
- 100: ze,
632
- 200: ce,
633
- 300: fe,
634
- 400: Ce,
635
- 500: se,
636
- 600: be,
637
- 700: me,
638
- 800: r,
634
+ 100: Ce,
635
+ 200: me,
636
+ 300: be,
637
+ 400: Fe,
638
+ 500: S,
639
+ 600: He,
640
+ 700: ve,
641
+ 800: t,
639
642
  900: g
640
643
  },
641
644
  green: {
642
- 100: ue,
643
- 200: Fe,
644
- 300: He,
645
- 400: We,
646
- 500: Te,
647
- 600: ke,
648
- 700: we,
649
- 800: Be,
650
- 900: De
645
+ 100: We,
646
+ 200: Te,
647
+ 300: ke,
648
+ 400: Be,
649
+ 500: we,
650
+ 600: De,
651
+ 700: Me,
652
+ 800: Ne,
653
+ 900: Re
651
654
  },
652
655
  sky: {
653
- 100: ve,
654
- 200: Me,
655
- 300: Ne,
656
- 400: Re,
657
- 500: Ge,
658
- 600: Le,
659
- 700: Oe,
660
- 800: i,
661
- 900: Ee
656
+ 100: Ee,
657
+ 200: Ge,
658
+ 300: Le,
659
+ 400: Ae,
660
+ 500: Oe,
661
+ 600: Pe,
662
+ 700: Ye,
663
+ 800: r,
664
+ 900: xe
662
665
  },
663
666
  blue: {
664
- 100: Ae,
665
- 200: Pe,
666
- 300: Ye,
667
- 400: xe,
668
- 500: Xe,
669
- 600: Ke,
670
- 700: je,
671
- 800: qe,
672
- 900: Ie
667
+ 100: Xe,
668
+ 200: Ie,
669
+ 300: Ke,
670
+ 400: je,
671
+ 500: qe,
672
+ 600: Je,
673
+ 700: Qe,
674
+ 800: Ue,
675
+ 900: Ve
673
676
  },
674
677
  purple: {
675
- 100: Je,
676
- 200: Qe,
677
- 300: Ue,
678
- 400: Ve,
679
- 500: Ze,
680
- 600: _e,
681
- 700: $e,
682
- 800: eo,
683
- 900: oo
678
+ 100: Ze,
679
+ 200: _e,
680
+ 300: $e,
681
+ 400: eo,
682
+ 500: oo,
683
+ 600: io,
684
+ 700: ro,
685
+ 800: to,
686
+ 900: no
684
687
  },
685
688
  gray: {
686
- 100: io,
687
- 200: ro,
688
- 300: to,
689
- 400: no,
690
- 500: lo,
691
- 600: go,
692
- 700: ao,
693
- 800: l,
694
- 900: po,
695
- black: So,
696
- white: ho
689
+ 100: l,
690
+ 200: ao,
691
+ 300: lo,
692
+ 400: go,
693
+ 500: f,
694
+ 600: u,
695
+ 700: po,
696
+ 800: n,
697
+ 900: yo,
698
+ black: co,
699
+ white: s
697
700
  }
698
- }, qi = {
701
+ }, ji = {
699
702
  padding: {
700
- verPadding: t.Size25,
703
+ verPadding: i.Size25,
701
704
  // 25px
702
- horPadding: t.Size6
705
+ horPadding: i.Size6
703
706
  // 10px
704
707
  },
705
- gap: t.Size2,
708
+ gap: i.Size2,
706
709
  // 8px
707
- radius: h.BorderRadiusMd
710
+ radius: p.BorderRadiusMd
708
711
  // 6px
709
- }, o = "#FFFFFF", n = {
712
+ }, qi = {
713
+ padding: {
714
+ verPadding: i.Size2,
715
+ horPadding: i.Size2
716
+ },
717
+ gap: i.Size2,
718
+ // 8px
719
+ radius: p.BorderRadiusSm
720
+ // 6px
721
+ }, a = {
710
722
  color: "#6C6C6C",
711
723
  backgroundColor: "#EEEEEE",
712
724
  borderColor: "#CBCBCB"
713
- }, Ii = {
725
+ }, e = {
726
+ interactive: {
727
+ primary: {
728
+ active: "#30606B",
729
+ hover: "#00282B",
730
+ pressed: "#214148",
731
+ onsurface: "#FFFFFF"
732
+ },
733
+ secondary: {
734
+ active: "#9A9A9A",
735
+ hover: "#222222",
736
+ pressed: "#101010",
737
+ onsurface: "#3E3E3E"
738
+ },
739
+ tertiary: {
740
+ active: "#FFCA7D",
741
+ hover: "#E7A13C",
742
+ pressed: "#B27330",
743
+ onsurface: "#222222"
744
+ },
745
+ link: {
746
+ active: "#30606B"
747
+ },
748
+ utility: {
749
+ onsurface: "#222222",
750
+ border: "#CBCBCB"
751
+ }
752
+ },
753
+ inputs: {
754
+ onsurface: {
755
+ active: "#384DF6",
756
+ focus: "#384DF6"
757
+ }
758
+ },
759
+ onsurface: {
760
+ "copy-disabled": "#6C6C6C"
761
+ },
762
+ surface: {
763
+ border: "#CBCBCB"
764
+ },
765
+ transparent: "transparent"
766
+ }, Ji = {
714
767
  primary: {
715
768
  active: {
716
- color: o,
717
- backgroundColor: "#30606B",
718
- borderColor: "#30606B"
769
+ color: e.interactive.primary.onsurface,
770
+ backgroundColor: e.interactive.primary.active,
771
+ borderColor: e.interactive.primary.active
719
772
  },
720
773
  hover: {
721
- color: o,
722
- backgroundColor: "#00282B",
723
- borderColor: "#00282B"
774
+ color: e.interactive.primary.onsurface,
775
+ backgroundColor: e.interactive.primary.hover,
776
+ borderColor: e.interactive.primary.hover
724
777
  },
725
778
  pressed: {
726
- color: o,
727
- backgroundColor: "#214148",
728
- borderColor: "#214148"
779
+ color: e.interactive.primary.onsurface,
780
+ backgroundColor: e.interactive.primary.pressed,
781
+ borderColor: e.interactive.primary.pressed
729
782
  },
730
783
  focussed: {
731
- color: o,
732
- backgroundColor: "#30606B",
733
- borderColor: "#30606B",
734
- ringColor: "#384DF6"
784
+ color: e.interactive.primary.onsurface,
785
+ backgroundColor: e.interactive.primary.active,
786
+ borderColor: e.interactive.primary.active,
787
+ ringColor: e.inputs.onsurface.focus
735
788
  },
736
- disabled: n
789
+ disabled: a
737
790
  },
738
791
  secondary: {
739
792
  active: {
740
- color: "#3E3E3E",
741
- backgroundColor: "#FFFFFF",
742
- borderColor: "#3E3E3E"
793
+ color: e.interactive.secondary.onsurface,
794
+ backgroundColor: e.transparent,
795
+ borderColor: e.interactive.secondary.active
743
796
  },
744
797
  hover: {
745
- color: o,
746
- backgroundColor: "#222222",
747
- borderColor: "#222222"
798
+ color: e.interactive.primary.onsurface,
799
+ backgroundColor: e.interactive.secondary.hover,
800
+ borderColor: e.interactive.secondary.hover
748
801
  },
749
802
  pressed: {
750
- color: o,
751
- backgroundColor: "#101010",
752
- borderColor: "#9A9A9A"
803
+ color: e.interactive.primary.onsurface,
804
+ backgroundColor: e.interactive.secondary.pressed,
805
+ borderColor: e.interactive.secondary.active
753
806
  },
754
807
  focussed: {
755
- color: "#3E3E3E",
756
- backgroundColor: "#FFFFFF",
757
- borderColor: "#9A9A9A",
758
- ringColor: "#384DF6"
808
+ color: e.interactive.secondary.onsurface,
809
+ backgroundColor: e.transparent,
810
+ borderColor: e.interactive.secondary.active,
811
+ ringColor: e.inputs.onsurface.focus
759
812
  },
760
- disabled: n
813
+ disabled: a
761
814
  },
762
815
  tertiary: {
763
816
  active: {
764
- color: "#222222",
765
- backgroundColor: "#FFCA7D",
766
- borderColor: "##FFCA7D"
817
+ color: e.interactive.tertiary.onsurface,
818
+ backgroundColor: e.interactive.tertiary.active,
819
+ borderColor: e.interactive.tertiary.active
767
820
  },
768
821
  hover: {
769
- color: "#222222",
770
- backgroundColor: "#E7A13C",
771
- borderColor: "#E7A13C"
822
+ color: e.interactive.tertiary.onsurface,
823
+ backgroundColor: e.interactive.tertiary.hover,
824
+ borderColor: e.interactive.tertiary.hover
772
825
  },
773
826
  pressed: {
774
- color: "#222222",
775
- backgroundColor: "#B27330",
776
- borderColor: "#B27330"
827
+ color: e.interactive.tertiary.onsurface,
828
+ backgroundColor: e.interactive.tertiary.pressed,
829
+ borderColor: e.interactive.tertiary.pressed
777
830
  },
778
831
  focussed: {
779
- color: "#222222",
780
- backgroundColor: "#FFCA7D",
781
- borderColor: "#FFCA7D",
782
- ringColor: "#384DF6"
832
+ color: e.interactive.tertiary.onsurface,
833
+ backgroundColor: e.interactive.tertiary.active,
834
+ borderColor: e.interactive.tertiary.active,
835
+ ringColor: e.inputs.onsurface.focus
836
+ },
837
+ disabled: a
838
+ },
839
+ status: {
840
+ error: {
841
+ default: "#CF3237",
842
+ ringColor: e.inputs.onsurface.focus,
843
+ onsurface: "#AA292D",
844
+ surface: "#F9D4D5"
845
+ },
846
+ success: {
847
+ default: "#32863E",
848
+ ringColor: e.inputs.onsurface.focus,
849
+ onsurface: "#296E33",
850
+ surface: "#D3EFD7"
851
+ },
852
+ warning: {
853
+ default: S,
854
+ ringColor: e.inputs.onsurface.focus,
855
+ onsurface: "#704819",
856
+ surface: "#FFF2DF"
857
+ },
858
+ info: {
859
+ default: "#384DF6",
860
+ ringColor: e.inputs.onsurface.focus,
861
+ onsurface: "#2E3FCA",
862
+ surface: "#D7DBFD"
863
+ },
864
+ generic: {
865
+ default: "#9A9A9A",
866
+ ringColor: e.inputs.onsurface.focus,
867
+ onsurface: "#3E3E3E",
868
+ surface: "#F4F4F4"
869
+ }
870
+ },
871
+ timebox: {
872
+ evening: {
873
+ default: "#9F539F"
874
+ }
875
+ },
876
+ interactive: {
877
+ primary: {
878
+ active: "#30606B",
879
+ hover: "#00282B",
880
+ pressed: "#214148",
881
+ onsurface: "#FFFFFF"
882
+ },
883
+ secondary: {
884
+ active: "#9A9A9A",
885
+ hover: "#222222",
886
+ pressed: "#101010",
887
+ onsurface: "#3E3E3E"
888
+ },
889
+ tertiary: {
890
+ active: "#FFCA7D",
891
+ hover: "#E7A13C",
892
+ pressed: "#B27330",
893
+ onsurface: "#222222"
783
894
  },
784
- disabled: n
895
+ link: {
896
+ active: "#30606B",
897
+ disabled: l,
898
+ current: "#384DF6"
899
+ },
900
+ ...e.interactive
901
+ },
902
+ inputs: {
903
+ surface: {
904
+ active: s,
905
+ border: f,
906
+ disabled: l
907
+ },
908
+ onsurface: {
909
+ active: "#384DF6",
910
+ focus: "#384DF6",
911
+ placeholder: "#6C6C6C",
912
+ "icon-disabled": "#6C6C6C"
913
+ }
914
+ },
915
+ surface: {
916
+ border: "#CBCBCB"
917
+ },
918
+ transparent: "transparent",
919
+ onsurface: {
920
+ copy: n,
921
+ "copy-light": u,
922
+ "copy-disabled": "#6C6C6C"
785
923
  }
786
- }, Ji = {
924
+ }, Qi = {
787
925
  primary: {
788
926
  active: {
789
- color: e.gray.white,
927
+ color: o.gray.white,
790
928
  backgroundColor: "#1A3D44",
791
929
  borderColor: "#1A3D44"
792
930
  },
793
931
  hover: {
794
- color: e.gray.white,
932
+ color: o.gray.white,
795
933
  backgroundColor: "#0D1F22",
796
934
  borderColor: "#0D1F22"
797
935
  },
798
936
  pressed: {
799
- color: e.gray.white,
937
+ color: o.gray.white,
800
938
  backgroundColor: "#0D1F22",
801
939
  borderColor: "#0D1F22"
802
940
  },
803
941
  focussed: {
804
- color: e.gray.white,
942
+ color: o.gray.white,
805
943
  backgroundColor: "#0D1F22",
806
944
  borderColor: "#0D1F22",
807
945
  ringColor: "#384DF6"
808
946
  },
809
947
  disabled: {
810
- color: e.gray[600],
948
+ color: o.gray[600],
811
949
  backgroundColor: "#2C2C2C",
812
950
  borderColor: "#2C2C2C"
813
951
  }
814
952
  },
815
953
  secondary: {
816
954
  active: {
817
- color: e.gray.white,
955
+ color: o.gray.white,
818
956
  backgroundColor: "#4D4D4D",
819
957
  borderColor: "#4D4D4D"
820
958
  },
821
959
  hover: {
822
- color: e.gray.white,
960
+ color: o.gray.white,
823
961
  backgroundColor: "#666666",
824
962
  borderColor: "#666666"
825
963
  },
826
964
  pressed: {
827
- color: e.gray.white,
828
- backgroundColor: i,
829
- borderColor: i
965
+ color: o.gray.white,
966
+ backgroundColor: r,
967
+ borderColor: r
830
968
  },
831
969
  focussed: {
832
- color: e.gray.white,
833
- backgroundColor: i,
834
- borderColor: i,
970
+ color: o.gray.white,
971
+ backgroundColor: r,
972
+ borderColor: r,
835
973
  ringColor: "#384DF6"
836
974
  },
837
975
  disabled: {
838
- color: e.gray[600],
839
- backgroundColor: l,
840
- borderColor: l
976
+ color: o.gray[600],
977
+ backgroundColor: n,
978
+ borderColor: n
841
979
  }
842
980
  },
843
981
  tertiary: {
844
982
  active: {
845
- color: e.gray.white,
983
+ color: o.gray.white,
846
984
  backgroundColor: "#8B6B3C",
847
985
  borderColor: "#8B6B3C"
848
986
  },
849
987
  hover: {
850
- color: e.gray.white,
988
+ color: o.gray.white,
851
989
  backgroundColor: "#735929",
852
990
  borderColor: "#735929"
853
991
  },
854
992
  pressed: {
855
- color: e.gray.white,
856
- backgroundColor: r,
857
- borderColor: r
993
+ color: o.gray.white,
994
+ backgroundColor: t,
995
+ borderColor: t
858
996
  },
859
997
  focussed: {
860
- color: e.gray.white,
861
- backgroundColor: r,
862
- borderColor: r,
998
+ color: o.gray.white,
999
+ backgroundColor: t,
1000
+ borderColor: t,
863
1001
  ringColor: "#384DF6"
864
1002
  },
865
1003
  disabled: {
866
- color: e.gray[600],
1004
+ color: o.gray[600],
867
1005
  backgroundColor: g,
868
1006
  borderColor: g
869
1007
  }
870
1008
  }
871
- }, y = {
1009
+ }, z = {
872
1010
  breakpoints: Yi,
873
- sizing: t,
874
- borderRadius: h,
875
- typography: ji,
876
- allColors: e,
1011
+ sizing: i,
1012
+ borderRadius: p,
1013
+ typography: Ki,
1014
+ allColors: o,
877
1015
  components: {
878
- button: qi
1016
+ button: ji,
1017
+ utilityButton: qi
879
1018
  }
880
- }, Vi = {
881
- ...y,
882
- colors: Ii,
883
- mode: "light"
884
1019
  }, Zi = {
885
- ...y,
1020
+ ...z,
886
1021
  colors: Ji,
1022
+ mode: "light"
1023
+ }, _i = {
1024
+ ...z,
1025
+ colors: Qi,
887
1026
  mode: "dark"
888
1027
  };
889
1028
  export {
890
- Ui as TypographySizeKey,
891
- y as baseTokens,
1029
+ Vi as TypographySizeKey,
1030
+ z as baseTokens,
892
1031
  Yi as breakpoints,
893
- Zi as darkTheme,
894
- Vi as lightTheme,
895
- t as sizing
1032
+ _i as darkTheme,
1033
+ Zi as lightTheme,
1034
+ i as sizing
896
1035
  };