@versini/ui-styles 5.0.0 → 5.0.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6959,7 +6959,7 @@ const Yi = "#ff3f3f", V = {
|
|
|
6959
6959
|
"--tw-prose-links": e("colors.slate[900]"),
|
|
6960
6960
|
"--tw-prose-bold": e("colors.slate[900]"),
|
|
6961
6961
|
"--tw-prose-counters": e("colors.slate[600]"),
|
|
6962
|
-
"--tw-prose-bullets": e("colors.slate[
|
|
6962
|
+
"--tw-prose-bullets": e("colors.slate[900]"),
|
|
6963
6963
|
"--tw-prose-hr": e("colors.slate[300]"),
|
|
6964
6964
|
"--tw-prose-quotes": e("colors.slate[900]"),
|
|
6965
6965
|
"--tw-prose-quote-borders": e("colors.slate[300]"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"fs-extra": "11.3.0",
|
|
41
41
|
"tailwindcss": "4.0.14"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "436cca868c7094d11c3beea203f55b605887cede"
|
|
44
44
|
}
|