@jbpark/ui-kit 1.0.0 → 1.0.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.cts CHANGED
@@ -1,2 +1,2 @@
1
- import { a as findKey, i as MenuProps, n as Menu, r as MenuItem, t as ClickEventHandler } from "./index-D1Bkn0Xy.cjs";
1
+ import { a as findKey, i as MenuProps, n as Menu, r as MenuItem, t as ClickEventHandler } from "./index-Dp-UySKK.cjs";
2
2
  export { ClickEventHandler, MenuItem, MenuProps, Menu as default, findKey };
@@ -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-CdyEmwZC.cjs";
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-D7EnrVpQ.cjs";
2
2
  export { CASCADE, DELAY, DURATION, Item, ItemProps, Props as RevealsProps, Reveals as default };
@@ -1,2 +1,2 @@
1
- import { a as Paragraph, i as Text, n as TypographyProps, o as Link, r as Title, t as Typography } from "./index-Cu2qFRc3.cjs";
1
+ import { a as Paragraph, i as Text, n as TypographyProps, o as Link, r as Title, t as Typography } from "./index-ZEmF1yp8.cjs";
2
2
  export { Link, Paragraph, Text, Title, TypographyProps, Typography as default };
@@ -1,2 +1,2 @@
1
- import { a as Paragraph, i as Text, n as TypographyProps, o as Link, r as Title, t as Typography } from "./index-BqaluEQ4.mjs";
1
+ import { a as Paragraph, i as Text, n as TypographyProps, o as Link, r as Title, t as Typography } from "./index-DX9rV4ki.mjs";
2
2
  export { Link, Paragraph, Text, Title, TypographyProps, Typography as default };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime11 from "react/jsx-runtime";
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) => react_jsx_runtime11.JSX.Element;
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.HTMLAttributes<HTMLDivElement>, ItemProps {
@@ -79,7 +79,7 @@ declare const Reveals: {
79
79
  duration,
80
80
  delay,
81
81
  ...props
82
- }: Props): react_jsx_runtime11.JSX.Element;
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) => react_jsx_runtime11.JSX.Element;
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 react_jsx_runtime8 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/atoms/Typography/Link/index.d.ts
4
4
  interface Props$3 extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
@@ -9,7 +9,7 @@ declare const Link: ({
9
9
  className,
10
10
  level,
11
11
  ...props
12
- }: Props$3) => react_jsx_runtime8.JSX.Element;
12
+ }: Props$3) => react_jsx_runtime7.JSX.Element;
13
13
  //#endregion
14
14
  //#region src/components/atoms/Typography/Paragraph/index.d.ts
15
15
  interface Props$2 extends TypographyProps {}
@@ -18,7 +18,7 @@ declare const Paragraph: ({
18
18
  className,
19
19
  level,
20
20
  ...props
21
- }: Props$2) => react_jsx_runtime8.JSX.Element;
21
+ }: Props$2) => react_jsx_runtime7.JSX.Element;
22
22
  //#endregion
23
23
  //#region src/components/atoms/Typography/Text/index.d.ts
24
24
  interface Props$1 extends TypographyProps {
@@ -32,7 +32,7 @@ declare const Text: ({
32
32
  className,
33
33
  level,
34
34
  ...props
35
- }: Props$1) => react_jsx_runtime8.JSX.Element;
35
+ }: Props$1) => react_jsx_runtime7.JSX.Element;
36
36
  //#endregion
37
37
  //#region src/components/atoms/Typography/Title/index.d.ts
38
38
  interface Props extends TypographyProps {}
@@ -41,7 +41,7 @@ declare const Title: ({
41
41
  level,
42
42
  className,
43
43
  ...props
44
- }: Props) => react_jsx_runtime8.JSX.Element;
44
+ }: Props) => react_jsx_runtime7.JSX.Element;
45
45
  //#endregion
46
46
  //#region src/components/atoms/Typography/index.d.ts
