@cal.macconnachie/web-components 2.5.6 → 2.5.7

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/dist/index.d.ts CHANGED
@@ -300,6 +300,7 @@ export declare class BaseListItem extends BaseElement {
300
300
  disabled: boolean;
301
301
  selected: boolean;
302
302
  interactive: boolean;
303
+ noHover: boolean;
303
304
  role: string;
304
305
  leftSwipeAction?: SwipeAction;
305
306
  rightSwipeAction?: SwipeAction;