@addsign/moje-agenda-shared-lib 2.0.68 → 2.0.69
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/assets/style.css
CHANGED
|
@@ -22335,7 +22335,7 @@ function DataTableServer({
|
|
|
22335
22335
|
ref: bottomScrollbarRef,
|
|
22336
22336
|
className: "overflow-auto min-h-[500px] relative",
|
|
22337
22337
|
children: [
|
|
22338
|
-
isLoading && /* @__PURE__ */ jsx("div", { className: "absolute inset-0 flex items-center justify-center h-[
|
|
22338
|
+
isLoading && /* @__PURE__ */ jsx("div", { className: "absolute inset-0 flex items-center justify-center h-[480px] py-2 z-10", children: /* @__PURE__ */ jsx(Spinner, {}) }),
|
|
22339
22339
|
!isLoading && (!data || ((_a = data == null ? void 0 : data.content) == null ? void 0 : _a.length) === 0) && /* @__PURE__ */ jsx("div", { className: "absolute inset-0 flex items-center justify-center py-2 text-gray-600 font-medium text-xs top-[90px]", children: "Žádná data" }),
|
|
22340
22340
|
/* @__PURE__ */ jsxs(
|
|
22341
22341
|
"table",
|