@ceed/cds 1.2.3-next.3 → 1.2.3
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 +1 -2
- package/dist/index.js +1 -2
- package/framer/index.js +16 -16
- package/package.json +2 -3
package/dist/index.cjs
CHANGED
|
@@ -2781,7 +2781,7 @@ function Pagination(props) {
|
|
|
2781
2781
|
onClick: () => handlePageChange(p)
|
|
2782
2782
|
},
|
|
2783
2783
|
p
|
|
2784
|
-
)), /* @__PURE__ */ import_react22.default.createElement(PaginationButton, { active:
|
|
2784
|
+
)), /* @__PURE__ */ import_react22.default.createElement(PaginationButton, { active: true, size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ import_react22.default.createElement(
|
|
2785
2785
|
PaginationButton,
|
|
2786
2786
|
{
|
|
2787
2787
|
key: p,
|
|
@@ -3595,7 +3595,6 @@ function Component(props, apiRef) {
|
|
|
3595
3595
|
background: backgroundProps = {}
|
|
3596
3596
|
} = {},
|
|
3597
3597
|
stripe,
|
|
3598
|
-
isTotalSelected: ___________,
|
|
3599
3598
|
...innerProps
|
|
3600
3599
|
} = props;
|
|
3601
3600
|
const tableId = (0, import_react24.useId)();
|
package/dist/index.js
CHANGED
|
@@ -2738,7 +2738,7 @@ function Pagination(props) {
|
|
|
2738
2738
|
onClick: () => handlePageChange(p)
|
|
2739
2739
|
},
|
|
2740
2740
|
p
|
|
2741
|
-
)), /* @__PURE__ */ React20.createElement(PaginationButton, { active:
|
|
2741
|
+
)), /* @__PURE__ */ React20.createElement(PaginationButton, { active: true, size, "aria-current": "page" }, paginationModel.page), afterPages.map((p) => /* @__PURE__ */ React20.createElement(
|
|
2742
2742
|
PaginationButton,
|
|
2743
2743
|
{
|
|
2744
2744
|
key: p,
|
|
@@ -3555,7 +3555,6 @@ function Component(props, apiRef) {
|
|
|
3555
3555
|
background: backgroundProps = {}
|
|
3556
3556
|
} = {},
|
|
3557
3557
|
stripe,
|
|
3558
|
-
isTotalSelected: ___________,
|
|
3559
3558
|
...innerProps
|
|
3560
3559
|
} = props;
|
|
3561
3560
|
const tableId = useId();
|