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
|
@@ -6249,7 +6249,7 @@ const ComponentSchema = {
|
|
|
6249
6249
|
properties: {
|
|
6250
6250
|
type: {
|
|
6251
6251
|
oneOf: [
|
|
6252
|
-
{ title: "Masked
|
|
6252
|
+
{ title: "Masked Aadhar Card", const: "AadharcardText" },
|
|
6253
6253
|
{ title: "Array", const: "Array" },
|
|
6254
6254
|
{ title: "Button", const: "Button" },
|
|
6255
6255
|
{ title: "Data Card", const: "card" },
|
|
@@ -7073,7 +7073,8 @@ const componentBasicUiSchema = (theme) => {
|
|
|
7073
7073
|
position: "fixed",
|
|
7074
7074
|
bottom: "24px",
|
|
7075
7075
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
7076
|
-
borderTop: `1px solid ${theme.palette.common.black}29
|
|
7076
|
+
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
7077
|
+
backgroundColor: theme.palette.background.default
|
|
7077
7078
|
}
|
|
7078
7079
|
}
|
|
7079
7080
|
},
|
|
@@ -9373,7 +9374,8 @@ const EventUiSchema = (theme) => {
|
|
|
9373
9374
|
position: "fixed",
|
|
9374
9375
|
bottom: "24px",
|
|
9375
9376
|
borderBottom: `1px solid ${theme.palette.common.black}29`,
|
|
9376
|
-
borderTop: `1px solid ${theme.palette.common.black}29
|
|
9377
|
+
borderTop: `1px solid ${theme.palette.common.black}29`,
|
|
9378
|
+
backgroundColor: theme.palette.background.default
|
|
9377
9379
|
}
|
|
9378
9380
|
}
|
|
9379
9381
|
},
|