UNPKG

botframework-webchat-component

Version:
27 lines 1.24 kB
import { StrictStyleOptions } from 'botframework-webchat-api'; export default function CarouselFlipper({ transcriptOverlayButtonBackground, transcriptOverlayButtonBackgroundOnDisabled, transcriptOverlayButtonBackgroundOnFocus, transcriptOverlayButtonBackgroundOnHover, transcriptOverlayButtonColor, transcriptOverlayButtonColorOnDisabled, transcriptOverlayButtonColorOnFocus, transcriptOverlayButtonColorOnHover }: StrictStyleOptions): { '&.webchat__carousel-layout': { '& .react-film__flipper': { '& .react-film__flipper__body': { backgroundColor: string; color: string; outline: number; }; '&:disabled, &[aria-disabled="true"]': { '& .react-film__flipper__body': { backgroundColor: string; color: string; }; }; '&:focus .react-film__flipper__body': { backgroundColor: string; color: string; }; '&:hover .react-film__flipper__body': { backgroundColor: string; color: string; }; }; }; }; //# sourceMappingURL=CarouselFlipper.d.ts.map