@pandacss/types 0.0.0-dev-20230103023431 → 0.0.0-dev-20230103100753

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 +4 -0
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -13,6 +13,10 @@ export type Config<
13
13
  Breakpoints extends Dict = Dict,
14
14
  Tokens extends PartialTokens = PartialTokens,
15
15
  > = {
16
+ /**
17
+ * Whether to update the .gitignore file.
18
+ */
19
+ gitignore?: boolean
16
20
  /**
17
21
  * The value separator used in the generated class names.
18
22
  * @default '_'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20230103023431",
3
+ "version": "0.0.0-dev-20230103100753",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",