@divami-artefacts/ai-design-system 1.0.46 → 1.0.48

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.
@@ -256,6 +256,7 @@ export type KeyHighlightChip = {
256
256
  value: string;
257
257
  label: string;
258
258
  color?: string;
259
+ icon?: string;
259
260
  };
260
261
  export type KeyHighlightBadge = {
261
262
  text: string;
@@ -292,6 +293,7 @@ export type KeyHighlightBlock = {
292
293
  value: string;
293
294
  label: string;
294
295
  color?: string;
296
+ icon?: string;
295
297
  }>;
296
298
  takeaway?: string;
297
299
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divami-artefacts/ai-design-system",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "module": "./dist/index.js",