@rtsee/ngx 0.0.93 → 0.0.94

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.
@@ -141,7 +141,7 @@
141
141
  left: 0;
142
142
  height: $video-container-height;
143
143
  width: 100%;
144
- z-index: 2;
144
+ z-index: 3;
145
145
  }
146
146
 
147
147
  .rtsee-messenger-container {
@@ -25,7 +25,7 @@
25
25
  position: absolute;
26
26
  top: 24px;
27
27
  right: 24px;
28
- z-index: 10;
28
+ z-index: 2;
29
29
  width: 40px;
30
30
  height: 40px;
31
31
  border-radius: 50%;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.93",
2
+ "version": "0.0.94",
3
3
  "name": "@rtsee/ngx",
4
4
  "module": "./dist/ngx/fesm2022/rtsee-ngx.mjs",
5
5
  "types": "./dist/ngx/index.d.ts",
@@ -40,15 +40,15 @@
40
40
  "@angular/platform-browser-dynamic": "^20.1.2",
41
41
  "@angular/router": "^20.1.2",
42
42
  "@primeuix/themes": "^1.2.3",
43
- "@rtsee/common": "^0.0.64",
44
- "@rtsee/conference": "^0.0.65",
45
- "@rtsee/core": "^0.0.108",
46
- "@rtsee/events-dashboard": "^0.0.98",
47
- "@rtsee/factory": "^0.0.107",
48
- "@rtsee/messenger": "^0.0.98",
49
- "@rtsee/presentation": "^0.0.97",
50
- "@rtsee/signaling-client": "^0.0.111",
51
- "@rtsee/utilities-ui": "^0.0.29",
43
+ "@rtsee/common": "^0.0.65",
44
+ "@rtsee/conference": "^0.0.66",
45
+ "@rtsee/core": "^0.0.109",
46
+ "@rtsee/events-dashboard": "^0.0.99",
47
+ "@rtsee/factory": "^0.0.108",
48
+ "@rtsee/messenger": "^0.0.99",
49
+ "@rtsee/presentation": "^0.0.98",
50
+ "@rtsee/signaling-client": "^0.0.112",
51
+ "@rtsee/utilities-ui": "^0.0.30",
52
52
  "@stripe/stripe-js": "^8.6.1",
53
53
  "@types/node": "~24.0.14",
54
54
  "dayjs": "^1.11.9",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "08e0e0575808fdf49c61806630fcb87c932f0467"
73
+ "gitHead": "09bf52b7bbbc7d02ccc621519e3ede7e1dd15d91"
74
74
  }