@stream-io/video-react-sdk 1.18.5 → 1.18.7
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 +19 -0
- package/dist/css/styles.css +4 -4
- package/dist/css/styles.css.map +1 -1
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/src/components/Button/CompositeButton.d.ts +2 -2
- package/package.json +4 -4
- package/src/components/Button/CompositeButton.tsx +2 -2
- package/src/components/CallControls/ToggleAudioButton.tsx +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.18.7](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.6...@stream-io/video-react-sdk-1.18.7) (2025-06-30)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
- `@stream-io/video-styling` updated to version `1.2.1`
|
|
10
|
+
- `@stream-io/video-client` updated to version `1.25.1`
|
|
11
|
+
- `@stream-io/video-react-bindings` updated to version `1.7.2`
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- default menu for ToggleAudioPreviewButton ([#1838](https://github.com/GetStream/stream-video-js/issues/1838)) ([0d719ea](https://github.com/GetStream/stream-video-js/commit/0d719ea0035a159add47eb592bda056b8113be1f))
|
|
16
|
+
|
|
17
|
+
## [1.18.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.5...@stream-io/video-react-sdk-1.18.6) (2025-06-20)
|
|
18
|
+
|
|
19
|
+
### Dependency Updates
|
|
20
|
+
|
|
21
|
+
- `@stream-io/video-client` updated to version `1.25.0`
|
|
22
|
+
- `@stream-io/video-react-bindings` updated to version `1.7.1`
|
|
23
|
+
|
|
5
24
|
## [1.18.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.4...@stream-io/video-react-sdk-1.18.5) (2025-06-12)
|
|
6
25
|
|
|
7
26
|
### Dependency Updates
|
package/dist/css/styles.css
CHANGED
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
cursor: pointer;
|
|
226
226
|
}
|
|
227
227
|
.str-video__button__icon {
|
|
228
|
-
margin-
|
|
228
|
+
margin-inline-end: var(--str-video__spacing-xs);
|
|
229
229
|
background-color: var(--str-video__text-color1);
|
|
230
230
|
}
|
|
231
231
|
.str-video__button:disabled {
|
|
@@ -257,8 +257,8 @@
|
|
|
257
257
|
}
|
|
258
258
|
.str-video__composite-button .str-video__composite-button__button-group .str-video__menu-toggle-button {
|
|
259
259
|
padding: 0;
|
|
260
|
-
margin-
|
|
261
|
-
margin-
|
|
260
|
+
margin-inline-start: -30px;
|
|
261
|
+
margin-inline-end: 8px;
|
|
262
262
|
}
|
|
263
263
|
.str-video__composite-button .str-video__composite-button__button-group .str-video__loading-indicator__icon {
|
|
264
264
|
width: 1.375rem;
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
mask-size: 1.25rem;
|
|
268
268
|
}
|
|
269
269
|
.str-video__composite-button.str-video__composite-button--menu .str-video__composite-button__button {
|
|
270
|
-
padding-
|
|
270
|
+
padding-inline-end: 2.5rem;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.str-video__call-controls__button {
|