@gobolt/genesis 0.0.8 → 0.0.10

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 (170) hide show
  1. package/README.md +10 -0
  2. package/dist/{AntdIcon-c395a1c4.js → AntdIcon-BoLh1dP8.js} +66 -68
  3. package/dist/CheckOutlined-CeTKr6II.js +13 -0
  4. package/dist/{CloseCircleFilled-ddc51e7e.js → CloseCircleFilled-DXCxlIQL.js} +8 -11
  5. package/dist/{CloseOutlined-14b8bba1.js → CloseOutlined-ClXDNn82.js} +9 -12
  6. package/dist/{Compact-c39ed20d.js → Compact-CGY560JF.js} +63 -65
  7. package/dist/ContextIsolator-D5x2Ih51.js +20 -0
  8. package/dist/{ExclamationCircleFilled-23ef9812.js → ExclamationCircleFilled-C0Kj5KQV.js} +16 -22
  9. package/dist/KeyCode-DM2sFh3-.js +517 -0
  10. package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
  11. package/dist/{Overflow-a570fa69.js → Overflow-PBZD-PFm.js} +63 -64
  12. package/dist/{DownOutlined-64a4732a.js → PurePanel-BqPLRtc2.js} +67 -70
  13. package/dist/{SearchOutlined-a9014e08.js → SearchOutlined-BP3Z2K6j.js} +8 -11
  14. package/dist/{TextArea-20825221.js → TextArea-DKwCct3i.js} +583 -588
  15. package/dist/Typography-aGoDUl4R.js +710 -0
  16. package/dist/bundle.css +1204 -0
  17. package/dist/{button-fa1c119c.js → button-CDQgO1OK.js} +274 -278
  18. package/dist/{collapse-345bc884.js → collapse-Dtpt-6W_.js} +2 -2
  19. package/dist/compact-item-DH13cl8A.js +61 -0
  20. package/dist/components/Badge/Badge.d.ts +2 -2
  21. package/dist/components/Badge/Badge.js +63 -62
  22. package/dist/components/Badge/__tests__/Badge.test.js +11 -65
  23. package/dist/components/Badge/index.js +2 -21
  24. package/dist/components/Badge/styles.js +7 -8
  25. package/dist/components/Breadcrumb/Breadcrumb.js +8 -24
  26. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +21 -7
  27. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +13 -60
  28. package/dist/components/Breadcrumb/index.js +2 -25
  29. package/dist/components/Breadcrumb/styles.d.ts +10 -6
  30. package/dist/components/Breadcrumb/styles.js +787 -808
  31. package/dist/components/Button/Button.d.ts +6 -4
  32. package/dist/components/Button/Button.js +20 -40
  33. package/dist/components/Button/__tests__/Button.test.js +9 -54
  34. package/dist/components/Button/index.js +2 -20
  35. package/dist/components/Button/styles.d.ts +9 -5
  36. package/dist/components/Button/styles.js +19 -30
  37. package/dist/components/Checkbox/Checkbox.js +8 -38
  38. package/dist/components/Checkbox/__tests__/Checkbox.test.js +16 -62
  39. package/dist/components/Checkbox/index.js +2 -47
  40. package/dist/components/Checkbox/styles.d.ts +8 -1
  41. package/dist/components/Checkbox/styles.js +181 -188
  42. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +2 -4
  43. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +19 -51
  44. package/dist/components/ErrorBoundaryFallback/index.d.ts +1 -0
  45. package/dist/components/ErrorBoundaryFallback/index.js +2 -49
  46. package/dist/components/ErrorBoundaryFallback/styles.d.ts +1 -3
  47. package/dist/components/ErrorBoundaryFallback/styles.js +34 -37
  48. package/dist/components/Form/Form.d.ts +18 -5
  49. package/dist/components/Form/Form.js +4 -45
  50. package/dist/components/Form/__stories__/FormStory.js +44 -81
  51. package/dist/components/Form/__tests__/form.test.d.ts +1 -0
  52. package/dist/components/Form/__tests__/form.test.js +18 -0
  53. package/dist/components/Form/index.js +2 -46
  54. package/dist/components/Form/styles.d.ts +3 -0
  55. package/dist/components/Form/styles.js +5 -0
  56. package/dist/components/Input/Input.js +6 -29
  57. package/dist/components/Input/__tests__/Input.test.js +21 -66
  58. package/dist/components/Input/index.js +2 -29
  59. package/dist/components/Input/styles.d.ts +5 -2
  60. package/dist/components/Input/styles.js +319 -332
  61. package/dist/components/Message/Message.d.ts +4 -4
  62. package/dist/components/Message/Message.js +53 -80
  63. package/dist/components/Message/__tests__/Message.test.js +24 -70
  64. package/dist/components/Message/index.js +2 -48
  65. package/dist/components/Message/styles.d.ts +4 -1
  66. package/dist/components/Message/styles.js +24 -18
  67. package/dist/components/Notification/Notification.d.ts +11 -10
  68. package/dist/components/Notification/Notification.js +306 -372
  69. package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
  70. package/dist/components/Notification/NotificationRightChevron.js +23 -0
  71. package/dist/components/Notification/__tests__/Notification.test.js +8 -69
  72. package/dist/components/Notification/index.js +2 -59
  73. package/dist/components/Notification/styles.d.ts +13 -3
  74. package/dist/components/Notification/styles.js +36 -20
  75. package/dist/components/Radio/Radio.js +20 -106
  76. package/dist/components/Radio/RadioGroup.js +18 -71
  77. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +1 -1
  78. package/dist/components/Radio/__tests__/RadioGroup.test.js +15 -70
  79. package/dist/components/Radio/index.d.ts +1 -1
  80. package/dist/components/Radio/index.js +2 -56
  81. package/dist/components/Select/DropdownChevron.d.ts +2 -0
  82. package/dist/components/Select/DropdownChevron.js +23 -0
  83. package/dist/components/Select/Select.d.ts +9 -4
  84. package/dist/components/Select/Select.js +29 -41
  85. package/dist/components/Select/__tests__/Select.test.js +10752 -93
  86. package/dist/components/Select/index.js +2 -28
  87. package/dist/components/Select/styles.d.ts +20 -6
  88. package/dist/components/Select/styles.js +1381 -1370
  89. package/dist/components/Toast/Toast.d.ts +4 -4
  90. package/dist/components/Toast/Toast.js +8 -37
  91. package/dist/components/Toast/__stories__/Toast.stories.d.ts +1 -0
  92. package/dist/components/Toast/__tests__/Toast.test.js +10 -55
  93. package/dist/components/Toast/index.js +2 -46
  94. package/dist/components/Toast/styles.d.ts +6 -1
  95. package/dist/components/Toast/styles.js +36 -21
  96. package/dist/components/Typography/Typography.d.ts +7 -4
  97. package/dist/components/Typography/Typography.js +2 -42
  98. package/dist/components/Typography/__stories__/Typography.stories.d.ts +1 -0
  99. package/dist/components/Typography/__tests__/Typography.test.js +19 -56
  100. package/dist/components/Typography/index.js +2 -46
  101. package/dist/components/Typography/styles.d.ts +18 -4
  102. package/dist/components/Typography/styles.js +36 -43
  103. package/dist/components/index.d.ts +13 -5
  104. package/dist/components/index.js +24 -70
  105. package/dist/{context-3b8a39af.js → context-BMW3aJEf.js} +538 -548
  106. package/dist/genesis/GenesisThemeBreakdown.js +38 -55
  107. package/dist/genesis/GenesisThemeDemo.js +3 -53
  108. package/dist/genesis/styles.d.ts +6 -2
  109. package/dist/genesis/styles.js +496 -521
  110. package/dist/{index-e2b72ca8.js → index-1CBpubM3.js} +97 -102
  111. package/dist/index-BZAhCB_K.js +97 -0
  112. package/dist/{index-501fc13d.js → index-C0SmxWLS.js} +367 -392
  113. package/dist/index-C8haFnXI.js +1112 -0
  114. package/dist/index-CfDY25LP.js +873 -0
  115. package/dist/index-DPW8XdWj.js +952 -0
  116. package/dist/{index-8c8d2d0c.js → index-bKlRxQp4.js} +114 -114
  117. package/dist/index-oK7z6jnz.js +22795 -0
  118. package/dist/index.d.ts +1 -0
  119. package/dist/index.js +31 -77
  120. package/dist/{isVisible-729780f5.js → isVisible-A-IfeFoT.js} +67 -94
  121. package/dist/{magic-string.es-b7491176.js → magic-string.es-D2FWSwU3.js} +56 -103
  122. package/dist/{pickAttrs-00ba4687.js → pickAttrs-B0YTfcV1.js} +1 -1
  123. package/dist/providers/GenesisProvider.d.ts +0 -5
  124. package/dist/providers/GenesisProvider.js +9 -59
  125. package/dist/providers/ThemeProvider.d.ts +1 -2
  126. package/dist/providers/ThemeProvider.js +11 -13
  127. package/dist/providers/ToastProvider.d.ts +11 -4
  128. package/dist/providers/ToastProvider.js +10 -39
  129. package/dist/providers/index.d.ts +2 -3
  130. package/dist/providers/index.js +4 -51
  131. package/dist/providers/useGenesis.d.ts +7 -0
  132. package/dist/providers/useGenesis.js +6 -0
  133. package/dist/setup-BvfREoHl.js +33891 -0
  134. package/dist/{styled-components.browser.esm-02f500bc.js → styled-components.browser.esm-CZ1XM4o4.js} +72 -134
  135. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +15 -45
  136. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +15 -45
  137. package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
  138. package/dist/styles/design-tokens/variables.d.ts +10 -10
  139. package/dist/styles/design-tokens/variables.js +1 -1
  140. package/dist/styles/global-styles.d.ts +1 -0
  141. package/dist/styles/global-styles.js +14 -31
  142. package/dist/styles/theme/genesis-theme.js +257 -212
  143. package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
  144. package/dist/styles/theme/index.js +4 -5
  145. package/dist/styles-CT_fyXBd.js +1808 -0
  146. package/dist/test/setup.js +3 -46
  147. package/dist/useLocale-DT-z_vQ6.js +16 -0
  148. package/dist/useVariants-DvhXfgJY.js +30 -0
  149. package/dist/utils/isAllEnglishString.js +1 -2
  150. package/dist/{presets-83ccb923.js → warning-C63HNL9U.js} +358 -356
  151. package/package.json +51 -43
  152. package/dist/CheckOutlined-52d9ac25.js +0 -29
  153. package/dist/ContextIsolator-b09b2c52.js +0 -20
  154. package/dist/EllipsisOutlined-60122660.js +0 -1115
  155. package/dist/InfoCircleFilled-c5f90c20.js +0 -16
  156. package/dist/RightOutlined-83515eb4.js +0 -16
  157. package/dist/compact-item-b8f85aa6.js +0 -75
  158. package/dist/index-0a886e53.js +0 -100
  159. package/dist/index-0b9ee239.js +0 -955
  160. package/dist/index-1a33c134.js +0 -1389
  161. package/dist/index-4003d75b.js +0 -3748
  162. package/dist/index-89035ea5.js +0 -3242
  163. package/dist/providers/ToastWrapper.d.ts +0 -7
  164. package/dist/providers/ToastWrapper.js +0 -56
  165. package/dist/setup-aaca7b6f.js +0 -21158
  166. package/dist/styles/theme/global-styles.d.ts +0 -1
  167. package/dist/styles/theme/global-styles.js +0 -36
  168. package/dist/useVariants-a0d64298.js +0 -30
  169. /package/dist/{presetColors-ccf8cb4c.js → presetColors-Cl8UP3Nw.js} +0 -0
  170. /package/dist/{reactNode-f4391605.js → reactNode-sKPeiqPL.js} +0 -0
