@redneckz/wildless-cms-uni-blocks 0.14.150 → 0.14.152
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/lib/components/ProductBlock/ProductBlock.fixture.d.ts +2 -0
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/UnitBlock/UnitBlock.example.json +7 -1
- package/mobile/src/components/UnitBlock/UnitBlock.ui.json +1 -1
- package/package.json +1 -1
- package/src/components/ProductBlock/ProductBlock.fixture.tsx +34 -0
- package/src/components/UnitBlock/UnitBlock.example.json +7 -1
- package/src/components/UnitBlock/UnitBlock.ui.json +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -6172,7 +6172,7 @@
|
|
|
6172
6172
|
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" }) }));
|
|
6173
6173
|
}
|
|
6174
6174
|
|
|
6175
|
-
const packageVersion = "0.14.
|
|
6175
|
+
const packageVersion = "0.14.151";
|
|
6176
6176
|
|
|
6177
6177
|
exports.Blocks = Blocks;
|
|
6178
6178
|
exports.ContentPage = ContentPage;
|