@pandacss/core
Advanced tools
Comparing version 0.50.0 to 0.51.0
@@ -19,4 +19,4 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
build: ({ min, max }: { | ||
min?: string | null | undefined; | ||
max?: string | null | undefined; | ||
min?: string | null; | ||
max?: string | null; | ||
}) => string; | ||
@@ -134,3 +134,3 @@ only: (name: string) => string; | ||
*/ | ||
hashStyleObject: (set: Set<string>, obj: ResultItem['data'][number], baseEntry?: Partial<Omit<StyleEntry, 'prop' | 'value' | 'cond'>>) => void; | ||
hashStyleObject: (set: Set<string>, obj: ResultItem["data"][number], baseEntry?: Partial<Omit<StyleEntry, "prop" | "value" | "cond">>) => void; | ||
processAtomic: (styles: StyleResultObject) => void; | ||
@@ -144,5 +144,5 @@ processStyleProps: (styleProps: StyleProps) => void; | ||
processRecipeBase(recipeName: string): void; | ||
processPattern: (name: string, patternProps: StyleResultObject, type?: 'pattern' | 'jsx-pattern', jsxName?: string | undefined) => void; | ||
processAtomicRecipe: (recipe: Pick<RecipeConfig, 'base' | 'variants' | 'compoundVariants'>) => void; | ||
processAtomicSlotRecipe: (recipe: PartialBy<SlotRecipeDefinition, 'slots'>) => void; | ||
processPattern: (name: string, patternProps: StyleResultObject, type?: "pattern" | "jsx-pattern", jsxName?: string | undefined) => void; | ||
processAtomicRecipe: (recipe: Pick<RecipeConfig, "base" | "variants" | "compoundVariants">) => void; | ||
processAtomicSlotRecipe: (recipe: PartialBy<SlotRecipeDefinition, "slots">) => void; | ||
getConfigRecipeHash: (recipeName: string) => { | ||
@@ -327,3 +327,3 @@ atomic: Set<string>; | ||
value: ImportMapOutput<string>; | ||
matchers: Record<keyof ImportMapOutput<string>, ImportMatcher>; | ||
matchers: Record<keyof ImportMapOutput, ImportMatcher>; | ||
outdir: string; | ||
@@ -362,3 +362,3 @@ constructor(context: Pick<Context, 'jsx' | 'config' | 'conf' | 'isValidProperty' | 'recipes' | 'patterns'>); | ||
*/ | ||
buildImportMap: (option: UserConfig['importMap']) => ImportMapOutput<string>; | ||
buildImportMap: (option: UserConfig["importMap"]) => ImportMapOutput<string>; | ||
private fromString; | ||
@@ -369,3 +369,3 @@ private fromInput; | ||
private createMatcher; | ||
match: (result: ImportResult | undefined, resolveTsPath?: ((mod: string) => string | undefined) | undefined) => boolean; | ||
match: (result: ImportResult | undefined, resolveTsPath?: (mod: string) => string | undefined) => boolean; | ||
file: (results: ImportResult[]) => FileMatcher; | ||
@@ -445,3 +445,3 @@ } | ||
filterDetails: (filters?: ArtifactFilters) => RecipeNode[]; | ||
static inferSlots: (recipe: PartialBy<SlotRecipeDefinition, 'slots'>) => string[]; | ||
static inferSlots: (recipe: PartialBy<SlotRecipeDefinition, "slots">) => string[]; | ||
static isValidNode: (node: unknown) => node is RecipeNode; | ||
@@ -612,3 +612,3 @@ } | ||
*/ | ||
getPropertyValues: (config: PropertyConfig, resolveFn?: ((key: string) => string) | undefined) => Record<string, string> | { | ||
getPropertyValues: (config: PropertyConfig, resolveFn?: (key: string) => string) => Record<string, string> | { | ||
type: string; | ||
@@ -920,3 +920,3 @@ } | { | ||
declare const artifactsGenerated: (ctx: Pick<Context, 'config' | 'recipes' | 'patterns' | 'tokens' | 'jsx' | 'isTemplateLiteralSyntax'>) => () => string; | ||
declare const artifactsGenerated: (ctx: Pick<Context, "config" | "recipes" | "patterns" | "tokens" | "jsx" | "isTemplateLiteralSyntax">) => () => string; | ||
declare const configExists: (cmd: string) => string; | ||
@@ -931,3 +931,3 @@ declare const thankYou: () => string; | ||
declare const cssArtifactComplete: (type: string) => string; | ||
declare const getMessages: (ctx: Pick<Context, 'config' | 'recipes' | 'patterns' | 'tokens' | 'jsx' | 'isTemplateLiteralSyntax'>) => { | ||
declare const getMessages: (ctx: Pick<Context, "config" | "recipes" | "patterns" | "tokens" | "jsx" | "isTemplateLiteralSyntax">) => { | ||
artifactsGenerated: () => string; | ||
@@ -934,0 +934,0 @@ configExists: (cmd: string) => string; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.50.0", | ||
"version": "0.51.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.50.0", | ||
"@pandacss/logger": "0.50.0", | ||
"@pandacss/shared": "0.50.0", | ||
"@pandacss/token-dictionary": "0.50.0", | ||
"@pandacss/types": "0.50.0" | ||
"@pandacss/is-valid-prop": "^0.51.0", | ||
"@pandacss/logger": "0.51.0", | ||
"@pandacss/shared": "0.51.0", | ||
"@pandacss/token-dictionary": "0.51.0", | ||
"@pandacss/types": "0.51.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
316579
8606
+ Added@pandacss/is-valid-prop@0.51.1(transitive)
+ Added@pandacss/logger@0.51.0(transitive)
+ Added@pandacss/shared@0.51.0(transitive)
+ Added@pandacss/token-dictionary@0.51.0(transitive)
+ Added@pandacss/types@0.51.0(transitive)
- Removed@pandacss/is-valid-prop@0.50.0(transitive)
- Removed@pandacss/logger@0.50.0(transitive)
- Removed@pandacss/shared@0.50.0(transitive)
- Removed@pandacss/token-dictionary@0.50.0(transitive)
- Removed@pandacss/types@0.50.0(transitive)
Updated@pandacss/logger@0.51.0
Updated@pandacss/shared@0.51.0
Updated@pandacss/types@0.51.0