@gobolt/genesis 0.0.11 → 0.1.0

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 (157) hide show
  1. package/README.md +6 -0
  2. package/dist/ClockCircleOutlined-BaXQuLIn.js +13 -0
  3. package/dist/{Compact-DBh6nSYB.js → Compact-Du9689ax.js} +8 -8
  4. package/dist/{ContextIsolator-CwuJooYf.js → ContextIsolator-BmfhJgG0.js} +2 -2
  5. package/dist/{DownOutlined-5-15jS0h.js → DownOutlined-Dcq69ZKM.js} +9 -9
  6. package/dist/{EllipsisOutlined-CJ2pgE2d.js → EllipsisOutlined-DGMph0Bj.js} +110 -110
  7. package/dist/{Keyframes-sPZXYuXt.js → Keyframes-C9_aCDvn.js} +1 -1
  8. package/dist/{Overflow-DdNKJLQh.js → Overflow-DWf4XIal.js} +31 -31
  9. package/dist/{Skeleton-B3vg9CbL.js → Skeleton-BVN4pcVe.js} +2 -2
  10. package/dist/TextArea-Bkf9hh7l.js +708 -0
  11. package/dist/{Typography-DqI7RslA.js → Typography-CoZ5qD-t.js} +3 -3
  12. package/dist/{button-B2Rgggx2.js → button-BwqpCxVM.js} +5 -5
  13. package/dist/components/Avatar/Avatar.js +3 -3
  14. package/dist/components/Avatar/__tests__/Avatar.test.js +1 -1
  15. package/dist/components/Avatar/styles.js +42 -42
  16. package/dist/components/Badge/Badge.js +3 -3
  17. package/dist/components/Badge/__tests__/Badge.test.js +1 -1
  18. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  19. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +1 -1
  20. package/dist/components/Breadcrumb/styles.js +4 -4
  21. package/dist/components/Button/__tests__/Button.test.js +1 -1
  22. package/dist/components/Button/styles.js +1 -1
  23. package/dist/components/Card/__tests__/Card.test.js +1 -1
  24. package/dist/components/Card/styles.js +1 -1
  25. package/dist/components/Checkbox/Checkbox.js +3 -3
  26. package/dist/components/Checkbox/__tests__/Checkbox.test.js +1 -1
  27. package/dist/components/Checkbox/styles.js +1 -1
  28. package/dist/components/Dashboard/__stories__/DashboardLayoutContent.js +8 -8
  29. package/dist/components/Dashboard/__stories__/DashboardLayoutHeader.js +4 -4
  30. package/dist/components/Dashboard/__tests__/Dashboard.test.js +1 -1
  31. package/dist/components/DatePicker/DatePicker.d.ts +6 -0
  32. package/dist/components/DatePicker/DatePicker.js +5 -0
  33. package/dist/components/DatePicker/__stories__/DatePicker.stories.d.ts +10 -0
  34. package/dist/components/DatePicker/__tests__/DatePicker.test.d.ts +1 -0
  35. package/dist/components/DatePicker/__tests__/DatePicker.test.js +19 -0
  36. package/dist/components/DatePicker/index.d.ts +2 -0
  37. package/dist/components/DatePicker/index.js +4 -0
  38. package/dist/components/DateRangePicker/DateRangePicker.d.ts +5 -0
  39. package/dist/components/DateRangePicker/DateRangePicker.js +5 -0
  40. package/dist/components/DateRangePicker/__stories__/DateRangePicker.stories.d.ts +9 -0
  41. package/dist/components/DateRangePicker/__tests__/DateRangePicker.test.d.ts +1 -0
  42. package/dist/components/DateRangePicker/__tests__/DateRangePicker.test.js +23 -0
  43. package/dist/components/DateRangePicker/index.d.ts +2 -0
  44. package/dist/components/DateRangePicker/index.js +4 -0
  45. package/dist/components/ErrorBoundary/ErrorBoundary.js +3 -3
  46. package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.js +1 -1
  47. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +3 -3
  48. package/dist/components/ErrorBoundaryFallback/styles.js +1 -1
  49. package/dist/components/Form/Form.js +2 -2
  50. package/dist/components/Form/__stories__/FormStory.js +4 -4
  51. package/dist/components/Form/__tests__/form.test.js +2 -2
  52. package/dist/components/Form/index.js +1 -1
  53. package/dist/components/Form/styles.js +1 -1
  54. package/dist/components/Input/Input.js +1 -1
  55. package/dist/components/Input/__tests__/Input.test.js +1 -1
  56. package/dist/components/Input/styles.js +1 -1
  57. package/dist/components/Layout/Content/ResponsiveContent.js +3 -3
  58. package/dist/components/Layout/MainLayout/MainLayout.js +1 -1
  59. package/dist/components/Layout/__tests__/Layout.test.js +1 -1
  60. package/dist/components/Message/Message.js +3 -3
  61. package/dist/components/Message/__tests__/Message.test.js +1 -1
  62. package/dist/components/Notification/Notification.js +3 -3
  63. package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.js +1 -1
  64. package/dist/components/Notification/__tests__/Notification.test.js +1 -1
  65. package/dist/components/Popover/Popover.js +1 -1
  66. package/dist/components/Popover/__tests__/Popover.test.js +1 -1
  67. package/dist/components/Popover/styles.js +1 -1
  68. package/dist/components/Progress/Progress.js +3 -3
  69. package/dist/components/Progress/Progress.util.js +3 -3
  70. package/dist/components/Progress/ProgressText.js +3 -3
  71. package/dist/components/Progress/__tests__/Progress.test.js +1 -1
  72. package/dist/components/Progress/styles.js +3 -3
  73. package/dist/components/Radio/Radio.js +3 -3
  74. package/dist/components/Radio/RadioGroup.js +1 -1
  75. package/dist/components/Radio/__tests__/RadioGroup.test.js +1 -1
  76. package/dist/components/Row/Row.js +1 -1
  77. package/dist/components/Row/RowActions/RowActions.js +3 -3
  78. package/dist/components/Row/RowLabelValue/RowLabelValue.js +3 -3
  79. package/dist/components/Row/RowLabelValue/styles.js +1 -1
  80. package/dist/components/Row/__tests__/Row.test.js +1 -1
  81. package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.js +1 -1
  82. package/dist/components/SegmentedControls/styles.js +27 -27
  83. package/dist/components/Select/Select.js +1 -1
  84. package/dist/components/Select/__tests__/Select.test.js +1 -1
  85. package/dist/components/Select/styles.js +1 -1
  86. package/dist/components/Shapes/__tests__/Shapes.test.js +1 -1
  87. package/dist/components/Switch/__tests__/Switch.test.js +1 -1
  88. package/dist/components/Switch/styles.js +15 -15
  89. package/dist/components/Table/Table.js +1 -1
  90. package/dist/components/Table/__mocks__/table-mocks.js +3 -3
  91. package/dist/components/Table/__tests__/Table.test.js +1 -1
  92. package/dist/components/Table/styles.js +1 -1
  93. package/dist/components/Tabs/__tests__/Tabs.test.js +1 -1
  94. package/dist/components/Tabs/styles.js +1 -1
  95. package/dist/components/Tile/__tests__/Tile.test.js +1 -1
  96. package/dist/components/Toast/Toast.js +3 -3
  97. package/dist/components/Toast/__tests__/Toast.test.js +2 -2
  98. package/dist/components/Toast/index.js +1 -1
  99. package/dist/components/Tooltip/Tooltip.js +3 -3
  100. package/dist/components/Tooltip/__tests__/Tooltip.test.js +1 -1
  101. package/dist/components/Tooltip/styles.js +1 -1
  102. package/dist/components/Typography/Typography.js +1 -1
  103. package/dist/components/Typography/__tests__/Typography.test.js +2 -2
  104. package/dist/components/Typography/index.js +1 -1
  105. package/dist/components/Typography/styles.js +1 -1
  106. package/dist/components/index.d.ts +4 -0
  107. package/dist/components/index.js +46 -42
  108. package/dist/{context-Cx7GtZpz.js → context-DIFtNa4d.js} +70 -70
  109. package/dist/{dropdown-zGGFIyJ_.js → dropdown-Dp_PTQ2u.js} +60 -59
  110. package/dist/genesis/GenesisThemeBreakdown.js +86 -44
  111. package/dist/genesis/labs/Lab.stories.d.ts +6 -0
  112. package/dist/genesis/styles.js +2 -2
  113. package/dist/{index-CdiHBmVe.js → index-BPVue1Yd.js} +44 -44
  114. package/dist/{index-CRotrkWm.js → index-BQM5OniU.js} +7 -7
  115. package/dist/{index-BTGF--50.js → index-B_1Ge8na.js} +20 -19
  116. package/dist/{index-ByspLxrB.js → index-BbTV2Cw5.js} +32 -31
  117. package/dist/index-BeGv28kJ.js +5173 -0
  118. package/dist/{index-Dyl-ddV6.js → index-BpZSuIUV.js} +16 -16
  119. package/dist/{index-CodMmNWv.js → index-BvOLXELm.js} +3 -3
  120. package/dist/{index-hoPiccJv.js → index-CLSrpQRW.js} +9 -8
  121. package/dist/{index-D0P16DlX.js → index-CbVOl2U6.js} +26 -24
  122. package/dist/{index-DWUXwgXK.js → index-D0U6r5O7.js} +265 -294
  123. package/dist/{index-BW_7pvTr.js → index-DEu2PVzQ.js} +4 -4
  124. package/dist/{index-DmZOkMjs.js → index-DNQ-jnBx.js} +1207 -1514
  125. package/dist/index-DOsPeIWJ.js +1000 -0
  126. package/dist/{index-CSPlXIlA.js → index-DRGX1Wem.js} +7 -7
  127. package/dist/index-DWjq9XYj.js +899 -0
  128. package/dist/index.js +53 -49
  129. package/dist/motion-CUN72xsH.js +33 -0
  130. package/dist/providers/GenesisProvider.js +1 -1
  131. package/dist/providers/ToastProvider.js +3 -3
  132. package/dist/providers/index.js +1 -1
  133. package/dist/providers/useGenesis.js +1 -1
  134. package/dist/{responsiveObserver-O1kw80RG.js → responsiveObserver-dCkpy7Cb.js} +1 -1
  135. package/dist/roundedArrow-DI_Q-xdU.js +65 -0
  136. package/dist/{setup-CKu7-AfI.js → setup-CUbCc8fQ.js} +2 -2
  137. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +7 -7
  138. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +3 -3
  139. package/dist/styles/theme/genesis-theme.js +211 -349
  140. package/dist/styles/theme/theme-tree/ThemeTree.js +114 -113
  141. package/dist/{styles-BSD221S5.js → styles-CWdUpZom.js} +12 -12
  142. package/dist/{styles-BDbHpHsc.js → styles-D1vKDy9V.js} +9 -9
  143. package/dist/{styles-D9iYILpv.js → styles-qerRs7Rn.js} +493 -492
  144. package/dist/test/setup.js +2 -2
  145. package/dist/{toArray-DGvPoJP_.js → toArray-U3Az44CO.js} +1 -1
  146. package/dist/{useBreakpoint-CAMzKscx.js → useBreakpoint-TkMv121M.js} +2 -2
  147. package/dist/{useCSSVarCls-C-MlZC6a.js → useCSSVarCls-Dau77fzS.js} +1 -1
  148. package/dist/useIcons-Ck4JP1m9.js +321 -0
  149. package/dist/{useLocale-DWRfeMSS.js → useLocale-CTfNpakL.js} +1 -1
  150. package/dist/{useMergedState-BoELfaU9.js → useMergedState-D6toxSxh.js} +1 -1
  151. package/dist/{useSize-CPo2bUE3.js → useSize-DSq4r6zy.js} +1 -1
  152. package/dist/{useVariants-Cin23jEC.js → useVariants-DrLzUVLU.js} +2 -2
  153. package/dist/{useZIndex-D81lkWy4.js → useZIndex-DhyHuZTN.js} +1 -1
  154. package/dist/utils/icon-util.js +38 -44
  155. package/package.json +2 -1
  156. package/dist/TextArea-CKWbFr0u.js +0 -1698
  157. package/dist/index-CqqwGTME.js +0 -956
