mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
docs: bump theme editor (#45369)
This commit is contained in:
parent
7f9aff2cfb
commit
984977177a
@ -63,6 +63,7 @@ const CustomTheme = () => {
|
||||
<Suspense fallback={<Skeleton style={{ margin: 24 }} />}>
|
||||
<ThemeEditor
|
||||
advanced
|
||||
hideAdvancedSwitcher
|
||||
theme={{ name: 'Custom Theme', key: 'test', config: theme }}
|
||||
style={{ height: 'calc(100vh - 64px)' }}
|
||||
onThemeChange={(newTheme) => {
|
||||
|
@ -210,7 +210,7 @@
|
||||
"@typescript-eslint/parser": "^6.5.0",
|
||||
"antd-img-crop": "^4.9.0",
|
||||
"antd-style": "^3.5.0",
|
||||
"antd-token-previewer": "^2.0.1",
|
||||
"antd-token-previewer": "^2.0.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user