@youngonesworks/ui 0.1.82 → 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/globals.css
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1796,10 +1796,6 @@ const PasswordInput = react.default.forwardRef((props, ref) => /* @__PURE__ */ (
|
|
|
1796
1796
|
}));
|
|
1797
1797
|
PasswordInput.displayName = "PasswordInput";
|
|
1798
1798
|
|
|
1799
|
-
//#endregion
|
|
1800
|
-
//#region src/components/phoneNumberInput/style.css
|
|
1801
|
-
var style_default = {};
|
|
1802
|
-
|
|
1803
1799
|
//#endregion
|
|
1804
1800
|
//#region src/components/phoneNumberInput/index.tsx
|
|
1805
1801
|
const PhoneNumberInput = ({ setValue, setPhoneNumberExt, phoneNumberExt, isValid = true, phoneNumberError, phoneNumberExtensionError, phoneNumberField, phoneNumberExtField, className, label, disabled }) => {
|