@atlaskit/theme
Version:
Theme contains solutions for global theming, colors, and other useful mixins.
9 lines • 559 B
JavaScript
import * as colorPalettes from './color-palettes';
import * as colors from './colors';
import * as typography from './typography';
import getTheme from './utils/get-theme';
import themed from './utils/themed';
export { colors, colorPalettes, typography, getTheme, themed };
export { CHANNEL, DEFAULT_THEME_MODE, THEME_MODES, assistive, borderRadius, focusRing, gridSize, layers, noFocusRing, skeletonShimmer, visuallyHidden } from './constants';
export { default, useGlobalTheme } from './components/theme';
export { createTheme } from './utils/create-theme';