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