@redneckz/wildless-cms-uni-blocks 0.14.920 → 0.14.922

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.
Files changed (28) hide show
  1. package/bundle/bundle.umd.js +2 -1
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  4. package/dist/components/ApplicationForm/ApplicationForm.js +1 -0
  5. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  6. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  7. package/lib/components/ApplicationForm/ApplicationForm.js +1 -0
  8. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  9. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  10. package/mobile/bundle/bundle.umd.js +2 -1
  11. package/mobile/bundle/bundle.umd.min.js +1 -1
  12. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  13. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -0
  14. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  15. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  16. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -0
  17. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  18. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  19. package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +1 -1
  20. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +1 -0
  21. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
  22. package/package.json +1 -1
  23. package/src/components/ApplicationForm/ApplicationForm.example.json +1 -1
  24. package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +1 -1
  25. package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +1 -1
  26. package/src/components/ApplicationForm/ApplicationForm.tsx +1 -0
  27. package/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
  28. package/src/icons/IconName.ts +4 -4
@@ -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.919";
12201
+ const packageVersion = "0.14.921";
12201
12202
 
12202
12203
  exports.Blocks = Blocks;
12203
12204
  exports.ContentPage = ContentPage;