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

Commit 9346849

Browse files
committed
Merge branch 'main' of github.com:chakra-ui/chakra-ui-vue-next
2 parents 9e22544 + 9d5fc03 commit 9346849

File tree

140 files changed

+2178
-200
lines changed

Some content is hidden

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

140 files changed

+2178
-200
lines changed

.changeset/giant-deers-compete.md

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

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@
4343
"@chakra-ui/vue-auto-import": "0.0.0-dev-20230215144750",
4444
"@chakra-ui/c-live-region": "2.0.0-beta.0",
4545
"@chakra-ui/c-table": "2.0.0-beta.0",
46-
"@chakra-ui/c-textarea": "0.0.0-beta.0"
46+
"@chakra-ui/c-textarea": "0.0.0-beta.0",
47+
"@chakra-ui/c-popover": "0.0.0-beta.0"
4748
},
4849
"changesets": [
4950
"beige-ants-beg",
5051
"beige-bugs-try",
5152
"blue-penguins-swim",
5253
"chilly-forks-stare",
54+
"giant-deers-compete",
5355
"gorgeous-swans-kneel",
5456
"honest-worms-hunt",
5557
"hungry-gifts-visit",
@@ -66,6 +68,7 @@
6668
"soft-cycles-sit",
6769
"spicy-doors-heal",
6870
"stale-kiwis-shave",
71+
"tasty-grapes-rhyme",
6972
"unlucky-beds-walk",
7073
"unlucky-boats-perform"
7174
]

.changeset/tasty-grapes-rhyme.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
"@chakra-ui/c-visually-hidden": patch
3+
"@chakra-ui/c-theme-provider": patch
4+
"@chakra-ui/vue-composables": patch
5+
"@chakra-ui/c-close-button": patch
6+
"@chakra-ui/c-form-control": patch
7+
"@chakra-ui/c-media-query": patch
8+
"@chakra-ui/c-scroll-lock": patch
9+
"@chakra-ui/c-breadcrumb": patch
10+
"@chakra-ui/c-color-mode": patch
11+
"@chakra-ui/c-focus-lock": patch
12+
"@chakra-ui/c-accordion": patch
13+
"@chakra-ui/c-pin-input": patch
14+
"@chakra-ui/c-checkbox": patch
15+
"@chakra-ui/c-skip-nav": patch
16+
"@chakra-ui/vue-test-utils": patch
17+
"@chakra-ui/c-popover": patch
18+
"@chakra-ui/c-spinner": patch
19+
"@chakra-ui/c-avatar": patch
20+
"@chakra-ui/c-button": patch
21+
"@chakra-ui/c-motion": patch
22+
"@chakra-ui/c-popper": patch
23+
"@chakra-ui/c-portal": patch
24+
"@chakra-ui/vue-accessibilty": patch
25+
"@chakra-ui/c-alert": patch
26+
"@chakra-ui/c-image": patch
27+
"@chakra-ui/c-input": patch
28+
"@chakra-ui/c-modal": patch
29+
"@chakra-ui/c-reset": patch
30+
"@chakra-ui/c-toast": patch
31+
"@chakra-ui/c-code": patch
32+
"@chakra-ui/c-icon": patch
33+
"@chakra-ui/c-menu": patch
34+
"@chakra-ui/vue-layout": patch
35+
"@chakra-ui/vue-styled": patch
36+
"@chakra-ui/vue-system": patch
37+
"@chakra-ui/c-tag": patch
38+
"@chakra-ui/vue-utils": patch
39+
"@chakra-ui/vue-next": patch
40+
---
41+
42+
Fix: Passthrough user-defined type attr for all button/iconbuttons

@types/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-27T05:00:10.823Z
9+
* This file was generated on 2023-03-04T20:41:26.135Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

_templates/generator/component/examples.vue.ejs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
to: packages/<%=h.changeCase.paramCase(name)%>/examples/base-<%=h.changeCase.paramCase(name)%>.vue
2+
to: packages/<%=h.changeCase.paramCase(name)%>/examples/simple-<%=h.changeCase.paramCase(name)%>.vue
33
---
44
<script setup lang="ts">
55
import { <%=h.changeCase.pascalCase(name)%> } from "../src"

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-27T05:00:10.823Z
9+
* This file was generated on 2023-03-04T20:41:26.135Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

modules/nuxt/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chakra-ui/nuxt-next
22

3+
## 2.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bc95c4d6]
8+
- Updated dependencies [e4364213]
9+
- @chakra-ui/c-color-mode@2.1.0-beta.4
10+
- @chakra-ui/vue-next@2.1.0-beta.5
11+
312
## 2.1.0-beta.5
413

514
### Patch Changes

modules/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt-next",
3-
"version": "2.1.0-beta.5",
3+
"version": "2.1.0-beta.6",
44
"description": "Nuxt 3 compatible version of Chakra UI Vue",
55
"license": "MIT",
66
"type": "module",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
]
1414
},
1515
"scripts": {
16-
"dev": "turbo run dev",
16+
"dev": "concurrently \"pnpm turbo:dev\" \"pnpm playground:dev\"",
17+
"turbo:dev": "turbo run dev",
1718
"clean": "pnpm -r --parallel run clean",
1819
"prebuild": "pnpm clean",
1920
"build": "turbo run build --filter=!./examples/* --filter=!{./packages/test-utils}",
@@ -141,7 +142,7 @@
141142
"@vueuse/core": "4.9.1",
142143
"@vueuse/head": "^0.7.4",
143144
"@vueuse/integrations": "^4.8.1",
144-
"@vueuse/motion": "^1.5.4",
145+
"@vueuse/motion": "^1.6.0",
145146
"@vueuse/shared": "^9.11.1",
146147
"aria-hidden": "^1.1.2",
147148
"axe-core": "^4.1.2",

packages/c-accordion/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @chakra-ui/c-accordion
22

3+
## 2.1.0-beta.5
4+
5+
### Minor Changes
6+
7+
- bc95c4d6: Add popover component
8+
9+
### Patch Changes
10+
11+
- e4364213: Fix: Passthrough user-defined type attr for all button/iconbuttons
12+
- Updated dependencies [bc95c4d6]
13+
- Updated dependencies [e4364213]
14+
- @chakra-ui/vue-composables@2.1.0-beta.5
15+
- @chakra-ui/c-motion@2.1.0-beta.5
16+
- @chakra-ui/c-icon@2.1.0-beta.5
17+
- @chakra-ui/vue-system@2.1.0-beta.5
18+
- @chakra-ui/vue-utils@2.1.0-beta.4
19+
320
## 2.1.0-beta.4
421

522
### Minor Changes

0 commit comments

Comments
 (0)