@chakra-ui/vue-styled
Advanced tools
Comparing version 0.0.0-dev-20230217110635 to 0.0.0-dev-20230217135829
@@ -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": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
54074
1665
1
+ Added@chakra-ui/vue-utils@0.0.0-dev-20230217135829(transitive)
- Removed@chakra-ui/vue-utils@0.0.0-dev-20230217110635(transitive)
Updated@emotion/cache@^11.10.5