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.
@@ -6,6 +6,7 @@ export default function Card(theme: any): {
6
6
  position: string;
7
7
  top: string;
8
8
  transform: string;
9
+ marginBottom: number;
9
10
  };
10
11
  componentsBoxStyle: {
11
12
  boxShadow: string;
@@ -50,6 +51,7 @@ export default function Card(theme: any): {
50
51
  };
51
52
  wrapperStyle: {
52
53
  background: string;
54
+ marginBottom: number;
53
55
  };
54
56
  componentsBoxStyle: {
55
57
  flexDirection: string;
@@ -71,6 +73,7 @@ export default function Card(theme: any): {
71
73
  };
72
74
  wrapperStyle: {
73
75
  background: string;
76
+ marginBottom: number;
74
77
  };
75
78
  componentsBoxStyle: {
76
79
  flexDirection: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.227",
3
+ "version": "0.0.101-alpha.229",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -6,7 +6,8 @@ export default function Card(theme){
6
6
  wrapperStyle: {
7
7
  position: "relative",
8
8
  top: "50%",
9
- transform: "translateY(-50%)"
9
+ transform: "translateY(-50%)",
10
+ marginBottom: 0
10
11
  },
11
12
  componentsBoxStyle: {
12
13
  boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
@@ -46,6 +47,7 @@ export default function Card(theme){
46
47
  },
47
48
  wrapperStyle: {
48
49
  background: "transparent",
50
+ marginBottom: 0
49
51
  },
50
52
  componentsBoxStyle: {
51
53
  flexDirection: "column",
@@ -67,6 +69,7 @@ export default function Card(theme){
67
69
  },
68
70
  wrapperStyle: {
69
71
  background: "transparent",
72
+ marginBottom: 0
70
73
  },
71
74
  componentsBoxStyle: {
72
75
  flexDirection: "row",
@@ -148,7 +151,7 @@ export default function Card(theme){
148
151
  textWrap: "wrap",
149
152
  background: "inherit",
150
153
  width: "calc(100%+8px)",
151
- margin: "-16px",
154
+ margin: "-8px",
152
155
  marginTop: {xs: "0px", md: "12px"},
153
156
  lineHeight: "1",
154
157
  },