impaktapps-ui-builder 0.0.101-alpha.251 → 0.0.101-alpha.252
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 +2 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +2 -1
|
@@ -11468,7 +11468,7 @@ function Card(theme) {
|
|
|
11468
11468
|
scope: "#/properties/programType",
|
|
11469
11469
|
config: {
|
|
11470
11470
|
main: {
|
|
11471
|
-
heading: ""
|
|
11471
|
+
heading: "$"
|
|
11472
11472
|
},
|
|
11473
11473
|
style: {
|
|
11474
11474
|
color: "black",
|
|
@@ -11478,6 +11478,7 @@ function Card(theme) {
|
|
|
11478
11478
|
background: "inherit",
|
|
11479
11479
|
justifyContent: "flex-start",
|
|
11480
11480
|
width: "auto",
|
|
11481
|
+
padding: 0,
|
|
11481
11482
|
height: 0
|
|
11482
11483
|
}
|
|
11483
11484
|
},
|