@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
@@ -600,22 +600,33 @@ var Label = React6.forwardRef(({ className, hint, hintSide, required, children,
600
600
  },
601
601
  children,
602
602
  required && /* @__PURE__ */ React6.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
603
- ), hint && /* @__PURE__ */ React6.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React6.createElement(
604
- "svg",
605
- {
606
- xmlns: "http://www.w3.org/2000/svg",
607
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
608
- viewBox: "0 0 24 24",
609
- fill: "none",
610
- stroke: "currentColor",
611
- strokeWidth: "2",
612
- strokeLinecap: "round",
613
- strokeLinejoin: "round"
603
+ ), hint && /* @__PURE__ */ React6.createElement(
604
+ Tooltip,
605
+ {
606
+ content: hint,
607
+ side: hintSide,
608
+ triggerProps: {
609
+ tabIndex: -1,
610
+ onClick: (event) => event.preventDefault()
611
+ }
614
612
  },
615
- /* @__PURE__ */ React6.createElement("circle", { cx: "12", cy: "12", r: "10" }),
616
- /* @__PURE__ */ React6.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
617
- /* @__PURE__ */ React6.createElement("path", { d: "M12 17h.01" })
618
- ))));
613
+ /* @__PURE__ */ React6.createElement("div", null, /* @__PURE__ */ React6.createElement(
614
+ "svg",
615
+ {
616
+ xmlns: "http://www.w3.org/2000/svg",
617
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
618
+ viewBox: "0 0 24 24",
619
+ fill: "none",
620
+ stroke: "currentColor",
621
+ strokeWidth: "2",
622
+ strokeLinecap: "round",
623
+ strokeLinejoin: "round"
624
+ },
625
+ /* @__PURE__ */ React6.createElement("circle", { cx: "12", cy: "12", r: "10" }),
626
+ /* @__PURE__ */ React6.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
627
+ /* @__PURE__ */ React6.createElement("path", { d: "M12 17h.01" })
628
+ ))
629
+ )));
619
630
  Label.displayName = "Label";
620
631
 
621
632
  // components/elements/skeleton/Skeleton.tsx
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  Input
3
- } from "../../chunk-A25EXELT.mjs";
3
+ } from "../../chunk-OD5WIQGQ.mjs";
4
4
  import {
5
5
  StopPropagationWrapper
6
6
  } from "../../chunk-ZCZ3WARS.mjs";
7
7
  import {
8
8
  Select
9
- } from "../../chunk-UTGVG66T.mjs";
9
+ } from "../../chunk-TTKRRN7S.mjs";
10
10
  import {
11
11
  EyeIcon,
12
12
  HiddenEyeIcon
13
- } from "../../chunk-D75D7LGZ.mjs";
13
+ } from "../../chunk-ATUSR6VI.mjs";
14
14
  import {
15
15
  Button,
16
16
  Card,
@@ -22,7 +22,7 @@ import {
22
22
  Label,
23
23
  Loading,
24
24
  cn
25
- } from "../../chunk-677VOLD4.mjs";
25
+ } from "../../chunk-FYH74ZRQ.mjs";
26
26
 
27
27
  // components/blocks/auth/LoginForm.tsx
28
28
  import React5, { useState as useState3 } from "react";
