@foris/avocado-not-front 1.8.1 → 1.8.2

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.
@@ -472,7 +472,8 @@ export interface AccordionNotFrontProps extends NotFrontBaseProps, Omit<Accordio
472
472
  */
473
473
  export interface AISummaryCardNotFrontProps extends NotFrontBaseProps {
474
474
  component: 'aiSummaryCard';
475
- api: string;
475
+ dataSource: NotFrontDataSource;
476
+ title: string;
476
477
  }
477
478
  /**
478
479
  * Interface for the props used in the AIInputActionNotFront component.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foris/avocado-not-front",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,7 +34,7 @@
34
34
  "@foris/avocado-core": "1.1.0",
35
35
  "@foris/avocado-icons": "1.16.0",
36
36
  "@foris/avocado-suite": "1.3.2",
37
- "@foris/ai-agent": "0.1.0"
37
+ "@foris/ai-agent": "0.1.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "6.4.0",