@marsaude/devtools-shell 0.1.5 → 0.1.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marsaude/devtools-shell",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Self-contained draggable DevTools FAB for QA (admin login, CPF/OTP user login, user generator, session switch). Isolated HttpClient/auth, gated out of production.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Mar Saúde",
|
|
@@ -159,7 +159,8 @@ declare class DevtoolsShellComponent implements OnDestroy {
|
|
|
159
159
|
protected readonly isCollapsed: _angular_core.Signal<boolean>;
|
|
160
160
|
/** FAB style — collapsed grip vs expanded button (prototype values). */
|
|
161
161
|
protected readonly fabStyle: _angular_core.Signal<Record<string, string>>;
|
|
162
|
-
/** Radial speed-dial geometry —
|
|
162
|
+
/** Radial speed-dial geometry — items fan along a 5°→87° arc; the radius
|
|
163
|
+
* scales with the item count (clamped to the viewport) so they never pile up. */
|
|
163
164
|
protected readonly dialItems: _angular_core.Signal<DialItem[]>;
|
|
164
165
|
/** Drawer (desktop) / bottom-sheet (mobile) — prototype values. */
|
|
165
166
|
protected readonly panelStyle: _angular_core.Signal<Record<string, string>>;
|