@@ -453,22 +453,33 @@ var Label = React5.forwardRef(({ className, hint, hintSide, required, children,
453
453
  },
454
454
  children,
455
455
  required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
456
- ), hint && /* @__PURE__ */ React5.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React5.createElement(
457
- "svg",
456
+ ), hint && /* @__PURE__ */ React5.createElement(
457
+ Tooltip,
458
458
  {
459
- xmlns: "http://www.w3.org/2000/svg",
460
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
461
- viewBox: "0 0 24 24",
462
- fill: "none",
463
- stroke: "currentColor",
464
- strokeWidth: "2",
465
- strokeLinecap: "round",
466
- strokeLinejoin: "round"
459
+ content: hint,
460
+ side: hintSide,
461
+ triggerProps: {
462
+ tabIndex: -1,
463
+ onClick: (event) => event.preventDefault()
464
+ }
467
465
  },
468
- /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
469
- /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
470
- /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
471
- ))));
466
+ /* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
467
+ "svg",
468
+ {
469
+ xmlns: "http://www.w3.org/2000/svg",
470
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
471
+ viewBox: "0 0 24 24",
472
+ fill: "none",
473
+ stroke: "currentColor",
474
+ strokeWidth: "2",
475
+ strokeLinecap: "round",
476
+ strokeLinejoin: "round"
477
+ },
478
+ /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
479
+ /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
480
+ /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
481
+ ))
482
+ )));
472
483
  Label.displayName = "Label";
473
484
 
474
485
  // components/elements/radio/Radio.tsx
@@ -1,25 +1,25 @@
1
1
  import {
2
2
  Textarea
3
- } from "../../chunk-F6TKEDDP.mjs";
3
+ } from "../../chunk-PKLR7UF6.mjs";
4
4
  import {
5
5
  Select
6
- } from "../../chunk-UTGVG66T.mjs";
6
+ } from "../../chunk-TTKRRN7S.mjs";
7
7
  import {
8
8
  Radio
9
- } from "../../chunk-N26RJDIG.mjs";
9
+ } from "../../chunk-2UQWMSFQ.mjs";
10
10
  import {
11
11
  BadEmoji,
12
12
  GoodEmoji,
13
13
  VeryBadEmoji,
14
14
  VeryGoodEmoji
15
- } from "../../chunk-D75D7LGZ.mjs";
15
+ } from "../../chunk-ATUSR6VI.mjs";
16
16
  import {
17
17
  Button,
18
18
  Card,
19
19
  CardContent,
20
20
  Label,
21
21
  cn
22
- } from "../../chunk-677VOLD4.mjs";
22
+ } from "../../chunk-FYH74ZRQ.mjs";
23
23
 
24
24
  // components/blocks/feedback/UserReferralSource.tsx
25
25
  import React, { useRef, useState } from "react";
@@ -621,22 +621,33 @@ var Label = React6.forwardRef(({ className, hint, hintSide, required, children,
621
621
  },
622
622
  children,
623
623
  required && /* @__PURE__ */ React6.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
624
- ), hint && /* @__PURE__ */ React6.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React6.createElement(
625
- "svg",
626
- {
627
- xmlns: "http://www.w3.org/2000/svg",
628
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
629
- viewBox: "0 0 24 24",
630
- fill: "none",
631
- stroke: "currentColor",
632
- strokeWidth: "2",
633
- strokeLinecap: "round",
634
- strokeLinejoin: "round"
624
+ ), hint && /* @__PURE__ */ React6.createElement(
625
+ Tooltip,
626
+ {
627
+ content: hint,
628
+ side: hintSide,
629
+ triggerProps: {
630
+ tabIndex: -1,
631
+ onClick: (event) => event.preventDefault()
632
+ }
635
633
  },
636
- /* @__PURE__ */ React6.createElement("circle", { cx: "12", cy: "12", r: "10" }),
637
- /* @__PURE__ */ React6.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
638
- /* @__PURE__ */ React6.createElement("path", { d: "M12 17h.01" })
639
- ))));
634
+ /* @__PURE__ */ React6.createElement("div", null, /* @__PURE__ */ React6.createElement(
635
+ "svg",
636
+ {
637
+ xmlns: "http://www.w3.org/2000/svg",
638
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
639
+ viewBox: "0 0 24 24",
640
+ fill: "none",
641
+ stroke: "currentColor",
642
+ strokeWidth: "2",
643
+ strokeLinecap: "round",
644
+ strokeLinejoin: "round"
645
+ },
646
+ /* @__PURE__ */ React6.createElement("circle", { cx: "12", cy: "12", r: "10" }),
647
+ /* @__PURE__ */ React6.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
648
+ /* @__PURE__ */ React6.createElement("path", { d: "M12 17h.01" })
649
+ ))
650
+ )));
640
651
  Label.displayName = "Label";
