@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.
- package/dist/CustomDomainDashboard.js +4 -4
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/Insights.js +7 -3
- package/dist/Insights.js.map +1 -1
- package/dist/IpRestriction.js +3 -5
- package/dist/IpRestriction.js.map +1 -1
- package/dist/NeetoWidget.js +3 -3
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/PageLoader.js +2 -2
- package/dist/PageLoader.js.map +1 -1
- package/dist/cjs/CustomDomainDashboard.js +5 -4
- package/dist/cjs/CustomDomainDashboard.js.map +1 -1
- package/dist/cjs/Insights.js +8 -3
- package/dist/cjs/Insights.js.map +1 -1
- package/dist/cjs/IpRestriction.js +4 -5
- package/dist/cjs/IpRestriction.js.map +1 -1
- package/dist/cjs/NeetoWidget.js +4 -3
- package/dist/cjs/NeetoWidget.js.map +1 -1
- package/dist/cjs/PageLoader.js +2 -2
- package/dist/cjs/PageLoader.js.map +1 -1
- package/package.json +1 -1
package/dist/NeetoWidget.js
CHANGED
|
@@ -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
|
|
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(
|
|
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", {
|