impaktapps-ui-builder 0.0.101-alpha.227 → 0.0.101-alpha.228
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
|
@@ -11432,7 +11432,8 @@ function Card(theme) {
|
|
|
11432
11432
|
width: "100%",
|
|
11433
11433
|
height: "inherit",
|
|
11434
11434
|
background: "transparent",
|
|
11435
|
-
borderRadius: "0px"
|
|
11435
|
+
borderRadius: "0px",
|
|
11436
|
+
padding: 0
|
|
11436
11437
|
},
|
|
11437
11438
|
layout: 12
|
|
11438
11439
|
},
|