@redneckz/wildless-cms-uni-blocks 0.14.241 → 0.14.242

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.
@@ -3116,6 +3116,10 @@
3116
3116
  origins: ['play.google.com'],
3117
3117
  iconMapped: { icon: 'PlayMarketIcon' },
3118
3118
  },
3119
+ {
3120
+ origins: ['appgallery.huawei.com'],
3121
+ iconMapped: { icon: 'HuaweiIcon' },
3122
+ },
3119
3123
  {
3120
3124
  origins: ['youtube.com'],
3121
3125
  iconMapped: { icon: 'YoutubeIcon' },
@@ -6035,7 +6039,7 @@
6035
6039
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6036
6040
  });
6037
6041
 
6038
- const packageVersion = "0.14.240";
6042
+ const packageVersion = "0.14.241";
6039
6043
 
6040
6044
  exports.Blocks = Blocks;
6041
6045
  exports.ContentPage = ContentPage;