@contentmunch/contentmunch-ui 1.1.28 → 1.1.29

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.es.js CHANGED
@@ -2392,6 +2392,7 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
2392
2392
  {
2393
2393
  name: "pageSize",
2394
2394
  options: [
2395
+ { label: "5", value: "5" },
2395
2396
  { label: "10", value: "10" },
2396
2397
  { label: "50", value: "50" },
2397
2398
  { label: "100", value: "100" }