@jbpark/ui-kit 2.3.1 → 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.d.mts +1 -1
- package/dist/Menu.mjs +1 -1
- package/dist/Typography.d.mts +1 -1
- package/dist/core.d.mts +1 -1
- package/dist/core.mjs +1 -1
- package/dist/{index-D4ifWZXU.d.mts → index-BNAJ1QtH.d.mts} +10 -10
- package/dist/{index-CDc8-GhA.d.mts → index-tclrN3ts.d.mts} +2 -2
- package/dist/{index-BPMaWpkp.d.mts → index-y5n1p7t3.d.mts} +9 -10
- package/dist/index.d.mts +40 -40
- package/dist/index.mjs +1 -1
- package/dist/{src-Bg0-gM1s.mjs → src-B6Kaolt3.mjs} +32 -34
- package/package.json +1 -1
package/dist/Menu.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as MenuProps, c as buildSelectionMap, i as MenuItem, l as findKey, n as MENU_CLASSNAMES, o as Props, r as Menu, s as SelectionMap, t as ClickEventHandler } from "./index-
|
|
1
|
+
import { a as MenuProps, c as buildSelectionMap, i as MenuItem, l as findKey, n as MENU_CLASSNAMES, o as Props, r as Menu, s as SelectionMap, t as ClickEventHandler } from "./index-tclrN3ts.mjs";
|
|
2
2
|
export { ClickEventHandler, MENU_CLASSNAMES, MenuItem, MenuProps, Props, SelectionMap, buildSelectionMap, Menu as default, findKey };
|
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/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 { c as radio_group_d_exports, d as
|
|
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
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,4 +1,4 @@
|
|
|
1
|
-
import { A as
|
|
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";
|
|
@@ -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_runtime4 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/molecules/Menu/index.d.ts
|
|
4
4
|
interface MenuItem {
|
|
@@ -56,6 +56,6 @@ declare const Menu: ({
|
|
|
56
56
|
onClick,
|
|
57
57
|
onSelect: _onSelect,
|
|
58
58
|
...props
|
|
59
|
-
}: MenuProps) =>
|
|
59
|
+
}: MenuProps) => react_jsx_runtime4.JSX.Element;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { MenuProps as a, buildSelectionMap as c, MenuItem as i, findKey as l, MENU_CLASSNAMES as n, Props as o, Menu as r, SelectionMap as s, ClickEventHandler as t };
|
|
@@ -172,10 +172,16 @@ declare function DrawerDescription({
|
|
|
172
172
|
className,
|
|
173
173
|
...props
|
|
174
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
|
|
@@ -206,7 +212,7 @@ declare function FieldContent({
|
|
|
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
|
|
@@ -240,13 +246,6 @@ declare function Input({
|
|
|
240
246
|
type,
|
|
241
247
|
...props
|
|
242
248
|
}: React$2.ComponentProps<'input'>): react_jsx_runtime13.JSX.Element;
|
|
243
|
-
declare namespace label_d_exports {
|
|
244
|
-
export { Label$1 as Label };
|
|
245
|
-
}
|
|
246
|
-
declare function Label$1({
|
|
247
|
-
className,
|
|
248
|
-
...props
|
|
249
|
-
}: React$2.ComponentProps<typeof Label.Root>): react_jsx_runtime13.JSX.Element;
|
|
250
249
|
declare namespace popover_d_exports {
|
|
251
250
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };
|
|
252
251
|
}
|
|
@@ -388,4 +387,4 @@ declare function Textarea({
|
|
|
388
387
|
...props
|
|
389
388
|
}: React$2.ComponentProps<'textarea'>): react_jsx_runtime13.JSX.Element;
|
|
390
389
|
//#endregion
|
|
391
|
-
export { Props as _, Select$1 as a, radio_group_d_exports as c,
|
|
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-
|
|
2
|
-
import { a as MenuProps, r as Menu } from "./index-
|
|
1
|
+
import { n as Typography } from "./index-BNAJ1QtH.mjs";
|
|
2
|
+
import { a as MenuProps, r as Menu } from "./index-tclrN3ts.mjs";
|
|
3
3
|
import { a as Reveals } from "./index-CsjsTuId.mjs";
|
|
4
|
-
import { _ as Props$27, a as Select$1, s as RadioGroup } from "./index-
|
|
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",
|