impaktapps-ui-builder 0.0.101-alpha.20 → 0.0.101-alpha.22

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.
@@ -8,11 +8,8 @@ export declare const APISection: {
8
8
  };
9
9
  config: {
10
10
  layout: any;
11
- style: {
12
- "& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {};
13
- };
14
11
  main: {
15
- heading: string;
12
+ label: string;
16
13
  minRows: number;
17
14
  hideButton: boolean;
18
15
  enableCodeEditor: boolean;
@@ -45,11 +45,8 @@ export declare const getTextArea: (scope: string, heading: string, hideButton: b
45
45
  };
46
46
  config: {
47
47
  layout: any;
48
- style: {
49
- "& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {};
50
- };
51
48
  main: {
52
- heading: string;
49
+ label: string;
53
50
  minRows: number;
54
51
  hideButton: boolean;
55
52
  enableCodeEditor: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.20",
3
+ "version": "0.0.101-alpha.22",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -188,11 +188,8 @@ export const getTextArea = (scope: string, heading: string, hideButton: boolean,
188
188
  },
189
189
  config: {
190
190
  layout: layout || 12,
191
- style: {
192
- "& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {},
193
- },
194
191
  main: {
195
- heading: heading,
192
+ label: heading,
196
193
  minRows: 8,
197
194
  hideButton: hideButton,
198
195
  enableCodeEditor: true
@@ -37,7 +37,7 @@ export default (
37
37
  },
38
38
 
39
39
  config: {
40
- layout: { xs: 0, sm: 6, md: 0, lg: 3 },
40
+ layout: { xs: 6, sm: 6, md: 0, lg: 3 },
41
41
  main: {},
42
42
  style:{}
43
43
  },