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

@chakra-ui/vue-styled

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/vue-styled - npm Package Compare versions

Comparing version 0.0.0-dev-20230217110635 to 0.0.0-dev-20230217135829

dist/cache.js

7

dist/cache.d.ts

@@ -0,10 +1,13 @@

import createCacheImport from '@emotion/cache';
import { EmotionCache } from '@emotion/utils';
import { DefineComponent, Component, SetupContext, VNode } from 'vue';
declare function createCache(...args: Parameters<typeof createCacheImport>): any;
declare const EmotionCacheProvider: (opts: EmotionCache) => void;
declare const EmotionCacheInjectionSymbol: Symbol;
declare const defaultCache: EmotionCache;
declare const defaultCache: any;
declare let __unusafe_useEmotionCache: (fallback?: EmotionCache | undefined) => EmotionCache;
declare let withEmotionCache: (fn: (cache: EmotionCache) => DefineComponent | Component | ((props?: unknown, ctx?: SetupContext) => VNode)) => (p: unknown) => DefineComponent | Component | ((props?: unknown, ctx?: SetupContext) => VNode);
export { EmotionCacheInjectionSymbol, EmotionCacheProvider, __unusafe_useEmotionCache, defaultCache, withEmotionCache };
export { EmotionCacheInjectionSymbol, EmotionCacheProvider, __unusafe_useEmotionCache, createCache, defaultCache, withEmotionCache };
import { CreateStyled } from './types.js';
export { EmotionCacheInjectionSymbol, EmotionCacheProvider, __unusafe_useEmotionCache, defaultCache, withEmotionCache } from './cache.js';
export { EmotionThemeContextSymbol, EmotionThemeProvider, createThemeCache, useEmotionTheme } from './theming.js';
export { EmotionCacheInjectionSymbol, EmotionCacheProvider, __unusafe_useEmotionCache, createCache, defaultCache, withEmotionCache } from './cache.js';
export { EmotionThemeContextSymbol, EmotionThemeProvider, createThemeCache, useEmotionTheme, weakMemoize } from './theming.js';
import 'vue';
import './tags.js';
import '@chakra-ui/utils';
import '@emotion/cache';
import '@emotion/utils';

@@ -8,0 +9,0 @@ import '@emotion/weak-memoize';

@@ -1,8 +0,9 @@

import * as _emotion_weak_memoize from '@emotion/weak-memoize';
import weakMemoizeImport from '@emotion/weak-memoize';
declare function weakMemoize(...args: Parameters<typeof weakMemoizeImport>): any;
declare const useEmotionTheme: (fallback?: object | undefined) => object;
declare const EmotionThemeContextSymbol: Symbol;
declare let createCacheWithTheme: _emotion_weak_memoize.UnaryFn<object, _emotion_weak_memoize.UnaryFn<object, any>>;
declare let createCacheWithTheme: any;
declare function EmotionThemeProvider(theme: object | ((Obj: object) => Object)): void;
export { EmotionThemeContextSymbol, EmotionThemeProvider, createCacheWithTheme as createThemeCache, useEmotionTheme };
export { EmotionThemeContextSymbol, EmotionThemeProvider, createCacheWithTheme as createThemeCache, useEmotionTheme, weakMemoize };
{
"name": "@chakra-ui/vue-styled",
"version": "0.0.0-dev-20230217110635",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"version": "0.0.0-dev-20230217135829",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [

@@ -11,4 +11,4 @@ "dist"

".": {
"require": "./dist/index.cjs.js",
"default": "./dist/index.esm.js"
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}

@@ -21,3 +21,3 @@ },

"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/cache": "^11.10.5",
"@emotion/css": "^11.10.5",

@@ -30,3 +30,3 @@ "@emotion/serialize": "1.1.1",

"lodash.memoize": "^4.1.2",
"@chakra-ui/vue-utils": "0.0.0-dev-20230217110635"
"@chakra-ui/vue-utils": "0.0.0-dev-20230217135829"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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