impaktapps-ui-builder 1.0.72-flickering.3 → 1.0.72-flickering.4

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.
@@ -8386,7 +8386,7 @@ const sectionLabels = {
8386
8386
  HorizontalLayout: ["Core", "Components", "Properties", "Style", "Validation"],
8387
8387
  TabSection: ["Core", "Components", "Properties", "Style", "Validation"],
8388
8388
  SpeedoMeter: ["Core", "Properties", "Events", "Style", "Validation"],
8389
- card: ["Core", "Properties", "Events", "Style", "Validation"],
8389
+ card: ["Core", "Properties", "Events", "Validation"],
8390
8390
  UploadFile: ["Core", "Events", "Style", "Validation"],
8391
8391
  UploadFileIcon: ["Core", "Events", "Style", "Validation"],
8392
8392
  Graph: ["Core", "Properties", "Events", "Style", "Validation"],
@@ -11205,9 +11205,6 @@ const uploadFileIcon = {
11205
11205
  "required": true,
11206
11206
  "errorMessage": "Attachment File is not uploaded"
11207
11207
  },
11208
- "style": {
11209
- "backgroundColor": "none"
11210
- },
11211
11208
  layout: { xs: 6, sm: 6, md: 4, lg: 3 }
11212
11209
  },
11213
11210
  "options": {
@@ -12248,9 +12245,6 @@ const buildUploadFileIcon = (config2, componentScope2) => {
12248
12245
  if (config2.layout) {
12249
12246
  UploadFileIcon.config.layout = createLayoutFormat(config2.layout);
12250
12247
  }
12251
- if (config2.style) {
12252
- UploadFileIcon.config.style = JSON.parse(config2.style);
12253
- }
12254
12248
  if (config2.required) {
12255
12249
  UploadFileIcon.config.main.required = true;
12256
12250
  }