@naviedu/room-platform-react 0.0.60 → 0.0.62

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 (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -30159,7 +30159,7 @@ var RoomPlatformWorkspaceContent = function(param) {
30159
30159
  var sidebarContent = /*#__PURE__*/ jsxs("aside", {
30160
30160
  className: "flex h-full max-h-full min-h-0 flex-col gap-0 overflow-hidden bg-white text-slate-950",
30161
30161
  children: [
30162
- /*#__PURE__*/ jsx(RoomPlatformCurrentOperationStrip, {
30162
+ !canModerate && /*#__PURE__*/ jsx(RoomPlatformCurrentOperationStrip, {
30163
30163
  activeSpeakerParticipantIdentity: activeSpeakerParticipantIdentity,
30164
30164
  canClearActiveSpeaker: canModerate,
30165
30165
  isClearingActiveSpeaker: isClearingActiveSpeaker,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naviedu/room-platform-react",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "type": "module",
5
5
  "main": "./index.esm.js",
6
6
  "module": "./index.esm.js",