@sikka/hawa 0.24.14-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 +25 -14
  23. package/dist/codeBlock/index.mjs +1 -1
  24. package/dist/colorPicker/index.js +25 -14
  25. package/dist/colorPicker/index.mjs +1 -1
  26. package/dist/combobox/index.js +25 -14
  27. package/dist/combobox/index.mjs +25 -14
  28. package/dist/dataTable/index.js +25 -14
  29. package/dist/dataTable/index.mjs +25 -14
  30. package/dist/elements/index.js +25 -14
  31. package/dist/elements/index.mjs +1 -1
  32. package/dist/index.css +1 -1
  33. package/dist/index.js +25 -14
  34. package/dist/index.mjs +25 -14
  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
@@ -161,22 +161,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
161
161
  },
162
162
  children,
163
163
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
164
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
165
- "svg",
164
+ ), hint && /* @__PURE__ */ React2.createElement(
165
+ Tooltip,
166
166
  {
167
- xmlns: "http://www.w3.org/2000/svg",
168
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
169
- viewBox: "0 0 24 24",
170
- fill: "none",
171
- stroke: "currentColor",
172
- strokeWidth: "2",
173
- strokeLinecap: "round",
174
- strokeLinejoin: "round"
167
+ content: hint,
168
+ side: hintSide,
169
+ triggerProps: {
170
+ tabIndex: -1,
171
+ onClick: (event) => event.preventDefault()
172
+ }
175
173
  },
176
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
177
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
178
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
179
- ))));
174
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
175
+ "svg",
176
+ {
177
+ xmlns: "http://www.w3.org/2000/svg",
178
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
179
+ viewBox: "0 0 24 24",
180
+ fill: "none",
181
+ stroke: "currentColor",
182
+ strokeWidth: "2",
183
+ strokeLinecap: "round",
184
+ strokeLinejoin: "round"
185
+ },
186
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
187
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
188
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
189
+ ))
190
+ )));
180
191
  Label.displayName = "Label";
181
192
 
182
193
  // components/elements/input/Input.tsx
@@ -1427,22 +1427,33 @@ var Label2 = React19.forwardRef(({ className, hint, hintSide, required, children
1427
1427
  },
1428
1428
  children,
1429
1429
  required && /* @__PURE__ */ React19.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
1430
- ), hint && /* @__PURE__ */ React19.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React19.createElement(
1431
- "svg",
1430
+ ), hint && /* @__PURE__ */ React19.createElement(
1431
+ Tooltip,
1432
1432
  {
1433
- xmlns: "http://www.w3.org/2000/svg",
1434
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
1435
- viewBox: "0 0 24 24",
1436
- fill: "none",
1437
- stroke: "currentColor",
1438
- strokeWidth: "2",
1439
- strokeLinecap: "round",
1440
- strokeLinejoin: "round"
1433
+ content: hint,
1434
+ side: hintSide,
1435
+ triggerProps: {
1436
+ tabIndex: -1,
1437
+ onClick: (event) => event.preventDefault()
1438
+ }
1441
1439
  },
1442
- /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
1443
- /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1444
- /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
1445
- ))));
1440
+ /* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(
1441
+ "svg",
1442
+ {
1443
+ xmlns: "http://www.w3.org/2000/svg",
1444
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
1445
+ viewBox: "0 0 24 24",
1446
+ fill: "none",
1447
+ stroke: "currentColor",
1448
+ strokeWidth: "2",
1449
+ strokeLinecap: "round",
1450
+ strokeLinejoin: "round"
1451
+ },
1452
+ /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
1453
+ /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1454
+ /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
1455
+ ))
1456
+ )));
1446
1457
  Label2.displayName = "Label";
1447
1458
 
1448
1459
  // components/elements/input/Input.tsx
@@ -2,7 +2,7 @@ import {
2
2
  Label,
3
3
  Tooltip,
4
4
  cn
5
- } from "../chunk-LRLLDOQZ.mjs";
5
+ } from "../chunk-S36W2LDN.mjs";
6
6
 
7
7
  // components/elements/codeBlock/CodeBlock.tsx
8
8
  import React58, { useState as useState19 } from "react";
@@ -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/colorPicker/ColorPicker.tsx
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ColorPicker
3
- } from "../chunk-LRLLDOQZ.mjs";
3
+ } from "../chunk-S36W2LDN.mjs";
4
4
  export {
5
5
  ColorPicker
6
6
  };
@@ -531,22 +531,33 @@ var Label = React4.forwardRef(({ className, hint, hintSide, required, children,
531
531
  },
532
532
  children,
533
533
  required && /* @__PURE__ */ React4.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
