impaktapps-ui-builder 1.0.50-alpha.6 → 1.0.50-alpha.7

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.
@@ -11816,11 +11816,11 @@ const buildSlider = (config2, componentScope2) => {
11816
11816
  const Checkbox = {
11817
11817
  "type": "Control",
11818
11818
  "scope": "#/properties/username1",
11819
- "layout": { xs: 12, sm: 6, md: 4, lg: 3 },
11820
11819
  "options": {
11821
11820
  "widget": "CheckBox"
11822
11821
  },
11823
11822
  "config": {
11823
+ "layout": { xs: 12, sm: 6, md: 4, lg: 3 },
11824
11824
  "main": {
11825
11825
  "label": "Welcome to Hyperform"
11826
11826
  }