@versini/ui-styles 1.9.4 → 1.9.5

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 +3 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2498,7 +2498,6 @@ var Pa = {
2498
2498
  table: {
2499
2499
  width: "100%",
2500
2500
  tableLayout: "auto",
2501
- textAlign: "start",
2502
2501
  marginTop: o(32, 16),
2503
2502
  marginBottom: o(32, 16)
2504
2503
  },
@@ -2528,6 +2527,9 @@ var Pa = {
2528
2527
  "tfoot td": {
2529
2528
  verticalAlign: "top"
2530
2529
  },
2530
+ "th, td": {
2531
+ textAlign: "start"
2532
+ },
2531
2533
  "figure > *": {},
2532
2534
  // Required to maintain correct order when merging
2533
2535
  figcaption: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
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.13",
35
+ "@tailwindcss/typography": "0.5.14",
36
36
  "culori": "4.0.1",
37
- "tailwindcss": "3.4.7"
37
+ "tailwindcss": "3.4.10"
38
38
  },
39
- "gitHead": "ce64fe47afb4cef08c71039aaa4febb9c127ad24"
39
+ "gitHead": "bc3cb587068bf10d8cbadcb11c23392e5db9dc11"
40
40
  }