impaktapps-ui-builder 0.0.101-alpha.225 → 0.0.101-alpha.226
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 -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 +0 -2
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +3 -3
|
@@ -11454,8 +11454,6 @@ function Card(theme) {
|
|
|
11454
11454
|
height: "0",
|
|
11455
11455
|
background: "transparent",
|
|
11456
11456
|
borderRadius: "0px",
|
|
11457
|
-
marginLeft: "-10px",
|
|
11458
|
-
marginTop: "-8px",
|
|
11459
11457
|
justifyContent: "start",
|
|
11460
11458
|
position: "relative"
|
|
11461
11459
|
},
|
|
@@ -11525,7 +11523,7 @@ function Card(theme) {
|
|
|
11525
11523
|
textWrap: "wrap",
|
|
11526
11524
|
background: "inherit",
|
|
11527
11525
|
width: "calc(100%+8px)",
|
|
11528
|
-
margin: "-
|
|
11526
|
+
margin: "-16px",
|
|
11529
11527
|
marginTop: { xs: "0px", md: "12px" },
|
|
11530
11528
|
lineHeight: "1"
|
|
11531
11529
|
},
|