@stream-io/video-react-sdk 0.0.50 → 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 +11 -0
- package/dist/css/styles.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
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`
|
|
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)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `@stream-io/video-client` updated to version `0.0.1`
|
|
15
|
+
* `@stream-io/video-react-bindings` updated to version `0.0.27`
|
|
5
16
|
### [0.0.50](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.49...@stream-io/video-react-sdk-0.0.50) (2023-06-23)
|
|
6
17
|
|
|
7
18
|
### Dependency Updates
|
package/dist/css/styles.css
CHANGED
|
@@ -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-
|
|
1371
|
+
background-color: var(--str-video__primary-color);
|
|
1372
1372
|
font-size: 12px;
|
|
1373
1373
|
box-shadow: none;
|
|
1374
1374
|
}
|
package/package.json
CHANGED
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@nivo/core": "^0.80.0",
|
|
26
26
|
"@nivo/line": "^0.80.0",
|
|
27
27
|
"@stream-io/i18n": "^0.0.6",
|
|
28
|
-
"@stream-io/video-client": "^0.0.
|
|
29
|
-
"@stream-io/video-react-bindings": "^0.0.
|
|
28
|
+
"@stream-io/video-client": "^0.0.26",
|
|
29
|
+
"@stream-io/video-react-bindings": "^0.0.27",
|
|
30
30
|
"clsx": "^1.2.1",
|
|
31
31
|
"rxjs": "~7.8.1"
|
|
32
32
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react-dom": "^18.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@stream-io/video-styling": "^0.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.
|
|
48
|
+
"version": "0.0.52"
|
|
49
49
|
}
|