@redneckz/wildless-cms-uni-blocks 0.14.741 → 0.14.742
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/model/FormTypeFieldDef.d.ts +1 -1
- package/lib/ui-kit/FormField/Fields/AddressField.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 +36 -0
- package/mobile/src/model/FormTypeFieldDef.ts +2 -1
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +36 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +27 -0
- package/src/model/FormTypeFieldDef.ts +2 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -10430,7 +10430,7 @@
|
|
|
10430
10430
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10431
10431
|
});
|
|
10432
10432
|
|
|
10433
|
-
const packageVersion = "0.14.
|
|
10433
|
+
const packageVersion = "0.14.741";
|
|
10434
10434
|
|
|
10435
10435
|
exports.Blocks = Blocks;
|
|
10436
10436
|
exports.ContentPage = ContentPage;
|