@versini/ui-styles 6.1.0 → 6.1.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 +3 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v6.1.
|
|
2
|
+
@versini/ui-styles v6.1.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: "6.1.
|
|
9
|
-
buildTime: "11/04/2025
|
|
8
|
+
version: "6.1.1",
|
|
9
|
+
buildTime: "11/04/2025 06:47 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -111,7 +111,6 @@ import colors from "tailwindcss/colors";
|
|
|
111
111
|
"@versini/ui-debug-overlay",
|
|
112
112
|
"@versini/ui-fingerprint",
|
|
113
113
|
"@versini/ui-footer",
|
|
114
|
-
"@versini/ui-form",
|
|
115
114
|
"@versini/ui-header",
|
|
116
115
|
"@versini/ui-hooks",
|
|
117
116
|
"@versini/ui-liveregion",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.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.16"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "9f55c94a4e03dcfcbdfb20a51d88bf0d10ad99cd"
|
|
46
46
|
}
|