@bigbinary/neeto-form-frontend 3.13.0 → 3.13.2
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/app/javascript/src/translations/en.json +4 -0
- package/dist/BuildForm.js +36 -22
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +2 -2
- package/dist/UrlBuilder.js +2 -2
- package/dist/cjs/BuildForm.js +35 -21
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +2 -2
- package/dist/cjs/UrlBuilder.js +2 -2
- package/dist/cjs/index.js +5 -5
- package/dist/{constants-Bx5mJ_UK.js → constants-CDhYxmSQ.js} +6 -9
- package/dist/{constants-Bx5mJ_UK.js.map → constants-CDhYxmSQ.js.map} +1 -1
- package/dist/{constants-T3w90EO4.js → constants-R6y-Scns.js} +6 -9
- package/dist/{constants-T3w90EO4.js.map → constants-R6y-Scns.js.map} +1 -1
- package/dist/index.js +5 -5
- package/dist/{utils-Dgp-XRJx.js → utils-BZCJOPIJ.js} +2 -2
- package/dist/{utils-Dgp-XRJx.js.map → utils-BZCJOPIJ.js.map} +1 -1
- package/dist/{utils-CtH5-JaK.js → utils-sLnx21A2.js} +2 -2
- package/dist/{utils-CtH5-JaK.js.map → utils-sLnx21A2.js.map} +1 -1
- package/package.json +22 -20
- package/types.d.ts +2 -5
|
@@ -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 as Fragment$1 } from 'react/jsx-runtime';
|
|
24
|
-
import { a as QUESTION_KIND, E as EMAIL_REGEX, R as RATING_VALUES, S as SCHEMA_LESS_QUESTION_KINDS, L as LABEL_FIELDS, c 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, L as LABEL_FIELDS, c as RATING_OPTIONS, I as ICONS_MAP, g as generateArray } from './constants-R6y-Scns.js';
|
|
25
25
|
import classnames from 'classnames';
|
|
26
26
|
import { useUpdateEffect, useDebounce } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
27
27
|
import Refresh from '@bigbinary/neeto-icons/Refresh';
|
|
@@ -1797,4 +1797,4 @@ var containsIgnoreCase = function containsIgnoreCase(string, substring) {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
|
|
1799
1799
|
export { FormikWrap as F, getFieldComponent as a, buildAutoCompleteAttribute as b, clientI18nInstance as c, getWithExpiry as d, generateFormResponse as e, clearLocalStorageValues as f, generateInitValues as g, mergeRefs as m, renderButtonsInOrder as r };
|
|
1800
|
-
//# sourceMappingURL=utils-
|
|
1800
|
+
//# sourceMappingURL=utils-sLnx21A2.js.map
|