@bigbinary/neeto-molecules 4.0.111 → 4.0.112
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-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 +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-HpVGHffA.js';
|
|
6
|
+
export { i as isPhoneNumberValid, v as validation } from './phone-number-HpVGHffA.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-HpVGHffA.js';
|
|
38
38
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
39
39
|
import '@bigbinary/neeto-commons-frontend/utils/general';
|
|
40
40
|
import '@bigbinary/neeto-icons/Copy';
|
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-CKeWRcTL.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-CKeWRcTL.js');
|
|
40
40
|
var jsxRuntime = require('react/jsx-runtime');
|
|
41
41
|
require('@bigbinary/neeto-commons-frontend/utils/general');
|
|
42
42
|
require('@bigbinary/neeto-icons/Copy');
|
|
@@ -327,7 +327,7 @@ var PhoneNumberInput = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
327
327
|
});
|
|
328
328
|
PhoneNumberInput.displayName = "PhoneNumberInput";
|
|
329
329
|
|
|
330
|
-
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}";
|
|
330
|
+
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}";
|
|
331
331
|
injectCss.n(css,{});
|
|
332
332
|
|
|
333
333
|
exports.PhoneNumberInput = PhoneNumberInput;
|
|
@@ -335,4 +335,4 @@ exports.SingleValue = SingleValue$1;
|
|
|
335
335
|
exports.getPhoneData = getPhoneData;
|
|
336
336
|
exports.isPhoneNumberValid = isPhoneNumberValid;
|
|
337
337
|
exports.validation = validation;
|
|
338
|
-
//# sourceMappingURL=phone-number-
|
|
338
|
+
//# sourceMappingURL=phone-number-CKeWRcTL.js.map
|