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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.966",
3
+ "version": "0.0.968",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -125,7 +125,7 @@ export default {
125
125
  scope: "#/properties/leaderBoard/properties/firstName",
126
126
  config: {
127
127
  main: {
128
- heading: "No data",
128
+ heading: "No User",
129
129
  },
130
130
  style: {
131
131
  objectFit: "cover",
@@ -154,7 +154,7 @@ export default {
154
154
  scope: "#/properties/leaderBoard/properties/secondName",
155
155
  config: {
156
156
  main: {
157
- heading: "No data",
157
+ heading: "No User",
158
158
  },
159
159
  style: {
160
160
  objectFit: "cover",
@@ -181,7 +181,7 @@ export default {
181
181
  scope: "#/properties/leaderBoard/properties/thirdName",
182
182
  config: {
183
183
  main: {
184
- heading: " ",
184
+ heading: "No User",
185
185
  },
186
186
  style: {
187
187
  objectFit: "cover",
@@ -348,7 +348,7 @@ export default {
348
348
  fontWeight: 900,
349
349
  background: "rgb(179, 198, 255)"
350
350
  },
351
- top: { xs: "200px", sm: "300px", md: "390px", lg: "390px" },
351
+ top: { xs: "100px", sm: "200px", md: "390px", lg: "390px" },
352
352
  border: "2px solid rgb(179, 198, 255)",
353
353
  width: "95%",
354
354
  left: "2.5%",