@bigbinary/neeto-molecules 4.0.84 → 4.0.86
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/PhoneNumber.js +2 -2
- package/dist/SessionEnvironment.js +1 -1
- package/dist/cjs/PhoneNumber.js +1 -1
- package/dist/cjs/SessionEnvironment.js +1 -1
- package/dist/cjs/{phone-number-1EDAr56u.js → phone-number-CkAhqr7l.js} +2 -2
- package/dist/cjs/{phone-number-1EDAr56u.js.map → phone-number-CkAhqr7l.js.map} +1 -1
- package/dist/{phone-number-BDkpXCIq.js → phone-number-DeojEqFx.js} +2 -2
- package/dist/{phone-number-BDkpXCIq.js.map → phone-number-DeojEqFx.js.map} +1 -1
- package/package.json +42 -42
|
@@ -305,8 +305,8 @@ var PhoneNumberInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
305
305
|
});
|
|
306
306
|
PhoneNumberInput.displayName = "PhoneNumberInput";
|
|
307
307
|
|
|
308
|
-
var css = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap\");.neeto-molecules-phone-number-input__flag{font-family
|
|
308
|
+
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}";
|
|
309
309
|
n(css,{});
|
|
310
310
|
|
|
311
311
|
export { PhoneNumberInput as P, SingleValue$1 as S, getPhoneData as g, isPhoneNumberValid as i, validation as v };
|
|
312
|
-
//# sourceMappingURL=phone-number-
|
|
312
|
+
//# sourceMappingURL=phone-number-DeojEqFx.js.map
|