@redneckz/wildless-cms-uni-blocks 0.14.103 → 0.14.104
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.
|
@@ -25,7 +25,7 @@ function adjustBusinessDepositCalculator(block) {
|
|
|
25
25
|
_.calculatorBlock?.calcType === 'BusinessDepositCalculatorForm' &&
|
|
26
26
|
_.calculatorBlock?.sourceBookDir,
|
|
27
27
|
);
|
|
28
|
-
for (
|
|
28
|
+
for (const calculatorTab of businessDepositCalculatorsTabs) {
|
|
29
29
|
calculatorTab.calculatorBlock['rateParams'] = {
|
|
30
30
|
rateType: 'IP',
|
|
31
31
|
sourceBookDir: calculatorTab.calculatorBlock.sourceBookDir,
|
|
@@ -3,14 +3,14 @@ import { deleteEmptyProps, deleteProp, traversePageBlocks } from '../utils.js';
|
|
|
3
3
|
export const description = 'v0.14.62';
|
|
4
4
|
|
|
5
5
|
export default traversePageBlocks(
|
|
6
|
-
|
|
6
|
+
adjustBlockMobileAppTile,
|
|
7
7
|
adjustListItemSize,
|
|
8
8
|
adjustRichText,
|
|
9
9
|
adjustBenefitsBlock,
|
|
10
10
|
adjustClearBlock,
|
|
11
11
|
);
|
|
12
12
|
|
|
13
|
-
function
|
|
13
|
+
function adjustBlockMobileAppTile(block) {
|
|
14
14
|
if (block.type === 'MobileAppTile') {
|
|
15
15
|
deleteProp(block?.content, 'headingType');
|
|
16
16
|
}
|
|
@@ -42,7 +42,7 @@ function adjustBenefitsBlock(block) {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
function benefitChange(_) {
|
|
45
|
-
|
|
45
|
+
const desc = _?.description;
|
|
46
46
|
if (typeof desc === 'string') {
|
|
47
47
|
return _;
|
|
48
48
|
}
|
package/bundle/bundle.umd.js
CHANGED
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
|
|
5795
5795
|
}
|
|
5796
5796
|
|
|
5797
|
-
const packageVersion = "0.14.
|
|
5797
|
+
const packageVersion = "0.14.103";
|
|
5798
5798
|
|
|
5799
5799
|
exports.Blocks = Blocks;
|
|
5800
5800
|
exports.ContentPage = ContentPage;
|