This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree 6 files changed +118
-201
lines changed
6 files changed +118
-201
lines changed Original file line number Diff line number Diff line change 272
272
"avatar_url" : " https://avatars.githubusercontent.com/u/931497?v=4" ,
273
273
"profile" : " https://github.com/abelnnieva" ,
274
274
"contributions" : [
275
- " bug" ,
276
275
" code"
277
276
]
278
277
},
282
281
"avatar_url" : " https://avatars.githubusercontent.com/u/20158564?v=4" ,
283
282
"profile" : " https://github.com/simpletrontdip" ,
284
283
"contributions" : [
285
- " bug" ,
286
- " code" ,
287
- " test"
284
+ " code"
285
+ ]
286
+ },
287
+ {
288
+ "login" : " Pwuts" ,
289
+ "name" : " Reinier van der Leer" ,
290
+ "avatar_url" : " https://avatars.githubusercontent.com/u/12185583?v=4" ,
291
+ "profile" : " https://pwuts.nl/" ,
292
+ "contributions" : [
293
+ " code"
288
294
]
289
295
}
290
296
],
293
299
"projectOwner" : " chakra-ui" ,
294
300
"repoType" : " github" ,
295
301
"repoHost" : " https://github.com" ,
296
- "skipCi" : true
302
+ "skipCi" : true ,
303
+ "commitConvention" : " none"
297
304
}
Original file line number Diff line number Diff line change @@ -224,8 +224,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
224
224
<td align="center"><a href="https://github.com/MaySoMusician"><img src="https://avatars.githubusercontent.com/u/34566290?v=4?s=50" width="50px;" alt=""/><br /><sub><b>MaySoMusician</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=MaySoMusician" title="Code">💻</a></td>
225
225
<td align="center"><a href="https://github.com/MWFIAE"><img src="https://avatars.githubusercontent.com/u/6072971?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Martin</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=MWFIAE" title="Code">💻</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=MWFIAE" title="Tests">⚠️</a></td>
226
226
<td align="center"><a href="http://linkedin.com/in/ejiro-asiuwhu"><img src="https://avatars.githubusercontent.com/u/45228014?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Ejiro Asiuwhu</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=ejirocodes" title="Documentation">📖</a></td>
227
- <td align="center"><a href="https://github.com/abelnnieva"><img src="https://avatars.githubusercontent.com/u/931497?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Abel N. Nieva</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/issues?q=author%3Aabelnnieva" title="Bug reports">🐛</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=abelnnieva" title="Code">💻</a></td>
228
- <td align="center"><a href="https://github.com/simpletrontdip"><img src="https://avatars.githubusercontent.com/u/20158564?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Lê Thông</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/issues?q=author%3Asimpletrontdip" title="Bug reports">🐛</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=simpletrontdip" title="Code">💻</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=simpletrontdip" title="Tests">⚠️</a></td>
227
+ <td align="center"><a href="https://github.com/abelnnieva"><img src="https://avatars.githubusercontent.com/u/931497?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Abel N. Nieva</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=abelnnieva" title="Code">💻</a></td>
228
+ </tr >
229
+ <tr >
230
+ <td align="center"><a href="https://github.com/simpletrontdip"><img src="https://avatars.githubusercontent.com/u/20158564?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Lê Thông</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=simpletrontdip" title="Code">💻</a></td>
231
+ <td align="center"><a href="https://pwuts.nl/"><img src="https://avatars.githubusercontent.com/u/12185583?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Reinier van der Leer</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=Pwuts" title="Code">💻</a></td>
229
232
</tr >
230
233
</table >
231
234
Original file line number Diff line number Diff line change 1
1
{
2
2
"files" : [
3
3
{
4
- "path" : " ./packages/chakra-ui-core/dist/umd /*.js" ,
4
+ "path" : " ./packages/chakra-ui-core/dist/cjs /*.js" ,
5
5
"maxSize" : " 85kB"
6
6
},
7
7
{
Original file line number Diff line number Diff line change 44
44
"docs-dev" : " yarn workspace chakra-ui-docs dev" ,
45
45
"docs-build" : " yarn workspace chakra-ui-docs build" ,
46
46
"docs-serve" : " yarn workspace chakra-ui-docs nuxt start" ,
47
- "evalbundle" : " bundlesize"
47
+ "evalbundle" : " bundlesize" ,
48
+ "contributors:add" : " all-contributors add" ,
49
+ "contributors:generate" : " all-contributors generate"
48
50
},
49
51
"dependencies" : {
50
52
"@chakra-ui/styled-system" : " ^1.12.1" ,
85
87
"mdx-vue" : " ^1.0.2" ,
86
88
"mdx-vue-loader" : " ^1.0.2" ,
87
89
"node-fetch" : " ^2.6.0" ,
88
- "node-sass" : " ^6.0.1" ,
89
90
"nuxt" : " 2.14.6" ,
90
91
"portal-vue" : " ^2.1.6" ,
91
92
"prismjs" : " ^1.19.0" ,
137
138
"@vue/eslint-config-standard" : " ^4.0.0" ,
138
139
"@vue/test-utils" : " 1.0.0-beta.29" ,
139
140
"add" : " ^2.0.6" ,
141
+ "all-contributors-cli" : " ^6.20.0" ,
140
142
"babel-core" : " 7.0.0-bridge.0" ,
141
143
"babel-eslint" : " ^10.1.0" ,
142
144
"babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
157
159
"eslint-plugin-prettier" : " ^3.1.2" ,
158
160
"eslint-plugin-testing-library" : " ^3.3.1" ,
159
161
"jest" : " ^25.1.0" ,
162
+ "node-sass" : " 4.13" ,
160
163
"prettier" : " ^1.19.1" ,
161
164
"rimraf" : " ^3.0.2" ,
162
165
"rollup" : " ^1.31.1" ,
Original file line number Diff line number Diff line change 1
- import { CBox , CFlex , CGrid , boxProps } from '@chakra-ui/vue'
1
+ import { CBox , CFlex , CGrid } from '@chakra-ui/vue'
2
2
3
3
export const ColorPalette = {
4
4
props : {
5
- ...boxProps ,
6
5
color : String ,
7
6
name : String
8
7
} ,
@@ -28,7 +27,7 @@ export const ColorPalette = {
28
27
} ,
29
28
render ( h ) {
30
29
return (
31
- < CFlex align = "center" { ...this . $props } >
30
+ < CFlex align = "center" { ...this . $props } { ... this . $attrs } >
32
31
< CBox rounded = "md" w = "3rem" h = "3rem" boxShadow = "inner" mr = { 3 } bg = { this . color } />
33
32
< CBox fontSize = "sm" >
34
33
< CBox fontWeight = "semibold" textTransform = "capitalize" >
You can’t perform that action at this time.
0 commit comments