@gobolt/genesis 0.0.7 → 0.0.9

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 (254) hide show
  1. package/README.md +18 -2
  2. package/dist/{AntdIcon-Bsnbyy6g.js → AntdIcon-BoLh1dP8.js} +37 -35
  3. package/dist/CheckOutlined-CeTKr6II.js +13 -0
  4. package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-DXCxlIQL.js} +2 -2
  5. package/dist/CloseOutlined-ClXDNn82.js +13 -0
  6. package/dist/{Compact-CJBo3f0u.js → Compact-CGY560JF.js} +45 -53
  7. package/dist/{ContextIsolator-CGkdKtc3.js → ContextIsolator-D5x2Ih51.js} +2 -2
  8. package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-C0Kj5KQV.js} +2 -2
  9. package/dist/{CheckOutlined-DAynWe12.js → KeyCode-DM2sFh3-.js} +10 -20
  10. package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
  11. package/dist/Overflow-PBZD-PFm.js +360 -0
  12. package/dist/PurePanel-BqPLRtc2.js +203 -0
  13. package/dist/SearchOutlined-BP3Z2K6j.js +13 -0
  14. package/dist/{TextArea-3MOYYuAQ.js → TextArea-DKwCct3i.js} +26 -16
  15. package/dist/Typography-aGoDUl4R.js +710 -0
  16. package/dist/bundle.css +1204 -0
  17. package/dist/{button-BNV2qdrP.js → button-CDQgO1OK.js} +200 -197
  18. package/dist/collapse-Dtpt-6W_.js +20 -0
  19. package/dist/components/Badge/Badge.d.ts +6 -0
  20. package/dist/components/Badge/Badge.js +103 -0
  21. package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
  22. package/dist/components/Badge/__tests__/Badge.test.js +18 -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 +4 -0
  43. package/dist/components/Badge/styles.d.ts +3 -0
  44. package/dist/components/Badge/styles.js +34 -0
  45. package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
  46. package/dist/components/Breadcrumb/Breadcrumb.js +11 -0
  47. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +22 -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 +23 -0
  51. package/dist/components/Breadcrumb/index.d.ts +3 -0
  52. package/dist/components/Breadcrumb/index.js +4 -0
  53. package/dist/components/Breadcrumb/styles.d.ts +27 -0
  54. package/dist/components/Breadcrumb/styles.js +2436 -0
  55. package/dist/components/Button/Button.d.ts +14 -0
  56. package/dist/components/Button/Button.js +22 -0
  57. package/dist/components/Button/__tests__/Button.test.js +16 -0
  58. package/dist/components/Button/styles.d.ts +16 -0
  59. package/dist/components/{atoms/button → Button}/styles.js +12 -12
  60. package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
  61. package/dist/components/Checkbox/Checkbox.js +40 -0
  62. package/dist/components/{atoms/checkbox → Checkbox}/__tests__/Checkbox.test.js +1 -1
  63. package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +5 -0
  64. package/dist/components/{atoms/checkbox → Checkbox}/styles.js +97 -96
  65. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +8 -0
  66. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +40 -0
  67. package/dist/components/ErrorBoundaryFallback/index.d.ts +2 -0
  68. package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +22 -21
  69. package/dist/components/Form/Form.d.ts +26 -0
  70. package/dist/components/Form/Form.js +8 -0
  71. package/dist/components/Form/__stories__/FormStory.js +93 -0
  72. package/dist/components/Form/__tests__/form.test.d.ts +1 -0
  73. package/dist/components/Form/__tests__/form.test.js +18 -0
  74. package/dist/components/Form/index.js +4 -0
  75. package/dist/components/Form/styles.d.ts +3 -0
  76. package/dist/components/Form/styles.js +5 -0
  77. package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
  78. package/dist/components/Input/Input.js +19 -0
  79. package/dist/components/{atoms/input → Input}/__stories__/Input.stories.d.ts +5 -1
  80. package/dist/components/Input/__tests__/Input.test.d.ts +1 -0
  81. package/dist/components/Input/__tests__/Input.test.js +24 -0
  82. package/dist/components/{atoms/input → Input}/styles.d.ts +2 -0
  83. package/dist/components/Input/styles.js +529 -0
  84. package/dist/components/Message/Message.d.ts +13 -0
  85. package/dist/components/Message/Message.js +78 -0
  86. package/dist/components/Message/__stories__/Message.stories.d.ts +15 -0
  87. package/dist/components/Message/__tests__/Message.test.d.ts +1 -0
  88. package/dist/components/Message/__tests__/Message.test.js +42 -0
  89. package/dist/components/Message/index.d.ts +2 -0
  90. package/dist/components/Message/index.js +4 -0
  91. package/dist/components/Message/styles.d.ts +8 -0
  92. package/dist/components/Message/styles.js +41 -0
  93. package/dist/components/Notification/Notification.d.ts +17 -0
  94. package/dist/components/Notification/Notification.js +1370 -0
  95. package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
  96. package/dist/components/Notification/NotificationRightChevron.js +23 -0
  97. package/dist/components/Notification/__stories__/Notification.stories.d.ts +10 -0
  98. package/dist/components/Notification/__tests__/Notification.test.d.ts +1 -0
  99. package/dist/components/Notification/__tests__/Notification.test.js +15 -0
  100. package/dist/components/Notification/index.d.ts +2 -0
  101. package/dist/components/Notification/index.js +4 -0
  102. package/dist/components/Notification/styles.d.ts +16 -0
  103. package/dist/components/Notification/styles.js +65 -0
  104. package/dist/components/Radio/Radio.d.ts +14 -0
  105. package/dist/components/Radio/Radio.js +28 -0
  106. package/dist/components/Radio/RadioGroup.d.ts +12 -0
  107. package/dist/components/Radio/RadioGroup.js +33 -0
  108. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +9 -0
  109. package/dist/components/Radio/__tests__/RadioGroup.test.d.ts +1 -0
  110. package/dist/components/Radio/__tests__/RadioGroup.test.js +30 -0
  111. package/dist/components/Radio/index.d.ts +2 -0
  112. package/dist/components/Radio/index.js +4 -0
  113. package/dist/components/Radio/states/RadioChecked.d.ts +2 -0
  114. package/dist/components/Radio/states/RadioChecked.js +18 -0
  115. package/dist/components/Radio/states/RadioCheckedDisabled.d.ts +2 -0
  116. package/dist/components/Radio/states/RadioCheckedDisabled.js +18 -0
  117. package/dist/components/Radio/states/RadioCheckedFocussed.d.ts +2 -0
  118. package/dist/components/Radio/states/RadioCheckedFocussed.js +30 -0
  119. package/dist/components/Radio/states/RadioCheckedHover.d.ts +2 -0
  120. package/dist/components/Radio/states/RadioCheckedHover.js +18 -0
  121. package/dist/components/Radio/states/RadioUnchecked.d.ts +2 -0
  122. package/dist/components/Radio/states/RadioUnchecked.js +15 -0
  123. package/dist/components/Radio/states/RadioUncheckedDisabled.d.ts +2 -0
  124. package/dist/components/Radio/states/RadioUncheckedDisabled.js +15 -0
  125. package/dist/components/Radio/states/RadioUncheckedFocussed.d.ts +2 -0
  126. package/dist/components/Radio/states/RadioUncheckedFocussed.js +29 -0
  127. package/dist/components/Radio/states/RadioUncheckedHover.d.ts +2 -0
  128. package/dist/components/Radio/states/RadioUncheckedHover.js +18 -0
  129. package/dist/components/Select/DropdownChevron.d.ts +2 -0
  130. package/dist/components/Select/DropdownChevron.js +23 -0
  131. package/dist/components/Select/Select.d.ts +16 -0
  132. package/dist/components/Select/Select.js +36 -0
  133. package/dist/components/{atoms/select → Select}/__stories__/Select.stories.d.ts +3 -1
  134. package/dist/components/Select/__tests__/Select.test.d.ts +1 -0
  135. package/dist/components/{atoms/select → Select}/__tests__/Select.test.js +1165 -1140
  136. package/dist/components/Select/styles.d.ts +32 -0
  137. package/dist/components/{atoms/select → Select}/styles.js +1517 -1651
  138. package/dist/components/Toast/Toast.d.ts +14 -0
  139. package/dist/components/Toast/Toast.js +19 -0
  140. package/dist/components/Toast/__stories__/Toast.stories.d.ts +16 -0
  141. package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
  142. package/dist/components/Toast/__tests__/Toast.test.js +18 -0
  143. package/dist/components/Toast/index.d.ts +2 -0
  144. package/dist/components/Toast/index.js +4 -0
  145. package/dist/components/Toast/styles.d.ts +10 -0
  146. package/dist/components/Toast/styles.js +54 -0
  147. package/dist/components/Typography/Typography.d.ts +15 -0
  148. package/dist/components/Typography/Typography.js +8 -0
  149. package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +1 -0
  150. package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
  151. package/dist/components/Typography/__tests__/Typography.test.js +23 -0
  152. package/dist/components/Typography/index.js +4 -0
  153. package/dist/components/Typography/styles.d.ts +21 -0
  154. package/dist/components/Typography/styles.js +48 -0
  155. package/dist/components/index.d.ts +26 -14
  156. package/dist/components/index.js +23 -13
  157. package/dist/constants/index.d.ts +104 -0
  158. package/dist/constants/index.js +41 -7
  159. package/dist/{context-CZsFJmh6.js → context-BMW3aJEf.js} +162 -161
  160. package/dist/genesis/GenesisThemeBreakdown.js +54 -24
  161. package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
  162. package/dist/genesis/GenesisThemeDemo.js +3 -4
  163. package/dist/genesis/styles.js +1095 -2186
  164. package/dist/{index-C7kFNqp2.js → index-1CBpubM3.js} +36 -36
  165. package/dist/{index-3MWkSVA1.js → index-BZAhCB_K.js} +6 -5
  166. package/dist/{index-D1v_7IIx.js → index-C0SmxWLS.js} +95 -94
  167. package/dist/index-C8haFnXI.js +1112 -0
  168. package/dist/{index-VDH3iLaC.js → index-CfDY25LP.js} +298 -309
  169. package/dist/{index-SAAXFt-P.js → index-DPW8XdWj.js} +255 -249
  170. package/dist/{index-BQO27mgE.js → index-bKlRxQp4.js} +52 -51
  171. package/dist/index-oK7z6jnz.js +22795 -0
  172. package/dist/index.d.ts +2 -0
  173. package/dist/index.js +31 -18
  174. package/dist/{isVisible-CNQjrJPN.js → isVisible-A-IfeFoT.js} +34 -33
  175. package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-D2FWSwU3.js} +1 -1
  176. package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-B0YTfcV1.js} +16 -26
  177. package/dist/providers/GenesisProvider.js +9 -5
  178. package/dist/providers/ThemeProvider.d.ts +2 -2
  179. package/dist/providers/ThemeProvider.js +4 -1
  180. package/dist/providers/ToastProvider.d.ts +13 -0
  181. package/dist/providers/ToastProvider.js +20 -0
  182. package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
  183. package/dist/providers/index.d.ts +1 -1
  184. package/dist/providers/index.js +4 -4
  185. package/dist/providers/useGenesis.d.ts +7 -0
  186. package/dist/providers/useGenesis.js +6 -0
  187. package/dist/{setup-CMYVZCPF.js → setup-BvfREoHl.js} +6948 -6940
  188. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +22 -16
  189. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +21 -15
  190. package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
  191. package/dist/styles/design-tokens/variables.d.ts +17 -17
  192. package/dist/styles/design-tokens/variables.js +48 -48
  193. package/dist/styles/global-styles.d.ts +1 -0
  194. package/dist/styles/global-styles.js +13 -29
  195. package/dist/styles/theme/genesis-theme.d.ts +3 -0
  196. package/dist/styles/theme/genesis-theme.js +461 -277
  197. package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
  198. package/dist/{Form-Cylpi4M4.js → styles-CT_fyXBd.js} +417 -424
  199. package/dist/test/setup.js +2 -1
  200. package/dist/useLocale-DT-z_vQ6.js +16 -0
  201. package/dist/{useVariants-CEpw6Ww6.js → useVariants-DvhXfgJY.js} +9 -8
  202. package/dist/warning-C63HNL9U.js +789 -0
  203. package/package.json +10 -4
  204. package/dist/Overflow-CP1M4Z0s.js +0 -369
  205. package/dist/components/atoms/button/Button.d.ts +0 -12
  206. package/dist/components/atoms/button/Button.js +0 -27
  207. package/dist/components/atoms/button/styles.d.ts +0 -12
  208. package/dist/components/atoms/checkbox/Checkbox.js +0 -13
  209. package/dist/components/atoms/index.d.ts +0 -1
  210. package/dist/components/atoms/index.js +0 -3
  211. package/dist/components/atoms/input/Input.js +0 -12
  212. package/dist/components/atoms/input/__tests__/Input.test.js +0 -28
  213. package/dist/components/atoms/input/styles.js +0 -415
  214. package/dist/components/atoms/select/Select.d.ts +0 -11
  215. package/dist/components/atoms/select/Select.js +0 -24
  216. package/dist/components/atoms/select/styles.d.ts +0 -15
  217. package/dist/components/atoms/typography/Typography.d.ts +0 -11
  218. package/dist/components/atoms/typography/Typography.js +0 -44
  219. package/dist/components/atoms/typography/__tests__/Typography.test.js +0 -16
  220. package/dist/components/atoms/typography/index.js +0 -4
  221. package/dist/components/atoms/typography/styles.d.ts +0 -11
  222. package/dist/components/atoms/typography/styles.js +0 -28
  223. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +0 -10
  224. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
  225. package/dist/components/molecules/error-boundary-fallback/index.d.ts +0 -1
  226. package/dist/components/molecules/form/Form.d.ts +0 -15
  227. package/dist/components/molecules/form/Form.js +0 -7
  228. package/dist/components/molecules/form/__stories__/FormStory.js +0 -90
  229. package/dist/components/molecules/form/index.js +0 -4
  230. package/dist/index-BPtFqhcp.js +0 -19110
  231. package/dist/index-BWys7dkb.js +0 -4462
  232. package/dist/styles/theme/global-styles.d.ts +0 -1
  233. package/dist/styles/theme/global-styles.js +0 -35
  234. /package/dist/components/{atoms/checkbox/__tests__/Checkbox.test.d.ts → Badge/__tests__/Badge.test.d.ts} +0 -0
  235. /package/dist/components/{atoms/input/__tests__/Input.test.d.ts → Breadcrumb/__tests__/Breadcrumb.test.d.ts} +0 -0
  236. /package/dist/components/{atoms/button → Button}/__stories__/Button.stories.d.ts +0 -0
  237. /package/dist/components/{atoms/select/__tests__/Select.test.d.ts → Button/__tests__/Button.test.d.ts} +0 -0
  238. /package/dist/components/{atoms/button → Button}/index.d.ts +0 -0
  239. /package/dist/components/{atoms/button → Button}/index.js +0 -0
  240. /package/dist/components/{atoms/checkbox → Checkbox}/__stories__/Checkbox.stories.d.ts +0 -0
  241. /package/dist/components/{atoms/typography/__tests__/Typography.test.d.ts → Checkbox/__tests__/Checkbox.test.d.ts} +0 -0
  242. /package/dist/components/{atoms/checkbox → Checkbox}/index.d.ts +0 -0
  243. /package/dist/components/{atoms/checkbox → Checkbox}/index.js +0 -0
  244. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -0
  245. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/index.js +0 -0
  246. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.d.ts +0 -0
  247. /package/dist/components/{molecules/form → Form}/__stories__/Form.stories.d.ts +0 -0
  248. /package/dist/components/{molecules/form → Form}/__stories__/FormStory.d.ts +0 -0
  249. /package/dist/components/{molecules/form → Form}/index.d.ts +0 -0
  250. /package/dist/components/{atoms/input → Input}/index.d.ts +0 -0
  251. /package/dist/components/{atoms/input → Input}/index.js +0 -0
  252. /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
  253. /package/dist/components/{atoms/select → Select}/index.js +0 -0
  254. /package/dist/components/{atoms/typography → Typography}/index.d.ts +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 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
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: q,
8
+ BorderRadiusXs: J,
9
+ BorderRadiusSm: Q,
10
+ BorderRadiusMd: U,
11
+ BorderRadiusLg: Z,
12
+ BorderRadiusXl: _,
13
+ BorderRadiusXxl: $,
14
+ BorderRadiusXxxl: ee,
15
+ BorderRadiusRounded: oe
16
+ }, i = {
17
+ Size1: c,
18
18
  // 4px
19
- Size2: d,
19
+ Size2: y,
20
20
  // 8px
21
- Size3: p,
21
+ Size3: h,
22
22
  // 12px
23
23
  Size4: S,
24
24
  // 16px
25
- Size5: z,
25
+ Size5: m,
26
26
  // 20px
27
- Size6: c,
27
+ Size6: F,
28
28
  // 24px
29
- Size7: f,
29
+ Size7: v,
30
30
  // 28px
31
- Size8: C,
31
+ Size8: H,
32
32
  // 32px
33
- Size10: s,
33
+ Size10: W,
34
34
  // 40px
35
- Size12: b,
35
+ Size12: T,
36
36
  // 48px
37
- Size13: m,
37
+ Size13: k,
38
38
  // 52px
39
- Size14: u,
39
+ Size14: B,
40
40
  // 56px
41
- Size16: F,
41
+ Size16: w,
42
42
  // 64px
43
- Size18: H,
43
+ Size18: D,
44
44
  // 72px
45
- Size20: W,
45
+ Size20: M,
46
46
  // 80px
47
- Size24: T,
47
+ Size24: N,
48
48
  // 96px
49
- Size27: k,
49
+ Size27: E,
50
50
  // 108px
51
- Size28: w,
51
+ Size28: R,
52
52
  // 112px
53
- Size30: B,
53
+ Size30: G,
54
54
  // 120px
55
- Size32: D,
55
+ Size32: L,
56
56
  // 128px
57
- Size34: v,
57
+ Size34: A,
58
58
  // 136px
59
- Size35: M,
59
+ Size35: O,
60
60
  // 140px
61
- Size39: N,
61
+ Size39: P,
62
62
  // 156px
63
- Size43: R,
63
+ Size43: x,
64
64
  // 172px
65
- Size50: G,
65
+ Size50: Y,
66
66
  // 200px
67
- Size64: L,
67
+ Size64: X,
68
68
  // 256px
69
- Size05: O,
69
+ Size05: I,
70
70
  // 2px
71
- Size15: E,
71
+ Size15: K,
72
72
  // 6px
73
- Size025: A,
73
+ Size025: V,
74
74
  // 1px
75
- Size25: P,
75
+ Size25: j,
76
76
  // 10px
77
- xs: a,
77
+ xs: c,
78
78
  // 4px
79
- sm: d,
79
+ sm: y,
80
80
  // 8px
81
- md: p,
81
+ md: h,
82
82
  // 12px
83
- lg: S
83
+ lg: S,
84
84
  // 16px
85
- }, Ui = {
85
+ typography1: 12,
86
+ typography2: 14,
87
+ typography3: 16
88
+ }, _i = {
86
89
  display1: "display1",
87
90
  display2: "display2",
88
91
  display3: "display3",
@@ -110,39 +113,39 @@ const Yi = {
110
113
  digits1: "digits1",
111
114
  digits2: "digits2",
112
115
  digits3: "digits3"
113
- }, xi = {
116
+ }, Xi = {
114
117
  display1: {
115
- fontSize: yo,
118
+ fontSize: So,
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: fo,
128
131
  lineHeight: "2.5rem",
129
132
  fontWeight: 700,
130
133
  letterSpacing: "0"
131
134
  },
132
135
  heading1: {
133
- fontSize: fo,
136
+ fontSize: uo,
134
137
  lineHeight: "2rem",
135
138
  fontWeight: 700,
136
139
  letterSpacing: "0"
137
140
  },
138
141
  heading2: {
139
- fontSize: Co,
142
+ fontSize: zo,
140
143
  lineHeight: "1.75rem",
141
144
  fontWeight: 700,
142
145
  letterSpacing: "0"
143
146
  },
144
147
  heading3: {
145
- fontSize: so,
148
+ fontSize: Co,
146
149
  lineHeight: "1.5rem",
147
150
  fontWeight: 700,
148
151
  letterSpacing: "0"
@@ -160,13 +163,13 @@ const Yi = {
160
163
  letterSpacing: "0"
161
164
  },
162
165
  subHeading3: {
163
- fontSize: uo,
166
+ fontSize: Fo,
164
167
  lineHeight: "1rem",
165
168
  fontWeight: 600,
166
169
  letterSpacing: "0"
167
170
  },
168
171
  body1: {
169
- fontSize: Fo,
172
+ fontSize: vo,
170
173
  lineHeight: "1.5rem",
171
174
  fontWeight: 400,
172
175
  letterSpacing: "0"
@@ -196,13 +199,13 @@ const Yi = {
196
199
  letterSpacing: "0"
197
200
  },
198
201
  message: {
199
- fontSize: wo,
200
- lineHeight: "1rem",
202
+ fontSize: Bo,
203
+ lineHeight: "23px",
201
204
  fontWeight: 400,
202
205
  letterSpacing: "0"
203
206
  },
204
207
  overline1: {
205
- fontSize: Bo,
208
+ fontSize: wo,
206
209
  lineHeight: "0.75rem",
207
210
  fontWeight: 500,
208
211
  letterSpacing: "0"
@@ -214,19 +217,19 @@ const Yi = {
214
217
  letterSpacing: "0"
215
218
  },
216
219
  overline3: {
217
- fontSize: vo,
220
+ fontSize: Mo,
218
221
  lineHeight: "0.75rem",
219
222
  fontWeight: 500,
220
223
  letterSpacing: "0"
221
224
  },
222
225
  label1: {
223
- fontSize: Mo,
226
+ fontSize: No,
224
227
  lineHeight: "1rem",
225
228
  fontWeight: 500,
226
229
  letterSpacing: "0"
227
230
  },
228
231
  label2: {
229
- fontSize: No,
232
+ fontSize: Eo,
230
233
  lineHeight: "1rem",
231
234
  fontWeight: 500,
232
235
  letterSpacing: "0"
@@ -250,30 +253,30 @@ const Yi = {
250
253
  letterSpacing: "0"
251
254
  },
252
255
  link3: {
253
- fontSize: Oo,
256
+ fontSize: Ao,
254
257
  lineHeight: "1rem",
255
258
  fontWeight: 500,
256
259
  letterSpacing: "0"
257
260
  },
258
261
  digits1: {
259
- fontSize: Eo,
262
+ fontSize: Oo,
260
263
  lineHeight: "3.5rem",
261
264
  fontWeight: 700,
262
265
  letterSpacing: "0"
263
266
  },
264
267
  digits2: {
265
- fontSize: Ao,
268
+ fontSize: Po,
266
269
  lineHeight: "3rem",
267
270
  fontWeight: 700,
268
271
  letterSpacing: "0"
269
272
  },
270
273
  digits3: {
271
- fontSize: Po,
274
+ fontSize: xo,
272
275
  lineHeight: "2.5rem",
273
276
  fontWeight: 700,
274
277
  letterSpacing: "0"
275
278
  }
276
- }, Xi = {
279
+ }, Ii = {
277
280
  display1: {
278
281
  fontSize: Yo,
279
282
  lineHeight: "3.5rem",
@@ -281,13 +284,13 @@ const Yi = {
281
284
  letterSpacing: "0"
282
285
  },
283
286
  display2: {
284
- fontSize: xo,
287
+ fontSize: Xo,
285
288
  lineHeight: "3rem",
286
289
  fontWeight: 700,
287
290
  letterSpacing: "0"
288
291
  },
289
292
  display3: {
290
- fontSize: Xo,
293
+ fontSize: Io,
291
294
  lineHeight: "2.5rem",
292
295
  fontWeight: 700,
293
296
  letterSpacing: "0"
@@ -299,19 +302,19 @@ const Yi = {
299
302
  letterSpacing: "0"
300
303
  },
301
304
  heading2: {
302
- fontSize: jo,
305
+ fontSize: Vo,
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"
@@ -335,61 +338,61 @@ const Yi = {
335
338
  letterSpacing: "0"
336
339
  },
337
340
  body2: {
338
- fontSize: Vo,
341
+ fontSize: Zo,
339
342
  lineHeight: "1.25rem",
340
343
  fontWeight: 400,
341
344
  letterSpacing: "0"
342
345
  },
343
346
  body3: {
344
- fontSize: Zo,
347
+ fontSize: _o,
345
348
  lineHeight: "1rem",
346
349
  fontWeight: 400,
347
350
  letterSpacing: "0"
348
351
  },
349
352
  body4: {
350
- fontSize: _o,
353
+ fontSize: $o,
351
354
  lineHeight: "0.875rem",
352
355
  fontWeight: 400,
353
356
  letterSpacing: "0"
354
357
  },
355
358
  body5: {
356
- fontSize: $o,
359
+ fontSize: ei,
357
360
  lineHeight: "0.75rem",
358
361
  fontWeight: 400,
359
362
  letterSpacing: "0"
360
363
  },
361
364
  message: {
362
- fontSize: ei,
363
- lineHeight: "1rem",
365
+ fontSize: oi,
366
+ lineHeight: "23px",
364
367
  fontWeight: 400,
365
368
  letterSpacing: "0"
366
369
  },
367
370
  overline1: {
368
- fontSize: oi,
371
+ fontSize: ii,
369
372
  lineHeight: "0.75rem",
370
373
  fontWeight: 500,
371
374
  letterSpacing: "0"
372
375
  },
373
376
  overline2: {
374
- fontSize: ii,
377
+ fontSize: ri,
375
378
  lineHeight: "0.75rem",
376
379
  fontWeight: 500,
377
380
  letterSpacing: "0"
378
381
  },
379
382
  overline3: {
380
- fontSize: ri,
383
+ fontSize: ti,
381
384
  lineHeight: "0.75rem",
382
385
  fontWeight: 500,
383
386
  letterSpacing: "0"
384
387
  },
385
388
  label1: {
386
- fontSize: ti,
389
+ fontSize: ni,
387
390
  lineHeight: "1rem",
388
391
  fontWeight: 500,
389
392
  letterSpacing: "0"
390
393
  },
391
394
  label2: {
392
- fontSize: ni,
395
+ fontSize: ai,
393
396
  lineHeight: "1rem",
394
397
  fontWeight: 500,
395
398
  letterSpacing: "0"
@@ -407,25 +410,25 @@ const Yi = {
407
410
  letterSpacing: "0"
408
411
  },
409
412
  link2: {
410
- fontSize: ai,
413
+ fontSize: di,
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: ci,
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"
@@ -438,37 +441,37 @@ const Yi = {
438
441
  }
439
442
  }, Ki = {
440
443
  display1: {
441
- fontSize: yi,
444
+ fontSize: Si,
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: fi,
454
457
  lineHeight: "2.5rem",
455
458
  fontWeight: 700,
456
459
  letterSpacing: "0"
457
460
  },
458
461
  heading1: {
459
- fontSize: fi,
462
+ fontSize: ui,
460
463
  lineHeight: "2rem",
461
464
  fontWeight: 700,
462
465
  letterSpacing: "0"
463
466
  },
464
467
  heading2: {
465
- fontSize: Ci,
468
+ fontSize: zi,
466
469
  lineHeight: "1.75rem",
467
470
  fontWeight: 700,
468
471
  letterSpacing: "0"
469
472
  },
470
473
  heading3: {
471
- fontSize: si,
474
+ fontSize: Ci,
472
475
  lineHeight: "1.5rem",
473
476
  fontWeight: 700,
474
477
  letterSpacing: "0"
@@ -486,13 +489,13 @@ const Yi = {
486
489
  letterSpacing: "0"
487
490
  },
488
491
  subHeading3: {
489
- fontSize: ui,
492
+ fontSize: Fi,
490
493
  lineHeight: "1rem",
491
494
  fontWeight: 600,
492
495
  letterSpacing: "0"
493
496
  },
494
497
  body1: {
495
- fontSize: Fi,
498
+ fontSize: vi,
496
499
  lineHeight: "1.5rem",
497
500
  fontWeight: 400,
498
501
  letterSpacing: "0"
@@ -522,13 +525,13 @@ const Yi = {
522
525
  letterSpacing: "0"
523
526
  },
524
527
  message: {
525
- fontSize: wi,
526
- lineHeight: "1rem",
528
+ fontSize: Bi,
529
+ lineHeight: "23px",
527
530
  fontWeight: 400,
528
531
  letterSpacing: "0"
529
532
  },
530
533
  overline1: {
531
- fontSize: Bi,
534
+ fontSize: wi,
532
535
  lineHeight: "0.75rem",
533
536
  fontWeight: 500,
534
537
  letterSpacing: "0"
@@ -540,19 +543,19 @@ const Yi = {
540
543
  letterSpacing: "0"
541
544
  },
542
545
  overline3: {
543
- fontSize: vi,
546
+ fontSize: Mi,
544
547
  lineHeight: "0.75rem",
545
548
  fontWeight: 500,
546
549
  letterSpacing: "0"
547
550
  },
548
551
  label1: {
549
- fontSize: Mi,
552
+ fontSize: Ni,
550
553
  lineHeight: "1rem",
551
554
  fontWeight: 500,
552
555
  letterSpacing: "0"
553
556
  },
554
557
  label2: {
555
- fontSize: Ni,
558
+ fontSize: Ei,
556
559
  lineHeight: "1rem",
557
560
  fontWeight: 500,
558
561
  letterSpacing: "0"
@@ -576,321 +579,502 @@ const Yi = {
576
579
  letterSpacing: "0"
577
580
  },
578
581
  link3: {
579
- fontSize: Oi,
582
+ fontSize: Ai,
580
583
  lineHeight: "1rem",
581
584
  fontWeight: 500,
582
585
  letterSpacing: "0"
583
586
  },
584
587
  digits1: {
585
- fontSize: Ei,
588
+ fontSize: Oi,
586
589
  lineHeight: "3.5rem",
587
590
  fontWeight: 700,
588
591
  letterSpacing: "0"
589
592
  },
590
593
  digits2: {
591
- fontSize: Ai,
594
+ fontSize: Pi,
592
595
  lineHeight: "3rem",
593
596
  fontWeight: 700,
594
597
  letterSpacing: "0"
595
598
  },
596
599
  digits3: {
597
- fontSize: Pi,
600
+ fontSize: xi,
598
601
  lineHeight: "2.5rem",
599
602
  fontWeight: 700,
600
603
  letterSpacing: "0"
601
604
  }
602
- }, ji = {
603
- fontFamily: U,
604
- wide: xi,
605
- medium: Xi,
605
+ }, Vi = {
606
+ fontFamily: ie,
607
+ wide: Xi,
608
+ medium: Ii,
606
609
  narrow: Ki
607
- }, e = {
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: 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
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: 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
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,
639
- 900: g
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
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: 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
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: 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
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: 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
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: _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
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: 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
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,
709
+ // 8px
710
+ radius: p.BorderRadiusMd
711
+ // 6px
712
+ }, qi = {
713
+ padding: {
714
+ verPadding: i.Size2,
715
+ horPadding: i.Size2
716
+ },
717
+ gap: i.Size2,
706
718
  // 8px
707
- radius: h.BorderRadiusMd
719
+ radius: p.BorderRadiusSm
708
720
  // 6px
709
- }, o = "#FFFFFF", n = {
721
+ }, Ji = {
722
+ suffixPrefixVerPadding: 11,
723
+ // special case - see sizing in FIGMA
724
+ suffixPrefixHorPadding: i.Size2
725
+ }, a = {
710
726
  color: "#6C6C6C",
711
727
  backgroundColor: "#EEEEEE",
712
728
  borderColor: "#CBCBCB"
713
- }, Ii = {
729
+ }, l = {
730
+ color: "#CF3237",
731
+ backgroundColor: "#FFEBEE",
732
+ borderColor: "#FFEBEE"
733
+ }, e = {
734
+ interactive: {
735
+ primary: {
736
+ active: "#30606B",
737
+ hover: "#00282B",
738
+ pressed: "#214148",
739
+ onsurface: "#FFFFFF"
740
+ },
741
+ secondary: {
742
+ active: "#9A9A9A",
743
+ hover: "#222222",
744
+ pressed: "#101010",
745
+ onsurface: "#3E3E3E"
746
+ },
747
+ tertiary: {
748
+ active: "#FFCA7D",
749
+ hover: "#E7A13C",
750
+ pressed: "#B27330",
751
+ onsurface: "#222222"
752
+ },
753
+ link: {
754
+ active: "#30606B"
755
+ },
756
+ utility: {
757
+ onsurface: "#222222",
758
+ border: "#CBCBCB"
759
+ }
760
+ },
761
+ inputs: {
762
+ onsurface: {
763
+ active: "#384DF6",
764
+ focus: "#384DF6"
765
+ }
766
+ },
767
+ onsurface: {
768
+ "copy-disabled": "#6C6C6C"
769
+ },
770
+ surface: {
771
+ border: "#CBCBCB"
772
+ },
773
+ transparent: "transparent"
774
+ }, Qi = {
714
775
  primary: {
715
776
  active: {
716
- color: o,
717
- backgroundColor: "#30606B",
718
- borderColor: "#30606B"
777
+ color: e.interactive.primary.onsurface,
778
+ backgroundColor: e.interactive.primary.active,
779
+ borderColor: e.interactive.primary.active
719
780
  },
720
781
  hover: {
721
- color: o,
722
- backgroundColor: "#00282B",
723
- borderColor: "#00282B"
782
+ color: e.interactive.primary.onsurface,
783
+ backgroundColor: e.interactive.primary.hover,
784
+ borderColor: e.interactive.primary.hover
724
785
  },
725
786
  pressed: {
726
- color: o,
727
- backgroundColor: "#214148",
728
- borderColor: "#214148"
787
+ color: e.interactive.primary.onsurface,
788
+ backgroundColor: e.interactive.primary.pressed,
789
+ borderColor: e.interactive.primary.pressed
729
790
  },
730
791
  focussed: {
731
- color: o,
732
- backgroundColor: "#30606B",
733
- borderColor: "#30606B",
734
- ringColor: "#384DF6"
792
+ color: e.interactive.primary.onsurface,
793
+ backgroundColor: e.interactive.primary.active,
794
+ borderColor: e.interactive.primary.active,
795
+ ringColor: e.inputs.onsurface.focus
796
+ },
797
+ error: {
798
+ ...l,
799
+ ringColor: e.inputs.onsurface.focus
800
+ },
801
+ default: {
802
+ color: e.interactive.primary.onsurface,
803
+ backgroundColor: e.interactive.primary.active,
804
+ borderColor: e.interactive.primary.active,
805
+ ringColor: e.inputs.onsurface.focus
735
806
  },
736
- disabled: n
807
+ disabled: a
737
808
  },
738
809
  secondary: {
739
810
  active: {
740
- color: "#3E3E3E",
741
- backgroundColor: "#FFFFFF",
742
- borderColor: "#3E3E3E"
811
+ color: e.interactive.secondary.onsurface,
812
+ backgroundColor: e.transparent,
813
+ borderColor: e.interactive.secondary.active
743
814
  },
744
815
  hover: {
745
- color: o,
746
- backgroundColor: "#222222",
747
- borderColor: "#222222"
816
+ color: e.interactive.primary.onsurface,
817
+ backgroundColor: e.interactive.secondary.hover,
818
+ borderColor: e.interactive.secondary.hover
748
819
  },
749
820
  pressed: {
750
- color: o,
751
- backgroundColor: "#101010",
752
- borderColor: "#9A9A9A"
821
+ color: e.interactive.primary.onsurface,
822
+ backgroundColor: e.interactive.secondary.pressed,
823
+ borderColor: e.interactive.secondary.active
753
824
  },
754
825
  focussed: {
755
- color: "#3E3E3E",
756
- backgroundColor: "#FFFFFF",
757
- borderColor: "#9A9A9A",
758
- ringColor: "#384DF6"
826
+ color: e.interactive.secondary.onsurface,
827
+ backgroundColor: e.transparent,
828
+ borderColor: e.interactive.secondary.active,
829
+ ringColor: e.inputs.onsurface.focus
830
+ },
831
+ error: {
832
+ ...l,
833
+ ringColor: e.inputs.onsurface.focus
759
834
  },
760
- disabled: n
835
+ default: {
836
+ color: e.interactive.secondary.onsurface,
837
+ backgroundColor: e.transparent,
838
+ borderColor: e.interactive.secondary.active,
839
+ ringColor: e.inputs.onsurface.focus
840
+ },
841
+ disabled: a
761
842
  },
762
843
  tertiary: {
763
844
  active: {
764
- color: "#222222",
765
- backgroundColor: "#FFCA7D",
766
- borderColor: "##FFCA7D"
845
+ color: e.interactive.tertiary.onsurface,
846
+ backgroundColor: e.interactive.tertiary.active,
847
+ borderColor: e.interactive.tertiary.active
767
848
  },
768
849
  hover: {
769
- color: "#222222",
770
- backgroundColor: "#E7A13C",
771
- borderColor: "#E7A13C"
850
+ color: e.interactive.tertiary.onsurface,
851
+ backgroundColor: e.interactive.tertiary.hover,
852
+ borderColor: e.interactive.tertiary.hover
772
853
  },
773
854
  pressed: {
774
- color: "#222222",
775
- backgroundColor: "#B27330",
776
- borderColor: "#B27330"
855
+ color: e.interactive.tertiary.onsurface,
856
+ backgroundColor: e.interactive.tertiary.pressed,
857
+ borderColor: e.interactive.tertiary.pressed
777
858
  },
778
859
  focussed: {
779
- color: "#222222",
780
- backgroundColor: "#FFCA7D",
781
- borderColor: "#FFCA7D",
782
- ringColor: "#384DF6"
860
+ color: e.interactive.tertiary.onsurface,
861
+ backgroundColor: e.interactive.tertiary.active,
862
+ borderColor: e.interactive.tertiary.active,
863
+ ringColor: e.inputs.onsurface.focus
864
+ },
865
+ error: {
866
+ ...l,
867
+ ringColor: e.inputs.onsurface.focus
868
+ },
869
+ default: {
870
+ color: e.interactive.tertiary.onsurface,
871
+ backgroundColor: e.interactive.tertiary.active,
872
+ borderColor: e.interactive.tertiary.active,
873
+ ringColor: e.inputs.onsurface.focus
874
+ },
875
+ disabled: a
876
+ },
877
+ status: {
878
+ error: {
879
+ default: "#CF3237",
880
+ ringColor: e.inputs.onsurface.focus,
881
+ onsurface: "#AA292D",
882
+ surface: "#F9D4D5"
883
+ },
884
+ success: {
885
+ default: "#32863E",
886
+ ringColor: e.inputs.onsurface.focus,
887
+ onsurface: "#296E33",
888
+ surface: "#D3EFD7"
783
889
  },
784
- disabled: n
890
+ warning: {
891
+ default: s,
892
+ ringColor: e.inputs.onsurface.focus,
893
+ onsurface: "#704819",
894
+ surface: "#FFF2DF"
895
+ },
896
+ info: {
897
+ default: "#384DF6",
898
+ ringColor: e.inputs.onsurface.focus,
899
+ onsurface: "#2E3FCA",
900
+ surface: "#D7DBFD"
901
+ },
902
+ generic: {
903
+ default: "#9A9A9A",
904
+ ringColor: e.inputs.onsurface.focus,
905
+ onsurface: "#3E3E3E",
906
+ surface: "#F4F4F4"
907
+ }
908
+ },
909
+ timebox: {
910
+ evening: {
911
+ default: "#9F539F"
912
+ }
913
+ },
914
+ interactive: {
915
+ primary: {
916
+ active: "#30606B",
917
+ hover: "#00282B",
918
+ pressed: "#214148",
919
+ onsurface: "#FFFFFF"
920
+ },
921
+ secondary: {
922
+ active: "#9A9A9A",
923
+ hover: "#222222",
924
+ pressed: "#101010",
925
+ onsurface: "#3E3E3E"
926
+ },
927
+ tertiary: {
928
+ active: "#FFCA7D",
929
+ hover: "#E7A13C",
930
+ pressed: "#B27330",
931
+ onsurface: "#222222"
932
+ },
933
+ link: {
934
+ active: f,
935
+ disabled: g,
936
+ current: "#384DF6"
937
+ },
938
+ ...e.interactive
939
+ },
940
+ inputs: {
941
+ surface: {
942
+ active: u,
943
+ border: z,
944
+ disabled: g,
945
+ checked: "#384DF6"
946
+ },
947
+ onsurface: {
948
+ active: "#222222",
949
+ focus: "#384DF6",
950
+ placeholder: "#6C6C6C",
951
+ "icon-disabled": "#6C6C6C"
952
+ }
953
+ },
954
+ surface: {
955
+ border: "#CBCBCB",
956
+ secondary: "#F4F4F4"
957
+ },
958
+ transparent: "transparent",
959
+ onsurface: {
960
+ copy: n,
961
+ "copy-light": C,
962
+ "copy-dark": "#222222",
963
+ "copy-disabled": "#6C6C6C"
785
964
  }
786
- }, Ji = {
965
+ }, Ui = {
787
966
  primary: {
788
967
  active: {
789
- color: e.gray.white,
968
+ color: o.gray.white,
790
969
  backgroundColor: "#1A3D44",
791
970
  borderColor: "#1A3D44"
792
971
  },
793
972
  hover: {
794
- color: e.gray.white,
973
+ color: o.gray.white,
795
974
  backgroundColor: "#0D1F22",
796
975
  borderColor: "#0D1F22"
797
976
  },
798
977
  pressed: {
799
- color: e.gray.white,
978
+ color: o.gray.white,
800
979
  backgroundColor: "#0D1F22",
801
980
  borderColor: "#0D1F22"
802
981
  },
803
982
  focussed: {
804
- color: e.gray.white,
983
+ color: o.gray.white,
805
984
  backgroundColor: "#0D1F22",
806
985
  borderColor: "#0D1F22",
807
986
  ringColor: "#384DF6"
808
987
  },
809
988
  disabled: {
810
- color: e.gray[600],
989
+ color: o.gray[600],
811
990
  backgroundColor: "#2C2C2C",
812
991
  borderColor: "#2C2C2C"
813
992
  }
814
993
  },
815
994
  secondary: {
816
995
  active: {
817
- color: e.gray.white,
996
+ color: o.gray.white,
818
997
  backgroundColor: "#4D4D4D",
819
998
  borderColor: "#4D4D4D"
820
999
  },
821
1000
  hover: {
822
- color: e.gray.white,
1001
+ color: o.gray.white,
823
1002
  backgroundColor: "#666666",
824
1003
  borderColor: "#666666"
825
1004
  },
826
1005
  pressed: {
827
- color: e.gray.white,
828
- backgroundColor: i,
829
- borderColor: i
1006
+ color: o.gray.white,
1007
+ backgroundColor: r,
1008
+ borderColor: r
830
1009
  },
831
1010
  focussed: {
832
- color: e.gray.white,
833
- backgroundColor: i,
834
- borderColor: i,
1011
+ color: o.gray.white,
1012
+ backgroundColor: r,
1013
+ borderColor: r,
835
1014
  ringColor: "#384DF6"
836
1015
  },
837
1016
  disabled: {
838
- color: e.gray[600],
839
- backgroundColor: l,
840
- borderColor: l
1017
+ color: o.gray[600],
1018
+ backgroundColor: n,
1019
+ borderColor: n
841
1020
  }
842
1021
  },
843
1022
  tertiary: {
844
1023
  active: {
845
- color: e.gray.white,
1024
+ color: o.gray.white,
846
1025
  backgroundColor: "#8B6B3C",
847
1026
  borderColor: "#8B6B3C"
848
1027
  },
849
1028
  hover: {
850
- color: e.gray.white,
1029
+ color: o.gray.white,
851
1030
  backgroundColor: "#735929",
852
1031
  borderColor: "#735929"
853
1032
  },
854
1033
  pressed: {
855
- color: e.gray.white,
856
- backgroundColor: r,
857
- borderColor: r
1034
+ color: o.gray.white,
1035
+ backgroundColor: t,
1036
+ borderColor: t
858
1037
  },
859
1038
  focussed: {
860
- color: e.gray.white,
861
- backgroundColor: r,
862
- borderColor: r,
1039
+ color: o.gray.white,
1040
+ backgroundColor: t,
1041
+ borderColor: t,
863
1042
  ringColor: "#384DF6"
864
1043
  },
865
1044
  disabled: {
866
- color: e.gray[600],
867
- backgroundColor: g,
868
- borderColor: g
1045
+ color: o.gray[600],
1046
+ backgroundColor: d,
1047
+ borderColor: d
869
1048
  }
870
1049
  }
871
- }, y = {
1050
+ }, b = {
872
1051
  breakpoints: Yi,
873
- sizing: t,
874
- borderRadius: h,
875
- typography: ji,
876
- allColors: e,
1052
+ sizing: i,
1053
+ borderRadius: p,
1054
+ typography: Vi,
1055
+ allColors: o,
877
1056
  components: {
878
- button: qi
1057
+ button: ji,
1058
+ utilityButton: qi,
1059
+ input: Ji
1060
+ },
1061
+ motion: {
1062
+ veryfast: 0.15
879
1063
  }
880
- }, Vi = {
881
- ...y,
882
- colors: Ii,
1064
+ }, $i = {
1065
+ ...b,
1066
+ colors: Qi,
883
1067
  mode: "light"
884
- }, Zi = {
885
- ...y,
886
- colors: Ji,
1068
+ }, er = {
1069
+ ...b,
1070
+ colors: Ui,
887
1071
  mode: "dark"
888
1072
  };
889
1073
  export {
890
- Ui as TypographySizeKey,
891
- y as baseTokens,
1074
+ _i as TypographySizeKey,
1075
+ b as baseTokens,
892
1076
  Yi as breakpoints,
893
- Zi as darkTheme,
894
- Vi as lightTheme,
895
- t as sizing
1077
+ er as darkTheme,
1078
+ $i as lightTheme,
1079
+ i as sizing
896
1080
  };