@ceed/ads 1.2.3 → 1.2.4-next.1

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,6 +3629,7 @@ function Component(props, apiRef) {
3629
3629
  background: backgroundProps = {}
3630
3630
  } = {},
3631
3631
  stripe,
3632
+ isTotalSelected: ___________,
3632
3633
  ...innerProps
3633
3634
  } = props;
3634
3635
  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,6 +3577,7 @@ function Component(props, apiRef) {
3577
3577
  background: backgroundProps = {}
3578
3578
  } = {},
3579
3579
  stripe,
3580
+ isTotalSelected: ___________,
3580
3581
  ...innerProps
3581
3582
  } = props;
3582
3583
  const tableId = useId();