@versini/ui-styles 8.0.0 → 8.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 +5 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v8.0.
|
|
2
|
+
@versini/ui-styles v8.0.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_STYLES__) {
|
|
7
7
|
window.__VERSINI_UI_STYLES__ = {
|
|
8
|
-
version: "8.0.
|
|
9
|
-
buildTime: "12/15/2025
|
|
8
|
+
version: "8.0.1",
|
|
9
|
+
buildTime: "12/15/2025 07:43 PM EST",
|
|
10
10
|
homepage: "https://www.npmjs.com/package/@versini/ui-styles",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -153,9 +153,9 @@ const accentColor = colors.violet["300"];
|
|
|
153
153
|
"action-danger-dark": colors.red["900"],
|
|
154
154
|
"action-danger-dark-hover": colors.red["700"],
|
|
155
155
|
"action-danger-dark-active": colors.red["600"],
|
|
156
|
-
"action-danger-light": colors.red["
|
|
156
|
+
"action-danger-light": colors.red["900"],
|
|
157
157
|
"action-danger-light-hover": colors.red["700"],
|
|
158
|
-
"action-danger-light-active": colors.red["
|
|
158
|
+
"action-danger-light-active": colors.red["600"],
|
|
159
159
|
"action-selected-dark": colors.green["700"],
|
|
160
160
|
"action-selected-dark-hover": colors.green["600"],
|
|
161
161
|
"action-selected-dark-active": colors.green["500"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fs-extra": "11.3.2",
|
|
43
43
|
"tailwindcss": "4.1.18"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "699b13029f1d14089c1875bc50f049c1c7b9859a"
|
|
46
46
|
}
|