@withlayers/tokens 0.9.2 → 0.10.0
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.css +109 -84
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -179,6 +179,15 @@
|
|
|
179
179
|
--l--typography--text-transform--uppercase: uppercase;
|
|
180
180
|
--l--typography--text-transform--lowercase: lowercase;
|
|
181
181
|
--l--typography--text-transform--capitalize: capitalize;
|
|
182
|
+
--l--typography--text-decoration-line--line-through: line-through;
|
|
183
|
+
--l--typography--text-decoration-line--none: none;
|
|
184
|
+
--l--typography--text-decoration-line--underline: underline;
|
|
185
|
+
--l--typography--text-decoration-style--dashed: dashed;
|
|
186
|
+
--l--typography--text-decoration-style--dotted: dotted;
|
|
187
|
+
--l--typography--text-decoration-style--double: double;
|
|
188
|
+
--l--typography--text-decoration-style--solid: solid;
|
|
189
|
+
--l--typography--text-decoration-style--wavy: wavy;
|
|
190
|
+
--l--typography--text-decoration-thickness--auto: from-font;
|
|
182
191
|
--l--theme--typography--heading--line-height--l5: 1;
|
|
183
192
|
--l--theme--typography--heading--line-height--l6: 1;
|
|
184
193
|
--l--units--1: 0.0625rem;
|
|
@@ -224,53 +233,21 @@
|
|
|
224
233
|
--l--theme--blockquote--typography--line-height: var(--l--typography--line-height--1250);
|
|
225
234
|
--l--theme--blockquote--typography--text-transform: var(--l--typography--text-transform--none);
|
|
226
235
|
--l--theme--button--border--style: var(--l--border--style--solid);
|
|
227
|
-
--l--theme--button--typography--font-family--xs: var(--l--typography--font-family--sans-serif);
|
|
228
|
-
--l--theme--button--typography--font-family--sm: var(--l--typography--font-family--sans-serif);
|
|
229
|
-
--l--theme--button--typography--font-family--md: var(--l--typography--font-family--sans-serif);
|
|
230
|
-
--l--theme--button--typography--font-family--lg: var(--l--typography--font-family--sans-serif);
|
|
231
|
-
--l--theme--button--typography--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
232
|
-
--l--theme--button--typography--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
233
|
-
--l--theme--button--typography--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
234
|
-
--l--theme--button--typography--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
235
|
-
--l--theme--button--typography--font-style--xs: var(--l--typography--font-style--normal);
|
|
236
|
-
--l--theme--button--typography--font-style--sm: var(--l--typography--font-style--normal);
|
|
237
|
-
--l--theme--button--typography--font-style--md: var(--l--typography--font-style--normal);
|
|
238
|
-
--l--theme--button--typography--font-style--lg: var(--l--typography--font-style--normal);
|
|
239
|
-
--l--theme--button--typography--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
240
|
-
--l--theme--button--typography--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
241
|
-
--l--theme--button--typography--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
242
|
-
--l--theme--button--typography--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
243
|
-
--l--theme--button--typography--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
244
|
-
--l--theme--button--typography--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
245
|
-
--l--theme--button--typography--font-weight--md: var(--l--typography--font-weight--medium);
|
|
246
|
-
--l--theme--button--typography--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
247
|
-
--l--theme--button--typography--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
248
|
-
--l--theme--button--typography--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
249
|
-
--l--theme--button--typography--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
250
|
-
--l--theme--button--typography--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
251
|
-
--l--theme--button--typography--line-height--xs: var(--l--typography--line-height--1250);
|
|
252
|
-
--l--theme--button--typography--line-height--sm: var(--l--typography--line-height--1250);
|
|
253
|
-
--l--theme--button--typography--line-height--md: var(--l--typography--line-height--1375);
|
|
254
|
-
--l--theme--button--typography--line-height--lg: var(--l--typography--line-height--1500);
|
|
255
|
-
--l--theme--button--typography--text-transform--xs: var(--l--typography--text-transform--none);
|
|
256
|
-
--l--theme--button--typography--text-transform--sm: var(--l--typography--text-transform--none);
|
|
257
|
-
--l--theme--button--typography--text-transform--md: var(--l--typography--text-transform--none);
|
|
258
|
-
--l--theme--button--typography--text-transform--lg: var(--l--typography--text-transform--none);
|
|
259
236
|
--l--theme--button--color--background--primary--on-default--rest: var(--l--color--neutral--100);
|
|
260
237
|
--l--theme--button--color--background--primary--on-default--active: var(--l--color--neutral--80);
|
|
261
238
|
--l--theme--button--color--background--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
262
239
|
--l--theme--button--color--background--primary--on-default--focus: var(--l--color--neutral--100);
|
|
263
240
|
--l--theme--button--color--background--primary--on-default--hover: var(--l--color--neutral--80);
|
|
264
|
-
--l--theme--button--color--background--secondary--on-default--rest: var(--l--color--
|
|
265
|
-
--l--theme--button--color--background--secondary--on-default--active: var(--l--color--
|
|
266
|
-
--l--theme--button--color--background--secondary--on-default--disabled: var(--l--color--
|
|
267
|
-
--l--theme--button--color--background--secondary--on-default--focus: var(--l--color--neutral--
|
|
268
|
-
--l--theme--button--color--background--secondary--on-default--hover: var(--l--color--
|
|
269
|
-
--l--theme--button--color--background--tertiary--on-default--rest: var(--l--color--
|
|
270
|
-
--l--theme--button--color--background--tertiary--on-default--active: var(--l--color--
|
|
271
|
-
--l--theme--button--color--background--tertiary--on-default--disabled: var(--l--color--
|
|
272
|
-
--l--theme--button--color--background--tertiary--on-default--focus: var(--l--color--neutral--
|
|
273
|
-
--l--theme--button--color--background--tertiary--on-default--hover: var(--l--color--
|
|
241
|
+
--l--theme--button--color--background--secondary--on-default--rest: var(--l--color--dark-alpha--0);
|
|
242
|
+
--l--theme--button--color--background--secondary--on-default--active: var(--l--color--dark-alpha--10);
|
|
243
|
+
--l--theme--button--color--background--secondary--on-default--disabled: var(--l--color--dark-alpha--0);
|
|
244
|
+
--l--theme--button--color--background--secondary--on-default--focus: var(--l--color--neutral--0);
|
|
245
|
+
--l--theme--button--color--background--secondary--on-default--hover: var(--l--color--dark-alpha--10);
|
|
246
|
+
--l--theme--button--color--background--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
247
|
+
--l--theme--button--color--background--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
248
|
+
--l--theme--button--color--background--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
249
|
+
--l--theme--button--color--background--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
250
|
+
--l--theme--button--color--background--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
274
251
|
--l--theme--button--color--background--destructive--on-default--rest: var(--l--color--red--70);
|
|
275
252
|
--l--theme--button--color--background--destructive--on-default--active: var(--l--color--red--60);
|
|
276
253
|
--l--theme--button--color--background--destructive--on-default--disabled: var(--l--color--red--40);
|
|
@@ -281,16 +258,16 @@
|
|
|
281
258
|
--l--theme--button--color--border--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
282
259
|
--l--theme--button--color--border--primary--on-default--focus: var(--l--color--neutral--100);
|
|
283
260
|
--l--theme--button--color--border--primary--on-default--hover: var(--l--color--neutral--80);
|
|
284
|
-
--l--theme--button--color--border--secondary--on-default--rest: var(--l--color--neutral--
|
|
285
|
-
--l--theme--button--color--border--secondary--on-default--active: var(--l--color--neutral--
|
|
286
|
-
--l--theme--button--color--border--secondary--on-default--disabled: var(--l--color--neutral--
|
|
287
|
-
--l--theme--button--color--border--secondary--on-default--focus: var(--l--color--neutral--
|
|
288
|
-
--l--theme--button--color--border--secondary--on-default--hover: var(--l--color--neutral--
|
|
289
|
-
--l--theme--button--color--border--tertiary--on-default--rest: var(--l--color--neutral--
|
|
290
|
-
--l--theme--button--color--border--tertiary--on-default--active: var(--l--color--neutral--
|
|
291
|
-
--l--theme--button--color--border--tertiary--on-default--disabled: var(--l--color--neutral--
|
|
292
|
-
--l--theme--button--color--border--tertiary--on-default--focus: var(--l--color--neutral--
|
|
293
|
-
--l--theme--button--color--border--tertiary--on-default--hover: var(--l--color--neutral--
|
|
261
|
+
--l--theme--button--color--border--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
262
|
+
--l--theme--button--color--border--secondary--on-default--active: var(--l--color--neutral--90);
|
|
263
|
+
--l--theme--button--color--border--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
264
|
+
--l--theme--button--color--border--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
265
|
+
--l--theme--button--color--border--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
266
|
+
--l--theme--button--color--border--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
267
|
+
--l--theme--button--color--border--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
268
|
+
--l--theme--button--color--border--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
269
|
+
--l--theme--button--color--border--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
270
|
+
--l--theme--button--color--border--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
294
271
|
--l--theme--button--color--border--destructive--on-default--rest: var(--l--color--red--70);
|
|
295
272
|
--l--theme--button--color--border--destructive--on-default--active: var(--l--color--red--60);
|
|
296
273
|
--l--theme--button--color--border--destructive--on-default--disabled: var(--l--color--red--40);
|
|
@@ -301,16 +278,16 @@
|
|
|
301
278
|
--l--theme--button--color--content--primary--on-default--disabled: var(--l--color--neutral--40);
|
|
302
279
|
--l--theme--button--color--content--primary--on-default--focus: var(--l--color--neutral--10);
|
|
303
280
|
--l--theme--button--color--content--primary--on-default--hover: var(--l--color--neutral--10);
|
|
304
|
-
--l--theme--button--color--content--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
305
|
-
--l--theme--button--color--content--secondary--on-default--active: var(--l--color--neutral--90);
|
|
306
|
-
--l--theme--button--color--content--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
307
|
-
--l--theme--button--color--content--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
308
|
-
--l--theme--button--color--content--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
309
281
|
--l--theme--button--color--content--tertiary--on-default--rest: var(--l--color--neutral--90);
|
|
310
282
|
--l--theme--button--color--content--tertiary--on-default--active: var(--l--color--neutral--90);
|
|
311
283
|
--l--theme--button--color--content--tertiary--on-default--disabled: var(--l--color--neutral--40);
|
|
312
284
|
--l--theme--button--color--content--tertiary--on-default--focus: var(--l--color--neutral--90);
|
|
313
285
|
--l--theme--button--color--content--tertiary--on-default--hover: var(--l--color--neutral--90);
|
|
286
|
+
--l--theme--button--color--content--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
287
|
+
--l--theme--button--color--content--secondary--on-default--active: var(--l--color--neutral--90);
|
|
288
|
+
--l--theme--button--color--content--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
289
|
+
--l--theme--button--color--content--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
290
|
+
--l--theme--button--color--content--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
314
291
|
--l--theme--button--color--content--destructive--on-default--rest: var(--l--color--red--10);
|
|
315
292
|
--l--theme--button--color--content--destructive--on-default--active: var(--l--color--red--10);
|
|
316
293
|
--l--theme--button--color--content--destructive--on-default--disabled: var(--l--color--red--20);
|
|
@@ -349,16 +326,6 @@
|
|
|
349
326
|
--l--theme--focus-ring--outline--offset: var(--l--units--2);
|
|
350
327
|
--l--theme--focus-ring--outline--style: var(--l--border--style--solid);
|
|
351
328
|
--l--theme--focus-ring--outline--width: var(--l--border--width--2);
|
|
352
|
-
--l--theme--link--color--content--primary--on-default--rest: var(--l--color--primary--80);
|
|
353
|
-
--l--theme--link--color--content--primary--on-default--hover: var(--l--color--primary--60);
|
|
354
|
-
--l--theme--link--color--content--primary--on-default--focus: var(--l--color--primary--60);
|
|
355
|
-
--l--theme--link--color--content--primary--on-default--active: var(--l--color--primary--60);
|
|
356
|
-
--l--theme--link--color--content--primary--on-default--visited: var(--l--color--primary--60);
|
|
357
|
-
--l--theme--link--color--content--secondary--on-default--rest: var(--l--color--neutral--60);
|
|
358
|
-
--l--theme--link--color--content--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
359
|
-
--l--theme--link--color--content--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
360
|
-
--l--theme--link--color--content--secondary--on-default--active: var(--l--color--neutral--90);
|
|
361
|
-
--l--theme--link--color--content--secondary--on-default--visited: var(--l--color--neutral--90);
|
|
362
329
|
--l--theme--radio-button-control--border--style: var(--l--border--style--solid);
|
|
363
330
|
--l--theme--radio-button-control--color--background--on-default--checked: var(--l--color--neutral--90);
|
|
364
331
|
--l--theme--radio-button-control--color--background--on-default--disabled: var(--l--color--neutral--20);
|
|
@@ -437,7 +404,6 @@
|
|
|
437
404
|
--l--theme--color--content--primary--on-default: var(--l--color--neutral--90);
|
|
438
405
|
--l--theme--color--content--secondary--on-default: var(--l--color--neutral--60);
|
|
439
406
|
--l--theme--color--content--disabled--on-default: var(--l--color--neutral--40);
|
|
440
|
-
--l--theme--color--overlay--on-default: var(--l--color--dark-alpha--50);
|
|
441
407
|
--l--theme--color--code--background--on-default: var(--l--color--neutral--10);
|
|
442
408
|
--l--theme--color--code--content--on-default: var(--l--color--neutral--90);
|
|
443
409
|
--l--theme--color--feedback--destructive--background--on-default: var(--l--color--red--20);
|
|
@@ -452,6 +418,25 @@
|
|
|
452
418
|
--l--theme--color--feedback--warning--background--on-default: var(--l--color--yellow--20);
|
|
453
419
|
--l--theme--color--feedback--warning--border--on-default: var(--l--color--yellow--30);
|
|
454
420
|
--l--theme--color--feedback--warning--content--on-default: var(--l--color--yellow--100);
|
|
421
|
+
--l--theme--color--link--content--primary--on-default--rest: var(--l--color--primary--80);
|
|
422
|
+
--l--theme--color--link--content--primary--on-default--hover: var(--l--color--primary--60);
|
|
423
|
+
--l--theme--color--link--content--primary--on-default--focus: var(--l--color--primary--60);
|
|
424
|
+
--l--theme--color--link--content--primary--on-default--active: var(--l--color--primary--60);
|
|
425
|
+
--l--theme--color--link--content--primary--on-default--visited: var(--l--color--primary--80);
|
|
426
|
+
--l--theme--color--link--content--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
427
|
+
--l--theme--color--link--content--secondary--on-default--hover: var(--l--color--neutral--60);
|
|
428
|
+
--l--theme--color--link--content--secondary--on-default--focus: var(--l--color--neutral--60);
|
|
429
|
+
--l--theme--color--link--content--secondary--on-default--active: var(--l--color--neutral--60);
|
|
430
|
+
--l--theme--color--link--content--secondary--on-default--visited: var(--l--color--neutral--90);
|
|
431
|
+
--l--theme--color--link--content--tertiary--on-default--rest: var(--l--color--neutral--60);
|
|
432
|
+
--l--theme--color--link--content--tertiary--on-default--hover: var(--l--color--neutral--90);
|
|
433
|
+
--l--theme--color--link--content--tertiary--on-default--focus: var(--l--color--neutral--60);
|
|
434
|
+
--l--theme--color--link--content--tertiary--on-default--active: var(--l--color--neutral--90);
|
|
435
|
+
--l--theme--color--link--content--tertiary--on-default--visited: var(--l--color--neutral--60);
|
|
436
|
+
--l--theme--color--overlay--on-default: var(--l--color--dark-alpha--50);
|
|
437
|
+
--l--typography--text-decoration-thickness--sm: var(--l--units--1);
|
|
438
|
+
--l--typography--text-decoration-thickness--md: var(--l--units--2);
|
|
439
|
+
--l--typography--text-decoration-thickness--lg: var(--l--units--4);
|
|
455
440
|
--l--theme--typography--body--font-family--sm: var(--l--typography--font-family--serif);
|
|
456
441
|
--l--theme--typography--body--font-family--md: var(--l--typography--font-family--serif);
|
|
457
442
|
--l--theme--typography--body--font-family--lg: var(--l--typography--font-family--serif);
|
|
@@ -476,22 +461,54 @@
|
|
|
476
461
|
--l--theme--typography--body--text-transform--sm: var(--l--typography--text-transform--none);
|
|
477
462
|
--l--theme--typography--body--text-transform--md: var(--l--typography--text-transform--none);
|
|
478
463
|
--l--theme--typography--body--text-transform--lg: var(--l--typography--text-transform--none);
|
|
479
|
-
--l--theme--typography--
|
|
480
|
-
--l--theme--typography--
|
|
481
|
-
--l--theme--typography--
|
|
482
|
-
--l--theme--typography--
|
|
483
|
-
--l--theme--typography--
|
|
484
|
-
--l--theme--typography--
|
|
485
|
-
--l--theme--typography--
|
|
486
|
-
--l--theme--typography--
|
|
487
|
-
--l--theme--typography--
|
|
488
|
-
--l--theme--typography--
|
|
489
|
-
--l--theme--typography--
|
|
490
|
-
--l--theme--typography--
|
|
491
|
-
--l--theme--typography--
|
|
492
|
-
--l--theme--typography--
|
|
493
|
-
--l--theme--typography--
|
|
494
|
-
--l--theme--typography--
|
|
464
|
+
--l--theme--typography--button--font-family--xs: var(--l--typography--font-family--sans-serif);
|
|
465
|
+
--l--theme--typography--button--font-family--sm: var(--l--typography--font-family--sans-serif);
|
|
466
|
+
--l--theme--typography--button--font-family--md: var(--l--typography--font-family--sans-serif);
|
|
467
|
+
--l--theme--typography--button--font-family--lg: var(--l--typography--font-family--sans-serif);
|
|
468
|
+
--l--theme--typography--button--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
469
|
+
--l--theme--typography--button--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
470
|
+
--l--theme--typography--button--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
471
|
+
--l--theme--typography--button--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
472
|
+
--l--theme--typography--button--font-style--xs: var(--l--typography--font-style--normal);
|
|
473
|
+
--l--theme--typography--button--font-style--sm: var(--l--typography--font-style--normal);
|
|
474
|
+
--l--theme--typography--button--font-style--md: var(--l--typography--font-style--normal);
|
|
475
|
+
--l--theme--typography--button--font-style--lg: var(--l--typography--font-style--normal);
|
|
476
|
+
--l--theme--typography--button--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
477
|
+
--l--theme--typography--button--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
478
|
+
--l--theme--typography--button--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
479
|
+
--l--theme--typography--button--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
480
|
+
--l--theme--typography--button--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
481
|
+
--l--theme--typography--button--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
482
|
+
--l--theme--typography--button--font-weight--md: var(--l--typography--font-weight--medium);
|
|
483
|
+
--l--theme--typography--button--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
484
|
+
--l--theme--typography--button--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
485
|
+
--l--theme--typography--button--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
486
|
+
--l--theme--typography--button--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
487
|
+
--l--theme--typography--button--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
488
|
+
--l--theme--typography--button--line-height--xs: var(--l--typography--line-height--1250);
|
|
489
|
+
--l--theme--typography--button--line-height--sm: var(--l--typography--line-height--1250);
|
|
490
|
+
--l--theme--typography--button--line-height--md: var(--l--typography--line-height--1375);
|
|
491
|
+
--l--theme--typography--button--line-height--lg: var(--l--typography--line-height--1500);
|
|
492
|
+
--l--theme--typography--button--text-transform--xs: var(--l--typography--text-transform--none);
|
|
493
|
+
--l--theme--typography--button--text-transform--sm: var(--l--typography--text-transform--none);
|
|
494
|
+
--l--theme--typography--button--text-transform--md: var(--l--typography--text-transform--none);
|
|
495
|
+
--l--theme--typography--button--text-transform--lg: var(--l--typography--text-transform--none);
|
|
496
|
+
--l--theme--typography--caption--font-family--primary: var(--l--typography--font-family--sans-serif);
|
|
497
|
+
--l--theme--typography--caption--font-family--secondary: var(--l--typography--font-family--serif);
|
|
498
|
+
--l--theme--typography--caption--font-size--primary: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
499
|
+
--l--theme--typography--caption--font-size--secondary: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
500
|
+
--l--theme--typography--caption--font-style--primary: var(--l--typography--font-style--normal);
|
|
501
|
+
--l--theme--typography--caption--font-style--secondary: var(--l--typography--font-style--italic);
|
|
502
|
+
--l--theme--typography--caption--font-variant-caps--primary: var(--l--typography--font-variant-caps--normal);
|
|
503
|
+
--l--theme--typography--caption--font-variant-caps--secondary: var(--l--typography--font-variant-caps--normal);
|
|
504
|
+
--l--theme--typography--caption--font-weight--primary: var(--l--typography--font-weight--normal);
|
|
505
|
+
--l--theme--typography--caption--font-weight--secondary: var(--l--typography--font-weight--normal);
|
|
506
|
+
--l--theme--typography--caption--letter-spacing--primary: var(--l--typography--letter-spacing--normal);
|
|
507
|
+
--l--theme--typography--caption--letter-spacing--secondary: var(--l--typography--letter-spacing--normal);
|
|
508
|
+
--l--theme--typography--caption--line-height--primary: var(--l--typography--line-height--1250);
|
|
509
|
+
--l--theme--typography--caption--line-height--secondary: var(--l--typography--line-height--1250);
|
|
510
|
+
--l--theme--typography--caption--text-transform--primary: var(--l--typography--text-transform--none);
|
|
511
|
+
--l--theme--typography--caption--text-transform--secondary: var(--l--typography--text-transform--none);
|
|
495
512
|
--l--theme--typography--code--font-family: var(--l--typography--font-family--monospace);
|
|
496
513
|
--l--theme--typography--code--font-size: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
497
514
|
--l--theme--typography--code--font-style: var(--l--typography--font-style--normal);
|
|
@@ -554,6 +571,14 @@
|
|
|
554
571
|
--l--theme--typography--label--letter-spacing: var(--l--typography--letter-spacing--normal);
|
|
555
572
|
--l--theme--typography--label--line-height: var(--l--typography--line-height--1500);
|
|
556
573
|
--l--theme--typography--label--text-transform: var(--l--typography--text-transform--none);
|
|
574
|
+
--l--theme--typography--link--text-decoration-line--primary--rest: var(--l--typography--text-decoration-line--underline);
|
|
575
|
+
--l--theme--typography--link--text-decoration-line--primary--hover: var(--l--typography--text-decoration-line--none);
|
|
576
|
+
--l--theme--typography--link--text-decoration-line--primary--focus: var(--l--typography--text-decoration-line--underline);
|
|
577
|
+
--l--theme--typography--link--text-decoration-line--primary--active: var(--l--typography--text-decoration-line--none);
|
|
578
|
+
--l--theme--typography--link--text-decoration-line--secondary--rest: var(--l--typography--text-decoration-line--none);
|
|
579
|
+
--l--theme--typography--link--text-decoration-line--secondary--hover: var(--l--typography--text-decoration-line--underline);
|
|
580
|
+
--l--theme--typography--link--text-decoration-line--secondary--focus: var(--l--typography--text-decoration-line--none);
|
|
581
|
+
--l--theme--typography--link--text-decoration-line--secondary--active: var(--l--typography--text-decoration-line--underline);
|
|
557
582
|
--l--theme--typography--overline--font-family: var(--l--typography--font-family--sans-serif);
|
|
558
583
|
--l--theme--typography--overline--font-size: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
559
584
|
--l--theme--typography--overline--font-style: var(--l--typography--font-style--normal);
|