@versini/ui-styles 9.0.6 → 9.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 +1 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-styles v9.
|
|
2
|
+
@versini/ui-styles v9.1.1
|
|
3
3
|
© 2026 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -93,7 +93,6 @@ import colors from "tailwindcss/colors";
|
|
|
93
93
|
"@versini/ui-datagrid",
|
|
94
94
|
"@versini/ui-debug-overlay",
|
|
95
95
|
"@versini/ui-dialog",
|
|
96
|
-
"@versini/ui-dropdown",
|
|
97
96
|
"@versini/ui-fingerprint",
|
|
98
97
|
"@versini/ui-footer",
|
|
99
98
|
"@versini/ui-header",
|
|
@@ -102,7 +101,6 @@ import colors from "tailwindcss/colors";
|
|
|
102
101
|
"@versini/ui-liveregion",
|
|
103
102
|
"@versini/ui-main",
|
|
104
103
|
"@versini/ui-menu",
|
|
105
|
-
"@versini/ui-panel",
|
|
106
104
|
"@versini/ui-pill",
|
|
107
105
|
"@versini/ui-spinner",
|
|
108
106
|
"@versini/ui-styles",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/container-queries": "0.1.1",
|
|
45
|
-
"@versini/ui-typography": "2.1.
|
|
45
|
+
"@versini/ui-typography": "2.1.4",
|
|
46
46
|
"culori": "4.0.2",
|
|
47
47
|
"fs-extra": "11.3.3",
|
|
48
|
-
"tailwindcss": "4.2.
|
|
48
|
+
"tailwindcss": "4.2.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"rollup-plugin-copy": "3.5.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "84d5ac4ea694792080c881a50b4fd5c4ce3750c0"
|
|
54
54
|
}
|