@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.
@@ -20,7 +20,6 @@ var reactRouterDom = require('react-router-dom');
20
20
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
21
21
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
22
22
  var Close = require('@bigbinary/neeto-icons/Close');
23
- var PageLoader = require('@bigbinary/neeto-molecules/PageLoader');
24
23
  var Popover = require('@bigbinary/neetoui/Popover');
25
24
  var Typography = require('@bigbinary/neetoui/Typography');
26
25
  var Switch = require('@bigbinary/neetoui/Switch');
@@ -1408,7 +1407,10 @@ var Customize = function Customize(_ref) {
1408
1407
  }
1409
1408
  }, [isLoadingTheme]);
1410
1409
  if (isLoading) {
1411
- return /*#__PURE__*/jsxRuntime.jsx(PageLoader, {});
1410
+ return /*#__PURE__*/jsxRuntime.jsx("div", {
1411
+ className: "flex h-full w-full items-center justify-center",
1412
+ children: /*#__PURE__*/jsxRuntime.jsx(Spinner, {})
1413
+ });
1412
1414
  }
1413
1415
  return /*#__PURE__*/jsxRuntime.jsx(Form, {
1414
1416
  formikProps: {