@divami-artefacts/ai-design-system 1.0.30 → 1.0.32

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.
@@ -124,6 +124,7 @@ export type BaseVisualizationConfig = {
124
124
  type: 'hub-and-spoke-radial-chart';
125
125
  segments: EWStatusRow[];
126
126
  title?: string;
127
+ unitLabel?: string;
127
128
  } | {
128
129
  type: 'dot-matrix-chart';
129
130
  items: EWCategoryRow[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divami-artefacts/ai-design-system",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "module": "./dist/index.js",