@axa-fr/design-system-apollo-react 1.0.5-alpha.322 → 1.0.5-alpha.324

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.
@@ -16,8 +16,8 @@ export type ButtonProps = {
16
16
  iconRight?: ReactNode;
17
17
  loading?: boolean;
18
18
  } & ComponentPropsWithoutRef<"button">;
19
- type ButtonPropsWithSpinner = ButtonProps & {
19
+ type ButtonCommonProps = ButtonProps & {
20
20
  SpinnerComponent: ComponentType<ComponentProps<typeof Spinner>>;
21
21
  };
22
- export declare const ButtonCommon: ({ children, className, variant, iconLeft, iconRight, disabled, loading, SpinnerComponent, ...args }: PropsWithChildren<ButtonPropsWithSpinner>) => import("react/jsx-runtime").JSX.Element;
22
+ export declare const ButtonCommon: ({ children, className, variant, iconLeft, iconRight, disabled, loading, SpinnerComponent, ...args }: PropsWithChildren<ButtonCommonProps>) => import("react/jsx-runtime").JSX.Element;
23
23
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/design-system-apollo-react",
3
- "version": "1.0.5-alpha.322",
3
+ "version": "1.0.5-alpha.324",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "homepage": "https://github.com/AxaFrance/design-system#readme",
48
48
  "peerDependencies": {
49
- "@axa-fr/design-system-apollo-css": "1.0.5-alpha.322",
50
- "@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.322",
49
+ "@axa-fr/design-system-apollo-css": "1.0.5-alpha.324",
50
+ "@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.324",
51
51
  "@material-symbols/svg-400": ">= 0.19.0",
52
52
  "react": ">= 18"
53
53
  },