impaktapps-ui-builder 1.0.140 → 1.0.142

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": "1.0.140",
3
+ "version": "1.0.142",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -37,7 +37,7 @@ export const buildLeaderBoard = (config) => {
37
37
  if (config.scoreKey) {
38
38
  LeaderBoard.config.main.scoreKey = config.scoreKey;
39
39
  }
40
- if(config.isScoreAmountType){
40
+ if(config.isScoreAmount){
41
41
  LeaderBoard.config.main.isScoreAmount = config.isScoreAmount === "YES" ? true : false;
42
42
  }
43
43
  if (config.layout) {
@@ -374,8 +374,8 @@ export const buildPropertiesSection = function (type: String) {
374
374
  getInputField("nameKey", "Key for Name"),
375
375
  getInputField("imageKey", "Key for Image"),
376
376
  getInputField("scoreKey", "Key for comparing parameter"),
377
- getRadioInputField("isScoreAmount", "Is Score an Amount", ["YES", "No"]),
378
- emptyBox("LeaderBoardEmpty1", { xs: 6, sm: 6, md: 0, lg: 0 }),
377
+ getRadioInputField("isScoreAmount", "Is score an Amount", ["YES", "No"]),
378
+ emptyBox("LeaderBoardEmpty1", { xs: 6, sm: 6, md: 0, lg: 3 })
379
379
  ];
380
380
  break;
381
381
  case "CardSlider":