@deepnoid/ui 0.1.224 → 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 (95) hide show
  1. package/.turbo/turbo-build.log +208 -208
  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/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 +19 -66
  81. package/dist/components/select/index.mjs +6 -6
  82. package/dist/components/select/select.js +19 -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 +6 -6
  86. package/dist/components/table/table-body.js +3 -2
  87. package/dist/components/table/table-body.mjs +6 -6
  88. package/dist/components/table/table-head.js +3 -2
  89. package/dist/components/table/table-head.mjs +6 -6
  90. package/dist/components/table/table.js +3 -2
  91. package/dist/components/table/table.mjs +6 -6
  92. package/dist/index.js +79 -80
  93. package/dist/index.mjs +69 -69
  94. package/package.json +1 -1
  95. package/dist/chunk-TBI5O3OL.mjs +0 -26
@@ -736,19 +736,19 @@ var buttonBaseStyle = tv({
736
736
  },
737
737
  variants: {
738
738
  variant: {
739
- solid: [],
740
- soft: [],
741
- outline: [],
742
- ghost: []
739
+ solid: {},
740
+ soft: {},
741
+ outline: { base: ["bg-transparent"] },
742
+ ghost: {}
743
743
  },
744
744
  color: {
745
- primary: [],
746
- secondary: [],
747
- neutral: [],
748
- info: [],
749
- success: [],
750
- warning: [],
751
- danger: []
745
+ primary: {},
746
+ secondary: {},
747
+ neutral: {},
748
+ info: {},
749
+ success: {},
750
+ warning: {},
751
+ danger: {}
752
752
  },
753
753
  disabled: {
754
754
  true: {
@@ -757,12 +757,7 @@ var buttonBaseStyle = tv({
757
757
  },
758
758
  isInGroup: {
759
759
  true: {
760
- base: [
761
- "[&:not(:first-child):not(:last-child)]:rounded-none",
762
- "first:rounded-r-none",
763
- "last:rounded-l-none",
764
- "[&:not(:first-child)]:border-l-0"
765
- ]
760
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
766
761
  }
767
762
  }
768
763
  },
@@ -942,91 +937,49 @@ var buttonBaseStyle = tv({
942
937
  variant: "outline",
943
938
  color: "primary",
944
939
  class: {
945
- base: [
946
- "bg-body-background",
947
- "border-primary-main",
948
- "text-primary-main",
949
- "hover:bg-primary-soft",
950
- "active:bg-primary-light"
951
- ]
940
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
952
941
  }
953
942
  },
954
943
  {
955
944
  variant: "outline",
956
945
  color: "secondary",
957
946
  class: {
958
- base: [
959
- "bg-body-background",
960
- "border-secondary-main",
961
- "text-secondary-main",
962
- "hover:bg-secondary-soft",
963
- "active:bg-secondary-light"
964
- ]
947
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
965
948
  }
966
949
  },
967
950
  {
968
951
  variant: "outline",
969
952
  color: "neutral",
970
953
  class: {
971
- base: [
972
- "bg-body-background",
973
- "border-neutral-main",
974
- "text-neutral-main",
975
- "hover:bg-neutral-soft",
976
- "active:bg-neutral-light"
977
- ]
954
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
978
955
  }
979
956
  },
980
957
  {
981
958
  variant: "outline",
982
959
  color: "info",
983
960
  class: {
984
- base: [
985
- "bg-body-background",
986
- "border-info-main",
987
- "text-info-main",
988
- "hover:bg-info-soft",
989
- "active:bg-info-light"
990
- ]
961
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
991
962
  }
992
963
  },
993
964
  {
994
965
  variant: "outline",
995
966
  color: "success",
996
967
  class: {
997
- base: [
998
- "bg-body-background",
999
- "border-success-main",
1000
- "text-success-main",
1001
- "hover:bg-success-soft",
1002
- "active:bg-success-light"
1003
- ]
968
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
1004
969
  }
1005
970
  },
1006
971
  {
1007
972
  variant: "outline",
1008
973
  color: "warning",
1009
974
  class: {
1010
- base: [
1011
- "bg-body-background",
1012
- "border-warning-main",
1013
- "text-warning-main",
1014
- "hover:bg-warning-soft",
1015
- "active:bg-warning-light"
1016
- ]
975
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
1017
976
  }
1018
977
  },
1019
978
  {
1020
979
  variant: "outline",
1021
980
  color: "danger",
1022
981
  class: {
1023
- base: [
1024
- "bg-body-background",
1025
- "border-danger-main",
1026
- "text-danger-main",
1027
- "hover:bg-danger-soft",
1028
- "active:bg-danger-light"
1029
- ]
982
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
1030
983
  }
1031
984
  },
1032
985
  // ghost & color
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  button_default
4
- } from "../../chunk-63JRWMWN.mjs";
4
+ } from "../../chunk-JXIQOVRO.mjs";
5
5
  import "../../chunk-6WSACUIB.mjs";
6
6
  import "../../chunk-LXHUO6VM.mjs";
7
7
  import "../../chunk-SZL743JC.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
9
  import "../../chunk-A6UUVHC6.mjs";
10
- import "../../chunk-Z4NO7SMY.mjs";
10
+ import "../../chunk-ROG3BOMM.mjs";
11
11
  import "../../chunk-AOU4QX7H.mjs";
12
12
  import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-DPWUIAVC.mjs";
@@ -2,19 +2,21 @@ import * as tailwind_variants from 'tailwind-variants';
2
2
 
3
3
  declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
4
4
  variant: {
5
- solid: never[];
6
- soft: never[];
7
- outline: never[];
8
- ghost: never[];
5
+ solid: {};
6
+ soft: {};
7
+ outline: {
8
+ base: string[];
9
+ };
10
+ ghost: {};
9
11
  };
10
12
  color: {
11
- primary: never[];
12
- secondary: never[];
13
- neutral: never[];
14
- info: never[];
15
- success: never[];
16
- warning: never[];
17
- danger: never[];
13
+ primary: {};
14
+ secondary: {};
15
+ neutral: {};
16
+ info: {};
17
+ success: {};
18
+ warning: {};
19
+ danger: {};
18
20
  };
19
21
  disabled: {
20
22
  true: {
@@ -30,19 +32,21 @@ declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
30
32
  base: string[];
31
33
  }, undefined, {
32
34
  variant: {
33
- solid: never[];
34
- soft: never[];
35
- outline: never[];
36
- ghost: never[];
35
+ solid: {};
36
+ soft: {};
37
+ outline: {
38
+ base: string[];
39
+ };
40
+ ghost: {};
37
41
  };
38
42
  color: {
39
- primary: never[];
40
- secondary: never[];
41
- neutral: never[];
42
- info: never[];
43
- success: never[];
44
- warning: never[];
45
- danger: never[];
43
+ primary: {};
44
+ secondary: {};
45
+ neutral: {};
46
+ info: {};
47
+ success: {};
48
+ warning: {};
49
+ danger: {};
46
50
  };
47
51
  disabled: {
48
52
  true: {
@@ -58,19 +62,21 @@ declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
58
62
  base: string[];
59
63
  }, tailwind_variants.TVReturnType<{
60
64
  variant: {
61
- solid: never[];
62
- soft: never[];
63
- outline: never[];
64
- ghost: never[];
65
+ solid: {};
66
+ soft: {};
67
+ outline: {
68
+ base: string[];
69
+ };
70
+ ghost: {};
65
71
  };
66
72
  color: {
67
- primary: never[];
68
- secondary: never[];
69
- neutral: never[];
70
- info: never[];
71
- success: never[];
72
- warning: never[];
73
- danger: never[];
73
+ primary: {};
74
+ secondary: {};
75
+ neutral: {};
76
+ info: {};
77
+ success: {};
78
+ warning: {};
79
+ danger: {};
74
80
  };
75
81
  disabled: {
76
82
  true: {
@@ -2,19 +2,21 @@ import * as tailwind_variants from 'tailwind-variants';
2
2
 
3
3
  declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
4
4
  variant: {
5
- solid: never[];
6
- soft: never[];
7
- outline: never[];
8
- ghost: never[];
5
+ solid: {};
6
+ soft: {};
7
+ outline: {
8
+ base: string[];
9
+ };
10
+ ghost: {};
9
11
  };
10
12
  color: {
11
- primary: never[];
12
- secondary: never[];
13
- neutral: never[];
14
- info: never[];
15
- success: never[];
16
- warning: never[];
17
- danger: never[];
13
+ primary: {};
14
+ secondary: {};
15
+ neutral: {};
16
+ info: {};
17
+ success: {};
18
+ warning: {};
19
+ danger: {};
18
20
  };
19
21
  disabled: {
20
22
  true: {
@@ -30,19 +32,21 @@ declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
30
32
  base: string[];
31
33
  }, undefined, {
32
34
  variant: {
33
- solid: never[];
34
- soft: never[];
35
- outline: never[];
36
- ghost: never[];
35
+ solid: {};
36
+ soft: {};
37
+ outline: {
38
+ base: string[];
39
+ };
40
+ ghost: {};
37
41
  };
38
42
  color: {
39
- primary: never[];
40
- secondary: never[];
41
- neutral: never[];
42
- info: never[];
43
- success: never[];
44
- warning: never[];
45
- danger: never[];
43
+ primary: {};
44
+ secondary: {};
45
+ neutral: {};
46
+ info: {};
47
+ success: {};
48
+ warning: {};
49
+ danger: {};
46
50
  };
47
51
  disabled: {
48
52
  true: {
@@ -58,19 +62,21 @@ declare const buttonBaseStyle: tailwind_variants.TVReturnType<{
58
62
  base: string[];
59
63
  }, tailwind_variants.TVReturnType<{
60
64
  variant: {
61
- solid: never[];
62
- soft: never[];
63
- outline: never[];
64
- ghost: never[];
65
+ solid: {};
66
+ soft: {};
67
+ outline: {
68
+ base: string[];
69
+ };
70
+ ghost: {};
65
71
  };
66
72
  color: {
67
- primary: never[];
68
- secondary: never[];
69
- neutral: never[];
70
- info: never[];
71
- success: never[];
72
- warning: never[];
73
- danger: never[];
73
+ primary: {};
74
+ secondary: {};
75
+ neutral: {};
76
+ info: {};
77
+ success: {};
78
+ warning: {};
79
+ danger: {};
74
80
  };
75
81
  disabled: {
76
82
  true: {
@@ -735,19 +735,19 @@ var buttonBaseStyle = tv({
735
735
  },
736
736
  variants: {
737
737
  variant: {
738
- solid: [],
739
- soft: [],
740
- outline: [],
741
- ghost: []
738
+ solid: {},
739
+ soft: {},
740
+ outline: { base: ["bg-transparent"] },
741
+ ghost: {}
742
742
  },
743
743
  color: {
744
- primary: [],
745
- secondary: [],
746
- neutral: [],
747
- info: [],
748
- success: [],
749
- warning: [],
750
- danger: []
744
+ primary: {},
745
+ secondary: {},
746
+ neutral: {},
747
+ info: {},
748
+ success: {},
749
+ warning: {},
750
+ danger: {}
751
751
  },
752
752
  disabled: {
753
753
  true: {
@@ -756,12 +756,7 @@ var buttonBaseStyle = tv({
756
756
  },
757
757
  isInGroup: {
758
758
  true: {
759
- base: [
760
- "[&:not(:first-child):not(:last-child)]:rounded-none",
761
- "first:rounded-r-none",
762
- "last:rounded-l-none",
763
- "[&:not(:first-child)]:border-l-0"
764
- ]
759
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
765
760
  }
766
761
  }
767
762
  },
@@ -941,91 +936,49 @@ var buttonBaseStyle = tv({
941
936
  variant: "outline",
942
937
  color: "primary",
943
938
  class: {
944
- base: [
945
- "bg-body-background",
946
- "border-primary-main",
947
- "text-primary-main",
948
- "hover:bg-primary-soft",
949
- "active:bg-primary-light"
950
- ]
939
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
951
940
  }
952
941
  },
953
942
  {
954
943
  variant: "outline",
955
944
  color: "secondary",
956
945
  class: {
957
- base: [
958
- "bg-body-background",
959
- "border-secondary-main",
960
- "text-secondary-main",
961
- "hover:bg-secondary-soft",
962
- "active:bg-secondary-light"
963
- ]
946
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
964
947
  }
965
948
  },
966
949
  {
967
950
  variant: "outline",
968
951
  color: "neutral",
969
952
  class: {
970
- base: [
971
- "bg-body-background",
972
- "border-neutral-main",
973
- "text-neutral-main",
974
- "hover:bg-neutral-soft",
975
- "active:bg-neutral-light"
976
- ]
953
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
977
954
  }
978
955
  },
979
956
  {
980
957
  variant: "outline",
981
958
  color: "info",
982
959
  class: {
983
- base: [
984
- "bg-body-background",
985
- "border-info-main",
986
- "text-info-main",
987
- "hover:bg-info-soft",
988
- "active:bg-info-light"
989
- ]
960
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
990
961
  }
991
962
  },
992
963
  {
993
964
  variant: "outline",
994
965
  color: "success",
995
966
  class: {
996
- base: [
997
- "bg-body-background",
998
- "border-success-main",
999
- "text-success-main",
1000
- "hover:bg-success-soft",
1001
- "active:bg-success-light"
1002
- ]
967
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
1003
968
  }
1004
969
  },
1005
970
  {
1006
971
  variant: "outline",
1007
972
  color: "warning",
1008
973
  class: {
1009
- base: [
1010
- "bg-body-background",
1011
- "border-warning-main",
1012
- "text-warning-main",
1013
- "hover:bg-warning-soft",
1014
- "active:bg-warning-light"
1015
- ]
974
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
1016
975
  }
1017
976
  },
1018
977
  {
1019
978
  variant: "outline",
1020
979
  color: "danger",
1021
980
  class: {
1022
- base: [
1023
- "bg-body-background",
1024
- "border-danger-main",
1025
- "text-danger-main",
1026
- "hover:bg-danger-soft",
1027
- "active:bg-danger-light"
1028
- ]
981
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
1029
982
  }
1030
983
  },
1031
984
  // ghost & color
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  buttonBaseStyle
4
- } from "../../chunk-Z4NO7SMY.mjs";
4
+ } from "../../chunk-ROG3BOMM.mjs";
5
5
  import "../../chunk-DPWUIAVC.mjs";
6
6
  import "../../chunk-AC6TWLRT.mjs";
7
7
  export {
@@ -40,19 +40,21 @@ declare const iconButtonStyle: tailwind_variants.TVReturnType<{
40
40
  };
41
41
  }, undefined, undefined, {
42
42
  variant: {
43
- solid: never[];
44
- soft: never[];
45
- outline: never[];
46
- ghost: never[];
43
+ solid: {};
44
+ soft: {};
45
+ outline: {
46
+ base: string[];
47
+ };
48
+ ghost: {};
47
49
  };
48
50
  color: {
49
- primary: never[];
50
- secondary: never[];
51
- neutral: never[];
52
- info: never[];
53
- success: never[];
54
- warning: never[];
55
- danger: never[];
51
+ primary: {};
52
+ secondary: {};
53
+ neutral: {};
54
+ info: {};
55
+ success: {};
56
+ warning: {};
57
+ danger: {};
56
58
  };
57
59
  disabled: {
58
60
  true: {
@@ -68,19 +70,21 @@ declare const iconButtonStyle: tailwind_variants.TVReturnType<{
68
70
  base: string[];
69
71
  }, tailwind_variants.TVReturnType<{
70
72
  variant: {
71
- solid: never[];
72
- soft: never[];
73
- outline: never[];
74
- ghost: never[];
73
+ solid: {};
74
+ soft: {};
75
+ outline: {
76
+ base: string[];
77
+ };
78
+ ghost: {};
75
79
  };
76
80
  color: {
77
- primary: never[];
78
- secondary: never[];
79
- neutral: never[];
80
- info: never[];
81
- success: never[];
82
- warning: never[];
83
- danger: never[];
81
+ primary: {};
82
+ secondary: {};
83
+ neutral: {};
84
+ info: {};
85
+ success: {};
86
+ warning: {};
87
+ danger: {};
84
88
  };
85
89
  disabled: {
86
90
  true: {
@@ -96,19 +100,21 @@ declare const iconButtonStyle: tailwind_variants.TVReturnType<{
96
100
  base: string[];
97
101
  }, undefined, {
98
102
  variant: {
99
- solid: never[];
100
- soft: never[];
101
- outline: never[];
102
- ghost: never[];
103
+ solid: {};
104
+ soft: {};
105
+ outline: {
106
+ base: string[];
107
+ };
108
+ ghost: {};
103
109
  };
104
110
  color: {
105
- primary: never[];
106
- secondary: never[];
107
- neutral: never[];
108
- info: never[];
109
- success: never[];
110
- warning: never[];
111
- danger: never[];
111
+ primary: {};
112
+ secondary: {};
113
+ neutral: {};
114
+ info: {};
115
+ success: {};
116
+ warning: {};
117
+ danger: {};
112
118
  };
113
119
  disabled: {
114
120
  true: {
@@ -124,19 +130,21 @@ declare const iconButtonStyle: tailwind_variants.TVReturnType<{
124
130
  base: string[];
125
131
  }, tailwind_variants.TVReturnType<{
126
132
  variant: {
127
- solid: never[];
128
- soft: never[];
129
- outline: never[];
130
- ghost: never[];
133
+ solid: {};
134
+ soft: {};
135
+ outline: {
136
+ base: string[];
137
+ };
138
+ ghost: {};
131
139
  };
132
140
  color: {
133
- primary: never[];
134
- secondary: never[];
135
- neutral: never[];
136
- info: never[];
137
- success: never[];
138
- warning: never[];
139
- danger: never[];
141
+ primary: {};
142
+ secondary: {};
143
+ neutral: {};
144
+ info: {};
145
+ success: {};
146
+ warning: {};
147
+ danger: {};
140
148
  };
141
149
  disabled: {
142
150
  true: {