Storybook: Support an arbitrary number of themes (#100111)

* support more themes in storybook

* default to dark theme

* fix type error

* change theme in docs container

* add TODO

* only show extra themes in development mode

* add comment
This commit is contained in:
Ashley Harrison
2025-02-06 09:16:47 +00:00
committed by GitHub
parent 36275a5510
commit f89da88f0f
9 changed files with 55 additions and 56 deletions
-1
View File
@@ -13,7 +13,6 @@
"slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
"@types/slate-react", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
"@types/slate", // we don't want to continue using this on the long run, use Monaco editor instead of Slate
"storybook-dark-mode", // 4.0.2 causes storybook 8.4 to break with react hooks errors
// Temporarily pause updating lerna and nx until we resolve build issues
"lerna",
"nx"