impaktapps-ui-builder 0.0.101-alpha.228 → 0.0.101-alpha.229
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 -6
- 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 +3 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +5 -3
|
@@ -11385,7 +11385,8 @@ function Card(theme) {
|
|
|
11385
11385
|
wrapperStyle: {
|
|
11386
11386
|
position: "relative",
|
|
11387
11387
|
top: "50%",
|
|
11388
|
-
transform: "translateY(-50%)"
|
|
11388
|
+
transform: "translateY(-50%)",
|
|
11389
|
+
marginBottom: 0
|
|
11389
11390
|
},
|
|
11390
11391
|
componentsBoxStyle: {
|
|
11391
11392
|
boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
|
|
@@ -11424,7 +11425,8 @@ function Card(theme) {
|
|
|
11424
11425
|
gap: 0
|
|
11425
11426
|
},
|
|
11426
11427
|
wrapperStyle: {
|
|
11427
|
-
background: "transparent"
|
|
11428
|
+
background: "transparent",
|
|
11429
|
+
marginBottom: 0
|
|
11428
11430
|
},
|
|
11429
11431
|
componentsBoxStyle: {
|
|
11430
11432
|
flexDirection: "column",
|
|
@@ -11432,8 +11434,7 @@ function Card(theme) {
|
|
|
11432
11434
|
width: "100%",
|
|
11433
11435
|
height: "inherit",
|
|
11434
11436
|
background: "transparent",
|
|
11435
|
-
borderRadius: "0px"
|
|
11436
|
-
padding: 0
|
|
11437
|
+
borderRadius: "0px"
|
|
11437
11438
|
},
|
|
11438
11439
|
layout: 12
|
|
11439
11440
|
},
|
|
@@ -11446,7 +11447,8 @@ function Card(theme) {
|
|
|
11446
11447
|
gap: 0
|
|
11447
11448
|
},
|
|
11448
11449
|
wrapperStyle: {
|
|
11449
|
-
background: "transparent"
|
|
11450
|
+
background: "transparent",
|
|
11451
|
+
marginBottom: 0
|
|
11450
11452
|
},
|
|
11451
11453
|
componentsBoxStyle: {
|
|
11452
11454
|
flexDirection: "row",
|
|
@@ -11526,7 +11528,7 @@ function Card(theme) {
|
|
|
11526
11528
|
textWrap: "wrap",
|
|
11527
11529
|
background: "inherit",
|
|
11528
11530
|
width: "calc(100%+8px)",
|
|
11529
|
-
margin: "-
|
|
11531
|
+
margin: "-8px",
|
|
11530
11532
|
marginTop: { xs: "0px", md: "12px" },
|
|
11531
11533
|
lineHeight: "1"
|
|
11532
11534
|
},
|