@stream-io/video-react-sdk 1.18.6 → 1.18.8

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 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.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.18.7...@stream-io/video-react-sdk-1.18.8) (2025-07-02)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-client` updated to version `1.25.2`
10
+ - `@stream-io/video-react-bindings` updated to version `1.7.3`
11
+
12
+ ## [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)
13
+
14
+ ### Dependency Updates
15
+
16
+ - `@stream-io/video-styling` updated to version `1.2.1`
17
+ - `@stream-io/video-client` updated to version `1.25.1`
18
+ - `@stream-io/video-react-bindings` updated to version `1.7.2`
19
+
20
+ ### Bug Fixes
21
+
22
+ - default menu for ToggleAudioPreviewButton ([#1838](https://github.com/GetStream/stream-video-js/issues/1838)) ([0d719ea](https://github.com/GetStream/stream-video-js/commit/0d719ea0035a159add47eb592bda056b8113be1f))
23
+
5
24
  ## [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)
6
25
 
7
26
  ### Dependency Updates
@@ -225,7 +225,7 @@
225
225
  cursor: pointer;
226
226
  }
227
227
  .str-video__button__icon {
228
- margin-right: var(--str-video__spacing-xs);
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-left: -30px;
261
- margin-right: 8px;
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-right: 2.5rem;
270
+ padding-inline-end: 2.5rem;
271
271
  }
272
272
 
273
273
  .str-video__call-controls__button {