@notificationapi/react 0.0.22 → 0.0.23

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.
@@ -6182,7 +6182,7 @@ const hc = (e) => {
6182
6182
  content: /* @__PURE__ */ et(
6183
6183
  ic,
6184
6184
  {
6185
- maxHeight: 500,
6185
+ maxHeight: i.popupHeight - 73,
6186
6186
  pagination: i.pagination,
6187
6187
  filter: i.filter,
6188
6188
  imageShape: i.imageShape,
@@ -14,7 +14,7 @@ export type NotificationPopupProps = {
14
14
  buttonWidth?: number;
15
15
  buttonHeight?: number;
16
16
  popupWidth?: number | string;
17
- popupHeight?: number | string;
17
+ popupHeight?: number;
18
18
  imageShape?: keyof typeof ImageShape;
19
19
  pagination?: keyof typeof Pagination;
20
20
  pageSize?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@notificationapi/react",
3
3
  "private": false,
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",