@bigbinary/neeto-form-frontend 4.4.20 → 4.4.22
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/.ready +1 -1
- package/dist/BuildForm.js +1 -1
- package/dist/ExternalForm.js +2 -2
- package/dist/UrlBuilder.js +2 -2
- package/dist/cjs/BuildForm.js +1 -1
- package/dist/cjs/ExternalForm.js +2 -2
- package/dist/cjs/UrlBuilder.js +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{utils-C-U-wBCy.js → utils--1SFWeBV.js} +2 -2
- package/dist/{utils-C-U-wBCy.js.map → utils--1SFWeBV.js.map} +1 -1
- package/dist/{utils-D-rs56Yi.js → utils-Dub9JEjT.js} +2 -2
- package/dist/{utils-D-rs56Yi.js.map → utils-Dub9JEjT.js.map} +1 -1
- package/dist/{yup-DhAn6Gfl.js → yup-BRXHsDoc.js} +3 -3
- package/dist/yup-BRXHsDoc.js.map +1 -0
- package/dist/{yup-bkiiTZT4.js → yup-CEJsbBTM.js} +3 -3
- package/dist/yup-CEJsbBTM.js.map +1 -0
- package/package.json +23 -23
- package/dist/yup-DhAn6Gfl.js.map +0 -1
- package/dist/yup-bkiiTZT4.js.map +0 -1
|
@@ -20,7 +20,7 @@ import { isEditorEmpty } from '@bigbinary/neeto-editor/utils';
|
|
|
20
20
|
import { validation, PhoneNumberInput } from '@bigbinary/neeto-molecules/PhoneNumber';
|
|
21
21
|
import i18next from 'i18next';
|
|
22
22
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
23
|
-
import { a as QUESTION_KIND, S as SPOT_QUESTION_DEFAULT_VALUE, P as PARENTHESES_REGEX, R as RATING_VALUES, E as EMAIL_REGEX, c as SCHEMA_LESS_QUESTION_KINDS, d as SIX_DIGIT_NUMBER_REGEX, A as ADDRESS_FIELD_TYPES, e as ADDRESS_FIELD_WIDTHS, f as LABEL_FIELDS, g as generateArray, D as DEFAULT_CHOICE_QUESTION_ATTRIBUTES, h as RADIO_DESELECT_KEYS, i as RATING_OPTIONS, I as ICONS_MAP } from './yup-
|
|
23
|
+
import { a as QUESTION_KIND, S as SPOT_QUESTION_DEFAULT_VALUE, P as PARENTHESES_REGEX, R as RATING_VALUES, E as EMAIL_REGEX, c as SCHEMA_LESS_QUESTION_KINDS, d as SIX_DIGIT_NUMBER_REGEX, A as ADDRESS_FIELD_TYPES, e as ADDRESS_FIELD_WIDTHS, f as LABEL_FIELDS, g as generateArray, D as DEFAULT_CHOICE_QUESTION_ATTRIBUTES, h as RADIO_DESELECT_KEYS, i as RATING_OPTIONS, I as ICONS_MAP } from './yup-CEJsbBTM.js';
|
|
24
24
|
import _toArray from '@babel/runtime/helpers/toArray';
|
|
25
25
|
import * as yup from 'yup';
|
|
26
26
|
import classnames from 'classnames';
|
|
@@ -2728,4 +2728,4 @@ var getVisibleOptions = function getVisibleOptions(options) {
|
|
|
2728
2728
|
};
|
|
2729
2729
|
|
|
2730
2730
|
export { FormikWrap as F, generateInitValues as a, buildAutoCompleteAttribute as b, clientI18nInstance as c, getWithExpiry as d, clearEmailVerificationDetails as e, generateFormResponse as f, getFieldComponent as g, clearLocalStorageValues as h, mergeRefs as m, renderButtonsInOrder as r };
|
|
2731
|
-
//# sourceMappingURL=utils-
|
|
2731
|
+
//# sourceMappingURL=utils-Dub9JEjT.js.map
|