Print Desk

The Atom design system, rendered live from its own tokens and components — it cannot drift from what ships.

Docs Components

CommandPaletteexperimental

Press ⌘K anywhere and start typing — pages, recent work, actions, and catalog titles come to you. The fastest way around the workspace.

command-palettesearchkeyboardnavigation

Accessibility

  • Cmd+K / Ctrl+KToggles the palette from anywhere in the workspace.
  • Arrow Down / Arrow UpMoves the active option; input keeps focus (aria-activedescendant).
  • EnterRuns the active command.
  • EscapeCloses and clears the query.
  • G then H/C/L/M/A/U/T/Y/SGlobal go-to navigation (outside inputs and dialogs); same sequences the sidebar hints show.

API

PropTypeDescription
(mount) requiredcomponentMounted once by WorkspaceShell; no props. Open programmatically via window event 'atom:palette' (used by the Home search trigger).

Design specifications

  • surface color-bg-raised
  • border color-border-rule / border-width-rule
  • radius radius-lg
  • shadow elevation-plate-md
  • layer layer-modal
  • active-item color-bg-inverse / color-text-inverse
  • input-font type-body-lg
  • group-label type-label

Guidelines

  • mustEvery page and creation action reachable from the sidebar MUST also be reachable from the palette.
  • shouldThe empty state suggests what to type — never a bare 'no results'.
  • mustEntity search is live: collections, layouts, campaigns, and catalog titles join results once a query is typed (never in the empty menu — 60 rows of catalog is noise).