@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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +382 -311
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
} | {
|