@axa-fr/canopee-react 1.6.0-RC.1 → 1.6.0-alpha.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.
@@ -17,6 +17,9 @@ type Props = Omit<ComponentProps<typeof CheckboxItem>, "value" | "label" | "chec
17
17
  options: Option[];
18
18
  values?: string[];
19
19
  children?: ReactNode;
20
+ /**
21
+ * description
22
+ */
20
23
  mode?: keyof typeof CheckboxModes;
21
24
  } & OnChange;
22
25
  export declare const Checkbox: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLInputElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/canopee-react",
3
- "version": "1.6.0-RC.1",
3
+ "version": "1.6.0-alpha.2",
4
4
  "description": "Package React - Design System Canopée",
5
5
  "exports": {
6
6
  "./distributeur": {
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "homepage": "https://github.com/AxaFrance/design-system#readme",
51
51
  "peerDependencies": {
52
- "@axa-fr/canopee-css": "1.6.0-RC.1",
52
+ "@axa-fr/canopee-css": "1.6.0-alpha.2",
53
53
  "@material-symbols/svg-400": ">= 0.19.0",
54
54
  "@material-symbols/svg-700": ">= 0.19.0",
55
55
  "react": ">= 18"
@@ -75,14 +75,14 @@
75
75
  "@types/dompurify": "^3.0.5",
76
76
  "@types/jest": "^29.5.14",
77
77
  "@types/jest-axe": "^3.5.9",
78
- "@vitest/coverage-v8": "^3.2.4",
79
- "@vitest/ui": "^3.0.7",
78
+ "@vitest/coverage-v8": "^4.1.5",
79
+ "@vitest/ui": "^4.1.5",
80
80
  "copyfiles": "^2.4.1",
81
81
  "jest-axe": "^10.0.0",
82
82
  "jsdom": "^25.0.1",
83
83
  "react": "^19.0.0",
84
84
  "rimraf": "^6.0.1",
85
- "vitest": "^3.0.7"
85
+ "vitest": "^4.1.5"
86
86
  },
87
87
  "lint-staged": {
88
88
  "*.(js|jsx|ts|tsx)": "eslint --fix",