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

    Module coreConstants

    Core constants for CIA Compliance Manager

    This module provides centralized constants for icons, labels, colors, and titles used throughout the application. These constants ensure consistency across all widgets and components.

    import { WIDGET_ICONS, CIA_LABELS, SECURITY_LEVELS } from './constants/coreConstants';

    // Using widget icons
    const icon = WIDGET_ICONS.COMPLIANCE_STATUS; // "⚖️"

    // Using CIA component labels
    const label = CIA_LABELS.AVAILABILITY; // "Availability"

    // Using security levels
    const level = SECURITY_LEVELS.HIGH; // "High"

    Type Aliases

    SecurityLevelKey
    SecurityLevelMap

    Variables

    WIDGET_ICONS
    CIA_COMPONENT_ICONS
    CIA_LABELS
    SECURITY_LEVEL_COLORS
    SECURITY_LEVELS
    WIDGET_TITLES
    IMPLEMENTATION_COSTS
    UI_TEXT
    COMPLIANCE_FRAMEWORKS
    COMPLIANCE_STATUS
    SECURITY_DESCRIPTIONS
    CIA_COMPONENT_INFO
    CIA_COMPONENT_COLORS
    COMPONENT_LEVEL_MAPPING
    SECURITY_LEVEL_LABELS
    APP_INFO
    DEFAULT_LANGUAGE
    FEATURES
    DEFAULT_SETTINGS
    STORAGE_KEYS
    ROUTES
    EVENTS
    API_CONFIG
    COMPONENT_NAMES
    LOG_LEVELS
    DEFAULT_REFRESH_INTERVAL