@jbpark/ui-kit 2.3.2 → 2.3.3
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.mjs +1 -1
- package/dist/Reveals.d.mts +1 -1
- package/dist/Typography.d.mts +1 -1
- package/dist/core.d.mts +2 -2
- package/dist/core.mjs +2 -2
- package/dist/{index-vBhS7Nno.d.mts → index-BNAJ1QtH.d.mts} +10 -10
- package/dist/{index-BcxCfsJl.d.mts → index-CsjsTuId.d.mts} +4 -4
- package/dist/{index-BC23qXS8.d.mts → index-y5n1p7t3.d.mts} +70 -71
- package/dist/index.d.mts +40 -40
- package/dist/index.mjs +1 -1
- package/dist/{src-CS2dhz2p.mjs → src-B6Kaolt3.mjs} +32 -34
- package/package.json +1 -1
package/dist/Menu.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { d as buildSelectionMap, f as findKey, l as MENU_CLASSNAMES, u as Menu_default } from "./src-
|
|
3
|
+
import { d as buildSelectionMap, f as findKey, l as MENU_CLASSNAMES, u as Menu_default } from "./src-B6Kaolt3.mjs";
|
|
4
4
|
import "./utils-1s_37TSX.mjs";
|
|
5
5
|
import "./Typography-Dznhj8uL.mjs";
|
|
6
6
|
import "./Reveals-Cqo3i2hh.mjs";
|
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/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-BNAJ1QtH.mjs";
|
|
2
2
|
export { Link, Paragraph, Props, Text, Title, Typography as default };
|
package/dist/core.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { c as radio_group_d_exports, d as input_d_exports, f as field_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 label_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-y5n1p7t3.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { A as select_exports, B as checkbox_exports, D as textarea_exports, F as field_exports, H as accordion_exports, I as separator_exports, L as label_exports, M as progress_exports, N as popover_exports, O as switch_exports, P as input_exports, R as drawer_exports, V as button_exports, j as radio_group_exports, k as skeleton_exports, z as dialog_exports } from "./src-B6Kaolt3.mjs";
|
|
2
2
|
import "./utils-1s_37TSX.mjs";
|
|
3
3
|
import "./Typography-Dznhj8uL.mjs";
|
|
4
4
|
import "./Reveals-Cqo3i2hh.mjs";
|
|
5
5
|
|
|
6
|
-
export {
|
|
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 };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime10 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_runtime10.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_runtime10.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_runtime10.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_runtime10.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_runtime10.JSX.Element;
|
|
50
50
|
Link: ({
|
|
51
51
|
children,
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: Props$4) =>
|
|
54
|
+
}: Props$4) => react_jsx_runtime10.JSX.Element;
|
|
55
55
|
Paragraph: ({
|
|
56
56
|
children,
|
|
57
57
|
className,
|
|
58
58
|
...props
|
|
59
|
-
}: Props$3) =>
|
|
59
|
+
}: Props$3) => react_jsx_runtime10.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_runtime10.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_runtime10.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 };
|
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
import * as React$2 from "react";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
5
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
6
6
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
@@ -17,11 +17,11 @@ declare namespace accordion_d_exports {
|
|
|
17
17
|
}
|
|
18
18
|
declare function Accordion({
|
|
19
19
|
...props
|
|
20
|
-
}: React$2.ComponentProps<typeof AccordionPrimitive.Root>):
|
|
20
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
21
21
|
declare function AccordionItem({
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: React$2.ComponentProps<typeof AccordionPrimitive.Item>):
|
|
24
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime13.JSX.Element;
|
|
25
25
|
interface CustomTriggerProps {
|
|
26
26
|
expandIcon?: React$2.ReactNode;
|
|
27
27
|
}
|
|
@@ -30,12 +30,12 @@ declare function AccordionTrigger({
|
|
|
30
30
|
children,
|
|
31
31
|
expandIcon,
|
|
32
32
|
...props
|
|
33
|
-
}: React$2.ComponentProps<typeof AccordionPrimitive.Trigger> & CustomTriggerProps):
|
|
33
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Trigger> & CustomTriggerProps): react_jsx_runtime13.JSX.Element;
|
|
34
34
|
declare function AccordionContent({
|
|
35
35
|
className,
|
|
36
36
|
children,
|
|
37
37
|
...props
|
|
38
|
-
}: React$2.ComponentProps<typeof AccordionPrimitive.Content>):
|
|
38
|
+
}: React$2.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime13.JSX.Element;
|
|
39
39
|
declare namespace button_d_exports {
|
|
40
40
|
export { Button, Props, buttonVariants };
|
|
41
41
|
}
|
|
@@ -52,33 +52,33 @@ declare function Button({
|
|
|
52
52
|
size,
|
|
53
53
|
asChild,
|
|
54
54
|
...props
|
|
55
|
-
}: Props):
|
|
55
|
+
}: Props): react_jsx_runtime13.JSX.Element;
|
|
56
56
|
declare namespace checkbox_d_exports {
|
|
57
57
|
export { Checkbox };
|
|
58
58
|
}
|
|
59
59
|
declare function Checkbox({
|
|
60
60
|
className,
|
|
61
61
|
...props
|
|
62
|
-
}: React$2.ComponentProps<typeof CheckboxPrimitive.Root>):
|
|
62
|
+
}: React$2.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
63
63
|
declare namespace dialog_d_exports {
|
|
64
64
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
65
65
|
}
|
|
66
66
|
declare function Dialog({
|
|
67
67
|
...props
|
|
68
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Root>):
|
|
68
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
69
69
|
declare function DialogTrigger({
|
|
70
70
|
...props
|
|
71
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
71
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
72
72
|
declare function DialogPortal({
|
|
73
73
|
...props
|
|
74
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
74
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime13.JSX.Element;
|
|
75
75
|
declare function DialogClose({
|
|
76
76
|
...props
|
|
77
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Close>):
|
|
77
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime13.JSX.Element;
|
|
78
78
|
declare function DialogOverlay({
|
|
79
79
|
className,
|
|
80
80
|
...props
|
|
81
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
81
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime13.JSX.Element;
|
|
82
82
|
interface CustomContentProps$1 {
|
|
83
83
|
classNames?: Record<string, string>;
|
|
84
84
|
closeIcon?: React$2.ReactNode;
|
|
@@ -99,11 +99,11 @@ declare function DialogContent({
|
|
|
99
99
|
...props
|
|
100
100
|
}: React$2.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
101
101
|
showCloseButton?: boolean;
|
|
102
|
-
} & CustomContentProps$1):
|
|
102
|
+
} & CustomContentProps$1): react_jsx_runtime13.JSX.Element;
|
|
103
103
|
declare function DialogHeader({
|
|
104
104
|
className,
|
|
105
105
|
...props
|
|
106
|
-
}: React$2.ComponentProps<'div'>):
|
|
106
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
107
107
|
declare function DialogFooter({
|
|
108
108
|
className,
|
|
109
109
|
showCloseButton,
|
|
@@ -111,15 +111,15 @@ declare function DialogFooter({
|
|
|
111
111
|
...props
|
|
112
112
|
}: React$2.ComponentProps<'div'> & {
|
|
113
113
|
showCloseButton?: boolean;
|
|
114
|
-
}):
|
|
114
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
115
115
|
declare function DialogTitle({
|
|
116
116
|
className,
|
|
117
117
|
...props
|
|
118
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Title>):
|
|
118
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime13.JSX.Element;
|
|
119
119
|
declare function DialogDescription({
|
|
120
120
|
className,
|
|
121
121
|
...props
|
|
122
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Description>):
|
|
122
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime13.JSX.Element;
|
|
123
123
|
declare namespace drawer_d_exports {
|
|
124
124
|
export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
|
125
125
|
}
|
|
@@ -129,20 +129,20 @@ interface CustomProps$2 {
|
|
|
129
129
|
declare function Drawer$1({
|
|
130
130
|
draggable,
|
|
131
131
|
...props
|
|
132
|
-
}: React$2.ComponentProps<typeof Drawer.Root> & CustomProps$2):
|
|
132
|
+
}: React$2.ComponentProps<typeof Drawer.Root> & CustomProps$2): react_jsx_runtime13.JSX.Element;
|
|
133
133
|
declare function DrawerTrigger({
|
|
134
134
|
...props
|
|
135
|
-
}: React$2.ComponentProps<typeof Drawer.Trigger>):
|
|
135
|
+
}: React$2.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
136
136
|
declare function DrawerPortal({
|
|
137
137
|
...props
|
|
138
|
-
}: React$2.ComponentProps<typeof Drawer.Portal>):
|
|
138
|
+
}: React$2.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime13.JSX.Element;
|
|
139
139
|
declare function DrawerClose({
|
|
140
140
|
...props
|
|
141
|
-
}: React$2.ComponentProps<typeof Drawer.Close>):
|
|
141
|
+
}: React$2.ComponentProps<typeof Drawer.Close>): react_jsx_runtime13.JSX.Element;
|
|
142
142
|
declare function DrawerOverlay({
|
|
143
143
|
className,
|
|
144
144
|
...props
|
|
145
|
-
}: React$2.ComponentProps<typeof Drawer.Overlay>):
|
|
145
|
+
}: React$2.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime13.JSX.Element;
|
|
146
146
|
interface CustomContentProps {
|
|
147
147
|
classNames?: Record<string, string>;
|
|
148
148
|
handlebar?: boolean;
|
|
@@ -155,42 +155,48 @@ declare function DrawerContent({
|
|
|
155
155
|
handlebar,
|
|
156
156
|
mask,
|
|
157
157
|
...props
|
|
158
|
-
}: React$2.ComponentProps<typeof Drawer.Content> & CustomContentProps):
|
|
158
|
+
}: React$2.ComponentProps<typeof Drawer.Content> & CustomContentProps): react_jsx_runtime13.JSX.Element;
|
|
159
159
|
declare function DrawerHeader({
|
|
160
160
|
className,
|
|
161
161
|
...props
|
|
162
|
-
}: React$2.ComponentProps<'div'>):
|
|
162
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
163
163
|
declare function DrawerFooter({
|
|
164
164
|
className,
|
|
165
165
|
...props
|
|
166
|
-
}: React$2.ComponentProps<'div'>):
|
|
166
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
167
167
|
declare function DrawerTitle({
|
|
168
168
|
className,
|
|
169
169
|
...props
|
|
170
|
-
}: React$2.ComponentProps<typeof Drawer.Title>):
|
|
170
|
+
}: React$2.ComponentProps<typeof Drawer.Title>): react_jsx_runtime13.JSX.Element;
|
|
171
171
|
declare function DrawerDescription({
|
|
172
172
|
className,
|
|
173
173
|
...props
|
|
174
|
-
}: React$2.ComponentProps<typeof Drawer.Description>):
|
|
174
|
+
}: React$2.ComponentProps<typeof Drawer.Description>): react_jsx_runtime13.JSX.Element;
|
|
175
|
+
declare namespace label_d_exports {
|
|
176
|
+
export { Label$1 as Label };
|
|
177
|
+
}
|
|
178
|
+
declare function Label$1({
|
|
179
|
+
className,
|
|
180
|
+
...props
|
|
181
|
+
}: React$2.ComponentProps<typeof Label.Root>): react_jsx_runtime13.JSX.Element;
|
|
175
182
|
declare namespace field_d_exports {
|
|
176
183
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
177
184
|
}
|
|
178
|
-
declare const Label$2: typeof Label$1;
|
|
179
185
|
declare function FieldSet({
|
|
180
186
|
className,
|
|
181
187
|
...props
|
|
182
|
-
}: React.ComponentProps<'fieldset'>):
|
|
188
|
+
}: React.ComponentProps<'fieldset'>): react_jsx_runtime13.JSX.Element;
|
|
183
189
|
declare function FieldLegend({
|
|
184
190
|
className,
|
|
185
191
|
variant,
|
|
186
192
|
...props
|
|
187
193
|
}: React.ComponentProps<'legend'> & {
|
|
188
194
|
variant?: 'legend' | 'label';
|
|
189
|
-
}):
|
|
195
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
190
196
|
declare function FieldGroup({
|
|
191
197
|
className,
|
|
192
198
|
...props
|
|
193
|
-
}: React.ComponentProps<'div'>):
|
|
199
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
194
200
|
declare const fieldVariants: (props?: ({
|
|
195
201
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
196
202
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
@@ -198,30 +204,30 @@ declare function Field({
|
|
|
198
204
|
className,
|
|
199
205
|
orientation,
|
|
200
206
|
...props
|
|
201
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>):
|
|
207
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime13.JSX.Element;
|
|
202
208
|
declare function FieldContent({
|
|
203
209
|
className,
|
|
204
210
|
...props
|
|
205
|
-
}: React.ComponentProps<'div'>):
|
|
211
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
206
212
|
declare function FieldLabel({
|
|
207
213
|
className,
|
|
208
214
|
...props
|
|
209
|
-
}: React.ComponentProps<typeof Label$
|
|
215
|
+
}: React.ComponentProps<typeof Label$1>): react_jsx_runtime13.JSX.Element;
|
|
210
216
|
declare function FieldTitle({
|
|
211
217
|
className,
|
|
212
218
|
...props
|
|
213
|
-
}: React.ComponentProps<'div'>):
|
|
219
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
214
220
|
declare function FieldDescription({
|
|
215
221
|
className,
|
|
216
222
|
...props
|
|
217
|
-
}: React.ComponentProps<'p'>):
|
|
223
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime13.JSX.Element;
|
|
218
224
|
declare function FieldSeparator({
|
|
219
225
|
children,
|
|
220
226
|
className,
|
|
221
227
|
...props
|
|
222
228
|
}: React.ComponentProps<'div'> & {
|
|
223
229
|
children?: React.ReactNode;
|
|
224
|
-
}):
|
|
230
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
225
231
|
declare function FieldError({
|
|
226
232
|
className,
|
|
227
233
|
children,
|
|
@@ -231,7 +237,7 @@ declare function FieldError({
|
|
|
231
237
|
errors?: Array<{
|
|
232
238
|
message?: string;
|
|
233
239
|
} | undefined>;
|
|
234
|
-
}):
|
|
240
|
+
}): react_jsx_runtime13.JSX.Element | null;
|
|
235
241
|
declare namespace input_d_exports {
|
|
236
242
|
export { Input };
|
|
237
243
|
}
|
|
@@ -239,44 +245,37 @@ declare function Input({
|
|
|
239
245
|
className,
|
|
240
246
|
type,
|
|
241
247
|
...props
|
|
242
|
-
}: React$2.ComponentProps<'input'>):
|
|
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_runtime12.JSX.Element;
|
|
248
|
+
}: React$2.ComponentProps<'input'>): react_jsx_runtime13.JSX.Element;
|
|
250
249
|
declare namespace popover_d_exports {
|
|
251
250
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };
|
|
252
251
|
}
|
|
253
252
|
declare function Popover({
|
|
254
253
|
...props
|
|
255
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Root>):
|
|
254
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime13.JSX.Element;
|
|
256
255
|
declare function PopoverTrigger({
|
|
257
256
|
...props
|
|
258
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>):
|
|
257
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime13.JSX.Element;
|
|
259
258
|
declare function PopoverContent({
|
|
260
259
|
className,
|
|
261
260
|
align,
|
|
262
261
|
sideOffset,
|
|
263
262
|
...props
|
|
264
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Content>):
|
|
263
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime13.JSX.Element;
|
|
265
264
|
declare function PopoverAnchor({
|
|
266
265
|
...props
|
|
267
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
266
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime13.JSX.Element;
|
|
268
267
|
declare function PopoverHeader({
|
|
269
268
|
className,
|
|
270
269
|
...props
|
|
271
|
-
}: React$2.ComponentProps<'div'>):
|
|
270
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
272
271
|
declare function PopoverTitle({
|
|
273
272
|
className,
|
|
274
273
|
...props
|
|
275
|
-
}: React$2.ComponentProps<'h2'>):
|
|
274
|
+
}: React$2.ComponentProps<'h2'>): react_jsx_runtime13.JSX.Element;
|
|
276
275
|
declare function PopoverDescription({
|
|
277
276
|
className,
|
|
278
277
|
...props
|
|
279
|
-
}: React$2.ComponentProps<'p'>):
|
|
278
|
+
}: React$2.ComponentProps<'p'>): react_jsx_runtime13.JSX.Element;
|
|
280
279
|
declare namespace progress_d_exports {
|
|
281
280
|
export { Progress };
|
|
282
281
|
}
|
|
@@ -290,30 +289,30 @@ declare function Progress({
|
|
|
290
289
|
barClassName,
|
|
291
290
|
barStyle,
|
|
292
291
|
...props
|
|
293
|
-
}: React$2.ComponentProps<typeof ProgressPrimitive.Root> & CustomProps$1):
|
|
292
|
+
}: React$2.ComponentProps<typeof ProgressPrimitive.Root> & CustomProps$1): react_jsx_runtime13.JSX.Element;
|
|
294
293
|
declare namespace radio_group_d_exports {
|
|
295
294
|
export { RadioGroup$1 as RadioGroup, RadioGroupItem };
|
|
296
295
|
}
|
|
297
296
|
declare function RadioGroup$1({
|
|
298
297
|
className,
|
|
299
298
|
...props
|
|
300
|
-
}: React$2.ComponentProps<typeof RadioGroup.Root>):
|
|
299
|
+
}: React$2.ComponentProps<typeof RadioGroup.Root>): react_jsx_runtime13.JSX.Element;
|
|
301
300
|
declare function RadioGroupItem({
|
|
302
301
|
className,
|
|
303
302
|
...props
|
|
304
|
-
}: React$2.ComponentProps<typeof RadioGroup.Item>):
|
|
303
|
+
}: React$2.ComponentProps<typeof RadioGroup.Item>): react_jsx_runtime13.JSX.Element;
|
|
305
304
|
declare namespace select_d_exports {
|
|
306
305
|
export { Select$1 as Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
307
306
|
}
|
|
308
307
|
declare function Select$1({
|
|
309
308
|
...props
|
|
310
|
-
}: React$2.ComponentProps<typeof Select.Root>):
|
|
309
|
+
}: React$2.ComponentProps<typeof Select.Root>): react_jsx_runtime13.JSX.Element;
|
|
311
310
|
declare function SelectGroup({
|
|
312
311
|
...props
|
|
313
|
-
}: React$2.ComponentProps<typeof Select.Group>):
|
|
312
|
+
}: React$2.ComponentProps<typeof Select.Group>): react_jsx_runtime13.JSX.Element;
|
|
314
313
|
declare function SelectValue({
|
|
315
314
|
...props
|
|
316
|
-
}: React$2.ComponentProps<typeof Select.Value>):
|
|
315
|
+
}: React$2.ComponentProps<typeof Select.Value>): react_jsx_runtime13.JSX.Element;
|
|
317
316
|
declare function SelectTrigger({
|
|
318
317
|
className,
|
|
319
318
|
size,
|
|
@@ -321,35 +320,35 @@ declare function SelectTrigger({
|
|
|
321
320
|
...props
|
|
322
321
|
}: React$2.ComponentProps<typeof Select.Trigger> & {
|
|
323
322
|
size?: 'sm' | 'default';
|
|
324
|
-
}):
|
|
323
|
+
}): react_jsx_runtime13.JSX.Element;
|
|
325
324
|
declare function SelectContent({
|
|
326
325
|
className,
|
|
327
326
|
children,
|
|
328
327
|
position,
|
|
329
328
|
align,
|
|
330
329
|
...props
|
|
331
|
-
}: React$2.ComponentProps<typeof Select.Content>):
|
|
330
|
+
}: React$2.ComponentProps<typeof Select.Content>): react_jsx_runtime13.JSX.Element;
|
|
332
331
|
declare function SelectLabel({
|
|
333
332
|
className,
|
|
334
333
|
...props
|
|
335
|
-
}: React$2.ComponentProps<typeof Select.Label>):
|
|
334
|
+
}: React$2.ComponentProps<typeof Select.Label>): react_jsx_runtime13.JSX.Element;
|
|
336
335
|
declare function SelectItem({
|
|
337
336
|
className,
|
|
338
337
|
children,
|
|
339
338
|
...props
|
|
340
|
-
}: React$2.ComponentProps<typeof Select.Item>):
|
|
339
|
+
}: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime13.JSX.Element;
|
|
341
340
|
declare function SelectSeparator({
|
|
342
341
|
className,
|
|
343
342
|
...props
|
|
344
|
-
}: React$2.ComponentProps<typeof Select.Separator>):
|
|
343
|
+
}: React$2.ComponentProps<typeof Select.Separator>): react_jsx_runtime13.JSX.Element;
|
|
345
344
|
declare function SelectScrollUpButton({
|
|
346
345
|
className,
|
|
347
346
|
...props
|
|
348
|
-
}: React$2.ComponentProps<typeof Select.ScrollUpButton>):
|
|
347
|
+
}: React$2.ComponentProps<typeof Select.ScrollUpButton>): react_jsx_runtime13.JSX.Element;
|
|
349
348
|
declare function SelectScrollDownButton({
|
|
350
349
|
className,
|
|
351
350
|
...props
|
|
352
|
-
}: React$2.ComponentProps<typeof Select.ScrollDownButton>):
|
|
351
|
+
}: React$2.ComponentProps<typeof Select.ScrollDownButton>): react_jsx_runtime13.JSX.Element;
|
|
353
352
|
declare namespace separator_d_exports {
|
|
354
353
|
export { Separator$1 as Separator };
|
|
355
354
|
}
|
|
@@ -358,14 +357,14 @@ declare function Separator$1({
|
|
|
358
357
|
orientation,
|
|
359
358
|
decorative,
|
|
360
359
|
...props
|
|
361
|
-
}: React$2.ComponentProps<typeof Separator.Root>):
|
|
360
|
+
}: React$2.ComponentProps<typeof Separator.Root>): react_jsx_runtime13.JSX.Element;
|
|
362
361
|
declare namespace skeleton_d_exports {
|
|
363
362
|
export { Skeleton };
|
|
364
363
|
}
|
|
365
364
|
declare function Skeleton({
|
|
366
365
|
className,
|
|
367
366
|
...props
|
|
368
|
-
}: React.ComponentProps<'div'>):
|
|
367
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime13.JSX.Element;
|
|
369
368
|
declare namespace switch_d_exports {
|
|
370
369
|
export { Switch };
|
|
371
370
|
}
|
|
@@ -379,13 +378,13 @@ declare function Switch({
|
|
|
379
378
|
...props
|
|
380
379
|
}: React$2.ComponentProps<typeof SwitchPrimitive.Root> & {
|
|
381
380
|
size?: 'sm' | 'default';
|
|
382
|
-
} & CustomProps):
|
|
381
|
+
} & CustomProps): react_jsx_runtime13.JSX.Element;
|
|
383
382
|
declare namespace textarea_d_exports {
|
|
384
383
|
export { Textarea };
|
|
385
384
|
}
|
|
386
385
|
declare function Textarea({
|
|
387
386
|
className,
|
|
388
387
|
...props
|
|
389
|
-
}: React$2.ComponentProps<'textarea'>):
|
|
388
|
+
}: React$2.ComponentProps<'textarea'>): react_jsx_runtime13.JSX.Element;
|
|
390
389
|
//#endregion
|
|
391
|
-
export {
|
|
390
|
+
export { Props as _, Select$1 as a, radio_group_d_exports as c, input_d_exports as d, field_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, label_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 };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { n as Typography } from "./index-
|
|
1
|
+
import { n as Typography } from "./index-BNAJ1QtH.mjs";
|
|
2
2
|
import { a as MenuProps, r as Menu } from "./index-tclrN3ts.mjs";
|
|
3
|
-
import { a as Reveals } from "./index-
|
|
4
|
-
import {
|
|
3
|
+
import { a as Reveals } from "./index-CsjsTuId.mjs";
|
|
4
|
+
import { _ as Props$27, a as Select$1, s as RadioGroup } from "./index-y5n1p7t3.mjs";
|
|
5
5
|
import * as react0 from "react";
|
|
6
6
|
import React$1, { MouseEvent } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime85 from "react/jsx-runtime";
|
|
8
8
|
import * as swiper_react0 from "swiper/react";
|
|
9
9
|
import { SwiperProps } from "swiper/react";
|
|
10
10
|
import "swiper/css";
|
|
@@ -42,7 +42,7 @@ declare const Button: ({
|
|
|
42
42
|
children,
|
|
43
43
|
onMouseDown,
|
|
44
44
|
...props
|
|
45
|
-
}: Props$26) =>
|
|
45
|
+
}: Props$26) => react_jsx_runtime85.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/atoms/Checkbox/Group/index.d.ts
|
|
48
48
|
type Option$2 = {
|
|
@@ -87,7 +87,7 @@ declare const Checkbox: {
|
|
|
87
87
|
checked: _checked,
|
|
88
88
|
onChange: _onChange,
|
|
89
89
|
...props
|
|
90
|
-
}: Props$24):
|
|
90
|
+
}: Props$24): react_jsx_runtime85.JSX.Element;
|
|
91
91
|
Group: ({
|
|
92
92
|
orientation,
|
|
93
93
|
placement,
|
|
@@ -97,7 +97,7 @@ declare const Checkbox: {
|
|
|
97
97
|
defaultValue,
|
|
98
98
|
value: _value,
|
|
99
99
|
onChange: _onChange
|
|
100
|
-
}: Props$25) =>
|
|
100
|
+
}: Props$25) => react_jsx_runtime85.JSX.Element;
|
|
101
101
|
};
|
|
102
102
|
//#endregion
|
|
103
103
|
//#region src/components/atoms/ColorPicker/index.d.ts
|
|
@@ -112,7 +112,7 @@ declare const ColorPicker: ({
|
|
|
112
112
|
value: _value,
|
|
113
113
|
showText,
|
|
114
114
|
onChange: _onChange
|
|
115
|
-
}: Props$23) =>
|
|
115
|
+
}: Props$23) => react_jsx_runtime85.JSX.Element;
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/components/atoms/FloatButton/BackTop/index.d.ts
|
|
118
118
|
interface Props$22 extends Props$26 {
|
|
@@ -127,13 +127,13 @@ declare const FloatButton: {
|
|
|
127
127
|
className,
|
|
128
128
|
children,
|
|
129
129
|
...props
|
|
130
|
-
}: Props$21):
|
|
130
|
+
}: Props$21): react_jsx_runtime85.JSX.Element;
|
|
131
131
|
BackTop: ({
|
|
132
132
|
visibilityHeight,
|
|
133
133
|
className,
|
|
134
134
|
onClick,
|
|
135
135
|
...props
|
|
136
|
-
}: Props$22) =>
|
|
136
|
+
}: Props$22) => react_jsx_runtime85.JSX.Element;
|
|
137
137
|
};
|
|
138
138
|
//#endregion
|
|
139
139
|
//#region src/components/atoms/Input/Search/index.d.ts
|
|
@@ -151,7 +151,7 @@ interface Props$20 extends React.ComponentPropsWithRef<'input'> {
|
|
|
151
151
|
declare const Input: {
|
|
152
152
|
({
|
|
153
153
|
...props
|
|
154
|
-
}: React.ComponentPropsWithoutRef<"input">):
|
|
154
|
+
}: React.ComponentPropsWithoutRef<"input">): react_jsx_runtime85.JSX.Element;
|
|
155
155
|
Search: {
|
|
156
156
|
({
|
|
157
157
|
ref,
|
|
@@ -162,14 +162,14 @@ declare const Input: {
|
|
|
162
162
|
onChange,
|
|
163
163
|
onSearch: _onSearch,
|
|
164
164
|
...props
|
|
165
|
-
}: Props$20):
|
|
165
|
+
}: Props$20): react_jsx_runtime85.JSX.Element;
|
|
166
166
|
displayName: string;
|
|
167
167
|
};
|
|
168
168
|
TextArea: ({
|
|
169
169
|
className,
|
|
170
170
|
ref,
|
|
171
171
|
...props
|
|
172
|
-
}: React.ComponentPropsWithRef<"textarea">) =>
|
|
172
|
+
}: React.ComponentPropsWithRef<"textarea">) => react_jsx_runtime85.JSX.Element;
|
|
173
173
|
};
|
|
174
174
|
//#endregion
|
|
175
175
|
//#region src/components/atoms/Popover/index.d.ts
|
|
@@ -185,7 +185,7 @@ declare const Popover: ({
|
|
|
185
185
|
className,
|
|
186
186
|
content,
|
|
187
187
|
children
|
|
188
|
-
}: Props$19) =>
|
|
188
|
+
}: Props$19) => react_jsx_runtime85.JSX.Element;
|
|
189
189
|
//#endregion
|
|
190
190
|
//#region src/components/atoms/Progress/index.d.ts
|
|
191
191
|
interface Props$18 extends React.ComponentPropsWithoutRef<'div'> {
|
|
@@ -201,7 +201,7 @@ declare const Progress: ({
|
|
|
201
201
|
className,
|
|
202
202
|
direction,
|
|
203
203
|
classNames
|
|
204
|
-
}: Props$18) =>
|
|
204
|
+
}: Props$18) => react_jsx_runtime85.JSX.Element;
|
|
205
205
|
//#endregion
|
|
206
206
|
//#region src/components/atoms/Radio/Group/index.d.ts
|
|
207
207
|
type Option$1 = {
|
|
@@ -246,7 +246,7 @@ declare const Radio: {
|
|
|
246
246
|
checked: _checked,
|
|
247
247
|
onChange: _onChange,
|
|
248
248
|
...props
|
|
249
|
-
}: Props$16):
|
|
249
|
+
}: Props$16): react_jsx_runtime85.JSX.Element;
|
|
250
250
|
Group: ({
|
|
251
251
|
orientation,
|
|
252
252
|
placement,
|
|
@@ -256,7 +256,7 @@ declare const Radio: {
|
|
|
256
256
|
defaultValue,
|
|
257
257
|
value: _value,
|
|
258
258
|
onChange: _onChange
|
|
259
|
-
}: Props$17) =>
|
|
259
|
+
}: Props$17) => react_jsx_runtime85.JSX.Element;
|
|
260
260
|
};
|
|
261
261
|
//#endregion
|
|
262
262
|
//#region src/components/atoms/Select/index.d.ts
|
|
@@ -281,7 +281,7 @@ declare const Select: ({
|
|
|
281
281
|
options,
|
|
282
282
|
onChange,
|
|
283
283
|
...props
|
|
284
|
-
}: Props$15) =>
|
|
284
|
+
}: Props$15) => react_jsx_runtime85.JSX.Element;
|
|
285
285
|
//#endregion
|
|
286
286
|
//#region src/components/atoms/Skeleton/index.d.ts
|
|
287
287
|
interface Props$14 extends React.ComponentPropsWithoutRef<'div'> {
|
|
@@ -316,15 +316,15 @@ declare const Skeleton: {
|
|
|
316
316
|
height,
|
|
317
317
|
children,
|
|
318
318
|
...props
|
|
319
|
-
}: Props$14): string | number | bigint | boolean | Iterable<react0.ReactNode> | Promise<string | number | bigint | boolean | react0.ReactPortal | react0.ReactElement<unknown, string | react0.JSXElementConstructor<any>> | Iterable<react0.ReactNode> | null | undefined> |
|
|
319
|
+
}: Props$14): string | number | bigint | boolean | Iterable<react0.ReactNode> | Promise<string | number | bigint | boolean | react0.ReactPortal | react0.ReactElement<unknown, string | react0.JSXElementConstructor<any>> | Iterable<react0.ReactNode> | null | undefined> | react_jsx_runtime85.JSX.Element | null | undefined;
|
|
320
320
|
Button: ({
|
|
321
321
|
className,
|
|
322
322
|
...props
|
|
323
|
-
}: Props$14) =>
|
|
323
|
+
}: Props$14) => react_jsx_runtime85.JSX.Element;
|
|
324
324
|
Node: ({
|
|
325
325
|
className,
|
|
326
326
|
...props
|
|
327
|
-
}: Props$14) =>
|
|
327
|
+
}: Props$14) => react_jsx_runtime85.JSX.Element;
|
|
328
328
|
};
|
|
329
329
|
//#endregion
|
|
330
330
|
//#region src/components/atoms/Spin/index.d.ts
|
|
@@ -335,7 +335,7 @@ declare const Spin: ({
|
|
|
335
335
|
spinning,
|
|
336
336
|
className,
|
|
337
337
|
...props
|
|
338
|
-
}: Props$13) =>
|
|
338
|
+
}: Props$13) => react_jsx_runtime85.JSX.Element | null;
|
|
339
339
|
//#endregion
|
|
340
340
|
//#region src/components/atoms/Switch/index.d.ts
|
|
341
341
|
interface Props$12 extends Omit<React.ComponentPropsWithoutRef<'button'>, 'onChange'> {
|
|
@@ -355,7 +355,7 @@ declare const Switch: ({
|
|
|
355
355
|
checked: _checked,
|
|
356
356
|
onChange: _onChange,
|
|
357
357
|
...props
|
|
358
|
-
}: Props$12) =>
|
|
358
|
+
}: Props$12) => react_jsx_runtime85.JSX.Element;
|
|
359
359
|
//#endregion
|
|
360
360
|
//#region src/components/molecules/Card/index.d.ts
|
|
361
361
|
interface Props$11 extends Omit<React.ComponentPropsWithRef<'div'>, 'title'> {
|
|
@@ -373,7 +373,7 @@ declare const Card: ({
|
|
|
373
373
|
classNames,
|
|
374
374
|
variant,
|
|
375
375
|
...props
|
|
376
|
-
}: Props$11) =>
|
|
376
|
+
}: Props$11) => react_jsx_runtime85.JSX.Element;
|
|
377
377
|
//#endregion
|
|
378
378
|
//#region src/components/molecules/Collapse/index.d.ts
|
|
379
379
|
interface Item {
|
|
@@ -404,7 +404,7 @@ declare const Collapse: ({
|
|
|
404
404
|
defaultActiveKey,
|
|
405
405
|
activeKey: _activeKey,
|
|
406
406
|
onChange: _onChange
|
|
407
|
-
}: Props$10) =>
|
|
407
|
+
}: Props$10) => react_jsx_runtime85.JSX.Element;
|
|
408
408
|
//#endregion
|
|
409
409
|
//#region src/components/molecules/Dropdown/index.d.ts
|
|
410
410
|
type ChangeEventHandler = (open: boolean) => void;
|
|
@@ -422,7 +422,7 @@ declare const Dropdown: ({
|
|
|
422
422
|
open: _open,
|
|
423
423
|
onOpenChange: _onOpenChange,
|
|
424
424
|
...props
|
|
425
|
-
}: Props$9) =>
|
|
425
|
+
}: Props$9) => react_jsx_runtime85.JSX.Element;
|
|
426
426
|
//#endregion
|
|
427
427
|
//#region src/components/molecules/Marquees/Item/index.d.ts
|
|
428
428
|
interface ItemProps {
|
|
@@ -452,7 +452,7 @@ declare const Marquees: {
|
|
|
452
452
|
pauseOnHover,
|
|
453
453
|
autoFill,
|
|
454
454
|
...props
|
|
455
|
-
}: Props$7):
|
|
455
|
+
}: Props$7): react_jsx_runtime85.JSX.Element;
|
|
456
456
|
Item: ({
|
|
457
457
|
width: _width,
|
|
458
458
|
speed,
|
|
@@ -460,7 +460,7 @@ declare const Marquees: {
|
|
|
460
460
|
pause: _pause,
|
|
461
461
|
pauseOnHover,
|
|
462
462
|
children
|
|
463
|
-
}: Props$8) =>
|
|
463
|
+
}: Props$8) => react_jsx_runtime85.JSX.Element;
|
|
464
464
|
};
|
|
465
465
|
//#endregion
|
|
466
466
|
//#region src/components/molecules/Space/index.d.ts
|
|
@@ -491,7 +491,7 @@ declare const Space: ({
|
|
|
491
491
|
hidden,
|
|
492
492
|
style,
|
|
493
493
|
...props
|
|
494
|
-
}: Props$6) =>
|
|
494
|
+
}: Props$6) => react_jsx_runtime85.JSX.Element;
|
|
495
495
|
//#endregion
|
|
496
496
|
//#region src/components/organisms/Drawer/index.d.ts
|
|
497
497
|
interface Props$5 {
|
|
@@ -541,7 +541,7 @@ declare const Drawer: ({
|
|
|
541
541
|
container,
|
|
542
542
|
onClose,
|
|
543
543
|
...props
|
|
544
|
-
}: Props$5) =>
|
|
544
|
+
}: Props$5) => react_jsx_runtime85.JSX.Element | null;
|
|
545
545
|
//#endregion
|
|
546
546
|
//#region src/components/organisms/List/index.d.ts
|
|
547
547
|
interface Props$4<T> extends Omit<React$1.ComponentPropsWithoutRef<'div'>, 'title'> {
|
|
@@ -580,12 +580,12 @@ declare const List: {
|
|
|
580
580
|
classNames,
|
|
581
581
|
renderItem,
|
|
582
582
|
...props
|
|
583
|
-
}: Props$4<T>): string | number | bigint | true | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> |
|
|
583
|
+
}: Props$4<T>): string | number | bigint | true | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> | react_jsx_runtime85.JSX.Element;
|
|
584
584
|
Item: ({
|
|
585
585
|
children,
|
|
586
586
|
className,
|
|
587
587
|
...props
|
|
588
|
-
}: React$1.ComponentPropsWithoutRef<"div">) =>
|
|
588
|
+
}: React$1.ComponentPropsWithoutRef<"div">) => react_jsx_runtime85.JSX.Element;
|
|
589
589
|
};
|
|
590
590
|
//#endregion
|
|
591
591
|
//#region src/components/organisms/Modal/index.d.ts
|
|
@@ -639,7 +639,7 @@ declare const Modal: {
|
|
|
639
639
|
onOk,
|
|
640
640
|
onCancel,
|
|
641
641
|
...props
|
|
642
|
-
}: Props$3):
|
|
642
|
+
}: Props$3): react_jsx_runtime85.JSX.Element | null;
|
|
643
643
|
destroy(id?: string): void;
|
|
644
644
|
destroyAll(): void;
|
|
645
645
|
info(props: StaticProps): string | undefined;
|
|
@@ -668,13 +668,13 @@ declare const Swiper: {
|
|
|
668
668
|
renderItem,
|
|
669
669
|
loadingClassName,
|
|
670
670
|
...props
|
|
671
|
-
}: Props$2<T>):
|
|
671
|
+
}: Props$2<T>): react_jsx_runtime85.JSX.Element;
|
|
672
672
|
Slide: {
|
|
673
673
|
({
|
|
674
674
|
children,
|
|
675
675
|
className,
|
|
676
676
|
...props
|
|
677
|
-
}: swiper_react0.SwiperSlideProps):
|
|
677
|
+
}: swiper_react0.SwiperSlideProps): react_jsx_runtime85.JSX.Element;
|
|
678
678
|
displayName: string;
|
|
679
679
|
};
|
|
680
680
|
};
|
|
@@ -689,27 +689,27 @@ declare const Layout: {
|
|
|
689
689
|
children,
|
|
690
690
|
className,
|
|
691
691
|
...props
|
|
692
|
-
}: Props):
|
|
692
|
+
}: Props): react_jsx_runtime85.JSX.Element;
|
|
693
693
|
Content: ({
|
|
694
694
|
children,
|
|
695
695
|
className,
|
|
696
696
|
...props
|
|
697
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
697
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime85.JSX.Element;
|
|
698
698
|
Footer: ({
|
|
699
699
|
children,
|
|
700
700
|
className,
|
|
701
701
|
...props
|
|
702
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
702
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime85.JSX.Element;
|
|
703
703
|
Header: ({
|
|
704
704
|
children,
|
|
705
705
|
className,
|
|
706
706
|
...props
|
|
707
|
-
}: Props$1) =>
|
|
707
|
+
}: Props$1) => react_jsx_runtime85.JSX.Element;
|
|
708
708
|
Sider: ({
|
|
709
709
|
children,
|
|
710
710
|
className,
|
|
711
711
|
...props
|
|
712
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
712
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime85.JSX.Element;
|
|
713
713
|
};
|
|
714
714
|
//#endregion
|
|
715
715
|
export { Button, Card, Checkbox, Collapse, ColorPicker, Drawer, Dropdown, FloatButton, Input, Layout, List, Marquees, Menu, Modal, Popover, Progress, Radio, Reveals, Select, Skeleton, Space, Spin, Swiper, Switch, Typography };
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ColorPicker_default, E as Button_default, S as FloatButton_default, T as Checkbox_default, _ as Skeleton_default, a as Drawer_default, b as Progress_default, c as Dropdown_default, g as Spin_default, h as Switch_default, i as List_default, m as Card_default, n as Swiper_default, o as Space_default, p as Collapse_default, r as Modal_default, s as Marquees_default, t as Layout_default, u as Menu_default, v as Select_default, w as Popover_default, x as Input_default, y as Radio_default } from "./src-
|
|
1
|
+
import { C as ColorPicker_default, E as Button_default, S as FloatButton_default, T as Checkbox_default, _ as Skeleton_default, a as Drawer_default, b as Progress_default, c as Dropdown_default, g as Spin_default, h as Switch_default, i as List_default, m as Card_default, n as Swiper_default, o as Space_default, p as Collapse_default, r as Modal_default, s as Marquees_default, t as Layout_default, u as Menu_default, v as Select_default, w as Popover_default, x as Input_default, y as Radio_default } from "./src-B6Kaolt3.mjs";
|
|
2
2
|
import "./utils-1s_37TSX.mjs";
|
|
3
3
|
import { t as Typography_default } from "./Typography-Dznhj8uL.mjs";
|
|
4
4
|
import { i as Reveals_default } from "./Reveals-Cqo3i2hh.mjs";
|
|
@@ -367,6 +367,35 @@ function DrawerDescription$1({ className, ...props }) {
|
|
|
367
367
|
});
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
//#endregion
|
|
371
|
+
//#region src/core/label.tsx
|
|
372
|
+
var label_exports = /* @__PURE__ */ __exportAll({ Label: () => Label$2 });
|
|
373
|
+
function Label$2({ className, ...props }) {
|
|
374
|
+
return /* @__PURE__ */ jsx(Label.Root, {
|
|
375
|
+
"data-slot": "label",
|
|
376
|
+
className: cn(`flex items-center gap-2 text-sm leading-none font-medium select-none
|
|
377
|
+
group-data-[disabled=true]:pointer-events-none
|
|
378
|
+
group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed
|
|
379
|
+
peer-disabled:opacity-50`, className),
|
|
380
|
+
...props
|
|
381
|
+
});
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
//#endregion
|
|
385
|
+
//#region src/core/separator.tsx
|
|
386
|
+
var separator_exports = /* @__PURE__ */ __exportAll({ Separator: () => Separator$1 });
|
|
387
|
+
function Separator$1({ className, orientation = "horizontal", decorative = true, ...props }) {
|
|
388
|
+
return /* @__PURE__ */ jsx(Separator.Root, {
|
|
389
|
+
"data-slot": "separator",
|
|
390
|
+
decorative,
|
|
391
|
+
orientation,
|
|
392
|
+
className: cn(`bg-border shrink-0 data-[orientation=horizontal]:h-px
|
|
393
|
+
data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full
|
|
394
|
+
data-[orientation=vertical]:w-px`, className),
|
|
395
|
+
...props
|
|
396
|
+
});
|
|
397
|
+
}
|
|
398
|
+
|
|
370
399
|
//#endregion
|
|
371
400
|
//#region src/core/field.tsx
|
|
372
401
|
var field_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -381,8 +410,6 @@ var field_exports = /* @__PURE__ */ __exportAll({
|
|
|
381
410
|
FieldSet: () => FieldSet,
|
|
382
411
|
FieldTitle: () => FieldTitle
|
|
383
412
|
});
|
|
384
|
-
const { Label: Label$3 } = label_exports;
|
|
385
|
-
const { Separator: Separator$2 } = separator_exports;
|
|
386
413
|
function FieldSet({ className, ...props }) {
|
|
387
414
|
return /* @__PURE__ */ jsx("fieldset", {
|
|
388
415
|
"data-slot": "field-set",
|
|
@@ -440,7 +467,7 @@ function FieldContent({ className, ...props }) {
|
|
|
440
467
|
});
|
|
441
468
|
}
|
|
442
469
|
function FieldLabel$1({ className, ...props }) {
|
|
443
|
-
return /* @__PURE__ */ jsx(Label$
|
|
470
|
+
return /* @__PURE__ */ jsx(Label$2, {
|
|
444
471
|
"data-slot": "field-label",
|
|
445
472
|
className: cn(`group/field-label peer/field-label flex w-fit gap-2 leading-snug
|
|
446
473
|
group-data-[disabled=true]/field:opacity-50`, `has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col
|
|
@@ -474,7 +501,7 @@ function FieldSeparator({ children, className, ...props }) {
|
|
|
474
501
|
className: cn(`relative -my-2 h-5 text-sm
|
|
475
502
|
group-data-[variant=outline]/field-group:-mb-2`, className),
|
|
476
503
|
...props,
|
|
477
|
-
children: [/* @__PURE__ */ jsx(Separator$
|
|
504
|
+
children: [/* @__PURE__ */ jsx(Separator$1, { className: "absolute inset-0 top-1/2" }), children && /* @__PURE__ */ jsx("span", {
|
|
478
505
|
className: "bg-background text-muted-foreground relative mx-auto block\n w-fit px-2",
|
|
479
506
|
"data-slot": "field-separator-content",
|
|
480
507
|
children
|
|
@@ -522,20 +549,6 @@ function Input$1({ className, type, ...props }) {
|
|
|
522
549
|
});
|
|
523
550
|
}
|
|
524
551
|
|
|
525
|
-
//#endregion
|
|
526
|
-
//#region src/core/label.tsx
|
|
527
|
-
var label_exports = /* @__PURE__ */ __exportAll({ Label: () => Label$2 });
|
|
528
|
-
function Label$2({ className, ...props }) {
|
|
529
|
-
return /* @__PURE__ */ jsx(Label.Root, {
|
|
530
|
-
"data-slot": "label",
|
|
531
|
-
className: cn(`flex items-center gap-2 text-sm leading-none font-medium select-none
|
|
532
|
-
group-data-[disabled=true]:pointer-events-none
|
|
533
|
-
group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed
|
|
534
|
-
peer-disabled:opacity-50`, className),
|
|
535
|
-
...props
|
|
536
|
-
});
|
|
537
|
-
}
|
|
538
|
-
|
|
539
552
|
//#endregion
|
|
540
553
|
//#region src/core/popover.tsx
|
|
541
554
|
var popover_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -788,21 +801,6 @@ function SelectScrollDownButton({ className, ...props }) {
|
|
|
788
801
|
});
|
|
789
802
|
}
|
|
790
803
|
|
|
791
|
-
//#endregion
|
|
792
|
-
//#region src/core/separator.tsx
|
|
793
|
-
var separator_exports = /* @__PURE__ */ __exportAll({ Separator: () => Separator$1 });
|
|
794
|
-
function Separator$1({ className, orientation = "horizontal", decorative = true, ...props }) {
|
|
795
|
-
return /* @__PURE__ */ jsx(Separator.Root, {
|
|
796
|
-
"data-slot": "separator",
|
|
797
|
-
decorative,
|
|
798
|
-
orientation,
|
|
799
|
-
className: cn(`bg-border shrink-0 data-[orientation=horizontal]:h-px
|
|
800
|
-
data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full
|
|
801
|
-
data-[orientation=vertical]:w-px`, className),
|
|
802
|
-
...props
|
|
803
|
-
});
|
|
804
|
-
}
|
|
805
|
-
|
|
806
804
|
//#endregion
|
|
807
805
|
//#region src/core/skeleton.tsx
|
|
808
806
|
var skeleton_exports = /* @__PURE__ */ __exportAll({ Skeleton: () => Skeleton$1 });
|
|
@@ -6157,4 +6155,4 @@ Layout.Sider = Sider_default;
|
|
|
6157
6155
|
var Layout_default = Layout;
|
|
6158
6156
|
|
|
6159
6157
|
//#endregion
|
|
6160
|
-
export {
|
|
6158
|
+
export { select_exports as A, checkbox_exports as B, ColorPicker_default as C, textarea_exports as D, Button_default$1 as E, field_exports as F, accordion_exports as H, separator_exports as I, label_exports as L, progress_exports as M, popover_exports as N, switch_exports as O, input_exports as P, drawer_exports as R, FloatButton_default as S, Checkbox_default as T, button_exports as V, Skeleton_default as _, Drawer_default as a, Progress_default as b, Dropdown_default as c, buildSelectionMap as d, findKey as f, Spin_default as g, Switch_default as h, List_default as i, radio_group_exports as j, skeleton_exports as k, MENU_CLASSNAMES as l, Card_default as m, Swiper_default as n, Space_default as o, Collapse_default as p, Modal_default as r, Marquees_default as s, Layout_default as t, Menu_default as u, Select_default as v, Popover_default as w, Input_default as x, Radio_default as y, dialog_exports as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbpark/ui-kit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "Modern React UI component library built with TypeScript, Tailwind CSS, and Radix UI. Featuring atoms, molecules, organisms and layout templates for building beautiful interfaces.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|