impaktapps-ui-builder 0.0.592-alpha.10 → 0.0.592-alpha.11

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.592-alpha.10",
3
+ "version": "0.0.592-alpha.11",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -342,6 +342,14 @@ export const buildPropertiesSection = function (type: String) {
342
342
  getInputField("iconName", "Icon Name")];
343
343
  break;
344
344
  case "ProgressBar":
345
+ uiSchema.elements = [
346
+ getInputField("heading", "Heading"),
347
+ getInputField("bottomLabel_1", "First BottomLabel"),
348
+ getInputField("bottomLabel_2", "Second BottomLabel"),
349
+ getInputField("bottomLabel_3", "Third BottomLabel"),
350
+ emptyBox("ProgressBarCardEmpty1"), emptyBox("ProgressBarCardEmpty2")
351
+ ];
352
+ break;
345
353
  case "ProgressBarCard":
346
354
  uiSchema.elements = [
347
355
  getInputField("heading", "Heading"),