jclib-ui 1.0.154 → 1.0.155
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/jclib-ui.es.js
CHANGED
|
@@ -19699,7 +19699,15 @@ function CheckUpdates() {
|
|
|
19699
19699
|
}, []);
|
|
19700
19700
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Container$2, { onClick: handleClick, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { ref: showRef, className: "update-box", children: [
|
|
19701
19701
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "update-line" }),
|
|
19702
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
19702
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
19703
|
+
"div",
|
|
19704
|
+
{
|
|
19705
|
+
className: "spinner-border text-warning",
|
|
19706
|
+
role: "status",
|
|
19707
|
+
style: { width: "22px", height: "22px" },
|
|
19708
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "visually-hidden", children: "Loading..." })
|
|
19709
|
+
}
|
|
19710
|
+
),
|
|
19703
19711
|
"Nova versão disponível, atualizando..."
|
|
19704
19712
|
] }) });
|
|
19705
19713
|
}
|