@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
|
@@ -107,17 +107,9 @@ function ReactFlightVitePlugin() {
|
|
|
107
107
|
|
|
108
108
|
var config;
|
|
109
109
|
var server;
|
|
110
|
-
var invalidateTimeout;
|
|
111
|
-
var globImporterPath;
|
|
112
110
|
var resolveAlias;
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
clearTimeout(invalidateTimeout);
|
|
116
|
-
invalidateTimeout = setTimeout(function () {
|
|
117
|
-
return server.watcher.emit('change', globImporterPath);
|
|
118
|
-
}, 100);
|
|
119
|
-
}
|
|
120
|
-
|
|
111
|
+
var globImporterPath;
|
|
112
|
+
var allClientBoundaries = new Set();
|
|
121
113
|
return {
|
|
122
114
|
name: 'vite-plugin-react-server-components',
|
|
123
115
|
enforce: 'pre',
|
|
@@ -200,7 +192,12 @@ function ReactFlightVitePlugin() {
|
|
|
200
192
|
|
|
201
193
|
if (!moduleNode.meta.isClientComponent) {
|
|
202
194
|
moduleNode.meta.isClientComponent = true;
|
|
203
|
-
|
|
195
|
+
|
|
196
|
+
if (globImporterPath) {
|
|
197
|
+
// Invalidate glob importer file to account for the
|
|
198
|
+
// newly discovered client component.
|
|
199
|
+
server.watcher.emit('change', globImporterPath);
|
|
200
|
+
}
|
|
204
201
|
}
|
|
205
202
|
}
|
|
206
203
|
|
|
@@ -250,7 +247,7 @@ function ReactFlightVitePlugin() {
|
|
|
250
247
|
});
|
|
251
248
|
var injectedGlobs = "Object.assign(Object.create(null), " + importers.map(function (glob) {
|
|
252
249
|
return (// Mark the globs to modify the result after Vite resolves them.
|
|
253
|
-
"/* HASH_BEGIN */ " + ("import.meta.glob('" + normalizePath(glob) + "') /* HASH_END */")
|
|
250
|
+
"\n/* HASH_BEGIN */ " + ("import.meta.glob('" + normalizePath(glob) + "') /* HASH_END */")
|
|
254
251
|
);
|
|
255
252
|
}).join(', ') + ");";
|
|
256
253
|
s.replace(INJECTING_RE, injectedGlobs);
|
|
@@ -264,8 +261,17 @@ function ReactFlightVitePlugin() {
|
|
|
264
261
|
};
|
|
265
262
|
|
|
266
263
|
if (config.command === 'serve') {
|
|
267
|
-
globImporterPath = id;
|
|
268
|
-
|
|
264
|
+
globImporterPath = id; // When mixing client and server components from the same
|
|
265
|
+
// facade file, the module graph can break and miss certain
|
|
266
|
+
// import connections (bug in Vite?) due to HMR. Instead of
|
|
267
|
+
// creating a new list of discovered components from scratch,
|
|
268
|
+
// reuse the already discovered ones and simply add new ones
|
|
269
|
+
// to the list without removing anything.
|
|
270
|
+
|
|
271
|
+
findClientBoundaries(server.moduleGraph).forEach(function (boundary) {
|
|
272
|
+
return allClientBoundaries.add(boundary);
|
|
273
|
+
});
|
|
274
|
+
return injectGlobs(Array.from(allClientBoundaries));
|
|
269
275
|
}
|
|
270
276
|
|
|
271
277
|
if (!serverBuildEntries) {
|
|
@@ -405,21 +411,61 @@ var hashImportsPlugin = {
|
|
|
405
411
|
}
|
|
406
412
|
}
|
|
407
413
|
};
|
|
414
|
+
|
|
408
415
|
/**
|
|
409
416
|
* A client module should behave as a client boundary
|
|
410
417
|
* if it is imported by the server before encountering
|
|
411
418
|
* another boundary in the process.
|
|
412
|
-
*
|
|
413
|
-
* components that import the
|
|
419
|
+
* This traverses the module graph upwards to find non client
|
|
420
|
+
* components that import the `originalMod`.
|
|
421
|
+
*
|
|
422
|
+
* The `accModInfo` represents the exported members from the
|
|
423
|
+
* `originalMod` but renamed accordingly to all the intermediate/facade
|
|
424
|
+
* files in the import chain from the `originalMod` to every parent importer.
|
|
414
425
|
*/
|
|
415
|
-
|
|
416
|
-
function isDirectImportInServer(currentMod, originalMod) {
|
|
426
|
+
function isDirectImportInServer(originalMod, currentMod, accModInfo) {
|
|
417
427
|
// TODO: this should use recursion in any module that exports
|
|
418
428
|
// the original one, not only in full facade files.
|
|
419
|
-
if (!
|
|
420
|
-
|
|
429
|
+
if (!currentMod || (currentMod.meta || {}).isFacade) {
|
|
430
|
+
if (!accModInfo && originalMod.meta && originalMod.meta.namedExports) {
|
|
431
|
+
// First iteration in the recursion, initialize the
|
|
432
|
+
// acumulator with data from the original module.
|
|
433
|
+
accModInfo = {
|
|
434
|
+
file: originalMod.file,
|
|
435
|
+
exports: originalMod.meta.namedExports
|
|
436
|
+
};
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
if (currentMod && accModInfo) {
|
|
440
|
+
// Update accumulator in subsequent iterations with
|
|
441
|
+
// whatever the current module is re-exporting.
|
|
442
|
+
var lastModExports = accModInfo.exports;
|
|
443
|
+
var lastModImports = currentMod.meta.imports.filter(function (importMeta) {
|
|
444
|
+
return importMeta.action === 'export' && importMeta.from === accModInfo.file;
|
|
445
|
+
});
|
|
446
|
+
accModInfo = {
|
|
447
|
+
file: currentMod.file,
|
|
448
|
+
exports: []
|
|
449
|
+
};
|
|
450
|
+
lastModImports.forEach(function (mod) {
|
|
451
|
+
mod.variables.forEach(function (_ref2) {
|
|
452
|
+
var name = _ref2[0],
|
|
453
|
+
alias = _ref2[1];
|
|
454
|
+
|
|
455
|
+
if (name === '*' && !alias) {
|
|
456
|
+
var _accModInfo$exports;
|
|
457
|
+
|
|
458
|
+
(_accModInfo$exports = accModInfo.exports).push.apply(_accModInfo$exports, lastModExports);
|
|
459
|
+
} else {
|
|
460
|
+
accModInfo.exports.push(alias || name);
|
|
461
|
+
}
|
|
462
|
+
});
|
|
463
|
+
});
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
return Array.from((currentMod || originalMod).importers || []).some(function (importer) {
|
|
421
467
|
return (// eslint-disable-next-line no-unused-vars
|
|
422
|
-
isDirectImportInServer(importer,
|
|
468
|
+
isDirectImportInServer(originalMod, importer, accModInfo)
|
|
423
469
|
);
|
|
424
470
|
});
|
|
425
471
|
} // Not enough information: safer to assume it is
|
|
@@ -435,14 +481,12 @@ function isDirectImportInServer(currentMod, originalMod) {
|
|
|
435
481
|
// However, due to the lack of tree-shaking in the dev module graph,
|
|
436
482
|
// we need to manually make sure this module is importing something from
|
|
437
483
|
// the original module before marking it as client boundary.
|
|
438
|
-
// -- TODO: this only checks namedExports right now. It should
|
|
439
|
-
// consider default exports and variable renaming in facade modules.
|
|
440
484
|
|
|
441
485
|
return currentMod.meta.imports.some(function (imp) {
|
|
442
|
-
return imp.action === 'import' &&
|
|
443
|
-
var name =
|
|
444
|
-
return
|
|
445
|
-
})
|
|
486
|
+
return imp.action === 'import' && imp.from === accModInfo.file && (imp.variables || []).some(function (_ref3) {
|
|
487
|
+
var name = _ref3[0];
|
|
488
|
+
return accModInfo.exports.includes(name);
|
|
489
|
+
});
|
|
446
490
|
});
|
|
447
491
|
}
|
|
448
492
|
|
|
@@ -478,12 +522,12 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
|
|
|
478
522
|
|
|
479
523
|
|
|
480
524
|
var imports = [];
|
|
481
|
-
rawImports.forEach(function (
|
|
482
|
-
var startMod =
|
|
483
|
-
endMod =
|
|
484
|
-
dynamicImportIndex =
|
|
485
|
-
startStatement =
|
|
486
|
-
endStatement =
|
|
525
|
+
rawImports.forEach(function (_ref4) {
|
|
526
|
+
var startMod = _ref4.s,
|
|
527
|
+
endMod = _ref4.e,
|
|
528
|
+
dynamicImportIndex = _ref4.d,
|
|
529
|
+
startStatement = _ref4.ss,
|
|
530
|
+
endStatement = _ref4.se;
|
|
487
531
|
if (dynamicImportIndex !== -1) return; // Skip dynamic imports for now
|
|
488
532
|
|
|
489
533
|
var rawModPath = code.slice(startMod, endMod);
|
|
@@ -493,10 +537,15 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
|
|
|
493
537
|
var resolvedAliasPath = resolveAlias(modPath, 'rsc_importer', {});
|
|
494
538
|
|
|
495
539
|
if (resolvedAliasPath && resolvedAliasPath.id) {
|
|
496
|
-
modPath =
|
|
540
|
+
modPath = resolvedAliasPath.id;
|
|
497
541
|
}
|
|
498
542
|
}
|
|
499
543
|
|
|
544
|
+
if (modPath && modPath.startsWith('/src/')) {
|
|
545
|
+
// Vite default alias
|
|
546
|
+
modPath = normalizePath(path.join(root, modPath));
|
|
547
|
+
}
|
|
548
|
+
|
|
500
549
|
var resolvedPath = resolveModPath(modPath, dirname);
|
|
501
550
|
if (!resolvedPath) return; // Virtual modules or other exceptions
|
|
502
551
|
|
|
@@ -509,7 +558,7 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
|
|
|
509
558
|
action: action,
|
|
510
559
|
// 'import' or 'export'
|
|
511
560
|
variables: variables // [['originalName', 'alias']]
|
|
512
|
-
.replace(/[{}]/gm, '').trim().split(/\s*,\s*/m).filter(Boolean).map(function (s) {
|
|
561
|
+
.trim().replace(/^[^{*]/, 'default as $&').replace(/[{}]/gm, '').trim().split(/\s*,\s*/m).filter(Boolean).map(function (s) {
|
|
513
562
|
return s.split(/\s+as\s+/m);
|
|
514
563
|
}),
|
|
515
564
|
from: resolvedPath,
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
import { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, createServerContext } from 'react';
|
|
12
12
|
|
|
13
|
+
var assign = Object.assign;
|
|
14
|
+
|
|
13
15
|
var ReactSharedInternals = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
14
16
|
|
|
15
17
|
function error(format) {
|
|
@@ -537,10 +539,12 @@ var startPendingSuspenseBoundary1 = stringToPrecomputedChunk('<!--$?--><template
|
|
|
537
539
|
var startPendingSuspenseBoundary2 = stringToPrecomputedChunk('"></template>');
|
|
538
540
|
var startClientRenderedSuspenseBoundary = stringToPrecomputedChunk('<!--$!-->');
|
|
539
541
|
var endSuspenseBoundary = stringToPrecomputedChunk('<!--/$-->');
|
|
540
|
-
var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template
|
|
541
|
-
var
|
|
542
|
-
var
|
|
543
|
-
var
|
|
542
|
+
var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template');
|
|
543
|
+
var clientRenderedSuspenseBoundaryErrorAttrInterstitial = stringToPrecomputedChunk('"');
|
|
544
|
+
var clientRenderedSuspenseBoundaryError1A = stringToPrecomputedChunk(' data-dgst="');
|
|
545
|
+
var clientRenderedSuspenseBoundaryError1B = stringToPrecomputedChunk(' data-msg="');
|
|
546
|
+
var clientRenderedSuspenseBoundaryError1C = stringToPrecomputedChunk(' data-stck="');
|
|
547
|
+
var clientRenderedSuspenseBoundaryError2 = stringToPrecomputedChunk('></template>');
|
|
544
548
|
var startSegmentHTML = stringToPrecomputedChunk('<div hidden id="');
|
|
545
549
|
var startSegmentHTML2 = stringToPrecomputedChunk('">');
|
|
546
550
|
var endSegmentHTML = stringToPrecomputedChunk('</div>');
|
|
@@ -570,7 +574,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
570
574
|
// const SUSPENSE_PENDING_START_DATA = '$?';
|
|
571
575
|
// const SUSPENSE_FALLBACK_START_DATA = '$!';
|
|
572
576
|
//
|
|
573
|
-
// function clientRenderBoundary(suspenseBoundaryID,
|
|
577
|
+
// function clientRenderBoundary(suspenseBoundaryID, errorDigest, errorMsg, errorComponentStack) {
|
|
574
578
|
// // Find the fallback's first element.
|
|
575
579
|
// const suspenseIdNode = document.getElementById(suspenseBoundaryID);
|
|
576
580
|
// if (!suspenseIdNode) {
|
|
@@ -584,9 +588,9 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
584
588
|
// suspenseNode.data = SUSPENSE_FALLBACK_START_DATA;
|
|
585
589
|
// // assign error metadata to first sibling
|
|
586
590
|
// let dataset = suspenseIdNode.dataset;
|
|
587
|
-
// if (
|
|
591
|
+
// if (errorDigest) dataset.dgst = errorDigest;
|
|
588
592
|
// if (errorMsg) dataset.msg = errorMsg;
|
|
589
|
-
// if (errorComponentStack) dataset.
|
|
593
|
+
// if (errorComponentStack) dataset.stck = errorComponentStack;
|
|
590
594
|
// // Tell React to retry it if the parent already hydrated.
|
|
591
595
|
// if (suspenseNode._reactRetry) {
|
|
592
596
|
// suspenseNode._reactRetry();
|
|
@@ -670,7 +674,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
670
674
|
|
|
671
675
|
var completeSegmentFunction = 'function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}';
|
|
672
676
|
var completeBoundaryFunction = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}';
|
|
673
|
-
var clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.
|
|
677
|
+
var clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}';
|
|
674
678
|
var completeSegmentScript1Full = stringToPrecomputedChunk(completeSegmentFunction + ';$RS("');
|
|
675
679
|
var completeSegmentScript1Partial = stringToPrecomputedChunk('$RS("');
|
|
676
680
|
var completeSegmentScript2 = stringToPrecomputedChunk('","');
|
|
@@ -875,6 +879,14 @@ function readContext(context) {
|
|
|
875
879
|
return value;
|
|
876
880
|
}
|
|
877
881
|
|
|
882
|
+
var currentRequest = null;
|
|
883
|
+
function prepareToUseHooksForRequest(request) {
|
|
884
|
+
currentRequest = request;
|
|
885
|
+
}
|
|
886
|
+
function resetHooksForRequest() {
|
|
887
|
+
currentRequest = null;
|
|
888
|
+
}
|
|
889
|
+
|
|
878
890
|
function readContext$1(context) {
|
|
879
891
|
{
|
|
880
892
|
if (context.$$typeof !== REACT_SERVER_CONTEXT_TYPE) {
|
|
@@ -923,7 +935,7 @@ var Dispatcher = {
|
|
|
923
935
|
useLayoutEffect: unsupportedHook,
|
|
924
936
|
useImperativeHandle: unsupportedHook,
|
|
925
937
|
useEffect: unsupportedHook,
|
|
926
|
-
useId:
|
|
938
|
+
useId: useId,
|
|
927
939
|
useMutableSource: unsupportedHook,
|
|
928
940
|
useSyncExternalStore: unsupportedHook,
|
|
929
941
|
useCacheRefresh: function () {
|
|
@@ -950,6 +962,16 @@ function getCurrentCache() {
|
|
|
950
962
|
return currentCache;
|
|
951
963
|
}
|
|
952
964
|
|
|
965
|
+
function useId() {
|
|
966
|
+
if (currentRequest === null) {
|
|
967
|
+
throw new Error('useId can only be used while React is rendering');
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
var id = currentRequest.identifierCount++; // use 'S' for Flight components to distinguish from 'R' and 'r' in Fizz/Client
|
|
971
|
+
|
|
972
|
+
return ':' + currentRequest.identifierPrefix + 'S' + id.toString(32) + ':';
|
|
973
|
+
}
|
|
974
|
+
|
|
953
975
|
var ContextRegistry = ReactSharedInternals.ContextRegistry;
|
|
954
976
|
function getOrCreateServerContext(globalName) {
|
|
955
977
|
if (!ContextRegistry[globalName]) {
|
|
@@ -968,7 +990,7 @@ function defaultErrorHandler(error) {
|
|
|
968
990
|
var OPEN = 0;
|
|
969
991
|
var CLOSING = 1;
|
|
970
992
|
var CLOSED = 2;
|
|
971
|
-
function createRequest(model, bundlerConfig, onError, context) {
|
|
993
|
+
function createRequest(model, bundlerConfig, onError, context, identifierPrefix) {
|
|
972
994
|
var pingedSegments = [];
|
|
973
995
|
var request = {
|
|
974
996
|
status: OPEN,
|
|
@@ -985,6 +1007,8 @@ function createRequest(model, bundlerConfig, onError, context) {
|
|
|
985
1007
|
writtenSymbols: new Map(),
|
|
986
1008
|
writtenModules: new Map(),
|
|
987
1009
|
writtenProviders: new Map(),
|
|
1010
|
+
identifierPrefix: identifierPrefix || '',
|
|
1011
|
+
identifierCount: 1,
|
|
988
1012
|
onError: onError === undefined ? defaultErrorHandler : onError,
|
|
989
1013
|
toJSON: function (key, value) {
|
|
990
1014
|
return resolveModelToJSON(request, this, key, value);
|
|
@@ -1597,6 +1621,7 @@ function performWork(request) {
|
|
|
1597
1621
|
var prevCache = getCurrentCache();
|
|
1598
1622
|
ReactCurrentDispatcher.current = Dispatcher;
|
|
1599
1623
|
setCurrentCache(request.cache);
|
|
1624
|
+
prepareToUseHooksForRequest(request);
|
|
1600
1625
|
|
|
1601
1626
|
try {
|
|
1602
1627
|
var pingedSegments = request.pingedSegments;
|
|
@@ -1616,6 +1641,7 @@ function performWork(request) {
|
|
|
1616
1641
|
} finally {
|
|
1617
1642
|
ReactCurrentDispatcher.current = prevDispatcher;
|
|
1618
1643
|
setCurrentCache(prevCache);
|
|
1644
|
+
resetHooksForRequest();
|
|
1619
1645
|
}
|
|
1620
1646
|
}
|
|
1621
1647
|
|
|
@@ -1741,9 +1767,20 @@ function importServerContexts(contexts) {
|
|
|
1741
1767
|
return rootContextSnapshot;
|
|
1742
1768
|
}
|
|
1743
1769
|
|
|
1744
|
-
function renderToReadableStream(model, options
|
|
1745
|
-
var request = createRequest(
|
|
1746
|
-
|
|
1770
|
+
function renderToReadableStream(model, options) {
|
|
1771
|
+
var request = createRequest( // Wrap root in a dummy element that simply adds a flag
|
|
1772
|
+
// to the current dispatcher to check later in the proxies.
|
|
1773
|
+
assign({}, model, {
|
|
1774
|
+
$$typeof: Symbol.for('react.element'),
|
|
1775
|
+
props: {
|
|
1776
|
+
children: model
|
|
1777
|
+
},
|
|
1778
|
+
type: function () {
|
|
1779
|
+
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher.current.isRsc = true;
|
|
1780
|
+
return model;
|
|
1781
|
+
}
|
|
1782
|
+
}), {}, // Manifest, not used
|
|
1783
|
+
options ? options.onError : undefined, options ? options.context : undefined, options ? options.identifierPrefix : undefined);
|
|
1747
1784
|
var stream = new ReadableStream({
|
|
1748
1785
|
type: 'bytes',
|
|
1749
1786
|
start: function (controller) {
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
import { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, createServerContext } from 'react';
|
|
12
12
|
import { TextEncoder } from 'util';
|
|
13
13
|
|
|
14
|
+
var assign = Object.assign;
|
|
15
|
+
|
|
14
16
|
var ReactSharedInternals = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
15
17
|
|
|
16
18
|
function error(format) {
|
|
@@ -603,10 +605,12 @@ var startPendingSuspenseBoundary1 = stringToPrecomputedChunk('<!--$?--><template
|
|
|
603
605
|
var startPendingSuspenseBoundary2 = stringToPrecomputedChunk('"></template>');
|
|
604
606
|
var startClientRenderedSuspenseBoundary = stringToPrecomputedChunk('<!--$!-->');
|
|
605
607
|
var endSuspenseBoundary = stringToPrecomputedChunk('<!--/$-->');
|
|
606
|
-
var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template
|
|
607
|
-
var
|
|
608
|
-
var
|
|
609
|
-
var
|
|
608
|
+
var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template');
|
|
609
|
+
var clientRenderedSuspenseBoundaryErrorAttrInterstitial = stringToPrecomputedChunk('"');
|
|
610
|
+
var clientRenderedSuspenseBoundaryError1A = stringToPrecomputedChunk(' data-dgst="');
|
|
611
|
+
var clientRenderedSuspenseBoundaryError1B = stringToPrecomputedChunk(' data-msg="');
|
|
612
|
+
var clientRenderedSuspenseBoundaryError1C = stringToPrecomputedChunk(' data-stck="');
|
|
613
|
+
var clientRenderedSuspenseBoundaryError2 = stringToPrecomputedChunk('></template>');
|
|
610
614
|
var startSegmentHTML = stringToPrecomputedChunk('<div hidden id="');
|
|
611
615
|
var startSegmentHTML2 = stringToPrecomputedChunk('">');
|
|
612
616
|
var endSegmentHTML = stringToPrecomputedChunk('</div>');
|
|
@@ -636,7 +640,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
636
640
|
// const SUSPENSE_PENDING_START_DATA = '$?';
|
|
637
641
|
// const SUSPENSE_FALLBACK_START_DATA = '$!';
|
|
638
642
|
//
|
|
639
|
-
// function clientRenderBoundary(suspenseBoundaryID,
|
|
643
|
+
// function clientRenderBoundary(suspenseBoundaryID, errorDigest, errorMsg, errorComponentStack) {
|
|
640
644
|
// // Find the fallback's first element.
|
|
641
645
|
// const suspenseIdNode = document.getElementById(suspenseBoundaryID);
|
|
642
646
|
// if (!suspenseIdNode) {
|
|
@@ -650,9 +654,9 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
650
654
|
// suspenseNode.data = SUSPENSE_FALLBACK_START_DATA;
|
|
651
655
|
// // assign error metadata to first sibling
|
|
652
656
|
// let dataset = suspenseIdNode.dataset;
|
|
653
|
-
// if (
|
|
657
|
+
// if (errorDigest) dataset.dgst = errorDigest;
|
|
654
658
|
// if (errorMsg) dataset.msg = errorMsg;
|
|
655
|
-
// if (errorComponentStack) dataset.
|
|
659
|
+
// if (errorComponentStack) dataset.stck = errorComponentStack;
|
|
656
660
|
// // Tell React to retry it if the parent already hydrated.
|
|
657
661
|
// if (suspenseNode._reactRetry) {
|
|
658
662
|
// suspenseNode._reactRetry();
|
|
@@ -736,7 +740,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
|
|
|
736
740
|
|
|
737
741
|
var completeSegmentFunction = 'function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}';
|
|
738
742
|
var completeBoundaryFunction = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}';
|
|
739
|
-
var clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.
|
|
743
|
+
var clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}';
|
|
740
744
|
var completeSegmentScript1Full = stringToPrecomputedChunk(completeSegmentFunction + ';$RS("');
|
|
741
745
|
var completeSegmentScript1Partial = stringToPrecomputedChunk('$RS("');
|
|
742
746
|
var completeSegmentScript2 = stringToPrecomputedChunk('","');
|
|
@@ -941,6 +945,14 @@ function readContext(context) {
|
|
|
941
945
|
return value;
|
|
942
946
|
}
|
|
943
947
|
|
|
948
|
+
var currentRequest = null;
|
|
949
|
+
function prepareToUseHooksForRequest(request) {
|
|
950
|
+
currentRequest = request;
|
|
951
|
+
}
|
|
952
|
+
function resetHooksForRequest() {
|
|
953
|
+
currentRequest = null;
|
|
954
|
+
}
|
|
955
|
+
|
|
944
956
|
function readContext$1(context) {
|
|
945
957
|
{
|
|
946
958
|
if (context.$$typeof !== REACT_SERVER_CONTEXT_TYPE) {
|
|
@@ -989,7 +1001,7 @@ var Dispatcher = {
|
|
|
989
1001
|
useLayoutEffect: unsupportedHook,
|
|
990
1002
|
useImperativeHandle: unsupportedHook,
|
|
991
1003
|
useEffect: unsupportedHook,
|
|
992
|
-
useId:
|
|
1004
|
+
useId: useId,
|
|
993
1005
|
useMutableSource: unsupportedHook,
|
|
994
1006
|
useSyncExternalStore: unsupportedHook,
|
|
995
1007
|
useCacheRefresh: function () {
|
|
@@ -1016,6 +1028,16 @@ function getCurrentCache() {
|
|
|
1016
1028
|
return currentCache;
|
|
1017
1029
|
}
|
|
1018
1030
|
|
|
1031
|
+
function useId() {
|
|
1032
|
+
if (currentRequest === null) {
|
|
1033
|
+
throw new Error('useId can only be used while React is rendering');
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
var id = currentRequest.identifierCount++; // use 'S' for Flight components to distinguish from 'R' and 'r' in Fizz/Client
|
|
1037
|
+
|
|
1038
|
+
return ':' + currentRequest.identifierPrefix + 'S' + id.toString(32) + ':';
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1019
1041
|
var ContextRegistry = ReactSharedInternals.ContextRegistry;
|
|
1020
1042
|
function getOrCreateServerContext(globalName) {
|
|
1021
1043
|
if (!ContextRegistry[globalName]) {
|
|
@@ -1034,7 +1056,7 @@ function defaultErrorHandler(error) {
|
|
|
1034
1056
|
var OPEN = 0;
|
|
1035
1057
|
var CLOSING = 1;
|
|
1036
1058
|
var CLOSED = 2;
|
|
1037
|
-
function createRequest(model, bundlerConfig, onError, context) {
|
|
1059
|
+
function createRequest(model, bundlerConfig, onError, context, identifierPrefix) {
|
|
1038
1060
|
var pingedSegments = [];
|
|
1039
1061
|
var request = {
|
|
1040
1062
|
status: OPEN,
|
|
@@ -1051,6 +1073,8 @@ function createRequest(model, bundlerConfig, onError, context) {
|
|
|
1051
1073
|
writtenSymbols: new Map(),
|
|
1052
1074
|
writtenModules: new Map(),
|
|
1053
1075
|
writtenProviders: new Map(),
|
|
1076
|
+
identifierPrefix: identifierPrefix || '',
|
|
1077
|
+
identifierCount: 1,
|
|
1054
1078
|
onError: onError === undefined ? defaultErrorHandler : onError,
|
|
1055
1079
|
toJSON: function (key, value) {
|
|
1056
1080
|
return resolveModelToJSON(request, this, key, value);
|
|
@@ -1663,6 +1687,7 @@ function performWork(request) {
|
|
|
1663
1687
|
var prevCache = getCurrentCache();
|
|
1664
1688
|
ReactCurrentDispatcher.current = Dispatcher;
|
|
1665
1689
|
setCurrentCache(request.cache);
|
|
1690
|
+
prepareToUseHooksForRequest(request);
|
|
1666
1691
|
|
|
1667
1692
|
try {
|
|
1668
1693
|
var pingedSegments = request.pingedSegments;
|
|
@@ -1682,6 +1707,7 @@ function performWork(request) {
|
|
|
1682
1707
|
} finally {
|
|
1683
1708
|
ReactCurrentDispatcher.current = prevDispatcher;
|
|
1684
1709
|
setCurrentCache(prevCache);
|
|
1710
|
+
resetHooksForRequest();
|
|
1685
1711
|
}
|
|
1686
1712
|
}
|
|
1687
1713
|
|
|
@@ -1815,9 +1841,20 @@ function createDrainHandler(destination, request) {
|
|
|
1815
1841
|
};
|
|
1816
1842
|
}
|
|
1817
1843
|
|
|
1818
|
-
function renderToPipeableStream(model, options
|
|
1819
|
-
var request = createRequest(
|
|
1820
|
-
|
|
1844
|
+
function renderToPipeableStream(model, options) {
|
|
1845
|
+
var request = createRequest( // Wrap root in a dummy element that simply adds a flag
|
|
1846
|
+
// to the current dispatcher to check later in the proxies.
|
|
1847
|
+
assign({}, model, {
|
|
1848
|
+
$$typeof: Symbol.for('react.element'),
|
|
1849
|
+
props: {
|
|
1850
|
+
children: model
|
|
1851
|
+
},
|
|
1852
|
+
type: function () {
|
|
1853
|
+
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher.current.isRsc = true;
|
|
1854
|
+
return model;
|
|
1855
|
+
}
|
|
1856
|
+
}), {}, // Manifest, not used
|
|
1857
|
+
options ? options.onError : undefined, options ? options.context : undefined, options ? options.identifierPrefix : undefined);
|
|
1821
1858
|
var hasStartedFlowing = false;
|
|
1822
1859
|
startWork(request);
|
|
1823
1860
|
return {
|
package/client.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/esnext/client';
|
package/client.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/esnext/client';
|
package/config.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/esnext/config';
|
package/config.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/esnext/config';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CartEstimatedCost } from './CartEstimatedCost.client';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { CartEstimatedCost } from './CartEstimatedCost.client';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function DevTools(): JSX.Element | null;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import React, { useEffect, useState, useCallback } from 'react';
|
|
2
|
-
export default function DevTools() {
|
|
3
|
-
const [warnings, setWarnings] = useState(null);
|
|
4
|
-
const [open, setOpen] = useState(false);
|
|
5
|
-
const [activePanel, setActivePanel] = useState('warnings');
|
|
6
|
-
const toggleOpen = useCallback(() => setOpen((state) => !state), []);
|
|
7
|
-
const [hasMounted, setHasMounted] = React.useState(false);
|
|
8
|
-
useEffect(() => {
|
|
9
|
-
setHasMounted(true);
|
|
10
|
-
if (import.meta.hot) {
|
|
11
|
-
import.meta.hot.on('hydrogen', ({ type, data }) => {
|
|
12
|
-
if (type === 'warn') {
|
|
13
|
-
setWarnings((state) => [...(state || []), data]);
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
}, []);
|
|
18
|
-
const perfData = performance.getEntriesByType('navigation');
|
|
19
|
-
const entry = perfData[0];
|
|
20
|
-
let activePanelContent = null;
|
|
21
|
-
switch (activePanel) {
|
|
22
|
-
case 'warnings': {
|
|
23
|
-
const warningsMarkup = warnings
|
|
24
|
-
? warnings.map((war, i) => React.createElement("li", { key: war + i }, war)) // eslint-disable-line react/no-array-index-key
|
|
25
|
-
: null;
|
|
26
|
-
activePanelContent = (React.createElement(React.Fragment, null,
|
|
27
|
-
React.createElement(PanelHeading, null, "Overfetched graphQL fields"),
|
|
28
|
-
React.createElement("ul", { style: {
|
|
29
|
-
fontFamily: 'monospace',
|
|
30
|
-
paddingTop: '1em',
|
|
31
|
-
fontSize: '0.9em',
|
|
32
|
-
} }, warningsMarkup)));
|
|
33
|
-
break;
|
|
34
|
-
}
|
|
35
|
-
case 'network':
|
|
36
|
-
activePanelContent = (React.createElement(React.Fragment, null,
|
|
37
|
-
React.createElement(PanelHeading, null, "Metrics"),
|
|
38
|
-
React.createElement("ul", { style: {
|
|
39
|
-
fontFamily: 'monospace',
|
|
40
|
-
paddingTop: '1em',
|
|
41
|
-
fontSize: '0.9em',
|
|
42
|
-
} }, Object.entries(entry.toJSON())
|
|
43
|
-
.filter(([key]) => ['duration', 'domInteractive'].includes(key))
|
|
44
|
-
.map(([key, value]) => (React.createElement("li", { key: key },
|
|
45
|
-
React.createElement("strong", null, key),
|
|
46
|
-
" ",
|
|
47
|
-
(value / 1000).toFixed(2),
|
|
48
|
-
"s"))))));
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
const buttonText = (React.createElement("svg", { style: {
|
|
52
|
-
height: '3em',
|
|
53
|
-
width: '3em',
|
|
54
|
-
}, width: "131", height: "130", viewBox: "0 0 131 130", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
55
|
-
React.createElement("path", { d: "M64.9548 106.281L27.1377 86.1894L40.0714 79.3723L54.6329 87.1049L66.851 80.6638L52.2895 72.9313L65.2231 66.0979L103.04 86.1894L90.1065 93.0064L76.35 85.6989L64.114 92.1563L77.8884 99.4638L64.9548 106.281Z", fill: "white" }),
|
|
56
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M65.2247 25L105.178 46.2267L90.105 54.1716L76.3488 46.8642L66.2525 52.1924L80.028 59.5005L64.9532 67.446L25 46.2196L40.0734 38.2748L54.6349 46.0073L64.713 40.6944L50.1533 32.9628L65.2247 25ZM54.4262 32.9673L68.9896 40.7008L54.6315 48.27L40.0699 40.5374L29.276 46.2267L64.9569 65.1833L75.7495 59.4947L61.9761 52.1878L76.3518 44.6012L90.1087 51.9088L100.902 46.2196L65.2221 27.2634L54.4262 32.9673Z", fill: "white" })));
|
|
57
|
-
if (import.meta.env.DEV && hasMounted) {
|
|
58
|
-
return (React.createElement("div", { id: "hydrogen-dev-tools", style: {
|
|
59
|
-
position: 'fixed',
|
|
60
|
-
right: open ? 0 : '2em',
|
|
61
|
-
left: open ? 0 : '2em',
|
|
62
|
-
bottom: open ? 0 : '-2em',
|
|
63
|
-
borderRadius: open ? 0 : '2em',
|
|
64
|
-
top: '100%',
|
|
65
|
-
zIndex: 10000,
|
|
66
|
-
display: 'flex',
|
|
67
|
-
flexDirection: 'column',
|
|
68
|
-
overflow: 'hidden',
|
|
69
|
-
height: open ? '75%' : '4em',
|
|
70
|
-
transform: open ? 'translateY(-100%)' : 'translateY(-5em)',
|
|
71
|
-
} },
|
|
72
|
-
React.createElement("button", { style: {
|
|
73
|
-
position: 'absolute',
|
|
74
|
-
top: '0.35em',
|
|
75
|
-
right: '1em',
|
|
76
|
-
overflow: 'hidden',
|
|
77
|
-
zIndex: 10,
|
|
78
|
-
}, onClick: toggleOpen }, buttonText),
|
|
79
|
-
React.createElement("div", { style: {
|
|
80
|
-
overflow: 'scroll',
|
|
81
|
-
color: 'white',
|
|
82
|
-
height: '100%',
|
|
83
|
-
padding: '2em',
|
|
84
|
-
background: 'rgba(0, 0, 0, 0.95)',
|
|
85
|
-
borderRadius: open ? 0 : '2em',
|
|
86
|
-
} },
|
|
87
|
-
React.createElement("div", { style: {
|
|
88
|
-
position: 'absolute',
|
|
89
|
-
padding: '1.2em 2em',
|
|
90
|
-
top: 0,
|
|
91
|
-
left: '-0.5em',
|
|
92
|
-
right: 0,
|
|
93
|
-
background: 'rgba(0, 0, 0, 0.95)',
|
|
94
|
-
borderRadius: open ? 0 : '2em',
|
|
95
|
-
display: 'flex',
|
|
96
|
-
alignItems: 'center',
|
|
97
|
-
} },
|
|
98
|
-
warnings && warnings.length > 0 && (React.createElement("button", { onClick: () => {
|
|
99
|
-
setOpen(true);
|
|
100
|
-
setActivePanel('warnings');
|
|
101
|
-
}, style: {
|
|
102
|
-
margin: '0 0.5em',
|
|
103
|
-
textDecoration: open && activePanel === 'warnings' ? 'underline' : 'none',
|
|
104
|
-
} },
|
|
105
|
-
"Warnings",
|
|
106
|
-
' ',
|
|
107
|
-
warnings && (React.createElement("strong", { style: {
|
|
108
|
-
borderRadius: '2em',
|
|
109
|
-
padding: '.25em 0.5em',
|
|
110
|
-
background: 'white',
|
|
111
|
-
margin: '0 0.25em',
|
|
112
|
-
color: 'black',
|
|
113
|
-
textAlign: 'center',
|
|
114
|
-
} }, warnings.length)))),
|
|
115
|
-
React.createElement("button", { onClick: () => {
|
|
116
|
-
setOpen(true);
|
|
117
|
-
setActivePanel('network');
|
|
118
|
-
}, disabled: activePanel === 'network', style: {
|
|
119
|
-
margin: '0 0.5em',
|
|
120
|
-
textDecoration: open && activePanel === 'network' ? 'underline' : 'none',
|
|
121
|
-
} }, "Network")),
|
|
122
|
-
React.createElement("div", { style: { paddingTop: '2em' } }, activePanelContent))));
|
|
123
|
-
}
|
|
124
|
-
return null;
|
|
125
|
-
}
|
|
126
|
-
const PanelHeading = ({ children }) => (React.createElement("h1", { style: {
|
|
127
|
-
paddingTop: '1em',
|
|
128
|
-
fontWeight: 'bold',
|
|
129
|
-
} }, children));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function request(requestUrl: string, requestHeader: Headers, data?: any, contentType?: string): void;
|