@pandacss/shared
Advanced tools
Comparing version 0.0.0-dev-20221121154336 to 0.0.0-dev-20221121154622
@@ -1,10 +0,10 @@ | ||
import { W as WalkObjectStopFn } from './walk-styles-a10346e4.js'; | ||
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, a as isImportant, m as mapObject, t as toHash, e as walkObject, g as walkStyles, w as withoutImportant, b as withoutSpace } from './walk-styles-a10346e4.js'; | ||
import { W as WalkObjectStopFn } from './walk-styles-90a9feaa.js'; | ||
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, a as isImportant, m as mapObject, t as toHash, e as walkObject, g as walkStyles, w as withoutImportant, b as withoutSpace } from './walk-styles-90a9feaa.js'; | ||
declare const isString: (v: any) => v is string; | ||
declare type AnyFunction = (...args: any[]) => any; | ||
type AnyFunction = (...args: any[]) => any; | ||
declare const isFunction: (v: any) => v is AnyFunction; | ||
declare function isObject(value: any): value is Record<string, any>; | ||
declare type Operand = string | number | { | ||
type Operand = string | number | { | ||
ref: string; | ||
@@ -27,7 +27,7 @@ }; | ||
declare type CssVar = { | ||
type CssVar = { | ||
var: `--${string}`; | ||
ref: string; | ||
}; | ||
declare type CssVarOptions = { | ||
type CssVarOptions = { | ||
fallback?: string; | ||
@@ -49,3 +49,3 @@ prefix?: string; | ||
declare type MapToRecord<K extends Map<string, any>> = { | ||
type MapToRecord<K extends Map<string, any>> = { | ||
[P in keyof K]: K[P] extends Map<string, infer V> ? Record<string, V> : never; | ||
@@ -52,0 +52,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, m as mapObject, t as toHash, e as walkObject, g as walkStyles, b as withoutSpace } from './walk-styles-a10346e4.js'; | ||
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, m as mapObject, t as toHash, e as walkObject, g as walkStyles, b as withoutSpace } from './walk-styles-90a9feaa.js'; |
{ | ||
"name": "@pandacss/shared", | ||
"version": "0.0.0-dev-20221121154336", | ||
"version": "0.0.0-dev-20221121154622", | ||
"description": "Shared utilities for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
36002