From 1306ddf2f3e03f49b7067329cc7648e1fca57f32 Mon Sep 17 00:00:00 2001 From: Lukas Maurer Date: Thu, 16 Feb 2023 08:20:24 +0100 Subject: [PATCH] docs(toast): formatting (#382) --- .../controls/_toast/javascript/toast-config.md | 18 +++++++++--------- packages/documentation/docs/controls/toast.md | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/packages/documentation/docs/controls/_toast/javascript/toast-config.md b/packages/documentation/docs/controls/_toast/javascript/toast-config.md index 18dfe371cae..93c8101055a 100644 --- a/packages/documentation/docs/controls/_toast/javascript/toast-config.md +++ b/packages/documentation/docs/controls/_toast/javascript/toast-config.md @@ -1,9 +1,9 @@ -| Name | Description | Type | Default | -| -------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------ | ----------- | -| autoClose |
Autoclose behavior
| `boolean` | `true` | -| autoCloseDelay |
Autoclose title after delay
| `number` | `5000` | -| icon |
Icon of toast
| `string` | `undefined` | -| iconColor |
Icon color of toast
| `string` | `undefined` | -| message |
Toast message
| `"string" | "HTMLElement"` | `undefined` | -| title |
Toast title
| `string` | `undefined` | -| type |
Toast type
| `"error" | "info" | "success" | "warning"` | `'info'` | +| Name | Description | Type | Default | +| -------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ----------- | +| autoClose |
Autoclose behavior
| `boolean` | `true` | +| autoCloseDelay |
Autoclose title after delay
| `number` | `5000` | +| icon |
Icon of toast
| `string` | `undefined` | +| iconColor |
Icon color of toast
| `string` | `undefined` | +| message |
Toast message
| `"string" | "HTMLElement"` | `undefined` | +| title |
Toast title
| `string` | `undefined` | +| type |
Toast type
| `"error" | "info" | "success" | "warning"` | `'info'` | diff --git a/packages/documentation/docs/controls/toast.md b/packages/documentation/docs/controls/toast.md index fe815820c54..350a26463a5 100644 --- a/packages/documentation/docs/controls/toast.md +++ b/packages/documentation/docs/controls/toast.md @@ -56,6 +56,5 @@ frameworks={{

ToastConfig

-

Toast instance events