@gem-sdk/core 1.53.0-dev.32 → 1.53.0-dev.33

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.
@@ -65,7 +65,7 @@ const PageProvider = ({ children, dynamicProduct, dynamicCollection, productOffe
65
65
  productOffers,
66
66
  publicStoreFrontData,
67
67
  interactionData: {
68
- selectType: 'element'
68
+ selectType: 'ELEMENT'
69
69
  }
70
70
  }), [
71
71
  dynamicProduct,
@@ -63,7 +63,7 @@ const PageProvider = ({ children, dynamicProduct, dynamicCollection, productOffe
63
63
  productOffers,
64
64
  publicStoreFrontData,
65
65
  interactionData: {
66
- selectType: 'element'
66
+ selectType: 'ELEMENT'
67
67
  }
68
68
  }), [
69
69
  dynamicProduct,
@@ -31389,7 +31389,7 @@ type PageContextProps = {
31389
31389
  interactionData?: {
31390
31390
  item?: Interaction;
31391
31391
  isSelectOnPage?: boolean;
31392
- selectType?: 'element' | 'page';
31392
+ selectType?: 'ELEMENT' | 'PAGE';
31393
31393
  };
31394
31394
  setDynamicProduct: (data: DynamicProduct) => void;
31395
31395
  setDynamicCollection: (data: DynamicCollection) => void;
@@ -31398,7 +31398,7 @@ type PageContextProps = {
31398
31398
  setPublicStoreFrontData: (publicStoreFrontData: PublicStoreFrontData | null) => void;
31399
31399
  setInteractionItem: (item: Interaction) => void;
31400
31400
  setInteractionIsSelectOnPage: (value: boolean) => void;
31401
- setInteractionSelectType: (selectType: 'element' | 'page') => void;
31401
+ setInteractionSelectType: (selectType: 'ELEMENT' | 'PAGE') => void;
31402
31402
  };
31403
31403
  type PageProviderProps = Pick<PageContextProps, 'dynamicProduct' | 'dynamicCollection' | 'productOffers'> & {
31404
31404
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-dev.32",
3
+ "version": "1.53.0-dev.33",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",