@bubo-squared/ui-framework 0.1.73 → 0.1.76
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -3
- package/src/style.d.ts +2 -0
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,
|
|
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
|
-
|
|
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
|
}
|