UNPKG

@ozen-ui/kit

Version:

React component library

18 lines (17 loc) 1.1 kB
import { __assign } from "tslib"; import '@ozen-ui/fonts'; import { ruRU } from '../../../../../../locale'; import { themeColorTokenBBusinessDefault, themeSpaceTokenOzenDefault, themeSpacingTokenOzenDefault, themeControlTokenOzenDefault, themeTypographyTokenOzenDefault, themeBorderRadiusTokenOzenDefault, themeBorderWidthTokenOzenDefault, themeShadowTokenOzenDefault, themeBreakpointTokenOzenDefault, themeZIndexTokenOzenDefault, themeTransitionTokenOzenDefault, } from '../../tokens'; export var themeBBusinessDefault = __assign({ tokens: { color: themeColorTokenBBusinessDefault, space: themeSpaceTokenOzenDefault, spacing: themeSpacingTokenOzenDefault, control: themeControlTokenOzenDefault, typography: themeTypographyTokenOzenDefault, borderRadius: themeBorderRadiusTokenOzenDefault, borderWidth: themeBorderWidthTokenOzenDefault, shadow: themeShadowTokenOzenDefault, breakpoint: themeBreakpointTokenOzenDefault, zIndex: themeZIndexTokenOzenDefault, transition: themeTransitionTokenOzenDefault, } }, ruRU);