@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240501184738 to 0.0.0-dev-20240501191510
@@ -17,30 +17,57 @@ import type { CompositionStyleObject } from './system-types' | ||
type TextStyleProperty = | ||
| 'font' | ||
| 'fontFamily' | ||
| 'fontFeatureSettings' | ||
| 'fontKerning' | ||
| 'fontLanguageOverride' | ||
| 'fontOpticalSizing' | ||
| 'fontPalette' | ||
| 'fontSize' | ||
| 'fontSizeAdjust' | ||
| 'fontVariationSettings' | ||
| 'fontVariantPosition' | ||
| 'fontStretch' | ||
| 'fontStyle' | ||
| 'fontSynthesis' | ||
| 'fontVariant' | ||
| 'fontVariantAlternates' | ||
| 'fontVariantCaps' | ||
| 'fontVariantLigatures' | ||
| 'fontVariantNumeric' | ||
| 'fontVariantAlternates' | ||
| 'fontVariantLigatures' | ||
| 'fontFamily' | ||
| 'fontVariantPosition' | ||
| 'fontVariationSettings' | ||
| 'fontWeight' | ||
| 'fontSynthesis' | ||
| 'fontStyle' | ||
| 'fontVariant' | ||
| 'hypens' | ||
| 'hyphenateCharacter' | ||
| 'hyphenateLimitChars' | ||
| 'letterSpacing' | ||
| 'lineBreak' | ||
| 'lineHeight' | ||
| 'letterSpacing' | ||
| 'quotes' | ||
| 'overflowWrap' | ||
| 'textCombineUpright' | ||
| 'textDecoration' | ||
| 'textTransform' | ||
| 'textIndent' | ||
| 'textDecorationColor' | ||
| 'textDecorationLine' | ||
| 'textDecorationSkipInk' | ||
| 'textDecorationStyle' | ||
| 'textDecorationThickness' | ||
| 'textEmphasis' | ||
| 'textEmphasisColor' | ||
| 'textEmphasisPosition' | ||
| 'textEmphasisStyle' | ||
| 'hyphenateCharacter' | ||
| 'textIndent' | ||
| 'textJustify' | ||
| 'textOrientation' | ||
| 'textOverflow' | ||
| 'textRendering' | ||
| 'textShadow' | ||
| 'textTransform' | ||
| 'textUnderlineOffset' | ||
| 'textUnderlinePosition' | ||
| 'textWrap' | ||
| 'textWrapMode' | ||
| 'textWrapStyle' | ||
| 'verticalAlign' | ||
| 'whiteSpace' | ||
| 'wordBreak' | ||
| 'wordSpacing' | ||
@@ -47,0 +74,0 @@ export type TextStyle = CompositionStyleObject<TextStyleProperty> |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20240501184738", | ||
"version": "0.0.0-dev-20240501191510", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.0.0-dev-20240501184738" | ||
"@pandacss/extractor": "0.0.0-dev-20240501191510" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
965607
22733