UNPKG

@actinc/dls

Version:

Design Language System (DLS) for ACT & Encoura front-end projects.

52 lines 1.38 kB
/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare const accentBlue = "#00A8D6"; export declare const secondaryDark = "#003359"; export declare const secondaryMain = "#0080A3"; export declare const slateBlue = "#80ACC4"; export declare const teal = "#03BBBB"; export declare const brightOrange = "#FF7900"; export declare const darkOrange = "#D54215"; export declare const slateGrey = "#64829A"; export declare const COLORS: { ACCENT: { primary: string; secondary: string; tertiary: string; }; CHART: { primary: string[]; quaternary: string[]; secondary: string[]; tertiary: string[]; }; EVI: { icon: string; }; HOMEPAGE: { headerPrimary: string; headerPrimaryIcon: string; headerSecondary: string; headerSecondaryIcon: string; }; PRIMARY: string; SECONDARY: string; SECONDARY_DARK: string; SECONDARY_LIGHT: string; TABLE: { accentBackgroundColor: string; }; TERTIARY: { dark: string; light: string; }; TEXT_DISABLED: string; TEXT_PRIMARY: string; TEXT_SECONDARY: string; }; export default COLORS; //# sourceMappingURL=colors.d.ts.map