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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.18",
3
+ "version": "0.0.382-alpha.19",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -8,12 +8,7 @@ const EmptyBox = {
8
8
  widget: "EmptyBox",
9
9
  },
10
10
  config: {
11
- layout: {
12
- xs: 11,
13
- sm: 11,
14
- md: 5.5,
15
- lg: 5.5,
16
- },
11
+ layout: { xs: 0, sm: 4, md: 4, lg: 4 },
17
12
  main: {
18
13
 
19
14
  },
@@ -138,12 +133,7 @@ const getInputField = (scope: String, label: String) => {
138
133
  widget: "InputField",
139
134
  },
140
135
  config: {
141
- layout: {
142
- xs: 11,
143
- sm: 11,
144
- md: 5.5,
145
- lg: 5.5,
146
- },
136
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
147
137
  main: {
148
138
  label: label,
149
139
  },
@@ -160,12 +150,7 @@ const getRadioInputField = (scope: String, label: String, options: string[]) =>
160
150
  widget: "RadioInputField",
161
151
  },
162
152
  config: {
163
- layout: {
164
- xs: 11,
165
- sm: 11,
166
- md: 5.5,
167
- lg: 5.5,
168
- },
153
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
169
154
  main: {
170
155
  label: label,
171
156
 
@@ -216,7 +201,7 @@ export const getSelectField = (scope: string, label: string, options: { label: s
216
201
  widget: "SelectInputField",
217
202
  },
218
203
  config: {
219
- layout: { xs: 11, sm: 11, md: 5.5, lg: 5.5 },
204
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
220
205
  main: {
221
206
  label: label,
222
207
  type: "text",