impaktapps-ui-builder 1.0.9-4.card.1 → 1.0.9-4.card.2
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 +2 -1
- 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 +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +1 -0
|
@@ -11306,7 +11306,8 @@ function Card(theme) {
|
|
|
11306
11306
|
width: "100%",
|
|
11307
11307
|
height: "inherit",
|
|
11308
11308
|
background: "transparent",
|
|
11309
|
-
borderRadius: "0px"
|
|
11309
|
+
borderRadius: "0px",
|
|
11310
|
+
padding: 0
|
|
11310
11311
|
},
|
|
11311
11312
|
layout: 12
|
|
11312
11313
|
},
|