@deepnoid/ui 1.0.19 → 1.0.21
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/README.md +13 -0
- package/dist/{chunk-ZUNOPH7C.mjs → chunk-2J4MNIMS.mjs} +1 -1
- package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
- package/dist/{chunk-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
- package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
- package/dist/{chunk-ARVWCWGT.mjs → chunk-FNFQCMB4.mjs} +3 -3
- package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
- package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
- package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
- package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
- package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
- package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
- package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
- package/dist/{chunk-KZ4VD7OZ.mjs → chunk-SR76DO4M.mjs} +2 -2
- package/dist/{chunk-CA4ZDPGA.mjs → chunk-SXSVNBRO.mjs} +2 -2
- package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
- package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
- package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +30 -45
- package/dist/components/breadcrumb/breadcrumb.mjs +8 -8
- package/dist/components/breadcrumb/index.js +30 -45
- package/dist/components/breadcrumb/index.mjs +8 -8
- package/dist/components/button/button-group.mjs +2 -2
- package/dist/components/button/button.d.mts +24 -0
- package/dist/components/button/button.d.ts +24 -0
- package/dist/components/button/button.js +30 -45
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/button.style.d.mts +18 -0
- package/dist/components/button/button.style.d.ts +18 -0
- package/dist/components/button/button.style.js +30 -45
- package/dist/components/button/button.style.mjs +1 -1
- package/dist/components/button/icon-button.d.mts +24 -0
- package/dist/components/button/icon-button.d.ts +24 -0
- package/dist/components/button/icon-button.js +30 -45
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +30 -45
- package/dist/components/button/index.mjs +7 -7
- package/dist/components/button/text-button.d.mts +24 -0
- package/dist/components/button/text-button.d.ts +24 -0
- package/dist/components/button/text-button.js +30 -45
- package/dist/components/button/text-button.mjs +3 -3
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/index.mjs +9 -9
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.mjs +1 -1
- package/dist/components/chip/index.mjs +1 -1
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +30 -45
- package/dist/components/fileUpload/fileUpload.mjs +9 -9
- package/dist/components/fileUpload/index.js +30 -45
- package/dist/components/fileUpload/index.mjs +9 -9
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.mjs +2 -2
- package/dist/components/list/listItem.mjs +2 -2
- package/dist/components/modal/GlobalModalProvider.js +30 -45
- package/dist/components/modal/GlobalModalProvider.mjs +10 -10
- package/dist/components/modal/index.js +30 -45
- package/dist/components/modal/index.mjs +11 -11
- package/dist/components/modal/modal.js +30 -45
- package/dist/components/modal/modal.mjs +9 -9
- package/dist/components/modal/useGlobalModal.mjs +11 -11
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +30 -45
- package/dist/components/picker/datePicker.mjs +9 -9
- package/dist/components/picker/index.js +32 -47
- package/dist/components/picker/index.mjs +12 -12
- package/dist/components/picker/timePicker/Panel.js +31 -46
- package/dist/components/picker/timePicker/Panel.mjs +9 -9
- package/dist/components/picker/timePicker/WheelColumn.js +1 -1
- package/dist/components/picker/timePicker/WheelColumn.mjs +1 -1
- package/dist/components/picker/timePicker/index.js +32 -47
- package/dist/components/picker/timePicker/index.mjs +11 -11
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +30 -45
- package/dist/components/select/index.mjs +8 -8
- package/dist/components/select/select.js +30 -45
- package/dist/components/select/select.mjs +8 -8
- package/dist/components/starRating/index.mjs +1 -1
- package/dist/components/starRating/starRating.mjs +1 -1
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table-body.mjs +7 -7
- package/dist/components/table/table-head.mjs +7 -7
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/timePicker/calendar.mjs +1 -1
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.mjs +2 -2
- package/dist/components/tree/tree.mjs +2 -2
- package/dist/index.js +32 -47
- package/dist/index.mjs +64 -64
- package/dist/tailwind-config/styles/tokens/theme.css +24 -0
- package/package.json +1 -1
- package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
- package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
- package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
- package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
- package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
- package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
- package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
- package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
- package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
- package/dist/{chunk-J4QVGC54.mjs → chunk-XTMOAGLY.mjs} +3 -3
- package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
|
@@ -5067,7 +5067,7 @@ function WheelColumn({ list, value, onChange }) {
|
|
|
5067
5067
|
}, [idx]);
|
|
5068
5068
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: "relative h-[94px] w-[40px]", children: [
|
|
5069
5069
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { className: "pointer-events-none absolute top-[30px] left-1/2 h-[34px] w-[40px] -translate-x-1/2 rounded-[10px] shadow-[inset_0_0_0_1.5px_var(--color-primary-light)]" }),
|
|
5070
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-
|
|
5070
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-hidden py-[0] select-none", children: [
|
|
5071
5071
|
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { style: { height: ITEM_HEIGHT } }),
|
|
5072
5072
|
list.map((v, i) => {
|
|
5073
5073
|
const highlight = i === idx;
|
|
@@ -5110,7 +5110,7 @@ var buttonBaseStyle = tv({
|
|
|
5110
5110
|
variant: {
|
|
5111
5111
|
solid: {},
|
|
5112
5112
|
soft: {},
|
|
5113
|
-
outline: { base: ["bg-
|
|
5113
|
+
outline: { base: ["bg-body-background"] },
|
|
5114
5114
|
ghost: {}
|
|
5115
5115
|
},
|
|
5116
5116
|
color: {
|
|
@@ -5122,6 +5122,12 @@ var buttonBaseStyle = tv({
|
|
|
5122
5122
|
warning: {},
|
|
5123
5123
|
danger: {}
|
|
5124
5124
|
},
|
|
5125
|
+
size: {
|
|
5126
|
+
sm: {},
|
|
5127
|
+
md: {},
|
|
5128
|
+
lg: {},
|
|
5129
|
+
xl: {}
|
|
5130
|
+
},
|
|
5125
5131
|
disabled: {
|
|
5126
5132
|
true: {
|
|
5127
5133
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5129,7 +5135,7 @@ var buttonBaseStyle = tv({
|
|
|
5129
5135
|
},
|
|
5130
5136
|
isInGroup: {
|
|
5131
5137
|
true: {
|
|
5132
|
-
base: ["!rounded-none"
|
|
5138
|
+
base: ["!rounded-none"]
|
|
5133
5139
|
}
|
|
5134
5140
|
}
|
|
5135
5141
|
},
|
|
@@ -5223,85 +5229,49 @@ var buttonBaseStyle = tv({
|
|
|
5223
5229
|
variant: "soft",
|
|
5224
5230
|
color: "primary",
|
|
5225
5231
|
class: {
|
|
5226
|
-
base: [
|
|
5227
|
-
"text-primary-main",
|
|
5228
|
-
"bg-primary-soft",
|
|
5229
|
-
"border-primary-soft",
|
|
5230
|
-
"hover:border-primary-light",
|
|
5231
|
-
"active:bg-primary-light"
|
|
5232
|
-
]
|
|
5232
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5233
5233
|
}
|
|
5234
5234
|
},
|
|
5235
5235
|
{
|
|
5236
5236
|
variant: "soft",
|
|
5237
5237
|
color: "secondary",
|
|
5238
5238
|
class: {
|
|
5239
|
-
base: [
|
|
5240
|
-
"text-secondary-main",
|
|
5241
|
-
"bg-secondary-soft",
|
|
5242
|
-
"border-secondary-soft",
|
|
5243
|
-
"hover:border-secondary-light",
|
|
5244
|
-
"active:bg-secondary-light"
|
|
5245
|
-
]
|
|
5239
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5246
5240
|
}
|
|
5247
5241
|
},
|
|
5248
5242
|
{
|
|
5249
5243
|
variant: "soft",
|
|
5250
5244
|
color: "neutral",
|
|
5251
5245
|
class: {
|
|
5252
|
-
base: [
|
|
5253
|
-
"text-neutral-main",
|
|
5254
|
-
"bg-neutral-soft",
|
|
5255
|
-
"border-neutral-soft",
|
|
5256
|
-
"hover:border-neutral-light",
|
|
5257
|
-
"active:bg-neutral-light"
|
|
5258
|
-
]
|
|
5246
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5259
5247
|
}
|
|
5260
5248
|
},
|
|
5261
5249
|
{
|
|
5262
5250
|
variant: "soft",
|
|
5263
5251
|
color: "info",
|
|
5264
5252
|
class: {
|
|
5265
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5253
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5266
5254
|
}
|
|
5267
5255
|
},
|
|
5268
5256
|
{
|
|
5269
5257
|
variant: "soft",
|
|
5270
5258
|
color: "success",
|
|
5271
5259
|
class: {
|
|
5272
|
-
base: [
|
|
5273
|
-
"text-success-main",
|
|
5274
|
-
"bg-success-soft",
|
|
5275
|
-
"border-success-soft",
|
|
5276
|
-
"hover:border-success-light",
|
|
5277
|
-
"active:bg-success-light"
|
|
5278
|
-
]
|
|
5260
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5279
5261
|
}
|
|
5280
5262
|
},
|
|
5281
5263
|
{
|
|
5282
5264
|
variant: "soft",
|
|
5283
5265
|
color: "warning",
|
|
5284
5266
|
class: {
|
|
5285
|
-
base: [
|
|
5286
|
-
"text-warning-main",
|
|
5287
|
-
"bg-warning-soft",
|
|
5288
|
-
"border-warning-soft",
|
|
5289
|
-
"hover:border-warning-light",
|
|
5290
|
-
"active:bg-warning-light"
|
|
5291
|
-
]
|
|
5267
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5292
5268
|
}
|
|
5293
5269
|
},
|
|
5294
5270
|
{
|
|
5295
5271
|
variant: "soft",
|
|
5296
5272
|
color: "danger",
|
|
5297
5273
|
class: {
|
|
5298
|
-
base: [
|
|
5299
|
-
"text-danger-main",
|
|
5300
|
-
"bg-danger-soft",
|
|
5301
|
-
"border-danger-soft",
|
|
5302
|
-
"hover:border-danger-light",
|
|
5303
|
-
"active:bg-danger-light"
|
|
5304
|
-
]
|
|
5274
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5305
5275
|
}
|
|
5306
5276
|
},
|
|
5307
5277
|
// outline & color
|
|
@@ -5489,6 +5459,21 @@ var buttonBaseStyle = tv({
|
|
|
5489
5459
|
class: {
|
|
5490
5460
|
base: ["!border-neutral-light"]
|
|
5491
5461
|
}
|
|
5462
|
+
},
|
|
5463
|
+
// variant && isInGroup
|
|
5464
|
+
{
|
|
5465
|
+
variant: ["outline"],
|
|
5466
|
+
isInGroup: true,
|
|
5467
|
+
class: {
|
|
5468
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
variant: ["soft"],
|
|
5473
|
+
isInGroup: true,
|
|
5474
|
+
class: {
|
|
5475
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5476
|
+
}
|
|
5492
5477
|
}
|
|
5493
5478
|
]
|
|
5494
5479
|
});
|
|
@@ -6313,7 +6298,7 @@ var timePickerStyle = tv({
|
|
|
6313
6298
|
"rounded-[10px]",
|
|
6314
6299
|
"bg-body-background",
|
|
6315
6300
|
"shadow-drop-md",
|
|
6316
|
-
"overflow-
|
|
6301
|
+
"overflow-hidden",
|
|
6317
6302
|
"p-[10px]",
|
|
6318
6303
|
"w-[165px]",
|
|
6319
6304
|
"h-[137px]",
|
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
import {
|
|
3
3
|
timePickerStyle,
|
|
4
4
|
timePicker_default
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-FNFQCMB4.mjs";
|
|
6
|
+
import "../../../chunk-SXSVNBRO.mjs";
|
|
7
|
+
import "../../../chunk-2J4MNIMS.mjs";
|
|
8
8
|
import "../../../chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import "../../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-BJWYF2WY.mjs";
|
|
11
11
|
import "../../../chunk-MY5U63QO.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
13
|
-
import "../../../chunk-
|
|
14
|
-
import "../../../chunk-
|
|
15
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-IOJMTN6X.mjs";
|
|
13
|
+
import "../../../chunk-KIINY2GS.mjs";
|
|
14
|
+
import "../../../chunk-LHWHM4LQ.mjs";
|
|
15
|
+
import "../../../chunk-O5VW7CHY.mjs";
|
|
16
16
|
import "../../../chunk-6WSACUIB.mjs";
|
|
17
17
|
import "../../../chunk-LXHUO6VM.mjs";
|
|
18
18
|
import "../../../chunk-SZL743JC.mjs";
|
|
19
19
|
import "../../../chunk-ZYIIXWVY.mjs";
|
|
20
20
|
import "../../../chunk-A6UUVHC6.mjs";
|
|
21
|
-
import "../../../chunk-
|
|
22
|
-
import "../../../chunk-E3G5QXSH.mjs";
|
|
21
|
+
import "../../../chunk-2WAQRWST.mjs";
|
|
23
22
|
import "../../../chunk-AOU4QX7H.mjs";
|
|
24
|
-
import "../../../chunk-UP6RPQDX.mjs";
|
|
25
23
|
import "../../../chunk-27Y6K5NK.mjs";
|
|
24
|
+
import "../../../chunk-E3G5QXSH.mjs";
|
|
25
|
+
import "../../../chunk-UP6RPQDX.mjs";
|
|
26
26
|
export {
|
|
27
27
|
timePicker_default as default,
|
|
28
28
|
timePickerStyle
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-TPFN22HR.mjs";
|
|
3
3
|
import {
|
|
4
4
|
radio_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-AO6LNH3D.mjs";
|
|
6
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
6
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
7
8
|
import "../../chunk-UP6RPQDX.mjs";
|
|
8
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
9
9
|
export {
|
|
10
10
|
radio_default as Radio
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
radio_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-AO6LNH3D.mjs";
|
|
5
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
5
6
|
import "../../chunk-E3G5QXSH.mjs";
|
|
6
7
|
import "../../chunk-UP6RPQDX.mjs";
|
|
7
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
8
8
|
export {
|
|
9
9
|
radio_default as default
|
|
10
10
|
};
|
|
@@ -5092,7 +5092,7 @@ var buttonBaseStyle = tv({
|
|
|
5092
5092
|
variant: {
|
|
5093
5093
|
solid: {},
|
|
5094
5094
|
soft: {},
|
|
5095
|
-
outline: { base: ["bg-
|
|
5095
|
+
outline: { base: ["bg-body-background"] },
|
|
5096
5096
|
ghost: {}
|
|
5097
5097
|
},
|
|
5098
5098
|
color: {
|
|
@@ -5104,6 +5104,12 @@ var buttonBaseStyle = tv({
|
|
|
5104
5104
|
warning: {},
|
|
5105
5105
|
danger: {}
|
|
5106
5106
|
},
|
|
5107
|
+
size: {
|
|
5108
|
+
sm: {},
|
|
5109
|
+
md: {},
|
|
5110
|
+
lg: {},
|
|
5111
|
+
xl: {}
|
|
5112
|
+
},
|
|
5107
5113
|
disabled: {
|
|
5108
5114
|
true: {
|
|
5109
5115
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5111,7 +5117,7 @@ var buttonBaseStyle = tv({
|
|
|
5111
5117
|
},
|
|
5112
5118
|
isInGroup: {
|
|
5113
5119
|
true: {
|
|
5114
|
-
base: ["!rounded-none"
|
|
5120
|
+
base: ["!rounded-none"]
|
|
5115
5121
|
}
|
|
5116
5122
|
}
|
|
5117
5123
|
},
|
|
@@ -5205,85 +5211,49 @@ var buttonBaseStyle = tv({
|
|
|
5205
5211
|
variant: "soft",
|
|
5206
5212
|
color: "primary",
|
|
5207
5213
|
class: {
|
|
5208
|
-
base: [
|
|
5209
|
-
"text-primary-main",
|
|
5210
|
-
"bg-primary-soft",
|
|
5211
|
-
"border-primary-soft",
|
|
5212
|
-
"hover:border-primary-light",
|
|
5213
|
-
"active:bg-primary-light"
|
|
5214
|
-
]
|
|
5214
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5215
5215
|
}
|
|
5216
5216
|
},
|
|
5217
5217
|
{
|
|
5218
5218
|
variant: "soft",
|
|
5219
5219
|
color: "secondary",
|
|
5220
5220
|
class: {
|
|
5221
|
-
base: [
|
|
5222
|
-
"text-secondary-main",
|
|
5223
|
-
"bg-secondary-soft",
|
|
5224
|
-
"border-secondary-soft",
|
|
5225
|
-
"hover:border-secondary-light",
|
|
5226
|
-
"active:bg-secondary-light"
|
|
5227
|
-
]
|
|
5221
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5228
5222
|
}
|
|
5229
5223
|
},
|
|
5230
5224
|
{
|
|
5231
5225
|
variant: "soft",
|
|
5232
5226
|
color: "neutral",
|
|
5233
5227
|
class: {
|
|
5234
|
-
base: [
|
|
5235
|
-
"text-neutral-main",
|
|
5236
|
-
"bg-neutral-soft",
|
|
5237
|
-
"border-neutral-soft",
|
|
5238
|
-
"hover:border-neutral-light",
|
|
5239
|
-
"active:bg-neutral-light"
|
|
5240
|
-
]
|
|
5228
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5241
5229
|
}
|
|
5242
5230
|
},
|
|
5243
5231
|
{
|
|
5244
5232
|
variant: "soft",
|
|
5245
5233
|
color: "info",
|
|
5246
5234
|
class: {
|
|
5247
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5235
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5248
5236
|
}
|
|
5249
5237
|
},
|
|
5250
5238
|
{
|
|
5251
5239
|
variant: "soft",
|
|
5252
5240
|
color: "success",
|
|
5253
5241
|
class: {
|
|
5254
|
-
base: [
|
|
5255
|
-
"text-success-main",
|
|
5256
|
-
"bg-success-soft",
|
|
5257
|
-
"border-success-soft",
|
|
5258
|
-
"hover:border-success-light",
|
|
5259
|
-
"active:bg-success-light"
|
|
5260
|
-
]
|
|
5242
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5261
5243
|
}
|
|
5262
5244
|
},
|
|
5263
5245
|
{
|
|
5264
5246
|
variant: "soft",
|
|
5265
5247
|
color: "warning",
|
|
5266
5248
|
class: {
|
|
5267
|
-
base: [
|
|
5268
|
-
"text-warning-main",
|
|
5269
|
-
"bg-warning-soft",
|
|
5270
|
-
"border-warning-soft",
|
|
5271
|
-
"hover:border-warning-light",
|
|
5272
|
-
"active:bg-warning-light"
|
|
5273
|
-
]
|
|
5249
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5274
5250
|
}
|
|
5275
5251
|
},
|
|
5276
5252
|
{
|
|
5277
5253
|
variant: "soft",
|
|
5278
5254
|
color: "danger",
|
|
5279
5255
|
class: {
|
|
5280
|
-
base: [
|
|
5281
|
-
"text-danger-main",
|
|
5282
|
-
"bg-danger-soft",
|
|
5283
|
-
"border-danger-soft",
|
|
5284
|
-
"hover:border-danger-light",
|
|
5285
|
-
"active:bg-danger-light"
|
|
5286
|
-
]
|
|
5256
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5287
5257
|
}
|
|
5288
5258
|
},
|
|
5289
5259
|
// outline & color
|
|
@@ -5471,6 +5441,21 @@ var buttonBaseStyle = tv({
|
|
|
5471
5441
|
class: {
|
|
5472
5442
|
base: ["!border-neutral-light"]
|
|
5473
5443
|
}
|
|
5444
|
+
},
|
|
5445
|
+
// variant && isInGroup
|
|
5446
|
+
{
|
|
5447
|
+
variant: ["outline"],
|
|
5448
|
+
isInGroup: true,
|
|
5449
|
+
class: {
|
|
5450
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
5453
|
+
{
|
|
5454
|
+
variant: ["soft"],
|
|
5455
|
+
isInGroup: true,
|
|
5456
|
+
class: {
|
|
5457
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5458
|
+
}
|
|
5474
5459
|
}
|
|
5475
5460
|
]
|
|
5476
5461
|
});
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import "../../chunk-QCEKPS7U.mjs";
|
|
3
3
|
import {
|
|
4
4
|
select_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-VZPVEICG.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
8
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
9
|
+
import "../../chunk-LHWHM4LQ.mjs";
|
|
10
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
11
11
|
import "../../chunk-6WSACUIB.mjs";
|
|
12
12
|
import "../../chunk-LXHUO6VM.mjs";
|
|
13
13
|
import "../../chunk-SZL743JC.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
15
|
import "../../chunk-A6UUVHC6.mjs";
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
16
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
18
17
|
import "../../chunk-AOU4QX7H.mjs";
|
|
19
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
20
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
20
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
21
21
|
export {
|
|
22
22
|
select_default as Select
|
|
23
23
|
};
|
|
@@ -5090,7 +5090,7 @@ var buttonBaseStyle = tv({
|
|
|
5090
5090
|
variant: {
|
|
5091
5091
|
solid: {},
|
|
5092
5092
|
soft: {},
|
|
5093
|
-
outline: { base: ["bg-
|
|
5093
|
+
outline: { base: ["bg-body-background"] },
|
|
5094
5094
|
ghost: {}
|
|
5095
5095
|
},
|
|
5096
5096
|
color: {
|
|
@@ -5102,6 +5102,12 @@ var buttonBaseStyle = tv({
|
|
|
5102
5102
|
warning: {},
|
|
5103
5103
|
danger: {}
|
|
5104
5104
|
},
|
|
5105
|
+
size: {
|
|
5106
|
+
sm: {},
|
|
5107
|
+
md: {},
|
|
5108
|
+
lg: {},
|
|
5109
|
+
xl: {}
|
|
5110
|
+
},
|
|
5105
5111
|
disabled: {
|
|
5106
5112
|
true: {
|
|
5107
5113
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5109,7 +5115,7 @@ var buttonBaseStyle = tv({
|
|
|
5109
5115
|
},
|
|
5110
5116
|
isInGroup: {
|
|
5111
5117
|
true: {
|
|
5112
|
-
base: ["!rounded-none"
|
|
5118
|
+
base: ["!rounded-none"]
|
|
5113
5119
|
}
|
|
5114
5120
|
}
|
|
5115
5121
|
},
|
|
@@ -5203,85 +5209,49 @@ var buttonBaseStyle = tv({
|
|
|
5203
5209
|
variant: "soft",
|
|
5204
5210
|
color: "primary",
|
|
5205
5211
|
class: {
|
|
5206
|
-
base: [
|
|
5207
|
-
"text-primary-main",
|
|
5208
|
-
"bg-primary-soft",
|
|
5209
|
-
"border-primary-soft",
|
|
5210
|
-
"hover:border-primary-light",
|
|
5211
|
-
"active:bg-primary-light"
|
|
5212
|
-
]
|
|
5212
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5213
5213
|
}
|
|
5214
5214
|
},
|
|
5215
5215
|
{
|
|
5216
5216
|
variant: "soft",
|
|
5217
5217
|
color: "secondary",
|
|
5218
5218
|
class: {
|
|
5219
|
-
base: [
|
|
5220
|
-
"text-secondary-main",
|
|
5221
|
-
"bg-secondary-soft",
|
|
5222
|
-
"border-secondary-soft",
|
|
5223
|
-
"hover:border-secondary-light",
|
|
5224
|
-
"active:bg-secondary-light"
|
|
5225
|
-
]
|
|
5219
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5226
5220
|
}
|
|
5227
5221
|
},
|
|
5228
5222
|
{
|
|
5229
5223
|
variant: "soft",
|
|
5230
5224
|
color: "neutral",
|
|
5231
5225
|
class: {
|
|
5232
|
-
base: [
|
|
5233
|
-
"text-neutral-main",
|
|
5234
|
-
"bg-neutral-soft",
|
|
5235
|
-
"border-neutral-soft",
|
|
5236
|
-
"hover:border-neutral-light",
|
|
5237
|
-
"active:bg-neutral-light"
|
|
5238
|
-
]
|
|
5226
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5239
5227
|
}
|
|
5240
5228
|
},
|
|
5241
5229
|
{
|
|
5242
5230
|
variant: "soft",
|
|
5243
5231
|
color: "info",
|
|
5244
5232
|
class: {
|
|
5245
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5233
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5246
5234
|
}
|
|
5247
5235
|
},
|
|
5248
5236
|
{
|
|
5249
5237
|
variant: "soft",
|
|
5250
5238
|
color: "success",
|
|
5251
5239
|
class: {
|
|
5252
|
-
base: [
|
|
5253
|
-
"text-success-main",
|
|
5254
|
-
"bg-success-soft",
|
|
5255
|
-
"border-success-soft",
|
|
5256
|
-
"hover:border-success-light",
|
|
5257
|
-
"active:bg-success-light"
|
|
5258
|
-
]
|
|
5240
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5259
5241
|
}
|
|
5260
5242
|
},
|
|
5261
5243
|
{
|
|
5262
5244
|
variant: "soft",
|
|
5263
5245
|
color: "warning",
|
|
5264
5246
|
class: {
|
|
5265
|
-
base: [
|
|
5266
|
-
"text-warning-main",
|
|
5267
|
-
"bg-warning-soft",
|
|
5268
|
-
"border-warning-soft",
|
|
5269
|
-
"hover:border-warning-light",
|
|
5270
|
-
"active:bg-warning-light"
|
|
5271
|
-
]
|
|
5247
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5272
5248
|
}
|
|
5273
5249
|
},
|
|
5274
5250
|
{
|
|
5275
5251
|
variant: "soft",
|
|
5276
5252
|
color: "danger",
|
|
5277
5253
|
class: {
|
|
5278
|
-
base: [
|
|
5279
|
-
"text-danger-main",
|
|
5280
|
-
"bg-danger-soft",
|
|
5281
|
-
"border-danger-soft",
|
|
5282
|
-
"hover:border-danger-light",
|
|
5283
|
-
"active:bg-danger-light"
|
|
5284
|
-
]
|
|
5254
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5285
5255
|
}
|
|
5286
5256
|
},
|
|
5287
5257
|
// outline & color
|
|
@@ -5469,6 +5439,21 @@ var buttonBaseStyle = tv({
|
|
|
5469
5439
|
class: {
|
|
5470
5440
|
base: ["!border-neutral-light"]
|
|
5471
5441
|
}
|
|
5442
|
+
},
|
|
5443
|
+
// variant && isInGroup
|
|
5444
|
+
{
|
|
5445
|
+
variant: ["outline"],
|
|
5446
|
+
isInGroup: true,
|
|
5447
|
+
class: {
|
|
5448
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
variant: ["soft"],
|
|
5453
|
+
isInGroup: true,
|
|
5454
|
+
class: {
|
|
5455
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5456
|
+
}
|
|
5472
5457
|
}
|
|
5473
5458
|
]
|
|
5474
5459
|
});
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
select_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-VZPVEICG.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
7
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
8
|
+
import "../../chunk-LHWHM4LQ.mjs";
|
|
9
|
+
import "../../chunk-O5VW7CHY.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-
|
|
16
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
15
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
17
16
|
import "../../chunk-AOU4QX7H.mjs";
|
|
18
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
19
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
19
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
20
20
|
export {
|
|
21
21
|
select_default as default
|
|
22
22
|
};
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-D7DDV4UN.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import "../../chunk-A6UUVHC6.mjs";
|
|
8
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
9
8
|
import "../../chunk-AOU4QX7H.mjs";
|
|
9
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-UP6RPQDX.mjs";
|
|
11
11
|
export {
|
|
12
12
|
starRating_default as StarRating
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-D7DDV4UN.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import "../../chunk-A6UUVHC6.mjs";
|
|
8
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
9
8
|
import "../../chunk-AOU4QX7H.mjs";
|
|
9
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-UP6RPQDX.mjs";
|
|
11
11
|
export {
|
|
12
12
|
starRating_default as default,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
definition_table_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
4
|
+
} from "../../chunk-HXBZB7CW.mjs";
|
|
6
5
|
import "../../chunk-27Y6K5NK.mjs";
|
|
6
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
7
7
|
export {
|
|
8
8
|
definition_table_default as default
|
|
9
9
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-DX3KXNP6.mjs";
|
|
3
|
-
import {
|
|
4
|
-
definition_table_default
|
|
5
|
-
} from "../../chunk-2BRUK2DU.mjs";
|
|
6
3
|
import {
|
|
7
4
|
table_default
|
|
8
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KAB3AB67.mjs";
|
|
6
|
+
import {
|
|
7
|
+
definition_table_default
|
|
8
|
+
} from "../../chunk-HXBZB7CW.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-WS4SOWDZ.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-CAXTJ64M.mjs";
|
|
14
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
15
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-37BZALDV.mjs";
|
|
14
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
15
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
16
16
|
import "../../chunk-DQRAFUDA.mjs";
|
|
17
17
|
import "../../chunk-XS32UZI3.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
19
|
import "../../chunk-A6UUVHC6.mjs";
|
|
20
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
21
20
|
import "../../chunk-AOU4QX7H.mjs";
|
|
22
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
23
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
23
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
24
24
|
export {
|
|
25
25
|
definition_table_default as DefinitionTable,
|
|
26
26
|
table_default as Table
|