@livelayer/react 0.22.1 → 0.23.1
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/dist/index.d.ts +9 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +1113 -1074
- package/dist/styles.css +8 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -731,6 +731,14 @@
|
|
|
731
731
|
font-family: inherit;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
+
/* Connecting / warming overlay — keep it LIGHT so the composite portrait
|
|
735
|
+
(agent + real background, sourced via resolveAvatarStillUrl) stays
|
|
736
|
+
visible underneath while we boot. An opaque scrim here blanked the whole
|
|
737
|
+
connecting screen — the visitor expects to see the composed avatar until
|
|
738
|
+
the agent actually starts talking, at which point the live video is
|
|
739
|
+
revealed. So we inherit only the base .ll-expanded__overlay scrim (0.35 +
|
|
740
|
+
blur 2px): enough to seat the spinner/caption, not enough to hide the
|
|
741
|
+
avatar. The reveal is gated on first "speaking" in ExpandedLayout. */
|
|
734
742
|
.ll-expanded__overlay--gesture {
|
|
735
743
|
cursor: pointer;
|
|
736
744
|
background: rgba(0, 0, 0, 0.5);
|