@tactics/lokaal-loket 0.0.296 → 0.0.297

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -321,9 +321,10 @@ interface IBrand {
321
321
  ariaLabel: string;
322
322
  logo: React__default.ReactElement<ILogo>;
323
323
  name: string;
324
+ onClick?: () => void;
324
325
  }
325
326
 
326
- declare const Brand: ({ logo, name, ariaLabel }: IBrand) => react_jsx_runtime.JSX.Element;
327
+ declare const Brand: ({ logo, name, ariaLabel, onClick }: IBrand) => react_jsx_runtime.JSX.Element;
327
328
 
328
329
  declare enum LinkContext {
329
330
  STANDARD = "STANDARD",
package/build/index.d.ts CHANGED
@@ -321,9 +321,10 @@ interface IBrand {
321
321
  ariaLabel: string;
322
322
  logo: React__default.ReactElement<ILogo>;
323
323
  name: string;
324
+ onClick?: () => void;
324
325
  }
325
326
 
326
- declare const Brand: ({ logo, name, ariaLabel }: IBrand) => react_jsx_runtime.JSX.Element;
327
+ declare const Brand: ({ logo, name, ariaLabel, onClick }: IBrand) => react_jsx_runtime.JSX.Element;
327
328
 
328
329
  declare enum LinkContext {
329
330
  STANDARD = "STANDARD",