@versini/ui-panel 3.4.1 → 3.4.2
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 +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-panel v3.4.
|
|
2
|
+
@versini/ui-panel v3.4.2
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_PANEL__) {
|
|
7
7
|
window.__VERSINI_UI_PANEL__ = {
|
|
8
|
-
version: "3.4.
|
|
9
|
-
buildTime: "11/
|
|
8
|
+
version: "3.4.2",
|
|
9
|
+
buildTime: "11/16/2025 05:48 PM EST",
|
|
10
10
|
homepage: "https://github.com/aversini/ui-components",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -46,7 +46,7 @@ const PANEL_CLASSNAME = "av-panel";
|
|
|
46
46
|
if (!window.__VERSINI_UI_MODAL__) {
|
|
47
47
|
window.__VERSINI_UI_MODAL__ = {
|
|
48
48
|
version: "3.1.0",
|
|
49
|
-
buildTime: "11/
|
|
49
|
+
buildTime: "11/16/2025 05:48 PM EST",
|
|
50
50
|
homepage: "https://github.com/aversini/ui-components",
|
|
51
51
|
license: "MIT"
|
|
52
52
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.19",
|
|
45
|
-
"@versini/ui-button": "8.3.
|
|
45
|
+
"@versini/ui-button": "8.3.2",
|
|
46
46
|
"@versini/ui-icons": "4.15.1",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
|
-
"tailwindcss": "4.1.
|
|
48
|
+
"tailwindcss": "4.1.17"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "1d0bedfa3a84ea7f2f41d347a59de518f92e4cea"
|
|
54
54
|
}
|