@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
23 lines (22 loc) • 1 kB
TypeScript
export declare const stepperItemTokens: {
calciteStepperItemBackgroundColorPress: string;
calciteStepperItemHeaderTextColor: string;
calciteStepperItemHeaderTextColorHover: string;
calciteStepperItemSelectedHeaderTextColor: string;
calciteStepperItemIconColor: string;
calciteStepperItemCompleteIconColor: string;
calciteStepperItemErrorIconColor: string;
calciteStepperItemSelectedIconColor: string;
calciteStepperItemDescriptionTextColor: string;
calciteStepperItemDescriptionTextColorHover: string;
calciteStepperBarGap: string;
calciteStepperBarFillColor: string;
calciteStepperBarFillColorHover: string;
calciteStepperBarCompleteFillColor: string;
calciteStepperBarCompleteFillColorHover: string;
calciteStepperBarErrorFillColor: string;
calciteStepperBarErrorFillColorHover: string;
calciteStepperBarSelectedFillColor: string;
};
export declare const stepperItem: string;
export declare const stepperItemVertical: string;