@shopify/hydrogen 0.24.0 → 0.26.0
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/CHANGELOG.md +218 -0
- package/dist/esnext/components/AddToCartButton/AddToCartButton.client.d.ts +2 -5
- package/dist/esnext/components/AddToCartButton/AddToCartButton.client.js +15 -14
- package/dist/esnext/components/BaseButton/BaseButton.client.d.ts +14 -0
- package/dist/esnext/components/BaseButton/BaseButton.client.js +15 -0
- package/dist/esnext/components/BaseButton/index.d.ts +1 -0
- package/dist/esnext/components/BaseButton/index.js +1 -0
- package/dist/esnext/components/BuyNowButton/BuyNowButton.client.d.ts +2 -5
- package/dist/esnext/components/BuyNowButton/BuyNowButton.client.js +5 -4
- package/dist/esnext/components/{CartEstimatedCost/CartEstimatedCost.client.d.ts → CartCost/CartCost.client.d.ts} +3 -3
- package/dist/esnext/components/{CartEstimatedCost/CartEstimatedCost.client.js → CartCost/CartCost.client.js} +7 -7
- package/dist/esnext/components/CartCost/index.d.ts +1 -0
- package/dist/esnext/components/CartCost/index.js +1 -0
- package/dist/esnext/components/CartLinePrice/CartLinePrice.client.js +2 -2
- package/dist/esnext/components/CartLineProvider/context.d.ts +7 -7
- package/dist/esnext/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.d.ts +4 -5
- package/dist/esnext/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.js +16 -14
- package/dist/esnext/components/CartLines/CartLines.client.js +1 -1
- package/dist/esnext/components/CartProvider/CartProvider.client.js +67 -61
- package/dist/esnext/components/CartProvider/cart-queries.d.ts +1 -1
- package/dist/esnext/components/CartProvider/cart-queries.js +3 -3
- package/dist/esnext/components/CartProvider/graphql/CartAttributesUpdateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartCreateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartFragment.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartLineAddMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartLineRemoveMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartLineUpdateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartNoteUpdateMutation.d.ts +5 -5
- package/dist/esnext/components/CartProvider/graphql/CartQuery.d.ts +5 -5
- package/dist/esnext/components/CartProvider/hooks.client.d.ts +1 -1
- package/dist/esnext/components/CartProvider/hooks.client.js +18 -14
- package/dist/esnext/components/CartProvider/types.d.ts +3 -3
- package/dist/esnext/components/CartShopPayButton/CartShopPayButton.client.d.ts +1 -3
- package/dist/esnext/components/CartShopPayButton/CartShopPayButton.client.js +2 -4
- package/dist/esnext/components/ExternalVideo/ExternalVideo.js +1 -1
- package/dist/esnext/components/Image/Image.d.ts +13 -0
- package/dist/esnext/components/Image/Image.js +46 -20
- package/dist/esnext/components/Link/Link.client.d.ts +2 -0
- package/dist/esnext/components/Link/Link.client.js +9 -5
- package/dist/esnext/components/LocalizationProvider/LocalizationClientProvider.client.d.ts +2 -2
- package/dist/esnext/components/LocalizationProvider/LocalizationClientProvider.client.js +1 -1
- package/dist/esnext/components/LocalizationProvider/LocalizationContext.client.d.ts +6 -3
- package/dist/esnext/components/LocalizationProvider/LocalizationProvider.server.d.ts +8 -20
- package/dist/esnext/components/LocalizationProvider/LocalizationProvider.server.js +17 -33
- package/dist/esnext/components/LocalizationProvider/index.d.ts +0 -1
- package/dist/esnext/components/LocalizationProvider/index.js +0 -1
- package/dist/esnext/components/Metafield/Metafield.client.d.ts +6 -10
- package/dist/esnext/components/Metafield/Metafield.client.js +70 -34
- package/dist/esnext/components/Metafield/components/StarRating/StarRating.js +1 -1
- package/dist/esnext/components/ModelViewer/ModelViewer.client.js +2 -3
- package/dist/esnext/components/Money/Money.client.js +1 -1
- package/dist/esnext/components/ProductOptionsProvider/ProductOptionsProvider.client.js +16 -24
- package/dist/esnext/components/ProductPrice/ProductPrice.client.js +7 -7
- package/dist/esnext/components/Seo/CollectionSeo.client.js +2 -3
- package/dist/esnext/components/Seo/DefaultPageSeo.client.js +6 -6
- package/dist/esnext/components/Seo/DescriptionSeo.client.js +1 -1
- package/dist/esnext/components/Seo/HomePageSeo.client.d.ts +1 -1
- package/dist/esnext/components/Seo/HomePageSeo.client.js +3 -3
- package/dist/esnext/components/Seo/ImageSeo.client.js +1 -1
- package/dist/esnext/components/Seo/NoIndexSeo.client.js +5 -5
- package/dist/esnext/components/Seo/PageSeo.client.js +2 -3
- package/dist/esnext/components/Seo/ProductSeo.client.js +10 -11
- package/dist/esnext/components/Seo/Seo.client.js +1 -1
- package/dist/esnext/components/Seo/TitleSeo.client.js +1 -1
- package/dist/esnext/components/Seo/TwitterSeo.client.js +1 -1
- package/dist/esnext/components/Seo/seo-types.d.ts +1 -0
- package/dist/esnext/components/ShopPayButton/ShopPayButton.client.d.ts +3 -1
- package/dist/esnext/components/ShopPayButton/ShopPayButton.client.js +10 -6
- package/dist/esnext/components/Video/Video.js +2 -3
- package/dist/esnext/components/index.d.ts +2 -2
- package/dist/esnext/components/index.js +2 -2
- package/dist/esnext/config.d.ts +4 -0
- package/dist/esnext/config.js +4 -0
- package/dist/esnext/constants.d.ts +2 -0
- package/dist/esnext/constants.js +2 -0
- package/dist/esnext/entry-client.js +11 -23
- package/dist/esnext/entry-server.d.ts +1 -17
- package/dist/esnext/entry-server.js +189 -61
- package/dist/esnext/foundation/Analytics/ServerAnalyticsRoute.d.ts +4 -0
- package/dist/esnext/foundation/Analytics/{ServerAnalyticsRoute.server.js → ServerAnalyticsRoute.js} +5 -4
- package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.js +1 -1
- package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.d.ts +3 -0
- package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.js +27 -0
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.d.ts +3 -0
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.js +21 -0
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ShopifyAnalytics.client.js +1 -1
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ShopifyAnalytics.server.js +2 -3
- package/dist/esnext/foundation/BuiltInRoutes/BuiltInRoutes.d.ts +2 -0
- package/dist/esnext/foundation/BuiltInRoutes/BuiltInRoutes.js +23 -0
- package/dist/esnext/foundation/BuiltInRoutes/healthCheck.d.ts +1 -0
- package/dist/esnext/foundation/BuiltInRoutes/healthCheck.js +3 -0
- package/dist/esnext/foundation/Cache/cache-sub-request.js +2 -2
- package/dist/esnext/foundation/Cache/cache.js +2 -2
- package/dist/esnext/foundation/Cache/strategies/index.d.ts +3 -7
- package/dist/esnext/foundation/Cache/strategies/index.js +6 -48
- package/dist/esnext/foundation/Cookie/Cookie.js +5 -0
- package/dist/esnext/foundation/DevTools/DevTools.client.d.ts +3 -0
- package/dist/esnext/foundation/DevTools/DevTools.client.js +17 -0
- package/dist/esnext/foundation/DevTools/DevTools.server.d.ts +1 -0
- package/dist/esnext/foundation/DevTools/DevTools.server.js +14 -0
- package/dist/esnext/foundation/DevTools/components/GraphQL.client.d.ts +1 -0
- package/dist/esnext/foundation/DevTools/components/GraphQL.client.js +25 -0
- package/dist/esnext/foundation/DevTools/components/Heading.d.ts +5 -0
- package/dist/esnext/foundation/DevTools/components/Heading.js +12 -0
- package/dist/esnext/foundation/DevTools/components/Interface.client.d.ts +11 -0
- package/dist/esnext/foundation/DevTools/components/Interface.client.js +47 -0
- package/dist/esnext/foundation/DevTools/components/Panels.d.ts +8 -0
- package/dist/esnext/foundation/DevTools/components/Panels.js +60 -0
- package/dist/esnext/foundation/DevTools/components/Performance.client.d.ts +14 -0
- package/dist/esnext/foundation/DevTools/components/Performance.client.js +26 -0
- package/dist/esnext/foundation/DevTools/components/Settings.client.d.ts +7 -0
- package/dist/esnext/foundation/DevTools/components/Settings.client.js +20 -0
- package/dist/esnext/foundation/DevTools/components/Table.d.ts +9 -0
- package/dist/esnext/foundation/DevTools/components/Table.js +7 -0
- package/dist/esnext/foundation/DevTools/components/icons.d.ts +2 -0
- package/dist/esnext/foundation/DevTools/components/icons.js +13 -0
- package/dist/esnext/foundation/DevTools/components/index.d.ts +2 -0
- package/dist/esnext/foundation/DevTools/components/index.js +2 -0
- package/dist/esnext/foundation/FileRoutes/FileRoutes.server.js +5 -5
- package/dist/esnext/foundation/Html/Html.js +4 -7
- package/dist/esnext/foundation/HydrogenRequest/HydrogenRequest.server.d.ts +18 -5
- package/dist/esnext/foundation/HydrogenRequest/HydrogenRequest.server.js +73 -10
- package/dist/esnext/foundation/HydrogenResponse/HydrogenResponse.server.d.ts +5 -7
- package/dist/esnext/foundation/HydrogenResponse/HydrogenResponse.server.js +22 -20
- package/dist/esnext/foundation/Route/Route.server.js +1 -1
- package/dist/esnext/foundation/Router/BrowserRouter.client.js +1 -2
- package/dist/esnext/foundation/ServerRequestProvider/ServerRequestProvider.d.ts +5 -4
- package/dist/esnext/foundation/ServerRequestProvider/ServerRequestProvider.js +14 -14
- package/dist/esnext/foundation/ShopifyProvider/ShopifyProvider.server.js +7 -5
- package/dist/esnext/foundation/ShopifyProvider/types.d.ts +1 -0
- package/dist/esnext/foundation/fetchSync/server/fetchSync.js +1 -1
- package/dist/esnext/foundation/useNavigate/useNavigate.d.ts +2 -0
- package/dist/esnext/foundation/useNavigate/useNavigate.js +16 -4
- package/dist/esnext/foundation/useQuery/hooks.js +16 -25
- package/dist/esnext/foundation/useRouteParams/RouteParamsProvider.client.d.ts +3 -0
- package/dist/esnext/foundation/useRouteParams/RouteParamsProvider.client.js +8 -3
- package/dist/esnext/foundation/useServerProps/use-server-props.js +2 -2
- package/dist/esnext/foundation/useSession/useSession.js +1 -2
- package/dist/esnext/foundation/useUrl/useUrl.js +1 -2
- package/dist/esnext/framework/cache/in-memory.d.ts +12 -7
- package/dist/esnext/framework/cache/in-memory.js +51 -23
- package/dist/esnext/framework/load-config.d.ts +6 -0
- package/dist/esnext/framework/load-config.js +10 -0
- package/dist/esnext/framework/middleware.d.ts +1 -1
- package/dist/esnext/framework/middleware.js +3 -4
- package/dist/esnext/framework/plugin.d.ts +7 -3
- package/dist/esnext/framework/plugin.js +2 -1
- package/dist/esnext/framework/plugins/vite-plugin-client-imports.js +1 -1
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-client-middleware.js +2 -3
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-config.js +70 -67
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-middleware.d.ts +1 -1
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-middleware.js +2 -3
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-rsc.js +1 -1
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-virtual-files.d.ts +1 -1
- package/dist/esnext/framework/plugins/vite-plugin-hydrogen-virtual-files.js +27 -8
- package/dist/esnext/framework/types.d.ts +5 -0
- package/dist/esnext/framework/types.js +1 -0
- package/dist/esnext/framework/viteception.d.ts +2 -1
- package/dist/esnext/framework/viteception.js +2 -1
- package/dist/esnext/hooks/index.d.ts +0 -1
- package/dist/esnext/hooks/index.js +0 -1
- package/dist/esnext/hooks/useCartLine/useCartLine.d.ts +7 -7
- package/dist/esnext/hooks/useLocalization/useLocalization.d.ts +4 -0
- package/dist/esnext/hooks/useLocalization/useLocalization.js +14 -0
- package/dist/esnext/hooks/useMeasurement/hooks.js +2 -2
- package/dist/esnext/hooks/useMoney/hooks.js +55 -41
- package/dist/esnext/hooks/useProductOptions/helpers.js +6 -10
- package/dist/esnext/hooks/useShopQuery/hooks.js +18 -12
- package/dist/esnext/index.d.ts +4 -5
- package/dist/esnext/index.js +2 -5
- package/dist/esnext/platforms/node.d.ts +1 -1
- package/dist/esnext/platforms/node.js +2 -1
- package/dist/{node/entry-server.d.ts → esnext/shared-types.d.ts} +11 -7
- package/dist/esnext/shared-types.js +4 -0
- package/dist/esnext/storefront-api-types.d.ts +142 -117
- package/dist/esnext/storefront-api-types.js +8 -0
- package/dist/esnext/streaming.server.d.ts +9 -18
- package/dist/esnext/streaming.server.js +2 -7
- package/dist/esnext/types.d.ts +19 -18
- package/dist/esnext/types.js +1 -1
- package/dist/esnext/utilities/apiRoutes.d.ts +10 -5
- package/dist/esnext/utilities/apiRoutes.js +6 -4
- package/dist/esnext/utilities/devtools.d.ts +1 -1
- package/dist/esnext/utilities/devtools.js +3 -3
- package/dist/esnext/utilities/flattenConnection/flattenConnection.d.ts +1 -0
- package/dist/esnext/utilities/flattenConnection/flattenConnection.js +13 -6
- package/dist/esnext/utilities/graphql-tracker.js +6 -8
- package/dist/esnext/utilities/hash.d.ts +2 -2
- package/dist/esnext/utilities/hash.js +29 -6
- package/dist/esnext/utilities/image_size.d.ts +24 -3
- package/dist/esnext/utilities/image_size.js +53 -31
- package/dist/esnext/utilities/index.d.ts +1 -1
- package/dist/esnext/utilities/index.js +1 -1
- package/dist/esnext/utilities/load_script.js +1 -1
- package/dist/esnext/utilities/log/log-cache-api-status.js +6 -2
- package/dist/esnext/utilities/log/log-query-timeline.js +29 -10
- package/dist/esnext/utilities/log/log.js +1 -2
- package/dist/esnext/utilities/log/utils.js +1 -6
- package/dist/esnext/utilities/parseMetafield/index.d.ts +1 -0
- package/dist/esnext/utilities/parseMetafield/index.js +1 -0
- package/dist/esnext/utilities/parseMetafield/parseMetafield.d.ts +15 -0
- package/dist/esnext/utilities/{parseMetafieldValue/parseMetafieldValue.js → parseMetafield/parseMetafield.js} +28 -2
- package/dist/esnext/utilities/storefrontApi.d.ts +1 -0
- package/dist/esnext/utilities/storefrontApi.js +9 -5
- package/dist/esnext/utilities/template.js +1 -2
- package/dist/esnext/utilities/web-api-polyfill.js +6 -0
- package/dist/esnext/version.d.ts +1 -1
- package/dist/esnext/version.js +1 -1
- package/dist/node/framework/cache/in-memory.d.ts +12 -7
- package/dist/node/framework/cache/in-memory.js +51 -23
- package/dist/node/framework/load-config.d.ts +6 -0
- package/dist/node/framework/load-config.js +14 -0
- package/dist/node/framework/middleware.d.ts +1 -1
- package/dist/node/framework/middleware.js +3 -4
- package/dist/node/framework/plugin.d.ts +4 -3
- package/dist/node/framework/plugin.js +3 -2
- package/dist/node/framework/plugins/vite-plugin-client-imports.js +1 -1
- package/dist/node/framework/plugins/vite-plugin-hydrogen-client-middleware.js +2 -3
- package/dist/node/framework/plugins/vite-plugin-hydrogen-config.js +70 -67
- package/dist/node/framework/plugins/vite-plugin-hydrogen-middleware.d.ts +1 -1
- package/dist/node/framework/plugins/vite-plugin-hydrogen-middleware.js +2 -3
- package/dist/node/framework/plugins/vite-plugin-hydrogen-rsc.js +2 -2
- package/dist/node/framework/plugins/vite-plugin-hydrogen-virtual-files.d.ts +1 -1
- package/dist/node/framework/plugins/vite-plugin-hydrogen-virtual-files.js +27 -8
- package/dist/node/framework/types.d.ts +5 -0
- package/dist/node/{components/CartProvider → framework}/types.js +0 -0
- package/dist/node/framework/viteception.d.ts +2 -1
- package/dist/node/framework/viteception.js +2 -1
- package/dist/node/shared-types.d.ts +26 -0
- package/dist/node/shared-types.js +5 -0
- package/dist/node/utilities/web-api-polyfill.js +6 -0
- package/package.json +41 -25
- package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-plugin.js +84 -35
- package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.browser.development.server.js +50 -13
- package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.browser.production.min.server.js +28 -27
- package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.node.development.server.js +50 -13
- package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.node.production.min.server.js +28 -28
- package/vendor/react-server-dom-vite/esm/react-server-dom-vite-client-proxy.js +4 -5
- package/vendor/react-server-dom-vite/esm/react-server-dom-vite-plugin.js +84 -35
- package/vendor/react-server-dom-vite/esm/react-server-dom-vite-writer.browser.server.js +50 -13
- package/vendor/react-server-dom-vite/esm/react-server-dom-vite-writer.node.server.js +50 -13
- package/client.d.ts +0 -1
- package/client.js +0 -1
- package/config.d.ts +0 -1
- package/config.js +0 -1
- package/dist/esnext/components/CartEstimatedCost/index.d.ts +0 -1
- package/dist/esnext/components/CartEstimatedCost/index.js +0 -1
- package/dist/esnext/components/DevTools.client.d.ts +0 -1
- package/dist/esnext/components/DevTools.client.js +0 -129
- package/dist/esnext/foundation/Analytics/ServerAnalyticsRoute.server.d.ts +0 -2
- package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.server.d.ts +0 -1
- package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.server.js +0 -25
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.server.d.ts +0 -1
- package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.server.js +0 -19
- package/dist/esnext/framework/Hydration/rsc.d.ts +0 -8
- package/dist/esnext/framework/Hydration/rsc.js +0 -102
- package/dist/esnext/hooks/useCountry/index.d.ts +0 -1
- package/dist/esnext/hooks/useCountry/index.js +0 -1
- package/dist/esnext/hooks/useCountry/useCountry.d.ts +0 -7
- package/dist/esnext/hooks/useCountry/useCountry.js +0 -17
- package/dist/esnext/hooks/useParsedMetafields/index.d.ts +0 -1
- package/dist/esnext/hooks/useParsedMetafields/index.js +0 -1
- package/dist/esnext/hooks/useParsedMetafields/useParsedMetafields.d.ts +0 -21
- package/dist/esnext/hooks/useParsedMetafields/useParsedMetafields.js +0 -21
- package/dist/esnext/utilities/parseMetafieldValue/index.d.ts +0 -1
- package/dist/esnext/utilities/parseMetafieldValue/index.js +0 -1
- package/dist/esnext/utilities/parseMetafieldValue/parseMetafieldValue.d.ts +0 -6
- package/dist/node/client.d.ts +0 -16
- package/dist/node/client.js +0 -43
- package/dist/node/components/AddToCartButton/AddToCartButton.client.d.ts +0 -23
- package/dist/node/components/AddToCartButton/AddToCartButton.client.js +0 -74
- package/dist/node/components/AddToCartButton/index.d.ts +0 -1
- package/dist/node/components/AddToCartButton/index.js +0 -5
- package/dist/node/components/BuyNowButton/BuyNowButton.client.d.ts +0 -18
- package/dist/node/components/BuyNowButton/BuyNowButton.client.js +0 -53
- package/dist/node/components/BuyNowButton/index.d.ts +0 -1
- package/dist/node/components/BuyNowButton/index.js +0 -5
- package/dist/node/components/CartCheckoutButton/CartCheckoutButton.client.d.ts +0 -11
- package/dist/node/components/CartCheckoutButton/CartCheckoutButton.client.js +0 -44
- package/dist/node/components/CartCheckoutButton/index.d.ts +0 -1
- package/dist/node/components/CartCheckoutButton/index.js +0 -5
- package/dist/node/components/CartEstimatedCost/CartEstimatedCost.client.d.ts +0 -14
- package/dist/node/components/CartEstimatedCost/CartEstimatedCost.client.js +0 -36
- package/dist/node/components/CartEstimatedCost/index.d.ts +0 -1
- package/dist/node/components/CartEstimatedCost/index.js +0 -5
- package/dist/node/components/CartLineImage/CartLineImage.client.d.ts +0 -9
- package/dist/node/components/CartLineImage/CartLineImage.client.js +0 -18
- package/dist/node/components/CartLineImage/index.d.ts +0 -1
- package/dist/node/components/CartLineImage/index.js +0 -5
- package/dist/node/components/CartLinePrice/CartLinePrice.client.d.ts +0 -12
- package/dist/node/components/CartLinePrice/CartLinePrice.client.js +0 -25
- package/dist/node/components/CartLinePrice/index.d.ts +0 -1
- package/dist/node/components/CartLinePrice/index.js +0 -5
- package/dist/node/components/CartLineProductTitle/CartLineProductTitle.client.d.ts +0 -8
- package/dist/node/components/CartLineProductTitle/CartLineProductTitle.client.js +0 -19
- package/dist/node/components/CartLineProductTitle/index.d.ts +0 -1
- package/dist/node/components/CartLineProductTitle/index.js +0 -5
- package/dist/node/components/CartLineProvider/CartLineProvider.client.d.ts +0 -11
- package/dist/node/components/CartLineProvider/CartLineProvider.client.js +0 -15
- package/dist/node/components/CartLineProvider/context.d.ts +0 -36
- package/dist/node/components/CartLineProvider/context.js +0 -5
- package/dist/node/components/CartLineProvider/index.d.ts +0 -2
- package/dist/node/components/CartLineProvider/index.js +0 -7
- package/dist/node/components/CartLineQuantity/CartLineQuantity.client.d.ts +0 -8
- package/dist/node/components/CartLineQuantity/CartLineQuantity.client.js +0 -19
- package/dist/node/components/CartLineQuantity/index.d.ts +0 -1
- package/dist/node/components/CartLineQuantity/index.js +0 -5
- package/dist/node/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.d.ts +0 -14
- package/dist/node/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.js +0 -31
- package/dist/node/components/CartLineQuantityAdjustButton/index.d.ts +0 -1
- package/dist/node/components/CartLineQuantityAdjustButton/index.js +0 -5
- package/dist/node/components/CartLines/CartLines.client.d.ts +0 -15
- package/dist/node/components/CartLines/CartLines.client.js +0 -44
- package/dist/node/components/CartLines/index.d.ts +0 -1
- package/dist/node/components/CartLines/index.js +0 -5
- package/dist/node/components/CartProvider/CartProvider.client.d.ts +0 -41
- package/dist/node/components/CartProvider/CartProvider.client.js +0 -547
- package/dist/node/components/CartProvider/cart-queries.d.ts +0 -10
- package/dist/node/components/CartProvider/cart-queries.js +0 -214
- package/dist/node/components/CartProvider/constants.d.ts +0 -2
- package/dist/node/components/CartProvider/constants.js +0 -5
- package/dist/node/components/CartProvider/context.d.ts +0 -2
- package/dist/node/components/CartProvider/context.js +0 -5
- package/dist/node/components/CartProvider/graphql/CartAttributesUpdateMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartAttributesUpdateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartCreateMutation.d.ts +0 -95
- package/dist/node/components/CartProvider/graphql/CartCreateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartFragment.d.ts +0 -82
- package/dist/node/components/CartProvider/graphql/CartFragment.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartLineAddMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartLineAddMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartLineRemoveMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartLineRemoveMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartLineUpdateMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartLineUpdateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartNoteUpdateMutation.d.ts +0 -96
- package/dist/node/components/CartProvider/graphql/CartNoteUpdateMutation.js +0 -2
- package/dist/node/components/CartProvider/graphql/CartQuery.d.ts +0 -91
- package/dist/node/components/CartProvider/graphql/CartQuery.js +0 -2
- package/dist/node/components/CartProvider/hooks.client.d.ts +0 -15
- package/dist/node/components/CartProvider/hooks.client.js +0 -88
- package/dist/node/components/CartProvider/index.d.ts +0 -4
- package/dist/node/components/CartProvider/index.js +0 -10
- package/dist/node/components/CartProvider/types.d.ts +0 -104
- package/dist/node/components/CartShopPayButton/CartShopPayButton.client.d.ts +0 -9
- package/dist/node/components/CartShopPayButton/CartShopPayButton.client.js +0 -46
- package/dist/node/components/CartShopPayButton/index.d.ts +0 -1
- package/dist/node/components/CartShopPayButton/index.js +0 -5
- package/dist/node/components/ExternalVideo/ExternalVideo.d.ts +0 -21
- package/dist/node/components/ExternalVideo/ExternalVideo.js +0 -21
- package/dist/node/components/ExternalVideo/index.d.ts +0 -1
- package/dist/node/components/ExternalVideo/index.js +0 -5
- package/dist/node/components/Image/Image.d.ts +0 -92
- package/dist/node/components/Image/Image.js +0 -137
- package/dist/node/components/Image/index.d.ts +0 -2
- package/dist/node/components/Image/index.js +0 -5
- package/dist/node/components/Link/Link.client.d.ts +0 -25
- package/dist/node/components/Link/Link.client.js +0 -165
- package/dist/node/components/Link/index.d.ts +0 -1
- package/dist/node/components/Link/index.js +0 -5
- package/dist/node/components/LocalizationProvider/LocalizationClientProvider.client.d.ts +0 -6
- package/dist/node/components/LocalizationProvider/LocalizationClientProvider.client.js +0 -11
- package/dist/node/components/LocalizationProvider/LocalizationContext.client.d.ts +0 -6
- package/dist/node/components/LocalizationProvider/LocalizationContext.client.js +0 -5
- package/dist/node/components/LocalizationProvider/LocalizationProvider.server.d.ts +0 -33
- package/dist/node/components/LocalizationProvider/LocalizationProvider.server.js +0 -51
- package/dist/node/components/MediaFile/MediaFile.d.ts +0 -19
- package/dist/node/components/MediaFile/MediaFile.js +0 -39
- package/dist/node/components/MediaFile/index.d.ts +0 -1
- package/dist/node/components/MediaFile/index.js +0 -5
- package/dist/node/components/Metafield/Metafield.client.d.ts +0 -21
- package/dist/node/components/Metafield/Metafield.client.js +0 -75
- package/dist/node/components/Metafield/index.d.ts +0 -2
- package/dist/node/components/Metafield/index.js +0 -5
- package/dist/node/components/Metafield/types.d.ts +0 -4
- package/dist/node/components/Metafield/types.js +0 -2
- package/dist/node/components/ModelViewer/ModelViewer.client.d.ts +0 -128
- package/dist/node/components/ModelViewer/ModelViewer.client.js +0 -132
- package/dist/node/components/ModelViewer/index.d.ts +0 -1
- package/dist/node/components/ModelViewer/index.js +0 -5
- package/dist/node/components/Money/Money.client.d.ts +0 -25
- package/dist/node/components/Money/Money.client.js +0 -46
- package/dist/node/components/Money/index.d.ts +0 -1
- package/dist/node/components/Money/index.js +0 -5
- package/dist/node/components/ProductOptionsProvider/ProductOptionsProvider.client.d.ts +0 -21
- package/dist/node/components/ProductOptionsProvider/ProductOptionsProvider.client.js +0 -168
- package/dist/node/components/ProductOptionsProvider/context.d.ts +0 -2
- package/dist/node/components/ProductOptionsProvider/context.js +0 -5
- package/dist/node/components/ProductOptionsProvider/index.d.ts +0 -2
- package/dist/node/components/ProductOptionsProvider/index.js +0 -7
- package/dist/node/components/ProductPrice/ProductPrice.client.d.ts +0 -18
- package/dist/node/components/ProductPrice/ProductPrice.client.js +0 -61
- package/dist/node/components/ProductPrice/index.d.ts +0 -1
- package/dist/node/components/ProductPrice/index.js +0 -5
- package/dist/node/components/Seo/CollectionSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/CollectionSeo.client.js +0 -22
- package/dist/node/components/Seo/DefaultPageSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/DefaultPageSeo.client.js +0 -25
- package/dist/node/components/Seo/DescriptionSeo.client.d.ts +0 -4
- package/dist/node/components/Seo/DescriptionSeo.client.js +0 -17
- package/dist/node/components/Seo/HomePageSeo.client.d.ts +0 -2
- package/dist/node/components/Seo/HomePageSeo.client.js +0 -32
- package/dist/node/components/Seo/ImageSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/ImageSeo.client.js +0 -17
- package/dist/node/components/Seo/NoIndexSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/NoIndexSeo.client.js +0 -17
- package/dist/node/components/Seo/PageSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/PageSeo.client.js +0 -20
- package/dist/node/components/Seo/ProductSeo.client.d.ts +0 -5
- package/dist/node/components/Seo/ProductSeo.client.js +0 -70
- package/dist/node/components/Seo/Seo.client.d.ts +0 -30
- package/dist/node/components/Seo/Seo.client.js +0 -38
- package/dist/node/components/Seo/TitleSeo.client.d.ts +0 -3
- package/dist/node/components/Seo/TitleSeo.client.js +0 -17
- package/dist/node/components/Seo/TwitterSeo.client.d.ts +0 -2
- package/dist/node/components/Seo/TwitterSeo.client.js +0 -16
- package/dist/node/components/Seo/index.d.ts +0 -1
- package/dist/node/components/Seo/index.js +0 -5
- package/dist/node/components/Seo/seo-types.d.ts +0 -17
- package/dist/node/components/Seo/seo-types.js +0 -2
- package/dist/node/components/ShopPayButton/ShopPayButton.client.d.ts +0 -38
- package/dist/node/components/ShopPayButton/ShopPayButton.client.js +0 -60
- package/dist/node/components/ShopPayButton/index.d.ts +0 -1
- package/dist/node/components/ShopPayButton/index.js +0 -5
- package/dist/node/components/Video/Video.d.ts +0 -14
- package/dist/node/components/Video/Video.js +0 -31
- package/dist/node/components/Video/index.d.ts +0 -1
- package/dist/node/components/Video/index.js +0 -5
- package/dist/node/components/index.d.ts +0 -28
- package/dist/node/components/index.js +0 -59
- package/dist/node/components/types.d.ts +0 -71
- package/dist/node/components/types.js +0 -11
- package/dist/node/constants.d.ts +0 -7
- package/dist/node/constants.js +0 -10
- package/dist/node/entry-server.js +0 -495
- package/dist/node/foundation/Analytics/Analytics.client.d.ts +0 -3
- package/dist/node/foundation/Analytics/Analytics.client.js +0 -34
- package/dist/node/foundation/Analytics/Analytics.server.d.ts +0 -1
- package/dist/node/foundation/Analytics/Analytics.server.js +0 -77
- package/dist/node/foundation/Analytics/ClientAnalytics.d.ts +0 -27
- package/dist/node/foundation/Analytics/ClientAnalytics.js +0 -102
- package/dist/node/foundation/Analytics/ServerAnalyticsRoute.server.d.ts +0 -2
- package/dist/node/foundation/Analytics/ServerAnalyticsRoute.server.js +0 -39
- package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetrics.client.d.ts +0 -7
- package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetrics.client.js +0 -68
- package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.d.ts +0 -1
- package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.js +0 -27
- package/dist/node/foundation/Analytics/const.d.ts +0 -9
- package/dist/node/foundation/Analytics/const.js +0 -12
- package/dist/node/foundation/Analytics/hook.d.ts +0 -1
- package/dist/node/foundation/Analytics/hook.js +0 -13
- package/dist/node/foundation/Analytics/index.d.ts +0 -1
- package/dist/node/foundation/Analytics/index.js +0 -5
- package/dist/node/foundation/Analytics/types.d.ts +0 -5
- package/dist/node/foundation/Analytics/types.js +0 -2
- package/dist/node/foundation/Analytics/utils.d.ts +0 -3
- package/dist/node/foundation/Analytics/utils.js +0 -35
- package/dist/node/foundation/AnalyticsErrorBoundary.client.d.ts +0 -4
- package/dist/node/foundation/AnalyticsErrorBoundary.client.js +0 -14
- package/dist/node/foundation/Cache/cache-sub-request.d.ts +0 -17
- package/dist/node/foundation/Cache/cache-sub-request.js +0 -95
- package/dist/node/foundation/Cache/cache.d.ts +0 -17
- package/dist/node/foundation/Cache/cache.js +0 -135
- package/dist/node/foundation/Cache/strategies/index.d.ts +0 -11
- package/dist/node/foundation/Cache/strategies/index.js +0 -108
- package/dist/node/foundation/Head/Head.client.d.ts +0 -5
- package/dist/node/foundation/Head/Head.client.js +0 -17
- package/dist/node/foundation/Head/index.d.ts +0 -1
- package/dist/node/foundation/Head/index.js +0 -5
- package/dist/node/foundation/Html/Html.d.ts +0 -13
- package/dist/node/foundation/Html/Html.js +0 -107
- package/dist/node/foundation/HydrogenRequest/HydrogenRequest.server.d.ts +0 -63
- package/dist/node/foundation/HydrogenRequest/HydrogenRequest.server.js +0 -151
- package/dist/node/foundation/HydrogenResponse/HydrogenResponse.server.d.ts +0 -23
- package/dist/node/foundation/HydrogenResponse/HydrogenResponse.server.js +0 -53
- package/dist/node/foundation/Redirect/Redirect.client.d.ts +0 -5
- package/dist/node/foundation/Redirect/Redirect.client.js +0 -18
- package/dist/node/foundation/Router/BrowserRouter.client.d.ts +0 -14
- package/dist/node/foundation/Router/BrowserRouter.client.js +0 -166
- package/dist/node/foundation/ServerPropsProvider/ServerPropsProvider.d.ts +0 -41
- package/dist/node/foundation/ServerPropsProvider/ServerPropsProvider.js +0 -90
- package/dist/node/foundation/ServerPropsProvider/index.d.ts +0 -2
- package/dist/node/foundation/ServerPropsProvider/index.js +0 -6
- package/dist/node/foundation/ServerRequestProvider/ServerRequestProvider.d.ts +0 -22
- package/dist/node/foundation/ServerRequestProvider/ServerRequestProvider.js +0 -155
- package/dist/node/foundation/ServerRequestProvider/index.d.ts +0 -1
- package/dist/node/foundation/ServerRequestProvider/index.js +0 -17
- package/dist/node/foundation/ShopifyProvider/ShopifyProvider.client.d.ts +0 -7
- package/dist/node/foundation/ShopifyProvider/ShopifyProvider.client.js +0 -35
- package/dist/node/foundation/ShopifyProvider/index.d.ts +0 -1
- package/dist/node/foundation/ShopifyProvider/index.js +0 -5
- package/dist/node/foundation/ShopifyProvider/types.d.ts +0 -13
- package/dist/node/foundation/ShopifyProvider/types.js +0 -2
- package/dist/node/foundation/fetchSync/client/fetchSync.d.ts +0 -10
- package/dist/node/foundation/fetchSync/client/fetchSync.js +0 -33
- package/dist/node/foundation/fetchSync/server/fetchSync.d.ts +0 -8
- package/dist/node/foundation/fetchSync/server/fetchSync.js +0 -33
- package/dist/node/foundation/fetchSync/types.d.ts +0 -5
- package/dist/node/foundation/fetchSync/types.js +0 -2
- package/dist/node/foundation/index.d.ts +0 -3
- package/dist/node/foundation/index.js +0 -10
- package/dist/node/foundation/runtime.d.ts +0 -2
- package/dist/node/foundation/runtime.js +0 -11
- package/dist/node/foundation/session/session.d.ts +0 -27
- package/dist/node/foundation/session/session.js +0 -43
- package/dist/node/foundation/ssr-interop.d.ts +0 -29
- package/dist/node/foundation/ssr-interop.js +0 -39
- package/dist/node/foundation/useNavigate/useNavigate.d.ts +0 -15
- package/dist/node/foundation/useNavigate/useNavigate.js +0 -25
- package/dist/node/foundation/useQuery/hooks.d.ts +0 -37
- package/dist/node/foundation/useQuery/hooks.js +0 -119
- package/dist/node/foundation/useRouteParams/RouteParamsProvider.client.d.ts +0 -10
- package/dist/node/foundation/useRouteParams/RouteParamsProvider.client.js +0 -34
- package/dist/node/foundation/useRouteParams/useRouteParams.d.ts +0 -4
- package/dist/node/foundation/useRouteParams/useRouteParams.js +0 -13
- package/dist/node/foundation/useServerProps/index.d.ts +0 -1
- package/dist/node/foundation/useServerProps/index.js +0 -5
- package/dist/node/foundation/useServerProps/use-server-props.d.ts +0 -21
- package/dist/node/foundation/useServerProps/use-server-props.js +0 -40
- package/dist/node/foundation/useSession/useSession.d.ts +0 -2
- package/dist/node/foundation/useSession/useSession.js +0 -12
- package/dist/node/foundation/useShop/index.d.ts +0 -1
- package/dist/node/foundation/useShop/index.js +0 -5
- package/dist/node/foundation/useShop/use-shop.d.ts +0 -6
- package/dist/node/foundation/useShop/use-shop.js +0 -18
- package/dist/node/foundation/useUrl/index.d.ts +0 -1
- package/dist/node/foundation/useUrl/index.js +0 -5
- package/dist/node/foundation/useUrl/useUrl.d.ts +0 -4
- package/dist/node/foundation/useUrl/useUrl.js +0 -32
- package/dist/node/framework/Hydration/rsc.d.ts +0 -8
- package/dist/node/framework/Hydration/rsc.js +0 -105
- package/dist/node/hooks/index.d.ts +0 -6
- package/dist/node/hooks/index.js +0 -28
- package/dist/node/hooks/useCart/index.d.ts +0 -1
- package/dist/node/hooks/useCart/index.js +0 -5
- package/dist/node/hooks/useCart/useCart.d.ts +0 -4
- package/dist/node/hooks/useCart/useCart.js +0 -19
- package/dist/node/hooks/useCartLine/index.d.ts +0 -1
- package/dist/node/hooks/useCartLine/index.js +0 -5
- package/dist/node/hooks/useCartLine/useCartLine.d.ts +0 -39
- package/dist/node/hooks/useCartLine/useCartLine.js +0 -16
- package/dist/node/hooks/useCountry/index.d.ts +0 -1
- package/dist/node/hooks/useCountry/index.js +0 -5
- package/dist/node/hooks/useCountry/useCountry.d.ts +0 -7
- package/dist/node/hooks/useCountry/useCountry.js +0 -21
- package/dist/node/hooks/useLoadScript/index.d.ts +0 -1
- package/dist/node/hooks/useLoadScript/index.js +0 -5
- package/dist/node/hooks/useLoadScript/useLoadScript.client.d.ts +0 -8
- package/dist/node/hooks/useLoadScript/useLoadScript.client.js +0 -27
- package/dist/node/hooks/useMeasurement/hooks.d.ts +0 -9
- package/dist/node/hooks/useMeasurement/hooks.js +0 -17
- package/dist/node/hooks/useMeasurement/index.d.ts +0 -1
- package/dist/node/hooks/useMeasurement/index.js +0 -5
- package/dist/node/hooks/useMoney/hooks.d.ts +0 -54
- package/dist/node/hooks/useMoney/hooks.js +0 -70
- package/dist/node/hooks/useMoney/index.d.ts +0 -1
- package/dist/node/hooks/useMoney/index.js +0 -5
- package/dist/node/hooks/useParsedMetafields/index.d.ts +0 -1
- package/dist/node/hooks/useParsedMetafields/index.js +0 -5
- package/dist/node/hooks/useParsedMetafields/useParsedMetafields.d.ts +0 -21
- package/dist/node/hooks/useParsedMetafields/useParsedMetafields.js +0 -25
- package/dist/node/hooks/useProductOptions/helpers.d.ts +0 -6
- package/dist/node/hooks/useProductOptions/helpers.js +0 -46
- package/dist/node/hooks/useProductOptions/index.d.ts +0 -2
- package/dist/node/hooks/useProductOptions/index.js +0 -20
- package/dist/node/hooks/useProductOptions/types.d.ts +0 -44
- package/dist/node/hooks/useProductOptions/types.js +0 -2
- package/dist/node/hooks/useProductOptions/useProductOptions.client.d.ts +0 -1
- package/dist/node/hooks/useProductOptions/useProductOptions.client.js +0 -13
- package/dist/node/hooks/useShopQuery/hooks.d.ts +0 -28
- package/dist/node/hooks/useShopQuery/hooks.js +0 -171
- package/dist/node/hooks/useShopQuery/index.d.ts +0 -1
- package/dist/node/hooks/useShopQuery/index.js +0 -5
- package/dist/node/storefront-api-types.d.ts +0 -6076
- package/dist/node/storefront-api-types.js +0 -1766
- package/dist/node/streaming.server.d.ts +0 -25
- package/dist/node/streaming.server.js +0 -28
- package/dist/node/types.d.ts +0 -114
- package/dist/node/types.js +0 -2
- package/dist/node/utilities/apiRoutes.d.ts +0 -37
- package/dist/node/utilities/apiRoutes.js +0 -157
- package/dist/node/utilities/bot-ua.d.ts +0 -4
- package/dist/node/utilities/bot-ua.js +0 -65
- package/dist/node/utilities/devtools.d.ts +0 -11
- package/dist/node/utilities/devtools.js +0 -15
- package/dist/node/utilities/error.d.ts +0 -1
- package/dist/node/utilities/error.js +0 -10
- package/dist/node/utilities/fetch.d.ts +0 -9
- package/dist/node/utilities/fetch.js +0 -37
- package/dist/node/utilities/flattenConnection/flattenConnection.d.ts +0 -6
- package/dist/node/utilities/flattenConnection/flattenConnection.js +0 -15
- package/dist/node/utilities/flattenConnection/index.d.ts +0 -1
- package/dist/node/utilities/flattenConnection/index.js +0 -5
- package/dist/node/utilities/graphql-tag.d.ts +0 -1
- package/dist/node/utilities/graphql-tag.js +0 -10
- package/dist/node/utilities/graphql-tracker.d.ts +0 -17
- package/dist/node/utilities/graphql-tracker.js +0 -130
- package/dist/node/utilities/hash.d.ts +0 -2
- package/dist/node/utilities/hash.js +0 -11
- package/dist/node/utilities/html-encoding.d.ts +0 -1
- package/dist/node/utilities/html-encoding.js +0 -12
- package/dist/node/utilities/image_size.d.ts +0 -12
- package/dist/node/utilities/image_size.js +0 -68
- package/dist/node/utilities/index.d.ts +0 -12
- package/dist/node/utilities/index.js +0 -33
- package/dist/node/utilities/isBrowser/index.d.ts +0 -1
- package/dist/node/utilities/isBrowser/index.js +0 -5
- package/dist/node/utilities/isBrowser/isBrowser.d.ts +0 -4
- package/dist/node/utilities/isBrowser/isBrowser.js +0 -10
- package/dist/node/utilities/isServer/index.d.ts +0 -1
- package/dist/node/utilities/isServer/index.js +0 -5
- package/dist/node/utilities/isServer/isServer.d.ts +0 -4
- package/dist/node/utilities/isServer/isServer.js +0 -11
- package/dist/node/utilities/load_script.d.ts +0 -3
- package/dist/node/utilities/load_script.js +0 -27
- package/dist/node/utilities/log/index.d.ts +0 -4
- package/dist/node/utilities/log/index.js +0 -16
- package/dist/node/utilities/log/log-cache-api-status.d.ts +0 -1
- package/dist/node/utilities/log/log-cache-api-status.js +0 -17
- package/dist/node/utilities/log/log-cache-header.d.ts +0 -10
- package/dist/node/utilities/log/log-cache-header.js +0 -35
- package/dist/node/utilities/log/log-query-timeline.d.ts +0 -12
- package/dist/node/utilities/log/log-query-timeline.js +0 -88
- package/dist/node/utilities/log/log.d.ts +0 -28
- package/dist/node/utilities/log/log.js +0 -81
- package/dist/node/utilities/log/utils.d.ts +0 -3
- package/dist/node/utilities/log/utils.js +0 -21
- package/dist/node/utilities/matchPath.d.ts +0 -10
- package/dist/node/utilities/matchPath.js +0 -58
- package/dist/node/utilities/measurement.d.ts +0 -3
- package/dist/node/utilities/measurement.js +0 -103
- package/dist/node/utilities/parse.d.ts +0 -1
- package/dist/node/utilities/parse.js +0 -13
- package/dist/node/utilities/parseMetafieldValue/index.d.ts +0 -1
- package/dist/node/utilities/parseMetafieldValue/index.js +0 -5
- package/dist/node/utilities/parseMetafieldValue/parseMetafieldValue.d.ts +0 -6
- package/dist/node/utilities/parseMetafieldValue/parseMetafieldValue.js +0 -40
- package/dist/node/utilities/storefrontApi.d.ts +0 -4
- package/dist/node/utilities/storefrontApi.js +0 -26
- package/dist/node/utilities/suspense.d.ts +0 -12
- package/dist/node/utilities/suspense.js +0 -64
- package/dist/node/utilities/template.d.ts +0 -9
- package/dist/node/utilities/template.js +0 -27
- package/dist/node/utilities/timing.d.ts +0 -7
- package/dist/node/utilities/timing.js +0 -18
- package/dist/node/utilities/video_parameters.d.ts +0 -47
- package/dist/node/utilities/video_parameters.js +0 -27
- package/dist/node/version.d.ts +0 -1
- package/dist/node/version.js +0 -4
- package/entry-client.d.ts +0 -1
- package/entry-client.js +0 -1
- package/entry-server.d.ts +0 -1
- package/entry-server.js +0 -1
- package/middleware.d.ts +0 -1
- package/middleware.js +0 -1
- package/plugin.d.ts +0 -1
- package/plugin.js +0 -1
- package/web-polyfills.js +0 -1
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.injectGraphQLTracker = exports.TIMEOUT_MS = void 0;
|
|
7
|
-
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
-
exports.TIMEOUT_MS = 2000;
|
|
9
|
-
function injectGraphQLTracker({ query, data, onUnusedData, }) {
|
|
10
|
-
var _a;
|
|
11
|
-
if (__HYDROGEN_DEV__ && typeof query === 'string') {
|
|
12
|
-
query = (0, graphql_tag_1.default) `${query}`;
|
|
13
|
-
}
|
|
14
|
-
const info = convertQueryToResolveInfo(query);
|
|
15
|
-
// E.g. ['shop.stuff.myString']
|
|
16
|
-
const requestedFields = getFieldList(info.nodes, info.fragments);
|
|
17
|
-
// Remove the last key of each path to avoid proxying primitive
|
|
18
|
-
// values. Reverse order to avoid accessing already defined
|
|
19
|
-
// proxies (i.e. handle child properties before parent properties)
|
|
20
|
-
// E.g. `shop.stuff.myString` => `shop.stuff`
|
|
21
|
-
const uniqueFieldPaths = [
|
|
22
|
-
...new Set(requestedFields.map((path) => path.split('.').slice(0, -1).join('.'))),
|
|
23
|
-
].reverse();
|
|
24
|
-
const queryName = ((_a = findOperationDefinition(query).name) === null || _a === void 0 ? void 0 : _a.value) || '';
|
|
25
|
-
// Record fields that are read in the proxy to compare later.
|
|
26
|
-
const readFieldsMap = {};
|
|
27
|
-
let isCheckedOnce = false;
|
|
28
|
-
const checkFields = (check = onUnusedData) => {
|
|
29
|
-
isCheckedOnce = true;
|
|
30
|
-
const properties = requestedFields
|
|
31
|
-
.filter((prop) => !readFieldsMap[prop] && !prop.endsWith('.__typename'))
|
|
32
|
-
.map((prop) => prop.replace(/\.edges\./g, '.').replace(/\.node\./g, '.'));
|
|
33
|
-
if (properties.length > 0) {
|
|
34
|
-
return check({ queryName, properties });
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
let readTimeout;
|
|
38
|
-
uniqueFieldPaths.forEach((fieldPath) => deepTransform(data, 'data.' + fieldPath, (value) => {
|
|
39
|
-
if (typeof value !== 'object' || value === null)
|
|
40
|
-
return value;
|
|
41
|
-
return new Proxy(value, {
|
|
42
|
-
get(target, prop) {
|
|
43
|
-
if (typeof prop === 'string') {
|
|
44
|
-
const fullPath = fieldPath + '.' + prop;
|
|
45
|
-
if (!readFieldsMap[fullPath]) {
|
|
46
|
-
readFieldsMap[fullPath] = true;
|
|
47
|
-
if (onUnusedData && !isCheckedOnce) {
|
|
48
|
-
clearTimeout(readTimeout);
|
|
49
|
-
readTimeout = setTimeout(checkFields, exports.TIMEOUT_MS);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return target[prop];
|
|
54
|
-
},
|
|
55
|
-
});
|
|
56
|
-
}));
|
|
57
|
-
return checkFields;
|
|
58
|
-
}
|
|
59
|
-
exports.injectGraphQLTracker = injectGraphQLTracker;
|
|
60
|
-
function findOperationDefinition(query) {
|
|
61
|
-
return query.definitions.find((def) => def.kind === 'OperationDefinition');
|
|
62
|
-
}
|
|
63
|
-
function convertQueryToResolveInfo(query) {
|
|
64
|
-
var _a;
|
|
65
|
-
return {
|
|
66
|
-
// Root of the selection nodes
|
|
67
|
-
nodes: (_a = findOperationDefinition(query)) === null || _a === void 0 ? void 0 : _a.selectionSet.selections,
|
|
68
|
-
// Collection of all the fragments in this query
|
|
69
|
-
fragments: query.definitions.reduce((acc, current) => {
|
|
70
|
-
if (current.kind === 'FragmentDefinition') {
|
|
71
|
-
acc[current.name.value] = current;
|
|
72
|
-
}
|
|
73
|
-
return acc;
|
|
74
|
-
}, {}),
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Extracts the selection fields from a query AST as a list of dot-separated paths.
|
|
79
|
-
* @param selectionNodes - Selection nodes from the AST
|
|
80
|
-
* @param fragments - Fragments from the AST
|
|
81
|
-
* @param path - Accummulated path for recursion
|
|
82
|
-
* @returns A plain JS array representing the selection fields
|
|
83
|
-
*/
|
|
84
|
-
function getFieldList(nodes, fragments = {}, path = '') {
|
|
85
|
-
return nodes.reduce((acc, node) => {
|
|
86
|
-
var _a, _b, _c, _d, _e;
|
|
87
|
-
let nextPath = path;
|
|
88
|
-
let nextNodes;
|
|
89
|
-
if (node.kind === 'FragmentSpread') {
|
|
90
|
-
nextNodes = fragments[node.name.value].selectionSet.selections;
|
|
91
|
-
}
|
|
92
|
-
else if (node.kind === 'InlineFragment') {
|
|
93
|
-
nextNodes = (_a = node.selectionSet) === null || _a === void 0 ? void 0 : _a.selections;
|
|
94
|
-
}
|
|
95
|
-
else if (node.kind === 'Field') {
|
|
96
|
-
nextNodes = (_b = node.selectionSet) === null || _b === void 0 ? void 0 : _b.selections;
|
|
97
|
-
const name = (_d = (_c = node.alias) === null || _c === void 0 ? void 0 : _c.value) !== null && _d !== void 0 ? _d : (_e = node.name) === null || _e === void 0 ? void 0 : _e.value;
|
|
98
|
-
nextPath = path ? `${path}.${name}` : name;
|
|
99
|
-
if (!nextNodes)
|
|
100
|
-
acc.push(nextPath); // This is a leaf
|
|
101
|
-
}
|
|
102
|
-
if (nextNodes)
|
|
103
|
-
acc.push(...getFieldList(nextNodes, fragments, nextPath));
|
|
104
|
-
return acc;
|
|
105
|
-
}, []);
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* Transform a nested property in a given object (in place).
|
|
109
|
-
* @param input - Object to transform
|
|
110
|
-
* @param path - Dot-separated path to the nested property
|
|
111
|
-
* @param valueTransform - Transformer function
|
|
112
|
-
*/
|
|
113
|
-
function deepTransform(input, path, valueTransform) {
|
|
114
|
-
const keys = Array.isArray(path) ? path : path.split('.');
|
|
115
|
-
let obj = input;
|
|
116
|
-
let key;
|
|
117
|
-
for (let index = 0; !!obj && index < keys.length; index++) {
|
|
118
|
-
key = keys[index];
|
|
119
|
-
if (index === keys.length - 1) {
|
|
120
|
-
// Last property, transform value
|
|
121
|
-
obj[key] = valueTransform(obj[key]);
|
|
122
|
-
}
|
|
123
|
-
else if (Array.isArray(obj[key])) {
|
|
124
|
-
// We've found an array in the middle, run this recursively
|
|
125
|
-
const subKeys = keys.slice(index + 1);
|
|
126
|
-
obj[key].forEach((v) => deepTransform(v, subKeys, valueTransform));
|
|
127
|
-
}
|
|
128
|
-
obj = obj[key];
|
|
129
|
-
}
|
|
130
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.hashKey = void 0;
|
|
4
|
-
function hashKey(key) {
|
|
5
|
-
const rawKey = key instanceof Array ? key : [key];
|
|
6
|
-
/**
|
|
7
|
-
* TODO: Smarter hash
|
|
8
|
-
*/
|
|
9
|
-
return rawKey.map((k) => JSON.stringify(k)).join('');
|
|
10
|
-
}
|
|
11
|
-
exports.hashKey = hashKey;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function htmlEncode(html: string): string;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.htmlEncode = void 0;
|
|
4
|
-
function htmlEncode(html) {
|
|
5
|
-
return html
|
|
6
|
-
.replace(/&/g, '&')
|
|
7
|
-
.replace(/</g, '<')
|
|
8
|
-
.replace(/>/g, '>')
|
|
9
|
-
.replace(/"/g, '"')
|
|
10
|
-
.replace(/'/g, ''');
|
|
11
|
-
}
|
|
12
|
-
exports.htmlEncode = htmlEncode;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Image as ImageType } from '../storefront-api-types';
|
|
2
|
-
import type { PartialDeep } from 'type-fest';
|
|
3
|
-
import type { ShopifyLoaderOptions, ShopifyLoaderParams } from '../components/Image';
|
|
4
|
-
/**
|
|
5
|
-
* Adds image size parameters to an image URL hosted by Shopify's CDN
|
|
6
|
-
*/
|
|
7
|
-
export declare function addImageSizeParametersToUrl({ src, width, height, crop, scale, }: ShopifyLoaderParams): string;
|
|
8
|
-
export declare function shopifyImageLoader(params: ShopifyLoaderParams): string;
|
|
9
|
-
export declare function getShopifyImageDimensions(image: Pick<PartialDeep<ImageType>, 'altText' | 'url' | 'id' | 'width' | 'height'>, options?: ShopifyLoaderOptions): {
|
|
10
|
-
width: import("../storefront-api-types").Maybe<number> | undefined;
|
|
11
|
-
height: import("../storefront-api-types").Maybe<number> | undefined;
|
|
12
|
-
};
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getShopifyImageDimensions = exports.shopifyImageLoader = exports.addImageSizeParametersToUrl = void 0;
|
|
4
|
-
// TODO: Are there other CDNs missing from here?
|
|
5
|
-
const PRODUCTION_CDN_HOSTNAMES = [
|
|
6
|
-
'cdn.shopify.com',
|
|
7
|
-
'cdn.shopifycdn.net',
|
|
8
|
-
'shopify-assets.shopifycdn.com',
|
|
9
|
-
'shopify-assets.shopifycdn.net',
|
|
10
|
-
];
|
|
11
|
-
const LOCAL_CDN_HOSTNAMES = ['spin.dev'];
|
|
12
|
-
const ALL_CDN_HOSTNAMES = [...PRODUCTION_CDN_HOSTNAMES, ...LOCAL_CDN_HOSTNAMES];
|
|
13
|
-
/**
|
|
14
|
-
* Adds image size parameters to an image URL hosted by Shopify's CDN
|
|
15
|
-
*/
|
|
16
|
-
function addImageSizeParametersToUrl({ src, width, height, crop, scale, }) {
|
|
17
|
-
const newUrl = new URL(src);
|
|
18
|
-
width && newUrl.searchParams.append('width', width.toString());
|
|
19
|
-
height && newUrl.searchParams.append('height', height.toString());
|
|
20
|
-
crop && newUrl.searchParams.append('crop', crop);
|
|
21
|
-
scale && newUrl.searchParams.append('scale', scale.toString());
|
|
22
|
-
return newUrl.toString();
|
|
23
|
-
}
|
|
24
|
-
exports.addImageSizeParametersToUrl = addImageSizeParametersToUrl;
|
|
25
|
-
function shopifyImageLoader(params) {
|
|
26
|
-
const newSrc = new URL(params.src);
|
|
27
|
-
const isShopifyServedImage = ALL_CDN_HOSTNAMES.some((allowedHostname) => newSrc.hostname.endsWith(allowedHostname));
|
|
28
|
-
if (!isShopifyServedImage ||
|
|
29
|
-
(!params.width && !params.height && !params.crop && !params.scale)) {
|
|
30
|
-
return params.src;
|
|
31
|
-
}
|
|
32
|
-
return addImageSizeParametersToUrl(params);
|
|
33
|
-
}
|
|
34
|
-
exports.shopifyImageLoader = shopifyImageLoader;
|
|
35
|
-
function getShopifyImageDimensions(image, options) {
|
|
36
|
-
// Storefront API could return null dimension values for images that are not hosted on Shopify CDN
|
|
37
|
-
// The API dimensions references the image's intrinstic/natural dimensions and provides image aspect ratio information
|
|
38
|
-
const apiWidth = image.width;
|
|
39
|
-
const apiHeight = image.height;
|
|
40
|
-
if (apiWidth && apiHeight && ((options === null || options === void 0 ? void 0 : options.width) || (options === null || options === void 0 ? void 0 : options.height))) {
|
|
41
|
-
const optionWidth = (options === null || options === void 0 ? void 0 : options.width)
|
|
42
|
-
? parseInt(options.width.toString(), 10)
|
|
43
|
-
: undefined;
|
|
44
|
-
const optionHeight = (options === null || options === void 0 ? void 0 : options.height)
|
|
45
|
-
? parseInt(options.height.toString(), 10)
|
|
46
|
-
: undefined;
|
|
47
|
-
// Use option defined width & height
|
|
48
|
-
if (optionWidth && optionHeight) {
|
|
49
|
-
return { width: optionWidth, height: optionHeight };
|
|
50
|
-
}
|
|
51
|
-
// Calculate width from aspect ratio
|
|
52
|
-
if (!optionWidth && optionHeight) {
|
|
53
|
-
return {
|
|
54
|
-
width: Math.round((apiWidth / apiHeight) * optionHeight),
|
|
55
|
-
height: optionHeight,
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
// Calculate height from aspect ratio
|
|
59
|
-
if (optionWidth && !optionHeight) {
|
|
60
|
-
return {
|
|
61
|
-
width: optionWidth,
|
|
62
|
-
height: Math.round((apiHeight / apiWidth) * optionWidth),
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
return { width: apiWidth, height: apiHeight };
|
|
67
|
-
}
|
|
68
|
-
exports.getShopifyImageDimensions = getShopifyImageDimensions;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { addImageSizeParametersToUrl, getShopifyImageDimensions, shopifyImageLoader, } from './image_size';
|
|
2
|
-
export { YouTube, Vimeo, addParametersToEmbeddedVideoUrl, useEmbeddedVideoUrl, } from './video_parameters';
|
|
3
|
-
export { loadScript } from './load_script';
|
|
4
|
-
export { wrapPromise } from './suspense';
|
|
5
|
-
export { flattenConnection } from './flattenConnection';
|
|
6
|
-
export { isBrowser } from './isBrowser';
|
|
7
|
-
export { isServer } from './isServer';
|
|
8
|
-
export { getMeasurementAsParts, getMeasurementAsString } from './measurement';
|
|
9
|
-
export { parseMetafieldValue } from './parseMetafieldValue';
|
|
10
|
-
export { fetchBuilder, graphqlRequestBody, decodeShopifyId } from './fetch';
|
|
11
|
-
export { getTime } from './timing';
|
|
12
|
-
export { htmlEncode } from './html-encoding';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.htmlEncode = exports.getTime = exports.decodeShopifyId = exports.graphqlRequestBody = exports.fetchBuilder = exports.parseMetafieldValue = exports.getMeasurementAsString = exports.getMeasurementAsParts = exports.isServer = exports.isBrowser = exports.flattenConnection = exports.wrapPromise = exports.loadScript = exports.useEmbeddedVideoUrl = exports.addParametersToEmbeddedVideoUrl = exports.shopifyImageLoader = exports.getShopifyImageDimensions = exports.addImageSizeParametersToUrl = void 0;
|
|
4
|
-
var image_size_1 = require("./image_size");
|
|
5
|
-
Object.defineProperty(exports, "addImageSizeParametersToUrl", { enumerable: true, get: function () { return image_size_1.addImageSizeParametersToUrl; } });
|
|
6
|
-
Object.defineProperty(exports, "getShopifyImageDimensions", { enumerable: true, get: function () { return image_size_1.getShopifyImageDimensions; } });
|
|
7
|
-
Object.defineProperty(exports, "shopifyImageLoader", { enumerable: true, get: function () { return image_size_1.shopifyImageLoader; } });
|
|
8
|
-
var video_parameters_1 = require("./video_parameters");
|
|
9
|
-
Object.defineProperty(exports, "addParametersToEmbeddedVideoUrl", { enumerable: true, get: function () { return video_parameters_1.addParametersToEmbeddedVideoUrl; } });
|
|
10
|
-
Object.defineProperty(exports, "useEmbeddedVideoUrl", { enumerable: true, get: function () { return video_parameters_1.useEmbeddedVideoUrl; } });
|
|
11
|
-
var load_script_1 = require("./load_script");
|
|
12
|
-
Object.defineProperty(exports, "loadScript", { enumerable: true, get: function () { return load_script_1.loadScript; } });
|
|
13
|
-
var suspense_1 = require("./suspense");
|
|
14
|
-
Object.defineProperty(exports, "wrapPromise", { enumerable: true, get: function () { return suspense_1.wrapPromise; } });
|
|
15
|
-
var flattenConnection_1 = require("./flattenConnection");
|
|
16
|
-
Object.defineProperty(exports, "flattenConnection", { enumerable: true, get: function () { return flattenConnection_1.flattenConnection; } });
|
|
17
|
-
var isBrowser_1 = require("./isBrowser");
|
|
18
|
-
Object.defineProperty(exports, "isBrowser", { enumerable: true, get: function () { return isBrowser_1.isBrowser; } });
|
|
19
|
-
var isServer_1 = require("./isServer");
|
|
20
|
-
Object.defineProperty(exports, "isServer", { enumerable: true, get: function () { return isServer_1.isServer; } });
|
|
21
|
-
var measurement_1 = require("./measurement");
|
|
22
|
-
Object.defineProperty(exports, "getMeasurementAsParts", { enumerable: true, get: function () { return measurement_1.getMeasurementAsParts; } });
|
|
23
|
-
Object.defineProperty(exports, "getMeasurementAsString", { enumerable: true, get: function () { return measurement_1.getMeasurementAsString; } });
|
|
24
|
-
var parseMetafieldValue_1 = require("./parseMetafieldValue");
|
|
25
|
-
Object.defineProperty(exports, "parseMetafieldValue", { enumerable: true, get: function () { return parseMetafieldValue_1.parseMetafieldValue; } });
|
|
26
|
-
var fetch_1 = require("./fetch");
|
|
27
|
-
Object.defineProperty(exports, "fetchBuilder", { enumerable: true, get: function () { return fetch_1.fetchBuilder; } });
|
|
28
|
-
Object.defineProperty(exports, "graphqlRequestBody", { enumerable: true, get: function () { return fetch_1.graphqlRequestBody; } });
|
|
29
|
-
Object.defineProperty(exports, "decodeShopifyId", { enumerable: true, get: function () { return fetch_1.decodeShopifyId; } });
|
|
30
|
-
var timing_1 = require("./timing");
|
|
31
|
-
Object.defineProperty(exports, "getTime", { enumerable: true, get: function () { return timing_1.getTime; } });
|
|
32
|
-
var html_encoding_1 = require("./html-encoding");
|
|
33
|
-
Object.defineProperty(exports, "htmlEncode", { enumerable: true, get: function () { return html_encoding_1.htmlEncode; } });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isBrowser } from './isBrowser';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isBrowser = void 0;
|
|
4
|
-
var isBrowser_1 = require("./isBrowser");
|
|
5
|
-
Object.defineProperty(exports, "isBrowser", { enumerable: true, get: function () { return isBrowser_1.isBrowser; } });
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isBrowser = void 0;
|
|
4
|
-
/** The `isClient` utility is a function that returns a boolean indicating
|
|
5
|
-
* if the code was run in the browser.
|
|
6
|
-
*/
|
|
7
|
-
function isBrowser() {
|
|
8
|
-
return typeof document !== 'undefined';
|
|
9
|
-
}
|
|
10
|
-
exports.isBrowser = isBrowser;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isServer } from './isServer';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isServer = void 0;
|
|
4
|
-
const isBrowser_1 = require("../isBrowser");
|
|
5
|
-
/** The `isServer` utility is a function that returns a `boolean` indicating
|
|
6
|
-
* if the code was run on the server.
|
|
7
|
-
*/
|
|
8
|
-
function isServer() {
|
|
9
|
-
return !(0, isBrowser_1.isBrowser)();
|
|
10
|
-
}
|
|
11
|
-
exports.isServer = isServer;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.loadScript = void 0;
|
|
4
|
-
const SCRIPTS_LOADED = {};
|
|
5
|
-
function loadScript(src, options) {
|
|
6
|
-
const isScriptLoaded = SCRIPTS_LOADED[src];
|
|
7
|
-
if (isScriptLoaded) {
|
|
8
|
-
return isScriptLoaded;
|
|
9
|
-
}
|
|
10
|
-
const promise = new Promise((resolve, reject) => {
|
|
11
|
-
const script = document.createElement('script');
|
|
12
|
-
if (options === null || options === void 0 ? void 0 : options.module) {
|
|
13
|
-
script.type = 'module';
|
|
14
|
-
}
|
|
15
|
-
script.src = src;
|
|
16
|
-
script.onload = () => {
|
|
17
|
-
resolve(true);
|
|
18
|
-
};
|
|
19
|
-
script.onerror = () => {
|
|
20
|
-
reject(false);
|
|
21
|
-
};
|
|
22
|
-
document.body.appendChild(script);
|
|
23
|
-
});
|
|
24
|
-
SCRIPTS_LOADED[src] = promise;
|
|
25
|
-
return promise;
|
|
26
|
-
}
|
|
27
|
-
exports.loadScript = loadScript;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { log, setLogger, getLoggerWithContext, Logger, logServerResponse, } from './log';
|
|
2
|
-
export { collectQueryCacheControlHeaders, logCacheControlHeaders, } from './log-cache-header';
|
|
3
|
-
export { logCacheApiStatus } from './log-cache-api-status';
|
|
4
|
-
export { collectQueryTimings, logQueryTimings } from './log-query-timeline';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logQueryTimings = exports.collectQueryTimings = exports.logCacheApiStatus = exports.logCacheControlHeaders = exports.collectQueryCacheControlHeaders = exports.logServerResponse = exports.getLoggerWithContext = exports.setLogger = exports.log = void 0;
|
|
4
|
-
var log_1 = require("./log");
|
|
5
|
-
Object.defineProperty(exports, "log", { enumerable: true, get: function () { return log_1.log; } });
|
|
6
|
-
Object.defineProperty(exports, "setLogger", { enumerable: true, get: function () { return log_1.setLogger; } });
|
|
7
|
-
Object.defineProperty(exports, "getLoggerWithContext", { enumerable: true, get: function () { return log_1.getLoggerWithContext; } });
|
|
8
|
-
Object.defineProperty(exports, "logServerResponse", { enumerable: true, get: function () { return log_1.logServerResponse; } });
|
|
9
|
-
var log_cache_header_1 = require("./log-cache-header");
|
|
10
|
-
Object.defineProperty(exports, "collectQueryCacheControlHeaders", { enumerable: true, get: function () { return log_cache_header_1.collectQueryCacheControlHeaders; } });
|
|
11
|
-
Object.defineProperty(exports, "logCacheControlHeaders", { enumerable: true, get: function () { return log_cache_header_1.logCacheControlHeaders; } });
|
|
12
|
-
var log_cache_api_status_1 = require("./log-cache-api-status");
|
|
13
|
-
Object.defineProperty(exports, "logCacheApiStatus", { enumerable: true, get: function () { return log_cache_api_status_1.logCacheApiStatus; } });
|
|
14
|
-
var log_query_timeline_1 = require("./log-query-timeline");
|
|
15
|
-
Object.defineProperty(exports, "collectQueryTimings", { enumerable: true, get: function () { return log_query_timeline_1.collectQueryTimings; } });
|
|
16
|
-
Object.defineProperty(exports, "logQueryTimings", { enumerable: true, get: function () { return log_query_timeline_1.logQueryTimings; } });
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function logCacheApiStatus(status: string | null, url: string): void;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logCacheApiStatus = void 0;
|
|
4
|
-
const utils_1 = require("./utils");
|
|
5
|
-
const kolorist_1 = require("kolorist");
|
|
6
|
-
const _1 = require(".");
|
|
7
|
-
function logCacheApiStatus(status, url) {
|
|
8
|
-
if (!_1.log.options().showCacheApiStatus) {
|
|
9
|
-
return;
|
|
10
|
-
}
|
|
11
|
-
let queryName;
|
|
12
|
-
if (/shopify\.dev/.test(url)) {
|
|
13
|
-
queryName = (0, utils_1.findQueryName)(url);
|
|
14
|
-
}
|
|
15
|
-
_1.log.debug((0, kolorist_1.gray)(`[Cache] ${status === null || status === void 0 ? void 0 : status.padEnd(8)} ${queryName ? `query ${queryName}` : decodeURIComponent(url)}`));
|
|
16
|
-
}
|
|
17
|
-
exports.logCacheApiStatus = logCacheApiStatus;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HydrogenRequest } from '../../foundation/HydrogenRequest/HydrogenRequest.server';
|
|
2
|
-
import { HydrogenResponse } from '../../foundation/HydrogenResponse/HydrogenResponse.server';
|
|
3
|
-
import { QueryKey } from '../../types';
|
|
4
|
-
import type { RenderType } from './log';
|
|
5
|
-
export declare type QueryCacheControlHeaders = {
|
|
6
|
-
name: string;
|
|
7
|
-
header: string | null;
|
|
8
|
-
};
|
|
9
|
-
export declare function collectQueryCacheControlHeaders(request: HydrogenRequest, queryKey: QueryKey, cacheControlHeader: string | null): void;
|
|
10
|
-
export declare function logCacheControlHeaders(type: RenderType, request: HydrogenRequest, response?: HydrogenResponse): void;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logCacheControlHeaders = exports.collectQueryCacheControlHeaders = void 0;
|
|
4
|
-
const hash_1 = require("../hash");
|
|
5
|
-
const utils_1 = require("./utils");
|
|
6
|
-
const kolorist_1 = require("kolorist");
|
|
7
|
-
const log_1 = require("./log");
|
|
8
|
-
const color = kolorist_1.gray;
|
|
9
|
-
function collectQueryCacheControlHeaders(request, queryKey, cacheControlHeader) {
|
|
10
|
-
request.ctx.queryCacheControl.push({
|
|
11
|
-
name: (0, utils_1.findQueryName)((0, hash_1.hashKey)(queryKey)),
|
|
12
|
-
header: cacheControlHeader,
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
exports.collectQueryCacheControlHeaders = collectQueryCacheControlHeaders;
|
|
16
|
-
function logCacheControlHeaders(type, request, response) {
|
|
17
|
-
const log = (0, log_1.getLoggerWithContext)(request);
|
|
18
|
-
if (!log.options().showCacheControlHeader) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
log.debug(color(`┌── Cache control header for ${(0, utils_1.parseUrl)(type, request.url)}`));
|
|
22
|
-
if (response) {
|
|
23
|
-
log.debug(color(`│ ${response.cacheControlHeader}`));
|
|
24
|
-
}
|
|
25
|
-
const queryList = request.ctx.queryCacheControl;
|
|
26
|
-
const longestQueryNameLength = queryList.reduce((max, query) => Math.max(max, query.name.length), 0);
|
|
27
|
-
if (queryList.length > 0) {
|
|
28
|
-
log.debug(color('│'));
|
|
29
|
-
queryList.forEach((query) => {
|
|
30
|
-
log.debug(color(`│ query ${query.name.padEnd(longestQueryNameLength + 1)}${query.header}`));
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
log.debug(color('└──'));
|
|
34
|
-
}
|
|
35
|
-
exports.logCacheControlHeaders = logCacheControlHeaders;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HydrogenRequest } from '../../foundation/HydrogenRequest/HydrogenRequest.server';
|
|
2
|
-
import { QueryKey } from '../../types';
|
|
3
|
-
import type { RenderType } from './log';
|
|
4
|
-
export declare type TimingType = 'requested' | 'resolved' | 'rendered' | 'preload';
|
|
5
|
-
export declare type QueryTiming = {
|
|
6
|
-
name: string;
|
|
7
|
-
timingType: TimingType;
|
|
8
|
-
timestamp: number;
|
|
9
|
-
duration?: number;
|
|
10
|
-
};
|
|
11
|
-
export declare function collectQueryTimings(request: HydrogenRequest, queryKey: QueryKey, timingType: TimingType, duration?: number): void;
|
|
12
|
-
export declare function logQueryTimings(type: RenderType, request: HydrogenRequest): void;
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logQueryTimings = exports.collectQueryTimings = void 0;
|
|
4
|
-
const hash_1 = require("../hash");
|
|
5
|
-
const utils_1 = require("./utils");
|
|
6
|
-
const kolorist_1 = require("kolorist");
|
|
7
|
-
const log_1 = require("./log");
|
|
8
|
-
const timing_1 = require("../timing");
|
|
9
|
-
const color = kolorist_1.gray;
|
|
10
|
-
const TIMING_MAPPING = {
|
|
11
|
-
requested: 'Requested',
|
|
12
|
-
rendered: 'Rendered',
|
|
13
|
-
resolved: 'Resolved',
|
|
14
|
-
preload: 'Preload',
|
|
15
|
-
};
|
|
16
|
-
function collectQueryTimings(request, queryKey, timingType, duration) {
|
|
17
|
-
request.ctx.queryTimings.push({
|
|
18
|
-
name: (0, utils_1.findQueryName)((0, hash_1.hashKey)(queryKey)),
|
|
19
|
-
timingType,
|
|
20
|
-
timestamp: (0, timing_1.getTime)(),
|
|
21
|
-
duration,
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
exports.collectQueryTimings = collectQueryTimings;
|
|
25
|
-
function logQueryTimings(type, request) {
|
|
26
|
-
const log = (0, log_1.getLoggerWithContext)(request);
|
|
27
|
-
if (!log.options().showQueryTiming) {
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
log.debug(color(`┌── Query timings for ${(0, utils_1.parseUrl)(type, request.url)}`));
|
|
31
|
-
const queryList = request.ctx.queryTimings;
|
|
32
|
-
if (queryList.length > 0) {
|
|
33
|
-
const requestStartTime = request.time;
|
|
34
|
-
const detectSuspenseWaterfall = {};
|
|
35
|
-
const detectMultipleDataLoad = {};
|
|
36
|
-
let suspenseWaterfallDetectedCount = 0;
|
|
37
|
-
queryList.forEach((query, index) => {
|
|
38
|
-
if (query.timingType === 'requested' || query.timingType === 'preload') {
|
|
39
|
-
detectSuspenseWaterfall[query.name] = true;
|
|
40
|
-
}
|
|
41
|
-
else if (query.timingType === 'rendered') {
|
|
42
|
-
delete detectSuspenseWaterfall[query.name];
|
|
43
|
-
}
|
|
44
|
-
else if (query.timingType === 'resolved') {
|
|
45
|
-
detectMultipleDataLoad[query.name] = detectMultipleDataLoad[query.name]
|
|
46
|
-
? detectMultipleDataLoad[query.name] + 1
|
|
47
|
-
: 1;
|
|
48
|
-
}
|
|
49
|
-
const loadColor = query.timingType === 'preload' ? kolorist_1.green : color;
|
|
50
|
-
const duration = query.duration;
|
|
51
|
-
log.debug(color(`│ ${`${(query.timestamp - requestStartTime).toFixed(2)}ms`.padEnd(10)} ${loadColor(TIMING_MAPPING[query.timingType].padEnd(10))} ${query.name}${query.timingType === 'resolved'
|
|
52
|
-
? ` (Took ${duration === null || duration === void 0 ? void 0 : duration.toFixed(2)}ms)`
|
|
53
|
-
: ''}`));
|
|
54
|
-
// SSR + RSC render path generates 2 `load` and `render` for each query
|
|
55
|
-
// We want to avoid falsely identifying a suspense waterfall near the end
|
|
56
|
-
// of the query list
|
|
57
|
-
//
|
|
58
|
-
// The (index + 4) is detecting that near the end of list.
|
|
59
|
-
// A complete set of events for a given query is 4 entries
|
|
60
|
-
// │ (639.62ms) Requested Localization
|
|
61
|
-
// │ (993.33ms) Resolved Localization (Took 353.66ms)
|
|
62
|
-
// │ (993.96ms) Requested Localization <-- second time React tries to load
|
|
63
|
-
// │ (994.03ms) Rendered Localization
|
|
64
|
-
//
|
|
65
|
-
// so the end of list index range is 3 (one less from a set entry) + 1 (zero index)
|
|
66
|
-
if (queryList.length >= index + 4 &&
|
|
67
|
-
Object.keys(detectSuspenseWaterfall).length === 0) {
|
|
68
|
-
suspenseWaterfallDetectedCount++;
|
|
69
|
-
const warningColor = suspenseWaterfallDetectedCount === 1 ? kolorist_1.yellow : kolorist_1.red;
|
|
70
|
-
log.debug(`${color(`│ `)}${warningColor(`Suspense waterfall detected`)}`);
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
const unusedQueries = Object.keys(detectSuspenseWaterfall);
|
|
74
|
-
if (unusedQueries.length > 0) {
|
|
75
|
-
unusedQueries.forEach((queryName) => {
|
|
76
|
-
log.debug(`${color(`│ `)}${(0, kolorist_1.yellow)(`Unused query detected: ${queryName}`)}`);
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
Object.keys(detectMultipleDataLoad).forEach((queryName) => {
|
|
80
|
-
const count = detectMultipleDataLoad[queryName];
|
|
81
|
-
if (count > 1) {
|
|
82
|
-
log.debug(`${color(`│ `)}${(0, kolorist_1.yellow)(`Multiple data loads detected: ${queryName}`)}`);
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
log.debug(color('└──'));
|
|
87
|
-
}
|
|
88
|
-
exports.logQueryTimings = logQueryTimings;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HydrogenRequest } from '../../foundation/HydrogenRequest/HydrogenRequest.server';
|
|
2
|
-
/** The `log` utility is a function that's used for logging debugging, warning, and error information about the application.
|
|
3
|
-
* Use this utility by importing `log` from `@shopify/hydrogen`, or by using a `log` prop passed to each page
|
|
4
|
-
* component. We recommend using the `log` prop passed to each page because it will associated your log to the
|
|
5
|
-
* current request in progress.
|
|
6
|
-
*/
|
|
7
|
-
declare type LoggerMethod = (...args: Array<any>) => void | Promise<any>;
|
|
8
|
-
export interface Logger {
|
|
9
|
-
trace: LoggerMethod;
|
|
10
|
-
debug: LoggerMethod;
|
|
11
|
-
warn: LoggerMethod;
|
|
12
|
-
error: LoggerMethod;
|
|
13
|
-
fatal: LoggerMethod;
|
|
14
|
-
options: () => LoggerOptions;
|
|
15
|
-
}
|
|
16
|
-
export declare type LoggerOptions = {
|
|
17
|
-
showCacheControlHeader?: boolean;
|
|
18
|
-
showCacheApiStatus?: boolean;
|
|
19
|
-
showQueryTiming?: boolean;
|
|
20
|
-
showUnusedQueryProperties?: boolean;
|
|
21
|
-
};
|
|
22
|
-
export declare type LoggerConfig = Partial<Exclude<Logger, 'options'>> & LoggerOptions;
|
|
23
|
-
export declare type RenderType = 'str' | 'rsc' | 'ssr' | 'api';
|
|
24
|
-
export declare function getLoggerWithContext(context: Partial<HydrogenRequest>): Logger;
|
|
25
|
-
export declare const log: Logger;
|
|
26
|
-
export declare function setLogger(config?: LoggerConfig): void;
|
|
27
|
-
export declare function logServerResponse(type: RenderType, request: HydrogenRequest, responseStatus: number): void;
|
|
28
|
-
export {};
|