impaktapps-ui-builder 0.0.101-alpha.82 → 0.0.101-alpha.84
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 +5 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +1 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -0
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ export const ComponentSchema: any = {
|
|
|
4
4
|
type: {
|
|
5
5
|
// type: "string",
|
|
6
6
|
oneOf: [
|
|
7
|
-
{ title: "Masked
|
|
7
|
+
{ title: "Masked Aadhar Card", const: "AadharcardText" },
|
|
8
8
|
{ title: "Array", const: "Array" },
|
|
9
9
|
{ title: "Button", const: "Button" },
|
|
10
10
|
{ title: "Data Card", const: "card" },
|
|
@@ -678,6 +678,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
678
678
|
bottom: "24px",
|
|
679
679
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
680
680
|
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
681
|
+
backgroundColor: theme.palette.background.default,
|
|
681
682
|
},
|
|
682
683
|
},
|
|
683
684
|
},
|
|
@@ -501,6 +501,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
501
501
|
bottom: "24px",
|
|
502
502
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
503
503
|
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
504
|
+
backgroundColor: theme.palette.background.default,
|
|
504
505
|
},
|
|
505
506
|
},
|
|
506
507
|
},
|