@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
45 lines • 1.14 kB
text/typescript
export let HSLA_EXCLUDED_COLORS: string[];
export let IS_COLOR_REGEX: RegExp;
export let IS_THEME_COLOR_REGEX: RegExp;
export let IS_SHADOW_REGEX: RegExp;
export let IS_TYPOGRAPHY_REGEX: RegExp;
export namespace REGEX_OPTIONS {
let SHADOW_VARIABLES: string;
let TYPOGRAPHY_VARIABLES: string;
let TYPOGRAPHY_TYPE: string;
let TYPOGRAPHY_SIZES: string;
}
export let PLATFORM_FONT_SIZES: {
'100-mobile': string;
'200-mobile': string;
'300-mobile': string;
'400-mobile': string;
'500-mobile': string;
'100-tc8': string;
'200-tc8': string;
'300-tc8': string;
'400-tc8': string;
'500-tc8': string;
'100-tv': string;
'200-tv': string;
'300-tv': string;
'400-tv': string;
'500-tv': string;
};
export let Z_INDEX: {
hide: number;
base: number;
base1: number;
selected: number;
active: number;
navigation: number;
'navigation-fixed': number;
dropdown: number;
popover: number;
tooltip: number;
drawer: number;
modal: number;
'modal-element': number;
notification: number;
};
//# sourceMappingURL=constants.d.cts.map