@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.
@@ -918,8 +918,8 @@ video {
918
918
  .h-\[300px\] {
919
919
  height: 300px;
920
920
  }
921
- .h-\[500px\] {
922
- height: 500px;
921
+ .h-\[480px\] {
922
+ height: 480px;
923
923
  }
924
924
  .h-\[52px\] {
925
925
  height: 52px;
@@ -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-[500px] py-2 z-10", children: /* @__PURE__ */ jsx(Spinner, {}) }),
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",