@tactics/lokaal-loket 0.0.242 → 0.0.244

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1565,7 +1565,7 @@ interface ISearchInputsFull {
1565
1565
  location: React__default.ReactElement<ISearchInputsElement>;
1566
1566
  route: React__default.ReactElement<ISearchInputsElement>;
1567
1567
  name: React__default.ReactElement<ISearchInputsElement>;
1568
- submit: React__default.ReactElement<ISearchInputsCompactActionSubmit>;
1568
+ submit: React__default.ReactElement<IButton>;
1569
1569
  onChanged: (active: "location" | "route" | "name") => void;
1570
1570
  }
1571
1571
  interface ISearchInputsCompact {
@@ -1627,7 +1627,7 @@ declare const SearchInputsMobileActionSubmit: ({}: ISearchInputsCompactActionSub
1627
1627
 
1628
1628
  declare const SearchInputsMobileActionClear: ({}: ISearchInputsCompactActionClear) => null;
1629
1629
 
1630
- declare const SearchInputs: ({ full, compact }: ISearchInputs) => React$1.ReactElement<ISearchInputsFull, string | React$1.JSXElementConstructor<any>>;
1630
+ declare const SearchInputs: ({ full, compact }: ISearchInputs) => React$1.ReactElement<ISearchInputsCompact, string | React$1.JSXElementConstructor<any>> | React$1.ReactElement<ISearchInputsFull, string | React$1.JSXElementConstructor<any>>;
1631
1631
 
1632
1632
  interface ICard {
1633
1633
  swipe?: React__default.ReactNode;
package/build/index.d.ts CHANGED
@@ -1565,7 +1565,7 @@ interface ISearchInputsFull {
1565
1565
  location: React__default.ReactElement<ISearchInputsElement>;
1566
1566
  route: React__default.ReactElement<ISearchInputsElement>;
1567
1567
  name: React__default.ReactElement<ISearchInputsElement>;
1568
- submit: React__default.ReactElement<ISearchInputsCompactActionSubmit>;
1568
+ submit: React__default.ReactElement<IButton>;
1569
1569
  onChanged: (active: "location" | "route" | "name") => void;
1570
1570
  }
1571
1571
  interface ISearchInputsCompact {
@@ -1627,7 +1627,7 @@ declare const SearchInputsMobileActionSubmit: ({}: ISearchInputsCompactActionSub
1627
1627
 
1628
1628
  declare const SearchInputsMobileActionClear: ({}: ISearchInputsCompactActionClear) => null;
1629
1629
 
1630
- declare const SearchInputs: ({ full, compact }: ISearchInputs) => React$1.ReactElement<ISearchInputsFull, string | React$1.JSXElementConstructor<any>>;
1630
+ declare const SearchInputs: ({ full, compact }: ISearchInputs) => React$1.ReactElement<ISearchInputsCompact, string | React$1.JSXElementConstructor<any>> | React$1.ReactElement<ISearchInputsFull, string | React$1.JSXElementConstructor<any>>;
1631
1631
 
1632
1632
  interface ICard {
1633
1633
  swipe?: React__default.ReactNode;