@deepnoid/ui 1.0.0 → 1.0.2
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/.turbo/turbo-build.log +177 -177
- package/dist/chunk-67DEFPS6.mjs +74 -0
- package/dist/{chunk-CBFUVFGI.mjs → chunk-AVUO6TGC.mjs} +2 -2
- package/dist/{chunk-YBDQSEPV.mjs → chunk-BTAOTEW7.mjs} +1 -1
- package/dist/{chunk-7JCCPTBU.mjs → chunk-DEKPVTFX.mjs} +1 -1
- package/dist/{chunk-VOOEH6OJ.mjs → chunk-FFKXQUER.mjs} +1 -1
- package/dist/{chunk-2K3HZMC6.mjs → chunk-FQMA47EO.mjs} +4 -4
- package/dist/{chunk-E4VJDQD5.mjs → chunk-G5OQBVYQ.mjs} +1 -1
- package/dist/{chunk-S2T4GHJA.mjs → chunk-HJ2RUGGG.mjs} +1 -0
- package/dist/{chunk-TEERNFIT.mjs → chunk-IE7ERNC7.mjs} +3 -3
- package/dist/{chunk-63JRWMWN.mjs → chunk-JXIQOVRO.mjs} +1 -1
- package/dist/{chunk-OPGGL4CG.mjs → chunk-KZPHD6CA.mjs} +2 -2
- package/dist/{chunk-TBRF36RK.mjs → chunk-MCSP3FVE.mjs} +1 -1
- package/dist/{chunk-23KGTXH2.mjs → chunk-NKYNCXOU.mjs} +1 -1
- package/dist/{chunk-CGJBY53Q.mjs → chunk-OTC6FD4T.mjs} +2 -1
- package/dist/{chunk-Z4NO7SMY.mjs → chunk-ROG3BOMM.mjs} +19 -66
- package/dist/{chunk-RFHWRBAB.mjs → chunk-T6IFFFAD.mjs} +1 -1
- package/dist/{chunk-OPSMMRA2.mjs → chunk-TY7T5O3Z.mjs} +1 -1
- package/dist/{chunk-V5XX3CGL.mjs → chunk-WGVOWTFG.mjs} +1 -1
- package/dist/{chunk-EAWNUQDB.mjs → chunk-XNDDHEW6.mjs} +1 -1
- package/dist/components/accordion/accordionItem.js +1 -1
- package/dist/components/accordion/accordionItem.mjs +1 -1
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.mjs +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +19 -66
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +19 -66
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button-group.js +95 -10
- package/dist/components/button/button-group.mjs +2 -1
- package/dist/components/button/button.d.mts +52 -44
- package/dist/components/button/button.d.ts +52 -44
- package/dist/components/button/button.js +19 -66
- package/dist/components/button/button.mjs +2 -2
- package/dist/components/button/button.style.d.mts +39 -33
- package/dist/components/button/button.style.d.ts +39 -33
- package/dist/components/button/button.style.js +19 -66
- package/dist/components/button/button.style.mjs +1 -1
- package/dist/components/button/icon-button.d.mts +52 -44
- package/dist/components/button/icon-button.d.ts +52 -44
- package/dist/components/button/icon-button.js +19 -66
- package/dist/components/button/icon-button.mjs +2 -2
- package/dist/components/button/index.js +74 -76
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/button/text-button.d.mts +52 -44
- package/dist/components/button/text-button.d.ts +52 -44
- package/dist/components/button/text-button.js +19 -66
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +20 -66
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +20 -66
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +1 -0
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/modal/GlobalModalProvider.js +19 -66
- package/dist/components/modal/GlobalModalProvider.mjs +7 -7
- package/dist/components/modal/index.js +19 -66
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +19 -66
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/modal/useGlobalModal.mjs +8 -8
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +1 -0
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/picker/datePicker.js +20 -66
- package/dist/components/picker/datePicker.mjs +7 -7
- package/dist/components/picker/index.js +20 -66
- package/dist/components/picker/index.mjs +9 -9
- package/dist/components/picker/timePicker/Panel.js +19 -66
- package/dist/components/picker/timePicker/Panel.mjs +6 -6
- package/dist/components/picker/timePicker/index.js +20 -66
- package/dist/components/picker/timePicker/index.mjs +8 -8
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.mjs +1 -1
- package/dist/components/radio/radio.js +1 -1
- package/dist/components/radio/radio.mjs +1 -1
- package/dist/components/select/index.js +20 -66
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +20 -66
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/table/index.js +3 -2
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table-body.js +3 -2
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table-head.js +3 -2
- package/dist/components/table/table-head.mjs +3 -3
- package/dist/components/table/table.js +3 -2
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +80 -80
- package/dist/index.mjs +37 -37
- package/package.json +1 -1
- package/dist/chunk-TBI5O3OL.mjs +0 -26
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-DPWUIAVC.mjs";
|
|
8
|
+
|
|
9
|
+
// src/components/button/button-group.tsx
|
|
10
|
+
import React, { forwardRef, isValidElement } from "react";
|
|
11
|
+
import { jsx } from "react/jsx-runtime";
|
|
12
|
+
var ButtonGroup = forwardRef(
|
|
13
|
+
({ children, classNames, size, radius, full, color, variant, disabled, ...props }, ref) => {
|
|
14
|
+
const childSharedProps = { color, size, variant, disabled, ...props };
|
|
15
|
+
const validChildren = React.Children.toArray(children).filter(isValidElement);
|
|
16
|
+
const lastValidIndex = validChildren.length - 1;
|
|
17
|
+
let validIndex = -1;
|
|
18
|
+
return /* @__PURE__ */ jsx("div", { ref, className: buttonGroup({ full, className: classNames == null ? void 0 : classNames.base }), children: React.Children.map(children, (child) => {
|
|
19
|
+
var _a, _b;
|
|
20
|
+
if (!isValidElement(child)) return child;
|
|
21
|
+
const childElement = child;
|
|
22
|
+
const childProps = (_a = childElement.props) != null ? _a : {};
|
|
23
|
+
validIndex += 1;
|
|
24
|
+
const isFirst = validIndex === 0;
|
|
25
|
+
const isLast = validIndex === lastValidIndex;
|
|
26
|
+
const defaultRadiusMap = {
|
|
27
|
+
sm: "!rounded-sm",
|
|
28
|
+
md: "!rounded-md",
|
|
29
|
+
lg: "!rounded-lg",
|
|
30
|
+
xl: "!rounded-xl"
|
|
31
|
+
};
|
|
32
|
+
const currentRadius = defaultRadiusMap[size != null ? size : "md"];
|
|
33
|
+
const radiusClass = radius === "none" ? "!rounded-none" : radius === "full" ? clsx(
|
|
34
|
+
isFirst && "!rounded-r-none !rounded-l-full",
|
|
35
|
+
isLast && "!rounded-l-none !rounded-r-full",
|
|
36
|
+
!isFirst && !isLast && "!rounded-none"
|
|
37
|
+
) : (
|
|
38
|
+
// default
|
|
39
|
+
clsx(
|
|
40
|
+
isFirst && `${currentRadius} !rounded-r-none`,
|
|
41
|
+
isLast && `${currentRadius} !rounded-l-none`,
|
|
42
|
+
!isFirst && !isLast && "!rounded-none"
|
|
43
|
+
)
|
|
44
|
+
);
|
|
45
|
+
const mergedClassNames = {
|
|
46
|
+
...childProps.classNames || {},
|
|
47
|
+
base: clsx((_b = childProps.classNames) == null ? void 0 : _b.base, radiusClass)
|
|
48
|
+
};
|
|
49
|
+
return React.cloneElement(childElement, {
|
|
50
|
+
isInGroup: true,
|
|
51
|
+
...childSharedProps,
|
|
52
|
+
...childProps,
|
|
53
|
+
classNames: mergedClassNames
|
|
54
|
+
});
|
|
55
|
+
}) });
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
ButtonGroup.displayName = "ButtonGroup";
|
|
59
|
+
var button_group_default = ButtonGroup;
|
|
60
|
+
var buttonGroup = tv({
|
|
61
|
+
base: ["inline-flex"],
|
|
62
|
+
variants: {
|
|
63
|
+
full: {
|
|
64
|
+
true: { base: ["w-full", "[&>*]:flex-1"] }
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
defaultVariants: {
|
|
68
|
+
full: false
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
export {
|
|
73
|
+
button_group_default
|
|
74
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Panel_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MCSP3FVE.mjs";
|
|
5
5
|
import {
|
|
6
6
|
convert24To12
|
|
7
7
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
input_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HJ2RUGGG.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
13
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
input_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-HJ2RUGGG.mjs";
|
|
12
12
|
import {
|
|
13
13
|
text_button_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-BTAOTEW7.mjs";
|
|
15
15
|
import {
|
|
16
16
|
button_default
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-JXIQOVRO.mjs";
|
|
18
18
|
import {
|
|
19
19
|
icon_button_default
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-T6IFFFAD.mjs";
|
|
21
21
|
import {
|
|
22
22
|
Icon_default
|
|
23
23
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
pagination_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XNDDHEW6.mjs";
|
|
5
5
|
import {
|
|
6
6
|
checkbox_default
|
|
7
7
|
} from "./chunk-NPQBJO6G.mjs";
|
|
@@ -327,7 +327,7 @@ var tableStyle = tv({
|
|
|
327
327
|
],
|
|
328
328
|
td: [
|
|
329
329
|
"relative",
|
|
330
|
-
"bg-
|
|
330
|
+
"bg-transparent",
|
|
331
331
|
"text-foreground",
|
|
332
332
|
"whitespace-normal",
|
|
333
333
|
"outline-none",
|
|
@@ -355,7 +355,7 @@ var tableStyle = tv({
|
|
|
355
355
|
solid: {},
|
|
356
356
|
outline: {},
|
|
357
357
|
underline: {
|
|
358
|
-
th: ["bg-
|
|
358
|
+
th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
size: {
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-VUO5J2OK.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-HJ2RUGGG.mjs";
|
|
8
8
|
import {
|
|
9
9
|
button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JXIQOVRO.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/fileUpload/fileUpload.tsx
|
|
13
13
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-T6IFFFAD.mjs";
|
|
5
5
|
import {
|
|
6
6
|
Icon_default
|
|
7
7
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -306,6 +306,7 @@ var select = tv({
|
|
|
306
306
|
},
|
|
307
307
|
outline: {
|
|
308
308
|
selectWrapper: [
|
|
309
|
+
"bg-transparent",
|
|
309
310
|
"border-neutral-light",
|
|
310
311
|
"border",
|
|
311
312
|
"group-has-[:hover]/select:bg-trans-soft",
|
|
@@ -23,19 +23,19 @@ var buttonBaseStyle = tv({
|
|
|
23
23
|
},
|
|
24
24
|
variants: {
|
|
25
25
|
variant: {
|
|
26
|
-
solid:
|
|
27
|
-
soft:
|
|
28
|
-
outline: [],
|
|
29
|
-
ghost:
|
|
26
|
+
solid: {},
|
|
27
|
+
soft: {},
|
|
28
|
+
outline: { base: ["bg-transparent"] },
|
|
29
|
+
ghost: {}
|
|
30
30
|
},
|
|
31
31
|
color: {
|
|
32
|
-
primary:
|
|
33
|
-
secondary:
|
|
34
|
-
neutral:
|
|
35
|
-
info:
|
|
36
|
-
success:
|
|
37
|
-
warning:
|
|
38
|
-
danger:
|
|
32
|
+
primary: {},
|
|
33
|
+
secondary: {},
|
|
34
|
+
neutral: {},
|
|
35
|
+
info: {},
|
|
36
|
+
success: {},
|
|
37
|
+
warning: {},
|
|
38
|
+
danger: {}
|
|
39
39
|
},
|
|
40
40
|
disabled: {
|
|
41
41
|
true: {
|
|
@@ -44,12 +44,7 @@ var buttonBaseStyle = tv({
|
|
|
44
44
|
},
|
|
45
45
|
isInGroup: {
|
|
46
46
|
true: {
|
|
47
|
-
base: [
|
|
48
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
49
|
-
"first:rounded-r-none",
|
|
50
|
-
"last:rounded-l-none",
|
|
51
|
-
"[&:not(:first-child)]:border-l-0"
|
|
52
|
-
]
|
|
47
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
53
48
|
}
|
|
54
49
|
}
|
|
55
50
|
},
|
|
@@ -229,91 +224,49 @@ var buttonBaseStyle = tv({
|
|
|
229
224
|
variant: "outline",
|
|
230
225
|
color: "primary",
|
|
231
226
|
class: {
|
|
232
|
-
base: [
|
|
233
|
-
"bg-body-background",
|
|
234
|
-
"border-primary-main",
|
|
235
|
-
"text-primary-main",
|
|
236
|
-
"hover:bg-primary-soft",
|
|
237
|
-
"active:bg-primary-light"
|
|
238
|
-
]
|
|
227
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
239
228
|
}
|
|
240
229
|
},
|
|
241
230
|
{
|
|
242
231
|
variant: "outline",
|
|
243
232
|
color: "secondary",
|
|
244
233
|
class: {
|
|
245
|
-
base: [
|
|
246
|
-
"bg-body-background",
|
|
247
|
-
"border-secondary-main",
|
|
248
|
-
"text-secondary-main",
|
|
249
|
-
"hover:bg-secondary-soft",
|
|
250
|
-
"active:bg-secondary-light"
|
|
251
|
-
]
|
|
234
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
252
235
|
}
|
|
253
236
|
},
|
|
254
237
|
{
|
|
255
238
|
variant: "outline",
|
|
256
239
|
color: "neutral",
|
|
257
240
|
class: {
|
|
258
|
-
base: [
|
|
259
|
-
"bg-body-background",
|
|
260
|
-
"border-neutral-main",
|
|
261
|
-
"text-neutral-main",
|
|
262
|
-
"hover:bg-neutral-soft",
|
|
263
|
-
"active:bg-neutral-light"
|
|
264
|
-
]
|
|
241
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
265
242
|
}
|
|
266
243
|
},
|
|
267
244
|
{
|
|
268
245
|
variant: "outline",
|
|
269
246
|
color: "info",
|
|
270
247
|
class: {
|
|
271
|
-
base: [
|
|
272
|
-
"bg-body-background",
|
|
273
|
-
"border-info-main",
|
|
274
|
-
"text-info-main",
|
|
275
|
-
"hover:bg-info-soft",
|
|
276
|
-
"active:bg-info-light"
|
|
277
|
-
]
|
|
248
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
278
249
|
}
|
|
279
250
|
},
|
|
280
251
|
{
|
|
281
252
|
variant: "outline",
|
|
282
253
|
color: "success",
|
|
283
254
|
class: {
|
|
284
|
-
base: [
|
|
285
|
-
"bg-body-background",
|
|
286
|
-
"border-success-main",
|
|
287
|
-
"text-success-main",
|
|
288
|
-
"hover:bg-success-soft",
|
|
289
|
-
"active:bg-success-light"
|
|
290
|
-
]
|
|
255
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
291
256
|
}
|
|
292
257
|
},
|
|
293
258
|
{
|
|
294
259
|
variant: "outline",
|
|
295
260
|
color: "warning",
|
|
296
261
|
class: {
|
|
297
|
-
base: [
|
|
298
|
-
"bg-body-background",
|
|
299
|
-
"border-warning-main",
|
|
300
|
-
"text-warning-main",
|
|
301
|
-
"hover:bg-warning-soft",
|
|
302
|
-
"active:bg-warning-light"
|
|
303
|
-
]
|
|
262
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
304
263
|
}
|
|
305
264
|
},
|
|
306
265
|
{
|
|
307
266
|
variant: "outline",
|
|
308
267
|
color: "danger",
|
|
309
268
|
class: {
|
|
310
|
-
base: [
|
|
311
|
-
"bg-body-background",
|
|
312
|
-
"border-danger-main",
|
|
313
|
-
"text-danger-main",
|
|
314
|
-
"hover:bg-danger-soft",
|
|
315
|
-
"active:bg-danger-light"
|
|
316
|
-
]
|
|
269
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
317
270
|
}
|
|
318
271
|
},
|
|
319
272
|
// ghost & color
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "../../chunk-GSOTTSR4.mjs";
|
|
6
6
|
import {
|
|
7
7
|
accordionItem_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-NKYNCXOU.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-DPWUIAVC.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -5675,19 +5675,19 @@ var buttonBaseStyle = tv({
|
|
|
5675
5675
|
},
|
|
5676
5676
|
variants: {
|
|
5677
5677
|
variant: {
|
|
5678
|
-
solid:
|
|
5679
|
-
soft:
|
|
5680
|
-
outline: [],
|
|
5681
|
-
ghost:
|
|
5678
|
+
solid: {},
|
|
5679
|
+
soft: {},
|
|
5680
|
+
outline: { base: ["bg-transparent"] },
|
|
5681
|
+
ghost: {}
|
|
5682
5682
|
},
|
|
5683
5683
|
color: {
|
|
5684
|
-
primary:
|
|
5685
|
-
secondary:
|
|
5686
|
-
neutral:
|
|
5687
|
-
info:
|
|
5688
|
-
success:
|
|
5689
|
-
warning:
|
|
5690
|
-
danger:
|
|
5684
|
+
primary: {},
|
|
5685
|
+
secondary: {},
|
|
5686
|
+
neutral: {},
|
|
5687
|
+
info: {},
|
|
5688
|
+
success: {},
|
|
5689
|
+
warning: {},
|
|
5690
|
+
danger: {}
|
|
5691
5691
|
},
|
|
5692
5692
|
disabled: {
|
|
5693
5693
|
true: {
|
|
@@ -5696,12 +5696,7 @@ var buttonBaseStyle = tv({
|
|
|
5696
5696
|
},
|
|
5697
5697
|
isInGroup: {
|
|
5698
5698
|
true: {
|
|
5699
|
-
base: [
|
|
5700
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
5701
|
-
"first:rounded-r-none",
|
|
5702
|
-
"last:rounded-l-none",
|
|
5703
|
-
"[&:not(:first-child)]:border-l-0"
|
|
5704
|
-
]
|
|
5699
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
5705
5700
|
}
|
|
5706
5701
|
}
|
|
5707
5702
|
},
|
|
@@ -5881,91 +5876,49 @@ var buttonBaseStyle = tv({
|
|
|
5881
5876
|
variant: "outline",
|
|
5882
5877
|
color: "primary",
|
|
5883
5878
|
class: {
|
|
5884
|
-
base: [
|
|
5885
|
-
"bg-body-background",
|
|
5886
|
-
"border-primary-main",
|
|
5887
|
-
"text-primary-main",
|
|
5888
|
-
"hover:bg-primary-soft",
|
|
5889
|
-
"active:bg-primary-light"
|
|
5890
|
-
]
|
|
5879
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
5891
5880
|
}
|
|
5892
5881
|
},
|
|
5893
5882
|
{
|
|
5894
5883
|
variant: "outline",
|
|
5895
5884
|
color: "secondary",
|
|
5896
5885
|
class: {
|
|
5897
|
-
base: [
|
|
5898
|
-
"bg-body-background",
|
|
5899
|
-
"border-secondary-main",
|
|
5900
|
-
"text-secondary-main",
|
|
5901
|
-
"hover:bg-secondary-soft",
|
|
5902
|
-
"active:bg-secondary-light"
|
|
5903
|
-
]
|
|
5886
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
5904
5887
|
}
|
|
5905
5888
|
},
|
|
5906
5889
|
{
|
|
5907
5890
|
variant: "outline",
|
|
5908
5891
|
color: "neutral",
|
|
5909
5892
|
class: {
|
|
5910
|
-
base: [
|
|
5911
|
-
"bg-body-background",
|
|
5912
|
-
"border-neutral-main",
|
|
5913
|
-
"text-neutral-main",
|
|
5914
|
-
"hover:bg-neutral-soft",
|
|
5915
|
-
"active:bg-neutral-light"
|
|
5916
|
-
]
|
|
5893
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
5917
5894
|
}
|
|
5918
5895
|
},
|
|
5919
5896
|
{
|
|
5920
5897
|
variant: "outline",
|
|
5921
5898
|
color: "info",
|
|
5922
5899
|
class: {
|
|
5923
|
-
base: [
|
|
5924
|
-
"bg-body-background",
|
|
5925
|
-
"border-info-main",
|
|
5926
|
-
"text-info-main",
|
|
5927
|
-
"hover:bg-info-soft",
|
|
5928
|
-
"active:bg-info-light"
|
|
5929
|
-
]
|
|
5900
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
5930
5901
|
}
|
|
5931
5902
|
},
|
|
5932
5903
|
{
|
|
5933
5904
|
variant: "outline",
|
|
5934
5905
|
color: "success",
|
|
5935
5906
|
class: {
|
|
5936
|
-
base: [
|
|
5937
|
-
"bg-body-background",
|
|
5938
|
-
"border-success-main",
|
|
5939
|
-
"text-success-main",
|
|
5940
|
-
"hover:bg-success-soft",
|
|
5941
|
-
"active:bg-success-light"
|
|
5942
|
-
]
|
|
5907
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
5943
5908
|
}
|
|
5944
5909
|
},
|
|
5945
5910
|
{
|
|
5946
5911
|
variant: "outline",
|
|
5947
5912
|
color: "warning",
|
|
5948
5913
|
class: {
|
|
5949
|
-
base: [
|
|
5950
|
-
"bg-body-background",
|
|
5951
|
-
"border-warning-main",
|
|
5952
|
-
"text-warning-main",
|
|
5953
|
-
"hover:bg-warning-soft",
|
|
5954
|
-
"active:bg-warning-light"
|
|
5955
|
-
]
|
|
5914
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
5956
5915
|
}
|
|
5957
5916
|
},
|
|
5958
5917
|
{
|
|
5959
5918
|
variant: "outline",
|
|
5960
5919
|
color: "danger",
|
|
5961
5920
|
class: {
|
|
5962
|
-
base: [
|
|
5963
|
-
"bg-body-background",
|
|
5964
|
-
"border-danger-main",
|
|
5965
|
-
"text-danger-main",
|
|
5966
|
-
"hover:bg-danger-soft",
|
|
5967
|
-
"active:bg-danger-light"
|
|
5968
|
-
]
|
|
5921
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
5969
5922
|
}
|
|
5970
5923
|
},
|
|
5971
5924
|
// ghost & color
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-DEKPVTFX.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-BTAOTEW7.mjs";
|
|
7
|
+
import "../../chunk-67DEFPS6.mjs";
|
|
8
|
+
import "../../chunk-JXIQOVRO.mjs";
|
|
9
|
+
import "../../chunk-T6IFFFAD.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-SZL743JC.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
14
|
import "../../chunk-A6UUVHC6.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-ROG3BOMM.mjs";
|
|
16
16
|
import "../../chunk-AOU4QX7H.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|