@redneckz/wildless-cms-uni-blocks 0.14.476 → 0.14.477
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 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/BlockWrapper.js +1 -2
- package/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/lib/ui-kit/BlockWrapper.js +1 -2
- package/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/BlockWrapper.js +1 -2
- package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/BlockWrapper.js +1 -2
- package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/src/ui-kit/BlockWrapper.tsx +0 -1
- package/package.json +1 -1
- package/src/ui-kit/BlockWrapper.tsx +0 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -151,8 +151,7 @@
|
|
|
151
151
|
const router = useRouter();
|
|
152
152
|
const [isHidden, setHidden] = useState(false);
|
|
153
153
|
useEffect(() => defaultEventBus.subscribe('tab', (event) => {
|
|
154
|
-
if (
|
|
155
|
-
event.type === 'group' &&
|
|
154
|
+
if (event.type === 'group' &&
|
|
156
155
|
(!event.groupName || event.groupName === block?.labelGroup)) {
|
|
157
156
|
setHidden(Boolean(event.label && block?.labels?.length && !block.labels.includes(event.label)));
|
|
158
157
|
}
|
|
@@ -6572,7 +6571,7 @@
|
|
|
6572
6571
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6573
6572
|
});
|
|
6574
6573
|
|
|
6575
|
-
const packageVersion = "0.14.
|
|
6574
|
+
const packageVersion = "0.14.476";
|
|
6576
6575
|
|
|
6577
6576
|
exports.Blocks = Blocks;
|
|
6578
6577
|
exports.ContentPage = ContentPage;
|