@withlayers/tokens 0.34.0 → 0.35.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 +4 -6
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1466,8 +1466,10 @@
1466
1466
  --l--theme--size--100: clamp(var(--l--units--relative--64), 2.9630vw + 3.3333rem, var(--l--units--relative--96));
1467
1467
  --l--theme--size--110: clamp(var(--l--units--relative--96), 2.9630vw + 5.3333rem, var(--l--units--relative--128));
1468
1468
  --l--theme--size--120: clamp(var(--l--units--relative--128), 5.9259vw + 6.6667rem, var(--l--units--relative--192));
1469
- --l--theme--size--icon--xl: var(--l--units--relative--48);
1470
- --l--theme--size--icon--xxl: var(--l--units--relative--64);
1469
+ --l--theme--size--icon--xs: clamp(0.9375rem, 0.23148vw + 0.88542rem, 1.09375rem);
1470
+ --l--theme--size--icon--sm: clamp(0.9375rem, 0.23148vw + 0.88542rem, 1.09375rem);
1471
+ --l--theme--size--icon--md: clamp(1.203125rem, 0.25463vw + 1.1458rem, 1.375rem);
1472
+ --l--theme--size--icon--lg: clamp(1.5rem, 0.27778vw + 1.4375rem, 1.6875rem);
1471
1473
  --l--theme--size--mark-control: clamp(1.3125rem, 0.27778vw + 1.2500rem, 1.5rem);
1472
1474
  --l--theme--space--0: var(--l--units--0);
1473
1475
  --l--theme--space--10: clamp(var(--l--units--relative--1), 0.092593vw + 0.041667rem, var(--l--units--relative--2));
@@ -1572,10 +1574,6 @@
1572
1574
  --l--theme--color--input--placeholder--on-subtle--hover: var(--l--theme--color--content--secondary--on-subtle);
1573
1575
  --l--theme--color--input--placeholder--on-subtle--focus: var(--l--theme--color--content--secondary--on-subtle);
1574
1576
  --l--theme--outline--width: var(--l--theme--border--width--md);
1575
- --l--theme--size--icon--xs: calc(var(--l--theme--typography--interactive--font-size--xs) * var(--l--theme--typography--interactive--line-height--xs));
1576
- --l--theme--size--icon--sm: calc(var(--l--theme--typography--interactive--font-size--sm) * var(--l--theme--typography--interactive--line-height--sm));
1577
- --l--theme--size--icon--md: calc(var(--l--theme--typography--interactive--font-size--md) * var(--l--theme--typography--interactive--line-height--md));
1578
- --l--theme--size--icon--lg: calc(var(--l--theme--typography--interactive--font-size--lg) * var(--l--theme--typography--interactive--line-height--lg));
1579
1577
  --l--theme--space--dialog--inset--block: var(--l--theme--space--70);
1580
1578
  --l--theme--space--dialog--inset--inline: var(--l--theme--space--70);
1581
1579
  --l--theme--space--gutter: var(--l--theme--space--70);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",