impaktapps-ui-builder 0.0.412-mtreemap.19 → 0.0.412-mtreemap.20

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.
@@ -10292,12 +10292,7 @@ const uploadFile = {
10292
10292
  "style": {
10293
10293
  "backgroundColor": "none"
10294
10294
  },
10295
- "layout": {
10296
- "lg": 5.5,
10297
- "md": 5.5,
10298
- "sm": 11,
10299
- "xs": 11
10300
- }
10295
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 }
10301
10296
  },
10302
10297
  "options": {
10303
10298
  "widget": "UploadFile"
@@ -10314,12 +10309,7 @@ const downloadFile = {
10314
10309
  "style": {
10315
10310
  "backgroundColor": "none"
10316
10311
  },
10317
- "layout": {
10318
- "lg": 5.5,
10319
- "md": 5.5,
10320
- "sm": 11,
10321
- "xs": 11
10322
- }
10312
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 }
10323
10313
  },
10324
10314
  "options": {
10325
10315
  "widget": "DownloadFile"
@@ -10907,7 +10897,7 @@ const FileInput = {
10907
10897
  widget: "FileInputField"
10908
10898
  },
10909
10899
  config: {
10910
- layout: 11.5,
10900
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
10911
10901
  main: {
10912
10902
  required: false,
10913
10903
  onUpload: "onFileUpload",