@contentmunch/contentmunch-ui 1.1.22 → 1.1.24
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.
- package/lib/index.cjs.js +1 -1
- package/lib/index.es.js +2 -2
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -2357,9 +2357,9 @@ const Ah = ({ variant: e, collapsed: t, children: n }) => {
|
|
|
2357
2357
|
{
|
|
2358
2358
|
name: "pageSize",
|
|
2359
2359
|
options: [
|
|
2360
|
+
{ label: "10", value: "10" },
|
|
2360
2361
|
{ label: "50", value: "50" },
|
|
2361
|
-
{ label: "100", value: "100" }
|
|
2362
|
-
{ label: "500", value: "500" }
|
|
2362
|
+
{ label: "100", value: "100" }
|
|
2363
2363
|
],
|
|
2364
2364
|
value: String(y.size),
|
|
2365
2365
|
onChange: (M) => b({ num: 0, size: parseInt(M.target.value, 10) })
|