47
47
  interface TypographyProps extends React.HTMLAttributes<HTMLElement> {
@@ -51,19 +51,19 @@ declare const Typography: {
51
51
  ({
52
52
  children,
53
53
  ...props
54
- }: TypographyProps): react_jsx_runtime8.JSX.Element;
54
+ }: TypographyProps): react_jsx_runtime7.JSX.Element;
55
55
  Link: ({
56
56
  children,
57
57
  className,
58
58
  level,
59
59
  ...props
60
- }: Props$3) => react_jsx_runtime8.JSX.Element;
60
+ }: Props$3) => react_jsx_runtime7.JSX.Element;
61
61
  Paragraph: ({
62
62
  children,
63
63
  className,
64
64
  level,
65
65
  ...props
66
- }: Props$2) => react_jsx_runtime8.JSX.Element;
66
+ }: Props$2) => react_jsx_runtime7.JSX.Element;
67
67
  Text: ({
68
68
  children,
69
69
  underline,
@@ -71,13 +71,13 @@ declare const Typography: {
71
71
  className,
72
72
  level,
73
73
  ...props
74
- }: Props$1) => react_jsx_runtime8.JSX.Element;
74
+ }: Props$1) => react_jsx_runtime7.JSX.Element;
75
75
  Title: ({
76
76
  children,
77
77
  level,
78
78
  className,
79
79
  ...props
80
- }: Props) => react_jsx_runtime8.JSX.Element;
80
+ }: Props) => react_jsx_runtime7.JSX.Element;
81
81
  };
82
82
  //#endregion
83
83
  export { Paragraph as a, Text as i, TypographyProps as n, Link as o, Title as r, Typography as t };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime6 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/molecules/Menu/index.d.ts
4
4
  interface MenuItem {
@@ -54,6 +54,6 @@ declare const Menu: ({
54
54
  inlineOffset,
55
55
  onClick,
56
56
  ...props
57
- }: MenuProps) => react_jsx_runtime6.JSX.Element;
57
+ }: MenuProps) => react_jsx_runtime1.JSX.Element;
58
58
  //#endregion
59
59
  export { findKey as a, MenuProps as i, Menu as n, MenuItem as r, ClickEventHandler as t };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime10 from "react/jsx-runtime";
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$3 extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
@@ -9,7 +9,7 @@ declare const Link: ({
9
9
  className,
10
10
  level,
11
11
  ...props
12
- }: Props$3) => react_jsx_runtime10.JSX.Element;
12
+ }: Props$3) => react_jsx_runtime9.JSX.Element;
13
13
  //#endregion
14
14
  //#region src/components/atoms/Typography/Paragraph/index.d.ts
15
15
  interface Props$2 extends TypographyProps {}
@@ -18,7 +18,7 @@ declare const Paragraph: ({
18
18
  className,
19
19
  level,
20
20
  ...props
21
- }: Props$2) => react_jsx_runtime10.JSX.Element;
21
+ }: Props$2) => react_jsx_runtime9.JSX.Element;
22
22
  //#endregion
23
23
  //#region src/components/atoms/Typography/Text/index.d.ts
24
24
  interface Props$1 extends TypographyProps {
@@ -32,7 +32,7 @@ declare const Text: ({
32
32
  className,
33
33
  level,
34
34
  ...props
35
- }: Props$1) => react_jsx_runtime10.JSX.Element;
35
+ }: Props$1) => react_jsx_runtime9.JSX.Element;
36
36
  //#endregion
37
37
  //#region src/components/atoms/Typography/Title/index.d.ts
38
38
  interface Props extends TypographyProps {}
@@ -41,7 +41,7 @@ declare const Title: ({
41
41
  level,
42
42
  className,
43
43
  ...props
44
- }: Props) => react_jsx_runtime10.JSX.Element;
44
+ }: Props) => react_jsx_runtime9.JSX.Element;
45
45
  //#endregion
46
46
  //#region src/components/atoms/Typography/index.d.ts
