@withlayers/tokens 0.35.0 → 0.36.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
@@ -1470,7 +1470,7 @@
1470
1470
  --l--theme--size--icon--sm: clamp(0.9375rem, 0.23148vw + 0.88542rem, 1.09375rem);
1471
1471
  --l--theme--size--icon--md: clamp(1.203125rem, 0.25463vw + 1.1458rem, 1.375rem);
1472
1472
  --l--theme--size--icon--lg: clamp(1.5rem, 0.27778vw + 1.4375rem, 1.6875rem);
1473
- --l--theme--size--mark-control: clamp(1.3125rem, 0.27778vw + 1.2500rem, 1.5rem);
1473
+ --l--theme--size--mark-control: clamp(1.203125rem, 0.25463vw + 1.1458rem, 1.375rem);
1474
1474
  --l--theme--space--0: var(--l--units--0);
1475
1475
  --l--theme--space--10: clamp(var(--l--units--relative--1), 0.092593vw + 0.041667rem, var(--l--units--relative--2));
1476
1476
  --l--theme--space--20: clamp(var(--l--units--relative--2), 0.18519vw + 0.083333rem, var(--l--units--relative--4));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.35.0",
3
+ "version": "0.36.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",