@florid-kit/components 0.9.33 → 0.9.34
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
font-size: var(--font-size);
|
|
564
564
|
font-weight: var(--font-weight-400);
|
|
565
565
|
line-height: var(--line-height);
|
|
566
|
-
font-style: italic;
|
|
566
|
+
font-style: var(--font-weight-italic);
|
|
567
567
|
display: -webkit-box;
|
|
568
568
|
-webkit-line-clamp: 2;
|
|
569
569
|
-webkit-box-orient: vertical;
|
package/index.mjs
CHANGED
|
@@ -1665,7 +1665,7 @@ u.styles = v`
|
|
|
1665
1665
|
font-size: var(--font-size);
|
|
1666
1666
|
font-weight: var(--font-weight-400);
|
|
1667
1667
|
line-height: var(--line-height);
|
|
1668
|
-
font-style: italic;
|
|
1668
|
+
font-style: var(--font-weight-italic);
|
|
1669
1669
|
display: -webkit-box;
|
|
1670
1670
|
-webkit-line-clamp: 2;
|
|
1671
1671
|
-webkit-box-orient: vertical;
|