641
652
 
642
653
  // components/elements/skeleton/Skeleton.tsx
@@ -25,7 +25,7 @@ import {
25
25
  UncheckMark,
26
26
  VeryBadEmoji,
27
27
  VeryGoodEmoji
28
- } from "../chunk-XOEHA3H6.mjs";
28
+ } from "../chunk-XE3FLWLT.mjs";
29
29
  import {
30
30
  Button,
31
31
  Card,
@@ -707,22 +707,33 @@ var Label = React11.forwardRef(({ className, hint, hintSide, required, children,
707
707
  },
708
708
  children,
709
709
  required && /* @__PURE__ */ React11.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
710
- ), hint && /* @__PURE__ */ React11.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React11.createElement(
711
- "svg",
710
+ ), hint && /* @__PURE__ */ React11.createElement(
711
+ Tooltip,
712
712
  {
713
- xmlns: "http://www.w3.org/2000/svg",
714
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
715
- viewBox: "0 0 24 24",
716
- fill: "none",
717
- stroke: "currentColor",
718
- strokeWidth: "2",
719
- strokeLinecap: "round",
720
- strokeLinejoin: "round"
713
+ content: hint,
714
+ side: hintSide,
715
+ triggerProps: {
716
+ tabIndex: -1,
717
+ onClick: (event) => event.preventDefault()
718
+ }
721
719
  },
722
- /* @__PURE__ */ React11.createElement("circle", { cx: "12", cy: "12", r: "10" }),
723
- /* @__PURE__ */ React11.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
724
- /* @__PURE__ */ React11.createElement("path", { d: "M12 17h.01" })
725
- ))));
720
+ /* @__PURE__ */ React11.createElement("div", null, /* @__PURE__ */ React11.createElement(
721
+ "svg",
722
+ {
723
+ xmlns: "http://www.w3.org/2000/svg",
724
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
725
+ viewBox: "0 0 24 24",
726
+ fill: "none",
727
+ stroke: "currentColor",
728
+ strokeWidth: "2",
729
+ strokeLinecap: "round",
730
+ strokeLinejoin: "round"
731
+ },
732
+ /* @__PURE__ */ React11.createElement("circle", { cx: "12", cy: "12", r: "10" }),
733
+ /* @__PURE__ */ React11.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
734
+ /* @__PURE__ */ React11.createElement("path", { d: "M12 17h.01" })
735
+ ))
736
+ )));
726
737
  Label.displayName = "Label";
727
738
 
728
739
  // components/elements/skeleton/Skeleton.tsx
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  Input
3
- } from "../../chunk-A25EXELT.mjs";
3
+ } from "../../chunk-OD5WIQGQ.mjs";
4
4
  import {
5
5
  Chip,
6
6
  ScrollArea
7
- } from "../../chunk-7XRVH6O7.mjs";
7
+ } from "../../chunk-OE23TTPS.mjs";
8
8
  import {
9
9
  Textarea
10
- } from "../../chunk-F6TKEDDP.mjs";
10
+ } from "../../chunk-PKLR7UF6.mjs";
11
11
  import {
12
12
  Button,
13
13
  Card,
@@ -17,7 +17,7 @@ import {
17
17
  CardHeader,
18
18
  CardTitle,
19
19
  cn
20
- } from "../../chunk-677VOLD4.mjs";
20
+ } from "../../chunk-FYH74ZRQ.mjs";
21
21
 
22
22
  // components/blocks/misc/LegalTexts.tsx
23
23
  import React2 from "react";
