@redneckz/wildless-cms-uni-blocks 0.14.815 → 0.14.816
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/bundle/model/FormTypeFieldDef.d.ts +1 -1
- package/dist/model/FormTypeFieldDef.d.ts +1 -1
- package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +1 -0
- package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +1 -0
- package/lib/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/dist/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/lib/model/FormTypeFieldDef.d.ts +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +87 -0
- package/mobile/src/model/FormTypeFieldDef.ts +2 -1
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +87 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +60 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +60 -0
- package/src/model/FormTypeFieldDef.ts +2 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -11581,7 +11581,7 @@
|
|
|
11581
11581
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11582
11582
|
});
|
|
11583
11583
|
|
|
11584
|
-
const packageVersion = "0.14.
|
|
11584
|
+
const packageVersion = "0.14.815";
|
|
11585
11585
|
|
|
11586
11586
|
exports.Blocks = Blocks;
|
|
11587
11587
|
exports.ContentPage = ContentPage;
|