@withlayers/tokens 0.13.0 → 0.14.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.
Files changed (2) hide show
  1. package/dist/index.css +6 -6
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -288,7 +288,7 @@
288
288
  --l--theme--checkbox-control--border--style: var(--l--border--style--solid);
289
289
  --l--theme--checkbox-control--size: clamp(1.3125rem, 0.27778vw + 1.2500rem, var(--l--units--24));
290
290
  --l--theme--dialog--border--style: var(--l--border--style--none);
291
- --l--theme--dialog--measure: var(--l--theme--size--measure--md);
291
+ --l--theme--dialog--space--measure: var(--l--theme--size--measure--md);
292
292
  --l--theme--focus-ring--color--outline--on-default: var(--l--color--neutral--100);
293
293
  --l--theme--focus-ring--outline--offset: var(--l--units--2);
294
294
  --l--theme--focus-ring--outline--style: var(--l--border--style--solid);
@@ -381,6 +381,7 @@
381
381
  --l--theme--color--border--secondary--on-default: var(--l--color--neutral--20);
382
382
  --l--theme--color--content--primary--on-default: var(--l--color--neutral--90);
383
383
  --l--theme--color--content--secondary--on-default: var(--l--color--neutral--60);
384
+ --l--theme--color--overlay--on-default: var(--l--color--dark-alpha--50);
384
385
  --l--theme--color--code--background--on-default: var(--l--color--neutral--10);
385
386
  --l--theme--color--code--content--on-default: var(--l--color--neutral--90);
386
387
  --l--theme--color--feedback--background--destructive--on-default: var(--l--color--red--20);
@@ -392,13 +393,13 @@
392
393
  --l--theme--color--feedback--border--positive--on-default: var(--l--color--green--30);
393
394
  --l--theme--color--feedback--border--warning--on-default: var(--l--color--yellow--30);
394
395
  --l--theme--color--feedback--content--destructive--on-default: var(--l--color--red--50);
395
- --l--theme--color--feedback--content--destructive--on-destructive: var(--l--color--red--100);
396
+ --l--theme--color--feedback--content--destructive--on-surface: var(--l--color--red--100);
396
397
  --l--theme--color--feedback--content--informative--on-default: var(--l--color--blue--50);
397
- --l--theme--color--feedback--content--informative--on-informative: var(--l--color--blue--100);
398
+ --l--theme--color--feedback--content--informative--on-surface: var(--l--color--blue--100);
398
399
  --l--theme--color--feedback--content--positive--on-default: var(--l--color--green--50);
399
- --l--theme--color--feedback--content--positive--on-positive: var(--l--color--green--100);
400
+ --l--theme--color--feedback--content--positive--on-surface: var(--l--color--green--100);
400
401
  --l--theme--color--feedback--content--warning--on-default: var(--l--color--yellow--50);
401
- --l--theme--color--feedback--content--warning--on-warning: var(--l--color--yellow--100);
402
+ --l--theme--color--feedback--content--warning--on-surface: var(--l--color--yellow--100);
402
403
  --l--theme--color--interactive--background--on-default--rest: var(--l--color--neutral--0);
403
404
  --l--theme--color--interactive--background--on-default--hover: var(--l--color--neutral--10);
404
405
  --l--theme--color--interactive--background--on-default--focus: var(--l--color--neutral--10);
@@ -449,7 +450,6 @@
449
450
  --l--theme--color--link--content--tertiary--on-default--focus: var(--l--color--neutral--60);
450
451
  --l--theme--color--link--content--tertiary--on-default--active: var(--l--color--neutral--90);
451
452
  --l--theme--color--link--content--tertiary--on-default--visited: var(--l--color--neutral--60);
452
- --l--theme--color--overlay--on-default: var(--l--color--dark-alpha--50);
453
453
  --l--typography--text-decoration-thickness--sm: var(--l--units--1);
454
454
  --l--typography--text-decoration-thickness--md: var(--l--units--2);
455
455
  --l--typography--text-decoration-thickness--lg: var(--l--units--4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",