impaktapps-ui-builder 0.0.966 → 0.0.968

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.
@@ -9898,7 +9898,7 @@ var leaderBoard = {
9898
9898
  scope: "#/properties/leaderBoard/properties/firstName",
9899
9899
  config: {
9900
9900
  main: {
9901
- heading: "No data"
9901
+ heading: "No User"
9902
9902
  },
9903
9903
  style: {
9904
9904
  objectFit: "cover",
@@ -9926,7 +9926,7 @@ var leaderBoard = {
9926
9926
  scope: "#/properties/leaderBoard/properties/secondName",
9927
9927
  config: {
9928
9928
  main: {
9929
- heading: "No data"
9929
+ heading: "No User"
9930
9930
  },
9931
9931
  style: {
9932
9932
  objectFit: "cover",
@@ -9953,7 +9953,7 @@ var leaderBoard = {
9953
9953
  scope: "#/properties/leaderBoard/properties/thirdName",
9954
9954
  config: {
9955
9955
  main: {
9956
- heading: " "
9956
+ heading: "No User"
9957
9957
  },
9958
9958
  style: {
9959
9959
  objectFit: "cover",
@@ -10108,7 +10108,7 @@ var leaderBoard = {
10108
10108
  fontWeight: 900,
10109
10109
  background: "rgb(179, 198, 255)"
10110
10110
  },
10111
- top: { xs: "200px", sm: "300px", md: "390px", lg: "390px" },
10111
+ top: { xs: "100px", sm: "200px", md: "390px", lg: "390px" },
10112
10112
  border: "2px solid rgb(179, 198, 255)",
10113
10113
  width: "95%",
10114
10114
  left: "2.5%",