@stream-io/video-react-sdk 1.24.3 → 1.25.1

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,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.25.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.25.0...@stream-io/video-react-sdk-1.25.1) (2025-11-04)
6
+
7
+ ### Dependency Updates
8
+
9
+ - `@stream-io/video-styling` updated to version `1.6.1`
10
+
11
+ ## [1.25.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.24.3...@stream-io/video-react-sdk-1.25.0) (2025-10-30)
12
+
13
+ ### Dependency Updates
14
+
15
+ - `@stream-io/video-client` updated to version `1.36.0`
16
+ - `@stream-io/video-filters-web` updated to version `0.4.0`
17
+ - `@stream-io/video-react-bindings` updated to version `1.10.4`
18
+
19
+ ### Features
20
+
21
+ - Migrate logger to js-toolkit logger implementation ([#1959](https://github.com/GetStream/stream-video-js/issues/1959)) ([5a424f7](https://github.com/GetStream/stream-video-js/commit/5a424f72cec2a8cbc0bfa23147d9988ab9bfbdc1))
22
+
5
23
  ## [1.24.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.24.2...@stream-io/video-react-sdk-1.24.3) (2025-10-27)
6
24
 
7
25
  ### Dependency Updates
@@ -1317,17 +1317,6 @@
1317
1317
  color: var(--str-video__base-color1);
1318
1318
  }
1319
1319
 
1320
- .str-video__device-settings__heading {
1321
- width: 100%;
1322
- justify-self: start;
1323
- margin: unset;
1324
- margin-left: 8px;
1325
- color: var(--str-video__base-color1);
1326
- font-size: 24;
1327
- font-weight: 500;
1328
- word-wrap: "break-word";
1329
- }
1330
-
1331
1320
  .str-video__device-settings__close-button {
1332
1321
  color: var(--str-video__base-color1);
1333
1322
  background-color: transparent;
@@ -1337,10 +1326,10 @@
1337
1326
  padding: var(--str-video__spacing-lg);
1338
1327
  }
1339
1328
  .str-video__device-settings__device-kind .str-video__device-settings__device-selector-title {
1340
- font-size: var(--str-video__font-size-xs);
1329
+ font-size: var(--str-video__font-size-sm);
1330
+ font-weight: bold;
1341
1331
  line-height: 1.25rem;
1342
1332
  padding-bottom: 0.5rem;
1343
- font-size: 13px;
1344
1333
  margin-bottom: 8px;
1345
1334
  }
1346
1335
  .str-video__device-settings__device-kind .str-video__option,