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

Commit f756410

Browse files
committed
Merge branch 'develop' of https://github.com/chakra-ui/chakra-ui-vue into feat/auto-import-nuxt
2 parents c278ec3 + de610b9 commit f756410

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,17 @@
183183
"contributions": [
184184
"doc"
185185
]
186+
},
187+
{
188+
"login": "carwack",
189+
"name": "Sybren W",
190+
"avatar_url": "https://avatars3.githubusercontent.com/u/16015740?v=4",
191+
"profile": "https://github.com/carwack",
192+
"contributions": [
193+
"doc",
194+
"content",
195+
"example"
196+
]
186197
}
187198
],
188199
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
214214
<td align="center"><a href="https://github.com/freality"><img src="https://avatars3.githubusercontent.com/u/15808?v=4" width="50px;" alt=""/><br /><sub><b>Ken Love</b></sub></a><br /><a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=freality" title="Code">💻</a> <a href="https://github.com/chakra-ui/chakra-ui-vue/commits?author=freality" title="Tests">⚠️</a></td>
215215
<td align="center"><a href="http://www.linkedin.com/in/schalch"><img src="https://avatars3.githubusercontent.com/u/13435327?v=4" 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" 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>
217+
<td align="center"><a href="https://github.com/carwack"><img src="https://avatars3.githubusercontent.com/u/16015740?v=4" 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></td>
217218
</tr>
218219
</table>
219220

website/pages/toast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default {
213213
| `isClosable` | `boolean` | `false` | If `true` adds a close button to the toast. |
214214
| `onClose` | `function` | | Callback function to close the toast. |
215215
| `description` | `string` | | The description of the toast. |
216-
| `status` | `success`, `danger`, `warning`, `info` | | The status of the toast. |
216+
| `status` | `success`, `error`, `warning`, `info` | | The status of the toast. |
217217
| `variant` | `solid`, `subtle`, `left-accent`, `top-accent` | | The variant of the toast. |
218218
| `duration` | `number` | `5000ms` | Duration before dismiss in milliseconds, or `null` to never dismiss. |
219219
| `position` | `top`, `top-left`, `top-right`, `bottom`, `bottom-left`, `bottom-right` | `bottom` | Position the toast will popup out from. |

0 commit comments

Comments
 (0)