@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,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logServerResponse = exports.setLogger = exports.log = exports.getLoggerWithContext = void 0;
|
|
4
|
-
const kolorist_1 = require("kolorist");
|
|
5
|
-
const timing_1 = require("../timing");
|
|
6
|
-
const utils_1 = require("./utils");
|
|
7
|
-
const defaultLogger = {
|
|
8
|
-
trace(context, ...args) {
|
|
9
|
-
// Re-enable following line to show trace debugging information
|
|
10
|
-
// console.log(context.id, ...args);
|
|
11
|
-
},
|
|
12
|
-
debug(context, ...args) {
|
|
13
|
-
console.log(...args);
|
|
14
|
-
},
|
|
15
|
-
warn(context, ...args) {
|
|
16
|
-
console.warn((0, kolorist_1.yellow)('WARN: '), ...args);
|
|
17
|
-
},
|
|
18
|
-
error(context, ...args) {
|
|
19
|
-
console.error((0, kolorist_1.red)('ERROR: '), ...args);
|
|
20
|
-
},
|
|
21
|
-
fatal(context, ...args) {
|
|
22
|
-
console.error((0, kolorist_1.red)('FATAL: '), ...args);
|
|
23
|
-
},
|
|
24
|
-
options: () => ({}),
|
|
25
|
-
};
|
|
26
|
-
let currentLogger = defaultLogger;
|
|
27
|
-
function doLog(method, request, ...args) {
|
|
28
|
-
var _a, _b, _c;
|
|
29
|
-
const maybePromise = currentLogger[method](request, ...args);
|
|
30
|
-
if (maybePromise instanceof Promise) {
|
|
31
|
-
(_c = (_b = (_a = request === null || request === void 0 ? void 0 : request.ctx) === null || _a === void 0 ? void 0 : _a.runtime) === null || _b === void 0 ? void 0 : _b.waitUntil) === null || _c === void 0 ? void 0 : _c.call(_b, maybePromise);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
function getLoggerWithContext(context) {
|
|
35
|
-
return {
|
|
36
|
-
trace: (...args) => doLog('trace', context, ...args),
|
|
37
|
-
debug: (...args) => doLog('debug', context, ...args),
|
|
38
|
-
warn: (...args) => doLog('warn', context, ...args),
|
|
39
|
-
error: (...args) => doLog('error', context, ...args),
|
|
40
|
-
fatal: (...args) => doLog('fatal', context, ...args),
|
|
41
|
-
options: () => currentLogger.options(),
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
exports.getLoggerWithContext = getLoggerWithContext;
|
|
45
|
-
exports.log = getLoggerWithContext({});
|
|
46
|
-
function setLogger(config) {
|
|
47
|
-
if (!config) {
|
|
48
|
-
currentLogger = defaultLogger;
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
const options = {};
|
|
52
|
-
currentLogger = { ...defaultLogger, ...config, options: () => options };
|
|
53
|
-
for (const key of Object.keys(config)) {
|
|
54
|
-
if (!(key in defaultLogger)) {
|
|
55
|
-
delete currentLogger[key];
|
|
56
|
-
options[key] = config[key];
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.setLogger = setLogger;
|
|
61
|
-
const SERVER_RESPONSE_MAP = {
|
|
62
|
-
str: 'streaming SSR',
|
|
63
|
-
rsc: 'Server Components',
|
|
64
|
-
ssr: 'buffered SSR',
|
|
65
|
-
};
|
|
66
|
-
function logServerResponse(type, request, responseStatus) {
|
|
67
|
-
const log = getLoggerWithContext(request);
|
|
68
|
-
const coloredResponseStatus = responseStatus >= 500
|
|
69
|
-
? (0, kolorist_1.red)(responseStatus)
|
|
70
|
-
: responseStatus >= 400
|
|
71
|
-
? (0, kolorist_1.yellow)(responseStatus)
|
|
72
|
-
: responseStatus >= 300
|
|
73
|
-
? (0, kolorist_1.lightBlue)(responseStatus)
|
|
74
|
-
: (0, kolorist_1.green)(responseStatus);
|
|
75
|
-
const fullType = SERVER_RESPONSE_MAP[type] || type;
|
|
76
|
-
const styledType = (0, kolorist_1.italic)(fullType.padEnd(17));
|
|
77
|
-
const paddedTiming = (((0, timing_1.getTime)() - request.time).toFixed(2) + ' ms').padEnd(10);
|
|
78
|
-
const url = (0, utils_1.parseUrl)(type, request.url);
|
|
79
|
-
log.debug(`${request.method} ${styledType} ${coloredResponseStatus} ${paddedTiming} ${url}`);
|
|
80
|
-
}
|
|
81
|
-
exports.logServerResponse = logServerResponse;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseUrl = exports.findQueryName = void 0;
|
|
4
|
-
function findQueryName(key) {
|
|
5
|
-
const decodeKey = decodeURIComponent(key);
|
|
6
|
-
if (key.length < 100) {
|
|
7
|
-
return key.replace('"__QUERY_CACHE_ID__"', '').replace(/"/g, '');
|
|
8
|
-
}
|
|
9
|
-
const match = decodeKey.match(/query ([^\s()]*)\s?(|\(\{)/);
|
|
10
|
-
if (match && match.length > 1) {
|
|
11
|
-
return match[1];
|
|
12
|
-
}
|
|
13
|
-
return '<unknown>';
|
|
14
|
-
}
|
|
15
|
-
exports.findQueryName = findQueryName;
|
|
16
|
-
function parseUrl(type, url) {
|
|
17
|
-
return type === 'rsc'
|
|
18
|
-
? decodeURIComponent(url.substring(url.indexOf('=') + 1))
|
|
19
|
-
: url;
|
|
20
|
-
}
|
|
21
|
-
exports.parseUrl = parseUrl;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TokensToRegexpOptions } from 'path-to-regexp';
|
|
2
|
-
interface MatchPathOptions extends TokensToRegexpOptions {
|
|
3
|
-
path?: string;
|
|
4
|
-
exact?: boolean;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Public API for matching a URL pathname to a path.
|
|
8
|
-
*/
|
|
9
|
-
export declare function matchPath(pathname: string, options?: MatchPathOptions): any;
|
|
10
|
-
export {};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.matchPath = void 0;
|
|
4
|
-
const path_to_regexp_1 = require("path-to-regexp");
|
|
5
|
-
// Modified from React Router v5
|
|
6
|
-
// https://github.com/remix-run/react-router/blob/v5/packages/react-router/modules/matchPath.js
|
|
7
|
-
const cache = {};
|
|
8
|
-
const cacheLimit = 10000;
|
|
9
|
-
let cacheCount = 0;
|
|
10
|
-
function compilePath(path, options) {
|
|
11
|
-
const cacheKey = `${options.end}${options.strict}${options.sensitive}`;
|
|
12
|
-
const pathCache = cache[cacheKey] || (cache[cacheKey] = {});
|
|
13
|
-
if (pathCache[path])
|
|
14
|
-
return pathCache[path];
|
|
15
|
-
const keys = [];
|
|
16
|
-
const regexp = (0, path_to_regexp_1.pathToRegexp)(path, keys, options);
|
|
17
|
-
const result = { regexp, keys };
|
|
18
|
-
if (cacheCount < cacheLimit) {
|
|
19
|
-
pathCache[path] = result;
|
|
20
|
-
cacheCount++;
|
|
21
|
-
}
|
|
22
|
-
return result;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Public API for matching a URL pathname to a path.
|
|
26
|
-
*/
|
|
27
|
-
function matchPath(pathname, options = {}) {
|
|
28
|
-
const { path, exact = false, strict = false, sensitive = false } = options;
|
|
29
|
-
const paths = [].concat(path);
|
|
30
|
-
return paths.reduce((matched, path) => {
|
|
31
|
-
if (!path && path !== '')
|
|
32
|
-
return null;
|
|
33
|
-
if (matched)
|
|
34
|
-
return matched;
|
|
35
|
-
const { regexp, keys } = compilePath(path, {
|
|
36
|
-
end: exact,
|
|
37
|
-
strict,
|
|
38
|
-
sensitive,
|
|
39
|
-
});
|
|
40
|
-
const match = regexp.exec(pathname);
|
|
41
|
-
if (!match)
|
|
42
|
-
return null;
|
|
43
|
-
const [url, ...values] = match;
|
|
44
|
-
const isExact = pathname === url;
|
|
45
|
-
if (exact && !isExact)
|
|
46
|
-
return null;
|
|
47
|
-
return {
|
|
48
|
-
path,
|
|
49
|
-
url: path === '/' && url === '' ? '/' : url,
|
|
50
|
-
isExact,
|
|
51
|
-
params: keys.reduce((memo, key, index) => {
|
|
52
|
-
memo[key.name] = values[index];
|
|
53
|
-
return memo;
|
|
54
|
-
}, {}),
|
|
55
|
-
};
|
|
56
|
-
}, null);
|
|
57
|
-
}
|
|
58
|
-
exports.matchPath = matchPath;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { Measurement } from '../types';
|
|
2
|
-
export declare function getMeasurementAsString(measurement: Measurement, locale?: string, options?: Intl.NumberFormatOptions): string;
|
|
3
|
-
export declare function getMeasurementAsParts(measurement: Measurement, locale?: string, options?: Intl.NumberFormatOptions): Intl.NumberFormatPart[];
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getMeasurementAsParts = exports.getMeasurementAsString = void 0;
|
|
4
|
-
const UNIT_MAPPING = {
|
|
5
|
-
// Dimension
|
|
6
|
-
mm: 'millimeter',
|
|
7
|
-
cm: 'centimeter',
|
|
8
|
-
m: 'meter',
|
|
9
|
-
in: 'inch',
|
|
10
|
-
ft: 'foot',
|
|
11
|
-
yd: 'yard',
|
|
12
|
-
// Volume
|
|
13
|
-
ml: 'milliliter',
|
|
14
|
-
l: 'liter',
|
|
15
|
-
us_fl_oz: 'fluid-ounce',
|
|
16
|
-
us_gal: 'gallon',
|
|
17
|
-
// Weight
|
|
18
|
-
kg: 'kilogram',
|
|
19
|
-
g: 'gram',
|
|
20
|
-
lb: 'pound',
|
|
21
|
-
oz: 'ounce',
|
|
22
|
-
};
|
|
23
|
-
function getMeasurementAsString(measurement, locale = 'en-us', options = {}) {
|
|
24
|
-
let measure = {
|
|
25
|
-
value: measurement.value,
|
|
26
|
-
unit: UNIT_MAPPING[measurement.unit],
|
|
27
|
-
};
|
|
28
|
-
if (measure.unit == null) {
|
|
29
|
-
measure = convertToSupportedUnit(measurement.value, measurement.unit);
|
|
30
|
-
}
|
|
31
|
-
return new Intl.NumberFormat(locale, {
|
|
32
|
-
...options,
|
|
33
|
-
unit: measure.unit,
|
|
34
|
-
style: 'unit',
|
|
35
|
-
}).format(measure.value);
|
|
36
|
-
}
|
|
37
|
-
exports.getMeasurementAsString = getMeasurementAsString;
|
|
38
|
-
function getMeasurementAsParts(measurement, locale = 'en-us', options = {}) {
|
|
39
|
-
let measure = {
|
|
40
|
-
value: measurement.value,
|
|
41
|
-
unit: UNIT_MAPPING[measurement.unit],
|
|
42
|
-
};
|
|
43
|
-
if (measure.unit == null) {
|
|
44
|
-
measure = convertToSupportedUnit(measurement.value, measurement.unit);
|
|
45
|
-
}
|
|
46
|
-
return new Intl.NumberFormat(locale, {
|
|
47
|
-
...options,
|
|
48
|
-
unit: measure.unit,
|
|
49
|
-
style: 'unit',
|
|
50
|
-
}).formatToParts(measure.value);
|
|
51
|
-
}
|
|
52
|
-
exports.getMeasurementAsParts = getMeasurementAsParts;
|
|
53
|
-
function convertToSupportedUnit(value, unit) {
|
|
54
|
-
switch (unit) {
|
|
55
|
-
case 'cl':
|
|
56
|
-
return {
|
|
57
|
-
value: value / 1000,
|
|
58
|
-
unit: 'liter',
|
|
59
|
-
};
|
|
60
|
-
case 'm3':
|
|
61
|
-
return {
|
|
62
|
-
value: value * 1000,
|
|
63
|
-
unit: 'liter',
|
|
64
|
-
};
|
|
65
|
-
case 'us_pt':
|
|
66
|
-
return {
|
|
67
|
-
value: value * 0.125,
|
|
68
|
-
unit: 'gallon',
|
|
69
|
-
};
|
|
70
|
-
case 'us_qt':
|
|
71
|
-
return {
|
|
72
|
-
value: value * 0.5,
|
|
73
|
-
unit: 'gallon',
|
|
74
|
-
};
|
|
75
|
-
case 'us_oz':
|
|
76
|
-
return {
|
|
77
|
-
value: value / 128,
|
|
78
|
-
unit: 'gallon',
|
|
79
|
-
};
|
|
80
|
-
case 'imp_pt':
|
|
81
|
-
return {
|
|
82
|
-
value: value / 6.661,
|
|
83
|
-
unit: 'gallon',
|
|
84
|
-
};
|
|
85
|
-
case 'imp_qt':
|
|
86
|
-
return {
|
|
87
|
-
value: value / 3.331,
|
|
88
|
-
unit: 'gallon',
|
|
89
|
-
};
|
|
90
|
-
case 'imp_gal':
|
|
91
|
-
return {
|
|
92
|
-
value: value / 1.201,
|
|
93
|
-
unit: 'gallon',
|
|
94
|
-
};
|
|
95
|
-
case 'imp_fl_oz':
|
|
96
|
-
return {
|
|
97
|
-
value: value * 0.96076,
|
|
98
|
-
unit: 'fluid-ounce',
|
|
99
|
-
};
|
|
100
|
-
default:
|
|
101
|
-
throw new Error(`Unit not supported: ${unit}`);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function parseJSON(json: any): any;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseJSON = void 0;
|
|
4
|
-
function parseJSON(json) {
|
|
5
|
-
if (String(json).includes('__proto__'))
|
|
6
|
-
return JSON.parse(json, noproto);
|
|
7
|
-
return JSON.parse(json);
|
|
8
|
-
}
|
|
9
|
-
exports.parseJSON = parseJSON;
|
|
10
|
-
function noproto(k, v) {
|
|
11
|
-
if (k !== '__proto__')
|
|
12
|
-
return v;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { parseMetafieldValue } from './parseMetafieldValue';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseMetafieldValue = void 0;
|
|
4
|
-
var parseMetafieldValue_1 = require("./parseMetafieldValue");
|
|
5
|
-
Object.defineProperty(exports, "parseMetafieldValue", { enumerable: true, get: function () { return parseMetafieldValue_1.parseMetafieldValue; } });
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Metafield } from '../../storefront-api-types';
|
|
2
|
-
import type { PartialDeep } from 'type-fest';
|
|
3
|
-
/**
|
|
4
|
-
* The `parseMetafieldValue` function parses a [Metafield](https://shopify.dev/api/storefront/reference/common-objects/metafield)'s `value` from a string into a sensible type corresponding to the [Metafield](https://shopify.dev/api/storefront/reference/common-objects/metafield)'s `type`.
|
|
5
|
-
*/
|
|
6
|
-
export declare function parseMetafieldValue(metafield: PartialDeep<Metafield>): any;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.parseMetafieldValue = void 0;
|
|
4
|
-
const parse_1 = require("../parse");
|
|
5
|
-
/**
|
|
6
|
-
* The `parseMetafieldValue` function parses a [Metafield](https://shopify.dev/api/storefront/reference/common-objects/metafield)'s `value` from a string into a sensible type corresponding to the [Metafield](https://shopify.dev/api/storefront/reference/common-objects/metafield)'s `type`.
|
|
7
|
-
*/
|
|
8
|
-
function parseMetafieldValue(metafield) {
|
|
9
|
-
if (metafield.value == null) {
|
|
10
|
-
return metafield.value;
|
|
11
|
-
}
|
|
12
|
-
switch (metafield.type) {
|
|
13
|
-
case 'boolean':
|
|
14
|
-
return metafield.value == 'true';
|
|
15
|
-
case 'number_integer':
|
|
16
|
-
return parseInt(metafield.value);
|
|
17
|
-
case 'number_decimal':
|
|
18
|
-
return parseFloat(metafield.value);
|
|
19
|
-
case 'date':
|
|
20
|
-
case 'date_time':
|
|
21
|
-
return new Date(metafield.value);
|
|
22
|
-
case 'json':
|
|
23
|
-
case 'weight':
|
|
24
|
-
case 'dimension':
|
|
25
|
-
case 'volume':
|
|
26
|
-
case 'rating':
|
|
27
|
-
return (0, parse_1.parseJSON)(metafield.value);
|
|
28
|
-
case 'color':
|
|
29
|
-
case 'single_line_text_field':
|
|
30
|
-
case 'multi_line_text_field':
|
|
31
|
-
case 'product_reference':
|
|
32
|
-
case 'page_reference':
|
|
33
|
-
case 'variant_reference':
|
|
34
|
-
case 'file_reference':
|
|
35
|
-
case 'url':
|
|
36
|
-
default:
|
|
37
|
-
return metafield.value;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
exports.parseMetafieldValue = parseMetafieldValue;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getStorefrontApiRequestHeaders = void 0;
|
|
4
|
-
/* global Oxygen */
|
|
5
|
-
const constants_1 = require("../constants");
|
|
6
|
-
function getStorefrontApiRequestHeaders({ buyerIp, storefrontToken, }) {
|
|
7
|
-
var _a;
|
|
8
|
-
const headers = {};
|
|
9
|
-
const secretToken = typeof Oxygen !== 'undefined'
|
|
10
|
-
? (_a = Oxygen === null || Oxygen === void 0 ? void 0 : Oxygen.env) === null || _a === void 0 ? void 0 : _a[constants_1.OXYGEN_SECRET_TOKEN_ENVIRONMENT_VARIABLE]
|
|
11
|
-
: null;
|
|
12
|
-
/**
|
|
13
|
-
* Only pass one type of storefront token at a time.
|
|
14
|
-
*/
|
|
15
|
-
if (secretToken) {
|
|
16
|
-
headers[constants_1.STOREFRONT_API_SECRET_TOKEN_HEADER] = secretToken;
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
headers[constants_1.STOREFRONT_API_PUBLIC_TOKEN_HEADER] = storefrontToken;
|
|
20
|
-
}
|
|
21
|
-
if (buyerIp) {
|
|
22
|
-
headers[constants_1.STOREFRONT_API_BUYER_IP_HEADER] = buyerIp;
|
|
23
|
-
}
|
|
24
|
-
return headers;
|
|
25
|
-
}
|
|
26
|
-
exports.getStorefrontApiRequestHeaders = getStorefrontApiRequestHeaders;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { QueryKey } from '../types';
|
|
2
|
-
/**
|
|
3
|
-
* Wrap the fetch promise in a way that React Suspense understands.
|
|
4
|
-
* Essentially, keep throwing something until you have legit data.
|
|
5
|
-
*/
|
|
6
|
-
export declare function wrapPromise<T>(promise: Promise<T>): {
|
|
7
|
-
read: () => T;
|
|
8
|
-
};
|
|
9
|
-
declare type Await<T> = T extends Promise<infer V> ? V : never;
|
|
10
|
-
export declare const suspendFunction: <Fn extends () => Promise<unknown>>(key: QueryKey, fn: Fn) => Await<ReturnType<Fn>>;
|
|
11
|
-
export declare const preloadFunction: (key: QueryKey, fn: () => Promise<unknown>) => unknown;
|
|
12
|
-
export {};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.preloadFunction = exports.suspendFunction = exports.wrapPromise = void 0;
|
|
4
|
-
const hash_1 = require("./hash");
|
|
5
|
-
/**
|
|
6
|
-
* Wrap the fetch promise in a way that React Suspense understands.
|
|
7
|
-
* Essentially, keep throwing something until you have legit data.
|
|
8
|
-
*/
|
|
9
|
-
function wrapPromise(promise) {
|
|
10
|
-
let status = 'pending';
|
|
11
|
-
let response;
|
|
12
|
-
const suspender = promise.then((res) => {
|
|
13
|
-
status = 'success';
|
|
14
|
-
response = res;
|
|
15
|
-
}, (err) => {
|
|
16
|
-
status = 'error';
|
|
17
|
-
response = err;
|
|
18
|
-
});
|
|
19
|
-
const read = () => {
|
|
20
|
-
switch (status) {
|
|
21
|
-
case 'pending':
|
|
22
|
-
throw suspender;
|
|
23
|
-
case 'error':
|
|
24
|
-
throw response;
|
|
25
|
-
default:
|
|
26
|
-
return response;
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
return { read };
|
|
30
|
-
}
|
|
31
|
-
exports.wrapPromise = wrapPromise;
|
|
32
|
-
const browserCache = {};
|
|
33
|
-
/**
|
|
34
|
-
* Perform an async function in a synchronous way for Suspense support.
|
|
35
|
-
* To be used only in the client.
|
|
36
|
-
* Inspired by https://github.com/pmndrs/suspend-react
|
|
37
|
-
*/
|
|
38
|
-
function query(key, fn, preload = false) {
|
|
39
|
-
const stringKey = (0, hash_1.hashKey)(key);
|
|
40
|
-
if (browserCache[stringKey]) {
|
|
41
|
-
const entry = browserCache[stringKey];
|
|
42
|
-
if (preload)
|
|
43
|
-
return undefined;
|
|
44
|
-
if (entry.error)
|
|
45
|
-
throw entry.error;
|
|
46
|
-
if (entry.response)
|
|
47
|
-
return entry.response;
|
|
48
|
-
if (!preload)
|
|
49
|
-
throw entry.promise;
|
|
50
|
-
}
|
|
51
|
-
const entry = {
|
|
52
|
-
promise: fn()
|
|
53
|
-
.then((response) => (entry.response = response))
|
|
54
|
-
.catch((error) => (entry.error = error)),
|
|
55
|
-
};
|
|
56
|
-
browserCache[stringKey] = entry;
|
|
57
|
-
if (!preload)
|
|
58
|
-
throw entry.promise;
|
|
59
|
-
return undefined;
|
|
60
|
-
}
|
|
61
|
-
const suspendFunction = (key, fn) => query(key, fn);
|
|
62
|
-
exports.suspendFunction = suspendFunction;
|
|
63
|
-
const preloadFunction = (key, fn) => query(key, fn, true);
|
|
64
|
-
exports.preloadFunction = preloadFunction;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Strip out script `src` values from <script> tags in a given HTML template.
|
|
3
|
-
* Returns two lists of scripts, split based on whether they are `type="module"`.
|
|
4
|
-
*/
|
|
5
|
-
export declare function stripScriptsFromTemplate(template: string): {
|
|
6
|
-
noScriptTemplate: string;
|
|
7
|
-
bootstrapScripts: string[];
|
|
8
|
-
bootstrapModules: string[];
|
|
9
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.stripScriptsFromTemplate = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Strip out script `src` values from <script> tags in a given HTML template.
|
|
6
|
-
* Returns two lists of scripts, split based on whether they are `type="module"`.
|
|
7
|
-
*/
|
|
8
|
-
function stripScriptsFromTemplate(template) {
|
|
9
|
-
var _a;
|
|
10
|
-
const bootstrapScripts = [];
|
|
11
|
-
const bootstrapModules = [];
|
|
12
|
-
const scripts = template.matchAll(/<script\n*?.+?src="(?<script>([^"]+?))"\n*.*?><\/script>/g);
|
|
13
|
-
for (const match of scripts) {
|
|
14
|
-
const scriptName = (_a = match.groups) === null || _a === void 0 ? void 0 : _a.script;
|
|
15
|
-
if (!scriptName)
|
|
16
|
-
continue;
|
|
17
|
-
if (match[0].includes(`type="module"`)) {
|
|
18
|
-
bootstrapModules.push(scriptName);
|
|
19
|
-
}
|
|
20
|
-
else {
|
|
21
|
-
bootstrapScripts.push(scriptName);
|
|
22
|
-
}
|
|
23
|
-
template = template.replace(match[0], '');
|
|
24
|
-
}
|
|
25
|
-
return { noScriptTemplate: template, bootstrapScripts, bootstrapModules };
|
|
26
|
-
}
|
|
27
|
-
exports.stripScriptsFromTemplate = stripScriptsFromTemplate;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Not all environments have access to Performance.now(). This is to prevent
|
|
3
|
-
* timing side channel attacks.
|
|
4
|
-
*
|
|
5
|
-
* See: https://community.cloudflare.com/t/cloudflare-workers-how-do-i-measure-execution-time-of-my-method/69672
|
|
6
|
-
*/
|
|
7
|
-
export declare function getTime(): number;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getTime = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Not all environments have access to Performance.now(). This is to prevent
|
|
6
|
-
* timing side channel attacks.
|
|
7
|
-
*
|
|
8
|
-
* See: https://community.cloudflare.com/t/cloudflare-workers-how-do-i-measure-execution-time-of-my-method/69672
|
|
9
|
-
*/
|
|
10
|
-
function getTime() {
|
|
11
|
-
if (typeof performance !== 'undefined' && performance.now) {
|
|
12
|
-
return performance.now();
|
|
13
|
-
}
|
|
14
|
-
else {
|
|
15
|
-
return Date.now();
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.getTime = getTime;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
export interface YouTube {
|
|
2
|
-
autoplay?: 0 | 1;
|
|
3
|
-
cc_lang_pref?: string;
|
|
4
|
-
cc_load_policy?: 1;
|
|
5
|
-
color?: 'red' | 'white';
|
|
6
|
-
controls?: 0 | 1;
|
|
7
|
-
disablekb?: 0 | 1;
|
|
8
|
-
enablejsapi?: 0 | 1;
|
|
9
|
-
end?: number;
|
|
10
|
-
fs?: 0 | 1;
|
|
11
|
-
hl?: string;
|
|
12
|
-
iv_load_policy?: 1 | 3;
|
|
13
|
-
list?: string;
|
|
14
|
-
list_type?: 'playlist' | 'user_uploads';
|
|
15
|
-
loop?: 0 | 1;
|
|
16
|
-
modest_branding?: 1;
|
|
17
|
-
origin?: string;
|
|
18
|
-
playlist?: string;
|
|
19
|
-
plays_inline?: 0 | 1;
|
|
20
|
-
rel?: 0 | 1;
|
|
21
|
-
start?: number;
|
|
22
|
-
widget_referrer?: string;
|
|
23
|
-
}
|
|
24
|
-
declare type VimeoBoolean = 0 | 1 | boolean;
|
|
25
|
-
export interface Vimeo {
|
|
26
|
-
autopause?: VimeoBoolean;
|
|
27
|
-
autoplay?: VimeoBoolean;
|
|
28
|
-
background?: VimeoBoolean;
|
|
29
|
-
byline?: VimeoBoolean;
|
|
30
|
-
color?: string;
|
|
31
|
-
controls?: VimeoBoolean;
|
|
32
|
-
dnt?: VimeoBoolean;
|
|
33
|
-
loop?: VimeoBoolean;
|
|
34
|
-
muted?: VimeoBoolean;
|
|
35
|
-
pip?: VimeoBoolean;
|
|
36
|
-
playsinline?: VimeoBoolean;
|
|
37
|
-
portrait?: VimeoBoolean;
|
|
38
|
-
quality?: '240p' | '360p' | '540p' | '720p' | '1080p' | '2k' | '4k';
|
|
39
|
-
speed?: VimeoBoolean;
|
|
40
|
-
'#t'?: string;
|
|
41
|
-
texttrack?: string;
|
|
42
|
-
title?: VimeoBoolean;
|
|
43
|
-
transparent?: VimeoBoolean;
|
|
44
|
-
}
|
|
45
|
-
export declare function addParametersToEmbeddedVideoUrl(url: string, parameters?: YouTube | Vimeo): string;
|
|
46
|
-
export declare function useEmbeddedVideoUrl(url: string, parameters?: YouTube | Vimeo): string;
|
|
47
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useEmbeddedVideoUrl = exports.addParametersToEmbeddedVideoUrl = void 0;
|
|
4
|
-
const react_1 = require("react");
|
|
5
|
-
function addParametersToEmbeddedVideoUrl(url, parameters) {
|
|
6
|
-
if (parameters == null) {
|
|
7
|
-
return url;
|
|
8
|
-
}
|
|
9
|
-
const params = Object.keys(parameters).reduce((accumulator, param) => {
|
|
10
|
-
const value = parameters[param];
|
|
11
|
-
if (value == null) {
|
|
12
|
-
return accumulator;
|
|
13
|
-
}
|
|
14
|
-
return accumulator + `&${param}=${value}`;
|
|
15
|
-
}, '');
|
|
16
|
-
return `${url}?${params}`;
|
|
17
|
-
}
|
|
18
|
-
exports.addParametersToEmbeddedVideoUrl = addParametersToEmbeddedVideoUrl;
|
|
19
|
-
function useEmbeddedVideoUrl(url, parameters) {
|
|
20
|
-
return (0, react_1.useMemo)(() => {
|
|
21
|
-
if (!parameters) {
|
|
22
|
-
return url;
|
|
23
|
-
}
|
|
24
|
-
return addParametersToEmbeddedVideoUrl(url, parameters);
|
|
25
|
-
}, [url, parameters]);
|
|
26
|
-
}
|
|
27
|
-
exports.useEmbeddedVideoUrl = useEmbeddedVideoUrl;
|
package/dist/node/version.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "0.24.0";
|
package/dist/node/version.js
DELETED
package/entry-client.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from './dist/esnext/entry-client';
|
package/entry-client.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from './dist/esnext/entry-client';
|
package/entry-server.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default, AppProps} from './dist/esnext/entry-server';
|
package/entry-server.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from './dist/esnext/entry-server';
|
package/middleware.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './dist/node/framework/middleware';
|
package/middleware.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('./dist/node/framework/middleware');
|
package/plugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {default} from './dist/node/framework/plugin';
|
package/plugin.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('./dist/node/framework/plugin');
|
package/web-polyfills.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require('./dist/node/utilities/web-api-polyfill');
|