@versini/ui-panel 0.0.0 → 1.0.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.
|
@@ -244,7 +244,7 @@ const Z = c.forwardRef(function(e, n) {
|
|
|
244
244
|
try {
|
|
245
245
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
246
246
|
version: "1.4.9",
|
|
247
|
-
buildTime: "09/17/2024 06:
|
|
247
|
+
buildTime: "09/17/2024 06:46 PM EDT",
|
|
248
248
|
homepage: "https://github.com/aversini/ui-components",
|
|
249
249
|
license: "MIT"
|
|
250
250
|
});
|
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsx as l, jsxs as y, Fragment as V } from "react/jsx-runtime";
|
|
|
2
2
|
import o from "clsx";
|
|
3
3
|
import E, { lazy as z, useRef as U, useEffect as j, Suspense as O } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-panel
|
|
5
|
+
@versini/ui-panel v1.0.0
|
|
6
6
|
© 2024 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_PANEL__ || (window.__VERSINI_UI_PANEL__ = {
|
|
10
|
-
version: "
|
|
11
|
-
buildTime: "09/17/2024 06:
|
|
10
|
+
version: "1.0.0",
|
|
11
|
+
buildTime: "09/17/2024 06:46 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -294,7 +294,7 @@ $.displayName = "ButtonIcon";
|
|
|
294
294
|
try {
|
|
295
295
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
296
296
|
version: "1.1.0",
|
|
297
|
-
buildTime: "09/17/2024 06:
|
|
297
|
+
buildTime: "09/17/2024 06:46 PM EDT",
|
|
298
298
|
homepage: "https://github.com/aversini/ui-components",
|
|
299
299
|
license: "MIT"
|
|
300
300
|
});
|
|
@@ -428,7 +428,7 @@ const Z = (e) => {
|
|
|
428
428
|
try {
|
|
429
429
|
window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
|
|
430
430
|
version: "1.4.9",
|
|
431
|
-
buildTime: "09/17/2024 06:
|
|
431
|
+
buildTime: "09/17/2024 06:46 PM EDT",
|
|
432
432
|
homepage: "https://github.com/aversini/ui-components",
|
|
433
433
|
license: "MIT"
|
|
434
434
|
});
|
|
@@ -461,7 +461,7 @@ const re = ({
|
|
|
461
461
|
try {
|
|
462
462
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
463
463
|
version: "1.12.1",
|
|
464
|
-
buildTime: "09/17/2024 06:
|
|
464
|
+
buildTime: "09/17/2024 06:46 PM EDT",
|
|
465
465
|
homepage: "https://github.com/aversini/ui-components",
|
|
466
466
|
license: "MIT"
|
|
467
467
|
});
|
|
@@ -488,7 +488,7 @@ const p = "panel", x = "messagebox", te = ({
|
|
|
488
488
|
header: "sm:p-4 mb-0 p-2",
|
|
489
489
|
close: "sm:p-4 p-2"
|
|
490
490
|
}), k = (e) => z(
|
|
491
|
-
() => import("./chunks/index.
|
|
491
|
+
() => import("./chunks/index.Maj0vtao.js").then((t) => ({
|
|
492
492
|
default: t[e]
|
|
493
493
|
}))
|
|
494
494
|
), ae = k("Modal"), oe = k("ModalClose"), ie = k("ModalContent"), le = k("ModalDescription"), de = k("ModalHeading"), ge = ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-panel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "06da168ff5fd428cf5cedb2903c3a634540037ae"
|
|
55
55
|
}
|