@pandacss/types 1.7.3 → 1.8.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.
@@ -48,6 +48,9 @@ type TextStyleProperty =
48
48
  | 'tabSize'
49
49
  | 'textAlign'
50
50
  | 'textAlignLast'
51
+ | 'textBox'
52
+ | 'textBoxEdge'
53
+ | 'textBoxTrim'
51
54
  | 'textCombineUpright'
52
55
  | 'textDecoration'
53
56
  | 'textDecorationColor'
package/dist/spec.d.ts CHANGED
@@ -154,3 +154,16 @@ export type SpecFile =
154
154
  | LayerStyleSpec
155
155
  | AnimationStyleSpec
156
156
  | ColorPaletteSpec
157
+
158
+ export interface SpecTypeMap {
159
+ tokens: TokenSpec
160
+ 'semantic-tokens': SemanticTokenSpec
161
+ recipes: RecipeSpec
162
+ patterns: PatternSpec
163
+ conditions: ConditionSpec
164
+ keyframes: KeyframeSpec
165
+ 'text-styles': TextStyleSpec
166
+ 'layer-styles': LayerStyleSpec
167
+ 'animation-styles': AnimationStyleSpec
168
+ 'color-palette': ColorPaletteSpec
169
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/types",
3
- "version": "1.7.3",
3
+ "version": "1.8.1",
4
4
  "description": "The types for css panda",
5
5
  "main": "dist/index.d.ts",
6
6
  "author": "Segun Adebayo <joseshegs@gmail.com>",
@@ -32,7 +32,7 @@
32
32
  "ncp": "2.0.0",
33
33
  "pkg-types": "2.3.0",
34
34
  "ts-morph": "27.0.2",
35
- "@pandacss/extractor": "1.7.3"
35
+ "@pandacss/extractor": "1.8.1"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsx scripts/watch.ts",