impaktapps-ui-builder 0.0.966 → 0.0.967
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 -3
- 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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +3 -3
package/package.json
CHANGED
|
@@ -125,7 +125,7 @@ export default {
|
|
|
125
125
|
scope: "#/properties/leaderBoard/properties/firstName",
|
|
126
126
|
config: {
|
|
127
127
|
main: {
|
|
128
|
-
heading: "No
|
|
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
|
|
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",
|