@withlayers/tokens 0.24.0 → 0.25.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -750,7 +750,6 @@
750
750
  --l--theme--typography--text-control--text-transform--lg: var(--l--typography--text-transform--none);
751
751
  --l--theme--outline--offset: var(--l--units--relative--2);
752
752
  --l--theme--outline--style: var(--l--border--style--solid);
753
- --l--theme--outline--width: var(--l--border--width--2);
754
753
  --l--theme--size--0: var(--l--units--0);
755
754
  --l--theme--size--10: clamp(var(--l--units--relative--1), 0.092593vw + 0.041667rem, var(--l--units--relative--2));
756
755
  --l--theme--size--20: clamp(var(--l--units--relative--2), 0.18519vw + 0.083333rem, var(--l--units--relative--4));
@@ -859,6 +858,7 @@
859
858
  --l--theme--color--link--content--tertiary--on-default--visited: var(--l--theme--color--content--secondary--on-default);
860
859
  --l--theme--color--link--content--tertiary--on-knockout--rest: var(--l--theme--color--content--secondary--on-knockout);
861
860
  --l--theme--color--link--content--tertiary--on-knockout--visited: var(--l--theme--color--content--secondary--on-knockout);
861
+ --l--theme--outline--width: var(--l--theme--border--width--md);
862
862
  --l--theme--space--gutter: var(--l--theme--space--70);
863
863
  --l--theme--space--interactive--inset--block--xs: var(--l--theme--space--20);
864
864
  --l--theme--space--interactive--inset--block--sm: var(--l--theme--space--30);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",