@sikka/hawa 0.45.0-next → 0.46.0-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 (39) hide show
  1. package/dist/blocks/auth/index.js +14 -13
  2. package/dist/blocks/auth/index.mjs +14 -14
  3. package/dist/blocks/feedback/index.js +3 -1
  4. package/dist/blocks/feedback/index.mjs +2 -2
  5. package/dist/blocks/index.js +16 -14
  6. package/dist/blocks/index.mjs +1 -1
  7. package/dist/blocks/misc/index.js +1 -0
  8. package/dist/blocks/misc/index.mjs +1 -1
  9. package/dist/blocks/pricing/index.js +2 -1
  10. package/dist/blocks/pricing/index.mjs +1 -1
  11. package/dist/{chunk-LMYT23CT.mjs → chunk-D3B3MKLS.mjs} +1 -0
  12. package/dist/{chunk-QMNXTGM4.mjs → chunk-IEB2ANWU.mjs} +16 -14
  13. package/dist/{chunk-OE6XZ6LW.mjs → chunk-YABFWOF3.mjs} +2 -1
  14. package/dist/elements/index.js +16 -14
  15. package/dist/elements/index.mjs +1 -1
  16. package/dist/index.css +1 -1
  17. package/dist/index.js +16 -14
  18. package/dist/index.mjs +16 -14
  19. package/dist/interfaceSettings/index.js +2 -1
  20. package/dist/interfaceSettings/index.js.map +1 -1
  21. package/dist/interfaceSettings/index.mjs +2 -1
  22. package/dist/interfaceSettings/index.mjs.map +1 -1
  23. package/dist/phoneInput/index.js +1 -0
  24. package/dist/phoneInput/index.js.map +1 -1
  25. package/dist/phoneInput/index.mjs +1 -0
  26. package/dist/phoneInput/index.mjs.map +1 -1
  27. package/dist/pinInput/index.js +13 -13
  28. package/dist/pinInput/index.js.map +1 -1
  29. package/dist/pinInput/index.mjs +13 -13
  30. package/dist/pinInput/index.mjs.map +1 -1
  31. package/dist/radio/index.js +2 -1
  32. package/dist/radio/index.js.map +1 -1
  33. package/dist/radio/index.mjs +2 -1
  34. package/dist/radio/index.mjs.map +1 -1
  35. package/dist/select/index.js +1 -0
  36. package/dist/select/index.js.map +1 -1
  37. package/dist/select/index.mjs +1 -0
  38. package/dist/select/index.mjs.map +1 -1
  39. package/package.json +6 -6
@@ -3413,6 +3413,7 @@ var Select = ({
3413
3413
  options: props.options,
3414
3414
  getOptionLabel: props.getOptionLabel,
3415
3415
  defaultValue: props.defaultValue,
3416
+ value: props.value,
3416
3417
  placeholder: props.placeholder,
3417
3418
  isDisabled: props.disabled,
3418
3419
  isClearable: props.isClearable,
@@ -4673,19 +4674,19 @@ var z5 = __toESM(require("zod"));
4673
4674
  var React25 = __toESM(require("react"));
4674
4675
  var import_input_otp = require("input-otp");
4675
4676
 
4676
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4677
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4677
4678
  var import_react23 = require("react");
4678
4679
 
4679
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
4680
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
4680
4681
  var toKebabCase = (string6) => string6.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
4681
4682
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
4682
4683
  return Boolean(className) && array.indexOf(className) === index;
4683
4684
  }).join(" ");
4684
4685
 
4685
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4686
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4686
4687
  var import_react22 = require("react");
4687
4688
 
