@archetypeai/ds-cli 0.3.13 → 0.3.14
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.
|
@@ -38,7 +38,7 @@ Unless the user explicitly asks for a different layout:
|
|
|
38
38
|
|
|
39
39
|
## Menubar
|
|
40
40
|
|
|
41
|
-
Use the `Menubar` pattern. It renders a branded `<header>` with the Archetype AI Logo on the left and a partner logo placeholder. Pass action content as children.
|
|
41
|
+
Use the `Menubar` pattern. It renders a branded `<header>` with the Archetype AI Logo on the left and a partner logo placeholder. Pass action content as children. The Menubar includes a built-in dark mode toggle on the far right that detects system preference and defaults to dark. To disable it, pass `darkToggle={false}`.
|
|
42
42
|
|
|
43
43
|
**Every dashboard Menubar must include a "Send Report" button.** Additional actions can be appended alongside it.
|
|
44
44
|
|