@plasmicpkgs/commerce 0.0.59 → 0.0.62

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.
@@ -964,7 +964,7 @@ var defaultProduct = {
964
964
  options: []
965
965
  };
966
966
 
967
- var productSelector = "product";
967
+ var productSelector = "currentProduct";
968
968
  function ProductProvider(_ref) {
969
969
  var product = _ref.product,
970
970
  children = _ref.children;
@@ -981,7 +981,7 @@ var useProduct = function useProduct() {
981
981
  };
982
982
  var PrimaryCategoryContext = /*#__PURE__*/React.createContext(undefined); //used to render correctly the defaultValueHint in ProductCollection
983
983
 
984
- var categorySelector = "category";
984
+ var categorySelector = "currentCategory";
985
985
  function CategoryProvider(_ref2) {
986
986
  var category = _ref2.category,
987
987
  children = _ref2.children;