diff --git a/.changeset/new-rings-deliver.md b/.changeset/new-rings-deliver.md new file mode 100644 index 00000000..3d736d5c --- /dev/null +++ b/.changeset/new-rings-deliver.md @@ -0,0 +1,47 @@ +--- +"@chakra-ui/vue-next": patch +"@chakra-ui/nuxt-next": patch +"@chakra-ui/c-accordion": patch +"@chakra-ui/c-alert": patch +"@chakra-ui/c-avatar": patch +"@chakra-ui/c-breadcrumb": patch +"@chakra-ui/c-button": patch +"@chakra-ui/c-checkbox": patch +"@chakra-ui/c-close-button": patch +"@chakra-ui/c-code": patch +"@chakra-ui/c-color-mode": patch +"@chakra-ui/c-focus-lock": patch +"@chakra-ui/c-form-control": patch +"@chakra-ui/c-icon": patch +"@chakra-ui/c-image": patch +"@chakra-ui/c-input": patch +"@chakra-ui/c-live-region": patch +"@chakra-ui/c-media-query": patch +"@chakra-ui/c-menu": patch +"@chakra-ui/c-modal": patch +"@chakra-ui/c-motion": patch +"@chakra-ui/c-pin-input": patch +"@chakra-ui/c-popover": patch +"@chakra-ui/c-popper": patch +"@chakra-ui/c-portal": patch +"@chakra-ui/c-reset": patch +"@chakra-ui/c-scroll-lock": patch +"@chakra-ui/c-skip-nav": patch +"@chakra-ui/c-spinner": patch +"@chakra-ui/c-table": patch +"@chakra-ui/c-tag": patch +"@chakra-ui/c-textarea": patch +"@chakra-ui/c-theme-provider": patch +"@chakra-ui/c-toast": patch +"@chakra-ui/c-visually-hidden": patch +"@chakra-ui/vue-layout": patch +"@chakra-ui/vue-styled": patch +"@chakra-ui/vue-system": patch +"@chakra-ui/vue-test-utils": patch +"@chakra-ui/vue-utils": patch +"@chakra-ui/vue-accessibilty": patch +"@chakra-ui/vue-composables": patch +"@chakra-ui/vue-auto-import": patch +--- + +Remove toast context log diff --git a/@types/components.d.ts b/@types/components.d.ts index cf666196..7b2eb951 100644 --- a/@types/components.d.ts +++ b/@types/components.d.ts @@ -1,12 +1,12 @@ /** - * Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported + * Typescript support for @chakra-ui/vue-next2.1.0-beta.5 auto-imported * components using `unplugin-vue-components,` * * @see: https://github.com/antfu/unplugin-vue-components/#typescript * * This is a generated file. Do not edit it's contents. * - * This file was generated on 2023-03-04T20:41:26.135Z + * This file was generated on 2023-03-12T05:11:09.948Z */ import { ChakraProps, chakra } from "@chakra-ui/vue-system" @@ -142,6 +142,19 @@ declare module "@vue/runtime-core" { CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"] CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"] CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"] + CPopover: typeof import("@chakra-ui/vue-next")["CPopover"] + CPopoverAnchor: typeof import("@chakra-ui/vue-next")["CPopoverAnchor"] + CPopoverArrow: typeof import("@chakra-ui/vue-next")["CPopoverArrow"] + CPopoverBody: typeof import("@chakra-ui/vue-next")["CPopoverBody"] + CPopoverCloseButton: typeof import("@chakra-ui/vue-next")["CPopoverCloseButton"] + CPopoverCloseTrigger: typeof import("@chakra-ui/vue-next")["CPopoverCloseTrigger"] + CPopoverContent: typeof import("@chakra-ui/vue-next")["CPopoverContent"] + CPopoverDescription: typeof import("@chakra-ui/vue-next")["CPopoverDescription"] + CPopoverFooter: typeof import("@chakra-ui/vue-next")["CPopoverFooter"] + CPopoverHeader: typeof import("@chakra-ui/vue-next")["CPopoverHeader"] + CPopoverPositioner: typeof import("@chakra-ui/vue-next")["CPopoverPositioner"] + CPopoverTitle: typeof import("@chakra-ui/vue-next")["CPopoverTitle"] + CPopoverTrigger: typeof import("@chakra-ui/vue-next")["CPopoverTrigger"] CPortal: typeof import("@chakra-ui/vue-next")["CPortal"] CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"] CRequiredIndicator: typeof import("@chakra-ui/vue-next")["CRequiredIndicator"] diff --git a/components.d.ts b/components.d.ts index cf666196..7b2eb951 100644 --- a/components.d.ts +++ b/components.d.ts @@ -1,12 +1,12 @@ /** - * Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported + * Typescript support for @chakra-ui/vue-next2.1.0-beta.5 auto-imported * components using `unplugin-vue-components,` * * @see: https://github.com/antfu/unplugin-vue-components/#typescript * * This is a generated file. Do not edit it's contents. * - * This file was generated on 2023-03-04T20:41:26.135Z + * This file was generated on 2023-03-12T05:11:09.948Z */ import { ChakraProps, chakra } from "@chakra-ui/vue-system" @@ -142,6 +142,19 @@ declare module "@vue/runtime-core" { CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"] CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"] CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"] + CPopover: typeof import("@chakra-ui/vue-next")["CPopover"] + CPopoverAnchor: typeof import("@chakra-ui/vue-next")["CPopoverAnchor"] + CPopoverArrow: typeof import("@chakra-ui/vue-next")["CPopoverArrow"] + CPopoverBody: typeof import("@chakra-ui/vue-next")["CPopoverBody"] + CPopoverCloseButton: typeof import("@chakra-ui/vue-next")["CPopoverCloseButton"] + CPopoverCloseTrigger: typeof import("@chakra-ui/vue-next")["CPopoverCloseTrigger"] + CPopoverContent: typeof import("@chakra-ui/vue-next")["CPopoverContent"] + CPopoverDescription: typeof import("@chakra-ui/vue-next")["CPopoverDescription"] + CPopoverFooter: typeof import("@chakra-ui/vue-next")["CPopoverFooter"] + CPopoverHeader: typeof import("@chakra-ui/vue-next")["CPopoverHeader"] + CPopoverPositioner: typeof import("@chakra-ui/vue-next")["CPopoverPositioner"] + CPopoverTitle: typeof import("@chakra-ui/vue-next")["CPopoverTitle"] + CPopoverTrigger: typeof import("@chakra-ui/vue-next")["CPopoverTrigger"] CPortal: typeof import("@chakra-ui/vue-next")["CPortal"] CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"] CRequiredIndicator: typeof import("@chakra-ui/vue-next")["CRequiredIndicator"] diff --git a/packages/vue/src/create-chakra.ts b/packages/vue/src/create-chakra.ts index 007defbc..0d766a79 100644 --- a/packages/vue/src/create-chakra.ts +++ b/packages/vue/src/create-chakra.ts @@ -139,7 +139,6 @@ export function createChakra(_options: ChakraPluginOptions = {}) { // Set color mode property app.config.globalProperties.$mode = mode - console.log(ToastContextSymbol, toastContext) app.provide(ToastContextSymbol, toastContext) // Setup toast container component