@redneckz/wildless-cms-uni-blocks 0.14.1075 → 0.14.1076

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.
@@ -2,7 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.headingTag = void 0;
3
3
  const mobileHeadingTagMap = {
4
4
  h1: 'h1',
5
- h2: 'h1',
5
+ h2: 'h2',
6
6
  h3: 'h2',
7
7
  h4: 'h2',
8
8
  h5: 'h3',
@@ -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<Atm | Branch | RemoteWorkplace>, any, any>;
19
+ export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | RemoteWorkplace | Atm>, any, any>;
20
20
  export declare const getFiltersWithNonEmptyData: (data: (Branch | Atm | RemoteWorkplace)[]) => string[];
@@ -1,6 +1,6 @@
1
1
  const mobileHeadingTagMap = {
2
2
  h1: 'h1',
3
- h2: 'h1',
3
+ h2: 'h2',
4
4
  h3: 'h2',
5
5
  h4: 'h2',
6
6
  h5: 'h3',
@@ -79,7 +79,7 @@
79
79
 
80
80
  const mobileHeadingTagMap = {
81
81
  h1: 'h1',
82
- h2: 'h1',
82
+ h2: 'h2',
83
83
  h3: 'h2',
84
84
  h4: 'h2',
85
85
  h5: 'h3',
@@ -14682,7 +14682,7 @@
14682
14682
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14683
14683
  });
14684
14684
 
14685
- const packageVersion = "0.14.1074";
14685
+ const packageVersion = "0.14.1075";
14686
14686
 
14687
14687
  exports.Blocks = Blocks;
14688
14688
  exports.ContentPage = ContentPage;