@redneckz/wildless-cms-uni-blocks 0.14.49 → 0.14.51

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 (281) hide show
  1. package/bin/migration-scripts/0.14.31.js +66 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +47 -58
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  6. package/bundle/components/Bonus/BonusContent.d.ts +7 -3
  7. package/bundle/components/Calculator/CalculatorContent.d.ts +14 -5
  8. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  9. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  10. package/bundle/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  11. package/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -2
  12. package/bundle/model/EmptyOptionType.d.ts +1 -3
  13. package/bundle/model/JSXBlock.d.ts +2 -2
  14. package/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  15. package/bundle/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  16. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  17. package/dist/components/Blocks.js +0 -4
  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/Bonus/Bonus.js +1 -1
  22. package/dist/components/Bonus/Bonus.js.map +1 -1
  23. package/dist/components/Bonus/BonusContent.d.ts +7 -3
  24. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  25. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  26. package/dist/components/Calculator/CalculatorContent.d.ts +14 -5
  27. package/dist/components/LinkDocs/LinkDocs.js +3 -0
  28. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  29. package/dist/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  30. package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  31. package/dist/components/ProductBlock/ProductBlock.js +1 -13
  32. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  33. package/dist/components/TariffsTable/TariffsTableCell.js +1 -8
  34. package/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  35. package/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  36. package/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -2
  37. package/dist/components/TariffsTable/TariffsTableRenderCell.js +14 -14
  38. package/dist/components/TariffsTable/TariffsTableRenderCell.js.map +1 -1
  39. package/dist/model/EmptyOptionType.d.ts +1 -3
  40. package/dist/model/JSXBlock.d.ts +2 -2
  41. package/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  42. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  43. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  44. package/dist/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  45. package/dist/ui-kit/BaseTile/BaseTile.js +16 -5
  46. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  47. package/lib/common.css +1 -1
  48. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  49. package/lib/components/Blocks.js +0 -4
  50. package/lib/components/Blocks.js.map +1 -1
  51. package/lib/components/Blocks.mobile.js +0 -4
  52. package/lib/components/Blocks.mobile.js.map +1 -1
  53. package/lib/components/Bonus/Bonus.js +1 -1
  54. package/lib/components/Bonus/Bonus.js.map +1 -1
  55. package/lib/components/Bonus/BonusContent.d.ts +7 -3
  56. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  57. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  58. package/lib/components/Calculator/CalculatorContent.d.ts +14 -5
  59. package/lib/components/LinkDocs/LinkDocs.js +3 -0
  60. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  61. package/lib/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  62. package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  63. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +1 -0
  64. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +2 -0
  65. package/lib/components/ProductBlock/ProductBlock.js +2 -14
  66. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  67. package/lib/components/TariffsTable/TariffsTableCell.js +2 -9
  68. package/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  69. package/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  70. package/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -1
  71. package/lib/components/TariffsTable/TariffsTableRenderCell.js +13 -12
  72. package/lib/components/TariffsTable/TariffsTableRenderCell.js.map +1 -1
  73. package/lib/model/EmptyOptionType.d.ts +1 -3
  74. package/lib/model/JSXBlock.d.ts +2 -2
  75. package/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  76. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  77. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  78. package/lib/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  79. package/lib/ui-kit/BaseTile/BaseTile.js +16 -5
  80. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  81. package/mobile/bundle/bundle.umd.js +47 -58
  82. package/mobile/bundle/bundle.umd.min.js +1 -1
  83. package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  84. package/mobile/bundle/components/Bonus/BonusContent.d.ts +7 -3
  85. package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +14 -5
  86. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  87. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  88. package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  89. package/mobile/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -2
  90. package/mobile/bundle/model/EmptyOptionType.d.ts +1 -3
  91. package/mobile/bundle/model/JSXBlock.d.ts +2 -2
  92. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  93. package/mobile/bundle/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  94. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  95. package/mobile/dist/components/Blocks.js +0 -4
  96. package/mobile/dist/components/Blocks.js.map +1 -1
  97. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  98. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  99. package/mobile/dist/components/Bonus/BonusContent.d.ts +7 -3
  100. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  101. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  102. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +14 -5
  103. package/mobile/dist/components/LinkDocs/LinkDocs.js +3 -0
  104. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  105. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  106. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  107. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -13
  108. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  109. package/mobile/dist/components/TariffsTable/TariffsTableCell.js +1 -8
  110. package/mobile/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  111. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  112. package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -2
  113. package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.js +14 -14
  114. package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.js.map +1 -1
  115. package/mobile/dist/model/EmptyOptionType.d.ts +1 -3
  116. package/mobile/dist/model/JSXBlock.d.ts +2 -2
  117. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  118. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  119. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  120. package/mobile/dist/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  121. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +16 -5
  122. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  123. package/mobile/lib/common.css +1 -1
  124. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +7 -3
  125. package/mobile/lib/components/Blocks.js +0 -4
  126. package/mobile/lib/components/Blocks.js.map +1 -1
  127. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  128. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  129. package/mobile/lib/components/Bonus/BonusContent.d.ts +7 -3
  130. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  131. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  132. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +14 -5
  133. package/mobile/lib/components/LinkDocs/LinkDocs.js +3 -0
  134. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  135. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +9 -5
  136. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +7 -3
  137. package/mobile/lib/components/ProductBlock/ProductBlock.js +2 -14
  138. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  139. package/mobile/lib/components/TariffsTable/TariffsTableCell.js +2 -9
  140. package/mobile/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  141. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -3
  142. package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +5 -2
  143. package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.js +13 -12
  144. package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.js.map +1 -1
  145. package/mobile/lib/model/EmptyOptionType.d.ts +1 -3
  146. package/mobile/lib/model/JSXBlock.d.ts +2 -2
  147. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +1 -0
  148. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  149. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  150. package/mobile/lib/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  151. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +16 -5
  152. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  153. package/mobile/src/common.css +4 -0
  154. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -3
  155. package/mobile/src/components/Blocks.ts +0 -4
  156. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  157. package/mobile/src/components/Bonus/BonusContent.ts +8 -3
  158. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  159. package/mobile/src/components/Calculator/CalculatorContent.ts +16 -5
  160. package/mobile/src/components/LinkDocs/LinkDocs.tsx +3 -0
  161. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +10 -5
  162. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +8 -3
  163. package/mobile/src/components/ProductBlock/ProductBlock.tsx +13 -32
  164. package/mobile/src/components/TariffsTable/TariffsTableCell.tsx +14 -11
  165. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +8 -3
  166. package/mobile/src/components/TariffsTable/TariffsTableRenderCell.tsx +22 -18
  167. package/mobile/src/model/EmptyOptionType.ts +1 -3
  168. package/mobile/src/model/JSXBlock.ts +2 -2
  169. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +5 -1
  170. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +48 -35
  171. package/package.json +1 -1
  172. package/src/common.css +4 -0
  173. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -3
  174. package/src/components/Blocks.mobile.ts +0 -4
  175. package/src/components/Blocks.ts +0 -4
  176. package/src/components/Bonus/Bonus.tsx +1 -1
  177. package/src/components/Bonus/BonusContent.ts +8 -3
  178. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  179. package/src/components/Calculator/CalculatorContent.ts +16 -5
  180. package/src/components/DepositFiltration/DepositFiltration.fixture.mobile.tsx +5 -5
  181. package/src/components/DepositFiltration/DepositFiltration.fixture.tsx +5 -5
  182. package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +15 -15
  183. package/src/components/LinkDocs/LinkDocs.tsx +3 -0
  184. package/src/components/LinkDocs/LinkDocsContent.ts +10 -5
  185. package/src/components/MortgageFiltration/MortgageFiltration.fixture.mobile.tsx +8 -8
  186. package/src/components/MortgageFiltration/MortgageFiltration.fixture.tsx +8 -8
  187. package/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +8 -3
  188. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +41 -0
  189. package/src/components/ProductBlock/ProductBlock.fixture.tsx +40 -0
  190. package/src/components/ProductBlock/ProductBlock.tsx +13 -32
  191. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.mobile.tsx +9 -9
  192. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +11 -11
  193. package/src/components/TariffsTable/TariffsTableCell.tsx +14 -11
  194. package/src/components/TariffsTable/TariffsTableContent.ts +8 -3
  195. package/src/components/TariffsTable/TariffsTableRenderCell.tsx +22 -18
  196. package/src/components/VerticalLayout/VerticalLayout.fixture.mobile.tsx +3 -3
  197. package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +9 -10
  198. package/src/model/EmptyOptionType.ts +1 -3
  199. package/src/model/JSXBlock.ts +2 -2
  200. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +5 -1
  201. package/src/ui-kit/BaseTile/BaseTile.tsx +48 -35
  202. package/bundle/components/ProductTile/ProductTile.d.ts +0 -5
  203. package/bundle/components/ProductTile/ProductTileContent.d.ts +0 -7
  204. package/bundle/components/Tile/Tile.d.ts +0 -5
  205. package/bundle/components/Tile/TileContent.d.ts +0 -6
  206. package/dist/components/ProductTile/ProductTile.d.ts +0 -5
  207. package/dist/components/ProductTile/ProductTile.js +0 -9
  208. package/dist/components/ProductTile/ProductTile.js.map +0 -1
  209. package/dist/components/ProductTile/ProductTileContent.d.ts +0 -7
  210. package/dist/components/ProductTile/ProductTileContent.js +0 -2
  211. package/dist/components/ProductTile/ProductTileContent.js.map +0 -1
  212. package/dist/components/Tile/Tile.d.ts +0 -5
  213. package/dist/components/Tile/Tile.js +0 -8
  214. package/dist/components/Tile/Tile.js.map +0 -1
  215. package/dist/components/Tile/TileContent.d.ts +0 -6
  216. package/dist/components/Tile/TileContent.js +0 -2
  217. package/dist/components/Tile/TileContent.js.map +0 -1
  218. package/lib/components/ProductTile/ProductTile.d.ts +0 -5
  219. package/lib/components/ProductTile/ProductTile.fixture.d.ts +0 -17
  220. package/lib/components/ProductTile/ProductTile.fixture.mobile.d.ts +0 -16
  221. package/lib/components/ProductTile/ProductTile.js +0 -7
  222. package/lib/components/ProductTile/ProductTile.js.map +0 -1
  223. package/lib/components/ProductTile/ProductTileContent.d.ts +0 -7
  224. package/lib/components/ProductTile/ProductTileContent.js +0 -2
  225. package/lib/components/ProductTile/ProductTileContent.js.map +0 -1
  226. package/lib/components/Tile/Tile.d.ts +0 -5
  227. package/lib/components/Tile/Tile.fixture.d.ts +0 -15
  228. package/lib/components/Tile/Tile.fixture.mobile.d.ts +0 -9
  229. package/lib/components/Tile/Tile.js +0 -6
  230. package/lib/components/Tile/Tile.js.map +0 -1
  231. package/lib/components/Tile/TileContent.d.ts +0 -6
  232. package/lib/components/Tile/TileContent.js +0 -2
  233. package/lib/components/Tile/TileContent.js.map +0 -1
  234. package/mobile/bundle/components/ProductTile/ProductTile.d.ts +0 -5
  235. package/mobile/bundle/components/ProductTile/ProductTileContent.d.ts +0 -7
  236. package/mobile/bundle/components/Tile/Tile.d.ts +0 -5
  237. package/mobile/bundle/components/Tile/TileContent.d.ts +0 -6
  238. package/mobile/dist/components/ProductTile/ProductTile.d.ts +0 -5
  239. package/mobile/dist/components/ProductTile/ProductTile.js +0 -9
  240. package/mobile/dist/components/ProductTile/ProductTile.js.map +0 -1
  241. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +0 -7
  242. package/mobile/dist/components/ProductTile/ProductTileContent.js +0 -2
  243. package/mobile/dist/components/ProductTile/ProductTileContent.js.map +0 -1
  244. package/mobile/dist/components/Tile/Tile.d.ts +0 -5
  245. package/mobile/dist/components/Tile/Tile.js +0 -8
  246. package/mobile/dist/components/Tile/Tile.js.map +0 -1
  247. package/mobile/dist/components/Tile/TileContent.d.ts +0 -6
  248. package/mobile/dist/components/Tile/TileContent.js +0 -2
  249. package/mobile/dist/components/Tile/TileContent.js.map +0 -1
  250. package/mobile/lib/components/ProductTile/ProductTile.d.ts +0 -5
  251. package/mobile/lib/components/ProductTile/ProductTile.js +0 -7
  252. package/mobile/lib/components/ProductTile/ProductTile.js.map +0 -1
  253. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +0 -7
  254. package/mobile/lib/components/ProductTile/ProductTileContent.js +0 -2
  255. package/mobile/lib/components/ProductTile/ProductTileContent.js.map +0 -1
  256. package/mobile/lib/components/Tile/Tile.d.ts +0 -5
  257. package/mobile/lib/components/Tile/Tile.js +0 -6
  258. package/mobile/lib/components/Tile/Tile.js.map +0 -1
  259. package/mobile/lib/components/Tile/TileContent.d.ts +0 -6
  260. package/mobile/lib/components/Tile/TileContent.js +0 -2
  261. package/mobile/lib/components/Tile/TileContent.js.map +0 -1
  262. package/mobile/src/components/ProductTile/ProductTile.example.json +0 -44
  263. package/mobile/src/components/ProductTile/ProductTile.tsx +0 -40
  264. package/mobile/src/components/ProductTile/ProductTile.ui.json +0 -17
  265. package/mobile/src/components/ProductTile/ProductTileContent.ts +0 -10
  266. package/mobile/src/components/Tile/Tile.example.json +0 -28
  267. package/mobile/src/components/Tile/Tile.tsx +0 -23
  268. package/mobile/src/components/Tile/Tile.ui.json +0 -17
  269. package/mobile/src/components/Tile/TileContent.ts +0 -7
  270. package/src/components/ProductTile/ProductTile.example.json +0 -44
  271. package/src/components/ProductTile/ProductTile.fixture.mobile.tsx +0 -217
  272. package/src/components/ProductTile/ProductTile.fixture.tsx +0 -227
  273. package/src/components/ProductTile/ProductTile.tsx +0 -40
  274. package/src/components/ProductTile/ProductTile.ui.json +0 -17
  275. package/src/components/ProductTile/ProductTileContent.ts +0 -10
  276. package/src/components/Tile/Tile.example.json +0 -28
  277. package/src/components/Tile/Tile.fixture.mobile.tsx +0 -48
  278. package/src/components/Tile/Tile.fixture.tsx +0 -146
  279. package/src/components/Tile/Tile.tsx +0 -23
  280. package/src/components/Tile/Tile.ui.json +0 -17
  281. package/src/components/Tile/TileContent.ts +0 -7
