@youngonesworks/ui 0.1.81 → 0.1.83
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/components/phoneNumberInput/index.d.ts +0 -1
- package/dist/globals.css +1 -0
- package/dist/index.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/dist/index.css +0 -3
- package/dist/dist/index.css.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1774,10 +1774,6 @@ const PasswordInput = React.forwardRef((props, ref) => /* @__PURE__ */ jsx(TextI
|
|
|
1774
1774
|
}));
|
|
1775
1775
|
PasswordInput.displayName = "PasswordInput";
|
|
1776
1776
|
|
|
1777
|
-
//#endregion
|
|
1778
|
-
//#region node_modules/react-phone-input-2/lib/style.css
|
|
1779
|
-
var style_default = {};
|
|
1780
|
-
|
|
1781
1777
|
//#endregion
|
|
1782
1778
|
//#region src/components/phoneNumberInput/index.tsx
|
|
1783
1779
|
const PhoneNumberInput = ({ setValue, setPhoneNumberExt, phoneNumberExt, isValid = true, phoneNumberError, phoneNumberExtensionError, phoneNumberField, phoneNumberExtField, className, label, disabled }) => {
|