@versini/ui-panel 2.0.6 → 2.0.8
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 +7 -7
- package/dist/index.js +3 -3
- package/package.json +5 -5
|
@@ -325,7 +325,7 @@ function Ae(e) {
|
|
|
325
325
|
e.forEach((r) => {
|
|
326
326
|
typeof r == "function" ? r(t) : r != null && (r.current = t);
|
|
327
327
|
});
|
|
328
|
-
}, e);
|
|
328
|
+
}, [...e]);
|
|
329
329
|
}
|
|
330
330
|
const Pe = {
|
|
331
331
|
x: 0,
|
|
@@ -476,13 +476,13 @@ const R = {
|
|
|
476
476
|
);
|
|
477
477
|
V.displayName = "ButtonIcon";
|
|
478
478
|
/*!
|
|
479
|
-
@versini/ui-button v6.0.
|
|
479
|
+
@versini/ui-button v6.0.8
|
|
480
480
|
© 2025 gizmette.com
|
|
481
481
|
*/
|
|
482
482
|
try {
|
|
483
483
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
484
|
-
version: "6.0.
|
|
485
|
-
buildTime: "
|
|
484
|
+
version: "6.0.8",
|
|
485
|
+
buildTime: "06/28/2025 08:58 PM EDT",
|
|
486
486
|
homepage: "https://github.com/aversini/ui-components",
|
|
487
487
|
license: "MIT"
|
|
488
488
|
});
|
|
@@ -682,13 +682,13 @@ const Ye = f.forwardRef(function(e, t) {
|
|
|
682
682
|
}) });
|
|
683
683
|
});
|
|
684
684
|
/*!
|
|
685
|
-
@versini/ui-modal v2.0.
|
|
685
|
+
@versini/ui-modal v2.0.5
|
|
686
686
|
© 2025 gizmette.com
|
|
687
687
|
*/
|
|
688
688
|
try {
|
|
689
689
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
690
|
-
version: "2.0.
|
|
691
|
-
buildTime: "
|
|
690
|
+
version: "2.0.5",
|
|
691
|
+
buildTime: "06/28/2025 08:58 PM EDT",
|
|
692
692
|
homepage: "https://github.com/aversini/ui-components",
|
|
693
693
|
license: "MIT"
|
|
694
694
|
});
|
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 v2.0.
|
|
3
|
+
@versini/ui-panel v2.0.8
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
8
|
-
version: "2.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "2.0.8",
|
|
9
|
+
buildTime: "06/28/2025 08:58 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": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@versini/ui-button": "6.0.
|
|
43
|
+
"@versini/ui-button": "6.0.8",
|
|
44
44
|
"@versini/ui-icons": "4.10.0",
|
|
45
|
-
"@versini/ui-modal": "2.0.
|
|
45
|
+
"@versini/ui-modal": "2.0.5",
|
|
46
46
|
"clsx": "2.1.1",
|
|
47
|
-
"tailwindcss": "4.1.
|
|
47
|
+
"tailwindcss": "4.1.11"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": [
|
|
50
50
|
"**/*.css"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1b9a792d10e1f67fc7af7cfdff718ef1e1c78633"
|
|
53
53
|
}
|