@pnkx-lib/ui 1.9.281 → 1.9.282

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.
Files changed (2) hide show
  1. package/es/ui/index.js +1 -0
  2. package/package.json +1 -1
package/es/ui/index.js CHANGED
@@ -4937,6 +4937,7 @@ const CustomPagination = ({
4937
4937
  onChange,
4938
4938
  size,
4939
4939
  showQuickJumper: false,
4940
+ showSizeChanger: false,
4940
4941
  ...rest
4941
4942
  }
4942
4943
  )
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.281",
4
+ "version": "1.9.282",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",