@redneckz/wildless-cms-uni-blocks 0.14.1075 → 0.14.1077
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/Footer/Contacts.js +1 -1
- package/dist/components/Footer/Contacts.js.map +1 -1
- package/dist/ui-kit/Heading/headingTag.mobile.js +1 -1
- package/lib/components/Footer/Contacts.js +1 -1
- package/lib/components/Footer/Contacts.js.map +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 +3 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Footer/Contacts.js +1 -1
- package/mobile/dist/components/Footer/Contacts.js.map +1 -1
- package/mobile/dist/ui-kit/Heading/headingTag.js +1 -1
- package/mobile/lib/components/Footer/Contacts.js +1 -1
- package/mobile/lib/components/Footer/Contacts.js.map +1 -1
- package/mobile/lib/ui-kit/Heading/headingTag.js +1 -1
- package/mobile/src/components/Footer/Contacts.tsx +1 -1
- package/mobile/src/ui-kit/Heading/headingTag.ts +1 -1
- package/package.json +1 -1
- package/src/components/Footer/Contacts.tsx +1 -1
- package/src/ui-kit/Heading/headingTag.mobile.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -13079,7 +13079,7 @@
|
|
|
13079
13079
|
return jsx("span", { children: text });
|
|
13080
13080
|
}
|
|
13081
13081
|
};
|
|
13082
|
-
const formatTel = (s) => s.
|
|
13082
|
+
const formatTel = (s) => s.replace(/[^\d+]/g, '');
|
|
13083
13083
|
|
|
13084
13084
|
const HorizontalNavigationLink = JSX(({ className = '', index, text, ...rest }) => {
|
|
13085
13085
|
const link = useLink();
|
|
@@ -14908,7 +14908,7 @@
|
|
|
14908
14908
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
14909
14909
|
});
|
|
14910
14910
|
|
|
14911
|
-
const packageVersion = "0.14.
|
|
14911
|
+
const packageVersion = "0.14.1076";
|
|
14912
14912
|
|
|
14913
14913
|
exports.Blocks = Blocks;
|
|
14914
14914
|
exports.ContentPage = ContentPage;
|