@versini/ui-panel 2.0.8 → 2.0.9
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 +4 -4
- package/dist/index.js +3 -3
- package/package.json +6 -3
|
@@ -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.9
|
|
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.9",
|
|
485
|
+
buildTime: "07/14/2025 12:04 PM EDT",
|
|
486
486
|
homepage: "https://github.com/aversini/ui-components",
|
|
487
487
|
license: "MIT"
|
|
488
488
|
});
|
|
@@ -688,7 +688,7 @@ const Ye = f.forwardRef(function(e, t) {
|
|
|
688
688
|
try {
|
|
689
689
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
690
690
|
version: "2.0.5",
|
|
691
|
-
buildTime: "
|
|
691
|
+
buildTime: "07/14/2025 12:04 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.9
|
|
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.9",
|
|
9
|
+
buildTime: "07/14/2025 12:04 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.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,9 +38,12 @@
|
|
|
38
38
|
"react": "^18.3.1 || ^19.0.0",
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@testing-library/jest-dom": "6.6.3"
|
|
43
|
+
},
|
|
41
44
|
"dependencies": {
|
|
42
45
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@versini/ui-button": "6.0.
|
|
46
|
+
"@versini/ui-button": "6.0.9",
|
|
44
47
|
"@versini/ui-icons": "4.10.0",
|
|
45
48
|
"@versini/ui-modal": "2.0.5",
|
|
46
49
|
"clsx": "2.1.1",
|
|
@@ -49,5 +52,5 @@
|
|
|
49
52
|
"sideEffects": [
|
|
50
53
|
"**/*.css"
|
|
51
54
|
],
|
|
52
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "097e81ba959c30dc2ee37ff9050981a02420360b"
|
|
53
56
|
}
|