@@ -1,18 +1,18 @@
1
- import { Size1 as s, Size2 as y, Size3 as h, Size4 as u, Size5 as T, Size6 as B, Size7 as E, Size8 as w, Size10 as D, Size12 as x, Size13 as A, Size14 as M, Size16 as N, Size18 as R, Size20 as G, Size24 as L, Size27 as O, Size28 as P, Size30 as Y, Size32 as X, Size34 as I, Size35 as K, Size39 as V, Size43 as j, Size50 as q, Size64 as J, Size05 as Q, Size15 as U, Size025 as Z, Size25 as _, ColorYellow500 as f, ColorSky700 as S, ColorSky900 as C, ColorGray100 as g, ColorGrayWhite as z, ColorGray500 as v, ColorGray700 as b, ColorSky800 as t, ColorGray800 as d, ColorYellow800 as n, ColorYellow900 as p, ColorSky300 as F, ColorSky400 as m, BorderRadiusNone as $, BorderRadiusXs as ee, BorderRadiusSm as re, BorderRadiusMd as oe, BorderRadiusLg as ie, BorderRadiusXl as te, BorderRadiusXxl as ne, BorderRadiusXxxl as ae, BorderRadiusRounded as le, TypographyPrimaryFontFamily as ge, ColorRed100 as ce, ColorRed200 as de, ColorRed300 as pe, ColorRed400 as se, ColorRed500 as ye, ColorRed600 as he, ColorRed700 as ue, ColorRed800 as fe, ColorRed900 as Se, ColorOrange100 as Ce, ColorOrange200 as ze, ColorOrange300 as ve, ColorOrange400 as be, ColorOrange500 as Fe, ColorOrange600 as me, ColorOrange700 as He, ColorOrange800 as We, ColorOrange900 as ke, ColorYellow100 as Te, ColorYellow200 as Be, ColorYellow300 as Ee, ColorYellow400 as we, ColorYellow600 as De, ColorYellow700 as xe, ColorGreen100 as Ae, ColorGreen200 as Me, ColorGreen300 as Ne, ColorGreen400 as Re, ColorGreen500 as Ge, ColorGreen600 as Le, ColorGreen700 as Oe, ColorGreen800 as Pe, ColorGreen900 as Ye, ColorSky100 as Xe, ColorSky200 as Ie, ColorSky500 as Ke, ColorSky600 as Ve, ColorBlue100 as je, ColorBlue200 as qe, ColorBlue300 as Je, ColorBlue400 as Qe, ColorBlue500 as Ue, ColorBlue600 as Ze, ColorBlue700 as _e, ColorBlue800 as $e, ColorBlue900 as er, ColorPurple100 as rr, ColorPurple200 as or, ColorPurple300 as ir, ColorPurple400 as tr, ColorPurple500 as nr, ColorPurple600 as ar, ColorPurple700 as lr, ColorPurple800 as gr, ColorPurple900 as cr, ColorGray200 as dr, ColorGray300 as pr, ColorGray400 as sr, ColorGray600 as yr, ColorGray900 as hr, ColorGrayBlack as ur, TypographyWideFontSizeDisplay1 as fr, TypographyWideFontSizeDisplay2 as Sr, TypographyWideFontSizeDisplay3 as Cr, TypographyWideFontSizeHeading1 as zr, TypographyWideFontSizeHeading2 as vr, TypographyWideFontSizeHeading3 as br, TypographyWideFontSizeSubHeading1 as Fr, TypographyWideFontSizeSubHeading2 as mr, TypographyWideFontSizeSubHeading3 as Hr, TypographyWideFontSizeBody1 as Wr, TypographyWideFontSizeBody2 as kr, TypographyWideFontSizeBody3 as Tr, TypographyWideFontSizeBody4 as Br, TypographyWideFontSizeBody5 as Er, TypographyWideFontSizeMessage as wr, TypographyWideFontSizeOverline1 as Dr, TypographyWideFontSizeOverline2 as xr, TypographyWideFontSizeOverline3 as Ar, TypographyWideFontSizeLabel1 as Mr, TypographyWideFontSizeLabel2 as Nr, TypographyWideFontSizeLabel3 as Rr, TypographyWideFontSizeLink1 as Gr, TypographyWideFontSizeLink2 as Lr, TypographyWideFontSizeLink3 as Or, TypographyWideFontSizeDigits1 as Pr, TypographyWideFontSizeDigits2 as Yr, TypographyWideFontSizeDigits3 as Xr, TypographyMediumFontSizeDisplay1 as Ir, TypographyMediumFontSizeDisplay2 as Kr, TypographyMediumFontSizeDisplay3 as Vr, TypographyMediumFontSizeHeading1 as jr, TypographyMediumFontSizeHeading2 as qr, TypographyMediumFontSizeHeading3 as Jr, TypographyMediumFontSizeSubHeading1 as Qr, TypographyMediumFontSizeSubHeading2 as Ur, TypographyMediumFontSizeSubHeading3 as Zr, TypographyMediumFontSizeBody1 as _r, TypographyMediumFontSizeBody2 as $r, TypographyMediumFontSizeBody3 as eo, TypographyMediumFontSizeBody4 as ro, TypographyMediumFontSizeBody5 as oo, TypographyMediumFontSizeMessage as io, TypographyMediumFontSizeOverline1 as to, TypographyMediumFontSizeOverline2 as no, TypographyMediumFontSizeOverline3 as ao, TypographyMediumFontSizeLabel1 as lo, TypographyMediumFontSizeLabel2 as go, TypographyMediumFontSizeLabel3 as co, TypographyMediumFontSizeLink1 as po, TypographyMediumFontSizeLink2 as so, TypographyMediumFontSizeLink3 as yo, TypographyMediumFontSizeDigits1 as ho, TypographyMediumFontSizeDigits2 as uo, TypographyMediumFontSizeDigits3 as fo, TypographyNarrowFontSizeDisplay1 as So, TypographyNarrowFontSizeDisplay2 as Co, TypographyNarrowFontSizeDisplay3 as zo, TypographyNarrowFontSizeHeading1 as vo, TypographyNarrowFontSizeHeading2 as bo, TypographyNarrowFontSizeHeading3 as Fo, TypographyNarrowFontSizeSubHeading1 as mo, TypographyNarrowFontSizeSubHeading2 as Ho, TypographyNarrowFontSizeSubHeading3 as Wo, TypographyNarrowFontSizeBody1 as ko, TypographyNarrowFontSizeBody2 as To, TypographyNarrowFontSizeBody3 as Bo, TypographyNarrowFontSizeBody4 as Eo, TypographyNarrowFontSizeBody5 as wo, TypographyNarrowFontSizeMessage as Do, TypographyNarrowFontSizeOverline1 as xo, TypographyNarrowFontSizeOverline2 as Ao, TypographyNarrowFontSizeOverline3 as Mo, TypographyNarrowFontSizeLabel1 as No, TypographyNarrowFontSizeLabel2 as Ro, TypographyNarrowFontSizeLabel3 as Go, TypographyNarrowFontSizeLink1 as Lo, TypographyNarrowFontSizeLink2 as Oo, TypographyNarrowFontSizeLink3 as Po, TypographyNarrowFontSizeDigits1 as Yo, TypographyNarrowFontSizeDigits2 as Xo, TypographyNarrowFontSizeDigits3 as Io } from "../design-tokens/variables.js";
2
- const Ko = {
1
+ import { Size1 as s, Size2 as y, Size3 as h, Size4 as u, Size5 as B, Size6 as E, Size7 as w, Size8 as D, Size10 as x, Size12 as A, Size13 as M, Size14 as N, Size16 as R, Size18 as G, Size20 as L, Size24 as O, Size27 as P, Size28 as Y, Size30 as X, Size32 as I, Size34 as K, Size35 as V, Size39 as j, Size43 as q, Size50 as J, Size64 as Q, Size05 as U, Size15 as Z, Size025 as _, Size25 as $, ColorYellow500 as f, ColorSky700 as S, ColorSky900 as C, ColorGray100 as g, ColorGrayWhite as z, ColorGray500 as v, ColorGray700 as b, ColorSky800 as t, ColorGray800 as d, ColorYellow800 as n, ColorYellow900 as p, ColorSky300 as F, ColorSky400 as m, BorderRadiusNone as ee, BorderRadiusXs as re, BorderRadiusSm as oe, BorderRadiusMd as ie, BorderRadiusLg as te, BorderRadiusXl as ne, BorderRadiusXxl as ae, BorderRadiusXxxl as le, BorderRadiusRounded as ge, TypographyPrimaryFontFamily as ce, ColorRed100 as de, ColorRed200 as pe, ColorRed300 as se, ColorRed400 as ye, ColorRed500 as he, ColorRed600 as ue, ColorRed700 as fe, ColorRed800 as Se, ColorRed900 as Ce, ColorOrange100 as ze, ColorOrange200 as ve, ColorOrange300 as be, ColorOrange400 as Fe, ColorOrange500 as me, ColorOrange600 as He, ColorOrange700 as We, ColorOrange800 as ke, ColorOrange900 as Te, ColorYellow100 as Be, ColorYellow200 as Ee, ColorYellow300 as we, ColorYellow400 as De, ColorYellow600 as xe, ColorYellow700 as Ae, ColorGreen100 as Me, ColorGreen200 as Ne, ColorGreen300 as Re, ColorGreen400 as Ge, ColorGreen500 as Le, ColorGreen600 as Oe, ColorGreen700 as Pe, ColorGreen800 as Ye, ColorGreen900 as Xe, ColorSky100 as Ie, ColorSky200 as Ke, ColorSky500 as Ve, ColorSky600 as je, ColorBlue100 as qe, ColorBlue200 as Je, ColorBlue300 as Qe, ColorBlue400 as Ue, ColorBlue500 as Ze, ColorBlue600 as _e, ColorBlue700 as $e, ColorBlue800 as er, ColorBlue900 as rr, ColorPurple100 as or, ColorPurple200 as ir, ColorPurple300 as tr, ColorPurple400 as nr, ColorPurple500 as ar, ColorPurple600 as lr, ColorPurple700 as gr, ColorPurple800 as cr, ColorPurple900 as dr, ColorGray200 as pr, ColorGray300 as sr, ColorGray400 as yr, ColorGray600 as hr, ColorGray900 as ur, ColorGrayBlack as fr, TypographyWideFontSizeDisplay1 as Sr, TypographyWideFontSizeDisplay2 as Cr, TypographyWideFontSizeDisplay3 as zr, TypographyWideFontSizeHeading1 as vr, TypographyWideFontSizeHeading2 as br, TypographyWideFontSizeHeading3 as Fr, TypographyWideFontSizeSubHeading1 as mr, TypographyWideFontSizeSubHeading2 as Hr, TypographyWideFontSizeSubHeading3 as Wr, TypographyWideFontSizeBody1 as kr, TypographyWideFontSizeBody2 as Tr, TypographyWideFontSizeBody3 as Br, TypographyWideFontSizeBody4 as Er, TypographyWideFontSizeBody5 as wr, TypographyWideFontSizeMessage as Dr, TypographyWideFontSizeOverline1 as xr, TypographyWideFontSizeOverline2 as Ar, TypographyWideFontSizeOverline3 as Mr, TypographyWideFontSizeLabel1 as Nr, TypographyWideFontSizeLabel2 as Rr, TypographyWideFontSizeLabel3 as Gr, TypographyWideFontSizeLink1 as Lr, TypographyWideFontSizeLink2 as Or, TypographyWideFontSizeLink3 as Pr, TypographyWideFontSizeDigits1 as Yr, TypographyWideFontSizeDigits2 as Xr, TypographyWideFontSizeDigits3 as Ir, TypographyMediumFontSizeDisplay1 as Kr, TypographyMediumFontSizeDisplay2 as Vr, TypographyMediumFontSizeDisplay3 as jr, TypographyMediumFontSizeHeading1 as qr, TypographyMediumFontSizeHeading2 as Jr, TypographyMediumFontSizeHeading3 as Qr, TypographyMediumFontSizeSubHeading1 as Ur, TypographyMediumFontSizeSubHeading2 as Zr, TypographyMediumFontSizeSubHeading3 as _r, TypographyMediumFontSizeBody1 as $r, TypographyMediumFontSizeBody2 as eo, TypographyMediumFontSizeBody3 as ro, TypographyMediumFontSizeBody4 as oo, TypographyMediumFontSizeBody5 as io, TypographyMediumFontSizeMessage as to, TypographyMediumFontSizeOverline1 as no, TypographyMediumFontSizeOverline2 as ao, TypographyMediumFontSizeOverline3 as lo, TypographyMediumFontSizeLabel1 as go, TypographyMediumFontSizeLabel2 as co, TypographyMediumFontSizeLabel3 as po, TypographyMediumFontSizeLink1 as so, TypographyMediumFontSizeLink2 as yo, TypographyMediumFontSizeLink3 as ho, TypographyMediumFontSizeDigits1 as uo, TypographyMediumFontSizeDigits2 as fo, TypographyMediumFontSizeDigits3 as So, TypographyNarrowFontSizeDisplay1 as Co, TypographyNarrowFontSizeDisplay2 as zo, TypographyNarrowFontSizeDisplay3 as vo, TypographyNarrowFontSizeHeading1 as bo, TypographyNarrowFontSizeHeading2 as Fo, TypographyNarrowFontSizeHeading3 as mo, TypographyNarrowFontSizeSubHeading1 as Ho, TypographyNarrowFontSizeSubHeading2 as Wo, TypographyNarrowFontSizeSubHeading3 as ko, TypographyNarrowFontSizeBody1 as To, TypographyNarrowFontSizeBody2 as Bo, TypographyNarrowFontSizeBody3 as Eo, TypographyNarrowFontSizeBody4 as wo, TypographyNarrowFontSizeBody5 as Do, TypographyNarrowFontSizeMessage as xo, TypographyNarrowFontSizeOverline1 as Ao, TypographyNarrowFontSizeOverline2 as Mo, TypographyNarrowFontSizeOverline3 as No, TypographyNarrowFontSizeLabel1 as Ro, TypographyNarrowFontSizeLabel2 as Go, TypographyNarrowFontSizeLabel3 as Lo, TypographyNarrowFontSizeLink1 as Oo, TypographyNarrowFontSizeLink2 as Po, TypographyNarrowFontSizeLink3 as Yo, TypographyNarrowFontSizeDigits1 as Xo, TypographyNarrowFontSizeDigits2 as Io, TypographyNarrowFontSizeDigits3 as Ko } from "../design-tokens/variables.js";
2
+ const Vo = {
3
3
  wide: 1280,
4
4
  medium: 1024,
5
5
  narrow: 480
6
6
  }, c = {
7
- BorderRadiusNone: $,
8
- BorderRadiusXs: ee,
9
- BorderRadiusSm: re,
10
- BorderRadiusMd: oe,
11
- BorderRadiusLg: ie,
12
- BorderRadiusXl: te,
13
- BorderRadiusXxl: ne,
14
- BorderRadiusXxxl: ae,
15
- BorderRadiusRounded: le
7
+ BorderRadiusNone: ee,
8
+ BorderRadiusXs: re,
9
+ BorderRadiusSm: oe,
10
+ BorderRadiusMd: ie,
11
+ BorderRadiusLg: te,
12
+ BorderRadiusXl: ne,
13
+ BorderRadiusXxl: ae,
14
+ BorderRadiusXxxl: le,
15
+ BorderRadiusRounded: ge
16
16
  }, i = {
17
17
  Size1: s,
18
18
  // 4px
@@ -22,57 +22,57 @@ const Ko = {
22
22
  // 12px
23
23
  Size4: u,
24
24
  // 16px
25
- Size5: T,
25
+ Size5: B,
26
26
  // 20px
27
- Size6: B,
27
+ Size6: E,
28
28
  // 24px
29
- Size7: E,
29
+ Size7: w,
30
30
  // 28px
31
- Size8: w,
31
+ Size8: D,
32
32
  // 32px
33
- Size10: D,
33
+ Size10: x,
34
34
  // 40px
35
- Size12: x,
35
+ Size12: A,
36
36
  // 48px
37
- Size13: A,
37
+ Size13: M,
38
38
  // 52px
39
- Size14: M,
39
+ Size14: N,
40
40
  // 56px
41
- Size16: N,
41
+ Size16: R,
42
42
  // 64px
43
- Size18: R,
43
+ Size18: G,
44
44
  // 72px
45
- Size20: G,
45
+ Size20: L,
46
46
  // 80px
47
- Size24: L,
47
+ Size24: O,
48
48
  // 96px
49
- Size27: O,
49
+ Size27: P,
50
50
  // 108px
51
- Size28: P,
51
+ Size28: Y,
52
52
  // 112px
53
- Size30: Y,
53
+ Size30: X,
54
54
  // 120px
55
- Size32: X,
55
+ Size32: I,
56
56
  // 128px
57
- Size34: I,
57
+ Size34: K,
58
58
  // 136px
59
- Size35: K,
59
+ Size35: V,
60
60
  // 140px
61
- Size39: V,
61
+ Size39: j,
62
62
  // 156px
63
- Size43: j,
63
+ Size43: q,
64
64
  // 172px
65
- Size50: q,
65
+ Size50: J,
66
66
  // 200px
67
- Size64: J,
67
+ Size64: Q,
68
68
  // 256px
69
- Size05: Q,
69
+ Size05: U,
70
70
  // 2px
71
- Size15: U,
71
+ Size15: Z,
72
72
  // 6px
73
- Size025: Z,
73
+ Size025: _,
74
74
  // 1px
75
- Size25: _,
75
+ Size25: $,
76
76
  // 10px
77
77
  xs: s,
78
78
  // 4px
@@ -113,592 +113,592 @@ const Ko = {
113
113
  digits1: "digits1",
114
114
  digits2: "digits2",
115
115
  digits3: "digits3"
116
- }, Vo = {
116
+ }, jo = {
117
117
  display1: {
118
- fontSize: fr,
118
+ fontSize: Sr,
119
119
  lineHeight: "3.5rem",
120
120
  fontWeight: 700,
121
121
  letterSpacing: "0"
122
122
  },
123
123
  display2: {
124
- fontSize: Sr,
124
+ fontSize: Cr,
125
125
  lineHeight: "3rem",
126
126
  fontWeight: 700,
127
127
  letterSpacing: "0"
128
128
  },
129
129
  display3: {
130
- fontSize: Cr,
130
+ fontSize: zr,
131
131
  lineHeight: "2.5rem",
132
132
  fontWeight: 700,
133
133
  letterSpacing: "0"
134
134
  },
135
135
  heading1: {
136
- fontSize: zr,
136
+ fontSize: vr,
137
137
  lineHeight: "2rem",
138
138
  fontWeight: 700,
139
139
  letterSpacing: "0"
140
140
  },
141
141
  heading2: {
142
- fontSize: vr,
142
+ fontSize: br,
143
143
  lineHeight: "1.75rem",
144
144
  fontWeight: 700,
145
145
  letterSpacing: "0"
146
146
  },
147
147
  heading3: {
148
- fontSize: br,
148
+ fontSize: Fr,
149
149
  lineHeight: "1.5rem",
150
150
  fontWeight: 700,
151
151
  letterSpacing: "0"
152
152
  },
153
153
  subHeading1: {
154
- fontSize: Fr,
154
+ fontSize: mr,
155
155
  lineHeight: "1.25rem",
156
156
  fontWeight: 600,
157
157
  letterSpacing: "0"
158
158
  },
159
159
  subHeading2: {
160
- fontSize: mr,
160
+ fontSize: Hr,
161
161
  lineHeight: "1.25rem",
162
162
  fontWeight: 600,
163
163
  letterSpacing: "0"
164
164
  },
165
165
  subHeading3: {
166
- fontSize: Hr,
166
+ fontSize: Wr,
167
167
  lineHeight: "1rem",
168
168
  fontWeight: 600,
169
169
  letterSpacing: "0"
170
170
  },
171
171
  body1: {
172
- fontSize: Wr,
172
+ fontSize: kr,
173
173
  lineHeight: "1.5rem",
174
174
  fontWeight: 400,
175
175
  letterSpacing: "0"
176
176
  },
177
177
  body2: {
178
- fontSize: kr,
178
+ fontSize: Tr,
179
179
  lineHeight: "1.25rem",
180
180
  fontWeight: 400,
181
181
  letterSpacing: "0"
182
182
  },
183
183
  body3: {
184
- fontSize: Tr,
184
+ fontSize: Br,
185
185
  lineHeight: "1rem",
186
186
  fontWeight: 400,
187
187
  letterSpacing: "0"
188
188
  },
189
189
  body4: {
190
- fontSize: Br,
190
+ fontSize: Er,
191
191
  lineHeight: "0.875rem",
192
192
  fontWeight: 400,
193
193
  letterSpacing: "0"
194
194
  },
195
195
  body5: {
196
- fontSize: Er,
196
+ fontSize: wr,
197
197
  lineHeight: "0.75rem",
198
198
  fontWeight: 400,
199
199
  letterSpacing: "0"
200
200
  },
201
201
  message: {
202
- fontSize: wr,
202
+ fontSize: Dr,
203
203
  lineHeight: "23px",
204
204
  fontWeight: 400,
205
205
  letterSpacing: "0"
206
206
  },
207
207
  overline1: {
208
- fontSize: Dr,
208
+ fontSize: xr,
209
209
  lineHeight: "0.75rem",
210
210
  fontWeight: 500,
211
211
  letterSpacing: "0"
212
212
  },
213
213
  overline2: {
214
- fontSize: xr,
214
+ fontSize: Ar,
215
215
  lineHeight: "0.75rem",
216
216
  fontWeight: 500,
217
217
  letterSpacing: "0"
218
218
  },
219
219
  overline3: {
220
- fontSize: Ar,
220
+ fontSize: Mr,
221
221
  lineHeight: "0.75rem",
222
222
  fontWeight: 500,
223
223
  letterSpacing: "0"
224
224
  },
225
225
  label1: {
226
- fontSize: Mr,
226
+ fontSize: Nr,
227
227
  lineHeight: "1rem",
228
228
  fontWeight: 500,
229
229
  letterSpacing: "0"
230
230
  },
231
231
  label2: {
232
- fontSize: Nr,
232
+ fontSize: Rr,
233
233
  lineHeight: "1rem",
234
234
  fontWeight: 500,
235
235
  letterSpacing: "0"
236
236
  },
237
237
  label3: {
238
- fontSize: Rr,
238
+ fontSize: Gr,
239
239
  lineHeight: "1rem",
240
240
  fontWeight: 500,
241
241
  letterSpacing: "0"
242
242
  },
243
243
  link1: {
244
- fontSize: Gr,
244
+ fontSize: Lr,
245
245
  lineHeight: "1.5rem",
246
246
  fontWeight: 500,
247
247
  letterSpacing: "0"
248
248
  },
249
249
  link2: {
250
- fontSize: Lr,
250
+ fontSize: Or,
251
251
  lineHeight: "1.25rem",
252
252
  fontWeight: 500,
253
253
  letterSpacing: "0"
254
254
  },
255
255
  link3: {
256
- fontSize: Or,
256
+ fontSize: Pr,
257
257
  lineHeight: "1rem",
258
258
  fontWeight: 500,
259
259
  letterSpacing: "0"
260
260
  },
261
261
  digits1: {
262
- fontSize: Pr,
262
+ fontSize: Yr,
263
263
  lineHeight: "3.5rem",
264
264
  fontWeight: 700,
265
265
  letterSpacing: "0"
266
266
  },
267
267
  digits2: {
268
- fontSize: Yr,
268
+ fontSize: Xr,
269
269
  lineHeight: "3rem",
270
270
  fontWeight: 700,
271
271
  letterSpacing: "0"
272
272
  },
273
273
  digits3: {
274
- fontSize: Xr,
274
+ fontSize: Ir,
275
275
  lineHeight: "2.5rem",
276
276
  fontWeight: 700,
277
277
  letterSpacing: "0"
278
278
  }
279
- }, jo = {
279
+ }, qo = {
280
280
  display1: {
281
- fontSize: Ir,
281
+ fontSize: Kr,
282
282
  lineHeight: "3.5rem",
283
283
  fontWeight: 700,
284
284
  letterSpacing: "0"
285
285
  },
286
286
  display2: {
287
- fontSize: Kr,
287
+ fontSize: Vr,
288
288
  lineHeight: "3rem",
289
289
  fontWeight: 700,
290
290
  letterSpacing: "0"
291
291
  },
292
292
  display3: {
293
- fontSize: Vr,
293
+ fontSize: jr,
294
294
  lineHeight: "2.5rem",
295
295
  fontWeight: 700,
296
296
  letterSpacing: "0"
297
297
  },
298
298
  heading1: {
299
- fontSize: jr,
299
+ fontSize: qr,
300
300
  lineHeight: "2rem",
301
301
  fontWeight: 700,
302
302
  letterSpacing: "0"
303
303
  },
304
304
  heading2: {
305
- fontSize: qr,
305
+ fontSize: Jr,
306
306
  lineHeight: "1.75rem",
307
307
  fontWeight: 700,
308
308
  letterSpacing: "0"
309
309
  },
310
310
  heading3: {
311
- fontSize: Jr,
311
+ fontSize: Qr,
312
312
  lineHeight: "1.5rem",
313
313
  fontWeight: 700,
314
314
  letterSpacing: "0"
315
315
  },
316
316
  subHeading1: {
317
- fontSize: Qr,
317
+ fontSize: Ur,
318
318
  lineHeight: "1.25rem",
319
319
  fontWeight: 600,
320
320
  letterSpacing: "0"
321
321
  },
322
322
  subHeading2: {
323
- fontSize: Ur,
323
+ fontSize: Zr,
324
324
  lineHeight: "1.25rem",
325
325
  fontWeight: 600,
326
326
  letterSpacing: "0"
327
327
  },
328
328
  subHeading3: {
329
- fontSize: Zr,
329
+ fontSize: _r,
330
330
  lineHeight: "1rem",
331
331
  fontWeight: 600,
332
332
  letterSpacing: "0"
333
333
  },
334
334
  body1: {
335
- fontSize: _r,
335
+ fontSize: $r,
336
336
  lineHeight: "1.5rem",
337
337
  fontWeight: 400,
338
338
  letterSpacing: "0"
339
339
  },
340
340
  body2: {
341
- fontSize: $r,
341
+ fontSize: eo,
342
342
  lineHeight: "1.25rem",
343
343
  fontWeight: 400,
344
344
  letterSpacing: "0"
345
345
  },
346
346
  body3: {
347
- fontSize: eo,
347
+ fontSize: ro,
348
348
  lineHeight: "1rem",
349
349
  fontWeight: 400,
350
350
  letterSpacing: "0"
351
351
  },
352
352
  body4: {
353
- fontSize: ro,
353
+ fontSize: oo,
354
354
  lineHeight: "0.875rem",
355
355
  fontWeight: 400,
356
356
  letterSpacing: "0"
357
357
  },
358
358
  body5: {
359
- fontSize: oo,
359
+ fontSize: io,
360
360
  lineHeight: "0.75rem",
361
361
  fontWeight: 400,
362
362
  letterSpacing: "0"
363
363
  },
364
364
  message: {
365
- fontSize: io,
365
+ fontSize: to,
366
366
  lineHeight: "23px",
367
367
  fontWeight: 400,
368
368
  letterSpacing: "0"
369
369
  },
370
370
  overline1: {
371
- fontSize: to,
371
+ fontSize: no,
372
372
  lineHeight: "0.75rem",
373
373
  fontWeight: 500,
374
374
  letterSpacing: "0"
375
375
  },
376
376
  overline2: {
377
- fontSize: no,
377
+ fontSize: ao,
378
378
  lineHeight: "0.75rem",
379
379
  fontWeight: 500,
380
380
  letterSpacing: "0"
381
381
  },
382
382
  overline3: {
383
- fontSize: ao,
383
+ fontSize: lo,
384
384
  lineHeight: "0.75rem",
385
385
  fontWeight: 500,
386
386
  letterSpacing: "0"
387
387
  },
388
388
  label1: {
389
- fontSize: lo,
389
+ fontSize: go,
390
390
  lineHeight: "1rem",
391
391
  fontWeight: 500,
392
392
  letterSpacing: "0"
393
393
  },
394
394
  label2: {
395
- fontSize: go,
395
+ fontSize: co,
396
396
  lineHeight: "1rem",
397
397
  fontWeight: 500,
398
398
  letterSpacing: "0"
399
399
  },
400
400
  label3: {
401
- fontSize: co,
401
+ fontSize: po,
402
402
  lineHeight: "1rem",
403
403
  fontWeight: 500,
404
404
  letterSpacing: "0"
405
405
  },
406
406
  link1: {
407
- fontSize: po,
407
+ fontSize: so,
408
408
  lineHeight: "1.5rem",
409
409
  fontWeight: 500,
410
410
  letterSpacing: "0"
411
411
  },
412
412
  link2: {
413
- fontSize: so,
413
+ fontSize: yo,
414
414
  lineHeight: "1.25rem",
415
415
  fontWeight: 500,
416
416
  letterSpacing: "0"
417
417
  },
418
418
  link3: {
419
- fontSize: yo,
419
+ fontSize: ho,
420
420
  lineHeight: "1rem",
421
421
  fontWeight: 500,
422
422
  letterSpacing: "0"
423
423
  },
424
424
  digits1: {
425
- fontSize: ho,
425
+ fontSize: uo,
426
426
  lineHeight: "3.5rem",
427
427
  fontWeight: 700,
428
428
  letterSpacing: "0"
429
429
  },
430
430
  digits2: {
431
- fontSize: uo,
431
+ fontSize: fo,
432
432
  lineHeight: "3rem",
433
433
  fontWeight: 700,
434
434
  letterSpacing: "0"
435
435
  },
436
436
  digits3: {
437
- fontSize: fo,
437
+ fontSize: So,
438
438
  lineHeight: "2.5rem",
439
439
  fontWeight: 700,
440
440
  letterSpacing: "0"
441
441
  }
442
- }, qo = {
442
+ }, Jo = {
443
443
  display1: {
444
- fontSize: So,
444
+ fontSize: Co,
445
445
  lineHeight: "3.5rem",
446
446
  fontWeight: 700,
447
447
  letterSpacing: "0"
448
448
  },
449
449
  display2: {
450
- fontSize: Co,
450
+ fontSize: zo,
451
451
  lineHeight: "3rem",
452
452
  fontWeight: 700,
453
453
  letterSpacing: "0"
454
454
  },
455
455
  display3: {
456
- fontSize: zo,
456
+ fontSize: vo,
457
457
  lineHeight: "2.5rem",
458
458
  fontWeight: 700,
459
459
  letterSpacing: "0"
460
460
  },
461
461
  heading1: {
462
- fontSize: vo,
462
+ fontSize: bo,
463
463
  lineHeight: "2rem",
464
464
  fontWeight: 700,
465
465
  letterSpacing: "0"
466
466
  },
467
467
  heading2: {
468
- fontSize: bo,
468
+ fontSize: Fo,
469
469
  lineHeight: "1.75rem",
470
470
  fontWeight: 700,
471
471
  letterSpacing: "0"
472
472
  },
473
473
  heading3: {
474
- fontSize: Fo,
474
+ fontSize: mo,
475
475
  lineHeight: "1.5rem",
476
476
  fontWeight: 700,
477
477
  letterSpacing: "0"
478
478
  },
479
479
  subHeading1: {
480
- fontSize: mo,
480
+ fontSize: Ho,
481
481
  lineHeight: "1.25rem",
482
482
  fontWeight: 600,
483
483
  letterSpacing: "0"
484
484
  },
485
485
  subHeading2: {
486
- fontSize: Ho,
486
+ fontSize: Wo,
487
487
  lineHeight: "1.25rem",
488
488
  fontWeight: 600,
489
489
  letterSpacing: "0"
490
490
  },
491
491
  subHeading3: {
492
- fontSize: Wo,
492
+ fontSize: ko,
493
493
  lineHeight: "1rem",
494
494
  fontWeight: 600,
495
495
  letterSpacing: "0"
496
496
  },
497
497
  body1: {
498
- fontSize: ko,
498
+ fontSize: To,
499
499
  lineHeight: "1.5rem",
500
500
  fontWeight: 400,
501
501
  letterSpacing: "0"
502
502
  },
503
503
  body2: {
504
- fontSize: To,
504
+ fontSize: Bo,
505
505
  lineHeight: "1.25rem",
506
506
  fontWeight: 400,
507
507
  letterSpacing: "0"
508
508
  },
509
509
  body3: {
510
- fontSize: Bo,
510
+ fontSize: Eo,
511
511
  lineHeight: "1rem",
512
512
  fontWeight: 400,
513
513
  letterSpacing: "0"
514
514
  },
515
515
  body4: {
516
- fontSize: Eo,
516
+ fontSize: wo,
517
517
  lineHeight: "0.875rem",
518
518
  fontWeight: 400,
519
519
  letterSpacing: "0"
520
520
  },
521
521
  body5: {
522
- fontSize: wo,
522
+ fontSize: Do,
523
523
  lineHeight: "0.75rem",
524
524
  fontWeight: 400,
525
525
  letterSpacing: "0"
526
526
  },
527
527
  message: {
528
- fontSize: Do,
528
+ fontSize: xo,
529
529
  lineHeight: "23px",
530
530
  fontWeight: 400,
531
531
  letterSpacing: "0"
532
532
  },
533
533
  overline1: {
534
- fontSize: xo,
534
+ fontSize: Ao,
535
535
  lineHeight: "0.75rem",
536
536
  fontWeight: 500,
537
537
  letterSpacing: "0"
538
538
  },
539
539
  overline2: {
540
- fontSize: Ao,
540
+ fontSize: Mo,
541
541
  lineHeight: "0.75rem",
542
542
  fontWeight: 500,
543
543
  letterSpacing: "0"
544
544
  },
545
545
  overline3: {
546
- fontSize: Mo,
546
+ fontSize: No,
547
547
  lineHeight: "0.75rem",
548
548
  fontWeight: 500,
549
549
  letterSpacing: "0"
550
550
  },
551
551
  label1: {
552
- fontSize: No,
552
+ fontSize: Ro,
553
553
  lineHeight: "1rem",
554
554
  fontWeight: 500,
555
555
  letterSpacing: "0"
556
556
  },
557
557
  label2: {
558
- fontSize: Ro,
558
+ fontSize: Go,
559
559
  lineHeight: "1rem",
560
560
  fontWeight: 500,
561
561
  letterSpacing: "0"
562
562
  },
563
563
  label3: {
564
- fontSize: Go,
564
+ fontSize: Lo,
565
565
  lineHeight: "1rem",
566
566
  fontWeight: 500,
567
567
  letterSpacing: "0"
568
568
  },
569
569
  link1: {
570
- fontSize: Lo,
570
+ fontSize: Oo,
571
571
  lineHeight: "1.5rem",
572
572
  fontWeight: 500,
573
573
  letterSpacing: "0"
574
574
  },
575
575
  link2: {
576
- fontSize: Oo,
576
+ fontSize: Po,
577
577
  lineHeight: "1.25rem",
578
578
  fontWeight: 500,
579
579
  letterSpacing: "0"
580
580
  },
581
581
  link3: {
582
- fontSize: Po,
582
+ fontSize: Yo,
583
583
  lineHeight: "1rem",
584
584
  fontWeight: 500,
585
585
  letterSpacing: "0"
586
586
  },
587
587
  digits1: {
588
- fontSize: Yo,
588
+ fontSize: Xo,
589
589
  lineHeight: "3.5rem",
590
590
  fontWeight: 700,
591
591
  letterSpacing: "0"
592
592
  },
593
593
  digits2: {
594
- fontSize: Xo,
594
+ fontSize: Io,
595
595
  lineHeight: "3rem",
596
596
  fontWeight: 700,
597
597
  letterSpacing: "0"
598
598
  },
599
599
  digits3: {
600
- fontSize: Io,
600
+ fontSize: Ko,
601
601
  lineHeight: "2.5rem",
602
602
  fontWeight: 700,
603
603
  letterSpacing: "0"
604
604
  }
605
- }, Jo = {
606
- fontFamily: ge,
607
- wide: Vo,
608
- medium: jo,
609
- narrow: qo
605
+ }, Qo = {
606
+ fontFamily: ce,
607
+ wide: jo,
608
+ medium: qo,
609
+ narrow: Jo
610
610
  }, o = {
611
611
  red: {
612
- 100: ce,
613
- 200: de,
614
- 300: pe,
615
- 400: se,
616
- 500: ye,
617
- 600: he,
618
- 700: ue,
619
- 800: fe,
620
- 900: Se
612
+ 100: de,
613
+ 200: pe,
614
+ 300: se,
615
+ 400: ye,
616
+ 500: he,
617
+ 600: ue,
618
+ 700: fe,
619
+ 800: Se,
620
+ 900: Ce
621
621
  },
622
622
  orange: {
623
- 100: Ce,
624
- 200: ze,
625
- 300: ve,
626
- 400: be,
627
- 500: Fe,
628
- 600: me,
629
- 700: He,
630
- 800: We,
631
- 900: ke
623
+ 100: ze,
624
+ 200: ve,
625
+ 300: be,
626
+ 400: Fe,
627
+ 500: me,
628
+ 600: He,
629
+ 700: We,
630
+ 800: ke,
631
+ 900: Te
632
632
  },
633
633
  yellow: {
634
- 100: Te,
635
- 200: Be,
636
- 300: Ee,
637
- 400: we,
634
+ 100: Be,
635
+ 200: Ee,
636
+ 300: we,
637
+ 400: De,
638
638
  500: f,
639
- 600: De,
640
- 700: xe,
639
+ 600: xe,
640
+ 700: Ae,
641
641
  800: n,
642
642
  900: p
643
643
  },
644
644
  green: {
645
- 100: Ae,
646
- 200: Me,
647
- 300: Ne,
648
- 400: Re,
649
- 500: Ge,
650
- 600: Le,
651
- 700: Oe,
652
- 800: Pe,
653
- 900: Ye
645
+ 100: Me,
646
+ 200: Ne,
647
+ 300: Re,
648
+ 400: Ge,
649
+ 500: Le,
650
+ 600: Oe,
651
+ 700: Pe,
652
+ 800: Ye,
653
+ 900: Xe
654
654
  },
655
655
  sky: {
656
- 100: Xe,
657
- 200: Ie,
656
+ 100: Ie,
657
+ 200: Ke,
658
658
  300: F,
659
659
  400: m,
660
- 500: Ke,
661
- 600: Ve,
660
+ 500: Ve,
661
+ 600: je,
662
662
  700: S,
663
663
  800: t,
664
664
  900: C
665
665
  },
666
666
  blue: {
667
- 100: je,
668
- 200: qe,
669
- 300: Je,
670
- 400: Qe,
671
- 500: Ue,
672
- 600: Ze,
673
- 700: _e,
674
- 800: $e,
675
- 900: er
667
+ 100: qe,
668
+ 200: Je,
669
+ 300: Qe,
670
+ 400: Ue,
671
+ 500: Ze,
672
+ 600: _e,
673
+ 700: $e,
674
+ 800: er,
675
+ 900: rr
676
676
  },
677
677
  purple: {
678
- 100: rr,
679
- 200: or,
680
- 300: ir,
681
- 400: tr,
682
- 500: nr,
683
- 600: ar,
684
- 700: lr,
685
- 800: gr,
686
- 900: cr
678
+ 100: or,
679
+ 200: ir,
680
+ 300: tr,
681
+ 400: nr,
682
+ 500: ar,
683
+ 600: lr,
684
+ 700: gr,
685
+ 800: cr,
686
+ 900: dr
687
687
  },
688
688
  gray: {
689
689
  100: g,
690
- 200: dr,
691
- 300: pr,
692
- 400: sr,
690
+ 200: pr,
691
+ 300: sr,
692
+ 400: yr,
693
693
  500: v,
694
- 600: yr,
694
+ 600: hr,
695
695
  700: b,
696
696
  800: d,
697
- 900: hr,
698
- black: ur,
697
+ 900: ur,
698
+ black: fr,
699
699
  white: z
700
700
  }
701
- }, Qo = {
701
+ }, Uo = {
702
702
  padding: {
703
703
  verPadding: i.Size25,
704
704
  // 25px
@@ -709,7 +709,7 @@ const Ko = {
709
709
  // 8px
710
710
  radius: c.BorderRadiusMd
711
711
  // 6px
712
- }, Uo = {
712
+ }, Zo = {
713
713
  padding: {
714
714
  verPadding: 10,
715
715
  horPadding: 12
@@ -718,7 +718,7 @@ const Ko = {
718
718
  // 8px
719
719
  radius: c.BorderRadiusSm
720
720
  // 6px
721
- }, Zo = {
721
+ }, _o = {
722
722
  suffixPrefixVerPadding: 11,
723
723
  // special case - see sizing in FIGMA
724
724
  suffixPrefixHorPadding: i.Size2
@@ -822,7 +822,7 @@ const Ko = {
822
822
  border: "#CBCBCB"
823
823
  },
824
824
  transparent: "transparent"
825
- }, _o = {
825
+ }, H = {
826
826
  primary: {
827
827
  active: {
828
828
  color: e.interactive.primary.onsurface,
@@ -1068,153 +1068,15 @@ const Ko = {
1068
1068
  "copy-dark": "#222222",
1069
1069
  "copy-disabled": "#6C6C6C"
1070
1070
  }
1071
- }, $o = {
1072
- primary: {
1073
- active: {
1074
- color: o.gray.white,
1075
- backgroundColor: "#1A3D44",
1076
- borderColor: "#1A3D44"
1077
- },
1078
- hover: {
1079
- color: o.gray.white,
1080
- backgroundColor: "#0D1F22",
1081
- borderColor: "#0D1F22"
1082
- },
1083
- pressed: {
1084
- color: o.gray.white,
1085
- backgroundColor: "#0D1F22",
1086
- borderColor: "#0D1F22"
1087
- },
1088
- focussed: {
1089
- color: o.gray.white,
1090
- backgroundColor: "#0D1F22",
1091
- borderColor: "#0D1F22",
1092
- ringColor: "#384DF6"
1093
- },
1094
- disabled: {
1095
- color: o.gray[600],
1096
- backgroundColor: "#2C2C2C",
1097
- borderColor: "#2C2C2C"
1098
- }
1099
- },
1100
- secondary: {
1101
- active: {
1102
- color: o.gray.white,
1103
- backgroundColor: "#4D4D4D",
1104
- borderColor: "#4D4D4D"
1105
- },
1106
- hover: {
1107
- color: o.gray.white,
1108
- backgroundColor: "#666666",
1109
- borderColor: "#666666"
1110
- },
1111
- pressed: {
1112
- color: o.gray.white,
1113
- backgroundColor: t,
1114
- borderColor: t
1115
- },
1116
- focussed: {
1117
- color: o.gray.white,
1118
- backgroundColor: t,
1119
- borderColor: t,
1120
- ringColor: "#384DF6"
1121
- },
1122
- disabled: {
1123
- color: o.gray[600],
1124
- backgroundColor: d,
1125
- borderColor: d
1126
- }
1127
- },
1128
- tertiary: {
1129
- active: {
1130
- color: o.gray.white,
1131
- backgroundColor: "#8B6B3C",
1132
- borderColor: "#8B6B3C"
1133
- },
1134
- hover: {
1135
- color: o.gray.white,
1136
- backgroundColor: "#735929",
1137
- borderColor: "#735929"
1138
- },
1139
- pressed: {
1140
- color: o.gray.white,
1141
- backgroundColor: n,
1142
- borderColor: n
1143
- },
1144
- focussed: {
1145
- color: o.gray.white,
1146
- backgroundColor: n,
1147
- borderColor: n,
1148
- ringColor: "#384DF6"
1149
- },
1150
- disabled: {
1151
- color: o.gray[600],
1152
- backgroundColor: p,
1153
- borderColor: p
1154
- }
1155
- },
1156
- utility: {
1157
- active: {
1158
- color: r.interactive.tertiary.onsurface,
1159
- backgroundColor: r.interactive.tertiary.active,
1160
- borderColor: r.interactive.tertiary.active
1161
- },
1162
- hover: {
1163
- color: r.interactive.tertiary.onsurface,
1164
- backgroundColor: r.interactive.tertiary.hover,
1165
- borderColor: r.interactive.tertiary.hover
1166
- },
1167
- pressed: {
1168
- color: r.interactive.tertiary.onsurface,
1169
- backgroundColor: r.interactive.tertiary.pressed,
1170
- borderColor: r.interactive.tertiary.pressed
1171
- },
1172
- focussed: {
1173
- color: r.interactive.tertiary.onsurface,
1174
- backgroundColor: r.interactive.tertiary.active,
1175
- borderColor: r.interactive.tertiary.active,
1176
- ringColor: r.inputs.onsurface.focus
1177
- },
1178
- error: {
1179
- ...l,
1180
- ringColor: r.inputs.onsurface.focus
1181
- },
1182
- default: {
1183
- color: r.interactive.tertiary.onsurface,
1184
- backgroundColor: r.interactive.tertiary.active,
1185
- borderColor: r.interactive.tertiary.active,
1186
- ringColor: r.inputs.onsurface.focus
1187
- },
1188
- disabled: a
1189
- },
1190
- interactive: {
1191
- primary: {
1192
- active: "#30606B",
1193
- hover: "#00282B",
1194
- pressed: "#214148",
1195
- onsurface: "#FFFFFF"
1196
- },
1197
- secondary: {
1198
- active: "#9A9A9A",
1199
- hover: "#222222",
1200
- pressed: "#101010",
1201
- onsurface: "#3E3E3E"
1202
- },
1203
- tertiary: {
1204
- active: "#FFCA7D",
1205
- hover: "#E7A13C",
1206
- pressed: "#B27330",
1207
- onsurface: "#222222"
1208
- },
1209
- link: {
1210
- active: F,
1211
- hover: m,
1212
- disabled: g,
1213
- current: "#384DF6"
1214
- },
1215
- ...r.interactive
1216
- }
1217
- }, ei = {
1071
+ }, $o = H;
1072
+ o.gray.white, o.gray.white, o.gray.white, o.gray.white, o.gray[600], o.gray.white, o.gray.white, o.gray.white, t, t, o.gray.white, t, t, o.gray[600], d, d, o.gray.white, o.gray.white, o.gray.white, n, n, o.gray.white, n, n, o.gray[600], p, p, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.interactive.tertiary.onsurface, r.interactive.tertiary.hover, r.interactive.tertiary.hover, r.interactive.tertiary.onsurface, r.interactive.tertiary.pressed, r.interactive.tertiary.pressed, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.inputs.onsurface.focus, {
1073
+ ...l,
1074
+ ringColor: r.inputs.onsurface.focus
1075
+ }, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.inputs.onsurface.focus, {
1076
+ link: (F, m, g),
1077
+ ...r.interactive
1078
+ };
1079
+ const ei = {
1218
1080
  general: {
1219
1081
  1: "box-shadow: 0px 4px 16px 0px #00000026",
1220
1082
  2: "box-shadow: 0px 8px 24px -4px #00000026",
@@ -1250,35 +1112,35 @@ const Ko = {
1250
1112
  "hor-padding": i.Size6,
1251
1113
  gap: i.Size2
1252
1114
  }, ni = {
1253
- button: Qo,
1254
- utilityButton: Uo,
1255
- input: Zo,
1115
+ button: Uo,
1116
+ utilityButton: Zo,
1117
+ input: _o,
1256
1118
  row: ti,
1257
1119
  badge: oi,
1258
1120
  popover: ii
1259
- }, ai = (W, k) => W.status[k].default, H = {
1260
- breakpoints: Ko,
1121
+ }, ai = (k, T) => k.status[T].default, W = {
1122
+ breakpoints: Vo,
1261
1123
  sizing: i,
1262
1124
  borderRadius: c,
1263
- typography: Jo,
1125
+ typography: Qo,
1264
1126
  allColors: o,
1265
1127
  components: ni,
1266
1128
  motion: ri,
1267
1129
  shadows: ei,
1268
1130
  getStatusColor: ai
1269
1131
  }, ci = {
1270
- ...H,
1271
- colors: _o,
1132
+ ...W,
1133
+ colors: H,
1272
1134
  mode: "light"
1273
1135
  }, di = {
1274
- ...H,
1136
+ ...W,
1275
1137
  colors: $o,
1276
1138
  mode: "dark"
1277
1139
  };
1278
1140
  export {
1279
1141
  gi as TypographySizeKey,
1280
- H as baseTokens,
1281
- Ko as breakpoints,
1142
+ W as baseTokens,
1143
+ Vo as breakpoints,
1282
1144
  di as darkTheme,
1283
1145
  ci as lightTheme,
1284
1146
  i as sizing