@dloizides/ui-nav 1.18.0 → 1.19.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.
package/dist/index.mjs CHANGED
@@ -1068,6 +1068,7 @@ var NavBarLink = ({
1068
1068
  };
1069
1069
  var TEXT_ON_PRIMARY3 = "#ffffff";
1070
1070
  var NO_ACTIVE_ROUTE = "";
1071
+ var OVERFLOW_MENU_MIN_WIDTH = 200;
1071
1072
  var NavOverflowMenu = ({
1072
1073
  items,
1073
1074
  pathname,
@@ -1095,6 +1096,7 @@ var NavOverflowMenu = ({
1095
1096
  {
1096
1097
  accessibilityHint: hint,
1097
1098
  accessibilityLabel: label,
1099
+ menuMinWidth: OVERFLOW_MENU_MIN_WIDTH,
1098
1100
  optionTestID,
1099
1101
  options,
1100
1102
  testID,