@stream-io/video-react-sdk 1.2.10 → 1.2.11

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,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [1.2.11](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.10...@stream-io/video-react-sdk-1.2.11) (2024-06-28)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-styling` updated to version `1.0.5`
5
10
  ### [1.2.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.2.9...@stream-io/video-react-sdk-1.2.10) (2024-06-26)
6
11
 
7
12
 
@@ -2437,7 +2437,7 @@
2437
2437
  }
2438
2438
 
2439
2439
  .str-video__video {
2440
- background-color: var(--str-video__background-color6);
2440
+ background-color: var(--str-video__background-color5);
2441
2441
  }
2442
2442
 
2443
2443
  .str-video__video-placeholder {
package/dist/index.cjs.js CHANGED
@@ -2622,7 +2622,7 @@ const LivestreamPlayer = (props) => {
2622
2622
  return (jsxRuntime.jsx(StreamCall, { call: call, children: jsxRuntime.jsx(LivestreamLayout, { ...layoutProps }) }));
2623
2623
  };
2624
2624
 
2625
- const [major, minor, patch] = ("1.2.10" ).split('.');
2625
+ const [major, minor, patch] = ("1.2.11" ).split('.');
2626
2626
  videoClient.setSdkInfo({
2627
2627
  type: videoClient.SfuModels.SdkType.REACT,
2628
2628
  major,
package/dist/index.es.js CHANGED
@@ -2622,7 +2622,7 @@ const LivestreamPlayer = (props) => {
2622
2622
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2623
2623
  };
2624
2624
 
2625
- const [major, minor, patch] = ("1.2.10" ).split('.');
2625
+ const [major, minor, patch] = ("1.2.11" ).split('.');
2626
2626
  setSdkInfo({
2627
2627
  type: SfuModels.SdkType.REACT,
2628
2628
  major,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -44,7 +44,7 @@
44
44
  "@rollup/plugin-replace": "^5.0.5",
45
45
  "@rollup/plugin-typescript": "^11.1.6",
46
46
  "@stream-io/audio-filters-web": "^0.2.0",
47
- "@stream-io/video-styling": "^1.0.4",
47
+ "@stream-io/video-styling": "^1.0.5",
48
48
  "@types/react": "^18.3.2",
49
49
  "react": "^18.3.1",
50
50
  "rimraf": "^5.0.7",