@withlayers/tokens 0.30.0 → 0.31.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 +13 -7
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -25,11 +25,14 @@
|
|
|
25
25
|
--l--border--width--8: 8px;
|
|
26
26
|
--l--border--width--12: 12px;
|
|
27
27
|
--l--border--width--16: 16px;
|
|
28
|
-
--l--breakpoint--
|
|
29
|
-
--l--breakpoint--
|
|
30
|
-
--l--breakpoint--
|
|
31
|
-
--l--breakpoint--
|
|
32
|
-
--l--breakpoint--
|
|
28
|
+
--l--breakpoint--360: 360px;
|
|
29
|
+
--l--breakpoint--490: 490px;
|
|
30
|
+
--l--breakpoint--768: 768px;
|
|
31
|
+
--l--breakpoint--960: 960px;
|
|
32
|
+
--l--breakpoint--1024: 1024px;
|
|
33
|
+
--l--breakpoint--1140: 1140px;
|
|
34
|
+
--l--breakpoint--1280: 1280px;
|
|
35
|
+
--l--breakpoint--1440: 1440px;
|
|
33
36
|
--l--color--primary--0: oklch(1 0 0);
|
|
34
37
|
--l--color--primary--10: oklch(0.99 0.002 267.48);
|
|
35
38
|
--l--color--primary--20: oklch(0.98 0.005 267.48);
|
|
@@ -558,6 +561,7 @@
|
|
|
558
561
|
--l--units--static--384: 384px;
|
|
559
562
|
--l--units--static--448: 448px;
|
|
560
563
|
--l--units--static--512: 512px;
|
|
564
|
+
--l--theme--size--measure--xs: 12rem;
|
|
561
565
|
--l--theme--size--measure--sm: 18.75rem;
|
|
562
566
|
--l--theme--size--measure--md: 37.5rem;
|
|
563
567
|
--l--theme--size--measure--lg: 48rem;
|
|
@@ -1248,7 +1252,7 @@
|
|
|
1248
1252
|
--l--typography--text-decoration-thickness--xl: var(--l--units--relative--8);
|
|
1249
1253
|
--l--typography--text-decoration-thickness--xxl: var(--l--units--relative--12);
|
|
1250
1254
|
--l--theme--typography--blockquote--font-family: var(--l--typography--font-family--primary);
|
|
1251
|
-
--l--theme--typography--blockquote--font-size: clamp(var(--l--typography--font-size--24),
|
|
1255
|
+
--l--theme--typography--blockquote--font-size: clamp(var(--l--typography--font-size--24), 0.74074vw + 1.3333rem, var(--l--typography--font-size--32));
|
|
1252
1256
|
--l--theme--typography--blockquote--font-style: var(--l--typography--font-style--italic);
|
|
1253
1257
|
--l--theme--typography--blockquote--font-variant-caps: var(--l--typography--font-variant-caps--normal);
|
|
1254
1258
|
--l--theme--typography--blockquote--font-weight: var(--l--typography--font-weight--medium);
|
|
@@ -1389,7 +1393,7 @@
|
|
|
1389
1393
|
--l--theme--typography--label--font-variant-caps: var(--l--typography--font-variant-caps--normal);
|
|
1390
1394
|
--l--theme--typography--label--font-weight: var(--l--typography--font-weight--medium);
|
|
1391
1395
|
--l--theme--typography--label--letter-spacing: var(--l--typography--letter-spacing--normal);
|
|
1392
|
-
--l--theme--typography--label--line-height: var(--l--typography--line-height--
|
|
1396
|
+
--l--theme--typography--label--line-height: var(--l--typography--line-height--1375);
|
|
1393
1397
|
--l--theme--typography--label--text-transform: var(--l--typography--text-transform--none);
|
|
1394
1398
|
--l--theme--typography--link--text-decoration-line--primary--rest: var(--l--typography--text-decoration-line--underline);
|
|
1395
1399
|
--l--theme--typography--link--text-decoration-line--primary--hover: var(--l--typography--text-decoration-line--none);
|
|
@@ -1573,6 +1577,8 @@
|
|
|
1573
1577
|
--l--theme--color--input--placeholder--on-subtle--focus: var(--l--theme--color--content--secondary--on-subtle);
|
|
1574
1578
|
--l--theme--outline--width: var(--l--theme--border--width--md);
|
|
1575
1579
|
--l--theme--space--gutter: var(--l--theme--space--70);
|
|
1580
|
+
--l--theme--space--grid--gap--inline: var(--l--theme--space--70);
|
|
1581
|
+
--l--theme--space--grid--gap--block: var(--l--theme--space--70);
|
|
1576
1582
|
--l--theme--space--interactive--inset-block--xs: var(--l--theme--space--20);
|
|
1577
1583
|
--l--theme--space--interactive--inset-block--sm: var(--l--theme--space--30);
|
|
1578
1584
|
--l--theme--space--interactive--inset-block--md: var(--l--theme--space--40);
|