@@ -880,22 +880,33 @@ var Label2 = React15.forwardRef(({ className, hint, hintSide, required, children
880
880
  },
881
881
  children,
882
882
  required && /* @__PURE__ */ React15.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
883
- ), hint && /* @__PURE__ */ React15.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React15.createElement(
884
- "svg",
883
+ ), hint && /* @__PURE__ */ React15.createElement(
884
+ Tooltip,
885
885
  {
886
- xmlns: "http://www.w3.org/2000/svg",
887
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
888
- viewBox: "0 0 24 24",
889
- fill: "none",
890
- stroke: "currentColor",
891
- strokeWidth: "2",
892
- strokeLinecap: "round",
893
- strokeLinejoin: "round"
886
+ content: hint,
887
+ side: hintSide,
888
+ triggerProps: {
889
+ tabIndex: -1,
890
+ onClick: (event) => event.preventDefault()
891
+ }
894
892
  },
895
- /* @__PURE__ */ React15.createElement("circle", { cx: "12", cy: "12", r: "10" }),
896
- /* @__PURE__ */ React15.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
897
- /* @__PURE__ */ React15.createElement("path", { d: "M12 17h.01" })
898
- ))));
893
+ /* @__PURE__ */ React15.createElement("div", null, /* @__PURE__ */ React15.createElement(
894
+ "svg",
895
+ {
896
+ xmlns: "http://www.w3.org/2000/svg",
897
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
898
+ viewBox: "0 0 24 24",
899
+ fill: "none",
900
+ stroke: "currentColor",
901
+ strokeWidth: "2",
902
+ strokeLinecap: "round",
903
+ strokeLinejoin: "round"
904
+ },
905
+ /* @__PURE__ */ React15.createElement("circle", { cx: "12", cy: "12", r: "10" }),
906
+ /* @__PURE__ */ React15.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
907
+ /* @__PURE__ */ React15.createElement("path", { d: "M12 17h.01" })
908
+ ))
909
+ )));
899
910
  Label2.displayName = "Label";
900
911
 
901
912
  // components/elements/radio/Radio.tsx
@@ -1,22 +1,22 @@
1
1
  import {
2
2
  Chip,
3
3
  ScrollArea
4
- } from "../../chunk-7XRVH6O7.mjs";
4
+ } from "../../chunk-OE23TTPS.mjs";
5
5
  import "../../chunk-ZCZ3WARS.mjs";
6
6
  import {
7
7
  Radio
8
- } from "../../chunk-N26RJDIG.mjs";
8
+ } from "../../chunk-2UQWMSFQ.mjs";
9
9
  import {
10
10
  CheckMark,
11
11
  UncheckMark
12
- } from "../../chunk-D75D7LGZ.mjs";
12
+ } from "../../chunk-ATUSR6VI.mjs";
13
13
  import {
14
14
  Button,
15
15
  Card,
16
16
  Skeleton,
17
17
  Tooltip,
18
18
  cn
19
- } from "../../chunk-677VOLD4.mjs";
19
+ } from "../../chunk-FYH74ZRQ.mjs";
20
20
 
21
21
  // components/blocks/pricing/PricingPlans.tsx
22
22
  import React8 from "react";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  cn
4
- } from "./chunk-677VOLD4.mjs";
4
+ } from "./chunk-FYH74ZRQ.mjs";
5
5
 
6
6
  // components/elements/radio/Radio.tsx
7
7
  import React, { useState, useRef, useEffect } from "react";
