@pandacss/core
Advanced tools
Comparing version 0.52.0 to 0.53.0
@@ -5,3 +5,3 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
import * as _pandacss_types from '@pandacss/types'; | ||
import { AtRuleCondition, ConditionDetails, ConditionQuery, Conditions as Conditions$1, ThemeVariantsMap, GlobalVarsDefinition, Dict, ResultItem, StyleEntry, StyleResultObject, StyleProps, SlotRecipeDefinition, RecipeConfig, PartialBy, EncoderJson, AtomicStyleResult, RecipeBaseResult, GroupedResult, SystemStyleObject, AtomicRule, RecipeDefinition, AtomicRecipeRule, RecipeVariantsRule, ImportMapOutput, UserConfig, ImportMapInput, CascadeLayers, CascadeLayer, SlotRecipeConfig, ArtifactFilters, PatternHelpers, HashOptions, Config, TSConfig, LoadConfigResult, UtilityConfig, PropertyConfig, CssKeyframes, PatternConfig, CssRule, PatternRule, RecipeRule, StaticCssOptions, GlobalFontface as GlobalFontface$1, RequiredBy, StudioOptions, PandaHooks, PrefixOptions, Theme } from '@pandacss/types'; | ||
import { AtRuleCondition, ConditionDetails, ConditionQuery, Conditions as Conditions$1, ThemeVariantsMap, GlobalFontface as GlobalFontface$1, GlobalPositionTry as GlobalPositionTry$1, GlobalVarsDefinition, Dict, ResultItem, StyleEntry, StyleResultObject, StyleProps, SlotRecipeDefinition, RecipeConfig, PartialBy, EncoderJson, AtomicStyleResult, RecipeBaseResult, GroupedResult, SystemStyleObject, AtomicRule, RecipeDefinition, AtomicRecipeRule, RecipeVariantsRule, ImportMapOutput, UserConfig, ImportMapInput, CascadeLayers, CascadeLayer, SlotRecipeConfig, ArtifactFilters, PatternHelpers, HashOptions, Config, TSConfig, LoadConfigResult, UtilityConfig, PropertyConfig, CssKeyframes, PatternConfig, CssRule, PatternRule, RecipeRule, StaticCssOptions, RequiredBy, StudioOptions, PandaHooks, PrefixOptions, Theme } from '@pandacss/types'; | ||
import postcss, { Root, AtRule } from 'postcss'; | ||
@@ -97,2 +97,24 @@ import { Stylesheet as Stylesheet$1, CssOptions as CssOptions$1, RecipeNode as RecipeNode$1 } from '@pandacss/core'; | ||
interface GlobalFontfaceOptions$1 { | ||
globalFontface?: GlobalFontface$1; | ||
} | ||
declare class GlobalFontface { | ||
private options; | ||
names: string[]; | ||
constructor(options: GlobalFontfaceOptions$1); | ||
isEmpty(): boolean; | ||
toString(): string; | ||
} | ||
interface GlobalFontfaceOptions { | ||
globalPositionTry?: GlobalPositionTry$1; | ||
} | ||
declare class GlobalPositionTry { | ||
private opts; | ||
names: string[]; | ||
constructor(opts: GlobalFontfaceOptions); | ||
isEmpty(): boolean; | ||
toString(): string; | ||
} | ||
interface GlobalVarsOptions { | ||
@@ -450,3 +472,3 @@ globalVars?: GlobalVarsDefinition; | ||
} | ||
interface StylesheetContext extends Pick<Context, 'utility' | 'conditions' | 'encoder' | 'decoder' | 'isValidProperty' | 'hooks' | 'globalVars' | 'globalFontface'> { | ||
interface StylesheetContext extends Pick<Context, 'utility' | 'conditions' | 'encoder' | 'decoder' | 'isValidProperty' | 'hooks' | 'globalVars' | 'globalFontface' | 'globalPositionTry'> { | ||
layers: Layers; | ||
@@ -842,13 +864,2 @@ helpers: PatternHelpers; | ||
interface GlobalFontfaceOptions { | ||
globalFontface?: GlobalFontface$1; | ||
} | ||
declare class GlobalFontface { | ||
private options; | ||
names: string[]; | ||
constructor(options: GlobalFontfaceOptions); | ||
isEmpty(): boolean; | ||
toString(): string; | ||
} | ||
declare class Context { | ||
@@ -869,2 +880,3 @@ conf: LoadConfigResult; | ||
globalFontface: GlobalFontface; | ||
globalPositionTry: GlobalPositionTry; | ||
encoder: StyleEncoder; | ||
@@ -911,2 +923,3 @@ decoder: StyleDecoder; | ||
globalFontface: GlobalFontface; | ||
globalPositionTry: GlobalPositionTry; | ||
}; | ||
@@ -913,0 +926,0 @@ createSheet: () => Stylesheet; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.52.0", | ||
"version": "0.53.0", | ||
"description": "core functions for extract-it", | ||
@@ -50,7 +50,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.52.0", | ||
"@pandacss/logger": "0.52.0", | ||
"@pandacss/shared": "0.52.0", | ||
"@pandacss/token-dictionary": "0.52.0", | ||
"@pandacss/types": "0.52.0" | ||
"@pandacss/is-valid-prop": "^0.53.0", | ||
"@pandacss/logger": "0.53.0", | ||
"@pandacss/shared": "0.53.0", | ||
"@pandacss/token-dictionary": "0.53.0", | ||
"@pandacss/types": "0.53.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
319489
8693
+ Added@pandacss/is-valid-prop@0.53.0(transitive)
+ Added@pandacss/logger@0.53.0(transitive)
+ Added@pandacss/shared@0.53.0(transitive)
+ Added@pandacss/token-dictionary@0.53.0(transitive)
+ Added@pandacss/types@0.53.0(transitive)
- Removed@pandacss/is-valid-prop@0.52.0(transitive)
- Removed@pandacss/logger@0.52.0(transitive)
- Removed@pandacss/shared@0.52.0(transitive)
- Removed@pandacss/token-dictionary@0.52.0(transitive)
- Removed@pandacss/types@0.52.0(transitive)
Updated@pandacss/logger@0.53.0
Updated@pandacss/shared@0.53.0
Updated@pandacss/types@0.53.0