New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/core

Package Overview
Dependencies
Maintainers
1
Versions
1161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/core - npm Package Compare versions

Comparing version 0.52.0 to 0.53.0

39

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc