@rtsee/ngx 0.0.93 → 0.0.95

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%;
@@ -168,6 +168,16 @@
168
168
  border-radius: 4px;
169
169
  }
170
170
  }
171
+
172
+ .rtsee-rating {
173
+ .rtsee-rating-star {
174
+ font-size: 0.9rem;
175
+ }
176
+
177
+ .rtsee-rating-number {
178
+ font-size: 0.8rem;
179
+ }
180
+ }
171
181
  }
172
182
  }
173
183
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.93",
2
+ "version": "0.0.95",
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.66",
44
+ "@rtsee/conference": "^0.0.67",
45
+ "@rtsee/core": "^0.0.110",
46
+ "@rtsee/events-dashboard": "^0.0.100",
47
+ "@rtsee/factory": "^0.0.109",
48
+ "@rtsee/messenger": "^0.0.100",
49
+ "@rtsee/presentation": "^0.0.99",
50
+ "@rtsee/signaling-client": "^0.0.113",
51
+ "@rtsee/utilities-ui": "^0.0.31",
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": "f614ecec2b6fdfd69663e865551a4aca20ae1edd"
74
74
  }