@redneckz/wildless-cms-uni-blocks 0.14.1012 → 0.14.1013

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.
@@ -16,5 +16,5 @@ export interface OfficesAtmsMapLayoutProps<T> extends ComponentType, TitleProps
16
16
  initFilterState?: InitFilterState;
17
17
  descriptionData?: AtmsDef;
18
18
  }
19
- export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | RemoteWorkplace | Atm>, any, any>;
19
+ export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Atm | Branch | RemoteWorkplace>, any, any>;
20
20
  export declare const getFiltersWithNonEmptyData: (data: (Branch | Atm | RemoteWorkplace)[]) => string[];
@@ -13945,7 +13945,7 @@
13945
13945
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
13946
13946
  });
13947
13947
 
13948
- const packageVersion = "0.14.1010";
13948
+ const packageVersion = "0.14.1012";
13949
13949
 
13950
13950
  exports.Blocks = Blocks;
13951
13951
  exports.ContentPage = ContentPage;