534
- ), hint && /* @__PURE__ */ React4.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React4.createElement(
535
- "svg",
534
+ ), hint && /* @__PURE__ */ React4.createElement(
535
+ Tooltip,
536
536
  {
537
- xmlns: "http://www.w3.org/2000/svg",
538
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
539
- viewBox: "0 0 24 24",
540
- fill: "none",
541
- stroke: "currentColor",
542
- strokeWidth: "2",
543
- strokeLinecap: "round",
544
- strokeLinejoin: "round"
537
+ content: hint,
538
+ side: hintSide,
539
+ triggerProps: {
540
+ tabIndex: -1,
541
+ onClick: (event) => event.preventDefault()
542
+ }
545
543
  },
546
- /* @__PURE__ */ React4.createElement("circle", { cx: "12", cy: "12", r: "10" }),
547
- /* @__PURE__ */ React4.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
548
- /* @__PURE__ */ React4.createElement("path", { d: "M12 17h.01" })
549
- ))));
544
+ /* @__PURE__ */ React4.createElement("div", null, /* @__PURE__ */ React4.createElement(
545
+ "svg",
546
+ {
547
+ xmlns: "http://www.w3.org/2000/svg",
548
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
549
+ viewBox: "0 0 24 24",
550
+ fill: "none",
551
+ stroke: "currentColor",
552
+ strokeWidth: "2",
553
+ strokeLinecap: "round",
554
+ strokeLinejoin: "round"
555
+ },
556
+ /* @__PURE__ */ React4.createElement("circle", { cx: "12", cy: "12", r: "10" }),
557
+ /* @__PURE__ */ React4.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
558
+ /* @__PURE__ */ React4.createElement("path", { d: "M12 17h.01" })
559
+ ))
560
+ )));
550
561
  Label.displayName = "Label";
551
562
 
552
563
  // components/elements/popover/Popover.tsx
@@ -78,22 +78,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
78
78
  },
79
79
  children,
80
80
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
81
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
82
- "svg",
81
+ ), hint && /* @__PURE__ */ React2.createElement(
82
+ Tooltip,
83
83
  {
84
- xmlns: "http://www.w3.org/2000/svg",
85
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
86
- viewBox: "0 0 24 24",
87
- fill: "none",
88
- stroke: "currentColor",
89
- strokeWidth: "2",
90
- strokeLinecap: "round",
91
- strokeLinejoin: "round"
84
+ content: hint,
85
+ side: hintSide,
86
+ triggerProps: {
87
+ tabIndex: -1,
88
+ onClick: (event) => event.preventDefault()
89
+ }
92
90
  },
93
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
94
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
95
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
96
- ))));
91
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
92
+ "svg",
93
+ {
94
+ xmlns: "http://www.w3.org/2000/svg",
95
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
96
+ viewBox: "0 0 24 24",
97
+ fill: "none",
98
+ stroke: "currentColor",
99
+ strokeWidth: "2",
100
+ strokeLinecap: "round",
101
+ strokeLinejoin: "round"
102
+ },
103
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
104
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
105
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
106
+ ))
107
+ )));
97
108
  Label.displayName = "Label";
98
109
 
99
110
  // components/elements/popover/Popover.tsx
@@ -695,22 +695,33 @@ var Label2 = React5.forwardRef(({ className, hint, hintSide, required, children,
695
695
  },
696
696
  children,
697
697
  required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
698
- ), hint && /* @__PURE__ */ React5.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React5.createElement(
699
- "svg",
698
+ ), hint && /* @__PURE__ */ React5.createElement(
699
+ Tooltip,
700
700
  {
701
- xmlns: "http://www.w3.org/2000/svg",
702
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
703
- viewBox: "0 0 24 24",
704
- fill: "none",
705
- stroke: "currentColor",
706
- strokeWidth: "2",
707
- strokeLinecap: "round",
708
- strokeLinejoin: "round"
701
+ content: hint,
702
+ side: hintSide,
703
+ triggerProps: {
704
+ tabIndex: -1,
705
+ onClick: (event) => event.preventDefault()
706
+ }
709
707
  },
710
- /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
711
- /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
712
- /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
713
- ))));
708
+ /* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
709
+ "svg",
710
+ {
711
+ xmlns: "http://www.w3.org/2000/svg",
712
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
713
+ viewBox: "0 0 24 24",
714
+ fill: "none",
715
+ stroke: "currentColor",
716
+ strokeWidth: "2",
717
+ strokeLinecap: "round",
718
+ strokeLinejoin: "round"
719
+ },
720
+ /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
721
+ /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
722
+ /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
723
+ ))
724
+ )));
714
725
  Label2.displayName = "Label";
715
726
 
716
727
  // components/elements/skeleton/Skeleton.tsx
@@ -664,22 +664,33 @@ var Label2 = React5.forwardRef(({ className, hint, hintSide, required, children,
664
664
  },
665
665
  children,
666
666
  required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
667
- ), hint && /* @__PURE__ */ React5.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React5.createElement(
668
- "svg",
667
+ ), hint && /* @__PURE__ */ React5.createElement(
668
+ Tooltip,
669
669
  {
670
- xmlns: "http://www.w3.org/2000/svg",
671
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
672
- viewBox: "0 0 24 24",
673
- fill: "none",
674
- stroke: "currentColor",
675
- strokeWidth: "2",
676
- strokeLinecap: "round",
677
- strokeLinejoin: "round"
670
+ content: hint,
671
+ side: hintSide,
672
+ triggerProps: {
673
+ tabIndex: -1,
674
+ onClick: (event) => event.preventDefault()
675
+ }
678
676
  },
679
- /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
680
- /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
681
- /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
682
- ))));
677
+ /* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
678
+ "svg",
679
+ {
680
+ xmlns: "http://www.w3.org/2000/svg",
681
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
682
+ viewBox: "0 0 24 24",
683
+ fill: "none",
684
+ stroke: "currentColor",
685
+ strokeWidth: "2",
686
+ strokeLinecap: "round",
687
+ strokeLinejoin: "round"
688
+ },
689
+ /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
690
+ /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
691
+ /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
692
+ ))
693
+ )));
683
694
  Label2.displayName = "Label";
684
695
 
685
696
  // components/elements/skeleton/Skeleton.tsx
@@ -2217,22 +2217,33 @@ var Label2 = React19.forwardRef(({ className, hint, hintSide, required, children
2217
2217
  },
2218
2218
  children,
2219
2219
  required && /* @__PURE__ */ React19.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
