impaktapps-ui-builder 0.0.95-offset.2 → 0.0.95-offset.3

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.95-offset.2",
3
+ "version": "0.0.95-offset.3",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -410,7 +410,7 @@ export const buildPropertiesSection = function (type: String) {
410
410
  getInputField("xAxisValue", "X-AxisValue"),
411
411
  getRadioInputField("bottomAxisAngle", "Bottom Axis Angled", ["YES", "No"]),
412
412
  getInputField("leftMargin", "Left Margin"),
413
- emptyBox("GraphEmpty1", {xs: 0, sm: 0, md: 6, lg: 8 }),
413
+ emptyBox("GraphEmpty1", {xs: 6, sm: 0, md: 8, lg: 8 }),
414
414
  getArrayControl("legendLabels", "label"),
415
415
  getArrayControl("pieArcColors", "color"),
416
416
  ];