@g4rcez/components 0.0.21 → 0.0.22

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/dist/index.mjs CHANGED
@@ -22355,7 +22355,7 @@ const lN = N.forwardRef((e, t) => /* @__PURE__ */ T("tbody", { ...e, className:
22355
22355
  e.totalItems,
22356
22356
  " items.",
22357
22357
  e.onChangeSize && Array.isArray(e.sizes) ? /* @__PURE__ */ J(gt, { children: [
22358
- /* @__PURE__ */ T("select", { className: "cursor-pointer", onChange: (o) => {
22358
+ /* @__PURE__ */ T("select", { value: e.size, className: "cursor-pointer", onChange: (o) => {
22359
22359
  var i;
22360
22360
  (i = e.onChangeSize) == null || i.call(e, Number(o.target.value));
22361
22361
  }, children: e.sizes.map((o) => /* @__PURE__ */ T("option", { value: o, children: o })) }),