@channel.io/bezier-tokens 0.2.0 → 0.2.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/alpha/cjs/darkTheme.js +225 -222
- package/dist/alpha/cjs/global.js +316 -312
- package/dist/alpha/cjs/lightTheme.js +225 -225
- package/dist/alpha/css/styles.css +764 -759
- package/dist/alpha/esm/darkTheme.mjs +225 -222
- package/dist/alpha/esm/global.mjs +316 -312
- package/dist/alpha/esm/lightTheme.mjs +225 -225
- package/dist/types/alpha/cjs/darkTheme.d.ts +470 -458
- package/dist/types/alpha/cjs/global.d.ts +412 -402
- package/dist/types/alpha/cjs/index.d.ts +1336 -1314
- package/dist/types/alpha/cjs/lightTheme.d.ts +454 -454
- package/dist/types/alpha/esm/darkTheme.d.mts +470 -458
- package/dist/types/alpha/esm/global.d.mts +412 -402
- package/dist/types/alpha/esm/index.d.mts +1336 -1314
- package/dist/types/alpha/esm/index.d.mts.map +1 -1
- package/dist/types/alpha/esm/lightTheme.d.mts +454 -454
- package/package.json +1 -1
|
@@ -1,878 +1,878 @@
|
|
|
1
1
|
declare const _exports: Readonly<{
|
|
2
2
|
color: Readonly<{
|
|
3
|
-
"alpha-blue-100": Readonly<{
|
|
3
|
+
"alpha-color-blue-100": Readonly<{
|
|
4
4
|
value: "#a9c6ff";
|
|
5
5
|
ref: null;
|
|
6
6
|
}>;
|
|
7
|
-
"alpha-blue-200": Readonly<{
|
|
7
|
+
"alpha-color-blue-200": Readonly<{
|
|
8
8
|
value: "#96b7ff";
|
|
9
9
|
ref: null;
|
|
10
10
|
}>;
|
|
11
|
-
"alpha-blue-300": Readonly<{
|
|
11
|
+
"alpha-color-blue-300": Readonly<{
|
|
12
12
|
value: "#84a5ff";
|
|
13
13
|
ref: null;
|
|
14
14
|
}>;
|
|
15
|
-
"alpha-blue-400": Readonly<{
|
|
15
|
+
"alpha-color-blue-400": Readonly<{
|
|
16
16
|
value: "#6d6afc";
|
|
17
17
|
ref: null;
|
|
18
18
|
}>;
|
|
19
|
-
"alpha-blue-500": Readonly<{
|
|
19
|
+
"alpha-color-blue-500": Readonly<{
|
|
20
20
|
value: "#5950dc";
|
|
21
21
|
ref: null;
|
|
22
22
|
}>;
|
|
23
|
-
"alpha-blue-600": Readonly<{
|
|
23
|
+
"alpha-color-blue-600": Readonly<{
|
|
24
24
|
value: "#4941bc";
|
|
25
25
|
ref: null;
|
|
26
26
|
}>;
|
|
27
|
-
"alpha-blue-400-30": Readonly<{
|
|
27
|
+
"alpha-color-blue-400-30": Readonly<{
|
|
28
28
|
value: "#6d6afc4d";
|
|
29
29
|
ref: null;
|
|
30
30
|
}>;
|
|
31
|
-
"alpha-blue-400-20": Readonly<{
|
|
31
|
+
"alpha-color-blue-400-20": Readonly<{
|
|
32
32
|
value: "#6d6afc33";
|
|
33
33
|
ref: null;
|
|
34
34
|
}>;
|
|
35
|
-
"alpha-blue-400-10": Readonly<{
|
|
35
|
+
"alpha-color-blue-400-10": Readonly<{
|
|
36
36
|
value: "#6d6afc1a";
|
|
37
37
|
ref: null;
|
|
38
38
|
}>;
|
|
39
|
-
"alpha-blue-300-45": Readonly<{
|
|
39
|
+
"alpha-color-blue-300-45": Readonly<{
|
|
40
40
|
value: "#84a5ff73";
|
|
41
41
|
ref: null;
|
|
42
42
|
}>;
|
|
43
|
-
"alpha-blue-300-30": Readonly<{
|
|
43
|
+
"alpha-color-blue-300-30": Readonly<{
|
|
44
44
|
value: "#84a5ff4d";
|
|
45
45
|
ref: null;
|
|
46
46
|
}>;
|
|
47
|
-
"alpha-blue-300-15": Readonly<{
|
|
47
|
+
"alpha-color-blue-300-15": Readonly<{
|
|
48
48
|
value: "#84a5ff26";
|
|
49
49
|
ref: null;
|
|
50
50
|
}>;
|
|
51
|
-
"alpha-cobalt-100": Readonly<{
|
|
51
|
+
"alpha-color-cobalt-100": Readonly<{
|
|
52
52
|
value: "#afdaff";
|
|
53
53
|
ref: null;
|
|
54
54
|
}>;
|
|
55
|
-
"alpha-cobalt-200": Readonly<{
|
|
55
|
+
"alpha-color-cobalt-200": Readonly<{
|
|
56
56
|
value: "#9ad1ff";
|
|
57
57
|
ref: null;
|
|
58
58
|
}>;
|
|
59
|
-
"alpha-cobalt-300": Readonly<{
|
|
60
|
-
value: "#
|
|
59
|
+
"alpha-color-cobalt-300": Readonly<{
|
|
60
|
+
value: "#77c0fb";
|
|
61
61
|
ref: null;
|
|
62
62
|
}>;
|
|
63
|
-
"alpha-cobalt-400": Readonly<{
|
|
63
|
+
"alpha-color-cobalt-400": Readonly<{
|
|
64
64
|
value: "#5093e5";
|
|
65
65
|
ref: null;
|
|
66
66
|
}>;
|
|
67
|
-
"alpha-cobalt-500": Readonly<{
|
|
67
|
+
"alpha-color-cobalt-500": Readonly<{
|
|
68
68
|
value: "#3870d1";
|
|
69
69
|
ref: null;
|
|
70
70
|
}>;
|
|
71
|
-
"alpha-cobalt-600": Readonly<{
|
|
71
|
+
"alpha-color-cobalt-600": Readonly<{
|
|
72
72
|
value: "#2b59b5";
|
|
73
73
|
ref: null;
|
|
74
74
|
}>;
|
|
75
|
-
"alpha-cobalt-400-30": Readonly<{
|
|
75
|
+
"alpha-color-cobalt-400-30": Readonly<{
|
|
76
76
|
value: "#5093e54d";
|
|
77
77
|
ref: null;
|
|
78
78
|
}>;
|
|
79
|
-
"alpha-cobalt-400-20": Readonly<{
|
|
79
|
+
"alpha-color-cobalt-400-20": Readonly<{
|
|
80
80
|
value: "#5093e533";
|
|
81
81
|
ref: null;
|
|
82
82
|
}>;
|
|
83
|
-
"alpha-cobalt-400-10": Readonly<{
|
|
83
|
+
"alpha-color-cobalt-400-10": Readonly<{
|
|
84
84
|
value: "#5093e51a";
|
|
85
85
|
ref: null;
|
|
86
86
|
}>;
|
|
87
|
-
"alpha-cobalt-300-45": Readonly<{
|
|
87
|
+
"alpha-color-cobalt-300-45": Readonly<{
|
|
88
88
|
value: "#77c0fb73";
|
|
89
89
|
ref: null;
|
|
90
90
|
}>;
|
|
91
|
-
"alpha-cobalt-300-30": Readonly<{
|
|
91
|
+
"alpha-color-cobalt-300-30": Readonly<{
|
|
92
92
|
value: "#77c0fb4d";
|
|
93
93
|
ref: null;
|
|
94
94
|
}>;
|
|
95
|
-
"alpha-cobalt-300-15": Readonly<{
|
|
95
|
+
"alpha-color-cobalt-300-15": Readonly<{
|
|
96
96
|
value: "#77c0fb26";
|
|
97
97
|
ref: null;
|
|
98
98
|
}>;
|
|
99
|
-
"alpha-green-100": Readonly<{
|
|
99
|
+
"alpha-color-green-100": Readonly<{
|
|
100
100
|
value: "#a4ecb3";
|
|
101
101
|
ref: null;
|
|
102
102
|
}>;
|
|
103
|
-
"alpha-green-200": Readonly<{
|
|
103
|
+
"alpha-color-green-200": Readonly<{
|
|
104
104
|
value: "#91e5a4";
|
|
105
105
|
ref: null;
|
|
106
106
|
}>;
|
|
107
|
-
"alpha-green-300": Readonly<{
|
|
107
|
+
"alpha-color-green-300": Readonly<{
|
|
108
108
|
value: "#7ad890";
|
|
109
109
|
ref: null;
|
|
110
110
|
}>;
|
|
111
|
-
"alpha-green-400": Readonly<{
|
|
111
|
+
"alpha-color-green-400": Readonly<{
|
|
112
112
|
value: "#40ad67";
|
|
113
113
|
ref: null;
|
|
114
114
|
}>;
|
|
115
|
-
"alpha-green-500": Readonly<{
|
|
115
|
+
"alpha-color-green-500": Readonly<{
|
|
116
116
|
value: "#358761";
|
|
117
117
|
ref: null;
|
|
118
118
|
}>;
|
|
119
|
-
"alpha-green-600": Readonly<{
|
|
119
|
+
"alpha-color-green-600": Readonly<{
|
|
120
120
|
value: "#327055";
|
|
121
121
|
ref: null;
|
|
122
122
|
}>;
|
|
123
|
-
"alpha-green-400-30": Readonly<{
|
|
123
|
+
"alpha-color-green-400-30": Readonly<{
|
|
124
124
|
value: "#40ad674d";
|
|
125
125
|
ref: null;
|
|
126
126
|
}>;
|
|
127
|
-
"alpha-green-400-20": Readonly<{
|
|
127
|
+
"alpha-color-green-400-20": Readonly<{
|
|
128
128
|
value: "#40ad6733";
|
|
129
129
|
ref: null;
|
|
130
130
|
}>;
|
|
131
|
-
"alpha-green-400-10": Readonly<{
|
|
131
|
+
"alpha-color-green-400-10": Readonly<{
|
|
132
132
|
value: "#40ad671a";
|
|
133
133
|
ref: null;
|
|
134
134
|
}>;
|
|
135
|
-
"alpha-green-300-45": Readonly<{
|
|
135
|
+
"alpha-color-green-300-45": Readonly<{
|
|
136
136
|
value: "#7ad89073";
|
|
137
137
|
ref: null;
|
|
138
138
|
}>;
|
|
139
|
-
"alpha-green-300-30": Readonly<{
|
|
139
|
+
"alpha-color-green-300-30": Readonly<{
|
|
140
140
|
value: "#7ad8904d";
|
|
141
141
|
ref: null;
|
|
142
142
|
}>;
|
|
143
|
-
"alpha-green-300-15": Readonly<{
|
|
143
|
+
"alpha-color-green-300-15": Readonly<{
|
|
144
144
|
value: "#7ad89026";
|
|
145
145
|
ref: null;
|
|
146
146
|
}>;
|
|
147
|
-
"alpha-red-100": Readonly<{
|
|
147
|
+
"alpha-color-red-100": Readonly<{
|
|
148
148
|
value: "#ffb8b8";
|
|
149
149
|
ref: null;
|
|
150
150
|
}>;
|
|
151
|
-
"alpha-red-200": Readonly<{
|
|
151
|
+
"alpha-color-red-200": Readonly<{
|
|
152
152
|
value: "#ffa6a6";
|
|
153
153
|
ref: null;
|
|
154
154
|
}>;
|
|
155
|
-
"alpha-red-300": Readonly<{
|
|
155
|
+
"alpha-color-red-300": Readonly<{
|
|
156
156
|
value: "#ff8c8c";
|
|
157
157
|
ref: null;
|
|
158
158
|
}>;
|
|
159
|
-
"alpha-red-400": Readonly<{
|
|
159
|
+
"alpha-color-red-400": Readonly<{
|
|
160
160
|
value: "#e55c5c";
|
|
161
161
|
ref: null;
|
|
162
162
|
}>;
|
|
163
|
-
"alpha-red-500": Readonly<{
|
|
163
|
+
"alpha-color-red-500": Readonly<{
|
|
164
164
|
value: "#bc3a42";
|
|
165
165
|
ref: null;
|
|
166
166
|
}>;
|
|
167
|
-
"alpha-red-600": Readonly<{
|
|
167
|
+
"alpha-color-red-600": Readonly<{
|
|
168
168
|
value: "#992c34";
|
|
169
169
|
ref: null;
|
|
170
170
|
}>;
|
|
171
|
-
"alpha-red-400-30": Readonly<{
|
|
171
|
+
"alpha-color-red-400-30": Readonly<{
|
|
172
172
|
value: "#e55c5c4d";
|
|
173
173
|
ref: null;
|
|
174
174
|
}>;
|
|
175
|
-
"alpha-red-400-20": Readonly<{
|
|
175
|
+
"alpha-color-red-400-20": Readonly<{
|
|
176
176
|
value: "#e55c5c33";
|
|
177
177
|
ref: null;
|
|
178
178
|
}>;
|
|
179
|
-
"alpha-red-400-10": Readonly<{
|
|
179
|
+
"alpha-color-red-400-10": Readonly<{
|
|
180
180
|
value: "#e55c5c1a";
|
|
181
181
|
ref: null;
|
|
182
182
|
}>;
|
|
183
|
-
"alpha-red-300-45": Readonly<{
|
|
183
|
+
"alpha-color-red-300-45": Readonly<{
|
|
184
184
|
value: "#ff8c8c73";
|
|
185
185
|
ref: null;
|
|
186
186
|
}>;
|
|
187
|
-
"alpha-red-300-30": Readonly<{
|
|
187
|
+
"alpha-color-red-300-30": Readonly<{
|
|
188
188
|
value: "#ff8c8c4d";
|
|
189
189
|
ref: null;
|
|
190
190
|
}>;
|
|
191
|
-
"alpha-red-300-15": Readonly<{
|
|
191
|
+
"alpha-color-red-300-15": Readonly<{
|
|
192
192
|
value: "#ff8c8c26";
|
|
193
193
|
ref: null;
|
|
194
194
|
}>;
|
|
195
|
-
"alpha-black-3": Readonly<{
|
|
195
|
+
"alpha-color-black-3": Readonly<{
|
|
196
196
|
value: "#00000008";
|
|
197
197
|
ref: null;
|
|
198
198
|
}>;
|
|
199
|
-
"alpha-black-5": Readonly<{
|
|
199
|
+
"alpha-color-black-5": Readonly<{
|
|
200
200
|
value: "#0000000d";
|
|
201
201
|
ref: null;
|
|
202
202
|
}>;
|
|
203
|
-
"alpha-black-8": Readonly<{
|
|
203
|
+
"alpha-color-black-8": Readonly<{
|
|
204
204
|
value: "#00000014";
|
|
205
205
|
ref: null;
|
|
206
206
|
}>;
|
|
207
|
-
"alpha-black-15": Readonly<{
|
|
207
|
+
"alpha-color-black-15": Readonly<{
|
|
208
208
|
value: "#00000026";
|
|
209
209
|
ref: null;
|
|
210
210
|
}>;
|
|
211
|
-
"alpha-black-20": Readonly<{
|
|
211
|
+
"alpha-color-black-20": Readonly<{
|
|
212
212
|
value: "#00000033";
|
|
213
213
|
ref: null;
|
|
214
214
|
}>;
|
|
215
|
-
"alpha-black-22": Readonly<{
|
|
215
|
+
"alpha-color-black-22": Readonly<{
|
|
216
216
|
value: "#00000038";
|
|
217
217
|
ref: null;
|
|
218
218
|
}>;
|
|
219
|
-
"alpha-black-30": Readonly<{
|
|
219
|
+
"alpha-color-black-30": Readonly<{
|
|
220
220
|
value: "#0000004d";
|
|
221
221
|
ref: null;
|
|
222
222
|
}>;
|
|
223
|
-
"alpha-black-40": Readonly<{
|
|
223
|
+
"alpha-color-black-40": Readonly<{
|
|
224
224
|
value: "#00000066";
|
|
225
225
|
ref: null;
|
|
226
226
|
}>;
|
|
227
|
-
"alpha-black-50": Readonly<{
|
|
227
|
+
"alpha-color-black-50": Readonly<{
|
|
228
228
|
value: "#00000080";
|
|
229
229
|
ref: null;
|
|
230
230
|
}>;
|
|
231
|
-
"alpha-black-60": Readonly<{
|
|
231
|
+
"alpha-color-black-60": Readonly<{
|
|
232
232
|
value: "#00000099";
|
|
233
233
|
ref: null;
|
|
234
234
|
}>;
|
|
235
|
-
"alpha-black-70": Readonly<{
|
|
235
|
+
"alpha-color-black-70": Readonly<{
|
|
236
236
|
value: "#000000b3";
|
|
237
237
|
ref: null;
|
|
238
238
|
}>;
|
|
239
|
-
"alpha-black-85": Readonly<{
|
|
239
|
+
"alpha-color-black-85": Readonly<{
|
|
240
240
|
value: "#000000d9";
|
|
241
241
|
ref: null;
|
|
242
242
|
}>;
|
|
243
|
-
"alpha-black-100": Readonly<{
|
|
243
|
+
"alpha-color-black-100": Readonly<{
|
|
244
244
|
value: "#000000";
|
|
245
245
|
ref: null;
|
|
246
246
|
}>;
|
|
247
|
-
"alpha-white-0": Readonly<{
|
|
247
|
+
"alpha-color-white-0": Readonly<{
|
|
248
248
|
value: "#ffffff00";
|
|
249
249
|
ref: null;
|
|
250
250
|
}>;
|
|
251
|
-
"alpha-white-5": Readonly<{
|
|
251
|
+
"alpha-color-white-5": Readonly<{
|
|
252
252
|
value: "#ffffff0d";
|
|
253
253
|
ref: null;
|
|
254
254
|
}>;
|
|
255
|
-
"alpha-white-8": Readonly<{
|
|
255
|
+
"alpha-color-white-8": Readonly<{
|
|
256
256
|
value: "#ffffff14";
|
|
257
257
|
ref: null;
|
|
258
258
|
}>;
|
|
259
|
-
"alpha-white-12": Readonly<{
|
|
259
|
+
"alpha-color-white-12": Readonly<{
|
|
260
260
|
value: "#ffffff1f";
|
|
261
261
|
ref: null;
|
|
262
262
|
}>;
|
|
263
|
-
"alpha-white-20": Readonly<{
|
|
263
|
+
"alpha-color-white-20": Readonly<{
|
|
264
264
|
value: "#ffffff33";
|
|
265
265
|
ref: null;
|
|
266
266
|
}>;
|
|
267
|
-
"alpha-white-40": Readonly<{
|
|
267
|
+
"alpha-color-white-40": Readonly<{
|
|
268
268
|
value: "#ffffff66";
|
|
269
269
|
ref: null;
|
|
270
270
|
}>;
|
|
271
|
-
"alpha-white-60": Readonly<{
|
|
271
|
+
"alpha-color-white-60": Readonly<{
|
|
272
272
|
value: "#ffffff99";
|
|
273
273
|
ref: null;
|
|
274
274
|
}>;
|
|
275
|
-
"alpha-white-80": Readonly<{
|
|
275
|
+
"alpha-color-white-80": Readonly<{
|
|
276
276
|
value: "#ffffffcc";
|
|
277
277
|
ref: null;
|
|
278
278
|
}>;
|
|
279
|
-
"alpha-white-90": Readonly<{
|
|
279
|
+
"alpha-color-white-90": Readonly<{
|
|
280
280
|
value: "#ffffffe6";
|
|
281
281
|
ref: null;
|
|
282
282
|
}>;
|
|
283
|
-
"alpha-white-100": Readonly<{
|
|
283
|
+
"alpha-color-white-100": Readonly<{
|
|
284
284
|
value: "#ffffff";
|
|
285
285
|
ref: null;
|
|
286
286
|
}>;
|
|
287
|
-
"alpha-orange-100": Readonly<{
|
|
287
|
+
"alpha-color-orange-100": Readonly<{
|
|
288
288
|
value: "#ffc38f";
|
|
289
289
|
ref: null;
|
|
290
290
|
}>;
|
|
291
|
-
"alpha-orange-200": Readonly<{
|
|
291
|
+
"alpha-color-orange-200": Readonly<{
|
|
292
292
|
value: "#ffb77d";
|
|
293
293
|
ref: null;
|
|
294
294
|
}>;
|
|
295
|
-
"alpha-orange-300": Readonly<{
|
|
295
|
+
"alpha-color-orange-300": Readonly<{
|
|
296
296
|
value: "#ffa15e";
|
|
297
297
|
ref: null;
|
|
298
298
|
}>;
|
|
299
|
-
"alpha-orange-400": Readonly<{
|
|
299
|
+
"alpha-color-orange-400": Readonly<{
|
|
300
300
|
value: "#e67f2b";
|
|
301
301
|
ref: null;
|
|
302
302
|
}>;
|
|
303
|
-
"alpha-orange-500": Readonly<{
|
|
303
|
+
"alpha-color-orange-500": Readonly<{
|
|
304
304
|
value: "#c1630d";
|
|
305
305
|
ref: null;
|
|
306
306
|
}>;
|
|
307
|
-
"alpha-orange-600": Readonly<{
|
|
307
|
+
"alpha-color-orange-600": Readonly<{
|
|
308
308
|
value: "#a1540c";
|
|
309
309
|
ref: null;
|
|
310
310
|
}>;
|
|
311
|
-
"alpha-orange-400-30": Readonly<{
|
|
311
|
+
"alpha-color-orange-400-30": Readonly<{
|
|
312
312
|
value: "#e67f2b4d";
|
|
313
313
|
ref: null;
|
|
314
314
|
}>;
|
|
315
|
-
"alpha-orange-400-20": Readonly<{
|
|
315
|
+
"alpha-color-orange-400-20": Readonly<{
|
|
316
316
|
value: "#e67f2b33";
|
|
317
317
|
ref: null;
|
|
318
318
|
}>;
|
|
319
|
-
"alpha-orange-400-10": Readonly<{
|
|
319
|
+
"alpha-color-orange-400-10": Readonly<{
|
|
320
320
|
value: "#e67f2b1a";
|
|
321
321
|
ref: null;
|
|
322
322
|
}>;
|
|
323
|
-
"alpha-orange-300-45": Readonly<{
|
|
323
|
+
"alpha-color-orange-300-45": Readonly<{
|
|
324
324
|
value: "#ffa15e73";
|
|
325
325
|
ref: null;
|
|
326
326
|
}>;
|
|
327
|
-
"alpha-orange-300-30": Readonly<{
|
|
327
|
+
"alpha-color-orange-300-30": Readonly<{
|
|
328
328
|
value: "#ffa15e4d";
|
|
329
329
|
ref: null;
|
|
330
330
|
}>;
|
|
331
|
-
"alpha-orange-300-15": Readonly<{
|
|
331
|
+
"alpha-color-orange-300-15": Readonly<{
|
|
332
332
|
value: "#ffa15e26";
|
|
333
333
|
ref: null;
|
|
334
334
|
}>;
|
|
335
|
-
"alpha-yellow-100": Readonly<{
|
|
335
|
+
"alpha-color-yellow-100": Readonly<{
|
|
336
336
|
value: "#ffe38f";
|
|
337
337
|
ref: null;
|
|
338
338
|
}>;
|
|
339
|
-
"alpha-yellow-200": Readonly<{
|
|
339
|
+
"alpha-color-yellow-200": Readonly<{
|
|
340
340
|
value: "#fed968";
|
|
341
341
|
ref: null;
|
|
342
342
|
}>;
|
|
343
|
-
"alpha-yellow-300": Readonly<{
|
|
343
|
+
"alpha-color-yellow-300": Readonly<{
|
|
344
344
|
value: "#f9c835";
|
|
345
345
|
ref: null;
|
|
346
346
|
}>;
|
|
347
|
-
"alpha-yellow-400": Readonly<{
|
|
347
|
+
"alpha-color-yellow-400": Readonly<{
|
|
348
348
|
value: "#edae0d";
|
|
349
349
|
ref: null;
|
|
350
350
|
}>;
|
|
351
|
-
"alpha-yellow-500": Readonly<{
|
|
351
|
+
"alpha-color-yellow-500": Readonly<{
|
|
352
352
|
value: "#c38f00";
|
|
353
353
|
ref: null;
|
|
354
354
|
}>;
|
|
355
|
-
"alpha-yellow-600": Readonly<{
|
|
355
|
+
"alpha-color-yellow-600": Readonly<{
|
|
356
356
|
value: "#9e7504";
|
|
357
357
|
ref: null;
|
|
358
358
|
}>;
|
|
359
|
-
"alpha-yellow-400-30": Readonly<{
|
|
359
|
+
"alpha-color-yellow-400-30": Readonly<{
|
|
360
360
|
value: "#edae0d4d";
|
|
361
361
|
ref: null;
|
|
362
362
|
}>;
|
|
363
|
-
"alpha-yellow-400-20": Readonly<{
|
|
363
|
+
"alpha-color-yellow-400-20": Readonly<{
|
|
364
364
|
value: "#edae0d33";
|
|
365
365
|
ref: null;
|
|
366
366
|
}>;
|
|
367
|
-
"alpha-yellow-400-10": Readonly<{
|
|
367
|
+
"alpha-color-yellow-400-10": Readonly<{
|
|
368
368
|
value: "#edae0d1a";
|
|
369
369
|
ref: null;
|
|
370
370
|
}>;
|
|
371
|
-
"alpha-yellow-300-45": Readonly<{
|
|
371
|
+
"alpha-color-yellow-300-45": Readonly<{
|
|
372
372
|
value: "#f9c83573";
|
|
373
373
|
ref: null;
|
|
374
374
|
}>;
|
|
375
|
-
"alpha-yellow-300-30": Readonly<{
|
|
375
|
+
"alpha-color-yellow-300-30": Readonly<{
|
|
376
376
|
value: "#f9c8354d";
|
|
377
377
|
ref: null;
|
|
378
378
|
}>;
|
|
379
|
-
"alpha-yellow-300-15": Readonly<{
|
|
379
|
+
"alpha-color-yellow-300-15": Readonly<{
|
|
380
380
|
value: "#f9c83526";
|
|
381
381
|
ref: null;
|
|
382
382
|
}>;
|
|
383
|
-
"alpha-pink-100": Readonly<{
|
|
383
|
+
"alpha-color-pink-100": Readonly<{
|
|
384
384
|
value: "#ffafef";
|
|
385
385
|
ref: null;
|
|
386
386
|
}>;
|
|
387
|
-
"alpha-pink-200": Readonly<{
|
|
387
|
+
"alpha-color-pink-200": Readonly<{
|
|
388
388
|
value: "#f896e5";
|
|
389
389
|
ref: null;
|
|
390
390
|
}>;
|
|
391
|
-
"alpha-pink-300": Readonly<{
|
|
391
|
+
"alpha-color-pink-300": Readonly<{
|
|
392
392
|
value: "#ec6fd3";
|
|
393
393
|
ref: null;
|
|
394
394
|
}>;
|
|
395
|
-
"alpha-pink-400": Readonly<{
|
|
395
|
+
"alpha-color-pink-400": Readonly<{
|
|
396
396
|
value: "#d64bb5";
|
|
397
397
|
ref: null;
|
|
398
398
|
}>;
|
|
399
|
-
"alpha-pink-500": Readonly<{
|
|
399
|
+
"alpha-color-pink-500": Readonly<{
|
|
400
400
|
value: "#b0369e";
|
|
401
401
|
ref: null;
|
|
402
402
|
}>;
|
|
403
|
-
"alpha-pink-600": Readonly<{
|
|
403
|
+
"alpha-color-pink-600": Readonly<{
|
|
404
404
|
value: "#962c86";
|
|
405
405
|
ref: null;
|
|
406
406
|
}>;
|
|
407
|
-
"alpha-pink-400-30": Readonly<{
|
|
407
|
+
"alpha-color-pink-400-30": Readonly<{
|
|
408
408
|
value: "#d64bb54d";
|
|
409
409
|
ref: null;
|
|
410
410
|
}>;
|
|
411
|
-
"alpha-pink-400-20": Readonly<{
|
|
411
|
+
"alpha-color-pink-400-20": Readonly<{
|
|
412
412
|
value: "#d64bb533";
|
|
413
413
|
ref: null;
|
|
414
414
|
}>;
|
|
415
|
-
"alpha-pink-400-10": Readonly<{
|
|
415
|
+
"alpha-color-pink-400-10": Readonly<{
|
|
416
416
|
value: "#d64bb51a";
|
|
417
417
|
ref: null;
|
|
418
418
|
}>;
|
|
419
|
-
"alpha-pink-300-45": Readonly<{
|
|
419
|
+
"alpha-color-pink-300-45": Readonly<{
|
|
420
420
|
value: "#ec6fd373";
|
|
421
421
|
ref: null;
|
|
422
422
|
}>;
|
|
423
|
-
"alpha-pink-300-30": Readonly<{
|
|
423
|
+
"alpha-color-pink-300-30": Readonly<{
|
|
424
424
|
value: "#ec6fd34d";
|
|
425
425
|
ref: null;
|
|
426
426
|
}>;
|
|
427
|
-
"alpha-pink-300-15": Readonly<{
|
|
427
|
+
"alpha-color-pink-300-15": Readonly<{
|
|
428
428
|
value: "#ec6fd326";
|
|
429
429
|
ref: null;
|
|
430
430
|
}>;
|
|
431
|
-
"alpha-purple-100": Readonly<{
|
|
431
|
+
"alpha-color-purple-100": Readonly<{
|
|
432
432
|
value: "#d1b5ff";
|
|
433
433
|
ref: null;
|
|
434
434
|
}>;
|
|
435
|
-
"alpha-purple-200": Readonly<{
|
|
435
|
+
"alpha-color-purple-200": Readonly<{
|
|
436
436
|
value: "#c19aff";
|
|
437
437
|
ref: null;
|
|
438
438
|
}>;
|
|
439
|
-
"alpha-purple-300": Readonly<{
|
|
439
|
+
"alpha-color-purple-300": Readonly<{
|
|
440
440
|
value: "#b184ff";
|
|
441
441
|
ref: null;
|
|
442
442
|
}>;
|
|
443
|
-
"alpha-purple-400": Readonly<{
|
|
443
|
+
"alpha-color-purple-400": Readonly<{
|
|
444
444
|
value: "#8e57e7";
|
|
445
445
|
ref: null;
|
|
446
446
|
}>;
|
|
447
|
-
"alpha-purple-500": Readonly<{
|
|
447
|
+
"alpha-color-purple-500": Readonly<{
|
|
448
448
|
value: "#6735b6";
|
|
449
449
|
ref: null;
|
|
450
450
|
}>;
|
|
451
|
-
"alpha-purple-600": Readonly<{
|
|
451
|
+
"alpha-color-purple-600": Readonly<{
|
|
452
452
|
value: "#54278f";
|
|
453
453
|
ref: null;
|
|
454
454
|
}>;
|
|
455
|
-
"alpha-purple-400-30": Readonly<{
|
|
455
|
+
"alpha-color-purple-400-30": Readonly<{
|
|
456
456
|
value: "#8e57e74d";
|
|
457
457
|
ref: null;
|
|
458
458
|
}>;
|
|
459
|
-
"alpha-purple-400-20": Readonly<{
|
|
459
|
+
"alpha-color-purple-400-20": Readonly<{
|
|
460
460
|
value: "#8e57e733";
|
|
461
461
|
ref: null;
|
|
462
462
|
}>;
|
|
463
|
-
"alpha-purple-400-10": Readonly<{
|
|
463
|
+
"alpha-color-purple-400-10": Readonly<{
|
|
464
464
|
value: "#8e57e71a";
|
|
465
465
|
ref: null;
|
|
466
466
|
}>;
|
|
467
|
-
"alpha-purple-300-45": Readonly<{
|
|
467
|
+
"alpha-color-purple-300-45": Readonly<{
|
|
468
468
|
value: "#b184ff73";
|
|
469
469
|
ref: null;
|
|
470
470
|
}>;
|
|
471
|
-
"alpha-purple-300-30": Readonly<{
|
|
471
|
+
"alpha-color-purple-300-30": Readonly<{
|
|
472
472
|
value: "#b184ff4d";
|
|
473
473
|
ref: null;
|
|
474
474
|
}>;
|
|
475
|
-
"alpha-purple-300-15": Readonly<{
|
|
475
|
+
"alpha-color-purple-300-15": Readonly<{
|
|
476
476
|
value: "#b184ff26";
|
|
477
477
|
ref: null;
|
|
478
478
|
}>;
|
|
479
|
-
"alpha-navy-100": Readonly<{
|
|
479
|
+
"alpha-color-navy-100": Readonly<{
|
|
480
480
|
value: "#a5b2ee";
|
|
481
481
|
ref: null;
|
|
482
482
|
}>;
|
|
483
|
-
"alpha-navy-200": Readonly<{
|
|
483
|
+
"alpha-color-navy-200": Readonly<{
|
|
484
484
|
value: "#8b99d9";
|
|
485
485
|
ref: null;
|
|
486
486
|
}>;
|
|
487
|
-
"alpha-navy-300": Readonly<{
|
|
487
|
+
"alpha-color-navy-300": Readonly<{
|
|
488
488
|
value: "#7683d3";
|
|
489
489
|
ref: null;
|
|
490
490
|
}>;
|
|
491
|
-
"alpha-navy-400": Readonly<{
|
|
491
|
+
"alpha-color-navy-400": Readonly<{
|
|
492
492
|
value: "#424fab";
|
|
493
493
|
ref: null;
|
|
494
494
|
}>;
|
|
495
|
-
"alpha-navy-500": Readonly<{
|
|
495
|
+
"alpha-color-navy-500": Readonly<{
|
|
496
496
|
value: "#353888";
|
|
497
497
|
ref: null;
|
|
498
498
|
}>;
|
|
499
|
-
"alpha-navy-600": Readonly<{
|
|
499
|
+
"alpha-color-navy-600": Readonly<{
|
|
500
500
|
value: "#22245b";
|
|
501
501
|
ref: null;
|
|
502
502
|
}>;
|
|
503
|
-
"alpha-navy-400-30": Readonly<{
|
|
503
|
+
"alpha-color-navy-400-30": Readonly<{
|
|
504
504
|
value: "#424fab4d";
|
|
505
505
|
ref: null;
|
|
506
506
|
}>;
|
|
507
|
-
"alpha-navy-400-20": Readonly<{
|
|
507
|
+
"alpha-color-navy-400-20": Readonly<{
|
|
508
508
|
value: "#424fab33";
|
|
509
509
|
ref: null;
|
|
510
510
|
}>;
|
|
511
|
-
"alpha-navy-400-10": Readonly<{
|
|
511
|
+
"alpha-color-navy-400-10": Readonly<{
|
|
512
512
|
value: "#424fab1a";
|
|
513
513
|
ref: null;
|
|
514
514
|
}>;
|
|
515
|
-
"alpha-navy-300-45": Readonly<{
|
|
515
|
+
"alpha-color-navy-300-45": Readonly<{
|
|
516
516
|
value: "#7683d373";
|
|
517
517
|
ref: null;
|
|
518
518
|
}>;
|
|
519
|
-
"alpha-navy-300-30": Readonly<{
|
|
519
|
+
"alpha-color-navy-300-30": Readonly<{
|
|
520
520
|
value: "#7683d34d";
|
|
521
521
|
ref: null;
|
|
522
522
|
}>;
|
|
523
|
-
"alpha-navy-300-15": Readonly<{
|
|
523
|
+
"alpha-color-navy-300-15": Readonly<{
|
|
524
524
|
value: "#7683d326";
|
|
525
525
|
ref: null;
|
|
526
526
|
}>;
|
|
527
|
-
"alpha-teal-100": Readonly<{
|
|
527
|
+
"alpha-color-teal-100": Readonly<{
|
|
528
528
|
value: "#9beee6";
|
|
529
529
|
ref: null;
|
|
530
530
|
}>;
|
|
531
|
-
"alpha-teal-200": Readonly<{
|
|
531
|
+
"alpha-color-teal-200": Readonly<{
|
|
532
532
|
value: "#72e0d5";
|
|
533
533
|
ref: null;
|
|
534
534
|
}>;
|
|
535
|
-
"alpha-teal-300": Readonly<{
|
|
535
|
+
"alpha-color-teal-300": Readonly<{
|
|
536
536
|
value: "#40d3c5";
|
|
537
537
|
ref: null;
|
|
538
538
|
}>;
|
|
539
|
-
"alpha-teal-400": Readonly<{
|
|
539
|
+
"alpha-color-teal-400": Readonly<{
|
|
540
540
|
value: "#09b2ac";
|
|
541
541
|
ref: null;
|
|
542
542
|
}>;
|
|
543
|
-
"alpha-teal-500": Readonly<{
|
|
543
|
+
"alpha-color-teal-500": Readonly<{
|
|
544
544
|
value: "#068e95";
|
|
545
545
|
ref: null;
|
|
546
546
|
}>;
|
|
547
|
-
"alpha-teal-600": Readonly<{
|
|
547
|
+
"alpha-color-teal-600": Readonly<{
|
|
548
548
|
value: "#06687d";
|
|
549
549
|
ref: null;
|
|
550
550
|
}>;
|
|
551
|
-
"alpha-teal-400-30": Readonly<{
|
|
551
|
+
"alpha-color-teal-400-30": Readonly<{
|
|
552
552
|
value: "#09b2ac4d";
|
|
553
553
|
ref: null;
|
|
554
554
|
}>;
|
|
555
|
-
"alpha-teal-400-20": Readonly<{
|
|
555
|
+
"alpha-color-teal-400-20": Readonly<{
|
|
556
556
|
value: "#09b2ac33";
|
|
557
557
|
ref: null;
|
|
558
558
|
}>;
|
|
559
|
-
"alpha-teal-400-10": Readonly<{
|
|
559
|
+
"alpha-color-teal-400-10": Readonly<{
|
|
560
560
|
value: "#09b2ac1a";
|
|
561
561
|
ref: null;
|
|
562
562
|
}>;
|
|
563
|
-
"alpha-teal-300-45": Readonly<{
|
|
563
|
+
"alpha-color-teal-300-45": Readonly<{
|
|
564
564
|
value: "#40d3c573";
|
|
565
565
|
ref: null;
|
|
566
566
|
}>;
|
|
567
|
-
"alpha-teal-300-30": Readonly<{
|
|
567
|
+
"alpha-color-teal-300-30": Readonly<{
|
|
568
568
|
value: "#40d3c54d";
|
|
569
569
|
ref: null;
|
|
570
570
|
}>;
|
|
571
|
-
"alpha-teal-300-15": Readonly<{
|
|
571
|
+
"alpha-color-teal-300-15": Readonly<{
|
|
572
572
|
value: "#40d3c526";
|
|
573
573
|
ref: null;
|
|
574
574
|
}>;
|
|
575
|
-
"alpha-olive-100": Readonly<{
|
|
575
|
+
"alpha-color-olive-100": Readonly<{
|
|
576
576
|
value: "#e7f17c";
|
|
577
577
|
ref: null;
|
|
578
578
|
}>;
|
|
579
|
-
"alpha-olive-200": Readonly<{
|
|
579
|
+
"alpha-color-olive-200": Readonly<{
|
|
580
580
|
value: "#dbe56e";
|
|
581
581
|
ref: null;
|
|
582
582
|
}>;
|
|
583
|
-
"alpha-olive-300": Readonly<{
|
|
583
|
+
"alpha-color-olive-300": Readonly<{
|
|
584
584
|
value: "#c8d630";
|
|
585
585
|
ref: null;
|
|
586
586
|
}>;
|
|
587
|
-
"alpha-olive-400": Readonly<{
|
|
587
|
+
"alpha-color-olive-400": Readonly<{
|
|
588
588
|
value: "#a9b110";
|
|
589
589
|
ref: null;
|
|
590
590
|
}>;
|
|
591
|
-
"alpha-olive-500": Readonly<{
|
|
591
|
+
"alpha-color-olive-500": Readonly<{
|
|
592
592
|
value: "#7b801c";
|
|
593
593
|
ref: null;
|
|
594
594
|
}>;
|
|
595
|
-
"alpha-olive-600": Readonly<{
|
|
595
|
+
"alpha-color-olive-600": Readonly<{
|
|
596
596
|
value: "#65691c";
|
|
597
597
|
ref: null;
|
|
598
598
|
}>;
|
|
599
|
-
"alpha-olive-400-30": Readonly<{
|
|
599
|
+
"alpha-color-olive-400-30": Readonly<{
|
|
600
600
|
value: "#a9b1104d";
|
|
601
601
|
ref: null;
|
|
602
602
|
}>;
|
|
603
|
-
"alpha-olive-400-20": Readonly<{
|
|
603
|
+
"alpha-color-olive-400-20": Readonly<{
|
|
604
604
|
value: "#a9b11033";
|
|
605
605
|
ref: null;
|
|
606
606
|
}>;
|
|
607
|
-
"alpha-olive-400-10": Readonly<{
|
|
607
|
+
"alpha-color-olive-400-10": Readonly<{
|
|
608
608
|
value: "#a9b1101a";
|
|
609
609
|
ref: null;
|
|
610
610
|
}>;
|
|
611
|
-
"alpha-olive-300-45": Readonly<{
|
|
611
|
+
"alpha-color-olive-300-45": Readonly<{
|
|
612
612
|
value: "#c8d63073";
|
|
613
613
|
ref: null;
|
|
614
614
|
}>;
|
|
615
|
-
"alpha-olive-300-30": Readonly<{
|
|
615
|
+
"alpha-color-olive-300-30": Readonly<{
|
|
616
616
|
value: "#c8d6304d";
|
|
617
617
|
ref: null;
|
|
618
618
|
}>;
|
|
619
|
-
"alpha-olive-300-15": Readonly<{
|
|
619
|
+
"alpha-color-olive-300-15": Readonly<{
|
|
620
620
|
value: "#c8d63026";
|
|
621
621
|
ref: null;
|
|
622
622
|
}>;
|
|
623
|
-
"alpha-grey-50": Readonly<{
|
|
623
|
+
"alpha-color-grey-50": Readonly<{
|
|
624
624
|
value: "#fcfcfc";
|
|
625
625
|
ref: null;
|
|
626
626
|
}>;
|
|
627
|
-
"alpha-grey-100": Readonly<{
|
|
627
|
+
"alpha-color-grey-100": Readonly<{
|
|
628
628
|
value: "#f7f7f8";
|
|
629
629
|
ref: null;
|
|
630
630
|
}>;
|
|
631
|
-
"alpha-grey-200": Readonly<{
|
|
631
|
+
"alpha-color-grey-200": Readonly<{
|
|
632
632
|
value: "#efeff0";
|
|
633
633
|
ref: null;
|
|
634
634
|
}>;
|
|
635
|
-
"alpha-grey-300": Readonly<{
|
|
635
|
+
"alpha-color-grey-300": Readonly<{
|
|
636
636
|
value: "#e2e2e4";
|
|
637
637
|
ref: null;
|
|
638
638
|
}>;
|
|
639
|
-
"alpha-grey-400": Readonly<{
|
|
639
|
+
"alpha-color-grey-400": Readonly<{
|
|
640
640
|
value: "#cfcfd1";
|
|
641
641
|
ref: null;
|
|
642
642
|
}>;
|
|
643
|
-
"alpha-grey-500": Readonly<{
|
|
643
|
+
"alpha-color-grey-500": Readonly<{
|
|
644
644
|
value: "#a7a7aa";
|
|
645
645
|
ref: null;
|
|
646
646
|
}>;
|
|
647
|
-
"alpha-grey-600": Readonly<{
|
|
647
|
+
"alpha-color-grey-600": Readonly<{
|
|
648
648
|
value: "#7b7b7b";
|
|
649
649
|
ref: null;
|
|
650
650
|
}>;
|
|
651
|
-
"alpha-grey-700": Readonly<{
|
|
651
|
+
"alpha-color-grey-700": Readonly<{
|
|
652
652
|
value: "#464748";
|
|
653
653
|
ref: null;
|
|
654
654
|
}>;
|
|
655
|
-
"alpha-grey-800": Readonly<{
|
|
655
|
+
"alpha-color-grey-800": Readonly<{
|
|
656
656
|
value: "#313234";
|
|
657
657
|
ref: null;
|
|
658
658
|
}>;
|
|
659
|
-
"alpha-grey-850": Readonly<{
|
|
659
|
+
"alpha-color-grey-850": Readonly<{
|
|
660
660
|
value: "#2a2b2d";
|
|
661
661
|
ref: null;
|
|
662
662
|
}>;
|
|
663
|
-
"alpha-grey-900": Readonly<{
|
|
663
|
+
"alpha-color-grey-900": Readonly<{
|
|
664
664
|
value: "#242428";
|
|
665
665
|
ref: null;
|
|
666
666
|
}>;
|
|
667
|
-
"alpha-grey-alpha-900-90": Readonly<{
|
|
667
|
+
"alpha-color-grey-alpha-900-90": Readonly<{
|
|
668
668
|
value: "#242428e6";
|
|
669
669
|
ref: null;
|
|
670
670
|
}>;
|
|
671
|
-
"alpha-grey-alpha-850-80": Readonly<{
|
|
671
|
+
"alpha-color-grey-alpha-850-80": Readonly<{
|
|
672
672
|
value: "#2a2b2dcc";
|
|
673
673
|
ref: null;
|
|
674
674
|
}>;
|
|
675
|
-
"alpha-grey-alpha-800-80": Readonly<{
|
|
675
|
+
"alpha-color-grey-alpha-800-80": Readonly<{
|
|
676
676
|
value: "#313234cc";
|
|
677
677
|
ref: null;
|
|
678
678
|
}>;
|
|
679
|
-
"alpha-grey-alpha-700-80": Readonly<{
|
|
679
|
+
"alpha-color-grey-alpha-700-80": Readonly<{
|
|
680
680
|
value: "#464748cc";
|
|
681
681
|
ref: null;
|
|
682
682
|
}>;
|
|
683
|
-
"alpha-grey-alpha-200-80": Readonly<{
|
|
683
|
+
"alpha-color-grey-alpha-200-80": Readonly<{
|
|
684
684
|
value: "#efeff0cc";
|
|
685
685
|
ref: null;
|
|
686
686
|
}>;
|
|
687
|
-
"alpha-grey-alpha-100-80": Readonly<{
|
|
687
|
+
"alpha-color-grey-alpha-100-80": Readonly<{
|
|
688
688
|
value: "#f7f7f8cc";
|
|
689
689
|
ref: null;
|
|
690
690
|
}>;
|
|
691
|
-
"alpha-grey-alpha-50-80": Readonly<{
|
|
691
|
+
"alpha-color-grey-alpha-50-80": Readonly<{
|
|
692
692
|
value: "#fcfcfccc";
|
|
693
693
|
ref: null;
|
|
694
694
|
}>;
|
|
695
|
-
"alpha-grey-alpha-100-90": Readonly<{
|
|
695
|
+
"alpha-color-grey-alpha-100-90": Readonly<{
|
|
696
696
|
value: "#f7f7f8e6";
|
|
697
697
|
ref: null;
|
|
698
698
|
}>;
|
|
699
|
-
"alpha-grey-alpha-800-90": Readonly<{
|
|
699
|
+
"alpha-color-grey-alpha-800-90": Readonly<{
|
|
700
700
|
value: "#313234e6";
|
|
701
701
|
ref: null;
|
|
702
702
|
}>;
|
|
703
|
-
"alpha-shade-blue-400": Readonly<{
|
|
703
|
+
"alpha-color-shade-blue-400": Readonly<{
|
|
704
704
|
value: "#7175e0";
|
|
705
705
|
ref: null;
|
|
706
706
|
}>;
|
|
707
|
-
"alpha-shade-blue-600": Readonly<{
|
|
707
|
+
"alpha-color-shade-blue-600": Readonly<{
|
|
708
708
|
value: "#4c5289";
|
|
709
709
|
ref: null;
|
|
710
710
|
}>;
|
|
711
|
-
"alpha-shade-blue-400-20": Readonly<{
|
|
711
|
+
"alpha-color-shade-blue-400-20": Readonly<{
|
|
712
712
|
value: "#7175e033";
|
|
713
713
|
ref: null;
|
|
714
714
|
}>;
|
|
715
|
-
"alpha-shade-blue-600-40": Readonly<{
|
|
715
|
+
"alpha-color-shade-blue-600-40": Readonly<{
|
|
716
716
|
value: "#4c528966";
|
|
717
717
|
ref: null;
|
|
718
718
|
}>;
|
|
719
|
-
"alpha-shade-cobalt-400": Readonly<{
|
|
719
|
+
"alpha-color-shade-cobalt-400": Readonly<{
|
|
720
720
|
value: "#57ace8";
|
|
721
721
|
ref: null;
|
|
722
722
|
}>;
|
|
723
|
-
"alpha-shade-cobalt-600": Readonly<{
|
|
723
|
+
"alpha-color-shade-cobalt-600": Readonly<{
|
|
724
724
|
value: "#4a6185";
|
|
725
725
|
ref: null;
|
|
726
726
|
}>;
|
|
727
|
-
"alpha-shade-cobalt-400-20": Readonly<{
|
|
727
|
+
"alpha-color-shade-cobalt-400-20": Readonly<{
|
|
728
728
|
value: "#57ace833";
|
|
729
729
|
ref: null;
|
|
730
730
|
}>;
|
|
731
|
-
"alpha-shade-cobalt-600-40": Readonly<{
|
|
731
|
+
"alpha-color-shade-cobalt-600-40": Readonly<{
|
|
732
732
|
value: "#4a618566";
|
|
733
733
|
ref: null;
|
|
734
734
|
}>;
|
|
735
|
-
"alpha-shade-teal-400": Readonly<{
|
|
735
|
+
"alpha-color-shade-teal-400": Readonly<{
|
|
736
736
|
value: "#55aaa7";
|
|
737
737
|
ref: null;
|
|
738
738
|
}>;
|
|
739
|
-
"alpha-shade-teal-600": Readonly<{
|
|
739
|
+
"alpha-color-shade-teal-600": Readonly<{
|
|
740
740
|
value: "#47737d";
|
|
741
741
|
ref: null;
|
|
742
742
|
}>;
|
|
743
|
-
"alpha-shade-teal-400-20": Readonly<{
|
|
743
|
+
"alpha-color-shade-teal-400-20": Readonly<{
|
|
744
744
|
value: "#55aaa733";
|
|
745
745
|
ref: null;
|
|
746
746
|
}>;
|
|
747
|
-
"alpha-shade-teal-600-40": Readonly<{
|
|
747
|
+
"alpha-color-shade-teal-600-40": Readonly<{
|
|
748
748
|
value: "#47737d66";
|
|
749
749
|
ref: null;
|
|
750
750
|
}>;
|
|
751
|
-
"alpha-shade-red-400": Readonly<{
|
|
751
|
+
"alpha-color-shade-red-400": Readonly<{
|
|
752
752
|
value: "#de6870";
|
|
753
753
|
ref: null;
|
|
754
754
|
}>;
|
|
755
|
-
"alpha-shade-red-600": Readonly<{
|
|
755
|
+
"alpha-color-shade-red-600": Readonly<{
|
|
756
756
|
value: "#904248";
|
|
757
757
|
ref: null;
|
|
758
758
|
}>;
|
|
759
|
-
"alpha-shade-red-400-20": Readonly<{
|
|
759
|
+
"alpha-color-shade-red-400-20": Readonly<{
|
|
760
760
|
value: "#de687033";
|
|
761
761
|
ref: null;
|
|
762
762
|
}>;
|
|
763
|
-
"alpha-shade-red-600-40": Readonly<{
|
|
763
|
+
"alpha-color-shade-red-600-40": Readonly<{
|
|
764
764
|
value: "#90424866";
|
|
765
765
|
ref: null;
|
|
766
766
|
}>;
|
|
767
|
-
"alpha-shade-green-400": Readonly<{
|
|
767
|
+
"alpha-color-shade-green-400": Readonly<{
|
|
768
768
|
value: "#62af7c";
|
|
769
769
|
ref: null;
|
|
770
770
|
}>;
|
|
771
|
-
"alpha-shade-green-600": Readonly<{
|
|
771
|
+
"alpha-color-shade-green-600": Readonly<{
|
|
772
772
|
value: "#4c7a5e";
|
|
773
773
|
ref: null;
|
|
774
774
|
}>;
|
|
775
|
-
"alpha-shade-green-400-20": Readonly<{
|
|
775
|
+
"alpha-color-shade-green-400-20": Readonly<{
|
|
776
776
|
value: "#62af7c33";
|
|
777
777
|
ref: null;
|
|
778
778
|
}>;
|
|
779
|
-
"alpha-shade-green-600-40": Readonly<{
|
|
779
|
+
"alpha-color-shade-green-600-40": Readonly<{
|
|
780
780
|
value: "#4c7a5e66";
|
|
781
781
|
ref: null;
|
|
782
782
|
}>;
|
|
783
|
-
"alpha-shade-olive-400": Readonly<{
|
|
783
|
+
"alpha-color-shade-olive-400": Readonly<{
|
|
784
784
|
value: "#a5a953";
|
|
785
785
|
ref: null;
|
|
786
786
|
}>;
|
|
787
|
-
"alpha-shade-olive-600": Readonly<{
|
|
787
|
+
"alpha-color-shade-olive-600": Readonly<{
|
|
788
788
|
value: "#737638";
|
|
789
789
|
ref: null;
|
|
790
790
|
}>;
|
|
791
|
-
"alpha-shade-olive-400-20": Readonly<{
|
|
791
|
+
"alpha-color-shade-olive-400-20": Readonly<{
|
|
792
792
|
value: "#a5a95333";
|
|
793
793
|
ref: null;
|
|
794
794
|
}>;
|
|
795
|
-
"alpha-shade-olive-600-40": Readonly<{
|
|
795
|
+
"alpha-color-shade-olive-600-40": Readonly<{
|
|
796
796
|
value: "#73763866";
|
|
797
797
|
ref: null;
|
|
798
798
|
}>;
|
|
799
|
-
"alpha-shade-yellow-400": Readonly<{
|
|
799
|
+
"alpha-color-shade-yellow-400": Readonly<{
|
|
800
800
|
value: "#e8ae3c";
|
|
801
801
|
ref: null;
|
|
802
802
|
}>;
|
|
803
|
-
"alpha-shade-yellow-600": Readonly<{
|
|
803
|
+
"alpha-color-shade-yellow-600": Readonly<{
|
|
804
804
|
value: "#7d6a26";
|
|
805
805
|
ref: null;
|
|
806
806
|
}>;
|
|
807
|
-
"alpha-shade-yellow-400-20": Readonly<{
|
|
807
|
+
"alpha-color-shade-yellow-400-20": Readonly<{
|
|
808
808
|
value: "#e8ae3c33";
|
|
809
809
|
ref: null;
|
|
810
810
|
}>;
|
|
811
|
-
"alpha-shade-yellow-600-40": Readonly<{
|
|
811
|
+
"alpha-color-shade-yellow-600-40": Readonly<{
|
|
812
812
|
value: "#7d6a2666";
|
|
813
813
|
ref: null;
|
|
814
814
|
}>;
|
|
815
|
-
"alpha-shade-orange-400": Readonly<{
|
|
815
|
+
"alpha-color-shade-orange-400": Readonly<{
|
|
816
816
|
value: "#e08c48";
|
|
817
817
|
ref: null;
|
|
818
818
|
}>;
|
|
819
|
-
"alpha-shade-orange-600": Readonly<{
|
|
819
|
+
"alpha-color-shade-orange-600": Readonly<{
|
|
820
820
|
value: "#895a34";
|
|
821
821
|
ref: null;
|
|
822
822
|
}>;
|
|
823
|
-
"alpha-shade-orange-400-20": Readonly<{
|
|
823
|
+
"alpha-color-shade-orange-400-20": Readonly<{
|
|
824
824
|
value: "#e08c4833";
|
|
825
825
|
ref: null;
|
|
826
826
|
}>;
|
|
827
|
-
"alpha-shade-orange-600-40": Readonly<{
|
|
827
|
+
"alpha-color-shade-orange-600-40": Readonly<{
|
|
828
828
|
value: "#895a3466";
|
|
829
829
|
ref: null;
|
|
830
830
|
}>;
|
|
831
|
-
"alpha-shade-pink-400": Readonly<{
|
|
831
|
+
"alpha-color-shade-pink-400": Readonly<{
|
|
832
832
|
value: "#d369ba";
|
|
833
833
|
ref: null;
|
|
834
834
|
}>;
|
|
835
|
-
"alpha-shade-pink-600": Readonly<{
|
|
835
|
+
"alpha-color-shade-pink-600": Readonly<{
|
|
836
836
|
value: "#854075";
|
|
837
837
|
ref: null;
|
|
838
838
|
}>;
|
|
839
|
-
"alpha-shade-pink-400-20": Readonly<{
|
|
839
|
+
"alpha-color-shade-pink-400-20": Readonly<{
|
|
840
840
|
value: "#d369ba33";
|
|
841
841
|
ref: null;
|
|
842
842
|
}>;
|
|
843
|
-
"alpha-shade-pink-600-40": Readonly<{
|
|
843
|
+
"alpha-color-shade-pink-600-40": Readonly<{
|
|
844
844
|
value: "#85407566";
|
|
845
845
|
ref: null;
|
|
846
846
|
}>;
|
|
847
|
-
"alpha-shade-purple-400": Readonly<{
|
|
847
|
+
"alpha-color-shade-purple-400": Readonly<{
|
|
848
848
|
value: "#9d6fe5";
|
|
849
849
|
ref: null;
|
|
850
850
|
}>;
|
|
851
|
-
"alpha-shade-purple-600": Readonly<{
|
|
851
|
+
"alpha-color-shade-purple-600": Readonly<{
|
|
852
852
|
value: "#5b467d";
|
|
853
853
|
ref: null;
|
|
854
854
|
}>;
|
|
855
|
-
"alpha-shade-purple-400-20": Readonly<{
|
|
855
|
+
"alpha-color-shade-purple-400-20": Readonly<{
|
|
856
856
|
value: "#9d6fe533";
|
|
857
857
|
ref: null;
|
|
858
858
|
}>;
|
|
859
|
-
"alpha-shade-purple-600-40": Readonly<{
|
|
859
|
+
"alpha-color-shade-purple-600-40": Readonly<{
|
|
860
860
|
value: "#5b467d66";
|
|
861
861
|
ref: null;
|
|
862
862
|
}>;
|
|
863
|
-
"alpha-shade-navy-400": Readonly<{
|
|
863
|
+
"alpha-color-shade-navy-400": Readonly<{
|
|
864
864
|
value: "#5f69b0";
|
|
865
865
|
ref: null;
|
|
866
866
|
}>;
|
|
867
|
-
"alpha-shade-navy-600": Readonly<{
|
|
867
|
+
"alpha-color-shade-navy-600": Readonly<{
|
|
868
868
|
value: "#373b56";
|
|
869
869
|
ref: null;
|
|
870
870
|
}>;
|
|
871
|
-
"alpha-shade-navy-400-20": Readonly<{
|
|
871
|
+
"alpha-color-shade-navy-400-20": Readonly<{
|
|
872
872
|
value: "#5f69b033";
|
|
873
873
|
ref: null;
|
|
874
874
|
}>;
|
|
875
|
-
"alpha-shade-navy-600-40": Readonly<{
|
|
875
|
+
"alpha-color-shade-navy-600-40": Readonly<{
|
|
876
876
|
value: "#373b5666";
|
|
877
877
|
ref: null;
|
|
878
878
|
}>;
|
|
@@ -1164,75 +1164,85 @@ declare const _exports: Readonly<{
|
|
|
1164
1164
|
value: 700;
|
|
1165
1165
|
ref: null;
|
|
1166
1166
|
}>;
|
|
1167
|
-
"alpha-line-height-16": Readonly<{
|
|
1168
|
-
value: "
|
|
1167
|
+
"alpha-font-line-height-16": Readonly<{
|
|
1168
|
+
value: "1.6rem";
|
|
1169
1169
|
ref: null;
|
|
1170
1170
|
}>;
|
|
1171
|
-
"alpha-line-height-18": Readonly<{
|
|
1172
|
-
value: "
|
|
1171
|
+
"alpha-font-line-height-18": Readonly<{
|
|
1172
|
+
value: "1.8rem";
|
|
1173
1173
|
ref: null;
|
|
1174
1174
|
}>;
|
|
1175
|
-
"alpha-line-height-22": Readonly<{
|
|
1176
|
-
value: "
|
|
1175
|
+
"alpha-font-line-height-22": Readonly<{
|
|
1176
|
+
value: "2.2rem";
|
|
1177
1177
|
ref: null;
|
|
1178
1178
|
}>;
|
|
1179
|
-
"alpha-line-height-23": Readonly<{
|
|
1180
|
-
value: "
|
|
1179
|
+
"alpha-font-line-height-23": Readonly<{
|
|
1180
|
+
value: "2.3rem";
|
|
1181
1181
|
ref: null;
|
|
1182
1182
|
}>;
|
|
1183
|
-
"alpha-line-height-24": Readonly<{
|
|
1184
|
-
value: "
|
|
1183
|
+
"alpha-font-line-height-24": Readonly<{
|
|
1184
|
+
value: "2.4rem";
|
|
1185
1185
|
ref: null;
|
|
1186
1186
|
}>;
|
|
1187
|
-
"alpha-line-height-28": Readonly<{
|
|
1188
|
-
value: "
|
|
1187
|
+
"alpha-font-line-height-28": Readonly<{
|
|
1188
|
+
value: "2.8rem";
|
|
1189
1189
|
ref: null;
|
|
1190
1190
|
}>;
|
|
1191
|
-
"alpha-line-height-32": Readonly<{
|
|
1192
|
-
value: "
|
|
1191
|
+
"alpha-font-line-height-32": Readonly<{
|
|
1192
|
+
value: "3.2rem";
|
|
1193
1193
|
ref: null;
|
|
1194
1194
|
}>;
|
|
1195
|
-
"alpha-line-height-36": Readonly<{
|
|
1196
|
-
value: "
|
|
1195
|
+
"alpha-font-line-height-36": Readonly<{
|
|
1196
|
+
value: "3.6rem";
|
|
1197
1197
|
ref: null;
|
|
1198
1198
|
}>;
|
|
1199
|
-
"alpha-line-height-44": Readonly<{
|
|
1200
|
-
value: "
|
|
1199
|
+
"alpha-font-line-height-44": Readonly<{
|
|
1200
|
+
value: "4.4rem";
|
|
1201
1201
|
ref: null;
|
|
1202
1202
|
}>;
|
|
1203
|
-
"alpha-letter-spacing-0": Readonly<{
|
|
1204
|
-
value: "
|
|
1203
|
+
"alpha-font-letter-spacing-0": Readonly<{
|
|
1204
|
+
value: "0rem";
|
|
1205
1205
|
ref: null;
|
|
1206
1206
|
}>;
|
|
1207
|
-
"alpha-letter-spacing-1": Readonly<{
|
|
1208
|
-
value: "0.
|
|
1207
|
+
"alpha-font-letter-spacing-1": Readonly<{
|
|
1208
|
+
value: "0.01rem";
|
|
1209
1209
|
ref: null;
|
|
1210
1210
|
}>;
|
|
1211
|
-
"alpha-letter-spacing-2": Readonly<{
|
|
1212
|
-
value: "0.
|
|
1211
|
+
"alpha-font-letter-spacing-2": Readonly<{
|
|
1212
|
+
value: "0.02rem";
|
|
1213
1213
|
ref: null;
|
|
1214
1214
|
}>;
|
|
1215
|
-
"alpha-letter-spacing-3": Readonly<{
|
|
1216
|
-
value: "0.
|
|
1215
|
+
"alpha-font-letter-spacing-3": Readonly<{
|
|
1216
|
+
value: "0.03rem";
|
|
1217
1217
|
ref: null;
|
|
1218
1218
|
}>;
|
|
1219
1219
|
}>;
|
|
1220
1220
|
gradient: Readonly<{
|
|
1221
1221
|
"alpha-gradient-bg-purple": Readonly<{
|
|
1222
1222
|
value: "linear-gradient(90deg, #b184ff 50%, #f896e5 100%)";
|
|
1223
|
-
ref: "linear-gradient(90deg, alpha-purple-300 50%, alpha-pink-200 100%)";
|
|
1223
|
+
ref: "linear-gradient(90deg, alpha-color-purple-300 50%, alpha-color-pink-200 100%)";
|
|
1224
1224
|
}>;
|
|
1225
1225
|
"alpha-gradient-bg-orange": Readonly<{
|
|
1226
1226
|
value: "linear-gradient(90deg, #ffa15e 50%, #fed968 100%)";
|
|
1227
|
-
ref: "linear-gradient(90deg, alpha-orange-300 50%, alpha-yellow-200 100%)";
|
|
1227
|
+
ref: "linear-gradient(90deg, alpha-color-orange-300 50%, alpha-color-yellow-200 100%)";
|
|
1228
1228
|
}>;
|
|
1229
1229
|
"alpha-gradient-bg-green": Readonly<{
|
|
1230
1230
|
value: "linear-gradient(90deg, #7ad890 50%, #72e0d5 100%)";
|
|
1231
|
-
ref: "linear-gradient(90deg, alpha-green-300 50%, alpha-teal-200 100%)";
|
|
1231
|
+
ref: "linear-gradient(90deg, alpha-color-green-300 50%, alpha-color-teal-200 100%)";
|
|
1232
1232
|
}>;
|
|
1233
1233
|
"alpha-gradient-bg-blue": Readonly<{
|
|
1234
1234
|
value: "linear-gradient(90deg, #84a5ff 50%, #91e5a4 100%)";
|
|
1235
|
-
ref: "linear-gradient(90deg, alpha-blue-300 50%, alpha-green-200 100%)";
|
|
1235
|
+
ref: "linear-gradient(90deg, alpha-color-blue-300 50%, alpha-color-green-200 100%)";
|
|
1236
|
+
}>;
|
|
1237
|
+
"alpha-gradient-fg-green": Readonly<{
|
|
1238
|
+
value: "linear-gradient(90deg, #40ad67 0%, #7ad890 100%)";
|
|
1239
|
+
ref: "linear-gradient(90deg, alpha-color-green-400 0%, alpha-color-green-300 100%)";
|
|
1240
|
+
}>;
|
|
1241
|
+
}>;
|
|
1242
|
+
opacity: Readonly<{
|
|
1243
|
+
"alpha-opacity-disabled": Readonly<{
|
|
1244
|
+
value: 0.4;
|
|
1245
|
+
ref: null;
|
|
1236
1246
|
}>;
|
|
1237
1247
|
}>;
|
|
1238
1248
|
typography: Readonly<{
|
|
@@ -1245,12 +1255,12 @@ declare const _exports: Readonly<{
|
|
|
1245
1255
|
ref: "alpha-font-size-15-5";
|
|
1246
1256
|
}>;
|
|
1247
1257
|
"alpha-typography-message-line-height": Readonly<{
|
|
1248
|
-
value: "
|
|
1249
|
-
ref: "alpha-line-height-23";
|
|
1258
|
+
value: "2.3rem";
|
|
1259
|
+
ref: "alpha-font-line-height-23";
|
|
1250
1260
|
}>;
|
|
1251
1261
|
"alpha-typography-message-letter-spacing": Readonly<{
|
|
1252
|
-
value: "0.
|
|
1253
|
-
ref: "alpha-letter-spacing-2";
|
|
1262
|
+
value: "0.02rem";
|
|
1263
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1254
1264
|
}>;
|
|
1255
1265
|
"alpha-typography-h1-bold-font-weight": Readonly<{
|
|
1256
1266
|
value: 700;
|
|
@@ -1261,12 +1271,12 @@ declare const _exports: Readonly<{
|
|
|
1261
1271
|
ref: "alpha-font-size-36";
|
|
1262
1272
|
}>;
|
|
1263
1273
|
"alpha-typography-h1-bold-line-height": Readonly<{
|
|
1264
|
-
value: "
|
|
1265
|
-
ref: "alpha-line-height-44";
|
|
1274
|
+
value: "4.4rem";
|
|
1275
|
+
ref: "alpha-font-line-height-44";
|
|
1266
1276
|
}>;
|
|
1267
1277
|
"alpha-typography-h1-bold-letter-spacing": Readonly<{
|
|
1268
|
-
value: "
|
|
1269
|
-
ref: "alpha-letter-spacing-0";
|
|
1278
|
+
value: "0rem";
|
|
1279
|
+
ref: "alpha-font-letter-spacing-0";
|
|
1270
1280
|
}>;
|
|
1271
1281
|
"alpha-typography-h2-bold-font-weight": Readonly<{
|
|
1272
1282
|
value: 700;
|
|
@@ -1277,12 +1287,12 @@ declare const _exports: Readonly<{
|
|
|
1277
1287
|
ref: "alpha-font-size-30";
|
|
1278
1288
|
}>;
|
|
1279
1289
|
"alpha-typography-h2-bold-line-height": Readonly<{
|
|
1280
|
-
value: "
|
|
1281
|
-
ref: "alpha-line-height-36";
|
|
1290
|
+
value: "3.6rem";
|
|
1291
|
+
ref: "alpha-font-line-height-36";
|
|
1282
1292
|
}>;
|
|
1283
1293
|
"alpha-typography-h2-bold-letter-spacing": Readonly<{
|
|
1284
|
-
value: "
|
|
1285
|
-
ref: "alpha-letter-spacing-0";
|
|
1294
|
+
value: "0rem";
|
|
1295
|
+
ref: "alpha-font-letter-spacing-0";
|
|
1286
1296
|
}>;
|
|
1287
1297
|
"alpha-typography-h2-regular-font-weight": Readonly<{
|
|
1288
1298
|
value: 400;
|
|
@@ -1293,12 +1303,12 @@ declare const _exports: Readonly<{
|
|
|
1293
1303
|
ref: "alpha-font-size-30";
|
|
1294
1304
|
}>;
|
|
1295
1305
|
"alpha-typography-h2-regular-line-height": Readonly<{
|
|
1296
|
-
value: "
|
|
1297
|
-
ref: "alpha-line-height-36";
|
|
1306
|
+
value: "3.6rem";
|
|
1307
|
+
ref: "alpha-font-line-height-36";
|
|
1298
1308
|
}>;
|
|
1299
1309
|
"alpha-typography-h2-regular-letter-spacing": Readonly<{
|
|
1300
|
-
value: "
|
|
1301
|
-
ref: "alpha-letter-spacing-0";
|
|
1310
|
+
value: "0rem";
|
|
1311
|
+
ref: "alpha-font-letter-spacing-0";
|
|
1302
1312
|
}>;
|
|
1303
1313
|
"alpha-typography-h3-bold-font-weight": Readonly<{
|
|
1304
1314
|
value: 700;
|
|
@@ -1309,12 +1319,12 @@ declare const _exports: Readonly<{
|
|
|
1309
1319
|
ref: "alpha-font-size-24";
|
|
1310
1320
|
}>;
|
|
1311
1321
|
"alpha-typography-h3-bold-line-height": Readonly<{
|
|
1312
|
-
value: "
|
|
1313
|
-
ref: "alpha-line-height-32";
|
|
1322
|
+
value: "3.2rem";
|
|
1323
|
+
ref: "alpha-font-line-height-32";
|
|
1314
1324
|
}>;
|
|
1315
1325
|
"alpha-typography-h3-bold-letter-spacing": Readonly<{
|
|
1316
|
-
value: "
|
|
1317
|
-
ref: "alpha-letter-spacing-0";
|
|
1326
|
+
value: "0rem";
|
|
1327
|
+
ref: "alpha-font-letter-spacing-0";
|
|
1318
1328
|
}>;
|
|
1319
1329
|
"alpha-typography-h3-regular-font-weight": Readonly<{
|
|
1320
1330
|
value: 400;
|
|
@@ -1325,268 +1335,268 @@ declare const _exports: Readonly<{
|
|
|
1325
1335
|
ref: "alpha-font-size-24";
|
|
1326
1336
|
}>;
|
|
1327
1337
|
"alpha-typography-h3-regular-line-height": Readonly<{
|
|
1328
|
-
value: "
|
|
1329
|
-
ref: "alpha-line-height-32";
|
|
1338
|
+
value: "3.2rem";
|
|
1339
|
+
ref: "alpha-font-line-height-32";
|
|
1330
1340
|
}>;
|
|
1331
1341
|
"alpha-typography-h3-regular-letter-spacing": Readonly<{
|
|
1332
|
-
value: "
|
|
1333
|
-
ref: "alpha-letter-spacing-0";
|
|
1342
|
+
value: "0rem";
|
|
1343
|
+
ref: "alpha-font-letter-spacing-0";
|
|
1334
1344
|
}>;
|
|
1335
|
-
"alpha-title-1-bold-font-weight": Readonly<{
|
|
1345
|
+
"alpha-typography-title-1-bold-font-weight": Readonly<{
|
|
1336
1346
|
value: 700;
|
|
1337
1347
|
ref: "alpha-font-weight-bold";
|
|
1338
1348
|
}>;
|
|
1339
|
-
"alpha-title-1-bold-font-size": Readonly<{
|
|
1349
|
+
"alpha-typography-title-1-bold-font-size": Readonly<{
|
|
1340
1350
|
value: "2.2rem";
|
|
1341
1351
|
ref: "alpha-font-size-22";
|
|
1342
1352
|
}>;
|
|
1343
|
-
"alpha-title-1-bold-line-height": Readonly<{
|
|
1344
|
-
value: "
|
|
1345
|
-
ref: "alpha-line-height-28";
|
|
1353
|
+
"alpha-typography-title-1-bold-line-height": Readonly<{
|
|
1354
|
+
value: "2.8rem";
|
|
1355
|
+
ref: "alpha-font-line-height-28";
|
|
1346
1356
|
}>;
|
|
1347
|
-
"alpha-title-1-bold-letter-spacing": Readonly<{
|
|
1348
|
-
value: "0.
|
|
1349
|
-
ref: "alpha-letter-spacing-2";
|
|
1357
|
+
"alpha-typography-title-1-bold-letter-spacing": Readonly<{
|
|
1358
|
+
value: "0.02rem";
|
|
1359
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1350
1360
|
}>;
|
|
1351
|
-
"alpha-title-2-bold-font-weight": Readonly<{
|
|
1361
|
+
"alpha-typography-title-2-bold-font-weight": Readonly<{
|
|
1352
1362
|
value: 700;
|
|
1353
1363
|
ref: "alpha-font-weight-bold";
|
|
1354
1364
|
}>;
|
|
1355
|
-
"alpha-title-2-bold-font-size": Readonly<{
|
|
1365
|
+
"alpha-typography-title-2-bold-font-size": Readonly<{
|
|
1356
1366
|
value: "1.8rem";
|
|
1357
1367
|
ref: "alpha-font-size-18";
|
|
1358
1368
|
}>;
|
|
1359
|
-
"alpha-title-2-bold-line-height": Readonly<{
|
|
1360
|
-
value: "
|
|
1361
|
-
ref: "alpha-line-height-24";
|
|
1369
|
+
"alpha-typography-title-2-bold-line-height": Readonly<{
|
|
1370
|
+
value: "2.4rem";
|
|
1371
|
+
ref: "alpha-font-line-height-24";
|
|
1362
1372
|
}>;
|
|
1363
|
-
"alpha-title-2-bold-letter-spacing": Readonly<{
|
|
1364
|
-
value: "0.
|
|
1365
|
-
ref: "alpha-letter-spacing-2";
|
|
1373
|
+
"alpha-typography-title-2-bold-letter-spacing": Readonly<{
|
|
1374
|
+
value: "0.02rem";
|
|
1375
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1366
1376
|
}>;
|
|
1367
|
-
"alpha-title-2-semibold-font-weight": Readonly<{
|
|
1377
|
+
"alpha-typography-title-2-semibold-font-weight": Readonly<{
|
|
1368
1378
|
value: 600;
|
|
1369
1379
|
ref: "alpha-font-weight-semibold";
|
|
1370
1380
|
}>;
|
|
1371
|
-
"alpha-title-2-semibold-font-size": Readonly<{
|
|
1381
|
+
"alpha-typography-title-2-semibold-font-size": Readonly<{
|
|
1372
1382
|
value: "1.8rem";
|
|
1373
1383
|
ref: "alpha-font-size-18";
|
|
1374
1384
|
}>;
|
|
1375
|
-
"alpha-title-2-semibold-line-height": Readonly<{
|
|
1376
|
-
value: "
|
|
1377
|
-
ref: "alpha-line-height-24";
|
|
1385
|
+
"alpha-typography-title-2-semibold-line-height": Readonly<{
|
|
1386
|
+
value: "2.4rem";
|
|
1387
|
+
ref: "alpha-font-line-height-24";
|
|
1378
1388
|
}>;
|
|
1379
|
-
"alpha-title-2-semibold-letter-spacing": Readonly<{
|
|
1380
|
-
value: "0.
|
|
1381
|
-
ref: "alpha-letter-spacing-2";
|
|
1389
|
+
"alpha-typography-title-2-semibold-letter-spacing": Readonly<{
|
|
1390
|
+
value: "0.02rem";
|
|
1391
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1382
1392
|
}>;
|
|
1383
|
-
"alpha-title-3-semibold-font-weight": Readonly<{
|
|
1393
|
+
"alpha-typography-title-3-semibold-font-weight": Readonly<{
|
|
1384
1394
|
value: 600;
|
|
1385
1395
|
ref: "alpha-font-weight-semibold";
|
|
1386
1396
|
}>;
|
|
1387
|
-
"alpha-title-3-semibold-font-size": Readonly<{
|
|
1397
|
+
"alpha-typography-title-3-semibold-font-size": Readonly<{
|
|
1388
1398
|
value: "1.6rem";
|
|
1389
1399
|
ref: "alpha-font-size-16";
|
|
1390
1400
|
}>;
|
|
1391
|
-
"alpha-title-3-semibold-line-height": Readonly<{
|
|
1392
|
-
value: "
|
|
1393
|
-
ref: "alpha-line-height-24";
|
|
1401
|
+
"alpha-typography-title-3-semibold-line-height": Readonly<{
|
|
1402
|
+
value: "2.4rem";
|
|
1403
|
+
ref: "alpha-font-line-height-24";
|
|
1394
1404
|
}>;
|
|
1395
|
-
"alpha-title-3-semibold-letter-spacing": Readonly<{
|
|
1396
|
-
value: "0.
|
|
1397
|
-
ref: "alpha-letter-spacing-3";
|
|
1405
|
+
"alpha-typography-title-3-semibold-letter-spacing": Readonly<{
|
|
1406
|
+
value: "0.03rem";
|
|
1407
|
+
ref: "alpha-font-letter-spacing-3";
|
|
1398
1408
|
}>;
|
|
1399
|
-
"alpha-body-1-semibold-font-weight": Readonly<{
|
|
1409
|
+
"alpha-typography-body-1-semibold-font-weight": Readonly<{
|
|
1400
1410
|
value: 600;
|
|
1401
1411
|
ref: "alpha-font-weight-semibold";
|
|
1402
1412
|
}>;
|
|
1403
|
-
"alpha-body-1-semibold-font-size": Readonly<{
|
|
1413
|
+
"alpha-typography-body-1-semibold-font-size": Readonly<{
|
|
1404
1414
|
value: "1.6rem";
|
|
1405
1415
|
ref: "alpha-font-size-16";
|
|
1406
1416
|
}>;
|
|
1407
|
-
"alpha-body-1-semibold-line-height": Readonly<{
|
|
1408
|
-
value: "
|
|
1409
|
-
ref: "alpha-line-height-24";
|
|
1417
|
+
"alpha-typography-body-1-semibold-line-height": Readonly<{
|
|
1418
|
+
value: "2.4rem";
|
|
1419
|
+
ref: "alpha-font-line-height-24";
|
|
1410
1420
|
}>;
|
|
1411
|
-
"alpha-body-1-semibold-letter-spacing": Readonly<{
|
|
1412
|
-
value: "0.
|
|
1413
|
-
ref: "alpha-letter-spacing-2";
|
|
1421
|
+
"alpha-typography-body-1-semibold-letter-spacing": Readonly<{
|
|
1422
|
+
value: "0.02rem";
|
|
1423
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1414
1424
|
}>;
|
|
1415
|
-
"alpha-body-1-regular-font-weight": Readonly<{
|
|
1425
|
+
"alpha-typography-body-1-regular-font-weight": Readonly<{
|
|
1416
1426
|
value: 400;
|
|
1417
1427
|
ref: "alpha-font-weight-regular";
|
|
1418
1428
|
}>;
|
|
1419
|
-
"alpha-body-1-regular-font-size": Readonly<{
|
|
1429
|
+
"alpha-typography-body-1-regular-font-size": Readonly<{
|
|
1420
1430
|
value: "1.6rem";
|
|
1421
1431
|
ref: "alpha-font-size-16";
|
|
1422
1432
|
}>;
|
|
1423
|
-
"alpha-body-1-regular-line-height": Readonly<{
|
|
1424
|
-
value: "
|
|
1425
|
-
ref: "alpha-line-height-24";
|
|
1433
|
+
"alpha-typography-body-1-regular-line-height": Readonly<{
|
|
1434
|
+
value: "2.4rem";
|
|
1435
|
+
ref: "alpha-font-line-height-24";
|
|
1426
1436
|
}>;
|
|
1427
|
-
"alpha-body-1-regular-letter-spacing": Readonly<{
|
|
1428
|
-
value: "0.
|
|
1429
|
-
ref: "alpha-letter-spacing-1";
|
|
1437
|
+
"alpha-typography-body-1-regular-letter-spacing": Readonly<{
|
|
1438
|
+
value: "0.01rem";
|
|
1439
|
+
ref: "alpha-font-letter-spacing-1";
|
|
1430
1440
|
}>;
|
|
1431
|
-
"alpha-body-2-semibold-font-weight": Readonly<{
|
|
1441
|
+
"alpha-typography-body-2-semibold-font-weight": Readonly<{
|
|
1432
1442
|
value: 600;
|
|
1433
1443
|
ref: "alpha-font-weight-semibold";
|
|
1434
1444
|
}>;
|
|
1435
|
-
"alpha-body-2-semibold-font-size": Readonly<{
|
|
1445
|
+
"alpha-typography-body-2-semibold-font-size": Readonly<{
|
|
1436
1446
|
value: "1.5rem";
|
|
1437
1447
|
ref: "alpha-font-size-15";
|
|
1438
1448
|
}>;
|
|
1439
|
-
"alpha-body-2-semibold-line-height": Readonly<{
|
|
1440
|
-
value: "
|
|
1441
|
-
ref: "alpha-line-height-22";
|
|
1449
|
+
"alpha-typography-body-2-semibold-line-height": Readonly<{
|
|
1450
|
+
value: "2.2rem";
|
|
1451
|
+
ref: "alpha-font-line-height-22";
|
|
1442
1452
|
}>;
|
|
1443
|
-
"alpha-body-2-semibold-letter-spacing": Readonly<{
|
|
1444
|
-
value: "0.
|
|
1445
|
-
ref: "alpha-letter-spacing-2";
|
|
1453
|
+
"alpha-typography-body-2-semibold-letter-spacing": Readonly<{
|
|
1454
|
+
value: "0.02rem";
|
|
1455
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1446
1456
|
}>;
|
|
1447
|
-
"alpha-body-2-regular-font-weight": Readonly<{
|
|
1457
|
+
"alpha-typography-body-2-regular-font-weight": Readonly<{
|
|
1448
1458
|
value: 400;
|
|
1449
1459
|
ref: "alpha-font-weight-regular";
|
|
1450
1460
|
}>;
|
|
1451
|
-
"alpha-body-2-regular-font-size": Readonly<{
|
|
1461
|
+
"alpha-typography-body-2-regular-font-size": Readonly<{
|
|
1452
1462
|
value: "1.5rem";
|
|
1453
1463
|
ref: "alpha-font-size-15";
|
|
1454
1464
|
}>;
|
|
1455
|
-
"alpha-body-2-regular-line-height": Readonly<{
|
|
1456
|
-
value: "
|
|
1457
|
-
ref: "alpha-line-height-22";
|
|
1465
|
+
"alpha-typography-body-2-regular-line-height": Readonly<{
|
|
1466
|
+
value: "2.2rem";
|
|
1467
|
+
ref: "alpha-font-line-height-22";
|
|
1458
1468
|
}>;
|
|
1459
|
-
"alpha-body-2-regular-letter-spacing": Readonly<{
|
|
1460
|
-
value: "0.
|
|
1461
|
-
ref: "alpha-letter-spacing-1";
|
|
1469
|
+
"alpha-typography-body-2-regular-letter-spacing": Readonly<{
|
|
1470
|
+
value: "0.01rem";
|
|
1471
|
+
ref: "alpha-font-letter-spacing-1";
|
|
1462
1472
|
}>;
|
|
1463
|
-
"alpha-caption-1-semibold-font-weight": Readonly<{
|
|
1473
|
+
"alpha-typography-caption-1-semibold-font-weight": Readonly<{
|
|
1464
1474
|
value: 600;
|
|
1465
1475
|
ref: "alpha-font-weight-semibold";
|
|
1466
1476
|
}>;
|
|
1467
|
-
"alpha-caption-1-semibold-font-size": Readonly<{
|
|
1477
|
+
"alpha-typography-caption-1-semibold-font-size": Readonly<{
|
|
1468
1478
|
value: "1.4rem";
|
|
1469
1479
|
ref: "alpha-font-size-14";
|
|
1470
1480
|
}>;
|
|
1471
|
-
"alpha-caption-1-semibold-line-height": Readonly<{
|
|
1472
|
-
value: "
|
|
1473
|
-
ref: "alpha-line-height-18";
|
|
1481
|
+
"alpha-typography-caption-1-semibold-line-height": Readonly<{
|
|
1482
|
+
value: "1.8rem";
|
|
1483
|
+
ref: "alpha-font-line-height-18";
|
|
1474
1484
|
}>;
|
|
1475
|
-
"alpha-caption-1-semibold-letter-spacing": Readonly<{
|
|
1476
|
-
value: "0.
|
|
1477
|
-
ref: "alpha-letter-spacing-2";
|
|
1485
|
+
"alpha-typography-caption-1-semibold-letter-spacing": Readonly<{
|
|
1486
|
+
value: "0.02rem";
|
|
1487
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1478
1488
|
}>;
|
|
1479
|
-
"alpha-caption-1-regular-font-weight": Readonly<{
|
|
1489
|
+
"alpha-typography-caption-1-regular-font-weight": Readonly<{
|
|
1480
1490
|
value: 400;
|
|
1481
1491
|
ref: "alpha-font-weight-regular";
|
|
1482
1492
|
}>;
|
|
1483
|
-
"alpha-caption-1-regular-font-size": Readonly<{
|
|
1493
|
+
"alpha-typography-caption-1-regular-font-size": Readonly<{
|
|
1484
1494
|
value: "1.4rem";
|
|
1485
1495
|
ref: "alpha-font-size-14";
|
|
1486
1496
|
}>;
|
|
1487
|
-
"alpha-caption-1-regular-line-height": Readonly<{
|
|
1488
|
-
value: "
|
|
1489
|
-
ref: "alpha-line-height-18";
|
|
1497
|
+
"alpha-typography-caption-1-regular-line-height": Readonly<{
|
|
1498
|
+
value: "1.8rem";
|
|
1499
|
+
ref: "alpha-font-line-height-18";
|
|
1490
1500
|
}>;
|
|
1491
|
-
"alpha-caption-1-regular-letter-spacing": Readonly<{
|
|
1492
|
-
value: "0.
|
|
1493
|
-
ref: "alpha-letter-spacing-2";
|
|
1501
|
+
"alpha-typography-caption-1-regular-letter-spacing": Readonly<{
|
|
1502
|
+
value: "0.02rem";
|
|
1503
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1494
1504
|
}>;
|
|
1495
|
-
"alpha-caption-2-semibold-font-weight": Readonly<{
|
|
1505
|
+
"alpha-typography-caption-2-semibold-font-weight": Readonly<{
|
|
1496
1506
|
value: 600;
|
|
1497
1507
|
ref: "alpha-font-weight-semibold";
|
|
1498
1508
|
}>;
|
|
1499
|
-
"alpha-caption-2-semibold-font-size": Readonly<{
|
|
1509
|
+
"alpha-typography-caption-2-semibold-font-size": Readonly<{
|
|
1500
1510
|
value: "1.3rem";
|
|
1501
1511
|
ref: "alpha-font-size-13";
|
|
1502
1512
|
}>;
|
|
1503
|
-
"alpha-caption-2-semibold-line-height": Readonly<{
|
|
1504
|
-
value: "
|
|
1505
|
-
ref: "alpha-line-height-18";
|
|
1513
|
+
"alpha-typography-caption-2-semibold-line-height": Readonly<{
|
|
1514
|
+
value: "1.8rem";
|
|
1515
|
+
ref: "alpha-font-line-height-18";
|
|
1506
1516
|
}>;
|
|
1507
|
-
"alpha-caption-2-semibold-letter-spacing": Readonly<{
|
|
1508
|
-
value: "0.
|
|
1509
|
-
ref: "alpha-letter-spacing-2";
|
|
1517
|
+
"alpha-typography-caption-2-semibold-letter-spacing": Readonly<{
|
|
1518
|
+
value: "0.02rem";
|
|
1519
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1510
1520
|
}>;
|
|
1511
|
-
"alpha-caption-2-regular-font-weight": Readonly<{
|
|
1521
|
+
"alpha-typography-caption-2-regular-font-weight": Readonly<{
|
|
1512
1522
|
value: 400;
|
|
1513
1523
|
ref: "alpha-font-weight-regular";
|
|
1514
1524
|
}>;
|
|
1515
|
-
"alpha-caption-2-regular-font-size": Readonly<{
|
|
1525
|
+
"alpha-typography-caption-2-regular-font-size": Readonly<{
|
|
1516
1526
|
value: "1.3rem";
|
|
1517
1527
|
ref: "alpha-font-size-13";
|
|
1518
1528
|
}>;
|
|
1519
|
-
"alpha-caption-2-regular-line-height": Readonly<{
|
|
1520
|
-
value: "
|
|
1521
|
-
ref: "alpha-line-height-18";
|
|
1529
|
+
"alpha-typography-caption-2-regular-line-height": Readonly<{
|
|
1530
|
+
value: "1.8rem";
|
|
1531
|
+
ref: "alpha-font-line-height-18";
|
|
1522
1532
|
}>;
|
|
1523
|
-
"alpha-caption-2-regular-letter-spacing": Readonly<{
|
|
1524
|
-
value: "0.
|
|
1525
|
-
ref: "alpha-letter-spacing-2";
|
|
1533
|
+
"alpha-typography-caption-2-regular-letter-spacing": Readonly<{
|
|
1534
|
+
value: "0.02rem";
|
|
1535
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1526
1536
|
}>;
|
|
1527
|
-
"alpha-caption-3-semibold-font-weight": Readonly<{
|
|
1537
|
+
"alpha-typography-caption-3-semibold-font-weight": Readonly<{
|
|
1528
1538
|
value: 600;
|
|
1529
1539
|
ref: "alpha-font-weight-semibold";
|
|
1530
1540
|
}>;
|
|
1531
|
-
"alpha-caption-3-semibold-font-size": Readonly<{
|
|
1541
|
+
"alpha-typography-caption-3-semibold-font-size": Readonly<{
|
|
1532
1542
|
value: "1.2rem";
|
|
1533
1543
|
ref: "alpha-font-size-12";
|
|
1534
1544
|
}>;
|
|
1535
|
-
"alpha-caption-3-semibold-line-height": Readonly<{
|
|
1536
|
-
value: "
|
|
1537
|
-
ref: "alpha-line-height-16";
|
|
1545
|
+
"alpha-typography-caption-3-semibold-line-height": Readonly<{
|
|
1546
|
+
value: "1.6rem";
|
|
1547
|
+
ref: "alpha-font-line-height-16";
|
|
1538
1548
|
}>;
|
|
1539
|
-
"alpha-caption-3-semibold-letter-spacing": Readonly<{
|
|
1540
|
-
value: "0.
|
|
1541
|
-
ref: "alpha-letter-spacing-2";
|
|
1549
|
+
"alpha-typography-caption-3-semibold-letter-spacing": Readonly<{
|
|
1550
|
+
value: "0.02rem";
|
|
1551
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1542
1552
|
}>;
|
|
1543
|
-
"alpha-caption-3-regular-font-weight": Readonly<{
|
|
1553
|
+
"alpha-typography-caption-3-regular-font-weight": Readonly<{
|
|
1544
1554
|
value: 400;
|
|
1545
1555
|
ref: "alpha-font-weight-regular";
|
|
1546
1556
|
}>;
|
|
1547
|
-
"alpha-caption-3-regular-font-size": Readonly<{
|
|
1557
|
+
"alpha-typography-caption-3-regular-font-size": Readonly<{
|
|
1548
1558
|
value: "1.2rem";
|
|
1549
1559
|
ref: "alpha-font-size-12";
|
|
1550
1560
|
}>;
|
|
1551
|
-
"alpha-caption-3-regular-line-height": Readonly<{
|
|
1552
|
-
value: "
|
|
1553
|
-
ref: "alpha-line-height-16";
|
|
1561
|
+
"alpha-typography-caption-3-regular-line-height": Readonly<{
|
|
1562
|
+
value: "1.6rem";
|
|
1563
|
+
ref: "alpha-font-line-height-16";
|
|
1554
1564
|
}>;
|
|
1555
|
-
"alpha-caption-3-regular-letter-spacing": Readonly<{
|
|
1556
|
-
value: "0.
|
|
1557
|
-
ref: "alpha-letter-spacing-2";
|
|
1565
|
+
"alpha-typography-caption-3-regular-letter-spacing": Readonly<{
|
|
1566
|
+
value: "0.02rem";
|
|
1567
|
+
ref: "alpha-font-letter-spacing-2";
|
|
1558
1568
|
}>;
|
|
1559
|
-
"alpha-caption-4-semibold-font-weight": Readonly<{
|
|
1569
|
+
"alpha-typography-caption-4-semibold-font-weight": Readonly<{
|
|
1560
1570
|
value: 600;
|
|
1561
1571
|
ref: "alpha-font-weight-semibold";
|
|
1562
1572
|
}>;
|
|
1563
|
-
"alpha-caption-4-semibold-font-size": Readonly<{
|
|
1573
|
+
"alpha-typography-caption-4-semibold-font-size": Readonly<{
|
|
1564
1574
|
value: "1.1rem";
|
|
1565
1575
|
ref: "alpha-font-size-11";
|
|
1566
1576
|
}>;
|
|
1567
|
-
"alpha-caption-4-semibold-line-height": Readonly<{
|
|
1568
|
-
value: "
|
|
1569
|
-
ref: "alpha-line-height-16";
|
|
1577
|
+
"alpha-typography-caption-4-semibold-line-height": Readonly<{
|
|
1578
|
+
value: "1.6rem";
|
|
1579
|
+
ref: "alpha-font-line-height-16";
|
|
1570
1580
|
}>;
|
|
1571
|
-
"alpha-caption-4-semibold-letter-spacing": Readonly<{
|
|
1572
|
-
value: "0.
|
|
1573
|
-
ref: "alpha-letter-spacing-1";
|
|
1581
|
+
"alpha-typography-caption-4-semibold-letter-spacing": Readonly<{
|
|
1582
|
+
value: "0.01rem";
|
|
1583
|
+
ref: "alpha-font-letter-spacing-1";
|
|
1574
1584
|
}>;
|
|
1575
|
-
"alpha-caption-4-regular-font-weight": Readonly<{
|
|
1585
|
+
"alpha-typography-caption-4-regular-font-weight": Readonly<{
|
|
1576
1586
|
value: 400;
|
|
1577
1587
|
ref: "alpha-font-weight-regular";
|
|
1578
1588
|
}>;
|
|
1579
|
-
"alpha-caption-4-regular-font-size": Readonly<{
|
|
1589
|
+
"alpha-typography-caption-4-regular-font-size": Readonly<{
|
|
1580
1590
|
value: "1.1rem";
|
|
1581
1591
|
ref: "alpha-font-size-11";
|
|
1582
1592
|
}>;
|
|
1583
|
-
"alpha-caption-4-regular-line-height": Readonly<{
|
|
1584
|
-
value: "
|
|
1585
|
-
ref: "alpha-line-height-16";
|
|
1593
|
+
"alpha-typography-caption-4-regular-line-height": Readonly<{
|
|
1594
|
+
value: "1.6rem";
|
|
1595
|
+
ref: "alpha-font-line-height-16";
|
|
1586
1596
|
}>;
|
|
1587
|
-
"alpha-caption-4-regular-letter-spacing": Readonly<{
|
|
1588
|
-
value: "0.
|
|
1589
|
-
ref: "alpha-letter-spacing-1";
|
|
1597
|
+
"alpha-typography-caption-4-regular-letter-spacing": Readonly<{
|
|
1598
|
+
value: "0.01rem";
|
|
1599
|
+
ref: "alpha-font-letter-spacing-1";
|
|
1590
1600
|
}>;
|
|
1591
1601
|
}>;
|
|
1592
1602
|
}>;
|