@divami-artefacts/ai-design-system 1.0.45 → 1.0.47

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.
@@ -155,10 +155,16 @@ export type BaseVisualizationConfig = {
155
155
  } | {
156
156
  type: 'segmented-split-bar-chart';
157
157
  items: VariationRow[];
158
+ labelA?: string;
159
+ labelB?: string;
160
+ unit?: string;
158
161
  } | {
159
162
  type: 'balance-scale-chart';
160
163
  left: QuotationSide;
161
164
  right: QuotationSide;
165
+ leftTitle?: string;
166
+ rightTitle?: string;
167
+ unit?: string;
162
168
  } | {
163
169
  type: 'area-line-chart';
164
170
  points: QuotationTrendPoint[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divami-artefacts/ai-design-system",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "module": "./dist/index.js",