impaktapps-ui-builder 0.0.101-alpha.221 → 0.0.101-alpha.223
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 +1 -4
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +1 -3
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +4 -4
|
@@ -11455,8 +11455,6 @@ function Card(theme) {
|
|
|
11455
11455
|
height: "0",
|
|
11456
11456
|
background: "transparent",
|
|
11457
11457
|
borderRadius: "0px",
|
|
11458
|
-
marginLeft: "-10px",
|
|
11459
|
-
marginTop: "-8px",
|
|
11460
11458
|
justifyContent: "start",
|
|
11461
11459
|
position: "relative"
|
|
11462
11460
|
},
|
|
@@ -11501,7 +11499,6 @@ function Card(theme) {
|
|
|
11501
11499
|
background: "inherit",
|
|
11502
11500
|
justifyContent: "flex-start",
|
|
11503
11501
|
width: "auto",
|
|
11504
|
-
margin: "-8px",
|
|
11505
11502
|
position: "absolute",
|
|
11506
11503
|
left: "8px"
|
|
11507
11504
|
}
|
|
@@ -11526,7 +11523,7 @@ function Card(theme) {
|
|
|
11526
11523
|
textWrap: "wrap",
|
|
11527
11524
|
background: "inherit",
|
|
11528
11525
|
width: "calc(100%+8px)",
|
|
11529
|
-
margin: "-
|
|
11526
|
+
margin: "-16px",
|
|
11530
11527
|
marginTop: { xs: "0px", md: "12px" },
|
|
11531
11528
|
lineHeight: "1"
|
|
11532
11529
|
},
|