@redneckz/wildless-cms-uni-blocks 0.14.1076 → 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.
@@ -13079,7 +13079,7 @@
13079
13079
  return jsx("span", { children: text });
13080
13080
  }
13081
13081
  };
13082
- const formatTel = (s) => s.replaceAll(/\D/g, '');
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.1075";
14911
+ const packageVersion = "0.14.1076";
14912
14912
 
14913
14913
  exports.Blocks = Blocks;
14914
14914
  exports.ContentPage = ContentPage;