@jbpark/ui-kit 1.1.4 → 1.1.6
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 -1
- package/dist/{Reveals-BC-bFyOg.mjs → Reveals-BpnYZJUk.mjs} +1 -1
- package/dist/Reveals.d.mts +1 -1
- package/dist/Reveals.mjs +2 -1
- package/dist/{Typography-waEo2g0S.mjs → Typography-LYvEW-c8.mjs} +2 -2
- package/dist/Typography.d.mts +1 -1
- package/dist/Typography.mjs +2 -1
- package/dist/enums-HFC1lmIX.mjs +12 -0
- package/dist/enums.mjs +1 -10
- package/dist/{index-Bis4UfFa.d.mts → index-B9mWYXv2.d.mts} +2 -2
- package/dist/{index-DdrnJwDC.d.mts → index-BqaluEQ4.d.mts} +10 -10
- package/dist/{index-CMqaIny4.d.mts → index-DS-PGSIg.d.mts} +4 -4
- package/dist/index.d.mts +67 -41
- package/dist/index.mjs +5 -4966
- package/dist/src-DsjrAVBb.mjs +5273 -0
- package/dist/utils-DEenfsJ-.mjs +10 -0
- package/dist/utils.mjs +1 -8
- package/package.json +1 -1
- package/dist/Menu-Du6xCBZw.mjs +0 -235
- /package/dist/{index.css → src-CHbpO4Np.css} +0 -0
package/dist/Menu.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as findKey, i as MenuProps, n as Menu, r as MenuItem, t as ClickEventHandler } from "./index-
|
|
1
|
+
import { a as findKey, i as MenuProps, n as Menu, r as MenuItem, t as ClickEventHandler } from "./index-B9mWYXv2.mjs";
|
|
2
2
|
export { ClickEventHandler, MenuItem, MenuProps, Menu as default, findKey };
|
package/dist/Menu.mjs
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { l as Menu_default, u as findKey } from "./src-DsjrAVBb.mjs";
|
|
4
|
+
import "./utils-DEenfsJ-.mjs";
|
|
5
|
+
import "./Typography-LYvEW-c8.mjs";
|
|
6
|
+
import "./Reveals-BpnYZJUk.mjs";
|
|
4
7
|
|
|
5
8
|
export { Menu_default as default, findKey };
|
package/dist/Reveals.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Reveals, i as Props, n as DELAY, o as Item, r as DURATION, s as ItemProps, t as CASCADE } from "./index-
|
|
1
|
+
import { a as Reveals, i as Props, n as DELAY, o as Item, r as DURATION, s as ItemProps, t as CASCADE } from "./index-DS-PGSIg.mjs";
|
|
2
2
|
export { CASCADE, DELAY, DURATION, Item, ItemProps, Props as RevealsProps, Reveals as default };
|
package/dist/Reveals.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./utils-DEenfsJ-.mjs";
|
|
2
|
+
import { a as Item_default, i as Reveals_default, n as DELAY, r as DURATION, t as CASCADE } from "./Reveals-BpnYZJUk.mjs";
|
|
2
3
|
|
|
3
4
|
export { CASCADE, DELAY, DURATION, Item_default as Item, Reveals_default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { cn } from "
|
|
1
|
+
import { t as cn } from "./utils-DEenfsJ-.mjs";
|
|
2
|
+
import { t as TEXT_LEVELS } from "./enums-HFC1lmIX.mjs";
|
|
2
3
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { TEXT_LEVELS } from "@repo/ui/enums";
|
|
4
4
|
|
|
5
5
|
//#region src/components/atoms/Typography/Link/index.tsx
|
|
6
6
|
const Link = ({ children, className, level, ...props }) => {
|
package/dist/Typography.d.mts
CHANGED
|
@@ -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-
|
|
1
|
+
import { a as Paragraph, i as Text, n as TypographyProps, o as Link, r as Title, t as Typography } from "./index-BqaluEQ4.mjs";
|
|
2
2
|
export { Link, Paragraph, Text, Title, TypographyProps, Typography as default };
|
package/dist/Typography.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./utils-DEenfsJ-.mjs";
|
|
2
|
+
import { a as Link_default, i as Paragraph_default, n as Title_default, r as Text_default, t as Typography_default } from "./Typography-LYvEW-c8.mjs";
|
|
2
3
|
|
|
3
4
|
export { Link_default as Link, Paragraph_default as Paragraph, Text_default as Text, Title_default as Title, Typography_default as default };
|
package/dist/enums.mjs
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
const TEXT_LEVELS = {
|
|
3
|
-
1: "text-2xl",
|
|
4
|
-
2: "text-xl",
|
|
5
|
-
3: "text-lg",
|
|
6
|
-
4: "text-base",
|
|
7
|
-
5: "text-sm",
|
|
8
|
-
6: "text-xs"
|
|
9
|
-
};
|
|
1
|
+
import { t as TEXT_LEVELS } from "./enums-HFC1lmIX.mjs";
|
|
10
2
|
|
|
11
|
-
//#endregion
|
|
12
3
|
export { TEXT_LEVELS };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime4 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) =>
|
|
57
|
+
}: MenuProps) => react_jsx_runtime4.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
|
|
1
|
+
import * as react_jsx_runtime8 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) =>
|
|
12
|
+
}: Props$3) => react_jsx_runtime8.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) =>
|
|
21
|
+
}: Props$2) => react_jsx_runtime8.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) =>
|
|
35
|
+
}: Props$1) => react_jsx_runtime8.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) =>
|
|
44
|
+
}: Props) => react_jsx_runtime8.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):
|
|
54
|
+
}: TypographyProps): react_jsx_runtime8.JSX.Element;
|
|
55
55
|
Link: ({
|
|
56
56
|
children,
|
|
57
57
|
className,
|
|
58
58
|
level,
|
|
59
59
|
...props
|
|
60
|
-
}: Props$3) =>
|
|
60
|
+
}: Props$3) => react_jsx_runtime8.JSX.Element;
|
|
61
61
|
Paragraph: ({
|
|
62
62
|
children,
|
|
63
63
|
className,
|
|
64
64
|
level,
|
|
65
65
|
...props
|
|
66
|
-
}: Props$2) =>
|
|
66
|
+
}: Props$2) => react_jsx_runtime8.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) =>
|
|
74
|
+
}: Props$1) => react_jsx_runtime8.JSX.Element;
|
|
75
75
|
Title: ({
|
|
76
76
|
children,
|
|
77
77
|
level,
|
|
78
78
|
className,
|
|
79
79
|
...props
|
|
80
|
-
}: Props) =>
|
|
80
|
+
}: Props) => react_jsx_runtime8.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
|
|
1
|
+
import * as react_jsx_runtime11 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_runtime11.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):
|
|
82
|
+
}: Props): react_jsx_runtime11.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_runtime11.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 };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { t as Typography } from "./index-
|
|
2
|
-
import { i as MenuProps, n as Menu } from "./index-
|
|
3
|
-
import { a as Reveals } from "./index-
|
|
1
|
+
import { t as Typography } from "./index-BqaluEQ4.mjs";
|
|
2
|
+
import { i as MenuProps, n as Menu } from "./index-B9mWYXv2.mjs";
|
|
3
|
+
import { a as Reveals } from "./index-DS-PGSIg.mjs";
|
|
4
4
|
import * as React$2 from "react";
|
|
5
|
-
import React$1, { HTMLAttributes, MouseEvent } from "react";
|
|
5
|
+
import React$1, { ChangeEvent, HTMLAttributes, InputHTMLAttributes, MouseEvent } from "react";
|
|
6
6
|
import { VariantProps } from "class-variance-authority";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime19 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";
|
|
@@ -18,15 +18,15 @@ import { SwiperOptions } from "swiper/types";
|
|
|
18
18
|
//#region src/core/button.d.ts
|
|
19
19
|
declare const buttonVariants: (props?: ({
|
|
20
20
|
variant?: "outline" | "link" | "default" | "destructive" | "secondary" | "ghost" | null | undefined;
|
|
21
|
-
size?: "
|
|
21
|
+
size?: "icon" | "default" | "sm" | "lg" | null | undefined;
|
|
22
22
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
23
|
-
type Props$
|
|
23
|
+
type Props$22 = React$2.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
24
24
|
asChild?: boolean;
|
|
25
25
|
};
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/components/atoms/Button/index.d.ts
|
|
28
28
|
type PresetColors = 'blue' | 'purple' | 'cyan' | 'green' | 'magenta' | 'pink' | 'red' | 'orange' | 'yellow' | 'volcano' | 'geekblue' | 'lime' | 'gold';
|
|
29
|
-
interface Props$
|
|
29
|
+
interface Props$21 extends Omit<Props$22, 'size'> {
|
|
30
30
|
icon?: React.ReactNode;
|
|
31
31
|
block?: boolean;
|
|
32
32
|
danger?: boolean;
|
|
@@ -50,7 +50,7 @@ declare const Button: ({
|
|
|
50
50
|
children,
|
|
51
51
|
onMouseDown,
|
|
52
52
|
...props
|
|
53
|
-
}: Props$
|
|
53
|
+
}: Props$21) => react_jsx_runtime19.JSX.Element;
|
|
54
54
|
//#endregion
|
|
55
55
|
//#region src/components/atoms/Checkbox/Group/index.d.ts
|
|
56
56
|
type Option = {
|
|
@@ -59,7 +59,7 @@ type Option = {
|
|
|
59
59
|
checked?: boolean;
|
|
60
60
|
};
|
|
61
61
|
type Options = string[] | number[] | boolean[] | Option[];
|
|
62
|
-
interface Props$
|
|
62
|
+
interface Props$20 extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
63
63
|
options?: Options;
|
|
64
64
|
direction?: string;
|
|
65
65
|
placement?: string;
|
|
@@ -69,7 +69,7 @@ interface Props$19 extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'
|
|
|
69
69
|
//#endregion
|
|
70
70
|
//#region src/components/atoms/Checkbox/index.d.ts
|
|
71
71
|
type OptionValue = string | number | boolean;
|
|
72
|
-
interface Props$
|
|
72
|
+
interface Props$19 extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
73
73
|
placement?: string;
|
|
74
74
|
checked?: boolean;
|
|
75
75
|
value?: OptionValue;
|
|
@@ -90,7 +90,7 @@ declare const Checkbox: {
|
|
|
90
90
|
checked: _checked,
|
|
91
91
|
onChange: _onChange,
|
|
92
92
|
...props
|
|
93
|
-
}: Props$
|
|
93
|
+
}: Props$19): react_jsx_runtime19.JSX.Element;
|
|
94
94
|
Group: ({
|
|
95
95
|
direction,
|
|
96
96
|
placement,
|
|
@@ -98,29 +98,55 @@ declare const Checkbox: {
|
|
|
98
98
|
classNames,
|
|
99
99
|
options: _options,
|
|
100
100
|
onChange
|
|
101
|
-
}: Props$
|
|
101
|
+
}: Props$20) => react_jsx_runtime19.JSX.Element;
|
|
102
102
|
};
|
|
103
103
|
//#endregion
|
|
104
104
|
//#region src/components/atoms/FloatButton/BackTop/index.d.ts
|
|
105
|
-
interface Props$
|
|
105
|
+
interface Props$18 extends Props$21 {
|
|
106
106
|
visibilityHeight?: number;
|
|
107
107
|
onClick?: (e: MouseEvent<HTMLElement>) => void;
|
|
108
108
|
}
|
|
109
109
|
//#endregion
|
|
110
110
|
//#region src/components/atoms/FloatButton/index.d.ts
|
|
111
|
-
interface Props$
|
|
111
|
+
interface Props$17 extends Props$21 {}
|
|
112
112
|
declare const FloatButton: {
|
|
113
113
|
({
|
|
114
114
|
className,
|
|
115
115
|
children,
|
|
116
116
|
...props
|
|
117
|
-
}: Props$
|
|
117
|
+
}: Props$17): react_jsx_runtime19.JSX.Element;
|
|
118
118
|
BackTop: ({
|
|
119
119
|
visibilityHeight,
|
|
120
120
|
className,
|
|
121
121
|
onClick,
|
|
122
122
|
...props
|
|
123
|
-
}: Props$
|
|
123
|
+
}: Props$18) => react_jsx_runtime19.JSX.Element;
|
|
124
|
+
};
|
|
125
|
+
//#endregion
|
|
126
|
+
//#region src/components/atoms/Input/Search/index.d.ts
|
|
127
|
+
interface Props$16 extends InputHTMLAttributes<HTMLInputElement> {
|
|
128
|
+
allowClear?: boolean;
|
|
129
|
+
onChange: (e: ChangeEvent<HTMLInputElement> | {
|
|
130
|
+
target: {
|
|
131
|
+
value: string;
|
|
132
|
+
};
|
|
133
|
+
}) => void;
|
|
134
|
+
onPressEnter: () => void;
|
|
135
|
+
}
|
|
136
|
+
//#endregion
|
|
137
|
+
//#region src/components/atoms/Input/index.d.ts
|
|
138
|
+
declare const Input: {
|
|
139
|
+
({
|
|
140
|
+
...props
|
|
141
|
+
}: InputHTMLAttributes<HTMLInputElement>): react_jsx_runtime19.JSX.Element;
|
|
142
|
+
Search: React$2.ForwardRefExoticComponent<Props$16 & React$2.RefAttributes<HTMLInputElement>>;
|
|
143
|
+
TextArea: ({
|
|
144
|
+
className,
|
|
145
|
+
ref,
|
|
146
|
+
...props
|
|
147
|
+
}: React.TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
148
|
+
ref?: React.Ref<HTMLTextAreaElement>;
|
|
149
|
+
}) => react_jsx_runtime19.JSX.Element;
|
|
124
150
|
};
|
|
125
151
|
//#endregion
|
|
126
152
|
//#region src/components/atoms/Progress/index.d.ts
|
|
@@ -137,7 +163,7 @@ declare const Progress: ({
|
|
|
137
163
|
className,
|
|
138
164
|
direction,
|
|
139
165
|
classNames
|
|
140
|
-
}: Props$15) =>
|
|
166
|
+
}: Props$15) => react_jsx_runtime19.JSX.Element;
|
|
141
167
|
//#endregion
|
|
142
168
|
//#region src/components/atoms/Skeleton/index.d.ts
|
|
143
169
|
interface Props$14 extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -172,15 +198,15 @@ declare const Skeleton: {
|
|
|
172
198
|
height,
|
|
173
199
|
children,
|
|
174
200
|
...props
|
|
175
|
-
}: Props$14): 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> |
|
|
201
|
+
}: Props$14): 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_runtime19.JSX.Element | null | undefined;
|
|
176
202
|
Button: ({
|
|
177
203
|
className,
|
|
178
204
|
...props
|
|
179
|
-
}: Props$14) =>
|
|
205
|
+
}: Props$14) => react_jsx_runtime19.JSX.Element;
|
|
180
206
|
Node: ({
|
|
181
207
|
className,
|
|
182
208
|
...props
|
|
183
|
-
}: Props$14) =>
|
|
209
|
+
}: Props$14) => react_jsx_runtime19.JSX.Element;
|
|
184
210
|
};
|
|
185
211
|
//#endregion
|
|
186
212
|
//#region src/components/atoms/Spin/index.d.ts
|
|
@@ -191,7 +217,7 @@ declare const Spin: ({
|
|
|
191
217
|
spinning,
|
|
192
218
|
className,
|
|
193
219
|
...props
|
|
194
|
-
}: Props$13) =>
|
|
220
|
+
}: Props$13) => react_jsx_runtime19.JSX.Element | null;
|
|
195
221
|
//#endregion
|
|
196
222
|
//#region src/components/atoms/Switch/index.d.ts
|
|
197
223
|
interface Props$12 extends Omit<React.HTMLAttributes<HTMLElement>, 'onChange'> {
|
|
@@ -208,7 +234,7 @@ declare const Switch: ({
|
|
|
208
234
|
className,
|
|
209
235
|
classNames,
|
|
210
236
|
...props
|
|
211
|
-
}: Props$12) =>
|
|
237
|
+
}: Props$12) => react_jsx_runtime19.JSX.Element;
|
|
212
238
|
//#endregion
|
|
213
239
|
//#region src/components/molecules/Card/index.d.ts
|
|
214
240
|
interface Props$11 extends Omit<React.HTMLProps<HTMLDivElement>, 'title'> {
|
|
@@ -226,7 +252,7 @@ declare const Card: ({
|
|
|
226
252
|
classNames,
|
|
227
253
|
variant,
|
|
228
254
|
...props
|
|
229
|
-
}: Props$11) =>
|
|
255
|
+
}: Props$11) => react_jsx_runtime19.JSX.Element;
|
|
230
256
|
//#endregion
|
|
231
257
|
//#region src/components/molecules/Collapse/index.d.ts
|
|
232
258
|
interface Item {
|
|
@@ -253,7 +279,7 @@ declare const Collapse: ({
|
|
|
253
279
|
className,
|
|
254
280
|
classNames,
|
|
255
281
|
defaultActiveKey
|
|
256
|
-
}: Props$10) =>
|
|
282
|
+
}: Props$10) => react_jsx_runtime19.JSX.Element;
|
|
257
283
|
//#endregion
|
|
258
284
|
//#region src/components/molecules/Dropdown/index.d.ts
|
|
259
285
|
type ChangeEventHandler = (open: boolean) => void;
|
|
@@ -271,7 +297,7 @@ declare const Dropdown: ({
|
|
|
271
297
|
open: _open,
|
|
272
298
|
onOpenChange,
|
|
273
299
|
...props
|
|
274
|
-
}: Props$9) =>
|
|
300
|
+
}: Props$9) => react_jsx_runtime19.JSX.Element;
|
|
275
301
|
//#endregion
|
|
276
302
|
//#region src/components/molecules/Marquees/Item/index.d.ts
|
|
277
303
|
interface ItemProps {
|
|
@@ -301,7 +327,7 @@ declare const Marquees: {
|
|
|
301
327
|
pauseOnHover,
|
|
302
328
|
autoFill,
|
|
303
329
|
...props
|
|
304
|
-
}: Props$7):
|
|
330
|
+
}: Props$7): react_jsx_runtime19.JSX.Element;
|
|
305
331
|
Item: ({
|
|
306
332
|
width: _width,
|
|
307
333
|
speed,
|
|
@@ -309,7 +335,7 @@ declare const Marquees: {
|
|
|
309
335
|
pause: _pause,
|
|
310
336
|
pauseOnHover,
|
|
311
337
|
children
|
|
312
|
-
}: Props$8) =>
|
|
338
|
+
}: Props$8) => react_jsx_runtime19.JSX.Element;
|
|
313
339
|
};
|
|
314
340
|
//#endregion
|
|
315
341
|
//#region src/components/molecules/Space/index.d.ts
|
|
@@ -340,7 +366,7 @@ declare const Space: ({
|
|
|
340
366
|
hidden,
|
|
341
367
|
style,
|
|
342
368
|
...props
|
|
343
|
-
}: Props$6) =>
|
|
369
|
+
}: Props$6) => react_jsx_runtime19.JSX.Element;
|
|
344
370
|
//#endregion
|
|
345
371
|
//#region src/components/organisms/Drawer/index.d.ts
|
|
346
372
|
interface Props$5 {
|
|
@@ -390,7 +416,7 @@ declare const Drawer: ({
|
|
|
390
416
|
container,
|
|
391
417
|
onClose,
|
|
392
418
|
...props
|
|
393
|
-
}: Props$5) =>
|
|
419
|
+
}: Props$5) => react_jsx_runtime19.JSX.Element | null;
|
|
394
420
|
//#endregion
|
|
395
421
|
//#region src/components/organisms/List/index.d.ts
|
|
396
422
|
interface Props$4<T> extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
@@ -429,12 +455,12 @@ declare const List: {
|
|
|
429
455
|
classNames,
|
|
430
456
|
renderItem,
|
|
431
457
|
...props
|
|
432
|
-
}: 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> |
|
|
458
|
+
}: 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_runtime19.JSX.Element;
|
|
433
459
|
Item: ({
|
|
434
460
|
children,
|
|
435
461
|
className,
|
|
436
462
|
...props
|
|
437
|
-
}: React$1.HTMLAttributes<HTMLDivElement>) =>
|
|
463
|
+
}: React$1.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime19.JSX.Element;
|
|
438
464
|
};
|
|
439
465
|
//#endregion
|
|
440
466
|
//#region src/components/organisms/Modal/index.d.ts
|
|
@@ -488,7 +514,7 @@ declare const Modal: {
|
|
|
488
514
|
onOk,
|
|
489
515
|
onCancel,
|
|
490
516
|
...props
|
|
491
|
-
}: Props$3):
|
|
517
|
+
}: Props$3): react_jsx_runtime19.JSX.Element | null;
|
|
492
518
|
destroy(id?: string): void;
|
|
493
519
|
destroyAll(): void;
|
|
494
520
|
info(props: StaticProps): string | undefined;
|
|
@@ -517,13 +543,13 @@ declare const Swiper: {
|
|
|
517
543
|
renderItem,
|
|
518
544
|
loadingClassName,
|
|
519
545
|
...props
|
|
520
|
-
}: Props$2<T>):
|
|
546
|
+
}: Props$2<T>): react_jsx_runtime19.JSX.Element;
|
|
521
547
|
Slide: {
|
|
522
548
|
({
|
|
523
549
|
children,
|
|
524
550
|
className,
|
|
525
551
|
...props
|
|
526
|
-
}: swiper_react0.SwiperSlideProps):
|
|
552
|
+
}: swiper_react0.SwiperSlideProps): react_jsx_runtime19.JSX.Element;
|
|
527
553
|
displayName: string;
|
|
528
554
|
};
|
|
529
555
|
};
|
|
@@ -538,27 +564,27 @@ declare const Layout: {
|
|
|
538
564
|
children,
|
|
539
565
|
className,
|
|
540
566
|
...props
|
|
541
|
-
}: Props):
|
|
567
|
+
}: Props): react_jsx_runtime19.JSX.Element;
|
|
542
568
|
Content: ({
|
|
543
569
|
children,
|
|
544
570
|
className,
|
|
545
571
|
...props
|
|
546
|
-
}: React.HTMLAttributes<HTMLDivElement>) =>
|
|
572
|
+
}: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime19.JSX.Element;
|
|
547
573
|
Footer: ({
|
|
548
574
|
children,
|
|
549
575
|
className,
|
|
550
576
|
...props
|
|
551
|
-
}: React.HTMLAttributes<HTMLDivElement>) =>
|
|
577
|
+
}: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime19.JSX.Element;
|
|
552
578
|
Header: ({
|
|
553
579
|
children,
|
|
554
580
|
className,
|
|
555
581
|
...props
|
|
556
|
-
}: Props$1) =>
|
|
582
|
+
}: Props$1) => react_jsx_runtime19.JSX.Element;
|
|
557
583
|
Sider: ({
|
|
558
584
|
children,
|
|
559
585
|
className,
|
|
560
586
|
...props
|
|
561
|
-
}: React.HTMLAttributes<HTMLDivElement>) =>
|
|
587
|
+
}: React.HTMLAttributes<HTMLDivElement>) => react_jsx_runtime19.JSX.Element;
|
|
562
588
|
};
|
|
563
589
|
//#endregion
|
|
564
|
-
export { Button, Card, Checkbox, Collapse, Drawer, Dropdown, FloatButton, Layout, List, Marquees, Menu, Modal, Progress, Reveals, Skeleton, Space, Spin, Swiper, Switch, Typography };
|
|
590
|
+
export { Button, Card, Checkbox, Collapse, Drawer, Dropdown, FloatButton, Input, Layout, List, Marquees, Menu, Modal, Progress, Reveals, Skeleton, Space, Spin, Swiper, Switch, Typography };
|