@interopio/groups-ui-react 2.0.3 → 2.0.4
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2820,7 +2820,7 @@ var webGroupsStore = new WebGroupsStore();
|
|
|
2820
2820
|
var FrameLoadingAnimation = function (_a) {
|
|
2821
2821
|
var show = _a.show;
|
|
2822
2822
|
return (show ?
|
|
2823
|
-
(React.createElement("div", { className: "loader-
|
|
2823
|
+
(React.createElement("div", { className: "loader-wrapper active" },
|
|
2824
2824
|
React.createElement("div", { className: "loader" }),
|
|
2825
2825
|
React.createElement("div", { className: "loader-text" }, "Loading..."))) : React.createElement(React.Fragment, null));
|
|
2826
2826
|
};
|