@stream-io/video-react-sdk 1.12.9 → 1.12.10

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.12.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.9...@stream-io/video-react-sdk-1.12.10) (2025-03-19)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/video-styling` updated to version `1.1.2`
5
10
  ## [1.12.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-1.12.8...@stream-io/video-react-sdk-1.12.9) (2025-03-13)
6
11
 
7
12
  ### Dependency Updates
@@ -488,23 +488,33 @@
488
488
  cursor: pointer;
489
489
  }
490
490
 
491
- .str-video__no-media-permission {
491
+ .str-video__no-media-permission,
492
+ .str-video__pending-permission {
492
493
  position: absolute;
493
- background-color: var(--str-video__alert-caution);
494
494
  height: 12px;
495
495
  width: 12px;
496
+ outline: 1px solid var(--str-video__base-color6);
496
497
  border-radius: var(--str-video__border-radius-circle);
497
498
  display: flex;
498
499
  justify-content: center;
499
500
  align-items: center;
500
501
  font-size: var(--str-video__font-size-xxs);
501
- color: var(--str-video__base-color4);
502
502
  cursor: pointer;
503
503
  font-weight: 600;
504
504
  top: 0;
505
505
  right: -3px;
506
506
  }
507
507
 
508
+ .str-video__no-media-permission {
509
+ background-color: var(--str-video__alert-caution);
510
+ color: var(--str-video__base-color4);
511
+ }
512
+
513
+ .str-video__pending-permission {
514
+ background-color: var(--str-video__button-secondary-active);
515
+ color: var(--str-video__text-color1);
516
+ }
517
+
508
518
  .str-video__composite-button.str-video__device-unavailable .str-video__composite-button__button-group {
509
519
  background-color: var(--str-video__button-default-disabled);
510
520
  }