@stream-io/video-react-sdk 0.0.51 → 0.0.52

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
+ ### [0.0.52](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.51...@stream-io/video-react-sdk-0.0.52) (2023-06-23)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-styling` updated to version `0.1.2`
5
10
  ### [0.0.51](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.50...@stream-io/video-react-sdk-0.0.51) (2023-06-23)
6
11
 
7
12
  ### Dependency Updates
@@ -1368,7 +1368,7 @@
1368
1368
 
1369
1369
  .str-video__copy-to-clipboard-button__popup {
1370
1370
  color: var(--str-video__text-color1);
1371
- background-color: var(--str-video__secondary-color);
1371
+ background-color: var(--str-video__primary-color);
1372
1372
  font-size: 12px;
1373
1373
  box-shadow: none;
1374
1374
  }
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "react-dom": "^18.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@stream-io/video-styling": "^0.1.1",
38
+ "@stream-io/video-styling": "^0.1.2",
39
39
  "@types/prop-types": "^15.7.5",
40
40
  "@types/rimraf": "^3.0.2",
41
41
  "prop-types": "^15.8.1",
@@ -45,5 +45,5 @@
45
45
  "rimraf": "^3.0.2",
46
46
  "typescript": "^4.9.5"
47
47
  },
48
- "version": "0.0.51"
48
+ "version": "0.0.52"
49
49
  }