@lumx/react 3.9.6-alpha.2 → 3.9.6-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -301,7 +301,7 @@ interface BaseButtonProps extends GenericProps, Pick<AriaAttributes, 'aria-expan
|
|
|
301
301
|
href?: string;
|
|
302
302
|
/** Whether the component is disabled or not. */
|
|
303
303
|
isDisabled?: boolean;
|
|
304
|
-
/** Whether the component is selected or not. */
|
|
304
|
+
/** Whether the component is selected or not (unsupported in `high` emphasis). */
|
|
305
305
|
isSelected?: boolean;
|
|
306
306
|
/** Native button name property. */
|
|
307
307
|
name?: string;
|