@@ -0,0 +1,66 @@
1
+ export const description = 'v0.14.31';
2
+
3
+ export default (uniPath, content) => {
4
+ if (!content?.blocks) {
5
+ return content;
6
+ }
7
+
8
+ for (const block of content.blocks) {
9
+ adjustTile(block);
10
+ }
11
+
12
+ return { ...content };
13
+ };
14
+
15
+ function adjustTile(block) {
16
+ if (block.blocks) {
17
+ for (const childBlock of block.blocks) {
18
+ adjustTile(childBlock);
19
+ }
20
+ }
21
+
22
+ if (block.type === 'Tile') {
23
+ updateTileDefaultValue(block.content);
24
+ block.type = 'ProductBlock';
25
+ }
26
+
27
+ if (block.type === 'ProductTile') {
28
+ updateProductTileDefaultValue(block.content);
29
+ block.type = 'ProductBlock';
30
+ }
31
+ }
32
+
33
+ function updateTileDefaultValue(content = {}) {
34
+ if (!content.headlineVersion) {
35
+ content.headlineVersion = 'S';
36
+ }
37
+ if (!content.listItemSize) {
38
+ content.listItemSize = 'M';
39
+ }
40
+ if (typeof content.isFullWidthTitle !== 'boolean') {
41
+ content.isFullWidthTitle = false;
42
+ }
43
+ }
44
+
45
+ function updateProductTileDefaultValue(content = {}) {
46
+ if (content.additionalDescription) {
47
+ const blockQuote = `<blockquote>${content.additionalDescription}</blockquote>`;
48
+ content.__html = content.__html ? blockQuote + content.__html : blockQuote;
49
+ Reflect.deleteProperty(content, 'additionalDescription');
50
+ }
51
+ if (!content.headlineVersion) {
52
+ content.headlineVersion = 'S';
53
+ }
54
+ if (!content.imageOptions || typeof content.imageOptions.isImageSecondary !== 'boolean') {
55
+ if (!content.imageOptions) {
56
+ content.imageOptions = {};
57
+ }
58
+ content.imageOptions.isImageSecondary = true;
59
+ }
60
+ if (typeof content.isFullWidthTitle !== 'boolean') {
61
+ content.isFullWidthTitle = true;
62
+ }
63
+ if (typeof content.isTabularBenefits !== 'boolean') {
64
+ content.isTabularBenefits = true;
65
+ }
66
+ }