@tactics/lokaal-loket 0.0.500 → 0.0.502

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -422,7 +422,7 @@ interface IButton {
422
422
  href?: string;
423
423
  }
424
424
 
425
- declare const Button: React__default.ForwardRefExoticComponent<IButton & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
425
+ declare const Button: React__default.ForwardRefExoticComponent<IButton & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
426
426
 
427
427
  declare enum CheckboxContext {
428
428
  STANDARD = "STANDARD",
@@ -476,9 +476,10 @@ declare const Choice: ({ context, onChange, value, ariaLabel, label, name, check
476
476
  interface IFeature {
477
477
  withIconBefore?: React__default.ReactElement<IIcon>;
478
478
  label: string;
479
+ ariaLabel?: string;
479
480
  }
480
481
 
481
- declare const Feature: ({ label, withIconBefore }: IFeature) => react_jsx_runtime.JSX.Element;
482
+ declare const Feature: ({ label, withIconBefore, ariaLabel }: IFeature) => react_jsx_runtime.JSX.Element;
482
483
 
483
484
  interface ICollapse {
484
485
  onClick?: () => void;
package/build/index.d.ts CHANGED
@@ -422,7 +422,7 @@ interface IButton {
422
422
  href?: string;
423
423
  }
424
424
 
425
- declare const Button: React__default.ForwardRefExoticComponent<IButton & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
425
+ declare const Button: React__default.ForwardRefExoticComponent<IButton & React__default.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
426
426
 
427
427
  declare enum CheckboxContext {
428
428
  STANDARD = "STANDARD",
@@ -476,9 +476,10 @@ declare const Choice: ({ context, onChange, value, ariaLabel, label, name, check
476
476
  interface IFeature {
477
477
  withIconBefore?: React__default.ReactElement<IIcon>;
478
478
  label: string;
479
+ ariaLabel?: string;
479
480
  }
480
481
 
481
- declare const Feature: ({ label, withIconBefore }: IFeature) => react_jsx_runtime.JSX.Element;
482
+ declare const Feature: ({ label, withIconBefore, ariaLabel }: IFeature) => react_jsx_runtime.JSX.Element;
482
483
 
483
484
  interface ICollapse {
484
485
  onClick?: () => void;