@redneckz/wildless-cms-uni-blocks 0.14.1086 → 0.14.1088
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.1087.js +34 -0
- 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/AspectsProps.d.ts +1 -9
- package/dist/components/LinkDocs/linkDocsContentExample.js +1 -8
- package/dist/components/LinkDocs/linkDocsContentExample.js.map +1 -1
- package/dist/model/AspectsProps.d.ts +1 -9
- package/lib/components/LinkDocs/linkDocsContentExample.js +1 -8
- package/lib/components/LinkDocs/linkDocsContentExample.js.map +1 -1
- package/lib/model/AspectsProps.d.ts +1 -9
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/model/AspectsProps.d.ts +1 -9
- package/mobile/dist/components/LinkDocs/linkDocsContentExample.js +1 -8
- package/mobile/dist/components/LinkDocs/linkDocsContentExample.js.map +1 -1
- package/mobile/dist/model/AspectsProps.d.ts +1 -9
- package/mobile/lib/components/LinkDocs/linkDocsContentExample.js +1 -8
- package/mobile/lib/components/LinkDocs/linkDocsContentExample.js.map +1 -1
- package/mobile/lib/model/AspectsProps.d.ts +1 -9
- package/mobile/src/components/LinkDocs/linkDocsContentExample.ts +1 -8
- package/mobile/src/model/AspectsProps.ts +0 -10
- package/package.json +1 -1
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +0 -1
- package/src/components/GrantSupport/GrantSupport.fixture.mobile.tsx +0 -8
- package/src/components/GrantSupport/GrantSupport.fixture.tsx +0 -8
- package/src/components/LinkDocs/linkDocsContentExample.ts +1 -8
- package/src/model/AspectsProps.ts +0 -10
package/bundle/bundle.umd.js
CHANGED
|
@@ -15175,7 +15175,7 @@
|
|
|
15175
15175
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
15176
15176
|
});
|
|
15177
15177
|
|
|
15178
|
-
const packageVersion = "0.14.
|
|
15178
|
+
const packageVersion = "0.14.1087";
|
|
15179
15179
|
|
|
15180
15180
|
exports.Blocks = Blocks;
|
|
15181
15181
|
exports.ContentPage = ContentPage;
|