@rebuy/rebuy-hydrogen 3.0.0-beta.2 → 3.0.0-beta.20
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.
- package/README.md +988 -16
- package/dist/assets/Close.d.ts +2 -0
- package/dist/assets/Close.d.ts.map +1 -0
- package/dist/components/AddToCartBtn/AddToCartBtn.d.ts +1 -1
- package/dist/components/AddToCartBtn/AddToCartBtn.d.ts.map +1 -1
- package/dist/components/AddToCartBtn/HydrogenAddToCartBtn.d.ts +1 -1
- package/dist/components/AddToCartBtn/HydrogenAddToCartBtn.d.ts.map +1 -1
- package/dist/components/AddToCartBtn/HydrogenReactAddToCartBtn.d.ts +1 -1
- package/dist/components/AddToCartBtn/HydrogenReactAddToCartBtn.d.ts.map +1 -1
- package/dist/components/AddToCartBtn/types.d.ts +5 -0
- package/dist/components/AddToCartBtn/types.d.ts.map +1 -1
- package/dist/components/ProductCard/ProductCard.d.ts +1 -1
- package/dist/components/ProductCard/ProductCard.d.ts.map +1 -1
- package/dist/components/ProductCard/defaultSettings.d.ts +3 -0
- package/dist/components/ProductCard/defaultSettings.d.ts.map +1 -0
- package/dist/components/ProductCard/index.d.ts +1 -0
- package/dist/components/ProductCard/index.d.ts.map +1 -1
- package/dist/components/ProductCard/types.d.ts +46 -0
- package/dist/components/ProductCard/types.d.ts.map +1 -1
- package/dist/components/ProductCarousel/ProductCarousel.d.ts +3 -0
- package/dist/components/ProductCarousel/ProductCarousel.d.ts.map +1 -0
- package/dist/components/ProductCarousel/index.d.ts +2 -0
- package/dist/components/ProductCarousel/index.d.ts.map +1 -0
- package/dist/components/ProductCarousel/types.d.ts +18 -0
- package/dist/components/ProductCarousel/types.d.ts.map +1 -0
- package/dist/components/ProductPrice/ProductPrice.d.ts +2 -4
- package/dist/components/ProductPrice/ProductPrice.d.ts.map +1 -1
- package/dist/components/ProductPrice/types.d.ts +23 -0
- package/dist/components/ProductPrice/types.d.ts.map +1 -0
- package/dist/components/QuantityInput/QuantityInput.d.ts +3 -0
- package/dist/components/QuantityInput/QuantityInput.d.ts.map +1 -0
- package/dist/components/QuantityInput/index.d.ts +3 -0
- package/dist/components/QuantityInput/index.d.ts.map +1 -0
- package/dist/components/QuantityInput/types.d.ts +7 -0
- package/dist/components/QuantityInput/types.d.ts.map +1 -0
- package/dist/components/RebuyLink/RebuyLink.d.ts +3 -0
- package/dist/components/RebuyLink/RebuyLink.d.ts.map +1 -0
- package/dist/components/RebuyLink/index.d.ts +2 -0
- package/dist/components/RebuyLink/index.d.ts.map +1 -0
- package/dist/components/RebuyLink/types.d.ts +10 -0
- package/dist/components/RebuyLink/types.d.ts.map +1 -0
- package/dist/components/Timer/Timer.d.ts +3 -0
- package/dist/components/Timer/Timer.d.ts.map +1 -0
- package/dist/components/Timer/index.d.ts +3 -0
- package/dist/components/Timer/index.d.ts.map +1 -0
- package/dist/components/Timer/types.d.ts +20 -0
- package/dist/components/Timer/types.d.ts.map +1 -0
- package/dist/components/Title/Title.d.ts +1 -1
- package/dist/components/Title/Title.d.ts.map +1 -1
- package/dist/components/Title/types.d.ts +1 -0
- package/dist/components/Title/types.d.ts.map +1 -1
- package/dist/components/VariantSelect/VariantSelect.d.ts +1 -1
- package/dist/components/VariantSelect/VariantSelect.d.ts.map +1 -1
- package/dist/components/VariantSelect/types.d.ts +2 -0
- package/dist/components/VariantSelect/types.d.ts.map +1 -1
- package/dist/constants/api.d.ts +2 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/debug.d.ts +28 -0
- package/dist/constants/debug.d.ts.map +1 -0
- package/dist/context/RebuyConfigContext.d.ts +23 -0
- package/dist/context/RebuyConfigContext.d.ts.map +1 -0
- package/dist/context/RebuyWidgetContext.d.ts +7 -0
- package/dist/context/RebuyWidgetContext.d.ts.map +1 -0
- package/dist/hooks/titleLevel.d.ts.map +1 -1
- package/dist/hooks/useBFCacheReset.d.ts +7 -0
- package/dist/hooks/useBFCacheReset.d.ts.map +1 -0
- package/dist/hooks/useBreakpoint.d.ts +5 -0
- package/dist/hooks/useBreakpoint.d.ts.map +1 -0
- package/dist/hooks/usePopupTrigger.d.ts +3 -0
- package/dist/hooks/usePopupTrigger.d.ts.map +1 -0
- package/dist/index.css +2680 -99
- package/dist/index.css.map +4 -4
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9756 -1461
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +9768 -1482
- package/dist/index.mjs.map +4 -4
- package/dist/providers/RebuyHydrogenContextProvider.d.ts +1 -1
- package/dist/providers/RebuyHydrogenContextProvider.d.ts.map +1 -1
- package/dist/providers/RebuyHydrogenReactContextProvider.d.ts +6 -1
- package/dist/providers/RebuyHydrogenReactContextProvider.d.ts.map +1 -1
- package/dist/providers/types.d.ts +29 -14
- package/dist/providers/types.d.ts.map +1 -1
- package/dist/queries/cart.queries.d.ts +4 -4
- package/dist/queries/cart.queries.d.ts.map +1 -1
- package/dist/smart-cart/RebuySmartCart.d.ts +10 -0
- package/dist/smart-cart/RebuySmartCart.d.ts.map +1 -0
- package/dist/smart-cart/components/AnnouncementBar/AnnouncementBar.d.ts +10 -0
- package/dist/smart-cart/components/AnnouncementBar/AnnouncementBar.d.ts.map +1 -0
- package/dist/smart-cart/components/CartItem/CartItem.d.ts +7 -0
- package/dist/smart-cart/components/CartItem/CartItem.d.ts.map +1 -0
- package/dist/smart-cart/components/CartItemList/CartItemList.d.ts +10 -0
- package/dist/smart-cart/components/CartItemList/CartItemList.d.ts.map +1 -0
- package/dist/smart-cart/components/CartNoteInput/CartNoteInput.d.ts +10 -0
- package/dist/smart-cart/components/CartNoteInput/CartNoteInput.d.ts.map +1 -0
- package/dist/smart-cart/components/CartSubtotal/CartSubtotal.d.ts +11 -0
- package/dist/smart-cart/components/CartSubtotal/CartSubtotal.d.ts.map +1 -0
- package/dist/smart-cart/components/CartTitleBar/CartTitleBar.d.ts +7 -0
- package/dist/smart-cart/components/CartTitleBar/CartTitleBar.d.ts.map +1 -0
- package/dist/smart-cart/components/CheckoutArea/CheckoutArea.d.ts +10 -0
- package/dist/smart-cart/components/CheckoutArea/CheckoutArea.d.ts.map +1 -0
- package/dist/smart-cart/components/CrossSell/CrossSell.d.ts +10 -0
- package/dist/smart-cart/components/CrossSell/CrossSell.d.ts.map +1 -0
- package/dist/smart-cart/components/CustomCode/CustomCodeBlock.d.ts +21 -0
- package/dist/smart-cart/components/CustomCode/CustomCodeBlock.d.ts.map +1 -0
- package/dist/smart-cart/components/DebugPanel/DebugPanel.d.ts +13 -0
- package/dist/smart-cart/components/DebugPanel/DebugPanel.d.ts.map +1 -0
- package/dist/smart-cart/components/DebugPanel/index.d.ts +11 -0
- package/dist/smart-cart/components/DebugPanel/index.d.ts.map +1 -0
- package/dist/smart-cart/components/DiscountCodeInput/DiscountCodeInput.d.ts +10 -0
- package/dist/smart-cart/components/DiscountCodeInput/DiscountCodeInput.d.ts.map +1 -0
- package/dist/smart-cart/components/EmptyCart/EmptyCart.d.ts +3 -0
- package/dist/smart-cart/components/EmptyCart/EmptyCart.d.ts.map +1 -0
- package/dist/smart-cart/components/LoginButton/LoginButton.d.ts +3 -0
- package/dist/smart-cart/components/LoginButton/LoginButton.d.ts.map +1 -0
- package/dist/smart-cart/components/ScreenReaderText/ScreenReaderText.d.ts +8 -0
- package/dist/smart-cart/components/ScreenReaderText/ScreenReaderText.d.ts.map +1 -0
- package/dist/smart-cart/components/SmartCartApp/SmartCartApp.d.ts +20 -0
- package/dist/smart-cart/components/SmartCartApp/SmartCartApp.d.ts.map +1 -0
- package/dist/smart-cart/components/SmartCartContainer/SmartCartContainer.d.ts +8 -0
- package/dist/smart-cart/components/SmartCartContainer/SmartCartContainer.d.ts.map +1 -0
- package/dist/smart-cart/components/TieredProgressBar/Icons.d.ts +5 -0
- package/dist/smart-cart/components/TieredProgressBar/Icons.d.ts.map +1 -0
- package/dist/smart-cart/components/TieredProgressBar/TPBGiftItem.d.ts +21 -0
- package/dist/smart-cart/components/TieredProgressBar/TPBGiftItem.d.ts.map +1 -0
- package/dist/smart-cart/components/TieredProgressBar/TieredProgressBar.d.ts +11 -0
- package/dist/smart-cart/components/TieredProgressBar/TieredProgressBar.d.ts.map +1 -0
- package/dist/smart-cart/components/TieredProgressBar/progressBarUtils.d.ts +173 -0
- package/dist/smart-cart/components/TieredProgressBar/progressBarUtils.d.ts.map +1 -0
- package/dist/smart-cart/components/TieredProgressBar/types.d.ts +261 -0
- package/dist/smart-cart/components/TieredProgressBar/types.d.ts.map +1 -0
- package/dist/smart-cart/components/_Layouts/AnchorSlot.d.ts +13 -0
- package/dist/smart-cart/components/_Layouts/AnchorSlot.d.ts.map +1 -0
- package/dist/smart-cart/components/_Layouts/DoubleColumnLayout.d.ts +9 -0
- package/dist/smart-cart/components/_Layouts/DoubleColumnLayout.d.ts.map +1 -0
- package/dist/smart-cart/components/_Layouts/SingleColumnLayout.d.ts +8 -0
- package/dist/smart-cart/components/_Layouts/SingleColumnLayout.d.ts.map +1 -0
- package/dist/smart-cart/components/componentRegistry.d.ts +3 -0
- package/dist/smart-cart/components/componentRegistry.d.ts.map +1 -0
- package/dist/smart-cart/constants.d.ts +58 -0
- package/dist/smart-cart/constants.d.ts.map +1 -0
- package/dist/smart-cart/context/SmartCartContext.d.ts +62 -0
- package/dist/smart-cart/context/SmartCartContext.d.ts.map +1 -0
- package/dist/smart-cart/context/StorefrontCartContext.d.ts +32 -0
- package/dist/smart-cart/context/StorefrontCartContext.d.ts.map +1 -0
- package/dist/smart-cart/hooks/useCartItemFeatures.d.ts +84 -0
- package/dist/smart-cart/hooks/useCartItemFeatures.d.ts.map +1 -0
- package/dist/smart-cart/hooks/useDiscountManager.d.ts +28 -0
- package/dist/smart-cart/hooks/useDiscountManager.d.ts.map +1 -0
- package/dist/smart-cart/hooks/useGeolocation.d.ts +12 -0
- package/dist/smart-cart/hooks/useGeolocation.d.ts.map +1 -0
- package/dist/smart-cart/hooks/useIsScrolled.d.ts +14 -0
- package/dist/smart-cart/hooks/useIsScrolled.d.ts.map +1 -0
- package/dist/smart-cart/hooks/useSmartCartApps.d.ts +17 -0
- package/dist/smart-cart/hooks/useSmartCartApps.d.ts.map +1 -0
- package/dist/smart-cart/store/tieredProgressBarStore.d.ts +76 -0
- package/dist/smart-cart/store/tieredProgressBarStore.d.ts.map +1 -0
- package/dist/smart-cart/types/rebuy-storefront-cart.d.ts +142 -0
- package/dist/smart-cart/types/rebuy-storefront-cart.d.ts.map +1 -0
- package/dist/smart-cart/types/rebuy.d.ts +15 -0
- package/dist/smart-cart/types/rebuy.d.ts.map +1 -0
- package/dist/smart-cart/types/shop.d.ts +26 -0
- package/dist/smart-cart/types/shop.d.ts.map +1 -0
- package/dist/smart-cart/types/smart-cart-app.d.ts +103 -0
- package/dist/smart-cart/types/smart-cart-app.d.ts.map +1 -0
- package/dist/smart-cart/types/smart-cart-component.d.ts +1350 -0
- package/dist/smart-cart/types/smart-cart-component.d.ts.map +1 -0
- package/dist/smart-cart/types/smart-cart.d.ts +82 -0
- package/dist/smart-cart/types/smart-cart.d.ts.map +1 -0
- package/dist/smart-cart/utils/cartItemUtils.d.ts +292 -0
- package/dist/smart-cart/utils/cartItemUtils.d.ts.map +1 -0
- package/dist/smart-cart/utils/debugLog.d.ts +77 -0
- package/dist/smart-cart/utils/debugLog.d.ts.map +1 -0
- package/dist/smart-cart/utils/debugStyles.d.ts +3342 -0
- package/dist/smart-cart/utils/debugStyles.d.ts.map +1 -0
- package/dist/smart-cart/utils/executeScriptsInContainer.d.ts +14 -0
- package/dist/smart-cart/utils/executeScriptsInContainer.d.ts.map +1 -0
- package/dist/smart-cart/utils/imageUtils.d.ts +2 -0
- package/dist/smart-cart/utils/imageUtils.d.ts.map +1 -0
- package/dist/smart-cart/utils/mapHydrogenCartToStorefrontCartData.d.ts +14 -0
- package/dist/smart-cart/utils/mapHydrogenCartToStorefrontCartData.d.ts.map +1 -0
- package/dist/smart-cart/utils/moneyUtils.d.ts +24 -0
- package/dist/smart-cart/utils/moneyUtils.d.ts.map +1 -0
- package/dist/smart-cart/utils/safeJsonParse.d.ts +2 -0
- package/dist/smart-cart/utils/safeJsonParse.d.ts.map +1 -0
- package/dist/types/common.d.ts +16 -0
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/rebuyCustom.d.ts +133 -17
- package/dist/types/rebuyCustom.d.ts.map +1 -1
- package/dist/types/shopify.d.ts +1 -2
- package/dist/types/shopify.d.ts.map +1 -1
- package/dist/types/widgets.d.ts +20078 -7
- package/dist/types/widgets.d.ts.map +1 -1
- package/dist/utils/convertToRebuyProduct.d.ts.map +1 -1
- package/dist/utils/createContextParameters.d.ts +1 -1
- package/dist/utils/createContextParameters.d.ts.map +1 -1
- package/dist/utils/filterContextUtils.d.ts +3 -0
- package/dist/utils/filterContextUtils.d.ts.map +1 -0
- package/dist/utils/getEncodedAttributes.d.ts.map +1 -1
- package/dist/utils/getRebuyConfig.d.ts +1 -1
- package/dist/utils/getRebuyConfig.d.ts.map +1 -1
- package/dist/utils/nonceManager.d.ts +10 -0
- package/dist/utils/nonceManager.d.ts.map +1 -0
- package/dist/utils/theme.d.ts +20 -0
- package/dist/utils/theme.d.ts.map +1 -0
- package/dist/widgetContainer/RebuyWidgetContainer.d.ts +1 -1
- package/dist/widgetContainer/RebuyWidgetContainer.d.ts.map +1 -1
- package/dist/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.d.ts.map +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/BundleImages.d.ts.map +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/BundlePrice.d.ts.map +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/BundleSelection.d.ts +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/BundleSelection.d.ts.map +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.d.ts.map +1 -1
- package/dist/widgets/RebuyDynamicBundleProducts/Select.d.ts.map +1 -1
- package/dist/widgets/RebuyGiftWithPurchase/RebuyGiftWithPurchase.d.ts +11 -0
- package/dist/widgets/RebuyGiftWithPurchase/RebuyGiftWithPurchase.d.ts.map +1 -0
- package/dist/widgets/RebuyGiftWithPurchase/index.d.ts +3 -0
- package/dist/widgets/RebuyGiftWithPurchase/index.d.ts.map +1 -0
- package/dist/widgets/RebuyGiftWithPurchase/store/giftWithPurchaseStore.d.ts +31 -0
- package/dist/widgets/RebuyGiftWithPurchase/store/giftWithPurchaseStore.d.ts.map +1 -0
- package/dist/widgets/RebuyGiftWithPurchase/types.d.ts +12 -0
- package/dist/widgets/RebuyGiftWithPurchase/types.d.ts.map +1 -0
- package/dist/widgets/RebuyGiftWithPurchase/utils.d.ts +35 -0
- package/dist/widgets/RebuyGiftWithPurchase/utils.d.ts.map +1 -0
- package/dist/widgets/RebuyProductAddOns/RebuyProductAddOnCard.d.ts.map +1 -1
- package/dist/widgets/RebuyProductAddOns/RebuyProductAddOns.d.ts.map +1 -1
- package/dist/widgets/RebuyProductAddOns/types.d.ts.map +1 -1
- package/dist/widgets/RebuyProductRecommendations/RebuyProductRecommendations.d.ts.map +1 -1
- package/dist/widgets/RebuyProductViewed/RebuyProductViewed.d.ts +3 -0
- package/dist/widgets/RebuyProductViewed/RebuyProductViewed.d.ts.map +1 -0
- package/dist/widgets/RebuyProductViewed/index.d.ts +2 -0
- package/dist/widgets/RebuyProductViewed/index.d.ts.map +1 -0
- package/dist/widgets/RebuyProductViewed/types.d.ts +8 -0
- package/dist/widgets/RebuyProductViewed/types.d.ts.map +1 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/RebuyRecentlyViewedProducts.d.ts +3 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/RebuyRecentlyViewedProducts.d.ts.map +1 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/index.d.ts +2 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/index.d.ts.map +1 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/types.d.ts +11 -0
- package/dist/widgets/RebuyRecentlyViewedProducts/types.d.ts.map +1 -0
- package/dist/widgets/RebuyWidget/RebuyWidget.d.ts +3 -0
- package/dist/widgets/RebuyWidget/RebuyWidget.d.ts.map +1 -0
- package/dist/widgets/RebuyWidget/WidgetContent.d.ts +3 -0
- package/dist/widgets/RebuyWidget/WidgetContent.d.ts.map +1 -0
- package/dist/widgets/RebuyWidget/index.d.ts +2 -0
- package/dist/widgets/RebuyWidget/index.d.ts.map +1 -0
- package/dist/widgets/RebuyWidget/types.d.ts +28 -0
- package/dist/widgets/RebuyWidget/types.d.ts.map +1 -0
- package/dist/zustandStores/productViewed.d.ts +9 -0
- package/dist/zustandStores/productViewed.d.ts.map +1 -0
- package/package.json +57 -41
- package/dist/types/rebuySmartCart.d.ts +0 -184
- package/dist/types/rebuySmartCart.d.ts.map +0 -1
- package/src/components/AddToCartBtn/AddToCartBtn.tsx +0 -45
- package/src/components/AddToCartBtn/HydrogenAddToCartBtn.tsx +0 -43
- package/src/components/AddToCartBtn/HydrogenReactAddToCartBtn.tsx +0 -35
- package/src/components/AddToCartBtn/index.ts +0 -1
- package/src/components/AddToCartBtn/types.ts +0 -27
- package/src/components/ProductCard/ProductCard.tsx +0 -70
- package/src/components/ProductCard/index.ts +0 -1
- package/src/components/ProductCard/types.ts +0 -10
- package/src/components/ProductPrice/ProductPrice.tsx +0 -49
- package/src/components/ProductPrice/index.ts +0 -1
- package/src/components/Title/Title.tsx +0 -19
- package/src/components/Title/index.ts +0 -1
- package/src/components/Title/types.ts +0 -7
- package/src/components/VariantSelect/VariantSelect.tsx +0 -45
- package/src/components/VariantSelect/index.ts +0 -1
- package/src/components/VariantSelect/types.ts +0 -6
- package/src/context/RebuyContext.tsx +0 -9
- package/src/hooks/titleLevel.tsx +0 -42
- package/src/index.ts +0 -7
- package/src/providers/RebuyHydrogenContextProvider.tsx +0 -112
- package/src/providers/RebuyHydrogenReactContextProvider.tsx +0 -192
- package/src/providers/types.ts +0 -58
- package/src/queries/cart.queries.ts +0 -467
- package/src/types/common.ts +0 -8
- package/src/types/css.d.ts +0 -11
- package/src/types/env.d.ts +0 -12
- package/src/types/rebuy.d.ts +0 -31
- package/src/types/rebuyCustom.ts +0 -263
- package/src/types/rebuySmartCart.ts +0 -188
- package/src/types/shopify.ts +0 -142
- package/src/types/widgets.ts +0 -29
- package/src/utils/convertToRebuyProduct.tsx +0 -319
- package/src/utils/createContextParameters.ts +0 -142
- package/src/utils/getEncodedAttributes.ts +0 -11
- package/src/utils/getRebuyConfig.ts +0 -31
- package/src/widgetContainer/RebuyWidgetContainer.tsx +0 -183
- package/src/widgets/RebuyCompleteTheLook/RebuyCompleteTheLook.tsx +0 -50
- package/src/widgets/RebuyCompleteTheLook/index.ts +0 -1
- package/src/widgets/RebuyCompleteTheLook/types.ts +0 -5
- package/src/widgets/RebuyDynamicBundleProducts/BundleImages.tsx +0 -62
- package/src/widgets/RebuyDynamicBundleProducts/BundlePrice.tsx +0 -93
- package/src/widgets/RebuyDynamicBundleProducts/BundleSelection.tsx +0 -65
- package/src/widgets/RebuyDynamicBundleProducts/RebuyDynamicBundleProducts.tsx +0 -118
- package/src/widgets/RebuyDynamicBundleProducts/Select.tsx +0 -41
- package/src/widgets/RebuyDynamicBundleProducts/index.ts +0 -1
- package/src/widgets/RebuyDynamicBundleProducts/types.ts +0 -23
- package/src/widgets/RebuyProductAddOns/RebuyProductAddOnCard.tsx +0 -66
- package/src/widgets/RebuyProductAddOns/RebuyProductAddOns.tsx +0 -218
- package/src/widgets/RebuyProductAddOns/index.ts +0 -1
- package/src/widgets/RebuyProductAddOns/types.ts +0 -24
- package/src/widgets/RebuyProductRecommendations/RebuyProductRecommendations.tsx +0 -50
- package/src/widgets/RebuyProductRecommendations/index.ts +0 -1
- package/src/widgets/RebuyProductRecommendations/types.ts +0 -5
@@ -1,467 +0,0 @@
|
|
1
|
-
export const OPTION_FRAGMENT = `#graphql
|
2
|
-
fragment OptionFragment on ProductOption {
|
3
|
-
id
|
4
|
-
name
|
5
|
-
optionValues {
|
6
|
-
id
|
7
|
-
name
|
8
|
-
swatch {
|
9
|
-
color
|
10
|
-
image {
|
11
|
-
mediaContentType
|
12
|
-
previewImage {
|
13
|
-
height
|
14
|
-
id
|
15
|
-
url
|
16
|
-
width
|
17
|
-
altText
|
18
|
-
}
|
19
|
-
id
|
20
|
-
alt
|
21
|
-
}
|
22
|
-
}
|
23
|
-
}
|
24
|
-
}
|
25
|
-
`;
|
26
|
-
/*
|
27
|
-
* STOREFRONT API QUERIES -----------------------------------------------------
|
28
|
-
*/
|
29
|
-
|
30
|
-
// Docs: https://shopify.dev/docs/api/storefront/latest/objects/Cart
|
31
|
-
|
32
|
-
export const CART_LINE_FRAGMENT = `#graphql
|
33
|
-
fragment CartLineFragment on CartLine {
|
34
|
-
id
|
35
|
-
quantity
|
36
|
-
cost {
|
37
|
-
amountPerQuantity {
|
38
|
-
amount
|
39
|
-
currencyCode
|
40
|
-
}
|
41
|
-
compareAtAmountPerQuantity {
|
42
|
-
amount
|
43
|
-
currencyCode
|
44
|
-
}
|
45
|
-
totalAmount {
|
46
|
-
amount
|
47
|
-
currencyCode
|
48
|
-
}
|
49
|
-
subtotalAmount {
|
50
|
-
amount
|
51
|
-
currencyCode
|
52
|
-
}
|
53
|
-
}
|
54
|
-
attributes {
|
55
|
-
key
|
56
|
-
value
|
57
|
-
}
|
58
|
-
discountAllocations {
|
59
|
-
discountedAmount {
|
60
|
-
amount
|
61
|
-
currencyCode
|
62
|
-
}
|
63
|
-
... on CartAutomaticDiscountAllocation {
|
64
|
-
__typename
|
65
|
-
discountedAmount {
|
66
|
-
amount
|
67
|
-
currencyCode
|
68
|
-
}
|
69
|
-
title
|
70
|
-
}
|
71
|
-
... on CartCodeDiscountAllocation {
|
72
|
-
__typename
|
73
|
-
code
|
74
|
-
discountedAmount {
|
75
|
-
amount
|
76
|
-
currencyCode
|
77
|
-
}
|
78
|
-
}
|
79
|
-
... on CartCustomDiscountAllocation {
|
80
|
-
__typename
|
81
|
-
discountedAmount {
|
82
|
-
amount
|
83
|
-
currencyCode
|
84
|
-
}
|
85
|
-
title
|
86
|
-
}
|
87
|
-
}
|
88
|
-
merchandise {
|
89
|
-
... on ProductVariant {
|
90
|
-
availableForSale
|
91
|
-
id
|
92
|
-
sku
|
93
|
-
title
|
94
|
-
compareAtPrice {
|
95
|
-
amount
|
96
|
-
currencyCode
|
97
|
-
}
|
98
|
-
image {
|
99
|
-
altText
|
100
|
-
height
|
101
|
-
id
|
102
|
-
url
|
103
|
-
width
|
104
|
-
}
|
105
|
-
price {
|
106
|
-
amount
|
107
|
-
currencyCode
|
108
|
-
}
|
109
|
-
product {
|
110
|
-
handle
|
111
|
-
id
|
112
|
-
productType
|
113
|
-
tags
|
114
|
-
title
|
115
|
-
vendor
|
116
|
-
collections(first: 10) {
|
117
|
-
nodes {
|
118
|
-
handle
|
119
|
-
}
|
120
|
-
}
|
121
|
-
options {
|
122
|
-
...OptionFragment
|
123
|
-
}
|
124
|
-
images(first: 20) {
|
125
|
-
nodes {
|
126
|
-
altText
|
127
|
-
height
|
128
|
-
id
|
129
|
-
url
|
130
|
-
width
|
131
|
-
}
|
132
|
-
}
|
133
|
-
}
|
134
|
-
selectedOptions {
|
135
|
-
name
|
136
|
-
value
|
137
|
-
}
|
138
|
-
}
|
139
|
-
}
|
140
|
-
}
|
141
|
-
` as const;
|
142
|
-
|
143
|
-
export const CART_LINE_COMPONENT_FRAGMENT = `#graphql
|
144
|
-
fragment CartLineComponentFragment on ComponentizableCartLine {
|
145
|
-
id
|
146
|
-
quantity
|
147
|
-
cost {
|
148
|
-
amountPerQuantity {
|
149
|
-
amount
|
150
|
-
currencyCode
|
151
|
-
}
|
152
|
-
compareAtAmountPerQuantity {
|
153
|
-
amount
|
154
|
-
currencyCode
|
155
|
-
}
|
156
|
-
totalAmount {
|
157
|
-
amount
|
158
|
-
currencyCode
|
159
|
-
}
|
160
|
-
subtotalAmount {
|
161
|
-
amount
|
162
|
-
currencyCode
|
163
|
-
}
|
164
|
-
}
|
165
|
-
attributes {
|
166
|
-
key
|
167
|
-
value
|
168
|
-
}
|
169
|
-
discountAllocations {
|
170
|
-
discountedAmount {
|
171
|
-
amount
|
172
|
-
currencyCode
|
173
|
-
}
|
174
|
-
... on CartAutomaticDiscountAllocation {
|
175
|
-
__typename
|
176
|
-
discountedAmount {
|
177
|
-
amount
|
178
|
-
currencyCode
|
179
|
-
}
|
180
|
-
title
|
181
|
-
}
|
182
|
-
... on CartCodeDiscountAllocation {
|
183
|
-
__typename
|
184
|
-
code
|
185
|
-
discountedAmount {
|
186
|
-
amount
|
187
|
-
currencyCode
|
188
|
-
}
|
189
|
-
}
|
190
|
-
... on CartCustomDiscountAllocation {
|
191
|
-
__typename
|
192
|
-
discountedAmount {
|
193
|
-
amount
|
194
|
-
currencyCode
|
195
|
-
}
|
196
|
-
title
|
197
|
-
}
|
198
|
-
}
|
199
|
-
merchandise {
|
200
|
-
... on ProductVariant {
|
201
|
-
availableForSale
|
202
|
-
id
|
203
|
-
sku
|
204
|
-
title
|
205
|
-
compareAtPrice {
|
206
|
-
amount
|
207
|
-
currencyCode
|
208
|
-
}
|
209
|
-
image {
|
210
|
-
altText
|
211
|
-
height
|
212
|
-
id
|
213
|
-
url
|
214
|
-
width
|
215
|
-
}
|
216
|
-
price {
|
217
|
-
amount
|
218
|
-
currencyCode
|
219
|
-
}
|
220
|
-
product {
|
221
|
-
handle
|
222
|
-
id
|
223
|
-
productType
|
224
|
-
tags
|
225
|
-
title
|
226
|
-
vendor
|
227
|
-
collections(first: 10) {
|
228
|
-
nodes {
|
229
|
-
handle
|
230
|
-
}
|
231
|
-
}
|
232
|
-
options {
|
233
|
-
id
|
234
|
-
name
|
235
|
-
optionValues {
|
236
|
-
id
|
237
|
-
name
|
238
|
-
swatch {
|
239
|
-
color
|
240
|
-
image {
|
241
|
-
mediaContentType
|
242
|
-
previewImage {
|
243
|
-
height
|
244
|
-
id
|
245
|
-
url
|
246
|
-
width
|
247
|
-
altText
|
248
|
-
}
|
249
|
-
id
|
250
|
-
alt
|
251
|
-
}
|
252
|
-
}
|
253
|
-
}
|
254
|
-
}
|
255
|
-
images(first: 20) {
|
256
|
-
nodes {
|
257
|
-
altText
|
258
|
-
height
|
259
|
-
id
|
260
|
-
url
|
261
|
-
width
|
262
|
-
}
|
263
|
-
}
|
264
|
-
}
|
265
|
-
selectedOptions {
|
266
|
-
name
|
267
|
-
value
|
268
|
-
}
|
269
|
-
}
|
270
|
-
}
|
271
|
-
lineComponents {
|
272
|
-
id
|
273
|
-
quantity
|
274
|
-
cost {
|
275
|
-
amountPerQuantity {
|
276
|
-
amount
|
277
|
-
currencyCode
|
278
|
-
}
|
279
|
-
compareAtAmountPerQuantity {
|
280
|
-
amount
|
281
|
-
currencyCode
|
282
|
-
}
|
283
|
-
totalAmount {
|
284
|
-
amount
|
285
|
-
currencyCode
|
286
|
-
}
|
287
|
-
subtotalAmount {
|
288
|
-
amount
|
289
|
-
currencyCode
|
290
|
-
}
|
291
|
-
}
|
292
|
-
attributes {
|
293
|
-
key
|
294
|
-
value
|
295
|
-
}
|
296
|
-
discountAllocations {
|
297
|
-
discountedAmount {
|
298
|
-
amount
|
299
|
-
currencyCode
|
300
|
-
}
|
301
|
-
... on CartAutomaticDiscountAllocation {
|
302
|
-
__typename
|
303
|
-
discountedAmount {
|
304
|
-
amount
|
305
|
-
currencyCode
|
306
|
-
}
|
307
|
-
title
|
308
|
-
}
|
309
|
-
... on CartCodeDiscountAllocation {
|
310
|
-
__typename
|
311
|
-
code
|
312
|
-
discountedAmount {
|
313
|
-
amount
|
314
|
-
currencyCode
|
315
|
-
}
|
316
|
-
}
|
317
|
-
... on CartCustomDiscountAllocation {
|
318
|
-
__typename
|
319
|
-
discountedAmount {
|
320
|
-
amount
|
321
|
-
currencyCode
|
322
|
-
}
|
323
|
-
title
|
324
|
-
}
|
325
|
-
}
|
326
|
-
merchandise {
|
327
|
-
... on ProductVariant {
|
328
|
-
availableForSale
|
329
|
-
id
|
330
|
-
sku
|
331
|
-
title
|
332
|
-
compareAtPrice {
|
333
|
-
amount
|
334
|
-
currencyCode
|
335
|
-
}
|
336
|
-
image {
|
337
|
-
altText
|
338
|
-
height
|
339
|
-
id
|
340
|
-
url
|
341
|
-
width
|
342
|
-
}
|
343
|
-
price {
|
344
|
-
amount
|
345
|
-
currencyCode
|
346
|
-
}
|
347
|
-
product {
|
348
|
-
handle
|
349
|
-
id
|
350
|
-
productType
|
351
|
-
tags
|
352
|
-
title
|
353
|
-
vendor
|
354
|
-
collections(first: 10) {
|
355
|
-
nodes {
|
356
|
-
handle
|
357
|
-
}
|
358
|
-
}
|
359
|
-
options {
|
360
|
-
...OptionFragment
|
361
|
-
}
|
362
|
-
images(first: 20) {
|
363
|
-
nodes {
|
364
|
-
altText
|
365
|
-
height
|
366
|
-
id
|
367
|
-
url
|
368
|
-
width
|
369
|
-
}
|
370
|
-
}
|
371
|
-
}
|
372
|
-
selectedOptions {
|
373
|
-
name
|
374
|
-
value
|
375
|
-
}
|
376
|
-
}
|
377
|
-
}
|
378
|
-
}
|
379
|
-
}
|
380
|
-
` as const;
|
381
|
-
|
382
|
-
export const CART_FRAGMENT = `#graphql
|
383
|
-
fragment CartFragment on Cart {
|
384
|
-
id
|
385
|
-
checkoutUrl
|
386
|
-
createdAt
|
387
|
-
totalQuantity
|
388
|
-
note
|
389
|
-
updatedAt
|
390
|
-
__typename
|
391
|
-
buyerIdentity {
|
392
|
-
countryCode
|
393
|
-
customer {
|
394
|
-
id
|
395
|
-
email
|
396
|
-
firstName
|
397
|
-
lastName
|
398
|
-
displayName
|
399
|
-
}
|
400
|
-
email
|
401
|
-
phone
|
402
|
-
}
|
403
|
-
attributes {
|
404
|
-
key
|
405
|
-
value
|
406
|
-
}
|
407
|
-
cost {
|
408
|
-
subtotalAmount {
|
409
|
-
amount
|
410
|
-
currencyCode
|
411
|
-
}
|
412
|
-
totalAmount {
|
413
|
-
amount
|
414
|
-
currencyCode
|
415
|
-
}
|
416
|
-
}
|
417
|
-
discountAllocations {
|
418
|
-
discountedAmount {
|
419
|
-
amount
|
420
|
-
currencyCode
|
421
|
-
}
|
422
|
-
... on CartAutomaticDiscountAllocation {
|
423
|
-
__typename
|
424
|
-
discountedAmount {
|
425
|
-
amount
|
426
|
-
currencyCode
|
427
|
-
}
|
428
|
-
title
|
429
|
-
}
|
430
|
-
... on CartCodeDiscountAllocation {
|
431
|
-
__typename
|
432
|
-
code
|
433
|
-
discountedAmount {
|
434
|
-
amount
|
435
|
-
currencyCode
|
436
|
-
}
|
437
|
-
}
|
438
|
-
... on CartCustomDiscountAllocation {
|
439
|
-
__typename
|
440
|
-
discountedAmount {
|
441
|
-
amount
|
442
|
-
currencyCode
|
443
|
-
}
|
444
|
-
title
|
445
|
-
}
|
446
|
-
}
|
447
|
-
discountCodes {
|
448
|
-
applicable
|
449
|
-
code
|
450
|
-
}
|
451
|
-
lines(first: $numCartLines) {
|
452
|
-
edges {
|
453
|
-
node {
|
454
|
-
...CartLineComponentFragment
|
455
|
-
}
|
456
|
-
}
|
457
|
-
edges {
|
458
|
-
node {
|
459
|
-
...CartLineFragment
|
460
|
-
}
|
461
|
-
}
|
462
|
-
}
|
463
|
-
}
|
464
|
-
${CART_LINE_FRAGMENT}
|
465
|
-
${CART_LINE_COMPONENT_FRAGMENT}
|
466
|
-
${OPTION_FRAGMENT}
|
467
|
-
` as const;
|
package/src/types/common.ts
DELETED
package/src/types/css.d.ts
DELETED
package/src/types/env.d.ts
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
type ImportMetaEnv = {
|
2
|
-
PRIMARY_DOMAIN: string;
|
3
|
-
PUBLIC_REBUY_API_KEY: string;
|
4
|
-
PUBLIC_STOREFRONT_API_TOKEN: string;
|
5
|
-
PUBLIC_STOREFRONT_ID: string;
|
6
|
-
PUBLIC_STORE_DOMAIN: string;
|
7
|
-
};
|
8
|
-
|
9
|
-
// using interface to extend ImportMeta as it is an interface coming from node_modules/typescript/lib/lib.es5.d.ts
|
10
|
-
interface ImportMeta {
|
11
|
-
readonly env: ImportMetaEnv;
|
12
|
-
}
|
package/src/types/rebuy.d.ts
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
// Basic types for Rebuy until @rebuy/rebuy is updated to include types
|
2
|
-
|
3
|
-
declare module '@rebuy/rebuy' {
|
4
|
-
export class RebuyClient {
|
5
|
-
constructor(
|
6
|
-
key: string,
|
7
|
-
defaultParameters?: Record<string, unknown>,
|
8
|
-
shop?: string
|
9
|
-
);
|
10
|
-
getShieldedAsset(
|
11
|
-
url: string,
|
12
|
-
parameters: object,
|
13
|
-
options?: object
|
14
|
-
): Promise<{ data: object; response: object }>;
|
15
|
-
setContextParameters(contextParameters: Record<string, unknown>): void;
|
16
|
-
setDefaultParameters(defaultParameters: Record<string, unknown>): void;
|
17
|
-
getStorefrontData(
|
18
|
-
endpoint: string,
|
19
|
-
parameters: object,
|
20
|
-
options?: object
|
21
|
-
): Promise<{ data: unknown[]; metadata: object }>;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
declare module '@rebuy/rebuy/utilities' {
|
25
|
-
export function queryStringToObject(search: string): Record<string, string>;
|
26
|
-
export function utmObjectFromString(
|
27
|
-
url: URL
|
28
|
-
): Record<string, string> | null;
|
29
|
-
export function getIdFromGraphUrl(url: string, type: string): string;
|
30
|
-
export function amountToCents(amount: number): number;
|
31
|
-
}
|