Closes https://github.com/twentyhq/core-team-issues/issues/332 - Create the success and failed variants - Introduce the first responsive color - Creating stories for the new variants These components are not yet in use in the source code. If you want to see them, launch Storybook. | Success | Failure | |--------|--------| |  |  | |  |  |
47 lines
1.9 KiB
TypeScript
47 lines
1.9 KiB
TypeScript
export * from './constants/AccentDark';
|
|
export * from './constants/AccentLight';
|
|
export * from './constants/AdaptiveColorsDark';
|
|
export * from './constants/AdaptiveColorsLight';
|
|
export * from './constants/Animation';
|
|
export * from './constants/BackgroundDark';
|
|
export * from './constants/BackgroundLight';
|
|
export * from './constants/BlurDark';
|
|
export * from './constants/BlurLight';
|
|
export * from './constants/BorderCommon';
|
|
export * from './constants/BorderDark';
|
|
export * from './constants/BorderLight';
|
|
export * from './constants/BoxShadowDark';
|
|
export * from './constants/BoxShadowLight';
|
|
export * from './constants/CodeDark';
|
|
export * from './constants/CodeLight';
|
|
export * from './constants/Colors';
|
|
export * from './constants/FontCommon';
|
|
export * from './constants/FontDark';
|
|
export * from './constants/FontLight';
|
|
export * from './constants/GrayScale';
|
|
export * from './constants/HoverBackground';
|
|
export * from './constants/Icon';
|
|
export * from './constants/IllustrationIconDark';
|
|
export * from './constants/IllustrationIconLight';
|
|
export * from './constants/MainColorNames';
|
|
export * from './constants/MainColors';
|
|
export * from './constants/MobileViewport';
|
|
export * from './constants/Modal';
|
|
export * from './constants/Rgba';
|
|
export * from './constants/SecondaryColors';
|
|
export * from './constants/SnackBarCommon';
|
|
export * from './constants/SnackBarDark';
|
|
export * from './constants/SnackBarLight';
|
|
export * from './constants/TagDark';
|
|
export * from './constants/TagLight';
|
|
export * from './constants/Text';
|
|
export * from './constants/TextInputStyle';
|
|
export * from './constants/ThemeCommon';
|
|
export * from './constants/ThemeDark';
|
|
export * from './constants/ThemeLight';
|
|
export * from './provider/ThemeContextProvider';
|
|
export * from './provider/ThemeProvider';
|
|
export * from './types/ThemeType';
|
|
export * from './utils/getNextThemeColor';
|
|
export * from './utils/themeColorSchema';
|