hanc-webrtc-widgets 2.6.17 → 2.6.18

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.
@@ -39423,9 +39423,7 @@ const KE = vr`
39423
39423
  display: flex;
39424
39424
  align-items: center;
39425
39425
  justify-content: center;
39426
- background: rgba(0, 0, 0, 0.35);
39427
- backdrop-filter: blur(8px);
39428
- -webkit-backdrop-filter: blur(8px);
39426
+ background: transparent;
39429
39427
  pointer-events: all;
39430
39428
  opacity: 0;
39431
39429
  transition: opacity 0.35s ease;
@@ -4710,9 +4710,7 @@ void main() {
4710
4710
  display: flex;
4711
4711
  align-items: center;
4712
4712
  justify-content: center;
4713
- background: rgba(0, 0, 0, 0.35);
4714
- backdrop-filter: blur(8px);
4715
- -webkit-backdrop-filter: blur(8px);
4713
+ background: transparent;
4716
4714
  pointer-events: all;
4717
4715
  opacity: 0;
4718
4716
  transition: opacity 0.35s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanc-webrtc-widgets",
3
- "version": "2.6.17",
3
+ "version": "2.6.18",
4
4
  "type": "module",
5
5
  "main": "dist/hanc-webrtc-widgets.umd.js",
6
6
  "module": "dist/hanc-webrtc-widgets.es.js",