@withlayers/tokens 0.37.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 +14 -1
  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);
@@ -1521,8 +1530,10 @@
1521
1530
  --l--theme--notification--typography--text-transform--sm: var(--l--typography--text-transform--none);
1522
1531
  --l--theme--notification--typography--text-transform--md: var(--l--typography--text-transform--none);
1523
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);
1524
1535
  --l--theme--border--dialog--radius: var(--l--theme--border--radius--md);
1525
- --l--theme--border--dialog--width: var(--l--theme--border--width--sm);
1536
+ --l--theme--border--dialog--width: var(--l--theme--border--width--none);
1526
1537
  --l--theme--border--interactive--radius--xs: var(--l--theme--border--radius--md);
1527
1538
  --l--theme--border--interactive--radius--sm: var(--l--theme--border--radius--md);
1528
1539
  --l--theme--border--interactive--radius--md: var(--l--theme--border--radius--md);
@@ -1578,6 +1589,8 @@
1578
1589
  --l--theme--color--input--placeholder--on-subtle--hover: var(--l--theme--color--content--secondary--on-subtle);
1579
1590
  --l--theme--color--input--placeholder--on-subtle--focus: var(--l--theme--color--content--secondary--on-subtle);
1580
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);
1581
1594
  --l--theme--space--dialog--inset--block: var(--l--theme--space--70);
1582
1595
  --l--theme--space--dialog--inset--inline: var(--l--theme--space--70);
1583
1596
  --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.37.0",
3
+ "version": "0.39.0",
4
4
  "description": "Design tokens layer",
5
5
  "license": "MIT",
6
6
  "author": "Dmitry Mayorov",