47
47
  interface TypographyProps extends React.HTMLAttributes<HTMLElement> {
@@ -51,19 +51,19 @@ declare const Typography: {
51
51
  ({
52
52
  children,
53
53
  ...props
54
- }: TypographyProps): react_jsx_runtime10.JSX.Element;
54
+ }: TypographyProps): react_jsx_runtime9.JSX.Element;
55
55
  Link: ({
56
56
  children,
57
57
  className,
58
58
  level,
59
59
  ...props
60
- }: Props$3) => react_jsx_runtime10.JSX.Element;
60
+ }: Props$3) => react_jsx_runtime9.JSX.Element;
61
61
  Paragraph: ({
62
62
  children,
63
63
  className,
64
64
  level,
65
65
  ...props
66
- }: Props$2) => react_jsx_runtime10.JSX.Element;
66
+ }: Props$2) => react_jsx_runtime9.JSX.Element;
67
67
  Text: ({
68
68
  children,
69
69
  underline,
@@ -71,13 +71,13 @@ declare const Typography: {
71
71
  className,
72
72
  level,
73
73
  ...props
74
- }: Props$1) => react_jsx_runtime10.JSX.Element;
74
+ }: Props$1) => react_jsx_runtime9.JSX.Element;
75
75
  Title: ({
76
76
  children,
77
77
  level,
78
78
  className,
79
79
  ...props
80
- }: Props) => react_jsx_runtime10.JSX.Element;
80
+ }: Props) => react_jsx_runtime9.JSX.Element;
81
81
  };
82
82
  //#endregion
83
83
  export { Paragraph as a, Text as i, TypographyProps as n, Link as o, Title as r, Typography as t };
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- import { t as Typography } from "./index-Cu2qFRc3.cjs";
2
- import { i as MenuProps, n as Menu } from "./index-D1Bkn0Xy.cjs";
3
- import { a as Reveals } from "./index-CdyEmwZC.cjs";
4
- import * as react_jsx_runtime17 from "react/jsx-runtime";
1
+ import { t as Typography } from "./index-ZEmF1yp8.cjs";
2
+ import { i as MenuProps, n as Menu } from "./index-Dp-UySKK.cjs";
3
+ import { a as Reveals } from "./index-D7EnrVpQ.cjs";
4
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
5
5
  import * as class_variance_authority_types0 from "class-variance-authority/types";
6
6
  import * as React$2 from "react";
7
7
  import React$1, { HTMLAttributes, MouseEvent } from "react";
@@ -38,7 +38,7 @@ declare const Button: ({
38
38
  children,
39
39
  onMouseDown,
40
40
  ...props
41
- }: Props$19) => react_jsx_runtime17.JSX.Element;
41
+ }: Props$19) => react_jsx_runtime12.JSX.Element;
42
42
  //#endregion
43
43
  //#region src/components/atoms/Checkbox/Group/index.d.ts
44
44
  type Option = {
@@ -72,7 +72,7 @@ declare const Checkbox: {
72
72
  checked: _checked,
73
73
  onChange: _onChange,
74
74
  ...props
75
- }: Props$17): react_jsx_runtime17.JSX.Element;
75
+ }: Props$17): react_jsx_runtime12.JSX.Element;
76
76
  Group: ({
77
77
  direction,
78
78
  placement,
@@ -80,7 +80,7 @@ declare const Checkbox: {
80
80
  classNames,
81
81
  options: _options,
82
82
  onChange
83
- }: Props$18) => react_jsx_runtime17.JSX.Element;
83
+ }: Props$18) => react_jsx_runtime12.JSX.Element;
84
84
  };
85
85
  //#endregion
86
86
  //#region src/components/atoms/FloatButton/BackTop/index.d.ts
