@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.
Files changed (82) hide show
  1. package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
  2. package/dist/{chunk-AZT7MLD2.mjs → chunk-3K4OTUIB.mjs} +1 -1
  3. package/dist/{chunk-OCTLSRX2.mjs → chunk-7OP3JEMA.mjs} +1 -1
  4. package/dist/{chunk-Y6EIO72X.mjs → chunk-BJWYF2WY.mjs} +4 -4
  5. package/dist/{chunk-ZPMS2CYP.mjs → chunk-BVXQAYQN.mjs} +1 -1
  6. package/dist/{chunk-BA7IXGUO.mjs → chunk-IOJMTN6X.mjs} +4 -4
  7. package/dist/{chunk-TLVLL4UG.mjs → chunk-JGF5TY7M.mjs} +1 -1
  8. package/dist/{chunk-6ZVFACPA.mjs → chunk-KAB3AB67.mjs} +1 -1
  9. package/dist/{chunk-ZDZKGGK3.mjs → chunk-KIINY2GS.mjs} +1 -1
  10. package/dist/{chunk-G45IQ6PX.mjs → chunk-L6KQCZIW.mjs} +2 -2
  11. package/dist/{chunk-FPPUSH7C.mjs → chunk-N4KPGD2N.mjs} +1 -1
  12. package/dist/{chunk-LFPED3UH.mjs → chunk-O5VW7CHY.mjs} +4 -4
  13. package/dist/{chunk-K535MLKN.mjs → chunk-QTLP2B76.mjs} +2 -2
  14. package/dist/{chunk-FQBE4HWT.mjs → chunk-VZPVEICG.mjs} +1 -1
  15. package/dist/{chunk-FXPU725A.mjs → chunk-WQG4OYM6.mjs} +4 -4
  16. package/dist/{chunk-AYTOWECM.mjs → chunk-WS4SOWDZ.mjs} +1 -1
  17. package/dist/components/breadcrumb/breadcrumb.js +30 -45
  18. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  19. package/dist/components/breadcrumb/index.js +30 -45
  20. package/dist/components/breadcrumb/index.mjs +6 -6
  21. package/dist/components/button/button.d.mts +24 -0
  22. package/dist/components/button/button.d.ts +24 -0
  23. package/dist/components/button/button.js +30 -45
  24. package/dist/components/button/button.mjs +3 -3
  25. package/dist/components/button/button.style.d.mts +18 -0
  26. package/dist/components/button/button.style.d.ts +18 -0
  27. package/dist/components/button/button.style.js +30 -45
  28. package/dist/components/button/button.style.mjs +1 -1
  29. package/dist/components/button/icon-button.d.mts +24 -0
  30. package/dist/components/button/icon-button.d.ts +24 -0
  31. package/dist/components/button/icon-button.js +30 -45
  32. package/dist/components/button/icon-button.mjs +3 -3
  33. package/dist/components/button/index.js +30 -45
  34. package/dist/components/button/index.mjs +5 -5
  35. package/dist/components/button/text-button.d.mts +24 -0
  36. package/dist/components/button/text-button.d.ts +24 -0
  37. package/dist/components/button/text-button.js +30 -45
  38. package/dist/components/button/text-button.mjs +2 -2
  39. package/dist/components/fileUpload/fileUpload.js +34 -49
  40. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  41. package/dist/components/fileUpload/index.js +34 -49
  42. package/dist/components/fileUpload/index.mjs +7 -7
  43. package/dist/components/input/index.js +4 -4
  44. package/dist/components/input/index.mjs +1 -1
  45. package/dist/components/input/input.js +4 -4
  46. package/dist/components/input/input.mjs +1 -1
  47. package/dist/components/modal/GlobalModalProvider.js +30 -45
  48. package/dist/components/modal/GlobalModalProvider.mjs +7 -7
  49. package/dist/components/modal/index.js +30 -45
  50. package/dist/components/modal/index.mjs +8 -8
  51. package/dist/components/modal/modal.js +30 -45
  52. package/dist/components/modal/modal.mjs +6 -6
  53. package/dist/components/modal/useGlobalModal.mjs +8 -8
  54. package/dist/components/pagination/index.js +4 -4
  55. package/dist/components/pagination/index.mjs +2 -2
  56. package/dist/components/pagination/pagination.js +4 -4
  57. package/dist/components/pagination/pagination.mjs +2 -2
  58. package/dist/components/picker/datePicker.js +34 -49
  59. package/dist/components/picker/datePicker.mjs +7 -7
  60. package/dist/components/picker/index.js +34 -49
  61. package/dist/components/picker/index.mjs +9 -9
  62. package/dist/components/picker/timePicker/Panel.js +30 -45
  63. package/dist/components/picker/timePicker/Panel.mjs +6 -6
  64. package/dist/components/picker/timePicker/index.js +34 -49
  65. package/dist/components/picker/timePicker/index.mjs +8 -8
  66. package/dist/components/ripple/index.mjs +3 -3
  67. package/dist/components/select/index.js +30 -45
  68. package/dist/components/select/index.mjs +6 -6
  69. package/dist/components/select/select.js +30 -45
  70. package/dist/components/select/select.mjs +6 -6
  71. package/dist/components/table/index.js +4 -4
  72. package/dist/components/table/index.mjs +6 -6
  73. package/dist/components/table/table-body.js +4 -4
  74. package/dist/components/table/table-body.mjs +4 -4
  75. package/dist/components/table/table-head.js +4 -4
  76. package/dist/components/table/table-head.mjs +4 -4
  77. package/dist/components/table/table.js +4 -4
  78. package/dist/components/table/table.mjs +4 -4
  79. package/dist/index.js +34 -49
  80. package/dist/index.mjs +54 -54
  81. package/dist/tailwind-config/styles/tokens/theme.css +24 -0
  82. package/package.json +1 -1
