@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/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: "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" })));
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;