@deepnoid/ui 1.0.19 → 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.
Files changed (105) hide show
  1. package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
  2. package/dist/{chunk-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
  3. package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
  4. package/dist/{chunk-CA4ZDPGA.mjs → chunk-BVXQAYQN.mjs} +1 -1
  5. package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
  6. package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
  7. package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
  8. package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
  9. package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
  10. package/dist/{chunk-ARVWCWGT.mjs → chunk-L6KQCZIW.mjs} +2 -2
  11. package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
  12. package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
  13. package/dist/{chunk-KZ4VD7OZ.mjs → chunk-QTLP2B76.mjs} +3 -3
  14. package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
  15. package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
  16. package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
  17. package/dist/components/backdrop/backdrop.mjs +2 -2
  18. package/dist/components/backdrop/index.mjs +2 -2
  19. package/dist/components/breadcrumb/breadcrumb.js +30 -45
  20. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  21. package/dist/components/breadcrumb/index.js +30 -45
  22. package/dist/components/breadcrumb/index.mjs +7 -7
  23. package/dist/components/button/button-group.mjs +2 -2
  24. package/dist/components/button/button.d.mts +24 -0
  25. package/dist/components/button/button.d.ts +24 -0
  26. package/dist/components/button/button.js +30 -45
  27. package/dist/components/button/button.mjs +2 -2
  28. package/dist/components/button/button.style.d.mts +18 -0
  29. package/dist/components/button/button.style.d.ts +18 -0
  30. package/dist/components/button/button.style.js +30 -45
  31. package/dist/components/button/button.style.mjs +1 -1
  32. package/dist/components/button/icon-button.d.mts +24 -0
  33. package/dist/components/button/icon-button.d.ts +24 -0
  34. package/dist/components/button/icon-button.js +30 -45
  35. package/dist/components/button/icon-button.mjs +2 -2
  36. package/dist/components/button/index.js +30 -45
  37. package/dist/components/button/index.mjs +6 -6
  38. package/dist/components/button/text-button.d.mts +24 -0
  39. package/dist/components/button/text-button.d.ts +24 -0
  40. package/dist/components/button/text-button.js +30 -45
  41. package/dist/components/button/text-button.mjs +3 -3
  42. package/dist/components/charts/areaChart.mjs +1 -1
  43. package/dist/components/charts/index.mjs +9 -9
  44. package/dist/components/checkbox/checkbox.mjs +2 -2
  45. package/dist/components/checkbox/index.mjs +2 -2
  46. package/dist/components/drawer/drawer.mjs +2 -2
  47. package/dist/components/drawer/index.mjs +2 -2
  48. package/dist/components/fileUpload/fileUpload.js +30 -45
  49. package/dist/components/fileUpload/fileUpload.mjs +10 -10
  50. package/dist/components/fileUpload/index.js +30 -45
  51. package/dist/components/fileUpload/index.mjs +10 -10
  52. package/dist/components/input/index.mjs +2 -2
  53. package/dist/components/input/input.mjs +2 -2
  54. package/dist/components/modal/GlobalModalProvider.js +30 -45
  55. package/dist/components/modal/GlobalModalProvider.mjs +9 -9
  56. package/dist/components/modal/index.js +30 -45
  57. package/dist/components/modal/index.mjs +10 -10
  58. package/dist/components/modal/modal.js +30 -45
  59. package/dist/components/modal/modal.mjs +8 -8
  60. package/dist/components/modal/useGlobalModal.mjs +10 -10
  61. package/dist/components/pagination/index.mjs +3 -3
  62. package/dist/components/pagination/pagination.mjs +3 -3
  63. package/dist/components/picker/datePicker.js +30 -45
  64. package/dist/components/picker/datePicker.mjs +8 -8
  65. package/dist/components/picker/index.js +30 -45
  66. package/dist/components/picker/index.mjs +10 -10
  67. package/dist/components/picker/timePicker/Panel.js +30 -45
  68. package/dist/components/picker/timePicker/Panel.mjs +7 -7
  69. package/dist/components/picker/timePicker/index.js +30 -45
  70. package/dist/components/picker/timePicker/index.mjs +9 -9
  71. package/dist/components/progress/index.mjs +2 -2
  72. package/dist/components/progress/progress.mjs +2 -2
  73. package/dist/components/radio/index.mjs +2 -2
  74. package/dist/components/radio/radio.mjs +2 -2
  75. package/dist/components/select/index.js +30 -45
  76. package/dist/components/select/index.mjs +7 -7
  77. package/dist/components/select/select.js +30 -45
  78. package/dist/components/select/select.mjs +7 -7
  79. package/dist/components/table/definition-table.mjs +2 -2
  80. package/dist/components/table/index.mjs +9 -9
  81. package/dist/components/table/table-body.mjs +6 -6
  82. package/dist/components/table/table-head.mjs +6 -6
  83. package/dist/components/table/table.mjs +6 -6
  84. package/dist/components/textarea/index.mjs +2 -2
  85. package/dist/components/textarea/textarea.mjs +2 -2
  86. package/dist/components/toast/index.mjs +3 -3
  87. package/dist/components/toast/toast.mjs +2 -2
  88. package/dist/components/toast/use-toast.mjs +3 -3
  89. package/dist/components/tree/index.mjs +2 -2
  90. package/dist/components/tree/tree.mjs +2 -2
  91. package/dist/index.js +30 -45
  92. package/dist/index.mjs +70 -70
  93. package/dist/tailwind-config/styles/tokens/theme.css +24 -0
  94. package/package.json +1 -1
  95. package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
  96. package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
  97. package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
  98. package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
  99. package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
  100. package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
  101. package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
  102. package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
  103. package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
  104. package/dist/{chunk-KE26ONWZ.mjs → chunk-S7UE2MJZ.mjs} +3 -3
  105. package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
@@ -5135,7 +5135,7 @@ var buttonBaseStyle = tv({
5135
5135
  variant: {
5136
5136
  solid: {},
5137
5137
  soft: {},
5138
- outline: { base: ["bg-transparent"] },
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", "[&:not(:first-child)]:border-l-0"]
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", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
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
  });
@@ -2,33 +2,33 @@
2
2
  import "../../chunk-4VWG4726.mjs";
3
3
  import {
4
4
  timePicker_default
5
- } from "../../chunk-ARVWCWGT.mjs";
6
- import "../../chunk-CA4ZDPGA.mjs";
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-EL6G4AHQ.mjs";
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-CAXTJ64M.mjs";
16
+ import "../../chunk-BJWYF2WY.mjs";
17
17
  import "../../chunk-MY5U63QO.mjs";
18
- import "../../chunk-PRLKKUBY.mjs";
19
- import "../../chunk-NUV2RUDP.mjs";
20
- import "../../chunk-APKF7DHK.mjs";
21
- import "../../chunk-7U7FM6I6.mjs";
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-Q5T3XRA3.mjs";
27
+ import "../../chunk-2WAQRWST.mjs";
28
+ import "../../chunk-27Y6K5NK.mjs";
28
29
  import "../../chunk-E3G5QXSH.mjs";
29
30
  import "../../chunk-AOU4QX7H.mjs";
30
31
  import "../../chunk-UP6RPQDX.mjs";
31
- import "../../chunk-27Y6K5NK.mjs";
32
32
  export {
33
33
  datePicker_default as DatePicker,
34
34
  day_default as Day,
@@ -147,7 +147,7 @@ var buttonBaseStyle = tv({
147
147
  variant: {
148
148
  solid: {},
149
149
  soft: {},
150
- outline: { base: ["bg-transparent"] },
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", "[&:not(:first-child)]:border-l-0"]
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", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
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-CA4ZDPGA.mjs";
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-PRLKKUBY.mjs";
10
- import "../../../chunk-NUV2RUDP.mjs";
11
- import "../../../chunk-APKF7DHK.mjs";
12
- import "../../../chunk-7U7FM6I6.mjs";
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-Q5T3XRA3.mjs";
18
+ import "../../../chunk-2WAQRWST.mjs";
19
+ import "../../../chunk-27Y6K5NK.mjs";
19
20
  import "../../../chunk-E3G5QXSH.mjs";
20
21
  import "../../../chunk-AOU4QX7H.mjs";
21
22
  import "../../../chunk-UP6RPQDX.mjs";
22
- import "../../../chunk-27Y6K5NK.mjs";
23
23
  export {
24
24
  TimePickerPanel,
25
25
  Panel_default as default
@@ -5110,7 +5110,7 @@ var buttonBaseStyle = tv({
5110
5110
  variant: {
5111
5111
  solid: {},
5112
5112
  soft: {},
5113
- outline: { base: ["bg-transparent"] },
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", "[&:not(:first-child)]:border-l-0"]
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", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
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
  });
@@ -2,27 +2,27 @@
2
2
  import {
3
3
  timePickerStyle,
4
4
  timePicker_default
5
- } from "../../../chunk-ARVWCWGT.mjs";
6
- import "../../../chunk-CA4ZDPGA.mjs";
5
+ } from "../../../chunk-L6KQCZIW.mjs";
6
+ import "../../../chunk-BVXQAYQN.mjs";
7
7
  import "../../../chunk-ZUNOPH7C.mjs";
8
8
  import "../../../chunk-3IBJXQTJ.mjs";
9
9
  import "../../../chunk-2GCSFWHD.mjs";
10
- import "../../../chunk-CAXTJ64M.mjs";
10
+ import "../../../chunk-BJWYF2WY.mjs";
11
11
  import "../../../chunk-MY5U63QO.mjs";
12
- import "../../../chunk-PRLKKUBY.mjs";
13
- import "../../../chunk-NUV2RUDP.mjs";
14
- import "../../../chunk-APKF7DHK.mjs";
15
- import "../../../chunk-7U7FM6I6.mjs";
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-Q5T3XRA3.mjs";
21
+ import "../../../chunk-2WAQRWST.mjs";
22
+ import "../../../chunk-27Y6K5NK.mjs";
22
23
  import "../../../chunk-E3G5QXSH.mjs";
23
24
  import "../../../chunk-AOU4QX7H.mjs";
24
25
  import "../../../chunk-UP6RPQDX.mjs";
25
- import "../../../chunk-27Y6K5NK.mjs";
26
26
  export {
27
27
  timePicker_default as default,
28
28
  timePickerStyle
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-7VOQKIIK.mjs";
3
3
  import {
4
4
  progress_default
5
- } from "../../chunk-KE26ONWZ.mjs";
6
- import "../../chunk-3V4HT2K5.mjs";
5
+ } from "../../chunk-S7UE2MJZ.mjs";
7
6
  import "../../chunk-E3G5QXSH.mjs";
8
7
  import "../../chunk-UP6RPQDX.mjs";
8
+ import "../../chunk-3V4HT2K5.mjs";
9
9
  export {
10
10
  progress_default as Progress
11
11
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  progress_default
4
- } from "../../chunk-KE26ONWZ.mjs";
5
- import "../../chunk-3V4HT2K5.mjs";
4
+ } from "../../chunk-S7UE2MJZ.mjs";
6
5
  import "../../chunk-E3G5QXSH.mjs";
7
6
  import "../../chunk-UP6RPQDX.mjs";
7
+ import "../../chunk-3V4HT2K5.mjs";
8
8
  export {
9
9
  progress_default as default
10
10
  };
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-TPFN22HR.mjs";
3
3
  import {
4
4
  radio_default
5
- } from "../../chunk-IW7CU7J3.mjs";
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-IW7CU7J3.mjs";
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
  };