@byteluck-fe/model-driven-controls 6.2.0-1-beta.24 → 6.2.0-1-beta.26

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.
@@ -139,7 +139,7 @@ var TableLayoutControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
139
139
  var _props_background;
140
140
  _this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
141
141
  type: 'backgroundColor',
142
- backgroundColor: 'transparent',
142
+ backgroundColor: '',
143
143
  backgroundImage: '',
144
144
  placementMode: 'contain'
145
145
  };
@@ -107,7 +107,7 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
107
107
  var _props_background;
108
108
  _this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
109
109
  type: 'backgroundColor',
110
- backgroundColor: 'transparent',
110
+ backgroundColor: '',
111
111
  backgroundImage: '',
112
112
  placementMode: 'contain'
113
113
  };