@foris/avocado-suite 0.30.3 → 0.30.5

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.
@@ -5,7 +5,7 @@ declare enum NotificationState {
5
5
  Info = "info",
6
6
  Success = "success"
7
7
  }
8
- interface CardNotificationProps {
8
+ export interface CardNotificationProps {
9
9
  /** Content card notification */
10
10
  children?: ReactNode | string;
11
11
  /** Overwrite className */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foris/avocado-suite",
3
- "version": "0.30.3",
3
+ "version": "0.30.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,7 +27,7 @@
27
27
  "react-toastify": "9.0.3",
28
28
  "zustand": "4.5.4",
29
29
  "@foris/avocado-core": "0.10.0",
30
- "@foris/avocado-icons": "1.10.0"
30
+ "@foris/avocado-icons": "1.11.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "6.4.0",