@withlayers/tokens 0.36.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.
- package/dist/index.css +8 -4
- 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);
|
|
@@ -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--
|
|
1587
|
-
--l--theme--space--interactive--inset--inline--sm: var(--l--theme--space--
|
|
1588
|
-
--l--theme--space--interactive--inset--inline--md: var(--l--theme--space--
|
|
1589
|
-
--l--theme--space--interactive--inset--inline--lg: var(--l--theme--space--
|
|
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);
|