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