@pnkx-lib/ui 1.9.201 → 1.9.202

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.
@@ -1,7 +1,7 @@
1
1
  export { T as TINY_API } from '../chunks/common-CocKiHtC.js';
2
2
 
3
3
  const START_PAGE = 1;
4
- const START_PAGE_SIZE = 15;
4
+ const START_PAGE_SIZE = 10;
5
5
  const PAGE_NUMBER = "page";
6
6
  const PAGE_SIZE = "size";
7
7
  const SORT = "sort";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.201",
4
+ "version": "1.9.202",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
@@ -1,5 +1,5 @@
1
1
  export declare const START_PAGE = 1;
2
- export declare const START_PAGE_SIZE = 15;
2
+ export declare const START_PAGE_SIZE = 10;
3
3
  export declare const PAGE_NUMBER = "page";
4
4
  export declare const PAGE_SIZE = "size";
5
5
  export declare const SORT = "sort";