@redneckz/wildless-cms-uni-blocks 0.14.864 → 0.14.865
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/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- 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 +39 -0
- package/mobile/src/model/FormTypeFieldDef.ts +1 -0
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +39 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +26 -0
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +26 -0
- package/src/icons/IconName.ts +2 -2
- package/src/model/FormTypeFieldDef.ts +1 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -10996,7 +10996,7 @@
|
|
|
10996
10996
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10997
10997
|
});
|
|
10998
10998
|
|
|
10999
|
-
const packageVersion = "0.14.
|
|
10999
|
+
const packageVersion = "0.14.864";
|
|
11000
11000
|
|
|
11001
11001
|
exports.Blocks = Blocks;
|
|
11002
11002
|
exports.ContentPage = ContentPage;
|