@deepnoid/ui 1.0.0 → 1.0.1

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 (96) hide show
  1. package/.turbo/turbo-build.log +184 -184
  2. package/dist/{chunk-2K3HZMC6.mjs → chunk-3STWFJVX.mjs} +6 -6
  3. package/dist/chunk-67DEFPS6.mjs +74 -0
  4. package/dist/{chunk-CBFUVFGI.mjs → chunk-AVUO6TGC.mjs} +2 -2
  5. package/dist/{chunk-YBDQSEPV.mjs → chunk-BTAOTEW7.mjs} +1 -1
  6. package/dist/{chunk-7JCCPTBU.mjs → chunk-CVDI2GQ2.mjs} +3 -3
  7. package/dist/{chunk-VOOEH6OJ.mjs → chunk-FFKXQUER.mjs} +1 -1
  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-PWISIPC6.mjs} +1 -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 +7 -7
  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/charts/index.mjs +6 -6
  50. package/dist/components/fileUpload/fileUpload.js +20 -66
  51. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  52. package/dist/components/fileUpload/index.js +20 -66
  53. package/dist/components/fileUpload/index.mjs +7 -7
  54. package/dist/components/input/index.js +1 -0
  55. package/dist/components/input/index.mjs +1 -1
  56. package/dist/components/input/input.js +1 -0
  57. package/dist/components/input/input.mjs +1 -1
  58. package/dist/components/modal/GlobalModalProvider.js +19 -66
  59. package/dist/components/modal/GlobalModalProvider.mjs +7 -7
  60. package/dist/components/modal/index.js +19 -66
  61. package/dist/components/modal/index.mjs +8 -8
  62. package/dist/components/modal/modal.js +19 -66
  63. package/dist/components/modal/modal.mjs +6 -6
  64. package/dist/components/modal/useGlobalModal.mjs +8 -8
  65. package/dist/components/pagination/index.js +1 -0
  66. package/dist/components/pagination/index.mjs +2 -2
  67. package/dist/components/pagination/pagination.js +1 -0
  68. package/dist/components/pagination/pagination.mjs +2 -2
  69. package/dist/components/picker/datePicker.js +20 -66
  70. package/dist/components/picker/datePicker.mjs +7 -7
  71. package/dist/components/picker/index.js +20 -66
  72. package/dist/components/picker/index.mjs +9 -9
  73. package/dist/components/picker/timePicker/Panel.js +19 -66
  74. package/dist/components/picker/timePicker/Panel.mjs +6 -6
  75. package/dist/components/picker/timePicker/index.js +20 -66
  76. package/dist/components/picker/timePicker/index.mjs +8 -8
  77. package/dist/components/radio/index.js +1 -1
  78. package/dist/components/radio/index.mjs +1 -1
  79. package/dist/components/radio/radio.js +1 -1
  80. package/dist/components/radio/radio.mjs +1 -1
  81. package/dist/components/select/index.js +19 -66
  82. package/dist/components/select/index.mjs +6 -6
  83. package/dist/components/select/select.js +19 -66
  84. package/dist/components/select/select.mjs +6 -6
  85. package/dist/components/table/index.js +3 -2
  86. package/dist/components/table/index.mjs +5 -5
  87. package/dist/components/table/table-body.js +3 -2
  88. package/dist/components/table/table-body.mjs +5 -5
  89. package/dist/components/table/table-head.js +3 -2
  90. package/dist/components/table/table-head.mjs +5 -5
  91. package/dist/components/table/table.js +3 -2
  92. package/dist/components/table/table.mjs +5 -5
  93. package/dist/index.js +79 -80
  94. package/dist/index.mjs +57 -57
  95. package/package.json +1 -1
  96. package/dist/chunk-TBI5O3OL.mjs +0 -26
