@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
30 lines (29 loc) • 1.45 kB
TypeScript
export declare const datePickerTokens: {
calciteDatePickerBorderColor: string;
calciteDatePickerCornerRadius: string;
calciteDatePickerRangeCalendarDividerColor: string;
calciteDatePickerWeekHeaderTextColor: string;
calciteDatePickerHeaderActionBackgroundColor: string;
calciteDatePickerHeaderActionBackgroundColorHover: string;
calciteDatePickerHeaderActionBackgroundColorPress: string;
calciteDatePickerHeaderActionTextColor: string;
calciteDatePickerHeaderActionTextColorPress: string;
calciteDatePickerYearTextColor: string;
calciteDatePickerMonthSelectFontSize: string;
calciteDatePickerMonthSelectTextColor: string;
calciteDatePickerMonthSelectIconColor: string;
calciteDatePickerMonthSelectIconColorHover: string;
calciteDatePickerDayBackgroundColor: string;
calciteDatePickerDayBackgroundColorHover: string;
calciteDatePickerDayTextColor: string;
calciteDatePickerDayTextColorHover: string;
calciteDatePickerCurrentDayTextColor: string;
calciteDatePickerDayBackgroundColorSelected: string;
calciteDatePickerDayTextColorSelected: string;
calciteDatePickerDayRangeTextColor: string;
calciteDatePickerDayRangeBackgroundColor: string;
calciteDatePickerDayOutsideRangeBackgroundColorHover: string;
calciteDatePickerDayOutsideRangeTextColorHover: string;
};
export declare const datePicker: string;
export declare const datePickerRange: string;