@withlayers/tokens 0.17.0 → 0.19.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 +139 -139
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -225,137 +225,6 @@
|
|
|
225
225
|
--l--theme--size--measure--lg: 48rem;
|
|
226
226
|
--l--theme--size--measure--xl: 64rem;
|
|
227
227
|
--l--theme--size--measure--xxl: 80rem;
|
|
228
|
-
--l--theme--button--border--style: var(--l--border--style--solid);
|
|
229
|
-
--l--theme--button--color--background--primary--on-default--rest: var(--l--color--neutral--100);
|
|
230
|
-
--l--theme--button--color--background--primary--on-default--active: var(--l--color--neutral--80);
|
|
231
|
-
--l--theme--button--color--background--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
232
|
-
--l--theme--button--color--background--primary--on-default--focus: var(--l--color--neutral--100);
|
|
233
|
-
--l--theme--button--color--background--primary--on-default--hover: var(--l--color--neutral--80);
|
|
234
|
-
--l--theme--button--color--background--secondary--on-default--rest: var(--l--color--dark-alpha--0);
|
|
235
|
-
--l--theme--button--color--background--secondary--on-default--active: var(--l--color--dark-alpha--10);
|
|
236
|
-
--l--theme--button--color--background--secondary--on-default--disabled: var(--l--color--dark-alpha--0);
|
|
237
|
-
--l--theme--button--color--background--secondary--on-default--focus: var(--l--color--neutral--0);
|
|
238
|
-
--l--theme--button--color--background--secondary--on-default--hover: var(--l--color--dark-alpha--10);
|
|
239
|
-
--l--theme--button--color--background--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
240
|
-
--l--theme--button--color--background--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
241
|
-
--l--theme--button--color--background--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
242
|
-
--l--theme--button--color--background--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
243
|
-
--l--theme--button--color--background--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
244
|
-
--l--theme--button--color--background--destructive--on-default--rest: var(--l--color--red--70);
|
|
245
|
-
--l--theme--button--color--background--destructive--on-default--active: var(--l--color--red--60);
|
|
246
|
-
--l--theme--button--color--background--destructive--on-default--disabled: var(--l--color--red--40);
|
|
247
|
-
--l--theme--button--color--background--destructive--on-default--focus: var(--l--color--red--70);
|
|
248
|
-
--l--theme--button--color--background--destructive--on-default--hover: var(--l--color--red--60);
|
|
249
|
-
--l--theme--button--color--border--primary--on-default--rest: var(--l--color--neutral--100);
|
|
250
|
-
--l--theme--button--color--border--primary--on-default--active: var(--l--color--neutral--80);
|
|
251
|
-
--l--theme--button--color--border--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
252
|
-
--l--theme--button--color--border--primary--on-default--focus: var(--l--color--neutral--100);
|
|
253
|
-
--l--theme--button--color--border--primary--on-default--hover: var(--l--color--neutral--80);
|
|
254
|
-
--l--theme--button--color--border--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
255
|
-
--l--theme--button--color--border--secondary--on-default--active: var(--l--color--neutral--90);
|
|
256
|
-
--l--theme--button--color--border--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
257
|
-
--l--theme--button--color--border--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
258
|
-
--l--theme--button--color--border--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
259
|
-
--l--theme--button--color--border--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
260
|
-
--l--theme--button--color--border--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
261
|
-
--l--theme--button--color--border--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
262
|
-
--l--theme--button--color--border--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
263
|
-
--l--theme--button--color--border--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
264
|
-
--l--theme--button--color--border--destructive--on-default--rest: var(--l--color--red--70);
|
|
265
|
-
--l--theme--button--color--border--destructive--on-default--active: var(--l--color--red--60);
|
|
266
|
-
--l--theme--button--color--border--destructive--on-default--disabled: var(--l--color--red--40);
|
|
267
|
-
--l--theme--button--color--border--destructive--on-default--focus: var(--l--color--red--70);
|
|
268
|
-
--l--theme--button--color--border--destructive--on-default--hover: var(--l--color--red--60);
|
|
269
|
-
--l--theme--button--color--content--primary--on-default--rest: var(--l--color--neutral--10);
|
|
270
|
-
--l--theme--button--color--content--primary--on-default--active: var(--l--color--neutral--10);
|
|
271
|
-
--l--theme--button--color--content--primary--on-default--disabled: var(--l--color--neutral--40);
|
|
272
|
-
--l--theme--button--color--content--primary--on-default--focus: var(--l--color--neutral--10);
|
|
273
|
-
--l--theme--button--color--content--primary--on-default--hover: var(--l--color--neutral--10);
|
|
274
|
-
--l--theme--button--color--content--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
275
|
-
--l--theme--button--color--content--secondary--on-default--active: var(--l--color--neutral--90);
|
|
276
|
-
--l--theme--button--color--content--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
277
|
-
--l--theme--button--color--content--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
278
|
-
--l--theme--button--color--content--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
279
|
-
--l--theme--button--color--content--tertiary--on-default--rest: var(--l--color--neutral--90);
|
|
280
|
-
--l--theme--button--color--content--tertiary--on-default--active: var(--l--color--neutral--90);
|
|
281
|
-
--l--theme--button--color--content--tertiary--on-default--disabled: var(--l--color--neutral--40);
|
|
282
|
-
--l--theme--button--color--content--tertiary--on-default--focus: var(--l--color--neutral--90);
|
|
283
|
-
--l--theme--button--color--content--tertiary--on-default--hover: var(--l--color--neutral--90);
|
|
284
|
-
--l--theme--button--color--content--destructive--on-default--rest: var(--l--color--red--10);
|
|
285
|
-
--l--theme--button--color--content--destructive--on-default--active: var(--l--color--red--10);
|
|
286
|
-
--l--theme--button--color--content--destructive--on-default--disabled: var(--l--color--red--20);
|
|
287
|
-
--l--theme--button--color--content--destructive--on-default--focus: var(--l--color--red--10);
|
|
288
|
-
--l--theme--button--color--content--destructive--on-default--hover: var(--l--color--red--10);
|
|
289
|
-
--l--theme--checkbox-control--border--style: var(--l--border--style--solid);
|
|
290
|
-
--l--theme--checkbox-control--size: clamp(1.3125rem, 0.27778vw + 1.2500rem, var(--l--units--24));
|
|
291
|
-
--l--theme--notification--border--style: var(--l--border--style--solid);
|
|
292
|
-
--l--theme--notification--typography--font-family--xs: var(--l--typography--font-family--secondary);
|
|
293
|
-
--l--theme--notification--typography--font-family--sm: var(--l--typography--font-family--secondary);
|
|
294
|
-
--l--theme--notification--typography--font-family--md: var(--l--typography--font-family--secondary);
|
|
295
|
-
--l--theme--notification--typography--font-family--lg: var(--l--typography--font-family--secondary);
|
|
296
|
-
--l--theme--notification--typography--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
297
|
-
--l--theme--notification--typography--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
298
|
-
--l--theme--notification--typography--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
299
|
-
--l--theme--notification--typography--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
300
|
-
--l--theme--notification--typography--font-style--xs: var(--l--typography--font-style--normal);
|
|
301
|
-
--l--theme--notification--typography--font-style--sm: var(--l--typography--font-style--normal);
|
|
302
|
-
--l--theme--notification--typography--font-style--md: var(--l--typography--font-style--normal);
|
|
303
|
-
--l--theme--notification--typography--font-style--lg: var(--l--typography--font-style--normal);
|
|
304
|
-
--l--theme--notification--typography--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
305
|
-
--l--theme--notification--typography--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
306
|
-
--l--theme--notification--typography--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
307
|
-
--l--theme--notification--typography--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
308
|
-
--l--theme--notification--typography--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
309
|
-
--l--theme--notification--typography--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
310
|
-
--l--theme--notification--typography--font-weight--md: var(--l--typography--font-weight--medium);
|
|
311
|
-
--l--theme--notification--typography--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
312
|
-
--l--theme--notification--typography--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
313
|
-
--l--theme--notification--typography--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
314
|
-
--l--theme--notification--typography--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
315
|
-
--l--theme--notification--typography--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
316
|
-
--l--theme--notification--typography--line-height--xs: var(--l--typography--line-height--1250);
|
|
317
|
-
--l--theme--notification--typography--line-height--sm: var(--l--typography--line-height--1250);
|
|
318
|
-
--l--theme--notification--typography--line-height--md: var(--l--typography--line-height--1375);
|
|
319
|
-
--l--theme--notification--typography--line-height--lg: var(--l--typography--line-height--1500);
|
|
320
|
-
--l--theme--notification--typography--text-transform--xs: var(--l--typography--text-transform--none);
|
|
321
|
-
--l--theme--notification--typography--text-transform--sm: var(--l--typography--text-transform--none);
|
|
322
|
-
--l--theme--notification--typography--text-transform--md: var(--l--typography--text-transform--none);
|
|
323
|
-
--l--theme--notification--typography--text-transform--lg: var(--l--typography--text-transform--none);
|
|
324
|
-
--l--theme--radio-control--border--style: var(--l--border--style--solid);
|
|
325
|
-
--l--theme--radio-control--size: clamp(1.3125rem, 0.27778vw + 1.2500rem, var(--l--units--24));
|
|
326
|
-
--l--theme--text-control--border--style: var(--l--border--style--solid);
|
|
327
|
-
--l--theme--text-control--typography--font-family--xs: var(--l--typography--font-family--secondary);
|
|
328
|
-
--l--theme--text-control--typography--font-family--sm: var(--l--typography--font-family--secondary);
|
|
329
|
-
--l--theme--text-control--typography--font-family--md: var(--l--typography--font-family--secondary);
|
|
330
|
-
--l--theme--text-control--typography--font-family--lg: var(--l--typography--font-family--secondary);
|
|
331
|
-
--l--theme--text-control--typography--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
332
|
-
--l--theme--text-control--typography--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
333
|
-
--l--theme--text-control--typography--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
334
|
-
--l--theme--text-control--typography--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
335
|
-
--l--theme--text-control--typography--font-style--xs: var(--l--typography--font-style--normal);
|
|
336
|
-
--l--theme--text-control--typography--font-style--sm: var(--l--typography--font-style--normal);
|
|
337
|
-
--l--theme--text-control--typography--font-style--md: var(--l--typography--font-style--normal);
|
|
338
|
-
--l--theme--text-control--typography--font-style--lg: var(--l--typography--font-style--normal);
|
|
339
|
-
--l--theme--text-control--typography--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
340
|
-
--l--theme--text-control--typography--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
341
|
-
--l--theme--text-control--typography--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
342
|
-
--l--theme--text-control--typography--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
343
|
-
--l--theme--text-control--typography--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
344
|
-
--l--theme--text-control--typography--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
345
|
-
--l--theme--text-control--typography--font-weight--md: var(--l--typography--font-weight--medium);
|
|
346
|
-
--l--theme--text-control--typography--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
347
|
-
--l--theme--text-control--typography--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
348
|
-
--l--theme--text-control--typography--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
349
|
-
--l--theme--text-control--typography--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
350
|
-
--l--theme--text-control--typography--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
351
|
-
--l--theme--text-control--typography--line-height--xs: var(--l--typography--line-height--1250);
|
|
352
|
-
--l--theme--text-control--typography--line-height--sm: var(--l--typography--line-height--1250);
|
|
353
|
-
--l--theme--text-control--typography--line-height--md: var(--l--typography--line-height--1375);
|
|
354
|
-
--l--theme--text-control--typography--line-height--lg: var(--l--typography--line-height--1500);
|
|
355
|
-
--l--theme--text-control--typography--text-transform--xs: var(--l--typography--text-transform--none);
|
|
356
|
-
--l--theme--text-control--typography--text-transform--sm: var(--l--typography--text-transform--none);
|
|
357
|
-
--l--theme--text-control--typography--text-transform--md: var(--l--typography--text-transform--none);
|
|
358
|
-
--l--theme--text-control--typography--text-transform--lg: var(--l--typography--text-transform--none);
|
|
359
228
|
--l--theme--border--radius--none: var(--l--border--radius--0);
|
|
360
229
|
--l--theme--border--radius--sm: var(--l--border--radius--2);
|
|
361
230
|
--l--theme--border--radius--md: var(--l--border--radius--4);
|
|
@@ -667,6 +536,145 @@
|
|
|
667
536
|
--l--theme--space--100: clamp(var(--l--units--64), 2.9630vw + 3.3333rem, var(--l--units--96));
|
|
668
537
|
--l--theme--space--110: clamp(var(--l--units--96), 2.9630vw + 5.3333rem, var(--l--units--128));
|
|
669
538
|
--l--theme--space--120: clamp(var(--l--units--128), 5.9259vw + 6.6667rem, var(--l--units--192));
|
|
539
|
+
--l--theme--button--border--style: var(--l--border--style--solid);
|
|
540
|
+
--l--theme--button--color--background--primary--on-default--rest: var(--l--color--neutral--100);
|
|
541
|
+
--l--theme--button--color--background--primary--on-default--active: var(--l--color--neutral--80);
|
|
542
|
+
--l--theme--button--color--background--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
543
|
+
--l--theme--button--color--background--primary--on-default--focus: var(--l--color--neutral--100);
|
|
544
|
+
--l--theme--button--color--background--primary--on-default--hover: var(--l--color--neutral--80);
|
|
545
|
+
--l--theme--button--color--background--secondary--on-default--rest: var(--l--color--dark-alpha--0);
|
|
546
|
+
--l--theme--button--color--background--secondary--on-default--active: var(--l--color--dark-alpha--10);
|
|
547
|
+
--l--theme--button--color--background--secondary--on-default--disabled: var(--l--color--dark-alpha--0);
|
|
548
|
+
--l--theme--button--color--background--secondary--on-default--focus: var(--l--color--neutral--0);
|
|
549
|
+
--l--theme--button--color--background--secondary--on-default--hover: var(--l--color--dark-alpha--10);
|
|
550
|
+
--l--theme--button--color--background--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
551
|
+
--l--theme--button--color--background--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
552
|
+
--l--theme--button--color--background--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
553
|
+
--l--theme--button--color--background--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
554
|
+
--l--theme--button--color--background--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
555
|
+
--l--theme--button--color--background--destructive--on-default--rest: var(--l--color--red--70);
|
|
556
|
+
--l--theme--button--color--background--destructive--on-default--active: var(--l--color--red--60);
|
|
557
|
+
--l--theme--button--color--background--destructive--on-default--disabled: var(--l--color--red--40);
|
|
558
|
+
--l--theme--button--color--background--destructive--on-default--focus: var(--l--color--red--70);
|
|
559
|
+
--l--theme--button--color--background--destructive--on-default--hover: var(--l--color--red--60);
|
|
560
|
+
--l--theme--button--color--border--primary--on-default--rest: var(--l--color--neutral--100);
|
|
561
|
+
--l--theme--button--color--border--primary--on-default--active: var(--l--color--neutral--80);
|
|
562
|
+
--l--theme--button--color--border--primary--on-default--disabled: var(--l--color--neutral--80);
|
|
563
|
+
--l--theme--button--color--border--primary--on-default--focus: var(--l--color--neutral--100);
|
|
564
|
+
--l--theme--button--color--border--primary--on-default--hover: var(--l--color--neutral--80);
|
|
565
|
+
--l--theme--button--color--border--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
566
|
+
--l--theme--button--color--border--secondary--on-default--active: var(--l--color--neutral--90);
|
|
567
|
+
--l--theme--button--color--border--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
568
|
+
--l--theme--button--color--border--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
569
|
+
--l--theme--button--color--border--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
570
|
+
--l--theme--button--color--border--tertiary--on-default--rest: var(--l--color--neutral--10);
|
|
571
|
+
--l--theme--button--color--border--tertiary--on-default--active: var(--l--color--neutral--20);
|
|
572
|
+
--l--theme--button--color--border--tertiary--on-default--disabled: var(--l--color--neutral--10);
|
|
573
|
+
--l--theme--button--color--border--tertiary--on-default--focus: var(--l--color--neutral--20);
|
|
574
|
+
--l--theme--button--color--border--tertiary--on-default--hover: var(--l--color--neutral--20);
|
|
575
|
+
--l--theme--button--color--border--destructive--on-default--rest: var(--l--color--red--70);
|
|
576
|
+
--l--theme--button--color--border--destructive--on-default--active: var(--l--color--red--60);
|
|
577
|
+
--l--theme--button--color--border--destructive--on-default--disabled: var(--l--color--red--40);
|
|
578
|
+
--l--theme--button--color--border--destructive--on-default--focus: var(--l--color--red--70);
|
|
579
|
+
--l--theme--button--color--border--destructive--on-default--hover: var(--l--color--red--60);
|
|
580
|
+
--l--theme--button--color--content--primary--on-default--rest: var(--l--color--neutral--10);
|
|
581
|
+
--l--theme--button--color--content--primary--on-default--active: var(--l--color--neutral--10);
|
|
582
|
+
--l--theme--button--color--content--primary--on-default--disabled: var(--l--color--neutral--40);
|
|
583
|
+
--l--theme--button--color--content--primary--on-default--focus: var(--l--color--neutral--10);
|
|
584
|
+
--l--theme--button--color--content--primary--on-default--hover: var(--l--color--neutral--10);
|
|
585
|
+
--l--theme--button--color--content--secondary--on-default--rest: var(--l--color--neutral--90);
|
|
586
|
+
--l--theme--button--color--content--secondary--on-default--active: var(--l--color--neutral--90);
|
|
587
|
+
--l--theme--button--color--content--secondary--on-default--disabled: var(--l--color--neutral--40);
|
|
588
|
+
--l--theme--button--color--content--secondary--on-default--focus: var(--l--color--neutral--90);
|
|
589
|
+
--l--theme--button--color--content--secondary--on-default--hover: var(--l--color--neutral--90);
|
|
590
|
+
--l--theme--button--color--content--tertiary--on-default--rest: var(--l--color--neutral--90);
|
|
591
|
+
--l--theme--button--color--content--tertiary--on-default--active: var(--l--color--neutral--90);
|
|
592
|
+
--l--theme--button--color--content--tertiary--on-default--disabled: var(--l--color--neutral--40);
|
|
593
|
+
--l--theme--button--color--content--tertiary--on-default--focus: var(--l--color--neutral--90);
|
|
594
|
+
--l--theme--button--color--content--tertiary--on-default--hover: var(--l--color--neutral--90);
|
|
595
|
+
--l--theme--button--color--content--destructive--on-default--rest: var(--l--color--red--10);
|
|
596
|
+
--l--theme--button--color--content--destructive--on-default--active: var(--l--color--red--10);
|
|
597
|
+
--l--theme--button--color--content--destructive--on-default--disabled: var(--l--color--red--20);
|
|
598
|
+
--l--theme--button--color--content--destructive--on-default--focus: var(--l--color--red--10);
|
|
599
|
+
--l--theme--button--color--content--destructive--on-default--hover: var(--l--color--red--10);
|
|
600
|
+
--l--theme--checkbox-control--border--style: var(--l--border--style--solid);
|
|
601
|
+
--l--theme--checkbox-control--size: clamp(1.3125rem, 0.27778vw + 1.2500rem, var(--l--units--24));
|
|
602
|
+
--l--theme--notification--border--style: var(--l--border--style--solid);
|
|
603
|
+
--l--theme--notification--typography--font-family--xs: var(--l--typography--font-family--secondary);
|
|
604
|
+
--l--theme--notification--typography--font-family--sm: var(--l--typography--font-family--secondary);
|
|
605
|
+
--l--theme--notification--typography--font-family--md: var(--l--typography--font-family--secondary);
|
|
606
|
+
--l--theme--notification--typography--font-family--lg: var(--l--typography--font-family--secondary);
|
|
607
|
+
--l--theme--notification--typography--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
608
|
+
--l--theme--notification--typography--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
609
|
+
--l--theme--notification--typography--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
610
|
+
--l--theme--notification--typography--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
611
|
+
--l--theme--notification--typography--font-style--xs: var(--l--typography--font-style--normal);
|
|
612
|
+
--l--theme--notification--typography--font-style--sm: var(--l--typography--font-style--normal);
|
|
613
|
+
--l--theme--notification--typography--font-style--md: var(--l--typography--font-style--normal);
|
|
614
|
+
--l--theme--notification--typography--font-style--lg: var(--l--typography--font-style--normal);
|
|
615
|
+
--l--theme--notification--typography--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
616
|
+
--l--theme--notification--typography--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
617
|
+
--l--theme--notification--typography--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
618
|
+
--l--theme--notification--typography--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
619
|
+
--l--theme--notification--typography--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
620
|
+
--l--theme--notification--typography--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
621
|
+
--l--theme--notification--typography--font-weight--md: var(--l--typography--font-weight--medium);
|
|
622
|
+
--l--theme--notification--typography--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
623
|
+
--l--theme--notification--typography--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
624
|
+
--l--theme--notification--typography--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
625
|
+
--l--theme--notification--typography--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
626
|
+
--l--theme--notification--typography--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
627
|
+
--l--theme--notification--typography--line-height--xs: var(--l--typography--line-height--1250);
|
|
628
|
+
--l--theme--notification--typography--line-height--sm: var(--l--typography--line-height--1250);
|
|
629
|
+
--l--theme--notification--typography--line-height--md: var(--l--typography--line-height--1375);
|
|
630
|
+
--l--theme--notification--typography--line-height--lg: var(--l--typography--line-height--1500);
|
|
631
|
+
--l--theme--notification--typography--text-transform--xs: var(--l--typography--text-transform--none);
|
|
632
|
+
--l--theme--notification--typography--text-transform--sm: var(--l--typography--text-transform--none);
|
|
633
|
+
--l--theme--notification--typography--text-transform--md: var(--l--typography--text-transform--none);
|
|
634
|
+
--l--theme--notification--typography--text-transform--lg: var(--l--typography--text-transform--none);
|
|
635
|
+
--l--theme--radio-control--border--style: var(--l--border--style--solid);
|
|
636
|
+
--l--theme--radio-control--size: clamp(1.3125rem, 0.27778vw + 1.2500rem, var(--l--units--24));
|
|
637
|
+
--l--theme--text-control--border--style: var(--l--border--style--solid);
|
|
638
|
+
--l--theme--text-control--typography--font-family--xs: var(--l--typography--font-family--secondary);
|
|
639
|
+
--l--theme--text-control--typography--font-family--sm: var(--l--typography--font-family--secondary);
|
|
640
|
+
--l--theme--text-control--typography--font-family--md: var(--l--typography--font-family--secondary);
|
|
641
|
+
--l--theme--text-control--typography--font-family--lg: var(--l--typography--font-family--secondary);
|
|
642
|
+
--l--theme--text-control--typography--font-size--xs: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
643
|
+
--l--theme--text-control--typography--font-size--sm: clamp(var(--l--typography--font-size--12), 0.18519vw + 0.70833rem, var(--l--typography--font-size--14));
|
|
644
|
+
--l--theme--text-control--typography--font-size--md: clamp(var(--l--typography--font-size--14), 0.18519vw + 0.83333rem, var(--l--typography--font-size--16));
|
|
645
|
+
--l--theme--text-control--typography--font-size--lg: clamp(var(--l--typography--font-size--16), 0.18519vw + 0.95833rem, var(--l--typography--font-size--18));
|
|
646
|
+
--l--theme--text-control--typography--font-style--xs: var(--l--typography--font-style--normal);
|
|
647
|
+
--l--theme--text-control--typography--font-style--sm: var(--l--typography--font-style--normal);
|
|
648
|
+
--l--theme--text-control--typography--font-style--md: var(--l--typography--font-style--normal);
|
|
649
|
+
--l--theme--text-control--typography--font-style--lg: var(--l--typography--font-style--normal);
|
|
650
|
+
--l--theme--text-control--typography--font-variant-caps--xs: var(--l--typography--font-variant-caps--normal);
|
|
651
|
+
--l--theme--text-control--typography--font-variant-caps--sm: var(--l--typography--font-variant-caps--normal);
|
|
652
|
+
--l--theme--text-control--typography--font-variant-caps--md: var(--l--typography--font-variant-caps--normal);
|
|
653
|
+
--l--theme--text-control--typography--font-variant-caps--lg: var(--l--typography--font-variant-caps--normal);
|
|
654
|
+
--l--theme--text-control--typography--font-weight--xs: var(--l--typography--font-weight--medium);
|
|
655
|
+
--l--theme--text-control--typography--font-weight--sm: var(--l--typography--font-weight--medium);
|
|
656
|
+
--l--theme--text-control--typography--font-weight--md: var(--l--typography--font-weight--medium);
|
|
657
|
+
--l--theme--text-control--typography--font-weight--lg: var(--l--typography--font-weight--medium);
|
|
658
|
+
--l--theme--text-control--typography--letter-spacing--xs: var(--l--typography--letter-spacing--normal);
|
|
659
|
+
--l--theme--text-control--typography--letter-spacing--sm: var(--l--typography--letter-spacing--normal);
|
|
660
|
+
--l--theme--text-control--typography--letter-spacing--md: var(--l--typography--letter-spacing--normal);
|
|
661
|
+
--l--theme--text-control--typography--letter-spacing--lg: var(--l--typography--letter-spacing--normal);
|
|
662
|
+
--l--theme--text-control--typography--line-height--xs: var(--l--typography--line-height--1250);
|
|
663
|
+
--l--theme--text-control--typography--line-height--sm: var(--l--typography--line-height--1250);
|
|
664
|
+
--l--theme--text-control--typography--line-height--md: var(--l--typography--line-height--1375);
|
|
665
|
+
--l--theme--text-control--typography--line-height--lg: var(--l--typography--line-height--1500);
|
|
666
|
+
--l--theme--text-control--typography--text-transform--xs: var(--l--typography--text-transform--none);
|
|
667
|
+
--l--theme--text-control--typography--text-transform--sm: var(--l--typography--text-transform--none);
|
|
668
|
+
--l--theme--text-control--typography--text-transform--md: var(--l--typography--text-transform--none);
|
|
669
|
+
--l--theme--text-control--typography--text-transform--lg: var(--l--typography--text-transform--none);
|
|
670
|
+
--l--theme--border--dialog--radius: var(--l--theme--border--radius--md);
|
|
671
|
+
--l--theme--border--dialog--width: var(--l--theme--border--width--sm);
|
|
672
|
+
--l--theme--border--media--radius: var(--l--theme--border--radius--md);
|
|
673
|
+
--l--theme--border--text-highlight--radius: var(--l--theme--border--radius--sm);
|
|
674
|
+
--l--theme--border--text-highlight--width: var(--l--theme--border--width--none);
|
|
675
|
+
--l--theme--space--gutter: var(--l--theme--space--70);
|
|
676
|
+
--l--theme--space--text-highlight--inset--block: var(--l--theme--space--10);
|
|
677
|
+
--l--theme--space--text-highlight--inset--inline: var(--l--theme--space--20);
|
|
670
678
|
--l--theme--button--border--width--xs: var(--l--theme--border--width--sm);
|
|
671
679
|
--l--theme--button--border--width--sm: var(--l--theme--border--width--sm);
|
|
672
680
|
--l--theme--button--border--width--md: var(--l--theme--border--width--sm);
|
|
@@ -719,14 +727,6 @@
|
|
|
719
727
|
--l--theme--text-control--space--inset--inline--sm: var(--l--theme--space--40);
|
|
720
728
|
--l--theme--text-control--space--inset--inline--md: var(--l--theme--space--50);
|
|
721
729
|
--l--theme--text-control--space--inset--inline--lg: var(--l--theme--space--60);
|
|
722
|
-
--l--theme--border--dialog--radius: var(--l--theme--border--radius--md);
|
|
723
|
-
--l--theme--border--dialog--width: var(--l--theme--border--width--sm);
|
|
724
|
-
--l--theme--border--media--radius: var(--l--theme--border--radius--md);
|
|
725
|
-
--l--theme--border--text-highlight--radius: var(--l--theme--border--radius--sm);
|
|
726
|
-
--l--theme--border--text-highlight--width: var(--l--theme--border--width--none);
|
|
727
|
-
--l--theme--space--gutter: var(--l--theme--space--70);
|
|
728
|
-
--l--theme--space--text-highlight--inset--block: var(--l--theme--space--10);
|
|
729
|
-
--l--theme--space--text-highlight--inset--inline: var(--l--theme--space--20);
|
|
730
730
|
--l--theme--space--dialog--inset--block: var(--l--theme--space--gutter);
|
|
731
731
|
--l--theme--space--dialog--inset--inline: var(--l--theme--space--gutter);
|
|
732
732
|
}
|