impaktapps-ui-builder 0.0.101-alpha.227 → 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.
@@ -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",
@@ -11445,7 +11447,8 @@ function Card(theme) {
11445
11447
  gap: 0
11446
11448
  },
11447
11449
  wrapperStyle: {
11448
- background: "transparent"
11450
+ background: "transparent",
11451
+ marginBottom: 0
11449
11452
  },
11450
11453
  componentsBoxStyle: {
11451
11454
  flexDirection: "row",
@@ -11525,7 +11528,7 @@ function Card(theme) {
11525
11528
  textWrap: "wrap",
11526
11529
  background: "inherit",
11527
11530
  width: "calc(100%+8px)",
11528
- margin: "-16px",
11531
+ margin: "-8px",
11529
11532
  marginTop: { xs: "0px", md: "12px" },
11530
11533
  lineHeight: "1"
11531
11534
  },