@bigbinary/neeto-themes-frontend 4.0.9 → 4.0.10
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/NeetoThemesBuilder.js +4 -2
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +4 -2
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +15 -15
|
@@ -18,7 +18,6 @@ import { useHistory, useParams, Switch as Switch$1, Route } from 'react-router-d
|
|
|
18
18
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
19
19
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
20
20
|
import Close from '@bigbinary/neeto-icons/Close';
|
|
21
|
-
import PageLoader from '@bigbinary/neeto-molecules/PageLoader';
|
|
22
21
|
import Popover from '@bigbinary/neetoui/Popover';
|
|
23
22
|
import Typography from '@bigbinary/neetoui/Typography';
|
|
24
23
|
import Switch from '@bigbinary/neetoui/Switch';
|
|
@@ -1406,7 +1405,10 @@ var Customize = function Customize(_ref) {
|
|
|
1406
1405
|
}
|
|
1407
1406
|
}, [isLoadingTheme]);
|
|
1408
1407
|
if (isLoading) {
|
|
1409
|
-
return /*#__PURE__*/jsx(
|
|
1408
|
+
return /*#__PURE__*/jsx("div", {
|
|
1409
|
+
className: "flex h-full w-full items-center justify-center",
|
|
1410
|
+
children: /*#__PURE__*/jsx(Spinner, {})
|
|
1411
|
+
});
|
|
1410
1412
|
}
|
|
1411
1413
|
return /*#__PURE__*/jsx(Form, {
|
|
1412
1414
|
formikProps: {
|