@sledge-app/react-instant-search 1.0.67 → 1.0.68

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.
@@ -5322,7 +5322,7 @@ const ResultProduct = (props) => {
5322
5322
  total_result_text: language_total_result_text
5323
5323
  } = languageSettings || {};
5324
5324
  const { separator: hierarchical_separator, hiddens: hierarchical_hiddens } = hierarchicalProductTypeSettings || {};
5325
- const { separator: hierarchical_collections_separator } = hierarchicalCollectionsSettings || {};
5325
+ const { separator: hierarchical_collections_separator, hiddens: hierarchical_collections_hiddens } = hierarchicalCollectionsSettings || {};
5326
5326
  const { button_load_more, button_loading } = (generalDataSettings == null ? void 0 : generalDataSettings.languages) || {};
5327
5327
  const summaryTextGenerator = (totalResult) => {
5328
5328
  var _a2;
@@ -5686,7 +5686,7 @@ const ResultProduct = (props) => {
5686
5686
  separatorCollection: hierarchical_collections_separator,
5687
5687
  clickedFacetsObject: clickedFacets,
5688
5688
  hiddens: hierarchical_hiddens,
5689
- hiddensCollection: [],
5689
+ hiddensCollection: hierarchical_collections_hiddens,
5690
5690
  displaySettings,
5691
5691
  searchFacetDistribution
5692
5692
  }) : searchResultFacets[value];