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.
- package/dist/impaktapps-ui-builder.es.js +3 -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 +2 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +3 -3
|
@@ -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
|
@@ -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: "
|
|
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: "
|
|
156
|
-
lineHeight: "1",
|
|
156
|
+
marginTop: {xs: "0px", md: "20px"},
|
|
157
157
|
},
|
|
158
158
|
layout: 12,
|
|
159
159
|
},
|