@bigbinary/neeto-form-frontend 3.13.0 → 3.13.1
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/cjs/BuildForm.js +2 -2
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +22 -20
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var reactQuery = require('@tanstack/react-query');
|
|
4
4
|
var classnames = require('classnames');
|
|
5
5
|
var neetoCist = require('@bigbinary/neeto-cist');
|
|
6
|
-
var
|
|
6
|
+
var Spinner = require('@bigbinary/neetoui/Spinner');
|
|
7
7
|
var ramda = require('ramda');
|
|
8
8
|
var constants = require('../constants-Dq9-rvtB.js');
|
|
9
9
|
var constants$1 = require('../constants-Bx5mJ_UK.js');
|
|
@@ -2431,7 +2431,7 @@ var BuildForm = function BuildForm(_ref) {
|
|
|
2431
2431
|
if (isLoading || isQuestionsLoading && !isQuestionsPending) {
|
|
2432
2432
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
2433
2433
|
className: "flex h-full w-full items-center justify-center py-6",
|
|
2434
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
2434
|
+
children: /*#__PURE__*/jsxRuntime.jsx(Spinner, {})
|
|
2435
2435
|
});
|
|
2436
2436
|
}
|
|
2437
2437
|
var onValueChange = function onValueChange(questions) {
|