@sikka/hawa 0.24.3-next → 0.24.5-next
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/accordion/index.d.mts +1 -2
- package/dist/accordion/index.d.ts +1 -2
- package/dist/accordion/index.mjs +219 -7
- package/dist/alert/index.d.mts +1 -1
- package/dist/alert/index.d.ts +1 -1
- package/dist/appLayout/index.d.mts +126 -0
- package/dist/appLayout/index.d.ts +126 -0
- package/dist/appLayout/index.js +1325 -0
- package/dist/appLayout/index.mjs +1285 -0
- package/dist/appMenubar/index.d.mts +33 -0
- package/dist/appMenubar/index.d.ts +33 -0
- package/dist/appMenubar/index.js +281 -0
- package/dist/appMenubar/index.mjs +224 -0
- package/dist/appTabs/index.d.mts +18 -0
- package/dist/appTabs/index.d.ts +18 -0
- package/dist/appTabs/index.js +92 -0
- package/dist/appTabs/index.mjs +50 -0
- package/dist/appTopbar/index.d.mts +44 -0
- package/dist/appTopbar/index.d.ts +44 -0
- package/dist/appTopbar/index.js +483 -0
- package/dist/appTopbar/index.mjs +441 -0
- package/dist/avatar/index.d.mts +5 -4
- package/dist/avatar/index.d.ts +5 -4
- package/dist/backToTop/index.mjs +353 -3
- package/dist/badge/index.d.mts +2 -2
- package/dist/badge/index.d.ts +2 -2
- package/dist/checkbox/index.d.mts +1 -2
- package/dist/checkbox/index.d.ts +1 -2
- package/dist/chip/index.d.mts +36 -2
- package/dist/chip/index.d.ts +36 -2
- package/dist/chip/index.mjs +83 -3
- package/dist/chunk-62GI5F2P.mjs +442 -0
- package/dist/chunk-7NCNPRCL.mjs +120 -0
- package/dist/{chunk-TNAHW35O.mjs → chunk-C2UYTGUD.mjs} +8 -4
- package/dist/{chunk-26FHSPJI.mjs → chunk-DGWAHQRX.mjs} +1 -101
- package/dist/chunk-LRLLDOQZ.mjs +178 -0
- package/dist/chunk-ND4BWUKH.mjs +34 -0
- package/dist/codeBlock/index.mjs +684 -310
- package/dist/colorPicker/index.d.mts +2 -1
- package/dist/colorPicker/index.d.ts +2 -1
- package/dist/colorPicker/index.mjs +2 -167
- package/dist/combobox/index.d.mts +9 -1
- package/dist/combobox/index.d.ts +9 -1
- package/dist/combobox/index.mjs +61 -393
- package/dist/command/index.mjs +10 -425
- package/dist/commonTypes-3J1E3b61.d.mts +6 -0
- package/dist/commonTypes-3J1E3b61.d.ts +6 -0
- package/dist/commonTypes-GhKAraJw.d.mts +4 -0
- package/dist/commonTypes-GhKAraJw.d.ts +4 -0
- package/dist/commonTypes-LrR8QrYP.d.mts +5 -0
- package/dist/commonTypes-LrR8QrYP.d.ts +5 -0
- package/dist/commonTypes-WPhcN3Vr.d.mts +5 -0
- package/dist/commonTypes-WPhcN3Vr.d.ts +5 -0
- package/dist/commonTypes-ko_NGEoT.d.mts +3 -0
- package/dist/commonTypes-ko_NGEoT.d.ts +3 -0
- package/dist/copyrights/index.d.mts +17 -0
- package/dist/copyrights/index.d.ts +17 -0
- package/dist/copyrights/index.js +45 -0
- package/dist/copyrights/index.mjs +8 -0
- package/dist/count/index.d.mts +11 -0
- package/dist/count/index.d.ts +11 -0
- package/dist/count/index.js +45 -0
- package/dist/count/index.mjs +8 -0
- package/dist/dataTable/index.d.mts +1 -1
- package/dist/dataTable/index.d.ts +1 -1
- package/dist/destroyableCard/index.d.mts +1 -1
- package/dist/destroyableCard/index.d.ts +1 -1
- package/dist/dialog/index.d.mts +1 -1
- package/dist/dialog/index.d.ts +1 -1
- package/dist/docsLayout/index.d.mts +37 -0
- package/dist/docsLayout/index.d.ts +37 -0
- package/dist/docsLayout/index.js +926 -0
- package/dist/docsLayout/index.mjs +886 -0
- package/dist/docsSidebar/index.d.mts +11 -0
- package/dist/docsSidebar/index.d.ts +11 -0
- package/dist/docsSidebar/index.js +111 -0
- package/dist/docsSidebar/index.mjs +69 -0
- package/dist/index.d.mts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +44 -35
- package/dist/index.mjs +44 -35
- package/dist/input/index.d.mts +2 -9
- package/dist/input/index.d.ts +2 -9
- package/dist/input/index.mjs +14 -98
- package/dist/interfaceSettings/index.d.mts +1 -1
- package/dist/interfaceSettings/index.d.ts +1 -1
- package/dist/interfaceSettings/index.mjs +24 -110
- package/dist/label/index.d.mts +1 -1
- package/dist/label/index.d.ts +1 -1
- package/dist/label/index.mjs +2 -87
- package/dist/layout/index.d.mts +11 -4
- package/dist/layout/index.d.ts +11 -4
- package/dist/layout/index.js +47 -38
- package/dist/layout/index.mjs +44 -35
- package/dist/navbar/index.d.mts +17 -0
- package/dist/navbar/index.d.ts +17 -0
- package/dist/navbar/index.js +166 -0
- package/dist/navbar/index.mjs +126 -0
- package/dist/pagination/index.d.mts +1 -1
- package/dist/pagination/index.d.ts +1 -1
- package/dist/passwordInput/index.mjs +27 -137
- package/dist/phoneInput/index.mjs +19 -129
- package/dist/radio/index.d.mts +1 -4
- package/dist/radio/index.d.ts +1 -4
- package/dist/scrollArea/index.d.mts +1 -1
- package/dist/scrollArea/index.d.ts +1 -1
- package/dist/select/index.d.mts +1 -1
- package/dist/select/index.d.ts +1 -1
- package/dist/separator/index.d.mts +1 -1
- package/dist/separator/index.d.ts +1 -1
- package/dist/sidebar/index.d.mts +48 -0
- package/dist/sidebar/index.d.ts +48 -0
- package/dist/sidebar/index.js +341 -0
- package/dist/sidebar/index.mjs +298 -0
- package/dist/simpleTable/index.d.mts +4 -3
- package/dist/simpleTable/index.d.ts +4 -3
- package/dist/simpleTable/index.mjs +21 -45
- package/dist/skeleton/index.d.mts +3 -3
- package/dist/skeleton/index.d.ts +3 -3
- package/dist/skeleton/index.mjs +3 -29
- package/dist/sortButton/index.mjs +9 -260
- package/dist/splitButton/index.d.mts +4 -3
- package/dist/splitButton/index.d.ts +4 -3
- package/dist/splitButton/index.mjs +10 -259
- package/dist/stats/index.d.mts +19 -0
- package/dist/stats/index.d.ts +19 -0
- package/dist/stats/index.js +191 -0
- package/dist/stats/index.mjs +154 -0
- package/dist/stopPropagationWrapper/index.d.mts +2 -2
- package/dist/stopPropagationWrapper/index.d.ts +2 -2
- package/dist/switch/index.d.mts +2 -1
- package/dist/switch/index.d.ts +2 -1
- package/dist/tabs/index.d.mts +19 -1
- package/dist/tabs/index.d.ts +19 -1
- package/dist/tabs/index.mjs +94 -14
- package/dist/textarea/index.d.mts +8 -1
- package/dist/textarea/index.d.ts +8 -1
- package/dist/textarea/index.mjs +92 -8
- package/dist/toast/index.d.mts +1 -1
- package/dist/toast/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/Label-fkQ4ebuH.d.mts +0 -12
- package/dist/Label-fkQ4ebuH.d.ts +0 -12
- package/dist/chunk-72HYR6WB.mjs +0 -88
- package/dist/chunk-JYSC6GKM.mjs +0 -229
- package/dist/commonTypes-3k5cNB1s.d.mts +0 -4
- package/dist/commonTypes-3k5cNB1s.d.ts +0 -4
- package/dist/commonTypes-N7XOVCit.d.mts +0 -5
- package/dist/commonTypes-N7XOVCit.d.ts +0 -5
- package/dist/index-DUZFcPRO.d.mts +0 -38
- package/dist/index-DUZFcPRO.d.ts +0 -38
@@ -0,0 +1,442 @@
|
|
1
|
+
// components/elements/command/Command.tsx
|
2
|
+
import * as React2 from "react";
|
3
|
+
import { Command as CommandPrimitive } from "cmdk";
|
4
|
+
|
5
|
+
// components/util.ts
|
6
|
+
import { clsx } from "clsx";
|
7
|
+
import { twMerge } from "tailwind-merge";
|
8
|
+
function cn(...inputs) {
|
9
|
+
return twMerge(clsx(inputs));
|
10
|
+
}
|
11
|
+
|
12
|
+
// components/elements/dialog/Dialog.tsx
|
13
|
+
import * as React from "react";
|
14
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
15
|
+
var Dialog = DialogPrimitive.Root;
|
16
|
+
var DialogPortal = ({ ...props }) => /* @__PURE__ */ React.createElement(DialogPrimitive.Portal, { ...props });
|
17
|
+
var DialogOverlay = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
18
|
+
DialogPrimitive.Overlay,
|
19
|
+
{
|
20
|
+
ref,
|
21
|
+
className: cn(
|
22
|
+
"hawa-fixed hawa-inset-0 hawa-z-50 hawa-bg-background/80 hawa-backdrop-blur-sm data-[state=open]:hawa-animate-in data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=open]:hawa-fade-in-0",
|
23
|
+
className
|
24
|
+
),
|
25
|
+
...props
|
26
|
+
}
|
27
|
+
));
|
28
|
+
var DialogContent = React.forwardRef(({ className, children, persist, hideCloseButton, ...props }, ref) => /* @__PURE__ */ React.createElement(DialogPortal, null, /* @__PURE__ */ React.createElement(DialogOverlay, null), /* @__PURE__ */ React.createElement(
|
29
|
+
DialogPrimitive.Content,
|
30
|
+
{
|
31
|
+
onPointerDownOutside: (e) => {
|
32
|
+
if (persist) {
|
33
|
+
e.preventDefault();
|
34
|
+
}
|
35
|
+
},
|
36
|
+
ref,
|
37
|
+
className: cn(
|
38
|
+
"hawa-fixed hawa-left-[50%] hawa-top-[50%] hawa-z-50 hawa-grid hawa-w-full hawa-max-w-lg hawa-translate-x-[-50%] hawa-translate-y-[-50%] hawa-gap-4 hawa-border hawa-bg-background hawa-p-6 hawa-shadow-lg hawa-transition-all hawa-duration-200 data-[state=open]:hawa-animate-in data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=open]:hawa-fade-in-0 data-[state=closed]:hawa-zoom-out-95 data-[state=open]:hawa-zoom-in-95 data-[state=closed]:hawa-slide-out-to-left-1/2 data-[state=closed]:hawa-slide-out-to-top-[48%] data-[state=open]:hawa-slide-in-from-left-1/2 data-[state=open]:hawa-slide-in-from-top-[48%] sm:hawa-rounded md:hawa-w-full",
|
39
|
+
className
|
40
|
+
),
|
41
|
+
...props
|
42
|
+
},
|
43
|
+
children,
|
44
|
+
!hideCloseButton && /* @__PURE__ */ React.createElement(
|
45
|
+
DialogPrimitive.Close,
|
46
|
+
{
|
47
|
+
className: cn(
|
48
|
+
"hawa-absolute hawa-top-4 hawa-rounded hawa-opacity-70 hawa-ring-offset-background hawa-transition-opacity hover:hawa-opacity-100 focus:hawa-outline-none focus:hawa-ring-2 focus:hawa-ring-ring focus:hawa-ring-offset-2 disabled:hawa-pointer-events-none data-[state=open]:hawa-bg-accent data-[state=open]:hawa-text-muted-foreground",
|
49
|
+
props.dir === "rtl" ? " hawa-left-4" : " hawa-right-4"
|
50
|
+
)
|
51
|
+
},
|
52
|
+
/* @__PURE__ */ React.createElement(
|
53
|
+
"svg",
|
54
|
+
{
|
55
|
+
"aria-label": "Close Icon",
|
56
|
+
"aria-hidden": "true",
|
57
|
+
className: "hawa-h-5 hawa-w-5",
|
58
|
+
fill: "currentColor",
|
59
|
+
viewBox: "0 0 20 20"
|
60
|
+
},
|
61
|
+
/* @__PURE__ */ React.createElement(
|
62
|
+
"path",
|
63
|
+
{
|
64
|
+
fillRule: "evenodd",
|
65
|
+
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
66
|
+
clipRule: "evenodd"
|
67
|
+
}
|
68
|
+
)
|
69
|
+
),
|
70
|
+
/* @__PURE__ */ React.createElement("span", { className: "hawa-sr-only" }, "Close")
|
71
|
+
)
|
72
|
+
)));
|
73
|
+
var DialogCarouselContent = React.forwardRef(
|
74
|
+
({
|
75
|
+
className,
|
76
|
+
children,
|
77
|
+
onPrev,
|
78
|
+
persist,
|
79
|
+
hideCloseButton,
|
80
|
+
hidePrevButton,
|
81
|
+
...props
|
82
|
+
}, ref) => /* @__PURE__ */ React.createElement(DialogPortal, null, /* @__PURE__ */ React.createElement(DialogOverlay, null), /* @__PURE__ */ React.createElement(
|
83
|
+
DialogPrimitive.Content,
|
84
|
+
{
|
85
|
+
onPointerDownOutside: (e) => {
|
86
|
+
if (persist) {
|
87
|
+
e.preventDefault();
|
88
|
+
}
|
89
|
+
},
|
90
|
+
ref,
|
91
|
+
className: cn(
|
92
|
+
"hawa-fixed hawa-left-[50%] hawa-top-[50%] hawa-z-50 hawa-grid hawa-w-full hawa-max-w-lg hawa-translate-x-[-50%] hawa-translate-y-[-50%] hawa-gap-4 hawa-border hawa-bg-background hawa-p-6 hawa-pt-14 hawa-shadow-lg hawa-transition-all hawa-duration-200 data-[state=open]:hawa-animate-in data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=open]:hawa-fade-in-0 data-[state=closed]:hawa-zoom-out-95 data-[state=open]:hawa-zoom-in-95 data-[state=closed]:hawa-slide-out-to-left-1/2 data-[state=closed]:hawa-slide-out-to-top-[48%] data-[state=open]:hawa-slide-in-from-left-1/2 data-[state=open]:hawa-slide-in-from-top-[48%] sm:hawa-rounded md:hawa-w-full",
|
93
|
+
className
|
94
|
+
),
|
95
|
+
...props
|
96
|
+
},
|
97
|
+
children,
|
98
|
+
/* @__PURE__ */ React.createElement(
|
99
|
+
"div",
|
100
|
+
{
|
101
|
+
className: cn(
|
102
|
+
"hawa-absolute hawa-top-0 hawa-flex hawa-w-full hawa-flex-row hawa-p-4",
|
103
|
+
onPrev ? "hawa-justify-between" : "hawa-justify-end"
|
104
|
+
)
|
105
|
+
},
|
106
|
+
hidePrevButton ? /* @__PURE__ */ React.createElement("div", null) : /* @__PURE__ */ React.createElement(
|
107
|
+
"div",
|
108
|
+
{
|
109
|
+
onClick: onPrev,
|
110
|
+
className: cn(
|
111
|
+
"hawa-end-0 hawa-cursor-pointer hawa-rounded hawa-opacity-70 hawa-ring-offset-background hawa-transition-opacity hover:hawa-opacity-100 focus:hawa-outline-none focus:hawa-ring-2 focus:hawa-ring-ring focus:hawa-ring-offset-2 disabled:hawa-pointer-events-none data-[state=open]:hawa-bg-accent data-[state=open]:hawa-text-muted-foreground",
|
112
|
+
props.dir === "rtl" && "hawa-rotate-180"
|
113
|
+
)
|
114
|
+
},
|
115
|
+
/* @__PURE__ */ React.createElement(
|
116
|
+
"svg",
|
117
|
+
{
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
119
|
+
width: "24",
|
120
|
+
height: "24",
|
121
|
+
viewBox: "0 0 24 24",
|
122
|
+
fill: "none",
|
123
|
+
className: "hawa-h-6 hawa-w-6",
|
124
|
+
stroke: "currentColor",
|
125
|
+
strokeWidth: "2",
|
126
|
+
strokeLinecap: "round",
|
127
|
+
strokeLinejoin: "round"
|
128
|
+
},
|
129
|
+
/* @__PURE__ */ React.createElement("path", { d: "m15 18-6-6 6-6" })
|
130
|
+
)
|
131
|
+
),
|
132
|
+
!hideCloseButton && /* @__PURE__ */ React.createElement(
|
133
|
+
DialogPrimitive.Close,
|
134
|
+
{
|
135
|
+
className: cn(
|
136
|
+
"hawa-end-0 hawa-rounded hawa-opacity-70 hawa-ring-offset-background hawa-transition-opacity hover:hawa-opacity-100 focus:hawa-outline-none focus:hawa-ring-2 focus:hawa-ring-ring focus:hawa-ring-offset-2 disabled:hawa-pointer-events-none data-[state=open]:hawa-bg-accent data-[state=open]:hawa-text-muted-foreground ",
|
137
|
+
props.dir === "rtl" ? " hawa-left-4" : " hawa-right-4"
|
138
|
+
)
|
139
|
+
},
|
140
|
+
/* @__PURE__ */ React.createElement(
|
141
|
+
"svg",
|
142
|
+
{
|
143
|
+
"aria-label": "Close Icon",
|
144
|
+
"aria-hidden": "true",
|
145
|
+
className: "hawa-h-6 hawa-w-6",
|
146
|
+
fill: "currentColor",
|
147
|
+
viewBox: "0 0 20 20"
|
148
|
+
},
|
149
|
+
/* @__PURE__ */ React.createElement(
|
150
|
+
"path",
|
151
|
+
{
|
152
|
+
fillRule: "evenodd",
|
153
|
+
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
154
|
+
clipRule: "evenodd"
|
155
|
+
}
|
156
|
+
)
|
157
|
+
),
|
158
|
+
/* @__PURE__ */ React.createElement("span", { className: "hawa-sr-only" }, "Close")
|
159
|
+
)
|
160
|
+
)
|
161
|
+
))
|
162
|
+
);
|
163
|
+
var DialogHeader = ({
|
164
|
+
className,
|
165
|
+
...props
|
166
|
+
}) => /* @__PURE__ */ React.createElement(
|
167
|
+
"div",
|
168
|
+
{
|
169
|
+
className: cn(
|
170
|
+
"hawa-flex hawa-flex-col hawa-space-y-1.5 hawa-text-center sm:hawa-text-left",
|
171
|
+
className
|
172
|
+
),
|
173
|
+
...props
|
174
|
+
}
|
175
|
+
);
|
176
|
+
var DialogTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
177
|
+
DialogPrimitive.Title,
|
178
|
+
{
|
179
|
+
ref,
|
180
|
+
className: cn(
|
181
|
+
"hawa-text-start hawa-text-lg hawa-font-semibold hawa-leading-none hawa-tracking-tight",
|
182
|
+
className
|
183
|
+
),
|
184
|
+
...props
|
185
|
+
}
|
186
|
+
));
|
187
|
+
var DialogDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
188
|
+
DialogPrimitive.Description,
|
189
|
+
{
|
190
|
+
ref,
|
191
|
+
className: cn(
|
192
|
+
"hawa-text-start hawa-text-sm hawa-text-muted-foreground",
|
193
|
+
className
|
194
|
+
),
|
195
|
+
...props
|
196
|
+
}
|
197
|
+
));
|
198
|
+
var DialogFooter = ({
|
199
|
+
className,
|
200
|
+
...props
|
201
|
+
}) => /* @__PURE__ */ React.createElement(
|
202
|
+
"div",
|
203
|
+
{
|
204
|
+
className: cn(
|
205
|
+
"hawa-flex hawa-flex-col-reverse sm:hawa-flex-row sm:hawa-justify-end sm:hawa-gap-2",
|
206
|
+
className
|
207
|
+
),
|
208
|
+
...props
|
209
|
+
}
|
210
|
+
);
|
211
|
+
var DialogCarousel = ({
|
212
|
+
stepsApi,
|
213
|
+
stepsRef,
|
214
|
+
children,
|
215
|
+
direction
|
216
|
+
}) => {
|
217
|
+
React.useEffect(() => {
|
218
|
+
if (stepsApi) {
|
219
|
+
stepsApi.reInit();
|
220
|
+
}
|
221
|
+
}, [stepsApi, children]);
|
222
|
+
return /* @__PURE__ */ React.createElement("div", { className: "hawa-overflow-hidden" }, /* @__PURE__ */ React.createElement("div", { ref: stepsRef, dir: direction }, /* @__PURE__ */ React.createElement(
|
223
|
+
"div",
|
224
|
+
{
|
225
|
+
className: "hawa-flex",
|
226
|
+
style: {
|
227
|
+
transition: "height 0.2s"
|
228
|
+
}
|
229
|
+
},
|
230
|
+
React.Children.map(children, (child, index) => /* @__PURE__ */ React.createElement(
|
231
|
+
"div",
|
232
|
+
{
|
233
|
+
className: cn(
|
234
|
+
"hawa-flex hawa-h-fit hawa-flex-[0_0_100%] hawa-items-center hawa-justify-center"
|
235
|
+
),
|
236
|
+
key: index
|
237
|
+
},
|
238
|
+
child
|
239
|
+
))
|
240
|
+
)));
|
241
|
+
};
|
242
|
+
var DialogSteps = ({
|
243
|
+
currentStep,
|
244
|
+
visibleStepRef,
|
245
|
+
children
|
246
|
+
}) => {
|
247
|
+
const [dialogHeight, setDialogHeight] = React.useState(null);
|
248
|
+
React.useEffect(() => {
|
249
|
+
if (visibleStepRef.current) {
|
250
|
+
setDialogHeight(visibleStepRef.current.offsetHeight);
|
251
|
+
console.log("height is ", visibleStepRef.current.offsetHeight);
|
252
|
+
}
|
253
|
+
}, [currentStep, visibleStepRef]);
|
254
|
+
return /* @__PURE__ */ React.createElement(
|
255
|
+
"div",
|
256
|
+
{
|
257
|
+
className: "hawa-relative hawa-overflow-clip",
|
258
|
+
style: {
|
259
|
+
height: dialogHeight || "fit-content",
|
260
|
+
transition: "height 0.2s"
|
261
|
+
}
|
262
|
+
},
|
263
|
+
React.Children.map(children, (child, index) => /* @__PURE__ */ React.createElement(
|
264
|
+
"div",
|
265
|
+
{
|
266
|
+
ref: currentStep === `step-${index + 1}` ? visibleStepRef : null,
|
267
|
+
className: cn(
|
268
|
+
currentStep === `step-${index + 1}` ? "hawa-visible hawa-block" : "hawa-invisible hawa-hidden"
|
269
|
+
)
|
270
|
+
},
|
271
|
+
child
|
272
|
+
))
|
273
|
+
);
|
274
|
+
};
|
275
|
+
var DialogStep = ({
|
276
|
+
id,
|
277
|
+
children,
|
278
|
+
className,
|
279
|
+
stepRef
|
280
|
+
}) => {
|
281
|
+
return /* @__PURE__ */ React.createElement(
|
282
|
+
"div",
|
283
|
+
{
|
284
|
+
id,
|
285
|
+
ref: stepRef,
|
286
|
+
className: cn("hawa-w-full hawa-px-1", className)
|
287
|
+
},
|
288
|
+
children
|
289
|
+
);
|
290
|
+
};
|
291
|
+
var DialogBody = ({ children, className }) => {
|
292
|
+
return /* @__PURE__ */ React.createElement("div", { className: cn("hawa-py-6", className) }, children);
|
293
|
+
};
|
294
|
+
DialogBody.displayName = "DialogBody";
|
295
|
+
DialogStep.displayName = "DialogStep";
|
296
|
+
DialogSteps.displayName = "DialogSteps";
|
297
|
+
DialogCarousel.displayName = "DialogCarousel";
|
298
|
+
DialogCarouselContent.displayName = "DialogCarouselContent";
|
299
|
+
DialogHeader.displayName = "DialogHeader";
|
300
|
+
DialogFooter.displayName = "DialogFooter";
|
301
|
+
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
302
|
+
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
303
|
+
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
304
|
+
DialogContent.displayName = DialogPrimitive.Content.displayName;
|
305
|
+
DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
306
|
+
|
307
|
+
// components/elements/command/Command.tsx
|
308
|
+
var Command = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
309
|
+
CommandPrimitive,
|
310
|
+
{
|
311
|
+
ref,
|
312
|
+
className: cn(
|
313
|
+
"hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-overflow-hidden hawa-rounded-md hawa-bg-popover hawa-text-popover-foreground",
|
314
|
+
className
|
315
|
+
),
|
316
|
+
...props
|
317
|
+
}
|
318
|
+
));
|
319
|
+
Command.displayName = CommandPrimitive.displayName;
|
320
|
+
var CommandDialog = ({ children, ...props }) => {
|
321
|
+
return /* @__PURE__ */ React2.createElement(Dialog, { ...props }, /* @__PURE__ */ React2.createElement(DialogContent, { className: "hawa-overflow-hidden hawa-p-0 hawa-shadow-lg" }, /* @__PURE__ */ React2.createElement(Command, { className: "[&_[cmdk-group-heading]]:hawa-px-2 [&_[cmdk-group-heading]]:hawa-font-medium [&_[cmdk-group-heading]]:hawa-text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:hawa-pt-0 [&_[cmdk-group]]:hawa-px-2 [&_[cmdk-input-wrapper]_svg]:hawa-h-5 [&_[cmdk-input-wrapper]_svg]:hawa-w-5 [&_[cmdk-input]]:hawa-h-12 [&_[cmdk-item]]:hawa-px-2 [&_[cmdk-item]]:hawa-py-3 [&_[cmdk-item]_svg]:hawa-h-5 [&_[cmdk-item]_svg]:hawa-w-5" }, children)));
|
322
|
+
};
|
323
|
+
var CommandInput = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
324
|
+
"div",
|
325
|
+
{
|
326
|
+
className: "hawa-flex hawa-items-center hawa-border-b hawa-px-3",
|
327
|
+
"cmdk-input-wrapper": ""
|
328
|
+
},
|
329
|
+
/* @__PURE__ */ React2.createElement(
|
330
|
+
"svg",
|
331
|
+
{
|
332
|
+
"aria-label": "Search Icon",
|
333
|
+
xmlns: "http://www.w3.org/2000/svg",
|
334
|
+
width: "24",
|
335
|
+
height: "24",
|
336
|
+
viewBox: "0 0 24 24",
|
337
|
+
fill: "none",
|
338
|
+
stroke: "currentColor",
|
339
|
+
strokeWidth: "2",
|
340
|
+
strokeLinecap: "round",
|
341
|
+
strokeLinejoin: "round",
|
342
|
+
className: "hawa-icon hawa-mr-2 hawa-shrink-0 hawa-opacity-50"
|
343
|
+
},
|
344
|
+
/* @__PURE__ */ React2.createElement("circle", { cx: "11", cy: "11", r: "8" }),
|
345
|
+
/* @__PURE__ */ React2.createElement("path", { d: "m21 21-4.3-4.3" })
|
346
|
+
),
|
347
|
+
/* @__PURE__ */ React2.createElement(
|
348
|
+
CommandPrimitive.Input,
|
349
|
+
{
|
350
|
+
ref,
|
351
|
+
className: cn(
|
352
|
+
"hawa-flex hawa-h-11 hawa-w-full hawa-rounded-md hawa-bg-transparent hawa-py-3 hawa-text-sm hawa-outline-none placeholder:hawa-text-muted-foreground disabled:hawa-cursor-not-allowed disabled:hawa-opacity-50",
|
353
|
+
className
|
354
|
+
),
|
355
|
+
...props
|
356
|
+
}
|
357
|
+
)
|
358
|
+
));
|
359
|
+
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
360
|
+
var CommandList = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
361
|
+
CommandPrimitive.List,
|
362
|
+
{
|
363
|
+
ref,
|
364
|
+
className: cn(
|
365
|
+
"hawa-max-h-[300px] hawa-overflow-y-auto hawa-overflow-x-hidden",
|
366
|
+
className
|
367
|
+
),
|
368
|
+
...props
|
369
|
+
}
|
370
|
+
));
|
371
|
+
CommandList.displayName = CommandPrimitive.List.displayName;
|
372
|
+
var CommandEmpty = React2.forwardRef((props, ref) => /* @__PURE__ */ React2.createElement(
|
373
|
+
CommandPrimitive.Empty,
|
374
|
+
{
|
375
|
+
ref,
|
376
|
+
className: "hawa-py-6 hawa-text-center hawa-text-sm",
|
377
|
+
...props
|
378
|
+
}
|
379
|
+
));
|
380
|
+
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
381
|
+
var CommandGroup = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
382
|
+
CommandPrimitive.Group,
|
383
|
+
{
|
384
|
+
ref,
|
385
|
+
className: cn(
|
386
|
+
"hawa-overflow-hidden hawa-p-1 hawa-text-foreground [&_[cmdk-group-heading]]:hawa-px-2 [&_[cmdk-group-heading]]:hawa-py-1.5 [&_[cmdk-group-heading]]:hawa-text-xs [&_[cmdk-group-heading]]:hawa-font-medium [&_[cmdk-group-heading]]:hawa-text-muted-foreground",
|
387
|
+
className
|
388
|
+
),
|
389
|
+
...props
|
390
|
+
}
|
391
|
+
));
|
392
|
+
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
393
|
+
var CommandSeparator = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
394
|
+
CommandPrimitive.Separator,
|
395
|
+
{
|
396
|
+
ref,
|
397
|
+
className: cn("hawa--mx-1 hawa-h-px hawa-bg-border", className),
|
398
|
+
...props
|
399
|
+
}
|
400
|
+
));
|
401
|
+
CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
|
402
|
+
var CommandItem = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
403
|
+
CommandPrimitive.Item,
|
404
|
+
{
|
405
|
+
ref,
|
406
|
+
className: cn(
|
407
|
+
"hawa-relative hawa-flex hawa-cursor-default hawa-select-none hawa-items-center hawa-rounded-sm hawa-px-2 hawa-py-1.5 hawa-text-sm hawa-outline-none aria-selected:hawa-bg-accent aria-selected:hawa-text-accent-foreground data-[disabled]:hawa-pointer-events-none data-[disabled]:hawa-opacity-50",
|
408
|
+
className
|
409
|
+
),
|
410
|
+
...props
|
411
|
+
}
|
412
|
+
));
|
413
|
+
CommandItem.displayName = CommandPrimitive.Item.displayName;
|
414
|
+
var CommandShortcut = ({
|
415
|
+
className,
|
416
|
+
...props
|
417
|
+
}) => {
|
418
|
+
return /* @__PURE__ */ React2.createElement(
|
419
|
+
"span",
|
420
|
+
{
|
421
|
+
className: cn(
|
422
|
+
"hawa-ml-auto hawa-text-xs hawa-tracking-widest hawa-text-muted-foreground",
|
423
|
+
className
|
424
|
+
),
|
425
|
+
...props
|
426
|
+
}
|
427
|
+
);
|
428
|
+
};
|
429
|
+
CommandShortcut.displayName = "CommandShortcut";
|
430
|
+
|
431
|
+
export {
|
432
|
+
cn,
|
433
|
+
Command,
|
434
|
+
CommandDialog,
|
435
|
+
CommandInput,
|
436
|
+
CommandList,
|
437
|
+
CommandEmpty,
|
438
|
+
CommandGroup,
|
439
|
+
CommandSeparator,
|
440
|
+
CommandItem,
|
441
|
+
CommandShortcut
|
442
|
+
};
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import {
|
2
|
+
cn
|
3
|
+
} from "./chunk-TE3BKEXL.mjs";
|
4
|
+
|
5
|
+
// components/elements/label/Label.tsx
|
6
|
+
import * as React2 from "react";
|
7
|
+
|
8
|
+
// components/elements/tooltip/Tooltip.tsx
|
9
|
+
import React from "react";
|
10
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
11
|
+
var TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
12
|
+
TooltipPrimitive.Content,
|
13
|
+
{
|
14
|
+
ref,
|
15
|
+
sideOffset,
|
16
|
+
className: cn(
|
17
|
+
"hawa-z-50 hawa-overflow-hidden hawa-rounded-md hawa-border hawa-bg-popover hawa-px-3 hawa-py-1.5 hawa-text-sm hawa-text-popover-foreground hawa-shadow-md hawa-animate-in hawa-fade-in-0 hawa-zoom-in-95 data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=closed]:hawa-zoom-out-95 data-[side=bottom]:hawa-slide-in-from-top-2 data-[side=left]:hawa-slide-in-from-right-2 data-[side=right]:hawa-slide-in-from-left-2 data-[side=top]:hawa-slide-in-from-bottom-2",
|
18
|
+
className
|
19
|
+
),
|
20
|
+
...props
|
21
|
+
}
|
22
|
+
));
|
23
|
+
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
24
|
+
var TooltipArrow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(TooltipPrimitive.Arrow, { ref, className: cn(className), ...props }));
|
25
|
+
TooltipArrow.displayName = TooltipPrimitive.Arrow.displayName;
|
26
|
+
var Tooltip = ({
|
27
|
+
side,
|
28
|
+
open,
|
29
|
+
content,
|
30
|
+
children,
|
31
|
+
defaultOpen,
|
32
|
+
onOpenChange,
|
33
|
+
triggerProps,
|
34
|
+
contentProps,
|
35
|
+
providerProps,
|
36
|
+
delayDuration = 300,
|
37
|
+
...props
|
38
|
+
}) => {
|
39
|
+
return /* @__PURE__ */ React.createElement(
|
40
|
+
TooltipPrimitive.TooltipProvider,
|
41
|
+
{
|
42
|
+
delayDuration,
|
43
|
+
...providerProps
|
44
|
+
},
|
45
|
+
/* @__PURE__ */ React.createElement(
|
46
|
+
TooltipPrimitive.Root,
|
47
|
+
{
|
48
|
+
open,
|
49
|
+
defaultOpen,
|
50
|
+
onOpenChange,
|
51
|
+
...props
|
52
|
+
},
|
53
|
+
/* @__PURE__ */ React.createElement(TooltipPrimitive.Trigger, { ...triggerProps }, children),
|
54
|
+
/* @__PURE__ */ React.createElement(TooltipContent, { side, align: "center", ...contentProps }, content)
|
55
|
+
)
|
56
|
+
);
|
57
|
+
};
|
58
|
+
|
59
|
+
// components/elements/label/Label.tsx
|
60
|
+
var Label = React2.forwardRef(({ className, hint, hintSide, required, children, ...props }, ref) => /* @__PURE__ */ React2.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-1 hawa-transition-all" }, /* @__PURE__ */ React2.createElement(
|
61
|
+
"label",
|
62
|
+
{
|
63
|
+
ref,
|
64
|
+
className: cn(
|
65
|
+
"hawa-text-sm hawa-font-medium hawa-leading-none peer-disabled:hawa-cursor-not-allowed peer-disabled:hawa-opacity-70",
|
66
|
+
className
|
67
|
+
),
|
68
|
+
...props
|
69
|
+
},
|
70
|
+
children,
|
71
|
+
required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
|
72
|
+
), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
|
73
|
+
"svg",
|
74
|
+
{
|
75
|
+
xmlns: "http://www.w3.org/2000/svg",
|
76
|
+
className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
|
77
|
+
viewBox: "0 0 24 24",
|
78
|
+
fill: "none",
|
79
|
+
stroke: "currentColor",
|
80
|
+
strokeWidth: "2",
|
81
|
+
strokeLinecap: "round",
|
82
|
+
strokeLinejoin: "round"
|
83
|
+
},
|
84
|
+
/* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
|
85
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
86
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
|
87
|
+
))));
|
88
|
+
Label.displayName = "Label";
|
89
|
+
|
90
|
+
// components/elements/skeleton/Skeleton.tsx
|
91
|
+
import React3 from "react";
|
92
|
+
function Skeleton({
|
93
|
+
className,
|
94
|
+
content,
|
95
|
+
animation = "pulse",
|
96
|
+
...props
|
97
|
+
}) {
|
98
|
+
const animationStyles = {
|
99
|
+
none: "hawa-rounded hawa-bg-muted",
|
100
|
+
pulse: "hawa-animate-pulse hawa-rounded hawa-bg-muted",
|
101
|
+
shimmer: "hawa-space-y-5 hawa-rounded hawa-bg-muted hawa-p-4 hawa-relative before:hawa-absolute before:hawa-inset-0 before:hawa--translate-x-full before:hawa-animate-[shimmer_2s_infinite] before:hawa-bg-gradient-to-r before:hawa-from-transparent before:hawa-via-gray-300/40 dark:before:hawa-via-white/10 before:hawa-to-transparent hawa-isolate hawa-overflow-hidden before:hawa-border-t before:hawa-border-rose-100/10"
|
102
|
+
};
|
103
|
+
return /* @__PURE__ */ React3.createElement(
|
104
|
+
"div",
|
105
|
+
{
|
106
|
+
className: cn(
|
107
|
+
animationStyles[animation],
|
108
|
+
content && "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center",
|
109
|
+
className
|
110
|
+
),
|
111
|
+
...props
|
112
|
+
},
|
113
|
+
content && content
|
114
|
+
);
|
115
|
+
}
|
116
|
+
|
117
|
+
export {
|
118
|
+
Label,
|
119
|
+
Skeleton
|
120
|
+
};
|
@@ -1,10 +1,13 @@
|
|
1
|
-
import {
|
2
|
-
cn
|
3
|
-
} from "./chunk-TE3BKEXL.mjs";
|
4
|
-
|
5
1
|
// components/elements/label/Label.tsx
|
6
2
|
import * as React2 from "react";
|
7
3
|
|
4
|
+
// components/util.ts
|
5
|
+
import { clsx } from "clsx";
|
6
|
+
import { twMerge } from "tailwind-merge";
|
7
|
+
function cn(...inputs) {
|
8
|
+
return twMerge(clsx(inputs));
|
9
|
+
}
|
10
|
+
|
8
11
|
// components/elements/tooltip/Tooltip.tsx
|
9
12
|
import React from "react";
|
10
13
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
@@ -88,5 +91,6 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
|
|
88
91
|
Label.displayName = "Label";
|
89
92
|
|
90
93
|
export {
|
94
|
+
cn,
|
91
95
|
Label
|
92
96
|
};
|
@@ -2,9 +2,6 @@ import {
|
|
2
2
|
cn
|
3
3
|
} from "./chunk-TE3BKEXL.mjs";
|
4
4
|
|
5
|
-
// components/elements/backToTop/BackToTop.tsx
|
6
|
-
import React3, { useState, useEffect, useRef } from "react";
|
7
|
-
|
8
5
|
// components/elements/button/Button.tsx
|
9
6
|
import * as React2 from "react";
|
10
7
|
import { cva } from "class-variance-authority";
|
@@ -257,103 +254,6 @@ var Button = React2.forwardRef(
|
|
257
254
|
);
|
258
255
|
Button.displayName = "Button";
|
259
256
|
|
260
|
-
// components/elements/backToTop/BackToTop.tsx
|
261
|
-
var BackToTop = ({ ...props }) => {
|
262
|
-
const [visible, setVisible] = useState(false);
|
263
|
-
const [rect, _setRect] = useState(null);
|
264
|
-
const self = useRef(null);
|
265
|
-
const _rect = useRef(rect);
|
266
|
-
const setRect = (data) => {
|
267
|
-
_rect.current = data;
|
268
|
-
_setRect(data);
|
269
|
-
};
|
270
|
-
const getCoords = () => {
|
271
|
-
let anchor = props.anchor.current;
|
272
|
-
if (anchor) {
|
273
|
-
return [anchor.scrollTop, anchor.scrollLeft];
|
274
|
-
}
|
275
|
-
return [0, 0];
|
276
|
-
};
|
277
|
-
const onScroll = () => {
|
278
|
-
var _a;
|
279
|
-
let [scrollTop, scrollLeft] = getCoords();
|
280
|
-
let rect2 = (_a = props.anchor.current) == null ? void 0 : _a.getBoundingClientRect();
|
281
|
-
if (rect2) {
|
282
|
-
setVisible(scrollTop >= rect2.height + (props.paddingThreshold || 100));
|
283
|
-
}
|
284
|
-
};
|
285
|
-
const backToTop = () => {
|
286
|
-
if (props.anchor.current) {
|
287
|
-
props.anchor.current.scrollTo({ top: 0, behavior: "smooth" });
|
288
|
-
}
|
289
|
-
};
|
290
|
-
useEffect(() => {
|
291
|
-
if (!props.anchor.current)
|
292
|
-
return;
|
293
|
-
props.anchor.current.addEventListener("scroll", onScroll);
|
294
|
-
let interval = setInterval(() => {
|
295
|
-
if (!props.anchor.current)
|
296
|
-
return;
|
297
|
-
let newRect = props.anchor.current.getBoundingClientRect();
|
298
|
-
if (_rect.current == null)
|
299
|
-
return setRect(newRect);
|
300
|
-
if (!(_rect.current.top == newRect.top && _rect.current.left == newRect.left && _rect.current.width == newRect.width && _rect.current.height == newRect.height)) {
|
301
|
-
setRect(newRect);
|
302
|
-
}
|
303
|
-
}, 1);
|
304
|
-
return () => {
|
305
|
-
var _a;
|
306
|
-
(_a = props.anchor.current) == null ? void 0 : _a.removeEventListener("scroll", onScroll);
|
307
|
-
clearInterval(interval);
|
308
|
-
};
|
309
|
-
}, [onScroll, props.anchor]);
|
310
|
-
const getStyles = () => {
|
311
|
-
var _a;
|
312
|
-
if (!props.anchor.current || !self.current)
|
313
|
-
return {};
|
314
|
-
let corner = props.corner || "bottom-right";
|
315
|
-
let [vertical, horizontal] = corner.split("-");
|
316
|
-
let anchorRect = props.anchor.current.getBoundingClientRect();
|
317
|
-
let selfRect = (_a = self.current) == null ? void 0 : _a.getBoundingClientRect();
|
318
|
-
let width = horizontal == "right" ? anchorRect.width - selfRect.width : 0;
|
319
|
-
let height = vertical == "bottom" ? anchorRect.height - selfRect.height : 0;
|
320
|
-
let style = {
|
321
|
-
top: anchorRect.y + height + (vertical == "bottom" ? -1 : 1) * (props.paddingX || 10),
|
322
|
-
left: anchorRect.x + width + (horizontal == "right" ? -1 : 1) * (props.paddingX || 25)
|
323
|
-
};
|
324
|
-
return style;
|
325
|
-
};
|
326
|
-
return /* @__PURE__ */ React3.createElement(
|
327
|
-
Button,
|
328
|
-
{
|
329
|
-
className: cn(
|
330
|
-
"hawa-fixed hawa-cursor-pointer hawa-rounded hawa-transition-all",
|
331
|
-
visible ? "hawa-pointer-events-all hawa-opacity-100" : "hawa-pointer-events-none hawa-opacity-0"
|
332
|
-
),
|
333
|
-
onClick: backToTop,
|
334
|
-
style: {
|
335
|
-
...getStyles(),
|
336
|
-
transitionProperty: "opacity, background-color"
|
337
|
-
},
|
338
|
-
ref: self,
|
339
|
-
size: "icon"
|
340
|
-
},
|
341
|
-
/* @__PURE__ */ React3.createElement(
|
342
|
-
"svg",
|
343
|
-
{
|
344
|
-
className: cn(
|
345
|
-
"hawa-h-6 hawa-w-6 hawa-shrink-0 hawa-rotate-180 hawa-transition-all disabled:hawa-bg-gray-200"
|
346
|
-
),
|
347
|
-
"aria-label": "Arrow Icon",
|
348
|
-
viewBox: "0 0 20 20",
|
349
|
-
fill: "currentColor"
|
350
|
-
},
|
351
|
-
/* @__PURE__ */ React3.createElement("path", { d: "M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" })
|
352
|
-
)
|
353
|
-
);
|
354
|
-
};
|
355
|
-
|
356
257
|
export {
|
357
|
-
Button
|
358
|
-
BackToTop
|
258
|
+
Button
|
359
259
|
};
|