@redneckz/wildless-cms-uni-blocks 0.14.107 → 0.14.108
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 +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
- package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
- package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
- package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
- package/mobile/src/components/StepsBlock/StepsBlock.tsx +1 -1
- package/package.json +1 -1
- package/src/components/StepsBlock/StepsBlock.mobile.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -5805,7 +5805,7 @@
|
|
|
5805
5805
|
return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
|
|
5806
5806
|
}
|
|
5807
5807
|
|
|
5808
|
-
const packageVersion = "0.14.
|
|
5808
|
+
const packageVersion = "0.14.107";
|
|
5809
5809
|
|
|
5810
5810
|
exports.Blocks = Blocks;
|
|
5811
5811
|
exports.ContentPage = ContentPage;
|