impaktapps-ui-builder 0.0.101-alpha.222 → 0.0.101-alpha.223

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.
@@ -158,6 +158,7 @@ export default function Card(theme: any): {
158
158
  textWrap: string;
159
159
  background: string;
160
160
  width: string;
161
+ margin: string;
161
162
  marginTop: {
162
163
  xs: string;
163
164
  md: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.222",
3
+ "version": "0.0.101-alpha.223",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -148,7 +148,7 @@ export default function Card(theme){
148
148
  textWrap: "wrap",
149
149
  background: "inherit",
150
150
  width: "calc(100%+8px)",
151
- // margin: "-8px",
151
+ margin: "-16px",
152
152
  marginTop: {xs: "0px", md: "12px"},
153
153
  lineHeight: "1",
154
154
  },