UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

44 lines (43 loc) 3.04 kB
export { theme } from './theme'; export { themeDark } from './themeDark'; export { themeDarkBackgroundBase } from './themeDarkBackgroundBase'; export { themeDarkBackgroundFrosted } from './themeDarkBackgroundFrosted'; export { themeDarkBackgroundShading } from './themeDarkBackgroundShading'; export { themeDarkBackgroundSurface } from './themeDarkBackgroundSurface'; export { themeDarkContrastHigh } from './themeDarkContrastHigh'; export { themeDarkContrastLow } from './themeDarkContrastLow'; export { themeDarkContrastMedium } from './themeDarkContrastMedium'; export { themeDarkNotificationError } from './themeDarkNotificationError'; export { themeDarkNotificationErrorSoft } from './themeDarkNotificationErrorSoft'; export { themeDarkNotificationInfo } from './themeDarkNotificationInfo'; export { themeDarkNotificationInfoSoft } from './themeDarkNotificationInfoSoft'; export { themeDarkNotificationSuccess } from './themeDarkNotificationSuccess'; export { themeDarkNotificationSuccessSoft } from './themeDarkNotificationSuccessSoft'; export { themeDarkNotificationWarning } from './themeDarkNotificationWarning'; export { themeDarkNotificationWarningSoft } from './themeDarkNotificationWarningSoft'; export { themeDarkPrimary } from './themeDarkPrimary'; export { themeDarkStateActive } from './themeDarkStateActive'; export { themeDarkStateDisabled } from './themeDarkStateDisabled'; export { themeDarkStateFocus } from './themeDarkStateFocus'; export { themeDarkStateHover } from './themeDarkStateHover'; export { themeLight } from './themeLight'; export { themeLightBackgroundBase } from './themeLightBackgroundBase'; export { themeLightBackgroundFrosted } from './themeLightBackgroundFrosted'; export { themeLightBackgroundShading } from './themeLightBackgroundShading'; export { themeLightBackgroundSurface } from './themeLightBackgroundSurface'; export { themeLightContrastHigh } from './themeLightContrastHigh'; export { themeLightContrastLow } from './themeLightContrastLow'; export { themeLightContrastMedium } from './themeLightContrastMedium'; export { themeLightNotificationError } from './themeLightNotificationError'; export { themeLightNotificationErrorSoft } from './themeLightNotificationErrorSoft'; export { themeLightNotificationInfo } from './themeLightNotificationInfo'; export { themeLightNotificationInfoSoft } from './themeLightNotificationInfoSoft'; export { themeLightNotificationSuccess } from './themeLightNotificationSuccess'; export { themeLightNotificationSuccessSoft } from './themeLightNotificationSuccessSoft'; export { themeLightNotificationWarning } from './themeLightNotificationWarning'; export { themeLightNotificationWarningSoft } from './themeLightNotificationWarningSoft'; export { themeLightPrimary } from './themeLightPrimary'; export { themeLightStateActive } from './themeLightStateActive'; export { themeLightStateDisabled } from './themeLightStateDisabled'; export { themeLightStateFocus } from './themeLightStateFocus'; export { themeLightStateHover } from './themeLightStateHover';