@redneckz/wildless-cms-uni-blocks 0.14.949 → 0.14.950
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/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/model/ContentPageBase.d.ts +2 -0
- package/dist/model/ContentPageBase.d.ts +2 -0
- package/lib/model/ContentPageBase.d.ts +2 -0
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/model/ContentPageBase.d.ts +2 -0
- package/mobile/dist/model/ContentPageBase.d.ts +2 -0
- package/mobile/lib/model/ContentPageBase.d.ts +2 -0
- package/mobile/src/model/ContentPageBase.ts +2 -0
- package/package.json +1 -1
- package/src/model/ContentPageBase.ts +2 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -12599,7 +12599,7 @@
|
|
|
12599
12599
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12600
12600
|
});
|
|
12601
12601
|
|
|
12602
|
-
const packageVersion = "0.14.
|
|
12602
|
+
const packageVersion = "0.14.949";
|
|
12603
12603
|
|
|
12604
12604
|
exports.Blocks = Blocks;
|
|
12605
12605
|
exports.ContentPage = ContentPage;
|