impaktapps-ui-builder 1.0.209 → 1.0.211

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.
@@ -8077,7 +8077,7 @@ const buildPropertiesSection = function(type) {
8077
8077
  getRadioInputField("lazyLoad", "Lazy Load", ["YES", "NO"]),
8078
8078
  emptyBox$1("TabEmpty"),
8079
8079
  getArrayControl("sectionLabels", "label"),
8080
- getArrayControl("indicatorColors", "color", "Color")
8080
+ getArrayControl("pieArcColors", "color", "Color")
8081
8081
  ];
8082
8082
  break;
8083
8083
  case "Table":
@@ -11304,8 +11304,8 @@ const buildTabSection = (config2, componentScope2) => {
11304
11304
  if (config2.style) {
11305
11305
  tab.config.style = JSON.parse(config2.style);
11306
11306
  }
11307
- if (config2.indicatorColors) {
11308
- tab.config.main.colorRange = flatObjectValueInArray(config2.indicatorColors);
11307
+ if (config2.pieArcColors) {
11308
+ tab.config.main.colorRange = flatObjectValueInArray(config2.pieArcColors);
11309
11309
  }
11310
11310
  tab.config.main.id = config2.name;
11311
11311
  return tab;