@@ -96,13 +96,13 @@ declare const FloatButton: {
96
96
  className,
97
97
  children,
98
98
  ...props
99
- }: Props$15): react_jsx_runtime17.JSX.Element;
99
+ }: Props$15): react_jsx_runtime12.JSX.Element;
100
100
  BackTop: ({
101
101
  visibilityHeight,
102
102
  className,
103
103
  onClick,
104
104
  ...props
105
- }: Props$16) => react_jsx_runtime17.JSX.Element;
105
+ }: Props$16) => react_jsx_runtime12.JSX.Element;
106
106
  };
107
107
  //#endregion
108
108
  //#region src/components/atoms/Progress/index.d.ts
@@ -119,7 +119,7 @@ declare const Progress: ({
119
119
  className,
120
120
  direction,
121
121
  classNames
122
- }: Props$14) => react_jsx_runtime17.JSX.Element;
122
+ }: Props$14) => react_jsx_runtime12.JSX.Element;
123
123
  //#endregion
124
124
  //#region src/components/atoms/Skeleton/index.d.ts
125
125
  interface Props$13 extends React.HTMLAttributes<HTMLDivElement> {
@@ -154,15 +154,15 @@ declare const Skeleton: {
154
154
  height,
155
155
  children,
156
156
  ...props
157
- }: Props$13): string | number | bigint | boolean | Iterable<React$2.ReactNode> | Promise<string | number | bigint | boolean | React$2.ReactPortal | React$2.ReactElement<unknown, string | React$2.JSXElementConstructor<any>> | Iterable<React$2.ReactNode> | null | undefined> | react_jsx_runtime17.JSX.Element | null | undefined;
157
+ }: Props$13): string | number | bigint | boolean | Iterable<React$2.ReactNode> | Promise<string | number | bigint | boolean | React$2.ReactPortal | React$2.ReactElement<unknown, string | React$2.JSXElementConstructor<any>> | Iterable<React$2.ReactNode> | null | undefined> | react_jsx_runtime12.JSX.Element | null | undefined;
158
158
  Button: ({
159
159
  className,
160
160
  ...props
161
- }: Props$13) => react_jsx_runtime17.JSX.Element;
161
+ }: Props$13) => react_jsx_runtime12.JSX.Element;
162
162
  Node: ({
163
163
  className,
164
164
  ...props
165
- }: Props$13) => react_jsx_runtime17.JSX.Element;
165
+ }: Props$13) => react_jsx_runtime12.JSX.Element;
166
166
  };
167
167
  //#endregion
168
168
  //#region src/components/atoms/Spin/index.d.ts
@@ -173,7 +173,7 @@ declare const Spin: ({
173
173
  spinning,
174
174
  className,
175
175
  ...props
176
- }: Props$12) => react_jsx_runtime17.JSX.Element | null;
176
+ }: Props$12) => react_jsx_runtime12.JSX.Element | null;
177
177
  //#endregion
178
178
  //#region src/components/atoms/Switch/index.d.ts
179
179
  interface Props$11 extends Omit<React.HTMLAttributes<HTMLElement>, 'onChange'> {
@@ -190,7 +190,7 @@ declare const Switch: ({
190
190
  className,
191
191
  classNames,
192
192
  ...props
193
- }: Props$11) => react_jsx_runtime17.JSX.Element;
193
+ }: Props$11) => react_jsx_runtime12.JSX.Element;
194
194
  //#endregion
195
195
  //#region src/components/molecules/Collapse/index.d.ts
196
196
  interface Item {
@@ -217,7 +217,7 @@ declare const Collapse: ({
217
217
  className,
218
218
  classNames,
219
219
  defaultActiveKey
220
- }: Props$10) => react_jsx_runtime17.JSX.Element;
220
+ }: Props$10) => react_jsx_runtime12.JSX.Element;
221
221
  //#endregion
222
222
  //#region src/components/molecules/Dropdown/index.d.ts
223
223
  type ChangeEventHandler = (open: boolean) => void;
@@ -235,7 +235,7 @@ declare const Dropdown: ({
235
235
  open: _open,
236
236
  onOpenChange,
237
237
  ...props
238
- }: Props$9) => react_jsx_runtime17.JSX.Element;
238
+ }: Props$9) => react_jsx_runtime12.JSX.Element;
239
239
  //#endregion
