@sikka/hawa 0.24.13-next → 0.24.15-next

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 (51) hide show
  1. package/dist/blocks/auth/index.js +26 -15
  2. package/dist/blocks/auth/index.mjs +4 -4
  3. package/dist/blocks/feedback/index.js +25 -14
  4. package/dist/blocks/feedback/index.mjs +5 -5
  5. package/dist/blocks/index.js +26 -15
  6. package/dist/blocks/index.mjs +1 -1
  7. package/dist/blocks/misc/index.js +25 -14
  8. package/dist/blocks/misc/index.mjs +4 -4
  9. package/dist/blocks/pricing/index.js +25 -14
  10. package/dist/blocks/pricing/index.mjs +4 -4
  11. package/dist/{chunk-N26RJDIG.mjs → chunk-2UQWMSFQ.mjs} +1 -1
  12. package/dist/{chunk-7NCNPRCL.mjs → chunk-53XBVEMK.mjs} +25 -14
  13. package/dist/{chunk-C2UYTGUD.mjs → chunk-ABS2VEET.mjs} +25 -14
  14. package/dist/{chunk-D75D7LGZ.mjs → chunk-ATUSR6VI.mjs} +1 -1
  15. package/dist/{chunk-677VOLD4.mjs → chunk-FYH74ZRQ.mjs} +25 -14
  16. package/dist/{chunk-A25EXELT.mjs → chunk-OD5WIQGQ.mjs} +1 -1
  17. package/dist/{chunk-7XRVH6O7.mjs → chunk-OE23TTPS.mjs} +1 -1
  18. package/dist/{chunk-F6TKEDDP.mjs → chunk-PKLR7UF6.mjs} +1 -1
  19. package/dist/{chunk-LRLLDOQZ.mjs → chunk-S36W2LDN.mjs} +25 -14
  20. package/dist/{chunk-UTGVG66T.mjs → chunk-TTKRRN7S.mjs} +1 -1
  21. package/dist/{chunk-XOEHA3H6.mjs → chunk-XE3FLWLT.mjs} +25 -14
  22. package/dist/codeBlock/index.js +29 -16
  23. package/dist/codeBlock/index.mjs +5 -3
  24. package/dist/colorPicker/index.js +25 -14
  25. package/dist/colorPicker/index.mjs +1 -1
  26. package/dist/combobox/index.js +29 -16
  27. package/dist/combobox/index.mjs +29 -16
  28. package/dist/dataTable/index.js +25 -14
  29. package/dist/dataTable/index.mjs +25 -14
  30. package/dist/elements/index.js +29 -16
  31. package/dist/elements/index.mjs +5 -3
  32. package/dist/index.css +1 -1
  33. package/dist/index.js +29 -16
  34. package/dist/index.mjs +29 -16
  35. package/dist/input/index.js +25 -14
  36. package/dist/input/index.mjs +1 -1
  37. package/dist/interfaceSettings/index.js +25 -14
  38. package/dist/interfaceSettings/index.mjs +1 -1
  39. package/dist/label/index.js +25 -14
  40. package/dist/label/index.mjs +1 -1
  41. package/dist/passwordInput/index.js +25 -14
  42. package/dist/passwordInput/index.mjs +1 -1
  43. package/dist/phoneInput/index.js +27 -16
  44. package/dist/phoneInput/index.mjs +1 -1
  45. package/dist/radio/index.js +25 -14
  46. package/dist/radio/index.mjs +25 -14
  47. package/dist/select/index.js +25 -14
  48. package/dist/select/index.mjs +25 -14
  49. package/dist/textarea/index.js +25 -14
  50. package/dist/textarea/index.mjs +25 -14
  51. package/package.json +26 -26