@@ -69,22 +69,33 @@ var Label = React2.forwardRef(({ className, hint, hintSide, required, children,
69
69
  },
70
70
  children,
71
71
  required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
72
- ), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
73
- "svg",
72
+ ), hint && /* @__PURE__ */ React2.createElement(
73
+ Tooltip,
74
74
  {
75
- xmlns: "http://www.w3.org/2000/svg",
76
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
77
- viewBox: "0 0 24 24",
78
- fill: "none",
79
- stroke: "currentColor",
80
- strokeWidth: "2",
81
- strokeLinecap: "round",
82
- strokeLinejoin: "round"
75
+ content: hint,
76
+ side: hintSide,
77
+ triggerProps: {
78
+ tabIndex: -1,
79
+ onClick: (event) => event.preventDefault()
80
+ }
83
81
  },
84
- /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
85
- /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
86
- /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
87
- ))));
82
+ /* @__PURE__ */ React2.createElement("div", null, /* @__PURE__ */ React2.createElement(
83
+ "svg",
84
+ {
85
+ xmlns: "http://www.w3.org/2000/svg",
86
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
87
+ viewBox: "0 0 24 24",
88
+ fill: "none",
89
+ stroke: "currentColor",
90
+ strokeWidth: "2",
91
+ strokeLinecap: "round",
92
+ strokeLinejoin: "round"
93
+ },
94
+ /* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
95
+ /* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
96
+ /* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
97
+ ))
98
+ )));
88
99
  Label.displayName = "Label";
89
100
 
90
101
  // components/elements/skeleton/Skeleton.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
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  cn
3
- } from "./chunk-677VOLD4.mjs";
3
+ } from "./chunk-FYH74ZRQ.mjs";
4
4
 
5
5
  // components/icons/Emojis.tsx
6
6
  import React from "react";
@@ -403,22 +403,33 @@ var Label = React5.forwardRef(({ className, hint, hintSide, required, children,
403
403
  },
404
404
  children,
405
405
  required && /* @__PURE__ */ React5.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
406
- ), hint && /* @__PURE__ */ React5.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React5.createElement(
407
- "svg",
406
+ ), hint && /* @__PURE__ */ React5.createElement(
407
+ Tooltip,
408
408
  {
409
- xmlns: "http://www.w3.org/2000/svg",
410
- className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
411
- viewBox: "0 0 24 24",
412
- fill: "none",
413
- stroke: "currentColor",
414
- strokeWidth: "2",
415
- strokeLinecap: "round",
416
- strokeLinejoin: "round"
409
+ content: hint,
410
+ side: hintSide,
411
+ triggerProps: {
412
+ tabIndex: -1,
413
+ onClick: (event) => event.preventDefault()
414
+ }
417
415
  },
418
- /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
419
- /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
420
- /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
421
- ))));
416
+ /* @__PURE__ */ React5.createElement("div", null, /* @__PURE__ */ React5.createElement(
417
+ "svg",
418
+ {
419
+ xmlns: "http://www.w3.org/2000/svg",
420
+ className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
421
+ viewBox: "0 0 24 24",
422
+ fill: "none",
423
+ stroke: "currentColor",
424
+ strokeWidth: "2",
425
+ strokeLinecap: "round",
426
+ strokeLinejoin: "round"
427
+ },
428
+ /* @__PURE__ */ React5.createElement("circle", { cx: "12", cy: "12", r: "10" }),
429
+ /* @__PURE__ */ React5.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
430
+ /* @__PURE__ */ React5.createElement("path", { d: "M12 17h.01" })
431
+ ))
432
+ )));
422
433
  Label.displayName = "Label";
423
434
 
424
435
  // components/elements/skeleton/Skeleton.tsx
@@ -2,7 +2,7 @@ import {
2
2
  Label,
3
3
  Skeleton,
4
4
  cn
5
- } from "./chunk-677VOLD4.mjs";
5
+ } from "./chunk-FYH74ZRQ.mjs";
6
6
 
7
7
  // components/elements/input/Input.tsx
8
8
  import React, { forwardRef } from "react";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  cn
3
- } from "./chunk-677VOLD4.mjs";
3
+ } from "./chunk-FYH74ZRQ.mjs";
4
4
 
5
5
  // components/elements/scrollArea/ScrollArea.tsx
6
6
  import * as React from "react";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Label,
3
3
  cn
4
- } from "./chunk-677VOLD4.mjs";
4
+ } from "./chunk-FYH74ZRQ.mjs";
5
5
 
6
6
  // components/elements/textarea/Textarea.tsx
7
7
  import * as React from "react";
@@ -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/colorPicker/ColorPicker.tsx
@@ -2,7 +2,7 @@ import {
2
2
  Label,
3
3
  Skeleton,
4
4
  cn
5
- } from "./chunk-677VOLD4.mjs";
5
+ } from "./chunk-FYH74ZRQ.mjs";
6
6
 
7
7
  // components/elements/select/Select.tsx
8
8
  import React from "react";