@livelayer/react 0.17.1 → 0.18.0

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
@@ -820,28 +820,16 @@
820
820
  }
821
821
 
822
822
  /* ── Mobile thumbnail chrome (0.18.0) ────────────────────────────
823
- The 150px 9:16 widget is small enough that the standard 40px
824
- header buttons + brand pill overcrowd the surface. On mobile we:
825
- - Hide the "Live Layer" brand pill in the IDLE header. The
826
- brand mark already lives in the minimized bottom bar that
827
- appears once a session ends, and the surface is too small to
828
- afford the wordmark gracefully.
829
- - Hide the minimize button in the IDLE header. There's nothing
830
- to minimize FROM until a call starts — minimizing a session-
831
- less widget would just dismiss it, which is what the close
832
- (X) button is for. Removes the redundant affordance.
833
- - Shrink the close (X) button visual to 26×26 (still well
834
- above the 18px touch-target floor the user specified). Icon
835
- inside stays 12px. During an active call the same shrink
836
- applies to the minimize button so the in-call header doesn't
837
- crowd the thumbnail.
838
-
839
- Selectors scope to .ll-widget--mobile so desktop is untouched. */
840
- .ll-widget--mobile .ll-expanded__header--idle .ll-expanded__brand,
841
- .ll-widget--mobile .ll-expanded__header--idle .ll-hbtn--ghost {
842
- display: none;
843
- }
844
-
823
+ On mobile WIDGET the auto-compact defaults (chromeless +
824
+ compactControls, see AvatarWidget.tsx) handle hiding the brand
825
+ pill and the minimize button at the JSX level. CSS here only
826
+ handles the visual sizing of the remaining X close (and the
827
+ in-call minimize, if a consumer passes showMinimize through).
828
+ Shrunk to 26×26 with a 10px glyph — well above the 18px touch-
829
+ target floor and proportional to the 150px-wide thumbnail.
830
+
831
+ Selector scoped to .ll-widget--mobile so desktop and embedded
832
+ surfaces keep the standard 40×40 buttons. */
845
833
  .ll-widget--mobile .ll-hbtn {
846
834
  width: 26px;
847
835
  height: 26px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livelayer/react",
3
- "version": "0.17.1",
3
+ "version": "0.18.0",
4
4
  "description": "LiveLayer agent widget for React — avatar video, team switching, responsive layouts, full-fidelity embed",
5
5
  "keywords": [
6
6
  "livelayer",