240
240
  //#region src/components/molecules/Marquees/Item/index.d.ts
241
241
  interface ItemProps {
@@ -265,7 +265,7 @@ declare const Marquees: {
265
265
  pauseOnHover,
266
266
  autoFill,
267
267
  ...props
268
- }: Props$7): react_jsx_runtime17.JSX.Element;
268
+ }: Props$7): react_jsx_runtime12.JSX.Element;
269
269
  Item: ({
270
270
  width: _width,
271
271
  speed,
@@ -273,7 +273,7 @@ declare const Marquees: {
273
273
  pause: _pause,
274
274
  pauseOnHover,
275
275
  children
276
- }: Props$8) => react_jsx_runtime17.JSX.Element;
276
+ }: Props$8) => react_jsx_runtime12.JSX.Element;
277
277
  };
278
278
  //#endregion
279
279
  //#region src/components/molecules/Space/index.d.ts
@@ -304,7 +304,7 @@ declare const Space: ({
304
304
  hidden,
305
305
  style,
306
306
  ...props
307
- }: Props$6) => react_jsx_runtime17.JSX.Element;
307
+ }: Props$6) => react_jsx_runtime12.JSX.Element;
308
308
  //#endregion
309
309
  //#region src/components/organisms/Drawer/index.d.ts
310
310
  interface Props$5 {
@@ -354,7 +354,7 @@ declare const Drawer: ({
354
354
  container,
355
355
  onClose,
356
356
  ...props
357
- }: Props$5) => react_jsx_runtime17.JSX.Element | null;
357
+ }: Props$5) => react_jsx_runtime12.JSX.Element | null;
358
358
  //#endregion
359
359
  //#region src/components/organisms/List/index.d.ts
360
360
  interface Props$4<T> extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'title'> {
@@ -393,12 +393,12 @@ declare const List: {
393
393
  classNames,
394
394
  renderItem,
395
395
  ...props
396
- }: 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_runtime17.JSX.Element;
396
+ }: 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_runtime12.JSX.Element;
397
397
  Item: ({
398
398
  children,
399
399
  className,
400
400
  ...props
401
- }: React$1.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime17.JSX.Element;
401
+ }: React$1.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
402
402
  };
403
403
  //#endregion
404
404
  //#region src/components/organisms/Modal/index.d.ts
@@ -452,7 +452,7 @@ declare const Modal: {
452
452
  onOk,
453
453
  onCancel,
454
454
  ...props
455
- }: Props$3): react_jsx_runtime17.JSX.Element | null;
455
+ }: Props$3): react_jsx_runtime12.JSX.Element | null;
456
456
  destroy(id?: string): void;
457
457
  destroyAll(): void;
458
458
  info(props: StaticProps): string | undefined;
@@ -481,13 +481,13 @@ declare const Swiper: {
481
481
  renderItem,
482
482
  loadingClassName,
483
483
  ...props
484
- }: Props$2<T>): react_jsx_runtime17.JSX.Element;
484
+ }: Props$2<T>): react_jsx_runtime12.JSX.Element;
485
485
  Slide: {
486
486
  ({
487
487
  children,
488
488
  className,
489
489
  ...props
490
- }: swiper_react0.SwiperSlideProps): react_jsx_runtime17.JSX.Element;
490
+ }: swiper_react0.SwiperSlideProps): react_jsx_runtime12.JSX.Element;
491
491
  displayName: string;
492
492
  };
493
493
  };
