@dloizides/ui-nav 1.16.0 → 1.16.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/dist/index.mjs CHANGED
@@ -1595,6 +1595,7 @@ var NavShell = ({
1595
1595
  {
1596
1596
  collapseHint: sideRail.collapseHint,
1597
1597
  containerStyle: sideRail.containerStyle,
1598
+ enableInlineSearch: sideRail.enableInlineSearch,
1598
1599
  expandHint: sideRail.expandHint,
1599
1600
  footer: sideRail.footer,
1600
1601
  header: sideRail.header,
@@ -1603,8 +1604,11 @@ var NavShell = ({
1603
1604
  pathname,
1604
1605
  regionLabel,
1605
1606
  renderChevron: sideRail.renderChevron,
1607
+ search: sideRail.search,
1608
+ searchQuery: sideRail.searchQuery,
1606
1609
  title: sideRail.title,
1607
- onNavigate
1610
+ onNavigate,
1611
+ onSearchChange: sideRail.onSearchChange
1608
1612
  }
1609
1613
  ) : void 0;
1610
1614
  const collapsedCfg = showSideRail ? sideRail?.collapsed : void 0;