impaktapps-ui-builder 0.0.101-alpha.21 → 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.
- package/dist/impaktapps-ui-builder.es.js +0 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +0 -3
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +0 -3
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +0 -3
package/package.json
CHANGED
|
@@ -188,9 +188,6 @@ 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
192
|
label: heading,
|
|
196
193
|
minRows: 8,
|