@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
|
@@ -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
|
});
|
|
@@ -2,26 +2,26 @@
|
|
|
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-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
12
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
13
|
+
import "../../chunk-LHWHM4LQ.mjs";
|
|
14
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
16
|
import "../../chunk-LXHUO6VM.mjs";
|
|
17
17
|
import "../../chunk-SZL743JC.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
19
|
import "../../chunk-A6UUVHC6.mjs";
|
|
20
|
-
import "../../chunk-
|
|
21
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
20
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
22
21
|
import "../../chunk-AOU4QX7H.mjs";
|
|
23
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
24
22
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
24
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
25
25
|
export {
|
|
26
26
|
datePickerStyle,
|
|
27
27
|
datePicker_default as default
|
|
@@ -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
|
});
|
|
@@ -6959,7 +6944,7 @@ function WheelColumn({ list, value, onChange }) {
|
|
|
6959
6944
|
}, [idx]);
|
|
6960
6945
|
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "relative h-[94px] w-[40px]", children: [
|
|
6961
6946
|
/* @__PURE__ */ (0, import_jsx_runtime10.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)]" }),
|
|
6962
|
-
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-
|
|
6947
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-hidden py-[0] select-none", children: [
|
|
6963
6948
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { style: { height: ITEM_HEIGHT } }),
|
|
6964
6949
|
list.map((v, i) => {
|
|
6965
6950
|
const highlight = i === idx;
|
|
@@ -7195,7 +7180,7 @@ var timePickerStyle = tv({
|
|
|
7195
7180
|
"rounded-[10px]",
|
|
7196
7181
|
"bg-body-background",
|
|
7197
7182
|
"shadow-drop-md",
|
|
7198
|
-
"overflow-
|
|
7183
|
+
"overflow-hidden",
|
|
7199
7184
|
"p-[10px]",
|
|
7200
7185
|
"w-[165px]",
|
|
7201
7186
|
"h-[137px]",
|
|
@@ -2,33 +2,33 @@
|
|
|
2
2
|
import "../../chunk-4VWG4726.mjs";
|
|
3
3
|
import {
|
|
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 {
|
|
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-
|
|
20
|
-
import "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
19
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
20
|
+
import "../../chunk-LHWHM4LQ.mjs";
|
|
21
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
22
22
|
import "../../chunk-6WSACUIB.mjs";
|
|
23
23
|
import "../../chunk-LXHUO6VM.mjs";
|
|
24
24
|
import "../../chunk-SZL743JC.mjs";
|
|
25
25
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
26
26
|
import "../../chunk-A6UUVHC6.mjs";
|
|
27
|
-
import "../../chunk-
|
|
28
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
27
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
29
28
|
import "../../chunk-AOU4QX7H.mjs";
|
|
30
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
31
29
|
import "../../chunk-27Y6K5NK.mjs";
|
|
30
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
31
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
32
32
|
export {
|
|
33
33
|
datePicker_default as DatePicker,
|
|
34
34
|
day_default as Day,
|
|
@@ -63,7 +63,7 @@ function WheelColumn({ list, value, onChange }) {
|
|
|
63
63
|
}, [idx]);
|
|
64
64
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "relative h-[94px] w-[40px]", children: [
|
|
65
65
|
/* @__PURE__ */ (0, import_jsx_runtime.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)]" }),
|
|
66
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-hidden py-[0] select-none", children: [
|
|
67
67
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { style: { height: ITEM_HEIGHT } }),
|
|
68
68
|
list.map((v, i) => {
|
|
69
69
|
const highlight = i === idx;
|
|
@@ -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,24 +2,24 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Panel_default,
|
|
4
4
|
TimePickerPanel
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-SXSVNBRO.mjs";
|
|
6
|
+
import "../../../chunk-2J4MNIMS.mjs";
|
|
7
7
|
import "../../../chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import "../../../chunk-MY5U63QO.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
12
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-IOJMTN6X.mjs";
|
|
10
|
+
import "../../../chunk-KIINY2GS.mjs";
|
|
11
|
+
import "../../../chunk-LHWHM4LQ.mjs";
|
|
12
|
+
import "../../../chunk-O5VW7CHY.mjs";
|
|
13
13
|
import "../../../chunk-6WSACUIB.mjs";
|
|
14
14
|
import "../../../chunk-LXHUO6VM.mjs";
|
|
15
15
|
import "../../../chunk-SZL743JC.mjs";
|
|
16
16
|
import "../../../chunk-ZYIIXWVY.mjs";
|
|
17
17
|
import "../../../chunk-A6UUVHC6.mjs";
|
|
18
|
-
import "../../../chunk-
|
|
19
|
-
import "../../../chunk-E3G5QXSH.mjs";
|
|
18
|
+
import "../../../chunk-2WAQRWST.mjs";
|
|
20
19
|
import "../../../chunk-AOU4QX7H.mjs";
|
|
21
|
-
import "../../../chunk-UP6RPQDX.mjs";
|
|
22
20
|
import "../../../chunk-27Y6K5NK.mjs";
|
|
21
|
+
import "../../../chunk-E3G5QXSH.mjs";
|
|
22
|
+
import "../../../chunk-UP6RPQDX.mjs";
|
|
23
23
|
export {
|
|
24
24
|
TimePickerPanel,
|
|
25
25
|
Panel_default as default
|
|
@@ -59,7 +59,7 @@ function WheelColumn({ list, value, onChange }) {
|
|
|
59
59
|
}, [idx]);
|
|
60
60
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "relative h-[94px] w-[40px]", children: [
|
|
61
61
|
/* @__PURE__ */ (0, import_jsx_runtime.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)]" }),
|
|
62
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { ref, className: "scrollbar-none relative h-full overflow-hidden py-[0] select-none", children: [
|
|
63
63
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { style: { height: ITEM_HEIGHT } }),
|
|
64
64
|
list.map((v, i) => {
|
|
65
65
|
const highlight = i === idx;
|