Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/shared

Package Overview
Dependencies
Maintainers
1
Versions
1132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/shared - npm Package Compare versions

Comparing version 0.0.0-dev-20221121154336 to 0.0.0-dev-20221121154622

dist/walk-styles-90a9feaa.d.ts

14

dist/index.d.ts

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

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