@livelayer/react 0.10.1 → 0.10.2

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/styles.css CHANGED
@@ -278,6 +278,19 @@
278
278
  height: 80px;
279
279
  }
280
280
 
281
+ /* Scoped variant — used when the package portals the tab to a host
282
+ container instead of document.body (e.g. a fork-demo card on a
283
+ marketing page). Drag-to-reposition is disabled in scoped mode
284
+ because a 260px-tall card has no room for it; the cursor reflects
285
+ that. CSS centering (top:50%/translateY(-50%)) handles vertical
286
+ placement against the container's bounds. */
287
+ .ll-widget .ll-hidden--scoped {
288
+ cursor: pointer;
289
+ }
290
+ .ll-widget .ll-hidden--scoped.is-dragging {
291
+ cursor: pointer;
292
+ }
293
+
281
294
  .ll-widget .ll-hidden__chevron {
282
295
  /* Centered visually inside the tab. The SVG's stroke handles color;
283
296
  `display: block` prevents any baseline gap that would offset the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livelayer/react",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
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",