@dimasbaguspm/versaur 0.0.22 → 0.0.23
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/js/{bottom-sheet-input-nVi11sIJ.js → bottom-sheet-input-DsgPp5zI.js} +1 -1
- package/dist/js/forms/index.js +1 -1
- package/dist/js/{image-rectangle-C6cgL8R9.js → image-rectangle-GA3oWX7A.js} +4 -4
- package/dist/js/index.js +64 -62
- package/dist/js/layouts/index.js +6 -4
- package/dist/js/navigation/index.js +1 -1
- package/dist/js/primitive/index.js +1 -1
- package/dist/js/side-bar-BCTyiW3N.js +597 -0
- package/dist/js/{tabs-BbOkYchB.js → tabs-p6g9kN0N.js} +56 -74
- package/dist/types/layouts/button-group/button-group.d.ts +27 -0
- package/dist/types/layouts/button-group/index.d.ts +2 -0
- package/dist/types/layouts/button-group/types.d.ts +32 -0
- package/dist/types/layouts/index.d.ts +2 -0
- package/dist/types/layouts/page-header/index.d.ts +2 -0
- package/dist/types/layouts/page-header/page-header.atoms.d.ts +35 -0
- package/dist/types/layouts/page-header/page-header.d.ts +40 -0
- package/dist/types/layouts/page-header/types.d.ts +52 -0
- package/dist/utils/enforce-subpath-import.js +2 -0
- package/package.json +1 -1
- package/dist/js/side-bar-li3CbgUw.js +0 -413
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as j, j as e, a as p } from "./index-DOdDlCoL.js";
|
|
2
2
|
import x, { createContext as S, useContext as V, useRef as $, forwardRef as I, useState as O, useId as D, useEffect as X, useMemo as P } from "react";
|
|
3
3
|
import { Check as F, Calendar as Y, SearchIcon as Z, Clock as ee, Banknote as re, MailIcon as te } from "lucide-react";
|
|
4
|
-
import { I as z } from "./image-rectangle-
|
|
4
|
+
import { I as z } from "./image-rectangle-GA3oWX7A.js";
|
|
5
5
|
import "./snackbar-DH8jCh2V.js";
|
|
6
6
|
import "./text-CRsIInRA.js";
|
|
7
7
|
import { M, D as E, B as R } from "./bottom-sheet-CCDa5VGo.js";
|
package/dist/js/forms/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-
|
|
1
|
+
import { B as a, C as n, b as p, a as u, D as s, k as I, E as i, M as l, P as S, R as c, d as r, c as g, S as h, e as o, j as m, i as M, h as b, f as k, T as x, g as C } from "../bottom-sheet-input-DsgPp5zI.js";
|
|
2
2
|
export {
|
|
3
3
|
a as BottomSheetInput,
|
|
4
4
|
n as CheckboxInput,
|
|
@@ -563,7 +563,7 @@ const SvgSpenicleSquare = (e) => /* @__PURE__ */ React.createElement("svg", { wi
|
|
|
563
563
|
}
|
|
564
564
|
)
|
|
565
565
|
), buttonVariants = cva(
|
|
566
|
-
"inline-flex items-center justify-center gap-2 rounded-md font-medium transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none active:scale-[0.98] select-none",
|
|
566
|
+
"inline-flex items-center justify-center gap-2 rounded-md font-medium transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none active:scale-[0.98] select-none cursor-pointer",
|
|
567
567
|
{
|
|
568
568
|
variants: {
|
|
569
569
|
variant: {
|
|
@@ -602,9 +602,9 @@ const SvgSpenicleSquare = (e) => /* @__PURE__ */ React.createElement("svg", { wi
|
|
|
602
602
|
destructive: "bg-danger text-white hover:bg-danger/90 focus-visible:ring-danger-soft focus-visible:ring-offset-white shadow-sm hover:shadow-md"
|
|
603
603
|
},
|
|
604
604
|
size: {
|
|
605
|
-
sm: "h-
|
|
606
|
-
md: "h-
|
|
607
|
-
lg: "h-
|
|
605
|
+
sm: "h-7 px-3 text-sm min-w-[2.25rem]",
|
|
606
|
+
md: "h-9 px-4 text-sm min-w-[2.5rem]",
|
|
607
|
+
lg: "h-10 px-8 text-lg min-w-[2.75rem]"
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
defaultVariants: {
|
package/dist/js/index.js
CHANGED
|
@@ -1,71 +1,73 @@
|
|
|
1
1
|
import { L as s, P as t, S as r } from "./skeleton-BNZyaRjo.js";
|
|
2
|
-
import { A as n, B as p,
|
|
3
|
-
import { B
|
|
4
|
-
import { B as
|
|
5
|
-
import { M as
|
|
6
|
-
import { A as
|
|
7
|
-
import { S as
|
|
8
|
-
import { T as
|
|
9
|
-
import { B as
|
|
10
|
-
import { S as
|
|
2
|
+
import { A as n, B as p, a as u, F as l, P as i, b as I, S as c, T as S } from "./side-bar-BCTyiW3N.js";
|
|
3
|
+
import { B, C as g, b as d, a as T, D as x, k as b, E as f, M as h, P, R as k, d as M, c as C, S as A, e as D, j as L, i as R, h as w, f as F, T as j, g as v } from "./bottom-sheet-input-DsgPp5zI.js";
|
|
4
|
+
import { B as E, D as N, M as q } from "./bottom-sheet-CCDa5VGo.js";
|
|
5
|
+
import { M as H, T as z } from "./tooltip-CDdl1U3A.js";
|
|
6
|
+
import { A as K, a as O, b as Q, B as U, l as V, c as W, d as X, e as Y, f as Z, C as _, g as $, D as aa, I as ea, i as sa, k as ta, j as ra, N as oa, T as na, h as pa } from "./image-rectangle-GA3oWX7A.js";
|
|
7
|
+
import { S as la } from "./snackbar-DH8jCh2V.js";
|
|
8
|
+
import { T as Ia } from "./text-CRsIInRA.js";
|
|
9
|
+
import { B as Sa, T as ma } from "./tabs-p6g9kN0N.js";
|
|
10
|
+
import { S as ga, u as da } from "./use-snackbars-B0MaRlg1.js";
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
K as Alert,
|
|
13
|
+
O as Anchor,
|
|
14
14
|
n as AppBar,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
Q as Avatar,
|
|
16
|
+
U as Badge,
|
|
17
|
+
V as BaseImage,
|
|
18
18
|
p as BottomBar,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
T as
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
19
|
+
E as BottomSheet,
|
|
20
|
+
B as BottomSheetInput,
|
|
21
|
+
W as Brand,
|
|
22
|
+
Sa as Breadcrumbs,
|
|
23
|
+
X as Button,
|
|
24
|
+
Y as ButtonFloat,
|
|
25
|
+
u as ButtonGroup,
|
|
26
|
+
Z as ButtonIcon,
|
|
27
|
+
_ as Calculator,
|
|
28
|
+
$ as Calendar,
|
|
29
|
+
g as CheckboxInput,
|
|
30
|
+
d as ChipMultipleInput,
|
|
31
|
+
T as ChipSingleInput,
|
|
32
|
+
x as DateSinglePickerInput,
|
|
33
|
+
aa as DescriptionList,
|
|
34
|
+
N as Drawer,
|
|
35
|
+
b as DrawerInput,
|
|
36
|
+
f as EmailInput,
|
|
37
|
+
l as FormLayout,
|
|
38
|
+
ea as Icon,
|
|
39
|
+
sa as ImageCircle,
|
|
40
|
+
ta as ImageRectangle,
|
|
41
|
+
ra as ImageSquare,
|
|
41
42
|
s as LoadingIndicator,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
43
|
+
H as Menu,
|
|
44
|
+
q as Modal,
|
|
45
|
+
h as ModalInput,
|
|
46
|
+
oa as NoResults,
|
|
47
|
+
i as PageHeader,
|
|
48
|
+
I as PageLayout,
|
|
49
|
+
P as PriceInput,
|
|
48
50
|
t as ProgressIndicator,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
51
|
+
k as RadioInput,
|
|
52
|
+
M as SearchInput,
|
|
53
|
+
C as SegmentMultipleInput,
|
|
54
|
+
A as SegmentSingleInput,
|
|
55
|
+
D as SelectInput,
|
|
56
|
+
L as SelectableMultipleInput,
|
|
57
|
+
R as SelectableSingleInput,
|
|
58
|
+
c as SideBar,
|
|
57
59
|
r as Skeleton,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
60
|
+
la as Snackbar,
|
|
61
|
+
ga as SnackbarsProvider,
|
|
62
|
+
w as SwitchInput,
|
|
63
|
+
na as Table,
|
|
64
|
+
ma as Tabs,
|
|
65
|
+
Ia as Text,
|
|
66
|
+
F as TextAreaInput,
|
|
67
|
+
j as TextInput,
|
|
68
|
+
pa as Tile,
|
|
69
|
+
v as TimePickerInput,
|
|
68
70
|
z as Tooltip,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
+
S as TopBar,
|
|
72
|
+
da as useSnackbars
|
|
71
73
|
};
|
package/dist/js/layouts/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { A as r, B as s, F as B, P as
|
|
1
|
+
import { A as r, B as s, a as t, F as B, P as e, b as p, S as u, T as m } from "../side-bar-BCTyiW3N.js";
|
|
2
2
|
export {
|
|
3
3
|
r as AppBar,
|
|
4
4
|
s as BottomBar,
|
|
5
|
+
t as ButtonGroup,
|
|
5
6
|
B as FormLayout,
|
|
6
|
-
|
|
7
|
-
p as
|
|
8
|
-
|
|
7
|
+
e as PageHeader,
|
|
8
|
+
p as PageLayout,
|
|
9
|
+
u as SideBar,
|
|
10
|
+
m as TopBar
|
|
9
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a as t, b as o, B as r, l, c as n, d as c, e as g, f as m, C as B, g as I, D as i, I as u, i as T, k as d, j as f, N as p, T as x, h as A } from "../image-rectangle-
|
|
1
|
+
import { A as e, a as t, b as o, B as r, l, c as n, d as c, e as g, f as m, C as B, g as I, D as i, I as u, i as T, k as d, j as f, N as p, T as x, h as A } from "../image-rectangle-GA3oWX7A.js";
|
|
2
2
|
import { S as b } from "../snackbar-DH8jCh2V.js";
|
|
3
3
|
import { T as h } from "../text-CRsIInRA.js";
|
|
4
4
|
export {
|