@axa-fr/canopee-react 1.1.1-alpha.19 → 1.1.1-alpha.20

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.
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps, ComponentType, type ComponentPropsWithoutRef } from "react";
2
- import { ClickIcon } from "../ClickIcon/ClickIconApollo";
2
+ import { ClickIcon } from "../ClickIcon/ClickIconCommon";
3
3
  import { ItemPaginationCommon } from "./ItemPagination/ItemPaginationCommon";
4
4
  import { type getItemsProps } from "./Pagination.helper";
5
5
  export type PaginationProps = getItemsProps & ComponentPropsWithoutRef<"nav"> & {
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import chevronBackward from "@material-symbols/svg-400/rounded/chevron_backward.svg";
3
3
  import chevronForward from "@material-symbols/svg-400/rounded/chevron_forward.svg";
4
4
  import { getClassName } from "../utilities/getClassName";
5
- import { ClickIcon } from "../ClickIcon/ClickIconApollo";
5
+ import { ClickIcon } from "../ClickIcon/ClickIconCommon";
6
6
  import { ELLIPSIS, } from "./ItemPagination/ItemPaginationCommon";
7
7
  import { getItems } from "./Pagination.helper";
8
8
  export const PaginationCommon = ({ numberPages = 1, onChangePage, className, currentPage = 1, asItem, hidePrevNext = false, "aria-label": ariaLabel = "Pagination", ItemPaginationComponent, prevButtonProps, nextButtonProps, }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/canopee-react",
3
- "version": "1.1.1-alpha.19",
3
+ "version": "1.1.1-alpha.20",
4
4
  "description": "Package React - Design System Canopée",
5
5
  "exports": {
6
6
  "./distributeur": {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "homepage": "https://github.com/AxaFrance/design-system#readme",
47
47
  "peerDependencies": {
48
- "@axa-fr/canopee-css": "1.1.1-alpha.19",
48
+ "@axa-fr/canopee-css": "1.1.1-alpha.20",
49
49
  "@material-symbols/svg-400": ">= 0.19.0",
50
50
  "@material-symbols/svg-700": ">= 0.19.0",
51
51
  "react": ">= 18"