@withlayers/tokens 0.36.0 → 0.39.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 +22 -5
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -580,6 +580,7 @@
580
580
  --l--theme--border--width--lg: var(--l--border--width--4);
581
581
  --l--theme--border--width--xl: var(--l--border--width--8);
582
582
  --l--theme--border--width--xxl: var(--l--border--width--16);
583
+ --l--theme--border--card--style: var(--l--border--style--none);
583
584
  --l--theme--border--dialog--style: var(--l--border--style--none);
584
585
  --l--theme--border--interactive--style: var(--l--border--style--solid);
585
586
  --l--theme--border--mark-control--style: var(--l--border--style--solid);
@@ -1246,6 +1247,14 @@
1246
1247
  --l--theme--color--selection--content--on-knockout: var(--l--color--neutral--dark--0);
1247
1248
  --l--theme--color--selection--content--on-primary: var(--l--color--primary--dark--0);
1248
1249
  --l--theme--color--selection--content--on-subtle: var(--l--color--neutral--0);
1250
+ --l--theme--color--surface--background--secondary--on-default: var(--l--color--neutral--20);
1251
+ --l--theme--color--surface--background--secondary--on-knockout: var(--l--color--neutral--dark--20);
1252
+ --l--theme--color--surface--background--secondary--on-primary: var(--l--color--primary--20);
1253
+ --l--theme--color--surface--background--secondary--on-subtle: var(--l--color--neutral--30);
1254
+ --l--theme--color--surface--background--tertiary--on-default: var(--l--color--neutral--30);
1255
+ --l--theme--color--surface--background--tertiary--on-knockout: var(--l--color--neutral--dark--30);
1256
+ --l--theme--color--surface--background--tertiary--on-primary: var(--l--color--primary--20);
1257
+ --l--theme--color--surface--background--tertiary--on-subtle: var(--l--color--neutral--40);
1249
1258
  --l--typography--text-decoration-thickness--sm: var(--l--units--relative--1);
1250
1259
  --l--typography--text-decoration-thickness--md: var(--l--units--relative--2);
1251
1260
  --l--typography--text-decoration-thickness--lg: var(--l--units--relative--4);
@@ -1383,6 +1392,10 @@
1383
1392
  --l--theme--typography--interactive--line-height--sm: var(--l--typography--line-height--1250);
1384
1393
  --l--theme--typography--interactive--line-height--md: var(--l--typography--line-height--1375);
1385
1394
  --l--theme--typography--interactive--line-height--lg: var(--l--typography--line-height--1500);
1395
+ --l--theme--typography--interactive--text-decoration-line--xs: var(--l--typography--text-decoration-line--none);
1396
+ --l--theme--typography--interactive--text-decoration-line--sm: var(--l--typography--text-decoration-line--none);
1397
+ --l--theme--typography--interactive--text-decoration-line--md: var(--l--typography--text-decoration-line--none);
1398
+ --l--theme--typography--interactive--text-decoration-line--lg: var(--l--typography--text-decoration-line--none);
1386
1399
  --l--theme--typography--interactive--text-transform--xs: var(--l--typography--text-transform--none);
1387
1400
  --l--theme--typography--interactive--text-transform--sm: var(--l--typography--text-transform--none);
1388
1401
  --l--theme--typography--interactive--text-transform--md: var(--l--typography--text-transform--none);
@@ -1517,8 +1530,10 @@
1517
1530
  --l--theme--notification--typography--text-transform--sm: var(--l--typography--text-transform--none);
1518
1531
  --l--theme--notification--typography--text-transform--md: var(--l--typography--text-transform--none);
1519
1532
  --l--theme--notification--typography--text-transform--lg: var(--l--typography--text-transform--none);
1533
+ --l--theme--border--card--radius: var(--l--theme--border--radius--md);
1534
+ --l--theme--border--card--width: var(--l--theme--border--width--none);
1520
1535
  --l--theme--border--dialog--radius: var(--l--theme--border--radius--md);
1521
- --l--theme--border--dialog--width: var(--l--theme--border--width--sm);
1536
+ --l--theme--border--dialog--width: var(--l--theme--border--width--none);
1522
1537
  --l--theme--border--interactive--radius--xs: var(--l--theme--border--radius--md);
1523
1538
  --l--theme--border--interactive--radius--sm: var(--l--theme--border--radius--md);
1524
1539
  --l--theme--border--interactive--radius--md: var(--l--theme--border--radius--md);
@@ -1574,6 +1589,8 @@
1574
1589
  --l--theme--color--input--placeholder--on-subtle--hover: var(--l--theme--color--content--secondary--on-subtle);
1575
1590
  --l--theme--color--input--placeholder--on-subtle--focus: var(--l--theme--color--content--secondary--on-subtle);
1576
1591
  --l--theme--outline--width: var(--l--theme--border--width--md);
1592
+ --l--theme--space--card--inset--block: var(--l--theme--space--60);
1593
+ --l--theme--space--card--inset--inline: var(--l--theme--space--60);
1577
1594
  --l--theme--space--dialog--inset--block: var(--l--theme--space--70);
1578
1595
  --l--theme--space--dialog--inset--inline: var(--l--theme--space--70);
1579
1596
  --l--theme--space--gutter: var(--l--theme--space--70);
@@ -1583,10 +1600,10 @@
1583
1600
  --l--theme--space--interactive--inset--block--sm: var(--l--theme--space--30);
1584
1601
  --l--theme--space--interactive--inset--block--md: var(--l--theme--space--40);
1585
1602
  --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);
1603
+ --l--theme--space--interactive--inset--inline--xs: var(--l--theme--space--30);
1604
+ --l--theme--space--interactive--inset--inline--sm: var(--l--theme--space--40);
1605
+ --l--theme--space--interactive--inset--inline--md: var(--l--theme--space--50);
1606
+ --l--theme--space--interactive--inset--inline--lg: var(--l--theme--space--60);
1590
1607
  --l--theme--space--interactive-icon--inset--xs: var(--l--theme--space--20);
1591
1608
  --l--theme--space--interactive-icon--inset--sm: var(--l--theme--space--30);
1592
1609
  --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.36.0",
3
+ "version": "0.39.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",