fix(ui,icons,ui-preset): Fix CodeBlock and Command components (#10369)

This commit is contained in:
Kasper Fabricius Kristensen
2024-11-29 17:30:25 +01:00
committed by GitHub
parent 5719e825ca
commit 94f6265dfc
64 changed files with 1659 additions and 479 deletions
@@ -152,7 +152,7 @@ export async function generateTokens({ output }: GenerateTokensArgs) {
return acc
}
const isCodeBlock = node.name.startsWith("Code Block")
const isCodeBlock = node.name.startsWith("Code")
if (isCodeBlock) {
const [_parent, identifier] = node.name.split("/")