@pandacss/types 0.0.0-dev-20230106201415 → 0.0.0-dev-20230107012240
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.
- package/dist/conditions.d.ts +0 -1
- package/dist/config.d.ts +1 -1
- package/package.json +1 -1
package/dist/conditions.d.ts
CHANGED
package/dist/config.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export type Config<
|
|
|
117
117
|
/**
|
|
118
118
|
* The semantic design tokens for your project.
|
|
119
119
|
*/
|
|
120
|
-
semanticTokens?: SemanticTokens<StringKeyOf<Conditions> | StringKeyOf<Breakpoints> | 'base'
|
|
120
|
+
semanticTokens?: SemanticTokens<StringKeyOf<Conditions> | StringKeyOf<Breakpoints> | 'base'>
|
|
121
121
|
/**
|
|
122
122
|
* The typography styles for your project.
|
|
123
123
|
*/
|