@@ -1,91 +1,91 @@
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";
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
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: $
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
16
  }, i = {
17
- Size1: d,
17
+ Size1: c,
18
18
  // 4px
19
19
  Size2: y,
20
20
  // 8px
21
- Size3: c,
21
+ Size3: h,
22
22
  // 12px
23
- Size4: h,
23
+ Size4: S,
24
24
  // 16px
25
- Size5: C,
25
+ Size5: m,
26
26
  // 20px
27
- Size6: m,
27
+ Size6: F,
28
28
  // 24px
29
- Size7: b,
29
+ Size7: v,
30
30
  // 28px
31
- Size8: F,
31
+ Size8: H,
32
32
  // 32px
33
- Size10: H,
33
+ Size10: W,
34
34
  // 40px
35
- Size12: v,
35
+ Size12: T,
36
36
  // 48px
37
- Size13: W,
37
+ Size13: k,
38
38
  // 52px
39
- Size14: T,
39
+ Size14: B,
40
40
  // 56px
41
- Size16: k,
41
+ Size16: w,
42
42
  // 64px
43
- Size18: B,
43
+ Size18: D,
44
44
  // 72px
45
- Size20: w,
45
+ Size20: M,
46
46
  // 80px
47
- Size24: D,
47
+ Size24: N,
48
48
  // 96px
49
- Size27: M,
49
+ Size27: E,
50
50
  // 108px
51
- Size28: N,
51
+ Size28: R,
52
52
  // 112px
53
- Size30: R,
53
+ Size30: G,
54
54
  // 120px
55
- Size32: E,
55
+ Size32: L,
56
56
  // 128px
57
- Size34: G,
57
+ Size34: A,
58
58
  // 136px
59
- Size35: L,
59
+ Size35: O,
60
60
  // 140px
61
- Size39: A,
61
+ Size39: P,
62
62
  // 156px
63
- Size43: O,
63
+ Size43: x,
64
64
  // 172px
65
- Size50: P,
65
+ Size50: Y,
66
66
  // 200px
67
- Size64: Y,
67
+ Size64: X,
68
68
  // 256px
69
- Size05: x,
69
+ Size05: I,
70
70
  // 2px
71
- Size15: X,
71
+ Size15: K,
72
72
  // 6px
73
- Size025: I,
73
+ Size025: V,
74
74
  // 1px
75
- Size25: K,
75
+ Size25: j,
76
76
  // 10px
77
- xs: d,
77
+ xs: c,
78
78
  // 4px
79
79
  sm: y,
80
80
  // 8px
81
- md: c,
81
+ md: h,
82
82
  // 12px
83
- lg: h,
83
+ lg: S,
84
84
  // 16px
85
85
  typography1: 12,
86
86
  typography2: 14,
87
87
  typography3: 16
88
- }, Vi = {
88
+ }, _i = {
89
89
  display1: "display1",
90
90
  display2: "display2",
91
91
  display3: "display3",
@@ -113,45 +113,45 @@ const Yi = {
113
113
  digits1: "digits1",
114
114
  digits2: "digits2",
115
115
  digits3: "digits3"
116
- }, xi = {
116
+ }, Xi = {
117
117
  display1: {
118
- fontSize: ho,
118
+ fontSize: So,
119
119
  lineHeight: "3.5rem",
120
120
  fontWeight: 700,
121
121
  letterSpacing: "0"
122
122
  },
123
123
  display2: {
124
- fontSize: So,
124
+ fontSize: so,
125
125
  lineHeight: "3rem",
126
126
  fontWeight: 700,
127
127
  letterSpacing: "0"
128
128
  },
129
129
  display3: {
130
- fontSize: so,
130
+ fontSize: fo,
131
131
  lineHeight: "2.5rem",
132
132
  fontWeight: 700,
133
133
  letterSpacing: "0"
134
134
  },
135
135
  heading1: {
136
- fontSize: fo,
136
+ fontSize: uo,
137
137
  lineHeight: "2rem",
138
138
  fontWeight: 700,
139
139
  letterSpacing: "0"
140
140
  },
141
141
  heading2: {
142
- fontSize: uo,
142
+ fontSize: zo,
143
143
  lineHeight: "1.75rem",
144
144
  fontWeight: 700,
145
145
  letterSpacing: "0"
146
146
  },
147
147
  heading3: {
148
- fontSize: zo,
148
+ fontSize: Co,
149
149
  lineHeight: "1.5rem",
150
150
  fontWeight: 700,
151
151
  letterSpacing: "0"
152
152
  },
153
153
  subHeading1: {
154
- fontSize: Co,
154
+ fontSize: bo,
155
155
  lineHeight: "1.25rem",
156
156
  fontWeight: 600,
157
157
  letterSpacing: "0"
@@ -163,13 +163,13 @@ const Yi = {
163
163
  letterSpacing: "0"
164
164
  },
165
165
  subHeading3: {
166
- fontSize: bo,
166
+ fontSize: Fo,
167
167
  lineHeight: "1rem",
168
168
  fontWeight: 600,
169
169
  letterSpacing: "0"
170
170
  },
171
171
  body1: {
172
- fontSize: Fo,
172
+ fontSize: vo,
173
173
  lineHeight: "1.5rem",
174
174
  fontWeight: 400,
175
175
  letterSpacing: "0"
@@ -181,55 +181,55 @@ const Yi = {
181
181
  letterSpacing: "0"
182
182
  },
183
183
  body3: {
184
- fontSize: vo,
184
+ fontSize: Wo,
185
185
  lineHeight: "1rem",
186
186
  fontWeight: 400,
187
187
  letterSpacing: "0"
188
188
  },
189
189
  body4: {
190
- fontSize: Wo,
190
+ fontSize: To,
191
191
  lineHeight: "0.875rem",
192
192
  fontWeight: 400,
193
193
  letterSpacing: "0"
194
194
  },
195
195
  body5: {
196
- fontSize: To,
196
+ fontSize: ko,
197
197
  lineHeight: "0.75rem",
198
198
  fontWeight: 400,
199
199
  letterSpacing: "0"
200
200
  },
201
201
  message: {
202
- fontSize: ko,
203
- lineHeight: "1rem",
202
+ fontSize: Bo,
203
+ lineHeight: "23px",
204
204
  fontWeight: 400,
205
205
  letterSpacing: "0"
206
206
  },
207
207
  overline1: {
208
- fontSize: Bo,
208
+ fontSize: wo,
209
209
  lineHeight: "0.75rem",
210
210
  fontWeight: 500,
211
211
  letterSpacing: "0"
212
212
  },
213
213
  overline2: {
214
- fontSize: wo,
214
+ fontSize: Do,
215
215
  lineHeight: "0.75rem",
216
216
  fontWeight: 500,
217
217
  letterSpacing: "0"
218
218
  },
219
219
  overline3: {
220
- fontSize: Do,
220
+ fontSize: Mo,
221
221
  lineHeight: "0.75rem",
222
222
  fontWeight: 500,
223
223
  letterSpacing: "0"
224
224
  },
225
225
  label1: {
226
- fontSize: Mo,
226
+ fontSize: No,
227
227
  lineHeight: "1rem",
228
228
  fontWeight: 500,
229
229
  letterSpacing: "0"
230
230
  },
231
231
  label2: {
232
- fontSize: No,
232
+ fontSize: Eo,
233
233
  lineHeight: "1rem",
234
234
  fontWeight: 500,
235
235
  letterSpacing: "0"
@@ -241,42 +241,42 @@ const Yi = {
241
241
  letterSpacing: "0"
242
242
  },
243
243
  link1: {
244
- fontSize: Eo,
244
+ fontSize: Go,
245
245
  lineHeight: "1.5rem",
246
246
  fontWeight: 500,
247
247
  letterSpacing: "0"
248
248
  },
249
249
  link2: {
250
- fontSize: Go,
250
+ fontSize: Lo,
251
251
  lineHeight: "1.25rem",
252
252
  fontWeight: 500,
253
253
  letterSpacing: "0"
254
254
  },
255
255
  link3: {
256
- fontSize: Lo,
256
+ fontSize: Ao,
257
257
  lineHeight: "1rem",
258
258
  fontWeight: 500,
259
259
  letterSpacing: "0"
260
260
  },
261
261
  digits1: {
262
- fontSize: Ao,
262
+ fontSize: Oo,
263
263
  lineHeight: "3.5rem",
264
264
  fontWeight: 700,
265
265
  letterSpacing: "0"
266
266
  },
267
267
  digits2: {
268
- fontSize: Oo,
268
+ fontSize: Po,
269
269
  lineHeight: "3rem",
270
270
  fontWeight: 700,
271
271
  letterSpacing: "0"
272
272
  },
273
273
  digits3: {
274
- fontSize: Po,
274
+ fontSize: xo,
275
275
  lineHeight: "2.5rem",
276
276
  fontWeight: 700,
277
277
  letterSpacing: "0"
278
278
  }
279
- }, Xi = {
279
+ }, Ii = {
280
280
  display1: {
281
281
  fontSize: Yo,
282
282
  lineHeight: "3.5rem",
@@ -284,25 +284,25 @@ const Yi = {
284
284
  letterSpacing: "0"
285
285
  },
286
286
  display2: {
287
- fontSize: xo,
287
+ fontSize: Xo,
288
288
  lineHeight: "3rem",
289
289
  fontWeight: 700,
290
290
  letterSpacing: "0"
291
291
  },
292
292
  display3: {
293
- fontSize: Xo,
293
+ fontSize: Io,
294
294
  lineHeight: "2.5rem",
295
295
  fontWeight: 700,
296
296
  letterSpacing: "0"
297
297
  },
298
298
  heading1: {
299
- fontSize: Io,
299
+ fontSize: Ko,
300
300
  lineHeight: "2rem",
301
301
  fontWeight: 700,
302
302
  letterSpacing: "0"
303
303
  },
304
304
  heading2: {
305
- fontSize: Ko,
305
+ fontSize: Vo,
306
306
  lineHeight: "1.75rem",
307
307
  fontWeight: 700,
308
308
  letterSpacing: "0"
@@ -338,79 +338,79 @@ const Yi = {
338
338
  letterSpacing: "0"
339
339
  },
340
340
  body2: {
341
- fontSize: Vo,
341
+ fontSize: Zo,
342
342
  lineHeight: "1.25rem",
343
343
  fontWeight: 400,
344
344
  letterSpacing: "0"
345
345
  },
346
346
  body3: {
347
- fontSize: Zo,
347
+ fontSize: _o,
348
348
  lineHeight: "1rem",
349
349
  fontWeight: 400,
350
350
  letterSpacing: "0"
351
351
  },
352
352
  body4: {
353
- fontSize: _o,
353
+ fontSize: $o,
354
354
  lineHeight: "0.875rem",
355
355
  fontWeight: 400,
356
356
  letterSpacing: "0"
357
357
  },
358
358
  body5: {
359
- fontSize: $o,
359
+ fontSize: ei,
360
360
  lineHeight: "0.75rem",
361
361
  fontWeight: 400,
362
362
  letterSpacing: "0"
363
363
  },
364
364
  message: {
365
- fontSize: ei,
366
- lineHeight: "1rem",
365
+ fontSize: oi,
366
+ lineHeight: "23px",
367
367
  fontWeight: 400,
368
368
  letterSpacing: "0"
369
369
  },
370
370
  overline1: {
371
- fontSize: oi,
371
+ fontSize: ii,
372
372
  lineHeight: "0.75rem",
373
373
  fontWeight: 500,
374
374
  letterSpacing: "0"
375
375
  },
376
376
  overline2: {
377
- fontSize: ii,
377
+ fontSize: ri,
378
378
  lineHeight: "0.75rem",
379
379
  fontWeight: 500,
380
380
  letterSpacing: "0"
381
381
  },
382
382
  overline3: {
383
- fontSize: ri,
383
+ fontSize: ti,
384
384
  lineHeight: "0.75rem",
385
385
  fontWeight: 500,
386
386
  letterSpacing: "0"
387
387
  },
388
388
  label1: {
389
- fontSize: ti,
389
+ fontSize: ni,
390
390
  lineHeight: "1rem",
391
391
  fontWeight: 500,
392
392
  letterSpacing: "0"
393
393
  },
394
394
  label2: {
395
- fontSize: ni,
395
+ fontSize: ai,
396
396
  lineHeight: "1rem",
397
397
  fontWeight: 500,
398
398
  letterSpacing: "0"
399
399
  },
400
400
  label3: {
401
- fontSize: ai,
401
+ fontSize: li,
402
402
  lineHeight: "1rem",
403
403
  fontWeight: 500,
404
404
  letterSpacing: "0"
405
405
  },
406
406
  link1: {
407
- fontSize: li,
407
+ fontSize: gi,
408
408
  lineHeight: "1.5rem",
409
409
  fontWeight: 500,
410
410
  letterSpacing: "0"
411
411
  },
412
412
  link2: {
413
- fontSize: gi,
413
+ fontSize: di,
414
414
  lineHeight: "1.25rem",
415
415
  fontWeight: 500,
416
416
  letterSpacing: "0"
@@ -422,7 +422,7 @@ const Yi = {
422
422
  letterSpacing: "0"
423
423
  },
424
424
  digits1: {
425
- fontSize: di,
425
+ fontSize: ci,
426
426
  lineHeight: "3.5rem",
427
427
  fontWeight: 700,
428
428
  letterSpacing: "0"
@@ -434,50 +434,50 @@ const Yi = {
434
434
  letterSpacing: "0"
435
435
  },
436
436
  digits3: {
437
- fontSize: ci,
437
+ fontSize: hi,
438
438
  lineHeight: "2.5rem",
439
439
  fontWeight: 700,
440
440
  letterSpacing: "0"
441
441
  }
442
- }, Ii = {
442
+ }, Ki = {
443
443
  display1: {
444
- fontSize: hi,
444
+ fontSize: Si,
445
445
  lineHeight: "3.5rem",
446
446
  fontWeight: 700,
447
447
  letterSpacing: "0"
448
448
  },
449
449
  display2: {
450
- fontSize: Si,
450
+ fontSize: si,
451
451
  lineHeight: "3rem",
452
452
  fontWeight: 700,
453
453
  letterSpacing: "0"
454
454
  },
455
455
  display3: {
456
- fontSize: si,
456
+ fontSize: fi,
457
457
  lineHeight: "2.5rem",
458
458
  fontWeight: 700,
459
459
  letterSpacing: "0"
460
460
  },
461
461
  heading1: {
462
- fontSize: fi,
462
+ fontSize: ui,
463
463
  lineHeight: "2rem",
464
464
  fontWeight: 700,
465
465
  letterSpacing: "0"
466
466
  },
467
467
  heading2: {
468
- fontSize: ui,
468
+ fontSize: zi,
469
469
  lineHeight: "1.75rem",
470
470
  fontWeight: 700,
471
471
  letterSpacing: "0"
472
472
  },
473
473
  heading3: {
474
- fontSize: zi,
474
+ fontSize: Ci,
475
475
  lineHeight: "1.5rem",
476
476
  fontWeight: 700,
477
477
  letterSpacing: "0"
478
478
  },
479
479
  subHeading1: {
480
- fontSize: Ci,
480
+ fontSize: bi,
481
481
  lineHeight: "1.25rem",
482
482
  fontWeight: 600,
483
483
  letterSpacing: "0"
@@ -489,13 +489,13 @@ const Yi = {
489
489
  letterSpacing: "0"
490
490
  },
491
491
  subHeading3: {
492
- fontSize: bi,
492
+ fontSize: Fi,
493
493
  lineHeight: "1rem",
494
494
  fontWeight: 600,
495
495
  letterSpacing: "0"
496
496
  },
497
497
  body1: {
498
- fontSize: Fi,
498
+ fontSize: vi,
499
499
  lineHeight: "1.5rem",
500
500
  fontWeight: 400,
501
501
  letterSpacing: "0"
@@ -507,55 +507,55 @@ const Yi = {
507
507
  letterSpacing: "0"
508
508
  },
509
509
  body3: {
510
- fontSize: vi,
510
+ fontSize: Wi,
511
511
  lineHeight: "1rem",
512
512
  fontWeight: 400,
513
513
  letterSpacing: "0"
514
514
  },
515
515
  body4: {
516
- fontSize: Wi,
516
+ fontSize: Ti,
517
517
  lineHeight: "0.875rem",
518
518
  fontWeight: 400,
519
519
  letterSpacing: "0"
520
520
  },
521
521
  body5: {
522
- fontSize: Ti,
522
+ fontSize: ki,
523
523
  lineHeight: "0.75rem",
524
524
  fontWeight: 400,
525
525
  letterSpacing: "0"
526
526
  },
527
527
  message: {
528
- fontSize: ki,
529
- lineHeight: "1rem",
528
+ fontSize: Bi,
529
+ lineHeight: "23px",
530
530
  fontWeight: 400,
531
531
  letterSpacing: "0"
532
532
  },
533
533
  overline1: {
534
- fontSize: Bi,
534
+ fontSize: wi,
535
535
  lineHeight: "0.75rem",
536
536
  fontWeight: 500,
537
537
  letterSpacing: "0"
538
538
  },
539
539
  overline2: {
540
- fontSize: wi,
540
+ fontSize: Di,
541
541
  lineHeight: "0.75rem",
542
542
  fontWeight: 500,
543
543
  letterSpacing: "0"
544
544
  },
545
545
  overline3: {
546
- fontSize: Di,
546
+ fontSize: Mi,
547
547
  lineHeight: "0.75rem",
548
548
  fontWeight: 500,
549
549
  letterSpacing: "0"
550
550
  },
551
551
  label1: {
552
- fontSize: Mi,
552
+ fontSize: Ni,
553
553
  lineHeight: "1rem",
554
554
  fontWeight: 500,
555
555
  letterSpacing: "0"
556
556
  },
557
557
  label2: {
558
- fontSize: Ni,
558
+ fontSize: Ei,
559
559
  lineHeight: "1rem",
560
560
  fontWeight: 500,
561
561
  letterSpacing: "0"
@@ -567,136 +567,136 @@ const Yi = {
567
567
  letterSpacing: "0"
568
568
  },
569
569
  link1: {
570
- fontSize: Ei,
570
+ fontSize: Gi,
571
571
  lineHeight: "1.5rem",
572
572
  fontWeight: 500,
573
573
  letterSpacing: "0"
574
574
  },
575
575
  link2: {
576
- fontSize: Gi,
576
+ fontSize: Li,
577
577
  lineHeight: "1.25rem",
578
578
  fontWeight: 500,
579
579
  letterSpacing: "0"
580
580
  },
581
581
  link3: {
582
- fontSize: Li,
582
+ fontSize: Ai,
583
583
  lineHeight: "1rem",
584
584
  fontWeight: 500,
585
585
  letterSpacing: "0"
586
586
  },
587
587
  digits1: {
588
- fontSize: Ai,
588
+ fontSize: Oi,
589
589
  lineHeight: "3.5rem",
590
590
  fontWeight: 700,
591
591
  letterSpacing: "0"
592
592
  },
593
593
  digits2: {
594
- fontSize: Oi,
594
+ fontSize: Pi,
595
595
  lineHeight: "3rem",
596
596
  fontWeight: 700,
597
597
  letterSpacing: "0"
598
598
  },
599
599
  digits3: {
600
- fontSize: Pi,
600
+ fontSize: xi,
601
601
  lineHeight: "2.5rem",
602
602
  fontWeight: 700,
603
603
  letterSpacing: "0"
604
604
  }
605
- }, Ki = {
606
- fontFamily: ee,
607
- wide: xi,
608
- medium: Xi,
609
- narrow: Ii
605
+ }, Vi = {
606
+ fontFamily: ie,
607
+ wide: Xi,
608
+ medium: Ii,
609
+ narrow: Ki
610
610
  }, o = {
611
611
  red: {
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
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
621
621
  },
622
622
  orange: {
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
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
632
632
  },
633
633
  yellow: {
634
- 100: Ce,
635
- 200: me,
636
- 300: be,
637
- 400: Fe,
638
- 500: S,
639
- 600: He,
640
- 700: ve,
634
+ 100: me,
635
+ 200: Fe,
636
+ 300: ve,
637
+ 400: He,
638
+ 500: s,
639
+ 600: We,
640
+ 700: Te,
641
641
  800: t,
642
- 900: g
642
+ 900: d
643
643
  },
644
644
  green: {
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
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
654
654
  },
655
655
  sky: {
656
- 100: Ee,
657
- 200: Ge,
658
- 300: Le,
659
- 400: Ae,
660
- 500: Oe,
661
- 600: Pe,
662
- 700: Ye,
656
+ 100: Le,
657
+ 200: Ae,
658
+ 300: Oe,
659
+ 400: Pe,
660
+ 500: xe,
661
+ 600: Ye,
662
+ 700: f,
663
663
  800: r,
664
- 900: xe
664
+ 900: Xe
665
665
  },
666
666
  blue: {
667
- 100: Xe,
668
- 200: Ie,
669
- 300: Ke,
667
+ 100: Ie,
668
+ 200: Ke,
669
+ 300: Ve,
670
670
  400: je,
671
671
  500: qe,
672
672
  600: Je,
673
673
  700: Qe,
674
674
  800: Ue,
675
- 900: Ve
675
+ 900: Ze
676
676
  },
677
677
  purple: {
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
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
687
687
  },
688
688
  gray: {
689
- 100: l,
690
- 200: ao,
691
- 300: lo,
692
- 400: go,
693
- 500: f,
694
- 600: u,
695
- 700: po,
689
+ 100: g,
690
+ 200: lo,
691
+ 300: go,
692
+ 400: po,
693
+ 500: z,
694
+ 600: C,
695
+ 700: co,
696
696
  800: n,
697
697
  900: yo,
698
- black: co,
699
- white: s
698
+ black: ho,
699
+ white: u
700
700
  }
701
701
  }, ji = {
702
702
  padding: {
@@ -718,10 +718,18 @@ const Yi = {
718
718
  // 8px
719
719
  radius: p.BorderRadiusSm
720
720
  // 6px
721
+ }, Ji = {
722
+ suffixPrefixVerPadding: 11,
723
+ // special case - see sizing in FIGMA
724
+ suffixPrefixHorPadding: i.Size2
721
725
  }, a = {
722
726
  color: "#6C6C6C",
723
727
  backgroundColor: "#EEEEEE",
724
728
  borderColor: "#CBCBCB"
729
+ }, l = {
730
+ color: "#CF3237",
731
+ backgroundColor: "#FFEBEE",
732
+ borderColor: "#FFEBEE"
725
733
  }, e = {
726
734
  interactive: {
727
735
  primary: {
@@ -763,7 +771,7 @@ const Yi = {
763
771
  border: "#CBCBCB"
764
772
  },
765
773
  transparent: "transparent"
766
- }, Ji = {
774
+ }, Qi = {
767
775
  primary: {
768
776
  active: {
769
777
  color: e.interactive.primary.onsurface,
@@ -786,6 +794,16 @@ const Yi = {
786
794
  borderColor: e.interactive.primary.active,
787
795
  ringColor: e.inputs.onsurface.focus
788
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
806
+ },
789
807
  disabled: a
790
808
  },
791
809
  secondary: {
@@ -810,6 +828,16 @@ const Yi = {
810
828
  borderColor: e.interactive.secondary.active,
811
829
  ringColor: e.inputs.onsurface.focus
812
830
  },
831
+ error: {
832
+ ...l,
833
+ ringColor: e.inputs.onsurface.focus
834
+ },
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
+ },
813
841
  disabled: a
814
842
  },
815
843
  tertiary: {
@@ -834,6 +862,16 @@ const Yi = {
834
862
  borderColor: e.interactive.tertiary.active,
835
863
  ringColor: e.inputs.onsurface.focus
836
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
+ },
837
875
  disabled: a
838
876
  },
839
877
  status: {
@@ -850,7 +888,7 @@ const Yi = {
850
888
  surface: "#D3EFD7"
851
889
  },
852
890
  warning: {
853
- default: S,
891
+ default: s,
854
892
  ringColor: e.inputs.onsurface.focus,
855
893
  onsurface: "#704819",
856
894
  surface: "#FFF2DF"
@@ -893,35 +931,38 @@ const Yi = {
893
931
  onsurface: "#222222"
894
932
  },
895
933
  link: {
896
- active: "#30606B",
897
- disabled: l,
934
+ active: f,
935
+ disabled: g,
898
936
  current: "#384DF6"
899
937
  },
900
938
  ...e.interactive
901
939
  },
902
940
  inputs: {
903
941
  surface: {
904
- active: s,
905
- border: f,
906
- disabled: l
942
+ active: u,
943
+ border: z,
944
+ disabled: g,
945
+ checked: "#384DF6"
907
946
  },
908
947
  onsurface: {
909
- active: "#384DF6",
948
+ active: "#222222",
910
949
  focus: "#384DF6",
911
950
  placeholder: "#6C6C6C",
912
951
  "icon-disabled": "#6C6C6C"
913
952
  }
914
953
  },
915
954
  surface: {
916
- border: "#CBCBCB"
955
+ border: "#CBCBCB",
956
+ secondary: "#F4F4F4"
917
957
  },
918
958
  transparent: "transparent",
919
959
  onsurface: {
920
960
  copy: n,
921
- "copy-light": u,
961
+ "copy-light": C,
962
+ "copy-dark": "#222222",
922
963
  "copy-disabled": "#6C6C6C"
923
964
  }
924
- }, Qi = {
965
+ }, Ui = {
925
966
  primary: {
926
967
  active: {
927
968
  color: o.gray.white,
@@ -1002,34 +1043,38 @@ const Yi = {
1002
1043
  },
1003
1044
  disabled: {
1004
1045
  color: o.gray[600],
1005
- backgroundColor: g,
1006
- borderColor: g
1046
+ backgroundColor: d,
1047
+ borderColor: d
1007
1048
  }
1008
1049
  }
1009
- }, z = {
1050
+ }, b = {
1010
1051
  breakpoints: Yi,
1011
1052
  sizing: i,
1012
1053
  borderRadius: p,
1013
- typography: Ki,
1054
+ typography: Vi,
1014
1055
  allColors: o,
1015
1056
  components: {
1016
1057
  button: ji,
1017
- utilityButton: qi
1058
+ utilityButton: qi,
1059
+ input: Ji
1060
+ },
1061
+ motion: {
1062
+ veryfast: 0.15
1018
1063
  }
1019
- }, Zi = {
1020
- ...z,
1021
- colors: Ji,
1022
- mode: "light"
1023
- }, _i = {
1024
- ...z,
1064
+ }, $i = {
1065
+ ...b,
1025
1066
  colors: Qi,
1067
+ mode: "light"
1068
+ }, er = {
1069
+ ...b,
1070
+ colors: Ui,
1026
1071
  mode: "dark"
1027
1072
  };
1028
1073
  export {
1029
- Vi as TypographySizeKey,
1030
- z as baseTokens,
1074
+ _i as TypographySizeKey,
1075
+ b as baseTokens,
1031
1076
  Yi as breakpoints,
1032
- _i as darkTheme,
1033
- Zi as lightTheme,
1077
+ er as darkTheme,
1078
+ $i as lightTheme,
1034
1079
  i as sizing
1035
1080
  };