package/dist/index.mjs CHANGED
@@ -2050,22 +2050,33 @@ var Label2 = React19.forwardRef(({ className, hint, hintSide, required, children
2050
2050
  },
2051
2051
  children,
2052
2052
  required && /* @__PURE__ */ React19.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
2053
- ), hint && /* @__PURE__ */ React19.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React19.createElement(
2054
- "svg",
2053
+ ), hint && /* @__PURE__ */ React19.createElement(
2054
+ Tooltip,
2055
2055
  {
2056
- xmlns: "http://www.w3.org/2000/svg",
2057
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2058
- viewBox: "0 0 24 24",
2059
- fill: "none",
2060
- stroke: "currentColor",
2061
- strokeWidth: "2",
2062
- strokeLinecap: "round",
2063
- strokeLinejoin: "round"
2056
+ content: hint,
2057
+ side: hintSide,
2058
+ triggerProps: {
2059
+ tabIndex: -1,
2060
+ onClick: (event) => event.preventDefault()
2061
+ }
2064
2062
  },
2065
- /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2066
- /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2067
- /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2068
- ))));
2063
+ /* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(
2064
+ "svg",
2065
+ {
2066
+ xmlns: "http://www.w3.org/2000/svg",
2067
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2068
+ viewBox: "0 0 24 24",
2069
+ fill: "none",
2070
+ stroke: "currentColor",
2071
+ strokeWidth: "2",
2072
+ strokeLinecap: "round",
2073
+ strokeLinejoin: "round"
2074
+ },
2075
+ /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2076
+ /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2077
+ /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2078
+ ))
2079
+ )));
2069
2080
  Label2.displayName = "Label";
2070
2081
 
2071
2082
  // components/elements/input/Input.tsx
@@ -3191,6 +3202,7 @@ var Combobox = React27.forwardRef(
3191
3202
  /* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
3192
3203
  CommandInput,
3193
3204
  {
3205
+ dir: direction,
3194
3206
  placeholder: ((_b = props.texts) == null ? void 0 : _b.searchPlaceholder) || "Search"
3195
3207
  }
3196
3208
  ), /* @__PURE__ */ React27.createElement(CommandEmpty, null, ((_c = props.texts) == null ? void 0 : _c.noItems) || "No items found."), /* @__PURE__ */ React27.createElement(CommandGroup, { className: "hawa-max-h-[200px] hawa-overflow-y-auto" }, data.map((item, i) => /* @__PURE__ */ React27.createElement(
@@ -3222,9 +3234,10 @@ var Combobox = React27.forwardRef(
3222
3234
  strokeLinecap: "round",
3223
3235
  strokeLinejoin: "round",
3224
3236
  className: cn(
3225
- "hawa-icon hawa-me-2",
3237
+ "hawa-icon",
3226
3238
  value === getProperty(item, valueKey) ? "hawa-opacity-100" : "hawa-opacity-0"
3227
- )
3239
+ ),
3240
+ style: { marginInlineEnd: "0.5rem" }
3228
3241
  },
3229
3242
  /* @__PURE__ */ React27.createElement("polyline", { points: "20 6 9 17 4 12" })
3230
3243
  ),
@@ -111,22 +111,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
111
111
  },
112
112
  children,
113
113
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
114
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
115
- "svg",
114
+ ), hint && /* @__PURE__ */ React2.createElement(
115
+ Tooltip,
116
116
  {
117
- xmlns: "http://www.w3.org/2000/svg",
118
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
119
- viewBox: "0 0 24 24",
120
- fill: "none",
121
- stroke: "currentColor",
122
- strokeWidth: "2",
123
- strokeLinecap: "round",
124
- strokeLinejoin: "round"
117
+ content: hint,
118
+ side: hintSide,
119
+ triggerProps: {
120
+ tabIndex: -1,
121
+ onClick: (event) => event.preventDefault()
122
+ }
125
123
  },
126
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
127
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
128
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
129
- ))));
124
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
125
+ "svg",
126
+ {
127
+ xmlns: "http://www.w3.org/2000/svg",
128
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
129
+ viewBox: "0 0 24 24",
130
+ fill: "none",
131
+ stroke: "currentColor",
132
+ strokeWidth: "2",
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round"
135
+ },
136
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
137
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
138
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
139
+ ))
140
+ )));
130
141
  Label.displayName = "Label";
131
142
 
132
143
  // components/elements/skeleton/Skeleton.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  cn
4
- } from "../chunk-C2UYTGUD.mjs";
4
+ } from "../chunk-ABS2VEET.mjs";
5
5
 
6
6
  // components/elements/input/Input.tsx
7
7
  import React2, { forwardRef } from "react";
@@ -114,22 +114,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
114
114
  },
115
115
  children,
