@bynder/compact-view 2.6.0 → 2.6.1

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/components.d.ts CHANGED
@@ -205,8 +205,9 @@ interface Props$10 {
205
205
  onClick?: (e: React.MouseEvent) => void;
206
206
  title?: string;
207
207
  children: React.ReactNode;
208
+ tabIndex?: 0 | -1;
208
209
  }
209
- declare function OverlayButton(props: Props$10): JSX.Element;
210
+ declare function OverlayButton({ title, onClick, active, className, children, ...props }: Props$10): JSX.Element;
210
211
  /**
211
212
  * This component will create a shadow root if it is the first ShadowRoot in the tree.
212
213
  * Otherwise it will just render it's childred. This is useful as we don't always know