@oc-digital/react-component-library 8.25.1-beta.0 → 8.26.0-beta.0

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.
@@ -102,6 +102,7 @@ export interface IPrimaryLeftNavContainerProps {
102
102
  navigationLinks: INavigationLink[];
103
103
  setExpandedOptions: React.Dispatch<React.SetStateAction<IExpandedOptions>>;
104
104
  config: ISideNavConfig;
105
+ limitTextWidth?: boolean;
105
106
  }
106
107
  export interface ISecondaryLeftNavContainerProps {
107
108
  secondaryNavItems: ISecondaryNavigationElements;