@bigbinary/neeto-form-frontend 3.10.14 → 3.10.16
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 +2 -2
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +1 -1
- package/dist/UrlBuilder.js +1 -1
- package/dist/cjs/BuildForm.js +2 -2
- 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/{utils-BrgDSuZe.js → utils-D8uRXCf7.js} +9 -1
- package/dist/utils-D8uRXCf7.js.map +1 -0
- package/dist/{utils-BfdHlZ_G.js → utils-DsCV6pFi.js} +9 -1
- package/dist/utils-DsCV6pFi.js.map +1 -0
- package/package.json +7 -7
- package/dist/utils-BfdHlZ_G.js.map +0 -1
- package/dist/utils-BrgDSuZe.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-DsCV6pFi.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, mergeLeft, 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-DsCV6pFi.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-DwXbiMSR.js';
|
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -245,7 +245,7 @@ var Overview = function Overview(_ref) {
|
|
|
245
245
|
onLanguageChange = _ref.onLanguageChange,
|
|
246
246
|
additionalActionOptions = _ref.additionalActionOptions;
|
|
247
247
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
248
|
-
className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4
|
|
248
|
+
className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4 pt-6",
|
|
249
249
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
250
250
|
className: "flex items-center justify-between",
|
|
251
251
|
children: [/*#__PURE__*/jsxRuntime.jsx(Typography, {
|
|
@@ -2182,7 +2182,7 @@ var Form = function Form(_ref) {
|
|
|
2182
2182
|
title: formTitle,
|
|
2183
2183
|
onLanguageChange: handleLanguageChange
|
|
2184
2184
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
2185
|
-
className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6
|
|
2185
|
+
className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6",
|
|
2186
2186
|
children: hasActiveQuestions ? /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
2187
2187
|
className: "space-y-6",
|
|
2188
2188
|
ref: containerRef,
|