@@ -502,27 +502,27 @@ declare const Layout: {
502
502
  children,
503
503
  className,
504
504
  ...props
505
- }: Props): react_jsx_runtime17.JSX.Element;
505
+ }: Props): react_jsx_runtime12.JSX.Element;
506
506
  Content: ({
507
507
  children,
508
508
  className,
509
509
  ...props
510
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime17.JSX.Element;
510
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
511
511
  Footer: ({
512
512
  children,
513
513
  className,
514
514
  ...props
515
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime17.JSX.Element;
515
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
516
516
  Header: ({
517
517
  children,
518
518
  className,
519
519
  ...props
520
- }: Props$1) => react_jsx_runtime17.JSX.Element;
520
+ }: Props$1) => react_jsx_runtime12.JSX.Element;
521
521
  Sider: ({
522
522
  children,
523
523
  className,
524
524
  ...props
525
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime17.JSX.Element;
525
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
526
526
  };
527
527
  //#endregion
528
528
  export { Button, Checkbox, Collapse, Drawer, Dropdown, FloatButton, Layout, List, Marquees, Menu, Modal, Progress, Reveals, Skeleton, Space, Spin, Swiper, Switch, Typography };
package/dist/index.d.mts CHANGED
@@ -1,10 +1,10 @@
1
- import { t as Typography } from "./index-BqaluEQ4.mjs";
1
+ import { t as Typography } from "./index-DX9rV4ki.mjs";
2
2
  import { i as MenuProps, n as Menu } from "./index-BO7hcWjo.mjs";
3
3
  import { a as Reveals } from "./index-DS-PGSIg.mjs";
4
4
  import * as React$2 from "react";
5
5
  import React$1, { HTMLAttributes, MouseEvent } from "react";
6
6
  import { VariantProps } from "class-variance-authority";
7
- import * as react_jsx_runtime12 from "react/jsx-runtime";
7
+ import * as react_jsx_runtime14 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";
@@ -43,7 +43,7 @@ declare const Button: ({
43
43
  children,
44
44
  onMouseDown,
45
45
  ...props
46
- }: Props$19) => react_jsx_runtime12.JSX.Element;
46
+ }: Props$19) => react_jsx_runtime14.JSX.Element;
47
47
  //#endregion
48
48
  //#region src/components/atoms/Checkbox/Group/index.d.ts
49
49
  type Option = {
@@ -77,7 +77,7 @@ declare const Checkbox: {
77
77
  checked: _checked,
78
78
  onChange: _onChange,
79
79
  ...props
80
- }: Props$17): react_jsx_runtime12.JSX.Element;
80
+ }: Props$17): react_jsx_runtime14.JSX.Element;
81
81
  Group: ({
82
82
  direction,
83
83
  placement,
@@ -85,7 +85,7 @@ declare const Checkbox: {
85
85
  classNames,
86
86
  options: _options,
87
87
  onChange
88
- }: Props$18) => react_jsx_runtime12.JSX.Element;
88
+ }: Props$18) => react_jsx_runtime14.JSX.Element;
89
89
  };
90
90
  //#endregion
91
91
  //#region src/components/atoms/FloatButton/BackTop/index.d.ts
@@ -101,13 +101,13 @@ declare const FloatButton: {
101
101
  className,
102
102
  children,
103
103
  ...props
104
- }: Props$15): react_jsx_runtime12.JSX.Element;
104
+ }: Props$15): react_jsx_runtime14.JSX.Element;
105
105
  BackTop: ({
106
106
  visibilityHeight,
107
107
  className,
108
108
  onClick,
109
109
  ...props
110
- }: Props$16) => react_jsx_runtime12.JSX.Element;
110
+ }: Props$16) => react_jsx_runtime14.JSX.Element;
111
111
  };
112
112
  //#endregion
113
113
  //#region src/components/atoms/Progress/index.d.ts
@@ -124,7 +124,7 @@ declare const Progress: ({
124
124
  className,
125
125
  direction,
126
126
  classNames
127
- }: Props$14) => react_jsx_runtime12.JSX.Element;
127
+ }: Props$14) => react_jsx_runtime14.JSX.Element;
128
128
  //#endregion
129
129
  //#region src/components/atoms/Skeleton/index.d.ts
