magneto365.ui 2.65.9 → 2.66.0

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.
@@ -19,4 +19,8 @@ export interface IBarChart {
19
19
  * Sets the maximum height of the bar
20
20
  */
21
21
  maxHeight?: number;
22
+ /**
23
+ * Point color (RGB) or color
24
+ */
25
+ point?: string;
22
26
  }
package/dist/index.d.ts CHANGED
@@ -108,6 +108,10 @@ interface IBarChart {
108
108
  * Sets the maximum height of the bar
109
109
  */
110
110
  maxHeight?: number;
111
+ /**
112
+ * Point color (RGB) or color
113
+ */
114
+ point?: string;
111
115
  }
112
116
 
113
117
  declare const BarChart: React__default.FC<IBarChart>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.65.9",
7
+ "version": "2.66.0",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",