@bigbinary/neeto-molecules 3.5.15 → 3.5.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.
@@ -13,7 +13,7 @@ import usePrevious from '@bigbinary/neeto-commons-frontend/react-utils/usePrevio
13
13
  import Button from '@bigbinary/neetoui/Button';
14
14
  import Toastr from '@bigbinary/neetoui/Toastr';
15
15
  import Typography from '@bigbinary/neetoui/Typography';
16
- import PageLoader from './PageLoader.js';
16
+ import Spinner from '@bigbinary/neetoui/Spinner';
17
17
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
18
18
  import Select from '@bigbinary/neetoui/Select';
19
19
  import CopyToClipboardButton from './CopyToClipboardButton.js';
@@ -2735,8 +2735,8 @@ var EmbedCode = function EmbedCode(_ref) {
2735
2735
  };
2736
2736
  if (isLoadingApiKey || isLoadingConfigurations) {
2737
2737
  return /*#__PURE__*/jsx("div", {
2738
- className: "h-full w-full",
2739
- children: /*#__PURE__*/jsx(PageLoader, {})
2738
+ className: "flex h-full w-full items-center justify-center",
2739
+ children: /*#__PURE__*/jsx(Spinner, {})
2740
2740
  });
2741
2741
  }
2742
2742
  return /*#__PURE__*/jsxs("div", {