@bigbinary/neeto-molecules 3.15.16 → 3.15.17
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-CPwIzezl.js → phone-number-BN-c0rfv.js} +2 -2
- package/dist/cjs/{phone-number-CPwIzezl.js.map → phone-number-BN-c0rfv.js.map} +1 -1
- package/dist/{phone-number-BQlzXtYl.js → phone-number-CXCBroLh.js} +2 -2
- package/dist/{phone-number-BQlzXtYl.js.map → phone-number-CXCBroLh.js.map} +1 -1
- package/package.json +1 -1
package/dist/PhoneNumber.js
CHANGED
|
@@ -2,8 +2,8 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
4
|
import { useField } from 'formik';
|
|
5
|
-
import { P as PhoneNumberInput, g as getPhoneData, S as SingleValue } from './phone-number-
|
|
6
|
-
export { i as isPhoneNumberValid, v as validation } from './phone-number-
|
|
5
|
+
import { P as PhoneNumberInput, g as getPhoneData, S as SingleValue } from './phone-number-CXCBroLh.js';
|
|
6
|
+
export { i as isPhoneNumberValid, v as validation } from './phone-number-CXCBroLh.js';
|
|
7
7
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
8
8
|
import { memo } from 'react';
|
|
9
9
|
import classnames from 'classnames';
|
|
@@ -34,7 +34,7 @@ import Close from '@bigbinary/neeto-icons/Close';
|
|
|
34
34
|
import Input from '@bigbinary/neetoui/Input';
|
|
35
35
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
36
36
|
import 'formik';
|
|
37
|
-
import { P as PhoneNumberInput } from './phone-number-
|
|
37
|
+
import { P as PhoneNumberInput } from './phone-number-CXCBroLh.js';
|
|
38
38
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
39
39
|
import '@babel/runtime/helpers/asyncToGenerator';
|
|
40
40
|
import '@babel/runtime/regenerator';
|
package/dist/cjs/PhoneNumber.js
CHANGED
|
@@ -4,7 +4,7 @@ var _defineProperty = require('@babel/runtime/helpers/defineProperty');
|
|
|
4
4
|
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
5
5
|
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
|
|
6
6
|
var formik = require('formik');
|
|
7
|
-
var phoneNumber = require('./phone-number-
|
|
7
|
+
var phoneNumber = require('./phone-number-BN-c0rfv.js');
|
|
8
8
|
var jsxRuntime = require('react/jsx-runtime');
|
|
9
9
|
var React = require('react');
|
|
10
10
|
var classnames = require('classnames');
|
|
@@ -36,7 +36,7 @@ var Close = require('@bigbinary/neeto-icons/Close');
|
|
|
36
36
|
var Input = require('@bigbinary/neetoui/Input');
|
|
37
37
|
require('@babel/runtime/helpers/objectWithoutProperties');
|
|
38
38
|
require('formik');
|
|
39
|
-
var phoneNumber = require('./phone-number-
|
|
39
|
+
var phoneNumber = require('./phone-number-BN-c0rfv.js');
|
|
40
40
|
var jsxRuntime = require('react/jsx-runtime');
|
|
41
41
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
42
42
|
require('@babel/runtime/regenerator');
|
|
@@ -309,7 +309,7 @@ var PhoneNumberInput = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
309
309
|
});
|
|
310
310
|
PhoneNumberInput.displayName = "PhoneNumberInput";
|
|
311
311
|
|
|
312
|
-
var css = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap\");.neeto-molecules-phone-number-input__flag{font-family:Noto Color Emoji,sans-serif;font-style:normal;font-weight:400}";
|
|
312
|
+
var css = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap\");.neeto-molecules-phone-number-input__flag{font-family:Noto Color Emoji,-apple-system,BlinkMacSystemFont,Inter,Arial,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-style:normal;font-weight:400}";
|
|
313
313
|
injectCss.n(css,{});
|
|
314
314
|
|
|
315
315
|
exports.PhoneNumberInput = PhoneNumberInput;
|
|
@@ -317,4 +317,4 @@ exports.SingleValue = SingleValue$1;
|
|
|
317
317
|
exports.getPhoneData = getPhoneData;
|
|
318
318
|
exports.isPhoneNumberValid = isPhoneNumberValid;
|
|
319
319
|
exports.validation = validation;
|
|
320
|
-
//# sourceMappingURL=phone-number-
|
|
320
|
+
//# sourceMappingURL=phone-number-BN-c0rfv.js.map
|