impaktapps-ui-builder 0.0.101-alpha.253 → 0.0.101-alpha.255

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.
@@ -109,6 +109,7 @@ export default function Card(theme: any): {
109
109
  justifyContent: string;
110
110
  width: string;
111
111
  margin: string;
112
+ marginLeft: string;
112
113
  height: number;
113
114
  position?: undefined;
114
115
  left?: undefined;
@@ -138,6 +139,7 @@ export default function Card(theme: any): {
138
139
  margin: string;
139
140
  position: string;
140
141
  left: string;
142
+ marginLeft?: undefined;
141
143
  height?: undefined;
142
144
  };
143
145
  };
@@ -168,7 +170,6 @@ export default function Card(theme: any): {
168
170
  xs: string;
169
171
  md: string;
170
172
  };
171
- lineHeight: string;
172
173
  };
173
174
  layout: number;
174
175
  wrapperStyle?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.253",
3
+ "version": "0.0.101-alpha.255",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -102,6 +102,7 @@ export default function Card(theme){
102
102
  justifyContent: "flex-start",
103
103
  width: "auto",
104
104
  margin: "-8px",
105
+ marginLeft: "-24px",
105
106
  height: 0
106
107
  },
107
108
  // layout: 1,
@@ -127,7 +128,7 @@ export default function Card(theme){
127
128
  width: "auto",
128
129
  margin: "-8px",
129
130
  position: "absolute",
130
- left: "8px"
131
+ left: "24px"
131
132
  },
132
133
  // layout: 11,
133
134
  },
@@ -152,8 +153,7 @@ export default function Card(theme){
152
153
  background: "inherit",
153
154
  width: "calc(100%+8px)",
154
155
  margin: "-8px",
155
- marginTop: {xs: "0px", md: "12px"},
156
- lineHeight: "1",
156
+ marginTop: {xs: "0px", md: "20px"},
157
157
  },
158
158
  layout: 12,
159
159
  },