@jbpark/ui-kit 2.2.2 → 2.3.1
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/Menu.d.mts +1 -1
- package/dist/Menu.mjs +4 -4
- package/dist/{Reveals-mkV9B8lj.mjs → Reveals-Cqo3i2hh.mjs} +1 -1
- package/dist/Reveals.d.mts +1 -1
- package/dist/Reveals.mjs +2 -2
- package/dist/{Typography-GMk9208W.mjs → Typography-Dznhj8uL.mjs} +1 -1
- package/dist/Typography.d.mts +1 -1
- package/dist/Typography.mjs +2 -2
- package/dist/chunk-BWyCjowX.mjs +18 -0
- package/dist/core.d.mts +2 -0
- package/dist/core.mjs +6 -0
- package/dist/index-BPMaWpkp.d.mts +391 -0
- package/dist/{index-D2igfkiF.d.mts → index-CDc8-GhA.d.mts} +2 -2
- package/dist/{index-BbwB0IAD.d.mts → index-CsjsTuId.d.mts} +4 -4
- package/dist/{index-BQHdyc27.d.mts → index-D4ifWZXU.d.mts} +10 -10
- package/dist/index.d.mts +120 -99
- package/dist/index.mjs +4 -4
- package/dist/output.css +256 -0
- package/dist/{src-DZ7IYc6G.mjs → src-Bg0-gM1s.mjs} +284 -61
- package/dist/utils.mjs +1 -1
- package/package.json +6 -1
- /package/dist/{src-Bb7sskwT.css → src-BzCZ9O6j.css} +0 -0
- /package/dist/{utils-CssUrKWE.mjs → utils-1s_37TSX.mjs} +0 -0
package/dist/Menu.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as MenuProps, c as buildSelectionMap, i as MenuItem, l as findKey, n as MENU_CLASSNAMES, o as Props, r as Menu, s as SelectionMap, t as ClickEventHandler } from "./index-
|
|
1
|
+
import { a as MenuProps, c as buildSelectionMap, i as MenuItem, l as findKey, n as MENU_CLASSNAMES, o as Props, r as Menu, s as SelectionMap, t as ClickEventHandler } from "./index-CDc8-GhA.mjs";
|
|
2
2
|
export { ClickEventHandler, MENU_CLASSNAMES, MenuItem, MenuProps, Props, SelectionMap, buildSelectionMap, Menu as default, findKey };
|
package/dist/Menu.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { d as buildSelectionMap, f as findKey, l as MENU_CLASSNAMES, u as Menu_default } from "./src-
|
|
4
|
-
import "./utils-
|
|
5
|
-
import "./Typography-
|
|
6
|
-
import "./Reveals-
|
|
3
|
+
import { d as buildSelectionMap, f as findKey, l as MENU_CLASSNAMES, u as Menu_default } from "./src-Bg0-gM1s.mjs";
|
|
4
|
+
import "./utils-1s_37TSX.mjs";
|
|
5
|
+
import "./Typography-Dznhj8uL.mjs";
|
|
6
|
+
import "./Reveals-Cqo3i2hh.mjs";
|
|
7
7
|
|
|
8
8
|
export { MENU_CLASSNAMES, buildSelectionMap, Menu_default as default, findKey };
|
package/dist/Reveals.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Reveals, i as Props, n as DELAY, o as Item, r as DURATION, s as ItemProps, t as CASCADE } from "./index-
|
|
1
|
+
import { a as Reveals, i as Props, n as DELAY, o as Item, r as DURATION, s as ItemProps, t as CASCADE } from "./index-CsjsTuId.mjs";
|
|
2
2
|
export { CASCADE, DELAY, DURATION, Item, ItemProps, Props as RevealsProps, Reveals as default };
|
package/dist/Reveals.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./utils-
|
|
2
|
-
import { a as Item_default, i as Reveals_default, n as DELAY, r as DURATION, t as CASCADE } from "./Reveals-
|
|
1
|
+
import "./utils-1s_37TSX.mjs";
|
|
2
|
+
import { a as Item_default, i as Reveals_default, n as DELAY, r as DURATION, t as CASCADE } from "./Reveals-Cqo3i2hh.mjs";
|
|
3
3
|
|
|
4
4
|
export { CASCADE, DELAY, DURATION, Item_default as Item, Reveals_default as default };
|
package/dist/Typography.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Paragraph, i as Text, n as Typography, o as Link, r as Title, t as Props } from "./index-
|
|
1
|
+
import { a as Paragraph, i as Text, n as Typography, o as Link, r as Title, t as Props } from "./index-D4ifWZXU.mjs";
|
|
2
2
|
export { Link, Paragraph, Props, Text, Title, Typography as default };
|
package/dist/Typography.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./utils-
|
|
2
|
-
import { a as Link_default, i as Paragraph_default, n as Title_default, r as Text_default, t as Typography_default } from "./Typography-
|
|
1
|
+
import "./utils-1s_37TSX.mjs";
|
|
2
|
+
import { a as Link_default, i as Paragraph_default, n as Title_default, r as Text_default, t as Typography_default } from "./Typography-Dznhj8uL.mjs";
|
|
3
3
|
|
|
4
4
|
export { Link_default as Link, Paragraph_default as Paragraph, Text_default as Text, Title_default as Title, Typography_default as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __exportAll = (all, symbols) => {
|
|
4
|
+
let target = {};
|
|
5
|
+
for (var name in all) {
|
|
6
|
+
__defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: true
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
if (symbols) {
|
|
12
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
//#endregion
|
|
18
|
+
export { __exportAll as t };
|
package/dist/core.d.mts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { c as radio_group_d_exports, d as label_d_exports, f as input_d_exports, g as checkbox_d_exports, h as dialog_d_exports, i as separator_d_exports, l as progress_d_exports, m as drawer_d_exports, n as switch_d_exports, o as select_d_exports, p as field_d_exports, r as skeleton_d_exports, t as textarea_d_exports, u as popover_d_exports, v as button_d_exports, y as accordion_d_exports } from "./index-BPMaWpkp.mjs";
|
|
2
|
+
export { accordion_d_exports as accordion, button_d_exports as button, checkbox_d_exports as checkbox, dialog_d_exports as dialog, drawer_d_exports as drawer, field_d_exports as field, input_d_exports as input, label_d_exports as label, popover_d_exports as popover, progress_d_exports as progress, radio_group_d_exports as radio, select_d_exports as select, separator_d_exports as separator, skeleton_d_exports as skeleton, switch_d_exports as switchComponent, textarea_d_exports as textarea };
|
package/dist/core.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { A as separator_exports, B as checkbox_exports, D as textarea_exports, F as label_exports, H as accordion_exports, I as input_exports, L as field_exports, M as radio_group_exports, N as progress_exports, O as switch_exports, P as popover_exports, R as drawer_exports, V as button_exports, j as select_exports, k as skeleton_exports, z as dialog_exports } from "./src-Bg0-gM1s.mjs";
|
|
2
|
+
import "./utils-1s_37TSX.mjs";
|
|
3
|
+
import "./Typography-Dznhj8uL.mjs";
|
|
4
|
+
import "./Reveals-Cqo3i2hh.mjs";
|
|
5
|
+
|
|
6
|
+
export { accordion_exports as accordion, button_exports as button, checkbox_exports as checkbox, dialog_exports as dialog, drawer_exports as drawer, field_exports as field, input_exports as input, label_exports as label, popover_exports as popover, progress_exports as progress, radio_group_exports as radio, select_exports as select, separator_exports as separator, skeleton_exports as skeleton, switch_exports as switchComponent, textarea_exports as textarea };
|
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
import * as React$2 from "react";
|
|
2
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
4
|
+
import { VariantProps } from "class-variance-authority";
|
|
5
|
+
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
6
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
7
|
+
import { Drawer } from "vaul";
|
|
8
|
+
import { Label, RadioGroup, Select, Separator } from "radix-ui";
|
|
9
|
+
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
10
|
+
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
11
|
+
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
12
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
13
|
+
|
|
14
|
+
//#region src/core/accordion.d.ts
|
|
15
|
+
declare namespace accordion_d_exports {
|
|
16
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
17
|
+
}
|
|
18
|
+
declare function Accordion({
|
|
19
|
+
...props
|
|
20
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
21
|
+
declare function AccordionItem({
|
|
22
|
+
className,
|
|
23
|
+
...props
|
|
24
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime13.JSX.Element;
|
|
25
|
+
interface CustomTriggerProps {
|
|
26
|
+
expandIcon?: React$2.ReactNode;
|
|
27
|
+
}
|
|
28
|
+
declare function AccordionTrigger({
|
|
29
|
+
className,
|
|
30
|
+
children,
|
|
31
|
+
expandIcon,
|
|
32
|
+
...props
|
|
33
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Trigger> & CustomTriggerProps): react_jsx_runtime13.JSX.Element;
|
|
34
|
+
declare function AccordionContent({
|
|
35
|
+
className,
|
|
36
|
+
children,
|
|
37
|
+
...props
|
|
38
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime13.JSX.Element;
|
|
39
|
+
declare namespace button_d_exports {
|
|
40
|
+
export { Button, Props, buttonVariants };
|
|
41
|
+
}
|
|
42
|
+
declare const buttonVariants: (props?: ({
|
|
43
|
+
variant?: "link" | "outline" | "default" | "destructive" | "secondary" | "ghost" | null | undefined;
|
|
44
|
+
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
45
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
46
|
+
type Props = React$2.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
47
|
+
asChild?: boolean;
|
|
48
|
+
};
|
|
49
|
+
declare function Button({
|
|
50
|
+
className,
|
|
51
|
+
variant,
|
|
52
|
+
size,
|
|
53
|
+
asChild,
|
|
54
|
+
...props
|
|
55
|
+
}: Props): react_jsx_runtime13.JSX.Element;
|
|
56
|
+
declare namespace checkbox_d_exports {
|
|
57
|
+
export { Checkbox };
|
|
58
|
+
}
|
|
59
|
+
declare function Checkbox({
|
|
60
|
+
className,
|
|
61
|
+
...props
|
|
62
|
+
}: React$2.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
63
|
+
declare namespace dialog_d_exports {
|
|
64
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
65
|
+
}
|
|
66
|
+
declare function Dialog({
|
|
67
|
+
...props
|
|
68
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
69
|
+
declare function DialogTrigger({
|
|
70
|
+
...props
|
|
71
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
72
|
+
declare function DialogPortal({
|
|
73
|
+
...props
|
|
74
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime13.JSX.Element;
|
|
75
|
+
declare function DialogClose({
|
|
76
|
+
...props
|
|
77
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime13.JSX.Element;
|
|
78
|
+
declare function DialogOverlay({
|
|
79
|
+
className,
|
|
80
|
+
...props
|
|
81
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime13.JSX.Element;
|
|
82
|
+
interface CustomContentProps$1 {
|
|
83
|
+
classNames?: Record<string, string>;
|
|
84
|
+
closeIcon?: React$2.ReactNode;
|
|
85
|
+
closable?: boolean | {
|
|
86
|
+
disabled?: boolean;
|
|
87
|
+
};
|
|
88
|
+
container?: HTMLElement;
|
|
89
|
+
onCancel?: () => void;
|
|
90
|
+
}
|
|
91
|
+
declare function DialogContent({
|
|
92
|
+
className,
|
|
93
|
+
children,
|
|
94
|
+
classNames,
|
|
95
|
+
closeIcon: _closeIcon,
|
|
96
|
+
closable,
|
|
97
|
+
container,
|
|
98
|
+
onCancel,
|
|
99
|
+
...props
|
|
100
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
101
|
+
showCloseButton?: boolean;
|
|
102
|
+
} & CustomContentProps$1): react_jsx_runtime13.JSX.Element;
|
|
103
|
+
declare function DialogHeader({
|
|
104
|
+
className,
|
|
105
|
+
...props
|
|
106
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
107
|
+
declare function DialogFooter({
|
|
108
|
+
className,
|
|
109
|
+
showCloseButton,
|
|
110
|
+
children,
|
|
111
|
+
...props
|
|
112
|
+
}: React$2.ComponentProps<'div'> & {
|
|
113
|
+
showCloseButton?: boolean;
|
|
114
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
115
|
+
declare function DialogTitle({
|
|
116
|
+
className,
|
|
117
|
+
...props
|
|
118
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime13.JSX.Element;
|
|
119
|
+
declare function DialogDescription({
|
|
120
|
+
className,
|
|
121
|
+
...props
|
|
122
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime13.JSX.Element;
|
|
123
|
+
declare namespace drawer_d_exports {
|
|
124
|
+
export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
|
125
|
+
}
|
|
126
|
+
interface CustomProps$2 {
|
|
127
|
+
draggable?: boolean;
|
|
128
|
+
}
|
|
129
|
+
declare function Drawer$1({
|
|
130
|
+
draggable,
|
|
131
|
+
...props
|
|
132
|
+
}: React$2.ComponentProps<typeof Drawer.Root> & CustomProps$2): react_jsx_runtime13.JSX.Element;
|
|
133
|
+
declare function DrawerTrigger({
|
|
134
|
+
...props
|
|
135
|
+
}: React$2.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
136
|
+
declare function DrawerPortal({
|
|
137
|
+
...props
|
|
138
|
+
}: React$2.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime13.JSX.Element;
|
|
139
|
+
declare function DrawerClose({
|
|
140
|
+
...props
|
|
141
|
+
}: React$2.ComponentProps<typeof Drawer.Close>): react_jsx_runtime13.JSX.Element;
|
|
142
|
+
declare function DrawerOverlay({
|
|
143
|
+
className,
|
|
144
|
+
...props
|
|
145
|
+
}: React$2.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime13.JSX.Element;
|
|
146
|
+
interface CustomContentProps {
|
|
147
|
+
classNames?: Record<string, string>;
|
|
148
|
+
handlebar?: boolean;
|
|
149
|
+
mask?: boolean;
|
|
150
|
+
}
|
|
151
|
+
declare function DrawerContent({
|
|
152
|
+
className,
|
|
153
|
+
children,
|
|
154
|
+
classNames,
|
|
155
|
+
handlebar,
|
|
156
|
+
mask,
|
|
157
|
+
...props
|
|
158
|
+
}: React$2.ComponentProps<typeof Drawer.Content> & CustomContentProps): react_jsx_runtime13.JSX.Element;
|
|
159
|
+
declare function DrawerHeader({
|
|
160
|
+
className,
|
|
161
|
+
...props
|
|
162
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
163
|
+
declare function DrawerFooter({
|
|
164
|
+
className,
|
|
165
|
+
...props
|
|
166
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
167
|
+
declare function DrawerTitle({
|
|
168
|
+
className,
|
|
169
|
+
...props
|
|
170
|
+
}: React$2.ComponentProps<typeof Drawer.Title>): react_jsx_runtime13.JSX.Element;
|
|
171
|
+
declare function DrawerDescription({
|
|
172
|
+
className,
|
|
173
|
+
...props
|
|
174
|
+
}: React$2.ComponentProps<typeof Drawer.Description>): react_jsx_runtime13.JSX.Element;
|
|
175
|
+
declare namespace field_d_exports {
|
|
176
|
+
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
177
|
+
}
|
|
178
|
+
declare const Label$2: typeof Label$1;
|
|
179
|
+
declare function FieldSet({
|
|
180
|
+
className,
|
|
181
|
+
...props
|
|
182
|
+
}: React.ComponentProps<'fieldset'>): react_jsx_runtime13.JSX.Element;
|
|
183
|
+
declare function FieldLegend({
|
|
184
|
+
className,
|
|
185
|
+
variant,
|
|
186
|
+
...props
|
|
187
|
+
}: React.ComponentProps<'legend'> & {
|
|
188
|
+
variant?: 'legend' | 'label';
|
|
189
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
190
|
+
declare function FieldGroup({
|
|
191
|
+
className,
|
|
192
|
+
...props
|
|
193
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
194
|
+
declare const fieldVariants: (props?: ({
|
|
195
|
+
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
196
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
197
|
+
declare function Field({
|
|
198
|
+
className,
|
|
199
|
+
orientation,
|
|
200
|
+
...props
|
|
201
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime13.JSX.Element;
|
|
202
|
+
declare function FieldContent({
|
|
203
|
+
className,
|
|
204
|
+
...props
|
|
205
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
206
|
+
declare function FieldLabel({
|
|
207
|
+
className,
|
|
208
|
+
...props
|
|
209
|
+
}: React.ComponentProps<typeof Label$2>): react_jsx_runtime13.JSX.Element;
|
|
210
|
+
declare function FieldTitle({
|
|
211
|
+
className,
|
|
212
|
+
...props
|
|
213
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
214
|
+
declare function FieldDescription({
|
|
215
|
+
className,
|
|
216
|
+
...props
|
|
217
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime13.JSX.Element;
|
|
218
|
+
declare function FieldSeparator({
|
|
219
|
+
children,
|
|
220
|
+
className,
|
|
221
|
+
...props
|
|
222
|
+
}: React.ComponentProps<'div'> & {
|
|
223
|
+
children?: React.ReactNode;
|
|
224
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
225
|
+
declare function FieldError({
|
|
226
|
+
className,
|
|
227
|
+
children,
|
|
228
|
+
errors,
|
|
229
|
+
...props
|
|
230
|
+
}: React.ComponentProps<'div'> & {
|
|
231
|
+
errors?: Array<{
|
|
232
|
+
message?: string;
|
|
233
|
+
} | undefined>;
|
|
234
|
+
}): react_jsx_runtime13.JSX.Element | null;
|
|
235
|
+
declare namespace input_d_exports {
|
|
236
|
+
export { Input };
|
|
237
|
+
}
|
|
238
|
+
declare function Input({
|
|
239
|
+
className,
|
|
240
|
+
type,
|
|
241
|
+
...props
|
|
242
|
+
}: React$2.ComponentProps<'input'>): react_jsx_runtime13.JSX.Element;
|
|
243
|
+
declare namespace label_d_exports {
|
|
244
|
+
export { Label$1 as Label };
|
|
245
|
+
}
|
|
246
|
+
declare function Label$1({
|
|
247
|
+
className,
|
|
248
|
+
...props
|
|
249
|
+
}: React$2.ComponentProps<typeof Label.Root>): react_jsx_runtime13.JSX.Element;
|
|
250
|
+
declare namespace popover_d_exports {
|
|
251
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };
|
|
252
|
+
}
|
|
253
|
+
declare function Popover({
|
|
254
|
+
...props
|
|
255
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
256
|
+
declare function PopoverTrigger({
|
|
257
|
+
...props
|
|
258
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
259
|
+
declare function PopoverContent({
|
|
260
|
+
className,
|
|
261
|
+
align,
|
|
262
|
+
sideOffset,
|
|
263
|
+
...props
|
|
264
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime13.JSX.Element;
|
|
265
|
+
declare function PopoverAnchor({
|
|
266
|
+
...props
|
|
267
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime13.JSX.Element;
|
|
268
|
+
declare function PopoverHeader({
|
|
269
|
+
className,
|
|
270
|
+
...props
|
|
271
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
272
|
+
declare function PopoverTitle({
|
|
273
|
+
className,
|
|
274
|
+
...props
|
|
275
|
+
}: React$2.ComponentProps<'h2'>): react_jsx_runtime13.JSX.Element;
|
|
276
|
+
declare function PopoverDescription({
|
|
277
|
+
className,
|
|
278
|
+
...props
|
|
279
|
+
}: React$2.ComponentProps<'p'>): react_jsx_runtime13.JSX.Element;
|
|
280
|
+
declare namespace progress_d_exports {
|
|
281
|
+
export { Progress };
|
|
282
|
+
}
|
|
283
|
+
interface CustomProps$1 {
|
|
284
|
+
barClassName?: string;
|
|
285
|
+
barStyle?: React$2.CSSProperties;
|
|
286
|
+
}
|
|
287
|
+
declare function Progress({
|
|
288
|
+
className,
|
|
289
|
+
value,
|
|
290
|
+
barClassName,
|
|
291
|
+
barStyle,
|
|
292
|
+
...props
|
|
293
|
+
}: React$2.ComponentProps<typeof ProgressPrimitive.Root> & CustomProps$1): react_jsx_runtime13.JSX.Element;
|
|
294
|
+
declare namespace radio_group_d_exports {
|
|
295
|
+
export { RadioGroup$1 as RadioGroup, RadioGroupItem };
|
|
296
|
+
}
|
|
297
|
+
declare function RadioGroup$1({
|
|
298
|
+
className,
|
|
299
|
+
...props
|
|
300
|
+
}: React$2.ComponentProps<typeof RadioGroup.Root>): react_jsx_runtime13.JSX.Element;
|
|
301
|
+
declare function RadioGroupItem({
|
|
302
|
+
className,
|
|
303
|
+
...props
|
|
304
|
+
}: React$2.ComponentProps<typeof RadioGroup.Item>): react_jsx_runtime13.JSX.Element;
|
|
305
|
+
declare namespace select_d_exports {
|
|
306
|
+
export { Select$1 as Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
307
|
+
}
|
|
308
|
+
declare function Select$1({
|
|
309
|
+
...props
|
|
310
|
+
}: React$2.ComponentProps<typeof Select.Root>): react_jsx_runtime13.JSX.Element;
|
|
311
|
+
declare function SelectGroup({
|
|
312
|
+
...props
|
|
313
|
+
}: React$2.ComponentProps<typeof Select.Group>): react_jsx_runtime13.JSX.Element;
|
|
314
|
+
declare function SelectValue({
|
|
315
|
+
...props
|
|
316
|
+
}: React$2.ComponentProps<typeof Select.Value>): react_jsx_runtime13.JSX.Element;
|
|
317
|
+
declare function SelectTrigger({
|
|
318
|
+
className,
|
|
319
|
+
size,
|
|
320
|
+
children,
|
|
321
|
+
...props
|
|
322
|
+
}: React$2.ComponentProps<typeof Select.Trigger> & {
|
|
323
|
+
size?: 'sm' | 'default';
|
|
324
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
325
|
+
declare function SelectContent({
|
|
326
|
+
className,
|
|
327
|
+
children,
|
|
328
|
+
position,
|
|
329
|
+
align,
|
|
330
|
+
...props
|
|
331
|
+
}: React$2.ComponentProps<typeof Select.Content>): react_jsx_runtime13.JSX.Element;
|
|
332
|
+
declare function SelectLabel({
|
|
333
|
+
className,
|
|
334
|
+
...props
|
|
335
|
+
}: React$2.ComponentProps<typeof Select.Label>): react_jsx_runtime13.JSX.Element;
|
|
336
|
+
declare function SelectItem({
|
|
337
|
+
className,
|
|
338
|
+
children,
|
|
339
|
+
...props
|
|
340
|
+
}: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime13.JSX.Element;
|
|
341
|
+
declare function SelectSeparator({
|
|
342
|
+
className,
|
|
343
|
+
...props
|
|
344
|
+
}: React$2.ComponentProps<typeof Select.Separator>): react_jsx_runtime13.JSX.Element;
|
|
345
|
+
declare function SelectScrollUpButton({
|
|
346
|
+
className,
|
|
347
|
+
...props
|
|
348
|
+
}: React$2.ComponentProps<typeof Select.ScrollUpButton>): react_jsx_runtime13.JSX.Element;
|
|
349
|
+
declare function SelectScrollDownButton({
|
|
350
|
+
className,
|
|
351
|
+
...props
|
|
352
|
+
}: React$2.ComponentProps<typeof Select.ScrollDownButton>): react_jsx_runtime13.JSX.Element;
|
|
353
|
+
declare namespace separator_d_exports {
|
|
354
|
+
export { Separator$1 as Separator };
|
|
355
|
+
}
|
|
356
|
+
declare function Separator$1({
|
|
357
|
+
className,
|
|
358
|
+
orientation,
|
|
359
|
+
decorative,
|
|
360
|
+
...props
|
|
361
|
+
}: React$2.ComponentProps<typeof Separator.Root>): react_jsx_runtime13.JSX.Element;
|
|
362
|
+
declare namespace skeleton_d_exports {
|
|
363
|
+
export { Skeleton };
|
|
364
|
+
}
|
|
365
|
+
declare function Skeleton({
|
|
366
|
+
className,
|
|
367
|
+
...props
|
|
368
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
369
|
+
declare namespace switch_d_exports {
|
|
370
|
+
export { Switch };
|
|
371
|
+
}
|
|
372
|
+
interface CustomProps {
|
|
373
|
+
handleClassName?: string;
|
|
374
|
+
}
|
|
375
|
+
declare function Switch({
|
|
376
|
+
className,
|
|
377
|
+
size,
|
|
378
|
+
handleClassName,
|
|
379
|
+
...props
|
|
380
|
+
}: React$2.ComponentProps<typeof SwitchPrimitive.Root> & {
|
|
381
|
+
size?: 'sm' | 'default';
|
|
382
|
+
} & CustomProps): react_jsx_runtime13.JSX.Element;
|
|
383
|
+
declare namespace textarea_d_exports {
|
|
384
|
+
export { Textarea };
|
|
385
|
+
}
|
|
386
|
+
declare function Textarea({
|
|
387
|
+
className,
|
|
388
|
+
...props
|
|
389
|
+
}: React$2.ComponentProps<'textarea'>): react_jsx_runtime13.JSX.Element;
|
|
390
|
+
//#endregion
|
|
391
|
+
export { Props as _, Select$1 as a, radio_group_d_exports as c, label_d_exports as d, input_d_exports as f, checkbox_d_exports as g, dialog_d_exports as h, separator_d_exports as i, progress_d_exports as l, drawer_d_exports as m, switch_d_exports as n, select_d_exports as o, field_d_exports as p, skeleton_d_exports as r, RadioGroup$1 as s, textarea_d_exports as t, popover_d_exports as u, button_d_exports as v, accordion_d_exports as y };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/molecules/Menu/index.d.ts
|
|
4
4
|
interface MenuItem {
|
|
@@ -56,6 +56,6 @@ declare const Menu: ({
|
|
|
56
56
|
onClick,
|
|
57
57
|
onSelect: _onSelect,
|
|
58
58
|
...props
|
|
59
|
-
}: MenuProps) =>
|
|
59
|
+
}: MenuProps) => react_jsx_runtime6.JSX.Element;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { MenuProps as a, buildSelectionMap as c, MenuItem as i, findKey as l, MENU_CLASSNAMES as n, Props as o, Menu as r, SelectionMap as s, ClickEventHandler as t };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
2
2
|
import { MotionProps } from "motion/react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/Reveals/Item/index.d.ts
|
|
@@ -54,7 +54,7 @@ declare const Item: ({
|
|
|
54
54
|
transition,
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
|
-
}: ItemProps) =>
|
|
57
|
+
}: ItemProps) => react_jsx_runtime7.JSX.Element;
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/components/molecules/Reveals/index.d.ts
|
|
60
60
|
interface Props extends React.ComponentPropsWithoutRef<'div'>, ItemProps {
|
|
@@ -79,7 +79,7 @@ declare const Reveals: {
|
|
|
79
79
|
duration,
|
|
80
80
|
delay,
|
|
81
81
|
...props
|
|
82
|
-
}: Props):
|
|
82
|
+
}: Props): react_jsx_runtime7.JSX.Element;
|
|
83
83
|
Item: ({
|
|
84
84
|
effect,
|
|
85
85
|
children,
|
|
@@ -91,7 +91,7 @@ declare const Reveals: {
|
|
|
91
91
|
transition,
|
|
92
92
|
className,
|
|
93
93
|
...props
|
|
94
|
-
}: ItemProps) =>
|
|
94
|
+
}: ItemProps) => react_jsx_runtime7.JSX.Element;
|
|
95
95
|
};
|
|
96
96
|
//#endregion
|
|
97
97
|
export { Reveals as a, Props as i, DELAY as n, Item as o, DURATION as r, ItemProps as s, CASCADE as t };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/atoms/Typography/Link/index.d.ts
|
|
4
4
|
interface Props$4 extends React.ComponentPropsWithoutRef<'a'> {}
|
|
@@ -6,7 +6,7 @@ declare const Link: ({
|
|
|
6
6
|
children,
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: Props$4) =>
|
|
9
|
+
}: Props$4) => react_jsx_runtime9.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region src/components/atoms/Typography/Paragraph/index.d.ts
|
|
12
12
|
interface Props$3 extends React.ComponentPropsWithoutRef<'p'> {}
|
|
@@ -14,7 +14,7 @@ declare const Paragraph: ({
|
|
|
14
14
|
children,
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: Props$3) =>
|
|
17
|
+
}: Props$3) => react_jsx_runtime9.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/components/atoms/Typography/Text/index.d.ts
|
|
20
20
|
interface Props$2 extends React.ComponentPropsWithoutRef<'span'> {
|
|
@@ -27,7 +27,7 @@ declare const Text: ({
|
|
|
27
27
|
strong,
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: Props$2) =>
|
|
30
|
+
}: Props$2) => react_jsx_runtime9.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/components/atoms/Typography/Title/index.d.ts
|
|
33
33
|
interface Props$1 extends React.ComponentPropsWithoutRef<'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'> {
|
|
@@ -38,7 +38,7 @@ declare const Title: ({
|
|
|
38
38
|
level,
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: Props$1) =>
|
|
41
|
+
}: Props$1) => react_jsx_runtime9.JSX.Element;
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region src/components/atoms/Typography/index.d.ts
|
|
44
44
|
interface Props extends React.ComponentPropsWithoutRef<'article'> {}
|
|
@@ -46,30 +46,30 @@ declare const Typography: {
|
|
|
46
46
|
({
|
|
47
47
|
children,
|
|
48
48
|
...props
|
|
49
|
-
}: Props):
|
|
49
|
+
}: Props): react_jsx_runtime9.JSX.Element;
|
|
50
50
|
Link: ({
|
|
51
51
|
children,
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: Props$4) =>
|
|
54
|
+
}: Props$4) => react_jsx_runtime9.JSX.Element;
|
|
55
55
|
Paragraph: ({
|
|
56
56
|
children,
|
|
57
57
|
className,
|
|
58
58
|
...props
|
|
59
|
-
}: Props$3) =>
|
|
59
|
+
}: Props$3) => react_jsx_runtime9.JSX.Element;
|
|
60
60
|
Text: ({
|
|
61
61
|
children,
|
|
62
62
|
underline,
|
|
63
63
|
strong,
|
|
64
64
|
className,
|
|
65
65
|
...props
|
|
66
|
-
}: Props$2) =>
|
|
66
|
+
}: Props$2) => react_jsx_runtime9.JSX.Element;
|
|
67
67
|
Title: ({
|
|
68
68
|
children,
|
|
69
69
|
level,
|
|
70
70
|
className,
|
|
71
71
|
...props
|
|
72
|
-
}: Props$1) =>
|
|
72
|
+
}: Props$1) => react_jsx_runtime9.JSX.Element;
|
|
73
73
|
};
|
|
74
74
|
//#endregion
|
|
75
75
|
export { Paragraph as a, Text as i, Typography as n, Link as o, Title as r, Props as t };
|