Member Junction
    Preparing search index...

    Fully derived theme: ramps, resolved per-mode maps, overlay vars, and a11y report.

    interface DerivedTheme {
        contrast: ContrastReport;
        overlayVars: Record<string, string>;
        primitives: Record<string, string>;
        seeds: ResolvedSeeds;
        tokens: { dark: Record<string, string>; light: Record<string, string> };
    }
    Index

    Properties

    contrast: ContrastReport
    overlayVars: Record<string, string>

    Minimal token overrides emitted into the runtime overlay.

    primitives: Record<string, string>

    Generated primitive ramps, keyed by full CSS var name (--mj-color-brand-500).

    tokens: { dark: Record<string, string>; light: Record<string, string> }

    Resolved semantic tokens as hex, per user mode (the M2 token cache / preview feed).