@versini/ui-panel 1.2.12 → 1.2.14
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 +19 -19
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4,13 +4,13 @@ import * as h from "react";
|
|
|
4
4
|
import S, { useId as O, useRef as F, useEffect as D } from "react";
|
|
5
5
|
import { useFloating as j, useClick as W, useDismiss as G, useRole as X, useInteractions as Y, useMergeRefs as q, FloatingPortal as H, FloatingOverlay as J, FloatingFocusManager as K } from "@floating-ui/react";
|
|
6
6
|
/*!
|
|
7
|
-
@versini/ui-panel v1.2.
|
|
8
|
-
©
|
|
7
|
+
@versini/ui-panel v1.2.14
|
|
8
|
+
© 2025 gizmette.com
|
|
9
9
|
*/
|
|
10
10
|
try {
|
|
11
11
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
12
|
-
version: "1.2.
|
|
13
|
-
buildTime: "
|
|
12
|
+
version: "1.2.14",
|
|
13
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
14
14
|
homepage: "https://github.com/aversini/ui-components",
|
|
15
15
|
license: "MIT"
|
|
16
16
|
});
|
|
@@ -32,7 +32,7 @@ const R = "av-messagebox", L = "av-panel", C = "av-button", T = "icon", Q = "but
|
|
|
32
32
|
[l]: t === "large"
|
|
33
33
|
});
|
|
34
34
|
case Z:
|
|
35
|
-
return i("
|
|
35
|
+
return i("text-center", {
|
|
36
36
|
[n]: t === "small",
|
|
37
37
|
[c]: t === "medium",
|
|
38
38
|
[l]: t === "large"
|
|
@@ -43,9 +43,9 @@ const R = "av-messagebox", L = "av-panel", C = "av-button", T = "icon", Q = "but
|
|
|
43
43
|
"justify-start": a === "left",
|
|
44
44
|
"justify-end": a === "right",
|
|
45
45
|
"h-6 w-6 p-0": t === "small" && !(r || o),
|
|
46
|
-
"h-6 px-
|
|
46
|
+
"h-6 px-2 text-sm font-medium": t === "small" && (r || o),
|
|
47
47
|
"h-8 w-8 p-1": t === "medium" && !(r || o),
|
|
48
|
-
"h-8 px-
|
|
48
|
+
"h-8 px-3 text-base font-medium": t === "medium" && (r || o),
|
|
49
49
|
"h-12 w-12 p-2": t === "large" && !(r || o),
|
|
50
50
|
"h-12 px-4 text-lg font-medium": t === "large" && (r || o)
|
|
51
51
|
});
|
|
@@ -340,13 +340,13 @@ const V = S.forwardRef(
|
|
|
340
340
|
);
|
|
341
341
|
V.displayName = "ButtonIcon";
|
|
342
342
|
/*!
|
|
343
|
-
@versini/ui-button v3.1
|
|
344
|
-
©
|
|
343
|
+
@versini/ui-button v3.2.1
|
|
344
|
+
© 2025 gizmette.com
|
|
345
345
|
*/
|
|
346
346
|
try {
|
|
347
347
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
348
|
-
version: "3.1
|
|
349
|
-
buildTime: "
|
|
348
|
+
version: "3.2.1",
|
|
349
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
350
350
|
homepage: "https://github.com/aversini/ui-components",
|
|
351
351
|
license: "MIT"
|
|
352
352
|
});
|
|
@@ -462,12 +462,12 @@ const ne = ({
|
|
|
462
462
|
};
|
|
463
463
|
/*!
|
|
464
464
|
@versini/ui-svgicon v3.0.2
|
|
465
|
-
©
|
|
465
|
+
© 2025 gizmette.com
|
|
466
466
|
*/
|
|
467
467
|
try {
|
|
468
468
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
469
469
|
version: "3.0.2",
|
|
470
|
-
buildTime: "
|
|
470
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
471
471
|
homepage: "https://github.com/aversini/ui-components",
|
|
472
472
|
license: "MIT"
|
|
473
473
|
});
|
|
@@ -492,13 +492,13 @@ const ce = ({
|
|
|
492
492
|
}
|
|
493
493
|
);
|
|
494
494
|
/*!
|
|
495
|
-
@versini/ui-icons v3.0
|
|
496
|
-
©
|
|
495
|
+
@versini/ui-icons v3.1.0
|
|
496
|
+
© 2025 gizmette.com
|
|
497
497
|
*/
|
|
498
498
|
try {
|
|
499
499
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
500
|
-
version: "3.0
|
|
501
|
-
buildTime: "
|
|
500
|
+
version: "3.1.0",
|
|
501
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
502
502
|
homepage: "https://github.com/aversini/ui-components",
|
|
503
503
|
license: "MIT"
|
|
504
504
|
});
|
|
@@ -580,12 +580,12 @@ const he = h.forwardRef(function(e, t) {
|
|
|
580
580
|
});
|
|
581
581
|
/*!
|
|
582
582
|
@versini/ui-modal v1.1.7
|
|
583
|
-
©
|
|
583
|
+
© 2025 gizmette.com
|
|
584
584
|
*/
|
|
585
585
|
try {
|
|
586
586
|
window.__VERSINI_UI_MODAL__ || (window.__VERSINI_UI_MODAL__ = {
|
|
587
587
|
version: "1.1.7",
|
|
588
|
-
buildTime: "
|
|
588
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
589
589
|
homepage: "https://github.com/aversini/ui-components",
|
|
590
590
|
license: "MIT"
|
|
591
591
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "3.1
|
|
43
|
-
"@versini/ui-icons": "3.0
|
|
42
|
+
"@versini/ui-button": "3.2.1",
|
|
43
|
+
"@versini/ui-icons": "3.1.0",
|
|
44
44
|
"@versini/ui-modal": "1.1.7",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d052f6a22a228e03504ab6eef71c817bd53dd656"
|
|
52
52
|
}
|