130
130
  interface Props$13 extends React.HTMLAttributes<HTMLDivElement> {
@@ -159,15 +159,15 @@ declare const Skeleton: {
159
159
  height,
160
160
  children,
161
161
  ...props
162
- }: Props$13): string | number | bigint | boolean | Iterable<React$2.ReactNode> | Promise<string | number | bigint | boolean | React$2.ReactPortal | React$2.ReactElement<unknown, string | React$2.JSXElementConstructor<any>> | Iterable<React$2.ReactNode> | null | undefined> | react_jsx_runtime12.JSX.Element | null | undefined;
162
+ }: Props$13): string | number | bigint | boolean | Iterable<React$2.ReactNode> | Promise<string | number | bigint | boolean | React$2.ReactPortal | React$2.ReactElement<unknown, string | React$2.JSXElementConstructor<any>> | Iterable<React$2.ReactNode> | null | undefined> | react_jsx_runtime14.JSX.Element | null | undefined;
163
163
  Button: ({
164
164
  className,
165
165
  ...props
166
- }: Props$13) => react_jsx_runtime12.JSX.Element;
166
+ }: Props$13) => react_jsx_runtime14.JSX.Element;
167
167
  Node: ({
168
168
  className,
169
169
  ...props
170
- }: Props$13) => react_jsx_runtime12.JSX.Element;
170
+ }: Props$13) => react_jsx_runtime14.JSX.Element;
171
171
  };
172
172
  //#endregion
173
173
  //#region src/components/atoms/Spin/index.d.ts
@@ -178,7 +178,7 @@ declare const Spin: ({
178
178
  spinning,
179
179
  className,
180
180
  ...props
181
- }: Props$12) => react_jsx_runtime12.JSX.Element | null;
181
+ }: Props$12) => react_jsx_runtime14.JSX.Element | null;
182
182
  //#endregion
183
183
  //#region src/components/atoms/Switch/index.d.ts
184
184
  interface Props$11 extends Omit<React.HTMLAttributes<HTMLElement>, 'onChange'> {
@@ -195,7 +195,7 @@ declare const Switch: ({
195
195
  className,
196
196
  classNames,
197
197
  ...props
198
- }: Props$11) => react_jsx_runtime12.JSX.Element;
198
+ }: Props$11) => react_jsx_runtime14.JSX.Element;
199
199
  //#endregion
200
200
  //#region src/components/molecules/Collapse/index.d.ts
201
201
  interface Item {
@@ -222,7 +222,7 @@ declare const Collapse: ({
222
222
  className,
223
223
  classNames,
224
224
  defaultActiveKey
225
- }: Props$10) => react_jsx_runtime12.JSX.Element;
225
+ }: Props$10) => react_jsx_runtime14.JSX.Element;
226
226
  //#endregion
227
227
  //#region src/components/molecules/Dropdown/index.d.ts
228
228
  type ChangeEventHandler = (open: boolean) => void;
@@ -240,7 +240,7 @@ declare const Dropdown: ({
240
240
  open: _open,
241
241
  onOpenChange,
242
242
  ...props
243
- }: Props$9) => react_jsx_runtime12.JSX.Element;
243
+ }: Props$9) => react_jsx_runtime14.JSX.Element;
244
244
  //#endregion
245
245
  //#region src/components/molecules/Marquees/Item/index.d.ts
246
246
  interface ItemProps {
@@ -270,7 +270,7 @@ declare const Marquees: {
270
270
  pauseOnHover,
271
271
  autoFill,
272
272
  ...props
273
- }: Props$7): react_jsx_runtime12.JSX.Element;
273
+ }: Props$7): react_jsx_runtime14.JSX.Element;
274
274
  Item: ({
275
275
  width: _width,
276
276
  speed,
@@ -278,7 +278,7 @@ declare const Marquees: {
278
278
  pause: _pause,
279
279
  pauseOnHover,
280
280
  children
281
- }: Props$8) => react_jsx_runtime12.JSX.Element;
281
+ }: Props$8) => react_jsx_runtime14.JSX.Element;
282
282
  };
