@ceed/ads 1.2.2-next.5 → 1.2.2

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.cjs CHANGED
@@ -2815,7 +2815,7 @@ function Pagination(props) {
2815
2815
  onClick: () => handlePageChange(p)
2816
2816
  },
2817
2817
  p
2818
- )), /* @__PURE__ */ import_react23.default.createElement(PaginationButton, { active: "true", size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ import_react23.default.createElement(
2818
+ )), /* @__PURE__ */ import_react23.default.createElement(PaginationButton, { active: true, size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ import_react23.default.createElement(
2819
2819
  PaginationButton,
2820
2820
  {
2821
2821
  key: p,
@@ -3629,7 +3629,6 @@ function Component(props, apiRef) {
3629
3629
  background: backgroundProps = {}
3630
3630
  } = {},
3631
3631
  stripe,
3632
- isTotalSelected: ___________,
3633
3632
  ...innerProps
3634
3633
  } = props;
3635
3634
  const tableId = (0, import_react25.useId)();
package/dist/index.js CHANGED
@@ -2760,7 +2760,7 @@ function Pagination(props) {
2760
2760
  onClick: () => handlePageChange(p)
2761
2761
  },
2762
2762
  p
2763
- )), /* @__PURE__ */ React21.createElement(PaginationButton, { active: "true", size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ React21.createElement(
2763
+ )), /* @__PURE__ */ React21.createElement(PaginationButton, { active: true, size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ React21.createElement(
2764
2764
  PaginationButton,
2765
2765
  {
2766
2766
  key: p,
@@ -3577,7 +3577,6 @@ function Component(props, apiRef) {
3577
3577
  background: backgroundProps = {}
3578
3578
  } = {},
3579
3579
  stripe,
3580
- isTotalSelected: ___________,
3581
3580
  ...innerProps
3582
3581
  } = props;
3583
3582
  const tableId = useId();