@tactics/lokaal-loket 0.0.205 → 0.0.206

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -60,7 +60,10 @@ declare enum IconType {
60
60
  PUBLIC_TRANSPORT = "PUBLIC_TRANSPORT",
61
61
  FACEBOOK = "FACEBOOK",
62
62
  INSTAGRAM = "INSTAGRAM",
63
- LOCATION = "LOCATION"
63
+ LOCATION = "LOCATION",
64
+ FILTER = "FILTER",
65
+ HOME = "HOME",
66
+ INFO = "INFO"
64
67
  }
65
68
 
66
69
  interface IScaledIcon {
@@ -774,7 +777,7 @@ declare const AutocompleteOptions: <T>(args: AutocompleteOptionsI<T>) => react_j
774
777
  declare const AutocompleteOption: <T>(args: AutocompleteOptionI<T>) => react_jsx_runtime.JSX.Element;
775
778
  declare const AutocompleteOptionSelected: <T>(args: AutocompleteOptionI<T>) => react_jsx_runtime.JSX.Element;
776
779
 
777
- interface LocationI<T, R> {
780
+ interface LocationI<T> {
778
781
  name: string;
779
782
  placeholder?: string;
780
783
  ariaLabel?: string;
@@ -797,7 +800,7 @@ interface LocationBlurEvent extends AutocompleteBlurEvent {
797
800
  interface LocationFocusEvent extends AutocompleteFocusEvent {
798
801
  }
799
802
 
800
- declare const Location: <T, R>(args: LocationI<T, R>) => react_jsx_runtime.JSX.Element;
803
+ declare const Location: <T>(args: LocationI<T>) => react_jsx_runtime.JSX.Element;
801
804
 
802
805
  declare enum MaskType {
803
806
  ONE = "ONE",
@@ -1619,6 +1622,7 @@ declare const OnboardingArrangementInformation: (props: IOnboardingArrangementIn
1619
1622
  interface ISearchSectionFilters {
1620
1623
  primary: React$1.ReactElement;
1621
1624
  secondary: React$1.ReactElement | false;
1625
+ secondary_active: React$1.ReactElement<IFilterTag>[];
1622
1626
  }
1623
1627
 
1624
1628
  declare const SearchSectionFilters: (props: ISearchSectionFilters) => react_jsx_runtime.JSX.Element;
package/build/index.d.ts CHANGED
@@ -60,7 +60,10 @@ declare enum IconType {
60
60
  PUBLIC_TRANSPORT = "PUBLIC_TRANSPORT",
61
61
  FACEBOOK = "FACEBOOK",
62
62
  INSTAGRAM = "INSTAGRAM",
63
- LOCATION = "LOCATION"
63
+ LOCATION = "LOCATION",
64
+ FILTER = "FILTER",
65
+ HOME = "HOME",
66
+ INFO = "INFO"
64
67
  }
65
68
 
66
69
  interface IScaledIcon {
@@ -774,7 +777,7 @@ declare const AutocompleteOptions: <T>(args: AutocompleteOptionsI<T>) => react_j
774
777
  declare const AutocompleteOption: <T>(args: AutocompleteOptionI<T>) => react_jsx_runtime.JSX.Element;
775
778
  declare const AutocompleteOptionSelected: <T>(args: AutocompleteOptionI<T>) => react_jsx_runtime.JSX.Element;
776
779
 
777
- interface LocationI<T, R> {
780
+ interface LocationI<T> {
778
781
  name: string;
779
782
  placeholder?: string;
780
783
  ariaLabel?: string;
@@ -797,7 +800,7 @@ interface LocationBlurEvent extends AutocompleteBlurEvent {
797
800
  interface LocationFocusEvent extends AutocompleteFocusEvent {
798
801
  }
799
802
 
800
- declare const Location: <T, R>(args: LocationI<T, R>) => react_jsx_runtime.JSX.Element;
803
+ declare const Location: <T>(args: LocationI<T>) => react_jsx_runtime.JSX.Element;
801
804
 
802
805
  declare enum MaskType {
803
806
  ONE = "ONE",
@@ -1619,6 +1622,7 @@ declare const OnboardingArrangementInformation: (props: IOnboardingArrangementIn
1619
1622
  interface ISearchSectionFilters {
1620
1623
  primary: React$1.ReactElement;
1621
1624
  secondary: React$1.ReactElement | false;
1625
+ secondary_active: React$1.ReactElement<IFilterTag>[];
1622
1626
  }
1623
1627
 
1624
1628
  declare const SearchSectionFilters: (props: ISearchSectionFilters) => react_jsx_runtime.JSX.Element;