@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.
@@ -937,7 +937,7 @@ function DataTableServer<T extends DataTableInternalItems>({
937
937
  className="overflow-auto min-h-[500px] relative"
938
938
  >
939
939
  {isLoading && (
940
- <div className="absolute inset-0 flex items-center justify-center h-[500px] py-2 z-10">
940
+ <div className="absolute inset-0 flex items-center justify-center h-[480px] py-2 z-10">
941
941
  <Spinner />
942
942
  </div>
943
943
  )}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@addsign/moje-agenda-shared-lib",
3
3
  "private": false,
4
- "version": "2.0.68",
4
+ "version": "2.0.69",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",