impaktapps-ui-builder 0.0.101-alpha.251 → 0.0.101-alpha.253
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 +8 -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 +5 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +8 -8
|
@@ -11457,6 +11457,8 @@ function Card(theme) {
|
|
|
11457
11457
|
height: "0",
|
|
11458
11458
|
background: "transparent",
|
|
11459
11459
|
borderRadius: "0px",
|
|
11460
|
+
marginLeft: "-10px",
|
|
11461
|
+
marginTop: "-8px",
|
|
11460
11462
|
justifyContent: "start",
|
|
11461
11463
|
position: "relative"
|
|
11462
11464
|
},
|
|
@@ -11468,7 +11470,7 @@ function Card(theme) {
|
|
|
11468
11470
|
scope: "#/properties/programType",
|
|
11469
11471
|
config: {
|
|
11470
11472
|
main: {
|
|
11471
|
-
heading: ""
|
|
11473
|
+
heading: "$"
|
|
11472
11474
|
},
|
|
11473
11475
|
style: {
|
|
11474
11476
|
color: "black",
|
|
@@ -11478,6 +11480,7 @@ function Card(theme) {
|
|
|
11478
11480
|
background: "inherit",
|
|
11479
11481
|
justifyContent: "flex-start",
|
|
11480
11482
|
width: "auto",
|
|
11483
|
+
margin: "-8px",
|
|
11481
11484
|
height: 0
|
|
11482
11485
|
}
|
|
11483
11486
|
},
|
|
@@ -11500,8 +11503,9 @@ function Card(theme) {
|
|
|
11500
11503
|
background: "inherit",
|
|
11501
11504
|
justifyContent: "flex-start",
|
|
11502
11505
|
width: "auto",
|
|
11506
|
+
margin: "-8px",
|
|
11503
11507
|
position: "absolute",
|
|
11504
|
-
left: "
|
|
11508
|
+
left: "8px"
|
|
11505
11509
|
}
|
|
11506
11510
|
},
|
|
11507
11511
|
options: {
|
|
@@ -11523,7 +11527,8 @@ function Card(theme) {
|
|
|
11523
11527
|
justifyContent: "center",
|
|
11524
11528
|
textWrap: "wrap",
|
|
11525
11529
|
background: "inherit",
|
|
11526
|
-
width: "100
|
|
11530
|
+
width: "calc(100%+8px)",
|
|
11531
|
+
margin: "-8px",
|
|
11527
11532
|
marginTop: { xs: "0px", md: "12px" },
|
|
11528
11533
|
lineHeight: "1"
|
|
11529
11534
|
},
|