react-magma-dom 3.2.1-next.3 → 3.2.1-next.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.
@@ -14,3 +14,4 @@ declare const info: {
14
14
  };
15
15
  export default info;
16
16
  export declare const Default: (args: any) => JSX.Element;
17
+ export declare const SiteNavigation: (args: any) => JSX.Element;
@@ -18,6 +18,10 @@ export interface BaseNavTabProps extends React.HTMLAttributes<HTMLAnchorElement>
18
18
  * If true, the component will display with the active/selected state
19
19
  */
20
20
  isActive?: boolean;
21
+ /**
22
+ * If true, sets a focus on the specified NavTab
23
+ */
24
+ isFocused?: boolean;
21
25
  isInverse?: boolean;
22
26
  /**
23
27
  * Determines if the tabs are displayed vertically or horizontally