@livelayer/react 0.9.2 → 0.9.3

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.
Files changed (2) hide show
  1. package/dist/styles.css +6 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1439,7 +1439,12 @@
1439
1439
  backdrop-filter: blur(20px);
1440
1440
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
1441
1441
  color: #fff;
1442
- z-index: 4;
1442
+ /* Portaled to document.body — needs to clear consumer-side stacking
1443
+ contexts. The marketing landing wraps the persistent avatar in
1444
+ z-20, the widget container itself uses 2_147_483_647 for floating
1445
+ mode. Match the widget's max so the popover always wins over both
1446
+ the host's overlay layer AND the widget's own video chrome. */
1447
+ z-index: 2147483647;
1443
1448
  }
1444
1449
 
1445
1450
  /* Full-width row buttons inside the popover. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livelayer/react",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "LiveLayer agent widget for React — avatar video, team switching, responsive layouts, full-fidelity embed",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",