@deepnoid/ui 0.1.55 → 0.1.57
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 +178 -168
- package/dist/chunk-32GA3YW4.mjs +1 -0
- package/dist/{chunk-ZVGVLD3T.mjs → chunk-3I7QA57V.mjs} +23 -0
- package/dist/{chunk-X3A2QD6L.mjs → chunk-3ONHMYAP.mjs} +1 -1
- package/dist/{chunk-7XFHA2U5.mjs → chunk-4T7R3PEH.mjs} +1 -1
- package/dist/{chunk-PVFDO2WN.mjs → chunk-73RWXO3Y.mjs} +1 -1
- package/dist/{chunk-5SNPCI6I.mjs → chunk-C4AGYO7C.mjs} +1 -1
- package/dist/{chunk-FKKDEWW3.mjs → chunk-DFBPLQMN.mjs} +4 -4
- package/dist/{chunk-LF4SL2LJ.mjs → chunk-DLFXCMUU.mjs} +1 -1
- package/dist/{chunk-YUMQWCQ3.mjs → chunk-DLQGQUCD.mjs} +1 -1
- package/dist/{chunk-YQ2ULGET.mjs → chunk-DN6AW7DN.mjs} +12 -14
- package/dist/{chunk-LTNDSCRA.mjs → chunk-DZ6QJCDZ.mjs} +1 -1
- package/dist/{chunk-RQ6ADHCR.mjs → chunk-GL5J2BKI.mjs} +1 -1
- package/dist/{chunk-GMNQDNPW.mjs → chunk-HHRKPSO6.mjs} +1 -1
- package/dist/{chunk-GC3GYCKY.mjs → chunk-JDWX2LKJ.mjs} +1 -1
- package/dist/{chunk-Y3FMWQ7R.mjs → chunk-L3RCWZTV.mjs} +1 -1
- package/dist/{chunk-RBQEUS4K.mjs → chunk-LDRIZFBK.mjs} +3 -3
- package/dist/{chunk-OTEWHVER.mjs → chunk-LQEA2HU5.mjs} +2 -2
- package/dist/chunk-LSO5QZIT.mjs +174 -0
- package/dist/{chunk-T43IV3GD.mjs → chunk-N4TTHIUT.mjs} +2 -2
- package/dist/{chunk-NWV5ELFP.mjs → chunk-PMZH6GPQ.mjs} +3 -3
- package/dist/{chunk-FDBWNO2X.mjs → chunk-UETBYMGS.mjs} +1 -1
- package/dist/{chunk-MXLJ3B4K.mjs → chunk-YZDZYMBP.mjs} +2 -2
- package/dist/components/avatar/avatar.js +23 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +23 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +23 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +23 -0
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button.d.mts +3 -9
- package/dist/components/button/button.d.ts +3 -9
- package/dist/components/button/button.js +31 -10
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.js +23 -0
- package/dist/components/button/icon-button.mjs +4 -4
- package/dist/components/button/index.js +31 -10
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/chip/chip.js +23 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +23 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +23 -0
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +23 -0
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +23 -0
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/drawer/drawer.d.mts +89 -0
- package/dist/components/drawer/drawer.d.ts +89 -0
- package/dist/components/drawer/drawer.js +544 -0
- package/dist/components/drawer/drawer.mjs +11 -0
- package/dist/components/drawer/index.d.mts +4 -0
- package/dist/components/drawer/index.d.ts +4 -0
- package/dist/components/drawer/index.js +550 -0
- package/dist/components/drawer/index.mjs +12 -0
- package/dist/components/fileUpload/fileUpload.js +31 -10
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +31 -10
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +23 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +23 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +23 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +23 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +23 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +23 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +31 -10
- package/dist/components/modal/index.mjs +6 -6
- package/dist/components/modal/modal.js +31 -10
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/pagination/index.js +23 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +23 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +23 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +23 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +23 -0
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +23 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +23 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +23 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +23 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +23 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +408 -225
- package/dist/index.mjs +38 -33
- package/package.json +1 -1
|
@@ -3,20 +3,20 @@ import {
|
|
|
3
3
|
FileUpload,
|
|
4
4
|
fileUploadStyle,
|
|
5
5
|
fileUpload_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-LDRIZFBK.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-UETBYMGS.mjs";
|
|
9
9
|
import "../../chunk-MY5U63QO.mjs";
|
|
10
10
|
import "../../chunk-LPZOH3RP.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-DN6AW7DN.mjs";
|
|
12
|
+
import "../../chunk-DFBPLQMN.mjs";
|
|
13
13
|
import "../../chunk-6WSACUIB.mjs";
|
|
14
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
15
14
|
import "../../chunk-6PNKRBUT.mjs";
|
|
15
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
16
16
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
18
18
|
import "../../chunk-WFMFC7R6.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
20
20
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -707,6 +707,29 @@ var template = {
|
|
|
707
707
|
}
|
|
708
708
|
);
|
|
709
709
|
},
|
|
710
|
+
down: ({ className }) => {
|
|
711
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
712
|
+
"svg",
|
|
713
|
+
{
|
|
714
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
715
|
+
width: "21",
|
|
716
|
+
height: "21",
|
|
717
|
+
viewBox: "0 0 21 21",
|
|
718
|
+
fill: "none",
|
|
719
|
+
className,
|
|
720
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
721
|
+
"path",
|
|
722
|
+
{
|
|
723
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
724
|
+
stroke: "currentColor",
|
|
725
|
+
strokeWidth: "1.5",
|
|
726
|
+
strokeLinecap: "round",
|
|
727
|
+
strokeLinejoin: "round"
|
|
728
|
+
}
|
|
729
|
+
)
|
|
730
|
+
}
|
|
731
|
+
);
|
|
732
|
+
},
|
|
710
733
|
// ----------------------------------- old ---------------------------------
|
|
711
734
|
// ** Status **
|
|
712
735
|
check: ({ className, fill }) => {
|
|
@@ -4904,9 +4927,7 @@ var buttonStyle = tv({
|
|
|
4904
4927
|
variant: {
|
|
4905
4928
|
solid: "",
|
|
4906
4929
|
soft: "",
|
|
4907
|
-
outline:
|
|
4908
|
-
base: "bg-transparent border-transparent"
|
|
4909
|
-
},
|
|
4930
|
+
outline: "",
|
|
4910
4931
|
ghost: ""
|
|
4911
4932
|
},
|
|
4912
4933
|
color: {
|
|
@@ -5077,49 +5098,49 @@ var buttonStyle = tv({
|
|
|
5077
5098
|
variant: "outline",
|
|
5078
5099
|
color: "primary",
|
|
5079
5100
|
class: {
|
|
5080
|
-
base: ["bg-
|
|
5101
|
+
base: ["bg-body-background", "border-primary-main", "text-primary-main", "hover:bg-primary-soft"]
|
|
5081
5102
|
}
|
|
5082
5103
|
},
|
|
5083
5104
|
{
|
|
5084
5105
|
variant: "outline",
|
|
5085
5106
|
color: "secondary",
|
|
5086
5107
|
class: {
|
|
5087
|
-
base: ["bg-
|
|
5108
|
+
base: ["bg-body-background", "border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft"]
|
|
5088
5109
|
}
|
|
5089
5110
|
},
|
|
5090
5111
|
{
|
|
5091
5112
|
variant: "outline",
|
|
5092
5113
|
color: "neutral",
|
|
5093
5114
|
class: {
|
|
5094
|
-
base: ["bg-
|
|
5115
|
+
base: ["bg-body-background", "border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft"]
|
|
5095
5116
|
}
|
|
5096
5117
|
},
|
|
5097
5118
|
{
|
|
5098
5119
|
variant: "outline",
|
|
5099
5120
|
color: "info",
|
|
5100
5121
|
class: {
|
|
5101
|
-
base: ["bg-
|
|
5122
|
+
base: ["bg-body-background", "border-info-main", "text-info-main", "hover:bg-info-soft"]
|
|
5102
5123
|
}
|
|
5103
5124
|
},
|
|
5104
5125
|
{
|
|
5105
5126
|
variant: "outline",
|
|
5106
5127
|
color: "success",
|
|
5107
5128
|
class: {
|
|
5108
|
-
base: ["bg-
|
|
5129
|
+
base: ["bg-body-background", "border-success-main", "text-success-main", "hover:bg-success-soft"]
|
|
5109
5130
|
}
|
|
5110
5131
|
},
|
|
5111
5132
|
{
|
|
5112
5133
|
variant: "outline",
|
|
5113
5134
|
color: "warning",
|
|
5114
5135
|
class: {
|
|
5115
|
-
base: ["bg-
|
|
5136
|
+
base: ["bg-body-background", "border-warning-main", "text-warning-main", "hover:bg-warning-soft"]
|
|
5116
5137
|
}
|
|
5117
5138
|
},
|
|
5118
5139
|
{
|
|
5119
5140
|
variant: "outline",
|
|
5120
5141
|
color: "danger",
|
|
5121
5142
|
class: {
|
|
5122
|
-
base: ["bg-
|
|
5143
|
+
base: ["bg-body-background", "border-danger-main", "text-danger-main", "hover:bg-danger-soft"]
|
|
5123
5144
|
}
|
|
5124
5145
|
},
|
|
5125
5146
|
// ghost & color
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-LDRIZFBK.mjs";
|
|
6
6
|
import "../../chunk-2GCSFWHD.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-UETBYMGS.mjs";
|
|
8
8
|
import "../../chunk-MY5U63QO.mjs";
|
|
9
9
|
import "../../chunk-LPZOH3RP.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-DN6AW7DN.mjs";
|
|
11
|
+
import "../../chunk-DFBPLQMN.mjs";
|
|
12
12
|
import "../../chunk-6WSACUIB.mjs";
|
|
13
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
14
13
|
import "../../chunk-6PNKRBUT.mjs";
|
|
14
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
17
17
|
import "../../chunk-WFMFC7R6.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
19
19
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -100,6 +100,10 @@ declare const iconTemplate: {
|
|
|
100
100
|
className?: string;
|
|
101
101
|
fill?: boolean;
|
|
102
102
|
}) => react_jsx_runtime.JSX.Element;
|
|
103
|
+
down: ({ className }: {
|
|
104
|
+
className?: string;
|
|
105
|
+
fill?: boolean;
|
|
106
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
103
107
|
check: ({ className, fill }: {
|
|
104
108
|
className?: string;
|
|
105
109
|
fill?: boolean;
|
|
@@ -100,6 +100,10 @@ declare const iconTemplate: {
|
|
|
100
100
|
className?: string;
|
|
101
101
|
fill?: boolean;
|
|
102
102
|
}) => react_jsx_runtime.JSX.Element;
|
|
103
|
+
down: ({ className }: {
|
|
104
|
+
className?: string;
|
|
105
|
+
fill?: boolean;
|
|
106
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
103
107
|
check: ({ className, fill }: {
|
|
104
108
|
className?: string;
|
|
105
109
|
fill?: boolean;
|
|
@@ -620,6 +620,29 @@ var template = {
|
|
|
620
620
|
}
|
|
621
621
|
);
|
|
622
622
|
},
|
|
623
|
+
down: ({ className }) => {
|
|
624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
625
|
+
"svg",
|
|
626
|
+
{
|
|
627
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
628
|
+
width: "21",
|
|
629
|
+
height: "21",
|
|
630
|
+
viewBox: "0 0 21 21",
|
|
631
|
+
fill: "none",
|
|
632
|
+
className,
|
|
633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
634
|
+
"path",
|
|
635
|
+
{
|
|
636
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
637
|
+
stroke: "currentColor",
|
|
638
|
+
strokeWidth: "1.5",
|
|
639
|
+
strokeLinecap: "round",
|
|
640
|
+
strokeLinejoin: "round"
|
|
641
|
+
}
|
|
642
|
+
)
|
|
643
|
+
}
|
|
644
|
+
);
|
|
645
|
+
},
|
|
623
646
|
// ----------------------------------- old ---------------------------------
|
|
624
647
|
// ** Status **
|
|
625
648
|
check: ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-DZ6QJCDZ.mjs";
|
|
6
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -620,6 +620,29 @@ var template = {
|
|
|
620
620
|
}
|
|
621
621
|
);
|
|
622
622
|
},
|
|
623
|
+
down: ({ className }) => {
|
|
624
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
625
|
+
"svg",
|
|
626
|
+
{
|
|
627
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
628
|
+
width: "21",
|
|
629
|
+
height: "21",
|
|
630
|
+
viewBox: "0 0 21 21",
|
|
631
|
+
fill: "none",
|
|
632
|
+
className,
|
|
633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
634
|
+
"path",
|
|
635
|
+
{
|
|
636
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
637
|
+
stroke: "currentColor",
|
|
638
|
+
strokeWidth: "1.5",
|
|
639
|
+
strokeLinecap: "round",
|
|
640
|
+
strokeLinejoin: "round"
|
|
641
|
+
}
|
|
642
|
+
)
|
|
643
|
+
}
|
|
644
|
+
);
|
|
645
|
+
},
|
|
623
646
|
// ----------------------------------- old ---------------------------------
|
|
624
647
|
// ** Status **
|
|
625
648
|
check: ({ className, fill }) => {
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-DZ6QJCDZ.mjs";
|
|
7
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -29,6 +29,7 @@ declare const template: {
|
|
|
29
29
|
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
30
|
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
31
|
circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
|
+
down: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
33
34
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -29,6 +29,7 @@ declare const template: {
|
|
|
29
29
|
minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
30
|
pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
31
|
circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
|
+
down: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
33
34
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -617,6 +617,29 @@ var template = {
|
|
|
617
617
|
}
|
|
618
618
|
);
|
|
619
619
|
},
|
|
620
|
+
down: ({ className }) => {
|
|
621
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
622
|
+
"svg",
|
|
623
|
+
{
|
|
624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
625
|
+
width: "21",
|
|
626
|
+
height: "21",
|
|
627
|
+
viewBox: "0 0 21 21",
|
|
628
|
+
fill: "none",
|
|
629
|
+
className,
|
|
630
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
631
|
+
"path",
|
|
632
|
+
{
|
|
633
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
634
|
+
stroke: "currentColor",
|
|
635
|
+
strokeWidth: "1.5",
|
|
636
|
+
strokeLinecap: "round",
|
|
637
|
+
strokeLinejoin: "round"
|
|
638
|
+
}
|
|
639
|
+
)
|
|
640
|
+
}
|
|
641
|
+
);
|
|
642
|
+
},
|
|
620
643
|
// ----------------------------------- old ---------------------------------
|
|
621
644
|
// ** Status **
|
|
622
645
|
check: ({ className, fill }) => {
|
|
@@ -703,6 +703,29 @@ var template = {
|
|
|
703
703
|
}
|
|
704
704
|
);
|
|
705
705
|
},
|
|
706
|
+
down: ({ className }) => {
|
|
707
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
708
|
+
"svg",
|
|
709
|
+
{
|
|
710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
711
|
+
width: "21",
|
|
712
|
+
height: "21",
|
|
713
|
+
viewBox: "0 0 21 21",
|
|
714
|
+
fill: "none",
|
|
715
|
+
className,
|
|
716
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
717
|
+
"path",
|
|
718
|
+
{
|
|
719
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
720
|
+
stroke: "currentColor",
|
|
721
|
+
strokeWidth: "1.5",
|
|
722
|
+
strokeLinecap: "round",
|
|
723
|
+
strokeLinejoin: "round"
|
|
724
|
+
}
|
|
725
|
+
)
|
|
726
|
+
}
|
|
727
|
+
);
|
|
728
|
+
},
|
|
706
729
|
// ----------------------------------- old ---------------------------------
|
|
707
730
|
// ** Status **
|
|
708
731
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-UETBYMGS.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
8
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -702,6 +702,29 @@ var template = {
|
|
|
702
702
|
}
|
|
703
703
|
);
|
|
704
704
|
},
|
|
705
|
+
down: ({ className }) => {
|
|
706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
707
|
+
"svg",
|
|
708
|
+
{
|
|
709
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
710
|
+
width: "21",
|
|
711
|
+
height: "21",
|
|
712
|
+
viewBox: "0 0 21 21",
|
|
713
|
+
fill: "none",
|
|
714
|
+
className,
|
|
715
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
716
|
+
"path",
|
|
717
|
+
{
|
|
718
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
719
|
+
stroke: "currentColor",
|
|
720
|
+
strokeWidth: "1.5",
|
|
721
|
+
strokeLinecap: "round",
|
|
722
|
+
strokeLinejoin: "round"
|
|
723
|
+
}
|
|
724
|
+
)
|
|
725
|
+
}
|
|
726
|
+
);
|
|
727
|
+
},
|
|
705
728
|
// ----------------------------------- old ---------------------------------
|
|
706
729
|
// ** Status **
|
|
707
730
|
check: ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-UETBYMGS.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
8
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -991,6 +991,29 @@ var template = {
|
|
|
991
991
|
}
|
|
992
992
|
);
|
|
993
993
|
},
|
|
994
|
+
down: ({ className }) => {
|
|
995
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
996
|
+
"svg",
|
|
997
|
+
{
|
|
998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
999
|
+
width: "21",
|
|
1000
|
+
height: "21",
|
|
1001
|
+
viewBox: "0 0 21 21",
|
|
1002
|
+
fill: "none",
|
|
1003
|
+
className,
|
|
1004
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1005
|
+
"path",
|
|
1006
|
+
{
|
|
1007
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
1008
|
+
stroke: "currentColor",
|
|
1009
|
+
strokeWidth: "1.5",
|
|
1010
|
+
strokeLinecap: "round",
|
|
1011
|
+
strokeLinejoin: "round"
|
|
1012
|
+
}
|
|
1013
|
+
)
|
|
1014
|
+
}
|
|
1015
|
+
);
|
|
1016
|
+
},
|
|
994
1017
|
// ----------------------------------- old ---------------------------------
|
|
995
1018
|
// ** Status **
|
|
996
1019
|
check: ({ className, fill }) => {
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
} from "../../chunk-HIVPDIEP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-YZDZYMBP.mjs";
|
|
9
|
+
import "../../chunk-JDWX2LKJ.mjs";
|
|
10
10
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
12
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
13
13
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
14
14
|
import "../../chunk-E3G5QXSH.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -941,6 +941,29 @@ var template = {
|
|
|
941
941
|
}
|
|
942
942
|
);
|
|
943
943
|
},
|
|
944
|
+
down: ({ className }) => {
|
|
945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
946
|
+
"svg",
|
|
947
|
+
{
|
|
948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
949
|
+
width: "21",
|
|
950
|
+
height: "21",
|
|
951
|
+
viewBox: "0 0 21 21",
|
|
952
|
+
fill: "none",
|
|
953
|
+
className,
|
|
954
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
955
|
+
"path",
|
|
956
|
+
{
|
|
957
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
958
|
+
stroke: "currentColor",
|
|
959
|
+
strokeWidth: "1.5",
|
|
960
|
+
strokeLinecap: "round",
|
|
961
|
+
strokeLinejoin: "round"
|
|
962
|
+
}
|
|
963
|
+
)
|
|
964
|
+
}
|
|
965
|
+
);
|
|
966
|
+
},
|
|
944
967
|
// ----------------------------------- old ---------------------------------
|
|
945
968
|
// ** Status **
|
|
946
969
|
check: ({ className, fill }) => {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-YZDZYMBP.mjs";
|
|
5
|
+
import "../../chunk-JDWX2LKJ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
8
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
9
9
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -941,6 +941,29 @@ var template = {
|
|
|
941
941
|
}
|
|
942
942
|
);
|
|
943
943
|
},
|
|
944
|
+
down: ({ className }) => {
|
|
945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
946
|
+
"svg",
|
|
947
|
+
{
|
|
948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
949
|
+
width: "21",
|
|
950
|
+
height: "21",
|
|
951
|
+
viewBox: "0 0 21 21",
|
|
952
|
+
fill: "none",
|
|
953
|
+
className,
|
|
954
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
955
|
+
"path",
|
|
956
|
+
{
|
|
957
|
+
d: "M15.1667 8.16602L10.5 12.8327L5.83333 8.16602",
|
|
958
|
+
stroke: "currentColor",
|
|
959
|
+
strokeWidth: "1.5",
|
|
960
|
+
strokeLinecap: "round",
|
|
961
|
+
strokeLinejoin: "round"
|
|
962
|
+
}
|
|
963
|
+
)
|
|
964
|
+
}
|
|
965
|
+
);
|
|
966
|
+
},
|
|
944
967
|
// ----------------------------------- old ---------------------------------
|
|
945
968
|
// ** Status **
|
|
946
969
|
check: ({ className, fill }) => {
|
|
@@ -4497,9 +4520,7 @@ var buttonStyle = tv({
|
|
|
4497
4520
|
variant: {
|
|
4498
4521
|
solid: "",
|
|
4499
4522
|
soft: "",
|
|
4500
|
-
outline:
|
|
4501
|
-
base: "bg-transparent border-transparent"
|
|
4502
|
-
},
|
|
4523
|
+
outline: "",
|
|
4503
4524
|
ghost: ""
|
|
4504
4525
|
},
|
|
4505
4526
|
color: {
|
|
@@ -4670,49 +4691,49 @@ var buttonStyle = tv({
|
|
|
4670
4691
|
variant: "outline",
|
|
4671
4692
|
color: "primary",
|
|
4672
4693
|
class: {
|
|
4673
|
-
base: ["bg-
|
|
4694
|
+
base: ["bg-body-background", "border-primary-main", "text-primary-main", "hover:bg-primary-soft"]
|
|
4674
4695
|
}
|
|
4675
4696
|
},
|
|
4676
4697
|
{
|
|
4677
4698
|
variant: "outline",
|
|
4678
4699
|
color: "secondary",
|
|
4679
4700
|
class: {
|
|
4680
|
-
base: ["bg-
|
|
4701
|
+
base: ["bg-body-background", "border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft"]
|
|
4681
4702
|
}
|
|
4682
4703
|
},
|
|
4683
4704
|
{
|
|
4684
4705
|
variant: "outline",
|
|
4685
4706
|
color: "neutral",
|
|
4686
4707
|
class: {
|
|
4687
|
-
base: ["bg-
|
|
4708
|
+
base: ["bg-body-background", "border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft"]
|
|
4688
4709
|
}
|
|
4689
4710
|
},
|
|
4690
4711
|
{
|
|
4691
4712
|
variant: "outline",
|
|
4692
4713
|
color: "info",
|
|
4693
4714
|
class: {
|
|
4694
|
-
base: ["bg-
|
|
4715
|
+
base: ["bg-body-background", "border-info-main", "text-info-main", "hover:bg-info-soft"]
|
|
4695
4716
|
}
|
|
4696
4717
|
},
|
|
4697
4718
|
{
|
|
4698
4719
|
variant: "outline",
|
|
4699
4720
|
color: "success",
|
|
4700
4721
|
class: {
|
|
4701
|
-
base: ["bg-
|
|
4722
|
+
base: ["bg-body-background", "border-success-main", "text-success-main", "hover:bg-success-soft"]
|
|
4702
4723
|
}
|
|
4703
4724
|
},
|
|
4704
4725
|
{
|
|
4705
4726
|
variant: "outline",
|
|
4706
4727
|
color: "warning",
|
|
4707
4728
|
class: {
|
|
4708
|
-
base: ["bg-
|
|
4729
|
+
base: ["bg-body-background", "border-warning-main", "text-warning-main", "hover:bg-warning-soft"]
|
|
4709
4730
|
}
|
|
4710
4731
|
},
|
|
4711
4732
|
{
|
|
4712
4733
|
variant: "outline",
|
|
4713
4734
|
color: "danger",
|
|
4714
4735
|
class: {
|
|
4715
|
-
base: ["bg-
|
|
4736
|
+
base: ["bg-body-background", "border-danger-main", "text-danger-main", "hover:bg-danger-soft"]
|
|
4716
4737
|
}
|
|
4717
4738
|
},
|
|
4718
4739
|
// ghost & color
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import "../../chunk-DJOG6Z35.mjs";
|
|
3
3
|
import {
|
|
4
4
|
modal_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-N4TTHIUT.mjs";
|
|
6
6
|
import "../../chunk-SE5TU755.mjs";
|
|
7
7
|
import "../../chunk-LL6F3WDX.mjs";
|
|
8
8
|
import "../../chunk-MY5U63QO.mjs";
|
|
9
9
|
import "../../chunk-LPZOH3RP.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-DN6AW7DN.mjs";
|
|
11
|
+
import "../../chunk-DFBPLQMN.mjs";
|
|
12
12
|
import "../../chunk-6WSACUIB.mjs";
|
|
13
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
14
13
|
import "../../chunk-6PNKRBUT.mjs";
|
|
14
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-DZ6QJCDZ.mjs";
|
|
17
17
|
import "../../chunk-WFMFC7R6.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-3I7QA57V.mjs";
|
|
19
19
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-E3G5QXSH.mjs";
|