@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20240706171714 to 0.0.0-dev-20240719174947
@@ -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, StaticCssOptions, RequiredBy, StudioOptions, PandaHooks, PrefixOptions, Theme } 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, StaticCssOptions, GlobalFontface as GlobalFontface$1, RequiredBy, StudioOptions, PandaHooks, PrefixOptions, Theme } from '@pandacss/types'; | ||
import postcss, { Root, AtRule } from 'postcss'; | ||
@@ -448,3 +448,3 @@ import { Stylesheet as Stylesheet$1, CssOptions as CssOptions$1 } from '@pandacss/core'; | ||
} | ||
interface StylesheetContext extends Pick<Context, 'utility' | 'conditions' | 'encoder' | 'decoder' | 'isValidProperty' | 'hooks' | 'globalVars'> { | ||
interface StylesheetContext extends Pick<Context, 'utility' | 'conditions' | 'encoder' | 'decoder' | 'isValidProperty' | 'hooks' | 'globalVars' | 'globalFontface'> { | ||
layers: Layers; | ||
@@ -623,2 +623,3 @@ helpers: PatternHelpers; | ||
private assignPropertyTypes; | ||
addPropertyType: (property: string, type: string[]) => void; | ||
/** | ||
@@ -808,2 +809,13 @@ * Returns the Typescript type for the define properties | ||
interface GlobalFontfaceOptions { | ||
globalFontface?: GlobalFontface$1; | ||
} | ||
declare class GlobalFontface { | ||
private options; | ||
names: string[]; | ||
constructor(options: GlobalFontfaceOptions); | ||
isEmpty(): boolean; | ||
toString(): string; | ||
} | ||
declare class Context { | ||
@@ -823,2 +835,3 @@ conf: LoadConfigResult; | ||
globalVars: GlobalVars; | ||
globalFontface: GlobalFontface; | ||
encoder: StyleEncoder; | ||
@@ -842,2 +855,4 @@ decoder: StyleDecoder; | ||
setupCompositions: (theme: Theme) => void; | ||
private registerAnimationName; | ||
private registerFontFamily; | ||
setupProperties: () => void; | ||
@@ -863,2 +878,3 @@ get baseSheetContext(): { | ||
globalVars: GlobalVars; | ||
globalFontface: GlobalFontface; | ||
}; | ||
@@ -865,0 +881,0 @@ createSheet: () => Stylesheet; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240706171714", | ||
"version": "0.0.0-dev-20240719174947", | ||
"description": "core functions for extract-it", | ||
@@ -50,7 +50,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240706171714", | ||
"@pandacss/logger": "0.0.0-dev-20240706171714", | ||
"@pandacss/shared": "0.0.0-dev-20240706171714", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240706171714", | ||
"@pandacss/types": "0.0.0-dev-20240706171714" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240719174947", | ||
"@pandacss/shared": "0.0.0-dev-20240719174947", | ||
"@pandacss/logger": "0.0.0-dev-20240719174947", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240719174947", | ||
"@pandacss/types": "0.0.0-dev-20240719174947" | ||
}, | ||
@@ -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
311502
8472
+ Added@pandacss/logger@0.0.0-dev-20240719174947(transitive)
+ Added@pandacss/shared@0.0.0-dev-20240719174947(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20240719174947(transitive)
+ Added@pandacss/types@0.0.0-dev-20240719174947(transitive)
- Removed@pandacss/logger@0.0.0-dev-20240706171714(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240706171714(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20240706171714(transitive)
- Removed@pandacss/types@0.0.0-dev-20240706171714(transitive)