@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/BuildForm.js
CHANGED
|
@@ -224,7 +224,7 @@ var Overview = function Overview(_ref) {
|
|
|
224
224
|
onLanguageChange = _ref.onLanguageChange,
|
|
225
225
|
additionalActionOptions = _ref.additionalActionOptions;
|
|
226
226
|
return /*#__PURE__*/jsxs("div", {
|
|
227
|
-
className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4
|
|
227
|
+
className: "neeto-form-nano-form-wrapper__overview mb-4 w-full flex-shrink-0 space-y-4 pt-6",
|
|
228
228
|
children: [/*#__PURE__*/jsxs("div", {
|
|
229
229
|
className: "flex items-center justify-between",
|
|
230
230
|
children: [/*#__PURE__*/jsx(Typography, {
|
|
@@ -2161,7 +2161,7 @@ var Form = function Form(_ref) {
|
|
|
2161
2161
|
title: formTitle,
|
|
2162
2162
|
onLanguageChange: handleLanguageChange
|
|
2163
2163
|
}), /*#__PURE__*/jsx("div", {
|
|
2164
|
-
className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6
|
|
2164
|
+
className: "neeto-form-nano-form-wrapper__body min-h-0 w-full flex-grow space-y-6 overflow-y-auto pb-6",
|
|
2165
2165
|
children: hasActiveQuestions ? /*#__PURE__*/jsxs("div", {
|
|
2166
2166
|
className: "space-y-6",
|
|
2167
2167
|
ref: containerRef,
|