diff --git a/data/primitives/components/select/0.1.2.mdx b/data/primitives/components/select/0.1.2.mdx
index add5dc113..53c0e311b 100644
--- a/data/primitives/components/select/0.1.2.mdx
+++ b/data/primitives/components/select/0.1.2.mdx
@@ -570,7 +570,7 @@ export default () => (
Adolfo Hess
- …
+ …
…
…
@@ -603,15 +603,15 @@ export default () => {
France
- …
+ …
United Kingdom
- …
+ …
Spain
- …
+ …
diff --git a/data/primitives/components/toast/0.1.2.mdx b/data/primitives/components/toast/0.1.2.mdx
index 428111643..b8ec72576 100644
--- a/data/primitives/components/toast/0.1.2.mdx
+++ b/data/primitives/components/toast/0.1.2.mdx
@@ -72,6 +72,13 @@ The provider that wraps your toasts and toast viewport. It usually wraps the app
description:
'The time in milliseconds that should elapse before automatically closing each toast.',
},
+ {
+ name: 'label',
+ type: 'string',
+ default: '"Notification"',
+ description:
+ 'An author-localized label for each toast. Used to help screen reader users associate the interruption with a toast.',
+ },
{
name: 'swipeDirection',
type: '"right" | "left" | "up" | "down"',