@pandacss/types 0.0.0-dev-20230904192749 → 0.0.0-dev-20230905135654

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/config.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/config.d.ts CHANGED
@@ -207,8 +207,8 @@ type CodegenOptions = {
207
207
  */
208
208
  emitTokensOnly?: boolean
209
209
  /**
210
- * Whether to hash the generated class names.
211
- * This is useful if want to shorten the class names.
210
+ * Whether to hash the generated class names / css variables.
211
+ * This is useful if want to shorten the class names or css variables.
212
212
  * @default false
213
213
  */
214
214
  hash?: boolean | { cssVar: boolean; className: boolean }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230904192749",
3
+ "version": "0.0.0-dev-20230905135654",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -17,7 +17,7 @@
17
17
  "hookable": "5.5.3",
18
18
  "ncp": "^2.0.0",
19
19
  "pkg-types": "1.0.3",
20
- "@pandacss/extractor": "0.0.0-dev-20230904192749"
20
+ "@pandacss/extractor": "0.0.0-dev-20230905135654"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsx scripts/build.ts",