impaktapps-ui-builder 1.0.260 → 1.0.261
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.
|
@@ -13483,6 +13483,12 @@ const buildInfoCard = (config2, componentScope2, store2) => {
|
|
|
13483
13483
|
...styleObj.wrapperStyle
|
|
13484
13484
|
};
|
|
13485
13485
|
}
|
|
13486
|
+
if (styleObj.componentsBoxStyle) {
|
|
13487
|
+
card2.config.style.componentsBoxStyle = {
|
|
13488
|
+
...card2.config.style.componentsBoxStyle,
|
|
13489
|
+
...styleObj.componentsBoxStyle
|
|
13490
|
+
};
|
|
13491
|
+
}
|
|
13486
13492
|
if (styleObj.headingStyle) {
|
|
13487
13493
|
card2.elements[0].config.style = {
|
|
13488
13494
|
...card2.elements[0].config.style,
|