@vitality-ds/icons 4.0.0 → 4.0.1-alpha.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/styled.d.ts +200 -200
- package/dist/types/icons/src/Icon/styles/BaseIcon.styles.d.ts +100 -100
- package/dist/types/icons/src/tsx/Icon/styled.d.ts +200 -200
- package/dist/types/icons/src/tsx/Icon/styles/BaseIcon.styles.d.ts +100 -100
- package/dist/types/system/src/stitches.config.d.ts +1211 -1211
- package/dist/types/tokens/src/Elevation/types.d.ts +1 -1
- package/dist/types/tokens/src/Elevation/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/fontFamilies.d.ts +2 -4
- package/dist/types/tokens/src/Font/fontFamilies.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/fontFamilies.js +32 -14
- package/dist/types/tokens/src/Font/fontFamilies.js.map +1 -1
- package/dist/types/tokens/src/Font/fontSizes.d.ts +2 -4
- package/dist/types/tokens/src/Font/fontSizes.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/fontSizes.js +164 -79
- package/dist/types/tokens/src/Font/fontSizes.js.map +1 -1
- package/dist/types/tokens/src/Font/fontStyles.d.ts.map +1 -1
- package/dist/types/tokens/src/Font/fontStyles.js +496 -238
- package/dist/types/tokens/src/Font/fontStyles.js.map +1 -1
- package/dist/types/tokens/src/Font/types.d.ts +53 -14
- package/dist/types/tokens/src/Font/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Radii/types.d.ts +1 -1
- package/dist/types/tokens/src/Radii/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Space/types.d.ts +1 -1
- package/dist/types/tokens/src/Space/types.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/constants.d.ts +41 -0
- package/dist/types/tokens/src/Theme/constants.d.ts.map +1 -0
- package/dist/types/tokens/src/Theme/constants.js +10 -0
- package/dist/types/tokens/src/Theme/constants.js.map +1 -0
- package/dist/types/tokens/src/Theme/getters/getFontSizes.d.ts +39 -17
- package/dist/types/tokens/src/Theme/getters/getFontSizes.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getFontSizes.js +4 -5
- package/dist/types/tokens/src/Theme/getters/getFontSizes.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getFontWeights.d.ts +39 -17
- package/dist/types/tokens/src/Theme/getters/getFontWeights.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getFontWeights.js +3 -3
- package/dist/types/tokens/src/Theme/getters/getFontWeights.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getFonts.d.ts +41 -18
- package/dist/types/tokens/src/Theme/getters/getFonts.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getFonts.js +6 -5
- package/dist/types/tokens/src/Theme/getters/getFonts.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getLetterSpacings.d.ts +39 -17
- package/dist/types/tokens/src/Theme/getters/getLetterSpacings.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getLetterSpacings.js +3 -3
- package/dist/types/tokens/src/Theme/getters/getLetterSpacings.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getLineHeights.d.ts +39 -17
- package/dist/types/tokens/src/Theme/getters/getLineHeights.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getLineHeights.js +3 -3
- package/dist/types/tokens/src/Theme/getters/getLineHeights.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getRadii.js +1 -1
- package/dist/types/tokens/src/Theme/getters/getRadii.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getShadows.js +2 -2
- package/dist/types/tokens/src/Theme/getters/getShadows.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getSpace.js +1 -1
- package/dist/types/tokens/src/Theme/getters/getSpace.js.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getTheme.d.ts +365 -254
- package/dist/types/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
- package/dist/types/tokens/src/Theme/getters/getZIndices.js +1 -1
- package/dist/types/tokens/src/Theme/getters/getZIndices.js.map +1 -1
- package/dist/types/tokens/src/Theme/types.d.ts +1 -1
- package/dist/types/tokens/src/Theme/types.d.ts.map +1 -1
- package/dist/types/tokens/src/types.d.ts +1 -1
- package/dist/types/tokens/src/types.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
@@ -5,119 +5,111 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
5
5
|
}, {
|
6
6
|
colors: {
|
7
7
|
neutral1: string;
|
8
|
-
neutralA1: string;
|
9
|
-
primary1: string;
|
10
|
-
accent1: string;
|
11
|
-
success1: string;
|
12
|
-
info1: string;
|
13
|
-
warning1: string;
|
14
|
-
critical1: string;
|
15
8
|
neutral2: string;
|
16
|
-
neutralA2: string;
|
17
|
-
primary2: string;
|
18
|
-
accent2: string;
|
19
|
-
success2: string;
|
20
|
-
info2: string;
|
21
|
-
warning2: string;
|
22
|
-
critical2: string;
|
23
9
|
neutral3: string;
|
24
|
-
neutralA3: string;
|
25
|
-
primary3: string;
|
26
|
-
accent3: string;
|
27
|
-
success3: string;
|
28
|
-
info3: string;
|
29
|
-
warning3: string;
|
30
|
-
critical3: string;
|
31
10
|
neutral4: string;
|
32
|
-
neutralA4: string;
|
33
|
-
primary4: string;
|
34
|
-
accent4: string;
|
35
|
-
success4: string;
|
36
|
-
info4: string;
|
37
|
-
warning4: string;
|
38
|
-
critical4: string;
|
39
11
|
neutral5: string;
|
40
|
-
neutralA5: string;
|
41
|
-
primary5: string;
|
42
|
-
accent5: string;
|
43
|
-
success5: string;
|
44
|
-
info5: string;
|
45
|
-
warning5: string;
|
46
|
-
critical5: string;
|
47
12
|
neutral6: string;
|
48
|
-
neutralA6: string;
|
49
|
-
primary6: string;
|
50
|
-
accent6: string;
|
51
|
-
success6: string;
|
52
|
-
info6: string;
|
53
|
-
warning6: string;
|
54
|
-
critical6: string;
|
55
13
|
neutral7: string;
|
56
|
-
neutralA7: string;
|
57
|
-
primary7: string;
|
58
|
-
accent7: string;
|
59
|
-
success7: string;
|
60
|
-
info7: string;
|
61
|
-
warning7: string;
|
62
|
-
critical7: string;
|
63
14
|
neutral8: string;
|
64
|
-
neutralA8: string;
|
65
|
-
primary8: string;
|
66
|
-
accent8: string;
|
67
|
-
success8: string;
|
68
|
-
info8: string;
|
69
|
-
warning8: string;
|
70
|
-
critical8: string;
|
71
15
|
neutral9: string;
|
72
|
-
neutralA9: string;
|
73
|
-
primary9: string;
|
74
|
-
accent9: string;
|
75
|
-
success9: string;
|
76
|
-
info9: string;
|
77
|
-
warning9: string;
|
78
|
-
critical9: string;
|
79
16
|
neutral10: string;
|
80
|
-
neutralA10: string;
|
81
|
-
primary10: string;
|
82
|
-
accent10: string;
|
83
|
-
success10: string;
|
84
|
-
info10: string;
|
85
|
-
warning10: string;
|
86
|
-
critical10: string;
|
87
17
|
neutral11: string;
|
88
|
-
neutralA11: string;
|
89
|
-
primary11: string;
|
90
|
-
accent11: string;
|
91
|
-
success11: string;
|
92
|
-
info11: string;
|
93
|
-
warning11: string;
|
94
|
-
critical11: string;
|
95
18
|
neutral12: string;
|
96
|
-
neutralA12: string;
|
97
|
-
primary12: string;
|
98
|
-
accent12: string;
|
99
|
-
success12: string;
|
100
|
-
info12: string;
|
101
|
-
warning12: string;
|
102
|
-
critical12: string;
|
103
19
|
neutral13: string;
|
20
|
+
neutralA1: string;
|
21
|
+
neutralA2: string;
|
22
|
+
neutralA3: string;
|
23
|
+
neutralA4: string;
|
24
|
+
neutralA5: string;
|
25
|
+
neutralA6: string;
|
26
|
+
neutralA7: string;
|
27
|
+
neutralA8: string;
|
28
|
+
neutralA9: string;
|
29
|
+
neutralA10: string;
|
30
|
+
neutralA11: string;
|
31
|
+
neutralA12: string;
|
104
32
|
neutralA13: string;
|
33
|
+
primary1: string;
|
34
|
+
primary2: string;
|
35
|
+
primary3: string;
|
36
|
+
primary4: string;
|
37
|
+
primary5: string;
|
38
|
+
primary6: string;
|
39
|
+
primary7: string;
|
40
|
+
primary8: string;
|
41
|
+
primary9: string;
|
42
|
+
primary10: string;
|
43
|
+
primary11: string;
|
44
|
+
primary12: string;
|
105
45
|
primary13: string;
|
46
|
+
accent1: string;
|
47
|
+
accent2: string;
|
48
|
+
accent3: string;
|
49
|
+
accent4: string;
|
50
|
+
accent5: string;
|
51
|
+
accent6: string;
|
52
|
+
accent7: string;
|
53
|
+
accent8: string;
|
54
|
+
accent9: string;
|
55
|
+
accent10: string;
|
56
|
+
accent11: string;
|
57
|
+
accent12: string;
|
106
58
|
accent13: string;
|
59
|
+
success1: string;
|
60
|
+
success2: string;
|
61
|
+
success3: string;
|
62
|
+
success4: string;
|
63
|
+
success5: string;
|
64
|
+
success6: string;
|
65
|
+
success7: string;
|
66
|
+
success8: string;
|
67
|
+
success9: string;
|
68
|
+
success10: string;
|
69
|
+
success11: string;
|
70
|
+
success12: string;
|
107
71
|
success13: string;
|
72
|
+
info1: string;
|
73
|
+
info2: string;
|
74
|
+
info3: string;
|
75
|
+
info4: string;
|
76
|
+
info5: string;
|
77
|
+
info6: string;
|
78
|
+
info7: string;
|
79
|
+
info8: string;
|
80
|
+
info9: string;
|
81
|
+
info10: string;
|
82
|
+
info11: string;
|
83
|
+
info12: string;
|
108
84
|
info13: string;
|
85
|
+
warning1: string;
|
86
|
+
warning2: string;
|
87
|
+
warning3: string;
|
88
|
+
warning4: string;
|
89
|
+
warning5: string;
|
90
|
+
warning6: string;
|
91
|
+
warning7: string;
|
92
|
+
warning8: string;
|
93
|
+
warning9: string;
|
94
|
+
warning10: string;
|
95
|
+
warning11: string;
|
96
|
+
warning12: string;
|
109
97
|
warning13: string;
|
98
|
+
critical1: string;
|
99
|
+
critical2: string;
|
100
|
+
critical3: string;
|
101
|
+
critical4: string;
|
102
|
+
critical5: string;
|
103
|
+
critical6: string;
|
104
|
+
critical7: string;
|
105
|
+
critical8: string;
|
106
|
+
critical9: string;
|
107
|
+
critical10: string;
|
108
|
+
critical11: string;
|
109
|
+
critical12: string;
|
110
110
|
critical13: string;
|
111
111
|
};
|
112
112
|
fonts: {
|
113
|
-
default: any;
|
114
|
-
body: any;
|
115
|
-
caption: any;
|
116
|
-
pageTitle: any;
|
117
|
-
sectionTitle: any;
|
118
|
-
sectionSubtitle: any;
|
119
|
-
button: any;
|
120
|
-
textInput: any;
|
121
113
|
display100: any;
|
122
114
|
display200: any;
|
123
115
|
display300: any;
|
@@ -127,8 +119,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
127
119
|
display700: any;
|
128
120
|
display800: any;
|
129
121
|
display900: any;
|
130
|
-
};
|
131
|
-
fontSizes: {
|
132
122
|
body: any;
|
133
123
|
caption: any;
|
134
124
|
pageTitle: any;
|
@@ -136,6 +126,9 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
136
126
|
sectionSubtitle: any;
|
137
127
|
button: any;
|
138
128
|
textInput: any;
|
129
|
+
default: any;
|
130
|
+
};
|
131
|
+
fontSizes: {
|
139
132
|
display100: any;
|
140
133
|
display200: any;
|
141
134
|
display300: any;
|
@@ -145,8 +138,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
145
138
|
display700: any;
|
146
139
|
display800: any;
|
147
140
|
display900: any;
|
148
|
-
};
|
149
|
-
fontWeights: {
|
150
141
|
body: any;
|
151
142
|
caption: any;
|
152
143
|
pageTitle: any;
|
@@ -154,6 +145,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
154
145
|
sectionSubtitle: any;
|
155
146
|
button: any;
|
156
147
|
textInput: any;
|
148
|
+
};
|
149
|
+
fontWeights: {
|
157
150
|
display100: any;
|
158
151
|
display200: any;
|
159
152
|
display300: any;
|
@@ -163,8 +156,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
163
156
|
display700: any;
|
164
157
|
display800: any;
|
165
158
|
display900: any;
|
166
|
-
};
|
167
|
-
letterSpacings: {
|
168
159
|
body: any;
|
169
160
|
caption: any;
|
170
161
|
pageTitle: any;
|
@@ -172,6 +163,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
172
163
|
sectionSubtitle: any;
|
173
164
|
button: any;
|
174
165
|
textInput: any;
|
166
|
+
};
|
167
|
+
letterSpacings: {
|
175
168
|
display100: any;
|
176
169
|
display200: any;
|
177
170
|
display300: any;
|
@@ -181,8 +174,6 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
181
174
|
display700: any;
|
182
175
|
display800: any;
|
183
176
|
display900: any;
|
184
|
-
};
|
185
|
-
lineHeights: {
|
186
177
|
body: any;
|
187
178
|
caption: any;
|
188
179
|
pageTitle: any;
|
@@ -190,6 +181,8 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
190
181
|
sectionSubtitle: any;
|
191
182
|
button: any;
|
192
183
|
textInput: any;
|
184
|
+
};
|
185
|
+
lineHeights: {
|
193
186
|
display100: any;
|
194
187
|
display200: any;
|
195
188
|
display300: any;
|
@@ -199,6 +192,13 @@ export declare const stitches: import("@stitches/react/types/stitches").default<
|
|
199
192
|
display700: any;
|
200
193
|
display800: any;
|
201
194
|
display900: any;
|
195
|
+
body: any;
|
196
|
+
caption: any;
|
197
|
+
pageTitle: any;
|
198
|
+
sectionTitle: any;
|
199
|
+
sectionSubtitle: any;
|
200
|
+
button: any;
|
201
|
+
textInput: any;
|
202
202
|
};
|
203
203
|
radii: {
|
204
204
|
default: any;
|
@@ -236,119 +236,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
236
236
|
}, {
|
237
237
|
colors: {
|
238
238
|
neutral1: string;
|
239
|
-
neutralA1: string;
|
240
|
-
primary1: string;
|
241
|
-
accent1: string;
|
242
|
-
success1: string;
|
243
|
-
info1: string;
|
244
|
-
warning1: string;
|
245
|
-
critical1: string;
|
246
239
|
neutral2: string;
|
247
|
-
neutralA2: string;
|
248
|
-
primary2: string;
|
249
|
-
accent2: string;
|
250
|
-
success2: string;
|
251
|
-
info2: string;
|
252
|
-
warning2: string;
|
253
|
-
critical2: string;
|
254
240
|
neutral3: string;
|
255
|
-
neutralA3: string;
|
256
|
-
primary3: string;
|
257
|
-
accent3: string;
|
258
|
-
success3: string;
|
259
|
-
info3: string;
|
260
|
-
warning3: string;
|
261
|
-
critical3: string;
|
262
241
|
neutral4: string;
|
263
|
-
neutralA4: string;
|
264
|
-
primary4: string;
|
265
|
-
accent4: string;
|
266
|
-
success4: string;
|
267
|
-
info4: string;
|
268
|
-
warning4: string;
|
269
|
-
critical4: string;
|
270
242
|
neutral5: string;
|
271
|
-
neutralA5: string;
|
272
|
-
primary5: string;
|
273
|
-
accent5: string;
|
274
|
-
success5: string;
|
275
|
-
info5: string;
|
276
|
-
warning5: string;
|
277
|
-
critical5: string;
|
278
243
|
neutral6: string;
|
279
|
-
neutralA6: string;
|
280
|
-
primary6: string;
|
281
|
-
accent6: string;
|
282
|
-
success6: string;
|
283
|
-
info6: string;
|
284
|
-
warning6: string;
|
285
|
-
critical6: string;
|
286
244
|
neutral7: string;
|
287
|
-
neutralA7: string;
|
288
|
-
primary7: string;
|
289
|
-
accent7: string;
|
290
|
-
success7: string;
|
291
|
-
info7: string;
|
292
|
-
warning7: string;
|
293
|
-
critical7: string;
|
294
245
|
neutral8: string;
|
295
|
-
neutralA8: string;
|
296
|
-
primary8: string;
|
297
|
-
accent8: string;
|
298
|
-
success8: string;
|
299
|
-
info8: string;
|
300
|
-
warning8: string;
|
301
|
-
critical8: string;
|
302
246
|
neutral9: string;
|
303
|
-
neutralA9: string;
|
304
|
-
primary9: string;
|
305
|
-
accent9: string;
|
306
|
-
success9: string;
|
307
|
-
info9: string;
|
308
|
-
warning9: string;
|
309
|
-
critical9: string;
|
310
247
|
neutral10: string;
|
311
|
-
neutralA10: string;
|
312
|
-
primary10: string;
|
313
|
-
accent10: string;
|
314
|
-
success10: string;
|
315
|
-
info10: string;
|
316
|
-
warning10: string;
|
317
|
-
critical10: string;
|
318
248
|
neutral11: string;
|
319
|
-
neutralA11: string;
|
320
|
-
primary11: string;
|
321
|
-
accent11: string;
|
322
|
-
success11: string;
|
323
|
-
info11: string;
|
324
|
-
warning11: string;
|
325
|
-
critical11: string;
|
326
249
|
neutral12: string;
|
327
|
-
neutralA12: string;
|
328
|
-
primary12: string;
|
329
|
-
accent12: string;
|
330
|
-
success12: string;
|
331
|
-
info12: string;
|
332
|
-
warning12: string;
|
333
|
-
critical12: string;
|
334
250
|
neutral13: string;
|
251
|
+
neutralA1: string;
|
252
|
+
neutralA2: string;
|
253
|
+
neutralA3: string;
|
254
|
+
neutralA4: string;
|
255
|
+
neutralA5: string;
|
256
|
+
neutralA6: string;
|
257
|
+
neutralA7: string;
|
258
|
+
neutralA8: string;
|
259
|
+
neutralA9: string;
|
260
|
+
neutralA10: string;
|
261
|
+
neutralA11: string;
|
262
|
+
neutralA12: string;
|
335
263
|
neutralA13: string;
|
264
|
+
primary1: string;
|
265
|
+
primary2: string;
|
266
|
+
primary3: string;
|
267
|
+
primary4: string;
|
268
|
+
primary5: string;
|
269
|
+
primary6: string;
|
270
|
+
primary7: string;
|
271
|
+
primary8: string;
|
272
|
+
primary9: string;
|
273
|
+
primary10: string;
|
274
|
+
primary11: string;
|
275
|
+
primary12: string;
|
336
276
|
primary13: string;
|
277
|
+
accent1: string;
|
278
|
+
accent2: string;
|
279
|
+
accent3: string;
|
280
|
+
accent4: string;
|
281
|
+
accent5: string;
|
282
|
+
accent6: string;
|
283
|
+
accent7: string;
|
284
|
+
accent8: string;
|
285
|
+
accent9: string;
|
286
|
+
accent10: string;
|
287
|
+
accent11: string;
|
288
|
+
accent12: string;
|
337
289
|
accent13: string;
|
290
|
+
success1: string;
|
291
|
+
success2: string;
|
292
|
+
success3: string;
|
293
|
+
success4: string;
|
294
|
+
success5: string;
|
295
|
+
success6: string;
|
296
|
+
success7: string;
|
297
|
+
success8: string;
|
298
|
+
success9: string;
|
299
|
+
success10: string;
|
300
|
+
success11: string;
|
301
|
+
success12: string;
|
338
302
|
success13: string;
|
303
|
+
info1: string;
|
304
|
+
info2: string;
|
305
|
+
info3: string;
|
306
|
+
info4: string;
|
307
|
+
info5: string;
|
308
|
+
info6: string;
|
309
|
+
info7: string;
|
310
|
+
info8: string;
|
311
|
+
info9: string;
|
312
|
+
info10: string;
|
313
|
+
info11: string;
|
314
|
+
info12: string;
|
339
315
|
info13: string;
|
316
|
+
warning1: string;
|
317
|
+
warning2: string;
|
318
|
+
warning3: string;
|
319
|
+
warning4: string;
|
320
|
+
warning5: string;
|
321
|
+
warning6: string;
|
322
|
+
warning7: string;
|
323
|
+
warning8: string;
|
324
|
+
warning9: string;
|
325
|
+
warning10: string;
|
326
|
+
warning11: string;
|
327
|
+
warning12: string;
|
340
328
|
warning13: string;
|
329
|
+
critical1: string;
|
330
|
+
critical2: string;
|
331
|
+
critical3: string;
|
332
|
+
critical4: string;
|
333
|
+
critical5: string;
|
334
|
+
critical6: string;
|
335
|
+
critical7: string;
|
336
|
+
critical8: string;
|
337
|
+
critical9: string;
|
338
|
+
critical10: string;
|
339
|
+
critical11: string;
|
340
|
+
critical12: string;
|
341
341
|
critical13: string;
|
342
342
|
};
|
343
343
|
fonts: {
|
344
|
-
default: any;
|
345
|
-
body: any;
|
346
|
-
caption: any;
|
347
|
-
pageTitle: any;
|
348
|
-
sectionTitle: any;
|
349
|
-
sectionSubtitle: any;
|
350
|
-
button: any;
|
351
|
-
textInput: any;
|
352
344
|
display100: any;
|
353
345
|
display200: any;
|
354
346
|
display300: any;
|
@@ -358,8 +350,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
358
350
|
display700: any;
|
359
351
|
display800: any;
|
360
352
|
display900: any;
|
361
|
-
};
|
362
|
-
fontSizes: {
|
363
353
|
body: any;
|
364
354
|
caption: any;
|
365
355
|
pageTitle: any;
|
@@ -367,6 +357,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
367
357
|
sectionSubtitle: any;
|
368
358
|
button: any;
|
369
359
|
textInput: any;
|
360
|
+
default: any;
|
361
|
+
};
|
362
|
+
fontSizes: {
|
370
363
|
display100: any;
|
371
364
|
display200: any;
|
372
365
|
display300: any;
|
@@ -376,8 +369,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
376
369
|
display700: any;
|
377
370
|
display800: any;
|
378
371
|
display900: any;
|
379
|
-
};
|
380
|
-
fontWeights: {
|
381
372
|
body: any;
|
382
373
|
caption: any;
|
383
374
|
pageTitle: any;
|
@@ -385,6 +376,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
385
376
|
sectionSubtitle: any;
|
386
377
|
button: any;
|
387
378
|
textInput: any;
|
379
|
+
};
|
380
|
+
fontWeights: {
|
388
381
|
display100: any;
|
389
382
|
display200: any;
|
390
383
|
display300: any;
|
@@ -394,8 +387,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
394
387
|
display700: any;
|
395
388
|
display800: any;
|
396
389
|
display900: any;
|
397
|
-
};
|
398
|
-
letterSpacings: {
|
399
390
|
body: any;
|
400
391
|
caption: any;
|
401
392
|
pageTitle: any;
|
@@ -403,6 +394,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
403
394
|
sectionSubtitle: any;
|
404
395
|
button: any;
|
405
396
|
textInput: any;
|
397
|
+
};
|
398
|
+
letterSpacings: {
|
406
399
|
display100: any;
|
407
400
|
display200: any;
|
408
401
|
display300: any;
|
@@ -412,8 +405,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
412
405
|
display700: any;
|
413
406
|
display800: any;
|
414
407
|
display900: any;
|
415
|
-
};
|
416
|
-
lineHeights: {
|
417
408
|
body: any;
|
418
409
|
caption: any;
|
419
410
|
pageTitle: any;
|
@@ -421,6 +412,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
421
412
|
sectionSubtitle: any;
|
422
413
|
button: any;
|
423
414
|
textInput: any;
|
415
|
+
};
|
416
|
+
lineHeights: {
|
424
417
|
display100: any;
|
425
418
|
display200: any;
|
426
419
|
display300: any;
|
@@ -430,6 +423,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
430
423
|
display700: any;
|
431
424
|
display800: any;
|
432
425
|
display900: any;
|
426
|
+
body: any;
|
427
|
+
caption: any;
|
428
|
+
pageTitle: any;
|
429
|
+
sectionTitle: any;
|
430
|
+
sectionSubtitle: any;
|
431
|
+
button: any;
|
432
|
+
textInput: any;
|
433
433
|
};
|
434
434
|
radii: {
|
435
435
|
default: any;
|
@@ -479,119 +479,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
479
479
|
}, {
|
480
480
|
colors: {
|
481
481
|
neutral1: string;
|
482
|
-
neutralA1: string;
|
483
|
-
primary1: string;
|
484
|
-
accent1: string;
|
485
|
-
success1: string;
|
486
|
-
info1: string;
|
487
|
-
warning1: string;
|
488
|
-
critical1: string;
|
489
482
|
neutral2: string;
|
490
|
-
neutralA2: string;
|
491
|
-
primary2: string;
|
492
|
-
accent2: string;
|
493
|
-
success2: string;
|
494
|
-
info2: string;
|
495
|
-
warning2: string;
|
496
|
-
critical2: string;
|
497
483
|
neutral3: string;
|
498
|
-
neutralA3: string;
|
499
|
-
primary3: string;
|
500
|
-
accent3: string;
|
501
|
-
success3: string;
|
502
|
-
info3: string;
|
503
|
-
warning3: string;
|
504
|
-
critical3: string;
|
505
484
|
neutral4: string;
|
506
|
-
neutralA4: string;
|
507
|
-
primary4: string;
|
508
|
-
accent4: string;
|
509
|
-
success4: string;
|
510
|
-
info4: string;
|
511
|
-
warning4: string;
|
512
|
-
critical4: string;
|
513
485
|
neutral5: string;
|
514
|
-
neutralA5: string;
|
515
|
-
primary5: string;
|
516
|
-
accent5: string;
|
517
|
-
success5: string;
|
518
|
-
info5: string;
|
519
|
-
warning5: string;
|
520
|
-
critical5: string;
|
521
486
|
neutral6: string;
|
522
|
-
neutralA6: string;
|
523
|
-
primary6: string;
|
524
|
-
accent6: string;
|
525
|
-
success6: string;
|
526
|
-
info6: string;
|
527
|
-
warning6: string;
|
528
|
-
critical6: string;
|
529
487
|
neutral7: string;
|
530
|
-
neutralA7: string;
|
531
|
-
primary7: string;
|
532
|
-
accent7: string;
|
533
|
-
success7: string;
|
534
|
-
info7: string;
|
535
|
-
warning7: string;
|
536
|
-
critical7: string;
|
537
488
|
neutral8: string;
|
538
|
-
neutralA8: string;
|
539
|
-
primary8: string;
|
540
|
-
accent8: string;
|
541
|
-
success8: string;
|
542
|
-
info8: string;
|
543
|
-
warning8: string;
|
544
|
-
critical8: string;
|
545
489
|
neutral9: string;
|
546
|
-
neutralA9: string;
|
547
|
-
primary9: string;
|
548
|
-
accent9: string;
|
549
|
-
success9: string;
|
550
|
-
info9: string;
|
551
|
-
warning9: string;
|
552
|
-
critical9: string;
|
553
490
|
neutral10: string;
|
554
|
-
neutralA10: string;
|
555
|
-
primary10: string;
|
556
|
-
accent10: string;
|
557
|
-
success10: string;
|
558
|
-
info10: string;
|
559
|
-
warning10: string;
|
560
|
-
critical10: string;
|
561
491
|
neutral11: string;
|
562
|
-
neutralA11: string;
|
563
|
-
primary11: string;
|
564
|
-
accent11: string;
|
565
|
-
success11: string;
|
566
|
-
info11: string;
|
567
|
-
warning11: string;
|
568
|
-
critical11: string;
|
569
492
|
neutral12: string;
|
570
|
-
neutralA12: string;
|
571
|
-
primary12: string;
|
572
|
-
accent12: string;
|
573
|
-
success12: string;
|
574
|
-
info12: string;
|
575
|
-
warning12: string;
|
576
|
-
critical12: string;
|
577
493
|
neutral13: string;
|
494
|
+
neutralA1: string;
|
495
|
+
neutralA2: string;
|
496
|
+
neutralA3: string;
|
497
|
+
neutralA4: string;
|
498
|
+
neutralA5: string;
|
499
|
+
neutralA6: string;
|
500
|
+
neutralA7: string;
|
501
|
+
neutralA8: string;
|
502
|
+
neutralA9: string;
|
503
|
+
neutralA10: string;
|
504
|
+
neutralA11: string;
|
505
|
+
neutralA12: string;
|
578
506
|
neutralA13: string;
|
507
|
+
primary1: string;
|
508
|
+
primary2: string;
|
509
|
+
primary3: string;
|
510
|
+
primary4: string;
|
511
|
+
primary5: string;
|
512
|
+
primary6: string;
|
513
|
+
primary7: string;
|
514
|
+
primary8: string;
|
515
|
+
primary9: string;
|
516
|
+
primary10: string;
|
517
|
+
primary11: string;
|
518
|
+
primary12: string;
|
579
519
|
primary13: string;
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
520
|
+
accent1: string;
|
521
|
+
accent2: string;
|
522
|
+
accent3: string;
|
523
|
+
accent4: string;
|
524
|
+
accent5: string;
|
525
|
+
accent6: string;
|
526
|
+
accent7: string;
|
527
|
+
accent8: string;
|
528
|
+
accent9: string;
|
529
|
+
accent10: string;
|
530
|
+
accent11: string;
|
531
|
+
accent12: string;
|
532
|
+
accent13: string;
|
533
|
+
success1: string;
|
534
|
+
success2: string;
|
535
|
+
success3: string;
|
536
|
+
success4: string;
|
537
|
+
success5: string;
|
538
|
+
success6: string;
|
539
|
+
success7: string;
|
540
|
+
success8: string;
|
541
|
+
success9: string;
|
542
|
+
success10: string;
|
543
|
+
success11: string;
|
544
|
+
success12: string;
|
545
|
+
success13: string;
|
546
|
+
info1: string;
|
547
|
+
info2: string;
|
548
|
+
info3: string;
|
549
|
+
info4: string;
|
550
|
+
info5: string;
|
551
|
+
info6: string;
|
552
|
+
info7: string;
|
553
|
+
info8: string;
|
554
|
+
info9: string;
|
555
|
+
info10: string;
|
556
|
+
info11: string;
|
557
|
+
info12: string;
|
558
|
+
info13: string;
|
559
|
+
warning1: string;
|
560
|
+
warning2: string;
|
561
|
+
warning3: string;
|
562
|
+
warning4: string;
|
563
|
+
warning5: string;
|
564
|
+
warning6: string;
|
565
|
+
warning7: string;
|
566
|
+
warning8: string;
|
567
|
+
warning9: string;
|
568
|
+
warning10: string;
|
569
|
+
warning11: string;
|
570
|
+
warning12: string;
|
571
|
+
warning13: string;
|
572
|
+
critical1: string;
|
573
|
+
critical2: string;
|
574
|
+
critical3: string;
|
575
|
+
critical4: string;
|
576
|
+
critical5: string;
|
577
|
+
critical6: string;
|
578
|
+
critical7: string;
|
579
|
+
critical8: string;
|
580
|
+
critical9: string;
|
581
|
+
critical10: string;
|
582
|
+
critical11: string;
|
583
|
+
critical12: string;
|
584
584
|
critical13: string;
|
585
585
|
};
|
586
586
|
fonts: {
|
587
|
-
default: any;
|
588
|
-
body: any;
|
589
|
-
caption: any;
|
590
|
-
pageTitle: any;
|
591
|
-
sectionTitle: any;
|
592
|
-
sectionSubtitle: any;
|
593
|
-
button: any;
|
594
|
-
textInput: any;
|
595
587
|
display100: any;
|
596
588
|
display200: any;
|
597
589
|
display300: any;
|
@@ -601,8 +593,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
601
593
|
display700: any;
|
602
594
|
display800: any;
|
603
595
|
display900: any;
|
604
|
-
};
|
605
|
-
fontSizes: {
|
606
596
|
body: any;
|
607
597
|
caption: any;
|
608
598
|
pageTitle: any;
|
@@ -610,6 +600,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
610
600
|
sectionSubtitle: any;
|
611
601
|
button: any;
|
612
602
|
textInput: any;
|
603
|
+
default: any;
|
604
|
+
};
|
605
|
+
fontSizes: {
|
613
606
|
display100: any;
|
614
607
|
display200: any;
|
615
608
|
display300: any;
|
@@ -619,8 +612,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
619
612
|
display700: any;
|
620
613
|
display800: any;
|
621
614
|
display900: any;
|
622
|
-
};
|
623
|
-
fontWeights: {
|
624
615
|
body: any;
|
625
616
|
caption: any;
|
626
617
|
pageTitle: any;
|
@@ -628,6 +619,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
628
619
|
sectionSubtitle: any;
|
629
620
|
button: any;
|
630
621
|
textInput: any;
|
622
|
+
};
|
623
|
+
fontWeights: {
|
631
624
|
display100: any;
|
632
625
|
display200: any;
|
633
626
|
display300: any;
|
@@ -637,8 +630,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
637
630
|
display700: any;
|
638
631
|
display800: any;
|
639
632
|
display900: any;
|
640
|
-
};
|
641
|
-
letterSpacings: {
|
642
633
|
body: any;
|
643
634
|
caption: any;
|
644
635
|
pageTitle: any;
|
@@ -646,6 +637,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
646
637
|
sectionSubtitle: any;
|
647
638
|
button: any;
|
648
639
|
textInput: any;
|
640
|
+
};
|
641
|
+
letterSpacings: {
|
649
642
|
display100: any;
|
650
643
|
display200: any;
|
651
644
|
display300: any;
|
@@ -655,8 +648,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
655
648
|
display700: any;
|
656
649
|
display800: any;
|
657
650
|
display900: any;
|
658
|
-
};
|
659
|
-
lineHeights: {
|
660
651
|
body: any;
|
661
652
|
caption: any;
|
662
653
|
pageTitle: any;
|
@@ -664,6 +655,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
664
655
|
sectionSubtitle: any;
|
665
656
|
button: any;
|
666
657
|
textInput: any;
|
658
|
+
};
|
659
|
+
lineHeights: {
|
667
660
|
display100: any;
|
668
661
|
display200: any;
|
669
662
|
display300: any;
|
@@ -673,6 +666,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
673
666
|
display700: any;
|
674
667
|
display800: any;
|
675
668
|
display900: any;
|
669
|
+
body: any;
|
670
|
+
caption: any;
|
671
|
+
pageTitle: any;
|
672
|
+
sectionTitle: any;
|
673
|
+
sectionSubtitle: any;
|
674
|
+
button: any;
|
675
|
+
textInput: any;
|
676
676
|
};
|
677
677
|
radii: {
|
678
678
|
default: any;
|
@@ -709,119 +709,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
709
709
|
}, {
|
710
710
|
colors: {
|
711
711
|
neutral1: string;
|
712
|
-
neutralA1: string;
|
713
|
-
primary1: string;
|
714
|
-
accent1: string;
|
715
|
-
success1: string;
|
716
|
-
info1: string;
|
717
|
-
warning1: string;
|
718
|
-
critical1: string;
|
719
712
|
neutral2: string;
|
720
|
-
neutralA2: string;
|
721
|
-
primary2: string;
|
722
|
-
accent2: string;
|
723
|
-
success2: string;
|
724
|
-
info2: string;
|
725
|
-
warning2: string;
|
726
|
-
critical2: string;
|
727
713
|
neutral3: string;
|
728
|
-
neutralA3: string;
|
729
|
-
primary3: string;
|
730
|
-
accent3: string;
|
731
|
-
success3: string;
|
732
|
-
info3: string;
|
733
|
-
warning3: string;
|
734
|
-
critical3: string;
|
735
714
|
neutral4: string;
|
736
|
-
neutralA4: string;
|
737
|
-
primary4: string;
|
738
|
-
accent4: string;
|
739
|
-
success4: string;
|
740
|
-
info4: string;
|
741
|
-
warning4: string;
|
742
|
-
critical4: string;
|
743
715
|
neutral5: string;
|
744
|
-
neutralA5: string;
|
745
|
-
primary5: string;
|
746
|
-
accent5: string;
|
747
|
-
success5: string;
|
748
|
-
info5: string;
|
749
|
-
warning5: string;
|
750
|
-
critical5: string;
|
751
716
|
neutral6: string;
|
752
|
-
neutralA6: string;
|
753
|
-
primary6: string;
|
754
|
-
accent6: string;
|
755
|
-
success6: string;
|
756
|
-
info6: string;
|
757
|
-
warning6: string;
|
758
|
-
critical6: string;
|
759
717
|
neutral7: string;
|
760
|
-
neutralA7: string;
|
761
|
-
primary7: string;
|
762
|
-
accent7: string;
|
763
|
-
success7: string;
|
764
|
-
info7: string;
|
765
|
-
warning7: string;
|
766
|
-
critical7: string;
|
767
718
|
neutral8: string;
|
768
|
-
neutralA8: string;
|
769
|
-
primary8: string;
|
770
|
-
accent8: string;
|
771
|
-
success8: string;
|
772
|
-
info8: string;
|
773
|
-
warning8: string;
|
774
|
-
critical8: string;
|
775
719
|
neutral9: string;
|
776
|
-
neutralA9: string;
|
777
|
-
primary9: string;
|
778
|
-
accent9: string;
|
779
|
-
success9: string;
|
780
|
-
info9: string;
|
781
|
-
warning9: string;
|
782
|
-
critical9: string;
|
783
720
|
neutral10: string;
|
784
|
-
neutralA10: string;
|
785
|
-
primary10: string;
|
786
|
-
accent10: string;
|
787
|
-
success10: string;
|
788
|
-
info10: string;
|
789
|
-
warning10: string;
|
790
|
-
critical10: string;
|
791
721
|
neutral11: string;
|
792
|
-
neutralA11: string;
|
793
|
-
primary11: string;
|
794
|
-
accent11: string;
|
795
|
-
success11: string;
|
796
|
-
info11: string;
|
797
|
-
warning11: string;
|
798
|
-
critical11: string;
|
799
722
|
neutral12: string;
|
800
|
-
neutralA12: string;
|
801
|
-
primary12: string;
|
802
|
-
accent12: string;
|
803
|
-
success12: string;
|
804
|
-
info12: string;
|
805
|
-
warning12: string;
|
806
|
-
critical12: string;
|
807
723
|
neutral13: string;
|
724
|
+
neutralA1: string;
|
725
|
+
neutralA2: string;
|
726
|
+
neutralA3: string;
|
727
|
+
neutralA4: string;
|
728
|
+
neutralA5: string;
|
729
|
+
neutralA6: string;
|
730
|
+
neutralA7: string;
|
731
|
+
neutralA8: string;
|
732
|
+
neutralA9: string;
|
733
|
+
neutralA10: string;
|
734
|
+
neutralA11: string;
|
735
|
+
neutralA12: string;
|
808
736
|
neutralA13: string;
|
737
|
+
primary1: string;
|
738
|
+
primary2: string;
|
739
|
+
primary3: string;
|
740
|
+
primary4: string;
|
741
|
+
primary5: string;
|
742
|
+
primary6: string;
|
743
|
+
primary7: string;
|
744
|
+
primary8: string;
|
745
|
+
primary9: string;
|
746
|
+
primary10: string;
|
747
|
+
primary11: string;
|
748
|
+
primary12: string;
|
809
749
|
primary13: string;
|
750
|
+
accent1: string;
|
751
|
+
accent2: string;
|
752
|
+
accent3: string;
|
753
|
+
accent4: string;
|
754
|
+
accent5: string;
|
755
|
+
accent6: string;
|
756
|
+
accent7: string;
|
757
|
+
accent8: string;
|
758
|
+
accent9: string;
|
759
|
+
accent10: string;
|
760
|
+
accent11: string;
|
761
|
+
accent12: string;
|
810
762
|
accent13: string;
|
763
|
+
success1: string;
|
764
|
+
success2: string;
|
765
|
+
success3: string;
|
766
|
+
success4: string;
|
767
|
+
success5: string;
|
768
|
+
success6: string;
|
769
|
+
success7: string;
|
770
|
+
success8: string;
|
771
|
+
success9: string;
|
772
|
+
success10: string;
|
773
|
+
success11: string;
|
774
|
+
success12: string;
|
811
775
|
success13: string;
|
776
|
+
info1: string;
|
777
|
+
info2: string;
|
778
|
+
info3: string;
|
779
|
+
info4: string;
|
780
|
+
info5: string;
|
781
|
+
info6: string;
|
782
|
+
info7: string;
|
783
|
+
info8: string;
|
784
|
+
info9: string;
|
785
|
+
info10: string;
|
786
|
+
info11: string;
|
787
|
+
info12: string;
|
812
788
|
info13: string;
|
789
|
+
warning1: string;
|
790
|
+
warning2: string;
|
791
|
+
warning3: string;
|
792
|
+
warning4: string;
|
793
|
+
warning5: string;
|
794
|
+
warning6: string;
|
795
|
+
warning7: string;
|
796
|
+
warning8: string;
|
797
|
+
warning9: string;
|
798
|
+
warning10: string;
|
799
|
+
warning11: string;
|
800
|
+
warning12: string;
|
813
801
|
warning13: string;
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
802
|
+
critical1: string;
|
803
|
+
critical2: string;
|
804
|
+
critical3: string;
|
805
|
+
critical4: string;
|
806
|
+
critical5: string;
|
807
|
+
critical6: string;
|
808
|
+
critical7: string;
|
809
|
+
critical8: string;
|
810
|
+
critical9: string;
|
811
|
+
critical10: string;
|
812
|
+
critical11: string;
|
813
|
+
critical12: string;
|
814
|
+
critical13: string;
|
815
|
+
};
|
816
|
+
fonts: {
|
825
817
|
display100: any;
|
826
818
|
display200: any;
|
827
819
|
display300: any;
|
@@ -831,8 +823,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
831
823
|
display700: any;
|
832
824
|
display800: any;
|
833
825
|
display900: any;
|
834
|
-
};
|
835
|
-
fontSizes: {
|
836
826
|
body: any;
|
837
827
|
caption: any;
|
838
828
|
pageTitle: any;
|
@@ -840,6 +830,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
840
830
|
sectionSubtitle: any;
|
841
831
|
button: any;
|
842
832
|
textInput: any;
|
833
|
+
default: any;
|
834
|
+
};
|
835
|
+
fontSizes: {
|
843
836
|
display100: any;
|
844
837
|
display200: any;
|
845
838
|
display300: any;
|
@@ -849,8 +842,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
849
842
|
display700: any;
|
850
843
|
display800: any;
|
851
844
|
display900: any;
|
852
|
-
};
|
853
|
-
fontWeights: {
|
854
845
|
body: any;
|
855
846
|
caption: any;
|
856
847
|
pageTitle: any;
|
@@ -858,6 +849,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
858
849
|
sectionSubtitle: any;
|
859
850
|
button: any;
|
860
851
|
textInput: any;
|
852
|
+
};
|
853
|
+
fontWeights: {
|
861
854
|
display100: any;
|
862
855
|
display200: any;
|
863
856
|
display300: any;
|
@@ -867,8 +860,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
867
860
|
display700: any;
|
868
861
|
display800: any;
|
869
862
|
display900: any;
|
870
|
-
};
|
871
|
-
letterSpacings: {
|
872
863
|
body: any;
|
873
864
|
caption: any;
|
874
865
|
pageTitle: any;
|
@@ -876,6 +867,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
876
867
|
sectionSubtitle: any;
|
877
868
|
button: any;
|
878
869
|
textInput: any;
|
870
|
+
};
|
871
|
+
letterSpacings: {
|
879
872
|
display100: any;
|
880
873
|
display200: any;
|
881
874
|
display300: any;
|
@@ -885,8 +878,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
885
878
|
display700: any;
|
886
879
|
display800: any;
|
887
880
|
display900: any;
|
888
|
-
};
|
889
|
-
lineHeights: {
|
890
881
|
body: any;
|
891
882
|
caption: any;
|
892
883
|
pageTitle: any;
|
@@ -894,6 +885,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
894
885
|
sectionSubtitle: any;
|
895
886
|
button: any;
|
896
887
|
textInput: any;
|
888
|
+
};
|
889
|
+
lineHeights: {
|
897
890
|
display100: any;
|
898
891
|
display200: any;
|
899
892
|
display300: any;
|
@@ -903,6 +896,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
903
896
|
display700: any;
|
904
897
|
display800: any;
|
905
898
|
display900: any;
|
899
|
+
body: any;
|
900
|
+
caption: any;
|
901
|
+
pageTitle: any;
|
902
|
+
sectionTitle: any;
|
903
|
+
sectionSubtitle: any;
|
904
|
+
button: any;
|
905
|
+
textInput: any;
|
906
906
|
};
|
907
907
|
radii: {
|
908
908
|
default: any;
|
@@ -951,119 +951,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
951
951
|
} & {
|
952
952
|
colors: {
|
953
953
|
neutral1: import("@stitches/react/types/theme").Token<"neutral1", string, "colors", "vitality">;
|
954
|
-
neutralA1: import("@stitches/react/types/theme").Token<"neutralA1", string, "colors", "vitality">;
|
955
|
-
primary1: import("@stitches/react/types/theme").Token<"primary1", string, "colors", "vitality">;
|
956
|
-
accent1: import("@stitches/react/types/theme").Token<"accent1", string, "colors", "vitality">;
|
957
|
-
success1: import("@stitches/react/types/theme").Token<"success1", string, "colors", "vitality">;
|
958
|
-
info1: import("@stitches/react/types/theme").Token<"info1", string, "colors", "vitality">;
|
959
|
-
warning1: import("@stitches/react/types/theme").Token<"warning1", string, "colors", "vitality">;
|
960
|
-
critical1: import("@stitches/react/types/theme").Token<"critical1", string, "colors", "vitality">;
|
961
954
|
neutral2: import("@stitches/react/types/theme").Token<"neutral2", string, "colors", "vitality">;
|
962
|
-
neutralA2: import("@stitches/react/types/theme").Token<"neutralA2", string, "colors", "vitality">;
|
963
|
-
primary2: import("@stitches/react/types/theme").Token<"primary2", string, "colors", "vitality">;
|
964
|
-
accent2: import("@stitches/react/types/theme").Token<"accent2", string, "colors", "vitality">;
|
965
|
-
success2: import("@stitches/react/types/theme").Token<"success2", string, "colors", "vitality">;
|
966
|
-
info2: import("@stitches/react/types/theme").Token<"info2", string, "colors", "vitality">;
|
967
|
-
warning2: import("@stitches/react/types/theme").Token<"warning2", string, "colors", "vitality">;
|
968
|
-
critical2: import("@stitches/react/types/theme").Token<"critical2", string, "colors", "vitality">;
|
969
955
|
neutral3: import("@stitches/react/types/theme").Token<"neutral3", string, "colors", "vitality">;
|
970
|
-
neutralA3: import("@stitches/react/types/theme").Token<"neutralA3", string, "colors", "vitality">;
|
971
|
-
primary3: import("@stitches/react/types/theme").Token<"primary3", string, "colors", "vitality">;
|
972
|
-
accent3: import("@stitches/react/types/theme").Token<"accent3", string, "colors", "vitality">;
|
973
|
-
success3: import("@stitches/react/types/theme").Token<"success3", string, "colors", "vitality">;
|
974
|
-
info3: import("@stitches/react/types/theme").Token<"info3", string, "colors", "vitality">;
|
975
|
-
warning3: import("@stitches/react/types/theme").Token<"warning3", string, "colors", "vitality">;
|
976
|
-
critical3: import("@stitches/react/types/theme").Token<"critical3", string, "colors", "vitality">;
|
977
956
|
neutral4: import("@stitches/react/types/theme").Token<"neutral4", string, "colors", "vitality">;
|
978
|
-
neutralA4: import("@stitches/react/types/theme").Token<"neutralA4", string, "colors", "vitality">;
|
979
|
-
primary4: import("@stitches/react/types/theme").Token<"primary4", string, "colors", "vitality">;
|
980
|
-
accent4: import("@stitches/react/types/theme").Token<"accent4", string, "colors", "vitality">;
|
981
|
-
success4: import("@stitches/react/types/theme").Token<"success4", string, "colors", "vitality">;
|
982
|
-
info4: import("@stitches/react/types/theme").Token<"info4", string, "colors", "vitality">;
|
983
|
-
warning4: import("@stitches/react/types/theme").Token<"warning4", string, "colors", "vitality">;
|
984
|
-
critical4: import("@stitches/react/types/theme").Token<"critical4", string, "colors", "vitality">;
|
985
957
|
neutral5: import("@stitches/react/types/theme").Token<"neutral5", string, "colors", "vitality">;
|
986
|
-
neutralA5: import("@stitches/react/types/theme").Token<"neutralA5", string, "colors", "vitality">;
|
987
|
-
primary5: import("@stitches/react/types/theme").Token<"primary5", string, "colors", "vitality">;
|
988
|
-
accent5: import("@stitches/react/types/theme").Token<"accent5", string, "colors", "vitality">;
|
989
|
-
success5: import("@stitches/react/types/theme").Token<"success5", string, "colors", "vitality">;
|
990
|
-
info5: import("@stitches/react/types/theme").Token<"info5", string, "colors", "vitality">;
|
991
|
-
warning5: import("@stitches/react/types/theme").Token<"warning5", string, "colors", "vitality">;
|
992
|
-
critical5: import("@stitches/react/types/theme").Token<"critical5", string, "colors", "vitality">;
|
993
958
|
neutral6: import("@stitches/react/types/theme").Token<"neutral6", string, "colors", "vitality">;
|
994
|
-
neutralA6: import("@stitches/react/types/theme").Token<"neutralA6", string, "colors", "vitality">;
|
995
|
-
primary6: import("@stitches/react/types/theme").Token<"primary6", string, "colors", "vitality">;
|
996
|
-
accent6: import("@stitches/react/types/theme").Token<"accent6", string, "colors", "vitality">;
|
997
|
-
success6: import("@stitches/react/types/theme").Token<"success6", string, "colors", "vitality">;
|
998
|
-
info6: import("@stitches/react/types/theme").Token<"info6", string, "colors", "vitality">;
|
999
|
-
warning6: import("@stitches/react/types/theme").Token<"warning6", string, "colors", "vitality">;
|
1000
|
-
critical6: import("@stitches/react/types/theme").Token<"critical6", string, "colors", "vitality">;
|
1001
959
|
neutral7: import("@stitches/react/types/theme").Token<"neutral7", string, "colors", "vitality">;
|
1002
|
-
neutralA7: import("@stitches/react/types/theme").Token<"neutralA7", string, "colors", "vitality">;
|
1003
|
-
primary7: import("@stitches/react/types/theme").Token<"primary7", string, "colors", "vitality">;
|
1004
|
-
accent7: import("@stitches/react/types/theme").Token<"accent7", string, "colors", "vitality">;
|
1005
|
-
success7: import("@stitches/react/types/theme").Token<"success7", string, "colors", "vitality">;
|
1006
|
-
info7: import("@stitches/react/types/theme").Token<"info7", string, "colors", "vitality">;
|
1007
|
-
warning7: import("@stitches/react/types/theme").Token<"warning7", string, "colors", "vitality">;
|
1008
|
-
critical7: import("@stitches/react/types/theme").Token<"critical7", string, "colors", "vitality">;
|
1009
960
|
neutral8: import("@stitches/react/types/theme").Token<"neutral8", string, "colors", "vitality">;
|
1010
|
-
neutralA8: import("@stitches/react/types/theme").Token<"neutralA8", string, "colors", "vitality">;
|
1011
|
-
primary8: import("@stitches/react/types/theme").Token<"primary8", string, "colors", "vitality">;
|
1012
|
-
accent8: import("@stitches/react/types/theme").Token<"accent8", string, "colors", "vitality">;
|
1013
|
-
success8: import("@stitches/react/types/theme").Token<"success8", string, "colors", "vitality">;
|
1014
|
-
info8: import("@stitches/react/types/theme").Token<"info8", string, "colors", "vitality">;
|
1015
|
-
warning8: import("@stitches/react/types/theme").Token<"warning8", string, "colors", "vitality">;
|
1016
|
-
critical8: import("@stitches/react/types/theme").Token<"critical8", string, "colors", "vitality">;
|
1017
961
|
neutral9: import("@stitches/react/types/theme").Token<"neutral9", string, "colors", "vitality">;
|
1018
|
-
neutralA9: import("@stitches/react/types/theme").Token<"neutralA9", string, "colors", "vitality">;
|
1019
|
-
primary9: import("@stitches/react/types/theme").Token<"primary9", string, "colors", "vitality">;
|
1020
|
-
accent9: import("@stitches/react/types/theme").Token<"accent9", string, "colors", "vitality">;
|
1021
|
-
success9: import("@stitches/react/types/theme").Token<"success9", string, "colors", "vitality">;
|
1022
|
-
info9: import("@stitches/react/types/theme").Token<"info9", string, "colors", "vitality">;
|
1023
|
-
warning9: import("@stitches/react/types/theme").Token<"warning9", string, "colors", "vitality">;
|
1024
|
-
critical9: import("@stitches/react/types/theme").Token<"critical9", string, "colors", "vitality">;
|
1025
962
|
neutral10: import("@stitches/react/types/theme").Token<"neutral10", string, "colors", "vitality">;
|
1026
|
-
neutralA10: import("@stitches/react/types/theme").Token<"neutralA10", string, "colors", "vitality">;
|
1027
|
-
primary10: import("@stitches/react/types/theme").Token<"primary10", string, "colors", "vitality">;
|
1028
|
-
accent10: import("@stitches/react/types/theme").Token<"accent10", string, "colors", "vitality">;
|
1029
|
-
success10: import("@stitches/react/types/theme").Token<"success10", string, "colors", "vitality">;
|
1030
|
-
info10: import("@stitches/react/types/theme").Token<"info10", string, "colors", "vitality">;
|
1031
|
-
warning10: import("@stitches/react/types/theme").Token<"warning10", string, "colors", "vitality">;
|
1032
|
-
critical10: import("@stitches/react/types/theme").Token<"critical10", string, "colors", "vitality">;
|
1033
963
|
neutral11: import("@stitches/react/types/theme").Token<"neutral11", string, "colors", "vitality">;
|
1034
|
-
neutralA11: import("@stitches/react/types/theme").Token<"neutralA11", string, "colors", "vitality">;
|
1035
|
-
primary11: import("@stitches/react/types/theme").Token<"primary11", string, "colors", "vitality">;
|
1036
|
-
accent11: import("@stitches/react/types/theme").Token<"accent11", string, "colors", "vitality">;
|
1037
|
-
success11: import("@stitches/react/types/theme").Token<"success11", string, "colors", "vitality">;
|
1038
|
-
info11: import("@stitches/react/types/theme").Token<"info11", string, "colors", "vitality">;
|
1039
|
-
warning11: import("@stitches/react/types/theme").Token<"warning11", string, "colors", "vitality">;
|
1040
|
-
critical11: import("@stitches/react/types/theme").Token<"critical11", string, "colors", "vitality">;
|
1041
964
|
neutral12: import("@stitches/react/types/theme").Token<"neutral12", string, "colors", "vitality">;
|
1042
|
-
neutralA12: import("@stitches/react/types/theme").Token<"neutralA12", string, "colors", "vitality">;
|
1043
|
-
primary12: import("@stitches/react/types/theme").Token<"primary12", string, "colors", "vitality">;
|
1044
|
-
accent12: import("@stitches/react/types/theme").Token<"accent12", string, "colors", "vitality">;
|
1045
|
-
success12: import("@stitches/react/types/theme").Token<"success12", string, "colors", "vitality">;
|
1046
|
-
info12: import("@stitches/react/types/theme").Token<"info12", string, "colors", "vitality">;
|
1047
|
-
warning12: import("@stitches/react/types/theme").Token<"warning12", string, "colors", "vitality">;
|
1048
|
-
critical12: import("@stitches/react/types/theme").Token<"critical12", string, "colors", "vitality">;
|
1049
965
|
neutral13: import("@stitches/react/types/theme").Token<"neutral13", string, "colors", "vitality">;
|
966
|
+
neutralA1: import("@stitches/react/types/theme").Token<"neutralA1", string, "colors", "vitality">;
|
967
|
+
neutralA2: import("@stitches/react/types/theme").Token<"neutralA2", string, "colors", "vitality">;
|
968
|
+
neutralA3: import("@stitches/react/types/theme").Token<"neutralA3", string, "colors", "vitality">;
|
969
|
+
neutralA4: import("@stitches/react/types/theme").Token<"neutralA4", string, "colors", "vitality">;
|
970
|
+
neutralA5: import("@stitches/react/types/theme").Token<"neutralA5", string, "colors", "vitality">;
|
971
|
+
neutralA6: import("@stitches/react/types/theme").Token<"neutralA6", string, "colors", "vitality">;
|
972
|
+
neutralA7: import("@stitches/react/types/theme").Token<"neutralA7", string, "colors", "vitality">;
|
973
|
+
neutralA8: import("@stitches/react/types/theme").Token<"neutralA8", string, "colors", "vitality">;
|
974
|
+
neutralA9: import("@stitches/react/types/theme").Token<"neutralA9", string, "colors", "vitality">;
|
975
|
+
neutralA10: import("@stitches/react/types/theme").Token<"neutralA10", string, "colors", "vitality">;
|
976
|
+
neutralA11: import("@stitches/react/types/theme").Token<"neutralA11", string, "colors", "vitality">;
|
977
|
+
neutralA12: import("@stitches/react/types/theme").Token<"neutralA12", string, "colors", "vitality">;
|
1050
978
|
neutralA13: import("@stitches/react/types/theme").Token<"neutralA13", string, "colors", "vitality">;
|
979
|
+
primary1: import("@stitches/react/types/theme").Token<"primary1", string, "colors", "vitality">;
|
980
|
+
primary2: import("@stitches/react/types/theme").Token<"primary2", string, "colors", "vitality">;
|
981
|
+
primary3: import("@stitches/react/types/theme").Token<"primary3", string, "colors", "vitality">;
|
982
|
+
primary4: import("@stitches/react/types/theme").Token<"primary4", string, "colors", "vitality">;
|
983
|
+
primary5: import("@stitches/react/types/theme").Token<"primary5", string, "colors", "vitality">;
|
984
|
+
primary6: import("@stitches/react/types/theme").Token<"primary6", string, "colors", "vitality">;
|
985
|
+
primary7: import("@stitches/react/types/theme").Token<"primary7", string, "colors", "vitality">;
|
986
|
+
primary8: import("@stitches/react/types/theme").Token<"primary8", string, "colors", "vitality">;
|
987
|
+
primary9: import("@stitches/react/types/theme").Token<"primary9", string, "colors", "vitality">;
|
988
|
+
primary10: import("@stitches/react/types/theme").Token<"primary10", string, "colors", "vitality">;
|
989
|
+
primary11: import("@stitches/react/types/theme").Token<"primary11", string, "colors", "vitality">;
|
990
|
+
primary12: import("@stitches/react/types/theme").Token<"primary12", string, "colors", "vitality">;
|
1051
991
|
primary13: import("@stitches/react/types/theme").Token<"primary13", string, "colors", "vitality">;
|
992
|
+
accent1: import("@stitches/react/types/theme").Token<"accent1", string, "colors", "vitality">;
|
993
|
+
accent2: import("@stitches/react/types/theme").Token<"accent2", string, "colors", "vitality">;
|
994
|
+
accent3: import("@stitches/react/types/theme").Token<"accent3", string, "colors", "vitality">;
|
995
|
+
accent4: import("@stitches/react/types/theme").Token<"accent4", string, "colors", "vitality">;
|
996
|
+
accent5: import("@stitches/react/types/theme").Token<"accent5", string, "colors", "vitality">;
|
997
|
+
accent6: import("@stitches/react/types/theme").Token<"accent6", string, "colors", "vitality">;
|
998
|
+
accent7: import("@stitches/react/types/theme").Token<"accent7", string, "colors", "vitality">;
|
999
|
+
accent8: import("@stitches/react/types/theme").Token<"accent8", string, "colors", "vitality">;
|
1000
|
+
accent9: import("@stitches/react/types/theme").Token<"accent9", string, "colors", "vitality">;
|
1001
|
+
accent10: import("@stitches/react/types/theme").Token<"accent10", string, "colors", "vitality">;
|
1002
|
+
accent11: import("@stitches/react/types/theme").Token<"accent11", string, "colors", "vitality">;
|
1003
|
+
accent12: import("@stitches/react/types/theme").Token<"accent12", string, "colors", "vitality">;
|
1052
1004
|
accent13: import("@stitches/react/types/theme").Token<"accent13", string, "colors", "vitality">;
|
1005
|
+
success1: import("@stitches/react/types/theme").Token<"success1", string, "colors", "vitality">;
|
1006
|
+
success2: import("@stitches/react/types/theme").Token<"success2", string, "colors", "vitality">;
|
1007
|
+
success3: import("@stitches/react/types/theme").Token<"success3", string, "colors", "vitality">;
|
1008
|
+
success4: import("@stitches/react/types/theme").Token<"success4", string, "colors", "vitality">;
|
1009
|
+
success5: import("@stitches/react/types/theme").Token<"success5", string, "colors", "vitality">;
|
1010
|
+
success6: import("@stitches/react/types/theme").Token<"success6", string, "colors", "vitality">;
|
1011
|
+
success7: import("@stitches/react/types/theme").Token<"success7", string, "colors", "vitality">;
|
1012
|
+
success8: import("@stitches/react/types/theme").Token<"success8", string, "colors", "vitality">;
|
1013
|
+
success9: import("@stitches/react/types/theme").Token<"success9", string, "colors", "vitality">;
|
1014
|
+
success10: import("@stitches/react/types/theme").Token<"success10", string, "colors", "vitality">;
|
1015
|
+
success11: import("@stitches/react/types/theme").Token<"success11", string, "colors", "vitality">;
|
1016
|
+
success12: import("@stitches/react/types/theme").Token<"success12", string, "colors", "vitality">;
|
1053
1017
|
success13: import("@stitches/react/types/theme").Token<"success13", string, "colors", "vitality">;
|
1018
|
+
info1: import("@stitches/react/types/theme").Token<"info1", string, "colors", "vitality">;
|
1019
|
+
info2: import("@stitches/react/types/theme").Token<"info2", string, "colors", "vitality">;
|
1020
|
+
info3: import("@stitches/react/types/theme").Token<"info3", string, "colors", "vitality">;
|
1021
|
+
info4: import("@stitches/react/types/theme").Token<"info4", string, "colors", "vitality">;
|
1022
|
+
info5: import("@stitches/react/types/theme").Token<"info5", string, "colors", "vitality">;
|
1023
|
+
info6: import("@stitches/react/types/theme").Token<"info6", string, "colors", "vitality">;
|
1024
|
+
info7: import("@stitches/react/types/theme").Token<"info7", string, "colors", "vitality">;
|
1025
|
+
info8: import("@stitches/react/types/theme").Token<"info8", string, "colors", "vitality">;
|
1026
|
+
info9: import("@stitches/react/types/theme").Token<"info9", string, "colors", "vitality">;
|
1027
|
+
info10: import("@stitches/react/types/theme").Token<"info10", string, "colors", "vitality">;
|
1028
|
+
info11: import("@stitches/react/types/theme").Token<"info11", string, "colors", "vitality">;
|
1029
|
+
info12: import("@stitches/react/types/theme").Token<"info12", string, "colors", "vitality">;
|
1054
1030
|
info13: import("@stitches/react/types/theme").Token<"info13", string, "colors", "vitality">;
|
1031
|
+
warning1: import("@stitches/react/types/theme").Token<"warning1", string, "colors", "vitality">;
|
1032
|
+
warning2: import("@stitches/react/types/theme").Token<"warning2", string, "colors", "vitality">;
|
1033
|
+
warning3: import("@stitches/react/types/theme").Token<"warning3", string, "colors", "vitality">;
|
1034
|
+
warning4: import("@stitches/react/types/theme").Token<"warning4", string, "colors", "vitality">;
|
1035
|
+
warning5: import("@stitches/react/types/theme").Token<"warning5", string, "colors", "vitality">;
|
1036
|
+
warning6: import("@stitches/react/types/theme").Token<"warning6", string, "colors", "vitality">;
|
1037
|
+
warning7: import("@stitches/react/types/theme").Token<"warning7", string, "colors", "vitality">;
|
1038
|
+
warning8: import("@stitches/react/types/theme").Token<"warning8", string, "colors", "vitality">;
|
1039
|
+
warning9: import("@stitches/react/types/theme").Token<"warning9", string, "colors", "vitality">;
|
1040
|
+
warning10: import("@stitches/react/types/theme").Token<"warning10", string, "colors", "vitality">;
|
1041
|
+
warning11: import("@stitches/react/types/theme").Token<"warning11", string, "colors", "vitality">;
|
1042
|
+
warning12: import("@stitches/react/types/theme").Token<"warning12", string, "colors", "vitality">;
|
1055
1043
|
warning13: import("@stitches/react/types/theme").Token<"warning13", string, "colors", "vitality">;
|
1044
|
+
critical1: import("@stitches/react/types/theme").Token<"critical1", string, "colors", "vitality">;
|
1045
|
+
critical2: import("@stitches/react/types/theme").Token<"critical2", string, "colors", "vitality">;
|
1046
|
+
critical3: import("@stitches/react/types/theme").Token<"critical3", string, "colors", "vitality">;
|
1047
|
+
critical4: import("@stitches/react/types/theme").Token<"critical4", string, "colors", "vitality">;
|
1048
|
+
critical5: import("@stitches/react/types/theme").Token<"critical5", string, "colors", "vitality">;
|
1049
|
+
critical6: import("@stitches/react/types/theme").Token<"critical6", string, "colors", "vitality">;
|
1050
|
+
critical7: import("@stitches/react/types/theme").Token<"critical7", string, "colors", "vitality">;
|
1051
|
+
critical8: import("@stitches/react/types/theme").Token<"critical8", string, "colors", "vitality">;
|
1052
|
+
critical9: import("@stitches/react/types/theme").Token<"critical9", string, "colors", "vitality">;
|
1053
|
+
critical10: import("@stitches/react/types/theme").Token<"critical10", string, "colors", "vitality">;
|
1054
|
+
critical11: import("@stitches/react/types/theme").Token<"critical11", string, "colors", "vitality">;
|
1055
|
+
critical12: import("@stitches/react/types/theme").Token<"critical12", string, "colors", "vitality">;
|
1056
1056
|
critical13: import("@stitches/react/types/theme").Token<"critical13", string, "colors", "vitality">;
|
1057
1057
|
};
|
1058
1058
|
fonts: {
|
1059
|
-
default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
|
1060
|
-
body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "vitality">;
|
1061
|
-
caption: import("@stitches/react/types/theme").Token<"caption", string, "fonts", "vitality">;
|
1062
|
-
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fonts", "vitality">;
|
1063
|
-
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fonts", "vitality">;
|
1064
|
-
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fonts", "vitality">;
|
1065
|
-
button: import("@stitches/react/types/theme").Token<"button", string, "fonts", "vitality">;
|
1066
|
-
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fonts", "vitality">;
|
1067
1059
|
display100: import("@stitches/react/types/theme").Token<"display100", string, "fonts", "vitality">;
|
1068
1060
|
display200: import("@stitches/react/types/theme").Token<"display200", string, "fonts", "vitality">;
|
1069
1061
|
display300: import("@stitches/react/types/theme").Token<"display300", string, "fonts", "vitality">;
|
@@ -1073,15 +1065,16 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1073
1065
|
display700: import("@stitches/react/types/theme").Token<"display700", string, "fonts", "vitality">;
|
1074
1066
|
display800: import("@stitches/react/types/theme").Token<"display800", string, "fonts", "vitality">;
|
1075
1067
|
display900: import("@stitches/react/types/theme").Token<"display900", string, "fonts", "vitality">;
|
1068
|
+
body: import("@stitches/react/types/theme").Token<"body", string, "fonts", "vitality">;
|
1069
|
+
caption: import("@stitches/react/types/theme").Token<"caption", string, "fonts", "vitality">;
|
1070
|
+
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fonts", "vitality">;
|
1071
|
+
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fonts", "vitality">;
|
1072
|
+
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fonts", "vitality">;
|
1073
|
+
button: import("@stitches/react/types/theme").Token<"button", string, "fonts", "vitality">;
|
1074
|
+
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fonts", "vitality">;
|
1075
|
+
default: import("@stitches/react/types/theme").Token<"default", string, "fonts", "vitality">;
|
1076
1076
|
};
|
1077
1077
|
fontSizes: {
|
1078
|
-
body: import("@stitches/react/types/theme").Token<"body", string, "fontSizes", "vitality">;
|
1079
|
-
caption: import("@stitches/react/types/theme").Token<"caption", string, "fontSizes", "vitality">;
|
1080
|
-
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontSizes", "vitality">;
|
1081
|
-
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontSizes", "vitality">;
|
1082
|
-
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontSizes", "vitality">;
|
1083
|
-
button: import("@stitches/react/types/theme").Token<"button", string, "fontSizes", "vitality">;
|
1084
|
-
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontSizes", "vitality">;
|
1085
1078
|
display100: import("@stitches/react/types/theme").Token<"display100", string, "fontSizes", "vitality">;
|
1086
1079
|
display200: import("@stitches/react/types/theme").Token<"display200", string, "fontSizes", "vitality">;
|
1087
1080
|
display300: import("@stitches/react/types/theme").Token<"display300", string, "fontSizes", "vitality">;
|
@@ -1091,15 +1084,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1091
1084
|
display700: import("@stitches/react/types/theme").Token<"display700", string, "fontSizes", "vitality">;
|
1092
1085
|
display800: import("@stitches/react/types/theme").Token<"display800", string, "fontSizes", "vitality">;
|
1093
1086
|
display900: import("@stitches/react/types/theme").Token<"display900", string, "fontSizes", "vitality">;
|
1087
|
+
body: import("@stitches/react/types/theme").Token<"body", string, "fontSizes", "vitality">;
|
1088
|
+
caption: import("@stitches/react/types/theme").Token<"caption", string, "fontSizes", "vitality">;
|
1089
|
+
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontSizes", "vitality">;
|
1090
|
+
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontSizes", "vitality">;
|
1091
|
+
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontSizes", "vitality">;
|
1092
|
+
button: import("@stitches/react/types/theme").Token<"button", string, "fontSizes", "vitality">;
|
1093
|
+
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontSizes", "vitality">;
|
1094
1094
|
};
|
1095
1095
|
fontWeights: {
|
1096
|
-
body: import("@stitches/react/types/theme").Token<"body", string, "fontWeights", "vitality">;
|
1097
|
-
caption: import("@stitches/react/types/theme").Token<"caption", string, "fontWeights", "vitality">;
|
1098
|
-
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontWeights", "vitality">;
|
1099
|
-
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontWeights", "vitality">;
|
1100
|
-
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontWeights", "vitality">;
|
1101
|
-
button: import("@stitches/react/types/theme").Token<"button", string, "fontWeights", "vitality">;
|
1102
|
-
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontWeights", "vitality">;
|
1103
1096
|
display100: import("@stitches/react/types/theme").Token<"display100", string, "fontWeights", "vitality">;
|
1104
1097
|
display200: import("@stitches/react/types/theme").Token<"display200", string, "fontWeights", "vitality">;
|
1105
1098
|
display300: import("@stitches/react/types/theme").Token<"display300", string, "fontWeights", "vitality">;
|
@@ -1109,15 +1102,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1109
1102
|
display700: import("@stitches/react/types/theme").Token<"display700", string, "fontWeights", "vitality">;
|
1110
1103
|
display800: import("@stitches/react/types/theme").Token<"display800", string, "fontWeights", "vitality">;
|
1111
1104
|
display900: import("@stitches/react/types/theme").Token<"display900", string, "fontWeights", "vitality">;
|
1105
|
+
body: import("@stitches/react/types/theme").Token<"body", string, "fontWeights", "vitality">;
|
1106
|
+
caption: import("@stitches/react/types/theme").Token<"caption", string, "fontWeights", "vitality">;
|
1107
|
+
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "fontWeights", "vitality">;
|
1108
|
+
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "fontWeights", "vitality">;
|
1109
|
+
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "fontWeights", "vitality">;
|
1110
|
+
button: import("@stitches/react/types/theme").Token<"button", string, "fontWeights", "vitality">;
|
1111
|
+
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "fontWeights", "vitality">;
|
1112
1112
|
};
|
1113
1113
|
letterSpacings: {
|
1114
|
-
body: import("@stitches/react/types/theme").Token<"body", string, "letterSpacings", "vitality">;
|
1115
|
-
caption: import("@stitches/react/types/theme").Token<"caption", string, "letterSpacings", "vitality">;
|
1116
|
-
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "letterSpacings", "vitality">;
|
1117
|
-
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "letterSpacings", "vitality">;
|
1118
|
-
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "letterSpacings", "vitality">;
|
1119
|
-
button: import("@stitches/react/types/theme").Token<"button", string, "letterSpacings", "vitality">;
|
1120
|
-
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "letterSpacings", "vitality">;
|
1121
1114
|
display100: import("@stitches/react/types/theme").Token<"display100", string, "letterSpacings", "vitality">;
|
1122
1115
|
display200: import("@stitches/react/types/theme").Token<"display200", string, "letterSpacings", "vitality">;
|
1123
1116
|
display300: import("@stitches/react/types/theme").Token<"display300", string, "letterSpacings", "vitality">;
|
@@ -1127,15 +1120,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1127
1120
|
display700: import("@stitches/react/types/theme").Token<"display700", string, "letterSpacings", "vitality">;
|
1128
1121
|
display800: import("@stitches/react/types/theme").Token<"display800", string, "letterSpacings", "vitality">;
|
1129
1122
|
display900: import("@stitches/react/types/theme").Token<"display900", string, "letterSpacings", "vitality">;
|
1123
|
+
body: import("@stitches/react/types/theme").Token<"body", string, "letterSpacings", "vitality">;
|
1124
|
+
caption: import("@stitches/react/types/theme").Token<"caption", string, "letterSpacings", "vitality">;
|
1125
|
+
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "letterSpacings", "vitality">;
|
1126
|
+
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "letterSpacings", "vitality">;
|
1127
|
+
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "letterSpacings", "vitality">;
|
1128
|
+
button: import("@stitches/react/types/theme").Token<"button", string, "letterSpacings", "vitality">;
|
1129
|
+
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "letterSpacings", "vitality">;
|
1130
1130
|
};
|
1131
1131
|
lineHeights: {
|
1132
|
-
body: import("@stitches/react/types/theme").Token<"body", string, "lineHeights", "vitality">;
|
1133
|
-
caption: import("@stitches/react/types/theme").Token<"caption", string, "lineHeights", "vitality">;
|
1134
|
-
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "lineHeights", "vitality">;
|
1135
|
-
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "lineHeights", "vitality">;
|
1136
|
-
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "lineHeights", "vitality">;
|
1137
|
-
button: import("@stitches/react/types/theme").Token<"button", string, "lineHeights", "vitality">;
|
1138
|
-
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "lineHeights", "vitality">;
|
1139
1132
|
display100: import("@stitches/react/types/theme").Token<"display100", string, "lineHeights", "vitality">;
|
1140
1133
|
display200: import("@stitches/react/types/theme").Token<"display200", string, "lineHeights", "vitality">;
|
1141
1134
|
display300: import("@stitches/react/types/theme").Token<"display300", string, "lineHeights", "vitality">;
|
@@ -1145,6 +1138,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1145
1138
|
display700: import("@stitches/react/types/theme").Token<"display700", string, "lineHeights", "vitality">;
|
1146
1139
|
display800: import("@stitches/react/types/theme").Token<"display800", string, "lineHeights", "vitality">;
|
1147
1140
|
display900: import("@stitches/react/types/theme").Token<"display900", string, "lineHeights", "vitality">;
|
1141
|
+
body: import("@stitches/react/types/theme").Token<"body", string, "lineHeights", "vitality">;
|
1142
|
+
caption: import("@stitches/react/types/theme").Token<"caption", string, "lineHeights", "vitality">;
|
1143
|
+
pageTitle: import("@stitches/react/types/theme").Token<"pageTitle", string, "lineHeights", "vitality">;
|
1144
|
+
sectionTitle: import("@stitches/react/types/theme").Token<"sectionTitle", string, "lineHeights", "vitality">;
|
1145
|
+
sectionSubtitle: import("@stitches/react/types/theme").Token<"sectionSubtitle", string, "lineHeights", "vitality">;
|
1146
|
+
button: import("@stitches/react/types/theme").Token<"button", string, "lineHeights", "vitality">;
|
1147
|
+
textInput: import("@stitches/react/types/theme").Token<"textInput", string, "lineHeights", "vitality">;
|
1148
1148
|
};
|
1149
1149
|
radii: {
|
1150
1150
|
default: import("@stitches/react/types/theme").Token<"default", string, "radii", "vitality">;
|
@@ -1185,119 +1185,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1185
1185
|
}, {
|
1186
1186
|
colors: {
|
1187
1187
|
neutral1: string;
|
1188
|
-
neutralA1: string;
|
1189
|
-
primary1: string;
|
1190
|
-
accent1: string;
|
1191
|
-
success1: string;
|
1192
|
-
info1: string;
|
1193
|
-
warning1: string;
|
1194
|
-
critical1: string;
|
1195
1188
|
neutral2: string;
|
1189
|
+
neutral3: string;
|
1190
|
+
neutral4: string;
|
1191
|
+
neutral5: string;
|
1192
|
+
neutral6: string;
|
1193
|
+
neutral7: string;
|
1194
|
+
neutral8: string;
|
1195
|
+
neutral9: string;
|
1196
|
+
neutral10: string;
|
1197
|
+
neutral11: string;
|
1198
|
+
neutral12: string;
|
1199
|
+
neutral13: string;
|
1200
|
+
neutralA1: string;
|
1196
1201
|
neutralA2: string;
|
1202
|
+
neutralA3: string;
|
1203
|
+
neutralA4: string;
|
1204
|
+
neutralA5: string;
|
1205
|
+
neutralA6: string;
|
1206
|
+
neutralA7: string;
|
1207
|
+
neutralA8: string;
|
1208
|
+
neutralA9: string;
|
1209
|
+
neutralA10: string;
|
1210
|
+
neutralA11: string;
|
1211
|
+
neutralA12: string;
|
1212
|
+
neutralA13: string;
|
1213
|
+
primary1: string;
|
1197
1214
|
primary2: string;
|
1215
|
+
primary3: string;
|
1216
|
+
primary4: string;
|
1217
|
+
primary5: string;
|
1218
|
+
primary6: string;
|
1219
|
+
primary7: string;
|
1220
|
+
primary8: string;
|
1221
|
+
primary9: string;
|
1222
|
+
primary10: string;
|
1223
|
+
primary11: string;
|
1224
|
+
primary12: string;
|
1225
|
+
primary13: string;
|
1226
|
+
accent1: string;
|
1198
1227
|
accent2: string;
|
1228
|
+
accent3: string;
|
1229
|
+
accent4: string;
|
1230
|
+
accent5: string;
|
1231
|
+
accent6: string;
|
1232
|
+
accent7: string;
|
1233
|
+
accent8: string;
|
1234
|
+
accent9: string;
|
1235
|
+
accent10: string;
|
1236
|
+
accent11: string;
|
1237
|
+
accent12: string;
|
1238
|
+
accent13: string;
|
1239
|
+
success1: string;
|
1199
1240
|
success2: string;
|
1241
|
+
success3: string;
|
1242
|
+
success4: string;
|
1243
|
+
success5: string;
|
1244
|
+
success6: string;
|
1245
|
+
success7: string;
|
1246
|
+
success8: string;
|
1247
|
+
success9: string;
|
1248
|
+
success10: string;
|
1249
|
+
success11: string;
|
1250
|
+
success12: string;
|
1251
|
+
success13: string;
|
1252
|
+
info1: string;
|
1200
1253
|
info2: string;
|
1254
|
+
info3: string;
|
1255
|
+
info4: string;
|
1256
|
+
info5: string;
|
1257
|
+
info6: string;
|
1258
|
+
info7: string;
|
1259
|
+
info8: string;
|
1260
|
+
info9: string;
|
1261
|
+
info10: string;
|
1262
|
+
info11: string;
|
1263
|
+
info12: string;
|
1264
|
+
info13: string;
|
1265
|
+
warning1: string;
|
1201
1266
|
warning2: string;
|
1267
|
+
warning3: string;
|
1268
|
+
warning4: string;
|
1269
|
+
warning5: string;
|
1270
|
+
warning6: string;
|
1271
|
+
warning7: string;
|
1272
|
+
warning8: string;
|
1273
|
+
warning9: string;
|
1274
|
+
warning10: string;
|
1275
|
+
warning11: string;
|
1276
|
+
warning12: string;
|
1277
|
+
warning13: string;
|
1278
|
+
critical1: string;
|
1202
1279
|
critical2: string;
|
1203
|
-
neutral3: string;
|
1204
|
-
neutralA3: string;
|
1205
|
-
primary3: string;
|
1206
|
-
accent3: string;
|
1207
|
-
success3: string;
|
1208
|
-
info3: string;
|
1209
|
-
warning3: string;
|
1210
1280
|
critical3: string;
|
1211
|
-
neutral4: string;
|
1212
|
-
neutralA4: string;
|
1213
|
-
primary4: string;
|
1214
|
-
accent4: string;
|
1215
|
-
success4: string;
|
1216
|
-
info4: string;
|
1217
|
-
warning4: string;
|
1218
1281
|
critical4: string;
|
1219
|
-
neutral5: string;
|
1220
|
-
neutralA5: string;
|
1221
|
-
primary5: string;
|
1222
|
-
accent5: string;
|
1223
|
-
success5: string;
|
1224
|
-
info5: string;
|
1225
|
-
warning5: string;
|
1226
1282
|
critical5: string;
|
1227
|
-
neutral6: string;
|
1228
|
-
neutralA6: string;
|
1229
|
-
primary6: string;
|
1230
|
-
accent6: string;
|
1231
|
-
success6: string;
|
1232
|
-
info6: string;
|
1233
|
-
warning6: string;
|
1234
1283
|
critical6: string;
|
1235
|
-
neutral7: string;
|
1236
|
-
neutralA7: string;
|
1237
|
-
primary7: string;
|
1238
|
-
accent7: string;
|
1239
|
-
success7: string;
|
1240
|
-
info7: string;
|
1241
|
-
warning7: string;
|
1242
1284
|
critical7: string;
|
1243
|
-
neutral8: string;
|
1244
|
-
neutralA8: string;
|
1245
|
-
primary8: string;
|
1246
|
-
accent8: string;
|
1247
|
-
success8: string;
|
1248
|
-
info8: string;
|
1249
|
-
warning8: string;
|
1250
1285
|
critical8: string;
|
1251
|
-
neutral9: string;
|
1252
|
-
neutralA9: string;
|
1253
|
-
primary9: string;
|
1254
|
-
accent9: string;
|
1255
|
-
success9: string;
|
1256
|
-
info9: string;
|
1257
|
-
warning9: string;
|
1258
1286
|
critical9: string;
|
1259
|
-
neutral10: string;
|
1260
|
-
neutralA10: string;
|
1261
|
-
primary10: string;
|
1262
|
-
accent10: string;
|
1263
|
-
success10: string;
|
1264
|
-
info10: string;
|
1265
|
-
warning10: string;
|
1266
1287
|
critical10: string;
|
1267
|
-
neutral11: string;
|
1268
|
-
neutralA11: string;
|
1269
|
-
primary11: string;
|
1270
|
-
accent11: string;
|
1271
|
-
success11: string;
|
1272
|
-
info11: string;
|
1273
|
-
warning11: string;
|
1274
1288
|
critical11: string;
|
1275
|
-
neutral12: string;
|
1276
|
-
neutralA12: string;
|
1277
|
-
primary12: string;
|
1278
|
-
accent12: string;
|
1279
|
-
success12: string;
|
1280
|
-
info12: string;
|
1281
|
-
warning12: string;
|
1282
1289
|
critical12: string;
|
1283
|
-
neutral13: string;
|
1284
|
-
neutralA13: string;
|
1285
|
-
primary13: string;
|
1286
|
-
accent13: string;
|
1287
|
-
success13: string;
|
1288
|
-
info13: string;
|
1289
|
-
warning13: string;
|
1290
1290
|
critical13: string;
|
1291
1291
|
};
|
1292
1292
|
fonts: {
|
1293
|
-
default: any;
|
1294
|
-
body: any;
|
1295
|
-
caption: any;
|
1296
|
-
pageTitle: any;
|
1297
|
-
sectionTitle: any;
|
1298
|
-
sectionSubtitle: any;
|
1299
|
-
button: any;
|
1300
|
-
textInput: any;
|
1301
1293
|
display100: any;
|
1302
1294
|
display200: any;
|
1303
1295
|
display300: any;
|
@@ -1307,8 +1299,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1307
1299
|
display700: any;
|
1308
1300
|
display800: any;
|
1309
1301
|
display900: any;
|
1310
|
-
};
|
1311
|
-
fontSizes: {
|
1312
1302
|
body: any;
|
1313
1303
|
caption: any;
|
1314
1304
|
pageTitle: any;
|
@@ -1316,6 +1306,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1316
1306
|
sectionSubtitle: any;
|
1317
1307
|
button: any;
|
1318
1308
|
textInput: any;
|
1309
|
+
default: any;
|
1310
|
+
};
|
1311
|
+
fontSizes: {
|
1319
1312
|
display100: any;
|
1320
1313
|
display200: any;
|
1321
1314
|
display300: any;
|
@@ -1325,8 +1318,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1325
1318
|
display700: any;
|
1326
1319
|
display800: any;
|
1327
1320
|
display900: any;
|
1328
|
-
};
|
1329
|
-
fontWeights: {
|
1330
1321
|
body: any;
|
1331
1322
|
caption: any;
|
1332
1323
|
pageTitle: any;
|
@@ -1334,6 +1325,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1334
1325
|
sectionSubtitle: any;
|
1335
1326
|
button: any;
|
1336
1327
|
textInput: any;
|
1328
|
+
};
|
1329
|
+
fontWeights: {
|
1337
1330
|
display100: any;
|
1338
1331
|
display200: any;
|
1339
1332
|
display300: any;
|
@@ -1343,8 +1336,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1343
1336
|
display700: any;
|
1344
1337
|
display800: any;
|
1345
1338
|
display900: any;
|
1346
|
-
};
|
1347
|
-
letterSpacings: {
|
1348
1339
|
body: any;
|
1349
1340
|
caption: any;
|
1350
1341
|
pageTitle: any;
|
@@ -1352,6 +1343,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1352
1343
|
sectionSubtitle: any;
|
1353
1344
|
button: any;
|
1354
1345
|
textInput: any;
|
1346
|
+
};
|
1347
|
+
letterSpacings: {
|
1355
1348
|
display100: any;
|
1356
1349
|
display200: any;
|
1357
1350
|
display300: any;
|
@@ -1361,8 +1354,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1361
1354
|
display700: any;
|
1362
1355
|
display800: any;
|
1363
1356
|
display900: any;
|
1364
|
-
};
|
1365
|
-
lineHeights: {
|
1366
1357
|
body: any;
|
1367
1358
|
caption: any;
|
1368
1359
|
pageTitle: any;
|
@@ -1370,6 +1361,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1370
1361
|
sectionSubtitle: any;
|
1371
1362
|
button: any;
|
1372
1363
|
textInput: any;
|
1364
|
+
};
|
1365
|
+
lineHeights: {
|
1373
1366
|
display100: any;
|
1374
1367
|
display200: any;
|
1375
1368
|
display300: any;
|
@@ -1379,6 +1372,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1379
1372
|
display700: any;
|
1380
1373
|
display800: any;
|
1381
1374
|
display900: any;
|
1375
|
+
body: any;
|
1376
|
+
caption: any;
|
1377
|
+
pageTitle: any;
|
1378
|
+
sectionTitle: any;
|
1379
|
+
sectionSubtitle: any;
|
1380
|
+
button: any;
|
1381
|
+
textInput: any;
|
1382
1382
|
};
|
1383
1383
|
radii: {
|
1384
1384
|
default: any;
|
@@ -1414,119 +1414,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1414
1414
|
}, {
|
1415
1415
|
colors: {
|
1416
1416
|
neutral1: string;
|
1417
|
-
neutralA1: string;
|
1418
|
-
primary1: string;
|
1419
|
-
accent1: string;
|
1420
|
-
success1: string;
|
1421
|
-
info1: string;
|
1422
|
-
warning1: string;
|
1423
|
-
critical1: string;
|
1424
1417
|
neutral2: string;
|
1425
|
-
neutralA2: string;
|
1426
|
-
primary2: string;
|
1427
|
-
accent2: string;
|
1428
|
-
success2: string;
|
1429
|
-
info2: string;
|
1430
|
-
warning2: string;
|
1431
|
-
critical2: string;
|
1432
1418
|
neutral3: string;
|
1433
|
-
neutralA3: string;
|
1434
|
-
primary3: string;
|
1435
|
-
accent3: string;
|
1436
|
-
success3: string;
|
1437
|
-
info3: string;
|
1438
|
-
warning3: string;
|
1439
|
-
critical3: string;
|
1440
1419
|
neutral4: string;
|
1441
|
-
neutralA4: string;
|
1442
|
-
primary4: string;
|
1443
|
-
accent4: string;
|
1444
|
-
success4: string;
|
1445
|
-
info4: string;
|
1446
|
-
warning4: string;
|
1447
|
-
critical4: string;
|
1448
1420
|
neutral5: string;
|
1449
|
-
neutralA5: string;
|
1450
|
-
primary5: string;
|
1451
|
-
accent5: string;
|
1452
|
-
success5: string;
|
1453
|
-
info5: string;
|
1454
|
-
warning5: string;
|
1455
|
-
critical5: string;
|
1456
1421
|
neutral6: string;
|
1457
|
-
neutralA6: string;
|
1458
|
-
primary6: string;
|
1459
|
-
accent6: string;
|
1460
|
-
success6: string;
|
1461
|
-
info6: string;
|
1462
|
-
warning6: string;
|
1463
|
-
critical6: string;
|
1464
1422
|
neutral7: string;
|
1465
|
-
neutralA7: string;
|
1466
|
-
primary7: string;
|
1467
|
-
accent7: string;
|
1468
|
-
success7: string;
|
1469
|
-
info7: string;
|
1470
|
-
warning7: string;
|
1471
|
-
critical7: string;
|
1472
1423
|
neutral8: string;
|
1473
|
-
neutralA8: string;
|
1474
|
-
primary8: string;
|
1475
|
-
accent8: string;
|
1476
|
-
success8: string;
|
1477
|
-
info8: string;
|
1478
|
-
warning8: string;
|
1479
|
-
critical8: string;
|
1480
1424
|
neutral9: string;
|
1481
|
-
neutralA9: string;
|
1482
|
-
primary9: string;
|
1483
|
-
accent9: string;
|
1484
|
-
success9: string;
|
1485
|
-
info9: string;
|
1486
|
-
warning9: string;
|
1487
|
-
critical9: string;
|
1488
1425
|
neutral10: string;
|
1426
|
+
neutral11: string;
|
1427
|
+
neutral12: string;
|
1428
|
+
neutral13: string;
|
1429
|
+
neutralA1: string;
|
1430
|
+
neutralA2: string;
|
1431
|
+
neutralA3: string;
|
1432
|
+
neutralA4: string;
|
1433
|
+
neutralA5: string;
|
1434
|
+
neutralA6: string;
|
1435
|
+
neutralA7: string;
|
1436
|
+
neutralA8: string;
|
1437
|
+
neutralA9: string;
|
1489
1438
|
neutralA10: string;
|
1439
|
+
neutralA11: string;
|
1440
|
+
neutralA12: string;
|
1441
|
+
neutralA13: string;
|
1442
|
+
primary1: string;
|
1443
|
+
primary2: string;
|
1444
|
+
primary3: string;
|
1445
|
+
primary4: string;
|
1446
|
+
primary5: string;
|
1447
|
+
primary6: string;
|
1448
|
+
primary7: string;
|
1449
|
+
primary8: string;
|
1450
|
+
primary9: string;
|
1490
1451
|
primary10: string;
|
1452
|
+
primary11: string;
|
1453
|
+
primary12: string;
|
1454
|
+
primary13: string;
|
1455
|
+
accent1: string;
|
1456
|
+
accent2: string;
|
1457
|
+
accent3: string;
|
1458
|
+
accent4: string;
|
1459
|
+
accent5: string;
|
1460
|
+
accent6: string;
|
1461
|
+
accent7: string;
|
1462
|
+
accent8: string;
|
1463
|
+
accent9: string;
|
1491
1464
|
accent10: string;
|
1465
|
+
accent11: string;
|
1466
|
+
accent12: string;
|
1467
|
+
accent13: string;
|
1468
|
+
success1: string;
|
1469
|
+
success2: string;
|
1470
|
+
success3: string;
|
1471
|
+
success4: string;
|
1472
|
+
success5: string;
|
1473
|
+
success6: string;
|
1474
|
+
success7: string;
|
1475
|
+
success8: string;
|
1476
|
+
success9: string;
|
1492
1477
|
success10: string;
|
1478
|
+
success11: string;
|
1479
|
+
success12: string;
|
1480
|
+
success13: string;
|
1481
|
+
info1: string;
|
1482
|
+
info2: string;
|
1483
|
+
info3: string;
|
1484
|
+
info4: string;
|
1485
|
+
info5: string;
|
1486
|
+
info6: string;
|
1487
|
+
info7: string;
|
1488
|
+
info8: string;
|
1489
|
+
info9: string;
|
1493
1490
|
info10: string;
|
1491
|
+
info11: string;
|
1492
|
+
info12: string;
|
1493
|
+
info13: string;
|
1494
|
+
warning1: string;
|
1495
|
+
warning2: string;
|
1496
|
+
warning3: string;
|
1497
|
+
warning4: string;
|
1498
|
+
warning5: string;
|
1499
|
+
warning6: string;
|
1500
|
+
warning7: string;
|
1501
|
+
warning8: string;
|
1502
|
+
warning9: string;
|
1494
1503
|
warning10: string;
|
1504
|
+
warning11: string;
|
1505
|
+
warning12: string;
|
1506
|
+
warning13: string;
|
1507
|
+
critical1: string;
|
1508
|
+
critical2: string;
|
1509
|
+
critical3: string;
|
1510
|
+
critical4: string;
|
1511
|
+
critical5: string;
|
1512
|
+
critical6: string;
|
1513
|
+
critical7: string;
|
1514
|
+
critical8: string;
|
1515
|
+
critical9: string;
|
1495
1516
|
critical10: string;
|
1496
|
-
neutral11: string;
|
1497
|
-
neutralA11: string;
|
1498
|
-
primary11: string;
|
1499
|
-
accent11: string;
|
1500
|
-
success11: string;
|
1501
|
-
info11: string;
|
1502
|
-
warning11: string;
|
1503
1517
|
critical11: string;
|
1504
|
-
neutral12: string;
|
1505
|
-
neutralA12: string;
|
1506
|
-
primary12: string;
|
1507
|
-
accent12: string;
|
1508
|
-
success12: string;
|
1509
|
-
info12: string;
|
1510
|
-
warning12: string;
|
1511
1518
|
critical12: string;
|
1512
|
-
neutral13: string;
|
1513
|
-
neutralA13: string;
|
1514
|
-
primary13: string;
|
1515
|
-
accent13: string;
|
1516
|
-
success13: string;
|
1517
|
-
info13: string;
|
1518
|
-
warning13: string;
|
1519
1519
|
critical13: string;
|
1520
1520
|
};
|
1521
1521
|
fonts: {
|
1522
|
-
default: any;
|
1523
|
-
body: any;
|
1524
|
-
caption: any;
|
1525
|
-
pageTitle: any;
|
1526
|
-
sectionTitle: any;
|
1527
|
-
sectionSubtitle: any;
|
1528
|
-
button: any;
|
1529
|
-
textInput: any;
|
1530
1522
|
display100: any;
|
1531
1523
|
display200: any;
|
1532
1524
|
display300: any;
|
@@ -1536,8 +1528,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1536
1528
|
display700: any;
|
1537
1529
|
display800: any;
|
1538
1530
|
display900: any;
|
1539
|
-
};
|
1540
|
-
fontSizes: {
|
1541
1531
|
body: any;
|
1542
1532
|
caption: any;
|
1543
1533
|
pageTitle: any;
|
@@ -1545,6 +1535,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1545
1535
|
sectionSubtitle: any;
|
1546
1536
|
button: any;
|
1547
1537
|
textInput: any;
|
1538
|
+
default: any;
|
1539
|
+
};
|
1540
|
+
fontSizes: {
|
1548
1541
|
display100: any;
|
1549
1542
|
display200: any;
|
1550
1543
|
display300: any;
|
@@ -1554,8 +1547,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1554
1547
|
display700: any;
|
1555
1548
|
display800: any;
|
1556
1549
|
display900: any;
|
1557
|
-
};
|
1558
|
-
fontWeights: {
|
1559
1550
|
body: any;
|
1560
1551
|
caption: any;
|
1561
1552
|
pageTitle: any;
|
@@ -1563,6 +1554,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1563
1554
|
sectionSubtitle: any;
|
1564
1555
|
button: any;
|
1565
1556
|
textInput: any;
|
1557
|
+
};
|
1558
|
+
fontWeights: {
|
1566
1559
|
display100: any;
|
1567
1560
|
display200: any;
|
1568
1561
|
display300: any;
|
@@ -1572,8 +1565,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1572
1565
|
display700: any;
|
1573
1566
|
display800: any;
|
1574
1567
|
display900: any;
|
1575
|
-
};
|
1576
|
-
letterSpacings: {
|
1577
1568
|
body: any;
|
1578
1569
|
caption: any;
|
1579
1570
|
pageTitle: any;
|
@@ -1581,6 +1572,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1581
1572
|
sectionSubtitle: any;
|
1582
1573
|
button: any;
|
1583
1574
|
textInput: any;
|
1575
|
+
};
|
1576
|
+
letterSpacings: {
|
1584
1577
|
display100: any;
|
1585
1578
|
display200: any;
|
1586
1579
|
display300: any;
|
@@ -1590,8 +1583,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1590
1583
|
display700: any;
|
1591
1584
|
display800: any;
|
1592
1585
|
display900: any;
|
1593
|
-
};
|
1594
|
-
lineHeights: {
|
1595
1586
|
body: any;
|
1596
1587
|
caption: any;
|
1597
1588
|
pageTitle: any;
|
@@ -1599,6 +1590,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1599
1590
|
sectionSubtitle: any;
|
1600
1591
|
button: any;
|
1601
1592
|
textInput: any;
|
1593
|
+
};
|
1594
|
+
lineHeights: {
|
1602
1595
|
display100: any;
|
1603
1596
|
display200: any;
|
1604
1597
|
display300: any;
|
@@ -1608,6 +1601,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1608
1601
|
display700: any;
|
1609
1602
|
display800: any;
|
1610
1603
|
display900: any;
|
1604
|
+
body: any;
|
1605
|
+
caption: any;
|
1606
|
+
pageTitle: any;
|
1607
|
+
sectionTitle: any;
|
1608
|
+
sectionSubtitle: any;
|
1609
|
+
button: any;
|
1610
|
+
textInput: any;
|
1611
1611
|
};
|
1612
1612
|
radii: {
|
1613
1613
|
default: any;
|
@@ -1643,119 +1643,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1643
1643
|
}, {
|
1644
1644
|
colors: {
|
1645
1645
|
neutral1: string;
|
1646
|
-
neutralA1: string;
|
1647
|
-
primary1: string;
|
1648
|
-
accent1: string;
|
1649
|
-
success1: string;
|
1650
|
-
info1: string;
|
1651
|
-
warning1: string;
|
1652
|
-
critical1: string;
|
1653
1646
|
neutral2: string;
|
1654
|
-
neutralA2: string;
|
1655
|
-
primary2: string;
|
1656
|
-
accent2: string;
|
1657
|
-
success2: string;
|
1658
|
-
info2: string;
|
1659
|
-
warning2: string;
|
1660
|
-
critical2: string;
|
1661
1647
|
neutral3: string;
|
1662
|
-
neutralA3: string;
|
1663
|
-
primary3: string;
|
1664
|
-
accent3: string;
|
1665
|
-
success3: string;
|
1666
|
-
info3: string;
|
1667
|
-
warning3: string;
|
1668
|
-
critical3: string;
|
1669
1648
|
neutral4: string;
|
1670
|
-
neutralA4: string;
|
1671
|
-
primary4: string;
|
1672
|
-
accent4: string;
|
1673
|
-
success4: string;
|
1674
|
-
info4: string;
|
1675
|
-
warning4: string;
|
1676
|
-
critical4: string;
|
1677
1649
|
neutral5: string;
|
1678
|
-
neutralA5: string;
|
1679
|
-
primary5: string;
|
1680
|
-
accent5: string;
|
1681
|
-
success5: string;
|
1682
|
-
info5: string;
|
1683
|
-
warning5: string;
|
1684
|
-
critical5: string;
|
1685
1650
|
neutral6: string;
|
1686
|
-
neutralA6: string;
|
1687
|
-
primary6: string;
|
1688
|
-
accent6: string;
|
1689
|
-
success6: string;
|
1690
|
-
info6: string;
|
1691
|
-
warning6: string;
|
1692
|
-
critical6: string;
|
1693
1651
|
neutral7: string;
|
1694
|
-
neutralA7: string;
|
1695
|
-
primary7: string;
|
1696
|
-
accent7: string;
|
1697
|
-
success7: string;
|
1698
|
-
info7: string;
|
1699
|
-
warning7: string;
|
1700
|
-
critical7: string;
|
1701
1652
|
neutral8: string;
|
1702
|
-
neutralA8: string;
|
1703
|
-
primary8: string;
|
1704
|
-
accent8: string;
|
1705
|
-
success8: string;
|
1706
|
-
info8: string;
|
1707
|
-
warning8: string;
|
1708
|
-
critical8: string;
|
1709
1653
|
neutral9: string;
|
1710
|
-
neutralA9: string;
|
1711
|
-
primary9: string;
|
1712
|
-
accent9: string;
|
1713
|
-
success9: string;
|
1714
|
-
info9: string;
|
1715
|
-
warning9: string;
|
1716
|
-
critical9: string;
|
1717
1654
|
neutral10: string;
|
1718
|
-
neutralA10: string;
|
1719
|
-
primary10: string;
|
1720
|
-
accent10: string;
|
1721
|
-
success10: string;
|
1722
|
-
info10: string;
|
1723
|
-
warning10: string;
|
1724
|
-
critical10: string;
|
1725
1655
|
neutral11: string;
|
1726
|
-
neutralA11: string;
|
1727
|
-
primary11: string;
|
1728
|
-
accent11: string;
|
1729
|
-
success11: string;
|
1730
|
-
info11: string;
|
1731
|
-
warning11: string;
|
1732
|
-
critical11: string;
|
1733
1656
|
neutral12: string;
|
1734
|
-
neutralA12: string;
|
1735
|
-
primary12: string;
|
1736
|
-
accent12: string;
|
1737
|
-
success12: string;
|
1738
|
-
info12: string;
|
1739
|
-
warning12: string;
|
1740
|
-
critical12: string;
|
1741
1657
|
neutral13: string;
|
1658
|
+
neutralA1: string;
|
1659
|
+
neutralA2: string;
|
1660
|
+
neutralA3: string;
|
1661
|
+
neutralA4: string;
|
1662
|
+
neutralA5: string;
|
1663
|
+
neutralA6: string;
|
1664
|
+
neutralA7: string;
|
1665
|
+
neutralA8: string;
|
1666
|
+
neutralA9: string;
|
1667
|
+
neutralA10: string;
|
1668
|
+
neutralA11: string;
|
1669
|
+
neutralA12: string;
|
1742
1670
|
neutralA13: string;
|
1671
|
+
primary1: string;
|
1672
|
+
primary2: string;
|
1673
|
+
primary3: string;
|
1674
|
+
primary4: string;
|
1675
|
+
primary5: string;
|
1676
|
+
primary6: string;
|
1677
|
+
primary7: string;
|
1678
|
+
primary8: string;
|
1679
|
+
primary9: string;
|
1680
|
+
primary10: string;
|
1681
|
+
primary11: string;
|
1682
|
+
primary12: string;
|
1743
1683
|
primary13: string;
|
1684
|
+
accent1: string;
|
1685
|
+
accent2: string;
|
1686
|
+
accent3: string;
|
1687
|
+
accent4: string;
|
1688
|
+
accent5: string;
|
1689
|
+
accent6: string;
|
1690
|
+
accent7: string;
|
1691
|
+
accent8: string;
|
1692
|
+
accent9: string;
|
1693
|
+
accent10: string;
|
1694
|
+
accent11: string;
|
1695
|
+
accent12: string;
|
1744
1696
|
accent13: string;
|
1697
|
+
success1: string;
|
1698
|
+
success2: string;
|
1699
|
+
success3: string;
|
1700
|
+
success4: string;
|
1701
|
+
success5: string;
|
1702
|
+
success6: string;
|
1703
|
+
success7: string;
|
1704
|
+
success8: string;
|
1705
|
+
success9: string;
|
1706
|
+
success10: string;
|
1707
|
+
success11: string;
|
1708
|
+
success12: string;
|
1745
1709
|
success13: string;
|
1710
|
+
info1: string;
|
1711
|
+
info2: string;
|
1712
|
+
info3: string;
|
1713
|
+
info4: string;
|
1714
|
+
info5: string;
|
1715
|
+
info6: string;
|
1716
|
+
info7: string;
|
1717
|
+
info8: string;
|
1718
|
+
info9: string;
|
1719
|
+
info10: string;
|
1720
|
+
info11: string;
|
1721
|
+
info12: string;
|
1746
1722
|
info13: string;
|
1723
|
+
warning1: string;
|
1724
|
+
warning2: string;
|
1725
|
+
warning3: string;
|
1726
|
+
warning4: string;
|
1727
|
+
warning5: string;
|
1728
|
+
warning6: string;
|
1729
|
+
warning7: string;
|
1730
|
+
warning8: string;
|
1731
|
+
warning9: string;
|
1732
|
+
warning10: string;
|
1733
|
+
warning11: string;
|
1734
|
+
warning12: string;
|
1747
1735
|
warning13: string;
|
1736
|
+
critical1: string;
|
1737
|
+
critical2: string;
|
1738
|
+
critical3: string;
|
1739
|
+
critical4: string;
|
1740
|
+
critical5: string;
|
1741
|
+
critical6: string;
|
1742
|
+
critical7: string;
|
1743
|
+
critical8: string;
|
1744
|
+
critical9: string;
|
1745
|
+
critical10: string;
|
1746
|
+
critical11: string;
|
1747
|
+
critical12: string;
|
1748
1748
|
critical13: string;
|
1749
1749
|
};
|
1750
1750
|
fonts: {
|
1751
|
-
default: any;
|
1752
|
-
body: any;
|
1753
|
-
caption: any;
|
1754
|
-
pageTitle: any;
|
1755
|
-
sectionTitle: any;
|
1756
|
-
sectionSubtitle: any;
|
1757
|
-
button: any;
|
1758
|
-
textInput: any;
|
1759
1751
|
display100: any;
|
1760
1752
|
display200: any;
|
1761
1753
|
display300: any;
|
@@ -1765,8 +1757,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1765
1757
|
display700: any;
|
1766
1758
|
display800: any;
|
1767
1759
|
display900: any;
|
1768
|
-
};
|
1769
|
-
fontSizes: {
|
1770
1760
|
body: any;
|
1771
1761
|
caption: any;
|
1772
1762
|
pageTitle: any;
|
@@ -1774,6 +1764,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1774
1764
|
sectionSubtitle: any;
|
1775
1765
|
button: any;
|
1776
1766
|
textInput: any;
|
1767
|
+
default: any;
|
1768
|
+
};
|
1769
|
+
fontSizes: {
|
1777
1770
|
display100: any;
|
1778
1771
|
display200: any;
|
1779
1772
|
display300: any;
|
@@ -1783,8 +1776,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1783
1776
|
display700: any;
|
1784
1777
|
display800: any;
|
1785
1778
|
display900: any;
|
1786
|
-
};
|
1787
|
-
fontWeights: {
|
1788
1779
|
body: any;
|
1789
1780
|
caption: any;
|
1790
1781
|
pageTitle: any;
|
@@ -1792,6 +1783,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1792
1783
|
sectionSubtitle: any;
|
1793
1784
|
button: any;
|
1794
1785
|
textInput: any;
|
1786
|
+
};
|
1787
|
+
fontWeights: {
|
1795
1788
|
display100: any;
|
1796
1789
|
display200: any;
|
1797
1790
|
display300: any;
|
@@ -1801,8 +1794,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1801
1794
|
display700: any;
|
1802
1795
|
display800: any;
|
1803
1796
|
display900: any;
|
1804
|
-
};
|
1805
|
-
letterSpacings: {
|
1806
1797
|
body: any;
|
1807
1798
|
caption: any;
|
1808
1799
|
pageTitle: any;
|
@@ -1810,6 +1801,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1810
1801
|
sectionSubtitle: any;
|
1811
1802
|
button: any;
|
1812
1803
|
textInput: any;
|
1804
|
+
};
|
1805
|
+
letterSpacings: {
|
1813
1806
|
display100: any;
|
1814
1807
|
display200: any;
|
1815
1808
|
display300: any;
|
@@ -1819,8 +1812,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1819
1812
|
display700: any;
|
1820
1813
|
display800: any;
|
1821
1814
|
display900: any;
|
1822
|
-
};
|
1823
|
-
lineHeights: {
|
1824
1815
|
body: any;
|
1825
1816
|
caption: any;
|
1826
1817
|
pageTitle: any;
|
@@ -1828,6 +1819,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1828
1819
|
sectionSubtitle: any;
|
1829
1820
|
button: any;
|
1830
1821
|
textInput: any;
|
1822
|
+
};
|
1823
|
+
lineHeights: {
|
1831
1824
|
display100: any;
|
1832
1825
|
display200: any;
|
1833
1826
|
display300: any;
|
@@ -1837,6 +1830,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1837
1830
|
display700: any;
|
1838
1831
|
display800: any;
|
1839
1832
|
display900: any;
|
1833
|
+
body: any;
|
1834
|
+
caption: any;
|
1835
|
+
pageTitle: any;
|
1836
|
+
sectionTitle: any;
|
1837
|
+
sectionSubtitle: any;
|
1838
|
+
button: any;
|
1839
|
+
textInput: any;
|
1840
1840
|
};
|
1841
1841
|
radii: {
|
1842
1842
|
default: any;
|
@@ -1878,119 +1878,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
1878
1878
|
theme: {
|
1879
1879
|
colors: {
|
1880
1880
|
neutral1: string;
|
1881
|
-
neutralA1: string;
|
1882
|
-
primary1: string;
|
1883
|
-
accent1: string;
|
1884
|
-
success1: string;
|
1885
|
-
info1: string;
|
1886
|
-
warning1: string;
|
1887
|
-
critical1: string;
|
1888
1881
|
neutral2: string;
|
1889
|
-
neutralA2: string;
|
1890
|
-
primary2: string;
|
1891
|
-
accent2: string;
|
1892
|
-
success2: string;
|
1893
|
-
info2: string;
|
1894
|
-
warning2: string;
|
1895
|
-
critical2: string;
|
1896
1882
|
neutral3: string;
|
1897
|
-
neutralA3: string;
|
1898
|
-
primary3: string;
|
1899
|
-
accent3: string;
|
1900
|
-
success3: string;
|
1901
|
-
info3: string;
|
1902
|
-
warning3: string;
|
1903
|
-
critical3: string;
|
1904
1883
|
neutral4: string;
|
1905
|
-
neutralA4: string;
|
1906
|
-
primary4: string;
|
1907
|
-
accent4: string;
|
1908
|
-
success4: string;
|
1909
|
-
info4: string;
|
1910
|
-
warning4: string;
|
1911
|
-
critical4: string;
|
1912
1884
|
neutral5: string;
|
1913
|
-
neutralA5: string;
|
1914
|
-
primary5: string;
|
1915
|
-
accent5: string;
|
1916
|
-
success5: string;
|
1917
|
-
info5: string;
|
1918
|
-
warning5: string;
|
1919
|
-
critical5: string;
|
1920
1885
|
neutral6: string;
|
1921
|
-
neutralA6: string;
|
1922
|
-
primary6: string;
|
1923
|
-
accent6: string;
|
1924
|
-
success6: string;
|
1925
|
-
info6: string;
|
1926
|
-
warning6: string;
|
1927
|
-
critical6: string;
|
1928
1886
|
neutral7: string;
|
1929
|
-
neutralA7: string;
|
1930
|
-
primary7: string;
|
1931
|
-
accent7: string;
|
1932
|
-
success7: string;
|
1933
|
-
info7: string;
|
1934
|
-
warning7: string;
|
1935
|
-
critical7: string;
|
1936
1887
|
neutral8: string;
|
1937
|
-
neutralA8: string;
|
1938
|
-
primary8: string;
|
1939
|
-
accent8: string;
|
1940
|
-
success8: string;
|
1941
|
-
info8: string;
|
1942
|
-
warning8: string;
|
1943
|
-
critical8: string;
|
1944
1888
|
neutral9: string;
|
1945
|
-
neutralA9: string;
|
1946
|
-
primary9: string;
|
1947
|
-
accent9: string;
|
1948
|
-
success9: string;
|
1949
|
-
info9: string;
|
1950
|
-
warning9: string;
|
1951
|
-
critical9: string;
|
1952
1889
|
neutral10: string;
|
1953
|
-
neutralA10: string;
|
1954
|
-
primary10: string;
|
1955
|
-
accent10: string;
|
1956
|
-
success10: string;
|
1957
|
-
info10: string;
|
1958
|
-
warning10: string;
|
1959
|
-
critical10: string;
|
1960
1890
|
neutral11: string;
|
1961
|
-
neutralA11: string;
|
1962
|
-
primary11: string;
|
1963
|
-
accent11: string;
|
1964
|
-
success11: string;
|
1965
|
-
info11: string;
|
1966
|
-
warning11: string;
|
1967
|
-
critical11: string;
|
1968
1891
|
neutral12: string;
|
1969
|
-
neutralA12: string;
|
1970
|
-
primary12: string;
|
1971
|
-
accent12: string;
|
1972
|
-
success12: string;
|
1973
|
-
info12: string;
|
1974
|
-
warning12: string;
|
1975
|
-
critical12: string;
|
1976
1892
|
neutral13: string;
|
1893
|
+
neutralA1: string;
|
1894
|
+
neutralA2: string;
|
1895
|
+
neutralA3: string;
|
1896
|
+
neutralA4: string;
|
1897
|
+
neutralA5: string;
|
1898
|
+
neutralA6: string;
|
1899
|
+
neutralA7: string;
|
1900
|
+
neutralA8: string;
|
1901
|
+
neutralA9: string;
|
1902
|
+
neutralA10: string;
|
1903
|
+
neutralA11: string;
|
1904
|
+
neutralA12: string;
|
1977
1905
|
neutralA13: string;
|
1906
|
+
primary1: string;
|
1907
|
+
primary2: string;
|
1908
|
+
primary3: string;
|
1909
|
+
primary4: string;
|
1910
|
+
primary5: string;
|
1911
|
+
primary6: string;
|
1912
|
+
primary7: string;
|
1913
|
+
primary8: string;
|
1914
|
+
primary9: string;
|
1915
|
+
primary10: string;
|
1916
|
+
primary11: string;
|
1917
|
+
primary12: string;
|
1978
1918
|
primary13: string;
|
1919
|
+
accent1: string;
|
1920
|
+
accent2: string;
|
1921
|
+
accent3: string;
|
1922
|
+
accent4: string;
|
1923
|
+
accent5: string;
|
1924
|
+
accent6: string;
|
1925
|
+
accent7: string;
|
1926
|
+
accent8: string;
|
1927
|
+
accent9: string;
|
1928
|
+
accent10: string;
|
1929
|
+
accent11: string;
|
1930
|
+
accent12: string;
|
1979
1931
|
accent13: string;
|
1932
|
+
success1: string;
|
1933
|
+
success2: string;
|
1934
|
+
success3: string;
|
1935
|
+
success4: string;
|
1936
|
+
success5: string;
|
1937
|
+
success6: string;
|
1938
|
+
success7: string;
|
1939
|
+
success8: string;
|
1940
|
+
success9: string;
|
1941
|
+
success10: string;
|
1942
|
+
success11: string;
|
1943
|
+
success12: string;
|
1980
1944
|
success13: string;
|
1945
|
+
info1: string;
|
1946
|
+
info2: string;
|
1947
|
+
info3: string;
|
1948
|
+
info4: string;
|
1949
|
+
info5: string;
|
1950
|
+
info6: string;
|
1951
|
+
info7: string;
|
1952
|
+
info8: string;
|
1953
|
+
info9: string;
|
1954
|
+
info10: string;
|
1955
|
+
info11: string;
|
1956
|
+
info12: string;
|
1981
1957
|
info13: string;
|
1958
|
+
warning1: string;
|
1959
|
+
warning2: string;
|
1960
|
+
warning3: string;
|
1961
|
+
warning4: string;
|
1962
|
+
warning5: string;
|
1963
|
+
warning6: string;
|
1964
|
+
warning7: string;
|
1965
|
+
warning8: string;
|
1966
|
+
warning9: string;
|
1967
|
+
warning10: string;
|
1968
|
+
warning11: string;
|
1969
|
+
warning12: string;
|
1982
1970
|
warning13: string;
|
1971
|
+
critical1: string;
|
1972
|
+
critical2: string;
|
1973
|
+
critical3: string;
|
1974
|
+
critical4: string;
|
1975
|
+
critical5: string;
|
1976
|
+
critical6: string;
|
1977
|
+
critical7: string;
|
1978
|
+
critical8: string;
|
1979
|
+
critical9: string;
|
1980
|
+
critical10: string;
|
1981
|
+
critical11: string;
|
1982
|
+
critical12: string;
|
1983
1983
|
critical13: string;
|
1984
1984
|
};
|
1985
1985
|
fonts: {
|
1986
|
-
default: any;
|
1987
|
-
body: any;
|
1988
|
-
caption: any;
|
1989
|
-
pageTitle: any;
|
1990
|
-
sectionTitle: any;
|
1991
|
-
sectionSubtitle: any;
|
1992
|
-
button: any;
|
1993
|
-
textInput: any;
|
1994
1986
|
display100: any;
|
1995
1987
|
display200: any;
|
1996
1988
|
display300: any;
|
@@ -2000,8 +1992,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2000
1992
|
display700: any;
|
2001
1993
|
display800: any;
|
2002
1994
|
display900: any;
|
2003
|
-
};
|
2004
|
-
fontSizes: {
|
2005
1995
|
body: any;
|
2006
1996
|
caption: any;
|
2007
1997
|
pageTitle: any;
|
@@ -2009,6 +1999,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2009
1999
|
sectionSubtitle: any;
|
2010
2000
|
button: any;
|
2011
2001
|
textInput: any;
|
2002
|
+
default: any;
|
2003
|
+
};
|
2004
|
+
fontSizes: {
|
2012
2005
|
display100: any;
|
2013
2006
|
display200: any;
|
2014
2007
|
display300: any;
|
@@ -2018,8 +2011,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2018
2011
|
display700: any;
|
2019
2012
|
display800: any;
|
2020
2013
|
display900: any;
|
2021
|
-
};
|
2022
|
-
fontWeights: {
|
2023
2014
|
body: any;
|
2024
2015
|
caption: any;
|
2025
2016
|
pageTitle: any;
|
@@ -2027,6 +2018,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2027
2018
|
sectionSubtitle: any;
|
2028
2019
|
button: any;
|
2029
2020
|
textInput: any;
|
2021
|
+
};
|
2022
|
+
fontWeights: {
|
2030
2023
|
display100: any;
|
2031
2024
|
display200: any;
|
2032
2025
|
display300: any;
|
@@ -2036,8 +2029,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2036
2029
|
display700: any;
|
2037
2030
|
display800: any;
|
2038
2031
|
display900: any;
|
2039
|
-
};
|
2040
|
-
letterSpacings: {
|
2041
2032
|
body: any;
|
2042
2033
|
caption: any;
|
2043
2034
|
pageTitle: any;
|
@@ -2045,6 +2036,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2045
2036
|
sectionSubtitle: any;
|
2046
2037
|
button: any;
|
2047
2038
|
textInput: any;
|
2039
|
+
};
|
2040
|
+
letterSpacings: {
|
2048
2041
|
display100: any;
|
2049
2042
|
display200: any;
|
2050
2043
|
display300: any;
|
@@ -2054,8 +2047,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2054
2047
|
display700: any;
|
2055
2048
|
display800: any;
|
2056
2049
|
display900: any;
|
2057
|
-
};
|
2058
|
-
lineHeights: {
|
2059
2050
|
body: any;
|
2060
2051
|
caption: any;
|
2061
2052
|
pageTitle: any;
|
@@ -2063,6 +2054,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2063
2054
|
sectionSubtitle: any;
|
2064
2055
|
button: any;
|
2065
2056
|
textInput: any;
|
2057
|
+
};
|
2058
|
+
lineHeights: {
|
2066
2059
|
display100: any;
|
2067
2060
|
display200: any;
|
2068
2061
|
display300: any;
|
@@ -2072,6 +2065,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2072
2065
|
display700: any;
|
2073
2066
|
display800: any;
|
2074
2067
|
display900: any;
|
2068
|
+
body: any;
|
2069
|
+
caption: any;
|
2070
|
+
pageTitle: any;
|
2071
|
+
sectionTitle: any;
|
2072
|
+
sectionSubtitle: any;
|
2073
|
+
button: any;
|
2074
|
+
textInput: any;
|
2075
2075
|
};
|
2076
2076
|
radii: {
|
2077
2077
|
default: any;
|
@@ -2105,119 +2105,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2105
2105
|
}, createTheme: <Argument0 extends string | ({
|
2106
2106
|
colors?: {
|
2107
2107
|
neutral1?: string | number | boolean;
|
2108
|
+
neutral2?: string | number | boolean;
|
2109
|
+
neutral3?: string | number | boolean;
|
2110
|
+
neutral4?: string | number | boolean;
|
2111
|
+
neutral5?: string | number | boolean;
|
2112
|
+
neutral6?: string | number | boolean;
|
2113
|
+
neutral7?: string | number | boolean;
|
2114
|
+
neutral8?: string | number | boolean;
|
2115
|
+
neutral9?: string | number | boolean;
|
2116
|
+
neutral10?: string | number | boolean;
|
2117
|
+
neutral11?: string | number | boolean;
|
2118
|
+
neutral12?: string | number | boolean;
|
2119
|
+
neutral13?: string | number | boolean;
|
2108
2120
|
neutralA1?: string | number | boolean;
|
2121
|
+
neutralA2?: string | number | boolean;
|
2122
|
+
neutralA3?: string | number | boolean;
|
2123
|
+
neutralA4?: string | number | boolean;
|
2124
|
+
neutralA5?: string | number | boolean;
|
2125
|
+
neutralA6?: string | number | boolean;
|
2126
|
+
neutralA7?: string | number | boolean;
|
2127
|
+
neutralA8?: string | number | boolean;
|
2128
|
+
neutralA9?: string | number | boolean;
|
2129
|
+
neutralA10?: string | number | boolean;
|
2130
|
+
neutralA11?: string | number | boolean;
|
2131
|
+
neutralA12?: string | number | boolean;
|
2132
|
+
neutralA13?: string | number | boolean;
|
2109
2133
|
primary1?: string | number | boolean;
|
2134
|
+
primary2?: string | number | boolean;
|
2135
|
+
primary3?: string | number | boolean;
|
2136
|
+
primary4?: string | number | boolean;
|
2137
|
+
primary5?: string | number | boolean;
|
2138
|
+
primary6?: string | number | boolean;
|
2139
|
+
primary7?: string | number | boolean;
|
2140
|
+
primary8?: string | number | boolean;
|
2141
|
+
primary9?: string | number | boolean;
|
2142
|
+
primary10?: string | number | boolean;
|
2143
|
+
primary11?: string | number | boolean;
|
2144
|
+
primary12?: string | number | boolean;
|
2145
|
+
primary13?: string | number | boolean;
|
2110
2146
|
accent1?: string | number | boolean;
|
2147
|
+
accent2?: string | number | boolean;
|
2148
|
+
accent3?: string | number | boolean;
|
2149
|
+
accent4?: string | number | boolean;
|
2150
|
+
accent5?: string | number | boolean;
|
2151
|
+
accent6?: string | number | boolean;
|
2152
|
+
accent7?: string | number | boolean;
|
2153
|
+
accent8?: string | number | boolean;
|
2154
|
+
accent9?: string | number | boolean;
|
2155
|
+
accent10?: string | number | boolean;
|
2156
|
+
accent11?: string | number | boolean;
|
2157
|
+
accent12?: string | number | boolean;
|
2158
|
+
accent13?: string | number | boolean;
|
2111
2159
|
success1?: string | number | boolean;
|
2160
|
+
success2?: string | number | boolean;
|
2161
|
+
success3?: string | number | boolean;
|
2162
|
+
success4?: string | number | boolean;
|
2163
|
+
success5?: string | number | boolean;
|
2164
|
+
success6?: string | number | boolean;
|
2165
|
+
success7?: string | number | boolean;
|
2166
|
+
success8?: string | number | boolean;
|
2167
|
+
success9?: string | number | boolean;
|
2168
|
+
success10?: string | number | boolean;
|
2169
|
+
success11?: string | number | boolean;
|
2170
|
+
success12?: string | number | boolean;
|
2171
|
+
success13?: string | number | boolean;
|
2112
2172
|
info1?: string | number | boolean;
|
2113
|
-
warning1?: string | number | boolean;
|
2114
|
-
critical1?: string | number | boolean;
|
2115
|
-
neutral2?: string | number | boolean;
|
2116
|
-
neutralA2?: string | number | boolean;
|
2117
|
-
primary2?: string | number | boolean;
|
2118
|
-
accent2?: string | number | boolean;
|
2119
|
-
success2?: string | number | boolean;
|
2120
2173
|
info2?: string | number | boolean;
|
2121
|
-
warning2?: string | number | boolean;
|
2122
|
-
critical2?: string | number | boolean;
|
2123
|
-
neutral3?: string | number | boolean;
|
2124
|
-
neutralA3?: string | number | boolean;
|
2125
|
-
primary3?: string | number | boolean;
|
2126
|
-
accent3?: string | number | boolean;
|
2127
|
-
success3?: string | number | boolean;
|
2128
2174
|
info3?: string | number | boolean;
|
2129
|
-
warning3?: string | number | boolean;
|
2130
|
-
critical3?: string | number | boolean;
|
2131
|
-
neutral4?: string | number | boolean;
|
2132
|
-
neutralA4?: string | number | boolean;
|
2133
|
-
primary4?: string | number | boolean;
|
2134
|
-
accent4?: string | number | boolean;
|
2135
|
-
success4?: string | number | boolean;
|
2136
2175
|
info4?: string | number | boolean;
|
2137
|
-
warning4?: string | number | boolean;
|
2138
|
-
critical4?: string | number | boolean;
|
2139
|
-
neutral5?: string | number | boolean;
|
2140
|
-
neutralA5?: string | number | boolean;
|
2141
|
-
primary5?: string | number | boolean;
|
2142
|
-
accent5?: string | number | boolean;
|
2143
|
-
success5?: string | number | boolean;
|
2144
2176
|
info5?: string | number | boolean;
|
2145
|
-
warning5?: string | number | boolean;
|
2146
|
-
critical5?: string | number | boolean;
|
2147
|
-
neutral6?: string | number | boolean;
|
2148
|
-
neutralA6?: string | number | boolean;
|
2149
|
-
primary6?: string | number | boolean;
|
2150
|
-
accent6?: string | number | boolean;
|
2151
|
-
success6?: string | number | boolean;
|
2152
2177
|
info6?: string | number | boolean;
|
2153
|
-
warning6?: string | number | boolean;
|
2154
|
-
critical6?: string | number | boolean;
|
2155
|
-
neutral7?: string | number | boolean;
|
2156
|
-
neutralA7?: string | number | boolean;
|
2157
|
-
primary7?: string | number | boolean;
|
2158
|
-
accent7?: string | number | boolean;
|
2159
|
-
success7?: string | number | boolean;
|
2160
2178
|
info7?: string | number | boolean;
|
2161
|
-
warning7?: string | number | boolean;
|
2162
|
-
critical7?: string | number | boolean;
|
2163
|
-
neutral8?: string | number | boolean;
|
2164
|
-
neutralA8?: string | number | boolean;
|
2165
|
-
primary8?: string | number | boolean;
|
2166
|
-
accent8?: string | number | boolean;
|
2167
|
-
success8?: string | number | boolean;
|
2168
2179
|
info8?: string | number | boolean;
|
2169
|
-
warning8?: string | number | boolean;
|
2170
|
-
critical8?: string | number | boolean;
|
2171
|
-
neutral9?: string | number | boolean;
|
2172
|
-
neutralA9?: string | number | boolean;
|
2173
|
-
primary9?: string | number | boolean;
|
2174
|
-
accent9?: string | number | boolean;
|
2175
|
-
success9?: string | number | boolean;
|
2176
2180
|
info9?: string | number | boolean;
|
2177
|
-
warning9?: string | number | boolean;
|
2178
|
-
critical9?: string | number | boolean;
|
2179
|
-
neutral10?: string | number | boolean;
|
2180
|
-
neutralA10?: string | number | boolean;
|
2181
|
-
primary10?: string | number | boolean;
|
2182
|
-
accent10?: string | number | boolean;
|
2183
|
-
success10?: string | number | boolean;
|
2184
2181
|
info10?: string | number | boolean;
|
2185
|
-
warning10?: string | number | boolean;
|
2186
|
-
critical10?: string | number | boolean;
|
2187
|
-
neutral11?: string | number | boolean;
|
2188
|
-
neutralA11?: string | number | boolean;
|
2189
|
-
primary11?: string | number | boolean;
|
2190
|
-
accent11?: string | number | boolean;
|
2191
|
-
success11?: string | number | boolean;
|
2192
2182
|
info11?: string | number | boolean;
|
2193
|
-
warning11?: string | number | boolean;
|
2194
|
-
critical11?: string | number | boolean;
|
2195
|
-
neutral12?: string | number | boolean;
|
2196
|
-
neutralA12?: string | number | boolean;
|
2197
|
-
primary12?: string | number | boolean;
|
2198
|
-
accent12?: string | number | boolean;
|
2199
|
-
success12?: string | number | boolean;
|
2200
2183
|
info12?: string | number | boolean;
|
2201
|
-
warning12?: string | number | boolean;
|
2202
|
-
critical12?: string | number | boolean;
|
2203
|
-
neutral13?: string | number | boolean;
|
2204
|
-
neutralA13?: string | number | boolean;
|
2205
|
-
primary13?: string | number | boolean;
|
2206
|
-
accent13?: string | number | boolean;
|
2207
|
-
success13?: string | number | boolean;
|
2208
2184
|
info13?: string | number | boolean;
|
2185
|
+
warning1?: string | number | boolean;
|
2186
|
+
warning2?: string | number | boolean;
|
2187
|
+
warning3?: string | number | boolean;
|
2188
|
+
warning4?: string | number | boolean;
|
2189
|
+
warning5?: string | number | boolean;
|
2190
|
+
warning6?: string | number | boolean;
|
2191
|
+
warning7?: string | number | boolean;
|
2192
|
+
warning8?: string | number | boolean;
|
2193
|
+
warning9?: string | number | boolean;
|
2194
|
+
warning10?: string | number | boolean;
|
2195
|
+
warning11?: string | number | boolean;
|
2196
|
+
warning12?: string | number | boolean;
|
2209
2197
|
warning13?: string | number | boolean;
|
2198
|
+
critical1?: string | number | boolean;
|
2199
|
+
critical2?: string | number | boolean;
|
2200
|
+
critical3?: string | number | boolean;
|
2201
|
+
critical4?: string | number | boolean;
|
2202
|
+
critical5?: string | number | boolean;
|
2203
|
+
critical6?: string | number | boolean;
|
2204
|
+
critical7?: string | number | boolean;
|
2205
|
+
critical8?: string | number | boolean;
|
2206
|
+
critical9?: string | number | boolean;
|
2207
|
+
critical10?: string | number | boolean;
|
2208
|
+
critical11?: string | number | boolean;
|
2209
|
+
critical12?: string | number | boolean;
|
2210
2210
|
critical13?: string | number | boolean;
|
2211
2211
|
};
|
2212
2212
|
fonts?: {
|
2213
|
-
default?: string | number | boolean;
|
2214
|
-
body?: string | number | boolean;
|
2215
|
-
caption?: string | number | boolean;
|
2216
|
-
pageTitle?: string | number | boolean;
|
2217
|
-
sectionTitle?: string | number | boolean;
|
2218
|
-
sectionSubtitle?: string | number | boolean;
|
2219
|
-
button?: string | number | boolean;
|
2220
|
-
textInput?: string | number | boolean;
|
2221
2213
|
display100?: string | number | boolean;
|
2222
2214
|
display200?: string | number | boolean;
|
2223
2215
|
display300?: string | number | boolean;
|
@@ -2227,8 +2219,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2227
2219
|
display700?: string | number | boolean;
|
2228
2220
|
display800?: string | number | boolean;
|
2229
2221
|
display900?: string | number | boolean;
|
2230
|
-
};
|
2231
|
-
fontSizes?: {
|
2232
2222
|
body?: string | number | boolean;
|
2233
2223
|
caption?: string | number | boolean;
|
2234
2224
|
pageTitle?: string | number | boolean;
|
@@ -2236,6 +2226,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2236
2226
|
sectionSubtitle?: string | number | boolean;
|
2237
2227
|
button?: string | number | boolean;
|
2238
2228
|
textInput?: string | number | boolean;
|
2229
|
+
default?: string | number | boolean;
|
2230
|
+
};
|
2231
|
+
fontSizes?: {
|
2239
2232
|
display100?: string | number | boolean;
|
2240
2233
|
display200?: string | number | boolean;
|
2241
2234
|
display300?: string | number | boolean;
|
@@ -2245,8 +2238,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2245
2238
|
display700?: string | number | boolean;
|
2246
2239
|
display800?: string | number | boolean;
|
2247
2240
|
display900?: string | number | boolean;
|
2248
|
-
};
|
2249
|
-
fontWeights?: {
|
2250
2241
|
body?: string | number | boolean;
|
2251
2242
|
caption?: string | number | boolean;
|
2252
2243
|
pageTitle?: string | number | boolean;
|
@@ -2254,6 +2245,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2254
2245
|
sectionSubtitle?: string | number | boolean;
|
2255
2246
|
button?: string | number | boolean;
|
2256
2247
|
textInput?: string | number | boolean;
|
2248
|
+
};
|
2249
|
+
fontWeights?: {
|
2257
2250
|
display100?: string | number | boolean;
|
2258
2251
|
display200?: string | number | boolean;
|
2259
2252
|
display300?: string | number | boolean;
|
@@ -2263,8 +2256,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2263
2256
|
display700?: string | number | boolean;
|
2264
2257
|
display800?: string | number | boolean;
|
2265
2258
|
display900?: string | number | boolean;
|
2266
|
-
};
|
2267
|
-
letterSpacings?: {
|
2268
2259
|
body?: string | number | boolean;
|
2269
2260
|
caption?: string | number | boolean;
|
2270
2261
|
pageTitle?: string | number | boolean;
|
@@ -2272,6 +2263,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2272
2263
|
sectionSubtitle?: string | number | boolean;
|
2273
2264
|
button?: string | number | boolean;
|
2274
2265
|
textInput?: string | number | boolean;
|
2266
|
+
};
|
2267
|
+
letterSpacings?: {
|
2275
2268
|
display100?: string | number | boolean;
|
2276
2269
|
display200?: string | number | boolean;
|
2277
2270
|
display300?: string | number | boolean;
|
@@ -2281,8 +2274,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2281
2274
|
display700?: string | number | boolean;
|
2282
2275
|
display800?: string | number | boolean;
|
2283
2276
|
display900?: string | number | boolean;
|
2284
|
-
};
|
2285
|
-
lineHeights?: {
|
2286
2277
|
body?: string | number | boolean;
|
2287
2278
|
caption?: string | number | boolean;
|
2288
2279
|
pageTitle?: string | number | boolean;
|
@@ -2290,6 +2281,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2290
2281
|
sectionSubtitle?: string | number | boolean;
|
2291
2282
|
button?: string | number | boolean;
|
2292
2283
|
textInput?: string | number | boolean;
|
2284
|
+
};
|
2285
|
+
lineHeights?: {
|
2293
2286
|
display100?: string | number | boolean;
|
2294
2287
|
display200?: string | number | boolean;
|
2295
2288
|
display300?: string | number | boolean;
|
@@ -2299,6 +2292,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2299
2292
|
display700?: string | number | boolean;
|
2300
2293
|
display800?: string | number | boolean;
|
2301
2294
|
display900?: string | number | boolean;
|
2295
|
+
body?: string | number | boolean;
|
2296
|
+
caption?: string | number | boolean;
|
2297
|
+
pageTitle?: string | number | boolean;
|
2298
|
+
sectionTitle?: string | number | boolean;
|
2299
|
+
sectionSubtitle?: string | number | boolean;
|
2300
|
+
button?: string | number | boolean;
|
2301
|
+
textInput?: string | number | boolean;
|
2302
2302
|
};
|
2303
2303
|
radii?: {
|
2304
2304
|
default?: string | number | boolean;
|
@@ -2334,119 +2334,111 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2334
2334
|
}), Argument1 extends string | ({
|
2335
2335
|
colors?: {
|
2336
2336
|
neutral1?: string | number | boolean;
|
2337
|
-
neutralA1?: string | number | boolean;
|
2338
|
-
primary1?: string | number | boolean;
|
2339
|
-
accent1?: string | number | boolean;
|
2340
|
-
success1?: string | number | boolean;
|
2341
|
-
info1?: string | number | boolean;
|
2342
|
-
warning1?: string | number | boolean;
|
2343
|
-
critical1?: string | number | boolean;
|
2344
2337
|
neutral2?: string | number | boolean;
|
2345
|
-
neutralA2?: string | number | boolean;
|
2346
|
-
primary2?: string | number | boolean;
|
2347
|
-
accent2?: string | number | boolean;
|
2348
|
-
success2?: string | number | boolean;
|
2349
|
-
info2?: string | number | boolean;
|
2350
|
-
warning2?: string | number | boolean;
|
2351
|
-
critical2?: string | number | boolean;
|
2352
2338
|
neutral3?: string | number | boolean;
|
2353
|
-
neutralA3?: string | number | boolean;
|
2354
|
-
primary3?: string | number | boolean;
|
2355
|
-
accent3?: string | number | boolean;
|
2356
|
-
success3?: string | number | boolean;
|
2357
|
-
info3?: string | number | boolean;
|
2358
|
-
warning3?: string | number | boolean;
|
2359
|
-
critical3?: string | number | boolean;
|
2360
2339
|
neutral4?: string | number | boolean;
|
2361
|
-
neutralA4?: string | number | boolean;
|
2362
|
-
primary4?: string | number | boolean;
|
2363
|
-
accent4?: string | number | boolean;
|
2364
|
-
success4?: string | number | boolean;
|
2365
|
-
info4?: string | number | boolean;
|
2366
|
-
warning4?: string | number | boolean;
|
2367
|
-
critical4?: string | number | boolean;
|
2368
2340
|
neutral5?: string | number | boolean;
|
2341
|
+
neutral6?: string | number | boolean;
|
2342
|
+
neutral7?: string | number | boolean;
|
2343
|
+
neutral8?: string | number | boolean;
|
2344
|
+
neutral9?: string | number | boolean;
|
2345
|
+
neutral10?: string | number | boolean;
|
2346
|
+
neutral11?: string | number | boolean;
|
2347
|
+
neutral12?: string | number | boolean;
|
2348
|
+
neutral13?: string | number | boolean;
|
2349
|
+
neutralA1?: string | number | boolean;
|
2350
|
+
neutralA2?: string | number | boolean;
|
2351
|
+
neutralA3?: string | number | boolean;
|
2352
|
+
neutralA4?: string | number | boolean;
|
2369
2353
|
neutralA5?: string | number | boolean;
|
2354
|
+
neutralA6?: string | number | boolean;
|
2355
|
+
neutralA7?: string | number | boolean;
|
2356
|
+
neutralA8?: string | number | boolean;
|
2357
|
+
neutralA9?: string | number | boolean;
|
2358
|
+
neutralA10?: string | number | boolean;
|
2359
|
+
neutralA11?: string | number | boolean;
|
2360
|
+
neutralA12?: string | number | boolean;
|
2361
|
+
neutralA13?: string | number | boolean;
|
2362
|
+
primary1?: string | number | boolean;
|
2363
|
+
primary2?: string | number | boolean;
|
2364
|
+
primary3?: string | number | boolean;
|
2365
|
+
primary4?: string | number | boolean;
|
2370
2366
|
primary5?: string | number | boolean;
|
2367
|
+
primary6?: string | number | boolean;
|
2368
|
+
primary7?: string | number | boolean;
|
2369
|
+
primary8?: string | number | boolean;
|
2370
|
+
primary9?: string | number | boolean;
|
2371
|
+
primary10?: string | number | boolean;
|
2372
|
+
primary11?: string | number | boolean;
|
2373
|
+
primary12?: string | number | boolean;
|
2374
|
+
primary13?: string | number | boolean;
|
2375
|
+
accent1?: string | number | boolean;
|
2376
|
+
accent2?: string | number | boolean;
|
2377
|
+
accent3?: string | number | boolean;
|
2378
|
+
accent4?: string | number | boolean;
|
2371
2379
|
accent5?: string | number | boolean;
|
2380
|
+
accent6?: string | number | boolean;
|
2381
|
+
accent7?: string | number | boolean;
|
2382
|
+
accent8?: string | number | boolean;
|
2383
|
+
accent9?: string | number | boolean;
|
2384
|
+
accent10?: string | number | boolean;
|
2385
|
+
accent11?: string | number | boolean;
|
2386
|
+
accent12?: string | number | boolean;
|
2387
|
+
accent13?: string | number | boolean;
|
2388
|
+
success1?: string | number | boolean;
|
2389
|
+
success2?: string | number | boolean;
|
2390
|
+
success3?: string | number | boolean;
|
2391
|
+
success4?: string | number | boolean;
|
2372
2392
|
success5?: string | number | boolean;
|
2393
|
+
success6?: string | number | boolean;
|
2394
|
+
success7?: string | number | boolean;
|
2395
|
+
success8?: string | number | boolean;
|
2396
|
+
success9?: string | number | boolean;
|
2397
|
+
success10?: string | number | boolean;
|
2398
|
+
success11?: string | number | boolean;
|
2399
|
+
success12?: string | number | boolean;
|
2400
|
+
success13?: string | number | boolean;
|
2401
|
+
info1?: string | number | boolean;
|
2402
|
+
info2?: string | number | boolean;
|
2403
|
+
info3?: string | number | boolean;
|
2404
|
+
info4?: string | number | boolean;
|
2373
2405
|
info5?: string | number | boolean;
|
2406
|
+
info6?: string | number | boolean;
|
2407
|
+
info7?: string | number | boolean;
|
2408
|
+
info8?: string | number | boolean;
|
2409
|
+
info9?: string | number | boolean;
|
2410
|
+
info10?: string | number | boolean;
|
2411
|
+
info11?: string | number | boolean;
|
2412
|
+
info12?: string | number | boolean;
|
2413
|
+
info13?: string | number | boolean;
|
2414
|
+
warning1?: string | number | boolean;
|
2415
|
+
warning2?: string | number | boolean;
|
2416
|
+
warning3?: string | number | boolean;
|
2417
|
+
warning4?: string | number | boolean;
|
2374
2418
|
warning5?: string | number | boolean;
|
2419
|
+
warning6?: string | number | boolean;
|
2420
|
+
warning7?: string | number | boolean;
|
2421
|
+
warning8?: string | number | boolean;
|
2422
|
+
warning9?: string | number | boolean;
|
2423
|
+
warning10?: string | number | boolean;
|
2424
|
+
warning11?: string | number | boolean;
|
2425
|
+
warning12?: string | number | boolean;
|
2426
|
+
warning13?: string | number | boolean;
|
2427
|
+
critical1?: string | number | boolean;
|
2428
|
+
critical2?: string | number | boolean;
|
2429
|
+
critical3?: string | number | boolean;
|
2430
|
+
critical4?: string | number | boolean;
|
2375
2431
|
critical5?: string | number | boolean;
|
2376
|
-
neutral6?: string | number | boolean;
|
2377
|
-
neutralA6?: string | number | boolean;
|
2378
|
-
primary6?: string | number | boolean;
|
2379
|
-
accent6?: string | number | boolean;
|
2380
|
-
success6?: string | number | boolean;
|
2381
|
-
info6?: string | number | boolean;
|
2382
|
-
warning6?: string | number | boolean;
|
2383
2432
|
critical6?: string | number | boolean;
|
2384
|
-
neutral7?: string | number | boolean;
|
2385
|
-
neutralA7?: string | number | boolean;
|
2386
|
-
primary7?: string | number | boolean;
|
2387
|
-
accent7?: string | number | boolean;
|
2388
|
-
success7?: string | number | boolean;
|
2389
|
-
info7?: string | number | boolean;
|
2390
|
-
warning7?: string | number | boolean;
|
2391
2433
|
critical7?: string | number | boolean;
|
2392
|
-
neutral8?: string | number | boolean;
|
2393
|
-
neutralA8?: string | number | boolean;
|
2394
|
-
primary8?: string | number | boolean;
|
2395
|
-
accent8?: string | number | boolean;
|
2396
|
-
success8?: string | number | boolean;
|
2397
|
-
info8?: string | number | boolean;
|
2398
|
-
warning8?: string | number | boolean;
|
2399
2434
|
critical8?: string | number | boolean;
|
2400
|
-
neutral9?: string | number | boolean;
|
2401
|
-
neutralA9?: string | number | boolean;
|
2402
|
-
primary9?: string | number | boolean;
|
2403
|
-
accent9?: string | number | boolean;
|
2404
|
-
success9?: string | number | boolean;
|
2405
|
-
info9?: string | number | boolean;
|
2406
|
-
warning9?: string | number | boolean;
|
2407
2435
|
critical9?: string | number | boolean;
|
2408
|
-
neutral10?: string | number | boolean;
|
2409
|
-
neutralA10?: string | number | boolean;
|
2410
|
-
primary10?: string | number | boolean;
|
2411
|
-
accent10?: string | number | boolean;
|
2412
|
-
success10?: string | number | boolean;
|
2413
|
-
info10?: string | number | boolean;
|
2414
|
-
warning10?: string | number | boolean;
|
2415
2436
|
critical10?: string | number | boolean;
|
2416
|
-
neutral11?: string | number | boolean;
|
2417
|
-
neutralA11?: string | number | boolean;
|
2418
|
-
primary11?: string | number | boolean;
|
2419
|
-
accent11?: string | number | boolean;
|
2420
|
-
success11?: string | number | boolean;
|
2421
|
-
info11?: string | number | boolean;
|
2422
|
-
warning11?: string | number | boolean;
|
2423
2437
|
critical11?: string | number | boolean;
|
2424
|
-
neutral12?: string | number | boolean;
|
2425
|
-
neutralA12?: string | number | boolean;
|
2426
|
-
primary12?: string | number | boolean;
|
2427
|
-
accent12?: string | number | boolean;
|
2428
|
-
success12?: string | number | boolean;
|
2429
|
-
info12?: string | number | boolean;
|
2430
|
-
warning12?: string | number | boolean;
|
2431
2438
|
critical12?: string | number | boolean;
|
2432
|
-
neutral13?: string | number | boolean;
|
2433
|
-
neutralA13?: string | number | boolean;
|
2434
|
-
primary13?: string | number | boolean;
|
2435
|
-
accent13?: string | number | boolean;
|
2436
|
-
success13?: string | number | boolean;
|
2437
|
-
info13?: string | number | boolean;
|
2438
|
-
warning13?: string | number | boolean;
|
2439
2439
|
critical13?: string | number | boolean;
|
2440
2440
|
};
|
2441
2441
|
fonts?: {
|
2442
|
-
default?: string | number | boolean;
|
2443
|
-
body?: string | number | boolean;
|
2444
|
-
caption?: string | number | boolean;
|
2445
|
-
pageTitle?: string | number | boolean;
|
2446
|
-
sectionTitle?: string | number | boolean;
|
2447
|
-
sectionSubtitle?: string | number | boolean;
|
2448
|
-
button?: string | number | boolean;
|
2449
|
-
textInput?: string | number | boolean;
|
2450
2442
|
display100?: string | number | boolean;
|
2451
2443
|
display200?: string | number | boolean;
|
2452
2444
|
display300?: string | number | boolean;
|
@@ -2456,8 +2448,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2456
2448
|
display700?: string | number | boolean;
|
2457
2449
|
display800?: string | number | boolean;
|
2458
2450
|
display900?: string | number | boolean;
|
2459
|
-
};
|
2460
|
-
fontSizes?: {
|
2461
2451
|
body?: string | number | boolean;
|
2462
2452
|
caption?: string | number | boolean;
|
2463
2453
|
pageTitle?: string | number | boolean;
|
@@ -2465,6 +2455,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2465
2455
|
sectionSubtitle?: string | number | boolean;
|
2466
2456
|
button?: string | number | boolean;
|
2467
2457
|
textInput?: string | number | boolean;
|
2458
|
+
default?: string | number | boolean;
|
2459
|
+
};
|
2460
|
+
fontSizes?: {
|
2468
2461
|
display100?: string | number | boolean;
|
2469
2462
|
display200?: string | number | boolean;
|
2470
2463
|
display300?: string | number | boolean;
|
@@ -2474,8 +2467,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2474
2467
|
display700?: string | number | boolean;
|
2475
2468
|
display800?: string | number | boolean;
|
2476
2469
|
display900?: string | number | boolean;
|
2477
|
-
};
|
2478
|
-
fontWeights?: {
|
2479
2470
|
body?: string | number | boolean;
|
2480
2471
|
caption?: string | number | boolean;
|
2481
2472
|
pageTitle?: string | number | boolean;
|
@@ -2483,6 +2474,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2483
2474
|
sectionSubtitle?: string | number | boolean;
|
2484
2475
|
button?: string | number | boolean;
|
2485
2476
|
textInput?: string | number | boolean;
|
2477
|
+
};
|
2478
|
+
fontWeights?: {
|
2486
2479
|
display100?: string | number | boolean;
|
2487
2480
|
display200?: string | number | boolean;
|
2488
2481
|
display300?: string | number | boolean;
|
@@ -2492,8 +2485,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2492
2485
|
display700?: string | number | boolean;
|
2493
2486
|
display800?: string | number | boolean;
|
2494
2487
|
display900?: string | number | boolean;
|
2495
|
-
};
|
2496
|
-
letterSpacings?: {
|
2497
2488
|
body?: string | number | boolean;
|
2498
2489
|
caption?: string | number | boolean;
|
2499
2490
|
pageTitle?: string | number | boolean;
|
@@ -2501,6 +2492,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2501
2492
|
sectionSubtitle?: string | number | boolean;
|
2502
2493
|
button?: string | number | boolean;
|
2503
2494
|
textInput?: string | number | boolean;
|
2495
|
+
};
|
2496
|
+
letterSpacings?: {
|
2504
2497
|
display100?: string | number | boolean;
|
2505
2498
|
display200?: string | number | boolean;
|
2506
2499
|
display300?: string | number | boolean;
|
@@ -2510,8 +2503,6 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2510
2503
|
display700?: string | number | boolean;
|
2511
2504
|
display800?: string | number | boolean;
|
2512
2505
|
display900?: string | number | boolean;
|
2513
|
-
};
|
2514
|
-
lineHeights?: {
|
2515
2506
|
body?: string | number | boolean;
|
2516
2507
|
caption?: string | number | boolean;
|
2517
2508
|
pageTitle?: string | number | boolean;
|
@@ -2519,6 +2510,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2519
2510
|
sectionSubtitle?: string | number | boolean;
|
2520
2511
|
button?: string | number | boolean;
|
2521
2512
|
textInput?: string | number | boolean;
|
2513
|
+
};
|
2514
|
+
lineHeights?: {
|
2522
2515
|
display100?: string | number | boolean;
|
2523
2516
|
display200?: string | number | boolean;
|
2524
2517
|
display300?: string | number | boolean;
|
@@ -2528,6 +2521,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
2528
2521
|
display700?: string | number | boolean;
|
2529
2522
|
display800?: string | number | boolean;
|
2530
2523
|
display900?: string | number | boolean;
|
2524
|
+
body?: string | number | boolean;
|
2525
|
+
caption?: string | number | boolean;
|
2526
|
+
pageTitle?: string | number | boolean;
|
2527
|
+
sectionTitle?: string | number | boolean;
|
2528
|
+
sectionSubtitle?: string | number | boolean;
|
2529
|
+
button?: string | number | boolean;
|
2530
|
+
textInput?: string | number | boolean;
|
2531
2531
|
};
|
2532
2532
|
radii?: {
|
2533
2533
|
default?: string | number | boolean;
|
@@ -2570,108 +2570,108 @@ export declare const darkTheme: string & {
|
|
2570
2570
|
} & import("@stitches/react/types/stitches").ThemeTokens<{
|
2571
2571
|
colors: {
|
2572
2572
|
neutral1: string;
|
2573
|
-
neutralA1: string;
|
2574
|
-
primary1: string;
|
2575
|
-
accent1: string;
|
2576
|
-
success1: string;
|
2577
|
-
info1: string;
|
2578
|
-
warning1: string;
|
2579
|
-
critical1: string;
|
2580
2573
|
neutral2: string;
|
2581
|
-
neutralA2: string;
|
2582
|
-
primary2: string;
|
2583
|
-
accent2: string;
|
2584
|
-
success2: string;
|
2585
|
-
info2: string;
|
2586
|
-
warning2: string;
|
2587
|
-
critical2: string;
|
2588
2574
|
neutral3: string;
|
2589
|
-
neutralA3: string;
|
2590
|
-
primary3: string;
|
2591
|
-
accent3: string;
|
2592
|
-
success3: string;
|
2593
|
-
info3: string;
|
2594
|
-
warning3: string;
|
2595
|
-
critical3: string;
|
2596
2575
|
neutral4: string;
|
2597
|
-
neutralA4: string;
|
2598
|
-
primary4: string;
|
2599
|
-
accent4: string;
|
2600
|
-
success4: string;
|
2601
|
-
info4: string;
|
2602
|
-
warning4: string;
|
2603
|
-
critical4: string;
|
2604
2576
|
neutral5: string;
|
2605
|
-
neutralA5: string;
|
2606
|
-
primary5: string;
|
2607
|
-
accent5: string;
|
2608
|
-
success5: string;
|
2609
|
-
info5: string;
|
2610
|
-
warning5: string;
|
2611
|
-
critical5: string;
|
2612
2577
|
neutral6: string;
|
2613
|
-
neutralA6: string;
|
2614
|
-
primary6: string;
|
2615
|
-
accent6: string;
|
2616
|
-
success6: string;
|
2617
|
-
info6: string;
|
2618
|
-
warning6: string;
|
2619
|
-
critical6: string;
|
2620
2578
|
neutral7: string;
|
2621
|
-
neutralA7: string;
|
2622
|
-
primary7: string;
|
2623
|
-
accent7: string;
|
2624
|
-
success7: string;
|
2625
|
-
info7: string;
|
2626
|
-
warning7: string;
|
2627
|
-
critical7: string;
|
2628
2579
|
neutral8: string;
|
2629
|
-
neutralA8: string;
|
2630
|
-
primary8: string;
|
2631
|
-
accent8: string;
|
2632
|
-
success8: string;
|
2633
|
-
info8: string;
|
2634
|
-
warning8: string;
|
2635
|
-
critical8: string;
|
2636
2580
|
neutral9: string;
|
2637
|
-
neutralA9: string;
|
2638
|
-
primary9: string;
|
2639
|
-
accent9: string;
|
2640
|
-
success9: string;
|
2641
|
-
info9: string;
|
2642
|
-
warning9: string;
|
2643
|
-
critical9: string;
|
2644
2581
|
neutral10: string;
|
2645
|
-
neutralA10: string;
|
2646
|
-
primary10: string;
|
2647
|
-
accent10: string;
|
2648
|
-
success10: string;
|
2649
|
-
info10: string;
|
2650
|
-
warning10: string;
|
2651
|
-
critical10: string;
|
2652
2582
|
neutral11: string;
|
2653
|
-
neutralA11: string;
|
2654
|
-
primary11: string;
|
2655
|
-
accent11: string;
|
2656
|
-
success11: string;
|
2657
|
-
info11: string;
|
2658
|
-
warning11: string;
|
2659
|
-
critical11: string;
|
2660
2583
|
neutral12: string;
|
2661
|
-
neutralA12: string;
|
2662
|
-
primary12: string;
|
2663
|
-
accent12: string;
|
2664
|
-
success12: string;
|
2665
|
-
info12: string;
|
2666
|
-
warning12: string;
|
2667
|
-
critical12: string;
|
2668
2584
|
neutral13: string;
|
2585
|
+
neutralA1: string;
|
2586
|
+
neutralA2: string;
|
2587
|
+
neutralA3: string;
|
2588
|
+
neutralA4: string;
|
2589
|
+
neutralA5: string;
|
2590
|
+
neutralA6: string;
|
2591
|
+
neutralA7: string;
|
2592
|
+
neutralA8: string;
|
2593
|
+
neutralA9: string;
|
2594
|
+
neutralA10: string;
|
2595
|
+
neutralA11: string;
|
2596
|
+
neutralA12: string;
|
2669
2597
|
neutralA13: string;
|
2598
|
+
primary1: string;
|
2599
|
+
primary2: string;
|
2600
|
+
primary3: string;
|
2601
|
+
primary4: string;
|
2602
|
+
primary5: string;
|
2603
|
+
primary6: string;
|
2604
|
+
primary7: string;
|
2605
|
+
primary8: string;
|
2606
|
+
primary9: string;
|
2607
|
+
primary10: string;
|
2608
|
+
primary11: string;
|
2609
|
+
primary12: string;
|
2670
2610
|
primary13: string;
|
2611
|
+
accent1: string;
|
2612
|
+
accent2: string;
|
2613
|
+
accent3: string;
|
2614
|
+
accent4: string;
|
2615
|
+
accent5: string;
|
2616
|
+
accent6: string;
|
2617
|
+
accent7: string;
|
2618
|
+
accent8: string;
|
2619
|
+
accent9: string;
|
2620
|
+
accent10: string;
|
2621
|
+
accent11: string;
|
2622
|
+
accent12: string;
|
2671
2623
|
accent13: string;
|
2624
|
+
success1: string;
|
2625
|
+
success2: string;
|
2626
|
+
success3: string;
|
2627
|
+
success4: string;
|
2628
|
+
success5: string;
|
2629
|
+
success6: string;
|
2630
|
+
success7: string;
|
2631
|
+
success8: string;
|
2632
|
+
success9: string;
|
2633
|
+
success10: string;
|
2634
|
+
success11: string;
|
2635
|
+
success12: string;
|
2672
2636
|
success13: string;
|
2637
|
+
info1: string;
|
2638
|
+
info2: string;
|
2639
|
+
info3: string;
|
2640
|
+
info4: string;
|
2641
|
+
info5: string;
|
2642
|
+
info6: string;
|
2643
|
+
info7: string;
|
2644
|
+
info8: string;
|
2645
|
+
info9: string;
|
2646
|
+
info10: string;
|
2647
|
+
info11: string;
|
2648
|
+
info12: string;
|
2673
2649
|
info13: string;
|
2650
|
+
warning1: string;
|
2651
|
+
warning2: string;
|
2652
|
+
warning3: string;
|
2653
|
+
warning4: string;
|
2654
|
+
warning5: string;
|
2655
|
+
warning6: string;
|
2656
|
+
warning7: string;
|
2657
|
+
warning8: string;
|
2658
|
+
warning9: string;
|
2659
|
+
warning10: string;
|
2660
|
+
warning11: string;
|
2661
|
+
warning12: string;
|
2674
2662
|
warning13: string;
|
2663
|
+
critical1: string;
|
2664
|
+
critical2: string;
|
2665
|
+
critical3: string;
|
2666
|
+
critical4: string;
|
2667
|
+
critical5: string;
|
2668
|
+
critical6: string;
|
2669
|
+
critical7: string;
|
2670
|
+
critical8: string;
|
2671
|
+
critical9: string;
|
2672
|
+
critical10: string;
|
2673
|
+
critical11: string;
|
2674
|
+
critical12: string;
|
2675
2675
|
critical13: string;
|
2676
2676
|
};
|
2677
2677
|
}, "vitality">;
|