@tactics/lokaal-loket 0.0.356 → 0.0.357

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -93,15 +93,19 @@ declare const ScaledIcon: ({ icon, size }: IScaledIcon) => react_jsx_runtime.JSX
93
93
  interface IFavoured {
94
94
  onClick?: () => void;
95
95
  icon: React__default.ReactElement<IIcon>;
96
+ title: string;
97
+ ariaLabel: string;
96
98
  }
97
99
  interface IUnFavoured {
98
100
  onClick?: () => void;
99
101
  icon: React__default.ReactElement<IIcon>;
102
+ title: string;
103
+ ariaLabel: string;
100
104
  }
101
105
 
102
- declare const Favoured: ({ onClick, icon }: IFavoured) => react_jsx_runtime.JSX.Element;
106
+ declare const Favoured: ({ onClick, icon, title, ariaLabel }: IFavoured) => react_jsx_runtime.JSX.Element;
103
107
 
104
- declare const UnFavoured: ({ onClick, icon }: IUnFavoured) => react_jsx_runtime.JSX.Element;
108
+ declare const UnFavoured: ({ onClick, icon, title, ariaLabel }: IUnFavoured) => react_jsx_runtime.JSX.Element;
105
109
 
106
110
  interface IProgress {
107
111
  steps: number;
package/build/index.d.ts CHANGED
@@ -93,15 +93,19 @@ declare const ScaledIcon: ({ icon, size }: IScaledIcon) => react_jsx_runtime.JSX
93
93
  interface IFavoured {
94
94
  onClick?: () => void;
95
95
  icon: React__default.ReactElement<IIcon>;
96
+ title: string;
97
+ ariaLabel: string;
96
98
  }
97
99
  interface IUnFavoured {
98
100
  onClick?: () => void;
99
101
  icon: React__default.ReactElement<IIcon>;
102
+ title: string;
103
+ ariaLabel: string;
100
104
  }
101
105
 
102
- declare const Favoured: ({ onClick, icon }: IFavoured) => react_jsx_runtime.JSX.Element;
106
+ declare const Favoured: ({ onClick, icon, title, ariaLabel }: IFavoured) => react_jsx_runtime.JSX.Element;
103
107
 
104
- declare const UnFavoured: ({ onClick, icon }: IUnFavoured) => react_jsx_runtime.JSX.Element;
108
+ declare const UnFavoured: ({ onClick, icon, title, ariaLabel }: IUnFavoured) => react_jsx_runtime.JSX.Element;
105
109
 
106
110
  interface IProgress {
107
111
  steps: number;