diff --git a/src/components.d.ts b/src/components.d.ts index 89e52554..28bf78a5 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -601,7 +601,7 @@ export namespace Components { } interface SlMenuItem { /** - * Set to true to draw the menu item in an active state. + * Draws the menu in an active (i.e. or hover/focus), state to indicate the current menu selection. This is used in lieu of standard :hover and :focus states to prevent concurrent interactions from different devices, such as focusing with the keyboard and hovering with the mouse. */ "active": boolean; /** @@ -1967,7 +1967,7 @@ declare namespace LocalJSX { } interface SlMenuItem { /** - * Set to true to draw the menu item in an active state. + * Draws the menu in an active (i.e. or hover/focus), state to indicate the current menu selection. This is used in lieu of standard :hover and :focus states to prevent concurrent interactions from different devices, such as focusing with the keyboard and hovering with the mouse. */ "active"?: boolean; /**