@versini/ui-panel 3.2.3 → 3.2.4
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/components/Panel/Panel.js +5 -5
- package/dist/index.js +3 -3
- package/package.json +5 -5
|
@@ -41,7 +41,7 @@ const Y = "av-messagebox", z = "av-panel", G = ({
|
|
|
41
41
|
try {
|
|
42
42
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
43
43
|
version: "4.2.2",
|
|
44
|
-
buildTime: "10/
|
|
44
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
45
45
|
homepage: "https://github.com/aversini/ui-components",
|
|
46
46
|
license: "MIT"
|
|
47
47
|
});
|
|
@@ -72,13 +72,13 @@ const j = ({
|
|
|
72
72
|
}
|
|
73
73
|
);
|
|
74
74
|
/*!
|
|
75
|
-
@versini/ui-icons v4.14.
|
|
75
|
+
@versini/ui-icons v4.14.1
|
|
76
76
|
© 2025 gizmette.com
|
|
77
77
|
*/
|
|
78
78
|
try {
|
|
79
79
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
80
|
-
version: "4.14.
|
|
81
|
-
buildTime: "10/
|
|
80
|
+
version: "4.14.1",
|
|
81
|
+
buildTime: "10/24/2025 06:42 PM EDT",
|
|
82
82
|
homepage: "https://github.com/aversini/ui-components",
|
|
83
83
|
license: "MIT"
|
|
84
84
|
});
|
|
@@ -165,7 +165,7 @@ const q = c.forwardRef(function(t, e) {
|
|
|
165
165
|
try {
|
|
166
166
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
167
167
|
version: "3.0.2",
|
|
168
|
-
buildTime: "10/
|
|
168
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
169
169
|
homepage: "https://github.com/aversini/ui-components",
|
|
170
170
|
license: "MIT"
|
|
171
171
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { MESSAGEBOX_CLASSNAME as o, PANEL_CLASSNAME as E, Panel as n } from "./components/Panel/Panel.js";
|
|
2
2
|
/*!
|
|
3
|
-
@versini/ui-panel v3.2.
|
|
3
|
+
@versini/ui-panel v3.2.4
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
8
|
-
version: "3.2.
|
|
9
|
-
buildTime: "10/
|
|
8
|
+
version: "3.2.4",
|
|
9
|
+
buildTime: "10/24/2025 07:46 PM EDT",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT"
|
|
12
12
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.19",
|
|
44
|
-
"@versini/ui-button": "8.1.
|
|
45
|
-
"@versini/ui-icons": "4.14.
|
|
44
|
+
"@versini/ui-button": "8.1.4",
|
|
45
|
+
"@versini/ui-icons": "4.14.1",
|
|
46
46
|
"@versini/ui-modal": "3.0.2",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
|
-
"tailwindcss": "4.1.
|
|
48
|
+
"tailwindcss": "4.1.16"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "26763e1e738bcdcb0806c39612161666e4bc4459"
|
|
54
54
|
}
|