@redneckz/wildless-cms-uni-blocks 0.14.956 → 0.14.957

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.
@@ -11874,7 +11874,7 @@
11874
11874
  },
11875
11875
  chat: {
11876
11876
  handler: (ev) => {
11877
- handlers?.call(ev);
11877
+ handlers?.chat(ev);
11878
11878
  closeDropdown();
11879
11879
  },
11880
11880
  text: 'Написать в чат',
@@ -12998,7 +12998,7 @@
12998
12998
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12999
12999
  });
13000
13000
 
13001
- const packageVersion = "0.14.955";
13001
+ const packageVersion = "0.14.956";
13002
13002
 
13003
13003
  exports.Blocks = Blocks;
13004
13004
  exports.ContentPage = ContentPage;