@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/esm/index.js
CHANGED
|
@@ -1725,11 +1725,6 @@ const FullView = /*#__PURE__*/styled$1('div')({
|
|
|
1725
1725
|
const InputStyle = "ipd9bk";
|
|
1726
1726
|
const KitInputStyle = "kypn5o5";
|
|
1727
1727
|
|
|
1728
|
-
const LoadingWrapper = "l4bld33";
|
|
1729
|
-
const LoadingLine1 = "lgitjoj";
|
|
1730
|
-
const LoadingLine2 = "l13g0exg";
|
|
1731
|
-
const LoadingLine3 = "l1exo3h6";
|
|
1732
|
-
|
|
1733
1728
|
var __defProp$H = Object.defineProperty;
|
|
1734
1729
|
var __getOwnPropSymbols$I = Object.getOwnPropertySymbols;
|
|
1735
1730
|
var __hasOwnProp$I = Object.prototype.hasOwnProperty;
|
|
@@ -1749,7 +1744,7 @@ var __spreadValues$H = (a, b) => {
|
|
|
1749
1744
|
const Loading = ({ fullView = true }) => {
|
|
1750
1745
|
const Wrapper = fullView ? FullView : Fragment;
|
|
1751
1746
|
const props = fullView ? { className: "loading-full-view" } : {};
|
|
1752
|
-
return /* @__PURE__ */ React__default.createElement(Wrapper, __spreadValues$H({}, props), /* @__PURE__ */ React__default.createElement("div", { className:
|
|
1747
|
+
return /* @__PURE__ */ React__default.createElement(Wrapper, __spreadValues$H({}, props), /* @__PURE__ */ React__default.createElement("div", { className: "loading" }, /* @__PURE__ */ React__default.createElement("div", { className: "loading-indicator__line1" }), /* @__PURE__ */ React__default.createElement("div", { className: "loading-indicator__line2" }), /* @__PURE__ */ React__default.createElement("div", { className: "loading-indicator__line3" })));
|
|
1753
1748
|
};
|
|
1754
1749
|
|
|
1755
1750
|
var __defProp$G = Object.defineProperty;
|