@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
@@ -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: {
@@ -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
  icon_button_default
4
- } from "../../chunk-RFHWRBAB.mjs";
4
+ } from "../../chunk-T6IFFFAD.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";
@@ -741,19 +741,19 @@ var buttonBaseStyle = tv({
741
741
  },
742
742
  variants: {
743
743
  variant: {
744
- solid: [],
745
- soft: [],
746
- outline: [],
747
- ghost: []
744
+ solid: {},
745
+ soft: {},
746
+ outline: { base: ["bg-transparent"] },
747
+ ghost: {}
748
748
  },
749
749
  color: {
750
- primary: [],
751
- secondary: [],
752
- neutral: [],
753
- info: [],
754
- success: [],
755
- warning: [],
756
- danger: []
750
+ primary: {},
751
+ secondary: {},
752
+ neutral: {},
753
+ info: {},
754
+ success: {},
755
+ warning: {},
756
+ danger: {}
757
757
  },
758
758
  disabled: {
759
759
  true: {
@@ -762,12 +762,7 @@ var buttonBaseStyle = tv({
762
762
  },
763
763
  isInGroup: {
764
764
  true: {
765
- base: [
766
- "[&:not(:first-child):not(:last-child)]:rounded-none",
767
- "first:rounded-r-none",
768
- "last:rounded-l-none",
769
- "[&:not(:first-child)]:border-l-0"
770
- ]
765
+ base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
771
766
  }
772
767
  }
773
768
  },
@@ -947,91 +942,49 @@ var buttonBaseStyle = tv({
947
942
  variant: "outline",
948
943
  color: "primary",
949
944
  class: {
950
- base: [
951
- "bg-body-background",
952
- "border-primary-main",
953
- "text-primary-main",
954
- "hover:bg-primary-soft",
955
- "active:bg-primary-light"
956
- ]
945
+ base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
957
946
  }
958
947
  },
959
948
  {
960
949
  variant: "outline",
961
950
  color: "secondary",
962
951
  class: {
963
- base: [
964
- "bg-body-background",
965
- "border-secondary-main",
966
- "text-secondary-main",
967
- "hover:bg-secondary-soft",
968
- "active:bg-secondary-light"
969
- ]
952
+ base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
970
953
  }
971
954
  },
972
955
  {
973
956
  variant: "outline",
974
957
  color: "neutral",
975
958
  class: {
976
- base: [
977
- "bg-body-background",
978
- "border-neutral-main",
979
- "text-neutral-main",
980
- "hover:bg-neutral-soft",
981
- "active:bg-neutral-light"
982
- ]
959
+ base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
983
960
  }
984
961
  },
985
962
  {
986
963
  variant: "outline",
987
964
  color: "info",
988
965
  class: {
989
- base: [
990
- "bg-body-background",
991
- "border-info-main",
992
- "text-info-main",
993
- "hover:bg-info-soft",
994
- "active:bg-info-light"
995
- ]
966
+ base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
996
967
  }
997
968
  },
998
969
  {
999
970
  variant: "outline",
1000
971
  color: "success",
1001
972
  class: {
1002
- base: [
1003
- "bg-body-background",
1004
- "border-success-main",
1005
- "text-success-main",
1006
- "hover:bg-success-soft",
1007
- "active:bg-success-light"
1008
- ]
973
+ base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
1009
974
  }
1010
975
  },
1011
976
  {
1012
977
  variant: "outline",
1013
978
  color: "warning",
1014
979
  class: {
1015
- base: [
1016
- "bg-body-background",
1017
- "border-warning-main",
1018
- "text-warning-main",
1019
- "hover:bg-warning-soft",
1020
- "active:bg-warning-light"
1021
- ]
980
+ base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
1022
981
  }
1023
982
  },
1024
983
  {
1025
984
  variant: "outline",
1026
985
  color: "danger",
1027
986
  class: {
1028
- base: [
1029
- "bg-body-background",
1030
- "border-danger-main",
1031
- "text-danger-main",
1032
- "hover:bg-danger-soft",
1033
- "active:bg-danger-light"
1034
- ]
987
+ base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
1035
988
  }
1036
989
  },
1037
990
  // ghost & color
@@ -6662,19 +6615,64 @@ var textButtonStyle = tv({
6662
6615
  // src/components/button/button-group.tsx
6663
6616
  var import_react5 = __toESM(require("react"));
6664
6617
  var import_jsx_runtime7 = require("react/jsx-runtime");
6665
- var ButtonGroup = (0, import_react5.forwardRef)(({ children, classNames, ...props }, ref) => {
6666
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ref, className: buttonGroup({ className: classNames == null ? void 0 : classNames.base }), children: import_react5.default.Children.map(children, (child) => {
6667
- return import_react5.default.cloneElement(child, {
6668
- isInGroup: true,
6669
- ...props,
6670
- ...child.props
6671
- });
6672
- }) });
6673
- });
6618
+ var ButtonGroup = (0, import_react5.forwardRef)(
6619
+ ({ children, classNames, size, radius, full, color, variant, disabled, ...props }, ref) => {
6620
+ const childSharedProps = { color, size, variant, disabled, ...props };
6621
+ const validChildren = import_react5.default.Children.toArray(children).filter(import_react5.isValidElement);
6622
+ const lastValidIndex = validChildren.length - 1;
6623
+ let validIndex = -1;
6624
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { ref, className: buttonGroup({ full, className: classNames == null ? void 0 : classNames.base }), children: import_react5.default.Children.map(children, (child) => {
6625
+ var _a, _b;
6626
+ if (!(0, import_react5.isValidElement)(child)) return child;
6627
+ const childElement = child;
6628
+ const childProps = (_a = childElement.props) != null ? _a : {};
6629
+ validIndex += 1;
6630
+ const isFirst = validIndex === 0;
6631
+ const isLast = validIndex === lastValidIndex;
6632
+ const defaultRadiusMap = {
6633
+ sm: "!rounded-sm",
6634
+ md: "!rounded-md",
6635
+ lg: "!rounded-lg",
6636
+ xl: "!rounded-xl"
6637
+ };
6638
+ const currentRadius = defaultRadiusMap[size != null ? size : "md"];
6639
+ const radiusClass = radius === "none" ? "!rounded-none" : radius === "full" ? clsx(
6640
+ isFirst && "!rounded-r-none !rounded-l-full",
6641
+ isLast && "!rounded-l-none !rounded-r-full",
6642
+ !isFirst && !isLast && "!rounded-none"
6643
+ ) : (
6644
+ // default
6645
+ clsx(
6646
+ isFirst && `${currentRadius} !rounded-r-none`,
6647
+ isLast && `${currentRadius} !rounded-l-none`,
6648
+ !isFirst && !isLast && "!rounded-none"
6649
+ )
6650
+ );
6651
+ const mergedClassNames = {
6652
+ ...childProps.classNames || {},
6653
+ base: clsx((_b = childProps.classNames) == null ? void 0 : _b.base, radiusClass)
6654
+ };
6655
+ return import_react5.default.cloneElement(childElement, {
6656
+ isInGroup: true,
6657
+ ...childSharedProps,
6658
+ ...childProps,
6659
+ classNames: mergedClassNames
6660
+ });
6661
+ }) });
6662
+ }
6663
+ );
6674
6664
  ButtonGroup.displayName = "ButtonGroup";
6675
6665
  var button_group_default = ButtonGroup;
6676
6666
  var buttonGroup = tv({
6677
- base: ["flex"]
6667
+ base: ["inline-flex"],
6668
+ variants: {
6669
+ full: {
6670
+ true: { base: ["w-full", "[&>*]:flex-1"] }
6671
+ }
6672
+ },
6673
+ defaultVariants: {
6674
+ full: false
6675
+ }
6678
6676
  });
6679
6677
  // Annotate the CommonJS export names for ESM import in node:
6680
6678
  0 && (module.exports = {
@@ -1,23 +1,23 @@
1
1
  "use client";
2
2
  import "../../chunk-MY5U63QO.mjs";
3
- import {
4
- text_button_default
5
- } from "../../chunk-YBDQSEPV.mjs";
6
3
  import {
7
4
  button_group_default
8
- } from "../../chunk-TBI5O3OL.mjs";
5
+ } from "../../chunk-67DEFPS6.mjs";
9
6
  import {
10
7
  button_default
11
- } from "../../chunk-63JRWMWN.mjs";
8
+ } from "../../chunk-JXIQOVRO.mjs";
12
9
  import {
13
10
  icon_button_default
14
- } from "../../chunk-RFHWRBAB.mjs";
11
+ } from "../../chunk-T6IFFFAD.mjs";
15
12
  import "../../chunk-6WSACUIB.mjs";
16
13
  import "../../chunk-LXHUO6VM.mjs";
17
14
  import "../../chunk-SZL743JC.mjs";
18
15
  import "../../chunk-ZYIIXWVY.mjs";
19
16
  import "../../chunk-A6UUVHC6.mjs";
20
- import "../../chunk-Z4NO7SMY.mjs";
17
+ import {
18
+ text_button_default
19
+ } from "../../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";
@@ -61,19 +61,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
61
61
  underline: string[];
62
62
  }, undefined, {
63
63
  variant: {
64
- solid: never[];
65
- soft: never[];
66
- outline: never[];
67
- ghost: never[];
64
+ solid: {};
65
+ soft: {};
66
+ outline: {
67
+ base: string[];
68
+ };
69
+ ghost: {};
68
70
  };
69
71
  color: {
70
- primary: never[];
71
- secondary: never[];
72
- neutral: never[];
73
- info: never[];
74
- success: never[];
75
- warning: never[];
76
- danger: never[];
72
+ primary: {};
73
+ secondary: {};
74
+ neutral: {};
75
+ info: {};
76
+ success: {};
77
+ warning: {};
78
+ danger: {};
77
79
  };
78
80
  disabled: {
79
81
  true: {
@@ -89,19 +91,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
89
91
  base: string[];
90
92
  }, tailwind_variants.TVReturnType<{
91
93
  variant: {
92
- solid: never[];
93
- soft: never[];
94
- outline: never[];
95
- ghost: never[];
94
+ solid: {};
95
+ soft: {};
96
+ outline: {
97
+ base: string[];
98
+ };
99
+ ghost: {};
96
100
  };
97
101
  color: {
98
- primary: never[];
99
- secondary: never[];
100
- neutral: never[];
101
- info: never[];
102
- success: never[];
103
- warning: never[];
104
- danger: never[];
102
+ primary: {};
103
+ secondary: {};
104
+ neutral: {};
105
+ info: {};
106
+ success: {};
107
+ warning: {};
108
+ danger: {};
105
109
  };
106
110
  disabled: {
107
111
  true: {
@@ -117,19 +121,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
117
121
  base: string[];
118
122
  }, undefined, {
119
123
  variant: {
120
- solid: never[];
121
- soft: never[];
122
- outline: never[];
123
- ghost: never[];
124
+ solid: {};
125
+ soft: {};
126
+ outline: {
127
+ base: string[];
128
+ };
129
+ ghost: {};
124
130
  };
125
131
  color: {
126
- primary: never[];
127
- secondary: never[];
128
- neutral: never[];
129
- info: never[];
130
- success: never[];
131
- warning: never[];
132
- danger: never[];
132
+ primary: {};
133
+ secondary: {};
134
+ neutral: {};
135
+ info: {};
136
+ success: {};
137
+ warning: {};
138
+ danger: {};
133
139
  };
134
140
  disabled: {
135
141
  true: {
@@ -145,19 +151,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
145
151
  base: string[];
146
152
  }, tailwind_variants.TVReturnType<{
147
153
  variant: {
148
- solid: never[];
149
- soft: never[];
150
- outline: never[];
151
- ghost: never[];
154
+ solid: {};
155
+ soft: {};
156
+ outline: {
157
+ base: string[];
158
+ };
159
+ ghost: {};
152
160
  };
153
161
  color: {
154
- primary: never[];
155
- secondary: never[];
156
- neutral: never[];
157
- info: never[];
158
- success: never[];
159
- warning: never[];
160
- danger: never[];
162
+ primary: {};
163
+ secondary: {};
164
+ neutral: {};
165
+ info: {};
166
+ success: {};
167
+ warning: {};
168
+ danger: {};
161
169
  };
162
170
  disabled: {
163
171
  true: {