@deepnoid/ui 1.0.0 → 1.0.2

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 (95) hide show
  1. package/.turbo/turbo-build.log +177 -177
  2. package/dist/chunk-67DEFPS6.mjs +74 -0
  3. package/dist/{chunk-CBFUVFGI.mjs → chunk-AVUO6TGC.mjs} +2 -2
  4. package/dist/{chunk-YBDQSEPV.mjs → chunk-BTAOTEW7.mjs} +1 -1
  5. package/dist/{chunk-7JCCPTBU.mjs → chunk-DEKPVTFX.mjs} +1 -1
  6. package/dist/{chunk-VOOEH6OJ.mjs → chunk-FFKXQUER.mjs} +1 -1
  7. package/dist/{chunk-2K3HZMC6.mjs → chunk-FQMA47EO.mjs} +4 -4
  8. package/dist/{chunk-E4VJDQD5.mjs → chunk-G5OQBVYQ.mjs} +1 -1
  9. package/dist/{chunk-S2T4GHJA.mjs → chunk-HJ2RUGGG.mjs} +1 -0
  10. package/dist/{chunk-TEERNFIT.mjs → chunk-IE7ERNC7.mjs} +3 -3
  11. package/dist/{chunk-63JRWMWN.mjs → chunk-JXIQOVRO.mjs} +1 -1
  12. package/dist/{chunk-OPGGL4CG.mjs → chunk-KZPHD6CA.mjs} +2 -2
  13. package/dist/{chunk-TBRF36RK.mjs → chunk-MCSP3FVE.mjs} +1 -1
  14. package/dist/{chunk-23KGTXH2.mjs → chunk-NKYNCXOU.mjs} +1 -1
  15. package/dist/{chunk-CGJBY53Q.mjs → chunk-OTC6FD4T.mjs} +2 -1
  16. package/dist/{chunk-Z4NO7SMY.mjs → chunk-ROG3BOMM.mjs} +19 -66
  17. package/dist/{chunk-RFHWRBAB.mjs → chunk-T6IFFFAD.mjs} +1 -1
  18. package/dist/{chunk-OPSMMRA2.mjs → chunk-TY7T5O3Z.mjs} +1 -1
  19. package/dist/{chunk-V5XX3CGL.mjs → chunk-WGVOWTFG.mjs} +1 -1
  20. package/dist/{chunk-EAWNUQDB.mjs → chunk-XNDDHEW6.mjs} +1 -1
  21. package/dist/components/accordion/accordionItem.js +1 -1
  22. package/dist/components/accordion/accordionItem.mjs +1 -1
  23. package/dist/components/accordion/index.js +1 -1
  24. package/dist/components/accordion/index.mjs +1 -1
  25. package/dist/components/breadcrumb/breadcrumb.js +19 -66
  26. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  27. package/dist/components/breadcrumb/index.js +19 -66
  28. package/dist/components/breadcrumb/index.mjs +6 -6
  29. package/dist/components/button/button-group.js +95 -10
  30. package/dist/components/button/button-group.mjs +2 -1
  31. package/dist/components/button/button.d.mts +52 -44
  32. package/dist/components/button/button.d.ts +52 -44
  33. package/dist/components/button/button.js +19 -66
  34. package/dist/components/button/button.mjs +2 -2
  35. package/dist/components/button/button.style.d.mts +39 -33
  36. package/dist/components/button/button.style.d.ts +39 -33
  37. package/dist/components/button/button.style.js +19 -66
  38. package/dist/components/button/button.style.mjs +1 -1
  39. package/dist/components/button/icon-button.d.mts +52 -44
  40. package/dist/components/button/icon-button.d.ts +52 -44
  41. package/dist/components/button/icon-button.js +19 -66
  42. package/dist/components/button/icon-button.mjs +2 -2
  43. package/dist/components/button/index.js +74 -76
  44. package/dist/components/button/index.mjs +5 -5
  45. package/dist/components/button/text-button.d.mts +52 -44
  46. package/dist/components/button/text-button.d.ts +52 -44
  47. package/dist/components/button/text-button.js +19 -66
  48. package/dist/components/button/text-button.mjs +2 -2
  49. package/dist/components/fileUpload/fileUpload.js +20 -66
  50. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  51. package/dist/components/fileUpload/index.js +20 -66
  52. package/dist/components/fileUpload/index.mjs +7 -7
  53. package/dist/components/input/index.js +1 -0
  54. package/dist/components/input/index.mjs +1 -1
  55. package/dist/components/input/input.js +1 -0
  56. package/dist/components/input/input.mjs +1 -1
  57. package/dist/components/modal/GlobalModalProvider.js +19 -66
  58. package/dist/components/modal/GlobalModalProvider.mjs +7 -7
  59. package/dist/components/modal/index.js +19 -66
  60. package/dist/components/modal/index.mjs +8 -8
  61. package/dist/components/modal/modal.js +19 -66
  62. package/dist/components/modal/modal.mjs +6 -6
  63. package/dist/components/modal/useGlobalModal.mjs +8 -8
  64. package/dist/components/pagination/index.js +1 -0
  65. package/dist/components/pagination/index.mjs +2 -2
  66. package/dist/components/pagination/pagination.js +1 -0
  67. package/dist/components/pagination/pagination.mjs +2 -2
  68. package/dist/components/picker/datePicker.js +20 -66
  69. package/dist/components/picker/datePicker.mjs +7 -7
  70. package/dist/components/picker/index.js +20 -66
  71. package/dist/components/picker/index.mjs +9 -9
  72. package/dist/components/picker/timePicker/Panel.js +19 -66
  73. package/dist/components/picker/timePicker/Panel.mjs +6 -6
  74. package/dist/components/picker/timePicker/index.js +20 -66
  75. package/dist/components/picker/timePicker/index.mjs +8 -8
  76. package/dist/components/radio/index.js +1 -1
  77. package/dist/components/radio/index.mjs +1 -1
  78. package/dist/components/radio/radio.js +1 -1
  79. package/dist/components/radio/radio.mjs +1 -1
  80. package/dist/components/select/index.js +20 -66
  81. package/dist/components/select/index.mjs +6 -6
  82. package/dist/components/select/select.js +20 -66
  83. package/dist/components/select/select.mjs +6 -6
  84. package/dist/components/table/index.js +3 -2
  85. package/dist/components/table/index.mjs +3 -3
  86. package/dist/components/table/table-body.js +3 -2
  87. package/dist/components/table/table-body.mjs +3 -3
  88. package/dist/components/table/table-head.js +3 -2
  89. package/dist/components/table/table-head.mjs +3 -3
  90. package/dist/components/table/table.js +3 -2
  91. package/dist/components/table/table.mjs +3 -3
  92. package/dist/index.js +80 -80
  93. package/dist/index.mjs +37 -37
  94. package/package.json +1 -1
  95. package/dist/chunk-TBI5O3OL.mjs +0 -26
