@pandacss/types 0.36.0 → 0.36.1

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 +1 -9
  2. package/package.json +2 -2
package/dist/config.d.ts CHANGED
@@ -125,15 +125,7 @@ interface ExtendableGlobalVars {
125
125
  extend?: GlobalVarsDefinition
126
126
  }
127
127
 
128
- export interface ThemeVariant extends Pick<Theme, 'tokens' | 'semanticTokens'> {
129
- /**
130
- * Selector attribute to use for the generated theme, can be any `data-*` attribute
131
- * @default 'data-panda-theme'
132
- * ```
133
- *
134
- */
135
- attribute?: `data-${string}`
136
- }
128
+ export interface ThemeVariant extends Pick<Theme, 'tokens' | 'semanticTokens'> {}
137
129
 
138
130
  export interface ThemeVariantsMap {
139
131
  [name: string]: ThemeVariant
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -31,7 +31,7 @@
31
31
  "ncp": "2.0.0",
32
32
  "pkg-types": "1.0.3",
33
33
  "ts-morph": "21.0.1",
34
- "@pandacss/extractor": "0.36.0"
34
+ "@pandacss/extractor": "0.36.1"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsx scripts/watch.ts",