@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/index.d.mts
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
|
-
import { n as Typography } from "./index-
|
|
2
|
-
import { a as MenuProps, r as Menu } from "./index-
|
|
3
|
-
import { a as Reveals } from "./index-
|
|
4
|
-
import
|
|
1
|
+
import { n as Typography } from "./index-D4ifWZXU.mjs";
|
|
2
|
+
import { a as MenuProps, r as Menu } from "./index-CDc8-GhA.mjs";
|
|
3
|
+
import { a as Reveals } from "./index-CsjsTuId.mjs";
|
|
4
|
+
import { _ as Props$27, a as Select$1, s as RadioGroup } from "./index-BPMaWpkp.mjs";
|
|
5
|
+
import * as react0 from "react";
|
|
5
6
|
import React$1, { MouseEvent } from "react";
|
|
6
|
-
import "
|
|
7
|
-
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
8
|
-
import { VariantProps } from "class-variance-authority";
|
|
9
|
-
import "@radix-ui/react-checkbox";
|
|
10
|
-
import "@radix-ui/react-dialog";
|
|
11
|
-
import { Drawer as Drawer$1 } from "vaul";
|
|
12
|
-
import "@radix-ui/react-label";
|
|
13
|
-
import "@radix-ui/react-popover";
|
|
14
|
-
import "@radix-ui/react-progress";
|
|
15
|
-
import { RadioGroup, Select as Select$1 } from "radix-ui";
|
|
16
|
-
import "@radix-ui/react-switch";
|
|
7
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
17
8
|
import * as swiper_react0 from "swiper/react";
|
|
18
9
|
import { SwiperProps } from "swiper/react";
|
|
19
10
|
import "swiper/css";
|
|
@@ -21,38 +12,17 @@ import "swiper/css/autoplay";
|
|
|
21
12
|
import "swiper/css/effect-cards";
|
|
22
13
|
import "swiper/css/navigation";
|
|
23
14
|
import "swiper/css/scrollbar";
|
|
24
|
-
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
25
15
|
import { SwiperOptions } from "swiper/types";
|
|
26
16
|
|
|
27
|
-
//#region src/core/button.d.ts
|
|
28
|
-
declare const buttonVariants: (props?: ({
|
|
29
|
-
variant?: "link" | "outline" | "default" | "destructive" | "secondary" | "ghost" | null | undefined;
|
|
30
|
-
size?: "icon" | "default" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
31
|
-
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
32
|
-
type Props$26 = React$2.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
33
|
-
asChild?: boolean;
|
|
34
|
-
};
|
|
35
|
-
//#endregion
|
|
36
|
-
//#region src/core/radio-group.d.ts
|
|
37
|
-
declare function RadioGroup$1({
|
|
38
|
-
className,
|
|
39
|
-
...props
|
|
40
|
-
}: React$2.ComponentProps<typeof RadioGroup.Root>): react_jsx_runtime62.JSX.Element;
|
|
41
|
-
//#endregion
|
|
42
|
-
//#region src/core/select.d.ts
|
|
43
|
-
declare function Select$2({
|
|
44
|
-
...props
|
|
45
|
-
}: React$2.ComponentProps<typeof Select$1.Root>): react_jsx_runtime62.JSX.Element;
|
|
46
|
-
//#endregion
|
|
47
17
|
//#region src/components/atoms/Button/index.d.ts
|
|
48
|
-
type ButtonProps = Props$
|
|
18
|
+
type ButtonProps = Props$27;
|
|
49
19
|
type PresetColors = 'blue' | 'purple' | 'cyan' | 'green' | 'magenta' | 'pink' | 'red' | 'orange' | 'yellow' | 'volcano' | 'geekblue' | 'lime' | 'gold';
|
|
50
|
-
interface Props$
|
|
20
|
+
interface Props$26 extends Omit<ButtonProps, 'size' | 'variant'> {
|
|
51
21
|
icon?: React.ReactNode;
|
|
52
22
|
block?: boolean;
|
|
53
23
|
danger?: boolean;
|
|
54
24
|
disabled?: boolean;
|
|
55
|
-
size?: 'small' | '
|
|
25
|
+
size?: 'small' | 'middle' | 'large';
|
|
56
26
|
variant?: 'solid' | 'outlined' | 'dashed' | 'filled' | 'text' | 'link';
|
|
57
27
|
color?: PresetColors | 'default' | 'primary' | 'danger';
|
|
58
28
|
loading?: boolean | {
|
|
@@ -72,31 +42,32 @@ declare const Button: ({
|
|
|
72
42
|
children,
|
|
73
43
|
onMouseDown,
|
|
74
44
|
...props
|
|
75
|
-
}: Props$
|
|
45
|
+
}: Props$26) => react_jsx_runtime80.JSX.Element;
|
|
76
46
|
//#endregion
|
|
77
47
|
//#region src/components/atoms/Checkbox/Group/index.d.ts
|
|
78
|
-
type Option$
|
|
48
|
+
type Option$2 = {
|
|
79
49
|
label: string;
|
|
80
|
-
value: OptionValue;
|
|
50
|
+
value: OptionValue$1;
|
|
81
51
|
};
|
|
82
|
-
type Options = string[] | number[] | boolean[] | Option$
|
|
83
|
-
interface Props$
|
|
84
|
-
options?: Options;
|
|
85
|
-
|
|
52
|
+
type Options$1 = string[] | number[] | boolean[] | Option$2[];
|
|
53
|
+
interface Props$25 extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange' | 'defaultValue' | 'value'> {
|
|
54
|
+
options?: Options$1;
|
|
55
|
+
orientation?: 'vertical' | 'horizontal';
|
|
86
56
|
placement?: 'left' | 'right';
|
|
87
57
|
classNames?: Record<string, string>;
|
|
88
|
-
defaultValue?: OptionValue[];
|
|
89
|
-
value?: OptionValue[];
|
|
90
|
-
onChange?: (values: OptionValue[]) => void;
|
|
58
|
+
defaultValue?: OptionValue$1[];
|
|
59
|
+
value?: OptionValue$1[];
|
|
60
|
+
onChange?: (values: OptionValue$1[]) => void;
|
|
91
61
|
}
|
|
92
62
|
//#endregion
|
|
93
63
|
//#region src/components/atoms/Checkbox/index.d.ts
|
|
94
|
-
type OptionValue = string | number | boolean;
|
|
95
|
-
interface Props$
|
|
96
|
-
placement?:
|
|
64
|
+
type OptionValue$1 = string | number | boolean;
|
|
65
|
+
interface Props$24 extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
66
|
+
placement?: 'left' | 'right';
|
|
97
67
|
defaultChecked?: boolean;
|
|
98
68
|
checked?: boolean;
|
|
99
|
-
value?: OptionValue;
|
|
69
|
+
value?: OptionValue$1;
|
|
70
|
+
disabled?: boolean;
|
|
100
71
|
icons?: {
|
|
101
72
|
checked: React.ReactNode;
|
|
102
73
|
unchecked: React.ReactNode;
|
|
@@ -111,13 +82,14 @@ declare const Checkbox: {
|
|
|
111
82
|
children,
|
|
112
83
|
className,
|
|
113
84
|
icons,
|
|
85
|
+
disabled,
|
|
114
86
|
defaultChecked,
|
|
115
87
|
checked: _checked,
|
|
116
88
|
onChange: _onChange,
|
|
117
89
|
...props
|
|
118
|
-
}: Props$
|
|
90
|
+
}: Props$24): react_jsx_runtime80.JSX.Element;
|
|
119
91
|
Group: ({
|
|
120
|
-
|
|
92
|
+
orientation,
|
|
121
93
|
placement,
|
|
122
94
|
className,
|
|
123
95
|
classNames,
|
|
@@ -125,11 +97,11 @@ declare const Checkbox: {
|
|
|
125
97
|
defaultValue,
|
|
126
98
|
value: _value,
|
|
127
99
|
onChange: _onChange
|
|
128
|
-
}: Props$
|
|
100
|
+
}: Props$25) => react_jsx_runtime80.JSX.Element;
|
|
129
101
|
};
|
|
130
102
|
//#endregion
|
|
131
103
|
//#region src/components/atoms/ColorPicker/index.d.ts
|
|
132
|
-
interface Props$
|
|
104
|
+
interface Props$23 {
|
|
133
105
|
defaultValue?: string;
|
|
134
106
|
value?: string;
|
|
135
107
|
showText?: boolean;
|
|
@@ -140,32 +112,32 @@ declare const ColorPicker: ({
|
|
|
140
112
|
value: _value,
|
|
141
113
|
showText,
|
|
142
114
|
onChange: _onChange
|
|
143
|
-
}: Props$
|
|
115
|
+
}: Props$23) => react_jsx_runtime80.JSX.Element;
|
|
144
116
|
//#endregion
|
|
145
117
|
//#region src/components/atoms/FloatButton/BackTop/index.d.ts
|
|
146
|
-
interface Props$
|
|
118
|
+
interface Props$22 extends Props$26 {
|
|
147
119
|
visibilityHeight?: number;
|
|
148
120
|
onClick?: (e: MouseEvent<HTMLElement>) => void;
|
|
149
121
|
}
|
|
150
122
|
//#endregion
|
|
151
123
|
//#region src/components/atoms/FloatButton/index.d.ts
|
|
152
|
-
interface Props$
|
|
124
|
+
interface Props$21 extends Props$26 {}
|
|
153
125
|
declare const FloatButton: {
|
|
154
126
|
({
|
|
155
127
|
className,
|
|
156
128
|
children,
|
|
157
129
|
...props
|
|
158
|
-
}: Props$
|
|
130
|
+
}: Props$21): react_jsx_runtime80.JSX.Element;
|
|
159
131
|
BackTop: ({
|
|
160
132
|
visibilityHeight,
|
|
161
133
|
className,
|
|
162
134
|
onClick,
|
|
163
135
|
...props
|
|
164
|
-
}: Props$
|
|
136
|
+
}: Props$22) => react_jsx_runtime80.JSX.Element;
|
|
165
137
|
};
|
|
166
138
|
//#endregion
|
|
167
139
|
//#region src/components/atoms/Input/Search/index.d.ts
|
|
168
|
-
interface Props$
|
|
140
|
+
interface Props$20 extends React.ComponentPropsWithRef<'input'> {
|
|
169
141
|
allowClear?: boolean;
|
|
170
142
|
onChange?: (e: React.ChangeEvent<HTMLInputElement> | {
|
|
171
143
|
target: {
|
|
@@ -179,7 +151,7 @@ interface Props$19 extends React.ComponentPropsWithRef<'input'> {
|
|
|
179
151
|
declare const Input: {
|
|
180
152
|
({
|
|
181
153
|
...props
|
|
182
|
-
}: React.ComponentPropsWithoutRef<"input">):
|
|
154
|
+
}: React.ComponentPropsWithoutRef<"input">): react_jsx_runtime80.JSX.Element;
|
|
183
155
|
Search: {
|
|
184
156
|
({
|
|
185
157
|
ref,
|
|
@@ -190,19 +162,19 @@ declare const Input: {
|
|
|
190
162
|
onChange,
|
|
191
163
|
onSearch: _onSearch,
|
|
192
164
|
...props
|
|
193
|
-
}: Props$
|
|
165
|
+
}: Props$20): react_jsx_runtime80.JSX.Element;
|
|
194
166
|
displayName: string;
|
|
195
167
|
};
|
|
196
168
|
TextArea: ({
|
|
197
169
|
className,
|
|
198
170
|
ref,
|
|
199
171
|
...props
|
|
200
|
-
}: React.ComponentPropsWithRef<"textarea">) =>
|
|
172
|
+
}: React.ComponentPropsWithRef<"textarea">) => react_jsx_runtime80.JSX.Element;
|
|
201
173
|
};
|
|
202
174
|
//#endregion
|
|
203
175
|
//#region src/components/atoms/Popover/index.d.ts
|
|
204
176
|
type Placement = 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
|
|
205
|
-
interface Props$
|
|
177
|
+
interface Props$19 extends Omit<React.ComponentPropsWithoutRef<'div'>, 'title' | 'content'> {
|
|
206
178
|
title?: React.ReactNode;
|
|
207
179
|
placement?: Placement;
|
|
208
180
|
content: React.ReactNode;
|
|
@@ -213,10 +185,10 @@ declare const Popover: ({
|
|
|
213
185
|
className,
|
|
214
186
|
content,
|
|
215
187
|
children
|
|
216
|
-
}: Props$
|
|
188
|
+
}: Props$19) => react_jsx_runtime80.JSX.Element;
|
|
217
189
|
//#endregion
|
|
218
190
|
//#region src/components/atoms/Progress/index.d.ts
|
|
219
|
-
interface Props$
|
|
191
|
+
interface Props$18 extends React.ComponentPropsWithoutRef<'div'> {
|
|
220
192
|
value: number;
|
|
221
193
|
direction?: 'horizontal' | 'vertical';
|
|
222
194
|
classNames?: {
|
|
@@ -229,17 +201,66 @@ declare const Progress: ({
|
|
|
229
201
|
className,
|
|
230
202
|
direction,
|
|
231
203
|
classNames
|
|
232
|
-
}: Props$
|
|
204
|
+
}: Props$18) => react_jsx_runtime80.JSX.Element;
|
|
205
|
+
//#endregion
|
|
206
|
+
//#region src/components/atoms/Radio/Group/index.d.ts
|
|
207
|
+
type Option$1 = {
|
|
208
|
+
label: string;
|
|
209
|
+
value: OptionValue;
|
|
210
|
+
};
|
|
211
|
+
type Options = string[] | number[] | boolean[] | Option$1[];
|
|
212
|
+
interface Props$17 extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange' | 'defaultValue' | 'value'> {
|
|
213
|
+
options?: Options;
|
|
214
|
+
orientation?: 'vertical' | 'horizontal';
|
|
215
|
+
placement?: 'left' | 'right';
|
|
216
|
+
classNames?: Record<string, string>;
|
|
217
|
+
defaultValue?: OptionValue;
|
|
218
|
+
value?: OptionValue;
|
|
219
|
+
onChange?: (value: OptionValue) => void;
|
|
220
|
+
}
|
|
233
221
|
//#endregion
|
|
234
222
|
//#region src/components/atoms/Radio/index.d.ts
|
|
235
|
-
declare const Core$1: typeof RadioGroup
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
223
|
+
declare const Core$1: typeof RadioGroup;
|
|
224
|
+
type OptionValue = string | number | boolean;
|
|
225
|
+
interface Props$16 extends Omit<React.ComponentPropsWithoutRef<typeof Core$1>, 'onChange' | 'value'> {
|
|
226
|
+
placement?: 'left' | 'right';
|
|
227
|
+
defaultChecked?: boolean;
|
|
228
|
+
checked?: boolean;
|
|
229
|
+
value?: OptionValue;
|
|
230
|
+
disabled?: boolean;
|
|
231
|
+
icons?: {
|
|
232
|
+
checked: React.ReactNode;
|
|
233
|
+
unchecked: React.ReactNode;
|
|
234
|
+
};
|
|
235
|
+
onChange?: (checked: boolean) => void;
|
|
236
|
+
}
|
|
237
|
+
declare const Radio: {
|
|
238
|
+
({
|
|
239
|
+
placement,
|
|
240
|
+
value,
|
|
241
|
+
children,
|
|
242
|
+
className,
|
|
243
|
+
icons,
|
|
244
|
+
disabled,
|
|
245
|
+
defaultChecked,
|
|
246
|
+
checked: _checked,
|
|
247
|
+
onChange: _onChange,
|
|
248
|
+
...props
|
|
249
|
+
}: Props$16): react_jsx_runtime80.JSX.Element;
|
|
250
|
+
Group: ({
|
|
251
|
+
orientation,
|
|
252
|
+
placement,
|
|
253
|
+
className,
|
|
254
|
+
classNames,
|
|
255
|
+
options: _options,
|
|
256
|
+
defaultValue,
|
|
257
|
+
value: _value,
|
|
258
|
+
onChange: _onChange
|
|
259
|
+
}: Props$17) => react_jsx_runtime80.JSX.Element;
|
|
260
|
+
};
|
|
240
261
|
//#endregion
|
|
241
262
|
//#region src/components/atoms/Select/index.d.ts
|
|
242
|
-
declare const Core: typeof Select$
|
|
263
|
+
declare const Core: typeof Select$1;
|
|
243
264
|
interface Option {
|
|
244
265
|
label: React$1.ReactNode;
|
|
245
266
|
value: string;
|
|
@@ -260,7 +281,7 @@ declare const Select: ({
|
|
|
260
281
|
options,
|
|
261
282
|
onChange,
|
|
262
283
|
...props
|
|
263
|
-
}: Props$15) =>
|
|
284
|
+
}: Props$15) => react_jsx_runtime80.JSX.Element;
|
|
264
285
|
//#endregion
|
|
265
286
|
//#region src/components/atoms/Skeleton/index.d.ts
|
|
266
287
|
interface Props$14 extends React.ComponentPropsWithoutRef<'div'> {
|
|
@@ -295,15 +316,15 @@ declare const Skeleton: {
|
|
|
295
316
|
height,
|
|
296
317
|
children,
|
|
297
318
|
...props
|
|
298
|
-
}: Props$14): string | number | bigint | boolean | Iterable<
|
|
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_runtime80.JSX.Element | null | undefined;
|
|
299
320
|
Button: ({
|
|
300
321
|
className,
|
|
301
322
|
...props
|
|
302
|
-
}: Props$14) =>
|
|
323
|
+
}: Props$14) => react_jsx_runtime80.JSX.Element;
|
|
303
324
|
Node: ({
|
|
304
325
|
className,
|
|
305
326
|
...props
|
|
306
|
-
}: Props$14) =>
|
|
327
|
+
}: Props$14) => react_jsx_runtime80.JSX.Element;
|
|
307
328
|
};
|
|
308
329
|
//#endregion
|
|
309
330
|
//#region src/components/atoms/Spin/index.d.ts
|
|
@@ -314,7 +335,7 @@ declare const Spin: ({
|
|
|
314
335
|
spinning,
|
|
315
336
|
className,
|
|
316
337
|
...props
|
|
317
|
-
}: Props$13) =>
|
|
338
|
+
}: Props$13) => react_jsx_runtime80.JSX.Element | null;
|
|
318
339
|
//#endregion
|
|
319
340
|
//#region src/components/atoms/Switch/index.d.ts
|
|
320
341
|
interface Props$12 extends Omit<React.ComponentPropsWithoutRef<'button'>, 'onChange'> {
|
|
@@ -334,7 +355,7 @@ declare const Switch: ({
|
|
|
334
355
|
checked: _checked,
|
|
335
356
|
onChange: _onChange,
|
|
336
357
|
...props
|
|
337
|
-
}: Props$12) =>
|
|
358
|
+
}: Props$12) => react_jsx_runtime80.JSX.Element;
|
|
338
359
|
//#endregion
|
|
339
360
|
//#region src/components/molecules/Card/index.d.ts
|
|
340
361
|
interface Props$11 extends Omit<React.ComponentPropsWithRef<'div'>, 'title'> {
|
|
@@ -352,7 +373,7 @@ declare const Card: ({
|
|
|
352
373
|
classNames,
|
|
353
374
|
variant,
|
|
354
375
|
...props
|
|
355
|
-
}: Props$11) =>
|
|
376
|
+
}: Props$11) => react_jsx_runtime80.JSX.Element;
|
|
356
377
|
//#endregion
|
|
357
378
|
//#region src/components/molecules/Collapse/index.d.ts
|
|
358
379
|
interface Item {
|
|
@@ -383,7 +404,7 @@ declare const Collapse: ({
|
|
|
383
404
|
defaultActiveKey,
|
|
384
405
|
activeKey: _activeKey,
|
|
385
406
|
onChange: _onChange
|
|
386
|
-
}: Props$10) =>
|
|
407
|
+
}: Props$10) => react_jsx_runtime80.JSX.Element;
|
|
387
408
|
//#endregion
|
|
388
409
|
//#region src/components/molecules/Dropdown/index.d.ts
|
|
389
410
|
type ChangeEventHandler = (open: boolean) => void;
|
|
@@ -401,7 +422,7 @@ declare const Dropdown: ({
|
|
|
401
422
|
open: _open,
|
|
402
423
|
onOpenChange: _onOpenChange,
|
|
403
424
|
...props
|
|
404
|
-
}: Props$9) =>
|
|
425
|
+
}: Props$9) => react_jsx_runtime80.JSX.Element;
|
|
405
426
|
//#endregion
|
|
406
427
|
//#region src/components/molecules/Marquees/Item/index.d.ts
|
|
407
428
|
interface ItemProps {
|
|
@@ -431,7 +452,7 @@ declare const Marquees: {
|
|
|
431
452
|
pauseOnHover,
|
|
432
453
|
autoFill,
|
|
433
454
|
...props
|
|
434
|
-
}: Props$7):
|
|
455
|
+
}: Props$7): react_jsx_runtime80.JSX.Element;
|
|
435
456
|
Item: ({
|
|
436
457
|
width: _width,
|
|
437
458
|
speed,
|
|
@@ -439,7 +460,7 @@ declare const Marquees: {
|
|
|
439
460
|
pause: _pause,
|
|
440
461
|
pauseOnHover,
|
|
441
462
|
children
|
|
442
|
-
}: Props$8) =>
|
|
463
|
+
}: Props$8) => react_jsx_runtime80.JSX.Element;
|
|
443
464
|
};
|
|
444
465
|
//#endregion
|
|
445
466
|
//#region src/components/molecules/Space/index.d.ts
|
|
@@ -470,7 +491,7 @@ declare const Space: ({
|
|
|
470
491
|
hidden,
|
|
471
492
|
style,
|
|
472
493
|
...props
|
|
473
|
-
}: Props$6) =>
|
|
494
|
+
}: Props$6) => react_jsx_runtime80.JSX.Element;
|
|
474
495
|
//#endregion
|
|
475
496
|
//#region src/components/organisms/Drawer/index.d.ts
|
|
476
497
|
interface Props$5 {
|
|
@@ -520,7 +541,7 @@ declare const Drawer: ({
|
|
|
520
541
|
container,
|
|
521
542
|
onClose,
|
|
522
543
|
...props
|
|
523
|
-
}: Props$5) =>
|
|
544
|
+
}: Props$5) => react_jsx_runtime80.JSX.Element | null;
|
|
524
545
|
//#endregion
|
|
525
546
|
//#region src/components/organisms/List/index.d.ts
|
|
526
547
|
interface Props$4<T> extends Omit<React$1.ComponentPropsWithoutRef<'div'>, 'title'> {
|
|
@@ -559,12 +580,12 @@ declare const List: {
|
|
|
559
580
|
classNames,
|
|
560
581
|
renderItem,
|
|
561
582
|
...props
|
|
562
|
-
}: 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_runtime80.JSX.Element;
|
|
563
584
|
Item: ({
|
|
564
585
|
children,
|
|
565
586
|
className,
|
|
566
587
|
...props
|
|
567
|
-
}: React$1.ComponentPropsWithoutRef<"div">) =>
|
|
588
|
+
}: React$1.ComponentPropsWithoutRef<"div">) => react_jsx_runtime80.JSX.Element;
|
|
568
589
|
};
|
|
569
590
|
//#endregion
|
|
570
591
|
//#region src/components/organisms/Modal/index.d.ts
|
|
@@ -618,7 +639,7 @@ declare const Modal: {
|
|
|
618
639
|
onOk,
|
|
619
640
|
onCancel,
|
|
620
641
|
...props
|
|
621
|
-
}: Props$3):
|
|
642
|
+
}: Props$3): react_jsx_runtime80.JSX.Element | null;
|
|
622
643
|
destroy(id?: string): void;
|
|
623
644
|
destroyAll(): void;
|
|
624
645
|
info(props: StaticProps): string | undefined;
|
|
@@ -647,13 +668,13 @@ declare const Swiper: {
|
|
|
647
668
|
renderItem,
|
|
648
669
|
loadingClassName,
|
|
649
670
|
...props
|
|
650
|
-
}: Props$2<T>):
|
|
671
|
+
}: Props$2<T>): react_jsx_runtime80.JSX.Element;
|
|
651
672
|
Slide: {
|
|
652
673
|
({
|
|
653
674
|
children,
|
|
654
675
|
className,
|
|
655
676
|
...props
|
|
656
|
-
}: swiper_react0.SwiperSlideProps):
|
|
677
|
+
}: swiper_react0.SwiperSlideProps): react_jsx_runtime80.JSX.Element;
|
|
657
678
|
displayName: string;
|
|
658
679
|
};
|
|
659
680
|
};
|
|
@@ -668,27 +689,27 @@ declare const Layout: {
|
|
|
668
689
|
children,
|
|
669
690
|
className,
|
|
670
691
|
...props
|
|
671
|
-
}: Props):
|
|
692
|
+
}: Props): react_jsx_runtime80.JSX.Element;
|
|
672
693
|
Content: ({
|
|
673
694
|
children,
|
|
674
695
|
className,
|
|
675
696
|
...props
|
|
676
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
697
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime80.JSX.Element;
|
|
677
698
|
Footer: ({
|
|
678
699
|
children,
|
|
679
700
|
className,
|
|
680
701
|
...props
|
|
681
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
702
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime80.JSX.Element;
|
|
682
703
|
Header: ({
|
|
683
704
|
children,
|
|
684
705
|
className,
|
|
685
706
|
...props
|
|
686
|
-
}: Props$1) =>
|
|
707
|
+
}: Props$1) => react_jsx_runtime80.JSX.Element;
|
|
687
708
|
Sider: ({
|
|
688
709
|
children,
|
|
689
710
|
className,
|
|
690
711
|
...props
|
|
691
|
-
}: React.ComponentPropsWithoutRef<"div">) =>
|
|
712
|
+
}: React.ComponentPropsWithoutRef<"div">) => react_jsx_runtime80.JSX.Element;
|
|
692
713
|
};
|
|
693
714
|
//#endregion
|
|
694
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,6 +1,6 @@
|
|
|
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-
|
|
2
|
-
import "./utils-
|
|
3
|
-
import { t as Typography_default } from "./Typography-
|
|
4
|
-
import { i as Reveals_default } from "./Reveals-
|
|
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-Bg0-gM1s.mjs";
|
|
2
|
+
import "./utils-1s_37TSX.mjs";
|
|
3
|
+
import { t as Typography_default } from "./Typography-Dznhj8uL.mjs";
|
|
4
|
+
import { i as Reveals_default } from "./Reveals-Cqo3i2hh.mjs";
|
|
5
5
|
|
|
6
6
|
export { Button_default as Button, Card_default as Card, Checkbox_default as Checkbox, Collapse_default as Collapse, ColorPicker_default as ColorPicker, Drawer_default as Drawer, Dropdown_default as Dropdown, FloatButton_default as FloatButton, Input_default as Input, Layout_default as Layout, List_default as List, Marquees_default as Marquees, Menu_default as Menu, Modal_default as Modal, Popover_default as Popover, Progress_default as Progress, Radio_default as Radio, Reveals_default as Reveals, Select_default as Select, Skeleton_default as Skeleton, Space_default as Space, Spin_default as Spin, Swiper_default as Swiper, Switch_default as Switch, Typography_default as Typography };
|