@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.
@@ -52,7 +52,7 @@ const renderQuickActionsDropdown = ({ item, handlers, closeDropdown = noop_1.noo
52
52
  },
53
53
  chat: {
54
54
  handler: (ev) => {
55
- handlers?.call(ev);
55
+ handlers?.chat(ev);
56
56
  closeDropdown();
57
57
  },
58
58
  text: 'Написать в чат',
@@ -50,7 +50,7 @@ const renderQuickActionsDropdown = ({ item, handlers, closeDropdown = noop, }) =
50
50
  },
51
51
  chat: {
52
52
  handler: (ev) => {
53
- handlers?.call(ev);
53
+ handlers?.chat(ev);
54
54
  closeDropdown();
55
55
  },
56
56
  text: 'Написать в чат',
@@ -11616,7 +11616,7 @@
11616
11616
  },
11617
11617
  chat: {
11618
11618
  handler: (ev) => {
11619
- handlers?.call(ev);
11619
+ handlers?.chat(ev);
11620
11620
  closeDropdown();
11621
11621
  },
11622
11622
  text: 'Написать в чат',
@@ -12780,7 +12780,7 @@
12780
12780
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12781
12781
  });
12782
12782
 
12783
- const packageVersion = "0.14.955";
12783
+ const packageVersion = "0.14.956";
12784
12784
 
12785
12785
  exports.Blocks = Blocks;
12786
12786
  exports.ContentPage = ContentPage;