@versini/ui-styles 1.9.1 → 1.9.2

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7220,7 +7220,7 @@ const gi = "#ff3f3f", K = {
7220
7220
  "--tw-prose-captions": e("colors.slate[700]"),
7221
7221
  "--tw-prose-code": e("colors.slate[900]"),
7222
7222
  "--tw-prose-pre-code": K.colors["copy-lighter"],
7223
- "--tw-prose-pre-bg": K.colors["surface-medium"],
7223
+ "--tw-prose-pre-bg": K.colors["surface-darker"],
7224
7224
  "--tw-prose-kbd": e("colors.slate[800]"),
7225
7225
  li: {
7226
7226
  color: K.colors["copy-dark"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,5 +36,5 @@
36
36
  "culori": "4.0.1",
37
37
  "tailwindcss": "3.4.3"
38
38
  },
39
- "gitHead": "228d7682026ac0295086363e908b8ed629c086cb"
39
+ "gitHead": "3a865cb8a4d8fe1ea8d75c8fc4aba1893a076fd9"
40
40
  }