impaktapps-ui-builder 0.0.382-alpha.48 → 0.0.382-alpha.49

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.
@@ -91,6 +91,8 @@ export declare const HorizontalBarGraph: {
91
91
  widget: string;
92
92
  };
93
93
  config: {
94
- main: {};
94
+ main: {
95
+ type: string;
96
+ };
95
97
  };
96
98
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.48",
3
+ "version": "0.0.382-alpha.49",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -165,7 +165,7 @@ export const HorizontalBarGraph = {
165
165
  config: {
166
166
  main: {
167
167
  // header: " ",
168
- // type: "HorizontalBarGraph",
168
+ type: "HorizontalBarGraph",
169
169
  // bottomLabel: " ",
170
170
  // leftLabel: "Value",
171
171
  // axisLeft: false,