@stream-io/video-react-sdk 1.33.4 → 1.34.0
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/CHANGELOG.md +16 -0
- package/dist/css/embedded.css +5 -0
- package/dist/css/embedded.css.map +1 -1
- package/dist/css/styles.css +5 -0
- package/dist/css/styles.css.map +1 -1
- package/dist/embedded.cjs.js +28 -2
- package/dist/embedded.cjs.js.map +1 -1
- package/dist/embedded.es.js +28 -2
- package/dist/embedded.es.js.map +1 -1
- package/dist/index.cjs.js +30 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +30 -4
- package/dist/index.es.js.map +1 -1
- package/dist/src/translations/index.d.ts +1 -0
- package/package.json +4 -4
- package/src/components/CallControls/CallControls.tsx +4 -9
- package/src/core/components/ParticipantView/DefaultParticipantViewUI.tsx +44 -4
- package/src/translations/en.json +1 -0
package/dist/css/styles.css
CHANGED
|
@@ -2055,6 +2055,11 @@
|
|
|
2055
2055
|
-webkit-mask-image: var(--str-video__icon--mic-off);
|
|
2056
2056
|
mask-image: var(--str-video__icon--mic-off);
|
|
2057
2057
|
}
|
|
2058
|
+
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--audio-connecting .str-video__loading-indicator__icon {
|
|
2059
|
+
width: 1rem;
|
|
2060
|
+
height: 1rem;
|
|
2061
|
+
border-width: 2px;
|
|
2062
|
+
}
|
|
2058
2063
|
.str-video__participant-view .str-video__participant-details .str-video__participant-details__name .str-video__participant-details__name--video-muted {
|
|
2059
2064
|
width: 1rem;
|
|
2060
2065
|
height: 1rem;
|