# Introduction closes https://github.com/twentyhq/core-team-issues/issues/591 Same than for `twenty-shared` made in https://github.com/twentyhq/twenty/pull/11083. ## TODO - [x] Manual migrate twenty-website twenty-ui imports ## What's next: - Generate barrel and migration script factorization within own package + tests - Refactoring using preconstruct ? TimeBox - Lint circular dependencies - Lint import from barrel and forbid them ### Preconstruct We need custom rollup plugins addition, but preconstruct does not expose its rollup configuration. It might be possible to handle this using the babel overrides. But was a big tunnel. We could give it a try afterwards ! ( allowing cjs interop and stuff like that ) Stuck to vite lib app Closed related PRs: - https://github.com/twentyhq/twenty/pull/11294 - https://github.com/twentyhq/twenty/pull/11203
61 lines
3.0 KiB
TypeScript
61 lines
3.0 KiB
TypeScript
/*
|
|
* _____ _
|
|
*|_ _|_ _____ _ __ | |_ _ _
|
|
* | | \ \ /\ / / _ \ '_ \| __| | | | Auto-generated file
|
|
* | | \ V V / __/ | | | |_| |_| | Any edits to this will be overridden
|
|
* |_| \_/\_/ \___|_| |_|\__|\__, |
|
|
* |___/
|
|
*/
|
|
|
|
export { ACCENT_DARK } from './constants/AccentDark';
|
|
export { ACCENT_LIGHT } from './constants/AccentLight';
|
|
export { ADAPTIVE_COLORS_DARK } from './constants/AdaptiveColorsDark';
|
|
export { ADAPTIVE_COLORS_LIGHT } from './constants/AdaptiveColorsLight';
|
|
export type { AnimationDuration } from './constants/Animation';
|
|
export { ANIMATION } from './constants/Animation';
|
|
export { BACKGROUND_DARK } from './constants/BackgroundDark';
|
|
export { BACKGROUND_LIGHT } from './constants/BackgroundLight';
|
|
export { BLUR_DARK } from './constants/BlurDark';
|
|
export { BLUR_LIGHT } from './constants/BlurLight';
|
|
export { BORDER_COMMON } from './constants/BorderCommon';
|
|
export { BORDER_DARK } from './constants/BorderDark';
|
|
export { BORDER_LIGHT } from './constants/BorderLight';
|
|
export { BOX_SHADOW_DARK } from './constants/BoxShadowDark';
|
|
export { BOX_SHADOW_LIGHT } from './constants/BoxShadowLight';
|
|
export { CODE_DARK } from './constants/CodeDark';
|
|
export { CODE_LIGHT } from './constants/CodeLight';
|
|
export { COLOR } from './constants/Colors';
|
|
export { FONT_COMMON } from './constants/FontCommon';
|
|
export { FONT_DARK } from './constants/FontDark';
|
|
export { FONT_LIGHT } from './constants/FontLight';
|
|
export { GRAY_SCALE } from './constants/GrayScale';
|
|
export { HOVER_BACKGROUND } from './constants/HoverBackground';
|
|
export { ICON } from './constants/Icon';
|
|
export { ILLUSTRATION_ICON_DARK } from './constants/IllustrationIconDark';
|
|
export { ILLUSTRATION_ICON_LIGHT } from './constants/IllustrationIconLight';
|
|
export type { ThemeColor } from './constants/MainColorNames';
|
|
export { MAIN_COLOR_NAMES } from './constants/MainColorNames';
|
|
export { MAIN_COLORS } from './constants/MainColors';
|
|
export { MOBILE_VIEWPORT } from './constants/MobileViewport';
|
|
export { MODAL } from './constants/Modal';
|
|
export { RGBA } from './constants/Rgba';
|
|
export { SECONDARY_COLORS } from './constants/SecondaryColors';
|
|
export { SNACK_BAR_COMMON } from './constants/SnackBarCommon';
|
|
export { SNACK_BAR_DARK } from './constants/SnackBarDark';
|
|
export { SNACK_BAR_LIGHT } from './constants/SnackBarLight';
|
|
export { TAG_DARK } from './constants/TagDark';
|
|
export { TAG_LIGHT } from './constants/TagLight';
|
|
export { TEXT } from './constants/Text';
|
|
export { TEXT_INPUT_STYLE } from './constants/TextInputStyle';
|
|
export { THEME_COMMON } from './constants/ThemeCommon';
|
|
export { THEME_DARK } from './constants/ThemeDark';
|
|
export { THEME_LIGHT } from './constants/ThemeLight';
|
|
export type { ThemeContextType } from './provider/ThemeContextProvider';
|
|
export {
|
|
ThemeContext,
|
|
ThemeContextProvider,
|
|
} from './provider/ThemeContextProvider';
|
|
export type { ThemeType } from './types/ThemeType';
|
|
export { getNextThemeColor } from './utils/getNextThemeColor';
|
|
export { themeColorSchema } from './utils/themeColorSchema';
|