impaktapps-ui-builder 1.0.125-testL.13 → 1.0.125-testL.14

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.125-testL.13",
3
+ "version": "1.0.125-testL.14",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -432,7 +432,7 @@ export const buildPropertiesSection = function (type: String) {
432
432
  { label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
433
433
  ]),
434
434
  getInputField("leftLabel", "Left Label"),
435
- getRadioInputField("disableLeftLable", "Disable Left Label", ["YES", "No"]),
435
+ getRadioInputField("disableLeftLabel", "Disable Left Label", ["YES", "No"]),
436
436
  getInputField("bottomLabel", "Bottom Label"),
437
437
  emptyBox("GraphEmpty1", { xs: 6, sm: 0, md: 0, lg: 0 }),
438
438
  getRadioInputField("legendHide", "Legend Hide", ["YES", "No"]),