@bigbinary/neeto-form-frontend 3.10.0 → 3.10.4
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 -0
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +1 -1
- package/dist/UrlBuilder.js +1 -1
- package/dist/cjs/BuildForm.js +1 -0
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +1 -1
- package/dist/cjs/UrlBuilder.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/{utils-CIAVK18Y.js → utils-ClGaz0cq.js} +2 -1
- package/dist/utils-ClGaz0cq.js.map +1 -0
- package/dist/{utils-7pVcPOD3.js → utils-DI6tmFqX.js} +2 -1
- package/dist/utils-DI6tmFqX.js.map +1 -0
- package/package.json +17 -15
- package/dist/utils-7pVcPOD3.js.map +0 -1
- package/dist/utils-CIAVK18Y.js.map +0 -1
package/dist/ExternalForm.js
CHANGED
|
@@ -26,7 +26,7 @@ import { a as isBlank, g as getComponentDisplayName, p as parseServerError } fro
|
|
|
26
26
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
27
27
|
import Check from '@bigbinary/neeto-icons/Check';
|
|
28
28
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
29
|
-
import { c as clientI18nInstance, d as getWithExpiry, g as generateInitValues, F as FormikWrap, a as getFieldComponent, b as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, e as generateFormResponse, f as clearLocalStorageValues } from './utils-
|
|
29
|
+
import { c as clientI18nInstance, d as getWithExpiry, g as generateInitValues, F as FormikWrap, a as getFieldComponent, b as buildAutoCompleteAttribute, r as renderButtonsInOrder, m as mergeRefs, e as generateFormResponse, f as clearLocalStorageValues } from './utils-DI6tmFqX.js';
|
|
30
30
|
import { withT } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
31
31
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
32
32
|
import '@bigbinary/neeto-commons-frontend/constants';
|
package/dist/UrlBuilder.js
CHANGED
|
@@ -10,7 +10,7 @@ import Button from '@bigbinary/neetoui/Button';
|
|
|
10
10
|
import NoData from '@bigbinary/neetoui/NoData';
|
|
11
11
|
import { map, assoc, filter, pluck, isEmpty } from 'ramda';
|
|
12
12
|
import { useTranslation } from 'react-i18next';
|
|
13
|
-
import { g as generateInitValues, F as FormikWrap, a as getFieldComponent, b as buildAutoCompleteAttribute, m as mergeRefs } from './utils-
|
|
13
|
+
import { g as generateInitValues, F as FormikWrap, a as getFieldComponent, b as buildAutoCompleteAttribute, m as mergeRefs } from './utils-DI6tmFqX.js';
|
|
14
14
|
import { a as useForm } from './useFormApi-DtoxIPE7.js';
|
|
15
15
|
import { parsePhoneNumber } from 'libphonenumber-js';
|
|
16
16
|
import { Q as QUESTIONS_WITHOUT_FIELD_CODE } from './constants-AohkxnRH.js';
|
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -306,6 +306,7 @@ var Card = function Card(_ref) {
|
|
|
306
306
|
position: "top",
|
|
307
307
|
children: /*#__PURE__*/jsxRuntime.jsx(Typography, {
|
|
308
308
|
className: "line-clamp-2 min-w-0 flex-grow truncate break-words",
|
|
309
|
+
"data-cy": "".concat(neetoCist.slugify(questionLabel), "-question-card-label"),
|
|
309
310
|
lineHeight: "snug",
|
|
310
311
|
ref: questionLabelRef,
|
|
311
312
|
style: "body2",
|