116
116
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
117
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
118
- "svg",
117
+ ), hint && /* @__PURE__ */ React2.createElement(
118
+ Tooltip,
119
119
  {
120
- xmlns: "http://www.w3.org/2000/svg",
121
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
122
- viewBox: "0 0 24 24",
123
- fill: "none",
124
- stroke: "currentColor",
125
- strokeWidth: "2",
126
- strokeLinecap: "round",
127
- strokeLinejoin: "round"
120
+ content: hint,
121
+ side: hintSide,
122
+ triggerProps: {
123
+ tabIndex: -1,
124
+ onClick: (event) => event.preventDefault()
125
+ }
128
126
  },
129
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
130
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
131
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
132
- ))));
127
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
128
+ "svg",
129
+ {
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
132
+ viewBox: "0 0 24 24",
133
+ fill: "none",
134
+ stroke: "currentColor",
135
+ strokeWidth: "2",
136
+ strokeLinecap: "round",
137
+ strokeLinejoin: "round"
138
+ },
139
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
140
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
141
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
142
+ ))
143
+ )));
133
144
  Label.displayName = "Label";
134
145
 
135
146
  // components/elements/radio/Radio.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  cn
4
- } from "../chunk-C2UYTGUD.mjs";
4
+ } from "../chunk-ABS2VEET.mjs";
5
5
 
6
6
  // components/elements/interfaceSettings/InterfaceSettings.tsx
7
7
  import React2, { useState as useState2 } from "react";
@@ -108,22 +108,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
108
108
  },
109
109
  children,
110
110
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
111
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
112
- "svg",
111
+ ), hint && /* @__PURE__ */ React2.createElement(
112
+ Tooltip,
113
113
  {
114
- xmlns: "http://www.w3.org/2000/svg",
115
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
116
- viewBox: "0 0 24 24",
117
- fill: "none",
118
- stroke: "currentColor",
119
- strokeWidth: "2",
120
- strokeLinecap: "round",
121
- strokeLinejoin: "round"
114
+ content: hint,
115
+ side: hintSide,
116
+ triggerProps: {
117
+ tabIndex: -1,
118
+ onClick: (event) => event.preventDefault()
119
+ }
122
120
  },
123
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
124
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
125
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
126
- ))));
121
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
122
+ "svg",
123
+ {
124
+ xmlns: "http://www.w3.org/2000/svg",
125
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
126
+ viewBox: "0 0 24 24",
127
+ fill: "none",
128
+ stroke: "currentColor",
129
+ strokeWidth: "2",
130
+ strokeLinecap: "round",
131
+ strokeLinejoin: "round"
132
+ },
133
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
134
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
135
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
136
+ ))
137
+ )));
127
138
  Label.displayName = "Label";
128
139
  // Annotate the CommonJS export names for ESM import in node:
129
140
  0 && (module.exports = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Label
3
- } from "../chunk-C2UYTGUD.mjs";
3
+ } from "../chunk-ABS2VEET.mjs";
4
4
  export {
5
5
  Label
6
6
  };
