@burdenoff/fe-libs 2026.723.2 → 2026.723.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.
@@ -5,12 +5,15 @@
5
5
  * mounted. One compact row: a searchable VIEW DROPDOWN (the user's surfaces —
6
6
  * their own role preselected and marked — plus Everything, and, for workspace
7
7
  * admins / super admins, a "Preview a role" section) and a Customize button
8
- * that opens the per-item visibility dialog. The dropdown panel renders
9
- * inline above the footer (no portal), so inside the mobile drawer it needs
10
- * no overlay and never covers the nav. During role preview the trigger tints
11
- * amber and an "Exit preview" row appears; a viewport-fixed pill (rendered by
12
- * ProductSideNav OUTSIDE the aside its backdrop-filter would trap fixed
13
- * positioning) mirrors the state on all breakpoints.
8
+ * that opens the per-item visibility dialog. The dropdown panel portals to
9
+ * document.body with a stable width (min 300px, clamped to the viewport) and
10
+ * tracks the trigger's rect anchored inside the sidebar it would inherit
11
+ * the sidebar's animating width and be clipped by the aside's
12
+ * overflow-x-hidden. No backdrop/overlay, so it never deadens the nav or the
13
+ * mobile drawer. During role preview the trigger tints amber and an "Exit
14
+ * preview" row appears; a viewport-fixed pill (rendered by ProductSideNav
15
+ * OUTSIDE the aside — its backdrop-filter would trap fixed positioning)
16
+ * mirrors the state on all breakpoints.
14
17
  */
15
18
  export interface PersonaSurfaceControlsProps {
16
19
  /** Label for the built-in uncurated surface. @default "Everything" */
@@ -1 +1 @@
1
- {"version":3,"file":"PersonaSurfaceControls.d.ts","sourceRoot":"","sources":["../../src/chrome/PersonaSurfaceControls.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAkBH,MAAM,WAAW,2BAA2B;IAC1C,sEAAsE;IACtE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAqTD,wBAAgB,sBAAsB,CAAC,EACrC,eAA8B,EAC9B,cAAiC,GAClC,EAAE,2BAA2B,kDA6C7B;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,mDAyBpC"}
1
+ {"version":3,"file":"PersonaSurfaceControls.d.ts","sourceRoot":"","sources":["../../src/chrome/PersonaSurfaceControls.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAkBH,MAAM,WAAW,2BAA2B;IAC1C,sEAAsE;IACtE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAqTD,wBAAgB,sBAAsB,CAAC,EACrC,eAA8B,EAC9B,cAAiC,GAClC,EAAE,2BAA2B,kDA6C7B;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,mDAyBpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.723.2",
3
+ "version": "2026.723.3",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "imports": {