impaktapps-ui-builder 1.0.147 → 1.0.148
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 +3 -2
- 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 +3 -2
|
@@ -11668,8 +11668,8 @@ function Card(theme) {
|
|
|
11668
11668
|
style: {
|
|
11669
11669
|
color: "black",
|
|
11670
11670
|
display: "flex",
|
|
11671
|
-
fontSize: { xs: "
|
|
11672
|
-
fontWeight: "
|
|
11671
|
+
fontSize: { xs: "21px", md: "22px" },
|
|
11672
|
+
fontWeight: "500",
|
|
11673
11673
|
background: "inherit",
|
|
11674
11674
|
justifyContent: "flex-start",
|
|
11675
11675
|
width: "auto",
|
|
@@ -11704,6 +11704,7 @@ function Card(theme) {
|
|
|
11704
11704
|
style: {
|
|
11705
11705
|
color: "black",
|
|
11706
11706
|
fontSize: "16px",
|
|
11707
|
+
fontWeight: "400",
|
|
11707
11708
|
justifyContent: "center",
|
|
11708
11709
|
whiteSpace: "nowrap",
|
|
11709
11710
|
overflowX: "auto",
|