@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/Header/HeaderQuickActionsMenu.js +1 -1
- package/lib/components/Header/HeaderQuickActionsMenu.js +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Header/HeaderQuickActionsMenu.js +1 -1
- package/mobile/lib/components/Header/HeaderQuickActionsMenu.js +1 -1
- package/mobile/src/components/Header/HeaderQuickActionsMenu.tsx +1 -1
- package/package.json +1 -1
- package/src/components/Header/HeaderQuickActionsMenu.tsx +1 -1
|
@@ -11616,7 +11616,7 @@
|
|
|
11616
11616
|
},
|
|
11617
11617
|
chat: {
|
|
11618
11618
|
handler: (ev) => {
|
|
11619
|
-
handlers?.
|
|
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.
|
|
12783
|
+
const packageVersion = "0.14.956";
|
|
12784
12784
|
|
|
12785
12785
|
exports.Blocks = Blocks;
|
|
12786
12786
|
exports.ContentPage = ContentPage;
|