@@ -5756,19 +5756,19 @@ var buttonBaseStyle = tv({
5756
5756
  },
5757
5757
  variants: {
5758
5758
  variant: {
5759
- solid: [],
5760
- soft: [],
5761
- outline: [],
5762
- ghost: []
5759
+ solid: {},
5760
+ soft: {},
5761
+ outline: { base: ["bg-transparent"] },
5762
+ ghost: {}
5763
5763
  },
5764
5764
  color: {
5765
- primary: [],
5766
- secondary: [],
5767
- neutral: [],
5768
- info: [],
5769
- success: [],
5770
- warning: [],
5771
- danger: []
5765
+ primary: {},
5766
+ secondary: {},
5767
+ neutral: {},
5768
+ info: {},
5769
+ success: {},
5770
+ warning: {},
5771
+ danger: {}
5772
5772
  },
5773
5773
  disabled: {
5774
5774
  true: {
@@ -5777,12 +5777,7 @@ var buttonBaseStyle = tv({
5777
5777
  },
5778
5778
  isInGroup: {
5779
5779
  true: {
5780
- base: [
5781
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5782
- "first:rounded-r-none",
5783
- "last:rounded-l-none",
5784
- "[&:not(:first-child)]:border-l-0"
5785
- ]
5780
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5786
5781
  }
5787
5782
  }
5788
5783
  },
@@ -5962,91 +5957,49 @@ var buttonBaseStyle = tv({
5962
5957
  variant: "outline",
5963
5958
  color: "primary",
5964
5959
  class: {
5965
- base: [
5966
- "bg-body-background",
5967
- "border-primary-main",
5968
- "text-primary-main",
5969
- "hover:bg-primary-soft",
5970
- "active:bg-primary-light"
5971
- ]
5960
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5972
5961
  }
5973
5962
  },
5974
5963
  {
5975
5964
  variant: "outline",
5976
5965
  color: "secondary",
5977
5966
  class: {
5978
- base: [
5979
- "bg-body-background",
5980
- "border-secondary-main",
5981
- "text-secondary-main",
5982
- "hover:bg-secondary-soft",
5983
- "active:bg-secondary-light"
5984
- ]
5967
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
5985
5968
  }
5986
5969
  },
5987
5970
  {
5988
5971
  variant: "outline",
5989
5972
  color: "neutral",
5990
5973
  class: {
5991
- base: [
5992
- "bg-body-background",
5993
- "border-neutral-main",
5994
- "text-neutral-main",
5995
- "hover:bg-neutral-soft",
5996
- "active:bg-neutral-light"
5997
- ]
5974
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
5998
5975
  }
5999
5976
  },
6000
5977
  {
6001
5978
  variant: "outline",
6002
5979
  color: "info",
6003
5980
  class: {
6004
- base: [
6005
- "bg-body-background",
6006
- "border-info-main",
6007
- "text-info-main",
6008
- "hover:bg-info-soft",
6009
- "active:bg-info-light"
6010
- ]
5981
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
6011
5982
  }
6012
5983
  },
6013
5984
  {
6014
5985
  variant: "outline",
6015
5986
  color: "success",
6016
5987
  class: {
6017
- base: [
6018
- "bg-body-background",
6019
- "border-success-main",
6020
- "text-success-main",
6021
- "hover:bg-success-soft",
6022
- "active:bg-success-light"
6023
- ]
5988
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
6024
5989
  }
6025
5990
  },
6026
5991
  {
6027
5992
  variant: "outline",
6028
5993
  color: "warning",
6029
5994
  class: {
6030
- base: [
6031
- "bg-body-background",
6032
- "border-warning-main",
6033
- "text-warning-main",
6034
- "hover:bg-warning-soft",
6035
- "active:bg-warning-light"
6036
- ]
5995
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
6037
5996
  }
6038
5997
  },
6039
5998
  {
6040
5999
  variant: "outline",
6041
6000
  color: "danger",
6042
6001
  class: {
6043
- base: [
6044
- "bg-body-background",
6045
- "border-danger-main",
6046
- "text-danger-main",
6047
- "hover:bg-danger-soft",
6048
- "active:bg-danger-light"
6049
- ]
6002
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
6050
6003
  }
6051
6004
  },
6052
6005
  // ghost & color
@@ -6643,6 +6596,7 @@ var inputStyle = tv(
6643
6596
  },
6644
6597
  outline: {
6645
6598
  inputWrapper: [
6599
+ "bg-transparent",
6646
6600
  "border-neutral-light",
6647
6601
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6648
6602
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -2,23 +2,23 @@
2
2
  import {
3
3
  timePickerStyle,
4
4
  timePicker_default
5
- } from "../../../chunk-CBFUVFGI.mjs";
6
- import "../../../chunk-TBRF36RK.mjs";
5
+ } from "../../../chunk-AVUO6TGC.mjs";
6
+ import "../../../chunk-MCSP3FVE.mjs";
7
7
  import "../../../chunk-RKHH3CUS.mjs";
8
8
  import "../../../chunk-3IBJXQTJ.mjs";
9
9
  import "../../../chunk-2GCSFWHD.mjs";
10
- import "../../../chunk-S2T4GHJA.mjs";
10
+ import "../../../chunk-HJ2RUGGG.mjs";
11
11
  import "../../../chunk-MY5U63QO.mjs";
12
- import "../../../chunk-YBDQSEPV.mjs";
13
- import "../../../chunk-TBI5O3OL.mjs";
14
- import "../../../chunk-63JRWMWN.mjs";
15
- import "../../../chunk-RFHWRBAB.mjs";
12
+ import "../../../chunk-BTAOTEW7.mjs";
13
+ import "../../../chunk-67DEFPS6.mjs";
14
+ import "../../../chunk-JXIQOVRO.mjs";
15
+ import "../../../chunk-T6IFFFAD.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-Z4NO7SMY.mjs";
21
+ import "../../../chunk-ROG3BOMM.mjs";
22
22
  import "../../../chunk-AOU4QX7H.mjs";
23
23
  import "../../../chunk-27Y6K5NK.mjs";
24
24
  import "../../../chunk-E3G5QXSH.mjs";
@@ -822,7 +822,7 @@ var radioStyle = tv({
822
822
  "rounded-full",
823
823
  "border",
824
824
  "border-neutral-light",
825
- "bg-body-background"
825
+ "bg-transparent"
826
826
  ],
827
827
  innerDot: [
828
828
  "z-[2]",
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-TPFN22HR.mjs";
3
3
  import {
4
4
  radio_default
5
- } from "../../chunk-VOOEH6OJ.mjs";
5
+ } from "../../chunk-FFKXQUER.mjs";
6
6
  import "../../chunk-27Y6K5NK.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
8
  import "../../chunk-DPWUIAVC.mjs";
@@ -820,7 +820,7 @@ var radioStyle = tv({
820
820
  "rounded-full",
821
821
  "border",
822
822
  "border-neutral-light",
823
- "bg-body-background"
823
+ "bg-transparent"
824
824
  ],
825
825
  innerDot: [
826
826
  "z-[2]",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  radio_default
4
- } from "../../chunk-VOOEH6OJ.mjs";
4
+ } from "../../chunk-FFKXQUER.mjs";
5
5
  import "../../chunk-27Y6K5NK.mjs";
6
6
  import "../../chunk-E3G5QXSH.mjs";
7
7
  import "../../chunk-DPWUIAVC.mjs";
@@ -5738,19 +5738,19 @@ var buttonBaseStyle = tv({
5738
5738
  },
5739
5739
  variants: {
5740
5740
  variant: {
5741
- solid: [],
5742
- soft: [],
5743
- outline: [],
5744
- ghost: []
5741
+ solid: {},
5742
+ soft: {},
5743
+ outline: { base: ["bg-transparent"] },
5744
+ ghost: {}
5745
5745
  },
5746
5746
  color: {
5747
- primary: [],
5748
- secondary: [],
5749
- neutral: [],
5750
- info: [],
5751
- success: [],
5752
- warning: [],
5753
- danger: []
5747
+ primary: {},
5748
+ secondary: {},
5749
+ neutral: {},
5750
+ info: {},
5751
+ success: {},
5752
+ warning: {},
5753
+ danger: {}
5754
5754
  },
5755
5755
  disabled: {
5756
5756
  true: {
@@ -5759,12 +5759,7 @@ var buttonBaseStyle = tv({
5759
5759
  },
5760
5760
  isInGroup: {
5761
5761
  true: {
5762
- base: [
5763
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5764
- "first:rounded-r-none",
5765
- "last:rounded-l-none",
5766
- "[&:not(:first-child)]:border-l-0"
5767
- ]
5762
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5768
5763
  }
5769
5764
  }
5770
5765
  },
@@ -5944,91 +5939,49 @@ var buttonBaseStyle = tv({
5944
5939
  variant: "outline",
5945
5940
  color: "primary",
5946
5941
  class: {
5947
- base: [
5948
- "bg-body-background",
5949
- "border-primary-main",
5950
- "text-primary-main",
5951
- "hover:bg-primary-soft",
5952
- "active:bg-primary-light"
5953
- ]
5942
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5954
5943
  }
5955
5944
  },
5956
5945
  {
5957
5946
  variant: "outline",
5958
5947
  color: "secondary",
5959
5948
  class: {
5960
- base: [
5961
- "bg-body-background",
5962
- "border-secondary-main",
5963
- "text-secondary-main",
5964
- "hover:bg-secondary-soft",
5965
- "active:bg-secondary-light"
5966
- ]
5949
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
5967
5950
  }
5968
5951
  },
5969
5952
  {
5970
5953
  variant: "outline",
5971
5954
  color: "neutral",
5972
5955
  class: {
5973
- base: [
5974
- "bg-body-background",
5975
- "border-neutral-main",
5976
- "text-neutral-main",
5977
- "hover:bg-neutral-soft",
5978
- "active:bg-neutral-light"
5979
- ]
5956
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
5980
5957
  }
5981
5958
  },
5982
5959
  {
5983
5960
  variant: "outline",
5984
5961
  color: "info",
5985
5962
  class: {
5986
- base: [
5987
- "bg-body-background",
5988
- "border-info-main",
5989
- "text-info-main",
5990
- "hover:bg-info-soft",
5991
- "active:bg-info-light"
5992
- ]
5963
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
5993
5964
  }
5994
5965
  },
5995
5966
  {
5996
5967
  variant: "outline",
5997
5968
  color: "success",
5998
5969
  class: {
5999
- base: [
6000
- "bg-body-background",
6001
- "border-success-main",
6002
- "text-success-main",
6003
- "hover:bg-success-soft",
6004
- "active:bg-success-light"
6005
- ]
5970
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
6006
5971
  }
6007
5972
  },
6008
5973
  {
6009
5974
  variant: "outline",
6010
5975
  color: "warning",
6011
5976
  class: {
6012
- base: [
6013
- "bg-body-background",
6014
- "border-warning-main",
6015
- "text-warning-main",
6016
- "hover:bg-warning-soft",
6017
- "active:bg-warning-light"
6018
- ]
5977
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
6019
5978
  }
6020
5979
  },
6021
5980
  {
6022
5981
  variant: "outline",
6023
5982
  color: "danger",
6024
5983
  class: {
6025
- base: [
6026
- "bg-body-background",
6027
- "border-danger-main",
6028
- "text-danger-main",
6029
- "hover:bg-danger-soft",
6030
- "active:bg-danger-light"
6031
- ]
5984
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
6032
5985
  }
6033
5986
  },
6034
5987
  // ghost & color
@@ -6607,6 +6560,7 @@ var select = tv({
6607
6560
  },
6608
6561
  outline: {
6609
6562
  selectWrapper: [
6563
+ "bg-transparent",
6610
6564
  "border-neutral-light",
6611
6565
  "border",
6612
6566
  "group-has-[:hover]/select:bg-trans-soft",
@@ -2,18 +2,18 @@
2
2
  import "../../chunk-QCEKPS7U.mjs";
3
3
  import {
4
4
  select_default
5
- } from "../../chunk-CGJBY53Q.mjs";
5
+ } from "../../chunk-OTC6FD4T.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
- import "../../chunk-YBDQSEPV.mjs";
8
- import "../../chunk-TBI5O3OL.mjs";
9
- import "../../chunk-63JRWMWN.mjs";
10
- import "../../chunk-RFHWRBAB.mjs";
7
+ import "../../chunk-BTAOTEW7.mjs";
8
+ import "../../chunk-67DEFPS6.mjs";
9
+ import "../../chunk-JXIQOVRO.mjs";
10
+ import "../../chunk-T6IFFFAD.mjs";
11
11
  import "../../chunk-6WSACUIB.mjs";
12
12
  import "../../chunk-LXHUO6VM.mjs";
13
13
  import "../../chunk-SZL743JC.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
15
  import "../../chunk-A6UUVHC6.mjs";
16
- import "../../chunk-Z4NO7SMY.mjs";
16
+ import "../../chunk-ROG3BOMM.mjs";
17
17
  import "../../chunk-AOU4QX7H.mjs";
18
18
  import "../../chunk-27Y6K5NK.mjs";
19
19
  import "../../chunk-E3G5QXSH.mjs";
@@ -5736,19 +5736,19 @@ var buttonBaseStyle = tv({
5736
5736
  },
5737
5737
  variants: {
5738
5738
  variant: {
5739
- solid: [],
5740
- soft: [],
5741
- outline: [],
5742
- ghost: []
5739
+ solid: {},
5740
+ soft: {},
5741
+ outline: { base: ["bg-transparent"] },
5742
+ ghost: {}
5743
5743
  },
5744
5744
  color: {
5745
- primary: [],
5746
- secondary: [],
5747
- neutral: [],
5748
- info: [],
5749
- success: [],
5750
- warning: [],
5751
- danger: []
5745
+ primary: {},
5746
+ secondary: {},
5747
+ neutral: {},
5748
+ info: {},
5749
+ success: {},
5750
+ warning: {},
5751
+ danger: {}
5752
5752
  },
5753
5753
  disabled: {
5754
5754
  true: {
@@ -5757,12 +5757,7 @@ var buttonBaseStyle = tv({
5757
5757
  },
5758
5758
  isInGroup: {
5759
5759
  true: {
5760
- base: [
5761
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5762
- "first:rounded-r-none",
5763
- "last:rounded-l-none",
5764
- "[&:not(:first-child)]:border-l-0"
5765
- ]
5760
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5766
5761
  }
5767
5762
  }
5768
5763
  },
@@ -5942,91 +5937,49 @@ var buttonBaseStyle = tv({
5942
5937
  variant: "outline",
5943
5938
  color: "primary",
5944
5939
  class: {
5945
- base: [
5946
- "bg-body-background",
5947
- "border-primary-main",
5948
- "text-primary-main",
5949
- "hover:bg-primary-soft",
5950
- "active:bg-primary-light"
5951
- ]
5940
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5952
5941
  }
5953
5942
  },
5954
5943
  {
5955
5944
  variant: "outline",
5956
5945
  color: "secondary",
5957
5946
  class: {
5958
- base: [
5959
- "bg-body-background",
5960
- "border-secondary-main",
5961
- "text-secondary-main",
5962
- "hover:bg-secondary-soft",
5963
- "active:bg-secondary-light"
5964
- ]
5947
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
5965
5948
  }
5966
5949
  },
5967
5950
  {
5968
5951
  variant: "outline",
5969
5952
  color: "neutral",
5970
5953
  class: {
5971
- base: [
5972
- "bg-body-background",
5973
- "border-neutral-main",
5974
- "text-neutral-main",
5975
- "hover:bg-neutral-soft",
5976
- "active:bg-neutral-light"
5977
- ]
5954
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
5978
5955
  }
5979
5956
  },
5980
5957
  {
5981
5958
  variant: "outline",
5982
5959
  color: "info",
5983
5960
  class: {
5984
- base: [
5985
- "bg-body-background",
5986
- "border-info-main",
5987
- "text-info-main",
5988
- "hover:bg-info-soft",
5989
- "active:bg-info-light"
5990
- ]
5961
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
5991
5962
  }
5992
5963
  },
5993
5964
  {
5994
5965
  variant: "outline",
5995
5966
  color: "success",
5996
5967
  class: {
5997
- base: [
5998
- "bg-body-background",
5999
- "border-success-main",
6000
- "text-success-main",
6001
- "hover:bg-success-soft",
6002
- "active:bg-success-light"
6003
- ]
5968
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
6004
5969
  }
6005
5970
  },
6006
5971
  {
6007
5972
  variant: "outline",
6008
5973
  color: "warning",
6009
5974
  class: {
6010
- base: [
6011
- "bg-body-background",
6012
- "border-warning-main",
6013
- "text-warning-main",
6014
- "hover:bg-warning-soft",
6015
- "active:bg-warning-light"
6016
- ]
5975
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
6017
5976
  }
6018
5977
  },
6019
5978
  {
6020
5979
  variant: "outline",
6021
5980
  color: "danger",
6022
5981
  class: {
6023
- base: [
6024
- "bg-body-background",
6025
- "border-danger-main",
6026
- "text-danger-main",
6027
- "hover:bg-danger-soft",
6028
- "active:bg-danger-light"
6029
- ]
5982
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
6030
5983
  }
6031
5984
  },
6032
5985
  // ghost & color
@@ -6605,6 +6558,7 @@ var select = tv({
6605
6558
  },
6606
6559
  outline: {
6607
6560
  selectWrapper: [
6561
+ "bg-transparent",
6608
6562
  "border-neutral-light",
6609
6563
  "border",
6610
6564
  "group-has-[:hover]/select:bg-trans-soft",
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import {
3
3
  select_default
4
- } from "../../chunk-CGJBY53Q.mjs";
4
+ } from "../../chunk-OTC6FD4T.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
- import "../../chunk-YBDQSEPV.mjs";
7
- import "../../chunk-TBI5O3OL.mjs";
8
- import "../../chunk-63JRWMWN.mjs";
9
- import "../../chunk-RFHWRBAB.mjs";
6
+ import "../../chunk-BTAOTEW7.mjs";
7
+ import "../../chunk-67DEFPS6.mjs";
8
+ import "../../chunk-JXIQOVRO.mjs";
9
+ import "../../chunk-T6IFFFAD.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
11
  import "../../chunk-LXHUO6VM.mjs";
12
12
  import "../../chunk-SZL743JC.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-A6UUVHC6.mjs";
15
- import "../../chunk-Z4NO7SMY.mjs";
15
+ import "../../chunk-ROG3BOMM.mjs";
16
16
  import "../../chunk-AOU4QX7H.mjs";
17
17
  import "../../chunk-27Y6K5NK.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
@@ -6315,6 +6315,7 @@ var inputStyle = tv(
6315
6315
  },
6316
6316
  outline: {
6317
6317
  inputWrapper: [
6318
+ "bg-transparent",
6318
6319
  "border-neutral-light",
6319
6320
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6320
6321
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -7053,7 +7054,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
7053
7054
  ],
7054
7055
  td: [
7055
7056
  "relative",
7056
- "bg-body-background",
7057
+ "bg-transparent",
7057
7058
  "text-foreground",
7058
7059
  "whitespace-normal",
7059
7060
  "outline-none",
@@ -7081,7 +7082,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
7081
7082
  solid: {},
7082
7083
  outline: {},
7083
7084
  underline: {
7084
- th: ["bg-body-background", "border-t-[2px]", "border-b-[1px]"]
7085
+ th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
7085
7086
  }
7086
7087
  },
7087
7088
  size: {
@@ -2,17 +2,17 @@
2
2
  import "../../chunk-DX3KXNP6.mjs";
3
3
  import {
4
4
  table_default
5
- } from "../../chunk-TEERNFIT.mjs";
5
+ } from "../../chunk-IE7ERNC7.mjs";
6
6
  import {
7
7
  definition_table_default
8
8
  } from "../../chunk-4V5D237Z.mjs";
9
9
  import "../../chunk-7B7LRG5J.mjs";
10
- import "../../chunk-EAWNUQDB.mjs";
10
+ import "../../chunk-XNDDHEW6.mjs";
11
11
  import "../../chunk-F3HENRVM.mjs";
12
12
  import "../../chunk-QZ3LVYJW.mjs";
13
13
  import "../../chunk-NPQBJO6G.mjs";
14
14
  import "../../chunk-2GCSFWHD.mjs";
15
- import "../../chunk-S2T4GHJA.mjs";
15
+ import "../../chunk-HJ2RUGGG.mjs";
16
16
  import "../../chunk-DQRAFUDA.mjs";
17
17
  import "../../chunk-EWS3FESG.mjs";
18
18
  import "../../chunk-ZYIIXWVY.mjs";
@@ -6199,6 +6199,7 @@ var inputStyle = tv(
6199
6199
  },
6200
6200
  outline: {
6201
6201
  inputWrapper: [
6202
+ "bg-transparent",
6202
6203
  "border-neutral-light",
6203
6204
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6204
6205
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -6936,7 +6937,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
6936
6937
  ],
6937
6938
  td: [
6938
6939
  "relative",
6939
- "bg-body-background",
6940
+ "bg-transparent",
6940
6941
  "text-foreground",
6941
6942
  "whitespace-normal",
6942
6943
  "outline-none",
@@ -6964,7 +6965,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
6964
6965
  solid: {},
6965
6966
  outline: {},
6966
6967
  underline: {
6967
- th: ["bg-body-background", "border-t-[2px]", "border-b-[1px]"]
6968
+ th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
6968
6969
  }
6969
6970
  },
6970
6971
  size: {
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "../../chunk-TEERNFIT.mjs";
4
+ } from "../../chunk-IE7ERNC7.mjs";
5
5
  import "../../chunk-7B7LRG5J.mjs";
6
- import "../../chunk-EAWNUQDB.mjs";
6
+ import "../../chunk-XNDDHEW6.mjs";
7
7
  import "../../chunk-F3HENRVM.mjs";
8
8
  import "../../chunk-QZ3LVYJW.mjs";
9
9
  import "../../chunk-NPQBJO6G.mjs";
10
10
  import "../../chunk-2GCSFWHD.mjs";
11
- import "../../chunk-S2T4GHJA.mjs";
11
+ import "../../chunk-HJ2RUGGG.mjs";
12
12
  import "../../chunk-DQRAFUDA.mjs";
13
13
  import "../../chunk-EWS3FESG.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";