@redneckz/wildless-cms-uni-blocks 0.14.823 → 0.14.825

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.
@@ -17,5 +17,5 @@ export interface OfficesAtmsMapLayoutProps<T> {
17
17
  descriptionData?: AtmsDef;
18
18
  title?: string;
19
19
  }
20
- export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Atm | Branch | RemoteWorkplace>, any, any>;
20
+ export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | RemoteWorkplace | Atm>, any, any>;
21
21
  export declare const getFiltersWithNonEmptyData: (data: (Branch | Atm | RemoteWorkplace)[]) => string[];
@@ -10918,7 +10918,7 @@
10918
10918
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
10919
10919
  });
10920
10920
 
10921
- const packageVersion = "0.14.822";
10921
+ const packageVersion = "0.14.824";
10922
10922
 
10923
10923
  exports.Blocks = Blocks;
10924
10924
  exports.ContentPage = ContentPage;