@redneckz/wildless-cms-uni-blocks 0.14.832 → 0.14.833

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 (205) hide show
  1. package/bin/migration-scripts/{0.14.828.js → 0.14.832.js} +3 -1
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +17 -80
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  6. package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  7. package/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  8. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  9. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +5 -10
  10. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  11. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  12. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js +7 -0
  13. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  14. package/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  15. package/dist/components/ApplicationLeadForm/useInitApplicationLead.js +4 -4
  16. package/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  17. package/dist/components/Blocks.js +0 -6
  18. package/dist/components/Blocks.js.map +1 -1
  19. package/dist/components/Blocks.mobile.js +0 -4
  20. package/dist/components/Blocks.mobile.js.map +1 -1
  21. package/dist/components/ProductBlock/ProductBlock.js +1 -1
  22. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  23. package/lib/common.css +1 -1
  24. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  25. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -6
  26. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  27. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  28. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +6 -1
  29. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  30. package/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  31. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js +1 -1
  32. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  33. package/lib/components/Blocks.js +0 -6
  34. package/lib/components/Blocks.js.map +1 -1
  35. package/lib/components/Blocks.mobile.js +0 -4
  36. package/lib/components/Blocks.mobile.js.map +1 -1
  37. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -2
  38. package/lib/components/ProductBlock/ProductBlock.js +1 -1
  39. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  40. package/mobile/bundle/bundle.umd.js +17 -40
  41. package/mobile/bundle/bundle.umd.min.js +1 -1
  42. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  43. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  44. package/mobile/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  45. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  46. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +5 -10
  47. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  48. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  49. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js +7 -0
  50. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  51. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  52. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js +4 -4
  53. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  54. package/mobile/dist/components/Blocks.js +0 -4
  55. package/mobile/dist/components/Blocks.js.map +1 -1
  56. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -1
  57. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  58. package/mobile/lib/common.css +1 -1
  59. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  60. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -6
  61. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  62. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  63. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +6 -1
  64. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  65. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  66. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js +1 -1
  67. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  68. package/mobile/lib/components/Blocks.js +0 -4
  69. package/mobile/lib/components/Blocks.js.map +1 -1
  70. package/mobile/lib/components/ProductBlock/ProductBlock.js +1 -1
  71. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  72. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +5 -7
  73. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +6 -0
  74. package/mobile/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -2
  75. package/mobile/src/components/Blocks.ts +0 -4
  76. package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -11
  77. package/mobile/src/components/ProductBlock/ProductBlock.tsx +0 -1
  78. package/package.json +1 -1
  79. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +5 -7
  80. package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +6 -0
  81. package/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -2
  82. package/src/components/Blocks.mobile.ts +0 -4
  83. package/src/components/Blocks.ts +0 -6
  84. package/src/components/ProductBlock/ProductBlock.example.json +1 -11
  85. package/src/components/ProductBlock/ProductBlock.fixture.tsx +0 -28
  86. package/src/components/ProductBlock/ProductBlock.tsx +0 -1
  87. package/src/icons/IconName.ts +4 -4
  88. package/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  89. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  90. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  91. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  92. package/bundle/components/UnitBlock/UnitBlock.d.ts +0 -6
  93. package/bundle/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  94. package/dist/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  95. package/dist/components/InvestmentInfo/InvestmentInfo.js +0 -47
  96. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  97. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  98. package/dist/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  99. package/dist/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  100. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  101. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -26
  102. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  103. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  104. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  105. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  106. package/dist/components/UnitBlock/UnitBlock.d.ts +0 -6
  107. package/dist/components/UnitBlock/UnitBlock.js +0 -11
  108. package/dist/components/UnitBlock/UnitBlock.js.map +0 -1
  109. package/dist/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  110. package/dist/components/UnitBlock/UnitBlockContent.js +0 -2
  111. package/dist/components/UnitBlock/UnitBlockContent.js.map +0 -1
  112. package/lib/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  113. package/lib/components/InvestmentInfo/InvestmentInfo.fixture.d.ts +0 -7
  114. package/lib/components/InvestmentInfo/InvestmentInfo.js +0 -45
  115. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  116. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  117. package/lib/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  118. package/lib/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  119. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  120. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.d.ts +0 -5
  121. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.d.ts +0 -5
  122. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -24
  123. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  124. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  125. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  126. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  127. package/lib/components/UnitBlock/UnitBlock.d.ts +0 -6
  128. package/lib/components/UnitBlock/UnitBlock.fixture.d.ts +0 -6
  129. package/lib/components/UnitBlock/UnitBlock.fixture.mobile.d.ts +0 -6
  130. package/lib/components/UnitBlock/UnitBlock.js +0 -9
  131. package/lib/components/UnitBlock/UnitBlock.js.map +0 -1
  132. package/lib/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  133. package/lib/components/UnitBlock/UnitBlockContent.js +0 -2
  134. package/lib/components/UnitBlock/UnitBlockContent.js.map +0 -1
  135. package/mobile/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  136. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  137. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  138. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  139. package/mobile/bundle/components/UnitBlock/UnitBlock.d.ts +0 -6
  140. package/mobile/bundle/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  141. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  142. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +0 -47
  143. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  144. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  145. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  146. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  147. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  148. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -26
  149. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  150. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  151. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  152. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  153. package/mobile/dist/components/UnitBlock/UnitBlock.d.ts +0 -6
  154. package/mobile/dist/components/UnitBlock/UnitBlock.js +0 -11
  155. package/mobile/dist/components/UnitBlock/UnitBlock.js.map +0 -1
  156. package/mobile/dist/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  157. package/mobile/dist/components/UnitBlock/UnitBlockContent.js +0 -2
  158. package/mobile/dist/components/UnitBlock/UnitBlockContent.js.map +0 -1
  159. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  160. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +0 -45
  161. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  162. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  163. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  164. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  165. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  166. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -24
  167. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  168. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  169. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  170. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  171. package/mobile/lib/components/UnitBlock/UnitBlock.d.ts +0 -6
  172. package/mobile/lib/components/UnitBlock/UnitBlock.js +0 -9
  173. package/mobile/lib/components/UnitBlock/UnitBlock.js.map +0 -1
  174. package/mobile/lib/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  175. package/mobile/lib/components/UnitBlock/UnitBlockContent.js +0 -2
  176. package/mobile/lib/components/UnitBlock/UnitBlockContent.js.map +0 -1
  177. package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +0 -53
  178. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +0 -131
  179. package/mobile/src/components/InvestmentInfo/InvestmentInfo.ui.json +0 -13
  180. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +0 -51
  181. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +0 -14
  182. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +0 -94
  183. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +0 -24
  184. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +0 -22
  185. package/mobile/src/components/UnitBlock/UnitBlock.example.json +0 -9
  186. package/mobile/src/components/UnitBlock/UnitBlock.tsx +0 -17
  187. package/mobile/src/components/UnitBlock/UnitBlock.ui.json +0 -1
  188. package/mobile/src/components/UnitBlock/UnitBlockContent.ts +0 -7
  189. package/src/components/InvestmentInfo/InvestmentInfo.example.json +0 -53
  190. package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +0 -109
  191. package/src/components/InvestmentInfo/InvestmentInfo.tsx +0 -131
  192. package/src/components/InvestmentInfo/InvestmentInfo.ui.json +0 -13
  193. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +0 -51
  194. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +0 -14
  195. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +0 -47
  196. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +0 -47
  197. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +0 -94
  198. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +0 -24
  199. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +0 -22
  200. package/src/components/UnitBlock/UnitBlock.example.json +0 -9
  201. package/src/components/UnitBlock/UnitBlock.fixture.mobile.tsx +0 -27
  202. package/src/components/UnitBlock/UnitBlock.fixture.tsx +0 -27
  203. package/src/components/UnitBlock/UnitBlock.tsx +0 -17
  204. package/src/components/UnitBlock/UnitBlock.ui.json +0 -1
  205. package/src/components/UnitBlock/UnitBlockContent.ts +0 -7
@@ -1,6 +1,6 @@
1
1
  import { traversePageBlocks } from '../utils.js';
2
2
 
3
- export const description = 'v0.14.828';
3
+ export const description = 'v0.14.832';
4
4
 
5
5
  export default traversePageBlocks(adjustClearContent);
6
6
 
@@ -10,6 +10,8 @@ const DELETED_BLOCKS = [
10
10
  'SafeDepositRental',
11
11
  'MortgageFiltration',
12
12
  'GracePeriod',
13
+ 'InvestmentInfo',
14
+ 'UnitBlock',
13
15
  ];
14
16
 
15
17
  function adjustClearContent(block, parent) {