|
|
@ -13,25 +13,10 @@ import {
|
|
|
|
DEFAULT_LANGUAGE,
|
|
|
|
DEFAULT_LANGUAGE,
|
|
|
|
LANGUAGES,
|
|
|
|
LANGUAGES,
|
|
|
|
LANGUAGE_MODE_HASH,
|
|
|
|
LANGUAGE_MODE_HASH,
|
|
|
|
LANGUAGE_NAME_HASH
|
|
|
|
LANGUAGE_NAME_HASH,
|
|
|
|
|
|
|
|
DEFAULT_SETTINGS
|
|
|
|
} from '../lib/constants'
|
|
|
|
} from '../lib/constants'
|
|
|
|
|
|
|
|
|
|
|
|
const DEFAULT_SETTINGS = {
|
|
|
|
|
|
|
|
paddingVertical: '50px',
|
|
|
|
|
|
|
|
paddingHorizontal: '50px',
|
|
|
|
|
|
|
|
marginVertical: '45px',
|
|
|
|
|
|
|
|
marginHorizontal: '45px',
|
|
|
|
|
|
|
|
backgroundMode: 'color',
|
|
|
|
|
|
|
|
backgroundColor: 'rgba(171, 184, 195, 1)',
|
|
|
|
|
|
|
|
dropShadowOffsetY: '20px',
|
|
|
|
|
|
|
|
dropShadowBlurRadius: '68px',
|
|
|
|
|
|
|
|
theme: 'seti',
|
|
|
|
|
|
|
|
windowTheme: 'none',
|
|
|
|
|
|
|
|
language: DEFAULT_LANGUAGE,
|
|
|
|
|
|
|
|
fontFamily: 'Hack',
|
|
|
|
|
|
|
|
fontSize: '14px'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Carbon extends React.Component {
|
|
|
|
class Carbon extends React.Component {
|
|
|
|
constructor(props) {
|
|
|
|
constructor(props) {
|
|
|
|
super(props)
|
|
|
|
super(props)
|
|
|
|