2220
- ), hint && /* @__PURE__ */ React19.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React19.createElement(
2221
- "svg",
2220
+ ), hint && /* @__PURE__ */ React19.createElement(
2221
+ Tooltip,
2222
2222
  {
2223
- xmlns: "http://www.w3.org/2000/svg",
2224
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2225
- viewBox: "0 0 24 24",
2226
- fill: "none",
2227
- stroke: "currentColor",
2228
- strokeWidth: "2",
2229
- strokeLinecap: "round",
2230
- strokeLinejoin: "round"
2223
+ content: hint,
2224
+ side: hintSide,
2225
+ triggerProps: {
2226
+ tabIndex: -1,
2227
+ onClick: (event) => event.preventDefault()
2228
+ }
2231
2229
  },
2232
- /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2233
- /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2234
- /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2235
- ))));
2230
+ /* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(
2231
+ "svg",
2232
+ {
2233
+ xmlns: "http://www.w3.org/2000/svg",
2234
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2235
+ viewBox: "0 0 24 24",
2236
+ fill: "none",
2237
+ stroke: "currentColor",
2238
+ strokeWidth: "2",
2239
+ strokeLinecap: "round",
2240
+ strokeLinejoin: "round"
2241
+ },
2242
+ /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2243
+ /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2244
+ /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2245
+ ))
2246
+ )));
2236
2247
  Label2.displayName = "Label";
2237
2248
 
2238
2249
  // components/elements/input/Input.tsx
@@ -28,7 +28,7 @@ import {
28
28
  TabsTrigger,
29
29
  Textarea,
30
30
  UncheckMark
31
- } from "../chunk-XOEHA3H6.mjs";
31
+ } from "../chunk-XE3FLWLT.mjs";
32
32
  import {
33
33
  Sheet,
34
34
  SheetClose,
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.3.7 | MIT License | https://tailwindcss.com
3
3
  *//*
4
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
package/dist/index.js CHANGED
@@ -2283,22 +2283,33 @@ var Label2 = React19.forwardRef(({ className, hint, hintSide, required, children
2283
2283
  },
2284
2284
  children,
2285
2285
  required && /* @__PURE__ */ React19.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
2286
- ), hint && /* @__PURE__ */ React19.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React19.createElement(
2287
- "svg",
2286
+ ), hint && /* @__PURE__ */ React19.createElement(
2287
+ Tooltip,
2288
2288
  {
2289
- xmlns: "http://www.w3.org/2000/svg",
2290
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2291
- viewBox: "0 0 24 24",
2292
- fill: "none",
2293
- stroke: "currentColor",
2294
- strokeWidth: "2",
2295
- strokeLinecap: "round",
2296
- strokeLinejoin: "round"
2289
+ content: hint,
2290
+ side: hintSide,
2291
+ triggerProps: {
2292
+ tabIndex: -1,
2293
+ onClick: (event) => event.preventDefault()
2294
+ }
2297
2295
  },
2298
- /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2299
- /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2300
- /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2301
- ))));
2296
+ /* @__PURE__ */ React19.createElement("div", null, /* @__PURE__ */ React19.createElement(
2297
+ "svg",
2298
+ {
2299
+ xmlns: "http://www.w3.org/2000/svg",
2300
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
2301
+ viewBox: "0 0 24 24",
2302
+ fill: "none",
2303
+ stroke: "currentColor",
2304
+ strokeWidth: "2",
2305
+ strokeLinecap: "round",
2306
+ strokeLinejoin: "round"
2307
+ },
2308
+ /* @__PURE__ */ React19.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2309
+ /* @__PURE__ */ React19.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2310
+ /* @__PURE__ */ React19.createElement("path", { d: "M12 17h.01" })
2311
+ ))
2312
+ )));
2302
2313
  Label2.displayName = "Label";
2303
2314
 
2304
2315
  // components/elements/input/Input.tsx
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
@@ -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