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