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

Commit 0afc0a3

Browse files
Merge pull request #284 from chakra-ui/feat/c-tooltip
feat: add `CTooltip` component
2 parents 6688f83 + 1fb11f8 commit 0afc0a3

File tree

153 files changed

+1131
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+1131
-23
lines changed

.changeset/little-maps-watch.md

Lines changed: 48 additions & 0 deletions

@types/components.d.ts

100644100755
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.6 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.7 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-14T07:13:33.703Z
9+
* This file was generated on 2023-03-19T12:50:09.916Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -180,6 +180,11 @@ declare module "@vue/runtime-core" {
180180
CThead: typeof import("@chakra-ui/vue-next")["CThead"]
181181
CThemeProvider: typeof import("@chakra-ui/vue-next")["CThemeProvider"]
182182
CToastContainer: typeof import("@chakra-ui/vue-next")["CToastContainer"]
183+
CTooltip: typeof import("@chakra-ui/vue-next")["CTooltip"]
184+
CTooltipArrow: typeof import("@chakra-ui/vue-next")["CTooltipArrow"]
185+
CTooltipContent: typeof import("@chakra-ui/vue-next")["CTooltipContent"]
186+
CTooltipPositioner: typeof import("@chakra-ui/vue-next")["CTooltipPositioner"]
187+
CTooltipTrigger: typeof import("@chakra-ui/vue-next")["CTooltipTrigger"]
183188
CTr: typeof import("@chakra-ui/vue-next")["CTr"]
184189
CUnorderedList: typeof import("@chakra-ui/vue-next")["CUnorderedList"]
185190
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]

@types/cypress-shims.d.ts

100644100755
File mode changed.

@types/env.d.ts

100644100755
File mode changed.

@types/index.d.ts

100644100755
File mode changed.

@types/vue-shims.d.ts

100644100755
File mode changed.

CODE_OF_CONDUCT.md

100644100755
File mode changed.

CONTRIBUTING.md

100644100755
File mode changed.

README.md

100644100755
File mode changed.

_templates/generator/component/README.md.ejs.t

100644100755
File mode changed.

0 commit comments

Comments
 (0)