CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Variable SEMANTIC_COLORSConst

    SEMANTIC_COLORS: {
        primary: { light: "#c084fc"; main: "#9333ea"; dark: "#7e22ce" };
        success: { light: "#4caf50"; main: "#27ae60"; dark: "#1e8449" };
        warning: { light: "#feca57"; main: "#f1c40f"; dark: "#f39c12" };
        error: { light: "#ff6b6b"; main: "#e74c3c"; dark: "#c0392b" };
        info: { light: "#60a5fa"; main: "#3b82f6"; dark: "#2563eb" };
        neutral: { light: "#b8b8cc"; main: "#95a5a6"; dark: "#7f8c8d" };
    } = ...

    Semantic color system These colors should be used based on meaning, not appearance

    NOTE: Primary color uses purple to restore v1.0.6 appearance. This provides better visual distinction from info/blue colors.

    Type Declaration

    • Readonlyprimary: { light: "#c084fc"; main: "#9333ea"; dark: "#7e22ce" }

      Primary brand color for main actions and emphasis (purple for brand identity)

    • Readonlysuccess: { light: "#4caf50"; main: "#27ae60"; dark: "#1e8449" }

      Success states, positive actions, completed items

    • Readonlywarning: { light: "#feca57"; main: "#f1c40f"; dark: "#f39c12" }

      Warning states, caution, pending items

    • Readonlyerror: { light: "#ff6b6b"; main: "#e74c3c"; dark: "#c0392b" }

      Error states, critical issues, destructive actions

    • Readonlyinfo: { light: "#60a5fa"; main: "#3b82f6"; dark: "#2563eb" }

      Informational states, neutral emphasis (blue colors)

    • Readonlyneutral: { light: "#b8b8cc"; main: "#95a5a6"; dark: "#7f8c8d" }

      Neutral/secondary elements