@trycourier/courier-react 8.0.21-beta → 8.0.23-beta

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
@@ -3,7 +3,7 @@
3
3
  ## 1. Install
4
4
 
5
5
  ```sh
6
- npm i @trycourier/courier-react@8.0.21-beta
6
+ npm i @trycourier/courier-react@8.0.23-beta
7
7
  ```
8
8
 
9
9
  > **Not using React?** We suggest you use [@trycourier/courier-ui-inbox](../courier-ui-inbox/README.md) package instead.
package/dist/index.d.ts CHANGED
@@ -4,6 +4,6 @@ export * from './components/courier-inbox-popup-menu';
4
4
  export type { CourierProps, CourierClientOptions, CourierBrand, CourierApiUrls, CourierUserPreferences, CourierUserPreferencesStatus, CourierUserPreferencesChannel, CourierUserPreferencesPaging, CourierUserPreferencesTopic, CourierUserPreferencesTopicResponse, CourierDevice, CourierToken, CourierGetInboxMessageResponse, CourierGetInboxMessagesResponse, InboxMessage, InboxAction, InboxMessageEventEnvelope, } from '@trycourier/courier-js';
5
5
  export { markAsRead, markAsUnread, clickMessage, archiveMessage, openMessage } from '@trycourier/courier-ui-inbox';
6
6
  export type { CourierInboxHeaderFactoryProps, CourierInboxStateLoadingFactoryProps, CourierInboxStateEmptyFactoryProps, CourierInboxStateErrorFactoryProps, CourierInboxListItemFactoryProps, CourierInboxListItemActionFactoryProps, CourierInboxPaginationItemFactoryProps, CourierInboxMenuButtonFactoryProps, CourierInboxFeedType } from '@trycourier/courier-ui-inbox';
7
- export type { CourierInboxTheme, CourierInboxFontTheme, CourierInboxIconTheme, CourierInboxFilterItemTheme, CourierInboxUnreadIndicatorTheme, CourierInboxIconButtonTheme, CourierInboxButtonTheme, CourierInboxMenuButtonTheme, CourierInboxPopupTheme, CourierInboxListItemTheme, CourierInboxSkeletonLoadingStateTheme, CourierInboxInfoStateTheme, CourierMenuItemTheme, CourierFilterMenuTheme, CourierActionMenuTheme } from '@trycourier/courier-ui-inbox';
7
+ export type { CourierInboxTheme, CourierInboxFontTheme, CourierInboxIconTheme, CourierInboxFilterItemTheme, CourierInboxUnreadCountIndicatorTheme, CourierInboxUnreadDotIndicatorTheme, CourierInboxIconButtonTheme, CourierInboxButtonTheme, CourierInboxMenuButtonTheme, CourierInboxPopupTheme, CourierInboxListItemTheme, CourierInboxSkeletonLoadingStateTheme, CourierInboxInfoStateTheme, CourierMenuItemTheme, CourierFilterMenuTheme, CourierActionMenuTheme } from '@trycourier/courier-ui-inbox';
8
8
  export { defaultLightTheme, defaultDarkTheme, mergeTheme } from '@trycourier/courier-ui-inbox';
9
9
  export type { CourierComponentThemeMode } from '@trycourier/courier-ui-core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier-react",
3
- "version": "8.0.21-beta",
3
+ "version": "8.0.23-beta",
4
4
  "description": "The React components for the Courier web UI",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -28,14 +28,13 @@
28
28
  "dependencies": {
29
29
  "@trycourier/courier-js": "2.0.8-beta",
30
30
  "@trycourier/courier-ui-core": "1.0.11-beta",
31
- "@trycourier/courier-ui-inbox": "1.0.11-beta"
31
+ "@trycourier/courier-ui-inbox": "1.0.13-beta"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=18.0.0",
35
35
  "react-dom": ">=18.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@trycourier/courier-ui-inbox": "file:../@trycourier/courier-ui-inbox",
39
38
  "@types/react": "19.1.0",
40
39
  "@types/react-dom": "19.1.0",
41
40
  "@vitejs/plugin-react": "4.4.1",