@@ -5712,19 +5712,19 @@ var buttonBaseStyle = tv({
5712
5712
  },
5713
5713
  variants: {
5714
5714
  variant: {
5715
- solid: [],
5716
- soft: [],
5717
- outline: [],
5718
- ghost: []
5715
+ solid: {},
5716
+ soft: {},
5717
+ outline: { base: ["bg-transparent"] },
5718
+ ghost: {}
5719
5719
  },
5720
5720
  color: {
5721
- primary: [],
5722
- secondary: [],
5723
- neutral: [],
5724
- info: [],
5725
- success: [],
5726
- warning: [],
5727
- danger: []
5721
+ primary: {},
5722
+ secondary: {},
5723
+ neutral: {},
5724
+ info: {},
5725
+ success: {},
5726
+ warning: {},
5727
+ danger: {}
5728
5728
  },
5729
5729
  disabled: {
5730
5730
  true: {
@@ -5733,12 +5733,7 @@ var buttonBaseStyle = tv({
5733
5733
  },
5734
5734
  isInGroup: {
5735
5735
  true: {
5736
- base: [
5737
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5738
- "first:rounded-r-none",
5739
- "last:rounded-l-none",
5740
- "[&:not(:first-child)]:border-l-0"
5741
- ]
5736
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5742
5737
  }
5743
5738
  }
5744
5739
  },
@@ -5918,91 +5913,49 @@ var buttonBaseStyle = tv({
5918
5913
  variant: "outline",
5919
5914
  color: "primary",
5920
5915
  class: {
5921
- base: [
5922
- "bg-body-background",
5923
- "border-primary-main",
5924
- "text-primary-main",
5925
- "hover:bg-primary-soft",
5926
- "active:bg-primary-light"
5927
- ]
5916
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5928
5917
  }
5929
5918
  },
5930
5919
  {
5931
5920
  variant: "outline",
5932
5921
  color: "secondary",
5933
5922
  class: {
5934
- base: [
5935
- "bg-body-background",
5936
- "border-secondary-main",
5937
- "text-secondary-main",
5938
- "hover:bg-secondary-soft",
5939
- "active:bg-secondary-light"
5940
- ]
5923
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
5941
5924
  }
5942
5925
  },
5943
5926
  {
5944
5927
  variant: "outline",
5945
5928
  color: "neutral",
5946
5929
  class: {
5947
- base: [
5948
- "bg-body-background",
5949
- "border-neutral-main",
5950
- "text-neutral-main",
5951
- "hover:bg-neutral-soft",
5952
- "active:bg-neutral-light"
5953
- ]
5930
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
5954
5931
  }
5955
5932
  },
5956
5933
  {
5957
5934
  variant: "outline",
5958
5935
  color: "info",
5959
5936
  class: {
5960
- base: [
5961
- "bg-body-background",
5962
- "border-info-main",
5963
- "text-info-main",
5964
- "hover:bg-info-soft",
5965
- "active:bg-info-light"
5966
- ]
5937
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
5967
5938
  }
5968
5939
  },
5969
5940
  {
5970
5941
  variant: "outline",
5971
5942
  color: "success",
5972
5943
  class: {
5973
- base: [
5974
- "bg-body-background",
5975
- "border-success-main",
5976
- "text-success-main",
5977
- "hover:bg-success-soft",
5978
- "active:bg-success-light"
5979
- ]
5944
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
5980
5945
  }
5981
5946
  },
5982
5947
  {
5983
5948
  variant: "outline",
5984
5949
  color: "warning",
5985
5950
  class: {
5986
- base: [
5987
- "bg-body-background",
5988
- "border-warning-main",
5989
- "text-warning-main",
5990
- "hover:bg-warning-soft",
5991
- "active:bg-warning-light"
5992
- ]
5951
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
5993
5952
  }
5994
5953
  },
5995
5954
  {
5996
5955
  variant: "outline",
5997
5956
  color: "danger",
5998
5957
  class: {
5999
- base: [
6000
- "bg-body-background",
6001
- "border-danger-main",
6002
- "text-danger-main",
6003
- "hover:bg-danger-soft",
6004
- "active:bg-danger-light"
6005
- ]
5958
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
6006
5959
  }
6007
5960
  },
6008
5961
  // ghost & color
@@ -6886,6 +6839,7 @@ var inputStyle = tv(
6886
6839
  },
6887
6840
  outline: {
6888
6841
  inputWrapper: [
6842
+ "bg-transparent",
6889
6843
  "border-neutral-light",
6890
6844
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6891
6845
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -2,22 +2,22 @@
2
2
  import {
3
3
  datePickerStyle,
4
4
  datePicker_default
5
- } from "../../chunk-2K3HZMC6.mjs";
5
+ } from "../../chunk-3STWFJVX.mjs";
6
6
  import "../../chunk-DI7QXTYZ.mjs";
7
7
  import "../../chunk-3IBJXQTJ.mjs";
8
8
  import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-S2T4GHJA.mjs";
9
+ import "../../chunk-HJ2RUGGG.mjs";
10
10
  import "../../chunk-MY5U63QO.mjs";
11
- import "../../chunk-YBDQSEPV.mjs";
12
- import "../../chunk-TBI5O3OL.mjs";
13
- import "../../chunk-63JRWMWN.mjs";
14
- import "../../chunk-RFHWRBAB.mjs";
11
+ import "../../chunk-67DEFPS6.mjs";
12
+ import "../../chunk-JXIQOVRO.mjs";
13
+ import "../../chunk-T6IFFFAD.mjs";
15
14
  import "../../chunk-6WSACUIB.mjs";
16
15
  import "../../chunk-LXHUO6VM.mjs";
17
16
  import "../../chunk-SZL743JC.mjs";
18
17
  import "../../chunk-ZYIIXWVY.mjs";
19
18
  import "../../chunk-A6UUVHC6.mjs";
20
- import "../../chunk-Z4NO7SMY.mjs";
19
+ import "../../chunk-BTAOTEW7.mjs";
20
+ import "../../chunk-ROG3BOMM.mjs";
21
21
  import "../../chunk-AOU4QX7H.mjs";
22
22
  import "../../chunk-27Y6K5NK.mjs";
23
23
  import "../../chunk-E3G5QXSH.mjs";
@@ -5781,19 +5781,19 @@ var buttonBaseStyle = tv({
5781
5781
  },
5782
5782
  variants: {
5783
5783
  variant: {
5784
- solid: [],
5785
- soft: [],
5786
- outline: [],
5787
- ghost: []
5784
+ solid: {},
5785
+ soft: {},
5786
+ outline: { base: ["bg-transparent"] },
5787
+ ghost: {}
5788
5788
  },
5789
5789
  color: {
5790
- primary: [],
5791
- secondary: [],
5792
- neutral: [],
5793
- info: [],
5794
- success: [],
5795
- warning: [],
5796
- danger: []
5790
+ primary: {},
5791
+ secondary: {},
5792
+ neutral: {},
5793
+ info: {},
5794
+ success: {},
5795
+ warning: {},
5796
+ danger: {}
5797
5797
  },
5798
5798
  disabled: {
5799
5799
  true: {
@@ -5802,12 +5802,7 @@ var buttonBaseStyle = tv({
5802
5802
  },
5803
5803
  isInGroup: {
5804
5804
  true: {
5805
- base: [
5806
- "[&:not(:first-child):not(:last-child)]:rounded-none",
5807
- "first:rounded-r-none",
5808
- "last:rounded-l-none",
5809
- "[&:not(:first-child)]:border-l-0"
5810
- ]
5805
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
5811
5806
  }
5812
5807
  }
5813
5808
  },
@@ -5987,91 +5982,49 @@ var buttonBaseStyle = tv({
5987
5982
  variant: "outline",
5988
5983
  color: "primary",
5989
5984
  class: {
5990
- base: [
5991
- "bg-body-background",
5992
- "border-primary-main",
5993
- "text-primary-main",
5994
- "hover:bg-primary-soft",
5995
- "active:bg-primary-light"
5996
- ]
5985
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
5997
5986
  }
5998
5987
  },
5999
5988
  {
6000
5989
  variant: "outline",
6001
5990
  color: "secondary",
6002
5991
  class: {
6003
- base: [
6004
- "bg-body-background",
6005
- "border-secondary-main",
6006
- "text-secondary-main",
6007
- "hover:bg-secondary-soft",
6008
- "active:bg-secondary-light"
6009
- ]
5992
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
6010
5993
  }
6011
5994
  },
6012
5995
  {
6013
5996
  variant: "outline",
6014
5997
  color: "neutral",
6015
5998
  class: {
6016
- base: [
6017
- "bg-body-background",
6018
- "border-neutral-main",
6019
- "text-neutral-main",
6020
- "hover:bg-neutral-soft",
6021
- "active:bg-neutral-light"
6022
- ]
5999
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
6023
6000
  }
6024
6001
  },
6025
6002
  {
6026
6003
  variant: "outline",
6027
6004
  color: "info",
6028
6005
  class: {
6029
- base: [
6030
- "bg-body-background",
6031
- "border-info-main",
6032
- "text-info-main",
6033
- "hover:bg-info-soft",
6034
- "active:bg-info-light"
6035
- ]
6006
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
6036
6007
  }
6037
6008
  },
6038
6009
  {
6039
6010
  variant: "outline",
6040
6011
  color: "success",
6041
6012
  class: {
6042
- base: [
6043
- "bg-body-background",
6044
- "border-success-main",
6045
- "text-success-main",
6046
- "hover:bg-success-soft",
6047
- "active:bg-success-light"
6048
- ]
6013
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
6049
6014
  }
6050
6015
  },
6051
6016
  {
6052
6017
  variant: "outline",
6053
6018
  color: "warning",
6054
6019
  class: {
6055
- base: [
6056
- "bg-body-background",
6057
- "border-warning-main",
6058
- "text-warning-main",
6059
- "hover:bg-warning-soft",
6060
- "active:bg-warning-light"
6061
- ]
6020
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
6062
6021
  }
6063
6022
  },
6064
6023
  {
6065
6024
  variant: "outline",
6066
6025
  color: "danger",
6067
6026
  class: {
6068
- base: [
6069
- "bg-body-background",
6070
- "border-danger-main",
6071
- "text-danger-main",
6072
- "hover:bg-danger-soft",
6073
- "active:bg-danger-light"
6074
- ]
6027
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
6075
6028
  }
6076
6029
  },
6077
6030
  // ghost & color
@@ -6913,6 +6866,7 @@ var inputStyle = tv(
6913
6866
  },
6914
6867
  outline: {
6915
6868
  inputWrapper: [
6869
+ "bg-transparent",
6916
6870
  "border-neutral-light",
6917
6871
  "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6918
6872
  "group-has-[:focus:not(:read-only)]/input:bg-body-background",
@@ -2,29 +2,29 @@
2
2
  import "../../chunk-4VWG4726.mjs";
3
3
  import {
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 {
9
9
  datePicker_default
10
- } from "../../chunk-2K3HZMC6.mjs";
10
+ } from "../../chunk-3STWFJVX.mjs";
11
11
  import {
12
12
  day_default
13
13
  } from "../../chunk-DI7QXTYZ.mjs";
14
14
  import "../../chunk-3IBJXQTJ.mjs";
15
15
  import "../../chunk-2GCSFWHD.mjs";
16
- import "../../chunk-S2T4GHJA.mjs";
16
+ import "../../chunk-HJ2RUGGG.mjs";
17
17
  import "../../chunk-MY5U63QO.mjs";
18
- import "../../chunk-YBDQSEPV.mjs";
19
- import "../../chunk-TBI5O3OL.mjs";
20
- import "../../chunk-63JRWMWN.mjs";
21
- import "../../chunk-RFHWRBAB.mjs";
18
+ import "../../chunk-67DEFPS6.mjs";
19
+ import "../../chunk-JXIQOVRO.mjs";
20
+ import "../../chunk-T6IFFFAD.mjs";
22
21
  import "../../chunk-6WSACUIB.mjs";
23
22
  import "../../chunk-LXHUO6VM.mjs";
24
23
  import "../../chunk-SZL743JC.mjs";
25
24
  import "../../chunk-ZYIIXWVY.mjs";
26
25
  import "../../chunk-A6UUVHC6.mjs";
27
- import "../../chunk-Z4NO7SMY.mjs";
26
+ import "../../chunk-BTAOTEW7.mjs";
27
+ import "../../chunk-ROG3BOMM.mjs";
28
28
  import "../../chunk-AOU4QX7H.mjs";
29
29
  import "../../chunk-27Y6K5NK.mjs";
30
30
  import "../../chunk-E3G5QXSH.mjs";
@@ -793,19 +793,19 @@ var buttonBaseStyle = tv({
793
793
  },
794
794
  variants: {
795
795
  variant: {
796
- solid: [],
797
- soft: [],
798
- outline: [],
799
- ghost: []
796
+ solid: {},
797
+ soft: {},
798
+ outline: { base: ["bg-transparent"] },
799
+ ghost: {}
800
800
  },
801
801
  color: {
802
- primary: [],
803
- secondary: [],
804
- neutral: [],
805
- info: [],
806
- success: [],
807
- warning: [],
808
- danger: []
802
+ primary: {},
803
+ secondary: {},
804
+ neutral: {},
805
+ info: {},
806
+ success: {},
807
+ warning: {},
808
+ danger: {}
809
809
  },
810
810
  disabled: {
811
811
  true: {
@@ -814,12 +814,7 @@ var buttonBaseStyle = tv({
814
814
  },
815
815
  isInGroup: {
816
816
  true: {
817
- base: [
818
- "[&:not(:first-child):not(:last-child)]:rounded-none",
819
- "first:rounded-r-none",
820
- "last:rounded-l-none",
821
- "[&:not(:first-child)]:border-l-0"
822
- ]
817
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
823
818
  }
824
819
  }
825
820
  },
@@ -999,91 +994,49 @@ var buttonBaseStyle = tv({
999
994
  variant: "outline",
1000
995
  color: "primary",
1001
996
  class: {
1002
- base: [
1003
- "bg-body-background",
1004
- "border-primary-main",
1005
- "text-primary-main",
1006
- "hover:bg-primary-soft",
1007
- "active:bg-primary-light"
1008
- ]
997
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
1009
998
  }
1010
999
  },
1011
1000
  {
1012
1001
  variant: "outline",
1013
1002
  color: "secondary",
1014
1003
  class: {
1015
- base: [
1016
- "bg-body-background",
1017
- "border-secondary-main",
1018
- "text-secondary-main",
1019
- "hover:bg-secondary-soft",
1020
- "active:bg-secondary-light"
1021
- ]
1004
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
1022
1005
  }
1023
1006
  },
1024
1007
  {
1025
1008
  variant: "outline",
1026
1009
  color: "neutral",
1027
1010
  class: {
1028
- base: [
1029
- "bg-body-background",
1030
- "border-neutral-main",
1031
- "text-neutral-main",
1032
- "hover:bg-neutral-soft",
1033
- "active:bg-neutral-light"
1034
- ]
1011
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
1035
1012
  }
1036
1013
  },
1037
1014
  {
1038
1015
  variant: "outline",
1039
1016
  color: "info",
1040
1017
  class: {
1041
- base: [
1042
- "bg-body-background",
1043
- "border-info-main",
1044
- "text-info-main",
1045
- "hover:bg-info-soft",
1046
- "active:bg-info-light"
1047
- ]
1018
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
1048
1019
  }
1049
1020
  },
1050
1021
  {
1051
1022
  variant: "outline",
1052
1023
  color: "success",
1053
1024
  class: {
1054
- base: [
1055
- "bg-body-background",
1056
- "border-success-main",
1057
- "text-success-main",
1058
- "hover:bg-success-soft",
1059
- "active:bg-success-light"
1060
- ]
1025
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
1061
1026
  }
1062
1027
  },
1063
1028
  {
1064
1029
  variant: "outline",
1065
1030
  color: "warning",
1066
1031
  class: {
1067
- base: [
1068
- "bg-body-background",
1069
- "border-warning-main",
1070
- "text-warning-main",
1071
- "hover:bg-warning-soft",
1072
- "active:bg-warning-light"
1073
- ]
1032
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
1074
1033
  }
1075
1034
  },
1076
1035
  {
1077
1036
  variant: "outline",
1078
1037
  color: "danger",
1079
1038
  class: {
1080
- base: [
1081
- "bg-body-background",
1082
- "border-danger-main",
1083
- "text-danger-main",
1084
- "hover:bg-danger-soft",
1085
- "active:bg-danger-light"
1086
- ]
1039
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
1087
1040
  }
1088
1041
  },
1089
1042
  // ghost & color
@@ -2,20 +2,20 @@
2
2
  import {
3
3
  Panel_default,
4
4
  TimePickerPanel
5
- } from "../../../chunk-TBRF36RK.mjs";
5
+ } from "../../../chunk-MCSP3FVE.mjs";
6
6
  import "../../../chunk-RKHH3CUS.mjs";
7
7
  import "../../../chunk-3IBJXQTJ.mjs";
8
8
  import "../../../chunk-MY5U63QO.mjs";
9
- import "../../../chunk-YBDQSEPV.mjs";
10
- import "../../../chunk-TBI5O3OL.mjs";
11
- import "../../../chunk-63JRWMWN.mjs";
12
- import "../../../chunk-RFHWRBAB.mjs";
9
+ import "../../../chunk-67DEFPS6.mjs";
10
+ import "../../../chunk-JXIQOVRO.mjs";
11
+ import "../../../chunk-T6IFFFAD.mjs";
13
12
  import "../../../chunk-6WSACUIB.mjs";
14
13
  import "../../../chunk-LXHUO6VM.mjs";
15
14
  import "../../../chunk-SZL743JC.mjs";
16
15
  import "../../../chunk-ZYIIXWVY.mjs";
17
16
  import "../../../chunk-A6UUVHC6.mjs";
18
- import "../../../chunk-Z4NO7SMY.mjs";
17
+ import "../../../chunk-BTAOTEW7.mjs";
18
+ import "../../../chunk-ROG3BOMM.mjs";
19
19
  import "../../../chunk-AOU4QX7H.mjs";
20
20
  import "../../../chunk-27Y6K5NK.mjs";
21
21
  import "../../../chunk-E3G5QXSH.mjs";