@versini/ui-panel 8.0.8 → 8.1.0
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 +5 -27
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-panel v8.0
|
|
2
|
+
@versini/ui-panel v8.1.0
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
|
-
try {
|
|
6
|
-
if (!window.__VERSINI_UI_PANEL__) {
|
|
7
|
-
window.__VERSINI_UI_PANEL__ = {
|
|
8
|
-
version: "8.0.8",
|
|
9
|
-
buildTime: "12/24/2025 09:19 AM EST",
|
|
10
|
-
homepage: "https://www.npmjs.com/package/@versini/ui-panel",
|
|
11
|
-
license: "MIT",
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
} catch (error) {
|
|
15
|
-
// nothing to declare officer
|
|
16
|
-
}
|
|
17
5
|
|
|
18
6
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
19
7
|
import { FloatingFocusManager, FloatingOverlay, FloatingPortal, useClick, useDismiss, useFloating, useInteractions, useMergeRefs, useRole } from "@floating-ui/react";
|
|
@@ -42,21 +30,9 @@ const NONE = "none";
|
|
|
42
30
|
|
|
43
31
|
;// CONCATENATED MODULE: ../ui-modal/dist/index.js
|
|
44
32
|
/*!
|
|
45
|
-
@versini/ui-modal v3.
|
|
33
|
+
@versini/ui-modal v3.3.0
|
|
46
34
|
© 2025 gizmette.com
|
|
47
|
-
*/
|
|
48
|
-
if (!window.__VERSINI_UI_MODAL__) {
|
|
49
|
-
window.__VERSINI_UI_MODAL__ = {
|
|
50
|
-
version: "3.2.2",
|
|
51
|
-
buildTime: "12/24/2025 09:19 AM EST",
|
|
52
|
-
homepage: "https://github.com/aversini/ui-components",
|
|
53
|
-
license: "MIT"
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
} catch (error) {
|
|
57
|
-
// nothing to declare officer
|
|
58
|
-
}
|
|
59
|
-
|
|
35
|
+
*/
|
|
60
36
|
|
|
61
37
|
|
|
62
38
|
|
|
@@ -204,6 +180,7 @@ const Modal_ModalClose = /*#__PURE__*/ forwardRef(function ModalClose(props, ref
|
|
|
204
180
|
})
|
|
205
181
|
});
|
|
206
182
|
});
|
|
183
|
+
// force new release
|
|
207
184
|
/* v8 ignore start */ /* v8 ignore stop */
|
|
208
185
|
|
|
209
186
|
;// CONCATENATED MODULE: ./src/components/Panel/utilities.ts
|
|
@@ -415,6 +392,7 @@ const Panel = ({ open, onOpenChange, title, children, footer, borderMode = "ligh
|
|
|
415
392
|
};
|
|
416
393
|
|
|
417
394
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
395
|
+
// force new release
|
|
418
396
|
|
|
419
397
|
|
|
420
398
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@testing-library/jest-dom": "6.9.1",
|
|
46
|
-
"@versini/ui-modal": "3.
|
|
46
|
+
"@versini/ui-modal": "3.3.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@tailwindcss/typography": "0.5.19",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"sideEffects": [
|
|
54
54
|
"**/*.css"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
|
|
57
57
|
}
|