@contentmunch/contentmunch-ui 1.1.28 → 1.1.30

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
@@ -408,6 +408,11 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
408
408
  /* @__PURE__ */ s.jsx("line", { x1: "3", y1: "6", x2: "21", y2: "6" }),
409
409
  /* @__PURE__ */ s.jsx("line", { x1: "3", y1: "18", x2: "21", y2: "18" })
410
410
  ] }),
411
+ "uneven-hamburger": /* @__PURE__ */ s.jsxs(p, { children: [
412
+ /* @__PURE__ */ s.jsx("line", { x1: "17", y1: "11", x2: "3", y2: "11" }),
413
+ /* @__PURE__ */ s.jsx("line", { x1: "21", y1: "6", x2: "3", y2: "6" }),
414
+ /* @__PURE__ */ s.jsx("line", { x1: "21", y1: "16", x2: "3", y2: "16" })
415
+ ] }),
411
416
  "chevron-left": /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx("polyline", { points: "15 18 9 12 15 6" }) }),
412
417
  "chevron-right": /* @__PURE__ */ s.jsx(p, { children: /* @__PURE__ */ s.jsx("polyline", { points: "9 18 15 12 9 6" }) }),
413
418
  "fast-forward": /* @__PURE__ */ s.jsxs(p, { children: [
@@ -2392,6 +2397,7 @@ const Ah = ({ variant: e, collapsed: t, className: n, children: i }) => {
2392
2397
  {
2393
2398
  name: "pageSize",
2394
2399
  options: [
2400
+ { label: "5", value: "5" },
2395
2401
  { label: "10", value: "10" },
2396
2402
  { label: "50", value: "50" },
2397
2403
  { label: "100", value: "100" }