@versini/ui-styles 1.9.0 → 1.9.1

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 (2) hide show
  1. package/dist/index.js +20 -20
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1067,16 +1067,16 @@ let fr = {
1067
1067
  marginTop: o(8, 14),
1068
1068
  marginBottom: o(8, 14)
1069
1069
  },
1070
- "> ul > li > *:first-child": {
1070
+ "> ul > li > p:first-child": {
1071
1071
  marginTop: o(16, 14)
1072
1072
  },
1073
- "> ul > li > *:last-child": {
1073
+ "> ul > li > p:last-child": {
1074
1074
  marginBottom: o(16, 14)
1075
1075
  },
1076
- "> ol > li > *:first-child": {
1076
+ "> ol > li > p:first-child": {
1077
1077
  marginTop: o(16, 14)
1078
1078
  },
1079
- "> ol > li > *:last-child": {
1079
+ "> ol > li > p:last-child": {
1080
1080
  marginBottom: o(16, 14)
1081
1081
  },
1082
1082
  "ul ul, ul ol, ol ul, ol ol": {
@@ -1272,16 +1272,16 @@ let fr = {
1272
1272
  marginTop: o(12, 16),
1273
1273
  marginBottom: o(12, 16)
1274
1274
  },
1275
- "> ul > li > *:first-child": {
1275
+ "> ul > li > p:first-child": {
1276
1276
  marginTop: o(20, 16)
1277
1277
  },
1278
- "> ul > li > *:last-child": {
1278
+ "> ul > li > p:last-child": {
1279
1279
  marginBottom: o(20, 16)
1280
1280
  },
1281
- "> ol > li > *:first-child": {
1281
+ "> ol > li > p:first-child": {
1282
1282
  marginTop: o(20, 16)
1283
1283
  },
1284
- "> ol > li > *:last-child": {
1284
+ "> ol > li > p:last-child": {
1285
1285
  marginBottom: o(20, 16)
1286
1286
  },
1287
1287
  "ul ul, ul ol, ol ul, ol ol": {
@@ -1477,16 +1477,16 @@ let fr = {
1477
1477
  marginTop: o(16, 18),
1478
1478
  marginBottom: o(16, 18)
1479
1479
  },
1480
- "> ul > li > *:first-child": {
1480
+ "> ul > li > p:first-child": {
1481
1481
  marginTop: o(24, 18)
1482
1482
  },
1483
- "> ul > li > *:last-child": {
1483
+ "> ul > li > p:last-child": {
1484
1484
  marginBottom: o(24, 18)
1485
1485
  },
1486
- "> ol > li > *:first-child": {
1486
+ "> ol > li > p:first-child": {
1487
1487
  marginTop: o(24, 18)
1488
1488
  },
1489
- "> ol > li > *:last-child": {
1489
+ "> ol > li > p:last-child": {
1490
1490
  marginBottom: o(24, 18)
1491
1491
  },
1492
1492
  "ul ul, ul ol, ol ul, ol ol": {
@@ -1682,16 +1682,16 @@ let fr = {
1682
1682
  marginTop: o(16, 20),
1683
1683
  marginBottom: o(16, 20)
1684
1684
  },
1685
- "> ul > li > *:first-child": {
1685
+ "> ul > li > p:first-child": {
1686
1686
  marginTop: o(24, 20)
1687
1687
  },
1688
- "> ul > li > *:last-child": {
1688
+ "> ul > li > p:last-child": {
1689
1689
  marginBottom: o(24, 20)
1690
1690
  },
1691
- "> ol > li > *:first-child": {
1691
+ "> ol > li > p:first-child": {
1692
1692
  marginTop: o(24, 20)
1693
1693
  },
1694
- "> ol > li > *:last-child": {
1694
+ "> ol > li > p:last-child": {
1695
1695
  marginBottom: o(24, 20)
1696
1696
  },
1697
1697
  "ul ul, ul ol, ol ul, ol ol": {
@@ -1887,16 +1887,16 @@ let fr = {
1887
1887
  marginTop: o(20, 24),
1888
1888
  marginBottom: o(20, 24)
1889
1889
  },
1890
- "> ul > li > *:first-child": {
1890
+ "> ul > li > p:first-child": {
1891
1891
  marginTop: o(32, 24)
1892
1892
  },
1893
- "> ul > li > *:last-child": {
1893
+ "> ul > li > p:last-child": {
1894
1894
  marginBottom: o(32, 24)
1895
1895
  },
1896
- "> ol > li > *:first-child": {
1896
+ "> ol > li > p:first-child": {
1897
1897
  marginTop: o(32, 24)
1898
1898
  },
1899
- "> ol > li > *:last-child": {
1899
+ "> ol > li > p:last-child": {
1900
1900
  marginBottom: o(32, 24)
1901
1901
  },
1902
1902
  "ul ul, ul ol, ol ul, ol ol": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,9 +32,9 @@
32
32
  "test": "cross-env-shell NODE_ENV=test vitest run"
33
33
  },
34
34
  "dependencies": {
35
- "@tailwindcss/typography": "0.5.12",
35
+ "@tailwindcss/typography": "0.5.13",
36
36
  "culori": "4.0.1",
37
37
  "tailwindcss": "3.4.3"
38
38
  },
39
- "gitHead": "8100a82c3c37ee81b3cd91a934b2ae40796307c6"
39
+ "gitHead": "228d7682026ac0295086363e908b8ed629c086cb"
40
40
  }