refactor: monorepo setup with lerna (#243)
This commit is contained in:
committed by
GitHub
parent
dac29fbf3c
commit
504d95c34f
229
packages/docs/src/styles/globals.css
Normal file
229
packages/docs/src/styles/globals.css
Normal file
@ -0,0 +1,229 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#__next {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* PrismJS 1.29.0 (Dark)
|
||||
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+json+toml+typescript+yaml */
|
||||
.dark code[class*='language-'],
|
||||
.dark pre[class*='language-'] {
|
||||
color: #ccc;
|
||||
background: 0 0;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
.dark pre[class*='language-'] {
|
||||
padding: 1em;
|
||||
margin: 0.5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.dark :not(pre) > code[class*='language-'],
|
||||
.dark pre[class*='language-'] {
|
||||
background: #2d2d2d;
|
||||
}
|
||||
.dark :not(pre) > code[class*='language-'] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
.dark .token.block-comment,
|
||||
.dark .token.cdata,
|
||||
.dark .token.comment,
|
||||
.dark .token.doctype,
|
||||
.dark .token.prolog {
|
||||
color: #999;
|
||||
}
|
||||
.dark .token.punctuation {
|
||||
color: #ccc;
|
||||
}
|
||||
.dark .token.attr-name,
|
||||
.dark .token.deleted,
|
||||
.dark .token.namespace,
|
||||
.dark .token.tag {
|
||||
color: #e2777a;
|
||||
}
|
||||
.dark .token.function-name {
|
||||
color: #6196cc;
|
||||
}
|
||||
.dark .token.boolean,
|
||||
.dark .token.function,
|
||||
.dark .token.number {
|
||||
color: #f08d49;
|
||||
}
|
||||
.dark .token.class-name,
|
||||
.dark .token.constant,
|
||||
.dark .token.property,
|
||||
.dark .token.symbol {
|
||||
color: #f8c555;
|
||||
}
|
||||
.dark .token.atrule,
|
||||
.dark .token.builtin,
|
||||
.dark .token.important,
|
||||
.dark .token.keyword,
|
||||
.dark .token.selector {
|
||||
color: #cc99cd;
|
||||
}
|
||||
.dark .token.attr-value,
|
||||
.dark .token.char,
|
||||
.dark .token.regex,
|
||||
.dark .token.string,
|
||||
.dark .token.variable {
|
||||
color: #7ec699;
|
||||
}
|
||||
.dark .token.entity,
|
||||
.dark .token.operator,
|
||||
.dark .token.url {
|
||||
color: #67cdcc;
|
||||
}
|
||||
.dark .token.bold,
|
||||
.dark .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
.dark .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.dark .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
.dark .token.inserted {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* PrismJS 1.29.0 (Light)
|
||||
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+json+toml+typescript+yaml */
|
||||
.light code[class*='language-'],
|
||||
.light pre[class*='language-'] {
|
||||
color: #000;
|
||||
background: 0 0;
|
||||
text-shadow: 0 1px #fff;
|
||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
.light code[class*='language-'] ::-moz-selection,
|
||||
.light code[class*='language-']::-moz-selection,
|
||||
.light pre[class*='language-'] ::-moz-selection,
|
||||
.light pre[class*='language-']::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
.light code[class*='language-'] ::selection,
|
||||
.light code[class*='language-']::selection,
|
||||
.light pre[class*='language-'] ::selection,
|
||||
.light pre[class*='language-']::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
@media print {
|
||||
.light code[class*='language-'],
|
||||
.light pre[class*='language-'] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
.light pre[class*='language-'] {
|
||||
padding: 1em;
|
||||
margin: 0.5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.light :not(pre) > code[class*='language-'],
|
||||
.light pre[class*='language-'] {
|
||||
background: #f5f2f0;
|
||||
}
|
||||
.light :not(pre) > code[class*='language-'] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
.light .token.cdata,
|
||||
.light .token.comment,
|
||||
.light .token.doctype,
|
||||
.light .token.prolog {
|
||||
color: #708090;
|
||||
}
|
||||
.light .token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
.light .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.light .token.boolean,
|
||||
.light .token.constant,
|
||||
.light .token.deleted,
|
||||
.light .token.number,
|
||||
.light .token.property,
|
||||
.light .token.symbol,
|
||||
.light .token.tag {
|
||||
color: #905;
|
||||
}
|
||||
.light .token.attr-name,
|
||||
.light .token.builtin,
|
||||
.light .token.char,
|
||||
.light .token.inserted,
|
||||
.light .token.selector,
|
||||
.light .token.string {
|
||||
color: #690;
|
||||
}
|
||||
.light .language-css .token.string,
|
||||
.light .style .token.string,
|
||||
.light .token.entity,
|
||||
.light .token.operator,
|
||||
.light .token.url {
|
||||
color: #9a6e3a;
|
||||
background: hsla(0, 0%, 100%, 0.5);
|
||||
}
|
||||
.light .token.atrule,
|
||||
.light .token.attr-value,
|
||||
.light .token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
.light .token.class-name,
|
||||
.light .token.function {
|
||||
color: #dd4a68;
|
||||
}
|
||||
.light .token.important,
|
||||
.light .token.regex,
|
||||
.light .token.variable {
|
||||
color: #e90;
|
||||
}
|
||||
.light .token.bold,
|
||||
.light .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
.light .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.light .token.entity {
|
||||
cursor: help;
|
||||
}
|
94
packages/docs/src/styles/theme.ts
Normal file
94
packages/docs/src/styles/theme.ts
Normal file
@ -0,0 +1,94 @@
|
||||
import darkScrollbar from '@mui/material/darkScrollbar';
|
||||
import { createTheme } from '@mui/material/styles';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import type { Components, PaletteMode, PaletteOptions, Theme } from '@mui/material';
|
||||
|
||||
const useCreateTheme = (mode: PaletteMode) => {
|
||||
const theme = useMemo(() => createTheme(), []);
|
||||
|
||||
const palette: PaletteOptions = useMemo(
|
||||
() =>
|
||||
mode === 'light'
|
||||
? {
|
||||
mode,
|
||||
primary: {
|
||||
main: '#1b72de',
|
||||
},
|
||||
secondary: {
|
||||
main: '#1b72de',
|
||||
},
|
||||
background: {
|
||||
default: '#f9f9f9',
|
||||
paper: '#f9f9f9',
|
||||
},
|
||||
}
|
||||
: {
|
||||
mode,
|
||||
primary: {
|
||||
main: '#5ecffb',
|
||||
},
|
||||
secondary: {
|
||||
main: '#5ecffb',
|
||||
},
|
||||
background: {
|
||||
default: '#2e3034',
|
||||
paper: '#2e3034',
|
||||
},
|
||||
},
|
||||
[mode],
|
||||
);
|
||||
|
||||
const components: Components<Omit<Theme, 'components'>> | undefined = useMemo(
|
||||
() =>
|
||||
mode === 'light'
|
||||
? {}
|
||||
: {
|
||||
MuiCssBaseline: {
|
||||
styleOverrides: {
|
||||
body: darkScrollbar(),
|
||||
},
|
||||
},
|
||||
},
|
||||
[mode],
|
||||
);
|
||||
|
||||
return useMemo(
|
||||
() =>
|
||||
createTheme({
|
||||
palette,
|
||||
typography: {
|
||||
fontFamily: "'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
|
||||
h1: {
|
||||
fontSize: '42px',
|
||||
fontWeight: 'bold',
|
||||
lineHeight: 1.3,
|
||||
marginBottom: '16px',
|
||||
[theme.breakpoints.down('md')]: {
|
||||
fontSize: '30px',
|
||||
},
|
||||
},
|
||||
h2: {
|
||||
fontSize: '24px',
|
||||
lineHeight: 1.3,
|
||||
position: 'relative',
|
||||
[theme.breakpoints.down('md')]: {
|
||||
fontSize: '20px',
|
||||
},
|
||||
},
|
||||
h3: {
|
||||
fontSize: '20px',
|
||||
lineHeight: 1.3,
|
||||
position: 'relative',
|
||||
[theme.breakpoints.down('md')]: {
|
||||
fontSize: '18px',
|
||||
},
|
||||
},
|
||||
},
|
||||
components,
|
||||
}),
|
||||
[components, palette, theme.breakpoints],
|
||||
);
|
||||
};
|
||||
|
||||
export default useCreateTheme;
|
Reference in New Issue
Block a user