@@ -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
  });
@@ -5984,7 +5969,7 @@ var inputStyle = tv(
5984
5969
  base: ["text-sm", "gap-sm"],
5985
5970
  label: ["text-sm"],
5986
5971
  innerWrapper: ["gap-sm"],
5987
- inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-xs", "gap-sm"],
5972
+ inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
5988
5973
  helperMessage: ["text-sm"],
5989
5974
  errorMessage: ["text-sm"]
5990
5975
  },
@@ -5992,7 +5977,7 @@ var inputStyle = tv(
5992
5977
  base: ["text-md", "gap-md"],
5993
5978
  label: ["text-md"],
5994
5979
  innerWrapper: ["gap-md"],
5995
- inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-sm", "gap-md"],
5980
+ inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
5996
5981
  helperMessage: ["text-sm"],
5997
5982
  errorMessage: ["text-sm"]
5998
5983
  },
@@ -6000,7 +5985,7 @@ var inputStyle = tv(
6000
5985
  base: ["text-lg", "gap-lg"],
6001
5986
  label: ["text-lg"],
6002
5987
  innerWrapper: ["gap-lg"],
6003
- inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-md", "gap-lg"],
5988
+ inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
6004
5989
  helperMessage: ["text-md"],
6005
5990
  errorMessage: ["text-md"]
6006
5991
  },
@@ -6008,7 +5993,7 @@ var inputStyle = tv(
6008
5993
  base: ["text-xl", "gap-xl"],
6009
5994
  label: ["text-xl"],
6010
5995
  innerWrapper: ["gap-xl"],
6011
- inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-lg", "gap-xl"],
5996
+ inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
6012
5997
  helperMessage: ["text-md"],
6013
5998
  errorMessage: ["text-md"]
6014
5999
  }
@@ -2,23 +2,23 @@
2
2
  import {
3
3
  timePickerStyle,
4
4
  timePicker_default
5
- } from "../../../chunk-G45IQ6PX.mjs";
6
- import "../../../chunk-ZPMS2CYP.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-Y6EIO72X.mjs";
10
+ import "../../../chunk-BJWYF2WY.mjs";
11
11
  import "../../../chunk-MY5U63QO.mjs";
12
- import "../../../chunk-BA7IXGUO.mjs";
13
- import "../../../chunk-ZDZKGGK3.mjs";
12
+ import "../../../chunk-IOJMTN6X.mjs";
13
+ import "../../../chunk-KIINY2GS.mjs";
14
14
  import "../../../chunk-LHWHM4LQ.mjs";