@@ -202,22 +202,33 @@ var Label = React5.forwardRef(({ className, hint, hintSide, required, children,
202
202
  },
203
203
  children,
204
204
  required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
205
- ), hint && /* @__PURE__ */ React5.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React5.createElement(
206
- "svg",
205
+ ), hint && /* @__PURE__ */ React5.createElement(
206
+ Tooltip,
207
207
  {
208
- xmlns: "http://www.w3.org/2000/svg",
209
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
210
- viewBox: "0 0 24 24",
211
- fill: "none",
212
- stroke: "currentColor",
213
- strokeWidth: "2",
214
- strokeLinecap: "round",
215
- strokeLinejoin: "round"
208
+ content: hint,
209
+ side: hintSide,
210
+ triggerProps: {
211
+ tabIndex: -1,
212
+ onClick: (event) => event.preventDefault()
213
+ }
216
214
  },
217
- /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
218
- /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
219
- /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
220
- ))));
215
+ /* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
216
+ "svg",
217
+ {
218
+ xmlns: "http://www.w3.org/2000/svg",
219
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
220
+ viewBox: "0 0 24 24",
221
+ fill: "none",
222
+ stroke: "currentColor",
223
+ strokeWidth: "2",
224
+ strokeLinecap: "round",
225
+ strokeLinejoin: "round"
226
+ },
227
+ /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
228
+ /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
229
+ /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
230
+ ))
231
+ )));
221
232
  Label.displayName = "Label";
222
233
 
223
234
  // components/elements/skeleton/Skeleton.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  Skeleton
4
- } from "../chunk-7NCNPRCL.mjs";
4
+ } from "../chunk-53XBVEMK.mjs";
5
5
  import {
6
6
  cn
7
7
  } from "../chunk-TE3BKEXL.mjs";
@@ -1804,22 +1804,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
1804
1804
  },
1805
1805
  children,
1806
1806
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
1807
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
1808
- "svg",
1809
- {
1810
- xmlns: "http://www.w3.org/2000/svg",
1811
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
1812
- viewBox: "0 0 24 24",
1813
- fill: "none",
1814
- stroke: "currentColor",
1815
- strokeWidth: "2",
1816
- strokeLinecap: "round",
1817
- strokeLinejoin: "round"
1818
- },
1819
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
1820
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1821
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
1822
- ))));
1807
+ ), hint && /* @__PURE__ */ React2.createElement(
1808
+ Tooltip,
1809
+ {
1810
+ content: hint,
1811
+ side: hintSide,
1812
+ triggerProps: {
1813
+ tabIndex: -1,
1814
+ onClick: (event) => event.preventDefault()
1815
+ }
1816
+ },
1817
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
1818
+ "svg",
1819
+ {
1820
+ xmlns: "http://www.w3.org/2000/svg",
1821
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
1822
+ viewBox: "0 0 24 24",
1823
+ fill: "none",
1824
+ stroke: "currentColor",
1825
+ strokeWidth: "2",
1826
+ strokeLinecap: "round",
1827
+ strokeLinejoin: "round"
1828
+ },
1829
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
1830
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1831
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
1832
+ ))
1833
+ )));
1823
1834
  Label.displayName = "Label";
1824
1835
 
1825
1836
  // components/elements/select/Select.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  Skeleton
4
- } from "../chunk-7NCNPRCL.mjs";
4
+ } from "../chunk-53XBVEMK.mjs";
5
5
  import {
6
6
  cn
7
7
  } from "../chunk-TE3BKEXL.mjs";
@@ -111,22 +111,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
111
111
  },
112
112
  children,
113
113
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
114
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
115
- "svg",
114
+ ), hint && /* @__PURE__ */ React2.createElement(
115
+ Tooltip,
116
116
  {
117
- xmlns: "http://www.w3.org/2000/svg",
118
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
119
- viewBox: "0 0 24 24",
120
- fill: "none",
121
- stroke: "currentColor",
122
- strokeWidth: "2",
123
- strokeLinecap: "round",
124
- strokeLinejoin: "round"
117
+ content: hint,
118
+ side: hintSide,
119
+ triggerProps: {
120
+ tabIndex: -1,
121
+ onClick: (event) => event.preventDefault()
122
+ }
125
123
  },
126
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
127
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
128
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
129
- ))));
124
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
125
+ "svg",
126
+ {
127
+ xmlns: "http://www.w3.org/2000/svg",
128
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
129
+ viewBox: "0 0 24 24",
130
+ fill: "none",
131
+ stroke: "currentColor",
132
+ strokeWidth: "2",
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round"
135
+ },
136
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
137
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
138
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
139
+ ))
140
+ )));
130
141
  Label.displayName = "Label";
131
142
 
132
143
  // components/elements/radio/Radio.tsx
@@ -72,22 +72,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
72
72
  },
73
73
  children,
74
74
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
75
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
76
- "svg",
75
+ ), hint && /* @__PURE__ */ React2.createElement(
76
+ Tooltip,
77
77
  {
78
- xmlns: "http://www.w3.org/2000/svg",
79
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
80
- viewBox: "0 0 24 24",
81
- fill: "none",
82
- stroke: "currentColor",
83
- strokeWidth: "2",
84
- strokeLinecap: "round",
85
- strokeLinejoin: "round"
78
+ content: hint,
79
+ side: hintSide,
80
+ triggerProps: {
81
+ tabIndex: -1,
82
+ onClick: (event) => event.preventDefault()
83
+ }
86
84
  },
87
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
88
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
89
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
90
- ))));
85
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
86
+ "svg",
87
+ {
88
+ xmlns: "http://www.w3.org/2000/svg",
89
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
90
+ viewBox: "0 0 24 24",
91
+ fill: "none",
92
+ stroke: "currentColor",
93
+ strokeWidth: "2",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round"
96
+ },
97
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
98
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
99
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
100
+ ))
101
+ )));
91
102
  Label.displayName = "Label";
