prosperita-dumbo-react
Version:
Uma biblioteca de componentes React moderna e acessível, desenvolvida para aplicações financeiras com design system consistente.
312 lines • 9.58 kB
TypeScript
export declare const getContextualTheme: () => {
background: string;
backgroundActive: string;
backgroundHover: string;
backgroundSelected: string;
backgroundSelectedHover: string;
backgroundBrand: string;
backgroundInverse: string;
backgroundInverseHover: string;
layer01: string;
layer02: string;
layer03: string;
layerHover01: string;
layerHover02: string;
layerHover03: string;
layerActive01: string;
layerActive02: string;
layerActive03: string;
layerSelected01: string;
layerSelected02: string;
layerSelected03: string;
layerSelectedHover01: string;
layerSelectedHover02: string;
layerSelectedHover03: string;
layerSelectedInverse: string;
layerSelectedDisabled: string;
layerAccent01: string;
layerAccent02: string;
layerAccent03: string;
layerAccentHover01: string;
layerAccentHover02: string;
layerAccentHover03: string;
layerAccentActive01: string;
layerAccentActive02: string;
layerAccentActive03: string;
field01: string;
field02: string;
field03: string;
fieldHover01: string;
fieldHover02: string;
fieldHover03: string;
borderSubtle00: string;
borderSubtle01: string;
borderSubtle02: string;
borderSubtle03: string;
borderSubtleSelected01: string;
borderSubtleSelected02: string;
borderSubtleSelected03: string;
borderStrong01: string;
borderStrong02: string;
borderStrong03: string;
borderTile01: string;
borderTile02: string;
borderTile03: string;
borderInverse: string;
borderDisabled: string;
borderInteractive: string;
textPrimary: string;
textSecondary: string;
textPlaceholder: string;
textOnColor: string;
textOnColorDisabled: string;
textHelper: string;
textError: string;
textInverse: string;
textDisabled: string;
linkPrimary: string;
linkPrimaryHover: string;
linkSecondary: string;
linkInverse: string;
linkVisited: string;
iconPrimary: string;
iconSecondary: string;
iconOnColor: string;
iconOnColorDisabled: string;
iconInteractive: string;
iconInverse: string;
iconDisabled: string;
supportError: string;
supportSuccess: string;
supportWarning: string;
supportInfo: string;
supportErrorInverse: string;
supportSuccessInverse: string;
supportWarningInverse: string;
supportInfoInverse: string;
supportCautionMajor: string;
supportCautionMinor: string;
supportUndefined: string;
focus: string;
focusInset: string;
focusInverse: string;
interactive: string;
highlight: string;
toogleOff: string;
overlay: string;
skeletonElement: string;
skeletonBackground: string;
buttonPrimary: string;
buttonPrimaryHover: string;
buttonPrimaryActive: string;
buttonAccent: string;
buttonAccentHover: string;
buttonAccentActive: string;
buttonSecondary: string;
buttonSecondaryHover: string;
buttonSecondaryActive: string;
buttonTertiary: string;
buttonTertiaryHover: string;
buttonTertiaryActive: string;
buttonDangerPrimary: string;
buttonDangerSecondary: string;
buttonDangerHover: string;
buttonDangerActive: string;
buttonSeparator: string;
buttonDisabled: string;
tagBackgroundPrimary: string;
tagColorPrimary: string;
tagHoverPrimary: string;
tagBackgroundAccent: string;
tagColorAccent: string;
tagHoverAccent: string;
tagBackgroundBlue: string;
tagColorBlue: string;
tagHoverBlue: string;
tagBackgroundGreen: string;
tagColorGreen: string;
tagHoverGreen: string;
tagBackgroundRed: string;
tagColorRed: string;
tagHoverRed: string;
tagBackgroundGray: string;
tagColorGray: string;
tagHoverGray: string;
tagBackgroundCoolGray: string;
tagColorCoolGray: string;
tagHoverCoolGray: string;
tagBackgroundWarmGray: string;
tagColorWarmGray: string;
tagHoverWarmGray: string;
notificationInfoBackground: string;
notificationInfoBorder: string;
notificationSuccessBackground: string;
notificationSuccessBorder: string;
notificationErrorBackground: string;
notificationErrorBorder: string;
notificationWarningBackground: string;
notificationWarningBorder: string;
notificationActionHover: string;
notificationActionTertiaryInverse: string;
notificationActionTertiaryInverseText: string;
notificationActionTertiaryInverseHover: string;
whiteInLightThemes: string;
blackInLightThemes: string;
};
declare const theme: {
background: string;
backgroundActive: string;
backgroundHover: string;
backgroundSelected: string;
backgroundSelectedHover: string;
backgroundBrand: string;
backgroundInverse: string;
backgroundInverseHover: string;
layer01: string;
layer02: string;
layer03: string;
layerHover01: string;
layerHover02: string;
layerHover03: string;
layerActive01: string;
layerActive02: string;
layerActive03: string;
layerSelected01: string;
layerSelected02: string;
layerSelected03: string;
layerSelectedHover01: string;
layerSelectedHover02: string;
layerSelectedHover03: string;
layerSelectedInverse: string;
layerSelectedDisabled: string;
layerAccent01: string;
layerAccent02: string;
layerAccent03: string;
layerAccentHover01: string;
layerAccentHover02: string;
layerAccentHover03: string;
layerAccentActive01: string;
layerAccentActive02: string;
layerAccentActive03: string;
field01: string;
field02: string;
field03: string;
fieldHover01: string;
fieldHover02: string;
fieldHover03: string;
borderSubtle00: string;
borderSubtle01: string;
borderSubtle02: string;
borderSubtle03: string;
borderSubtleSelected01: string;
borderSubtleSelected02: string;
borderSubtleSelected03: string;
borderStrong01: string;
borderStrong02: string;
borderStrong03: string;
borderTile01: string;
borderTile02: string;
borderTile03: string;
borderInverse: string;
borderDisabled: string;
borderInteractive: string;
textPrimary: string;
textSecondary: string;
textPlaceholder: string;
textOnColor: string;
textOnColorDisabled: string;
textHelper: string;
textError: string;
textInverse: string;
textDisabled: string;
linkPrimary: string;
linkPrimaryHover: string;
linkSecondary: string;
linkInverse: string;
linkVisited: string;
iconPrimary: string;
iconSecondary: string;
iconOnColor: string;
iconOnColorDisabled: string;
iconInteractive: string;
iconInverse: string;
iconDisabled: string;
supportError: string;
supportSuccess: string;
supportWarning: string;
supportInfo: string;
supportErrorInverse: string;
supportSuccessInverse: string;
supportWarningInverse: string;
supportInfoInverse: string;
supportCautionMajor: string;
supportCautionMinor: string;
supportUndefined: string;
focus: string;
focusInset: string;
focusInverse: string;
interactive: string;
highlight: string;
toogleOff: string;
overlay: string;
skeletonElement: string;
skeletonBackground: string;
buttonPrimary: string;
buttonPrimaryHover: string;
buttonPrimaryActive: string;
buttonAccent: string;
buttonAccentHover: string;
buttonAccentActive: string;
buttonSecondary: string;
buttonSecondaryHover: string;
buttonSecondaryActive: string;
buttonTertiary: string;
buttonTertiaryHover: string;
buttonTertiaryActive: string;
buttonDangerPrimary: string;
buttonDangerSecondary: string;
buttonDangerHover: string;
buttonDangerActive: string;
buttonSeparator: string;
buttonDisabled: string;
tagBackgroundPrimary: string;
tagColorPrimary: string;
tagHoverPrimary: string;
tagBackgroundAccent: string;
tagColorAccent: string;
tagHoverAccent: string;
tagBackgroundBlue: string;
tagColorBlue: string;
tagHoverBlue: string;
tagBackgroundGreen: string;
tagColorGreen: string;
tagHoverGreen: string;
tagBackgroundRed: string;
tagColorRed: string;
tagHoverRed: string;
tagBackgroundGray: string;
tagColorGray: string;
tagHoverGray: string;
tagBackgroundCoolGray: string;
tagColorCoolGray: string;
tagHoverCoolGray: string;
tagBackgroundWarmGray: string;
tagColorWarmGray: string;
tagHoverWarmGray: string;
notificationInfoBackground: string;
notificationInfoBorder: string;
notificationSuccessBackground: string;
notificationSuccessBorder: string;
notificationErrorBackground: string;
notificationErrorBorder: string;
notificationWarningBackground: string;
notificationWarningBorder: string;
notificationActionHover: string;
notificationActionTertiaryInverse: string;
notificationActionTertiaryInverseText: string;
notificationActionTertiaryInverseHover: string;
whiteInLightThemes: string;
blackInLightThemes: string;
};
export default theme;
//# sourceMappingURL=contextual.d.ts.map