283
283
  //#endregion
284
284
  //#region src/components/molecules/Space/index.d.ts
@@ -309,7 +309,7 @@ declare const Space: ({
309
309
  hidden,
310
310
  style,
311
311
  ...props
312
- }: Props$6) => react_jsx_runtime12.JSX.Element;
312
+ }: Props$6) => react_jsx_runtime14.JSX.Element;
313
313
  //#endregion
314
314
  //#region src/components/organisms/Drawer/index.d.ts
315
315
  interface Props$5 {
@@ -359,7 +359,7 @@ declare const Drawer: ({
359
359
  container,
360
360
  onClose,
361
361
  ...props
362
- }: Props$5) => react_jsx_runtime12.JSX.Element | null;
362
+ }: Props$5) => react_jsx_runtime14.JSX.Element | null;
363
363
  //#endregion
364
364
  //#region src/components/organisms/List/index.d.ts
365
365
  interface Props$4<T> extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'title'> {
@@ -398,12 +398,12 @@ declare const List: {
398
398
  classNames,
399
399
  renderItem,
400
400
  ...props
401
- }: 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_runtime12.JSX.Element;
401
+ }: 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_runtime14.JSX.Element;
402
402
  Item: ({
403
403
  children,
404
404
  className,
405
405
  ...props
406
- }: React$1.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
406
+ }: React$1.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime14.JSX.Element;
407
407
  };
408
408
  //#endregion
409
409
  //#region src/components/organisms/Modal/index.d.ts
@@ -457,7 +457,7 @@ declare const Modal: {
457
457
  onOk,
458
458
  onCancel,
459
459
  ...props
460
- }: Props$3): react_jsx_runtime12.JSX.Element | null;
460
+ }: Props$3): react_jsx_runtime14.JSX.Element | null;
461
461
  destroy(id?: string): void;
462
462
  destroyAll(): void;
463
463
  info(props: StaticProps): string | undefined;
@@ -486,13 +486,13 @@ declare const Swiper: {
486
486
  renderItem,
487
487
  loadingClassName,
488
488
  ...props
489
- }: Props$2<T>): react_jsx_runtime12.JSX.Element;
489
+ }: Props$2<T>): react_jsx_runtime14.JSX.Element;
490
490
  Slide: {
491
491
  ({
492
492
  children,
493
493
  className,
494
494
  ...props
495
- }: swiper_react0.SwiperSlideProps): react_jsx_runtime12.JSX.Element;
495
+ }: swiper_react0.SwiperSlideProps): react_jsx_runtime14.JSX.Element;
496
496
  displayName: string;
497
497
  };
498
498
  };
@@ -507,27 +507,27 @@ declare const Layout: {
507
507
  children,
508
508
  className,
509
509
  ...props
510
- }: Props): react_jsx_runtime12.JSX.Element;
510
+ }: Props): react_jsx_runtime14.JSX.Element;
511
511
  Content: ({
512
512
  children,
513
513
  className,
514
514
  ...props
515
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
515
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime14.JSX.Element;
516
516
  Footer: ({
517
517
  children,
518
518
  className,
519
519
  ...props
520
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
520
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime14.JSX.Element;
521
521
  Header: ({
522
522
  children,
523
523
  className,
524
524
  ...props
525
- }: Props$1) => react_jsx_runtime12.JSX.Element;
525
+ }: Props$1) => react_jsx_runtime14.JSX.Element;
526
526
  Sider: ({
527
527
  children,
528
528
  className,
529
529
  ...props
530
- }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime12.JSX.Element;
530
+ }: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime14.JSX.Element;
531
531
  };
532
532
  //#endregion
533
533
  export { Button, Checkbox, Collapse, Drawer, Dropdown, FloatButton, Layout, List, Marquees, Menu, Modal, Progress, Reveals, Skeleton, Space, Spin, Swiper, Switch, Typography };