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

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.
@@ -314,7 +314,7 @@ const PageMasterUiSchema = (theme) => {
314
314
  widget: "EmptyBox"
315
315
  },
316
316
  config: {
317
- layout: { xs: 0, sm: 0, md: 8, lg: 7 }
317
+ layout: { xs: 0, sm: 8, md: 8, lg: 8 }
318
318
  }
319
319
  },
320
320
  {
@@ -10032,7 +10032,7 @@ const buildWrapperSection = (config, componentScope) => {
10032
10032
  wrapper.scope = componentScope;
10033
10033
  wrapper.config.main.label = config.label;
10034
10034
  wrapper.config.main.divider = config.divider === "YES" ? true : false;
10035
- wrapper.config.main.isAccordion = config.isAccordion === "NO" ? false : true;
10035
+ wrapper.config.main.isAccordion = config.isAccordion === "No" ? false : true;
10036
10036
  if (config.defaultStyle) {
10037
10037
  wrapper.config.defaultStyle = config.defaultStyle === "YES" ? true : false;
10038
10038
  }
@@ -10117,12 +10117,7 @@ var Button = {
10117
10117
  widget: "Button"
10118
10118
  },
10119
10119
  config: {
10120
- layout: {
10121
- xs: 11,
10122
- sm: 11,
10123
- md: 5.5,
10124
- lg: 5.5
10125
- },
10120
+ layout: 3,
10126
10121
  main: {
10127
10122
  name: "Compare",
10128
10123
  variant: "contained",
@@ -10132,7 +10127,7 @@ var Button = {
10132
10127
  styleDefault: false,
10133
10128
  icon: "",
10134
10129
  onClick: "onClick",
10135
- size: "small"
10130
+ size: "medium"
10136
10131
  },
10137
10132
  style: {}
10138
10133
  }
@@ -10803,7 +10798,7 @@ const RadioUiSchema = {
10803
10798
  widget: "RadioInputField"
10804
10799
  },
10805
10800
  config: {
10806
- layout: { xs: 11, sm: 11, md: 5.5, lg: 5.5 },
10801
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
10807
10802
  main: {
10808
10803
  label: "Enabled",
10809
10804
  options: ["YES", "NO"],