impaktapps-ui-builder 1.0.147-test.2 → 1.0.147-test.4
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 +1 -6
- 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 +0 -5
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +5 -5
|
@@ -11564,7 +11564,6 @@ function Card(theme) {
|
|
|
11564
11564
|
flexWrap: "nowrap",
|
|
11565
11565
|
width: "100% !important",
|
|
11566
11566
|
background: "transparent",
|
|
11567
|
-
border: `1.5px solid ${theme.palette.primary.light}`,
|
|
11568
11567
|
borderRadius: "8px",
|
|
11569
11568
|
padding: "20px 20px 20px 14px",
|
|
11570
11569
|
height: "100%",
|
|
@@ -11572,11 +11571,7 @@ function Card(theme) {
|
|
|
11572
11571
|
position: "relative",
|
|
11573
11572
|
marginLeft: "0px",
|
|
11574
11573
|
"&: hover": {
|
|
11575
|
-
background: `${theme.palette.primary.main}
|
|
11576
|
-
border: `1.5px solid black`,
|
|
11577
|
-
"& p": {
|
|
11578
|
-
color: "white"
|
|
11579
|
-
}
|
|
11574
|
+
background: `${theme.palette.primary.main}`
|
|
11580
11575
|
}
|
|
11581
11576
|
}
|
|
11582
11577
|
},
|