@gobolt/genesis 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -2
- package/dist/{AntdIcon-Bsnbyy6g.js → AntdIcon-BoLh1dP8.js} +37 -35
- package/dist/CheckOutlined-CeTKr6II.js +13 -0
- package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-DXCxlIQL.js} +2 -2
- package/dist/CloseOutlined-ClXDNn82.js +13 -0
- package/dist/{Compact-CJBo3f0u.js → Compact-CGY560JF.js} +45 -53
- package/dist/{ContextIsolator-CGkdKtc3.js → ContextIsolator-D5x2Ih51.js} +2 -2
- package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-C0Kj5KQV.js} +2 -2
- package/dist/{CheckOutlined-DAynWe12.js → KeyCode-DM2sFh3-.js} +10 -20
- package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
- package/dist/Overflow-PBZD-PFm.js +360 -0
- package/dist/PurePanel-BqPLRtc2.js +203 -0
- package/dist/SearchOutlined-BP3Z2K6j.js +13 -0
- package/dist/{TextArea-3MOYYuAQ.js → TextArea-DKwCct3i.js} +26 -16
- package/dist/Typography-aGoDUl4R.js +710 -0
- package/dist/bundle.css +1204 -0
- package/dist/{button-BNV2qdrP.js → button-CDQgO1OK.js} +200 -197
- package/dist/collapse-Dtpt-6W_.js +20 -0
- package/dist/components/Badge/Badge.d.ts +6 -0
- package/dist/components/Badge/Badge.js +103 -0
- package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
- package/dist/components/Badge/__tests__/Badge.test.js +18 -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 +4 -0
- package/dist/components/Badge/styles.d.ts +3 -0
- package/dist/components/Badge/styles.js +34 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
- package/dist/components/Breadcrumb/Breadcrumb.js +11 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +22 -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 +23 -0
- package/dist/components/Breadcrumb/index.d.ts +3 -0
- package/dist/components/Breadcrumb/index.js +4 -0
- package/dist/components/Breadcrumb/styles.d.ts +27 -0
- package/dist/components/Breadcrumb/styles.js +2436 -0
- package/dist/components/Button/Button.d.ts +14 -0
- package/dist/components/Button/Button.js +22 -0
- package/dist/components/Button/__tests__/Button.test.js +16 -0
- package/dist/components/Button/styles.d.ts +16 -0
- package/dist/components/{atoms/button → Button}/styles.js +12 -12
- package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.js +40 -0
- package/dist/components/{atoms/checkbox → Checkbox}/__tests__/Checkbox.test.js +1 -1
- package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +5 -0
- package/dist/components/{atoms/checkbox → Checkbox}/styles.js +97 -96
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +8 -0
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +40 -0
- package/dist/components/ErrorBoundaryFallback/index.d.ts +2 -0
- package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +22 -21
- package/dist/components/Form/Form.d.ts +26 -0
- package/dist/components/Form/Form.js +8 -0
- package/dist/components/Form/__stories__/FormStory.js +93 -0
- package/dist/components/Form/__tests__/form.test.d.ts +1 -0
- package/dist/components/Form/__tests__/form.test.js +18 -0
- package/dist/components/Form/index.js +4 -0
- package/dist/components/Form/styles.d.ts +3 -0
- package/dist/components/Form/styles.js +5 -0
- package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
- package/dist/components/Input/Input.js +19 -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 +24 -0
- package/dist/components/{atoms/input → Input}/styles.d.ts +2 -0
- package/dist/components/Input/styles.js +529 -0
- package/dist/components/Message/Message.d.ts +13 -0
- package/dist/components/Message/Message.js +78 -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 +42 -0
- package/dist/components/Message/index.d.ts +2 -0
- package/dist/components/Message/index.js +4 -0
- package/dist/components/Message/styles.d.ts +8 -0
- package/dist/components/Message/styles.js +41 -0
- package/dist/components/Notification/Notification.d.ts +17 -0
- package/dist/components/Notification/Notification.js +1370 -0
- package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
- package/dist/components/Notification/NotificationRightChevron.js +23 -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 +15 -0
- package/dist/components/Notification/index.d.ts +2 -0
- package/dist/components/Notification/index.js +4 -0
- package/dist/components/Notification/styles.d.ts +16 -0
- package/dist/components/Notification/styles.js +65 -0
- package/dist/components/Radio/Radio.d.ts +14 -0
- package/dist/components/Radio/Radio.js +28 -0
- package/dist/components/Radio/RadioGroup.d.ts +12 -0
- package/dist/components/Radio/RadioGroup.js +33 -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 +30 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/index.js +4 -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/Select/DropdownChevron.d.ts +2 -0
- package/dist/components/Select/DropdownChevron.js +23 -0
- package/dist/components/Select/Select.d.ts +16 -0
- package/dist/components/Select/Select.js +36 -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/{atoms/select → Select}/__tests__/Select.test.js +1165 -1140
- package/dist/components/Select/styles.d.ts +32 -0
- package/dist/components/{atoms/select → Select}/styles.js +1517 -1651
- package/dist/components/Toast/Toast.d.ts +14 -0
- package/dist/components/Toast/Toast.js +19 -0
- package/dist/components/Toast/__stories__/Toast.stories.d.ts +16 -0
- package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
- package/dist/components/Toast/__tests__/Toast.test.js +18 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/index.js +4 -0
- package/dist/components/Toast/styles.d.ts +10 -0
- package/dist/components/Toast/styles.js +54 -0
- package/dist/components/Typography/Typography.d.ts +15 -0
- package/dist/components/Typography/Typography.js +8 -0
- package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +1 -0
- package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
- package/dist/components/Typography/__tests__/Typography.test.js +23 -0
- package/dist/components/Typography/index.js +4 -0
- package/dist/components/Typography/styles.d.ts +21 -0
- package/dist/components/Typography/styles.js +48 -0
- package/dist/components/index.d.ts +26 -14
- package/dist/components/index.js +23 -13
- package/dist/constants/index.d.ts +104 -0
- package/dist/constants/index.js +41 -7
- package/dist/{context-CZsFJmh6.js → context-BMW3aJEf.js} +162 -161
- package/dist/genesis/GenesisThemeBreakdown.js +54 -24
- package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
- package/dist/genesis/GenesisThemeDemo.js +3 -4
- package/dist/genesis/styles.js +1095 -2186
- package/dist/{index-C7kFNqp2.js → index-1CBpubM3.js} +36 -36
- package/dist/{index-3MWkSVA1.js → index-BZAhCB_K.js} +6 -5
- package/dist/{index-D1v_7IIx.js → index-C0SmxWLS.js} +95 -94
- package/dist/index-C8haFnXI.js +1112 -0
- package/dist/{index-VDH3iLaC.js → index-CfDY25LP.js} +298 -309
- package/dist/{index-SAAXFt-P.js → index-DPW8XdWj.js} +255 -249
- package/dist/{index-BQO27mgE.js → index-bKlRxQp4.js} +52 -51
- package/dist/index-oK7z6jnz.js +22795 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +31 -18
- package/dist/{isVisible-CNQjrJPN.js → isVisible-A-IfeFoT.js} +34 -33
- package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-D2FWSwU3.js} +1 -1
- package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-B0YTfcV1.js} +16 -26
- package/dist/providers/GenesisProvider.js +9 -5
- package/dist/providers/ThemeProvider.d.ts +2 -2
- package/dist/providers/ThemeProvider.js +4 -1
- package/dist/providers/ToastProvider.d.ts +13 -0
- package/dist/providers/ToastProvider.js +20 -0
- package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +4 -4
- package/dist/providers/useGenesis.d.ts +7 -0
- package/dist/providers/useGenesis.js +6 -0
- package/dist/{setup-CMYVZCPF.js → setup-BvfREoHl.js} +6948 -6940
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +22 -16
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +21 -15
- package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
- package/dist/styles/design-tokens/variables.d.ts +17 -17
- package/dist/styles/design-tokens/variables.js +48 -48
- package/dist/styles/global-styles.d.ts +1 -0
- package/dist/styles/global-styles.js +13 -29
- package/dist/styles/theme/genesis-theme.d.ts +3 -0
- package/dist/styles/theme/genesis-theme.js +461 -277
- package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
- package/dist/{Form-Cylpi4M4.js → styles-CT_fyXBd.js} +417 -424
- package/dist/test/setup.js +2 -1
- package/dist/useLocale-DT-z_vQ6.js +16 -0
- package/dist/{useVariants-CEpw6Ww6.js → useVariants-DvhXfgJY.js} +9 -8
- package/dist/warning-C63HNL9U.js +789 -0
- package/package.json +10 -4
- package/dist/Overflow-CP1M4Z0s.js +0 -369
- package/dist/components/atoms/button/Button.d.ts +0 -12
- package/dist/components/atoms/button/Button.js +0 -27
- package/dist/components/atoms/button/styles.d.ts +0 -12
- package/dist/components/atoms/checkbox/Checkbox.js +0 -13
- 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/styles.js +0 -415
- package/dist/components/atoms/select/Select.d.ts +0 -11
- package/dist/components/atoms/select/Select.js +0 -24
- package/dist/components/atoms/select/styles.d.ts +0 -15
- package/dist/components/atoms/typography/Typography.d.ts +0 -11
- 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.d.ts +0 -10
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
- package/dist/components/molecules/error-boundary-fallback/index.d.ts +0 -1
- package/dist/components/molecules/form/Form.d.ts +0 -15
- 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-BPtFqhcp.js +0 -19110
- package/dist/index-BWys7dkb.js +0 -4462
- package/dist/styles/theme/global-styles.d.ts +0 -1
- package/dist/styles/theme/global-styles.js +0 -35
- /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}/__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}/index.js +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/{atoms/checkbox → Checkbox}/index.js +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.js +0 -0
- /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.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/input → Input}/index.js +0 -0
- /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
- /package/dist/components/{atoms/select → Select}/index.js +0 -0
- /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
|
@@ -1,88 +1,91 @@
|
|
|
1
|
-
import { Size1 as
|
|
1
|
+
import { Size1 as c, Size2 as y, Size3 as h, Size4 as S, Size5 as m, Size6 as F, Size7 as v, Size8 as H, Size10 as W, Size12 as T, Size13 as k, Size14 as B, Size16 as w, Size18 as D, Size20 as M, Size24 as N, Size27 as E, Size28 as R, Size30 as G, Size32 as L, Size34 as A, Size35 as O, Size39 as P, Size43 as x, Size50 as Y, Size64 as X, Size05 as I, Size15 as K, Size025 as V, Size25 as j, ColorYellow500 as s, ColorSky700 as f, ColorGray100 as g, ColorGrayWhite as u, ColorGray500 as z, ColorGray800 as n, ColorGray600 as C, ColorSky800 as r, ColorYellow800 as t, ColorYellow900 as d, BorderRadiusNone as q, BorderRadiusXs as J, BorderRadiusSm as Q, BorderRadiusMd as U, BorderRadiusLg as Z, BorderRadiusXl as _, BorderRadiusXxl as $, BorderRadiusXxxl as ee, BorderRadiusRounded as oe, TypographyPrimaryFontFamily as ie, ColorRed100 as re, ColorRed200 as te, ColorRed300 as ne, ColorRed400 as ae, ColorRed500 as le, ColorRed600 as ge, ColorRed700 as de, ColorRed800 as pe, ColorRed900 as ce, ColorOrange100 as ye, ColorOrange200 as he, ColorOrange300 as Se, ColorOrange400 as se, ColorOrange500 as fe, ColorOrange600 as ue, ColorOrange700 as ze, ColorOrange800 as Ce, ColorOrange900 as be, ColorYellow100 as me, ColorYellow200 as Fe, ColorYellow300 as ve, ColorYellow400 as He, ColorYellow600 as We, ColorYellow700 as Te, ColorGreen100 as ke, ColorGreen200 as Be, ColorGreen300 as we, ColorGreen400 as De, ColorGreen500 as Me, ColorGreen600 as Ne, ColorGreen700 as Ee, ColorGreen800 as Re, ColorGreen900 as Ge, ColorSky100 as Le, ColorSky200 as Ae, ColorSky300 as Oe, ColorSky400 as Pe, ColorSky500 as xe, ColorSky600 as Ye, ColorSky900 as Xe, ColorBlue100 as Ie, ColorBlue200 as Ke, ColorBlue300 as Ve, ColorBlue400 as je, ColorBlue500 as qe, ColorBlue600 as Je, ColorBlue700 as Qe, ColorBlue800 as Ue, ColorBlue900 as Ze, ColorPurple100 as _e, ColorPurple200 as $e, ColorPurple300 as eo, ColorPurple400 as oo, ColorPurple500 as io, ColorPurple600 as ro, ColorPurple700 as to, ColorPurple800 as no, ColorPurple900 as ao, ColorGray200 as lo, ColorGray300 as go, ColorGray400 as po, ColorGray700 as co, ColorGray900 as yo, ColorGrayBlack as ho, TypographyWideFontSizeDisplay1 as So, TypographyWideFontSizeDisplay2 as so, TypographyWideFontSizeDisplay3 as fo, TypographyWideFontSizeHeading1 as uo, TypographyWideFontSizeHeading2 as zo, TypographyWideFontSizeHeading3 as Co, TypographyWideFontSizeSubHeading1 as bo, TypographyWideFontSizeSubHeading2 as mo, TypographyWideFontSizeSubHeading3 as Fo, TypographyWideFontSizeBody1 as vo, TypographyWideFontSizeBody2 as Ho, TypographyWideFontSizeBody3 as Wo, TypographyWideFontSizeBody4 as To, TypographyWideFontSizeBody5 as ko, TypographyWideFontSizeMessage as Bo, TypographyWideFontSizeOverline1 as wo, TypographyWideFontSizeOverline2 as Do, TypographyWideFontSizeOverline3 as Mo, TypographyWideFontSizeLabel1 as No, TypographyWideFontSizeLabel2 as Eo, TypographyWideFontSizeLabel3 as Ro, TypographyWideFontSizeLink1 as Go, TypographyWideFontSizeLink2 as Lo, TypographyWideFontSizeLink3 as Ao, TypographyWideFontSizeDigits1 as Oo, TypographyWideFontSizeDigits2 as Po, TypographyWideFontSizeDigits3 as xo, TypographyMediumFontSizeDisplay1 as Yo, TypographyMediumFontSizeDisplay2 as Xo, TypographyMediumFontSizeDisplay3 as Io, TypographyMediumFontSizeHeading1 as Ko, TypographyMediumFontSizeHeading2 as Vo, TypographyMediumFontSizeHeading3 as jo, TypographyMediumFontSizeSubHeading1 as qo, TypographyMediumFontSizeSubHeading2 as Jo, TypographyMediumFontSizeSubHeading3 as Qo, TypographyMediumFontSizeBody1 as Uo, TypographyMediumFontSizeBody2 as Zo, TypographyMediumFontSizeBody3 as _o, TypographyMediumFontSizeBody4 as $o, TypographyMediumFontSizeBody5 as ei, TypographyMediumFontSizeMessage as oi, TypographyMediumFontSizeOverline1 as ii, TypographyMediumFontSizeOverline2 as ri, TypographyMediumFontSizeOverline3 as ti, TypographyMediumFontSizeLabel1 as ni, TypographyMediumFontSizeLabel2 as ai, TypographyMediumFontSizeLabel3 as li, TypographyMediumFontSizeLink1 as gi, TypographyMediumFontSizeLink2 as di, TypographyMediumFontSizeLink3 as pi, TypographyMediumFontSizeDigits1 as ci, TypographyMediumFontSizeDigits2 as yi, TypographyMediumFontSizeDigits3 as hi, TypographyNarrowFontSizeDisplay1 as Si, TypographyNarrowFontSizeDisplay2 as si, TypographyNarrowFontSizeDisplay3 as fi, TypographyNarrowFontSizeHeading1 as ui, TypographyNarrowFontSizeHeading2 as zi, TypographyNarrowFontSizeHeading3 as Ci, TypographyNarrowFontSizeSubHeading1 as bi, TypographyNarrowFontSizeSubHeading2 as mi, TypographyNarrowFontSizeSubHeading3 as Fi, TypographyNarrowFontSizeBody1 as vi, TypographyNarrowFontSizeBody2 as Hi, TypographyNarrowFontSizeBody3 as Wi, TypographyNarrowFontSizeBody4 as Ti, TypographyNarrowFontSizeBody5 as ki, TypographyNarrowFontSizeMessage as Bi, TypographyNarrowFontSizeOverline1 as wi, TypographyNarrowFontSizeOverline2 as Di, TypographyNarrowFontSizeOverline3 as Mi, TypographyNarrowFontSizeLabel1 as Ni, TypographyNarrowFontSizeLabel2 as Ei, TypographyNarrowFontSizeLabel3 as Ri, TypographyNarrowFontSizeLink1 as Gi, TypographyNarrowFontSizeLink2 as Li, TypographyNarrowFontSizeLink3 as Ai, TypographyNarrowFontSizeDigits1 as Oi, TypographyNarrowFontSizeDigits2 as Pi, TypographyNarrowFontSizeDigits3 as xi } from "../design-tokens/variables.js";
|
|
2
2
|
const Yi = {
|
|
3
3
|
wide: 1280,
|
|
4
4
|
medium: 1024,
|
|
5
5
|
narrow: 480
|
|
6
|
-
},
|
|
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: q,
|
|
8
|
+
BorderRadiusXs: J,
|
|
9
|
+
BorderRadiusSm: Q,
|
|
10
|
+
BorderRadiusMd: U,
|
|
11
|
+
BorderRadiusLg: Z,
|
|
12
|
+
BorderRadiusXl: _,
|
|
13
|
+
BorderRadiusXxl: $,
|
|
14
|
+
BorderRadiusXxxl: ee,
|
|
15
|
+
BorderRadiusRounded: oe
|
|
16
|
+
}, i = {
|
|
17
|
+
Size1: c,
|
|
18
18
|
// 4px
|
|
19
|
-
Size2:
|
|
19
|
+
Size2: y,
|
|
20
20
|
// 8px
|
|
21
|
-
Size3:
|
|
21
|
+
Size3: h,
|
|
22
22
|
// 12px
|
|
23
23
|
Size4: S,
|
|
24
24
|
// 16px
|
|
25
|
-
Size5:
|
|
25
|
+
Size5: m,
|
|
26
26
|
// 20px
|
|
27
|
-
Size6:
|
|
27
|
+
Size6: F,
|
|
28
28
|
// 24px
|
|
29
|
-
Size7:
|
|
29
|
+
Size7: v,
|
|
30
30
|
// 28px
|
|
31
|
-
Size8:
|
|
31
|
+
Size8: H,
|
|
32
32
|
// 32px
|
|
33
|
-
Size10:
|
|
33
|
+
Size10: W,
|
|
34
34
|
// 40px
|
|
35
|
-
Size12:
|
|
35
|
+
Size12: T,
|
|
36
36
|
// 48px
|
|
37
|
-
Size13:
|
|
37
|
+
Size13: k,
|
|
38
38
|
// 52px
|
|
39
|
-
Size14:
|
|
39
|
+
Size14: B,
|
|
40
40
|
// 56px
|
|
41
|
-
Size16:
|
|
41
|
+
Size16: w,
|
|
42
42
|
// 64px
|
|
43
|
-
Size18:
|
|
43
|
+
Size18: D,
|
|
44
44
|
// 72px
|
|
45
|
-
Size20:
|
|
45
|
+
Size20: M,
|
|
46
46
|
// 80px
|
|
47
|
-
Size24:
|
|
47
|
+
Size24: N,
|
|
48
48
|
// 96px
|
|
49
|
-
Size27:
|
|
49
|
+
Size27: E,
|
|
50
50
|
// 108px
|
|
51
|
-
Size28:
|
|
51
|
+
Size28: R,
|
|
52
52
|
// 112px
|
|
53
|
-
Size30:
|
|
53
|
+
Size30: G,
|
|
54
54
|
// 120px
|
|
55
|
-
Size32:
|
|
55
|
+
Size32: L,
|
|
56
56
|
// 128px
|
|
57
|
-
Size34:
|
|
57
|
+
Size34: A,
|
|
58
58
|
// 136px
|
|
59
|
-
Size35:
|
|
59
|
+
Size35: O,
|
|
60
60
|
// 140px
|
|
61
|
-
Size39:
|
|
61
|
+
Size39: P,
|
|
62
62
|
// 156px
|
|
63
|
-
Size43:
|
|
63
|
+
Size43: x,
|
|
64
64
|
// 172px
|
|
65
|
-
Size50:
|
|
65
|
+
Size50: Y,
|
|
66
66
|
// 200px
|
|
67
|
-
Size64:
|
|
67
|
+
Size64: X,
|
|
68
68
|
// 256px
|
|
69
|
-
Size05:
|
|
69
|
+
Size05: I,
|
|
70
70
|
// 2px
|
|
71
|
-
Size15:
|
|
71
|
+
Size15: K,
|
|
72
72
|
// 6px
|
|
73
|
-
Size025:
|
|
73
|
+
Size025: V,
|
|
74
74
|
// 1px
|
|
75
|
-
Size25:
|
|
75
|
+
Size25: j,
|
|
76
76
|
// 10px
|
|
77
|
-
xs:
|
|
77
|
+
xs: c,
|
|
78
78
|
// 4px
|
|
79
|
-
sm:
|
|
79
|
+
sm: y,
|
|
80
80
|
// 8px
|
|
81
|
-
md:
|
|
81
|
+
md: h,
|
|
82
82
|
// 12px
|
|
83
|
-
lg: S
|
|
83
|
+
lg: S,
|
|
84
84
|
// 16px
|
|
85
|
-
|
|
85
|
+
typography1: 12,
|
|
86
|
+
typography2: 14,
|
|
87
|
+
typography3: 16
|
|
88
|
+
}, _i = {
|
|
86
89
|
display1: "display1",
|
|
87
90
|
display2: "display2",
|
|
88
91
|
display3: "display3",
|
|
@@ -110,39 +113,39 @@ const Yi = {
|
|
|
110
113
|
digits1: "digits1",
|
|
111
114
|
digits2: "digits2",
|
|
112
115
|
digits3: "digits3"
|
|
113
|
-
},
|
|
116
|
+
}, Xi = {
|
|
114
117
|
display1: {
|
|
115
|
-
fontSize:
|
|
118
|
+
fontSize: So,
|
|
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: fo,
|
|
128
131
|
lineHeight: "2.5rem",
|
|
129
132
|
fontWeight: 700,
|
|
130
133
|
letterSpacing: "0"
|
|
131
134
|
},
|
|
132
135
|
heading1: {
|
|
133
|
-
fontSize:
|
|
136
|
+
fontSize: uo,
|
|
134
137
|
lineHeight: "2rem",
|
|
135
138
|
fontWeight: 700,
|
|
136
139
|
letterSpacing: "0"
|
|
137
140
|
},
|
|
138
141
|
heading2: {
|
|
139
|
-
fontSize:
|
|
142
|
+
fontSize: zo,
|
|
140
143
|
lineHeight: "1.75rem",
|
|
141
144
|
fontWeight: 700,
|
|
142
145
|
letterSpacing: "0"
|
|
143
146
|
},
|
|
144
147
|
heading3: {
|
|
145
|
-
fontSize:
|
|
148
|
+
fontSize: Co,
|
|
146
149
|
lineHeight: "1.5rem",
|
|
147
150
|
fontWeight: 700,
|
|
148
151
|
letterSpacing: "0"
|
|
@@ -160,13 +163,13 @@ const Yi = {
|
|
|
160
163
|
letterSpacing: "0"
|
|
161
164
|
},
|
|
162
165
|
subHeading3: {
|
|
163
|
-
fontSize:
|
|
166
|
+
fontSize: Fo,
|
|
164
167
|
lineHeight: "1rem",
|
|
165
168
|
fontWeight: 600,
|
|
166
169
|
letterSpacing: "0"
|
|
167
170
|
},
|
|
168
171
|
body1: {
|
|
169
|
-
fontSize:
|
|
172
|
+
fontSize: vo,
|
|
170
173
|
lineHeight: "1.5rem",
|
|
171
174
|
fontWeight: 400,
|
|
172
175
|
letterSpacing: "0"
|
|
@@ -196,13 +199,13 @@ const Yi = {
|
|
|
196
199
|
letterSpacing: "0"
|
|
197
200
|
},
|
|
198
201
|
message: {
|
|
199
|
-
fontSize:
|
|
200
|
-
lineHeight: "
|
|
202
|
+
fontSize: Bo,
|
|
203
|
+
lineHeight: "23px",
|
|
201
204
|
fontWeight: 400,
|
|
202
205
|
letterSpacing: "0"
|
|
203
206
|
},
|
|
204
207
|
overline1: {
|
|
205
|
-
fontSize:
|
|
208
|
+
fontSize: wo,
|
|
206
209
|
lineHeight: "0.75rem",
|
|
207
210
|
fontWeight: 500,
|
|
208
211
|
letterSpacing: "0"
|
|
@@ -214,19 +217,19 @@ const Yi = {
|
|
|
214
217
|
letterSpacing: "0"
|
|
215
218
|
},
|
|
216
219
|
overline3: {
|
|
217
|
-
fontSize:
|
|
220
|
+
fontSize: Mo,
|
|
218
221
|
lineHeight: "0.75rem",
|
|
219
222
|
fontWeight: 500,
|
|
220
223
|
letterSpacing: "0"
|
|
221
224
|
},
|
|
222
225
|
label1: {
|
|
223
|
-
fontSize:
|
|
226
|
+
fontSize: No,
|
|
224
227
|
lineHeight: "1rem",
|
|
225
228
|
fontWeight: 500,
|
|
226
229
|
letterSpacing: "0"
|
|
227
230
|
},
|
|
228
231
|
label2: {
|
|
229
|
-
fontSize:
|
|
232
|
+
fontSize: Eo,
|
|
230
233
|
lineHeight: "1rem",
|
|
231
234
|
fontWeight: 500,
|
|
232
235
|
letterSpacing: "0"
|
|
@@ -250,30 +253,30 @@ const Yi = {
|
|
|
250
253
|
letterSpacing: "0"
|
|
251
254
|
},
|
|
252
255
|
link3: {
|
|
253
|
-
fontSize:
|
|
256
|
+
fontSize: Ao,
|
|
254
257
|
lineHeight: "1rem",
|
|
255
258
|
fontWeight: 500,
|
|
256
259
|
letterSpacing: "0"
|
|
257
260
|
},
|
|
258
261
|
digits1: {
|
|
259
|
-
fontSize:
|
|
262
|
+
fontSize: Oo,
|
|
260
263
|
lineHeight: "3.5rem",
|
|
261
264
|
fontWeight: 700,
|
|
262
265
|
letterSpacing: "0"
|
|
263
266
|
},
|
|
264
267
|
digits2: {
|
|
265
|
-
fontSize:
|
|
268
|
+
fontSize: Po,
|
|
266
269
|
lineHeight: "3rem",
|
|
267
270
|
fontWeight: 700,
|
|
268
271
|
letterSpacing: "0"
|
|
269
272
|
},
|
|
270
273
|
digits3: {
|
|
271
|
-
fontSize:
|
|
274
|
+
fontSize: xo,
|
|
272
275
|
lineHeight: "2.5rem",
|
|
273
276
|
fontWeight: 700,
|
|
274
277
|
letterSpacing: "0"
|
|
275
278
|
}
|
|
276
|
-
},
|
|
279
|
+
}, Ii = {
|
|
277
280
|
display1: {
|
|
278
281
|
fontSize: Yo,
|
|
279
282
|
lineHeight: "3.5rem",
|
|
@@ -281,13 +284,13 @@ const Yi = {
|
|
|
281
284
|
letterSpacing: "0"
|
|
282
285
|
},
|
|
283
286
|
display2: {
|
|
284
|
-
fontSize:
|
|
287
|
+
fontSize: Xo,
|
|
285
288
|
lineHeight: "3rem",
|
|
286
289
|
fontWeight: 700,
|
|
287
290
|
letterSpacing: "0"
|
|
288
291
|
},
|
|
289
292
|
display3: {
|
|
290
|
-
fontSize:
|
|
293
|
+
fontSize: Io,
|
|
291
294
|
lineHeight: "2.5rem",
|
|
292
295
|
fontWeight: 700,
|
|
293
296
|
letterSpacing: "0"
|
|
@@ -299,19 +302,19 @@ const Yi = {
|
|
|
299
302
|
letterSpacing: "0"
|
|
300
303
|
},
|
|
301
304
|
heading2: {
|
|
302
|
-
fontSize:
|
|
305
|
+
fontSize: Vo,
|
|
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"
|
|
@@ -335,61 +338,61 @@ const Yi = {
|
|
|
335
338
|
letterSpacing: "0"
|
|
336
339
|
},
|
|
337
340
|
body2: {
|
|
338
|
-
fontSize:
|
|
341
|
+
fontSize: Zo,
|
|
339
342
|
lineHeight: "1.25rem",
|
|
340
343
|
fontWeight: 400,
|
|
341
344
|
letterSpacing: "0"
|
|
342
345
|
},
|
|
343
346
|
body3: {
|
|
344
|
-
fontSize:
|
|
347
|
+
fontSize: _o,
|
|
345
348
|
lineHeight: "1rem",
|
|
346
349
|
fontWeight: 400,
|
|
347
350
|
letterSpacing: "0"
|
|
348
351
|
},
|
|
349
352
|
body4: {
|
|
350
|
-
fontSize:
|
|
353
|
+
fontSize: $o,
|
|
351
354
|
lineHeight: "0.875rem",
|
|
352
355
|
fontWeight: 400,
|
|
353
356
|
letterSpacing: "0"
|
|
354
357
|
},
|
|
355
358
|
body5: {
|
|
356
|
-
fontSize:
|
|
359
|
+
fontSize: ei,
|
|
357
360
|
lineHeight: "0.75rem",
|
|
358
361
|
fontWeight: 400,
|
|
359
362
|
letterSpacing: "0"
|
|
360
363
|
},
|
|
361
364
|
message: {
|
|
362
|
-
fontSize:
|
|
363
|
-
lineHeight: "
|
|
365
|
+
fontSize: oi,
|
|
366
|
+
lineHeight: "23px",
|
|
364
367
|
fontWeight: 400,
|
|
365
368
|
letterSpacing: "0"
|
|
366
369
|
},
|
|
367
370
|
overline1: {
|
|
368
|
-
fontSize:
|
|
371
|
+
fontSize: ii,
|
|
369
372
|
lineHeight: "0.75rem",
|
|
370
373
|
fontWeight: 500,
|
|
371
374
|
letterSpacing: "0"
|
|
372
375
|
},
|
|
373
376
|
overline2: {
|
|
374
|
-
fontSize:
|
|
377
|
+
fontSize: ri,
|
|
375
378
|
lineHeight: "0.75rem",
|
|
376
379
|
fontWeight: 500,
|
|
377
380
|
letterSpacing: "0"
|
|
378
381
|
},
|
|
379
382
|
overline3: {
|
|
380
|
-
fontSize:
|
|
383
|
+
fontSize: ti,
|
|
381
384
|
lineHeight: "0.75rem",
|
|
382
385
|
fontWeight: 500,
|
|
383
386
|
letterSpacing: "0"
|
|
384
387
|
},
|
|
385
388
|
label1: {
|
|
386
|
-
fontSize:
|
|
389
|
+
fontSize: ni,
|
|
387
390
|
lineHeight: "1rem",
|
|
388
391
|
fontWeight: 500,
|
|
389
392
|
letterSpacing: "0"
|
|
390
393
|
},
|
|
391
394
|
label2: {
|
|
392
|
-
fontSize:
|
|
395
|
+
fontSize: ai,
|
|
393
396
|
lineHeight: "1rem",
|
|
394
397
|
fontWeight: 500,
|
|
395
398
|
letterSpacing: "0"
|
|
@@ -407,25 +410,25 @@ const Yi = {
|
|
|
407
410
|
letterSpacing: "0"
|
|
408
411
|
},
|
|
409
412
|
link2: {
|
|
410
|
-
fontSize:
|
|
413
|
+
fontSize: di,
|
|
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: ci,
|
|
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"
|
|
@@ -438,37 +441,37 @@ const Yi = {
|
|
|
438
441
|
}
|
|
439
442
|
}, Ki = {
|
|
440
443
|
display1: {
|
|
441
|
-
fontSize:
|
|
444
|
+
fontSize: Si,
|
|
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: fi,
|
|
454
457
|
lineHeight: "2.5rem",
|
|
455
458
|
fontWeight: 700,
|
|
456
459
|
letterSpacing: "0"
|
|
457
460
|
},
|
|
458
461
|
heading1: {
|
|
459
|
-
fontSize:
|
|
462
|
+
fontSize: ui,
|
|
460
463
|
lineHeight: "2rem",
|
|
461
464
|
fontWeight: 700,
|
|
462
465
|
letterSpacing: "0"
|
|
463
466
|
},
|
|
464
467
|
heading2: {
|
|
465
|
-
fontSize:
|
|
468
|
+
fontSize: zi,
|
|
466
469
|
lineHeight: "1.75rem",
|
|
467
470
|
fontWeight: 700,
|
|
468
471
|
letterSpacing: "0"
|
|
469
472
|
},
|
|
470
473
|
heading3: {
|
|
471
|
-
fontSize:
|
|
474
|
+
fontSize: Ci,
|
|
472
475
|
lineHeight: "1.5rem",
|
|
473
476
|
fontWeight: 700,
|
|
474
477
|
letterSpacing: "0"
|
|
@@ -486,13 +489,13 @@ const Yi = {
|
|
|
486
489
|
letterSpacing: "0"
|
|
487
490
|
},
|
|
488
491
|
subHeading3: {
|
|
489
|
-
fontSize:
|
|
492
|
+
fontSize: Fi,
|
|
490
493
|
lineHeight: "1rem",
|
|
491
494
|
fontWeight: 600,
|
|
492
495
|
letterSpacing: "0"
|
|
493
496
|
},
|
|
494
497
|
body1: {
|
|
495
|
-
fontSize:
|
|
498
|
+
fontSize: vi,
|
|
496
499
|
lineHeight: "1.5rem",
|
|
497
500
|
fontWeight: 400,
|
|
498
501
|
letterSpacing: "0"
|
|
@@ -522,13 +525,13 @@ const Yi = {
|
|
|
522
525
|
letterSpacing: "0"
|
|
523
526
|
},
|
|
524
527
|
message: {
|
|
525
|
-
fontSize:
|
|
526
|
-
lineHeight: "
|
|
528
|
+
fontSize: Bi,
|
|
529
|
+
lineHeight: "23px",
|
|
527
530
|
fontWeight: 400,
|
|
528
531
|
letterSpacing: "0"
|
|
529
532
|
},
|
|
530
533
|
overline1: {
|
|
531
|
-
fontSize:
|
|
534
|
+
fontSize: wi,
|
|
532
535
|
lineHeight: "0.75rem",
|
|
533
536
|
fontWeight: 500,
|
|
534
537
|
letterSpacing: "0"
|
|
@@ -540,19 +543,19 @@ const Yi = {
|
|
|
540
543
|
letterSpacing: "0"
|
|
541
544
|
},
|
|
542
545
|
overline3: {
|
|
543
|
-
fontSize:
|
|
546
|
+
fontSize: Mi,
|
|
544
547
|
lineHeight: "0.75rem",
|
|
545
548
|
fontWeight: 500,
|
|
546
549
|
letterSpacing: "0"
|
|
547
550
|
},
|
|
548
551
|
label1: {
|
|
549
|
-
fontSize:
|
|
552
|
+
fontSize: Ni,
|
|
550
553
|
lineHeight: "1rem",
|
|
551
554
|
fontWeight: 500,
|
|
552
555
|
letterSpacing: "0"
|
|
553
556
|
},
|
|
554
557
|
label2: {
|
|
555
|
-
fontSize:
|
|
558
|
+
fontSize: Ei,
|
|
556
559
|
lineHeight: "1rem",
|
|
557
560
|
fontWeight: 500,
|
|
558
561
|
letterSpacing: "0"
|
|
@@ -576,321 +579,502 @@ const Yi = {
|
|
|
576
579
|
letterSpacing: "0"
|
|
577
580
|
},
|
|
578
581
|
link3: {
|
|
579
|
-
fontSize:
|
|
582
|
+
fontSize: Ai,
|
|
580
583
|
lineHeight: "1rem",
|
|
581
584
|
fontWeight: 500,
|
|
582
585
|
letterSpacing: "0"
|
|
583
586
|
},
|
|
584
587
|
digits1: {
|
|
585
|
-
fontSize:
|
|
588
|
+
fontSize: Oi,
|
|
586
589
|
lineHeight: "3.5rem",
|
|
587
590
|
fontWeight: 700,
|
|
588
591
|
letterSpacing: "0"
|
|
589
592
|
},
|
|
590
593
|
digits2: {
|
|
591
|
-
fontSize:
|
|
594
|
+
fontSize: Pi,
|
|
592
595
|
lineHeight: "3rem",
|
|
593
596
|
fontWeight: 700,
|
|
594
597
|
letterSpacing: "0"
|
|
595
598
|
},
|
|
596
599
|
digits3: {
|
|
597
|
-
fontSize:
|
|
600
|
+
fontSize: xi,
|
|
598
601
|
lineHeight: "2.5rem",
|
|
599
602
|
fontWeight: 700,
|
|
600
603
|
letterSpacing: "0"
|
|
601
604
|
}
|
|
602
|
-
},
|
|
603
|
-
fontFamily:
|
|
604
|
-
wide:
|
|
605
|
-
medium:
|
|
605
|
+
}, Vi = {
|
|
606
|
+
fontFamily: ie,
|
|
607
|
+
wide: Xi,
|
|
608
|
+
medium: Ii,
|
|
606
609
|
narrow: Ki
|
|
607
|
-
},
|
|
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: re,
|
|
613
|
+
200: te,
|
|
614
|
+
300: ne,
|
|
615
|
+
400: ae,
|
|
616
|
+
500: le,
|
|
617
|
+
600: ge,
|
|
618
|
+
700: de,
|
|
619
|
+
800: pe,
|
|
620
|
+
900: ce
|
|
618
621
|
},
|
|
619
622
|
orange: {
|
|
620
|
-
100:
|
|
621
|
-
200:
|
|
622
|
-
300:
|
|
623
|
-
400:
|
|
624
|
-
500:
|
|
625
|
-
600:
|
|
626
|
-
700:
|
|
627
|
-
800:
|
|
628
|
-
900:
|
|
623
|
+
100: ye,
|
|
624
|
+
200: he,
|
|
625
|
+
300: Se,
|
|
626
|
+
400: se,
|
|
627
|
+
500: fe,
|
|
628
|
+
600: ue,
|
|
629
|
+
700: ze,
|
|
630
|
+
800: Ce,
|
|
631
|
+
900: be
|
|
629
632
|
},
|
|
630
633
|
yellow: {
|
|
631
|
-
100:
|
|
632
|
-
200:
|
|
633
|
-
300:
|
|
634
|
-
400:
|
|
635
|
-
500:
|
|
636
|
-
600:
|
|
637
|
-
700:
|
|
638
|
-
800:
|
|
639
|
-
900:
|
|
634
|
+
100: me,
|
|
635
|
+
200: Fe,
|
|
636
|
+
300: ve,
|
|
637
|
+
400: He,
|
|
638
|
+
500: s,
|
|
639
|
+
600: We,
|
|
640
|
+
700: Te,
|
|
641
|
+
800: t,
|
|
642
|
+
900: d
|
|
640
643
|
},
|
|
641
644
|
green: {
|
|
642
|
-
100:
|
|
643
|
-
200:
|
|
644
|
-
300:
|
|
645
|
-
400:
|
|
646
|
-
500:
|
|
647
|
-
600:
|
|
648
|
-
700:
|
|
649
|
-
800:
|
|
650
|
-
900:
|
|
645
|
+
100: ke,
|
|
646
|
+
200: Be,
|
|
647
|
+
300: we,
|
|
648
|
+
400: De,
|
|
649
|
+
500: Me,
|
|
650
|
+
600: Ne,
|
|
651
|
+
700: Ee,
|
|
652
|
+
800: Re,
|
|
653
|
+
900: Ge
|
|
651
654
|
},
|
|
652
655
|
sky: {
|
|
653
|
-
100:
|
|
654
|
-
200:
|
|
655
|
-
300:
|
|
656
|
-
400:
|
|
657
|
-
500:
|
|
658
|
-
600:
|
|
659
|
-
700:
|
|
660
|
-
800:
|
|
661
|
-
900:
|
|
656
|
+
100: Le,
|
|
657
|
+
200: Ae,
|
|
658
|
+
300: Oe,
|
|
659
|
+
400: Pe,
|
|
660
|
+
500: xe,
|
|
661
|
+
600: Ye,
|
|
662
|
+
700: f,
|
|
663
|
+
800: r,
|
|
664
|
+
900: Xe
|
|
662
665
|
},
|
|
663
666
|
blue: {
|
|
664
|
-
100:
|
|
665
|
-
200:
|
|
666
|
-
300:
|
|
667
|
-
400:
|
|
668
|
-
500:
|
|
669
|
-
600:
|
|
670
|
-
700:
|
|
671
|
-
800:
|
|
672
|
-
900:
|
|
667
|
+
100: Ie,
|
|
668
|
+
200: Ke,
|
|
669
|
+
300: Ve,
|
|
670
|
+
400: je,
|
|
671
|
+
500: qe,
|
|
672
|
+
600: Je,
|
|
673
|
+
700: Qe,
|
|
674
|
+
800: Ue,
|
|
675
|
+
900: Ze
|
|
673
676
|
},
|
|
674
677
|
purple: {
|
|
675
|
-
100:
|
|
676
|
-
200:
|
|
677
|
-
300:
|
|
678
|
-
400:
|
|
679
|
-
500:
|
|
680
|
-
600:
|
|
681
|
-
700:
|
|
682
|
-
800:
|
|
683
|
-
900:
|
|
678
|
+
100: _e,
|
|
679
|
+
200: $e,
|
|
680
|
+
300: eo,
|
|
681
|
+
400: oo,
|
|
682
|
+
500: io,
|
|
683
|
+
600: ro,
|
|
684
|
+
700: to,
|
|
685
|
+
800: no,
|
|
686
|
+
900: ao
|
|
684
687
|
},
|
|
685
688
|
gray: {
|
|
686
|
-
100:
|
|
687
|
-
200:
|
|
688
|
-
300:
|
|
689
|
-
400:
|
|
690
|
-
500:
|
|
691
|
-
600:
|
|
692
|
-
700:
|
|
693
|
-
800:
|
|
694
|
-
900:
|
|
695
|
-
black:
|
|
696
|
-
white:
|
|
689
|
+
100: g,
|
|
690
|
+
200: lo,
|
|
691
|
+
300: go,
|
|
692
|
+
400: po,
|
|
693
|
+
500: z,
|
|
694
|
+
600: C,
|
|
695
|
+
700: co,
|
|
696
|
+
800: n,
|
|
697
|
+
900: yo,
|
|
698
|
+
black: ho,
|
|
699
|
+
white: u
|
|
697
700
|
}
|
|
698
|
-
},
|
|
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,
|
|
709
|
+
// 8px
|
|
710
|
+
radius: p.BorderRadiusMd
|
|
711
|
+
// 6px
|
|
712
|
+
}, qi = {
|
|
713
|
+
padding: {
|
|
714
|
+
verPadding: i.Size2,
|
|
715
|
+
horPadding: i.Size2
|
|
716
|
+
},
|
|
717
|
+
gap: i.Size2,
|
|
706
718
|
// 8px
|
|
707
|
-
radius:
|
|
719
|
+
radius: p.BorderRadiusSm
|
|
708
720
|
// 6px
|
|
709
|
-
},
|
|
721
|
+
}, Ji = {
|
|
722
|
+
suffixPrefixVerPadding: 11,
|
|
723
|
+
// special case - see sizing in FIGMA
|
|
724
|
+
suffixPrefixHorPadding: i.Size2
|
|
725
|
+
}, a = {
|
|
710
726
|
color: "#6C6C6C",
|
|
711
727
|
backgroundColor: "#EEEEEE",
|
|
712
728
|
borderColor: "#CBCBCB"
|
|
713
|
-
},
|
|
729
|
+
}, l = {
|
|
730
|
+
color: "#CF3237",
|
|
731
|
+
backgroundColor: "#FFEBEE",
|
|
732
|
+
borderColor: "#FFEBEE"
|
|
733
|
+
}, e = {
|
|
734
|
+
interactive: {
|
|
735
|
+
primary: {
|
|
736
|
+
active: "#30606B",
|
|
737
|
+
hover: "#00282B",
|
|
738
|
+
pressed: "#214148",
|
|
739
|
+
onsurface: "#FFFFFF"
|
|
740
|
+
},
|
|
741
|
+
secondary: {
|
|
742
|
+
active: "#9A9A9A",
|
|
743
|
+
hover: "#222222",
|
|
744
|
+
pressed: "#101010",
|
|
745
|
+
onsurface: "#3E3E3E"
|
|
746
|
+
},
|
|
747
|
+
tertiary: {
|
|
748
|
+
active: "#FFCA7D",
|
|
749
|
+
hover: "#E7A13C",
|
|
750
|
+
pressed: "#B27330",
|
|
751
|
+
onsurface: "#222222"
|
|
752
|
+
},
|
|
753
|
+
link: {
|
|
754
|
+
active: "#30606B"
|
|
755
|
+
},
|
|
756
|
+
utility: {
|
|
757
|
+
onsurface: "#222222",
|
|
758
|
+
border: "#CBCBCB"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
inputs: {
|
|
762
|
+
onsurface: {
|
|
763
|
+
active: "#384DF6",
|
|
764
|
+
focus: "#384DF6"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
onsurface: {
|
|
768
|
+
"copy-disabled": "#6C6C6C"
|
|
769
|
+
},
|
|
770
|
+
surface: {
|
|
771
|
+
border: "#CBCBCB"
|
|
772
|
+
},
|
|
773
|
+
transparent: "transparent"
|
|
774
|
+
}, Qi = {
|
|
714
775
|
primary: {
|
|
715
776
|
active: {
|
|
716
|
-
color:
|
|
717
|
-
backgroundColor:
|
|
718
|
-
borderColor:
|
|
777
|
+
color: e.interactive.primary.onsurface,
|
|
778
|
+
backgroundColor: e.interactive.primary.active,
|
|
779
|
+
borderColor: e.interactive.primary.active
|
|
719
780
|
},
|
|
720
781
|
hover: {
|
|
721
|
-
color:
|
|
722
|
-
backgroundColor:
|
|
723
|
-
borderColor:
|
|
782
|
+
color: e.interactive.primary.onsurface,
|
|
783
|
+
backgroundColor: e.interactive.primary.hover,
|
|
784
|
+
borderColor: e.interactive.primary.hover
|
|
724
785
|
},
|
|
725
786
|
pressed: {
|
|
726
|
-
color:
|
|
727
|
-
backgroundColor:
|
|
728
|
-
borderColor:
|
|
787
|
+
color: e.interactive.primary.onsurface,
|
|
788
|
+
backgroundColor: e.interactive.primary.pressed,
|
|
789
|
+
borderColor: e.interactive.primary.pressed
|
|
729
790
|
},
|
|
730
791
|
focussed: {
|
|
731
|
-
color:
|
|
732
|
-
backgroundColor:
|
|
733
|
-
borderColor:
|
|
734
|
-
ringColor:
|
|
792
|
+
color: e.interactive.primary.onsurface,
|
|
793
|
+
backgroundColor: e.interactive.primary.active,
|
|
794
|
+
borderColor: e.interactive.primary.active,
|
|
795
|
+
ringColor: e.inputs.onsurface.focus
|
|
796
|
+
},
|
|
797
|
+
error: {
|
|
798
|
+
...l,
|
|
799
|
+
ringColor: e.inputs.onsurface.focus
|
|
800
|
+
},
|
|
801
|
+
default: {
|
|
802
|
+
color: e.interactive.primary.onsurface,
|
|
803
|
+
backgroundColor: e.interactive.primary.active,
|
|
804
|
+
borderColor: e.interactive.primary.active,
|
|
805
|
+
ringColor: e.inputs.onsurface.focus
|
|
735
806
|
},
|
|
736
|
-
disabled:
|
|
807
|
+
disabled: a
|
|
737
808
|
},
|
|
738
809
|
secondary: {
|
|
739
810
|
active: {
|
|
740
|
-
color:
|
|
741
|
-
backgroundColor:
|
|
742
|
-
borderColor:
|
|
811
|
+
color: e.interactive.secondary.onsurface,
|
|
812
|
+
backgroundColor: e.transparent,
|
|
813
|
+
borderColor: e.interactive.secondary.active
|
|
743
814
|
},
|
|
744
815
|
hover: {
|
|
745
|
-
color:
|
|
746
|
-
backgroundColor:
|
|
747
|
-
borderColor:
|
|
816
|
+
color: e.interactive.primary.onsurface,
|
|
817
|
+
backgroundColor: e.interactive.secondary.hover,
|
|
818
|
+
borderColor: e.interactive.secondary.hover
|
|
748
819
|
},
|
|
749
820
|
pressed: {
|
|
750
|
-
color:
|
|
751
|
-
backgroundColor:
|
|
752
|
-
borderColor:
|
|
821
|
+
color: e.interactive.primary.onsurface,
|
|
822
|
+
backgroundColor: e.interactive.secondary.pressed,
|
|
823
|
+
borderColor: e.interactive.secondary.active
|
|
753
824
|
},
|
|
754
825
|
focussed: {
|
|
755
|
-
color:
|
|
756
|
-
backgroundColor:
|
|
757
|
-
borderColor:
|
|
758
|
-
ringColor:
|
|
826
|
+
color: e.interactive.secondary.onsurface,
|
|
827
|
+
backgroundColor: e.transparent,
|
|
828
|
+
borderColor: e.interactive.secondary.active,
|
|
829
|
+
ringColor: e.inputs.onsurface.focus
|
|
830
|
+
},
|
|
831
|
+
error: {
|
|
832
|
+
...l,
|
|
833
|
+
ringColor: e.inputs.onsurface.focus
|
|
759
834
|
},
|
|
760
|
-
|
|
835
|
+
default: {
|
|
836
|
+
color: e.interactive.secondary.onsurface,
|
|
837
|
+
backgroundColor: e.transparent,
|
|
838
|
+
borderColor: e.interactive.secondary.active,
|
|
839
|
+
ringColor: e.inputs.onsurface.focus
|
|
840
|
+
},
|
|
841
|
+
disabled: a
|
|
761
842
|
},
|
|
762
843
|
tertiary: {
|
|
763
844
|
active: {
|
|
764
|
-
color:
|
|
765
|
-
backgroundColor:
|
|
766
|
-
borderColor:
|
|
845
|
+
color: e.interactive.tertiary.onsurface,
|
|
846
|
+
backgroundColor: e.interactive.tertiary.active,
|
|
847
|
+
borderColor: e.interactive.tertiary.active
|
|
767
848
|
},
|
|
768
849
|
hover: {
|
|
769
|
-
color:
|
|
770
|
-
backgroundColor:
|
|
771
|
-
borderColor:
|
|
850
|
+
color: e.interactive.tertiary.onsurface,
|
|
851
|
+
backgroundColor: e.interactive.tertiary.hover,
|
|
852
|
+
borderColor: e.interactive.tertiary.hover
|
|
772
853
|
},
|
|
773
854
|
pressed: {
|
|
774
|
-
color:
|
|
775
|
-
backgroundColor:
|
|
776
|
-
borderColor:
|
|
855
|
+
color: e.interactive.tertiary.onsurface,
|
|
856
|
+
backgroundColor: e.interactive.tertiary.pressed,
|
|
857
|
+
borderColor: e.interactive.tertiary.pressed
|
|
777
858
|
},
|
|
778
859
|
focussed: {
|
|
779
|
-
color:
|
|
780
|
-
backgroundColor:
|
|
781
|
-
borderColor:
|
|
782
|
-
ringColor:
|
|
860
|
+
color: e.interactive.tertiary.onsurface,
|
|
861
|
+
backgroundColor: e.interactive.tertiary.active,
|
|
862
|
+
borderColor: e.interactive.tertiary.active,
|
|
863
|
+
ringColor: e.inputs.onsurface.focus
|
|
864
|
+
},
|
|
865
|
+
error: {
|
|
866
|
+
...l,
|
|
867
|
+
ringColor: e.inputs.onsurface.focus
|
|
868
|
+
},
|
|
869
|
+
default: {
|
|
870
|
+
color: e.interactive.tertiary.onsurface,
|
|
871
|
+
backgroundColor: e.interactive.tertiary.active,
|
|
872
|
+
borderColor: e.interactive.tertiary.active,
|
|
873
|
+
ringColor: e.inputs.onsurface.focus
|
|
874
|
+
},
|
|
875
|
+
disabled: a
|
|
876
|
+
},
|
|
877
|
+
status: {
|
|
878
|
+
error: {
|
|
879
|
+
default: "#CF3237",
|
|
880
|
+
ringColor: e.inputs.onsurface.focus,
|
|
881
|
+
onsurface: "#AA292D",
|
|
882
|
+
surface: "#F9D4D5"
|
|
883
|
+
},
|
|
884
|
+
success: {
|
|
885
|
+
default: "#32863E",
|
|
886
|
+
ringColor: e.inputs.onsurface.focus,
|
|
887
|
+
onsurface: "#296E33",
|
|
888
|
+
surface: "#D3EFD7"
|
|
783
889
|
},
|
|
784
|
-
|
|
890
|
+
warning: {
|
|
891
|
+
default: s,
|
|
892
|
+
ringColor: e.inputs.onsurface.focus,
|
|
893
|
+
onsurface: "#704819",
|
|
894
|
+
surface: "#FFF2DF"
|
|
895
|
+
},
|
|
896
|
+
info: {
|
|
897
|
+
default: "#384DF6",
|
|
898
|
+
ringColor: e.inputs.onsurface.focus,
|
|
899
|
+
onsurface: "#2E3FCA",
|
|
900
|
+
surface: "#D7DBFD"
|
|
901
|
+
},
|
|
902
|
+
generic: {
|
|
903
|
+
default: "#9A9A9A",
|
|
904
|
+
ringColor: e.inputs.onsurface.focus,
|
|
905
|
+
onsurface: "#3E3E3E",
|
|
906
|
+
surface: "#F4F4F4"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
timebox: {
|
|
910
|
+
evening: {
|
|
911
|
+
default: "#9F539F"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
interactive: {
|
|
915
|
+
primary: {
|
|
916
|
+
active: "#30606B",
|
|
917
|
+
hover: "#00282B",
|
|
918
|
+
pressed: "#214148",
|
|
919
|
+
onsurface: "#FFFFFF"
|
|
920
|
+
},
|
|
921
|
+
secondary: {
|
|
922
|
+
active: "#9A9A9A",
|
|
923
|
+
hover: "#222222",
|
|
924
|
+
pressed: "#101010",
|
|
925
|
+
onsurface: "#3E3E3E"
|
|
926
|
+
},
|
|
927
|
+
tertiary: {
|
|
928
|
+
active: "#FFCA7D",
|
|
929
|
+
hover: "#E7A13C",
|
|
930
|
+
pressed: "#B27330",
|
|
931
|
+
onsurface: "#222222"
|
|
932
|
+
},
|
|
933
|
+
link: {
|
|
934
|
+
active: f,
|
|
935
|
+
disabled: g,
|
|
936
|
+
current: "#384DF6"
|
|
937
|
+
},
|
|
938
|
+
...e.interactive
|
|
939
|
+
},
|
|
940
|
+
inputs: {
|
|
941
|
+
surface: {
|
|
942
|
+
active: u,
|
|
943
|
+
border: z,
|
|
944
|
+
disabled: g,
|
|
945
|
+
checked: "#384DF6"
|
|
946
|
+
},
|
|
947
|
+
onsurface: {
|
|
948
|
+
active: "#222222",
|
|
949
|
+
focus: "#384DF6",
|
|
950
|
+
placeholder: "#6C6C6C",
|
|
951
|
+
"icon-disabled": "#6C6C6C"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
surface: {
|
|
955
|
+
border: "#CBCBCB",
|
|
956
|
+
secondary: "#F4F4F4"
|
|
957
|
+
},
|
|
958
|
+
transparent: "transparent",
|
|
959
|
+
onsurface: {
|
|
960
|
+
copy: n,
|
|
961
|
+
"copy-light": C,
|
|
962
|
+
"copy-dark": "#222222",
|
|
963
|
+
"copy-disabled": "#6C6C6C"
|
|
785
964
|
}
|
|
786
|
-
},
|
|
965
|
+
}, Ui = {
|
|
787
966
|
primary: {
|
|
788
967
|
active: {
|
|
789
|
-
color:
|
|
968
|
+
color: o.gray.white,
|
|
790
969
|
backgroundColor: "#1A3D44",
|
|
791
970
|
borderColor: "#1A3D44"
|
|
792
971
|
},
|
|
793
972
|
hover: {
|
|
794
|
-
color:
|
|
973
|
+
color: o.gray.white,
|
|
795
974
|
backgroundColor: "#0D1F22",
|
|
796
975
|
borderColor: "#0D1F22"
|
|
797
976
|
},
|
|
798
977
|
pressed: {
|
|
799
|
-
color:
|
|
978
|
+
color: o.gray.white,
|
|
800
979
|
backgroundColor: "#0D1F22",
|
|
801
980
|
borderColor: "#0D1F22"
|
|
802
981
|
},
|
|
803
982
|
focussed: {
|
|
804
|
-
color:
|
|
983
|
+
color: o.gray.white,
|
|
805
984
|
backgroundColor: "#0D1F22",
|
|
806
985
|
borderColor: "#0D1F22",
|
|
807
986
|
ringColor: "#384DF6"
|
|
808
987
|
},
|
|
809
988
|
disabled: {
|
|
810
|
-
color:
|
|
989
|
+
color: o.gray[600],
|
|
811
990
|
backgroundColor: "#2C2C2C",
|
|
812
991
|
borderColor: "#2C2C2C"
|
|
813
992
|
}
|
|
814
993
|
},
|
|
815
994
|
secondary: {
|
|
816
995
|
active: {
|
|
817
|
-
color:
|
|
996
|
+
color: o.gray.white,
|
|
818
997
|
backgroundColor: "#4D4D4D",
|
|
819
998
|
borderColor: "#4D4D4D"
|
|
820
999
|
},
|
|
821
1000
|
hover: {
|
|
822
|
-
color:
|
|
1001
|
+
color: o.gray.white,
|
|
823
1002
|
backgroundColor: "#666666",
|
|
824
1003
|
borderColor: "#666666"
|
|
825
1004
|
},
|
|
826
1005
|
pressed: {
|
|
827
|
-
color:
|
|
828
|
-
backgroundColor:
|
|
829
|
-
borderColor:
|
|
1006
|
+
color: o.gray.white,
|
|
1007
|
+
backgroundColor: r,
|
|
1008
|
+
borderColor: r
|
|
830
1009
|
},
|
|
831
1010
|
focussed: {
|
|
832
|
-
color:
|
|
833
|
-
backgroundColor:
|
|
834
|
-
borderColor:
|
|
1011
|
+
color: o.gray.white,
|
|
1012
|
+
backgroundColor: r,
|
|
1013
|
+
borderColor: r,
|
|
835
1014
|
ringColor: "#384DF6"
|
|
836
1015
|
},
|
|
837
1016
|
disabled: {
|
|
838
|
-
color:
|
|
839
|
-
backgroundColor:
|
|
840
|
-
borderColor:
|
|
1017
|
+
color: o.gray[600],
|
|
1018
|
+
backgroundColor: n,
|
|
1019
|
+
borderColor: n
|
|
841
1020
|
}
|
|
842
1021
|
},
|
|
843
1022
|
tertiary: {
|
|
844
1023
|
active: {
|
|
845
|
-
color:
|
|
1024
|
+
color: o.gray.white,
|
|
846
1025
|
backgroundColor: "#8B6B3C",
|
|
847
1026
|
borderColor: "#8B6B3C"
|
|
848
1027
|
},
|
|
849
1028
|
hover: {
|
|
850
|
-
color:
|
|
1029
|
+
color: o.gray.white,
|
|
851
1030
|
backgroundColor: "#735929",
|
|
852
1031
|
borderColor: "#735929"
|
|
853
1032
|
},
|
|
854
1033
|
pressed: {
|
|
855
|
-
color:
|
|
856
|
-
backgroundColor:
|
|
857
|
-
borderColor:
|
|
1034
|
+
color: o.gray.white,
|
|
1035
|
+
backgroundColor: t,
|
|
1036
|
+
borderColor: t
|
|
858
1037
|
},
|
|
859
1038
|
focussed: {
|
|
860
|
-
color:
|
|
861
|
-
backgroundColor:
|
|
862
|
-
borderColor:
|
|
1039
|
+
color: o.gray.white,
|
|
1040
|
+
backgroundColor: t,
|
|
1041
|
+
borderColor: t,
|
|
863
1042
|
ringColor: "#384DF6"
|
|
864
1043
|
},
|
|
865
1044
|
disabled: {
|
|
866
|
-
color:
|
|
867
|
-
backgroundColor:
|
|
868
|
-
borderColor:
|
|
1045
|
+
color: o.gray[600],
|
|
1046
|
+
backgroundColor: d,
|
|
1047
|
+
borderColor: d
|
|
869
1048
|
}
|
|
870
1049
|
}
|
|
871
|
-
},
|
|
1050
|
+
}, b = {
|
|
872
1051
|
breakpoints: Yi,
|
|
873
|
-
sizing:
|
|
874
|
-
borderRadius:
|
|
875
|
-
typography:
|
|
876
|
-
allColors:
|
|
1052
|
+
sizing: i,
|
|
1053
|
+
borderRadius: p,
|
|
1054
|
+
typography: Vi,
|
|
1055
|
+
allColors: o,
|
|
877
1056
|
components: {
|
|
878
|
-
button:
|
|
1057
|
+
button: ji,
|
|
1058
|
+
utilityButton: qi,
|
|
1059
|
+
input: Ji
|
|
1060
|
+
},
|
|
1061
|
+
motion: {
|
|
1062
|
+
veryfast: 0.15
|
|
879
1063
|
}
|
|
880
|
-
},
|
|
881
|
-
...
|
|
882
|
-
colors:
|
|
1064
|
+
}, $i = {
|
|
1065
|
+
...b,
|
|
1066
|
+
colors: Qi,
|
|
883
1067
|
mode: "light"
|
|
884
|
-
},
|
|
885
|
-
...
|
|
886
|
-
colors:
|
|
1068
|
+
}, er = {
|
|
1069
|
+
...b,
|
|
1070
|
+
colors: Ui,
|
|
887
1071
|
mode: "dark"
|
|
888
1072
|
};
|
|
889
1073
|
export {
|
|
890
|
-
|
|
891
|
-
|
|
1074
|
+
_i as TypographySizeKey,
|
|
1075
|
+
b as baseTokens,
|
|
892
1076
|
Yi as breakpoints,
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
1077
|
+
er as darkTheme,
|
|
1078
|
+
$i as lightTheme,
|
|
1079
|
+
i as sizing
|
|
896
1080
|
};
|