@cloudtower/eagle 0.27.1 → 0.27.2-alpha.0
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/components.css +1521 -1201
- package/dist/esm/index.js +1 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1355 -1035
- package/dist/umd/index.js +1 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/Loading/style.d.ts +0 -4
package/dist/umd/index.js
CHANGED
|
@@ -1732,11 +1732,6 @@
|
|
|
1732
1732
|
const InputStyle = "ipd9bk";
|
|
1733
1733
|
const KitInputStyle = "kypn5o5";
|
|
1734
1734
|
|
|
1735
|
-
const LoadingWrapper = "l4bld33";
|
|
1736
|
-
const LoadingLine1 = "lgitjoj";
|
|
1737
|
-
const LoadingLine2 = "l13g0exg";
|
|
1738
|
-
const LoadingLine3 = "l1exo3h6";
|
|
1739
|
-
|
|
1740
1735
|
var __defProp$H = Object.defineProperty;
|
|
1741
1736
|
var __getOwnPropSymbols$I = Object.getOwnPropertySymbols;
|
|
1742
1737
|
var __hasOwnProp$I = Object.prototype.hasOwnProperty;
|
|
@@ -1756,7 +1751,7 @@
|
|
|
1756
1751
|
const Loading = ({ fullView = true }) => {
|
|
1757
1752
|
const Wrapper = fullView ? FullView : React.Fragment;
|
|
1758
1753
|
const props = fullView ? { className: "loading-full-view" } : {};
|
|
1759
|
-
return /* @__PURE__ */ React__namespace.default.createElement(Wrapper, __spreadValues$H({}, props), /* @__PURE__ */ React__namespace.default.createElement("div", { className:
|
|
1754
|
+
return /* @__PURE__ */ React__namespace.default.createElement(Wrapper, __spreadValues$H({}, props), /* @__PURE__ */ React__namespace.default.createElement("div", { className: "loading" }, /* @__PURE__ */ React__namespace.default.createElement("div", { className: "loading-indicator__line1" }), /* @__PURE__ */ React__namespace.default.createElement("div", { className: "loading-indicator__line2" }), /* @__PURE__ */ React__namespace.default.createElement("div", { className: "loading-indicator__line3" })));
|
|
1760
1755
|
};
|
|
1761
1756
|
|
|
1762
1757
|
var __defProp$G = Object.defineProperty;
|