@redneckz/wildless-cms-uni-blocks 0.14.920 → 0.14.921
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 +2 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationForm/ApplicationForm.js +1 -0
- package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationForm.js +1 -0
- package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +2 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -0
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -0
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +1 -0
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.tsx +1 -0
- package/src/icons/IconName.ts +4 -4
package/bundle/bundle.umd.js
CHANGED
|
@@ -2934,6 +2934,7 @@
|
|
|
2934
2934
|
onSuccess: () => {
|
|
2935
2935
|
verifyPhoneDialog.close();
|
|
2936
2936
|
responseTypeDialog.open({ ok: true, typeForm });
|
|
2937
|
+
handleAspects({ aspectsAttributes: data, aspects, ev });
|
|
2937
2938
|
},
|
|
2938
2939
|
});
|
|
2939
2940
|
}
|
|
@@ -12197,7 +12198,7 @@
|
|
|
12197
12198
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12198
12199
|
});
|
|
12199
12200
|
|
|
12200
|
-
const packageVersion = "0.14.
|
|
12201
|
+
const packageVersion = "0.14.920";
|
|
12201
12202
|
|
|
12202
12203
|
exports.Blocks = Blocks;
|
|
12203
12204
|
exports.ContentPage = ContentPage;
|