@tactics/lokaal-loket 0.0.353 → 0.0.355

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -387,20 +387,13 @@ declare enum LogoSize {
387
387
  MEDIUM = "MEDIUM"
388
388
  }
389
389
 
390
- interface ILogoSrc {
391
- srcset: string;
392
- src: string;
393
- }
394
390
  interface ILogoBase {
395
391
  ariaLabel: string;
396
392
  alt: string;
397
393
  size: LogoSize;
398
394
  children?: React__default.ReactNode | React__default.ReactNode[];
399
395
  }
400
- interface ILogoLoad extends ILogoBase {
401
- srcset?: ILogoSrc;
402
- }
403
- interface ILogo extends ILogoLoad {
396
+ interface ILogo extends ILogoBase {
404
397
  }
405
398
 
406
399
  interface IBrand {
@@ -666,7 +659,7 @@ declare const List: {
666
659
  Item: ({ children }: ListItemThemeableProps) => react_jsx_runtime.JSX.Element;
667
660
  };
668
661
 
669
- declare const Logo: ({ srcset, alt, ariaLabel, size }: ILogo) => react_jsx_runtime.JSX.Element;
662
+ declare const Logo: ({ alt, ariaLabel, size }: ILogo) => react_jsx_runtime.JSX.Element;
670
663
 
671
664
  interface INotification {
672
665
  number: number;
package/build/index.d.ts CHANGED
@@ -387,20 +387,13 @@ declare enum LogoSize {
387
387
  MEDIUM = "MEDIUM"
388
388
  }
389
389
 
390
- interface ILogoSrc {
391
- srcset: string;
392
- src: string;
393
- }
394
390
  interface ILogoBase {
395
391
  ariaLabel: string;
396
392
  alt: string;
397
393
  size: LogoSize;
398
394
  children?: React__default.ReactNode | React__default.ReactNode[];
399
395
  }
400
- interface ILogoLoad extends ILogoBase {
401
- srcset?: ILogoSrc;
402
- }
403
- interface ILogo extends ILogoLoad {
396
+ interface ILogo extends ILogoBase {
404
397
  }
405
398
 
406
399
  interface IBrand {
@@ -666,7 +659,7 @@ declare const List: {
666
659
  Item: ({ children }: ListItemThemeableProps) => react_jsx_runtime.JSX.Element;
667
660
  };
668
661
 
669
- declare const Logo: ({ srcset, alt, ariaLabel, size }: ILogo) => react_jsx_runtime.JSX.Element;
662
+ declare const Logo: ({ alt, ariaLabel, size }: ILogo) => react_jsx_runtime.JSX.Element;
670
663
 
671
664
  interface INotification {
672
665
  number: number;