Skip to content

Commit

Permalink
refactor: chakra cli (chakra-ui#7621)
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo authored May 2, 2023
1 parent 6ccf523 commit 02968c5
Show file tree
Hide file tree
Showing 18 changed files with 1,090 additions and 726 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-needles-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chakra-ui/cli": patch
---

Refactor theme typings process and fix ESM issues
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "husky install",
"clean:emotion-types": "rimraf node_modules/@emotion/core/types",
"postinstall": "pnpm clean:emotion-types",
"build:tokens": "chakra-cli tokens packages/components/theme/src --out packages/core/styled-system/dist/theming.types.d.ts",
"build:tokens": "chakra-cli tokens packages/components/theme/src/index.ts --out packages/core/styled-system/dist/theming.types.d.ts",
"build": "turbo run build --filter=!./examples/* --filter=!*props-docs",
"build:fast": "turbo run build:fast --filter=!./examples/* --filter=!*props-docs",
"build:prop-docs": "pnpm typedocs && pnpm --filter=*props-docs build",
Expand Down
Loading

0 comments on commit 02968c5

Please sign in to comment.