diff --git a/src/components/alert/alert.tsx b/src/components/alert/alert.tsx index 908b07134..dab99b948 100644 --- a/src/components/alert/alert.tsx +++ b/src/components/alert/alert.tsx @@ -8,6 +8,11 @@ import { focusVisible } from '../../utilities/focus-visible'; * @slot - The alert's content. * @slot icon - An icon to show in the alert. * @slot close-icon - An icon to use in lieu of the default close icon. + * + * @part base - The alert base element. + * @part icon - The container that wraps the alert icon. + * @part message - The alert message. + * @part close-button - The close button. */ @Component({ @@ -109,6 +114,7 @@ export class Tab {