@deepnoid/ui 0.1.12 → 0.1.14
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 +166 -156
- package/dist/{chunk-LHDOM76J.mjs → chunk-2KAR2PTQ.mjs} +1 -1
- package/dist/{chunk-QYJORE4E.mjs → chunk-4GLKWK3Z.mjs} +1 -1
- package/dist/{chunk-H5DOTBKA.mjs → chunk-56RN6YOP.mjs} +1 -1
- package/dist/{chunk-RMTHVIPI.mjs → chunk-57WBWSSL.mjs} +2 -2
- package/dist/{chunk-ILFY6MZ6.mjs → chunk-6G7GOPSB.mjs} +5 -5
- package/dist/{chunk-G3LQ3ZX6.mjs → chunk-72JRFZCH.mjs} +4 -4
- package/dist/{chunk-PI6Q5JDU.mjs → chunk-7R4NOC2G.mjs} +11 -11
- package/dist/{chunk-6BBDU4HW.mjs → chunk-7R4QY3TA.mjs} +1 -1
- package/dist/{chunk-M5KV3WZ2.mjs → chunk-A7OXEUCC.mjs} +29 -37
- package/dist/{chunk-W55GVLPJ.mjs → chunk-AHTNXGAY.mjs} +1 -1
- package/dist/{chunk-M2IRRTFM.mjs → chunk-D7WPZ5C6.mjs} +17 -14
- package/dist/{chunk-RRI3I435.mjs → chunk-DADMVOYI.mjs} +1 -1
- package/dist/{chunk-ASQAVFM5.mjs → chunk-GQS6V47G.mjs} +1 -1
- package/dist/{chunk-C62UPLCC.mjs → chunk-GXWSYM7Z.mjs} +2 -2
- package/dist/{chunk-OHDRKCOC.mjs → chunk-KFBG45BI.mjs} +43 -26
- package/dist/chunk-KSZEUKBY.mjs +143 -0
- package/dist/{chunk-KHI2DZTG.mjs → chunk-LP724WOP.mjs} +4 -4
- package/dist/{chunk-BWURZ3WF.mjs → chunk-NEUCUEIG.mjs} +2 -2
- package/dist/{chunk-DPCE4DLW.mjs → chunk-NJ4PBW65.mjs} +1 -1
- package/dist/chunk-QRAHATAM.mjs +380 -0
- package/dist/{chunk-N4F3R6HG.mjs → chunk-WB24YDE2.mjs} +1 -1
- package/dist/{chunk-N4UFXIUC.mjs → chunk-YQGZRSUQ.mjs} +1 -1
- package/dist/components/avatar/avatar.js +29 -37
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +29 -37
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.d.mts +0 -3
- package/dist/components/breadcrumb/breadcrumb.d.ts +0 -3
- package/dist/components/breadcrumb/breadcrumb.js +257 -66
- package/dist/components/breadcrumb/breadcrumb.mjs +13 -3
- package/dist/components/breadcrumb/index.js +257 -66
- package/dist/components/breadcrumb/index.mjs +13 -3
- package/dist/components/button/button-group.js +1 -1
- package/dist/components/button/button-group.mjs +1 -1
- package/dist/components/button/button.js +29 -37
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.d.mts +157 -0
- package/dist/components/button/icon-button.d.ts +157 -0
- package/dist/components/button/icon-button.js +4674 -0
- package/dist/components/button/icon-button.mjs +16 -0
- package/dist/components/button/index.d.mts +5 -0
- package/dist/components/button/index.d.ts +5 -0
- package/dist/components/button/index.js +566 -45
- package/dist/components/button/index.mjs +16 -7
- package/dist/components/button/text-button.d.mts +146 -0
- package/dist/components/button/text-button.d.ts +146 -0
- package/dist/components/button/text-button.js +507 -0
- package/dist/components/button/text-button.mjs +11 -0
- package/dist/components/chip/chip.js +29 -37
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +29 -37
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +29 -37
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +29 -37
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +29 -37
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +29 -37
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +4 -4
- package/dist/components/icon/Icon.d.ts +4 -4
- package/dist/components/icon/Icon.js +29 -37
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +29 -37
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -1
- package/dist/components/icon/template.d.ts +1 -1
- package/dist/components/icon/template.js +29 -37
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +29 -37
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +29 -37
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +29 -37
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +29 -37
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +29 -37
- package/dist/components/modal/index.mjs +10 -7
- package/dist/components/modal/modal.js +29 -37
- package/dist/components/modal/modal.mjs +10 -7
- package/dist/components/pagination/index.js +36 -44
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +36 -44
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +29 -37
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +29 -37
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.js +29 -37
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/index.js +55 -60
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table-body.js +17 -14
- package/dist/components/table/table-body.mjs +1 -1
- package/dist/components/table/table.js +55 -60
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +29 -37
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +29 -37
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +29 -37
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1115 -619
- package/dist/index.mjs +48 -40
- package/package.json +1 -1
- /package/dist/{chunk-VUYUQGLF.mjs → chunk-MY5U63QO.mjs} +0 -0
|
@@ -661,20 +661,23 @@ var TableBody = ({
|
|
|
661
661
|
);
|
|
662
662
|
const hasRows = rows.length > 0;
|
|
663
663
|
const colSpan = (columns.length || 1) + (selectableRows ? 1 : 0);
|
|
664
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
664
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("tbody", { className: slots.tbody({ class: classNames == null ? void 0 : classNames.tbody }), children: [
|
|
665
|
+
hasRows && rows.map((row, rowIndex) => {
|
|
666
|
+
const isRowChecked = checkedRows.has(rowIndex);
|
|
667
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), "aria-checked": isRowChecked, children: [
|
|
668
|
+
columns.map((column) => /* @__PURE__ */ (0, import_react3.createElement)("td", { ...getCellProps(column, row), key: column.field })),
|
|
669
|
+
selectableRows && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("td", { className: slots.td({ class: classNames == null ? void 0 : classNames.td }), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
670
|
+
checkbox_default,
|
|
671
|
+
{
|
|
672
|
+
size,
|
|
673
|
+
checked: isRowChecked,
|
|
674
|
+
onChange: (e) => onCheckRow(rowIndex, e.target.checked)
|
|
675
|
+
}
|
|
676
|
+
) }) })
|
|
677
|
+
] }, rowIndex);
|
|
678
|
+
}),
|
|
679
|
+
!hasRows && emptyContent && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("tr", { className: clsx(slots.tr({ class: classNames == null ? void 0 : classNames.tr }), "border-none"), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("td", { colSpan, className: slots.td({ class: classNames == null ? void 0 : classNames.td }), children: emptyContent }) })
|
|
680
|
+
] });
|
|
678
681
|
};
|
|
679
682
|
var table_body_default = TableBody;
|
|
680
683
|
|
|
@@ -1118,6 +1121,35 @@ var template = {
|
|
|
1118
1121
|
}
|
|
1119
1122
|
);
|
|
1120
1123
|
},
|
|
1124
|
+
home: ({ className }) => {
|
|
1125
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
1126
|
+
"svg",
|
|
1127
|
+
{
|
|
1128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1129
|
+
width: "18",
|
|
1130
|
+
height: "18",
|
|
1131
|
+
viewBox: "0 0 18 18",
|
|
1132
|
+
fill: "none",
|
|
1133
|
+
className,
|
|
1134
|
+
children: [
|
|
1135
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1136
|
+
"path",
|
|
1137
|
+
{
|
|
1138
|
+
d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
|
|
1139
|
+
fill: "currentColor"
|
|
1140
|
+
}
|
|
1141
|
+
),
|
|
1142
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1143
|
+
"path",
|
|
1144
|
+
{
|
|
1145
|
+
d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
|
|
1146
|
+
fill: "currentColor"
|
|
1147
|
+
}
|
|
1148
|
+
)
|
|
1149
|
+
]
|
|
1150
|
+
}
|
|
1151
|
+
);
|
|
1152
|
+
},
|
|
1121
1153
|
// ----------------------------------- old ---------------------------------
|
|
1122
1154
|
// ** Status **
|
|
1123
1155
|
plus: ({ className, fill }) => {
|
|
@@ -1574,43 +1606,6 @@ var template = {
|
|
|
1574
1606
|
// );
|
|
1575
1607
|
// },
|
|
1576
1608
|
// ** Common **
|
|
1577
|
-
home: ({ className, fill }) => {
|
|
1578
|
-
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1579
|
-
"svg",
|
|
1580
|
-
{
|
|
1581
|
-
width: "24",
|
|
1582
|
-
height: "24",
|
|
1583
|
-
viewBox: "0 0 24 24",
|
|
1584
|
-
fill: "none",
|
|
1585
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1586
|
-
className,
|
|
1587
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
|
|
1588
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1589
|
-
"path",
|
|
1590
|
-
{
|
|
1591
|
-
d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
|
|
1592
|
-
fill: "currentColor"
|
|
1593
|
-
}
|
|
1594
|
-
),
|
|
1595
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1596
|
-
"path",
|
|
1597
|
-
{
|
|
1598
|
-
d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
|
|
1599
|
-
fill: "currentColor"
|
|
1600
|
-
}
|
|
1601
|
-
)
|
|
1602
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1603
|
-
"path",
|
|
1604
|
-
{
|
|
1605
|
-
d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
|
|
1606
|
-
stroke: "currentColor",
|
|
1607
|
-
strokeLinecap: "round",
|
|
1608
|
-
strokeLinejoin: "round"
|
|
1609
|
-
}
|
|
1610
|
-
)
|
|
1611
|
-
}
|
|
1612
|
-
);
|
|
1613
|
-
},
|
|
1614
1609
|
camera: ({ className, fill }) => {
|
|
1615
1610
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1616
1611
|
"svg",
|
|
@@ -5064,7 +5059,7 @@ var paginationStyle = tv(
|
|
|
5064
5059
|
"items-center",
|
|
5065
5060
|
"justify-center",
|
|
5066
5061
|
"cursor-pointer",
|
|
5067
|
-
"
|
|
5062
|
+
"text-neutral-main",
|
|
5068
5063
|
"data-[is-active=false]:stroke-neutral-light",
|
|
5069
5064
|
"data-[is-active=false]:cursor-default"
|
|
5070
5065
|
],
|
|
@@ -5127,7 +5122,7 @@ var paginationStyle = tv(
|
|
|
5127
5122
|
"data-[selected=true]:text-primary-main",
|
|
5128
5123
|
"data-[selected=true]:bg-primary-soft"
|
|
5129
5124
|
],
|
|
5130
|
-
icon: ["hover:
|
|
5125
|
+
icon: ["hover:text-primary-main"]
|
|
5131
5126
|
}
|
|
5132
5127
|
},
|
|
5133
5128
|
{
|
|
@@ -5139,7 +5134,7 @@ var paginationStyle = tv(
|
|
|
5139
5134
|
"data-[selected=true]:text-secondary-main",
|
|
5140
5135
|
"data-[selected=true]:bg-secondary-soft"
|
|
5141
5136
|
],
|
|
5142
|
-
icon: ["hover:
|
|
5137
|
+
icon: ["hover:text-secondary-main"]
|
|
5143
5138
|
}
|
|
5144
5139
|
},
|
|
5145
5140
|
{
|
|
@@ -5151,7 +5146,7 @@ var paginationStyle = tv(
|
|
|
5151
5146
|
"data-[selected=true]:text-neutral-dark",
|
|
5152
5147
|
"data-[selected=true]:bg-neutral-soft"
|
|
5153
5148
|
],
|
|
5154
|
-
icon: ["hover:
|
|
5149
|
+
icon: ["hover:text-neutral-dark"]
|
|
5155
5150
|
}
|
|
5156
5151
|
},
|
|
5157
5152
|
{
|
|
@@ -5163,7 +5158,7 @@ var paginationStyle = tv(
|
|
|
5163
5158
|
"data-[selected=true]:text-primary-main",
|
|
5164
5159
|
"data-[selected=true]:border-b-primary-main"
|
|
5165
5160
|
],
|
|
5166
|
-
icon: ["hover:
|
|
5161
|
+
icon: ["hover:text-primary-main"]
|
|
5167
5162
|
}
|
|
5168
5163
|
},
|
|
5169
5164
|
{
|
|
@@ -5175,7 +5170,7 @@ var paginationStyle = tv(
|
|
|
5175
5170
|
"data-[selected=true]:text-secondary-main",
|
|
5176
5171
|
"data-[selected=true]:border-b-secondary-main"
|
|
5177
5172
|
],
|
|
5178
|
-
icon: ["hover:
|
|
5173
|
+
icon: ["hover:text-secondary-main"]
|
|
5179
5174
|
}
|
|
5180
5175
|
},
|
|
5181
5176
|
{
|
|
@@ -5187,7 +5182,7 @@ var paginationStyle = tv(
|
|
|
5187
5182
|
"data-[selected=true]:text-neutral-dark",
|
|
5188
5183
|
"data-[selected=true]:border-b-neutral-main"
|
|
5189
5184
|
],
|
|
5190
|
-
icon: ["hover:
|
|
5185
|
+
icon: ["hover:text-neutral-dark"]
|
|
5191
5186
|
}
|
|
5192
5187
|
}
|
|
5193
5188
|
],
|
|
@@ -5270,7 +5265,7 @@ var Table = (0, import_react7.forwardRef)((originalProps, ref) => {
|
|
|
5270
5265
|
}
|
|
5271
5266
|
)
|
|
5272
5267
|
] }),
|
|
5273
|
-
showPagination && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "
|
|
5268
|
+
showPagination && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "flex justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
5274
5269
|
pagination_default,
|
|
5275
5270
|
{
|
|
5276
5271
|
color,
|
|
@@ -5286,7 +5281,7 @@ Table.displayName = "Table";
|
|
|
5286
5281
|
var table_default = Table;
|
|
5287
5282
|
var tableStyle = (0, import_tailwind_variants5.tv)({
|
|
5288
5283
|
slots: {
|
|
5289
|
-
base: ["flex", "flex-col", "relative", "select-none"],
|
|
5284
|
+
base: ["flex", "flex-col", "relative", "select-none", "gap-[20px]"],
|
|
5290
5285
|
table: ["w-full", "h-auto"],
|
|
5291
5286
|
thead: ["w-full"],
|
|
5292
5287
|
tbody: ["w-full"],
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-72JRFZCH.mjs";
|
|
5
|
+
import "../../chunk-D7WPZ5C6.mjs";
|
|
6
6
|
import "../../chunk-OQS4LGZK.mjs";
|
|
7
7
|
import "../../chunk-7B7LRG5J.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-LHDOM76J.mjs";
|
|
8
|
+
import "../../chunk-7R4NOC2G.mjs";
|
|
11
9
|
import "../../chunk-F3HENRVM.mjs";
|
|
10
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
+
import "../../chunk-2KAR2PTQ.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-DADMVOYI.mjs";
|
|
16
|
+
import "../../chunk-A7OXEUCC.mjs";
|
|
17
17
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -757,6 +757,35 @@ var template = {
|
|
|
757
757
|
}
|
|
758
758
|
);
|
|
759
759
|
},
|
|
760
|
+
home: ({ className }) => {
|
|
761
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
762
|
+
"svg",
|
|
763
|
+
{
|
|
764
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
765
|
+
width: "18",
|
|
766
|
+
height: "18",
|
|
767
|
+
viewBox: "0 0 18 18",
|
|
768
|
+
fill: "none",
|
|
769
|
+
className,
|
|
770
|
+
children: [
|
|
771
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
772
|
+
"path",
|
|
773
|
+
{
|
|
774
|
+
d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
|
|
775
|
+
fill: "currentColor"
|
|
776
|
+
}
|
|
777
|
+
),
|
|
778
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
779
|
+
"path",
|
|
780
|
+
{
|
|
781
|
+
d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
|
|
782
|
+
fill: "currentColor"
|
|
783
|
+
}
|
|
784
|
+
)
|
|
785
|
+
]
|
|
786
|
+
}
|
|
787
|
+
);
|
|
788
|
+
},
|
|
760
789
|
// ----------------------------------- old ---------------------------------
|
|
761
790
|
// ** Status **
|
|
762
791
|
plus: ({ className, fill }) => {
|
|
@@ -1213,43 +1242,6 @@ var template = {
|
|
|
1213
1242
|
// );
|
|
1214
1243
|
// },
|
|
1215
1244
|
// ** Common **
|
|
1216
|
-
home: ({ className, fill }) => {
|
|
1217
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1218
|
-
"svg",
|
|
1219
|
-
{
|
|
1220
|
-
width: "24",
|
|
1221
|
-
height: "24",
|
|
1222
|
-
viewBox: "0 0 24 24",
|
|
1223
|
-
fill: "none",
|
|
1224
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1225
|
-
className,
|
|
1226
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
1227
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1228
|
-
"path",
|
|
1229
|
-
{
|
|
1230
|
-
d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
|
|
1231
|
-
fill: "currentColor"
|
|
1232
|
-
}
|
|
1233
|
-
),
|
|
1234
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1235
|
-
"path",
|
|
1236
|
-
{
|
|
1237
|
-
d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
|
|
1238
|
-
fill: "currentColor"
|
|
1239
|
-
}
|
|
1240
|
-
)
|
|
1241
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1242
|
-
"path",
|
|
1243
|
-
{
|
|
1244
|
-
d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
|
|
1245
|
-
stroke: "currentColor",
|
|
1246
|
-
strokeLinecap: "round",
|
|
1247
|
-
strokeLinejoin: "round"
|
|
1248
|
-
}
|
|
1249
|
-
)
|
|
1250
|
-
}
|
|
1251
|
-
);
|
|
1252
|
-
},
|
|
1253
1245
|
camera: ({ className, fill }) => {
|
|
1254
1246
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1255
1247
|
"svg",
|
|
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-GQS6V47G.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-56RN6YOP.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-DADMVOYI.mjs";
|
|
13
|
+
import "../../chunk-A7OXEUCC.mjs";
|
|
14
14
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
15
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
16
16
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -753,6 +753,35 @@ var template = {
|
|
|
753
753
|
}
|
|
754
754
|
);
|
|
755
755
|
},
|
|
756
|
+
home: ({ className }) => {
|
|
757
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
758
|
+
"svg",
|
|
759
|
+
{
|
|
760
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
761
|
+
width: "18",
|
|
762
|
+
height: "18",
|
|
763
|
+
viewBox: "0 0 18 18",
|
|
764
|
+
fill: "none",
|
|
765
|
+
className,
|
|
766
|
+
children: [
|
|
767
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
768
|
+
"path",
|
|
769
|
+
{
|
|
770
|
+
d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
|
|
771
|
+
fill: "currentColor"
|
|
772
|
+
}
|
|
773
|
+
),
|
|
774
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
775
|
+
"path",
|
|
776
|
+
{
|
|
777
|
+
d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
|
|
778
|
+
fill: "currentColor"
|
|
779
|
+
}
|
|
780
|
+
)
|
|
781
|
+
]
|
|
782
|
+
}
|
|
783
|
+
);
|
|
784
|
+
},
|
|
756
785
|
// ----------------------------------- old ---------------------------------
|
|
757
786
|
// ** Status **
|
|
758
787
|
plus: ({ className, fill }) => {
|
|
@@ -1209,43 +1238,6 @@ var template = {
|
|
|
1209
1238
|
// );
|
|
1210
1239
|
// },
|
|
1211
1240
|
// ** Common **
|
|
1212
|
-
home: ({ className, fill }) => {
|
|
1213
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1214
|
-
"svg",
|
|
1215
|
-
{
|
|
1216
|
-
width: "24",
|
|
1217
|
-
height: "24",
|
|
1218
|
-
viewBox: "0 0 24 24",
|
|
1219
|
-
fill: "none",
|
|
1220
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1221
|
-
className,
|
|
1222
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
1223
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1224
|
-
"path",
|
|
1225
|
-
{
|
|
1226
|
-
d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
|
|
1227
|
-
fill: "currentColor"
|
|
1228
|
-
}
|
|
1229
|
-
),
|
|
1230
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1231
|
-
"path",
|
|
1232
|
-
{
|
|
1233
|
-
d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
|
|
1234
|
-
fill: "currentColor"
|
|
1235
|
-
}
|
|
1236
|
-
)
|
|
1237
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1238
|
-
"path",
|
|
1239
|
-
{
|
|
1240
|
-
d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
|
|
1241
|
-
stroke: "currentColor",
|
|
1242
|
-
strokeLinecap: "round",
|
|
1243
|
-
strokeLinejoin: "round"
|
|
1244
|
-
}
|
|
1245
|
-
)
|
|
1246
|
-
}
|
|
1247
|
-
);
|
|
1248
|
-
},
|
|
1249
1241
|
camera: ({ className, fill }) => {
|
|
1250
1242
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1251
1243
|
"svg",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-56RN6YOP.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-DADMVOYI.mjs";
|
|
7
|
+
import "../../chunk-A7OXEUCC.mjs";
|
|
8
8
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -793,6 +793,35 @@ var template = {
|
|
|
793
793
|
}
|
|
794
794
|
);
|
|
795
795
|
},
|
|
796
|
+
home: ({ className }) => {
|
|
797
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
798
|
+
"svg",
|
|
799
|
+
{
|
|
800
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
801
|
+
width: "18",
|
|
802
|
+
height: "18",
|
|
803
|
+
viewBox: "0 0 18 18",
|
|
804
|
+
fill: "none",
|
|
805
|
+
className,
|
|
806
|
+
children: [
|
|
807
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
808
|
+
"path",
|
|
809
|
+
{
|
|
810
|
+
d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
|
|
811
|
+
fill: "currentColor"
|
|
812
|
+
}
|
|
813
|
+
),
|
|
814
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
815
|
+
"path",
|
|
816
|
+
{
|
|
817
|
+
d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
|
|
818
|
+
fill: "currentColor"
|
|
819
|
+
}
|
|
820
|
+
)
|
|
821
|
+
]
|
|
822
|
+
}
|
|
823
|
+
);
|
|
824
|
+
},
|
|
796
825
|
// ----------------------------------- old ---------------------------------
|
|
797
826
|
// ** Status **
|
|
798
827
|
plus: ({ className, fill }) => {
|
|
@@ -1249,43 +1278,6 @@ var template = {
|
|
|
1249
1278
|
// );
|
|
1250
1279
|
// },
|
|
1251
1280
|
// ** Common **
|
|
1252
|
-
home: ({ className, fill }) => {
|
|
1253
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1254
|
-
"svg",
|
|
1255
|
-
{
|
|
1256
|
-
width: "24",
|
|
1257
|
-
height: "24",
|
|
1258
|
-
viewBox: "0 0 24 24",
|
|
1259
|
-
fill: "none",
|
|
1260
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1261
|
-
className,
|
|
1262
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
|
1263
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1264
|
-
"path",
|
|
1265
|
-
{
|
|
1266
|
-
d: "M11.4699 3.84111C11.6106 3.70066 11.8012 3.62177 11.9999 3.62177C12.1987 3.62177 12.3893 3.70066 12.5299 3.84111L21.2199 12.5311C21.2892 12.6027 21.3719 12.6598 21.4635 12.6991C21.555 12.7383 21.6534 12.759 21.753 12.7598C21.8526 12.7606 21.9513 12.7416 22.0435 12.7038C22.1356 12.6661 22.2194 12.6104 22.2897 12.5399C22.3601 12.4694 22.4158 12.3857 22.4534 12.2935C22.4911 12.2013 22.51 12.1025 22.5091 12.003C22.5082 11.9034 22.4875 11.805 22.4481 11.7135C22.4088 11.622 22.3516 11.5393 22.2799 11.4701L13.5909 2.78011C13.382 2.57118 13.134 2.40544 12.861 2.29237C12.588 2.17929 12.2954 2.12109 11.9999 2.12109C11.7045 2.12109 11.4119 2.17929 11.1389 2.29237C10.8659 2.40544 10.6179 2.57118 10.4089 2.78011L1.71894 11.4701C1.64734 11.5393 1.59025 11.6221 1.55098 11.7136C1.51172 11.8052 1.49108 11.9036 1.49026 12.0032C1.48944 12.1028 1.50846 12.2015 1.54622 12.2937C1.58397 12.3858 1.6397 12.4695 1.71015 12.5399C1.78061 12.6103 1.86437 12.6659 1.95656 12.7036C2.04875 12.7413 2.14752 12.7602 2.2471 12.7593C2.34669 12.7584 2.44509 12.7377 2.53658 12.6983C2.62806 12.659 2.71079 12.6018 2.77994 12.5301L11.4699 3.84111Z",
|
|
1267
|
-
fill: "currentColor"
|
|
1268
|
-
}
|
|
1269
|
-
),
|
|
1270
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1271
|
-
"path",
|
|
1272
|
-
{
|
|
1273
|
-
d: "M12 5.43213L20.159 13.5911C20.189 13.6211 20.219 13.6491 20.25 13.6771V19.8751C20.25 20.9101 19.41 21.7501 18.375 21.7501H15C14.8011 21.7501 14.6103 21.6711 14.4697 21.5305C14.329 21.3898 14.25 21.199 14.25 21.0001V16.5001C14.25 16.3012 14.171 16.1105 14.0303 15.9698C13.8897 15.8291 13.6989 15.7501 13.5 15.7501H10.5C10.3011 15.7501 10.1103 15.8291 9.96967 15.9698C9.82902 16.1105 9.75 16.3012 9.75 16.5001V21.0001C9.75 21.199 9.67098 21.3898 9.53033 21.5305C9.38968 21.6711 9.19891 21.7501 9 21.7501H5.625C5.12772 21.7501 4.65081 21.5526 4.29917 21.201C3.94754 20.8493 3.75 20.3724 3.75 19.8751V13.6771C3.78111 13.6493 3.81146 13.6206 3.841 13.5911L12 5.43213Z",
|
|
1274
|
-
fill: "currentColor"
|
|
1275
|
-
}
|
|
1276
|
-
)
|
|
1277
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1278
|
-
"path",
|
|
1279
|
-
{
|
|
1280
|
-
d: "M2.25 12.0001L11.204 3.04507C11.644 2.60607 12.356 2.60607 12.795 3.04507L21.75 12.0001M4.5 9.75007V19.8751C4.5 20.4961 5.004 21.0001 5.625 21.0001H9.75V16.1251C9.75 15.5041 10.254 15.0001 10.875 15.0001H13.125C13.746 15.0001 14.25 15.5041 14.25 16.1251V21.0001H18.375C18.996 21.0001 19.5 20.4961 19.5 19.8751V9.75007M8.25 21.0001H16.5",
|
|
1281
|
-
stroke: "currentColor",
|
|
1282
|
-
strokeLinecap: "round",
|
|
1283
|
-
strokeLinejoin: "round"
|
|
1284
|
-
}
|
|
1285
|
-
)
|
|
1286
|
-
}
|
|
1287
|
-
);
|
|
1288
|
-
},
|
|
1289
1281
|
camera: ({ className, fill }) => {
|
|
1290
1282
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1291
1283
|
"svg",
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-GQS6V47G.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-56RN6YOP.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-DADMVOYI.mjs";
|
|
10
|
+
import "../../chunk-A7OXEUCC.mjs";
|
|
11
11
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as Avatar } from './components/avatar/avatar.mjs';
|
|
|
2
2
|
export { default as Backdrop } from './components/backdrop/backdrop.mjs';
|
|
3
3
|
export { default as Breadcrumb } from './components/breadcrumb/breadcrumb.mjs';
|
|
4
4
|
export { default as Button } from './components/button/button.mjs';
|
|
5
|
+
export { default as IconButton } from './components/button/icon-button.mjs';
|
|
6
|
+
export { default as TextButton } from './components/button/text-button.mjs';
|
|
5
7
|
export { default as ButtonGroup } from './components/button/button-group.mjs';
|
|
6
8
|
export { default as Input } from './components/input/input.mjs';
|
|
7
9
|
export { default as Tabs, TabsDataType } from './components/tabs/tabs.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export { default as Avatar } from './components/avatar/avatar.js';
|
|
|
2
2
|
export { default as Backdrop } from './components/backdrop/backdrop.js';
|
|
3
3
|
export { default as Breadcrumb } from './components/breadcrumb/breadcrumb.js';
|
|
4
4
|
export { default as Button } from './components/button/button.js';
|
|
5
|
+
export { default as IconButton } from './components/button/icon-button.js';
|
|
6
|
+
export { default as TextButton } from './components/button/text-button.js';
|
|
5
7
|
export { default as ButtonGroup } from './components/button/button-group.js';
|
|
6
8
|
export { default as Input } from './components/input/input.js';
|
|
7
9
|
export { default as Tabs, TabsDataType } from './components/tabs/tabs.js';
|