Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8e71c02

Browse files
committed
chore: create changeset
1 parent 9346849 commit 8e71c02

File tree

4 files changed

+77
-5
lines changed

4 files changed

+77
-5
lines changed

.changeset/new-rings-deliver.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
"@chakra-ui/vue-next": patch
3+
"@chakra-ui/nuxt-next": patch
4+
"@chakra-ui/c-accordion": patch
5+
"@chakra-ui/c-alert": patch
6+
"@chakra-ui/c-avatar": patch
7+
"@chakra-ui/c-breadcrumb": patch
8+
"@chakra-ui/c-button": patch
9+
"@chakra-ui/c-checkbox": patch
10+
"@chakra-ui/c-close-button": patch
11+
"@chakra-ui/c-code": patch
12+
"@chakra-ui/c-color-mode": patch
13+
"@chakra-ui/c-focus-lock": patch
14+
"@chakra-ui/c-form-control": patch
15+
"@chakra-ui/c-icon": patch
16+
"@chakra-ui/c-image": patch
17+
"@chakra-ui/c-input": patch
18+
"@chakra-ui/c-live-region": patch
19+
"@chakra-ui/c-media-query": patch
20+
"@chakra-ui/c-menu": patch
21+
"@chakra-ui/c-modal": patch
22+
"@chakra-ui/c-motion": patch
23+
"@chakra-ui/c-pin-input": patch
24+
"@chakra-ui/c-popover": patch
25+
"@chakra-ui/c-popper": patch
26+
"@chakra-ui/c-portal": patch
27+
"@chakra-ui/c-reset": patch
28+
"@chakra-ui/c-scroll-lock": patch
29+
"@chakra-ui/c-skip-nav": patch
30+
"@chakra-ui/c-spinner": patch
31+
"@chakra-ui/c-table": patch
32+
"@chakra-ui/c-tag": patch
33+
"@chakra-ui/c-textarea": patch
34+
"@chakra-ui/c-theme-provider": patch
35+
"@chakra-ui/c-toast": patch
36+
"@chakra-ui/c-visually-hidden": patch
37+
"@chakra-ui/vue-layout": patch
38+
"@chakra-ui/vue-styled": patch
39+
"@chakra-ui/vue-system": patch
40+
"@chakra-ui/vue-test-utils": patch
41+
"@chakra-ui/vue-utils": patch
42+
"@chakra-ui/vue-accessibilty": patch
43+
"@chakra-ui/vue-composables": patch
44+
"@chakra-ui/vue-auto-import": patch
45+
---
46+
47+
Remove toast context log

@types/components.d.ts

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.5 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-03-04T20:41:26.135Z
9+
* This file was generated on 2023-03-12T05:11:09.948Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -142,6 +142,19 @@ declare module "@vue/runtime-core" {
142142
CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"]
143143
CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"]
144144
CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"]
145+
CPopover: typeof import("@chakra-ui/vue-next")["CPopover"]
146+
CPopoverAnchor: typeof import("@chakra-ui/vue-next")["CPopoverAnchor"]
147+
CPopoverArrow: typeof import("@chakra-ui/vue-next")["CPopoverArrow"]
148+
CPopoverBody: typeof import("@chakra-ui/vue-next")["CPopoverBody"]
149+
CPopoverCloseButton: typeof import("@chakra-ui/vue-next")["CPopoverCloseButton"]
150+
CPopoverCloseTrigger: typeof import("@chakra-ui/vue-next")["CPopoverCloseTrigger"]
151+
CPopoverContent: typeof import("@chakra-ui/vue-next")["CPopoverContent"]
152+
CPopoverDescription: typeof import("@chakra-ui/vue-next")["CPopoverDescription"]
153+
CPopoverFooter: typeof import("@chakra-ui/vue-next")["CPopoverFooter"]
154+
CPopoverHeader: typeof import("@chakra-ui/vue-next")["CPopoverHeader"]
155+
CPopoverPositioner: typeof import("@chakra-ui/vue-next")["CPopoverPositioner"]
156+
CPopoverTitle: typeof import("@chakra-ui/vue-next")["CPopoverTitle"]
157+
CPopoverTrigger: typeof import("@chakra-ui/vue-next")["CPopoverTrigger"]
145158
CPortal: typeof import("@chakra-ui/vue-next")["CPortal"]
146159
CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"]
147160
CRequiredIndicator: typeof import("@chakra-ui/vue-next")["CRequiredIndicator"]

components.d.ts

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.4 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.5 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-03-04T20:41:26.135Z
9+
* This file was generated on 2023-03-12T05:11:09.948Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -142,6 +142,19 @@ declare module "@vue/runtime-core" {
142142
CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"]
143143
CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"]
144144
CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"]
145+
CPopover: typeof import("@chakra-ui/vue-next")["CPopover"]
146+
CPopoverAnchor: typeof import("@chakra-ui/vue-next")["CPopoverAnchor"]
147+
CPopoverArrow: typeof import("@chakra-ui/vue-next")["CPopoverArrow"]
148+
CPopoverBody: typeof import("@chakra-ui/vue-next")["CPopoverBody"]
149+
CPopoverCloseButton: typeof import("@chakra-ui/vue-next")["CPopoverCloseButton"]
150+
CPopoverCloseTrigger: typeof import("@chakra-ui/vue-next")["CPopoverCloseTrigger"]
151+
CPopoverContent: typeof import("@chakra-ui/vue-next")["CPopoverContent"]
152+
CPopoverDescription: typeof import("@chakra-ui/vue-next")["CPopoverDescription"]
153+
CPopoverFooter: typeof import("@chakra-ui/vue-next")["CPopoverFooter"]
154+
CPopoverHeader: typeof import("@chakra-ui/vue-next")["CPopoverHeader"]
155+
CPopoverPositioner: typeof import("@chakra-ui/vue-next")["CPopoverPositioner"]
156+
CPopoverTitle: typeof import("@chakra-ui/vue-next")["CPopoverTitle"]
157+
CPopoverTrigger: typeof import("@chakra-ui/vue-next")["CPopoverTrigger"]
145158
CPortal: typeof import("@chakra-ui/vue-next")["CPortal"]
146159
CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"]
147160
CRequiredIndicator: typeof import("@chakra-ui/vue-next")["CRequiredIndicator"]

packages/vue/src/create-chakra.ts

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export function createChakra(_options: ChakraPluginOptions = {}) {
139139
// Set color mode property
140140
app.config.globalProperties.$mode = mode
141141

142-
console.log(ToastContextSymbol, toastContext)
143142
app.provide(ToastContextSymbol, toastContext)
144143

145144
// Setup toast container component

0 commit comments

Comments
 (0)