@versini/ui-panel 2.0.0 → 2.0.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 +7 -7
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4,13 +4,13 @@ import V, { useRef as _, useLayoutEffect as F, useMemo as q, useState as Z, useE
|
|
|
4
4
|
import i from "clsx";
|
|
5
5
|
import { useFloating as ce, useClick as se, useDismiss as de, useRole as ue, useInteractions as me, useMergeRefs as ge, FloatingPortal as he, FloatingOverlay as be, FloatingFocusManager as fe } from "@floating-ui/react";
|
|
6
6
|
/*!
|
|
7
|
-
@versini/ui-panel v2.0.
|
|
7
|
+
@versini/ui-panel v2.0.2
|
|
8
8
|
© 2025 gizmette.com
|
|
9
9
|
*/
|
|
10
10
|
try {
|
|
11
11
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
12
|
-
version: "2.0.
|
|
13
|
-
buildTime: "03/
|
|
12
|
+
version: "2.0.2",
|
|
13
|
+
buildTime: "03/19/2025 03:54 PM EDT",
|
|
14
14
|
homepage: "https://github.com/aversini/ui-components",
|
|
15
15
|
license: "MIT"
|
|
16
16
|
});
|
|
@@ -471,13 +471,13 @@ const Le = {
|
|
|
471
471
|
}) => /* @__PURE__ */ c("span", { ref: e, className: t, children: r && /* @__PURE__ */ c("span", { className: a, children: r }) });
|
|
472
472
|
z.displayName = "ButtonIcon";
|
|
473
473
|
/*!
|
|
474
|
-
@versini/ui-button v6.0.
|
|
474
|
+
@versini/ui-button v6.0.2
|
|
475
475
|
© 2025 gizmette.com
|
|
476
476
|
*/
|
|
477
477
|
try {
|
|
478
478
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
479
|
-
version: "6.0.
|
|
480
|
-
buildTime: "03/
|
|
479
|
+
version: "6.0.2",
|
|
480
|
+
buildTime: "03/19/2025 03:54 PM EDT",
|
|
481
481
|
homepage: "https://github.com/aversini/ui-components",
|
|
482
482
|
license: "MIT"
|
|
483
483
|
});
|
|
@@ -683,7 +683,7 @@ const Fe = b.forwardRef(function(e, t) {
|
|
|
683
683
|
try {
|
|
684
684
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
685
685
|
version: "2.0.0",
|
|
686
|
-
buildTime: "03/
|
|
686
|
+
buildTime: "03/19/2025 03:54 PM EDT",
|
|
687
687
|
homepage: "https://github.com/aversini/ui-components",
|
|
688
688
|
license: "MIT"
|
|
689
689
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@versini/ui-button": "6.0.
|
|
43
|
+
"@versini/ui-button": "6.0.2",
|
|
44
44
|
"@versini/ui-icons": "4.8.1",
|
|
45
45
|
"@versini/ui-modal": "2.0.0",
|
|
46
46
|
"clsx": "2.1.1",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"sideEffects": [
|
|
50
50
|
"**/*.css"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "d49d5de3e0b587456da5a6da691396873e9ffe2d"
|
|
53
53
|
}
|