@bubo-squared/ui-framework 0.1.74 → 0.1.77

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.
package/dist/index.js CHANGED
@@ -1422,7 +1422,7 @@ PasswordInput.displayName = "PasswordInput";
1422
1422
 
1423
1423
  // src/components/Inputs/PhoneInput.tsx
1424
1424
  import * as React26 from "react";
1425
- import { CheckIcon as CheckIcon3, ChevronUpDownIcon } from "@bubo-squared/icons";
1425
+ import { CheckIcon as CheckIcon3, CodeIcon } from "@bubo-squared/icons";
1426
1426
  import * as RPNInput from "react-phone-number-input";
1427
1427
  import flags from "react-phone-number-input/flags";
1428
1428
 
@@ -1818,10 +1818,10 @@ var CountrySelect = ({
1818
1818
  }
1819
1819
  ),
1820
1820
  /* @__PURE__ */ jsx28(
1821
- ChevronUpDownIcon,
1821
+ CodeIcon,
1822
1822
  {
1823
1823
  className: cn(
1824
- "-mr-2 size-4 opacity-50",
1824
+ "-mr-2 size-4 opacity-50 rotate-90",
1825
1825
  disabled ? "hidden" : "opacity-100"
1826
1826
  )
1827
1827
  }