92
103
 
93
104
  // components/elements/radio/Radio.tsx
@@ -114,22 +114,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
114
114
  },
115
115
  children,
116
116
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
117
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
118
- "svg",
117
+ ), hint && /* @__PURE__ */ React2.createElement(
118
+ Tooltip,
119
119
  {
120
- xmlns: "http://www.w3.org/2000/svg",
121
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
122
- viewBox: "0 0 24 24",
123
- fill: "none",
124
- stroke: "currentColor",
125
- strokeWidth: "2",
126
- strokeLinecap: "round",
127
- strokeLinejoin: "round"
120
+ content: hint,
121
+ side: hintSide,
122
+ triggerProps: {
123
+ tabIndex: -1,
124
+ onClick: (event) => event.preventDefault()
125
+ }
128
126
  },
129
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
130
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
131
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
132
- ))));
127
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
128
+ "svg",
129
+ {
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
132
+ viewBox: "0 0 24 24",
133
+ fill: "none",
134
+ stroke: "currentColor",
135
+ strokeWidth: "2",
136
+ strokeLinecap: "round",
137
+ strokeLinejoin: "round"
138
+ },
139
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
140
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
141
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
142
+ ))
143
+ )));
133
144
  Label.displayName = "Label";
134
145
 
135
146
  // components/elements/skeleton/Skeleton.tsx
@@ -75,22 +75,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
75
75
  },
76
76
  children,
77
77
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
78
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
79
- "svg",
78
+ ), hint && /* @__PURE__ */ React2.createElement(
79
+ Tooltip,
80
80
  {
81
- xmlns: "http://www.w3.org/2000/svg",
82
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
83
- viewBox: "0 0 24 24",
84
- fill: "none",
85
- stroke: "currentColor",
86
- strokeWidth: "2",
87
- strokeLinecap: "round",
88
- strokeLinejoin: "round"
81
+ content: hint,
82
+ side: hintSide,
83
+ triggerProps: {
84
+ tabIndex: -1,
85
+ onClick: (event) => event.preventDefault()
86
+ }
89
87
  },
90
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
91
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
92
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
93
- ))));
88
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
89
+ "svg",
90
+ {
91
+ xmlns: "http://www.w3.org/2000/svg",
92
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
93
+ viewBox: "0 0 24 24",
94
+ fill: "none",
95
+ stroke: "currentColor",
96
+ strokeWidth: "2",
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round"
99
+ },
100
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
101
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
102
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
103
+ ))
104
+ )));
94
105
  Label.displayName = "Label";
95
106
 
96
107
  // components/elements/skeleton/Skeleton.tsx
@@ -111,22 +111,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
111
111
  },
112
112
  children,
113
113
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
114
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
115
- "svg",
114
+ ), hint && /* @__PURE__ */ React2.createElement(
115
+ Tooltip,
116
116
  {
117
- xmlns: "http://www.w3.org/2000/svg",
118
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
119
- viewBox: "0 0 24 24",
120
- fill: "none",
121
- stroke: "currentColor",
122
- strokeWidth: "2",
123
- strokeLinecap: "round",
124
- strokeLinejoin: "round"
117
+ content: hint,
118
+ side: hintSide,
119
+ triggerProps: {
120
+ tabIndex: -1,
121
+ onClick: (event) => event.preventDefault()
122
+ }
125
123
  },
126
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
127
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
128
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
129
- ))));
124
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
125
+ "svg",
126
+ {
127
+ xmlns: "http://www.w3.org/2000/svg",
128
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
129
+ viewBox: "0 0 24 24",
130
+ fill: "none",
131
+ stroke: "currentColor",
132
+ strokeWidth: "2",
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round"
135
+ },
136
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
137
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
138
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
139
+ ))
140
+ )));
130
141
  Label.displayName = "Label";
131
142
 
132
143
  // components/elements/textarea/Textarea.tsx