@plasmicpkgs/commerce 0.0.59 → 0.0.60

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.
@@ -971,7 +971,7 @@ var defaultProduct = {
971
971
  options: []
972
972
  };
973
973
 
974
- var productSelector = "product";
974
+ var productSelector = "currentProduct";
975
975
  function ProductProvider(_ref) {
976
976
  var product = _ref.product,
977
977
  children = _ref.children;
@@ -988,7 +988,7 @@ var useProduct = function useProduct() {
988
988
  };
989
989
  var PrimaryCategoryContext = /*#__PURE__*/React__default.createContext(undefined); //used to render correctly the defaultValueHint in ProductCollection
990
990
 
991
- var categorySelector = "category";
991
+ var categorySelector = "currentCategory";
992
992
  function CategoryProvider(_ref2) {
993
993
  var category = _ref2.category,
994
994
  children = _ref2.children;