impaktapps-ui-builder 0.0.101-alpha.252 → 0.0.101-alpha.253
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 +7 -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/card.d.ts +5 -2
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +7 -8
|
@@ -11457,6 +11457,8 @@ function Card(theme) {
|
|
|
11457
11457
|
height: "0",
|
|
11458
11458
|
background: "transparent",
|
|
11459
11459
|
borderRadius: "0px",
|
|
11460
|
+
marginLeft: "-10px",
|
|
11461
|
+
marginTop: "-8px",
|
|
11460
11462
|
justifyContent: "start",
|
|
11461
11463
|
position: "relative"
|
|
11462
11464
|
},
|
|
@@ -11478,7 +11480,7 @@ function Card(theme) {
|
|
|
11478
11480
|
background: "inherit",
|
|
11479
11481
|
justifyContent: "flex-start",
|
|
11480
11482
|
width: "auto",
|
|
11481
|
-
|
|
11483
|
+
margin: "-8px",
|
|
11482
11484
|
height: 0
|
|
11483
11485
|
}
|
|
11484
11486
|
},
|
|
@@ -11501,8 +11503,9 @@ function Card(theme) {
|
|
|
11501
11503
|
background: "inherit",
|
|
11502
11504
|
justifyContent: "flex-start",
|
|
11503
11505
|
width: "auto",
|
|
11506
|
+
margin: "-8px",
|
|
11504
11507
|
position: "absolute",
|
|
11505
|
-
left: "
|
|
11508
|
+
left: "8px"
|
|
11506
11509
|
}
|
|
11507
11510
|
},
|
|
11508
11511
|
options: {
|
|
@@ -11524,7 +11527,8 @@ function Card(theme) {
|
|
|
11524
11527
|
justifyContent: "center",
|
|
11525
11528
|
textWrap: "wrap",
|
|
11526
11529
|
background: "inherit",
|
|
11527
|
-
width: "100
|
|
11530
|
+
width: "calc(100%+8px)",
|
|
11531
|
+
margin: "-8px",
|
|
11528
11532
|
marginTop: { xs: "0px", md: "12px" },
|
|
11529
11533
|
lineHeight: "1"
|
|
11530
11534
|
},
|