@redneckz/wildless-cms-uni-blocks 0.14.890 → 0.14.892
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/bin/migration-scripts/0.14.891.js +16 -0
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +0 -7
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +0 -7
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +0 -1
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +0 -1
|
@@ -11378,7 +11378,7 @@
|
|
|
11378
11378
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11379
11379
|
});
|
|
11380
11380
|
|
|
11381
|
-
const packageVersion = "0.14.
|
|
11381
|
+
const packageVersion = "0.14.891";
|
|
11382
11382
|
|
|
11383
11383
|
exports.Blocks = Blocks;
|
|
11384
11384
|
exports.ContentPage = ContentPage;
|