@ceed/ads 1.25.0 → 1.25.1-next.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.
package/README.md CHANGED
@@ -10,6 +10,25 @@ npm install @ceed/ads
10
10
  yarn add @ceed/ads
11
11
  ```
12
12
 
13
+ ### Peer Dependencies
14
+
15
+ `@ceed/ads` requires the following peer dependencies to be installed in your app.
16
+ You can skip any packages that are already installed.
17
+
18
+ ```bash
19
+ npm install @emotion/react @emotion/styled @mui/joy framer-motion
20
+ # If using icon components:
21
+ npm install @mui/icons-material
22
+ ```
23
+
24
+ | Package | Required | Note |
25
+ |---|---|---|
26
+ | `@emotion/react` | Yes | MUI Joy rendering engine |
27
+ | `@emotion/styled` | Yes | MUI Joy styling engine |
28
+ | `@mui/joy` | Yes | Design system foundation (includes ThemeProvider) |
29
+ | `framer-motion` | Yes | Animation components |
30
+ | `@mui/icons-material` | Optional | Only needed for icon-based components |
31
+
13
32
  ## Usage
14
33
 
15
34
  ### With Bundler (Vite, Webpack, etc.)
@@ -26,7 +26,7 @@ interface BaseProfileMenuProps {
26
26
  src: string;
27
27
  alt: string;
28
28
  };
29
- caption?: string;
29
+ caption?: React.ReactNode;
30
30
  chip?: string;
31
31
  };
32
32
  menuItems: ({