@bigbinary/neeto-form-frontend 3.14.6 → 3.14.7
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/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/{constants-VzpftVgP.js → constants-CrLEqZUc.js} +2 -2
- package/dist/constants-CrLEqZUc.js.map +1 -0
- package/dist/{constants-Bw2NSI7-.js → constants-CuzR2B5C.js} +2 -2
- package/dist/constants-CuzR2B5C.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{utils-w5vDbYkf.js → utils-3vf7iBuC.js} +2 -2
- package/dist/{utils-w5vDbYkf.js.map → utils-3vf7iBuC.js.map} +1 -1
- package/dist/{utils-DJXcNs58.js → utils-E-UQc-9z.js} +2 -2
- package/dist/{utils-DJXcNs58.js.map → utils-E-UQc-9z.js.map} +1 -1
- package/package.json +11 -11
- package/dist/constants-Bw2NSI7-.js.map +0 -1
- package/dist/constants-VzpftVgP.js.map +0 -1
|
@@ -21,7 +21,7 @@ import { validation, PhoneNumberInput } from '@bigbinary/neeto-molecules/PhoneNu
|
|
|
21
21
|
import * as yup from 'yup';
|
|
22
22
|
import i18next from 'i18next';
|
|
23
23
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
24
|
-
import { a as QUESTION_KIND, E as EMAIL_REGEX, R as RATING_VALUES, S as SCHEMA_LESS_QUESTION_KINDS, c as SIX_DIGIT_NUMBER_REGEX, L as LABEL_FIELDS, d as RATING_OPTIONS, I as ICONS_MAP, g as generateArray } from './constants-
|
|
24
|
+
import { a as QUESTION_KIND, E as EMAIL_REGEX, R as RATING_VALUES, S as SCHEMA_LESS_QUESTION_KINDS, c as SIX_DIGIT_NUMBER_REGEX, L as LABEL_FIELDS, d as RATING_OPTIONS, I as ICONS_MAP, g as generateArray } from './constants-CuzR2B5C.js';
|
|
25
25
|
import classnames from 'classnames';
|
|
26
26
|
import { useUpdateEffect, useStateWithDependency, useDebounce } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
27
27
|
import Refresh from '@bigbinary/neeto-icons/Refresh';
|
|
@@ -2279,4 +2279,4 @@ var containsIgnoreCase = function containsIgnoreCase(string, substring) {
|
|
|
2279
2279
|
};
|
|
2280
2280
|
|
|
2281
2281
|
export { FormikWrap as F, getFieldComponent as a, buildAutoCompleteAttribute as b, clientI18nInstance as c, getWithExpiry as d, clearEmailVerificationDetails as e, generateFormResponse as f, generateInitValues as g, clearLocalStorageValues as h, mergeRefs as m, renderButtonsInOrder as r };
|
|
2282
|
-
//# sourceMappingURL=utils-
|
|
2282
|
+
//# sourceMappingURL=utils-E-UQc-9z.js.map
|