4688
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
4689
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
4689
4690
  var defaultAttributes = {
4690
4691
  xmlns: "http://www.w3.org/2000/svg",
4691
4692
  width: 24,
@@ -4698,7 +4699,7 @@ var defaultAttributes = {
4698
4699
  strokeLinejoin: "round"
4699
4700
  };
4700
4701
 
4701
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4702
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4702
4703
  var Icon = (0, import_react22.forwardRef)(
4703
4704
  ({
4704
4705
  color = "currentColor",
@@ -4730,7 +4731,7 @@ var Icon = (0, import_react22.forwardRef)(
4730
4731
  }
4731
4732
  );
4732
4733
 
4733
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4734
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4734
4735
  var createLucideIcon = (iconName, iconNode) => {
4735
4736
  const Component = (0, import_react23.forwardRef)(
4736
4737
  ({ className, ...props }, ref) => (0, import_react23.createElement)(Icon, {
@@ -4744,7 +4745,7 @@ var createLucideIcon = (iconName, iconNode) => {
4744
4745
  return Component;
4745
4746
  };
4746
4747
 
4747
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
4748
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
4748
4749
  var Dot = createLucideIcon("Dot", [
4749
4750
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
4750
4751
  ]);
@@ -4943,7 +4944,7 @@ var CodeConfirmation = ({
4943
4944
 
4944
4945
  lucide-react/dist/esm/shared/src/utils.js:
4945
4946
  (**
4946
- * @license lucide-react v0.424.0 - ISC
4947
+ * @license lucide-react v0.427.0 - ISC
4947
4948
  *
4948
4949
  * This source code is licensed under the ISC license.
4949
4950
  * See the LICENSE file in the root directory of this source tree.
@@ -4951,7 +4952,7 @@ lucide-react/dist/esm/shared/src/utils.js:
4951
4952
 
4952
4953
  lucide-react/dist/esm/defaultAttributes.js:
4953
4954
  (**
4954
- * @license lucide-react v0.424.0 - ISC
4955
+ * @license lucide-react v0.427.0 - ISC
4955
4956
  *
4956
4957
  * This source code is licensed under the ISC license.
4957
4958
  * See the LICENSE file in the root directory of this source tree.
@@ -4959,7 +4960,7 @@ lucide-react/dist/esm/defaultAttributes.js:
4959
4960
 
4960
4961
  lucide-react/dist/esm/Icon.js:
4961
4962
  (**
4962
- * @license lucide-react v0.424.0 - ISC
4963
+ * @license lucide-react v0.427.0 - ISC
4963
4964
  *
4964
4965
  * This source code is licensed under the ISC license.
4965
4966
  * See the LICENSE file in the root directory of this source tree.
@@ -4967,7 +4968,7 @@ lucide-react/dist/esm/Icon.js:
4967
4968
 
4968
4969
  lucide-react/dist/esm/createLucideIcon.js:
4969
4970
  (**
4970
- * @license lucide-react v0.424.0 - ISC
4971
+ * @license lucide-react v0.427.0 - ISC
4971
4972
  *
4972
4973
  * This source code is licensed under the ISC license.
4973
4974
  * See the LICENSE file in the root directory of this source tree.
@@ -4975,7 +4976,7 @@ lucide-react/dist/esm/createLucideIcon.js:
4975
4976
 
4976
4977
  lucide-react/dist/esm/icons/dot.js:
4977
4978
  (**
4978
- * @license lucide-react v0.424.0 - ISC
4979
+ * @license lucide-react v0.427.0 - ISC
4979
4980
  *
4980
4981
  * This source code is licensed under the ISC license.
4981
4982
  * See the LICENSE file in the root directory of this source tree.
@@ -4983,7 +4984,7 @@ lucide-react/dist/esm/icons/dot.js:
4983
4984
 
4984
4985
  lucide-react/dist/esm/lucide-react.js:
4985
4986
  (**
4986
- * @license lucide-react v0.424.0 - ISC
4987
+ * @license lucide-react v0.427.0 - ISC
4987
4988
  *
4988
4989
  * This source code is licensed under the ISC license.
4989
4990
  * See the LICENSE file in the root directory of this source tree.
@@ -7,7 +7,7 @@ import {
7
7
  } from "../../chunk-47APBDKK.mjs";
8
8
  import {
9
9
  Select
10
- } from "../../chunk-LMYT23CT.mjs";
10
+ } from "../../chunk-D3B3MKLS.mjs";
11
11
  import {
12
12
  EyeIcon,
13
13
  HiddenEyeIcon
@@ -3682,19 +3682,19 @@ import * as z5 from "zod";
3682
3682
  import * as React12 from "react";
3683
3683
  import { OTPInput, OTPInputContext } from "input-otp";
3684
3684
 
3685
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3685
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3686
3686
  import { forwardRef as forwardRef3, createElement as createElement3 } from "react";
3687
3687
 
3688
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3688
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
3689
3689
  var toKebabCase = (string6) => string6.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
3690
3690
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
3691
3691
  return Boolean(className) && array.indexOf(className) === index;
3692
3692
  }).join(" ");
3693
3693
 
3694
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3694
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3695
3695
  import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
3696
3696
 
3697
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3697
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
3698
3698
  var defaultAttributes = {
3699
3699
  xmlns: "http://www.w3.org/2000/svg",
3700
3700
  width: 24,
@@ -3707,7 +3707,7 @@ var defaultAttributes = {
3707
3707
  strokeLinejoin: "round"
3708
3708
  };
3709
3709
 
3710
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3710
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
3711
3711
  var Icon = forwardRef2(
3712
3712
  ({
3713
3713
  color = "currentColor",
@@ -3739,7 +3739,7 @@ var Icon = forwardRef2(
3739
3739
  }
3740
3740
  );
3741
3741
 
3742
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3742
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
3743
3743
  var createLucideIcon = (iconName, iconNode) => {
3744
3744
  const Component = forwardRef3(
3745
3745
  ({ className, ...props }, ref) => createElement3(Icon, {
@@ -3753,7 +3753,7 @@ var createLucideIcon = (iconName, iconNode) => {
3753
3753
  return Component;
3754
3754
  };
3755
3755
 
3756
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3756
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
3757
3757
  var Dot = createLucideIcon("Dot", [
3758
3758
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
3759
3759
  ]);
@@ -3951,7 +3951,7 @@ export {
3951
3951
 
3952
3952
  lucide-react/dist/esm/shared/src/utils.js:
3953
3953
  (**
3954
- * @license lucide-react v0.424.0 - ISC
3954
+ * @license lucide-react v0.427.0 - ISC
3955
3955
  *
3956
3956
  * This source code is licensed under the ISC license.
3957
3957
  * See the LICENSE file in the root directory of this source tree.
@@ -3959,7 +3959,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3959
3959
 
3960
3960
  lucide-react/dist/esm/defaultAttributes.js:
3961
3961
  (**
3962
- * @license lucide-react v0.424.0 - ISC
3962
+ * @license lucide-react v0.427.0 - ISC
3963
3963
  *
3964
3964
  * This source code is licensed under the ISC license.
3965
3965
  * See the LICENSE file in the root directory of this source tree.
@@ -3967,7 +3967,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3967
3967
 
3968
3968
  lucide-react/dist/esm/Icon.js:
3969
3969
  (**
3970
- * @license lucide-react v0.424.0 - ISC
3970
+ * @license lucide-react v0.427.0 - ISC
3971
3971
  *
3972
3972
  * This source code is licensed under the ISC license.
3973
3973
  * See the LICENSE file in the root directory of this source tree.
@@ -3975,7 +3975,7 @@ lucide-react/dist/esm/Icon.js:
3975
3975
 
3976
3976
  lucide-react/dist/esm/createLucideIcon.js:
3977
3977
  (**
3978
- * @license lucide-react v0.424.0 - ISC
3978
+ * @license lucide-react v0.427.0 - ISC
3979
3979
  *
3980
3980
  * This source code is licensed under the ISC license.
3981
3981
  * See the LICENSE file in the root directory of this source tree.
@@ -3983,7 +3983,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3983
3983
 
3984
3984
  lucide-react/dist/esm/icons/dot.js:
3985
3985
  (**
3986
- * @license lucide-react v0.424.0 - ISC
3986
+ * @license lucide-react v0.427.0 - ISC
3987
3987
  *
3988
3988
  * This source code is licensed under the ISC license.
3989
3989
  * See the LICENSE file in the root directory of this source tree.
@@ -3991,7 +3991,7 @@ lucide-react/dist/esm/icons/dot.js:
3991
3991
 
3992
3992
  lucide-react/dist/esm/lucide-react.js:
3993
3993
  (**
3994
- * @license lucide-react v0.424.0 - ISC
3994
+ * @license lucide-react v0.427.0 - ISC
3995
3995
  *
3996
3996
  * This source code is licensed under the ISC license.
3997
3997
  * See the LICENSE file in the root directory of this source tree.
@@ -750,7 +750,8 @@ var Radio = (0, import_react4.forwardRef)(
750
750
  "hawa-select-none hawa-whitespace-nowrap hawa-rounded hawa-border hawa-text-center hawa-font-medium hawa-h-[40px]",
751
751
  orientationStyle[orientation],
752
752
  widthStyle[width],
753
- tabsContainerClassName
753
+ tabsContainerClassName,
754
+ props.direction === "rtl" ? "hawa-flex-row-reverse" : ""
754
755
  )
755
756
  },
756
757
  (_b = props.options) == null ? void 0 : _b.map((opt, o) => {
@@ -1654,6 +1655,7 @@ var Select = ({
1654
1655
  options: props.options,
1655
1656
  getOptionLabel: props.getOptionLabel,
1656
1657
  defaultValue: props.defaultValue,
1658
+ value: props.value,
1657
1659
  placeholder: props.placeholder,
1658
1660
  isDisabled: props.disabled,
1659
1661
  isClearable: props.isClearable,
@@ -4,11 +4,11 @@ import {
4
4
  } from "../../chunk-FIUKVRL5.mjs";
5
5
  import {
6
6
  Select
7
- } from "../../chunk-LMYT23CT.mjs";
7
+ } from "../../chunk-D3B3MKLS.mjs";
8
8
  import {
9
9
  Popover,
10
10
  Radio
11
- } from "../../chunk-OE6XZ6LW.mjs";
11
+ } from "../../chunk-YABFWOF3.mjs";
12
12
  import {
13
13
  BadEmoji,
14
14
  GoodEmoji,
@@ -3434,6 +3434,7 @@ var Select = ({
3434
3434
  options: props.options,
3435
3435
  getOptionLabel: props.getOptionLabel,
3436
3436
  defaultValue: props.defaultValue,
3437
+ value: props.value,
3437
3438
  placeholder: props.placeholder,
3438
3439
  isDisabled: props.disabled,
3439
3440
  isClearable: props.isClearable,
@@ -4830,19 +4831,19 @@ var z5 = __toESM(require("zod"));
4830
4831
  var React25 = __toESM(require("react"));
4831
4832
  var import_input_otp = require("input-otp");
4832
4833
 
4833
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4834
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4834
4835
  var import_react23 = require("react");
4835
4836
 
4836
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
4837
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
4837
4838
  var toKebabCase = (string9) => string9.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
4838
4839
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
4839
4840
  return Boolean(className) && array.indexOf(className) === index;
4840
4841
  }).join(" ");
4841
4842
 
4842
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4843
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4843
4844
  var import_react22 = require("react");
4844
4845
 
4845
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
4846
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
4846
4847
  var defaultAttributes = {
4847
4848
  xmlns: "http://www.w3.org/2000/svg",
4848
4849
  width: 24,
@@ -4855,7 +4856,7 @@ var defaultAttributes = {
4855
4856
  strokeLinejoin: "round"
4856
4857
  };
4857
4858
 
4858
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4859
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
4859
4860
  var Icon = (0, import_react22.forwardRef)(
4860
4861
  ({
4861
4862
  color = "currentColor",
@@ -4887,7 +4888,7 @@ var Icon = (0, import_react22.forwardRef)(
4887
4888
  }
4888
4889
  );
4889
4890
 
4890
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4891
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
4891
4892
  var createLucideIcon = (iconName, iconNode) => {
4892
4893
  const Component = (0, import_react23.forwardRef)(
4893
4894
  ({ className, ...props }, ref) => (0, import_react23.createElement)(Icon, {
@@ -4901,7 +4902,7 @@ var createLucideIcon = (iconName, iconNode) => {
4901
4902
  return Component;
4902
4903
  };
4903
4904
 
4904
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
4905
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
4905
4906
  var Dot = createLucideIcon("Dot", [
4906
4907
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
4907
4908
  ]);
@@ -5248,7 +5249,8 @@ var Radio = (0, import_react25.forwardRef)(
5248
5249
  "hawa-select-none hawa-whitespace-nowrap hawa-rounded hawa-border hawa-text-center hawa-font-medium hawa-h-[40px]",
5249
5250
  orientationStyle[orientation],
5250
5251
  widthStyle[width],
5251
- tabsContainerClassName
5252
+ tabsContainerClassName,
5253
+ props.direction === "rtl" ? "hawa-flex-row-reverse" : ""
5252
5254
  )
5253
5255
  },
5254
5256
  (_b = props.options) == null ? void 0 : _b.map((opt, o) => {
@@ -8054,7 +8056,7 @@ var Usage = (props) => {
8054
8056
 
8055
8057
  lucide-react/dist/esm/shared/src/utils.js:
8056
8058
  (**
8057
- * @license lucide-react v0.424.0 - ISC
8059
+ * @license lucide-react v0.427.0 - ISC
8058
8060
  *
8059
8061
  * This source code is licensed under the ISC license.
8060
8062
  * See the LICENSE file in the root directory of this source tree.
@@ -8062,7 +8064,7 @@ lucide-react/dist/esm/shared/src/utils.js:
8062
8064
 
8063
8065
  lucide-react/dist/esm/defaultAttributes.js:
8064
8066
  (**
8065
- * @license lucide-react v0.424.0 - ISC
8067
+ * @license lucide-react v0.427.0 - ISC
8066
8068
  *
8067
8069
  * This source code is licensed under the ISC license.
8068
8070
  * See the LICENSE file in the root directory of this source tree.
@@ -8070,7 +8072,7 @@ lucide-react/dist/esm/defaultAttributes.js:
8070
8072
 
8071
8073
  lucide-react/dist/esm/Icon.js:
8072
8074
  (**
8073
- * @license lucide-react v0.424.0 - ISC
8075
+ * @license lucide-react v0.427.0 - ISC
8074
8076
  *
8075
8077
  * This source code is licensed under the ISC license.
8076
8078
  * See the LICENSE file in the root directory of this source tree.
@@ -8078,7 +8080,7 @@ lucide-react/dist/esm/Icon.js:
8078
8080
 
8079
8081
  lucide-react/dist/esm/createLucideIcon.js:
8080
8082
  (**
8081
- * @license lucide-react v0.424.0 - ISC
8083
+ * @license lucide-react v0.427.0 - ISC
8082
8084
  *
8083
8085
  * This source code is licensed under the ISC license.
8084
8086
  * See the LICENSE file in the root directory of this source tree.
@@ -8086,7 +8088,7 @@ lucide-react/dist/esm/createLucideIcon.js:
8086
8088
 
8087
8089
  lucide-react/dist/esm/icons/dot.js:
8088
8090
  (**
8089
- * @license lucide-react v0.424.0 - ISC
8091
+ * @license lucide-react v0.427.0 - ISC
8090
8092
  *
8091
8093
  * This source code is licensed under the ISC license.
8092
8094
  * See the LICENSE file in the root directory of this source tree.
@@ -8094,7 +8096,7 @@ lucide-react/dist/esm/icons/dot.js:
8094
8096
 
8095
8097
  lucide-react/dist/esm/lucide-react.js:
8096
8098
  (**
8097
- * @license lucide-react v0.424.0 - ISC
8099
+ * @license lucide-react v0.427.0 - ISC
8098
8100
  *
8099
8101
  * This source code is licensed under the ISC license.
8100
8102
  * See the LICENSE file in the root directory of this source tree.
@@ -17,7 +17,7 @@ import {
17
17
  TabsList,
18
18
  TabsTrigger,
19
19
  Textarea
20
- } from "../chunk-QMNXTGM4.mjs";
20
+ } from "../chunk-IEB2ANWU.mjs";
21
21
  import {
22
22
  getHotkeyHandler
23
23
  } from "../chunk-WL7C2A5D.mjs";
@@ -1617,6 +1617,7 @@ var Select = ({
1617
1617
  options: props.options,
1618
1618
  getOptionLabel: props.getOptionLabel,
1619
1619
  defaultValue: props.defaultValue,
1620
+ value: props.value,
1620
1621
  placeholder: props.placeholder,
1621
1622
  isDisabled: props.disabled,
1622
1623
  isClearable: props.isClearable,
@@ -11,7 +11,7 @@ import {
11
11
  } from "../../chunk-FIUKVRL5.mjs";
12
12
  import {
13
13
  Select
14
- } from "../../chunk-LMYT23CT.mjs";
14
+ } from "../../chunk-D3B3MKLS.mjs";
15
15
  import {
16
16
  Button,
17
17
  Card,
@@ -1159,7 +1159,8 @@ var Radio = (0, import_react13.forwardRef)(
1159
1159
  "hawa-select-none hawa-whitespace-nowrap hawa-rounded hawa-border hawa-text-center hawa-font-medium hawa-h-[40px]",
1160
1160
  orientationStyle[orientation],
1161
1161
  widthStyle[width],
1162
- tabsContainerClassName
1162
+ tabsContainerClassName,
1163
+ props.direction === "rtl" ? "hawa-flex-row-reverse" : ""
1163
1164
  )
1164
1165
  },
1165
1166
  (_b = props.options) == null ? void 0 : _b.map((opt, o) => {
@@ -6,7 +6,7 @@ import {
6
6
  import "../../chunk-47APBDKK.mjs";
7
7
  import {
8
8
  Radio
9
- } from "../../chunk-OE6XZ6LW.mjs";
9
+ } from "../../chunk-YABFWOF3.mjs";
10
10
  import {
11
11
  CheckMark,
12
12
  UncheckMark
@@ -147,6 +147,7 @@ var Select = ({
147
147
  options: props.options,
148
148
  getOptionLabel: props.getOptionLabel,
149
149
  defaultValue: props.defaultValue,
150
+ value: props.value,
150
151
  placeholder: props.placeholder,
151
152
  isDisabled: props.disabled,
152
153
  isClearable: props.isClearable,
@@ -474,6 +474,7 @@ var Select = ({
474
474
  options: props.options,
475
475
  getOptionLabel: props.getOptionLabel,
476
476
  defaultValue: props.defaultValue,
477
+ value: props.value,
477
478
  placeholder: props.placeholder,
478
479
  isDisabled: props.disabled,
479
480
  isClearable: props.isClearable,
@@ -2416,19 +2417,19 @@ var StopPropagationWrapper = (props) => {
2416
2417
  import * as React7 from "react";
2417
2418
  import { OTPInput, OTPInputContext } from "input-otp";
2418
2419
 
2419
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2420
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2420
2421
  import { forwardRef as forwardRef4, createElement as createElement3 } from "react";
2421
2422
 
2422
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2423
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
2423
2424
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
2424
2425
  var mergeClasses = (...classes) => classes.filter((className, index, array) => {
2425
2426
  return Boolean(className) && array.indexOf(className) === index;
2426
2427
  }).join(" ");
2427
2428
 
2428
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2429
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2429
2430
  import { forwardRef as forwardRef3, createElement as createElement2 } from "react";
2430
2431
 
2431
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2432
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
2432
2433
  var defaultAttributes = {
2433
2434
  xmlns: "http://www.w3.org/2000/svg",
2434
2435
  width: 24,
@@ -2441,7 +2442,7 @@ var defaultAttributes = {
2441
2442
  strokeLinejoin: "round"
2442
2443
  };
2443
2444
 
2444
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2445
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
2445
2446
  var Icon = forwardRef3(
2446
2447
  ({
2447
2448
  color = "currentColor",
@@ -2473,7 +2474,7 @@ var Icon = forwardRef3(
2473
2474
  }
2474
2475
  );
2475
2476
 
2476
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2477
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
2477
2478
  var createLucideIcon = (iconName, iconNode) => {
2478
2479
  const Component = forwardRef4(
2479
2480
  ({ className, ...props }, ref) => createElement3(Icon, {
@@ -2487,7 +2488,7 @@ var createLucideIcon = (iconName, iconNode) => {
2487
2488
  return Component;
2488
2489
  };
2489
2490
 
2490
- // ../../node_modules/.pnpm/lucide-react@0.424.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2491
+ // ../../node_modules/.pnpm/lucide-react@0.427.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/dot.js
2491
2492
  var Dot = createLucideIcon("Dot", [
2492
2493
  ["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
2493
2494
  ]);
@@ -2716,7 +2717,8 @@ var Radio = forwardRef7(
2716
2717
  "hawa-select-none hawa-whitespace-nowrap hawa-rounded hawa-border hawa-text-center hawa-font-medium hawa-h-[40px]",
2717
2718
  orientationStyle[orientation],
2718
2719
  widthStyle[width],
2719
- tabsContainerClassName
2720
+ tabsContainerClassName,
2721
+ props.direction === "rtl" ? "hawa-flex-row-reverse" : ""
2720
2722
  )
2721
2723
  },
2722
2724
  (_b = props.options) == null ? void 0 : _b.map((opt, o) => {
@@ -3319,7 +3321,7 @@ export {
3319
3321
 
3320
3322
  lucide-react/dist/esm/shared/src/utils.js:
3321
3323
  (**
3322
- * @license lucide-react v0.424.0 - ISC
3324
+ * @license lucide-react v0.427.0 - ISC
3323
3325
  *
3324
3326
  * This source code is licensed under the ISC license.
3325
3327
  * See the LICENSE file in the root directory of this source tree.
@@ -3327,7 +3329,7 @@ lucide-react/dist/esm/shared/src/utils.js:
3327
3329
 
3328
3330
  lucide-react/dist/esm/defaultAttributes.js:
3329
3331
  (**
3330
- * @license lucide-react v0.424.0 - ISC
3332
+ * @license lucide-react v0.427.0 - ISC
3331
3333
  *
3332
3334
  * This source code is licensed under the ISC license.
3333
3335
  * See the LICENSE file in the root directory of this source tree.
@@ -3335,7 +3337,7 @@ lucide-react/dist/esm/defaultAttributes.js:
3335
3337
 
3336
3338
  lucide-react/dist/esm/Icon.js:
3337
3339
  (**
3338
- * @license lucide-react v0.424.0 - ISC
3340
+ * @license lucide-react v0.427.0 - ISC
3339
3341
  *
3340
3342
  * This source code is licensed under the ISC license.
3341
3343
  * See the LICENSE file in the root directory of this source tree.
@@ -3343,7 +3345,7 @@ lucide-react/dist/esm/Icon.js:
3343
3345
 
3344
3346
  lucide-react/dist/esm/createLucideIcon.js:
3345
3347
  (**
3346
- * @license lucide-react v0.424.0 - ISC
3348
+ * @license lucide-react v0.427.0 - ISC
3347
3349
  *
3348
3350
  * This source code is licensed under the ISC license.
3349
3351
  * See the LICENSE file in the root directory of this source tree.
@@ -3351,7 +3353,7 @@ lucide-react/dist/esm/createLucideIcon.js:
3351
3353
 
3352
3354
  lucide-react/dist/esm/icons/dot.js:
3353
3355
  (**
3354
- * @license lucide-react v0.424.0 - ISC
3356
+ * @license lucide-react v0.427.0 - ISC
3355
3357
  *
3356
3358
  * This source code is licensed under the ISC license.
3357
3359
  * See the LICENSE file in the root directory of this source tree.
@@ -3359,7 +3361,7 @@ lucide-react/dist/esm/icons/dot.js:
3359
3361
 
3360
3362
  lucide-react/dist/esm/lucide-react.js:
3361
3363
  (**
3362
- * @license lucide-react v0.424.0 - ISC
3364
+ * @license lucide-react v0.427.0 - ISC
3363
3365
  *
3364
3366
  * This source code is licensed under the ISC license.
3365
3367
  * See the LICENSE file in the root directory of this source tree.
@@ -159,7 +159,8 @@ var Radio = forwardRef2(
159
159
  "hawa-select-none hawa-whitespace-nowrap hawa-rounded hawa-border hawa-text-center hawa-font-medium hawa-h-[40px]",
160
160
  orientationStyle[orientation],
161
161
  widthStyle[width],
162
- tabsContainerClassName
162
+ tabsContainerClassName,
163
+ props.direction === "rtl" ? "hawa-flex-row-reverse" : ""
163
164
  )
164
165
  },
165
166
  (_b = props.options) == null ? void 0 : _b.map((opt, o) => {