impaktapps-ui-builder 0.0.382-alpha.42 → 0.0.382-alpha.44
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 +8 -10
- 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 +10 -12
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +9 -10
|
@@ -9876,16 +9876,14 @@ var Card = {
|
|
|
9876
9876
|
main: {
|
|
9877
9877
|
rowSpacing: 0.5
|
|
9878
9878
|
},
|
|
9879
|
-
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
|
|
9886
|
-
|
|
9887
|
-
borderRadius: "20px"
|
|
9888
|
-
}
|
|
9879
|
+
componentsBoxStyle: {
|
|
9880
|
+
position: "relative",
|
|
9881
|
+
color: "white",
|
|
9882
|
+
height: { xs: "120px", md: "160px" },
|
|
9883
|
+
width: "100%",
|
|
9884
|
+
textAlign: "left",
|
|
9885
|
+
background: "#3f51b5",
|
|
9886
|
+
borderRadius: "20px"
|
|
9889
9887
|
},
|
|
9890
9888
|
layout: { xs: 12, sm: 12, md: 6, lg: 6 }
|
|
9891
9889
|
},
|