@addsign/moje-agenda-shared-lib 2.0.30 → 2.0.31

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.
@@ -900,7 +900,7 @@ function DataTableServer<T extends DataTableInternalItems>({
900
900
  )}
901
901
  </table>
902
902
  </div>
903
- <div className="w-full p-5 flex gap-5 justify-between">
903
+ <div className="w-full p-5 flex gap-5 justify-between md:flex-row flex-col">
904
904
  <div className="flex gap-5 text-sm ">
905
905
  {data && (
906
906
  <Button
@@ -922,11 +922,11 @@ function DataTableServer<T extends DataTableInternalItems>({
922
922
  Následující <MdArrowForward className="ml-2" size={20} />
923
923
  </Button>
924
924
  )}
925
- <div className="flex items-center justify-end text-gray-800">
926
- {paginationDisplay}
927
- </div>
928
- </div>{" "}
929
- <div className="content-center w-auto items-center justify-end flex-row gap-5 flex">
925
+ </div>
926
+ <div className="flex items-center justify-center text-gray-800">
927
+ {paginationDisplay}
928
+ </div>
929
+ <div className="content-center w-auto items-center justify-end flex-row gap-5 flex md:mt-0 mt-5">
930
930
  <span className=" whitespace-nowrap flex-grow">
931
931
  Počet řádků na stránku:
932
932
  </span>
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.30",
4
+ "version": "2.0.31",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",