UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

92 lines (91 loc) 1.99 kB
export declare const CSS: { channel: string; channels: string; colorField: string; colorFieldScope: string; colorMode: string; colorModeContainer: string; container: string; control: string; controlAndScope: string; controlSection: string; deleteColor: string; header: string; hexAndChannelsGroup: string; hexOptions: string; hueScope: string; hueSlider: string; opacityScope: string; opacitySlider: string; preview: string; previewAndSliders: string; saveColor: string; savedColor: string; savedColors: string; savedColorsButtons: string; savedColorsSection: string; scope: string; section: string; slider: string; sliders: string; splitSection: string; }; export declare const DEFAULT_COLOR: import('color').ColorInstance; export declare const DEFAULT_STORAGE_KEY_PREFIX = "calcite-color-"; export declare const RGB_LIMITS: { r: number; g: number; b: number; }; export declare const HSV_LIMITS: { h: number; s: number; v: number; }; export declare const HUE_LIMIT_CONSTRAINED: number; export declare const OPACITY_LIMITS: { min: number; max: number; }; export declare const STATIC_DIMENSIONS: { s: { gap: number; slider: { height: number; }; thumb: { radius: number; }; preview: { size: number; }; minWidth: number; }; m: { gap: number; slider: { height: number; }; thumb: { radius: number; }; preview: { size: number; }; minWidth: number; }; l: { gap: number; slider: { height: number; }; thumb: { radius: number; }; preview: { size: number; }; minWidth: number; }; }; export declare const SCOPE_SIZE = 1;