@pandacss/types 0.0.0-dev-20221126091729 → 0.0.0-dev-20221126121755

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.
@@ -108,6 +108,7 @@ type TCondition = Record<string, string>
108
108
 
109
109
  export type Conditional<C extends TCondition, V> =
110
110
  | V
111
+ | V[] // responsive array
111
112
  | {
112
113
  [K in keyof C]?: Conditional<C, V>
113
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "0.0.0-dev-20221126091729",
3
+ "version": "0.0.0-dev-20221126121755",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",