@chakra-ui/vue-styled
Advanced tools
Comparing version 2.1.0-beta.10 to 2.1.0-beta.11
import createCacheImport from '@emotion/cache'; | ||
import { EmotionCache } from '@emotion/utils'; | ||
import { Component, DefineComponent, SetupContext, VNode } from 'vue'; | ||
import { DefineComponent, Component, SetupContext, VNode } from 'vue'; | ||
@@ -11,4 +11,4 @@ declare function createCache(...args: Parameters<typeof createCacheImport>): any; | ||
declare let __unusafe_useEmotionCache: (fallback?: EmotionCache | undefined) => EmotionCache; | ||
declare let withEmotionCache: (fn: (cache: EmotionCache) => Component | DefineComponent | ((props?: unknown, ctx?: SetupContext) => VNode)) => (p: unknown) => Component | DefineComponent | ((props?: unknown, ctx?: SetupContext) => VNode); | ||
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, createCache, defaultCache, withEmotionCache }; |
{ | ||
"name": "@chakra-ui/vue-styled", | ||
"version": "2.1.0-beta.10", | ||
"version": "2.1.0-beta.11", | ||
"main": "dist/index.js", | ||
@@ -28,3 +28,3 @@ "module": "dist/index.mjs", | ||
"lodash.memoize": "^4.1.2", | ||
"@chakra-ui/vue-utils": "2.1.0-beta.9" | ||
"@chakra-ui/vue-utils": "2.1.0-beta.10" | ||
}, | ||
@@ -31,0 +31,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
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
61624
32
+ Added@chakra-ui/vue-utils@2.1.0-beta.10(transitive)
- Removed@chakra-ui/vue-utils@2.1.0-beta.9(transitive)