From b1f1d0de121a8d349b2a03a4271bbbcd2133bd37 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Aug 2020 07:06:49 -0400 Subject: [PATCH] Update generated file --- src/components.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 89e525542..28bf78a5e 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; /**