@withlayers/tokens 0.35.0 → 0.37.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 +9 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1383,6 +1383,10 @@
1383
1383
  --l--theme--typography--interactive--line-height--sm: var(--l--typography--line-height--1250);
1384
1384
  --l--theme--typography--interactive--line-height--md: var(--l--typography--line-height--1375);
1385
1385
  --l--theme--typography--interactive--line-height--lg: var(--l--typography--line-height--1500);
1386
+ --l--theme--typography--interactive--text-decoration-line--xs: var(--l--typography--text-decoration-line--none);
1387
+ --l--theme--typography--interactive--text-decoration-line--sm: var(--l--typography--text-decoration-line--none);
1388
+ --l--theme--typography--interactive--text-decoration-line--md: var(--l--typography--text-decoration-line--none);
1389
+ --l--theme--typography--interactive--text-decoration-line--lg: var(--l--typography--text-decoration-line--none);
1386
1390
  --l--theme--typography--interactive--text-transform--xs: var(--l--typography--text-transform--none);
1387
1391
  --l--theme--typography--interactive--text-transform--sm: var(--l--typography--text-transform--none);
1388
1392
  --l--theme--typography--interactive--text-transform--md: var(--l--typography--text-transform--none);
@@ -1470,7 +1474,7 @@
1470
1474
  --l--theme--size--icon--sm: clamp(0.9375rem, 0.23148vw + 0.88542rem, 1.09375rem);
1471
1475
  --l--theme--size--icon--md: clamp(1.203125rem, 0.25463vw + 1.1458rem, 1.375rem);
1472
1476
  --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);
1477
+ --l--theme--size--mark-control: clamp(1.203125rem, 0.25463vw + 1.1458rem, 1.375rem);
1474
1478
  --l--theme--space--0: var(--l--units--0);
1475
1479
  --l--theme--space--10: clamp(var(--l--units--relative--1), 0.092593vw + 0.041667rem, var(--l--units--relative--2));
1476
1480
  --l--theme--space--20: clamp(var(--l--units--relative--2), 0.18519vw + 0.083333rem, var(--l--units--relative--4));
@@ -1583,10 +1587,10 @@
1583
1587
  --l--theme--space--interactive--inset--block--sm: var(--l--theme--space--30);
1584
1588
  --l--theme--space--interactive--inset--block--md: var(--l--theme--space--40);
1585
1589
  --l--theme--space--interactive--inset--block--lg: var(--l--theme--space--50);
1586
- --l--theme--space--interactive--inset--inline--xs: var(--l--theme--space--40);
1587
- --l--theme--space--interactive--inset--inline--sm: var(--l--theme--space--50);
1588
- --l--theme--space--interactive--inset--inline--md: var(--l--theme--space--60);
1589
- --l--theme--space--interactive--inset--inline--lg: var(--l--theme--space--70);
1590
+ --l--theme--space--interactive--inset--inline--xs: var(--l--theme--space--30);
1591
+ --l--theme--space--interactive--inset--inline--sm: var(--l--theme--space--40);
1592
+ --l--theme--space--interactive--inset--inline--md: var(--l--theme--space--50);
1593
+ --l--theme--space--interactive--inset--inline--lg: var(--l--theme--space--60);
1590
1594
  --l--theme--space--interactive-icon--inset--xs: var(--l--theme--space--20);
1591
1595
  --l--theme--space--interactive-icon--inset--sm: var(--l--theme--space--30);
1592
1596
  --l--theme--space--interactive-icon--inset--md: var(--l--theme--space--40);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withlayers/tokens",
3
- "version": "0.35.0",
3
+ "version": "0.37.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",