@withlayers/tokens 0.33.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.
- package/dist/index.css +36 -34
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1466,12 +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--xs:
|
|
1470
|
-
--l--theme--size--icon--sm:
|
|
1471
|
-
--l--theme--size--icon--md:
|
|
1472
|
-
--l--theme--size--icon--lg:
|
|
1473
|
-
--l--theme--size--icon--xl: var(--l--units--relative--48);
|
|
1474
|
-
--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);
|
|
1475
1473
|
--l--theme--size--mark-control: clamp(1.3125rem, 0.27778vw + 1.2500rem, 1.5rem);
|
|
1476
1474
|
--l--theme--space--0: var(--l--units--0);
|
|
1477
1475
|
--l--theme--space--10: clamp(var(--l--units--relative--1), 0.092593vw + 0.041667rem, var(--l--units--relative--2));
|
|
@@ -1576,27 +1574,33 @@
|
|
|
1576
1574
|
--l--theme--color--input--placeholder--on-subtle--hover: var(--l--theme--color--content--secondary--on-subtle);
|
|
1577
1575
|
--l--theme--color--input--placeholder--on-subtle--focus: var(--l--theme--color--content--secondary--on-subtle);
|
|
1578
1576
|
--l--theme--outline--width: var(--l--theme--border--width--md);
|
|
1577
|
+
--l--theme--space--dialog--inset--block: var(--l--theme--space--70);
|
|
1578
|
+
--l--theme--space--dialog--inset--inline: var(--l--theme--space--70);
|
|
1579
1579
|
--l--theme--space--gutter: var(--l--theme--space--70);
|
|
1580
1580
|
--l--theme--space--grid--gap--inline: var(--l--theme--space--70);
|
|
1581
1581
|
--l--theme--space--grid--gap--block: var(--l--theme--space--70);
|
|
1582
|
-
--l--theme--space--interactive--inset
|
|
1583
|
-
--l--theme--space--interactive--inset
|
|
1584
|
-
--l--theme--space--interactive--inset
|
|
1585
|
-
--l--theme--space--interactive--inset
|
|
1586
|
-
--l--theme--space--interactive--inset
|
|
1587
|
-
--l--theme--space--interactive--inset
|
|
1588
|
-
--l--theme--space--interactive--inset
|
|
1589
|
-
--l--theme--space--interactive--inset
|
|
1590
|
-
--l--theme--space--
|
|
1591
|
-
--l--theme--space--
|
|
1592
|
-
--l--theme--space--
|
|
1593
|
-
--l--theme--space--
|
|
1594
|
-
--l--theme--space--text-control--inset
|
|
1595
|
-
--l--theme--space--text-control--inset
|
|
1596
|
-
--l--theme--space--text-control--inset
|
|
1597
|
-
--l--theme--space--text-control--inset
|
|
1598
|
-
--l--theme--space--text-
|
|
1599
|
-
--l--theme--space--text-
|
|
1582
|
+
--l--theme--space--interactive--inset--block--xs: var(--l--theme--space--20);
|
|
1583
|
+
--l--theme--space--interactive--inset--block--sm: var(--l--theme--space--30);
|
|
1584
|
+
--l--theme--space--interactive--inset--block--md: var(--l--theme--space--40);
|
|
1585
|
+
--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-icon--inset--xs: var(--l--theme--space--20);
|
|
1591
|
+
--l--theme--space--interactive-icon--inset--sm: var(--l--theme--space--30);
|
|
1592
|
+
--l--theme--space--interactive-icon--inset--md: var(--l--theme--space--40);
|
|
1593
|
+
--l--theme--space--interactive-icon--inset--lg: var(--l--theme--space--50);
|
|
1594
|
+
--l--theme--space--text-control--inset--block--xs: var(--l--theme--space--20);
|
|
1595
|
+
--l--theme--space--text-control--inset--block--sm: var(--l--theme--space--30);
|
|
1596
|
+
--l--theme--space--text-control--inset--block--md: var(--l--theme--space--40);
|
|
1597
|
+
--l--theme--space--text-control--inset--block--lg: var(--l--theme--space--50);
|
|
1598
|
+
--l--theme--space--text-control--inset--inline--xs: var(--l--theme--space--30);
|
|
1599
|
+
--l--theme--space--text-control--inset--inline--sm: var(--l--theme--space--40);
|
|
1600
|
+
--l--theme--space--text-control--inset--inline--md: var(--l--theme--space--50);
|
|
1601
|
+
--l--theme--space--text-control--inset--inline--lg: var(--l--theme--space--60);
|
|
1602
|
+
--l--theme--space--text-highlight--inset--block: var(--l--theme--space--10);
|
|
1603
|
+
--l--theme--space--text-highlight--inset--inline: var(--l--theme--space--20);
|
|
1600
1604
|
--l--theme--notification--border--width--xs: var(--l--theme--border--width--sm);
|
|
1601
1605
|
--l--theme--notification--border--width--sm: var(--l--theme--border--width--sm);
|
|
1602
1606
|
--l--theme--notification--border--width--md: var(--l--theme--border--width--sm);
|
|
@@ -1605,14 +1609,12 @@
|
|
|
1605
1609
|
--l--theme--notification--border--radius--sm: var(--l--theme--border--radius--md);
|
|
1606
1610
|
--l--theme--notification--border--radius--md: var(--l--theme--border--radius--md);
|
|
1607
1611
|
--l--theme--notification--border--radius--lg: var(--l--theme--border--radius--md);
|
|
1608
|
-
--l--theme--notification--space--inset
|
|
1609
|
-
--l--theme--notification--space--inset
|
|
1610
|
-
--l--theme--notification--space--inset
|
|
1611
|
-
--l--theme--notification--space--inset
|
|
1612
|
-
--l--theme--notification--space--inset
|
|
1613
|
-
--l--theme--notification--space--inset
|
|
1614
|
-
--l--theme--notification--space--inset
|
|
1615
|
-
--l--theme--notification--space--inset
|
|
1616
|
-
--l--theme--space--dialog--inset-block: var(--l--theme--space--gutter);
|
|
1617
|
-
--l--theme--space--dialog--inset-inline: var(--l--theme--space--gutter);
|
|
1612
|
+
--l--theme--notification--space--inset--block--xs: var(--l--theme--space--20);
|
|
1613
|
+
--l--theme--notification--space--inset--block--sm: var(--l--theme--space--30);
|
|
1614
|
+
--l--theme--notification--space--inset--block--md: var(--l--theme--space--40);
|
|
1615
|
+
--l--theme--notification--space--inset--block--lg: var(--l--theme--space--50);
|
|
1616
|
+
--l--theme--notification--space--inset--inline--xs: var(--l--theme--space--30);
|
|
1617
|
+
--l--theme--notification--space--inset--inline--sm: var(--l--theme--space--40);
|
|
1618
|
+
--l--theme--notification--space--inset--inline--md: var(--l--theme--space--50);
|
|
1619
|
+
--l--theme--notification--space--inset--inline--lg: var(--l--theme--space--60);
|
|
1618
1620
|
}
|