15
- import "../../../chunk-LFPED3UH.mjs";
15
+ import "../../../chunk-O5VW7CHY.mjs";
16
16
  import "../../../chunk-6WSACUIB.mjs";
17
- import "../../../chunk-SZL743JC.mjs";
18
17
  import "../../../chunk-LXHUO6VM.mjs";
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
22
  import "../../../chunk-27Y6K5NK.mjs";
23
23
  import "../../../chunk-E3G5QXSH.mjs";
24
24
  import "../../../chunk-AOU4QX7H.mjs";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import "../../chunk-6WSACUIB.mjs";
3
- import {
4
- useRipple
5
- } from "../../chunk-SZL743JC.mjs";
6
3
  import {
7
4
  ripple_default
8
5
  } from "../../chunk-LXHUO6VM.mjs";
6
+ import {
7
+ useRipple
8
+ } from "../../chunk-SZL743JC.mjs";
9
9
  export {
10
10
  ripple_default as Ripple,
11
11
  useRipple
@@ -5092,7 +5092,7 @@ var buttonBaseStyle = tv({
5092
5092
  variant: {
5093
5093
  solid: {},
5094
5094
  soft: {},
5095
- outline: { base: ["bg-transparent"] },
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", "[&:not(:first-child)]:border-l-0"]
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", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
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,18 +2,18 @@
2
2
  import "../../chunk-QCEKPS7U.mjs";
3
3
  import {
4
4
  select_default
5
- } from "../../chunk-FQBE4HWT.mjs";
5
+ } from "../../chunk-VZPVEICG.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
- import "../../chunk-BA7IXGUO.mjs";
8
- import "../../chunk-ZDZKGGK3.mjs";
7
+ import "../../chunk-IOJMTN6X.mjs";
8
+ import "../../chunk-KIINY2GS.mjs";
9
9
  import "../../chunk-LHWHM4LQ.mjs";
10
- import "../../chunk-LFPED3UH.mjs";
10
+ import "../../chunk-O5VW7CHY.mjs";
11
11
  import "../../chunk-6WSACUIB.mjs";
12
- import "../../chunk-SZL743JC.mjs";
13
12
  import "../../chunk-LXHUO6VM.mjs";
13
+ import "../../chunk-SZL743JC.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
15
  import "../../chunk-A6UUVHC6.mjs";
16
- import "../../chunk-Q5T3XRA3.mjs";
16
+ import "../../chunk-2WAQRWST.mjs";
17
17
  import "../../chunk-27Y6K5NK.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-AOU4QX7H.mjs";
@@ -5090,7 +5090,7 @@ var buttonBaseStyle = tv({
5090
5090
  variant: {
5091
5091
  solid: {},
5092
5092
  soft: {},
5093
- outline: { base: ["bg-transparent"] },
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", "[&:not(:first-child)]:border-l-0"]
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", "border-info-soft", "hover:border-info-light", "active:bg-info-light"]
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,18 +1,18 @@
1
1
  "use client";
2
2
  import {
3
3
  select_default
4
- } from "../../chunk-FQBE4HWT.mjs";
4
+ } from "../../chunk-VZPVEICG.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
- import "../../chunk-BA7IXGUO.mjs";
7
- import "../../chunk-ZDZKGGK3.mjs";
6
+ import "../../chunk-IOJMTN6X.mjs";
7
+ import "../../chunk-KIINY2GS.mjs";
8
8
  import "../../chunk-LHWHM4LQ.mjs";
9
- import "../../chunk-LFPED3UH.mjs";
9
+ import "../../chunk-O5VW7CHY.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
- import "../../chunk-SZL743JC.mjs";
12
11
  import "../../chunk-LXHUO6VM.mjs";
12
+ import "../../chunk-SZL743JC.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-A6UUVHC6.mjs";
15
- import "../../chunk-Q5T3XRA3.mjs";
15
+ import "../../chunk-2WAQRWST.mjs";
16
16
  import "../../chunk-27Y6K5NK.mjs";
17
17
  import "../../chunk-E3G5QXSH.mjs";
18
18
  import "../../chunk-AOU4QX7H.mjs";
@@ -5702,7 +5702,7 @@ var inputStyle = tv(
5702
5702
  base: ["text-sm", "gap-sm"],
5703
5703
  label: ["text-sm"],
5704
5704
  innerWrapper: ["gap-sm"],
5705
- inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-xs", "gap-sm"],
5705
+ inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
5706
5706
  helperMessage: ["text-sm"],
5707
5707
  errorMessage: ["text-sm"]
5708
5708
  },
@@ -5710,7 +5710,7 @@ var inputStyle = tv(
5710
5710
  base: ["text-md", "gap-md"],
5711
5711
  label: ["text-md"],
5712
5712
  innerWrapper: ["gap-md"],
5713
- inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-sm", "gap-md"],
5713
+ inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
5714
5714
  helperMessage: ["text-sm"],
5715
5715
  errorMessage: ["text-sm"]
5716
5716
  },
@@ -5718,7 +5718,7 @@ var inputStyle = tv(
5718
5718
  base: ["text-lg", "gap-lg"],
5719
5719
  label: ["text-lg"],
5720
5720
  innerWrapper: ["gap-lg"],
5721
- inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-md", "gap-lg"],
5721
+ inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
5722
5722
  helperMessage: ["text-md"],
5723
5723
  errorMessage: ["text-md"]
5724
5724
  },
@@ -5726,7 +5726,7 @@ var inputStyle = tv(
5726
5726
  base: ["text-xl", "gap-xl"],
5727
5727
  label: ["text-xl"],
5728
5728
  innerWrapper: ["gap-xl"],
5729
- inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-lg", "gap-xl"],
5729
+ inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
5730
5730
  helperMessage: ["text-md"],
5731
5731
  errorMessage: ["text-md"]
5732
5732
  }
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import "../../chunk-DX3KXNP6.mjs";
3
+ import {
4
+ table_default
5
+ } from "../../chunk-KAB3AB67.mjs";
3
6
  import {
4
7
  definition_table_default
5
8
  } from "../../chunk-HXBZB7CW.mjs";
6
- import {
7
- table_default
8
- } from "../../chunk-6ZVFACPA.mjs";
9
9
  import "../../chunk-7B7LRG5J.mjs";
10
- import "../../chunk-AYTOWECM.mjs";
10
+ import "../../chunk-WS4SOWDZ.mjs";
11
11
  import "../../chunk-F3HENRVM.mjs";
12
- import "../../chunk-2GCSFWHD.mjs";
13
- import "../../chunk-Y6EIO72X.mjs";
14
12
  import "../../chunk-QZ3LVYJW.mjs";
15
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";
@@ -5586,7 +5586,7 @@ var inputStyle = tv(
5586
5586
  base: ["text-sm", "gap-sm"],
5587
5587
  label: ["text-sm"],
5588
5588
  innerWrapper: ["gap-sm"],
5589
- inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-xs", "gap-sm"],
5589
+ inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
5590
5590
  helperMessage: ["text-sm"],
5591
5591
  errorMessage: ["text-sm"]
5592
5592
  },
@@ -5594,7 +5594,7 @@ var inputStyle = tv(
5594
5594
  base: ["text-md", "gap-md"],
5595
5595
  label: ["text-md"],
5596
5596
  innerWrapper: ["gap-md"],
5597
- inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-sm", "gap-md"],
5597
+ inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
5598
5598
  helperMessage: ["text-sm"],
5599
5599
  errorMessage: ["text-sm"]
5600
5600
  },
@@ -5602,7 +5602,7 @@ var inputStyle = tv(
5602
5602
  base: ["text-lg", "gap-lg"],
5603
5603
  label: ["text-lg"],
5604
5604
  innerWrapper: ["gap-lg"],
5605
- inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-md", "gap-lg"],
5605
+ inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
5606
5606
  helperMessage: ["text-md"],
5607
5607
  errorMessage: ["text-md"]
5608
5608
  },
@@ -5610,7 +5610,7 @@ var inputStyle = tv(
5610
5610
  base: ["text-xl", "gap-xl"],
5611
5611
  label: ["text-xl"],
5612
5612
  innerWrapper: ["gap-xl"],
5613
- inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-lg", "gap-xl"],
5613
+ inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
5614
5614
  helperMessage: ["text-md"],
5615
5615
  errorMessage: ["text-md"]
5616
5616
  }