@bigbinary/neeto-molecules 4.0.111 → 4.1.0-beta1
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/IpRestriction.js +1 -1
- package/dist/IpRestriction.js.map +1 -1
- package/dist/PhoneNumber.js +2 -2
- package/dist/SessionEnvironment.js +1 -1
- package/dist/cjs/IpRestriction.js +1 -1
- package/dist/cjs/IpRestriction.js.map +1 -1
- package/dist/cjs/PhoneNumber.js +1 -1
- package/dist/cjs/SessionEnvironment.js +1 -1
- package/dist/cjs/{phone-number-bolYVokE.js → phone-number-CKeWRcTL.js} +2 -2
- package/dist/cjs/{phone-number-bolYVokE.js.map → phone-number-CKeWRcTL.js.map} +1 -1
- package/dist/{phone-number-DzOGxsrm.js → phone-number-HpVGHffA.js} +2 -2
- package/dist/{phone-number-DzOGxsrm.js.map → phone-number-HpVGHffA.js.map} +1 -1
- package/package.json +2 -2
|
@@ -306,8 +306,8 @@ var PhoneNumberInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
306
306
|
});
|
|
307
307
|
PhoneNumberInput.displayName = "PhoneNumberInput";
|
|
308
308
|
|
|
309
|
-
var css = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap\");.neeto-molecules-phone-number-input__flag{font-family:-apple-system,Noto Color Emoji,BlinkMacSystemFont,Inter,Arial,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-style:normal;font-weight:400}.neeto-molecules-phone-number{display:block!important}.neeto-molecules-phone-number-input__input .neeto-ui-react-select__indicators{padding-inline:0!important}";
|
|
309
|
+
var css = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap\");.neeto-molecules-phone-number-input__flag{font-family:-apple-system,Noto Color Emoji,BlinkMacSystemFont,Inter,Arial,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-style:normal;font-weight:400}.neeto-molecules-phone-number{display:block!important}.neeto-molecules-phone-number-input__input .neeto-ui-react-select__indicators{padding-inline:0!important}.neeto-molecules-phone-number-input__input .neeto-ui-input input{direction:inherit}";
|
|
310
310
|
n(css,{});
|
|
311
311
|
|
|
312
312
|
export { PhoneNumberInput as P, SingleValue$1 as S, getPhoneData as g, isPhoneNumberValid as i, validation as v };
|
|
313
|
-
//# sourceMappingURL=phone-number-
|
|
313
|
+
//# sourceMappingURL=phone-number-HpVGHffA.js.map
|