@deepnoid/ui 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
- package/dist/{chunk-AZT7MLD2.mjs → chunk-3K4OTUIB.mjs} +1 -1
- package/dist/{chunk-OCTLSRX2.mjs → chunk-7OP3JEMA.mjs} +1 -1
- package/dist/{chunk-Y6EIO72X.mjs → chunk-BJWYF2WY.mjs} +4 -4
- package/dist/{chunk-ZPMS2CYP.mjs → chunk-BVXQAYQN.mjs} +1 -1
- package/dist/{chunk-BA7IXGUO.mjs → chunk-IOJMTN6X.mjs} +4 -4
- package/dist/{chunk-TLVLL4UG.mjs → chunk-JGF5TY7M.mjs} +1 -1
- package/dist/{chunk-6ZVFACPA.mjs → chunk-KAB3AB67.mjs} +1 -1
- package/dist/{chunk-ZDZKGGK3.mjs → chunk-KIINY2GS.mjs} +1 -1
- package/dist/{chunk-G45IQ6PX.mjs → chunk-L6KQCZIW.mjs} +2 -2
- package/dist/{chunk-FPPUSH7C.mjs → chunk-N4KPGD2N.mjs} +1 -1
- package/dist/{chunk-LFPED3UH.mjs → chunk-O5VW7CHY.mjs} +4 -4
- package/dist/{chunk-K535MLKN.mjs → chunk-QTLP2B76.mjs} +2 -2
- package/dist/{chunk-FQBE4HWT.mjs → chunk-VZPVEICG.mjs} +1 -1
- package/dist/{chunk-FXPU725A.mjs → chunk-WQG4OYM6.mjs} +4 -4
- package/dist/{chunk-AYTOWECM.mjs → chunk-WS4SOWDZ.mjs} +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +30 -45
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +30 -45
- package/dist/components/breadcrumb/index.mjs +6 -6
- 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 +5 -5
- 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 +2 -2
- package/dist/components/fileUpload/fileUpload.js +34 -49
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +34 -49
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/input/index.js +4 -4
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +4 -4
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/modal/GlobalModalProvider.js +30 -45
- package/dist/components/modal/GlobalModalProvider.mjs +7 -7
- package/dist/components/modal/index.js +30 -45
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +30 -45
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/modal/useGlobalModal.mjs +8 -8
- package/dist/components/pagination/index.js +4 -4
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +4 -4
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/picker/datePicker.js +34 -49
- package/dist/components/picker/datePicker.mjs +7 -7
- package/dist/components/picker/index.js +34 -49
- package/dist/components/picker/index.mjs +9 -9
- package/dist/components/picker/timePicker/Panel.js +30 -45
- package/dist/components/picker/timePicker/Panel.mjs +6 -6
- package/dist/components/picker/timePicker/index.js +34 -49
- package/dist/components/picker/timePicker/index.mjs +8 -8
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +30 -45
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +30 -45
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/table/index.js +4 -4
- package/dist/components/table/index.mjs +6 -6
- package/dist/components/table/table-body.js +4 -4
- package/dist/components/table/table-body.mjs +4 -4
- package/dist/components/table/table-head.js +4 -4
- package/dist/components/table/table-head.mjs +4 -4
- package/dist/components/table/table.js +4 -4
- package/dist/components/table/table.mjs +4 -4
- package/dist/index.js +34 -49
- package/dist/index.mjs +54 -54
- package/dist/tailwind-config/styles/tokens/theme.css +24 -0
- package/package.json +1 -1
|
@@ -5066,7 +5066,7 @@ var buttonBaseStyle = tv({
|
|
|
5066
5066
|
variant: {
|
|
5067
5067
|
solid: {},
|
|
5068
5068
|
soft: {},
|
|
5069
|
-
outline: { base: ["bg-
|
|
5069
|
+
outline: { base: ["bg-body-background"] },
|
|
5070
5070
|
ghost: {}
|
|
5071
5071
|
},
|
|
5072
5072
|
color: {
|
|
@@ -5078,6 +5078,12 @@ var buttonBaseStyle = tv({
|
|
|
5078
5078
|
warning: {},
|
|
5079
5079
|
danger: {}
|
|
5080
5080
|
},
|
|
5081
|
+
size: {
|
|
5082
|
+
sm: {},
|
|
5083
|
+
md: {},
|
|
5084
|
+
lg: {},
|
|
5085
|
+
xl: {}
|
|
5086
|
+
},
|
|
5081
5087
|
disabled: {
|
|
5082
5088
|
true: {
|
|
5083
5089
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5085,7 +5091,7 @@ var buttonBaseStyle = tv({
|
|
|
5085
5091
|
},
|
|
5086
5092
|
isInGroup: {
|
|
5087
5093
|
true: {
|
|
5088
|
-
base: ["!rounded-none"
|
|
5094
|
+
base: ["!rounded-none"]
|
|
5089
5095
|
}
|
|
5090
5096
|
}
|
|
5091
5097
|
},
|
|
@@ -5179,85 +5185,49 @@ var buttonBaseStyle = tv({
|
|
|
5179
5185
|
variant: "soft",
|
|
5180
5186
|
color: "primary",
|
|
5181
5187
|
class: {
|
|
5182
|
-
base: [
|
|
5183
|
-
"text-primary-main",
|
|
5184
|
-
"bg-primary-soft",
|
|
5185
|
-
"border-primary-soft",
|
|
5186
|
-
"hover:border-primary-light",
|
|
5187
|
-
"active:bg-primary-light"
|
|
5188
|
-
]
|
|
5188
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5189
5189
|
}
|
|
5190
5190
|
},
|
|
5191
5191
|
{
|
|
5192
5192
|
variant: "soft",
|
|
5193
5193
|
color: "secondary",
|
|
5194
5194
|
class: {
|
|
5195
|
-
base: [
|
|
5196
|
-
"text-secondary-main",
|
|
5197
|
-
"bg-secondary-soft",
|
|
5198
|
-
"border-secondary-soft",
|
|
5199
|
-
"hover:border-secondary-light",
|
|
5200
|
-
"active:bg-secondary-light"
|
|
5201
|
-
]
|
|
5195
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5202
5196
|
}
|
|
5203
5197
|
},
|
|
5204
5198
|
{
|
|
5205
5199
|
variant: "soft",
|
|
5206
5200
|
color: "neutral",
|
|
5207
5201
|
class: {
|
|
5208
|
-
base: [
|
|
5209
|
-
"text-neutral-main",
|
|
5210
|
-
"bg-neutral-soft",
|
|
5211
|
-
"border-neutral-soft",
|
|
5212
|
-
"hover:border-neutral-light",
|
|
5213
|
-
"active:bg-neutral-light"
|
|
5214
|
-
]
|
|
5202
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5215
5203
|
}
|
|
5216
5204
|
},
|
|
5217
5205
|
{
|
|
5218
5206
|
variant: "soft",
|
|
5219
5207
|
color: "info",
|
|
5220
5208
|
class: {
|
|
5221
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5209
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5222
5210
|
}
|
|
5223
5211
|
},
|
|
5224
5212
|
{
|
|
5225
5213
|
variant: "soft",
|
|
5226
5214
|
color: "success",
|
|
5227
5215
|
class: {
|
|
5228
|
-
base: [
|
|
5229
|
-
"text-success-main",
|
|
5230
|
-
"bg-success-soft",
|
|
5231
|
-
"border-success-soft",
|
|
5232
|
-
"hover:border-success-light",
|
|
5233
|
-
"active:bg-success-light"
|
|
5234
|
-
]
|
|
5216
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5235
5217
|
}
|
|
5236
5218
|
},
|
|
5237
5219
|
{
|
|
5238
5220
|
variant: "soft",
|
|
5239
5221
|
color: "warning",
|
|
5240
5222
|
class: {
|
|
5241
|
-
base: [
|
|
5242
|
-
"text-warning-main",
|
|
5243
|
-
"bg-warning-soft",
|
|
5244
|
-
"border-warning-soft",
|
|
5245
|
-
"hover:border-warning-light",
|
|
5246
|
-
"active:bg-warning-light"
|
|
5247
|
-
]
|
|
5223
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5248
5224
|
}
|
|
5249
5225
|
},
|
|
5250
5226
|
{
|
|
5251
5227
|
variant: "soft",
|
|
5252
5228
|
color: "danger",
|
|
5253
5229
|
class: {
|
|
5254
|
-
base: [
|
|
5255
|
-
"text-danger-main",
|
|
5256
|
-
"bg-danger-soft",
|
|
5257
|
-
"border-danger-soft",
|
|
5258
|
-
"hover:border-danger-light",
|
|
5259
|
-
"active:bg-danger-light"
|
|
5260
|
-
]
|
|
5230
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5261
5231
|
}
|
|
5262
5232
|
},
|
|
5263
5233
|
// outline & color
|
|
@@ -5445,6 +5415,21 @@ var buttonBaseStyle = tv({
|
|
|
5445
5415
|
class: {
|
|
5446
5416
|
base: ["!border-neutral-light"]
|
|
5447
5417
|
}
|
|
5418
|
+
},
|
|
5419
|
+
// variant && isInGroup
|
|
5420
|
+
{
|
|
5421
|
+
variant: ["outline"],
|
|
5422
|
+
isInGroup: true,
|
|
5423
|
+
class: {
|
|
5424
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5425
|
+
}
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
variant: ["soft"],
|
|
5429
|
+
isInGroup: true,
|
|
5430
|
+
class: {
|
|
5431
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5432
|
+
}
|
|
5448
5433
|
}
|
|
5449
5434
|
]
|
|
5450
5435
|
});
|
|
@@ -6227,7 +6212,7 @@ var inputStyle = tv(
|
|
|
6227
6212
|
base: ["text-sm", "gap-sm"],
|
|
6228
6213
|
label: ["text-sm"],
|
|
6229
6214
|
innerWrapper: ["gap-sm"],
|
|
6230
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
6215
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
6231
6216
|
helperMessage: ["text-sm"],
|
|
6232
6217
|
errorMessage: ["text-sm"]
|
|
6233
6218
|
},
|
|
@@ -6235,7 +6220,7 @@ var inputStyle = tv(
|
|
|
6235
6220
|
base: ["text-md", "gap-md"],
|
|
6236
6221
|
label: ["text-md"],
|
|
6237
6222
|
innerWrapper: ["gap-md"],
|
|
6238
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
6223
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
6239
6224
|
helperMessage: ["text-sm"],
|
|
6240
6225
|
errorMessage: ["text-sm"]
|
|
6241
6226
|
},
|
|
@@ -6243,7 +6228,7 @@ var inputStyle = tv(
|
|
|
6243
6228
|
base: ["text-lg", "gap-lg"],
|
|
6244
6229
|
label: ["text-lg"],
|
|
6245
6230
|
innerWrapper: ["gap-lg"],
|
|
6246
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
6231
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
6247
6232
|
helperMessage: ["text-md"],
|
|
6248
6233
|
errorMessage: ["text-md"]
|
|
6249
6234
|
},
|
|
@@ -6251,7 +6236,7 @@ var inputStyle = tv(
|
|
|
6251
6236
|
base: ["text-xl", "gap-xl"],
|
|
6252
6237
|
label: ["text-xl"],
|
|
6253
6238
|
innerWrapper: ["gap-xl"],
|
|
6254
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
6239
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
6255
6240
|
helperMessage: ["text-md"],
|
|
6256
6241
|
errorMessage: ["text-md"]
|
|
6257
6242
|
}
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import {
|
|
3
3
|
datePickerStyle,
|
|
4
4
|
datePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-WQG4OYM6.mjs";
|
|
6
6
|
import "../../chunk-G6SZN3EK.mjs";
|
|
7
7
|
import "../../chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
10
10
|
import "../../chunk-MY5U63QO.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
12
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
13
13
|
import "../../chunk-LHWHM4LQ.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
|
-
import "../../chunk-SZL743JC.mjs";
|
|
17
16
|
import "../../chunk-LXHUO6VM.mjs";
|
|
17
|
+
import "../../chunk-SZL743JC.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
19
|
import "../../chunk-A6UUVHC6.mjs";
|
|
20
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
23
23
|
import "../../chunk-AOU4QX7H.mjs";
|
|
@@ -5135,7 +5135,7 @@ var buttonBaseStyle = tv({
|
|
|
5135
5135
|
variant: {
|
|
5136
5136
|
solid: {},
|
|
5137
5137
|
soft: {},
|
|
5138
|
-
outline: { base: ["bg-
|
|
5138
|
+
outline: { base: ["bg-body-background"] },
|
|
5139
5139
|
ghost: {}
|
|
5140
5140
|
},
|
|
5141
5141
|
color: {
|
|
@@ -5147,6 +5147,12 @@ var buttonBaseStyle = tv({
|
|
|
5147
5147
|
warning: {},
|
|
5148
5148
|
danger: {}
|
|
5149
5149
|
},
|
|
5150
|
+
size: {
|
|
5151
|
+
sm: {},
|
|
5152
|
+
md: {},
|
|
5153
|
+
lg: {},
|
|
5154
|
+
xl: {}
|
|
5155
|
+
},
|
|
5150
5156
|
disabled: {
|
|
5151
5157
|
true: {
|
|
5152
5158
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5154,7 +5160,7 @@ var buttonBaseStyle = tv({
|
|
|
5154
5160
|
},
|
|
5155
5161
|
isInGroup: {
|
|
5156
5162
|
true: {
|
|
5157
|
-
base: ["!rounded-none"
|
|
5163
|
+
base: ["!rounded-none"]
|
|
5158
5164
|
}
|
|
5159
5165
|
}
|
|
5160
5166
|
},
|
|
@@ -5248,85 +5254,49 @@ var buttonBaseStyle = tv({
|
|
|
5248
5254
|
variant: "soft",
|
|
5249
5255
|
color: "primary",
|
|
5250
5256
|
class: {
|
|
5251
|
-
base: [
|
|
5252
|
-
"text-primary-main",
|
|
5253
|
-
"bg-primary-soft",
|
|
5254
|
-
"border-primary-soft",
|
|
5255
|
-
"hover:border-primary-light",
|
|
5256
|
-
"active:bg-primary-light"
|
|
5257
|
-
]
|
|
5257
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5258
5258
|
}
|
|
5259
5259
|
},
|
|
5260
5260
|
{
|
|
5261
5261
|
variant: "soft",
|
|
5262
5262
|
color: "secondary",
|
|
5263
5263
|
class: {
|
|
5264
|
-
base: [
|
|
5265
|
-
"text-secondary-main",
|
|
5266
|
-
"bg-secondary-soft",
|
|
5267
|
-
"border-secondary-soft",
|
|
5268
|
-
"hover:border-secondary-light",
|
|
5269
|
-
"active:bg-secondary-light"
|
|
5270
|
-
]
|
|
5264
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5271
5265
|
}
|
|
5272
5266
|
},
|
|
5273
5267
|
{
|
|
5274
5268
|
variant: "soft",
|
|
5275
5269
|
color: "neutral",
|
|
5276
5270
|
class: {
|
|
5277
|
-
base: [
|
|
5278
|
-
"text-neutral-main",
|
|
5279
|
-
"bg-neutral-soft",
|
|
5280
|
-
"border-neutral-soft",
|
|
5281
|
-
"hover:border-neutral-light",
|
|
5282
|
-
"active:bg-neutral-light"
|
|
5283
|
-
]
|
|
5271
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5284
5272
|
}
|
|
5285
5273
|
},
|
|
5286
5274
|
{
|
|
5287
5275
|
variant: "soft",
|
|
5288
5276
|
color: "info",
|
|
5289
5277
|
class: {
|
|
5290
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5278
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5291
5279
|
}
|
|
5292
5280
|
},
|
|
5293
5281
|
{
|
|
5294
5282
|
variant: "soft",
|
|
5295
5283
|
color: "success",
|
|
5296
5284
|
class: {
|
|
5297
|
-
base: [
|
|
5298
|
-
"text-success-main",
|
|
5299
|
-
"bg-success-soft",
|
|
5300
|
-
"border-success-soft",
|
|
5301
|
-
"hover:border-success-light",
|
|
5302
|
-
"active:bg-success-light"
|
|
5303
|
-
]
|
|
5285
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5304
5286
|
}
|
|
5305
5287
|
},
|
|
5306
5288
|
{
|
|
5307
5289
|
variant: "soft",
|
|
5308
5290
|
color: "warning",
|
|
5309
5291
|
class: {
|
|
5310
|
-
base: [
|
|
5311
|
-
"text-warning-main",
|
|
5312
|
-
"bg-warning-soft",
|
|
5313
|
-
"border-warning-soft",
|
|
5314
|
-
"hover:border-warning-light",
|
|
5315
|
-
"active:bg-warning-light"
|
|
5316
|
-
]
|
|
5292
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5317
5293
|
}
|
|
5318
5294
|
},
|
|
5319
5295
|
{
|
|
5320
5296
|
variant: "soft",
|
|
5321
5297
|
color: "danger",
|
|
5322
5298
|
class: {
|
|
5323
|
-
base: [
|
|
5324
|
-
"text-danger-main",
|
|
5325
|
-
"bg-danger-soft",
|
|
5326
|
-
"border-danger-soft",
|
|
5327
|
-
"hover:border-danger-light",
|
|
5328
|
-
"active:bg-danger-light"
|
|
5329
|
-
]
|
|
5299
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5330
5300
|
}
|
|
5331
5301
|
},
|
|
5332
5302
|
// outline & color
|
|
@@ -5514,6 +5484,21 @@ var buttonBaseStyle = tv({
|
|
|
5514
5484
|
class: {
|
|
5515
5485
|
base: ["!border-neutral-light"]
|
|
5516
5486
|
}
|
|
5487
|
+
},
|
|
5488
|
+
// variant && isInGroup
|
|
5489
|
+
{
|
|
5490
|
+
variant: ["outline"],
|
|
5491
|
+
isInGroup: true,
|
|
5492
|
+
class: {
|
|
5493
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5494
|
+
}
|
|
5495
|
+
},
|
|
5496
|
+
{
|
|
5497
|
+
variant: ["soft"],
|
|
5498
|
+
isInGroup: true,
|
|
5499
|
+
class: {
|
|
5500
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5501
|
+
}
|
|
5517
5502
|
}
|
|
5518
5503
|
]
|
|
5519
5504
|
});
|
|
@@ -6254,7 +6239,7 @@ var inputStyle = tv(
|
|
|
6254
6239
|
base: ["text-sm", "gap-sm"],
|
|
6255
6240
|
label: ["text-sm"],
|
|
6256
6241
|
innerWrapper: ["gap-sm"],
|
|
6257
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
6242
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
6258
6243
|
helperMessage: ["text-sm"],
|
|
6259
6244
|
errorMessage: ["text-sm"]
|
|
6260
6245
|
},
|
|
@@ -6262,7 +6247,7 @@ var inputStyle = tv(
|
|
|
6262
6247
|
base: ["text-md", "gap-md"],
|
|
6263
6248
|
label: ["text-md"],
|
|
6264
6249
|
innerWrapper: ["gap-md"],
|
|
6265
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
6250
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
6266
6251
|
helperMessage: ["text-sm"],
|
|
6267
6252
|
errorMessage: ["text-sm"]
|
|
6268
6253
|
},
|
|
@@ -6270,7 +6255,7 @@ var inputStyle = tv(
|
|
|
6270
6255
|
base: ["text-lg", "gap-lg"],
|
|
6271
6256
|
label: ["text-lg"],
|
|
6272
6257
|
innerWrapper: ["gap-lg"],
|
|
6273
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
6258
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
6274
6259
|
helperMessage: ["text-md"],
|
|
6275
6260
|
errorMessage: ["text-md"]
|
|
6276
6261
|
},
|
|
@@ -6278,7 +6263,7 @@ var inputStyle = tv(
|
|
|
6278
6263
|
base: ["text-xl", "gap-xl"],
|
|
6279
6264
|
label: ["text-xl"],
|
|
6280
6265
|
innerWrapper: ["gap-xl"],
|
|
6281
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
6266
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
6282
6267
|
helperMessage: ["text-md"],
|
|
6283
6268
|
errorMessage: ["text-md"]
|
|
6284
6269
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
import "../../chunk-4VWG4726.mjs";
|
|
3
3
|
import {
|
|
4
4
|
timePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-L6KQCZIW.mjs";
|
|
6
|
+
import "../../chunk-BVXQAYQN.mjs";
|
|
7
7
|
import "../../chunk-ZUNOPH7C.mjs";
|
|
8
8
|
import {
|
|
9
9
|
datePicker_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-WQG4OYM6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
day_default
|
|
13
13
|
} from "../../chunk-G6SZN3EK.mjs";
|
|
14
14
|
import "../../chunk-3IBJXQTJ.mjs";
|
|
15
15
|
import "../../chunk-2GCSFWHD.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
17
17
|
import "../../chunk-MY5U63QO.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
19
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
20
20
|
import "../../chunk-LHWHM4LQ.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
22
22
|
import "../../chunk-6WSACUIB.mjs";
|
|
23
|
-
import "../../chunk-SZL743JC.mjs";
|
|
24
23
|
import "../../chunk-LXHUO6VM.mjs";
|
|
24
|
+
import "../../chunk-SZL743JC.mjs";
|
|
25
25
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
26
26
|
import "../../chunk-A6UUVHC6.mjs";
|
|
27
|
-
import "../../chunk-
|
|
27
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
28
28
|
import "../../chunk-27Y6K5NK.mjs";
|
|
29
29
|
import "../../chunk-E3G5QXSH.mjs";
|
|
30
30
|
import "../../chunk-AOU4QX7H.mjs";
|
|
@@ -147,7 +147,7 @@ var buttonBaseStyle = tv({
|
|
|
147
147
|
variant: {
|
|
148
148
|
solid: {},
|
|
149
149
|
soft: {},
|
|
150
|
-
outline: { base: ["bg-
|
|
150
|
+
outline: { base: ["bg-body-background"] },
|
|
151
151
|
ghost: {}
|
|
152
152
|
},
|
|
153
153
|
color: {
|
|
@@ -159,6 +159,12 @@ var buttonBaseStyle = tv({
|
|
|
159
159
|
warning: {},
|
|
160
160
|
danger: {}
|
|
161
161
|
},
|
|
162
|
+
size: {
|
|
163
|
+
sm: {},
|
|
164
|
+
md: {},
|
|
165
|
+
lg: {},
|
|
166
|
+
xl: {}
|
|
167
|
+
},
|
|
162
168
|
disabled: {
|
|
163
169
|
true: {
|
|
164
170
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -166,7 +172,7 @@ var buttonBaseStyle = tv({
|
|
|
166
172
|
},
|
|
167
173
|
isInGroup: {
|
|
168
174
|
true: {
|
|
169
|
-
base: ["!rounded-none"
|
|
175
|
+
base: ["!rounded-none"]
|
|
170
176
|
}
|
|
171
177
|
}
|
|
172
178
|
},
|
|
@@ -260,85 +266,49 @@ var buttonBaseStyle = tv({
|
|
|
260
266
|
variant: "soft",
|
|
261
267
|
color: "primary",
|
|
262
268
|
class: {
|
|
263
|
-
base: [
|
|
264
|
-
"text-primary-main",
|
|
265
|
-
"bg-primary-soft",
|
|
266
|
-
"border-primary-soft",
|
|
267
|
-
"hover:border-primary-light",
|
|
268
|
-
"active:bg-primary-light"
|
|
269
|
-
]
|
|
269
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
variant: "soft",
|
|
274
274
|
color: "secondary",
|
|
275
275
|
class: {
|
|
276
|
-
base: [
|
|
277
|
-
"text-secondary-main",
|
|
278
|
-
"bg-secondary-soft",
|
|
279
|
-
"border-secondary-soft",
|
|
280
|
-
"hover:border-secondary-light",
|
|
281
|
-
"active:bg-secondary-light"
|
|
282
|
-
]
|
|
276
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
283
277
|
}
|
|
284
278
|
},
|
|
285
279
|
{
|
|
286
280
|
variant: "soft",
|
|
287
281
|
color: "neutral",
|
|
288
282
|
class: {
|
|
289
|
-
base: [
|
|
290
|
-
"text-neutral-main",
|
|
291
|
-
"bg-neutral-soft",
|
|
292
|
-
"border-neutral-soft",
|
|
293
|
-
"hover:border-neutral-light",
|
|
294
|
-
"active:bg-neutral-light"
|
|
295
|
-
]
|
|
283
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
296
284
|
}
|
|
297
285
|
},
|
|
298
286
|
{
|
|
299
287
|
variant: "soft",
|
|
300
288
|
color: "info",
|
|
301
289
|
class: {
|
|
302
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
290
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
303
291
|
}
|
|
304
292
|
},
|
|
305
293
|
{
|
|
306
294
|
variant: "soft",
|
|
307
295
|
color: "success",
|
|
308
296
|
class: {
|
|
309
|
-
base: [
|
|
310
|
-
"text-success-main",
|
|
311
|
-
"bg-success-soft",
|
|
312
|
-
"border-success-soft",
|
|
313
|
-
"hover:border-success-light",
|
|
314
|
-
"active:bg-success-light"
|
|
315
|
-
]
|
|
297
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
316
298
|
}
|
|
317
299
|
},
|
|
318
300
|
{
|
|
319
301
|
variant: "soft",
|
|
320
302
|
color: "warning",
|
|
321
303
|
class: {
|
|
322
|
-
base: [
|
|
323
|
-
"text-warning-main",
|
|
324
|
-
"bg-warning-soft",
|
|
325
|
-
"border-warning-soft",
|
|
326
|
-
"hover:border-warning-light",
|
|
327
|
-
"active:bg-warning-light"
|
|
328
|
-
]
|
|
304
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
329
305
|
}
|
|
330
306
|
},
|
|
331
307
|
{
|
|
332
308
|
variant: "soft",
|
|
333
309
|
color: "danger",
|
|
334
310
|
class: {
|
|
335
|
-
base: [
|
|
336
|
-
"text-danger-main",
|
|
337
|
-
"bg-danger-soft",
|
|
338
|
-
"border-danger-soft",
|
|
339
|
-
"hover:border-danger-light",
|
|
340
|
-
"active:bg-danger-light"
|
|
341
|
-
]
|
|
311
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
342
312
|
}
|
|
343
313
|
},
|
|
344
314
|
// outline & color
|
|
@@ -526,6 +496,21 @@ var buttonBaseStyle = tv({
|
|
|
526
496
|
class: {
|
|
527
497
|
base: ["!border-neutral-light"]
|
|
528
498
|
}
|
|
499
|
+
},
|
|
500
|
+
// variant && isInGroup
|
|
501
|
+
{
|
|
502
|
+
variant: ["outline"],
|
|
503
|
+
isInGroup: true,
|
|
504
|
+
class: {
|
|
505
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
variant: ["soft"],
|
|
510
|
+
isInGroup: true,
|
|
511
|
+
class: {
|
|
512
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
513
|
+
}
|
|
529
514
|
}
|
|
530
515
|
]
|
|
531
516
|
});
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Panel_default,
|
|
4
4
|
TimePickerPanel
|
|
5
|
-
} from "../../../chunk-
|
|
5
|
+
} from "../../../chunk-BVXQAYQN.mjs";
|
|
6
6
|
import "../../../chunk-ZUNOPH7C.mjs";
|
|
7
7
|
import "../../../chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import "../../../chunk-MY5U63QO.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-IOJMTN6X.mjs";
|
|
10
|
+
import "../../../chunk-KIINY2GS.mjs";
|
|
11
11
|
import "../../../chunk-LHWHM4LQ.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-O5VW7CHY.mjs";
|
|
13
13
|
import "../../../chunk-6WSACUIB.mjs";
|
|
14
|
-
import "../../../chunk-SZL743JC.mjs";
|
|
15
14
|
import "../../../chunk-LXHUO6VM.mjs";
|
|
15
|
+
import "../../../chunk-SZL743JC.mjs";
|
|
16
16
|
import "../../../chunk-ZYIIXWVY.mjs";
|
|
17
17
|
import "../../../chunk-A6UUVHC6.mjs";
|
|
18
|
-
import "../../../chunk-
|
|
18
|
+
import "../../../chunk-2WAQRWST.mjs";
|
|
19
19
|
import "../../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../../chunk-E3G5QXSH.mjs";
|
|
21
21
|
import "../../../chunk-AOU4QX7H.mjs";
|