@dalexto/lexsys-registry 0.0.2 → 0.0.3
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/index.js +23 -2
- package/dist/items/empty.d.ts +7 -0
- package/dist/items/index.d.ts +1 -0
- package/package.json +1 -1
- package/templates/blocks/AuthForm/AuthForm.tsx +3 -3
- package/templates/blocks/AuthForm/AuthForm.variants.ts +3 -3
- package/templates/blocks/CommandPalette/CommandPalette.tsx +14 -14
- package/templates/blocks/CommandPalette/CommandPalette.types.ts +3 -9
- package/templates/blocks/CommandPalette/CommandPalette.variants.ts +13 -14
- package/templates/blocks/Empty/Empty.tsx +91 -0
- package/templates/blocks/Empty/Empty.types.ts +8 -0
- package/templates/blocks/Empty/Empty.variants.ts +51 -0
- package/templates/blocks/FormField/FormField.tsx +2 -6
- package/templates/blocks/FormField/FormField.variants.ts +2 -2
- package/templates/blocks/SettingsPanel/SettingsPanel.tsx +2 -2
- package/templates/blocks/SettingsPanel/SettingsPanel.variants.ts +2 -2
- package/templates/blocks/Sidebar/Sidebar.tsx +45 -85
- package/templates/blocks/Sidebar/Sidebar.types.ts +2 -7
- package/templates/blocks/Sidebar/Sidebar.variants.ts +36 -40
- package/templates/primitives/Accordion/Accordion.variants.ts +7 -7
- package/templates/primitives/Alert/Alert.variants.ts +7 -7
- package/templates/primitives/AlertDialog/AlertDialog.variants.ts +16 -16
- package/templates/primitives/Autocomplete/Autocomplete.variants.ts +49 -49
- package/templates/primitives/Avatar/Avatar.variants.ts +10 -10
- package/templates/primitives/Badge/Badge.variants.ts +14 -14
- package/templates/primitives/Button/Button.variants.ts +26 -26
- package/templates/primitives/Card/Card.tsx +19 -1
- package/templates/primitives/Card/Card.types.ts +1 -0
- package/templates/primitives/Card/Card.variants.ts +14 -11
- package/templates/primitives/Checkbox/Checkbox.variants.ts +11 -15
- package/templates/primitives/CheckboxGroup/CheckboxGroup.variants.ts +2 -2
- package/templates/primitives/Collapsible/Collapsible.variants.ts +10 -10
- package/templates/primitives/Combobox/Combobox.variants.ts +58 -58
- package/templates/primitives/ContextMenu/ContextMenu.variants.ts +1 -1
- package/templates/primitives/Dialog/Dialog.variants.ts +16 -16
- package/templates/primitives/Drawer/Drawer.types.ts +3 -1
- package/templates/primitives/Drawer/Drawer.variants.ts +37 -37
- package/templates/primitives/Field/Field.variants.ts +22 -22
- package/templates/primitives/Fieldset/Fieldset.variants.ts +8 -8
- package/templates/primitives/Form/Form.variants.ts +1 -1
- package/templates/primitives/Input/Input.variants.ts +11 -11
- package/templates/primitives/Menu/Menu.variants.ts +25 -25
- package/templates/primitives/Menubar/Menubar.variants.ts +1 -1
- package/templates/primitives/Meter/Meter.variants.ts +11 -11
- package/templates/primitives/NavigationMenu/NavigationMenu.variants.ts +2 -2
- package/templates/primitives/NumberField/NumberField.variants.ts +25 -25
- package/templates/primitives/OtpField/OtpField.variants.ts +12 -12
- package/templates/primitives/Popover/Popover.variants.ts +18 -20
- package/templates/primitives/PreviewCard/PreviewCard.variants.ts +1 -1
- package/templates/primitives/Progress/Progress.variants.ts +8 -8
- package/templates/primitives/RadioGroup/RadioGroup.variants.ts +14 -14
- package/templates/primitives/ScrollArea/ScrollArea.variants.ts +3 -3
- package/templates/primitives/Select/Select.tsx +29 -29
- package/templates/primitives/Select/Select.types.ts +4 -4
- package/templates/primitives/Select/Select.variants.ts +44 -59
- package/templates/primitives/Separator/Separator.variants.ts +3 -3
- package/templates/primitives/Slider/Slider.tsx +14 -14
- package/templates/primitives/Slider/Slider.variants.ts +17 -26
- package/templates/primitives/Switch/Switch.types.ts +2 -2
- package/templates/primitives/Switch/Switch.variants.ts +13 -13
- package/templates/primitives/Tabs/Tabs.variants.ts +8 -8
- package/templates/primitives/Textarea/Textarea.variants.ts +11 -11
- package/templates/primitives/Toast/Toast.variants.ts +20 -20
- package/templates/primitives/Toggle/Toggle.variants.ts +9 -9
- package/templates/primitives/ToggleGroup/ToggleGroup.variants.ts +5 -5
- package/templates/primitives/Toolbar/Toolbar.variants.ts +18 -18
- package/templates/primitives/Tooltip/Tooltip.variants.ts +5 -5
- package/templates/styles/theme.css +301 -299
- package/templates/styles/tokens.css +1477 -1441
- package/templates/templates/DashboardShell/DashboardShell.tsx +10 -10
- package/templates/templates/DashboardShell/DashboardShell.variants.ts +10 -10
|
@@ -1,1445 +1,1481 @@
|
|
|
1
1
|
/* Generated by @dalexto/lexsys-tokens. Do not edit directly. */
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--
|
|
5
|
-
--
|
|
6
|
-
--
|
|
7
|
-
--
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
--
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
16
|
-
--
|
|
17
|
-
--
|
|
18
|
-
--
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--
|
|
22
|
-
--
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
--
|
|
26
|
-
--
|
|
27
|
-
--
|
|
28
|
-
--
|
|
29
|
-
--
|
|
30
|
-
--
|
|
31
|
-
--
|
|
32
|
-
--
|
|
33
|
-
--
|
|
34
|
-
--
|
|
35
|
-
--
|
|
36
|
-
--
|
|
37
|
-
--
|
|
38
|
-
--
|
|
39
|
-
--
|
|
40
|
-
--
|
|
41
|
-
--
|
|
42
|
-
--
|
|
43
|
-
--
|
|
44
|
-
--
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--
|
|
48
|
-
--
|
|
49
|
-
--
|
|
50
|
-
--
|
|
51
|
-
--
|
|
52
|
-
--
|
|
53
|
-
--
|
|
54
|
-
--
|
|
55
|
-
--
|
|
56
|
-
--
|
|
57
|
-
--
|
|
58
|
-
--
|
|
59
|
-
--
|
|
60
|
-
--
|
|
61
|
-
--
|
|
62
|
-
--
|
|
63
|
-
--
|
|
64
|
-
--
|
|
65
|
-
--
|
|
66
|
-
--
|
|
67
|
-
--
|
|
68
|
-
--
|
|
69
|
-
--
|
|
70
|
-
--
|
|
71
|
-
--
|
|
72
|
-
--
|
|
73
|
-
--
|
|
74
|
-
--
|
|
75
|
-
--
|
|
76
|
-
--
|
|
77
|
-
--
|
|
78
|
-
--
|
|
79
|
-
--
|
|
80
|
-
--
|
|
81
|
-
--
|
|
82
|
-
--
|
|
83
|
-
--
|
|
84
|
-
--
|
|
85
|
-
--
|
|
86
|
-
--
|
|
87
|
-
--
|
|
88
|
-
--
|
|
89
|
-
--
|
|
90
|
-
--
|
|
91
|
-
--
|
|
92
|
-
--
|
|
93
|
-
--
|
|
94
|
-
--
|
|
95
|
-
--
|
|
96
|
-
--
|
|
97
|
-
--
|
|
98
|
-
--
|
|
99
|
-
--
|
|
100
|
-
--
|
|
101
|
-
--
|
|
102
|
-
--
|
|
103
|
-
--
|
|
104
|
-
--
|
|
105
|
-
--
|
|
106
|
-
--
|
|
107
|
-
--
|
|
108
|
-
--
|
|
109
|
-
--
|
|
110
|
-
--
|
|
111
|
-
--
|
|
112
|
-
--
|
|
113
|
-
--
|
|
114
|
-
--
|
|
115
|
-
--
|
|
116
|
-
--
|
|
117
|
-
--
|
|
118
|
-
--
|
|
119
|
-
--
|
|
120
|
-
--
|
|
121
|
-
--
|
|
122
|
-
--
|
|
123
|
-
--
|
|
124
|
-
--
|
|
125
|
-
--
|
|
126
|
-
--
|
|
127
|
-
--
|
|
128
|
-
--
|
|
129
|
-
--
|
|
130
|
-
--
|
|
131
|
-
--
|
|
132
|
-
--
|
|
133
|
-
--
|
|
134
|
-
--
|
|
135
|
-
--
|
|
136
|
-
--
|
|
137
|
-
--
|
|
138
|
-
--
|
|
139
|
-
--
|
|
140
|
-
--
|
|
141
|
-
--
|
|
142
|
-
--
|
|
143
|
-
--
|
|
144
|
-
--
|
|
145
|
-
--
|
|
146
|
-
--
|
|
147
|
-
--
|
|
148
|
-
--
|
|
149
|
-
--
|
|
150
|
-
--
|
|
151
|
-
--
|
|
152
|
-
--
|
|
153
|
-
--
|
|
154
|
-
--
|
|
155
|
-
--
|
|
156
|
-
--
|
|
157
|
-
--
|
|
158
|
-
--
|
|
159
|
-
--
|
|
160
|
-
--
|
|
161
|
-
--
|
|
162
|
-
--
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
166
|
-
--
|
|
167
|
-
--
|
|
168
|
-
--
|
|
169
|
-
--
|
|
170
|
-
--
|
|
171
|
-
--
|
|
172
|
-
--
|
|
173
|
-
--
|
|
174
|
-
--
|
|
175
|
-
--
|
|
176
|
-
--
|
|
177
|
-
--
|
|
178
|
-
--
|
|
179
|
-
--
|
|
180
|
-
--
|
|
181
|
-
--
|
|
182
|
-
--
|
|
183
|
-
--
|
|
184
|
-
--
|
|
185
|
-
--
|
|
186
|
-
--
|
|
187
|
-
--
|
|
188
|
-
--
|
|
189
|
-
--
|
|
190
|
-
--
|
|
191
|
-
--
|
|
192
|
-
--
|
|
193
|
-
--
|
|
194
|
-
--
|
|
195
|
-
--
|
|
196
|
-
--
|
|
197
|
-
--
|
|
198
|
-
--
|
|
199
|
-
--
|
|
200
|
-
--
|
|
201
|
-
--
|
|
202
|
-
--
|
|
203
|
-
--
|
|
204
|
-
--
|
|
205
|
-
--
|
|
206
|
-
--
|
|
207
|
-
--
|
|
208
|
-
--
|
|
209
|
-
--
|
|
210
|
-
--
|
|
211
|
-
--
|
|
212
|
-
--
|
|
213
|
-
--
|
|
214
|
-
--
|
|
215
|
-
--
|
|
216
|
-
--
|
|
217
|
-
--
|
|
218
|
-
--
|
|
219
|
-
--
|
|
220
|
-
--
|
|
221
|
-
--
|
|
222
|
-
--
|
|
223
|
-
--
|
|
224
|
-
--
|
|
225
|
-
--
|
|
226
|
-
--
|
|
227
|
-
--
|
|
228
|
-
--
|
|
229
|
-
--
|
|
230
|
-
--
|
|
231
|
-
--
|
|
232
|
-
--
|
|
233
|
-
--
|
|
234
|
-
--
|
|
235
|
-
--
|
|
236
|
-
--
|
|
237
|
-
--
|
|
238
|
-
--
|
|
239
|
-
--
|
|
240
|
-
--
|
|
241
|
-
--
|
|
242
|
-
--
|
|
243
|
-
--
|
|
244
|
-
--
|
|
245
|
-
--
|
|
246
|
-
--
|
|
247
|
-
--
|
|
248
|
-
--
|
|
249
|
-
--
|
|
250
|
-
--
|
|
251
|
-
--
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
--
|
|
255
|
-
--
|
|
256
|
-
--
|
|
257
|
-
--
|
|
258
|
-
--
|
|
259
|
-
--
|
|
260
|
-
--
|
|
261
|
-
--
|
|
262
|
-
--
|
|
263
|
-
--
|
|
264
|
-
--
|
|
265
|
-
--
|
|
266
|
-
--
|
|
267
|
-
--
|
|
268
|
-
--
|
|
269
|
-
--
|
|
270
|
-
--
|
|
271
|
-
--
|
|
272
|
-
--
|
|
273
|
-
--
|
|
274
|
-
--
|
|
275
|
-
--
|
|
276
|
-
--
|
|
277
|
-
--
|
|
278
|
-
--
|
|
279
|
-
--
|
|
280
|
-
--
|
|
281
|
-
--
|
|
282
|
-
--
|
|
283
|
-
--
|
|
284
|
-
--
|
|
285
|
-
--
|
|
286
|
-
--
|
|
287
|
-
--
|
|
288
|
-
--
|
|
289
|
-
--
|
|
290
|
-
--
|
|
291
|
-
--
|
|
292
|
-
--
|
|
293
|
-
--
|
|
294
|
-
--
|
|
295
|
-
--
|
|
296
|
-
--
|
|
297
|
-
--
|
|
298
|
-
--
|
|
299
|
-
--
|
|
300
|
-
--
|
|
301
|
-
--
|
|
302
|
-
--
|
|
303
|
-
--
|
|
304
|
-
--
|
|
305
|
-
--
|
|
306
|
-
--
|
|
307
|
-
--
|
|
308
|
-
--
|
|
309
|
-
--
|
|
310
|
-
--
|
|
311
|
-
--
|
|
312
|
-
--
|
|
313
|
-
--
|
|
314
|
-
--
|
|
315
|
-
--
|
|
316
|
-
--
|
|
317
|
-
--
|
|
318
|
-
--
|
|
319
|
-
--
|
|
320
|
-
--
|
|
321
|
-
--
|
|
322
|
-
--
|
|
323
|
-
--
|
|
324
|
-
--
|
|
325
|
-
--
|
|
326
|
-
--
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
330
|
-
--
|
|
331
|
-
--
|
|
332
|
-
--
|
|
333
|
-
--
|
|
334
|
-
--
|
|
335
|
-
--
|
|
336
|
-
--
|
|
337
|
-
--
|
|
338
|
-
--
|
|
339
|
-
--
|
|
340
|
-
--
|
|
341
|
-
--
|
|
342
|
-
--
|
|
343
|
-
--
|
|
344
|
-
--
|
|
345
|
-
--
|
|
346
|
-
--
|
|
347
|
-
--
|
|
348
|
-
--
|
|
349
|
-
--
|
|
350
|
-
--
|
|
351
|
-
--
|
|
352
|
-
--
|
|
353
|
-
--
|
|
354
|
-
--
|
|
355
|
-
--
|
|
356
|
-
--
|
|
357
|
-
--
|
|
358
|
-
--
|
|
359
|
-
--
|
|
360
|
-
--
|
|
361
|
-
--
|
|
362
|
-
--
|
|
363
|
-
--
|
|
364
|
-
--
|
|
365
|
-
--
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
369
|
-
--
|
|
370
|
-
--
|
|
371
|
-
--
|
|
372
|
-
--
|
|
373
|
-
--
|
|
374
|
-
--
|
|
375
|
-
--
|
|
376
|
-
--
|
|
377
|
-
--
|
|
378
|
-
--
|
|
379
|
-
--
|
|
380
|
-
--
|
|
381
|
-
--
|
|
382
|
-
--
|
|
383
|
-
--
|
|
384
|
-
--
|
|
385
|
-
--
|
|
386
|
-
--
|
|
387
|
-
--
|
|
388
|
-
--
|
|
389
|
-
--
|
|
390
|
-
--
|
|
391
|
-
--
|
|
392
|
-
--
|
|
393
|
-
--
|
|
394
|
-
--
|
|
395
|
-
--
|
|
396
|
-
--
|
|
397
|
-
--
|
|
398
|
-
--
|
|
399
|
-
--
|
|
400
|
-
--
|
|
401
|
-
--
|
|
402
|
-
--
|
|
403
|
-
--
|
|
404
|
-
--
|
|
405
|
-
--
|
|
406
|
-
--
|
|
407
|
-
--
|
|
408
|
-
--
|
|
409
|
-
--
|
|
410
|
-
--
|
|
411
|
-
--
|
|
412
|
-
--
|
|
413
|
-
--
|
|
414
|
-
--
|
|
415
|
-
--
|
|
416
|
-
--
|
|
417
|
-
--
|
|
418
|
-
--
|
|
419
|
-
--
|
|
420
|
-
--
|
|
421
|
-
--
|
|
422
|
-
--
|
|
423
|
-
--
|
|
424
|
-
--
|
|
425
|
-
--
|
|
426
|
-
--
|
|
427
|
-
--
|
|
428
|
-
--
|
|
429
|
-
--
|
|
430
|
-
--
|
|
431
|
-
--
|
|
432
|
-
--
|
|
433
|
-
--
|
|
434
|
-
--
|
|
435
|
-
--
|
|
436
|
-
--
|
|
437
|
-
--
|
|
438
|
-
--
|
|
439
|
-
--
|
|
440
|
-
--
|
|
441
|
-
--
|
|
442
|
-
--
|
|
443
|
-
--
|
|
444
|
-
--
|
|
445
|
-
--
|
|
446
|
-
--
|
|
447
|
-
--
|
|
448
|
-
--
|
|
449
|
-
--
|
|
450
|
-
--
|
|
451
|
-
--
|
|
452
|
-
--
|
|
453
|
-
--
|
|
454
|
-
--
|
|
455
|
-
--
|
|
456
|
-
--
|
|
457
|
-
--
|
|
458
|
-
--
|
|
459
|
-
--
|
|
460
|
-
--
|
|
461
|
-
--
|
|
462
|
-
--
|
|
463
|
-
--
|
|
464
|
-
--
|
|
465
|
-
--
|
|
466
|
-
--
|
|
467
|
-
--
|
|
468
|
-
--
|
|
469
|
-
--
|
|
470
|
-
--
|
|
471
|
-
--
|
|
472
|
-
--
|
|
473
|
-
--
|
|
474
|
-
--
|
|
475
|
-
--
|
|
476
|
-
--
|
|
477
|
-
--
|
|
478
|
-
--
|
|
479
|
-
--
|
|
480
|
-
--
|
|
481
|
-
--
|
|
482
|
-
--
|
|
483
|
-
--
|
|
484
|
-
--
|
|
485
|
-
--
|
|
486
|
-
--
|
|
487
|
-
--
|
|
488
|
-
--
|
|
489
|
-
--
|
|
490
|
-
--
|
|
491
|
-
--
|
|
492
|
-
--
|
|
493
|
-
--
|
|
494
|
-
--
|
|
495
|
-
--
|
|
496
|
-
--
|
|
497
|
-
--
|
|
498
|
-
--
|
|
499
|
-
--
|
|
500
|
-
--
|
|
501
|
-
--
|
|
502
|
-
--
|
|
503
|
-
--
|
|
504
|
-
--
|
|
505
|
-
--
|
|
506
|
-
--
|
|
507
|
-
--
|
|
508
|
-
--
|
|
509
|
-
--
|
|
510
|
-
--
|
|
511
|
-
--
|
|
512
|
-
--
|
|
513
|
-
--
|
|
514
|
-
--
|
|
515
|
-
--
|
|
516
|
-
--
|
|
517
|
-
--
|
|
518
|
-
--
|
|
519
|
-
--
|
|
520
|
-
--
|
|
521
|
-
--
|
|
522
|
-
--
|
|
523
|
-
--
|
|
524
|
-
--
|
|
525
|
-
--
|
|
526
|
-
--
|
|
527
|
-
--
|
|
528
|
-
--
|
|
529
|
-
--
|
|
530
|
-
--
|
|
531
|
-
--
|
|
532
|
-
--
|
|
533
|
-
--
|
|
534
|
-
--
|
|
535
|
-
--
|
|
536
|
-
--
|
|
537
|
-
--
|
|
538
|
-
--
|
|
539
|
-
--
|
|
540
|
-
--
|
|
541
|
-
--
|
|
542
|
-
--
|
|
543
|
-
--
|
|
544
|
-
--
|
|
545
|
-
--
|
|
546
|
-
--
|
|
547
|
-
--
|
|
548
|
-
--
|
|
549
|
-
--
|
|
550
|
-
--
|
|
551
|
-
--
|
|
552
|
-
--
|
|
553
|
-
--
|
|
554
|
-
--
|
|
555
|
-
--
|
|
556
|
-
--
|
|
557
|
-
--
|
|
558
|
-
--
|
|
559
|
-
--
|
|
560
|
-
--
|
|
561
|
-
--
|
|
562
|
-
--
|
|
563
|
-
--
|
|
564
|
-
--
|
|
565
|
-
--
|
|
566
|
-
--
|
|
567
|
-
--
|
|
568
|
-
--
|
|
569
|
-
--
|
|
570
|
-
--
|
|
571
|
-
--
|
|
572
|
-
--
|
|
573
|
-
--
|
|
574
|
-
--
|
|
575
|
-
--
|
|
576
|
-
--
|
|
577
|
-
--
|
|
578
|
-
--
|
|
579
|
-
--
|
|
580
|
-
--
|
|
581
|
-
--
|
|
582
|
-
--
|
|
583
|
-
--
|
|
584
|
-
--
|
|
585
|
-
--
|
|
586
|
-
--
|
|
587
|
-
--
|
|
588
|
-
--
|
|
589
|
-
--
|
|
590
|
-
--
|
|
591
|
-
--
|
|
592
|
-
--
|
|
593
|
-
--
|
|
594
|
-
--
|
|
595
|
-
--
|
|
596
|
-
--
|
|
597
|
-
--
|
|
598
|
-
--
|
|
599
|
-
--
|
|
600
|
-
--
|
|
601
|
-
--
|
|
602
|
-
--
|
|
603
|
-
--
|
|
604
|
-
--
|
|
605
|
-
--
|
|
606
|
-
--
|
|
607
|
-
--
|
|
608
|
-
--
|
|
609
|
-
--
|
|
610
|
-
--
|
|
611
|
-
--
|
|
612
|
-
--
|
|
613
|
-
--
|
|
614
|
-
--
|
|
615
|
-
--
|
|
616
|
-
--
|
|
617
|
-
--
|
|
618
|
-
--
|
|
619
|
-
--
|
|
620
|
-
--
|
|
621
|
-
--
|
|
622
|
-
--
|
|
623
|
-
--
|
|
624
|
-
--
|
|
625
|
-
--
|
|
626
|
-
--
|
|
627
|
-
--
|
|
628
|
-
--
|
|
629
|
-
--
|
|
630
|
-
--
|
|
631
|
-
--
|
|
632
|
-
--
|
|
633
|
-
--
|
|
634
|
-
--
|
|
635
|
-
--
|
|
636
|
-
--
|
|
637
|
-
--
|
|
638
|
-
--
|
|
639
|
-
--
|
|
640
|
-
--
|
|
641
|
-
--
|
|
642
|
-
--
|
|
643
|
-
--
|
|
644
|
-
--
|
|
645
|
-
--
|
|
646
|
-
--
|
|
647
|
-
--
|
|
648
|
-
--
|
|
649
|
-
--
|
|
650
|
-
--
|
|
651
|
-
--
|
|
652
|
-
--
|
|
653
|
-
--
|
|
654
|
-
--
|
|
655
|
-
--
|
|
656
|
-
--
|
|
657
|
-
--
|
|
658
|
-
--
|
|
659
|
-
--
|
|
660
|
-
--
|
|
661
|
-
--
|
|
662
|
-
--
|
|
663
|
-
--
|
|
664
|
-
--
|
|
665
|
-
--
|
|
666
|
-
--
|
|
667
|
-
--
|
|
668
|
-
--
|
|
669
|
-
--
|
|
670
|
-
--
|
|
671
|
-
--
|
|
672
|
-
--
|
|
673
|
-
--
|
|
674
|
-
--
|
|
675
|
-
--
|
|
676
|
-
--
|
|
677
|
-
--
|
|
678
|
-
--
|
|
679
|
-
--
|
|
680
|
-
--
|
|
681
|
-
--
|
|
682
|
-
--
|
|
683
|
-
--
|
|
684
|
-
--
|
|
685
|
-
--
|
|
686
|
-
--
|
|
687
|
-
--
|
|
688
|
-
--
|
|
689
|
-
--
|
|
690
|
-
--
|
|
691
|
-
--
|
|
692
|
-
--
|
|
693
|
-
--
|
|
694
|
-
--
|
|
695
|
-
--
|
|
696
|
-
--
|
|
697
|
-
--
|
|
698
|
-
--
|
|
699
|
-
--
|
|
700
|
-
--
|
|
701
|
-
--
|
|
702
|
-
--
|
|
703
|
-
--
|
|
704
|
-
--
|
|
705
|
-
--
|
|
706
|
-
--
|
|
707
|
-
--
|
|
708
|
-
--
|
|
709
|
-
--
|
|
710
|
-
--
|
|
711
|
-
--
|
|
712
|
-
--
|
|
713
|
-
--
|
|
714
|
-
--
|
|
715
|
-
--
|
|
716
|
-
--
|
|
717
|
-
--
|
|
718
|
-
--
|
|
719
|
-
--
|
|
720
|
-
--
|
|
721
|
-
--
|
|
722
|
-
--
|
|
723
|
-
--
|
|
724
|
-
--
|
|
725
|
-
--
|
|
726
|
-
--
|
|
727
|
-
--
|
|
728
|
-
--
|
|
729
|
-
--
|
|
730
|
-
--
|
|
731
|
-
--
|
|
732
|
-
--
|
|
733
|
-
--
|
|
734
|
-
--
|
|
735
|
-
--
|
|
736
|
-
--
|
|
737
|
-
--
|
|
738
|
-
--
|
|
739
|
-
--
|
|
740
|
-
--
|
|
741
|
-
--
|
|
742
|
-
--
|
|
743
|
-
--
|
|
744
|
-
--
|
|
745
|
-
--
|
|
746
|
-
--
|
|
747
|
-
--
|
|
748
|
-
--
|
|
749
|
-
--
|
|
750
|
-
--
|
|
751
|
-
--
|
|
752
|
-
--
|
|
753
|
-
--
|
|
754
|
-
--
|
|
755
|
-
--
|
|
756
|
-
--
|
|
757
|
-
--
|
|
758
|
-
--
|
|
759
|
-
--
|
|
760
|
-
--
|
|
761
|
-
--
|
|
762
|
-
--
|
|
763
|
-
--
|
|
764
|
-
--
|
|
765
|
-
--
|
|
766
|
-
--
|
|
767
|
-
--
|
|
768
|
-
--
|
|
769
|
-
--
|
|
770
|
-
--
|
|
771
|
-
--
|
|
772
|
-
--
|
|
773
|
-
--
|
|
774
|
-
--
|
|
775
|
-
--
|
|
776
|
-
--
|
|
777
|
-
--
|
|
778
|
-
--
|
|
779
|
-
--
|
|
780
|
-
--
|
|
781
|
-
--
|
|
782
|
-
--
|
|
783
|
-
--
|
|
784
|
-
--
|
|
785
|
-
--
|
|
786
|
-
--
|
|
787
|
-
--
|
|
788
|
-
--
|
|
789
|
-
--
|
|
790
|
-
--
|
|
791
|
-
--
|
|
792
|
-
--
|
|
793
|
-
--
|
|
794
|
-
--
|
|
795
|
-
--
|
|
796
|
-
--
|
|
797
|
-
--
|
|
798
|
-
--
|
|
799
|
-
--
|
|
800
|
-
--
|
|
801
|
-
--
|
|
802
|
-
--
|
|
803
|
-
--
|
|
804
|
-
--
|
|
805
|
-
--
|
|
806
|
-
--
|
|
807
|
-
--
|
|
808
|
-
--
|
|
809
|
-
--
|
|
810
|
-
--
|
|
811
|
-
--
|
|
812
|
-
--
|
|
813
|
-
--
|
|
814
|
-
--
|
|
815
|
-
--
|
|
816
|
-
--
|
|
817
|
-
--
|
|
818
|
-
--
|
|
819
|
-
--
|
|
820
|
-
--
|
|
821
|
-
--
|
|
822
|
-
--
|
|
823
|
-
--
|
|
824
|
-
--
|
|
825
|
-
--
|
|
826
|
-
--
|
|
827
|
-
--
|
|
828
|
-
--
|
|
829
|
-
--
|
|
830
|
-
--
|
|
831
|
-
--
|
|
832
|
-
--
|
|
833
|
-
--
|
|
834
|
-
--
|
|
835
|
-
--
|
|
836
|
-
--
|
|
837
|
-
--
|
|
838
|
-
--
|
|
839
|
-
--
|
|
840
|
-
--
|
|
841
|
-
--
|
|
842
|
-
--
|
|
843
|
-
--
|
|
844
|
-
--
|
|
845
|
-
--
|
|
846
|
-
--
|
|
847
|
-
--
|
|
848
|
-
--
|
|
849
|
-
--
|
|
850
|
-
--
|
|
851
|
-
--
|
|
852
|
-
--
|
|
853
|
-
--
|
|
854
|
-
--
|
|
855
|
-
--
|
|
856
|
-
--
|
|
857
|
-
--
|
|
858
|
-
--
|
|
859
|
-
--
|
|
860
|
-
--
|
|
861
|
-
--
|
|
862
|
-
--
|
|
863
|
-
--
|
|
864
|
-
--
|
|
865
|
-
--
|
|
866
|
-
--
|
|
867
|
-
--
|
|
868
|
-
--
|
|
869
|
-
--
|
|
870
|
-
--
|
|
871
|
-
--
|
|
872
|
-
--
|
|
873
|
-
--
|
|
874
|
-
--
|
|
875
|
-
--
|
|
876
|
-
--
|
|
877
|
-
--
|
|
878
|
-
--
|
|
879
|
-
--
|
|
880
|
-
--
|
|
881
|
-
--
|
|
882
|
-
--
|
|
883
|
-
--
|
|
884
|
-
--
|
|
885
|
-
--
|
|
886
|
-
--
|
|
887
|
-
--
|
|
888
|
-
--
|
|
889
|
-
--
|
|
890
|
-
--
|
|
891
|
-
--
|
|
892
|
-
--
|
|
893
|
-
--
|
|
894
|
-
--
|
|
895
|
-
--
|
|
896
|
-
--
|
|
897
|
-
--
|
|
898
|
-
--
|
|
899
|
-
--
|
|
900
|
-
--
|
|
901
|
-
--
|
|
902
|
-
--
|
|
903
|
-
--
|
|
904
|
-
--
|
|
905
|
-
--
|
|
906
|
-
--
|
|
907
|
-
--
|
|
908
|
-
--
|
|
909
|
-
--
|
|
910
|
-
--
|
|
911
|
-
--
|
|
912
|
-
--
|
|
913
|
-
--
|
|
914
|
-
--
|
|
915
|
-
--
|
|
916
|
-
--
|
|
917
|
-
--
|
|
918
|
-
--
|
|
919
|
-
--
|
|
920
|
-
--
|
|
921
|
-
--
|
|
922
|
-
--
|
|
923
|
-
--
|
|
924
|
-
--
|
|
925
|
-
--
|
|
926
|
-
--
|
|
927
|
-
--
|
|
928
|
-
--
|
|
929
|
-
--
|
|
930
|
-
--
|
|
931
|
-
--
|
|
932
|
-
--
|
|
933
|
-
--
|
|
934
|
-
--
|
|
935
|
-
--
|
|
936
|
-
--
|
|
937
|
-
--
|
|
938
|
-
--
|
|
939
|
-
--
|
|
940
|
-
--
|
|
941
|
-
--
|
|
942
|
-
--
|
|
943
|
-
--
|
|
944
|
-
--
|
|
945
|
-
--
|
|
946
|
-
--
|
|
947
|
-
--
|
|
948
|
-
--
|
|
949
|
-
--
|
|
950
|
-
--
|
|
951
|
-
--
|
|
952
|
-
--
|
|
953
|
-
--
|
|
954
|
-
--
|
|
955
|
-
--
|
|
956
|
-
--
|
|
957
|
-
--
|
|
958
|
-
--
|
|
959
|
-
--
|
|
960
|
-
--
|
|
961
|
-
--
|
|
962
|
-
--
|
|
963
|
-
--
|
|
964
|
-
--
|
|
965
|
-
--
|
|
966
|
-
--
|
|
967
|
-
--
|
|
968
|
-
--
|
|
969
|
-
--
|
|
970
|
-
--
|
|
971
|
-
--
|
|
972
|
-
--
|
|
973
|
-
--
|
|
974
|
-
--
|
|
975
|
-
--
|
|
976
|
-
--
|
|
977
|
-
--
|
|
978
|
-
--
|
|
979
|
-
--
|
|
980
|
-
--
|
|
981
|
-
--
|
|
982
|
-
--
|
|
983
|
-
--
|
|
984
|
-
--
|
|
985
|
-
--
|
|
986
|
-
--
|
|
987
|
-
--
|
|
988
|
-
--
|
|
989
|
-
--
|
|
990
|
-
--
|
|
991
|
-
--
|
|
992
|
-
--
|
|
993
|
-
--
|
|
994
|
-
--
|
|
995
|
-
--
|
|
996
|
-
--
|
|
997
|
-
--
|
|
998
|
-
--
|
|
999
|
-
--
|
|
1000
|
-
--
|
|
1001
|
-
--
|
|
1002
|
-
--
|
|
1003
|
-
--
|
|
1004
|
-
--
|
|
1005
|
-
--
|
|
1006
|
-
--
|
|
1007
|
-
--
|
|
1008
|
-
--
|
|
1009
|
-
--
|
|
1010
|
-
--
|
|
1011
|
-
--
|
|
1012
|
-
--
|
|
1013
|
-
--
|
|
1014
|
-
--
|
|
1015
|
-
--
|
|
1016
|
-
--
|
|
1017
|
-
--
|
|
1018
|
-
--
|
|
1019
|
-
--
|
|
1020
|
-
--
|
|
1021
|
-
--
|
|
1022
|
-
--
|
|
1023
|
-
--
|
|
1024
|
-
--
|
|
1025
|
-
--
|
|
1026
|
-
--
|
|
1027
|
-
--
|
|
1028
|
-
--
|
|
1029
|
-
--
|
|
1030
|
-
--
|
|
1031
|
-
--
|
|
1032
|
-
--
|
|
1033
|
-
--
|
|
1034
|
-
--
|
|
1035
|
-
--
|
|
1036
|
-
--
|
|
1037
|
-
--
|
|
1038
|
-
--
|
|
1039
|
-
--
|
|
1040
|
-
--
|
|
1041
|
-
--
|
|
1042
|
-
--
|
|
1043
|
-
--
|
|
1044
|
-
--
|
|
1045
|
-
--
|
|
1046
|
-
--
|
|
1047
|
-
--
|
|
1048
|
-
--
|
|
1049
|
-
--
|
|
1050
|
-
--
|
|
1051
|
-
--
|
|
1052
|
-
--
|
|
1053
|
-
--
|
|
1054
|
-
--
|
|
1055
|
-
--
|
|
1056
|
-
--
|
|
1057
|
-
--
|
|
1058
|
-
--
|
|
1059
|
-
--
|
|
1060
|
-
--
|
|
1061
|
-
--
|
|
1062
|
-
--
|
|
1063
|
-
--
|
|
1064
|
-
--
|
|
1065
|
-
--
|
|
1066
|
-
--
|
|
1067
|
-
--
|
|
1068
|
-
--
|
|
1069
|
-
--
|
|
1070
|
-
--
|
|
1071
|
-
--
|
|
1072
|
-
--
|
|
1073
|
-
--
|
|
1074
|
-
--
|
|
1075
|
-
--
|
|
1076
|
-
--
|
|
1077
|
-
--
|
|
1078
|
-
--
|
|
1079
|
-
--
|
|
1080
|
-
--
|
|
1081
|
-
--
|
|
1082
|
-
--
|
|
1083
|
-
--
|
|
1084
|
-
--
|
|
1085
|
-
--
|
|
1086
|
-
--
|
|
1087
|
-
--
|
|
1088
|
-
--
|
|
1089
|
-
--
|
|
1090
|
-
--
|
|
1091
|
-
--
|
|
1092
|
-
--
|
|
1093
|
-
--
|
|
1094
|
-
--
|
|
1095
|
-
--
|
|
1096
|
-
--
|
|
1097
|
-
--
|
|
1098
|
-
--
|
|
1099
|
-
--
|
|
1100
|
-
--
|
|
1101
|
-
--
|
|
1102
|
-
--
|
|
1103
|
-
--
|
|
1104
|
-
--
|
|
1105
|
-
--
|
|
1106
|
-
--
|
|
1107
|
-
--
|
|
1108
|
-
--
|
|
1109
|
-
--
|
|
1110
|
-
--
|
|
1111
|
-
--
|
|
1112
|
-
--
|
|
1113
|
-
--
|
|
1114
|
-
--
|
|
1115
|
-
--
|
|
1116
|
-
--
|
|
1117
|
-
--
|
|
1118
|
-
--
|
|
1119
|
-
--
|
|
1120
|
-
--
|
|
1121
|
-
--
|
|
1122
|
-
--
|
|
1123
|
-
--
|
|
1124
|
-
--
|
|
1125
|
-
--
|
|
1126
|
-
--
|
|
1127
|
-
--
|
|
1128
|
-
--
|
|
1129
|
-
--
|
|
1130
|
-
--
|
|
1131
|
-
--
|
|
1132
|
-
--
|
|
1133
|
-
--
|
|
1134
|
-
--
|
|
1135
|
-
--
|
|
1136
|
-
--
|
|
1137
|
-
--
|
|
1138
|
-
--
|
|
1139
|
-
--
|
|
1140
|
-
--
|
|
1141
|
-
--
|
|
1142
|
-
--
|
|
1143
|
-
--
|
|
1144
|
-
--
|
|
1145
|
-
--
|
|
1146
|
-
--
|
|
1147
|
-
--
|
|
1148
|
-
--
|
|
1149
|
-
--
|
|
1150
|
-
--
|
|
1151
|
-
--
|
|
1152
|
-
--
|
|
1153
|
-
--
|
|
1154
|
-
--
|
|
1155
|
-
--
|
|
1156
|
-
--
|
|
1157
|
-
--
|
|
1158
|
-
--
|
|
1159
|
-
--
|
|
1160
|
-
--
|
|
1161
|
-
--
|
|
1162
|
-
--
|
|
1163
|
-
--
|
|
1164
|
-
--
|
|
1165
|
-
--
|
|
1166
|
-
--
|
|
1167
|
-
--
|
|
1168
|
-
--
|
|
1169
|
-
--
|
|
1170
|
-
--
|
|
1171
|
-
--
|
|
1172
|
-
--
|
|
1173
|
-
--
|
|
1174
|
-
--
|
|
1175
|
-
--
|
|
1176
|
-
--
|
|
1177
|
-
--
|
|
1178
|
-
--
|
|
1179
|
-
--
|
|
1180
|
-
--
|
|
1181
|
-
--
|
|
1182
|
-
--
|
|
1183
|
-
--
|
|
1184
|
-
--
|
|
1185
|
-
--
|
|
1186
|
-
--
|
|
1187
|
-
--
|
|
1188
|
-
--
|
|
1189
|
-
--
|
|
1190
|
-
--
|
|
1191
|
-
--
|
|
1192
|
-
--
|
|
1193
|
-
--
|
|
1194
|
-
--
|
|
1195
|
-
--
|
|
1196
|
-
--
|
|
1197
|
-
--
|
|
1198
|
-
--
|
|
1199
|
-
--
|
|
1200
|
-
--
|
|
1201
|
-
--
|
|
1202
|
-
--
|
|
1203
|
-
--
|
|
1204
|
-
--
|
|
1205
|
-
--
|
|
1206
|
-
--
|
|
1207
|
-
--
|
|
1208
|
-
--
|
|
1209
|
-
--
|
|
1210
|
-
--
|
|
1211
|
-
--
|
|
1212
|
-
--
|
|
1213
|
-
--
|
|
1214
|
-
--
|
|
1215
|
-
--
|
|
1216
|
-
--
|
|
1217
|
-
--
|
|
1218
|
-
--
|
|
1219
|
-
--
|
|
1220
|
-
--
|
|
1221
|
-
--
|
|
1222
|
-
--
|
|
1223
|
-
--
|
|
1224
|
-
--
|
|
1225
|
-
--
|
|
1226
|
-
--
|
|
1227
|
-
--
|
|
1228
|
-
--
|
|
1229
|
-
--
|
|
1230
|
-
--
|
|
1231
|
-
--
|
|
1232
|
-
--
|
|
1233
|
-
--
|
|
1234
|
-
--
|
|
1235
|
-
--
|
|
1236
|
-
--
|
|
1237
|
-
--
|
|
1238
|
-
--
|
|
1239
|
-
--
|
|
1240
|
-
--
|
|
1241
|
-
--
|
|
1242
|
-
--
|
|
1243
|
-
--
|
|
1244
|
-
--
|
|
1245
|
-
--
|
|
1246
|
-
--
|
|
1247
|
-
--
|
|
1248
|
-
--
|
|
1249
|
-
--
|
|
1250
|
-
--
|
|
1251
|
-
--
|
|
1252
|
-
--
|
|
1253
|
-
--
|
|
1254
|
-
--
|
|
1255
|
-
--
|
|
1256
|
-
--
|
|
1257
|
-
--
|
|
1258
|
-
--
|
|
1259
|
-
--
|
|
1260
|
-
--
|
|
1261
|
-
--
|
|
1262
|
-
--
|
|
1263
|
-
--
|
|
1264
|
-
--
|
|
1265
|
-
--
|
|
1266
|
-
--
|
|
1267
|
-
--
|
|
1268
|
-
--
|
|
1269
|
-
--
|
|
1270
|
-
--
|
|
1271
|
-
--
|
|
1272
|
-
--
|
|
1273
|
-
--
|
|
1274
|
-
--
|
|
1275
|
-
--
|
|
1276
|
-
--
|
|
1277
|
-
--
|
|
1278
|
-
--
|
|
1279
|
-
--
|
|
1280
|
-
--
|
|
1281
|
-
--
|
|
1282
|
-
--
|
|
1283
|
-
--
|
|
1284
|
-
--
|
|
1285
|
-
--
|
|
1286
|
-
--
|
|
1287
|
-
--
|
|
1288
|
-
--
|
|
1289
|
-
--
|
|
1290
|
-
--
|
|
1291
|
-
--
|
|
1292
|
-
--
|
|
1293
|
-
--
|
|
1294
|
-
--
|
|
1295
|
-
--
|
|
1296
|
-
--
|
|
1297
|
-
--
|
|
1298
|
-
--
|
|
1299
|
-
--
|
|
1300
|
-
--
|
|
1301
|
-
--
|
|
1302
|
-
--
|
|
1303
|
-
--
|
|
1304
|
-
--
|
|
1305
|
-
--
|
|
1306
|
-
--
|
|
1307
|
-
--
|
|
1308
|
-
--
|
|
1309
|
-
--
|
|
1310
|
-
--
|
|
1311
|
-
--
|
|
1312
|
-
--
|
|
1313
|
-
--
|
|
1314
|
-
--
|
|
1315
|
-
--
|
|
1316
|
-
--
|
|
1317
|
-
--
|
|
1318
|
-
--
|
|
1319
|
-
--
|
|
1320
|
-
--
|
|
1321
|
-
--
|
|
1322
|
-
--
|
|
1323
|
-
--
|
|
1324
|
-
--
|
|
1325
|
-
--
|
|
1326
|
-
--
|
|
1327
|
-
--
|
|
1328
|
-
--
|
|
1329
|
-
--
|
|
1330
|
-
--
|
|
1331
|
-
--
|
|
1332
|
-
--
|
|
1333
|
-
--
|
|
1334
|
-
--
|
|
1335
|
-
--
|
|
1336
|
-
--
|
|
1337
|
-
--
|
|
1338
|
-
--
|
|
1339
|
-
--
|
|
1340
|
-
--
|
|
1341
|
-
--
|
|
1342
|
-
--
|
|
1343
|
-
--
|
|
1344
|
-
--
|
|
1345
|
-
--
|
|
1346
|
-
--
|
|
1347
|
-
--
|
|
1348
|
-
--
|
|
1349
|
-
--
|
|
1350
|
-
--
|
|
1351
|
-
--
|
|
1352
|
-
--
|
|
1353
|
-
--
|
|
1354
|
-
--
|
|
1355
|
-
--
|
|
1356
|
-
--
|
|
1357
|
-
--
|
|
1358
|
-
--
|
|
1359
|
-
--
|
|
1360
|
-
--
|
|
1361
|
-
--
|
|
1362
|
-
--
|
|
1363
|
-
--
|
|
1364
|
-
--
|
|
1365
|
-
--
|
|
1366
|
-
--
|
|
1367
|
-
--
|
|
1368
|
-
--
|
|
1369
|
-
--
|
|
1370
|
-
--
|
|
1371
|
-
--
|
|
1372
|
-
--
|
|
1373
|
-
--
|
|
1374
|
-
--
|
|
1375
|
-
--
|
|
1376
|
-
--
|
|
1377
|
-
--
|
|
1378
|
-
--
|
|
1379
|
-
--
|
|
1380
|
-
--
|
|
1381
|
-
--
|
|
1382
|
-
--
|
|
1383
|
-
--
|
|
1384
|
-
--
|
|
1385
|
-
--
|
|
1386
|
-
--
|
|
1387
|
-
--
|
|
1388
|
-
--
|
|
1389
|
-
--
|
|
1390
|
-
--
|
|
1391
|
-
--
|
|
1392
|
-
--
|
|
1393
|
-
--
|
|
1394
|
-
--
|
|
1395
|
-
--
|
|
1396
|
-
--
|
|
1397
|
-
--
|
|
1398
|
-
--
|
|
1399
|
-
--
|
|
1400
|
-
--
|
|
1401
|
-
--
|
|
1402
|
-
--
|
|
1403
|
-
--
|
|
1404
|
-
--
|
|
1405
|
-
--
|
|
1406
|
-
--
|
|
1407
|
-
--
|
|
1408
|
-
--
|
|
1409
|
-
--
|
|
1410
|
-
--
|
|
1411
|
-
--
|
|
1412
|
-
--
|
|
1413
|
-
--
|
|
1414
|
-
--
|
|
1415
|
-
--
|
|
1416
|
-
--
|
|
1417
|
-
--
|
|
1418
|
-
--
|
|
1419
|
-
--
|
|
1420
|
-
--
|
|
1421
|
-
--
|
|
1422
|
-
--
|
|
1423
|
-
--
|
|
1424
|
-
--
|
|
1425
|
-
--
|
|
1426
|
-
--
|
|
1427
|
-
--
|
|
1428
|
-
--
|
|
1429
|
-
--
|
|
1430
|
-
--
|
|
1431
|
-
--
|
|
1432
|
-
--
|
|
1433
|
-
--
|
|
1434
|
-
--
|
|
1435
|
-
--
|
|
1436
|
-
--
|
|
1437
|
-
--
|
|
1438
|
-
--
|
|
1439
|
-
--
|
|
1440
|
-
--
|
|
1441
|
-
--
|
|
1442
|
-
--
|
|
1443
|
-
--
|
|
1444
|
-
--
|
|
4
|
+
--lex-color-white: oklch(1 0 0);
|
|
5
|
+
--lex-color-black: oklch(0 0 0);
|
|
6
|
+
--lex-color-neutral-50: oklch(0.925 0 0);
|
|
7
|
+
--lex-color-neutral-100: oklch(0.855 0 0);
|
|
8
|
+
--lex-color-neutral-200: oklch(0.786 0 0);
|
|
9
|
+
--lex-color-neutral-300: oklch(0.712 0 0);
|
|
10
|
+
--lex-color-neutral-400: oklch(0.637 0 0);
|
|
11
|
+
--lex-color-neutral-500: oklch(0.562 0 0);
|
|
12
|
+
--lex-color-neutral-600: oklch(0.482 0 0);
|
|
13
|
+
--lex-color-neutral-700: oklch(0.398 0 0);
|
|
14
|
+
--lex-color-neutral-800: oklch(0.309 0 0);
|
|
15
|
+
--lex-color-neutral-900: oklch(0.218 0 0);
|
|
16
|
+
--lex-color-neutral-950: oklch(0.097 0 0);
|
|
17
|
+
--lex-color-red-50: oklch(0.836 0.083 28.091);
|
|
18
|
+
--lex-color-red-100: oklch(0.8 0.101 28.526);
|
|
19
|
+
--lex-color-red-200: oklch(0.73 0.136 28.48);
|
|
20
|
+
--lex-color-red-300: oklch(0.65 0.17 28.192);
|
|
21
|
+
--lex-color-red-400: oklch(0.595 0.186 27.396);
|
|
22
|
+
--lex-color-red-500: oklch(0.54 0.2 26.992);
|
|
23
|
+
--lex-color-red-600: oklch(0.466 0.185 26.009);
|
|
24
|
+
--lex-color-red-700: oklch(0.39 0.158 25.454);
|
|
25
|
+
--lex-color-red-800: oklch(0.306 0.124 25.101);
|
|
26
|
+
--lex-color-red-900: oklch(0.234 0.095 24.172);
|
|
27
|
+
--lex-color-red-950: oklch(0.197 0.08 24.164);
|
|
28
|
+
--lex-color-orange-50: oklch(0.969 0.014 39.42);
|
|
29
|
+
--lex-color-orange-100: oklch(0.934 0.035 39.988);
|
|
30
|
+
--lex-color-orange-200: oklch(0.864 0.076 39.826);
|
|
31
|
+
--lex-color-orange-300: oklch(0.785 0.129 39.49);
|
|
32
|
+
--lex-color-orange-400: oklch(0.729 0.172 38.784);
|
|
33
|
+
--lex-color-orange-500: oklch(0.675 0.218 38.562);
|
|
34
|
+
--lex-color-orange-600: oklch(0.585 0.193 37.555);
|
|
35
|
+
--lex-color-orange-700: oklch(0.475 0.165 35.426);
|
|
36
|
+
--lex-color-orange-800: oklch(0.345 0.126 33.371);
|
|
37
|
+
--lex-color-orange-900: oklch(0.216 0.083 31.655);
|
|
38
|
+
--lex-color-orange-950: oklch(0.153 0.059 31.482);
|
|
39
|
+
--lex-color-yellow-50: oklch(0.987 0.026 92);
|
|
40
|
+
--lex-color-yellow-100: oklch(0.973 0.051 92);
|
|
41
|
+
--lex-color-yellow-200: oklch(0.946 0.089 92);
|
|
42
|
+
--lex-color-yellow-300: oklch(0.906 0.13 92);
|
|
43
|
+
--lex-color-yellow-400: oklch(0.852 0.168 92);
|
|
44
|
+
--lex-color-yellow-500: oklch(0.79 0.178 92);
|
|
45
|
+
--lex-color-yellow-600: oklch(0.706 0.17 92);
|
|
46
|
+
--lex-color-yellow-700: oklch(0.578 0.145 92);
|
|
47
|
+
--lex-color-yellow-800: oklch(0.444 0.097 92);
|
|
48
|
+
--lex-color-yellow-900: oklch(0.315 0.065 92);
|
|
49
|
+
--lex-color-yellow-950: oklch(0.248 0.05 92);
|
|
50
|
+
--lex-color-green-50: oklch(0.936 0.063 154.09);
|
|
51
|
+
--lex-color-green-100: oklch(0.913 0.083 153.563);
|
|
52
|
+
--lex-color-green-200: oklch(0.867 0.124 152.08);
|
|
53
|
+
--lex-color-green-300: oklch(0.823 0.161 150.17);
|
|
54
|
+
--lex-color-green-400: oklch(0.782 0.191 148.446);
|
|
55
|
+
--lex-color-green-500: oklch(0.726 0.2 146.985);
|
|
56
|
+
--lex-color-green-600: oklch(0.621 0.168 147.169);
|
|
57
|
+
--lex-color-green-700: oklch(0.511 0.134 147.564);
|
|
58
|
+
--lex-color-green-800: oklch(0.394 0.099 148.066);
|
|
59
|
+
--lex-color-green-900: oklch(0.272 0.062 148.962);
|
|
60
|
+
--lex-color-green-950: oklch(0.211 0.044 148.998);
|
|
61
|
+
--lex-color-blue-50: oklch(0.924 0.098 274.036);
|
|
62
|
+
--lex-color-blue-100: oklch(0.876 0.13 271.991);
|
|
63
|
+
--lex-color-blue-200: oklch(0.778 0.195 267.901);
|
|
64
|
+
--lex-color-blue-300: oklch(0.647 0.214 265.621);
|
|
65
|
+
--lex-color-blue-400: oklch(0.596 0.214 264.251);
|
|
66
|
+
--lex-color-blue-500: oklch(0.546 0.215 262.881);
|
|
67
|
+
--lex-color-blue-600: oklch(0.455 0.191 259.631);
|
|
68
|
+
--lex-color-blue-700: oklch(0.36 0.151 259.071);
|
|
69
|
+
--lex-color-blue-800: oklch(0.276 0.117 259.071);
|
|
70
|
+
--lex-color-blue-900: oklch(0.212 0.085 253.121);
|
|
71
|
+
--lex-color-blue-950: oklch(0.18 0.07 250.146);
|
|
72
|
+
--lex-color-purple-50: oklch(0.977 0.014 308.299);
|
|
73
|
+
--lex-color-purple-100: oklch(0.946 0.033 307.174);
|
|
74
|
+
--lex-color-purple-200: oklch(0.902 0.063 306.703);
|
|
75
|
+
--lex-color-purple-300: oklch(0.827 0.119 306.383);
|
|
76
|
+
--lex-color-purple-400: oklch(0.714 0.203 305.504);
|
|
77
|
+
--lex-color-purple-500: oklch(0.627 0.265 303.9);
|
|
78
|
+
--lex-color-purple-600: oklch(0.558 0.288 302.321);
|
|
79
|
+
--lex-color-purple-700: oklch(0.496 0.265 301.924);
|
|
80
|
+
--lex-color-purple-800: oklch(0.438 0.218 303.724);
|
|
81
|
+
--lex-color-purple-900: oklch(0.381 0.176 304.987);
|
|
82
|
+
--lex-color-purple-950: oklch(0.291 0.149 302.717);
|
|
83
|
+
--lex-color-space-indigo-50: oklch(0.937 0.005 274.963);
|
|
84
|
+
--lex-color-space-indigo-100: oklch(0.871 0.011 274.875);
|
|
85
|
+
--lex-color-space-indigo-200: oklch(0.737 0.025 275.233);
|
|
86
|
+
--lex-color-space-indigo-300: oklch(0.599 0.037 272.432);
|
|
87
|
+
--lex-color-space-indigo-400: oklch(0.452 0.055 272.278);
|
|
88
|
+
--lex-color-space-indigo-500: oklch(0.295 0.076 269.953);
|
|
89
|
+
--lex-color-space-indigo-600: oklch(0.259 0.063 270.048);
|
|
90
|
+
--lex-color-space-indigo-700: oklch(0.221 0.048 269.859);
|
|
91
|
+
--lex-color-space-indigo-800: oklch(0.179 0.036 272.337);
|
|
92
|
+
--lex-color-space-indigo-900: oklch(0.136 0.019 270.815);
|
|
93
|
+
--lex-color-space-indigo-950: oklch(0.108 0.013 269.716);
|
|
94
|
+
--lex-color-background-base: var(--lex-color-white);
|
|
95
|
+
--lex-color-background-surface: var(--lex-color-white);
|
|
96
|
+
--lex-color-background-subtle: var(--lex-color-neutral-50);
|
|
97
|
+
--lex-color-background-overlay: var(--lex-color-neutral-800);
|
|
98
|
+
--lex-color-text-primary: var(--lex-color-neutral-900);
|
|
99
|
+
--lex-color-text-secondary: var(--lex-color-neutral-600);
|
|
100
|
+
--lex-color-text-disabled: var(--lex-color-neutral-400);
|
|
101
|
+
--lex-color-text-inverse: var(--lex-color-white);
|
|
102
|
+
--lex-color-text-link: var(--lex-brand-color-accent-base);
|
|
103
|
+
--lex-color-text-accent: var(--lex-brand-color-accent-base);
|
|
104
|
+
--lex-color-feedback-info-background: var(--lex-color-blue-50);
|
|
105
|
+
--lex-color-feedback-info-foreground: var(--lex-color-blue-700);
|
|
106
|
+
--lex-color-feedback-success-background: var(--lex-color-green-50);
|
|
107
|
+
--lex-color-feedback-success-foreground: var(--lex-color-green-700);
|
|
108
|
+
--lex-color-feedback-warning-background: var(--lex-color-yellow-50);
|
|
109
|
+
--lex-color-feedback-warning-foreground: var(--lex-color-yellow-800);
|
|
110
|
+
--lex-color-feedback-danger-background: var(--lex-color-red-50);
|
|
111
|
+
--lex-color-feedback-danger-foreground: var(--lex-color-red-700);
|
|
112
|
+
--lex-radius-none: 0px;
|
|
113
|
+
--lex-radius-sm: 0.25rem;
|
|
114
|
+
--lex-radius-md: 0.375rem;
|
|
115
|
+
--lex-radius-lg: 0.5rem;
|
|
116
|
+
--lex-radius-xl: 0.75rem;
|
|
117
|
+
--lex-radius-2xl: 1rem;
|
|
118
|
+
--lex-radius-full: 9999px;
|
|
119
|
+
--lex-radius-control: var(--lex-radius-md);
|
|
120
|
+
--lex-radius-selection: var(--lex-radius-sm);
|
|
121
|
+
--lex-radius-surface: var(--lex-radius-lg);
|
|
122
|
+
--lex-radius-pill: var(--lex-radius-full);
|
|
123
|
+
--lex-space-1: 0.25rem;
|
|
124
|
+
--lex-space-2: 0.5rem;
|
|
125
|
+
--lex-space-3: 0.75rem;
|
|
126
|
+
--lex-space-4: 1rem;
|
|
127
|
+
--lex-space-6: 1.5rem;
|
|
128
|
+
--lex-space-8: 2rem;
|
|
129
|
+
--lex-space-9: 2.25rem;
|
|
130
|
+
--lex-space-10: 2.5rem;
|
|
131
|
+
--lex-space-12: 3rem;
|
|
132
|
+
--lex-space-16: 4rem;
|
|
133
|
+
--lex-space-control-gap-sm: var(--lex-space-1);
|
|
134
|
+
--lex-space-control-gap-md: var(--lex-space-2);
|
|
135
|
+
--lex-space-control-gap-lg: var(--lex-space-3);
|
|
136
|
+
--lex-space-control-x-xs: var(--lex-space-2);
|
|
137
|
+
--lex-space-control-x-sm: var(--lex-space-3);
|
|
138
|
+
--lex-space-control-x-md: var(--lex-space-4);
|
|
139
|
+
--lex-space-control-x-lg: var(--lex-space-6);
|
|
140
|
+
--lex-space-control-x-xl: var(--lex-space-8);
|
|
141
|
+
--lex-space-control-y-xs: var(--lex-space-1);
|
|
142
|
+
--lex-space-control-y-sm: var(--lex-space-2);
|
|
143
|
+
--lex-space-control-y-md: var(--lex-space-3);
|
|
144
|
+
--lex-space-control-y-lg: var(--lex-space-4);
|
|
145
|
+
--lex-space-surface-sm: var(--lex-space-4);
|
|
146
|
+
--lex-space-surface-md: var(--lex-space-6);
|
|
147
|
+
--lex-space-surface-gap-sm: var(--lex-space-1);
|
|
148
|
+
--lex-space-surface-gap-md: var(--lex-space-3);
|
|
149
|
+
--lex-space-overlay-side-offset: var(--lex-space-2);
|
|
150
|
+
--lex-size-1: 0.25rem;
|
|
151
|
+
--lex-size-2: 0.5rem;
|
|
152
|
+
--lex-size-3: 0.75rem;
|
|
153
|
+
--lex-size-4: 1rem;
|
|
154
|
+
--lex-size-5: 1.25rem;
|
|
155
|
+
--lex-size-6: 1.5rem;
|
|
156
|
+
--lex-size-7: 1.75rem;
|
|
157
|
+
--lex-size-8: 2rem;
|
|
158
|
+
--lex-size-9: 2.25rem;
|
|
159
|
+
--lex-size-10: 2.5rem;
|
|
160
|
+
--lex-size-11: 2.75rem;
|
|
161
|
+
--lex-size-12: 3rem;
|
|
162
|
+
--lex-size-13: 3.25rem;
|
|
163
|
+
--lex-size-14: 3.5rem;
|
|
164
|
+
--lex-size-15: 3.75rem;
|
|
165
|
+
--lex-size-16: 4rem;
|
|
166
|
+
--lex-size-20: 5rem;
|
|
167
|
+
--lex-size-48: 12rem;
|
|
168
|
+
--lex-size-64: 16rem;
|
|
169
|
+
--lex-size-80: 20rem;
|
|
170
|
+
--lex-size-96: 24rem;
|
|
171
|
+
--lex-size-128: 32rem;
|
|
172
|
+
--lex-size-160: 40rem;
|
|
173
|
+
--lex-size-control-xs: var(--lex-size-6);
|
|
174
|
+
--lex-size-control-compact: var(--lex-size-7);
|
|
175
|
+
--lex-size-control-sm: var(--lex-size-8);
|
|
176
|
+
--lex-size-control-md: var(--lex-size-10);
|
|
177
|
+
--lex-size-control-lg: var(--lex-size-12);
|
|
178
|
+
--lex-size-control-xl: var(--lex-size-14);
|
|
179
|
+
--lex-size-control-2xl: var(--lex-size-16);
|
|
180
|
+
--lex-size-selection-control-sm: var(--lex-size-3);
|
|
181
|
+
--lex-size-selection-control-md: var(--lex-size-4);
|
|
182
|
+
--lex-size-selection-control-lg: var(--lex-size-5);
|
|
183
|
+
--lex-size-area-swipe-sm: var(--lex-size-12);
|
|
184
|
+
--lex-size-area-swipe-md: var(--lex-size-16);
|
|
185
|
+
--lex-size-area-swipe-lg: var(--lex-size-20);
|
|
186
|
+
--lex-size-selection-indicator-sm: var(--lex-size-1);
|
|
187
|
+
--lex-size-selection-indicator-md: var(--lex-size-2);
|
|
188
|
+
--lex-size-selection-indicator-lg: var(--lex-size-2);
|
|
189
|
+
--lex-size-track-sm: var(--lex-size-1);
|
|
190
|
+
--lex-size-track-md: var(--lex-size-2);
|
|
191
|
+
--lex-size-track-lg: var(--lex-size-3);
|
|
192
|
+
--lex-size-thumb-sm: var(--lex-size-4);
|
|
193
|
+
--lex-size-thumb-md: var(--lex-size-5);
|
|
194
|
+
--lex-size-thumb-lg: var(--lex-size-6);
|
|
195
|
+
--lex-size-switch-track-width-sm: var(--lex-size-9);
|
|
196
|
+
--lex-size-switch-track-width-md: var(--lex-size-11);
|
|
197
|
+
--lex-size-switch-track-width-lg: var(--lex-size-13);
|
|
198
|
+
--lex-size-switch-track-height-sm: var(--lex-size-5);
|
|
199
|
+
--lex-size-switch-track-height-md: var(--lex-size-6);
|
|
200
|
+
--lex-size-switch-track-height-lg: var(--lex-size-7);
|
|
201
|
+
--lex-size-panel-width-sm: var(--lex-size-80);
|
|
202
|
+
--lex-size-panel-width-md: var(--lex-size-96);
|
|
203
|
+
--lex-size-panel-width-lg: var(--lex-size-128);
|
|
204
|
+
--lex-size-panel-width-xl: var(--lex-size-160);
|
|
205
|
+
--lex-size-panel-height-sm: var(--lex-size-48);
|
|
206
|
+
--lex-size-panel-height-md: var(--lex-size-80);
|
|
207
|
+
--lex-size-panel-height-lg: var(--lex-size-128);
|
|
208
|
+
--lex-size-overlay-list-max-height: var(--lex-size-panel-height-sm);
|
|
209
|
+
--lex-size-overlay-viewport-max-height: var(--lex-layout-viewport-full);
|
|
210
|
+
--lex-size-sidebar-width: var(--lex-size-64);
|
|
211
|
+
--lex-size-command-palette-list-max-height: var(--lex-size-64);
|
|
212
|
+
--lex-font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
213
|
+
--lex-font-family-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
214
|
+
--lex-font-family-mono: "JetBrains Mono", "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
|
|
215
|
+
--lex-font-size-xs: 0.75rem;
|
|
216
|
+
--lex-font-size-sm: 0.875rem;
|
|
217
|
+
--lex-font-size-base: 1rem;
|
|
218
|
+
--lex-font-size-lg: 1.125rem;
|
|
219
|
+
--lex-font-size-xl: 1.25rem;
|
|
220
|
+
--lex-font-size-2xl: 1.5rem;
|
|
221
|
+
--lex-font-size-3xl: 1.875rem;
|
|
222
|
+
--lex-font-size-4xl: 2.25rem;
|
|
223
|
+
--lex-font-size-5xl: 3rem;
|
|
224
|
+
--lex-font-size-6xl: 3.75rem;
|
|
225
|
+
--lex-font-size-7xl: 4.5rem;
|
|
226
|
+
--lex-font-size-8xl: 6rem;
|
|
227
|
+
--lex-font-size-9xl: 8rem;
|
|
228
|
+
--lex-font-weight-thin: 100;
|
|
229
|
+
--lex-font-weight-extralight: 200;
|
|
230
|
+
--lex-font-weight-light: 300;
|
|
231
|
+
--lex-font-weight-normal: 400;
|
|
232
|
+
--lex-font-weight-medium: 500;
|
|
233
|
+
--lex-font-weight-semibold: 600;
|
|
234
|
+
--lex-font-weight-bold: 700;
|
|
235
|
+
--lex-font-weight-extrabold: 800;
|
|
236
|
+
--lex-font-weight-black: 900;
|
|
237
|
+
--lex-line-height-none: 1;
|
|
238
|
+
--lex-line-height-tight: 1.25;
|
|
239
|
+
--lex-line-height-snug: 1.375;
|
|
240
|
+
--lex-line-height-normal: 1.5;
|
|
241
|
+
--lex-line-height-relaxed: 1.625;
|
|
242
|
+
--lex-line-height-loose: 2;
|
|
243
|
+
--lex-letter-spacing-tighter: -0.05em;
|
|
244
|
+
--lex-letter-spacing-tight: -0.025em;
|
|
245
|
+
--lex-letter-spacing-normal: 0em;
|
|
246
|
+
--lex-letter-spacing-wide: 0.025em;
|
|
247
|
+
--lex-letter-spacing-wider: 0.05em;
|
|
248
|
+
--lex-letter-spacing-widest: 0.1em;
|
|
249
|
+
--lex-duration-instant: 0ms;
|
|
250
|
+
--lex-duration-fastest: 100ms;
|
|
251
|
+
--lex-duration-fast: 150ms;
|
|
252
|
+
--lex-duration-normal: 200ms;
|
|
253
|
+
--lex-duration-slow: 300ms;
|
|
254
|
+
--lex-duration-slower: 500ms;
|
|
255
|
+
--lex-duration-control: var(--lex-duration-fast);
|
|
256
|
+
--lex-duration-surface: var(--lex-duration-fast);
|
|
257
|
+
--lex-easing-linear: cubic-bezier(0, 0, 1, 1);
|
|
258
|
+
--lex-easing-standard: cubic-bezier(0.2, 0, 0, 1);
|
|
259
|
+
--lex-easing-enter: cubic-bezier(0, 0, 0.2, 1);
|
|
260
|
+
--lex-easing-exit: cubic-bezier(0.4, 0, 1, 1);
|
|
261
|
+
--lex-easing-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
262
|
+
--lex-easing-control: var(--lex-easing-standard);
|
|
263
|
+
--lex-easing-surface: var(--lex-easing-standard);
|
|
264
|
+
--lex-motion-offset-entry-y: var(--lex-space-2);
|
|
265
|
+
--lex-aspect-ratio-1-1: 1;
|
|
266
|
+
--lex-aspect-ratio-4-3: 1.333333;
|
|
267
|
+
--lex-aspect-ratio-3-2: 1.5;
|
|
268
|
+
--lex-aspect-ratio-3-4: 0.75;
|
|
269
|
+
--lex-aspect-ratio-16-9: 1.777778;
|
|
270
|
+
--lex-aspect-ratio-21-9: 2.333333;
|
|
271
|
+
--lex-blur-none: 0px;
|
|
272
|
+
--lex-blur-xs: 2px;
|
|
273
|
+
--lex-blur-sm: 4px;
|
|
274
|
+
--lex-blur-md: 8px;
|
|
275
|
+
--lex-blur-lg: 12px;
|
|
276
|
+
--lex-blur-xl: 16px;
|
|
277
|
+
--lex-blur-2xl: 24px;
|
|
278
|
+
--lex-blur-3xl: 40px;
|
|
279
|
+
--lex-border-none: 0px;
|
|
280
|
+
--lex-border-hairline: 0.5px;
|
|
281
|
+
--lex-border-thin: 1px;
|
|
282
|
+
--lex-border-medium: 2px;
|
|
283
|
+
--lex-border-thick: 4px;
|
|
284
|
+
--lex-border-default: var(--lex-color-neutral-200);
|
|
285
|
+
--lex-border-strong: var(--lex-color-neutral-400);
|
|
286
|
+
--lex-border-focus: var(--lex-brand-color-primary-base);
|
|
287
|
+
--lex-border-accent: var(--lex-brand-color-accent-base);
|
|
288
|
+
--lex-border-control-color: var(--lex-color-neutral-200);
|
|
289
|
+
--lex-border-control-width: var(--lex-border-thin);
|
|
290
|
+
--lex-border-control-style: solid;
|
|
291
|
+
--lex-breakpoint-sm: 40rem;
|
|
292
|
+
--lex-breakpoint-md: 48rem;
|
|
293
|
+
--lex-breakpoint-lg: 64rem;
|
|
294
|
+
--lex-breakpoint-xl: 80rem;
|
|
295
|
+
--lex-breakpoint-2xl: 96rem;
|
|
296
|
+
--lex-opacity-0: 0;
|
|
297
|
+
--lex-opacity-5: 0.05;
|
|
298
|
+
--lex-opacity-10: 0.1;
|
|
299
|
+
--lex-opacity-20: 0.2;
|
|
300
|
+
--lex-opacity-30: 0.3;
|
|
301
|
+
--lex-opacity-40: 0.4;
|
|
302
|
+
--lex-opacity-50: 0.5;
|
|
303
|
+
--lex-opacity-60: 0.6;
|
|
304
|
+
--lex-opacity-70: 0.7;
|
|
305
|
+
--lex-opacity-80: 0.8;
|
|
306
|
+
--lex-opacity-90: 0.9;
|
|
307
|
+
--lex-opacity-100: 1;
|
|
308
|
+
--lex-opacity-disabled: var(--lex-opacity-50);
|
|
309
|
+
--lex-opacity-busy: var(--lex-opacity-80);
|
|
310
|
+
--lex-outline-width-none: 0px;
|
|
311
|
+
--lex-outline-width-hairline: 1px;
|
|
312
|
+
--lex-outline-width-thin: 2px;
|
|
313
|
+
--lex-outline-width-medium: 3px;
|
|
314
|
+
--lex-outline-width-thick: 4px;
|
|
315
|
+
--lex-outline-width-focus: var(--lex-outline-width-thin);
|
|
316
|
+
--lex-outline-width-inset: var(--lex-outline-width-thin);
|
|
317
|
+
--lex-outline-width-zero: var(--lex-outline-width-none);
|
|
318
|
+
--lex-outline-offset-none: 0px;
|
|
319
|
+
--lex-outline-offset-xs: 1px;
|
|
320
|
+
--lex-outline-offset-sm: 2px;
|
|
321
|
+
--lex-outline-offset-md: 4px;
|
|
322
|
+
--lex-outline-offset-lg: 6px;
|
|
323
|
+
--lex-outline-offset-xl: 8px;
|
|
324
|
+
--lex-outline-offset-focus: var(--lex-outline-offset-sm);
|
|
325
|
+
--lex-outline-offset-zero: var(--lex-outline-offset-none);
|
|
326
|
+
--lex-shadow-0-color: oklch(0 0 0 / 0);
|
|
327
|
+
--lex-shadow-0-offset-x: 0;
|
|
328
|
+
--lex-shadow-0-offset-y: 0;
|
|
329
|
+
--lex-shadow-0-blur: 0;
|
|
330
|
+
--lex-shadow-0-spread: 0;
|
|
331
|
+
--lex-shadow-0-inset: ;
|
|
332
|
+
--lex-shadow-0-box-shadow: var(--lex-shadow-0-inset) var(--lex-shadow-0-offset-x) var(--lex-shadow-0-offset-y) var(--lex-shadow-0-blur) var(--lex-shadow-0-spread) var(--lex-shadow-0-color);
|
|
333
|
+
--lex-shadow-1-color: oklch(0 0 0 / 0.06);
|
|
334
|
+
--lex-shadow-1-offset-x: 0;
|
|
335
|
+
--lex-shadow-1-offset-y: 1px;
|
|
336
|
+
--lex-shadow-1-blur: 2px;
|
|
337
|
+
--lex-shadow-1-spread: 0;
|
|
338
|
+
--lex-shadow-1-inset: ;
|
|
339
|
+
--lex-shadow-1-box-shadow: var(--lex-shadow-1-inset) var(--lex-shadow-1-offset-x) var(--lex-shadow-1-offset-y) var(--lex-shadow-1-blur) var(--lex-shadow-1-spread) var(--lex-shadow-1-color);
|
|
340
|
+
--lex-shadow-2-color: oklch(0 0 0 / 0.08);
|
|
341
|
+
--lex-shadow-2-offset-x: 0;
|
|
342
|
+
--lex-shadow-2-offset-y: 2px;
|
|
343
|
+
--lex-shadow-2-blur: 4px;
|
|
344
|
+
--lex-shadow-2-spread: 0;
|
|
345
|
+
--lex-shadow-2-inset: ;
|
|
346
|
+
--lex-shadow-2-box-shadow: var(--lex-shadow-2-inset) var(--lex-shadow-2-offset-x) var(--lex-shadow-2-offset-y) var(--lex-shadow-2-blur) var(--lex-shadow-2-spread) var(--lex-shadow-2-color);
|
|
347
|
+
--lex-shadow-3-color: oklch(0 0 0 / 0.1);
|
|
348
|
+
--lex-shadow-3-offset-x: 0;
|
|
349
|
+
--lex-shadow-3-offset-y: 4px;
|
|
350
|
+
--lex-shadow-3-blur: 8px;
|
|
351
|
+
--lex-shadow-3-spread: 0;
|
|
352
|
+
--lex-shadow-3-inset: ;
|
|
353
|
+
--lex-shadow-3-box-shadow: var(--lex-shadow-3-inset) var(--lex-shadow-3-offset-x) var(--lex-shadow-3-offset-y) var(--lex-shadow-3-blur) var(--lex-shadow-3-spread) var(--lex-shadow-3-color);
|
|
354
|
+
--lex-shadow-4-color: oklch(0 0 0 / 0.12);
|
|
355
|
+
--lex-shadow-4-offset-x: 0;
|
|
356
|
+
--lex-shadow-4-offset-y: 8px;
|
|
357
|
+
--lex-shadow-4-blur: 16px;
|
|
358
|
+
--lex-shadow-4-spread: 0;
|
|
359
|
+
--lex-shadow-4-inset: ;
|
|
360
|
+
--lex-shadow-4-box-shadow: var(--lex-shadow-4-inset) var(--lex-shadow-4-offset-x) var(--lex-shadow-4-offset-y) var(--lex-shadow-4-blur) var(--lex-shadow-4-spread) var(--lex-shadow-4-color);
|
|
361
|
+
--lex-shadow-5-color: oklch(0 0 0 / 0.14);
|
|
362
|
+
--lex-shadow-5-offset-x: 0;
|
|
363
|
+
--lex-shadow-5-offset-y: 16px;
|
|
364
|
+
--lex-shadow-5-blur: 32px;
|
|
365
|
+
--lex-shadow-5-spread: 0;
|
|
366
|
+
--lex-shadow-5-inset: ;
|
|
367
|
+
--lex-shadow-5-box-shadow: var(--lex-shadow-5-inset) var(--lex-shadow-5-offset-x) var(--lex-shadow-5-offset-y) var(--lex-shadow-5-blur) var(--lex-shadow-5-spread) var(--lex-shadow-5-color);
|
|
368
|
+
--lex-shadow-6-color: oklch(0 0 0 / 0.16);
|
|
369
|
+
--lex-shadow-6-offset-x: 0;
|
|
370
|
+
--lex-shadow-6-offset-y: 24px;
|
|
371
|
+
--lex-shadow-6-blur: 48px;
|
|
372
|
+
--lex-shadow-6-spread: 0;
|
|
373
|
+
--lex-shadow-6-inset: ;
|
|
374
|
+
--lex-shadow-6-box-shadow: var(--lex-shadow-6-inset) var(--lex-shadow-6-offset-x) var(--lex-shadow-6-offset-y) var(--lex-shadow-6-blur) var(--lex-shadow-6-spread) var(--lex-shadow-6-color);
|
|
375
|
+
--lex-shadow-inner-color: oklch(0 0 0 / 0.08);
|
|
376
|
+
--lex-shadow-inner-offset-x: 0;
|
|
377
|
+
--lex-shadow-inner-offset-y: 1px;
|
|
378
|
+
--lex-shadow-inner-blur: 2px;
|
|
379
|
+
--lex-shadow-inner-spread: 0;
|
|
380
|
+
--lex-shadow-inner-inset: inset;
|
|
381
|
+
--lex-shadow-inner-box-shadow: var(--lex-shadow-inner-inset) var(--lex-shadow-inner-offset-x) var(--lex-shadow-inner-offset-y) var(--lex-shadow-inner-blur) var(--lex-shadow-inner-spread) var(--lex-shadow-inner-color);
|
|
382
|
+
--lex-z-index-base: 0;
|
|
383
|
+
--lex-z-index-behind: -10;
|
|
384
|
+
--lex-z-index-local: 30;
|
|
385
|
+
--lex-z-index-raised: 10;
|
|
386
|
+
--lex-z-index-sticky: 100;
|
|
387
|
+
--lex-z-index-dropdown: 1000;
|
|
388
|
+
--lex-z-index-overlay: 2000;
|
|
389
|
+
--lex-z-index-modal: 3000;
|
|
390
|
+
--lex-z-index-popover: 4000;
|
|
391
|
+
--lex-z-index-toast: 5000;
|
|
392
|
+
--lex-z-index-tooltip: 6000;
|
|
393
|
+
--lex-z-index-max: 9999;
|
|
394
|
+
--lex-brand-color-primary-base: var(--lex-color-orange-600);
|
|
395
|
+
--lex-brand-color-primary-hover: var(--lex-color-orange-700);
|
|
396
|
+
--lex-brand-color-primary-active: var(--lex-color-orange-800);
|
|
397
|
+
--lex-brand-color-primary-disabled: var(--lex-color-neutral-300);
|
|
398
|
+
--lex-brand-color-accent-base: var(--lex-color-space-indigo-500);
|
|
399
|
+
--lex-brand-color-accent-hover: var(--lex-color-space-indigo-700);
|
|
400
|
+
--lex-brand-color-accent-active: var(--lex-color-space-indigo-900);
|
|
401
|
+
--lex-brand-color-accent-disabled: var(--lex-color-neutral-200);
|
|
402
|
+
--lex-typography-family-sans: var(--lex-font-family-sans);
|
|
403
|
+
--lex-typography-family-serif: var(--lex-font-family-serif);
|
|
404
|
+
--lex-typography-family-mono: var(--lex-font-family-mono);
|
|
405
|
+
--lex-typography-body-xs-font-family: var(--lex-typography-family-sans);
|
|
406
|
+
--lex-typography-body-xs-font-size: var(--lex-font-size-xs);
|
|
407
|
+
--lex-typography-body-xs-font-weight: var(--lex-font-weight-normal);
|
|
408
|
+
--lex-typography-body-xs-line-height: var(--lex-line-height-normal);
|
|
409
|
+
--lex-typography-body-xs-letter-spacing: var(--lex-letter-spacing-normal);
|
|
410
|
+
--lex-typography-body-sm-font-family: var(--lex-typography-family-sans);
|
|
411
|
+
--lex-typography-body-sm-font-size: var(--lex-font-size-sm);
|
|
412
|
+
--lex-typography-body-sm-font-weight: var(--lex-font-weight-normal);
|
|
413
|
+
--lex-typography-body-sm-line-height: var(--lex-line-height-normal);
|
|
414
|
+
--lex-typography-body-sm-letter-spacing: var(--lex-letter-spacing-normal);
|
|
415
|
+
--lex-typography-body-md-font-family: var(--lex-typography-family-sans);
|
|
416
|
+
--lex-typography-body-md-font-size: var(--lex-font-size-base);
|
|
417
|
+
--lex-typography-body-md-font-weight: var(--lex-font-weight-normal);
|
|
418
|
+
--lex-typography-body-md-line-height: var(--lex-line-height-normal);
|
|
419
|
+
--lex-typography-body-md-letter-spacing: var(--lex-letter-spacing-normal);
|
|
420
|
+
--lex-typography-body-lg-font-family: var(--lex-typography-family-sans);
|
|
421
|
+
--lex-typography-body-lg-font-size: var(--lex-font-size-lg);
|
|
422
|
+
--lex-typography-body-lg-font-weight: var(--lex-font-weight-normal);
|
|
423
|
+
--lex-typography-body-lg-line-height: var(--lex-line-height-relaxed);
|
|
424
|
+
--lex-typography-body-lg-letter-spacing: var(--lex-letter-spacing-normal);
|
|
425
|
+
--lex-typography-body-xl-font-family: var(--lex-typography-family-sans);
|
|
426
|
+
--lex-typography-body-xl-font-size: var(--lex-font-size-xl);
|
|
427
|
+
--lex-typography-body-xl-font-weight: var(--lex-font-weight-normal);
|
|
428
|
+
--lex-typography-body-xl-line-height: var(--lex-line-height-relaxed);
|
|
429
|
+
--lex-typography-body-xl-letter-spacing: var(--lex-letter-spacing-normal);
|
|
430
|
+
--lex-typography-heading-xs-font-family: var(--lex-typography-family-sans);
|
|
431
|
+
--lex-typography-heading-xs-font-size: var(--lex-font-size-base);
|
|
432
|
+
--lex-typography-heading-xs-font-weight: var(--lex-font-weight-semibold);
|
|
433
|
+
--lex-typography-heading-xs-line-height: var(--lex-line-height-tight);
|
|
434
|
+
--lex-typography-heading-xs-letter-spacing: var(--lex-letter-spacing-tight);
|
|
435
|
+
--lex-typography-heading-sm-font-family: var(--lex-typography-family-sans);
|
|
436
|
+
--lex-typography-heading-sm-font-size: var(--lex-font-size-lg);
|
|
437
|
+
--lex-typography-heading-sm-font-weight: var(--lex-font-weight-semibold);
|
|
438
|
+
--lex-typography-heading-sm-line-height: var(--lex-line-height-tight);
|
|
439
|
+
--lex-typography-heading-sm-letter-spacing: var(--lex-letter-spacing-tight);
|
|
440
|
+
--lex-typography-heading-md-font-family: var(--lex-typography-family-sans);
|
|
441
|
+
--lex-typography-heading-md-font-size: var(--lex-font-size-xl);
|
|
442
|
+
--lex-typography-heading-md-font-weight: var(--lex-font-weight-semibold);
|
|
443
|
+
--lex-typography-heading-md-line-height: var(--lex-line-height-tight);
|
|
444
|
+
--lex-typography-heading-md-letter-spacing: var(--lex-letter-spacing-tight);
|
|
445
|
+
--lex-typography-heading-lg-font-family: var(--lex-typography-family-sans);
|
|
446
|
+
--lex-typography-heading-lg-font-size: var(--lex-font-size-2xl);
|
|
447
|
+
--lex-typography-heading-lg-font-weight: var(--lex-font-weight-bold);
|
|
448
|
+
--lex-typography-heading-lg-line-height: var(--lex-line-height-tight);
|
|
449
|
+
--lex-typography-heading-lg-letter-spacing: var(--lex-letter-spacing-tight);
|
|
450
|
+
--lex-typography-heading-xl-font-family: var(--lex-typography-family-sans);
|
|
451
|
+
--lex-typography-heading-xl-font-size: var(--lex-font-size-3xl);
|
|
452
|
+
--lex-typography-heading-xl-font-weight: var(--lex-font-weight-bold);
|
|
453
|
+
--lex-typography-heading-xl-line-height: var(--lex-line-height-tight);
|
|
454
|
+
--lex-typography-heading-xl-letter-spacing: var(--lex-letter-spacing-tight);
|
|
455
|
+
--lex-typography-heading-2xl-font-family: var(--lex-typography-family-sans);
|
|
456
|
+
--lex-typography-heading-2xl-font-size: var(--lex-font-size-4xl);
|
|
457
|
+
--lex-typography-heading-2xl-font-weight: var(--lex-font-weight-bold);
|
|
458
|
+
--lex-typography-heading-2xl-line-height: var(--lex-line-height-tight);
|
|
459
|
+
--lex-typography-heading-2xl-letter-spacing: var(--lex-letter-spacing-tight);
|
|
460
|
+
--lex-typography-display-sm-font-family: var(--lex-typography-family-sans);
|
|
461
|
+
--lex-typography-display-sm-font-size: var(--lex-font-size-5xl);
|
|
462
|
+
--lex-typography-display-sm-font-weight: var(--lex-font-weight-bold);
|
|
463
|
+
--lex-typography-display-sm-line-height: var(--lex-line-height-none);
|
|
464
|
+
--lex-typography-display-sm-letter-spacing: var(--lex-letter-spacing-tight);
|
|
465
|
+
--lex-typography-display-md-font-family: var(--lex-typography-family-sans);
|
|
466
|
+
--lex-typography-display-md-font-size: var(--lex-font-size-6xl);
|
|
467
|
+
--lex-typography-display-md-font-weight: var(--lex-font-weight-bold);
|
|
468
|
+
--lex-typography-display-md-line-height: var(--lex-line-height-none);
|
|
469
|
+
--lex-typography-display-md-letter-spacing: var(--lex-letter-spacing-tighter);
|
|
470
|
+
--lex-typography-display-lg-font-family: var(--lex-typography-family-sans);
|
|
471
|
+
--lex-typography-display-lg-font-size: var(--lex-font-size-7xl);
|
|
472
|
+
--lex-typography-display-lg-font-weight: var(--lex-font-weight-extrabold);
|
|
473
|
+
--lex-typography-display-lg-line-height: var(--lex-line-height-none);
|
|
474
|
+
--lex-typography-display-lg-letter-spacing: var(--lex-letter-spacing-tighter);
|
|
475
|
+
--lex-typography-label-xs-font-family: var(--lex-typography-family-sans);
|
|
476
|
+
--lex-typography-label-xs-font-size: var(--lex-font-size-xs);
|
|
477
|
+
--lex-typography-label-xs-font-weight: var(--lex-font-weight-medium);
|
|
478
|
+
--lex-typography-label-xs-line-height: var(--lex-line-height-tight);
|
|
479
|
+
--lex-typography-label-xs-letter-spacing: var(--lex-letter-spacing-normal);
|
|
480
|
+
--lex-typography-label-sm-font-family: var(--lex-typography-family-sans);
|
|
481
|
+
--lex-typography-label-sm-font-size: var(--lex-font-size-sm);
|
|
482
|
+
--lex-typography-label-sm-font-weight: var(--lex-font-weight-medium);
|
|
483
|
+
--lex-typography-label-sm-line-height: var(--lex-line-height-tight);
|
|
484
|
+
--lex-typography-label-sm-letter-spacing: var(--lex-letter-spacing-normal);
|
|
485
|
+
--lex-typography-label-md-font-family: var(--lex-typography-family-sans);
|
|
486
|
+
--lex-typography-label-md-font-size: var(--lex-font-size-base);
|
|
487
|
+
--lex-typography-label-md-font-weight: var(--lex-font-weight-medium);
|
|
488
|
+
--lex-typography-label-md-line-height: var(--lex-line-height-snug);
|
|
489
|
+
--lex-typography-label-md-letter-spacing: var(--lex-letter-spacing-normal);
|
|
490
|
+
--lex-typography-label-lg-font-family: var(--lex-typography-family-sans);
|
|
491
|
+
--lex-typography-label-lg-font-size: var(--lex-font-size-lg);
|
|
492
|
+
--lex-typography-label-lg-font-weight: var(--lex-font-weight-medium);
|
|
493
|
+
--lex-typography-label-lg-line-height: var(--lex-line-height-snug);
|
|
494
|
+
--lex-typography-label-lg-letter-spacing: var(--lex-letter-spacing-normal);
|
|
495
|
+
--lex-typography-control-xs-font-family: var(--lex-typography-family-sans);
|
|
496
|
+
--lex-typography-control-xs-font-size: var(--lex-font-size-xs);
|
|
497
|
+
--lex-typography-control-xs-font-weight: var(--lex-font-weight-medium);
|
|
498
|
+
--lex-typography-control-xs-line-height: var(--lex-line-height-tight);
|
|
499
|
+
--lex-typography-control-xs-letter-spacing: var(--lex-letter-spacing-normal);
|
|
500
|
+
--lex-typography-control-sm-font-family: var(--lex-typography-family-sans);
|
|
501
|
+
--lex-typography-control-sm-font-size: var(--lex-font-size-sm);
|
|
502
|
+
--lex-typography-control-sm-font-weight: var(--lex-font-weight-medium);
|
|
503
|
+
--lex-typography-control-sm-line-height: var(--lex-line-height-tight);
|
|
504
|
+
--lex-typography-control-sm-letter-spacing: var(--lex-letter-spacing-normal);
|
|
505
|
+
--lex-typography-control-md-font-family: var(--lex-typography-family-sans);
|
|
506
|
+
--lex-typography-control-md-font-size: var(--lex-font-size-sm);
|
|
507
|
+
--lex-typography-control-md-font-weight: var(--lex-font-weight-medium);
|
|
508
|
+
--lex-typography-control-md-line-height: var(--lex-line-height-tight);
|
|
509
|
+
--lex-typography-control-md-letter-spacing: var(--lex-letter-spacing-normal);
|
|
510
|
+
--lex-typography-control-lg-font-family: var(--lex-typography-family-sans);
|
|
511
|
+
--lex-typography-control-lg-font-size: var(--lex-font-size-base);
|
|
512
|
+
--lex-typography-control-lg-font-weight: var(--lex-font-weight-medium);
|
|
513
|
+
--lex-typography-control-lg-line-height: var(--lex-line-height-snug);
|
|
514
|
+
--lex-typography-control-lg-letter-spacing: var(--lex-letter-spacing-normal);
|
|
515
|
+
--lex-typography-control-xl-font-family: var(--lex-typography-family-sans);
|
|
516
|
+
--lex-typography-control-xl-font-size: var(--lex-font-size-base);
|
|
517
|
+
--lex-typography-control-xl-font-weight: var(--lex-font-weight-medium);
|
|
518
|
+
--lex-typography-control-xl-line-height: var(--lex-line-height-snug);
|
|
519
|
+
--lex-typography-control-xl-letter-spacing: var(--lex-letter-spacing-normal);
|
|
520
|
+
--lex-typography-code-sm-font-family: var(--lex-typography-family-mono);
|
|
521
|
+
--lex-typography-code-sm-font-size: var(--lex-font-size-xs);
|
|
522
|
+
--lex-typography-code-sm-font-weight: var(--lex-font-weight-normal);
|
|
523
|
+
--lex-typography-code-sm-line-height: var(--lex-line-height-normal);
|
|
524
|
+
--lex-typography-code-sm-letter-spacing: var(--lex-letter-spacing-normal);
|
|
525
|
+
--lex-typography-code-md-font-family: var(--lex-typography-family-mono);
|
|
526
|
+
--lex-typography-code-md-font-size: var(--lex-font-size-sm);
|
|
527
|
+
--lex-typography-code-md-font-weight: var(--lex-font-weight-normal);
|
|
528
|
+
--lex-typography-code-md-line-height: var(--lex-line-height-normal);
|
|
529
|
+
--lex-typography-code-md-letter-spacing: var(--lex-letter-spacing-normal);
|
|
530
|
+
--lex-typography-code-lg-font-family: var(--lex-typography-family-mono);
|
|
531
|
+
--lex-typography-code-lg-font-size: var(--lex-font-size-base);
|
|
532
|
+
--lex-typography-code-lg-font-weight: var(--lex-font-weight-normal);
|
|
533
|
+
--lex-typography-code-lg-line-height: var(--lex-line-height-relaxed);
|
|
534
|
+
--lex-typography-code-lg-letter-spacing: var(--lex-letter-spacing-normal);
|
|
535
|
+
--lex-action-primary-base: var(--lex-brand-color-primary-base);
|
|
536
|
+
--lex-action-primary-hover: var(--lex-brand-color-primary-hover);
|
|
537
|
+
--lex-action-primary-active: var(--lex-brand-color-primary-active);
|
|
538
|
+
--lex-action-primary-disabled: var(--lex-brand-color-primary-disabled);
|
|
539
|
+
--lex-action-secondary-base: var(--lex-color-neutral-100);
|
|
540
|
+
--lex-action-secondary-hover: var(--lex-color-neutral-200);
|
|
541
|
+
--lex-action-secondary-active: var(--lex-color-neutral-300);
|
|
542
|
+
--lex-action-secondary-disabled: var(--lex-color-neutral-100);
|
|
543
|
+
--lex-action-danger-base: var(--lex-color-red-600);
|
|
544
|
+
--lex-action-danger-hover: var(--lex-color-red-700);
|
|
545
|
+
--lex-action-danger-active: var(--lex-color-red-800);
|
|
546
|
+
--lex-action-danger-disabled: var(--lex-color-red-300);
|
|
547
|
+
--lex-elevation-behind-z-index: var(--lex-z-index-behind);
|
|
548
|
+
--lex-elevation-backdrop-z-index: var(--lex-z-index-overlay);
|
|
549
|
+
--lex-elevation-handle-z-index: var(--lex-z-index-local);
|
|
550
|
+
--lex-elevation-layer-z-index: var(--lex-z-index-modal);
|
|
551
|
+
--lex-elevation-floating-z-index: var(--lex-z-index-popover);
|
|
552
|
+
--lex-elevation-toast-z-index: var(--lex-z-index-toast);
|
|
553
|
+
--lex-elevation-tooltip-z-index: var(--lex-z-index-tooltip);
|
|
554
|
+
--lex-elevation-shadow-floating-color: var(--lex-shadow-4-color);
|
|
555
|
+
--lex-elevation-shadow-floating-inset: var(--lex-shadow-4-inset);
|
|
556
|
+
--lex-elevation-shadow-floating-offset-x: var(--lex-shadow-4-offset-x);
|
|
557
|
+
--lex-elevation-shadow-floating-offset-y: var(--lex-shadow-4-offset-y);
|
|
558
|
+
--lex-elevation-shadow-floating-blur: var(--lex-shadow-4-blur);
|
|
559
|
+
--lex-elevation-shadow-floating-spread: var(--lex-shadow-4-spread);
|
|
560
|
+
--lex-elevation-shadow-floating-box-shadow: var(--lex-elevation-shadow-floating-inset) var(--lex-elevation-shadow-floating-offset-x) var(--lex-elevation-shadow-floating-offset-y) var(--lex-elevation-shadow-floating-blur) var(--lex-elevation-shadow-floating-spread) var(--lex-elevation-shadow-floating-color);
|
|
561
|
+
--lex-elevation-shadow-raised-color: var(--lex-shadow-5-color);
|
|
562
|
+
--lex-elevation-shadow-raised-inset: var(--lex-shadow-5-inset);
|
|
563
|
+
--lex-elevation-shadow-raised-offset-x: var(--lex-shadow-5-offset-x);
|
|
564
|
+
--lex-elevation-shadow-raised-offset-y: var(--lex-shadow-5-offset-y);
|
|
565
|
+
--lex-elevation-shadow-raised-blur: var(--lex-shadow-5-blur);
|
|
566
|
+
--lex-elevation-shadow-raised-spread: var(--lex-shadow-5-spread);
|
|
567
|
+
--lex-elevation-shadow-raised-box-shadow: var(--lex-elevation-shadow-raised-inset) var(--lex-elevation-shadow-raised-offset-x) var(--lex-elevation-shadow-raised-offset-y) var(--lex-elevation-shadow-raised-blur) var(--lex-elevation-shadow-raised-spread) var(--lex-elevation-shadow-raised-color);
|
|
568
|
+
--lex-layout-viewport-sm: var(--lex-breakpoint-sm);
|
|
569
|
+
--lex-layout-viewport-md: var(--lex-breakpoint-md);
|
|
570
|
+
--lex-layout-viewport-lg: var(--lex-breakpoint-lg);
|
|
571
|
+
--lex-layout-viewport-xl: var(--lex-breakpoint-xl);
|
|
572
|
+
--lex-layout-viewport-2xl: var(--lex-breakpoint-2xl);
|
|
573
|
+
--lex-layout-viewport-full: 100dvh;
|
|
574
|
+
--lex-layout-aspect-ratio-square: var(--lex-aspect-ratio-1-1);
|
|
575
|
+
--lex-layout-aspect-ratio-standard: var(--lex-aspect-ratio-4-3);
|
|
576
|
+
--lex-layout-aspect-ratio-photo: var(--lex-aspect-ratio-3-2);
|
|
577
|
+
--lex-layout-aspect-ratio-portrait: var(--lex-aspect-ratio-3-4);
|
|
578
|
+
--lex-layout-aspect-ratio-video: var(--lex-aspect-ratio-16-9);
|
|
579
|
+
--lex-layout-aspect-ratio-ultrawide: var(--lex-aspect-ratio-21-9);
|
|
580
|
+
--lex-accordion-background: var(--lex-color-background-surface);
|
|
581
|
+
--lex-accordion-foreground: var(--lex-color-text-primary);
|
|
582
|
+
--lex-accordion-border-color: var(--lex-border-default);
|
|
583
|
+
--lex-accordion-radius: var(--lex-radius-surface);
|
|
584
|
+
--lex-accordion-item-border-color: var(--lex-border-default);
|
|
585
|
+
--lex-accordion-trigger-background-hover: var(--lex-color-background-subtle);
|
|
586
|
+
--lex-accordion-trigger-padding-x: var(--lex-space-control-x-md);
|
|
587
|
+
--lex-accordion-trigger-padding-y: var(--lex-space-control-y-md);
|
|
588
|
+
--lex-accordion-trigger-font-family: var(--lex-typography-label-sm-font-family);
|
|
589
|
+
--lex-accordion-trigger-font-size: var(--lex-typography-label-sm-font-size);
|
|
590
|
+
--lex-accordion-trigger-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
591
|
+
--lex-accordion-trigger-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
592
|
+
--lex-accordion-panel-foreground: var(--lex-color-text-secondary);
|
|
593
|
+
--lex-accordion-panel-padding-x: var(--lex-space-control-x-md);
|
|
594
|
+
--lex-accordion-panel-padding-bottom: var(--lex-space-surface-sm);
|
|
595
|
+
--lex-accordion-panel-font-size: var(--lex-typography-body-sm-font-size);
|
|
596
|
+
--lex-accordion-panel-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
597
|
+
--lex-accordion-focus-ring-color: var(--lex-border-focus);
|
|
598
|
+
--lex-accordion-focus-ring-width: var(--lex-outline-width-inset);
|
|
599
|
+
--lex-accordion-transition-duration: var(--lex-duration-control);
|
|
600
|
+
--lex-accordion-transition-easing: var(--lex-easing-control);
|
|
601
|
+
--lex-alert-dialog-backdrop-background: var(--lex-color-text-primary);
|
|
602
|
+
--lex-alert-dialog-backdrop-opacity: 0.56;
|
|
603
|
+
--lex-alert-dialog-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
604
|
+
--lex-alert-dialog-viewport-padding: var(--lex-space-surface-md);
|
|
605
|
+
--lex-alert-dialog-viewport-inset: var(--lex-space-surface-md);
|
|
606
|
+
--lex-alert-dialog-viewport-z-index: var(--lex-elevation-layer-z-index);
|
|
607
|
+
--lex-alert-dialog-popup-background: var(--lex-color-background-base);
|
|
608
|
+
--lex-alert-dialog-popup-foreground: var(--lex-color-text-primary);
|
|
609
|
+
--lex-alert-dialog-popup-border-color: var(--lex-border-default);
|
|
610
|
+
--lex-alert-dialog-popup-radius: var(--lex-radius-surface);
|
|
611
|
+
--lex-alert-dialog-popup-max-width: var(--lex-size-panel-width-lg);
|
|
612
|
+
--lex-alert-dialog-popup-padding: var(--lex-space-surface-md);
|
|
613
|
+
--lex-alert-dialog-popup-gap: var(--lex-space-surface-gap-md);
|
|
614
|
+
--lex-alert-dialog-popup-shadow: var(--lex-elevation-shadow-raised-box-shadow);
|
|
615
|
+
--lex-alert-dialog-title-foreground: var(--lex-color-text-primary);
|
|
616
|
+
--lex-alert-dialog-title-padding-end: var(--lex-size-control-lg);
|
|
617
|
+
--lex-alert-dialog-title-font-size: var(--lex-typography-heading-sm-font-size);
|
|
618
|
+
--lex-alert-dialog-title-font-weight: var(--lex-typography-heading-sm-font-weight);
|
|
619
|
+
--lex-alert-dialog-title-font-line-height: var(--lex-typography-heading-sm-line-height);
|
|
620
|
+
--lex-alert-dialog-description-foreground: var(--lex-color-text-secondary);
|
|
621
|
+
--lex-alert-dialog-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
622
|
+
--lex-alert-dialog-description-font-weight: var(--lex-typography-body-sm-font-weight);
|
|
623
|
+
--lex-alert-dialog-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
624
|
+
--lex-alert-dialog-trigger-background: var(--lex-action-danger-base);
|
|
625
|
+
--lex-alert-dialog-trigger-foreground: var(--lex-color-text-inverse);
|
|
626
|
+
--lex-alert-dialog-trigger-hover-background: var(--lex-action-danger-base);
|
|
627
|
+
--lex-alert-dialog-trigger-height: var(--lex-size-control-md);
|
|
628
|
+
--lex-alert-dialog-trigger-radius: var(--lex-radius-control);
|
|
629
|
+
--lex-alert-dialog-trigger-padding-x: var(--lex-space-control-x-md);
|
|
630
|
+
--lex-alert-dialog-trigger-font-size: var(--lex-typography-control-md-font-size);
|
|
631
|
+
--lex-alert-dialog-trigger-font-weight: var(--lex-typography-control-md-font-weight);
|
|
632
|
+
--lex-alert-dialog-trigger-font-line-height: var(--lex-typography-control-md-line-height);
|
|
633
|
+
--lex-alert-dialog-close-foreground: var(--lex-color-text-secondary);
|
|
634
|
+
--lex-alert-dialog-close-hover-background: var(--lex-color-background-subtle);
|
|
635
|
+
--lex-alert-dialog-close-size: var(--lex-size-control-sm);
|
|
636
|
+
--lex-alert-dialog-close-inset: var(--lex-space-control-x-sm);
|
|
637
|
+
--lex-alert-dialog-close-radius: var(--lex-radius-control);
|
|
638
|
+
--lex-alert-dialog-focus-ring-color: var(--lex-border-focus);
|
|
639
|
+
--lex-alert-dialog-focus-ring-offset-color: var(--lex-color-background-base);
|
|
640
|
+
--lex-alert-dialog-focus-ring-width: var(--lex-outline-width-focus);
|
|
641
|
+
--lex-alert-dialog-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
642
|
+
--lex-alert-dialog-transition-duration: var(--lex-duration-control);
|
|
643
|
+
--lex-alert-dialog-transition-easing: var(--lex-easing-control);
|
|
644
|
+
--lex-alert-radius: var(--lex-radius-surface);
|
|
645
|
+
--lex-alert-padding: var(--lex-space-surface-sm);
|
|
646
|
+
--lex-alert-gap: var(--lex-space-surface-gap-sm);
|
|
647
|
+
--lex-alert-transition-duration: var(--lex-duration-surface);
|
|
648
|
+
--lex-alert-transition-easing: var(--lex-easing-surface);
|
|
649
|
+
--lex-alert-title-font-size: var(--lex-typography-label-sm-font-size);
|
|
650
|
+
--lex-alert-title-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
651
|
+
--lex-alert-title-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
652
|
+
--lex-alert-description-foreground: var(--lex-color-text-secondary);
|
|
653
|
+
--lex-alert-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
654
|
+
--lex-alert-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
655
|
+
--lex-alert-neutral-background: var(--lex-color-background-surface);
|
|
656
|
+
--lex-alert-neutral-foreground: var(--lex-color-text-primary);
|
|
657
|
+
--lex-alert-neutral-border-color: var(--lex-border-default);
|
|
658
|
+
--lex-alert-primary-background: var(--lex-color-feedback-info-background);
|
|
659
|
+
--lex-alert-primary-foreground: var(--lex-color-feedback-info-foreground);
|
|
660
|
+
--lex-alert-primary-border-color: var(--lex-color-feedback-info-foreground);
|
|
661
|
+
--lex-alert-danger-background: var(--lex-color-feedback-danger-background);
|
|
662
|
+
--lex-alert-danger-foreground: var(--lex-color-feedback-danger-foreground);
|
|
663
|
+
--lex-alert-danger-border-color: var(--lex-color-feedback-danger-foreground);
|
|
664
|
+
--lex-avatar-background: var(--lex-color-background-subtle);
|
|
665
|
+
--lex-avatar-foreground: var(--lex-color-text-secondary);
|
|
666
|
+
--lex-avatar-border-color: var(--lex-border-default);
|
|
667
|
+
--lex-avatar-fallback-background: var(--lex-color-background-subtle);
|
|
668
|
+
--lex-avatar-fallback-foreground: var(--lex-color-text-secondary);
|
|
669
|
+
--lex-avatar-radius-circle: var(--lex-radius-pill);
|
|
670
|
+
--lex-avatar-radius-square: var(--lex-radius-control);
|
|
671
|
+
--lex-avatar-size-sm: var(--lex-size-control-sm);
|
|
672
|
+
--lex-avatar-size-md: var(--lex-size-control-md);
|
|
673
|
+
--lex-avatar-size-lg: var(--lex-size-control-lg);
|
|
674
|
+
--lex-avatar-font-size-sm: var(--lex-typography-label-xs-font-size);
|
|
675
|
+
--lex-avatar-font-size-md: var(--lex-typography-label-sm-font-size);
|
|
676
|
+
--lex-avatar-font-size-lg: var(--lex-typography-label-md-font-size);
|
|
677
|
+
--lex-avatar-font-weight: var(--lex-typography-label-md-font-weight);
|
|
678
|
+
--lex-avatar-font-line-height: 1;
|
|
679
|
+
--lex-avatar-transition-duration: var(--lex-duration-surface);
|
|
680
|
+
--lex-avatar-transition-easing: var(--lex-easing-surface);
|
|
681
|
+
--lex-badge-radius: var(--lex-radius-control);
|
|
682
|
+
--lex-badge-height-sm: var(--lex-size-control-xs);
|
|
683
|
+
--lex-badge-height-md: var(--lex-size-control-compact);
|
|
684
|
+
--lex-badge-padding-x-sm: var(--lex-space-control-x-xs);
|
|
685
|
+
--lex-badge-padding-x-md: var(--lex-space-control-x-sm);
|
|
686
|
+
--lex-badge-font-size-sm: var(--lex-typography-label-xs-font-size);
|
|
687
|
+
--lex-badge-font-size-md: var(--lex-typography-label-sm-font-size);
|
|
688
|
+
--lex-badge-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
689
|
+
--lex-badge-font-line-height: 1;
|
|
690
|
+
--lex-badge-transition-duration: var(--lex-duration-control);
|
|
691
|
+
--lex-badge-transition-easing: var(--lex-easing-control);
|
|
692
|
+
--lex-badge-outline-background: transparent;
|
|
693
|
+
--lex-badge-neutral-background: var(--lex-color-background-subtle);
|
|
694
|
+
--lex-badge-neutral-foreground: var(--lex-color-text-primary);
|
|
695
|
+
--lex-badge-neutral-border-color: var(--lex-border-default);
|
|
696
|
+
--lex-badge-primary-background: var(--lex-action-primary-base);
|
|
697
|
+
--lex-badge-primary-foreground: var(--lex-color-text-inverse);
|
|
698
|
+
--lex-badge-primary-border-color: var(--lex-action-primary-base);
|
|
699
|
+
--lex-badge-danger-background: var(--lex-action-danger-base);
|
|
700
|
+
--lex-badge-danger-foreground: var(--lex-color-text-inverse);
|
|
701
|
+
--lex-badge-danger-border-color: var(--lex-action-danger-base);
|
|
702
|
+
--lex-button-radius: var(--lex-radius-control);
|
|
703
|
+
--lex-button-focus-ring-color: var(--lex-border-focus);
|
|
704
|
+
--lex-button-focus-ring-offset-color: var(--lex-color-background-base);
|
|
705
|
+
--lex-button-focus-ring-width: var(--lex-outline-width-focus);
|
|
706
|
+
--lex-button-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
707
|
+
--lex-button-primary-background: var(--lex-action-primary-base);
|
|
708
|
+
--lex-button-primary-foreground: var(--lex-color-text-inverse);
|
|
709
|
+
--lex-button-primary-hover-background: var(--lex-action-primary-hover);
|
|
710
|
+
--lex-button-primary-border-color: transparent;
|
|
711
|
+
--lex-button-secondary-background: var(--lex-color-background-subtle);
|
|
712
|
+
--lex-button-secondary-foreground: var(--lex-color-text-primary);
|
|
713
|
+
--lex-button-secondary-hover-background: var(--lex-color-background-surface);
|
|
714
|
+
--lex-button-secondary-border-color: var(--lex-border-default);
|
|
715
|
+
--lex-button-danger-background: var(--lex-action-danger-base);
|
|
716
|
+
--lex-button-danger-foreground: var(--lex-color-text-inverse);
|
|
717
|
+
--lex-button-danger-hover-background: var(--lex-action-danger-hover);
|
|
718
|
+
--lex-button-danger-border-color: transparent;
|
|
719
|
+
--lex-button-height-xs: var(--lex-size-control-xs);
|
|
720
|
+
--lex-button-height-sm: var(--lex-size-control-sm);
|
|
721
|
+
--lex-button-height-md: var(--lex-size-control-md);
|
|
722
|
+
--lex-button-height-lg: var(--lex-size-control-lg);
|
|
723
|
+
--lex-button-height-xl: var(--lex-size-control-xl);
|
|
724
|
+
--lex-button-padding-x-xs: var(--lex-space-control-x-xs);
|
|
725
|
+
--lex-button-padding-x-sm: var(--lex-space-control-x-sm);
|
|
726
|
+
--lex-button-padding-x-md: var(--lex-space-control-x-md);
|
|
727
|
+
--lex-button-padding-x-lg: var(--lex-space-control-x-lg);
|
|
728
|
+
--lex-button-padding-x-xl: var(--lex-space-control-x-xl);
|
|
729
|
+
--lex-button-font-family: var(--lex-typography-control-md-font-family);
|
|
730
|
+
--lex-button-font-size-xs: var(--lex-typography-control-xs-font-size);
|
|
731
|
+
--lex-button-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
732
|
+
--lex-button-font-size-md: var(--lex-typography-control-md-font-size);
|
|
733
|
+
--lex-button-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
734
|
+
--lex-button-font-size-xl: var(--lex-typography-control-xl-font-size);
|
|
735
|
+
--lex-button-font-weight: var(--lex-typography-control-md-font-weight);
|
|
736
|
+
--lex-button-font-line-height: var(--lex-typography-control-md-line-height);
|
|
737
|
+
--lex-button-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
738
|
+
--lex-button-transition-duration: var(--lex-duration-control);
|
|
739
|
+
--lex-button-transition-easing: var(--lex-easing-control);
|
|
740
|
+
--lex-card-background: var(--lex-color-background-surface);
|
|
741
|
+
--lex-card-foreground: var(--lex-color-text-primary);
|
|
742
|
+
--lex-card-border-color: var(--lex-border-default);
|
|
743
|
+
--lex-card-muted-background: var(--lex-color-background-subtle);
|
|
744
|
+
--lex-card-radius: var(--lex-radius-surface);
|
|
745
|
+
--lex-card-padding: var(--lex-space-surface-md);
|
|
746
|
+
--lex-card-gap-sm: var(--lex-space-surface-gap-sm);
|
|
747
|
+
--lex-card-gap-md: var(--lex-space-surface-gap-md);
|
|
748
|
+
--lex-card-header-padding-bottom: var(--lex-space-surface-sm);
|
|
749
|
+
--lex-card-title-foreground: var(--lex-color-text-primary);
|
|
750
|
+
--lex-card-title-font-size: var(--lex-typography-heading-sm-font-size);
|
|
751
|
+
--lex-card-title-font-weight: var(--lex-typography-heading-sm-font-weight);
|
|
752
|
+
--lex-card-title-font-line-height: var(--lex-typography-heading-sm-line-height);
|
|
753
|
+
--lex-card-title-font-letter-spacing: var(--lex-typography-heading-sm-letter-spacing);
|
|
754
|
+
--lex-card-description-foreground: var(--lex-color-text-secondary);
|
|
755
|
+
--lex-card-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
756
|
+
--lex-card-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
757
|
+
--lex-card-content-font-size: var(--lex-typography-body-sm-font-size);
|
|
758
|
+
--lex-card-content-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
759
|
+
--lex-card-content-padding-top: 0;
|
|
760
|
+
--lex-card-footer-padding-top: 0;
|
|
761
|
+
--lex-card-transition-duration: var(--lex-duration-surface);
|
|
762
|
+
--lex-card-transition-easing: var(--lex-easing-surface);
|
|
763
|
+
--lex-checkbox-background: var(--lex-color-background-base);
|
|
764
|
+
--lex-checkbox-foreground: var(--lex-color-text-inverse);
|
|
765
|
+
--lex-checkbox-border-color: var(--lex-border-default);
|
|
766
|
+
--lex-checkbox-checked-background: var(--lex-action-primary-base);
|
|
767
|
+
--lex-checkbox-checked-border-color: var(--lex-action-primary-base);
|
|
768
|
+
--lex-checkbox-checked-foreground: var(--lex-color-text-inverse);
|
|
769
|
+
--lex-checkbox-radius: var(--lex-radius-selection);
|
|
770
|
+
--lex-checkbox-size-sm: var(--lex-size-selection-control-sm);
|
|
771
|
+
--lex-checkbox-size-md: var(--lex-size-selection-control-md);
|
|
772
|
+
--lex-checkbox-size-lg: var(--lex-size-selection-control-lg);
|
|
773
|
+
--lex-checkbox-indicator-font-size-sm: var(--lex-typography-label-xs-font-size);
|
|
774
|
+
--lex-checkbox-indicator-font-size-md: var(--lex-typography-label-xs-font-size);
|
|
775
|
+
--lex-checkbox-indicator-font-size-lg: var(--lex-typography-label-sm-font-size);
|
|
776
|
+
--lex-checkbox-label-gap: var(--lex-space-control-gap-md);
|
|
777
|
+
--lex-checkbox-label-foreground: var(--lex-color-text-primary);
|
|
778
|
+
--lex-checkbox-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
779
|
+
--lex-checkbox-label-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
780
|
+
--lex-checkbox-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
781
|
+
--lex-checkbox-focus-ring-color: var(--lex-border-focus);
|
|
782
|
+
--lex-checkbox-focus-ring-offset-color: var(--lex-color-background-base);
|
|
783
|
+
--lex-checkbox-focus-ring-width: var(--lex-outline-width-focus);
|
|
784
|
+
--lex-checkbox-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
785
|
+
--lex-checkbox-transition-duration: var(--lex-duration-control);
|
|
786
|
+
--lex-checkbox-transition-easing: var(--lex-easing-control);
|
|
787
|
+
--lex-collapsible-background: var(--lex-color-background-surface);
|
|
788
|
+
--lex-collapsible-foreground: var(--lex-color-text-primary);
|
|
789
|
+
--lex-collapsible-border-color: var(--lex-border-default);
|
|
790
|
+
--lex-collapsible-radius: var(--lex-radius-surface);
|
|
791
|
+
--lex-collapsible-focus-ring-color: var(--lex-border-focus);
|
|
792
|
+
--lex-collapsible-focus-ring-width: var(--lex-outline-width-inset);
|
|
793
|
+
--lex-collapsible-trigger-background-hover: var(--lex-color-background-subtle);
|
|
794
|
+
--lex-collapsible-trigger-gap: var(--lex-space-control-gap-sm);
|
|
795
|
+
--lex-collapsible-trigger-padding-x: var(--lex-space-surface-md);
|
|
796
|
+
--lex-collapsible-trigger-padding-y: var(--lex-space-surface-sm);
|
|
797
|
+
--lex-collapsible-trigger-icon-size: var(--lex-size-selection-control-md);
|
|
798
|
+
--lex-collapsible-trigger-font-size: var(--lex-typography-label-sm-font-size);
|
|
799
|
+
--lex-collapsible-trigger-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
800
|
+
--lex-collapsible-trigger-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
801
|
+
--lex-collapsible-panel-foreground: var(--lex-color-text-secondary);
|
|
802
|
+
--lex-collapsible-panel-padding-x: var(--lex-space-surface-md);
|
|
803
|
+
--lex-collapsible-panel-padding-bottom: var(--lex-space-surface-md);
|
|
804
|
+
--lex-collapsible-panel-font-size: var(--lex-typography-body-sm-font-size);
|
|
805
|
+
--lex-collapsible-panel-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
806
|
+
--lex-collapsible-transition-duration: var(--lex-duration-surface);
|
|
807
|
+
--lex-collapsible-transition-easing: var(--lex-easing-surface);
|
|
808
|
+
--lex-dialog-backdrop-background: var(--lex-color-text-primary);
|
|
809
|
+
--lex-dialog-backdrop-opacity: 0.48;
|
|
810
|
+
--lex-dialog-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
811
|
+
--lex-dialog-viewport-padding: var(--lex-space-surface-md);
|
|
812
|
+
--lex-dialog-viewport-inset: var(--lex-space-surface-md);
|
|
813
|
+
--lex-dialog-viewport-z-index: var(--lex-elevation-layer-z-index);
|
|
814
|
+
--lex-dialog-popup-background: var(--lex-color-background-base);
|
|
815
|
+
--lex-dialog-popup-foreground: var(--lex-color-text-primary);
|
|
816
|
+
--lex-dialog-popup-border-color: var(--lex-border-default);
|
|
817
|
+
--lex-dialog-popup-radius: var(--lex-radius-surface);
|
|
818
|
+
--lex-dialog-popup-max-width: var(--lex-size-panel-width-lg);
|
|
819
|
+
--lex-dialog-popup-padding: var(--lex-space-surface-md);
|
|
820
|
+
--lex-dialog-popup-gap: var(--lex-space-surface-gap-md);
|
|
821
|
+
--lex-dialog-popup-shadow: var(--lex-elevation-shadow-raised-box-shadow);
|
|
822
|
+
--lex-dialog-title-foreground: var(--lex-color-text-primary);
|
|
823
|
+
--lex-dialog-title-padding-end: var(--lex-size-control-lg);
|
|
824
|
+
--lex-dialog-title-font-size: var(--lex-typography-heading-sm-font-size);
|
|
825
|
+
--lex-dialog-title-font-weight: var(--lex-typography-heading-sm-font-weight);
|
|
826
|
+
--lex-dialog-title-font-line-height: var(--lex-typography-heading-sm-line-height);
|
|
827
|
+
--lex-dialog-description-foreground: var(--lex-color-text-secondary);
|
|
828
|
+
--lex-dialog-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
829
|
+
--lex-dialog-description-font-weight: var(--lex-typography-body-sm-font-weight);
|
|
830
|
+
--lex-dialog-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
831
|
+
--lex-dialog-trigger-background: var(--lex-action-primary-base);
|
|
832
|
+
--lex-dialog-trigger-foreground: var(--lex-color-text-inverse);
|
|
833
|
+
--lex-dialog-trigger-hover-background: var(--lex-action-primary-hover);
|
|
834
|
+
--lex-dialog-trigger-height: var(--lex-size-control-md);
|
|
835
|
+
--lex-dialog-trigger-radius: var(--lex-radius-control);
|
|
836
|
+
--lex-dialog-trigger-padding-x: var(--lex-space-control-x-md);
|
|
837
|
+
--lex-dialog-trigger-font-size: var(--lex-typography-control-md-font-size);
|
|
838
|
+
--lex-dialog-trigger-font-weight: var(--lex-typography-control-md-font-weight);
|
|
839
|
+
--lex-dialog-trigger-font-line-height: var(--lex-typography-control-md-line-height);
|
|
840
|
+
--lex-dialog-close-foreground: var(--lex-color-text-secondary);
|
|
841
|
+
--lex-dialog-close-hover-background: var(--lex-color-background-subtle);
|
|
842
|
+
--lex-dialog-close-size: var(--lex-size-control-sm);
|
|
843
|
+
--lex-dialog-close-inset: var(--lex-space-control-x-sm);
|
|
844
|
+
--lex-dialog-close-radius: var(--lex-radius-control);
|
|
845
|
+
--lex-dialog-focus-ring-color: var(--lex-border-focus);
|
|
846
|
+
--lex-dialog-focus-ring-offset-color: var(--lex-color-background-base);
|
|
847
|
+
--lex-dialog-focus-ring-width: var(--lex-outline-width-focus);
|
|
848
|
+
--lex-dialog-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
849
|
+
--lex-dialog-transition-duration: var(--lex-duration-control);
|
|
850
|
+
--lex-dialog-transition-easing: var(--lex-easing-control);
|
|
851
|
+
--lex-empty-padding: var(--lex-space-surface-md);
|
|
852
|
+
--lex-empty-gap: var(--lex-space-surface-gap-md);
|
|
853
|
+
--lex-empty-header-gap: var(--lex-space-surface-gap-sm);
|
|
854
|
+
--lex-empty-media-size: var(--lex-size-control-2xl);
|
|
855
|
+
--lex-empty-media-foreground: var(--lex-color-text-disabled);
|
|
856
|
+
--lex-empty-title-foreground: var(--lex-color-text-primary);
|
|
857
|
+
--lex-empty-title-font-size: var(--lex-typography-heading-sm-font-size);
|
|
858
|
+
--lex-empty-title-font-weight: var(--lex-typography-heading-sm-font-weight);
|
|
859
|
+
--lex-empty-title-font-line-height: var(--lex-typography-heading-sm-line-height);
|
|
860
|
+
--lex-empty-description-foreground: var(--lex-color-text-secondary);
|
|
861
|
+
--lex-empty-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
862
|
+
--lex-empty-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
863
|
+
--lex-drawer-backdrop-background: var(--lex-color-text-primary);
|
|
864
|
+
--lex-drawer-backdrop-opacity: 0.48;
|
|
865
|
+
--lex-drawer-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
866
|
+
--lex-drawer-indent-background: var(--lex-color-background-subtle);
|
|
867
|
+
--lex-drawer-indent-scale: 0.96;
|
|
868
|
+
--lex-drawer-indent-radius: var(--lex-radius-surface);
|
|
869
|
+
--lex-drawer-indent-z-index: var(--lex-elevation-behind-z-index);
|
|
870
|
+
--lex-drawer-viewport-padding: var(--lex-space-surface-sm);
|
|
871
|
+
--lex-drawer-viewport-inset: var(--lex-space-surface-sm);
|
|
872
|
+
--lex-drawer-viewport-max-height: var(--lex-size-overlay-viewport-max-height);
|
|
873
|
+
--lex-drawer-viewport-z-index: var(--lex-elevation-layer-z-index);
|
|
874
|
+
--lex-drawer-popup-background: var(--lex-color-background-base);
|
|
875
|
+
--lex-drawer-popup-foreground: var(--lex-color-text-primary);
|
|
876
|
+
--lex-drawer-popup-border-color: var(--lex-border-default);
|
|
877
|
+
--lex-drawer-popup-radius: var(--lex-radius-surface);
|
|
878
|
+
--lex-drawer-popup-max-width: var(--lex-size-panel-width-xl);
|
|
879
|
+
--lex-drawer-popup-width-sm: var(--lex-size-panel-width-sm);
|
|
880
|
+
--lex-drawer-popup-width-md: var(--lex-size-panel-width-md);
|
|
881
|
+
--lex-drawer-popup-width-lg: var(--lex-size-panel-width-lg);
|
|
882
|
+
--lex-drawer-popup-height-sm: var(--lex-size-panel-height-sm);
|
|
883
|
+
--lex-drawer-popup-height-md: var(--lex-size-panel-height-md);
|
|
884
|
+
--lex-drawer-popup-height-lg: var(--lex-size-panel-height-lg);
|
|
885
|
+
--lex-drawer-popup-shadow: var(--lex-elevation-shadow-raised-box-shadow);
|
|
886
|
+
--lex-drawer-content-padding: var(--lex-space-surface-md);
|
|
887
|
+
--lex-drawer-content-gap: var(--lex-space-surface-gap-md);
|
|
888
|
+
--lex-drawer-handle-background: var(--lex-border-default);
|
|
889
|
+
--lex-drawer-handle-width: var(--lex-size-control-lg);
|
|
890
|
+
--lex-drawer-handle-height: var(--lex-size-track-md);
|
|
891
|
+
--lex-drawer-handle-margin-top: var(--lex-space-control-y-sm);
|
|
892
|
+
--lex-drawer-handle-radius: var(--lex-radius-pill);
|
|
893
|
+
--lex-drawer-handle-z-index: var(--lex-elevation-handle-z-index);
|
|
894
|
+
--lex-drawer-swipe-area-size: var(--lex-size-area-swipe-sm);
|
|
895
|
+
--lex-drawer-title-foreground: var(--lex-color-text-primary);
|
|
896
|
+
--lex-drawer-title-padding-end: var(--lex-size-control-lg);
|
|
897
|
+
--lex-drawer-title-font-size: var(--lex-typography-heading-sm-font-size);
|
|
898
|
+
--lex-drawer-title-font-weight: var(--lex-typography-heading-sm-font-weight);
|
|
899
|
+
--lex-drawer-title-font-line-height: var(--lex-typography-heading-sm-line-height);
|
|
900
|
+
--lex-drawer-description-foreground: var(--lex-color-text-secondary);
|
|
901
|
+
--lex-drawer-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
902
|
+
--lex-drawer-description-font-weight: var(--lex-typography-body-sm-font-weight);
|
|
903
|
+
--lex-drawer-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
904
|
+
--lex-drawer-trigger-background: var(--lex-action-primary-base);
|
|
905
|
+
--lex-drawer-trigger-foreground: var(--lex-color-text-inverse);
|
|
906
|
+
--lex-drawer-trigger-hover-background: var(--lex-action-primary-hover);
|
|
907
|
+
--lex-drawer-trigger-height: var(--lex-size-control-md);
|
|
908
|
+
--lex-drawer-trigger-radius: var(--lex-radius-control);
|
|
909
|
+
--lex-drawer-trigger-padding-x: var(--lex-space-control-x-md);
|
|
910
|
+
--lex-drawer-trigger-font-size: var(--lex-typography-control-md-font-size);
|
|
911
|
+
--lex-drawer-trigger-font-weight: var(--lex-typography-control-md-font-weight);
|
|
912
|
+
--lex-drawer-trigger-font-line-height: var(--lex-typography-control-md-line-height);
|
|
913
|
+
--lex-drawer-close-foreground: var(--lex-color-text-secondary);
|
|
914
|
+
--lex-drawer-close-hover-background: var(--lex-color-background-subtle);
|
|
915
|
+
--lex-drawer-close-size: var(--lex-size-control-sm);
|
|
916
|
+
--lex-drawer-close-inset: var(--lex-space-control-x-sm);
|
|
917
|
+
--lex-drawer-close-radius: var(--lex-radius-control);
|
|
918
|
+
--lex-drawer-focus-ring-color: var(--lex-border-focus);
|
|
919
|
+
--lex-drawer-focus-ring-offset-color: var(--lex-color-background-base);
|
|
920
|
+
--lex-drawer-focus-ring-width: var(--lex-outline-width-focus);
|
|
921
|
+
--lex-drawer-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
922
|
+
--lex-drawer-transition-duration: var(--lex-duration-control);
|
|
923
|
+
--lex-drawer-transition-easing: var(--lex-easing-control);
|
|
924
|
+
--lex-field-gap: var(--lex-space-control-gap-sm);
|
|
925
|
+
--lex-field-foreground: var(--lex-color-text-primary);
|
|
926
|
+
--lex-field-label-foreground: var(--lex-color-text-primary);
|
|
927
|
+
--lex-field-label-invalid-foreground: var(--lex-action-danger-base);
|
|
928
|
+
--lex-field-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
929
|
+
--lex-field-label-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
930
|
+
--lex-field-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
931
|
+
--lex-field-label-font-letter-spacing: var(--lex-typography-label-sm-letter-spacing);
|
|
932
|
+
--lex-field-description-foreground: var(--lex-color-text-secondary);
|
|
933
|
+
--lex-field-description-font-size: var(--lex-typography-body-xs-font-size);
|
|
934
|
+
--lex-field-description-font-weight: var(--lex-typography-body-xs-font-weight);
|
|
935
|
+
--lex-field-description-font-line-height: var(--lex-typography-body-xs-line-height);
|
|
936
|
+
--lex-field-description-font-letter-spacing: var(--lex-typography-body-xs-letter-spacing);
|
|
937
|
+
--lex-field-error-foreground: var(--lex-action-danger-base);
|
|
938
|
+
--lex-field-error-font-size: var(--lex-typography-body-xs-font-size);
|
|
939
|
+
--lex-field-error-font-weight: var(--lex-typography-body-xs-font-weight);
|
|
940
|
+
--lex-field-error-font-line-height: var(--lex-typography-body-xs-line-height);
|
|
941
|
+
--lex-field-error-font-letter-spacing: var(--lex-typography-body-xs-letter-spacing);
|
|
942
|
+
--lex-field-item-gap: var(--lex-space-control-gap-sm);
|
|
943
|
+
--lex-field-control-background: var(--lex-color-background-base);
|
|
944
|
+
--lex-field-control-foreground: var(--lex-color-text-primary);
|
|
945
|
+
--lex-field-control-placeholder-color: var(--lex-color-text-secondary);
|
|
946
|
+
--lex-field-control-border-color: var(--lex-border-default);
|
|
947
|
+
--lex-field-control-focus-border-color: var(--lex-border-focus);
|
|
948
|
+
--lex-field-control-focus-ring-color: var(--lex-border-focus);
|
|
949
|
+
--lex-field-control-focus-ring-offset-color: var(--lex-color-background-base);
|
|
950
|
+
--lex-field-control-focus-ring-width: var(--lex-outline-width-focus);
|
|
951
|
+
--lex-field-control-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
952
|
+
--lex-field-control-invalid-border-color: var(--lex-action-danger-base);
|
|
953
|
+
--lex-field-control-invalid-ring-color: var(--lex-action-danger-base);
|
|
954
|
+
--lex-field-control-invalid-ring-width: var(--lex-outline-width-focus);
|
|
955
|
+
--lex-field-control-radius: var(--lex-radius-control);
|
|
956
|
+
--lex-field-control-height-sm: var(--lex-size-control-sm);
|
|
957
|
+
--lex-field-control-height-md: var(--lex-size-control-md);
|
|
958
|
+
--lex-field-control-height-lg: var(--lex-size-control-lg);
|
|
959
|
+
--lex-field-control-padding-x-sm: var(--lex-space-control-x-sm);
|
|
960
|
+
--lex-field-control-padding-x-md: var(--lex-space-control-x-md);
|
|
961
|
+
--lex-field-control-padding-x-lg: var(--lex-space-control-x-lg);
|
|
962
|
+
--lex-field-control-font-family: var(--lex-typography-control-md-font-family);
|
|
963
|
+
--lex-field-control-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
964
|
+
--lex-field-control-font-size-md: var(--lex-typography-control-md-font-size);
|
|
965
|
+
--lex-field-control-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
966
|
+
--lex-field-control-font-weight: var(--lex-typography-control-md-font-weight);
|
|
967
|
+
--lex-field-control-font-line-height: var(--lex-typography-control-md-line-height);
|
|
968
|
+
--lex-field-control-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
969
|
+
--lex-field-transition-duration: var(--lex-duration-control);
|
|
970
|
+
--lex-field-transition-easing: var(--lex-easing-control);
|
|
971
|
+
--lex-fieldset-background: var(--lex-color-background-surface);
|
|
972
|
+
--lex-fieldset-foreground: var(--lex-color-text-primary);
|
|
973
|
+
--lex-fieldset-border-color: var(--lex-border-default);
|
|
974
|
+
--lex-fieldset-radius: var(--lex-radius-surface);
|
|
975
|
+
--lex-fieldset-padding: var(--lex-space-surface-md);
|
|
976
|
+
--lex-fieldset-gap: var(--lex-space-surface-gap-md);
|
|
977
|
+
--lex-fieldset-legend-foreground: var(--lex-color-text-primary);
|
|
978
|
+
--lex-fieldset-legend-margin-bottom: var(--lex-space-surface-gap-sm);
|
|
979
|
+
--lex-fieldset-legend-font-size: var(--lex-typography-label-md-font-size);
|
|
980
|
+
--lex-fieldset-legend-font-weight: var(--lex-typography-label-md-font-weight);
|
|
981
|
+
--lex-fieldset-legend-font-line-height: var(--lex-typography-label-md-line-height);
|
|
982
|
+
--lex-fieldset-legend-font-letter-spacing: var(--lex-typography-label-md-letter-spacing);
|
|
983
|
+
--lex-form-gap: var(--lex-space-surface-gap-md);
|
|
984
|
+
--lex-form-foreground: var(--lex-color-text-primary);
|
|
985
|
+
--lex-input-background: var(--lex-color-background-base);
|
|
986
|
+
--lex-input-foreground: var(--lex-color-text-primary);
|
|
987
|
+
--lex-input-placeholder-color: var(--lex-color-text-secondary);
|
|
988
|
+
--lex-input-border-color: var(--lex-border-default);
|
|
989
|
+
--lex-input-focus-border-color: var(--lex-border-focus);
|
|
990
|
+
--lex-input-focus-ring-color: var(--lex-border-focus);
|
|
991
|
+
--lex-input-focus-ring-offset-color: var(--lex-color-background-base);
|
|
992
|
+
--lex-input-focus-ring-width: var(--lex-outline-width-focus);
|
|
993
|
+
--lex-input-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
994
|
+
--lex-input-invalid-border-color: var(--lex-action-danger-base);
|
|
995
|
+
--lex-input-invalid-ring-color: var(--lex-action-danger-base);
|
|
996
|
+
--lex-input-invalid-ring-width: var(--lex-outline-width-focus);
|
|
997
|
+
--lex-input-radius: var(--lex-radius-control);
|
|
998
|
+
--lex-input-height-sm: var(--lex-size-control-sm);
|
|
999
|
+
--lex-input-height-md: var(--lex-size-control-md);
|
|
1000
|
+
--lex-input-height-lg: var(--lex-size-control-lg);
|
|
1001
|
+
--lex-input-padding-x-sm: var(--lex-space-control-x-sm);
|
|
1002
|
+
--lex-input-padding-x-md: var(--lex-space-control-x-md);
|
|
1003
|
+
--lex-input-padding-x-lg: var(--lex-space-control-x-lg);
|
|
1004
|
+
--lex-input-font-family: var(--lex-typography-control-md-font-family);
|
|
1005
|
+
--lex-input-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1006
|
+
--lex-input-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1007
|
+
--lex-input-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1008
|
+
--lex-input-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1009
|
+
--lex-input-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1010
|
+
--lex-input-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
1011
|
+
--lex-input-transition-duration: var(--lex-duration-control);
|
|
1012
|
+
--lex-input-transition-easing: var(--lex-easing-control);
|
|
1013
|
+
--lex-menu-radius: var(--lex-radius-surface);
|
|
1014
|
+
--lex-menu-trigger-background: var(--lex-color-background-surface);
|
|
1015
|
+
--lex-menu-trigger-foreground: var(--lex-color-text-primary);
|
|
1016
|
+
--lex-menu-trigger-border-color: var(--lex-border-default);
|
|
1017
|
+
--lex-menu-trigger-open-background: var(--lex-color-background-subtle);
|
|
1018
|
+
--lex-menu-trigger-open-border-color: var(--lex-border-focus);
|
|
1019
|
+
--lex-menu-trigger-gap: var(--lex-space-control-gap-sm);
|
|
1020
|
+
--lex-menu-trigger-radius: var(--lex-radius-control);
|
|
1021
|
+
--lex-menu-trigger-height: var(--lex-size-control-md);
|
|
1022
|
+
--lex-menu-trigger-padding-x: var(--lex-space-control-x-md);
|
|
1023
|
+
--lex-menu-trigger-font-size: var(--lex-typography-control-sm-font-size);
|
|
1024
|
+
--lex-menu-trigger-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1025
|
+
--lex-menu-trigger-font-line-height: var(--lex-typography-control-sm-line-height);
|
|
1026
|
+
--lex-menu-popup-background: var(--lex-color-background-base);
|
|
1027
|
+
--lex-menu-popup-foreground: var(--lex-color-text-primary);
|
|
1028
|
+
--lex-menu-popup-border-color: var(--lex-border-default);
|
|
1029
|
+
--lex-menu-popup-max-width: var(--lex-size-panel-width-sm);
|
|
1030
|
+
--lex-menu-popup-shadow: var(--lex-elevation-shadow-floating-box-shadow);
|
|
1031
|
+
--lex-menu-positioner-z-index: var(--lex-elevation-floating-z-index);
|
|
1032
|
+
--lex-menu-positioner-side-offset: var(--lex-space-overlay-side-offset);
|
|
1033
|
+
--lex-menu-viewport-max-height: var(--lex-size-overlay-list-max-height);
|
|
1034
|
+
--lex-menu-list-gap: var(--lex-space-control-gap-sm);
|
|
1035
|
+
--lex-menu-list-padding: var(--lex-space-control-y-xs);
|
|
1036
|
+
--lex-menu-item-foreground: var(--lex-color-text-primary);
|
|
1037
|
+
--lex-menu-item-gap: var(--lex-space-control-gap-sm);
|
|
1038
|
+
--lex-menu-item-radius: var(--lex-radius-control);
|
|
1039
|
+
--lex-menu-item-padding-x: var(--lex-space-control-x-sm);
|
|
1040
|
+
--lex-menu-item-padding-y: var(--lex-space-control-y-xs);
|
|
1041
|
+
--lex-menu-item-font-size: var(--lex-typography-control-sm-font-size);
|
|
1042
|
+
--lex-menu-item-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1043
|
+
--lex-menu-item-font-line-height: var(--lex-typography-control-sm-line-height);
|
|
1044
|
+
--lex-menu-item-highlight-background: var(--lex-color-background-subtle);
|
|
1045
|
+
--lex-menu-item-highlight-foreground: var(--lex-color-text-primary);
|
|
1046
|
+
--lex-menu-item-checked-background: var(--lex-action-primary-base);
|
|
1047
|
+
--lex-menu-item-checked-foreground: var(--lex-color-text-inverse);
|
|
1048
|
+
--lex-menu-item-indicator-size: var(--lex-size-selection-control-sm);
|
|
1049
|
+
--lex-menu-item-focus-ring-width: var(--lex-outline-width-focus);
|
|
1050
|
+
--lex-menu-item-focus-ring-color: var(--lex-border-focus);
|
|
1051
|
+
--lex-menu-item-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1052
|
+
--lex-menu-item-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1053
|
+
--lex-menu-submenu-icon-size: var(--lex-size-selection-control-sm);
|
|
1054
|
+
--lex-menu-group-gap: var(--lex-space-control-gap-sm);
|
|
1055
|
+
--lex-menu-group-label-foreground: var(--lex-color-text-secondary);
|
|
1056
|
+
--lex-menu-group-label-padding-y: var(--lex-space-control-y-xs);
|
|
1057
|
+
--lex-menu-group-label-font-size: var(--lex-typography-label-xs-font-size);
|
|
1058
|
+
--lex-menu-group-label-font-weight: var(--lex-typography-label-xs-font-weight);
|
|
1059
|
+
--lex-menu-group-label-font-line-height: var(--lex-typography-label-xs-line-height);
|
|
1060
|
+
--lex-menu-separator-background: var(--lex-border-default);
|
|
1061
|
+
--lex-menu-separator-margin-y: var(--lex-space-control-y-xs);
|
|
1062
|
+
--lex-menu-arrow-size: var(--lex-size-selection-indicator-md);
|
|
1063
|
+
--lex-menu-backdrop-background: var(--lex-color-text-primary);
|
|
1064
|
+
--lex-menu-backdrop-opacity: 0.2;
|
|
1065
|
+
--lex-menu-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
1066
|
+
--lex-menu-focus-border-color: var(--lex-border-focus);
|
|
1067
|
+
--lex-menu-focus-ring-color: var(--lex-border-focus);
|
|
1068
|
+
--lex-menu-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1069
|
+
--lex-menu-focus-ring-width: var(--lex-outline-width-focus);
|
|
1070
|
+
--lex-menu-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1071
|
+
--lex-menu-transition-duration: var(--lex-duration-control);
|
|
1072
|
+
--lex-menu-transition-easing: var(--lex-easing-control);
|
|
1073
|
+
--lex-meter-gap: var(--lex-space-control-gap-sm);
|
|
1074
|
+
--lex-meter-header-gap: var(--lex-space-control-gap-sm);
|
|
1075
|
+
--lex-meter-label-foreground: var(--lex-color-text-secondary);
|
|
1076
|
+
--lex-meter-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
1077
|
+
--lex-meter-label-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
1078
|
+
--lex-meter-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
1079
|
+
--lex-meter-value-foreground: var(--lex-color-text-primary);
|
|
1080
|
+
--lex-meter-value-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
1081
|
+
--lex-meter-track-background: var(--lex-color-background-subtle);
|
|
1082
|
+
--lex-meter-track-radius: var(--lex-radius-pill);
|
|
1083
|
+
--lex-meter-track-height-sm: var(--lex-size-track-sm);
|
|
1084
|
+
--lex-meter-track-height-md: var(--lex-size-track-md);
|
|
1085
|
+
--lex-meter-track-height-lg: var(--lex-size-track-lg);
|
|
1086
|
+
--lex-meter-indicator-background: var(--lex-action-primary-base);
|
|
1087
|
+
--lex-meter-indicator-background-complete: var(--lex-action-primary-base);
|
|
1088
|
+
--lex-meter-transition-duration: var(--lex-duration-surface);
|
|
1089
|
+
--lex-meter-transition-easing: var(--lex-easing-surface);
|
|
1090
|
+
--lex-number-field-gap: var(--lex-space-control-gap-sm);
|
|
1091
|
+
--lex-number-field-foreground: var(--lex-color-text-primary);
|
|
1092
|
+
--lex-number-field-background: var(--lex-color-background-base);
|
|
1093
|
+
--lex-number-field-border-color: var(--lex-border-default);
|
|
1094
|
+
--lex-number-field-radius: var(--lex-radius-control);
|
|
1095
|
+
--lex-number-field-height-sm: var(--lex-size-control-sm);
|
|
1096
|
+
--lex-number-field-height-md: var(--lex-size-control-md);
|
|
1097
|
+
--lex-number-field-height-lg: var(--lex-size-control-lg);
|
|
1098
|
+
--lex-number-field-input-foreground: var(--lex-color-text-primary);
|
|
1099
|
+
--lex-number-field-input-placeholder-color: var(--lex-color-text-secondary);
|
|
1100
|
+
--lex-number-field-input-padding-x-sm: var(--lex-space-control-x-sm);
|
|
1101
|
+
--lex-number-field-input-padding-x-md: var(--lex-space-control-x-md);
|
|
1102
|
+
--lex-number-field-input-padding-x-lg: var(--lex-space-control-x-lg);
|
|
1103
|
+
--lex-number-field-input-font-family: var(--lex-typography-control-md-font-family);
|
|
1104
|
+
--lex-number-field-input-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1105
|
+
--lex-number-field-input-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1106
|
+
--lex-number-field-input-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1107
|
+
--lex-number-field-input-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1108
|
+
--lex-number-field-input-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1109
|
+
--lex-number-field-input-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
1110
|
+
--lex-number-field-stepper-background: var(--lex-color-background-subtle);
|
|
1111
|
+
--lex-number-field-stepper-foreground: var(--lex-color-text-primary);
|
|
1112
|
+
--lex-number-field-stepper-hover-background: var(--lex-color-background-subtle);
|
|
1113
|
+
--lex-number-field-stepper-border-color: var(--lex-border-default);
|
|
1114
|
+
--lex-number-field-stepper-width-sm: var(--lex-size-control-sm);
|
|
1115
|
+
--lex-number-field-stepper-width-md: var(--lex-size-control-md);
|
|
1116
|
+
--lex-number-field-stepper-width-lg: var(--lex-size-control-lg);
|
|
1117
|
+
--lex-number-field-stepper-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1118
|
+
--lex-number-field-stepper-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1119
|
+
--lex-number-field-stepper-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1120
|
+
--lex-number-field-stepper-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1121
|
+
--lex-number-field-focus-ring-color: var(--lex-border-focus);
|
|
1122
|
+
--lex-number-field-focus-ring-width: var(--lex-outline-width-inset);
|
|
1123
|
+
--lex-number-field-invalid-ring-color: var(--lex-action-danger-base);
|
|
1124
|
+
--lex-number-field-invalid-ring-width: var(--lex-outline-width-inset);
|
|
1125
|
+
--lex-number-field-scrub-foreground: var(--lex-color-text-secondary);
|
|
1126
|
+
--lex-number-field-scrub-font-size: var(--lex-typography-label-sm-font-size);
|
|
1127
|
+
--lex-number-field-scrub-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
1128
|
+
--lex-number-field-scrub-cursor-background: var(--lex-action-primary-base);
|
|
1129
|
+
--lex-number-field-scrub-cursor-radius: var(--lex-radius-pill);
|
|
1130
|
+
--lex-number-field-scrub-cursor-size: var(--lex-size-selection-indicator-md);
|
|
1131
|
+
--lex-number-field-transition-duration: var(--lex-duration-control);
|
|
1132
|
+
--lex-number-field-transition-easing: var(--lex-easing-control);
|
|
1133
|
+
--lex-popover-backdrop-background: var(--lex-color-text-primary);
|
|
1134
|
+
--lex-popover-backdrop-opacity: 0.24;
|
|
1135
|
+
--lex-popover-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
1136
|
+
--lex-popover-positioner-z-index: var(--lex-elevation-floating-z-index);
|
|
1137
|
+
--lex-popover-positioner-side-offset: var(--lex-space-overlay-side-offset);
|
|
1138
|
+
--lex-popover-popup-background: var(--lex-color-background-base);
|
|
1139
|
+
--lex-popover-popup-foreground: var(--lex-color-text-primary);
|
|
1140
|
+
--lex-popover-popup-border-color: var(--lex-border-default);
|
|
1141
|
+
--lex-popover-popup-radius: var(--lex-radius-surface);
|
|
1142
|
+
--lex-popover-popup-max-width: var(--lex-size-panel-width-sm);
|
|
1143
|
+
--lex-popover-popup-inset: var(--lex-space-surface-md);
|
|
1144
|
+
--lex-popover-popup-padding: var(--lex-space-surface-md);
|
|
1145
|
+
--lex-popover-popup-gap: var(--lex-space-surface-gap-sm);
|
|
1146
|
+
--lex-popover-popup-shadow: var(--lex-elevation-shadow-floating-box-shadow);
|
|
1147
|
+
--lex-popover-arrow-size: var(--lex-size-selection-control-sm);
|
|
1148
|
+
--lex-popover-title-foreground: var(--lex-color-text-primary);
|
|
1149
|
+
--lex-popover-title-padding-end: var(--lex-size-control-lg);
|
|
1150
|
+
--lex-popover-title-font-size: var(--lex-typography-heading-xs-font-size);
|
|
1151
|
+
--lex-popover-title-font-weight: var(--lex-typography-heading-xs-font-weight);
|
|
1152
|
+
--lex-popover-title-font-line-height: var(--lex-typography-heading-xs-line-height);
|
|
1153
|
+
--lex-popover-description-foreground: var(--lex-color-text-secondary);
|
|
1154
|
+
--lex-popover-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
1155
|
+
--lex-popover-description-font-weight: var(--lex-typography-body-sm-font-weight);
|
|
1156
|
+
--lex-popover-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
1157
|
+
--lex-popover-trigger-background: var(--lex-color-background-base);
|
|
1158
|
+
--lex-popover-trigger-foreground: var(--lex-color-text-primary);
|
|
1159
|
+
--lex-popover-trigger-border-color: var(--lex-border-default);
|
|
1160
|
+
--lex-popover-trigger-hover-background: var(--lex-color-background-subtle);
|
|
1161
|
+
--lex-popover-trigger-height: var(--lex-size-control-md);
|
|
1162
|
+
--lex-popover-trigger-radius: var(--lex-radius-control);
|
|
1163
|
+
--lex-popover-trigger-padding-x: var(--lex-space-control-x-md);
|
|
1164
|
+
--lex-popover-trigger-font-size: var(--lex-typography-control-md-font-size);
|
|
1165
|
+
--lex-popover-trigger-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1166
|
+
--lex-popover-trigger-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1167
|
+
--lex-popover-close-foreground: var(--lex-color-text-secondary);
|
|
1168
|
+
--lex-popover-close-hover-background: var(--lex-color-background-subtle);
|
|
1169
|
+
--lex-popover-close-size: var(--lex-size-control-sm);
|
|
1170
|
+
--lex-popover-close-inset: var(--lex-space-control-x-sm);
|
|
1171
|
+
--lex-popover-close-radius: var(--lex-radius-control);
|
|
1172
|
+
--lex-popover-focus-ring-color: var(--lex-border-focus);
|
|
1173
|
+
--lex-popover-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1174
|
+
--lex-popover-focus-ring-width: var(--lex-outline-width-focus);
|
|
1175
|
+
--lex-popover-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1176
|
+
--lex-popover-transition-duration: var(--lex-duration-control);
|
|
1177
|
+
--lex-popover-transition-easing: var(--lex-easing-control);
|
|
1178
|
+
--lex-progress-gap: var(--lex-space-control-gap-sm);
|
|
1179
|
+
--lex-progress-label-foreground: var(--lex-color-text-secondary);
|
|
1180
|
+
--lex-progress-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
1181
|
+
--lex-progress-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
1182
|
+
--lex-progress-track-background: var(--lex-color-background-subtle);
|
|
1183
|
+
--lex-progress-track-radius: var(--lex-radius-pill);
|
|
1184
|
+
--lex-progress-track-height-sm: var(--lex-size-track-sm);
|
|
1185
|
+
--lex-progress-track-height-md: var(--lex-size-track-md);
|
|
1186
|
+
--lex-progress-track-height-lg: var(--lex-size-track-lg);
|
|
1187
|
+
--lex-progress-indicator-background: var(--lex-action-primary-base);
|
|
1188
|
+
--lex-progress-transition-duration: var(--lex-duration-surface);
|
|
1189
|
+
--lex-progress-transition-easing: var(--lex-easing-surface);
|
|
1190
|
+
--lex-radio-group-gap: var(--lex-space-control-gap-md);
|
|
1191
|
+
--lex-radio-group-item-background: var(--lex-color-background-base);
|
|
1192
|
+
--lex-radio-group-item-foreground: var(--lex-action-primary-base);
|
|
1193
|
+
--lex-radio-group-item-border-color: var(--lex-border-default);
|
|
1194
|
+
--lex-radio-group-item-checked-border-color: var(--lex-action-primary-base);
|
|
1195
|
+
--lex-radio-group-item-radius: var(--lex-radius-pill);
|
|
1196
|
+
--lex-radio-group-item-size-sm: var(--lex-size-selection-control-sm);
|
|
1197
|
+
--lex-radio-group-item-size-md: var(--lex-size-selection-control-md);
|
|
1198
|
+
--lex-radio-group-item-size-lg: var(--lex-size-selection-control-lg);
|
|
1199
|
+
--lex-radio-group-indicator-size-sm: var(--lex-size-selection-indicator-sm);
|
|
1200
|
+
--lex-radio-group-indicator-size-md: var(--lex-size-selection-indicator-md);
|
|
1201
|
+
--lex-radio-group-indicator-size-lg: var(--lex-size-selection-indicator-lg);
|
|
1202
|
+
--lex-radio-group-label-gap: var(--lex-space-control-gap-md);
|
|
1203
|
+
--lex-radio-group-label-foreground: var(--lex-color-text-primary);
|
|
1204
|
+
--lex-radio-group-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
1205
|
+
--lex-radio-group-label-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
1206
|
+
--lex-radio-group-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
1207
|
+
--lex-radio-group-focus-ring-color: var(--lex-border-focus);
|
|
1208
|
+
--lex-radio-group-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1209
|
+
--lex-radio-group-focus-ring-width: var(--lex-outline-width-focus);
|
|
1210
|
+
--lex-radio-group-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1211
|
+
--lex-radio-group-transition-duration: var(--lex-duration-control);
|
|
1212
|
+
--lex-radio-group-transition-easing: var(--lex-easing-control);
|
|
1213
|
+
--lex-scroll-area-scrollbar-size: var(--lex-size-control-xs);
|
|
1214
|
+
--lex-scroll-area-scrollbar-padding: var(--lex-space-control-x-xs);
|
|
1215
|
+
--lex-scroll-area-thumb-background: var(--lex-border-strong);
|
|
1216
|
+
--lex-scroll-area-thumb-radius: var(--lex-radius-pill);
|
|
1217
|
+
--lex-select-background: var(--lex-color-background-base);
|
|
1218
|
+
--lex-select-foreground: var(--lex-color-text-primary);
|
|
1219
|
+
--lex-select-placeholder-color: var(--lex-color-text-secondary);
|
|
1220
|
+
--lex-select-border-color: var(--lex-border-default);
|
|
1221
|
+
--lex-select-radius: var(--lex-radius-control);
|
|
1222
|
+
--lex-select-height-sm: var(--lex-size-control-sm);
|
|
1223
|
+
--lex-select-height-md: var(--lex-size-control-md);
|
|
1224
|
+
--lex-select-height-lg: var(--lex-size-control-lg);
|
|
1225
|
+
--lex-select-padding-x-sm: var(--lex-space-control-x-sm);
|
|
1226
|
+
--lex-select-padding-x-md: var(--lex-space-control-x-md);
|
|
1227
|
+
--lex-select-padding-x-lg: var(--lex-space-control-x-lg);
|
|
1228
|
+
--lex-select-trigger-gap: var(--lex-space-control-gap-sm);
|
|
1229
|
+
--lex-select-font-family: var(--lex-typography-control-md-font-family);
|
|
1230
|
+
--lex-select-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1231
|
+
--lex-select-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1232
|
+
--lex-select-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1233
|
+
--lex-select-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1234
|
+
--lex-select-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1235
|
+
--lex-select-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
1236
|
+
--lex-select-label-foreground: var(--lex-color-text-primary);
|
|
1237
|
+
--lex-select-label-font-size: var(--lex-typography-label-sm-font-size);
|
|
1238
|
+
--lex-select-label-font-weight: var(--lex-typography-label-sm-font-weight);
|
|
1239
|
+
--lex-select-label-font-line-height: var(--lex-typography-label-sm-line-height);
|
|
1240
|
+
--lex-select-icon-foreground: var(--lex-color-text-secondary);
|
|
1241
|
+
--lex-select-icon-size: var(--lex-size-selection-control-md);
|
|
1242
|
+
--lex-select-popup-background: var(--lex-color-background-base);
|
|
1243
|
+
--lex-select-popup-foreground: var(--lex-color-text-primary);
|
|
1244
|
+
--lex-select-popup-border-color: var(--lex-border-default);
|
|
1245
|
+
--lex-select-popup-max-height: var(--lex-size-overlay-list-max-height);
|
|
1246
|
+
--lex-select-popup-shadow: var(--lex-elevation-shadow-floating-box-shadow);
|
|
1247
|
+
--lex-select-positioner-z-index: var(--lex-elevation-floating-z-index);
|
|
1248
|
+
--lex-select-positioner-side-offset: var(--lex-space-overlay-side-offset);
|
|
1249
|
+
--lex-select-list-gap: var(--lex-space-control-gap-sm);
|
|
1250
|
+
--lex-select-list-padding: var(--lex-space-control-y-xs);
|
|
1251
|
+
--lex-select-item-foreground: var(--lex-color-text-primary);
|
|
1252
|
+
--lex-select-item-gap: var(--lex-space-control-gap-sm);
|
|
1253
|
+
--lex-select-item-radius: var(--lex-radius-control);
|
|
1254
|
+
--lex-select-item-padding-x: var(--lex-space-control-x-sm);
|
|
1255
|
+
--lex-select-item-padding-y: var(--lex-space-control-y-xs);
|
|
1256
|
+
--lex-select-item-font-size: var(--lex-typography-control-sm-font-size);
|
|
1257
|
+
--lex-select-item-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1258
|
+
--lex-select-item-font-line-height: var(--lex-typography-control-sm-line-height);
|
|
1259
|
+
--lex-select-item-highlight-background: var(--lex-color-background-subtle);
|
|
1260
|
+
--lex-select-item-highlight-foreground: var(--lex-color-text-primary);
|
|
1261
|
+
--lex-select-item-selected-background: var(--lex-action-primary-base);
|
|
1262
|
+
--lex-select-item-selected-foreground: var(--lex-color-text-inverse);
|
|
1263
|
+
--lex-select-item-indicator-size: var(--lex-size-selection-control-sm);
|
|
1264
|
+
--lex-select-group-gap: var(--lex-space-control-gap-sm);
|
|
1265
|
+
--lex-select-group-label-foreground: var(--lex-color-text-secondary);
|
|
1266
|
+
--lex-select-group-label-padding-y: var(--lex-space-control-y-xs);
|
|
1267
|
+
--lex-select-group-label-font-size: var(--lex-typography-label-xs-font-size);
|
|
1268
|
+
--lex-select-group-label-font-weight: var(--lex-typography-label-xs-font-weight);
|
|
1269
|
+
--lex-select-group-label-font-line-height: var(--lex-typography-label-xs-line-height);
|
|
1270
|
+
--lex-select-arrow-size: var(--lex-size-selection-indicator-md);
|
|
1271
|
+
--lex-select-scroll-arrow-height: var(--lex-size-control-xs);
|
|
1272
|
+
--lex-select-backdrop-background: var(--lex-color-text-primary);
|
|
1273
|
+
--lex-select-backdrop-opacity: 0.2;
|
|
1274
|
+
--lex-select-backdrop-z-index: var(--lex-elevation-backdrop-z-index);
|
|
1275
|
+
--lex-select-focus-border-color: var(--lex-border-focus);
|
|
1276
|
+
--lex-select-focus-ring-color: var(--lex-border-focus);
|
|
1277
|
+
--lex-select-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1278
|
+
--lex-select-focus-ring-width: var(--lex-outline-width-focus);
|
|
1279
|
+
--lex-select-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1280
|
+
--lex-select-invalid-border-color: var(--lex-action-danger-base);
|
|
1281
|
+
--lex-select-invalid-ring-color: var(--lex-action-danger-base);
|
|
1282
|
+
--lex-select-invalid-ring-width: var(--lex-outline-width-focus);
|
|
1283
|
+
--lex-select-transition-duration: var(--lex-duration-control);
|
|
1284
|
+
--lex-select-transition-easing: var(--lex-easing-control);
|
|
1285
|
+
--lex-separator-color: var(--lex-border-default);
|
|
1286
|
+
--lex-separator-thickness: 1px;
|
|
1287
|
+
--lex-slider-gap: var(--lex-space-control-gap-md);
|
|
1288
|
+
--lex-slider-control-padding-y: var(--lex-space-control-y-sm);
|
|
1289
|
+
--lex-slider-track-background: var(--lex-color-background-subtle);
|
|
1290
|
+
--lex-slider-track-radius: var(--lex-radius-pill);
|
|
1291
|
+
--lex-slider-track-height: var(--lex-size-track-md);
|
|
1292
|
+
--lex-slider-indicator-background: var(--lex-action-primary-base);
|
|
1293
|
+
--lex-slider-thumb-background: var(--lex-color-background-base);
|
|
1294
|
+
--lex-slider-thumb-border-color: var(--lex-action-primary-base);
|
|
1295
|
+
--lex-slider-thumb-radius: var(--lex-radius-pill);
|
|
1296
|
+
--lex-slider-thumb-size: var(--lex-size-thumb-md);
|
|
1297
|
+
--lex-slider-focus-ring-color: var(--lex-border-focus);
|
|
1298
|
+
--lex-slider-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1299
|
+
--lex-slider-focus-ring-width: var(--lex-outline-width-focus);
|
|
1300
|
+
--lex-slider-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1301
|
+
--lex-slider-transition-duration: var(--lex-duration-control);
|
|
1302
|
+
--lex-slider-transition-easing: var(--lex-easing-control);
|
|
1303
|
+
--lex-switch-background: var(--lex-color-background-subtle);
|
|
1304
|
+
--lex-switch-checked-background: var(--lex-action-primary-base);
|
|
1305
|
+
--lex-switch-radius: var(--lex-radius-pill);
|
|
1306
|
+
--lex-switch-padding: var(--lex-space-control-y-xs);
|
|
1307
|
+
--lex-switch-width-sm: var(--lex-size-switch-track-width-sm);
|
|
1308
|
+
--lex-switch-width-md: var(--lex-size-switch-track-width-md);
|
|
1309
|
+
--lex-switch-width-lg: var(--lex-size-switch-track-width-lg);
|
|
1310
|
+
--lex-switch-height-sm: var(--lex-size-switch-track-height-sm);
|
|
1311
|
+
--lex-switch-height-md: var(--lex-size-switch-track-height-md);
|
|
1312
|
+
--lex-switch-height-lg: var(--lex-size-switch-track-height-lg);
|
|
1313
|
+
--lex-switch-thumb-background: var(--lex-color-background-base);
|
|
1314
|
+
--lex-switch-thumb-radius: var(--lex-radius-pill);
|
|
1315
|
+
--lex-switch-thumb-size-sm: var(--lex-size-thumb-sm);
|
|
1316
|
+
--lex-switch-thumb-size-md: var(--lex-size-thumb-md);
|
|
1317
|
+
--lex-switch-thumb-size-lg: var(--lex-size-thumb-lg);
|
|
1318
|
+
--lex-switch-thumb-translate-sm: var(--lex-size-thumb-sm);
|
|
1319
|
+
--lex-switch-thumb-translate-md: var(--lex-size-thumb-md);
|
|
1320
|
+
--lex-switch-thumb-translate-lg: var(--lex-size-thumb-lg);
|
|
1321
|
+
--lex-switch-focus-ring-color: var(--lex-border-focus);
|
|
1322
|
+
--lex-switch-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1323
|
+
--lex-switch-focus-ring-width: var(--lex-outline-width-focus);
|
|
1324
|
+
--lex-switch-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1325
|
+
--lex-switch-transition-duration: var(--lex-duration-control);
|
|
1326
|
+
--lex-switch-transition-easing: var(--lex-easing-control);
|
|
1327
|
+
--lex-tabs-gap: var(--lex-space-control-gap-lg);
|
|
1328
|
+
--lex-tabs-list-background: var(--lex-color-background-subtle);
|
|
1329
|
+
--lex-tabs-list-radius: var(--lex-radius-control);
|
|
1330
|
+
--lex-tabs-list-padding: var(--lex-space-control-y-xs);
|
|
1331
|
+
--lex-tabs-tab-background: transparent;
|
|
1332
|
+
--lex-tabs-tab-foreground: var(--lex-color-text-secondary);
|
|
1333
|
+
--lex-tabs-tab-active-background: var(--lex-color-background-base);
|
|
1334
|
+
--lex-tabs-tab-active-foreground: var(--lex-color-text-primary);
|
|
1335
|
+
--lex-tabs-tab-radius: var(--lex-radius-selection);
|
|
1336
|
+
--lex-tabs-tab-padding-x: var(--lex-space-control-x-sm);
|
|
1337
|
+
--lex-tabs-tab-padding-y: var(--lex-space-control-y-xs);
|
|
1338
|
+
--lex-tabs-tab-font-size: var(--lex-typography-control-sm-font-size);
|
|
1339
|
+
--lex-tabs-tab-font-weight: var(--lex-typography-control-sm-font-weight);
|
|
1340
|
+
--lex-tabs-tab-font-line-height: var(--lex-typography-control-sm-line-height);
|
|
1341
|
+
--lex-tabs-panel-foreground: var(--lex-color-text-primary);
|
|
1342
|
+
--lex-tabs-panel-font-size: var(--lex-typography-body-sm-font-size);
|
|
1343
|
+
--lex-tabs-panel-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
1344
|
+
--lex-tabs-focus-ring-color: var(--lex-border-focus);
|
|
1345
|
+
--lex-tabs-focus-ring-width: var(--lex-outline-width-inset);
|
|
1346
|
+
--lex-tabs-transition-duration: var(--lex-duration-control);
|
|
1347
|
+
--lex-tabs-transition-easing: var(--lex-easing-control);
|
|
1348
|
+
--lex-textarea-background: var(--lex-color-background-base);
|
|
1349
|
+
--lex-textarea-foreground: var(--lex-color-text-primary);
|
|
1350
|
+
--lex-textarea-placeholder-color: var(--lex-color-text-secondary);
|
|
1351
|
+
--lex-textarea-border-color: var(--lex-border-default);
|
|
1352
|
+
--lex-textarea-focus-border-color: var(--lex-border-focus);
|
|
1353
|
+
--lex-textarea-focus-ring-color: var(--lex-border-focus);
|
|
1354
|
+
--lex-textarea-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1355
|
+
--lex-textarea-focus-ring-width: var(--lex-outline-width-focus);
|
|
1356
|
+
--lex-textarea-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1357
|
+
--lex-textarea-invalid-border-color: var(--lex-action-danger-base);
|
|
1358
|
+
--lex-textarea-invalid-ring-color: var(--lex-action-danger-base);
|
|
1359
|
+
--lex-textarea-invalid-ring-width: var(--lex-outline-width-focus);
|
|
1360
|
+
--lex-textarea-radius: var(--lex-radius-control);
|
|
1361
|
+
--lex-textarea-min-height-sm: var(--lex-size-control-xl);
|
|
1362
|
+
--lex-textarea-min-height-md: var(--lex-size-control-2xl);
|
|
1363
|
+
--lex-textarea-min-height-lg: var(--lex-size-control-2xl);
|
|
1364
|
+
--lex-textarea-padding-x-sm: var(--lex-space-control-x-sm);
|
|
1365
|
+
--lex-textarea-padding-x-md: var(--lex-space-control-x-md);
|
|
1366
|
+
--lex-textarea-padding-x-lg: var(--lex-space-control-x-lg);
|
|
1367
|
+
--lex-textarea-padding-y-sm: var(--lex-space-control-y-sm);
|
|
1368
|
+
--lex-textarea-padding-y-md: var(--lex-space-control-y-md);
|
|
1369
|
+
--lex-textarea-padding-y-lg: var(--lex-space-control-y-lg);
|
|
1370
|
+
--lex-textarea-font-family: var(--lex-typography-control-md-font-family);
|
|
1371
|
+
--lex-textarea-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1372
|
+
--lex-textarea-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1373
|
+
--lex-textarea-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1374
|
+
--lex-textarea-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1375
|
+
--lex-textarea-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1376
|
+
--lex-textarea-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
1377
|
+
--lex-textarea-transition-duration: var(--lex-duration-control);
|
|
1378
|
+
--lex-textarea-transition-easing: var(--lex-easing-control);
|
|
1379
|
+
--lex-toast-viewport-width: var(--lex-size-panel-width-md);
|
|
1380
|
+
--lex-toast-viewport-max-height: var(--lex-size-overlay-viewport-max-height);
|
|
1381
|
+
--lex-toast-viewport-inset: var(--lex-space-surface-sm);
|
|
1382
|
+
--lex-toast-viewport-gap: var(--lex-space-surface-gap-sm);
|
|
1383
|
+
--lex-toast-viewport-gap-expanded: var(--lex-space-surface-gap-md);
|
|
1384
|
+
--lex-toast-viewport-padding: var(--lex-space-surface-sm);
|
|
1385
|
+
--lex-toast-viewport-z-index: var(--lex-elevation-toast-z-index);
|
|
1386
|
+
--lex-toast-background: var(--lex-color-background-base);
|
|
1387
|
+
--lex-toast-foreground: var(--lex-color-text-primary);
|
|
1388
|
+
--lex-toast-border-color: var(--lex-border-default);
|
|
1389
|
+
--lex-toast-shadow: var(--lex-elevation-shadow-raised-box-shadow);
|
|
1390
|
+
--lex-toast-success-background: var(--lex-color-feedback-success-background);
|
|
1391
|
+
--lex-toast-success-foreground: var(--lex-color-feedback-success-foreground);
|
|
1392
|
+
--lex-toast-success-border-color: var(--lex-color-feedback-success-foreground);
|
|
1393
|
+
--lex-toast-info-background: var(--lex-color-feedback-info-background);
|
|
1394
|
+
--lex-toast-info-foreground: var(--lex-color-feedback-info-foreground);
|
|
1395
|
+
--lex-toast-info-border-color: var(--lex-color-feedback-info-foreground);
|
|
1396
|
+
--lex-toast-danger-background: var(--lex-color-feedback-danger-background);
|
|
1397
|
+
--lex-toast-danger-foreground: var(--lex-color-feedback-danger-foreground);
|
|
1398
|
+
--lex-toast-danger-border-color: var(--lex-color-feedback-danger-foreground);
|
|
1399
|
+
--lex-toast-radius: var(--lex-radius-surface);
|
|
1400
|
+
--lex-toast-padding: var(--lex-space-surface-md);
|
|
1401
|
+
--lex-toast-padding-end: var(--lex-size-control-lg);
|
|
1402
|
+
--lex-toast-gap: var(--lex-space-surface-gap-sm);
|
|
1403
|
+
--lex-toast-content-gap: var(--lex-space-surface-gap-sm);
|
|
1404
|
+
--lex-toast-content-behind-opacity: 0.72;
|
|
1405
|
+
--lex-toast-arrow-size: var(--lex-size-selection-control-sm);
|
|
1406
|
+
--lex-toast-title-foreground: var(--lex-color-text-primary);
|
|
1407
|
+
--lex-toast-title-font-size: var(--lex-typography-heading-xs-font-size);
|
|
1408
|
+
--lex-toast-title-font-weight: var(--lex-typography-heading-xs-font-weight);
|
|
1409
|
+
--lex-toast-title-font-line-height: var(--lex-typography-heading-xs-line-height);
|
|
1410
|
+
--lex-toast-description-foreground: var(--lex-color-text-secondary);
|
|
1411
|
+
--lex-toast-description-font-size: var(--lex-typography-body-sm-font-size);
|
|
1412
|
+
--lex-toast-description-font-weight: var(--lex-typography-body-sm-font-weight);
|
|
1413
|
+
--lex-toast-description-font-line-height: var(--lex-typography-body-sm-line-height);
|
|
1414
|
+
--lex-toast-action-foreground: var(--lex-color-text-primary);
|
|
1415
|
+
--lex-toast-action-border-color: var(--lex-border-default);
|
|
1416
|
+
--lex-toast-action-hover-background: var(--lex-color-background-subtle);
|
|
1417
|
+
--lex-toast-action-height: var(--lex-size-control-sm);
|
|
1418
|
+
--lex-toast-action-radius: var(--lex-radius-control);
|
|
1419
|
+
--lex-toast-action-padding-x: var(--lex-space-control-x-sm);
|
|
1420
|
+
--lex-toast-action-font-size: var(--lex-typography-control-sm-font-size);
|
|
1421
|
+
--lex-toast-action-font-weight: var(--lex-typography-control-sm-font-weight);
|
|
1422
|
+
--lex-toast-action-font-line-height: var(--lex-typography-control-sm-line-height);
|
|
1423
|
+
--lex-toast-close-foreground: var(--lex-color-text-secondary);
|
|
1424
|
+
--lex-toast-close-hover-background: var(--lex-color-background-subtle);
|
|
1425
|
+
--lex-toast-close-size: var(--lex-size-control-sm);
|
|
1426
|
+
--lex-toast-close-inset: var(--lex-space-control-x-sm);
|
|
1427
|
+
--lex-toast-close-radius: var(--lex-radius-control);
|
|
1428
|
+
--lex-toast-focus-ring-color: var(--lex-border-focus);
|
|
1429
|
+
--lex-toast-focus-ring-width: var(--lex-outline-width-inset);
|
|
1430
|
+
--lex-toast-transition-duration: var(--lex-duration-control);
|
|
1431
|
+
--lex-toast-transition-easing: var(--lex-easing-control);
|
|
1432
|
+
--lex-toast-motion-offset-y: var(--lex-motion-offset-entry-y);
|
|
1433
|
+
--lex-toggle-background: var(--lex-color-background-base);
|
|
1434
|
+
--lex-toggle-foreground: var(--lex-color-text-primary);
|
|
1435
|
+
--lex-toggle-border-color: var(--lex-border-default);
|
|
1436
|
+
--lex-toggle-hover-background: var(--lex-color-background-subtle);
|
|
1437
|
+
--lex-toggle-pressed-background: var(--lex-action-primary-base);
|
|
1438
|
+
--lex-toggle-pressed-foreground: var(--lex-color-text-inverse);
|
|
1439
|
+
--lex-toggle-pressed-border-color: var(--lex-action-primary-base);
|
|
1440
|
+
--lex-toggle-radius: var(--lex-radius-control);
|
|
1441
|
+
--lex-toggle-height-sm: var(--lex-size-control-sm);
|
|
1442
|
+
--lex-toggle-height-md: var(--lex-size-control-md);
|
|
1443
|
+
--lex-toggle-height-lg: var(--lex-size-control-lg);
|
|
1444
|
+
--lex-toggle-padding-x-sm: var(--lex-space-control-x-sm);
|
|
1445
|
+
--lex-toggle-padding-x-md: var(--lex-space-control-x-md);
|
|
1446
|
+
--lex-toggle-padding-x-lg: var(--lex-space-control-x-lg);
|
|
1447
|
+
--lex-toggle-font-family: var(--lex-typography-control-md-font-family);
|
|
1448
|
+
--lex-toggle-font-size-sm: var(--lex-typography-control-sm-font-size);
|
|
1449
|
+
--lex-toggle-font-size-md: var(--lex-typography-control-md-font-size);
|
|
1450
|
+
--lex-toggle-font-size-lg: var(--lex-typography-control-lg-font-size);
|
|
1451
|
+
--lex-toggle-font-weight: var(--lex-typography-control-md-font-weight);
|
|
1452
|
+
--lex-toggle-font-line-height: var(--lex-typography-control-md-line-height);
|
|
1453
|
+
--lex-toggle-font-letter-spacing: var(--lex-typography-control-md-letter-spacing);
|
|
1454
|
+
--lex-toggle-focus-ring-color: var(--lex-border-focus);
|
|
1455
|
+
--lex-toggle-focus-ring-offset-color: var(--lex-color-background-base);
|
|
1456
|
+
--lex-toggle-focus-ring-width: var(--lex-outline-width-focus);
|
|
1457
|
+
--lex-toggle-focus-ring-offset: var(--lex-outline-offset-focus);
|
|
1458
|
+
--lex-toggle-transition-duration: var(--lex-duration-control);
|
|
1459
|
+
--lex-toggle-transition-easing: var(--lex-easing-control);
|
|
1460
|
+
--lex-toggle-group-background: var(--lex-color-background-subtle);
|
|
1461
|
+
--lex-toggle-group-border-color: var(--lex-border-default);
|
|
1462
|
+
--lex-toggle-group-radius: var(--lex-radius-control);
|
|
1463
|
+
--lex-toggle-group-padding: var(--lex-space-control-y-xs);
|
|
1464
|
+
--lex-toggle-group-gap-sm: var(--lex-space-control-gap-sm);
|
|
1465
|
+
--lex-toggle-group-gap-md: var(--lex-space-control-gap-sm);
|
|
1466
|
+
--lex-toggle-group-gap-lg: var(--lex-space-control-gap-md);
|
|
1467
|
+
--lex-tooltip-positioner-z-index: var(--lex-elevation-tooltip-z-index);
|
|
1468
|
+
--lex-tooltip-positioner-side-offset: var(--lex-space-overlay-side-offset);
|
|
1469
|
+
--lex-tooltip-background: var(--lex-color-text-primary);
|
|
1470
|
+
--lex-tooltip-foreground: var(--lex-color-background-base);
|
|
1471
|
+
--lex-tooltip-border-color: var(--lex-border-default);
|
|
1472
|
+
--lex-tooltip-radius: var(--lex-radius-control);
|
|
1473
|
+
--lex-tooltip-shadow: var(--lex-elevation-shadow-floating-box-shadow);
|
|
1474
|
+
--lex-tooltip-padding-x: var(--lex-space-control-x-xs);
|
|
1475
|
+
--lex-tooltip-padding-y: var(--lex-space-control-y-xs);
|
|
1476
|
+
--lex-tooltip-font-size: var(--lex-typography-label-xs-font-size);
|
|
1477
|
+
--lex-tooltip-font-weight: var(--lex-typography-label-xs-font-weight);
|
|
1478
|
+
--lex-tooltip-font-line-height: var(--lex-typography-label-xs-line-height);
|
|
1479
|
+
--lex-tooltip-transition-duration: var(--lex-duration-control);
|
|
1480
|
+
--lex-tooltip-transition-easing: var(--lex-easing-control);
|
|
1445
1481
|
}
|