impaktapps-ui-builder 1.0.470 → 1.0.471
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.
|
@@ -12627,6 +12627,9 @@ const buildEmptyBox = (config2, componentScope2) => {
|
|
|
12627
12627
|
if (config2.layout) {
|
|
12628
12628
|
EmptyBox.config.layout = createLayoutFormat(config2.layout);
|
|
12629
12629
|
}
|
|
12630
|
+
if (config2.style) {
|
|
12631
|
+
EmptyBox.config.style = JSON.parse(config2.style);
|
|
12632
|
+
}
|
|
12630
12633
|
return EmptyBox;
|
|
12631
12634
|
};
|
|
12632
12635
|
const ArrayUiSchema = {
|