@gobolt/genesis 0.0.7
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 +86 -0
- package/dist/AntdIcon-Bsnbyy6g.js +200 -0
- package/dist/CheckOutlined-DAynWe12.js +527 -0
- package/dist/CloseCircleFilled-ZIY-u-27.js +13 -0
- package/dist/Compact-CJBo3f0u.js +185 -0
- package/dist/ContextIsolator-CGkdKtc3.js +20 -0
- package/dist/ExclamationCircleFilled-BICVVQIg.js +21 -0
- package/dist/Form-Cylpi4M4.js +1815 -0
- package/dist/Overflow-CP1M4Z0s.js +369 -0
- package/dist/SearchOutlined-DuzJkIiQ.js +52 -0
- package/dist/TextArea-3MOYYuAQ.js +1680 -0
- package/dist/bundle.css +1 -0
- package/dist/button-BNV2qdrP.js +1392 -0
- package/dist/compact-item-DH13cl8A.js +61 -0
- package/dist/components/atoms/button/Button.d.ts +12 -0
- package/dist/components/atoms/button/Button.js +27 -0
- package/dist/components/atoms/button/__stories__/Button.stories.d.ts +13 -0
- package/dist/components/atoms/button/index.d.ts +2 -0
- package/dist/components/atoms/button/index.js +4 -0
- package/dist/components/atoms/button/styles.d.ts +12 -0
- package/dist/components/atoms/button/styles.js +71 -0
- package/dist/components/atoms/checkbox/Checkbox.d.ts +10 -0
- package/dist/components/atoms/checkbox/Checkbox.js +13 -0
- package/dist/components/atoms/checkbox/__stories__/Checkbox.stories.d.ts +8 -0
- package/dist/components/atoms/checkbox/__tests__/Checkbox.test.d.ts +1 -0
- package/dist/components/atoms/checkbox/__tests__/Checkbox.test.js +18 -0
- package/dist/components/atoms/checkbox/index.d.ts +2 -0
- package/dist/components/atoms/checkbox/index.js +4 -0
- package/dist/components/atoms/checkbox/styles.d.ts +11 -0
- package/dist/components/atoms/checkbox/styles.js +582 -0
- package/dist/components/atoms/index.d.ts +1 -0
- package/dist/components/atoms/index.js +3 -0
- package/dist/components/atoms/input/Input.d.ts +11 -0
- package/dist/components/atoms/input/Input.js +12 -0
- package/dist/components/atoms/input/__stories__/Input.stories.d.ts +10 -0
- package/dist/components/atoms/input/__tests__/Input.test.d.ts +1 -0
- package/dist/components/atoms/input/__tests__/Input.test.js +28 -0
- package/dist/components/atoms/input/index.d.ts +2 -0
- package/dist/components/atoms/input/index.js +4 -0
- package/dist/components/atoms/input/styles.d.ts +14 -0
- package/dist/components/atoms/input/styles.js +415 -0
- package/dist/components/atoms/select/Select.d.ts +11 -0
- package/dist/components/atoms/select/Select.js +24 -0
- package/dist/components/atoms/select/__stories__/Select.stories.d.ts +8 -0
- package/dist/components/atoms/select/__tests__/Select.test.d.ts +1 -0
- package/dist/components/atoms/select/__tests__/Select.test.js +10735 -0
- package/dist/components/atoms/select/index.d.ts +2 -0
- package/dist/components/atoms/select/index.js +4 -0
- package/dist/components/atoms/select/styles.d.ts +15 -0
- package/dist/components/atoms/select/styles.js +3868 -0
- package/dist/components/atoms/typography/Typography.d.ts +11 -0
- package/dist/components/atoms/typography/Typography.js +44 -0
- package/dist/components/atoms/typography/__stories__/Typography.stories.d.ts +12 -0
- package/dist/components/atoms/typography/__tests__/Typography.test.d.ts +1 -0
- package/dist/components/atoms/typography/__tests__/Typography.test.js +16 -0
- package/dist/components/atoms/typography/index.d.ts +2 -0
- package/dist/components/atoms/typography/index.js +4 -0
- package/dist/components/atoms/typography/styles.d.ts +11 -0
- package/dist/components/atoms/typography/styles.js +28 -0
- package/dist/components/index.d.js +1 -0
- package/dist/components/index.d.ts +14 -0
- package/dist/components/index.js +16 -0
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +10 -0
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +35 -0
- package/dist/components/molecules/error-boundary-fallback/__stories__/ErrorBoundaryFallback.stories.d.ts +8 -0
- package/dist/components/molecules/error-boundary-fallback/index.d.ts +1 -0
- package/dist/components/molecules/error-boundary-fallback/index.js +4 -0
- package/dist/components/molecules/error-boundary-fallback/styles.d.ts +1 -0
- package/dist/components/molecules/error-boundary-fallback/styles.js +930 -0
- package/dist/components/molecules/form/Form.d.ts +15 -0
- package/dist/components/molecules/form/Form.js +7 -0
- package/dist/components/molecules/form/__stories__/Form.stories.d.ts +7 -0
- package/dist/components/molecules/form/__stories__/FormStory.d.ts +1 -0
- package/dist/components/molecules/form/__stories__/FormStory.js +90 -0
- package/dist/components/molecules/form/index.d.ts +2 -0
- package/dist/components/molecules/form/index.js +4 -0
- package/dist/constants/index.d.ts +51 -0
- package/dist/constants/index.js +54 -0
- package/dist/context-CZsFJmh6.js +2093 -0
- package/dist/declaration.d.js +1 -0
- package/dist/genesis/GenesisThemeBreakdown.d.ts +4 -0
- package/dist/genesis/GenesisThemeBreakdown.js +56 -0
- package/dist/genesis/GenesisThemeDemo.d.ts +8 -0
- package/dist/genesis/GenesisThemeDemo.js +8 -0
- package/dist/genesis/GenesisThemeDemo.stories.d.ts +7 -0
- package/dist/genesis/styles.d.ts +12 -0
- package/dist/genesis/styles.js +4038 -0
- package/dist/index-3MWkSVA1.js +96 -0
- package/dist/index-BPtFqhcp.js +19110 -0
- package/dist/index-BQO27mgE.js +402 -0
- package/dist/index-BWys7dkb.js +4462 -0
- package/dist/index-C7kFNqp2.js +276 -0
- package/dist/index-D1v_7IIx.js +1057 -0
- package/dist/index-SAAXFt-P.js +946 -0
- package/dist/index-VDH3iLaC.js +884 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +20 -0
- package/dist/isVisible-CNQjrJPN.js +366 -0
- package/dist/magic-string.es-BkUFmFT4.js +858 -0
- package/dist/presetColors-Cl8UP3Nw.js +4 -0
- package/dist/providers/GenesisProvider.d.ts +8 -0
- package/dist/providers/GenesisProvider.js +7 -0
- package/dist/providers/ThemeProvider.d.ts +9 -0
- package/dist/providers/ThemeProvider.js +18 -0
- package/dist/providers/index.d.ts +2 -0
- package/dist/providers/index.js +6 -0
- package/dist/reactNode-sKPeiqPL.js +12 -0
- package/dist/setup-CMYVZCPF.js +33883 -0
- package/dist/styled-components.browser.esm-CZ1XM4o4.js +1144 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.d.ts +1 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +37 -0
- package/dist/styles/design-tokens/border-tokens/BorderTokens.stories.d.ts +6 -0
- package/dist/styles/design-tokens/color-tokens/ColorTokens.stories.d.ts +7 -0
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.d.ts +3 -0
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +36 -0
- package/dist/styles/design-tokens/sizing-tokens/index.stories.d.ts +7 -0
- package/dist/styles/design-tokens/typography/TypographyTokens.stories.d.ts +7 -0
- package/dist/styles/design-tokens/variables.d.ts +704 -0
- package/dist/styles/design-tokens/variables.js +697 -0
- package/dist/styles/global-styles.d.ts +1 -0
- package/dist/styles/global-styles.js +35 -0
- package/dist/styles/theme/genesis-theme.d.ts +75 -0
- package/dist/styles/theme/genesis-theme.js +896 -0
- package/dist/styles/theme/genesis-theme.types.d.ts +162 -0
- package/dist/styles/theme/genesis-theme.types.js +4 -0
- package/dist/styles/theme/global-styles.d.ts +1 -0
- package/dist/styles/theme/global-styles.js +35 -0
- package/dist/styles/theme/index.d.ts +1 -0
- package/dist/styles/theme/index.js +9 -0
- package/dist/test/setup.d.ts +5 -0
- package/dist/test/setup.js +7 -0
- package/dist/useVariants-CEpw6Ww6.js +29 -0
- package/dist/utils/getAppointmentColor.d.ts +4 -0
- package/dist/utils/getAppointmentColor.js +91 -0
- package/dist/utils/isAllEnglishString.d.ts +1 -0
- package/dist/utils/isAllEnglishString.js +8 -0
- package/dist/utils/isAllEnglishString.test.d.ts +1 -0
- package/dist/utils/isAllEnglishString.test.js +8 -0
- package/dist/utils/parseAddress.d.ts +3 -0
- package/dist/utils/parseAddress.js +19 -0
- package/dist/vite-env.d.js +1 -0
- package/package.json +115 -0
|
@@ -0,0 +1,896 @@
|
|
|
1
|
+
import { Size1 as a, Size2 as d, Size3 as p, Size4 as S, Size5 as z, Size6 as c, Size7 as f, Size8 as C, Size10 as s, Size12 as b, Size13 as m, Size14 as u, Size16 as F, Size18 as H, Size20 as W, Size24 as T, Size27 as k, Size28 as w, Size30 as B, Size32 as D, Size34 as v, Size35 as M, Size39 as N, Size43 as R, Size50 as G, Size64 as L, Size05 as O, Size15 as E, Size025 as A, Size25 as P, ColorSky800 as i, ColorGray800 as l, ColorYellow800 as r, ColorYellow900 as g, BorderRadiusNone as Y, BorderRadiusXs as x, BorderRadiusSm as X, BorderRadiusMd as K, BorderRadiusLg as j, BorderRadiusXl as q, BorderRadiusXxl as I, BorderRadiusXxxl as J, BorderRadiusRounded as Q, TypographyPrimaryFontFamily as U, ColorRed100 as V, ColorRed200 as Z, ColorRed300 as _, ColorRed400 as $, ColorRed500 as ee, ColorRed600 as oe, ColorRed700 as ie, ColorRed800 as re, ColorRed900 as te, ColorOrange100 as ne, ColorOrange200 as le, ColorOrange300 as ge, ColorOrange400 as ae, ColorOrange500 as de, ColorOrange600 as pe, ColorOrange700 as Se, ColorOrange800 as he, ColorOrange900 as ye, ColorYellow100 as ze, ColorYellow200 as ce, ColorYellow300 as fe, ColorYellow400 as Ce, ColorYellow500 as se, ColorYellow600 as be, ColorYellow700 as me, ColorGreen100 as ue, ColorGreen200 as Fe, ColorGreen300 as He, ColorGreen400 as We, ColorGreen500 as Te, ColorGreen600 as ke, ColorGreen700 as we, ColorGreen800 as Be, ColorGreen900 as De, ColorSky100 as ve, ColorSky200 as Me, ColorSky300 as Ne, ColorSky400 as Re, ColorSky500 as Ge, ColorSky600 as Le, ColorSky700 as Oe, ColorSky900 as Ee, ColorBlue100 as Ae, ColorBlue200 as Pe, ColorBlue300 as Ye, ColorBlue400 as xe, ColorBlue500 as Xe, ColorBlue600 as Ke, ColorBlue700 as je, ColorBlue800 as qe, ColorBlue900 as Ie, ColorPurple100 as Je, ColorPurple200 as Qe, ColorPurple300 as Ue, ColorPurple400 as Ve, ColorPurple500 as Ze, ColorPurple600 as _e, ColorPurple700 as $e, ColorPurple800 as eo, ColorPurple900 as oo, ColorGray100 as io, ColorGray200 as ro, ColorGray300 as to, ColorGray400 as no, ColorGray500 as lo, ColorGray600 as go, ColorGray700 as ao, ColorGray900 as po, ColorGrayBlack as So, ColorGrayWhite as ho, TypographyWideFontSizeDisplay1 as yo, TypographyWideFontSizeDisplay2 as zo, TypographyWideFontSizeDisplay3 as co, TypographyWideFontSizeHeading1 as fo, TypographyWideFontSizeHeading2 as Co, TypographyWideFontSizeHeading3 as so, TypographyWideFontSizeSubHeading1 as bo, TypographyWideFontSizeSubHeading2 as mo, TypographyWideFontSizeSubHeading3 as uo, TypographyWideFontSizeBody1 as Fo, TypographyWideFontSizeBody2 as Ho, TypographyWideFontSizeBody3 as Wo, TypographyWideFontSizeBody4 as To, TypographyWideFontSizeBody5 as ko, TypographyWideFontSizeMessage as wo, TypographyWideFontSizeOverline1 as Bo, TypographyWideFontSizeOverline2 as Do, TypographyWideFontSizeOverline3 as vo, TypographyWideFontSizeLabel1 as Mo, TypographyWideFontSizeLabel2 as No, TypographyWideFontSizeLabel3 as Ro, TypographyWideFontSizeLink1 as Go, TypographyWideFontSizeLink2 as Lo, TypographyWideFontSizeLink3 as Oo, TypographyWideFontSizeDigits1 as Eo, TypographyWideFontSizeDigits2 as Ao, TypographyWideFontSizeDigits3 as Po, TypographyMediumFontSizeDisplay1 as Yo, TypographyMediumFontSizeDisplay2 as xo, TypographyMediumFontSizeDisplay3 as Xo, TypographyMediumFontSizeHeading1 as Ko, TypographyMediumFontSizeHeading2 as jo, TypographyMediumFontSizeHeading3 as qo, TypographyMediumFontSizeSubHeading1 as Io, TypographyMediumFontSizeSubHeading2 as Jo, TypographyMediumFontSizeSubHeading3 as Qo, TypographyMediumFontSizeBody1 as Uo, TypographyMediumFontSizeBody2 as Vo, TypographyMediumFontSizeBody3 as Zo, TypographyMediumFontSizeBody4 as _o, TypographyMediumFontSizeBody5 as $o, TypographyMediumFontSizeMessage as ei, TypographyMediumFontSizeOverline1 as oi, TypographyMediumFontSizeOverline2 as ii, TypographyMediumFontSizeOverline3 as ri, TypographyMediumFontSizeLabel1 as ti, TypographyMediumFontSizeLabel2 as ni, TypographyMediumFontSizeLabel3 as li, TypographyMediumFontSizeLink1 as gi, TypographyMediumFontSizeLink2 as ai, TypographyMediumFontSizeLink3 as di, TypographyMediumFontSizeDigits1 as pi, TypographyMediumFontSizeDigits2 as Si, TypographyMediumFontSizeDigits3 as hi, TypographyNarrowFontSizeDisplay1 as yi, TypographyNarrowFontSizeDisplay2 as zi, TypographyNarrowFontSizeDisplay3 as ci, TypographyNarrowFontSizeHeading1 as fi, TypographyNarrowFontSizeHeading2 as Ci, TypographyNarrowFontSizeHeading3 as si, TypographyNarrowFontSizeSubHeading1 as bi, TypographyNarrowFontSizeSubHeading2 as mi, TypographyNarrowFontSizeSubHeading3 as ui, TypographyNarrowFontSizeBody1 as Fi, TypographyNarrowFontSizeBody2 as Hi, TypographyNarrowFontSizeBody3 as Wi, TypographyNarrowFontSizeBody4 as Ti, TypographyNarrowFontSizeBody5 as ki, TypographyNarrowFontSizeMessage as wi, TypographyNarrowFontSizeOverline1 as Bi, TypographyNarrowFontSizeOverline2 as Di, TypographyNarrowFontSizeOverline3 as vi, TypographyNarrowFontSizeLabel1 as Mi, TypographyNarrowFontSizeLabel2 as Ni, TypographyNarrowFontSizeLabel3 as Ri, TypographyNarrowFontSizeLink1 as Gi, TypographyNarrowFontSizeLink2 as Li, TypographyNarrowFontSizeLink3 as Oi, TypographyNarrowFontSizeDigits1 as Ei, TypographyNarrowFontSizeDigits2 as Ai, TypographyNarrowFontSizeDigits3 as Pi } from "../design-tokens/variables.js";
|
|
2
|
+
const Yi = {
|
|
3
|
+
wide: 1280,
|
|
4
|
+
medium: 1024,
|
|
5
|
+
narrow: 480
|
|
6
|
+
}, h = {
|
|
7
|
+
BorderRadiusNone: Y,
|
|
8
|
+
BorderRadiusXs: x,
|
|
9
|
+
BorderRadiusSm: X,
|
|
10
|
+
BorderRadiusMd: K,
|
|
11
|
+
BorderRadiusLg: j,
|
|
12
|
+
BorderRadiusXl: q,
|
|
13
|
+
BorderRadiusXxl: I,
|
|
14
|
+
BorderRadiusXxxl: J,
|
|
15
|
+
BorderRadiusRounded: Q
|
|
16
|
+
}, t = {
|
|
17
|
+
Size1: a,
|
|
18
|
+
// 4px
|
|
19
|
+
Size2: d,
|
|
20
|
+
// 8px
|
|
21
|
+
Size3: p,
|
|
22
|
+
// 12px
|
|
23
|
+
Size4: S,
|
|
24
|
+
// 16px
|
|
25
|
+
Size5: z,
|
|
26
|
+
// 20px
|
|
27
|
+
Size6: c,
|
|
28
|
+
// 24px
|
|
29
|
+
Size7: f,
|
|
30
|
+
// 28px
|
|
31
|
+
Size8: C,
|
|
32
|
+
// 32px
|
|
33
|
+
Size10: s,
|
|
34
|
+
// 40px
|
|
35
|
+
Size12: b,
|
|
36
|
+
// 48px
|
|
37
|
+
Size13: m,
|
|
38
|
+
// 52px
|
|
39
|
+
Size14: u,
|
|
40
|
+
// 56px
|
|
41
|
+
Size16: F,
|
|
42
|
+
// 64px
|
|
43
|
+
Size18: H,
|
|
44
|
+
// 72px
|
|
45
|
+
Size20: W,
|
|
46
|
+
// 80px
|
|
47
|
+
Size24: T,
|
|
48
|
+
// 96px
|
|
49
|
+
Size27: k,
|
|
50
|
+
// 108px
|
|
51
|
+
Size28: w,
|
|
52
|
+
// 112px
|
|
53
|
+
Size30: B,
|
|
54
|
+
// 120px
|
|
55
|
+
Size32: D,
|
|
56
|
+
// 128px
|
|
57
|
+
Size34: v,
|
|
58
|
+
// 136px
|
|
59
|
+
Size35: M,
|
|
60
|
+
// 140px
|
|
61
|
+
Size39: N,
|
|
62
|
+
// 156px
|
|
63
|
+
Size43: R,
|
|
64
|
+
// 172px
|
|
65
|
+
Size50: G,
|
|
66
|
+
// 200px
|
|
67
|
+
Size64: L,
|
|
68
|
+
// 256px
|
|
69
|
+
Size05: O,
|
|
70
|
+
// 2px
|
|
71
|
+
Size15: E,
|
|
72
|
+
// 6px
|
|
73
|
+
Size025: A,
|
|
74
|
+
// 1px
|
|
75
|
+
Size25: P,
|
|
76
|
+
// 10px
|
|
77
|
+
xs: a,
|
|
78
|
+
// 4px
|
|
79
|
+
sm: d,
|
|
80
|
+
// 8px
|
|
81
|
+
md: p,
|
|
82
|
+
// 12px
|
|
83
|
+
lg: S
|
|
84
|
+
// 16px
|
|
85
|
+
}, Ui = {
|
|
86
|
+
display1: "display1",
|
|
87
|
+
display2: "display2",
|
|
88
|
+
display3: "display3",
|
|
89
|
+
heading1: "heading1",
|
|
90
|
+
heading2: "heading2",
|
|
91
|
+
heading3: "heading3",
|
|
92
|
+
subHeading1: "subHeading1",
|
|
93
|
+
subHeading2: "subHeading2",
|
|
94
|
+
subHeading3: "subHeading3",
|
|
95
|
+
body1: "body1",
|
|
96
|
+
body2: "body2",
|
|
97
|
+
body3: "body3",
|
|
98
|
+
body4: "body4",
|
|
99
|
+
body5: "body5",
|
|
100
|
+
message: "message",
|
|
101
|
+
overline1: "overline1",
|
|
102
|
+
overline2: "overline2",
|
|
103
|
+
overline3: "overline3",
|
|
104
|
+
label1: "label1",
|
|
105
|
+
label2: "label2",
|
|
106
|
+
label3: "label3",
|
|
107
|
+
link1: "link1",
|
|
108
|
+
link2: "link2",
|
|
109
|
+
link3: "link3",
|
|
110
|
+
digits1: "digits1",
|
|
111
|
+
digits2: "digits2",
|
|
112
|
+
digits3: "digits3"
|
|
113
|
+
}, xi = {
|
|
114
|
+
display1: {
|
|
115
|
+
fontSize: yo,
|
|
116
|
+
lineHeight: "3.5rem",
|
|
117
|
+
fontWeight: 700,
|
|
118
|
+
letterSpacing: "0"
|
|
119
|
+
},
|
|
120
|
+
display2: {
|
|
121
|
+
fontSize: zo,
|
|
122
|
+
lineHeight: "3rem",
|
|
123
|
+
fontWeight: 700,
|
|
124
|
+
letterSpacing: "0"
|
|
125
|
+
},
|
|
126
|
+
display3: {
|
|
127
|
+
fontSize: co,
|
|
128
|
+
lineHeight: "2.5rem",
|
|
129
|
+
fontWeight: 700,
|
|
130
|
+
letterSpacing: "0"
|
|
131
|
+
},
|
|
132
|
+
heading1: {
|
|
133
|
+
fontSize: fo,
|
|
134
|
+
lineHeight: "2rem",
|
|
135
|
+
fontWeight: 700,
|
|
136
|
+
letterSpacing: "0"
|
|
137
|
+
},
|
|
138
|
+
heading2: {
|
|
139
|
+
fontSize: Co,
|
|
140
|
+
lineHeight: "1.75rem",
|
|
141
|
+
fontWeight: 700,
|
|
142
|
+
letterSpacing: "0"
|
|
143
|
+
},
|
|
144
|
+
heading3: {
|
|
145
|
+
fontSize: so,
|
|
146
|
+
lineHeight: "1.5rem",
|
|
147
|
+
fontWeight: 700,
|
|
148
|
+
letterSpacing: "0"
|
|
149
|
+
},
|
|
150
|
+
subHeading1: {
|
|
151
|
+
fontSize: bo,
|
|
152
|
+
lineHeight: "1.25rem",
|
|
153
|
+
fontWeight: 600,
|
|
154
|
+
letterSpacing: "0"
|
|
155
|
+
},
|
|
156
|
+
subHeading2: {
|
|
157
|
+
fontSize: mo,
|
|
158
|
+
lineHeight: "1.25rem",
|
|
159
|
+
fontWeight: 600,
|
|
160
|
+
letterSpacing: "0"
|
|
161
|
+
},
|
|
162
|
+
subHeading3: {
|
|
163
|
+
fontSize: uo,
|
|
164
|
+
lineHeight: "1rem",
|
|
165
|
+
fontWeight: 600,
|
|
166
|
+
letterSpacing: "0"
|
|
167
|
+
},
|
|
168
|
+
body1: {
|
|
169
|
+
fontSize: Fo,
|
|
170
|
+
lineHeight: "1.5rem",
|
|
171
|
+
fontWeight: 400,
|
|
172
|
+
letterSpacing: "0"
|
|
173
|
+
},
|
|
174
|
+
body2: {
|
|
175
|
+
fontSize: Ho,
|
|
176
|
+
lineHeight: "1.25rem",
|
|
177
|
+
fontWeight: 400,
|
|
178
|
+
letterSpacing: "0"
|
|
179
|
+
},
|
|
180
|
+
body3: {
|
|
181
|
+
fontSize: Wo,
|
|
182
|
+
lineHeight: "1rem",
|
|
183
|
+
fontWeight: 400,
|
|
184
|
+
letterSpacing: "0"
|
|
185
|
+
},
|
|
186
|
+
body4: {
|
|
187
|
+
fontSize: To,
|
|
188
|
+
lineHeight: "0.875rem",
|
|
189
|
+
fontWeight: 400,
|
|
190
|
+
letterSpacing: "0"
|
|
191
|
+
},
|
|
192
|
+
body5: {
|
|
193
|
+
fontSize: ko,
|
|
194
|
+
lineHeight: "0.75rem",
|
|
195
|
+
fontWeight: 400,
|
|
196
|
+
letterSpacing: "0"
|
|
197
|
+
},
|
|
198
|
+
message: {
|
|
199
|
+
fontSize: wo,
|
|
200
|
+
lineHeight: "1rem",
|
|
201
|
+
fontWeight: 400,
|
|
202
|
+
letterSpacing: "0"
|
|
203
|
+
},
|
|
204
|
+
overline1: {
|
|
205
|
+
fontSize: Bo,
|
|
206
|
+
lineHeight: "0.75rem",
|
|
207
|
+
fontWeight: 500,
|
|
208
|
+
letterSpacing: "0"
|
|
209
|
+
},
|
|
210
|
+
overline2: {
|
|
211
|
+
fontSize: Do,
|
|
212
|
+
lineHeight: "0.75rem",
|
|
213
|
+
fontWeight: 500,
|
|
214
|
+
letterSpacing: "0"
|
|
215
|
+
},
|
|
216
|
+
overline3: {
|
|
217
|
+
fontSize: vo,
|
|
218
|
+
lineHeight: "0.75rem",
|
|
219
|
+
fontWeight: 500,
|
|
220
|
+
letterSpacing: "0"
|
|
221
|
+
},
|
|
222
|
+
label1: {
|
|
223
|
+
fontSize: Mo,
|
|
224
|
+
lineHeight: "1rem",
|
|
225
|
+
fontWeight: 500,
|
|
226
|
+
letterSpacing: "0"
|
|
227
|
+
},
|
|
228
|
+
label2: {
|
|
229
|
+
fontSize: No,
|
|
230
|
+
lineHeight: "1rem",
|
|
231
|
+
fontWeight: 500,
|
|
232
|
+
letterSpacing: "0"
|
|
233
|
+
},
|
|
234
|
+
label3: {
|
|
235
|
+
fontSize: Ro,
|
|
236
|
+
lineHeight: "1rem",
|
|
237
|
+
fontWeight: 500,
|
|
238
|
+
letterSpacing: "0"
|
|
239
|
+
},
|
|
240
|
+
link1: {
|
|
241
|
+
fontSize: Go,
|
|
242
|
+
lineHeight: "1.5rem",
|
|
243
|
+
fontWeight: 500,
|
|
244
|
+
letterSpacing: "0"
|
|
245
|
+
},
|
|
246
|
+
link2: {
|
|
247
|
+
fontSize: Lo,
|
|
248
|
+
lineHeight: "1.25rem",
|
|
249
|
+
fontWeight: 500,
|
|
250
|
+
letterSpacing: "0"
|
|
251
|
+
},
|
|
252
|
+
link3: {
|
|
253
|
+
fontSize: Oo,
|
|
254
|
+
lineHeight: "1rem",
|
|
255
|
+
fontWeight: 500,
|
|
256
|
+
letterSpacing: "0"
|
|
257
|
+
},
|
|
258
|
+
digits1: {
|
|
259
|
+
fontSize: Eo,
|
|
260
|
+
lineHeight: "3.5rem",
|
|
261
|
+
fontWeight: 700,
|
|
262
|
+
letterSpacing: "0"
|
|
263
|
+
},
|
|
264
|
+
digits2: {
|
|
265
|
+
fontSize: Ao,
|
|
266
|
+
lineHeight: "3rem",
|
|
267
|
+
fontWeight: 700,
|
|
268
|
+
letterSpacing: "0"
|
|
269
|
+
},
|
|
270
|
+
digits3: {
|
|
271
|
+
fontSize: Po,
|
|
272
|
+
lineHeight: "2.5rem",
|
|
273
|
+
fontWeight: 700,
|
|
274
|
+
letterSpacing: "0"
|
|
275
|
+
}
|
|
276
|
+
}, Xi = {
|
|
277
|
+
display1: {
|
|
278
|
+
fontSize: Yo,
|
|
279
|
+
lineHeight: "3.5rem",
|
|
280
|
+
fontWeight: 700,
|
|
281
|
+
letterSpacing: "0"
|
|
282
|
+
},
|
|
283
|
+
display2: {
|
|
284
|
+
fontSize: xo,
|
|
285
|
+
lineHeight: "3rem",
|
|
286
|
+
fontWeight: 700,
|
|
287
|
+
letterSpacing: "0"
|
|
288
|
+
},
|
|
289
|
+
display3: {
|
|
290
|
+
fontSize: Xo,
|
|
291
|
+
lineHeight: "2.5rem",
|
|
292
|
+
fontWeight: 700,
|
|
293
|
+
letterSpacing: "0"
|
|
294
|
+
},
|
|
295
|
+
heading1: {
|
|
296
|
+
fontSize: Ko,
|
|
297
|
+
lineHeight: "2rem",
|
|
298
|
+
fontWeight: 700,
|
|
299
|
+
letterSpacing: "0"
|
|
300
|
+
},
|
|
301
|
+
heading2: {
|
|
302
|
+
fontSize: jo,
|
|
303
|
+
lineHeight: "1.75rem",
|
|
304
|
+
fontWeight: 700,
|
|
305
|
+
letterSpacing: "0"
|
|
306
|
+
},
|
|
307
|
+
heading3: {
|
|
308
|
+
fontSize: qo,
|
|
309
|
+
lineHeight: "1.5rem",
|
|
310
|
+
fontWeight: 700,
|
|
311
|
+
letterSpacing: "0"
|
|
312
|
+
},
|
|
313
|
+
subHeading1: {
|
|
314
|
+
fontSize: Io,
|
|
315
|
+
lineHeight: "1.25rem",
|
|
316
|
+
fontWeight: 600,
|
|
317
|
+
letterSpacing: "0"
|
|
318
|
+
},
|
|
319
|
+
subHeading2: {
|
|
320
|
+
fontSize: Jo,
|
|
321
|
+
lineHeight: "1.25rem",
|
|
322
|
+
fontWeight: 600,
|
|
323
|
+
letterSpacing: "0"
|
|
324
|
+
},
|
|
325
|
+
subHeading3: {
|
|
326
|
+
fontSize: Qo,
|
|
327
|
+
lineHeight: "1rem",
|
|
328
|
+
fontWeight: 600,
|
|
329
|
+
letterSpacing: "0"
|
|
330
|
+
},
|
|
331
|
+
body1: {
|
|
332
|
+
fontSize: Uo,
|
|
333
|
+
lineHeight: "1.5rem",
|
|
334
|
+
fontWeight: 400,
|
|
335
|
+
letterSpacing: "0"
|
|
336
|
+
},
|
|
337
|
+
body2: {
|
|
338
|
+
fontSize: Vo,
|
|
339
|
+
lineHeight: "1.25rem",
|
|
340
|
+
fontWeight: 400,
|
|
341
|
+
letterSpacing: "0"
|
|
342
|
+
},
|
|
343
|
+
body3: {
|
|
344
|
+
fontSize: Zo,
|
|
345
|
+
lineHeight: "1rem",
|
|
346
|
+
fontWeight: 400,
|
|
347
|
+
letterSpacing: "0"
|
|
348
|
+
},
|
|
349
|
+
body4: {
|
|
350
|
+
fontSize: _o,
|
|
351
|
+
lineHeight: "0.875rem",
|
|
352
|
+
fontWeight: 400,
|
|
353
|
+
letterSpacing: "0"
|
|
354
|
+
},
|
|
355
|
+
body5: {
|
|
356
|
+
fontSize: $o,
|
|
357
|
+
lineHeight: "0.75rem",
|
|
358
|
+
fontWeight: 400,
|
|
359
|
+
letterSpacing: "0"
|
|
360
|
+
},
|
|
361
|
+
message: {
|
|
362
|
+
fontSize: ei,
|
|
363
|
+
lineHeight: "1rem",
|
|
364
|
+
fontWeight: 400,
|
|
365
|
+
letterSpacing: "0"
|
|
366
|
+
},
|
|
367
|
+
overline1: {
|
|
368
|
+
fontSize: oi,
|
|
369
|
+
lineHeight: "0.75rem",
|
|
370
|
+
fontWeight: 500,
|
|
371
|
+
letterSpacing: "0"
|
|
372
|
+
},
|
|
373
|
+
overline2: {
|
|
374
|
+
fontSize: ii,
|
|
375
|
+
lineHeight: "0.75rem",
|
|
376
|
+
fontWeight: 500,
|
|
377
|
+
letterSpacing: "0"
|
|
378
|
+
},
|
|
379
|
+
overline3: {
|
|
380
|
+
fontSize: ri,
|
|
381
|
+
lineHeight: "0.75rem",
|
|
382
|
+
fontWeight: 500,
|
|
383
|
+
letterSpacing: "0"
|
|
384
|
+
},
|
|
385
|
+
label1: {
|
|
386
|
+
fontSize: ti,
|
|
387
|
+
lineHeight: "1rem",
|
|
388
|
+
fontWeight: 500,
|
|
389
|
+
letterSpacing: "0"
|
|
390
|
+
},
|
|
391
|
+
label2: {
|
|
392
|
+
fontSize: ni,
|
|
393
|
+
lineHeight: "1rem",
|
|
394
|
+
fontWeight: 500,
|
|
395
|
+
letterSpacing: "0"
|
|
396
|
+
},
|
|
397
|
+
label3: {
|
|
398
|
+
fontSize: li,
|
|
399
|
+
lineHeight: "1rem",
|
|
400
|
+
fontWeight: 500,
|
|
401
|
+
letterSpacing: "0"
|
|
402
|
+
},
|
|
403
|
+
link1: {
|
|
404
|
+
fontSize: gi,
|
|
405
|
+
lineHeight: "1.5rem",
|
|
406
|
+
fontWeight: 500,
|
|
407
|
+
letterSpacing: "0"
|
|
408
|
+
},
|
|
409
|
+
link2: {
|
|
410
|
+
fontSize: ai,
|
|
411
|
+
lineHeight: "1.25rem",
|
|
412
|
+
fontWeight: 500,
|
|
413
|
+
letterSpacing: "0"
|
|
414
|
+
},
|
|
415
|
+
link3: {
|
|
416
|
+
fontSize: di,
|
|
417
|
+
lineHeight: "1rem",
|
|
418
|
+
fontWeight: 500,
|
|
419
|
+
letterSpacing: "0"
|
|
420
|
+
},
|
|
421
|
+
digits1: {
|
|
422
|
+
fontSize: pi,
|
|
423
|
+
lineHeight: "3.5rem",
|
|
424
|
+
fontWeight: 700,
|
|
425
|
+
letterSpacing: "0"
|
|
426
|
+
},
|
|
427
|
+
digits2: {
|
|
428
|
+
fontSize: Si,
|
|
429
|
+
lineHeight: "3rem",
|
|
430
|
+
fontWeight: 700,
|
|
431
|
+
letterSpacing: "0"
|
|
432
|
+
},
|
|
433
|
+
digits3: {
|
|
434
|
+
fontSize: hi,
|
|
435
|
+
lineHeight: "2.5rem",
|
|
436
|
+
fontWeight: 700,
|
|
437
|
+
letterSpacing: "0"
|
|
438
|
+
}
|
|
439
|
+
}, Ki = {
|
|
440
|
+
display1: {
|
|
441
|
+
fontSize: yi,
|
|
442
|
+
lineHeight: "3.5rem",
|
|
443
|
+
fontWeight: 700,
|
|
444
|
+
letterSpacing: "0"
|
|
445
|
+
},
|
|
446
|
+
display2: {
|
|
447
|
+
fontSize: zi,
|
|
448
|
+
lineHeight: "3rem",
|
|
449
|
+
fontWeight: 700,
|
|
450
|
+
letterSpacing: "0"
|
|
451
|
+
},
|
|
452
|
+
display3: {
|
|
453
|
+
fontSize: ci,
|
|
454
|
+
lineHeight: "2.5rem",
|
|
455
|
+
fontWeight: 700,
|
|
456
|
+
letterSpacing: "0"
|
|
457
|
+
},
|
|
458
|
+
heading1: {
|
|
459
|
+
fontSize: fi,
|
|
460
|
+
lineHeight: "2rem",
|
|
461
|
+
fontWeight: 700,
|
|
462
|
+
letterSpacing: "0"
|
|
463
|
+
},
|
|
464
|
+
heading2: {
|
|
465
|
+
fontSize: Ci,
|
|
466
|
+
lineHeight: "1.75rem",
|
|
467
|
+
fontWeight: 700,
|
|
468
|
+
letterSpacing: "0"
|
|
469
|
+
},
|
|
470
|
+
heading3: {
|
|
471
|
+
fontSize: si,
|
|
472
|
+
lineHeight: "1.5rem",
|
|
473
|
+
fontWeight: 700,
|
|
474
|
+
letterSpacing: "0"
|
|
475
|
+
},
|
|
476
|
+
subHeading1: {
|
|
477
|
+
fontSize: bi,
|
|
478
|
+
lineHeight: "1.25rem",
|
|
479
|
+
fontWeight: 600,
|
|
480
|
+
letterSpacing: "0"
|
|
481
|
+
},
|
|
482
|
+
subHeading2: {
|
|
483
|
+
fontSize: mi,
|
|
484
|
+
lineHeight: "1.25rem",
|
|
485
|
+
fontWeight: 600,
|
|
486
|
+
letterSpacing: "0"
|
|
487
|
+
},
|
|
488
|
+
subHeading3: {
|
|
489
|
+
fontSize: ui,
|
|
490
|
+
lineHeight: "1rem",
|
|
491
|
+
fontWeight: 600,
|
|
492
|
+
letterSpacing: "0"
|
|
493
|
+
},
|
|
494
|
+
body1: {
|
|
495
|
+
fontSize: Fi,
|
|
496
|
+
lineHeight: "1.5rem",
|
|
497
|
+
fontWeight: 400,
|
|
498
|
+
letterSpacing: "0"
|
|
499
|
+
},
|
|
500
|
+
body2: {
|
|
501
|
+
fontSize: Hi,
|
|
502
|
+
lineHeight: "1.25rem",
|
|
503
|
+
fontWeight: 400,
|
|
504
|
+
letterSpacing: "0"
|
|
505
|
+
},
|
|
506
|
+
body3: {
|
|
507
|
+
fontSize: Wi,
|
|
508
|
+
lineHeight: "1rem",
|
|
509
|
+
fontWeight: 400,
|
|
510
|
+
letterSpacing: "0"
|
|
511
|
+
},
|
|
512
|
+
body4: {
|
|
513
|
+
fontSize: Ti,
|
|
514
|
+
lineHeight: "0.875rem",
|
|
515
|
+
fontWeight: 400,
|
|
516
|
+
letterSpacing: "0"
|
|
517
|
+
},
|
|
518
|
+
body5: {
|
|
519
|
+
fontSize: ki,
|
|
520
|
+
lineHeight: "0.75rem",
|
|
521
|
+
fontWeight: 400,
|
|
522
|
+
letterSpacing: "0"
|
|
523
|
+
},
|
|
524
|
+
message: {
|
|
525
|
+
fontSize: wi,
|
|
526
|
+
lineHeight: "1rem",
|
|
527
|
+
fontWeight: 400,
|
|
528
|
+
letterSpacing: "0"
|
|
529
|
+
},
|
|
530
|
+
overline1: {
|
|
531
|
+
fontSize: Bi,
|
|
532
|
+
lineHeight: "0.75rem",
|
|
533
|
+
fontWeight: 500,
|
|
534
|
+
letterSpacing: "0"
|
|
535
|
+
},
|
|
536
|
+
overline2: {
|
|
537
|
+
fontSize: Di,
|
|
538
|
+
lineHeight: "0.75rem",
|
|
539
|
+
fontWeight: 500,
|
|
540
|
+
letterSpacing: "0"
|
|
541
|
+
},
|
|
542
|
+
overline3: {
|
|
543
|
+
fontSize: vi,
|
|
544
|
+
lineHeight: "0.75rem",
|
|
545
|
+
fontWeight: 500,
|
|
546
|
+
letterSpacing: "0"
|
|
547
|
+
},
|
|
548
|
+
label1: {
|
|
549
|
+
fontSize: Mi,
|
|
550
|
+
lineHeight: "1rem",
|
|
551
|
+
fontWeight: 500,
|
|
552
|
+
letterSpacing: "0"
|
|
553
|
+
},
|
|
554
|
+
label2: {
|
|
555
|
+
fontSize: Ni,
|
|
556
|
+
lineHeight: "1rem",
|
|
557
|
+
fontWeight: 500,
|
|
558
|
+
letterSpacing: "0"
|
|
559
|
+
},
|
|
560
|
+
label3: {
|
|
561
|
+
fontSize: Ri,
|
|
562
|
+
lineHeight: "1rem",
|
|
563
|
+
fontWeight: 500,
|
|
564
|
+
letterSpacing: "0"
|
|
565
|
+
},
|
|
566
|
+
link1: {
|
|
567
|
+
fontSize: Gi,
|
|
568
|
+
lineHeight: "1.5rem",
|
|
569
|
+
fontWeight: 500,
|
|
570
|
+
letterSpacing: "0"
|
|
571
|
+
},
|
|
572
|
+
link2: {
|
|
573
|
+
fontSize: Li,
|
|
574
|
+
lineHeight: "1.25rem",
|
|
575
|
+
fontWeight: 500,
|
|
576
|
+
letterSpacing: "0"
|
|
577
|
+
},
|
|
578
|
+
link3: {
|
|
579
|
+
fontSize: Oi,
|
|
580
|
+
lineHeight: "1rem",
|
|
581
|
+
fontWeight: 500,
|
|
582
|
+
letterSpacing: "0"
|
|
583
|
+
},
|
|
584
|
+
digits1: {
|
|
585
|
+
fontSize: Ei,
|
|
586
|
+
lineHeight: "3.5rem",
|
|
587
|
+
fontWeight: 700,
|
|
588
|
+
letterSpacing: "0"
|
|
589
|
+
},
|
|
590
|
+
digits2: {
|
|
591
|
+
fontSize: Ai,
|
|
592
|
+
lineHeight: "3rem",
|
|
593
|
+
fontWeight: 700,
|
|
594
|
+
letterSpacing: "0"
|
|
595
|
+
},
|
|
596
|
+
digits3: {
|
|
597
|
+
fontSize: Pi,
|
|
598
|
+
lineHeight: "2.5rem",
|
|
599
|
+
fontWeight: 700,
|
|
600
|
+
letterSpacing: "0"
|
|
601
|
+
}
|
|
602
|
+
}, ji = {
|
|
603
|
+
fontFamily: U,
|
|
604
|
+
wide: xi,
|
|
605
|
+
medium: Xi,
|
|
606
|
+
narrow: Ki
|
|
607
|
+
}, e = {
|
|
608
|
+
red: {
|
|
609
|
+
100: V,
|
|
610
|
+
200: Z,
|
|
611
|
+
300: _,
|
|
612
|
+
400: $,
|
|
613
|
+
500: ee,
|
|
614
|
+
600: oe,
|
|
615
|
+
700: ie,
|
|
616
|
+
800: re,
|
|
617
|
+
900: te
|
|
618
|
+
},
|
|
619
|
+
orange: {
|
|
620
|
+
100: ne,
|
|
621
|
+
200: le,
|
|
622
|
+
300: ge,
|
|
623
|
+
400: ae,
|
|
624
|
+
500: de,
|
|
625
|
+
600: pe,
|
|
626
|
+
700: Se,
|
|
627
|
+
800: he,
|
|
628
|
+
900: ye
|
|
629
|
+
},
|
|
630
|
+
yellow: {
|
|
631
|
+
100: ze,
|
|
632
|
+
200: ce,
|
|
633
|
+
300: fe,
|
|
634
|
+
400: Ce,
|
|
635
|
+
500: se,
|
|
636
|
+
600: be,
|
|
637
|
+
700: me,
|
|
638
|
+
800: r,
|
|
639
|
+
900: g
|
|
640
|
+
},
|
|
641
|
+
green: {
|
|
642
|
+
100: ue,
|
|
643
|
+
200: Fe,
|
|
644
|
+
300: He,
|
|
645
|
+
400: We,
|
|
646
|
+
500: Te,
|
|
647
|
+
600: ke,
|
|
648
|
+
700: we,
|
|
649
|
+
800: Be,
|
|
650
|
+
900: De
|
|
651
|
+
},
|
|
652
|
+
sky: {
|
|
653
|
+
100: ve,
|
|
654
|
+
200: Me,
|
|
655
|
+
300: Ne,
|
|
656
|
+
400: Re,
|
|
657
|
+
500: Ge,
|
|
658
|
+
600: Le,
|
|
659
|
+
700: Oe,
|
|
660
|
+
800: i,
|
|
661
|
+
900: Ee
|
|
662
|
+
},
|
|
663
|
+
blue: {
|
|
664
|
+
100: Ae,
|
|
665
|
+
200: Pe,
|
|
666
|
+
300: Ye,
|
|
667
|
+
400: xe,
|
|
668
|
+
500: Xe,
|
|
669
|
+
600: Ke,
|
|
670
|
+
700: je,
|
|
671
|
+
800: qe,
|
|
672
|
+
900: Ie
|
|
673
|
+
},
|
|
674
|
+
purple: {
|
|
675
|
+
100: Je,
|
|
676
|
+
200: Qe,
|
|
677
|
+
300: Ue,
|
|
678
|
+
400: Ve,
|
|
679
|
+
500: Ze,
|
|
680
|
+
600: _e,
|
|
681
|
+
700: $e,
|
|
682
|
+
800: eo,
|
|
683
|
+
900: oo
|
|
684
|
+
},
|
|
685
|
+
gray: {
|
|
686
|
+
100: io,
|
|
687
|
+
200: ro,
|
|
688
|
+
300: to,
|
|
689
|
+
400: no,
|
|
690
|
+
500: lo,
|
|
691
|
+
600: go,
|
|
692
|
+
700: ao,
|
|
693
|
+
800: l,
|
|
694
|
+
900: po,
|
|
695
|
+
black: So,
|
|
696
|
+
white: ho
|
|
697
|
+
}
|
|
698
|
+
}, qi = {
|
|
699
|
+
padding: {
|
|
700
|
+
verPadding: t.Size25,
|
|
701
|
+
// 25px
|
|
702
|
+
horPadding: t.Size6
|
|
703
|
+
// 10px
|
|
704
|
+
},
|
|
705
|
+
gap: t.Size2,
|
|
706
|
+
// 8px
|
|
707
|
+
radius: h.BorderRadiusMd
|
|
708
|
+
// 6px
|
|
709
|
+
}, o = "#FFFFFF", n = {
|
|
710
|
+
color: "#6C6C6C",
|
|
711
|
+
backgroundColor: "#EEEEEE",
|
|
712
|
+
borderColor: "#CBCBCB"
|
|
713
|
+
}, Ii = {
|
|
714
|
+
primary: {
|
|
715
|
+
active: {
|
|
716
|
+
color: o,
|
|
717
|
+
backgroundColor: "#30606B",
|
|
718
|
+
borderColor: "#30606B"
|
|
719
|
+
},
|
|
720
|
+
hover: {
|
|
721
|
+
color: o,
|
|
722
|
+
backgroundColor: "#00282B",
|
|
723
|
+
borderColor: "#00282B"
|
|
724
|
+
},
|
|
725
|
+
pressed: {
|
|
726
|
+
color: o,
|
|
727
|
+
backgroundColor: "#214148",
|
|
728
|
+
borderColor: "#214148"
|
|
729
|
+
},
|
|
730
|
+
focussed: {
|
|
731
|
+
color: o,
|
|
732
|
+
backgroundColor: "#30606B",
|
|
733
|
+
borderColor: "#30606B",
|
|
734
|
+
ringColor: "#384DF6"
|
|
735
|
+
},
|
|
736
|
+
disabled: n
|
|
737
|
+
},
|
|
738
|
+
secondary: {
|
|
739
|
+
active: {
|
|
740
|
+
color: "#3E3E3E",
|
|
741
|
+
backgroundColor: "#FFFFFF",
|
|
742
|
+
borderColor: "#3E3E3E"
|
|
743
|
+
},
|
|
744
|
+
hover: {
|
|
745
|
+
color: o,
|
|
746
|
+
backgroundColor: "#222222",
|
|
747
|
+
borderColor: "#222222"
|
|
748
|
+
},
|
|
749
|
+
pressed: {
|
|
750
|
+
color: o,
|
|
751
|
+
backgroundColor: "#101010",
|
|
752
|
+
borderColor: "#9A9A9A"
|
|
753
|
+
},
|
|
754
|
+
focussed: {
|
|
755
|
+
color: "#3E3E3E",
|
|
756
|
+
backgroundColor: "#FFFFFF",
|
|
757
|
+
borderColor: "#9A9A9A",
|
|
758
|
+
ringColor: "#384DF6"
|
|
759
|
+
},
|
|
760
|
+
disabled: n
|
|
761
|
+
},
|
|
762
|
+
tertiary: {
|
|
763
|
+
active: {
|
|
764
|
+
color: "#222222",
|
|
765
|
+
backgroundColor: "#FFCA7D",
|
|
766
|
+
borderColor: "##FFCA7D"
|
|
767
|
+
},
|
|
768
|
+
hover: {
|
|
769
|
+
color: "#222222",
|
|
770
|
+
backgroundColor: "#E7A13C",
|
|
771
|
+
borderColor: "#E7A13C"
|
|
772
|
+
},
|
|
773
|
+
pressed: {
|
|
774
|
+
color: "#222222",
|
|
775
|
+
backgroundColor: "#B27330",
|
|
776
|
+
borderColor: "#B27330"
|
|
777
|
+
},
|
|
778
|
+
focussed: {
|
|
779
|
+
color: "#222222",
|
|
780
|
+
backgroundColor: "#FFCA7D",
|
|
781
|
+
borderColor: "#FFCA7D",
|
|
782
|
+
ringColor: "#384DF6"
|
|
783
|
+
},
|
|
784
|
+
disabled: n
|
|
785
|
+
}
|
|
786
|
+
}, Ji = {
|
|
787
|
+
primary: {
|
|
788
|
+
active: {
|
|
789
|
+
color: e.gray.white,
|
|
790
|
+
backgroundColor: "#1A3D44",
|
|
791
|
+
borderColor: "#1A3D44"
|
|
792
|
+
},
|
|
793
|
+
hover: {
|
|
794
|
+
color: e.gray.white,
|
|
795
|
+
backgroundColor: "#0D1F22",
|
|
796
|
+
borderColor: "#0D1F22"
|
|
797
|
+
},
|
|
798
|
+
pressed: {
|
|
799
|
+
color: e.gray.white,
|
|
800
|
+
backgroundColor: "#0D1F22",
|
|
801
|
+
borderColor: "#0D1F22"
|
|
802
|
+
},
|
|
803
|
+
focussed: {
|
|
804
|
+
color: e.gray.white,
|
|
805
|
+
backgroundColor: "#0D1F22",
|
|
806
|
+
borderColor: "#0D1F22",
|
|
807
|
+
ringColor: "#384DF6"
|
|
808
|
+
},
|
|
809
|
+
disabled: {
|
|
810
|
+
color: e.gray[600],
|
|
811
|
+
backgroundColor: "#2C2C2C",
|
|
812
|
+
borderColor: "#2C2C2C"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
secondary: {
|
|
816
|
+
active: {
|
|
817
|
+
color: e.gray.white,
|
|
818
|
+
backgroundColor: "#4D4D4D",
|
|
819
|
+
borderColor: "#4D4D4D"
|
|
820
|
+
},
|
|
821
|
+
hover: {
|
|
822
|
+
color: e.gray.white,
|
|
823
|
+
backgroundColor: "#666666",
|
|
824
|
+
borderColor: "#666666"
|
|
825
|
+
},
|
|
826
|
+
pressed: {
|
|
827
|
+
color: e.gray.white,
|
|
828
|
+
backgroundColor: i,
|
|
829
|
+
borderColor: i
|
|
830
|
+
},
|
|
831
|
+
focussed: {
|
|
832
|
+
color: e.gray.white,
|
|
833
|
+
backgroundColor: i,
|
|
834
|
+
borderColor: i,
|
|
835
|
+
ringColor: "#384DF6"
|
|
836
|
+
},
|
|
837
|
+
disabled: {
|
|
838
|
+
color: e.gray[600],
|
|
839
|
+
backgroundColor: l,
|
|
840
|
+
borderColor: l
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
tertiary: {
|
|
844
|
+
active: {
|
|
845
|
+
color: e.gray.white,
|
|
846
|
+
backgroundColor: "#8B6B3C",
|
|
847
|
+
borderColor: "#8B6B3C"
|
|
848
|
+
},
|
|
849
|
+
hover: {
|
|
850
|
+
color: e.gray.white,
|
|
851
|
+
backgroundColor: "#735929",
|
|
852
|
+
borderColor: "#735929"
|
|
853
|
+
},
|
|
854
|
+
pressed: {
|
|
855
|
+
color: e.gray.white,
|
|
856
|
+
backgroundColor: r,
|
|
857
|
+
borderColor: r
|
|
858
|
+
},
|
|
859
|
+
focussed: {
|
|
860
|
+
color: e.gray.white,
|
|
861
|
+
backgroundColor: r,
|
|
862
|
+
borderColor: r,
|
|
863
|
+
ringColor: "#384DF6"
|
|
864
|
+
},
|
|
865
|
+
disabled: {
|
|
866
|
+
color: e.gray[600],
|
|
867
|
+
backgroundColor: g,
|
|
868
|
+
borderColor: g
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}, y = {
|
|
872
|
+
breakpoints: Yi,
|
|
873
|
+
sizing: t,
|
|
874
|
+
borderRadius: h,
|
|
875
|
+
typography: ji,
|
|
876
|
+
allColors: e,
|
|
877
|
+
components: {
|
|
878
|
+
button: qi
|
|
879
|
+
}
|
|
880
|
+
}, Vi = {
|
|
881
|
+
...y,
|
|
882
|
+
colors: Ii,
|
|
883
|
+
mode: "light"
|
|
884
|
+
}, Zi = {
|
|
885
|
+
...y,
|
|
886
|
+
colors: Ji,
|
|
887
|
+
mode: "dark"
|
|
888
|
+
};
|
|
889
|
+
export {
|
|
890
|
+
Ui as TypographySizeKey,
|
|
891
|
+
y as baseTokens,
|
|
892
|
+
Yi as breakpoints,
|
|
893
|
+
Zi as darkTheme,
|
|
894
|
+
Vi as lightTheme,
|
|
895
|
+
t as sizing
|
|
896
|
+
};
|