@tactics/lokaal-loket 0.0.386 → 0.0.388

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.cts CHANGED
@@ -2159,7 +2159,7 @@ declare const DetailsSectionGallery: (props: IDetailsSectionGallery) => react_js
2159
2159
 
2160
2160
  interface IDetailsSectionGeneral {
2161
2161
  info: React__default.ReactNode;
2162
- contactData: IContactData[];
2162
+ contactData?: IContactData[];
2163
2163
  }
2164
2164
  interface IContactData {
2165
2165
  title: string;
@@ -2669,7 +2669,6 @@ declare const EmptySearchPage: (props: IEmptySearchPage) => react_jsx_runtime.JS
2669
2669
  interface ISearchWithMapPage {
2670
2670
  header: React__default.ReactElement;
2671
2671
  content: React__default.ReactElement | React__default.ReactElement[];
2672
- footer: React__default.ReactElement;
2673
2672
  }
2674
2673
 
2675
2674
  declare const SearchWithMapPage: (props: ISearchWithMapPage) => react_jsx_runtime.JSX.Element;
package/build/index.d.ts CHANGED
@@ -2159,7 +2159,7 @@ declare const DetailsSectionGallery: (props: IDetailsSectionGallery) => react_js
2159
2159
 
2160
2160
  interface IDetailsSectionGeneral {
2161
2161
  info: React__default.ReactNode;
2162
- contactData: IContactData[];
2162
+ contactData?: IContactData[];
2163
2163
  }
2164
2164
  interface IContactData {
2165
2165
  title: string;
@@ -2669,7 +2669,6 @@ declare const EmptySearchPage: (props: IEmptySearchPage) => react_jsx_runtime.JS
2669
2669
  interface ISearchWithMapPage {
2670
2670
  header: React__default.ReactElement;
2671
2671
  content: React__default.ReactElement | React__default.ReactElement[];
2672
- footer: React__default.ReactElement;
2673
2672
  }
2674
2673
 
2675
2674
  declare const SearchWithMapPage: (props: ISearchWithMapPage) => react_jsx_runtime.JSX.Element;