impaktapps-ui-builder 0.0.382-alpha.18 → 0.0.382-alpha.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.
@@ -6698,12 +6698,7 @@ const EmptyBox = {
6698
6698
  widget: "EmptyBox"
6699
6699
  },
6700
6700
  config: {
6701
- layout: {
6702
- xs: 11,
6703
- sm: 11,
6704
- md: 5.5,
6705
- lg: 5.5
6706
- },
6701
+ layout: { xs: 0, sm: 4, md: 4, lg: 4 },
6707
6702
  main: {}
6708
6703
  }
6709
6704
  };
@@ -6819,12 +6814,7 @@ const getInputField = (scope, label) => {
6819
6814
  widget: "InputField"
6820
6815
  },
6821
6816
  config: {
6822
- layout: {
6823
- xs: 11,
6824
- sm: 11,
6825
- md: 5.5,
6826
- lg: 5.5
6827
- },
6817
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
6828
6818
  main: {
6829
6819
  label
6830
6820
  }
@@ -6839,12 +6829,7 @@ const getRadioInputField = (scope, label, options) => {
6839
6829
  widget: "RadioInputField"
6840
6830
  },
6841
6831
  config: {
6842
- layout: {
6843
- xs: 11,
6844
- sm: 11,
6845
- md: 5.5,
6846
- lg: 5.5
6847
- },
6832
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
6848
6833
  main: {
6849
6834
  label,
6850
6835
  options
@@ -6887,7 +6872,7 @@ const getSelectField = (scope, label, options) => {
6887
6872
  widget: "SelectInputField"
6888
6873
  },
6889
6874
  config: {
6890
- layout: { xs: 11, sm: 11, md: 5.5, lg: 5.5 },
6875
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
6891
6876
  main: {
6892
6877
  label,
6893
6878
  type: "text"