@vitality-ds/icons 4.1.0 → 4.1.2
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/dist/types/icons/src/Icon/index.d.ts +2 -9
- package/dist/types/icons/src/Icon/styled.d.ts +545 -339
- package/dist/types/icons/src/Icon/styled.d.ts.map +1 -1
- package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +189 -86
- package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts.map +1 -1
- package/dist/types/icons/src/Icon/types.d.ts +13 -21
- package/dist/types/system/src/index.d.ts +5 -30
- package/dist/types/system/src/stitches.config.d.ts +3710 -3514
- package/dist/types/system/src/stitches.config.d.ts.map +1 -1
- package/dist/types/system/src/types.d.ts +6 -13
- package/dist/types/tokens/src/Color/helpers/generateColorData.d.ts +2 -5
- package/dist/types/tokens/src/Color/helpers/getColorScaleFromThemeObject.d.ts +2 -6
- package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts +3 -6
- package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts.map +1 -1
- package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.js +2 -4
- package/dist/types/tokens/src/Color/helpers/getColorScaleValueByUseCase.js.map +1 -1
- package/dist/types/tokens/src/Color/helpers/index.d.ts +1 -1
- package/dist/types/tokens/src/Color/index.d.ts +2 -7
- package/dist/types/tokens/src/Color/scales/dark/blue.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/cyan.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/green.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/grey.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/greyA.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/index.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/orange.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/pink.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/red.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/dark/yellow.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/index.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/blue.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/cyan.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/green.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/grey.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/greyA.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/index.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/orange.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/pink.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/red.d.ts +1 -1
- package/dist/types/tokens/src/Color/scales/light/yellow.d.ts +1 -1
- package/dist/types/tokens/src/Color/types.d.ts +32 -56
- package/dist/types/tokens/src/Color/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Color/types.js +1 -1
- package/dist/types/tokens/src/Theme/getters/getColors.d.ts +447 -213
- package/dist/types/tokens/src/Theme/getters/getColors.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +661 -429
- package/dist/types/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/index.d.ts +1 -1
- package/dist/types/tokens/src/Theme/index.d.ts +1 -1
- package/dist/types/tokens/src/Theme/utils/convertScalesToStitches.d.ts +2 -2
- package/dist/types/tokens/src/Theme/utils/createScaleInStitchesFormat.d.ts +3 -9
- package/dist/types/tokens/src/Theme/utils/makeThemeForStitches.d.ts +1 -1
- package/dist/types/tokens/src/index.d.ts +2 -10
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
@@ -1,330 +1,191 @@
|
|
1
|
-
export declare const BaseIcon: import("@stitches/react/types/styled-component").StyledComponent<
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
height: string;
|
16
|
-
"& path": {
|
17
|
-
fill: string;
|
18
|
-
};
|
19
|
-
variants: {
|
20
|
-
color: {
|
21
|
-
inherit: {
|
22
|
-
$$color: string;
|
23
|
-
};
|
24
|
-
hiContrast: {
|
25
|
-
$$color: string;
|
26
|
-
};
|
27
|
-
disabled: {
|
28
|
-
$$color: string;
|
29
|
-
};
|
30
|
-
success: {
|
31
|
-
$$color: string;
|
32
|
-
};
|
33
|
-
critical: {
|
34
|
-
$$color: string;
|
35
|
-
};
|
36
|
-
warning: {
|
37
|
-
$$color: string;
|
38
|
-
};
|
39
|
-
info: {
|
40
|
-
$$color: string;
|
41
|
-
};
|
42
|
-
moderate: {
|
43
|
-
$$color: string;
|
44
|
-
};
|
45
|
-
primary: {
|
46
|
-
$$color: string;
|
47
|
-
};
|
48
|
-
lowContrast: {
|
49
|
-
$$color: string;
|
50
|
-
};
|
51
|
-
accent: {
|
52
|
-
$$color: string;
|
53
|
-
};
|
54
|
-
};
|
55
|
-
size: {
|
56
|
-
inherit: {
|
57
|
-
$$size: string;
|
58
|
-
};
|
59
|
-
sm: {
|
60
|
-
$$size: string;
|
61
|
-
};
|
62
|
-
md: {
|
63
|
-
$$size: string;
|
64
|
-
};
|
65
|
-
lg: {
|
66
|
-
$$size: string;
|
67
|
-
};
|
68
|
-
};
|
69
|
-
};
|
70
|
-
}
|
71
|
-
]
|
72
|
-
>,
|
73
|
-
{
|
74
|
-
bp1: "(min-width: 48rem)";
|
75
|
-
bp2: "(min-width: 69rem)";
|
76
|
-
bp3: "(min-width: 85rem)";
|
77
|
-
},
|
78
|
-
import("@stitches/react/types/css-util").CSS<
|
79
|
-
{
|
80
|
-
bp1: "(min-width: 48rem)";
|
81
|
-
bp2: "(min-width: 69rem)";
|
82
|
-
bp3: "(min-width: 85rem)";
|
83
|
-
},
|
84
|
-
{
|
85
|
-
colors: {
|
86
|
-
neutral1: string;
|
87
|
-
neutralA1: string;
|
88
|
-
primary1: string;
|
89
|
-
accent1: string;
|
90
|
-
success1: string;
|
91
|
-
info1: string;
|
92
|
-
warning1: string;
|
93
|
-
critical1: string;
|
94
|
-
neutral2: string;
|
95
|
-
neutralA2: string;
|
96
|
-
primary2: string;
|
97
|
-
accent2: string;
|
98
|
-
success2: string;
|
99
|
-
info2: string;
|
100
|
-
warning2: string;
|
101
|
-
critical2: string;
|
102
|
-
neutral3: string;
|
103
|
-
neutralA3: string;
|
104
|
-
primary3: string;
|
105
|
-
accent3: string;
|
106
|
-
success3: string;
|
107
|
-
info3: string;
|
108
|
-
warning3: string;
|
109
|
-
critical3: string;
|
110
|
-
neutral4: string;
|
111
|
-
neutralA4: string;
|
112
|
-
primary4: string;
|
113
|
-
accent4: string;
|
114
|
-
success4: string;
|
115
|
-
info4: string;
|
116
|
-
warning4: string;
|
117
|
-
critical4: string;
|
118
|
-
neutral5: string;
|
119
|
-
neutralA5: string;
|
120
|
-
primary5: string;
|
121
|
-
accent5: string;
|
122
|
-
success5: string;
|
123
|
-
info5: string;
|
124
|
-
warning5: string;
|
125
|
-
critical5: string;
|
126
|
-
neutral6: string;
|
127
|
-
neutralA6: string;
|
128
|
-
primary6: string;
|
129
|
-
accent6: string;
|
130
|
-
success6: string;
|
131
|
-
info6: string;
|
132
|
-
warning6: string;
|
133
|
-
critical6: string;
|
134
|
-
neutral7: string;
|
135
|
-
neutralA7: string;
|
136
|
-
primary7: string;
|
137
|
-
accent7: string;
|
138
|
-
success7: string;
|
139
|
-
info7: string;
|
140
|
-
warning7: string;
|
141
|
-
critical7: string;
|
142
|
-
neutral8: string;
|
143
|
-
neutralA8: string;
|
144
|
-
primary8: string;
|
145
|
-
accent8: string;
|
146
|
-
success8: string;
|
147
|
-
info8: string;
|
148
|
-
warning8: string;
|
149
|
-
critical8: string;
|
150
|
-
neutral9: string;
|
151
|
-
neutralA9: string;
|
152
|
-
primary9: string;
|
153
|
-
accent9: string;
|
154
|
-
success9: string;
|
155
|
-
info9: string;
|
156
|
-
warning9: string;
|
157
|
-
critical9: string;
|
158
|
-
neutral10: string;
|
159
|
-
neutralA10: string;
|
160
|
-
primary10: string;
|
161
|
-
accent10: string;
|
162
|
-
success10: string;
|
163
|
-
info10: string;
|
164
|
-
warning10: string;
|
165
|
-
critical10: string;
|
166
|
-
neutral11: string;
|
167
|
-
neutralA11: string;
|
168
|
-
primary11: string;
|
169
|
-
accent11: string;
|
170
|
-
success11: string;
|
171
|
-
info11: string;
|
172
|
-
warning11: string;
|
173
|
-
critical11: string;
|
174
|
-
neutral12: string;
|
175
|
-
neutralA12: string;
|
176
|
-
primary12: string;
|
177
|
-
accent12: string;
|
178
|
-
success12: string;
|
179
|
-
info12: string;
|
180
|
-
warning12: string;
|
181
|
-
critical12: string;
|
182
|
-
neutral13: string;
|
183
|
-
neutralA13: string;
|
184
|
-
primary13: string;
|
185
|
-
accent13: string;
|
186
|
-
success13: string;
|
187
|
-
info13: string;
|
188
|
-
warning13: string;
|
189
|
-
critical13: string;
|
1
|
+
export declare const BaseIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, import("@stitches/react/types/styled-component").StyledComponentProps<[{
|
2
|
+
$$size: string;
|
3
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
4
|
+
lineHeight: string;
|
5
|
+
verticalAlign: string;
|
6
|
+
width: string;
|
7
|
+
height: string;
|
8
|
+
"& path": {
|
9
|
+
fill: string;
|
10
|
+
};
|
11
|
+
variants: {
|
12
|
+
color: {
|
13
|
+
inherit: {
|
14
|
+
$$color: string;
|
190
15
|
};
|
191
|
-
|
192
|
-
|
193
|
-
display200: any;
|
194
|
-
display300: any;
|
195
|
-
display400: any;
|
196
|
-
display500: any;
|
197
|
-
display600: any;
|
198
|
-
display700: any;
|
199
|
-
display800: any;
|
200
|
-
display900: any;
|
201
|
-
body: any;
|
202
|
-
caption: any;
|
203
|
-
pageTitle: any;
|
204
|
-
sectionTitle: any;
|
205
|
-
sectionSubtitle: any;
|
206
|
-
button: any;
|
207
|
-
textInput: any;
|
208
|
-
default: any;
|
16
|
+
hiContrast: {
|
17
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
209
18
|
};
|
210
|
-
|
211
|
-
|
212
|
-
display200: any;
|
213
|
-
display300: any;
|
214
|
-
display400: any;
|
215
|
-
display500: any;
|
216
|
-
display600: any;
|
217
|
-
display700: any;
|
218
|
-
display800: any;
|
219
|
-
display900: any;
|
220
|
-
body: any;
|
221
|
-
caption: any;
|
222
|
-
pageTitle: any;
|
223
|
-
sectionTitle: any;
|
224
|
-
sectionSubtitle: any;
|
225
|
-
button: any;
|
226
|
-
textInput: any;
|
19
|
+
disabled: {
|
20
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
227
21
|
};
|
228
|
-
|
229
|
-
|
230
|
-
display200: any;
|
231
|
-
display300: any;
|
232
|
-
display400: any;
|
233
|
-
display500: any;
|
234
|
-
display600: any;
|
235
|
-
display700: any;
|
236
|
-
display800: any;
|
237
|
-
display900: any;
|
238
|
-
body: any;
|
239
|
-
caption: any;
|
240
|
-
pageTitle: any;
|
241
|
-
sectionTitle: any;
|
242
|
-
sectionSubtitle: any;
|
243
|
-
button: any;
|
244
|
-
textInput: any;
|
22
|
+
success: {
|
23
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
245
24
|
};
|
246
|
-
|
247
|
-
|
248
|
-
display200: any;
|
249
|
-
display300: any;
|
250
|
-
display400: any;
|
251
|
-
display500: any;
|
252
|
-
display600: any;
|
253
|
-
display700: any;
|
254
|
-
display800: any;
|
255
|
-
display900: any;
|
256
|
-
body: any;
|
257
|
-
caption: any;
|
258
|
-
pageTitle: any;
|
259
|
-
sectionTitle: any;
|
260
|
-
sectionSubtitle: any;
|
261
|
-
button: any;
|
262
|
-
textInput: any;
|
25
|
+
critical: {
|
26
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
263
27
|
};
|
264
|
-
|
265
|
-
|
266
|
-
display200: any;
|
267
|
-
display300: any;
|
268
|
-
display400: any;
|
269
|
-
display500: any;
|
270
|
-
display600: any;
|
271
|
-
display700: any;
|
272
|
-
display800: any;
|
273
|
-
display900: any;
|
274
|
-
body: any;
|
275
|
-
caption: any;
|
276
|
-
pageTitle: any;
|
277
|
-
sectionTitle: any;
|
278
|
-
sectionSubtitle: any;
|
279
|
-
button: any;
|
280
|
-
textInput: any;
|
28
|
+
warning: {
|
29
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
281
30
|
};
|
282
|
-
|
283
|
-
|
284
|
-
large: any;
|
285
|
-
rounded: any;
|
31
|
+
info: {
|
32
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
286
33
|
};
|
287
|
-
|
288
|
-
|
289
|
-
md: any;
|
290
|
-
lg: any;
|
34
|
+
moderate: {
|
35
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
291
36
|
};
|
292
|
-
|
293
|
-
|
294
|
-
md: any;
|
295
|
-
lg: any;
|
296
|
-
xs: any;
|
297
|
-
xl: any;
|
298
|
-
xxl: any;
|
37
|
+
primary: {
|
38
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
299
39
|
};
|
300
|
-
|
301
|
-
|
302
|
-
blanket: number;
|
303
|
-
dialog: number;
|
304
|
-
toast: number;
|
305
|
-
tooltip: number;
|
306
|
-
portalElement: number;
|
40
|
+
lowContrast: {
|
41
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
307
42
|
};
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
43
|
+
accent: {
|
44
|
+
$$color: "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
|
45
|
+
};
|
46
|
+
};
|
47
|
+
size: {
|
48
|
+
inherit: {
|
49
|
+
$$size: string;
|
50
|
+
};
|
51
|
+
sm: {
|
52
|
+
$$size: string;
|
53
|
+
};
|
54
|
+
md: {
|
55
|
+
$$size: string;
|
56
|
+
};
|
57
|
+
lg: {
|
58
|
+
$$size: string;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
};
|
62
|
+
}]>, {
|
63
|
+
bp1: "(min-width: 48rem)";
|
64
|
+
bp2: "(min-width: 69rem)";
|
65
|
+
bp3: "(min-width: 85rem)";
|
66
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
316
67
|
bp1: "(min-width: 48rem)";
|
317
68
|
bp2: "(min-width: 69rem)";
|
318
69
|
bp3: "(min-width: 85rem)";
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
70
|
+
}, {
|
71
|
+
colors: {
|
72
|
+
blue1: string;
|
73
|
+
cyan1: string;
|
74
|
+
green1: string;
|
75
|
+
grey1: string;
|
76
|
+
greyA1: string;
|
77
|
+
orange1: string;
|
78
|
+
pink1: string;
|
79
|
+
red1: string;
|
80
|
+
yellow1: string;
|
81
|
+
blue2: string;
|
82
|
+
cyan2: string;
|
83
|
+
green2: string;
|
84
|
+
grey2: string;
|
85
|
+
greyA2: string;
|
86
|
+
orange2: string;
|
87
|
+
pink2: string;
|
88
|
+
red2: string;
|
89
|
+
yellow2: string;
|
90
|
+
blue3: string;
|
91
|
+
cyan3: string;
|
92
|
+
green3: string;
|
93
|
+
grey3: string;
|
94
|
+
greyA3: string;
|
95
|
+
orange3: string;
|
96
|
+
pink3: string;
|
97
|
+
red3: string;
|
98
|
+
yellow3: string;
|
99
|
+
blue4: string;
|
100
|
+
cyan4: string;
|
101
|
+
green4: string;
|
102
|
+
grey4: string;
|
103
|
+
greyA4: string;
|
104
|
+
orange4: string;
|
105
|
+
pink4: string;
|
106
|
+
red4: string;
|
107
|
+
yellow4: string;
|
108
|
+
blue5: string;
|
109
|
+
cyan5: string;
|
110
|
+
green5: string;
|
111
|
+
grey5: string;
|
112
|
+
greyA5: string;
|
113
|
+
orange5: string;
|
114
|
+
pink5: string;
|
115
|
+
red5: string;
|
116
|
+
yellow5: string;
|
117
|
+
blue6: string;
|
118
|
+
cyan6: string;
|
119
|
+
green6: string;
|
120
|
+
grey6: string;
|
121
|
+
greyA6: string;
|
122
|
+
orange6: string;
|
123
|
+
pink6: string;
|
124
|
+
red6: string;
|
125
|
+
yellow6: string;
|
126
|
+
blue7: string;
|
127
|
+
cyan7: string;
|
128
|
+
green7: string;
|
129
|
+
grey7: string;
|
130
|
+
greyA7: string;
|
131
|
+
orange7: string;
|
132
|
+
pink7: string;
|
133
|
+
red7: string;
|
134
|
+
yellow7: string;
|
135
|
+
blue8: string;
|
136
|
+
cyan8: string;
|
137
|
+
green8: string;
|
138
|
+
grey8: string;
|
139
|
+
greyA8: string;
|
140
|
+
orange8: string;
|
141
|
+
pink8: string;
|
142
|
+
red8: string;
|
143
|
+
yellow8: string;
|
144
|
+
blue9: string;
|
145
|
+
cyan9: string;
|
146
|
+
green9: string;
|
147
|
+
grey9: string;
|
148
|
+
greyA9: string;
|
149
|
+
orange9: string;
|
150
|
+
pink9: string;
|
151
|
+
red9: string;
|
152
|
+
yellow9: string;
|
153
|
+
blue10: string;
|
154
|
+
cyan10: string;
|
155
|
+
green10: string;
|
156
|
+
grey10: string;
|
157
|
+
greyA10: string;
|
158
|
+
orange10: string;
|
159
|
+
pink10: string;
|
160
|
+
red10: string;
|
161
|
+
yellow10: string;
|
162
|
+
blue11: string;
|
163
|
+
cyan11: string;
|
164
|
+
green11: string;
|
165
|
+
grey11: string;
|
166
|
+
greyA11: string;
|
167
|
+
orange11: string;
|
168
|
+
pink11: string;
|
169
|
+
red11: string;
|
170
|
+
yellow11: string;
|
171
|
+
blue12: string;
|
172
|
+
cyan12: string;
|
173
|
+
green12: string;
|
174
|
+
grey12: string;
|
175
|
+
greyA12: string;
|
176
|
+
orange12: string;
|
177
|
+
pink12: string;
|
178
|
+
red12: string;
|
179
|
+
yellow12: string;
|
180
|
+
blue13: string;
|
181
|
+
cyan13: string;
|
182
|
+
green13: string;
|
183
|
+
grey13: string;
|
184
|
+
greyA13: string;
|
185
|
+
orange13: string;
|
186
|
+
pink13: string;
|
187
|
+
red13: string;
|
188
|
+
yellow13: string;
|
328
189
|
neutral1: string;
|
329
190
|
neutralA1: string;
|
330
191
|
primary1: string;
|
@@ -429,8 +290,15 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
429
290
|
info13: string;
|
430
291
|
warning13: string;
|
431
292
|
critical13: string;
|
432
|
-
|
433
|
-
|
293
|
+
};
|
294
|
+
fonts: {
|
295
|
+
body: any;
|
296
|
+
caption: any;
|
297
|
+
pageTitle: any;
|
298
|
+
sectionTitle: any;
|
299
|
+
sectionSubtitle: any;
|
300
|
+
button: any;
|
301
|
+
textInput: any;
|
434
302
|
display100: any;
|
435
303
|
display200: any;
|
436
304
|
display300: any;
|
@@ -440,6 +308,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
440
308
|
display700: any;
|
441
309
|
display800: any;
|
442
310
|
display900: any;
|
311
|
+
default: any;
|
312
|
+
};
|
313
|
+
fontSizes: {
|
443
314
|
body: any;
|
444
315
|
caption: any;
|
445
316
|
pageTitle: any;
|
@@ -447,9 +318,336 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
447
318
|
sectionSubtitle: any;
|
448
319
|
button: any;
|
449
320
|
textInput: any;
|
321
|
+
display100: any;
|
322
|
+
display200: any;
|
323
|
+
display300: any;
|
324
|
+
display400: any;
|
325
|
+
display500: any;
|
326
|
+
display600: any;
|
327
|
+
display700: any;
|
328
|
+
display800: any;
|
329
|
+
display900: any;
|
330
|
+
};
|
331
|
+
fontWeights: {
|
332
|
+
body: any;
|
333
|
+
caption: any;
|
334
|
+
pageTitle: any;
|
335
|
+
sectionTitle: any;
|
336
|
+
sectionSubtitle: any;
|
337
|
+
button: any;
|
338
|
+
textInput: any;
|
339
|
+
display100: any;
|
340
|
+
display200: any;
|
341
|
+
display300: any;
|
342
|
+
display400: any;
|
343
|
+
display500: any;
|
344
|
+
display600: any;
|
345
|
+
display700: any;
|
346
|
+
display800: any;
|
347
|
+
display900: any;
|
348
|
+
};
|
349
|
+
letterSpacings: {
|
350
|
+
body: any;
|
351
|
+
caption: any;
|
352
|
+
pageTitle: any;
|
353
|
+
sectionTitle: any;
|
354
|
+
sectionSubtitle: any;
|
355
|
+
button: any;
|
356
|
+
textInput: any;
|
357
|
+
display100: any;
|
358
|
+
display200: any;
|
359
|
+
display300: any;
|
360
|
+
display400: any;
|
361
|
+
display500: any;
|
362
|
+
display600: any;
|
363
|
+
display700: any;
|
364
|
+
display800: any;
|
365
|
+
display900: any;
|
366
|
+
};
|
367
|
+
lineHeights: {
|
368
|
+
body: any;
|
369
|
+
caption: any;
|
370
|
+
pageTitle: any;
|
371
|
+
sectionTitle: any;
|
372
|
+
sectionSubtitle: any;
|
373
|
+
button: any;
|
374
|
+
textInput: any;
|
375
|
+
display100: any;
|
376
|
+
display200: any;
|
377
|
+
display300: any;
|
378
|
+
display400: any;
|
379
|
+
display500: any;
|
380
|
+
display600: any;
|
381
|
+
display700: any;
|
382
|
+
display800: any;
|
383
|
+
display900: any;
|
384
|
+
};
|
385
|
+
radii: {
|
450
386
|
default: any;
|
451
|
-
|
452
|
-
|
387
|
+
large: any;
|
388
|
+
rounded: any;
|
389
|
+
};
|
390
|
+
shadows: {
|
391
|
+
sm: any;
|
392
|
+
md: any;
|
393
|
+
lg: any;
|
394
|
+
};
|
395
|
+
space: {
|
396
|
+
sm: any;
|
397
|
+
md: any;
|
398
|
+
lg: any;
|
399
|
+
xs: any;
|
400
|
+
xl: any;
|
401
|
+
xxl: any;
|
402
|
+
};
|
403
|
+
zIndices: {
|
404
|
+
floatingElements: number;
|
405
|
+
blanket: number;
|
406
|
+
dialog: number;
|
407
|
+
toast: number;
|
408
|
+
tooltip: number;
|
409
|
+
portalElement: number;
|
410
|
+
};
|
411
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>]>, {
|
412
|
+
bp1: "(min-width: 48rem)";
|
413
|
+
bp2: "(min-width: 69rem)";
|
414
|
+
bp3: "(min-width: 85rem)";
|
415
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
416
|
+
bp1: "(min-width: 48rem)";
|
417
|
+
bp2: "(min-width: 69rem)";
|
418
|
+
bp3: "(min-width: 85rem)";
|
419
|
+
}, {
|
420
|
+
colors: {
|
421
|
+
blue1: string;
|
422
|
+
cyan1: string;
|
423
|
+
green1: string;
|
424
|
+
grey1: string;
|
425
|
+
greyA1: string;
|
426
|
+
orange1: string;
|
427
|
+
pink1: string;
|
428
|
+
red1: string;
|
429
|
+
yellow1: string;
|
430
|
+
blue2: string;
|
431
|
+
cyan2: string;
|
432
|
+
green2: string;
|
433
|
+
grey2: string;
|
434
|
+
greyA2: string;
|
435
|
+
orange2: string;
|
436
|
+
pink2: string;
|
437
|
+
red2: string;
|
438
|
+
yellow2: string;
|
439
|
+
blue3: string;
|
440
|
+
cyan3: string;
|
441
|
+
green3: string;
|
442
|
+
grey3: string;
|
443
|
+
greyA3: string;
|
444
|
+
orange3: string;
|
445
|
+
pink3: string;
|
446
|
+
red3: string;
|
447
|
+
yellow3: string;
|
448
|
+
blue4: string;
|
449
|
+
cyan4: string;
|
450
|
+
green4: string;
|
451
|
+
grey4: string;
|
452
|
+
greyA4: string;
|
453
|
+
orange4: string;
|
454
|
+
pink4: string;
|
455
|
+
red4: string;
|
456
|
+
yellow4: string;
|
457
|
+
blue5: string;
|
458
|
+
cyan5: string;
|
459
|
+
green5: string;
|
460
|
+
grey5: string;
|
461
|
+
greyA5: string;
|
462
|
+
orange5: string;
|
463
|
+
pink5: string;
|
464
|
+
red5: string;
|
465
|
+
yellow5: string;
|
466
|
+
blue6: string;
|
467
|
+
cyan6: string;
|
468
|
+
green6: string;
|
469
|
+
grey6: string;
|
470
|
+
greyA6: string;
|
471
|
+
orange6: string;
|
472
|
+
pink6: string;
|
473
|
+
red6: string;
|
474
|
+
yellow6: string;
|
475
|
+
blue7: string;
|
476
|
+
cyan7: string;
|
477
|
+
green7: string;
|
478
|
+
grey7: string;
|
479
|
+
greyA7: string;
|
480
|
+
orange7: string;
|
481
|
+
pink7: string;
|
482
|
+
red7: string;
|
483
|
+
yellow7: string;
|
484
|
+
blue8: string;
|
485
|
+
cyan8: string;
|
486
|
+
green8: string;
|
487
|
+
grey8: string;
|
488
|
+
greyA8: string;
|
489
|
+
orange8: string;
|
490
|
+
pink8: string;
|
491
|
+
red8: string;
|
492
|
+
yellow8: string;
|
493
|
+
blue9: string;
|
494
|
+
cyan9: string;
|
495
|
+
green9: string;
|
496
|
+
grey9: string;
|
497
|
+
greyA9: string;
|
498
|
+
orange9: string;
|
499
|
+
pink9: string;
|
500
|
+
red9: string;
|
501
|
+
yellow9: string;
|
502
|
+
blue10: string;
|
503
|
+
cyan10: string;
|
504
|
+
green10: string;
|
505
|
+
grey10: string;
|
506
|
+
greyA10: string;
|
507
|
+
orange10: string;
|
508
|
+
pink10: string;
|
509
|
+
red10: string;
|
510
|
+
yellow10: string;
|
511
|
+
blue11: string;
|
512
|
+
cyan11: string;
|
513
|
+
green11: string;
|
514
|
+
grey11: string;
|
515
|
+
greyA11: string;
|
516
|
+
orange11: string;
|
517
|
+
pink11: string;
|
518
|
+
red11: string;
|
519
|
+
yellow11: string;
|
520
|
+
blue12: string;
|
521
|
+
cyan12: string;
|
522
|
+
green12: string;
|
523
|
+
grey12: string;
|
524
|
+
greyA12: string;
|
525
|
+
orange12: string;
|
526
|
+
pink12: string;
|
527
|
+
red12: string;
|
528
|
+
yellow12: string;
|
529
|
+
blue13: string;
|
530
|
+
cyan13: string;
|
531
|
+
green13: string;
|
532
|
+
grey13: string;
|
533
|
+
greyA13: string;
|
534
|
+
orange13: string;
|
535
|
+
pink13: string;
|
536
|
+
red13: string;
|
537
|
+
yellow13: string;
|
538
|
+
neutral1: string;
|
539
|
+
neutralA1: string;
|
540
|
+
primary1: string;
|
541
|
+
accent1: string;
|
542
|
+
success1: string;
|
543
|
+
info1: string;
|
544
|
+
warning1: string;
|
545
|
+
critical1: string;
|
546
|
+
neutral2: string;
|
547
|
+
neutralA2: string;
|
548
|
+
primary2: string;
|
549
|
+
accent2: string;
|
550
|
+
success2: string;
|
551
|
+
info2: string;
|
552
|
+
warning2: string;
|
553
|
+
critical2: string;
|
554
|
+
neutral3: string;
|
555
|
+
neutralA3: string;
|
556
|
+
primary3: string;
|
557
|
+
accent3: string;
|
558
|
+
success3: string;
|
559
|
+
info3: string;
|
560
|
+
warning3: string;
|
561
|
+
critical3: string;
|
562
|
+
neutral4: string;
|
563
|
+
neutralA4: string;
|
564
|
+
primary4: string;
|
565
|
+
accent4: string;
|
566
|
+
success4: string;
|
567
|
+
info4: string;
|
568
|
+
warning4: string;
|
569
|
+
critical4: string;
|
570
|
+
neutral5: string;
|
571
|
+
neutralA5: string;
|
572
|
+
primary5: string;
|
573
|
+
accent5: string;
|
574
|
+
success5: string;
|
575
|
+
info5: string;
|
576
|
+
warning5: string;
|
577
|
+
critical5: string;
|
578
|
+
neutral6: string;
|
579
|
+
neutralA6: string;
|
580
|
+
primary6: string;
|
581
|
+
accent6: string;
|
582
|
+
success6: string;
|
583
|
+
info6: string;
|
584
|
+
warning6: string;
|
585
|
+
critical6: string;
|
586
|
+
neutral7: string;
|
587
|
+
neutralA7: string;
|
588
|
+
primary7: string;
|
589
|
+
accent7: string;
|
590
|
+
success7: string;
|
591
|
+
info7: string;
|
592
|
+
warning7: string;
|
593
|
+
critical7: string;
|
594
|
+
neutral8: string;
|
595
|
+
neutralA8: string;
|
596
|
+
primary8: string;
|
597
|
+
accent8: string;
|
598
|
+
success8: string;
|
599
|
+
info8: string;
|
600
|
+
warning8: string;
|
601
|
+
critical8: string;
|
602
|
+
neutral9: string;
|
603
|
+
neutralA9: string;
|
604
|
+
primary9: string;
|
605
|
+
accent9: string;
|
606
|
+
success9: string;
|
607
|
+
info9: string;
|
608
|
+
warning9: string;
|
609
|
+
critical9: string;
|
610
|
+
neutral10: string;
|
611
|
+
neutralA10: string;
|
612
|
+
primary10: string;
|
613
|
+
accent10: string;
|
614
|
+
success10: string;
|
615
|
+
info10: string;
|
616
|
+
warning10: string;
|
617
|
+
critical10: string;
|
618
|
+
neutral11: string;
|
619
|
+
neutralA11: string;
|
620
|
+
primary11: string;
|
621
|
+
accent11: string;
|
622
|
+
success11: string;
|
623
|
+
info11: string;
|
624
|
+
warning11: string;
|
625
|
+
critical11: string;
|
626
|
+
neutral12: string;
|
627
|
+
neutralA12: string;
|
628
|
+
primary12: string;
|
629
|
+
accent12: string;
|
630
|
+
success12: string;
|
631
|
+
info12: string;
|
632
|
+
warning12: string;
|
633
|
+
critical12: string;
|
634
|
+
neutral13: string;
|
635
|
+
neutralA13: string;
|
636
|
+
primary13: string;
|
637
|
+
accent13: string;
|
638
|
+
success13: string;
|
639
|
+
info13: string;
|
640
|
+
warning13: string;
|
641
|
+
critical13: string;
|
642
|
+
};
|
643
|
+
fonts: {
|
644
|
+
body: any;
|
645
|
+
caption: any;
|
646
|
+
pageTitle: any;
|
647
|
+
sectionTitle: any;
|
648
|
+
sectionSubtitle: any;
|
649
|
+
button: any;
|
650
|
+
textInput: any;
|
453
651
|
display100: any;
|
454
652
|
display200: any;
|
455
653
|
display300: any;
|
@@ -459,6 +657,9 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
459
657
|
display700: any;
|
460
658
|
display800: any;
|
461
659
|
display900: any;
|
660
|
+
default: any;
|
661
|
+
};
|
662
|
+
fontSizes: {
|
462
663
|
body: any;
|
463
664
|
caption: any;
|
464
665
|
pageTitle: any;
|
@@ -466,8 +667,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
466
667
|
sectionSubtitle: any;
|
467
668
|
button: any;
|
468
669
|
textInput: any;
|
469
|
-
};
|
470
|
-
fontWeights: {
|
471
670
|
display100: any;
|
472
671
|
display200: any;
|
473
672
|
display300: any;
|
@@ -477,6 +676,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
477
676
|
display700: any;
|
478
677
|
display800: any;
|
479
678
|
display900: any;
|
679
|
+
};
|
680
|
+
fontWeights: {
|
480
681
|
body: any;
|
481
682
|
caption: any;
|
482
683
|
pageTitle: any;
|
@@ -484,8 +685,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
484
685
|
sectionSubtitle: any;
|
485
686
|
button: any;
|
486
687
|
textInput: any;
|
487
|
-
};
|
488
|
-
letterSpacings: {
|
489
688
|
display100: any;
|
490
689
|
display200: any;
|
491
690
|
display300: any;
|
@@ -495,6 +694,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
495
694
|
display700: any;
|
496
695
|
display800: any;
|
497
696
|
display900: any;
|
697
|
+
};
|
698
|
+
letterSpacings: {
|
498
699
|
body: any;
|
499
700
|
caption: any;
|
500
701
|
pageTitle: any;
|
@@ -502,8 +703,6 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
502
703
|
sectionSubtitle: any;
|
503
704
|
button: any;
|
504
705
|
textInput: any;
|
505
|
-
};
|
506
|
-
lineHeights: {
|
507
706
|
display100: any;
|
508
707
|
display200: any;
|
509
708
|
display300: any;
|
@@ -513,6 +712,8 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
513
712
|
display700: any;
|
514
713
|
display800: any;
|
515
714
|
display900: any;
|
715
|
+
};
|
716
|
+
lineHeights: {
|
516
717
|
body: any;
|
517
718
|
caption: any;
|
518
719
|
pageTitle: any;
|
@@ -520,36 +721,41 @@ export declare const BaseIcon: import("@stitches/react/types/styled-component").
|
|
520
721
|
sectionSubtitle: any;
|
521
722
|
button: any;
|
522
723
|
textInput: any;
|
523
|
-
|
524
|
-
|
724
|
+
display100: any;
|
725
|
+
display200: any;
|
726
|
+
display300: any;
|
727
|
+
display400: any;
|
728
|
+
display500: any;
|
729
|
+
display600: any;
|
730
|
+
display700: any;
|
731
|
+
display800: any;
|
732
|
+
display900: any;
|
733
|
+
};
|
734
|
+
radii: {
|
525
735
|
default: any;
|
526
736
|
large: any;
|
527
737
|
rounded: any;
|
528
|
-
|
529
|
-
|
738
|
+
};
|
739
|
+
shadows: {
|
530
740
|
sm: any;
|
531
741
|
md: any;
|
532
742
|
lg: any;
|
533
|
-
|
534
|
-
|
743
|
+
};
|
744
|
+
space: {
|
535
745
|
sm: any;
|
536
746
|
md: any;
|
537
747
|
lg: any;
|
538
748
|
xs: any;
|
539
749
|
xl: any;
|
540
750
|
xxl: any;
|
541
|
-
|
542
|
-
|
751
|
+
};
|
752
|
+
zIndices: {
|
543
753
|
floatingElements: number;
|
544
754
|
blanket: number;
|
545
755
|
dialog: number;
|
546
756
|
toast: number;
|
547
757
|
tooltip: number;
|
548
758
|
portalElement: number;
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
{}
|
553
|
-
>
|
554
|
-
>;
|
555
|
-
//# sourceMappingURL=styled.d.ts.map
|
759
|
+
};
|
760
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
761
|
+
//# sourceMappingURL=styled.d.ts.map
|