File tree Expand file tree Collapse file tree
docs/contributor/generators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Sets up Panda CSS v1 with a config file. Registers `panda codegen` as a `prepare
99| Field | Value |
1010| -------| -------|
1111| Name | ` panda_css ` |
12- | Version | ` 0.2 .0 ` |
12+ | Version | ` 0.4 .0 ` |
1313| Package | ` generators/panda_css ` |
1414
1515---
@@ -45,6 +45,15 @@ Also merges into:
4545| ` package.json ` | ` devDependencies ` : ` @pandacss/dev ` ; ` scripts.prepare ` : ` panda codegen ` (appended) |
4646| ` .prettierignore ` | Appends ` styled-system/ ` |
4747| ` biome.json ` | ` files.ignore ` : ` styled-system/** ` (biome only) |
48+ | ` tsconfig.json ` | ` compilerOptions.paths["@styled-system/*"] ` : ` ["./styled-system/*"] ` |
49+ | ` vite.config.ts ` | ` resolve.alias["@styled-system"] ` : ` path.resolve(__dirname, "styled-system") ` (when file exists and alias not already present) |
50+
51+ When ` version14_ui ` ran before this generator, two additional patches are applied:
52+
53+ | Path | Change |
54+ | ------| --------|
55+ | ` src/styles/global.css ` | Prepends ` @import "@version14/ui/fonts.css"; ` |
56+ | ` panda.config.ts ` | Adds ` import { v14Preset } from "@version14/ui/preset" ` and ` presets: [v14Preset] ` |
4857
4958---
5059
You can’t perform that action at this time.
0 commit comments