UNPKG

@kadconsulting/dry

Version:
17 lines (16 loc) 1.38 kB
import type { AllColors, SecondaryContrastColors, BackgroundColors, GrayColorSteps, PrimaryColorSteps, ErrorColorSteps, WarningColorSteps, SuccessColorSteps, SurfaceBackgroundColors, SurfaceOnPrimaryBackgroundColors, SurfaceOnPrimaryDullBackgroundColors, SurfaceOnPrimaryDistinctBackgroundColors } from '../../types'; import { SemanticColorsEnum, SecondaryColorsEnum } from '../../types'; export declare const SEMANTIC_COLORS: SemanticColorsEnum[]; export declare const SECONDARY_COLORS: SecondaryColorsEnum[]; export declare const SECONDARY_CONTRAST_COLORS: SecondaryContrastColors[]; export declare const BACKGROUND_COLORS: BackgroundColors[]; export declare const SURFACE_BACKGROUND_COLORS: SurfaceBackgroundColors[]; export declare const SURFACE_ON_PRIMARY_BACKGROUND_COLORS: SurfaceOnPrimaryBackgroundColors[]; export declare const SURFACE_ON_PRIMARY_DULL_BACKGROUND_COLORS: SurfaceOnPrimaryDullBackgroundColors[]; export declare const SURFACE_ON_PRIMARY_DISTINCT_BACKGROUND_COLORS: SurfaceOnPrimaryDistinctBackgroundColors[]; export declare const GRAY_COLOR_STEPS: GrayColorSteps[]; export declare const PRIMARY_COLOR_STEPS: PrimaryColorSteps[]; export declare const ERROR_COLOR_STEPS: ErrorColorSteps[]; export declare const WARNING_COLOR_STEPS: WarningColorSteps[]; export declare const SUCCESS_COLOR_STEPS: SuccessColorSteps[]; export declare const ALL_COLORS: AllColors[];