@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.
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/Heading/headingTag.mobile.js +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/lib/ui-kit/Heading/headingTag.mobile.js +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/Heading/headingTag.js +1 -1
- package/mobile/lib/ui-kit/Heading/headingTag.js +1 -1
- package/mobile/src/ui-kit/Heading/headingTag.ts +1 -1
- package/package.json +1 -1
- package/src/ui-kit/Heading/headingTag.mobile.ts +1 -1
|
@@ -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<
|
|
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[];
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
const mobileHeadingTagMap = {
|
|
81
81
|
h1: 'h1',
|
|
82
|
-
h2: '
|
|
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.
|
|
14685
|
+
const packageVersion = "0.14.1075";
|
|
14686
14686
|
|
|
14687
14687
|
exports.Blocks = Blocks;
|
|
14688
14688
|
exports.ContentPage = ContentPage;
|