impaktapps-ui-builder 0.0.382-alpha.1001 → 0.0.382-alpha.1002
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 +5 -9
- 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/leaderBoard.d.ts +8 -7
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +6 -30
|
@@ -9213,17 +9213,13 @@ var leaderBoard = {
|
|
|
9213
9213
|
},
|
|
9214
9214
|
style: {
|
|
9215
9215
|
wrapperStyle: {
|
|
9216
|
-
|
|
9217
|
-
|
|
9218
|
-
boxSizing: "border-box"
|
|
9216
|
+
display: "flex",
|
|
9217
|
+
gap: "10px"
|
|
9219
9218
|
}
|
|
9220
9219
|
},
|
|
9221
9220
|
wrapperStyle: {
|
|
9222
9221
|
position: "relative",
|
|
9223
|
-
width: "100%"
|
|
9224
|
-
minHeight: 650,
|
|
9225
|
-
paddingBottom: "20px",
|
|
9226
|
-
boxSizing: "border-box"
|
|
9222
|
+
width: "100%"
|
|
9227
9223
|
}
|
|
9228
9224
|
},
|
|
9229
9225
|
elements: [
|
|
@@ -9529,11 +9525,11 @@ var leaderBoard = {
|
|
|
9529
9525
|
fontWeight: 900,
|
|
9530
9526
|
background: "rgb(179, 198, 255)"
|
|
9531
9527
|
},
|
|
9532
|
-
position: "absolute",
|
|
9533
9528
|
top: { xs: "300px", sm: "300px", md: "390px", lg: "390px" },
|
|
9534
9529
|
border: "2px solid rgb(179, 198, 255)",
|
|
9535
9530
|
width: "95%",
|
|
9536
|
-
left: "2.5%"
|
|
9531
|
+
left: "2.5%",
|
|
9532
|
+
margin: "auto"
|
|
9537
9533
|
},
|
|
9538
9534
|
main: {
|
|
9539
9535
|
disableAction: true,
|