@tactics/lokaal-loket 0.0.155 → 0.0.157

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -63,13 +63,9 @@ declare enum IconType {
63
63
  LOCATION = "LOCATION"
64
64
  }
65
65
 
66
- interface IIconLoad {
67
- size?: IconSize;
66
+ interface IIcon {
68
67
  type: IconType;
69
- screenReaderText: string;
70
- }
71
- interface IIcon extends IIconLoad {
72
- context?: IconContext;
68
+ screenReaderText?: string;
73
69
  }
74
70
 
75
71
  interface ILabeledIcon {
@@ -109,7 +105,7 @@ declare enum LabelSize {
109
105
  LARGE = "LARGE"
110
106
  }
111
107
 
112
- declare const Icon: ({ size, type, screenReaderText, context }: IIcon) => react_jsx_runtime.JSX.Element;
108
+ declare const Icon: ({ type, screenReaderText }: IIcon) => react_jsx_runtime.JSX.Element;
113
109
 
114
110
  interface ILabel {
115
111
  iconType?: IconType;
package/build/index.d.ts CHANGED
@@ -63,13 +63,9 @@ declare enum IconType {
63
63
  LOCATION = "LOCATION"
64
64
  }
65
65
 
66
- interface IIconLoad {
67
- size?: IconSize;
66
+ interface IIcon {
68
67
  type: IconType;
69
- screenReaderText: string;
70
- }
71
- interface IIcon extends IIconLoad {
72
- context?: IconContext;
68
+ screenReaderText?: string;
73
69
  }
74
70
 
75
71
  interface ILabeledIcon {
@@ -109,7 +105,7 @@ declare enum LabelSize {
109
105
  LARGE = "LARGE"
110
106
  }
111
107
 
112
- declare const Icon: ({ size, type, screenReaderText, context }: IIcon) => react_jsx_runtime.JSX.Element;
108
+ declare const Icon: ({ type, screenReaderText }: IIcon) => react_jsx_runtime.JSX.Element;
113
109
 
114
110
  interface ILabel {
115
111
  iconType?: IconType;