@naviedu/room-platform-react 0.0.57 → 0.0.59

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.
Files changed (3) hide show
  1. package/index.d.ts +3 -1
  2. package/index.esm.js +891 -725
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -557,7 +557,9 @@ export declare type RoomPlatformPrivateRoomStageProps = {
557
557
  whiteboard?: ReactNode;
558
558
  };
559
559
 
560
- export declare function RoomPlatformPrivateRoomStatusBanner({ message, detail, status, tone, }: RoomPlatformPrivateRoomStatusBannerProps): JSX.Element;
560
+ export declare function RoomPlatformPrivateRoomStatusBanner(): JSX.Element;
561
+
562
+ export declare function RoomPlatformPrivateRoomStatusBannerContent({ message, detail, status, tone, }: RoomPlatformPrivateRoomStatusBannerProps): JSX.Element;
561
563
 
562
564
  export declare type RoomPlatformPrivateRoomStatusBannerProps = {
563
565
  message?: string;