@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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.9.33",
3
+ "version": "0.9.34",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",