|
@@ -13,7 +13,7 @@
|
|
|
| transitionParams | Object | {} | See [svelte/transition](https://svelte.dev/docs#run-time-svelte-transition) | N | Animation parameters, with the default duration set to 300ms. |
|
|
| transitionParams | Object | {} | See [svelte/transition](https://svelte.dev/docs#run-time-svelte-transition) | N | Animation parameters, with the default duration set to 300ms. |
|
|
|
| outDuration | Number | 0 | - | N | Duration of the exit animation in milliseconds. |
|
|
| outDuration | Number | 0 | - | N | Duration of the exit animation in milliseconds. |
|
|
|
| mask | Object | {} | See Mask Props | N | Parameters for the mask layer. |
|
|
| mask | Object | {} | See Mask Props | N | Parameters for the mask layer. |
|
|
|
-| type | String | '' | ''/'success'/'error'/'warning'/'info'/'loading'/Remix name | N | Type of notification. |
|
|
|
|
|
|
|
+| type | String | '' | ''/'success'/'error'/'warning'/'info'/'loading'/SVG Sprites name | N | Type of notification. |
|
|
|
| loading | Object | {} | See Loading Props | N | Parameters for the loading component, only effective when the type is 'loading'. |
|
|
| loading | Object | {} | See Loading Props | N | Parameters for the loading component, only effective when the type is 'loading'. |
|
|
|
| icon | Object | {} | See Icon Props | N | Parameters for the icon component, only effective when the type is non-empty and non-'loading'. |
|
|
| icon | Object | {} | See Icon Props | N | Parameters for the icon component, only effective when the type is non-empty and non-'loading'. |
|
|
|
| zIndex | Number | 1000 | - | N | z-index. |
|
|
| zIndex | Number | 1000 | - | N | z-index. |
|