@coveo/headless 3.51.1 → 3.51.3

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.
@@ -827,7 +827,7 @@ var import_bueno5 = require("@coveo/bueno");
827
827
  var import_toolkit7 = require("@reduxjs/toolkit");
828
828
 
829
829
  // src/utils/version.ts
830
- var VERSION = "3.51.1";
830
+ var VERSION = "3.51.3";
831
831
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
832
832
 
833
833
  // src/features/configuration/configuration-actions.ts
@@ -463,7 +463,7 @@ var getCommerceQueryInitialState = () => ({
463
463
  // src/features/commerce/search/search-selectors.ts
464
464
  var responseIdSelector2 = (state) => state.commerceSearch.responseId;
465
465
  var requestIdSelector2 = (state) => state.commerceSearch.requestId;
466
- var numberOfProductsSelector2 = (state) => state.commerceSearch?.products.length || 0;
466
+ var numberOfProductsSelector2 = (state) => state.commerceSearch?.results.length || state.commerceSearch?.products.length || 0;
467
467
  var moreProductsAvailableSelector2 = (0, import_toolkit2.createSelector)(
468
468
  (state) => ({
469
469
  total: totalEntriesPrincipalSelector(state),
@@ -1368,7 +1368,7 @@ var import_bueno7 = require("@coveo/bueno");
1368
1368
  var import_toolkit3 = require("@reduxjs/toolkit");
1369
1369
 
1370
1370
  // src/utils/version.ts
1371
- var VERSION = "3.51.1";
1371
+ var VERSION = "3.51.3";
1372
1372
  var COVEO_FRAMEWORK = ["@coveo/atomic", "@coveo/quantic"];
1373
1373
 
1374
1374
  // src/features/configuration/configuration-actions.ts