impaktapps-ui-builder 0.0.382-alpha.42 → 0.0.382-alpha.43
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 +9 -0
- 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/card.d.ts +12 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +9 -0
|
@@ -9885,6 +9885,15 @@ var Card = {
|
|
|
9885
9885
|
textAlign: "left",
|
|
9886
9886
|
background: "#3f51b5",
|
|
9887
9887
|
borderRadius: "20px"
|
|
9888
|
+
},
|
|
9889
|
+
wrapperStyle: {
|
|
9890
|
+
position: "relative",
|
|
9891
|
+
color: "white",
|
|
9892
|
+
height: { xs: "120px", md: "160px" },
|
|
9893
|
+
width: "100%",
|
|
9894
|
+
textAlign: "left",
|
|
9895
|
+
background: "#3f51b5",
|
|
9896
|
+
borderRadius: "20px"
|
|
9888
9897
|
}
|
|
9889
9898
|
},
|
|
9890
9899
|
layout: { xs: 12, sm: 12, md: 6, lg: 6 }
|