@webitel/ui-sdk 26.2.75 → 26.2.76
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.76",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run biome:format:all || true) && npm run publish-lib",
|
|
@@ -419,7 +419,7 @@ const senderVideoMutedIconSizes = {
|
|
|
419
419
|
border-radius: var(--p-player-cam-preview-md-border-radius);
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
.video-call-sender--md {
|
|
422
|
+
.video-call-sender.video-call-sender--md {
|
|
423
423
|
position: relative;
|
|
424
424
|
right: 0;
|
|
425
425
|
bottom: 0;
|
|
@@ -435,7 +435,7 @@ const senderVideoMutedIconSizes = {
|
|
|
435
435
|
border-radius: var(--p-player-cam-preview-lg-border-radius);
|
|
436
436
|
}
|
|
437
437
|
|
|
438
|
-
.video-call-sender--lg {
|
|
438
|
+
.video-call-sender.video-call-sender--lg {
|
|
439
439
|
position: relative;
|
|
440
440
|
right: 0;
|
|
441
441
|
bottom: 0;
|