@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
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
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
|
|
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"}
|