This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 195195 " example" ,
196196 " code"
197197 ]
198+ },
199+ {
200+ "login" : " odanado" ,
201+ "name" : " odanado" ,
202+ "avatar_url" : " https://avatars.githubusercontent.com/u/6040962?v=4" ,
203+ "profile" : " https://github.com/odanado" ,
204+ "contributions" : [
205+ " code" ,
206+ " tool"
207+ ]
198208 }
199209 ],
200210 "contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
215215 <td align="center"><a href="http://www.linkedin.com/in/schalch"><img src="https://avatars3.githubusercontent.com/u/13435327?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Guilherme Schalch</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=gbschalch" title="Code">💻</a></td>
216216 <td align="center"><a href="http://www.be-codified.com"><img src="https://avatars1.githubusercontent.com/u/10107183?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Žiga Vukčevič</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=be-codified" title="Documentation">📖</a></td>
217217 <td align="center"><a href="https://github.com/carwack"><img src="https://avatars3.githubusercontent.com/u/16015740?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Sybren W</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=carwack" title="Documentation">📖</a> <a href="#content-carwack" title="Content">🖋</a> <a href="#example-carwack" title="Examples">💡</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=carwack" title="Code">💻</a></td>
218+ <td align="center"><a href="https://github.com/odanado"><img src="https://avatars.githubusercontent.com/u/6040962?v=4?s=50" width="50px;" alt=""/><br /><sub><b>odanado</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=odanado" title="Code">💻</a> <a href="#tool-odanado" title="Tools">🔧</a></td>
218219 </tr >
219220</table >
220221
Original file line number Diff line number Diff line change 4141 "docs:lint" : " yarn workspace chakra-ui-docs lint" ,
4242 "theme:dev" : " yarn workspace @chakra-ui/theme-vue build" ,
4343 "docs-dev" : " yarn workspace chakra-ui-docs dev" ,
44+ "docs-build" : " yarn workspace chakra-ui-docs build" ,
45+ "docs-serve" : " yarn workspace chakra-ui-docs nuxt start" ,
4446 "evalbundle" : " bundlesize"
4547 },
4648 "dependencies" : {
Original file line number Diff line number Diff line change 2828 d =" flex"
2929 align-items =" center"
3030 list-style-type =" none"
31+ pt =" 8px"
32+ pl =" 16px"
3133 >
3234 <CBox :display =" ['none', 'none', 'block']" as =" li" mr =" 2" >
3335 <span id =" github-star-button" />
You can’t perform that action at this time.
0 commit comments