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

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 (225) 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 +29 -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/dist/retail/content.js +10 -0
  24. package/dist/retail/content.js.map +1 -1
  25. package/dist/retail/utils/calculateInputs.js +2 -0
  26. package/dist/retail/utils/calculateInputs.js.map +1 -1
  27. package/lib/common.css +1 -1
  28. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  29. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -6
  30. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  31. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  32. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +6 -1
  33. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  34. package/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  35. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js +1 -1
  36. package/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  37. package/lib/components/Blocks.js +0 -6
  38. package/lib/components/Blocks.js.map +1 -1
  39. package/lib/components/Blocks.mobile.js +0 -4
  40. package/lib/components/Blocks.mobile.js.map +1 -1
  41. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -2
  42. package/lib/components/ProductBlock/ProductBlock.js +1 -1
  43. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  44. package/lib/retail/content.js +10 -0
  45. package/lib/retail/content.js.map +1 -1
  46. package/lib/retail/utils/calculateInputs.js +2 -0
  47. package/lib/retail/utils/calculateInputs.js.map +1 -1
  48. package/mobile/bundle/bundle.umd.js +29 -40
  49. package/mobile/bundle/bundle.umd.min.js +1 -1
  50. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  51. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  52. package/mobile/bundle/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  53. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  54. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +5 -10
  55. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  56. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  57. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js +7 -0
  58. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  59. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  60. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js +4 -4
  61. package/mobile/dist/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  62. package/mobile/dist/components/Blocks.js +0 -4
  63. package/mobile/dist/components/Blocks.js.map +1 -1
  64. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -1
  65. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  66. package/mobile/dist/retail/content.js +10 -0
  67. package/mobile/dist/retail/content.js.map +1 -1
  68. package/mobile/dist/retail/utils/calculateInputs.js +2 -0
  69. package/mobile/dist/retail/utils/calculateInputs.js.map +1 -1
  70. package/mobile/lib/common.css +1 -1
  71. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.d.ts +0 -5
  72. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -6
  73. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  74. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +5 -0
  75. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js +6 -1
  76. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.js.map +1 -1
  77. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.d.ts +1 -2
  78. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js +1 -1
  79. package/mobile/lib/components/ApplicationLeadForm/useInitApplicationLead.js.map +1 -1
  80. package/mobile/lib/components/Blocks.js +0 -4
  81. package/mobile/lib/components/Blocks.js.map +1 -1
  82. package/mobile/lib/components/ProductBlock/ProductBlock.js +1 -1
  83. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  84. package/mobile/lib/retail/content.js +10 -0
  85. package/mobile/lib/retail/content.js.map +1 -1
  86. package/mobile/lib/retail/utils/calculateInputs.js +2 -0
  87. package/mobile/lib/retail/utils/calculateInputs.js.map +1 -1
  88. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +5 -7
  89. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +6 -0
  90. package/mobile/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -2
  91. package/mobile/src/components/Blocks.ts +0 -4
  92. package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -11
  93. package/mobile/src/components/ProductBlock/ProductBlock.tsx +0 -1
  94. package/mobile/src/retail/content.tsx +10 -0
  95. package/mobile/src/retail/utils/calculateInputs.ts +4 -0
  96. package/package.json +1 -1
  97. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +5 -7
  98. package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +6 -0
  99. package/src/components/ApplicationLeadForm/useInitApplicationLead.ts +1 -2
  100. package/src/components/Blocks.mobile.ts +0 -4
  101. package/src/components/Blocks.ts +0 -6
  102. package/src/components/ProductBlock/ProductBlock.example.json +1 -11
  103. package/src/components/ProductBlock/ProductBlock.fixture.tsx +0 -28
  104. package/src/components/ProductBlock/ProductBlock.tsx +0 -1
  105. package/src/icons/IconName.ts +4 -4
  106. package/src/retail/content.tsx +10 -0
  107. package/src/retail/utils/calculateInputs.ts +4 -0
  108. package/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  109. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  110. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  111. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  112. package/bundle/components/UnitBlock/UnitBlock.d.ts +0 -6
  113. package/bundle/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  114. package/dist/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  115. package/dist/components/InvestmentInfo/InvestmentInfo.js +0 -47
  116. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  117. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  118. package/dist/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  119. package/dist/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  120. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  121. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -26
  122. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  123. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  124. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  125. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  126. package/dist/components/UnitBlock/UnitBlock.d.ts +0 -6
  127. package/dist/components/UnitBlock/UnitBlock.js +0 -11
  128. package/dist/components/UnitBlock/UnitBlock.js.map +0 -1
  129. package/dist/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  130. package/dist/components/UnitBlock/UnitBlockContent.js +0 -2
  131. package/dist/components/UnitBlock/UnitBlockContent.js.map +0 -1
  132. package/lib/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  133. package/lib/components/InvestmentInfo/InvestmentInfo.fixture.d.ts +0 -7
  134. package/lib/components/InvestmentInfo/InvestmentInfo.js +0 -45
  135. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  136. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  137. package/lib/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  138. package/lib/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  139. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  140. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.d.ts +0 -5
  141. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.d.ts +0 -5
  142. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -24
  143. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  144. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  145. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  146. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  147. package/lib/components/UnitBlock/UnitBlock.d.ts +0 -6
  148. package/lib/components/UnitBlock/UnitBlock.fixture.d.ts +0 -6
  149. package/lib/components/UnitBlock/UnitBlock.fixture.mobile.d.ts +0 -6
  150. package/lib/components/UnitBlock/UnitBlock.js +0 -9
  151. package/lib/components/UnitBlock/UnitBlock.js.map +0 -1
  152. package/lib/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  153. package/lib/components/UnitBlock/UnitBlockContent.js +0 -2
  154. package/lib/components/UnitBlock/UnitBlockContent.js.map +0 -1
  155. package/mobile/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  156. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  157. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  158. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  159. package/mobile/bundle/components/UnitBlock/UnitBlock.d.ts +0 -6
  160. package/mobile/bundle/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  161. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  162. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +0 -47
  163. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  164. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  165. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  166. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  167. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  168. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -26
  169. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  170. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  171. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  172. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  173. package/mobile/dist/components/UnitBlock/UnitBlock.d.ts +0 -6
  174. package/mobile/dist/components/UnitBlock/UnitBlock.js +0 -11
  175. package/mobile/dist/components/UnitBlock/UnitBlock.js.map +0 -1
  176. package/mobile/dist/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  177. package/mobile/dist/components/UnitBlock/UnitBlockContent.js +0 -2
  178. package/mobile/dist/components/UnitBlock/UnitBlockContent.js.map +0 -1
  179. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.d.ts +0 -5
  180. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +0 -45
  181. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +0 -1
  182. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +0 -43
  183. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.js +0 -2
  184. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.js.map +0 -1
  185. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +0 -5
  186. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +0 -24
  187. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +0 -1
  188. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +0 -18
  189. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +0 -2
  190. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js.map +0 -1
  191. package/mobile/lib/components/UnitBlock/UnitBlock.d.ts +0 -6
  192. package/mobile/lib/components/UnitBlock/UnitBlock.js +0 -9
  193. package/mobile/lib/components/UnitBlock/UnitBlock.js.map +0 -1
  194. package/mobile/lib/components/UnitBlock/UnitBlockContent.d.ts +0 -6
  195. package/mobile/lib/components/UnitBlock/UnitBlockContent.js +0 -2
  196. package/mobile/lib/components/UnitBlock/UnitBlockContent.js.map +0 -1
  197. package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +0 -53
  198. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +0 -131
  199. package/mobile/src/components/InvestmentInfo/InvestmentInfo.ui.json +0 -13
  200. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +0 -51
  201. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +0 -14
  202. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +0 -94
  203. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +0 -24
  204. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +0 -22
  205. package/mobile/src/components/UnitBlock/UnitBlock.example.json +0 -9
  206. package/mobile/src/components/UnitBlock/UnitBlock.tsx +0 -17
  207. package/mobile/src/components/UnitBlock/UnitBlock.ui.json +0 -1
  208. package/mobile/src/components/UnitBlock/UnitBlockContent.ts +0 -7
  209. package/src/components/InvestmentInfo/InvestmentInfo.example.json +0 -53
  210. package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +0 -109
  211. package/src/components/InvestmentInfo/InvestmentInfo.tsx +0 -131
  212. package/src/components/InvestmentInfo/InvestmentInfo.ui.json +0 -13
  213. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +0 -51
  214. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +0 -14
  215. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +0 -47
  216. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +0 -47
  217. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +0 -94
  218. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +0 -24
  219. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +0 -22
  220. package/src/components/UnitBlock/UnitBlock.example.json +0 -9
  221. package/src/components/UnitBlock/UnitBlock.fixture.mobile.tsx +0 -27
  222. package/src/components/UnitBlock/UnitBlock.fixture.tsx +0 -27
  223. package/src/components/UnitBlock/UnitBlock.tsx +0 -17
  224. package/src/components/UnitBlock/UnitBlock.ui.json +0 -1
  225. 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) {