@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.
Files changed (664) hide show
  1. package/CHANGELOG.md +218 -0
  2. package/dist/esnext/components/AddToCartButton/AddToCartButton.client.d.ts +2 -5
  3. package/dist/esnext/components/AddToCartButton/AddToCartButton.client.js +15 -14
  4. package/dist/esnext/components/BaseButton/BaseButton.client.d.ts +14 -0
  5. package/dist/esnext/components/BaseButton/BaseButton.client.js +15 -0
  6. package/dist/esnext/components/BaseButton/index.d.ts +1 -0
  7. package/dist/esnext/components/BaseButton/index.js +1 -0
  8. package/dist/esnext/components/BuyNowButton/BuyNowButton.client.d.ts +2 -5
  9. package/dist/esnext/components/BuyNowButton/BuyNowButton.client.js +5 -4
  10. package/dist/esnext/components/{CartEstimatedCost/CartEstimatedCost.client.d.ts → CartCost/CartCost.client.d.ts} +3 -3
  11. package/dist/esnext/components/{CartEstimatedCost/CartEstimatedCost.client.js → CartCost/CartCost.client.js} +7 -7
  12. package/dist/esnext/components/CartCost/index.d.ts +1 -0
  13. package/dist/esnext/components/CartCost/index.js +1 -0
  14. package/dist/esnext/components/CartLinePrice/CartLinePrice.client.js +2 -2
  15. package/dist/esnext/components/CartLineProvider/context.d.ts +7 -7
  16. package/dist/esnext/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.d.ts +4 -5
  17. package/dist/esnext/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.js +16 -14
  18. package/dist/esnext/components/CartLines/CartLines.client.js +1 -1
  19. package/dist/esnext/components/CartProvider/CartProvider.client.js +67 -61
  20. package/dist/esnext/components/CartProvider/cart-queries.d.ts +1 -1
  21. package/dist/esnext/components/CartProvider/cart-queries.js +3 -3
  22. package/dist/esnext/components/CartProvider/graphql/CartAttributesUpdateMutation.d.ts +5 -5
  23. package/dist/esnext/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.d.ts +5 -5
  24. package/dist/esnext/components/CartProvider/graphql/CartCreateMutation.d.ts +5 -5
  25. package/dist/esnext/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.d.ts +5 -5
  26. package/dist/esnext/components/CartProvider/graphql/CartFragment.d.ts +5 -5
  27. package/dist/esnext/components/CartProvider/graphql/CartLineAddMutation.d.ts +5 -5
  28. package/dist/esnext/components/CartProvider/graphql/CartLineRemoveMutation.d.ts +5 -5
  29. package/dist/esnext/components/CartProvider/graphql/CartLineUpdateMutation.d.ts +5 -5
  30. package/dist/esnext/components/CartProvider/graphql/CartNoteUpdateMutation.d.ts +5 -5
  31. package/dist/esnext/components/CartProvider/graphql/CartQuery.d.ts +5 -5
  32. package/dist/esnext/components/CartProvider/hooks.client.d.ts +1 -1
  33. package/dist/esnext/components/CartProvider/hooks.client.js +18 -14
  34. package/dist/esnext/components/CartProvider/types.d.ts +3 -3
  35. package/dist/esnext/components/CartShopPayButton/CartShopPayButton.client.d.ts +1 -3
  36. package/dist/esnext/components/CartShopPayButton/CartShopPayButton.client.js +2 -4
  37. package/dist/esnext/components/ExternalVideo/ExternalVideo.js +1 -1
  38. package/dist/esnext/components/Image/Image.d.ts +13 -0
  39. package/dist/esnext/components/Image/Image.js +46 -20
  40. package/dist/esnext/components/Link/Link.client.d.ts +2 -0
  41. package/dist/esnext/components/Link/Link.client.js +9 -5
  42. package/dist/esnext/components/LocalizationProvider/LocalizationClientProvider.client.d.ts +2 -2
  43. package/dist/esnext/components/LocalizationProvider/LocalizationClientProvider.client.js +1 -1
  44. package/dist/esnext/components/LocalizationProvider/LocalizationContext.client.d.ts +6 -3
  45. package/dist/esnext/components/LocalizationProvider/LocalizationProvider.server.d.ts +8 -20
  46. package/dist/esnext/components/LocalizationProvider/LocalizationProvider.server.js +17 -33
  47. package/dist/esnext/components/LocalizationProvider/index.d.ts +0 -1
  48. package/dist/esnext/components/LocalizationProvider/index.js +0 -1
  49. package/dist/esnext/components/Metafield/Metafield.client.d.ts +6 -10
  50. package/dist/esnext/components/Metafield/Metafield.client.js +70 -34
  51. package/dist/esnext/components/Metafield/components/StarRating/StarRating.js +1 -1
  52. package/dist/esnext/components/ModelViewer/ModelViewer.client.js +2 -3
  53. package/dist/esnext/components/Money/Money.client.js +1 -1
  54. package/dist/esnext/components/ProductOptionsProvider/ProductOptionsProvider.client.js +16 -24
  55. package/dist/esnext/components/ProductPrice/ProductPrice.client.js +7 -7
  56. package/dist/esnext/components/Seo/CollectionSeo.client.js +2 -3
  57. package/dist/esnext/components/Seo/DefaultPageSeo.client.js +6 -6
  58. package/dist/esnext/components/Seo/DescriptionSeo.client.js +1 -1
  59. package/dist/esnext/components/Seo/HomePageSeo.client.d.ts +1 -1
  60. package/dist/esnext/components/Seo/HomePageSeo.client.js +3 -3
  61. package/dist/esnext/components/Seo/ImageSeo.client.js +1 -1
  62. package/dist/esnext/components/Seo/NoIndexSeo.client.js +5 -5
  63. package/dist/esnext/components/Seo/PageSeo.client.js +2 -3
  64. package/dist/esnext/components/Seo/ProductSeo.client.js +10 -11
  65. package/dist/esnext/components/Seo/Seo.client.js +1 -1
  66. package/dist/esnext/components/Seo/TitleSeo.client.js +1 -1
  67. package/dist/esnext/components/Seo/TwitterSeo.client.js +1 -1
  68. package/dist/esnext/components/Seo/seo-types.d.ts +1 -0
  69. package/dist/esnext/components/ShopPayButton/ShopPayButton.client.d.ts +3 -1
  70. package/dist/esnext/components/ShopPayButton/ShopPayButton.client.js +10 -6
  71. package/dist/esnext/components/Video/Video.js +2 -3
  72. package/dist/esnext/components/index.d.ts +2 -2
  73. package/dist/esnext/components/index.js +2 -2
  74. package/dist/esnext/config.d.ts +4 -0
  75. package/dist/esnext/config.js +4 -0
  76. package/dist/esnext/constants.d.ts +2 -0
  77. package/dist/esnext/constants.js +2 -0
  78. package/dist/esnext/entry-client.js +11 -23
  79. package/dist/esnext/entry-server.d.ts +1 -17
  80. package/dist/esnext/entry-server.js +189 -61
  81. package/dist/esnext/foundation/Analytics/ServerAnalyticsRoute.d.ts +4 -0
  82. package/dist/esnext/foundation/Analytics/{ServerAnalyticsRoute.server.js → ServerAnalyticsRoute.js} +5 -4
  83. package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.js +1 -1
  84. package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.d.ts +3 -0
  85. package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.js +27 -0
  86. package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.d.ts +3 -0
  87. package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.js +21 -0
  88. package/dist/esnext/foundation/Analytics/connectors/Shopify/ShopifyAnalytics.client.js +1 -1
  89. package/dist/esnext/foundation/Analytics/connectors/Shopify/ShopifyAnalytics.server.js +2 -3
  90. package/dist/esnext/foundation/BuiltInRoutes/BuiltInRoutes.d.ts +2 -0
  91. package/dist/esnext/foundation/BuiltInRoutes/BuiltInRoutes.js +23 -0
  92. package/dist/esnext/foundation/BuiltInRoutes/healthCheck.d.ts +1 -0
  93. package/dist/esnext/foundation/BuiltInRoutes/healthCheck.js +3 -0
  94. package/dist/esnext/foundation/Cache/cache-sub-request.js +2 -2
  95. package/dist/esnext/foundation/Cache/cache.js +2 -2
  96. package/dist/esnext/foundation/Cache/strategies/index.d.ts +3 -7
  97. package/dist/esnext/foundation/Cache/strategies/index.js +6 -48
  98. package/dist/esnext/foundation/Cookie/Cookie.js +5 -0
  99. package/dist/esnext/foundation/DevTools/DevTools.client.d.ts +3 -0
  100. package/dist/esnext/foundation/DevTools/DevTools.client.js +17 -0
  101. package/dist/esnext/foundation/DevTools/DevTools.server.d.ts +1 -0
  102. package/dist/esnext/foundation/DevTools/DevTools.server.js +14 -0
  103. package/dist/esnext/foundation/DevTools/components/GraphQL.client.d.ts +1 -0
  104. package/dist/esnext/foundation/DevTools/components/GraphQL.client.js +25 -0
  105. package/dist/esnext/foundation/DevTools/components/Heading.d.ts +5 -0
  106. package/dist/esnext/foundation/DevTools/components/Heading.js +12 -0
  107. package/dist/esnext/foundation/DevTools/components/Interface.client.d.ts +11 -0
  108. package/dist/esnext/foundation/DevTools/components/Interface.client.js +47 -0
  109. package/dist/esnext/foundation/DevTools/components/Panels.d.ts +8 -0
  110. package/dist/esnext/foundation/DevTools/components/Panels.js +60 -0
  111. package/dist/esnext/foundation/DevTools/components/Performance.client.d.ts +14 -0
  112. package/dist/esnext/foundation/DevTools/components/Performance.client.js +26 -0
  113. package/dist/esnext/foundation/DevTools/components/Settings.client.d.ts +7 -0
  114. package/dist/esnext/foundation/DevTools/components/Settings.client.js +20 -0
  115. package/dist/esnext/foundation/DevTools/components/Table.d.ts +9 -0
  116. package/dist/esnext/foundation/DevTools/components/Table.js +7 -0
  117. package/dist/esnext/foundation/DevTools/components/icons.d.ts +2 -0
  118. package/dist/esnext/foundation/DevTools/components/icons.js +13 -0
  119. package/dist/esnext/foundation/DevTools/components/index.d.ts +2 -0
  120. package/dist/esnext/foundation/DevTools/components/index.js +2 -0
  121. package/dist/esnext/foundation/FileRoutes/FileRoutes.server.js +5 -5
  122. package/dist/esnext/foundation/Html/Html.js +4 -7
  123. package/dist/esnext/foundation/HydrogenRequest/HydrogenRequest.server.d.ts +18 -5
  124. package/dist/esnext/foundation/HydrogenRequest/HydrogenRequest.server.js +73 -10
  125. package/dist/esnext/foundation/HydrogenResponse/HydrogenResponse.server.d.ts +5 -7
  126. package/dist/esnext/foundation/HydrogenResponse/HydrogenResponse.server.js +22 -20
  127. package/dist/esnext/foundation/Route/Route.server.js +1 -1
  128. package/dist/esnext/foundation/Router/BrowserRouter.client.js +1 -2
  129. package/dist/esnext/foundation/ServerRequestProvider/ServerRequestProvider.d.ts +5 -4
  130. package/dist/esnext/foundation/ServerRequestProvider/ServerRequestProvider.js +14 -14
  131. package/dist/esnext/foundation/ShopifyProvider/ShopifyProvider.server.js +7 -5
  132. package/dist/esnext/foundation/ShopifyProvider/types.d.ts +1 -0
  133. package/dist/esnext/foundation/fetchSync/server/fetchSync.js +1 -1
  134. package/dist/esnext/foundation/useNavigate/useNavigate.d.ts +2 -0
  135. package/dist/esnext/foundation/useNavigate/useNavigate.js +16 -4
  136. package/dist/esnext/foundation/useQuery/hooks.js +16 -25
  137. package/dist/esnext/foundation/useRouteParams/RouteParamsProvider.client.d.ts +3 -0
  138. package/dist/esnext/foundation/useRouteParams/RouteParamsProvider.client.js +8 -3
  139. package/dist/esnext/foundation/useServerProps/use-server-props.js +2 -2
  140. package/dist/esnext/foundation/useSession/useSession.js +1 -2
  141. package/dist/esnext/foundation/useUrl/useUrl.js +1 -2
  142. package/dist/esnext/framework/cache/in-memory.d.ts +12 -7
  143. package/dist/esnext/framework/cache/in-memory.js +51 -23
  144. package/dist/esnext/framework/load-config.d.ts +6 -0
  145. package/dist/esnext/framework/load-config.js +10 -0
  146. package/dist/esnext/framework/middleware.d.ts +1 -1
  147. package/dist/esnext/framework/middleware.js +3 -4
  148. package/dist/esnext/framework/plugin.d.ts +7 -3
  149. package/dist/esnext/framework/plugin.js +2 -1
  150. package/dist/esnext/framework/plugins/vite-plugin-client-imports.js +1 -1
  151. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-client-middleware.js +2 -3
  152. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-config.js +70 -67
  153. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-middleware.d.ts +1 -1
  154. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-middleware.js +2 -3
  155. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-rsc.js +1 -1
  156. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-virtual-files.d.ts +1 -1
  157. package/dist/esnext/framework/plugins/vite-plugin-hydrogen-virtual-files.js +27 -8
  158. package/dist/esnext/framework/types.d.ts +5 -0
  159. package/dist/esnext/framework/types.js +1 -0
  160. package/dist/esnext/framework/viteception.d.ts +2 -1
  161. package/dist/esnext/framework/viteception.js +2 -1
  162. package/dist/esnext/hooks/index.d.ts +0 -1
  163. package/dist/esnext/hooks/index.js +0 -1
  164. package/dist/esnext/hooks/useCartLine/useCartLine.d.ts +7 -7
  165. package/dist/esnext/hooks/useLocalization/useLocalization.d.ts +4 -0
  166. package/dist/esnext/hooks/useLocalization/useLocalization.js +14 -0
  167. package/dist/esnext/hooks/useMeasurement/hooks.js +2 -2
  168. package/dist/esnext/hooks/useMoney/hooks.js +55 -41
  169. package/dist/esnext/hooks/useProductOptions/helpers.js +6 -10
  170. package/dist/esnext/hooks/useShopQuery/hooks.js +18 -12
  171. package/dist/esnext/index.d.ts +4 -5
  172. package/dist/esnext/index.js +2 -5
  173. package/dist/esnext/platforms/node.d.ts +1 -1
  174. package/dist/esnext/platforms/node.js +2 -1
  175. package/dist/{node/entry-server.d.ts → esnext/shared-types.d.ts} +11 -7
  176. package/dist/esnext/shared-types.js +4 -0
  177. package/dist/esnext/storefront-api-types.d.ts +142 -117
  178. package/dist/esnext/storefront-api-types.js +8 -0
  179. package/dist/esnext/streaming.server.d.ts +9 -18
  180. package/dist/esnext/streaming.server.js +2 -7
  181. package/dist/esnext/types.d.ts +19 -18
  182. package/dist/esnext/types.js +1 -1
  183. package/dist/esnext/utilities/apiRoutes.d.ts +10 -5
  184. package/dist/esnext/utilities/apiRoutes.js +6 -4
  185. package/dist/esnext/utilities/devtools.d.ts +1 -1
  186. package/dist/esnext/utilities/devtools.js +3 -3
  187. package/dist/esnext/utilities/flattenConnection/flattenConnection.d.ts +1 -0
  188. package/dist/esnext/utilities/flattenConnection/flattenConnection.js +13 -6
  189. package/dist/esnext/utilities/graphql-tracker.js +6 -8
  190. package/dist/esnext/utilities/hash.d.ts +2 -2
  191. package/dist/esnext/utilities/hash.js +29 -6
  192. package/dist/esnext/utilities/image_size.d.ts +24 -3
  193. package/dist/esnext/utilities/image_size.js +53 -31
  194. package/dist/esnext/utilities/index.d.ts +1 -1
  195. package/dist/esnext/utilities/index.js +1 -1
  196. package/dist/esnext/utilities/load_script.js +1 -1
  197. package/dist/esnext/utilities/log/log-cache-api-status.js +6 -2
  198. package/dist/esnext/utilities/log/log-query-timeline.js +29 -10
  199. package/dist/esnext/utilities/log/log.js +1 -2
  200. package/dist/esnext/utilities/log/utils.js +1 -6
  201. package/dist/esnext/utilities/parseMetafield/index.d.ts +1 -0
  202. package/dist/esnext/utilities/parseMetafield/index.js +1 -0
  203. package/dist/esnext/utilities/parseMetafield/parseMetafield.d.ts +15 -0
  204. package/dist/esnext/utilities/{parseMetafieldValue/parseMetafieldValue.js → parseMetafield/parseMetafield.js} +28 -2
  205. package/dist/esnext/utilities/storefrontApi.d.ts +1 -0
  206. package/dist/esnext/utilities/storefrontApi.js +9 -5
  207. package/dist/esnext/utilities/template.js +1 -2
  208. package/dist/esnext/utilities/web-api-polyfill.js +6 -0
  209. package/dist/esnext/version.d.ts +1 -1
  210. package/dist/esnext/version.js +1 -1
  211. package/dist/node/framework/cache/in-memory.d.ts +12 -7
  212. package/dist/node/framework/cache/in-memory.js +51 -23
  213. package/dist/node/framework/load-config.d.ts +6 -0
  214. package/dist/node/framework/load-config.js +14 -0
  215. package/dist/node/framework/middleware.d.ts +1 -1
  216. package/dist/node/framework/middleware.js +3 -4
  217. package/dist/node/framework/plugin.d.ts +4 -3
  218. package/dist/node/framework/plugin.js +3 -2
  219. package/dist/node/framework/plugins/vite-plugin-client-imports.js +1 -1
  220. package/dist/node/framework/plugins/vite-plugin-hydrogen-client-middleware.js +2 -3
  221. package/dist/node/framework/plugins/vite-plugin-hydrogen-config.js +70 -67
  222. package/dist/node/framework/plugins/vite-plugin-hydrogen-middleware.d.ts +1 -1
  223. package/dist/node/framework/plugins/vite-plugin-hydrogen-middleware.js +2 -3
  224. package/dist/node/framework/plugins/vite-plugin-hydrogen-rsc.js +2 -2
  225. package/dist/node/framework/plugins/vite-plugin-hydrogen-virtual-files.d.ts +1 -1
  226. package/dist/node/framework/plugins/vite-plugin-hydrogen-virtual-files.js +27 -8
  227. package/dist/node/framework/types.d.ts +5 -0
  228. package/dist/node/{components/CartProvider → framework}/types.js +0 -0
  229. package/dist/node/framework/viteception.d.ts +2 -1
  230. package/dist/node/framework/viteception.js +2 -1
  231. package/dist/node/shared-types.d.ts +26 -0
  232. package/dist/node/shared-types.js +5 -0
  233. package/dist/node/utilities/web-api-polyfill.js +6 -0
  234. package/package.json +41 -25
  235. package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-plugin.js +84 -35
  236. package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.browser.development.server.js +50 -13
  237. package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.browser.production.min.server.js +28 -27
  238. package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.node.development.server.js +50 -13
  239. package/vendor/react-server-dom-vite/cjs/react-server-dom-vite-writer.node.production.min.server.js +28 -28
  240. package/vendor/react-server-dom-vite/esm/react-server-dom-vite-client-proxy.js +4 -5
  241. package/vendor/react-server-dom-vite/esm/react-server-dom-vite-plugin.js +84 -35
  242. package/vendor/react-server-dom-vite/esm/react-server-dom-vite-writer.browser.server.js +50 -13
  243. package/vendor/react-server-dom-vite/esm/react-server-dom-vite-writer.node.server.js +50 -13
  244. package/client.d.ts +0 -1
  245. package/client.js +0 -1
  246. package/config.d.ts +0 -1
  247. package/config.js +0 -1
  248. package/dist/esnext/components/CartEstimatedCost/index.d.ts +0 -1
  249. package/dist/esnext/components/CartEstimatedCost/index.js +0 -1
  250. package/dist/esnext/components/DevTools.client.d.ts +0 -1
  251. package/dist/esnext/components/DevTools.client.js +0 -129
  252. package/dist/esnext/foundation/Analytics/ServerAnalyticsRoute.server.d.ts +0 -2
  253. package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.server.d.ts +0 -1
  254. package/dist/esnext/foundation/Analytics/connectors/PerformanceMetrics/ServerAnalyticsConnector.server.js +0 -25
  255. package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.server.d.ts +0 -1
  256. package/dist/esnext/foundation/Analytics/connectors/Shopify/ServerAnalyticsConnector.server.js +0 -19
  257. package/dist/esnext/framework/Hydration/rsc.d.ts +0 -8
  258. package/dist/esnext/framework/Hydration/rsc.js +0 -102
  259. package/dist/esnext/hooks/useCountry/index.d.ts +0 -1
  260. package/dist/esnext/hooks/useCountry/index.js +0 -1
  261. package/dist/esnext/hooks/useCountry/useCountry.d.ts +0 -7
  262. package/dist/esnext/hooks/useCountry/useCountry.js +0 -17
  263. package/dist/esnext/hooks/useParsedMetafields/index.d.ts +0 -1
  264. package/dist/esnext/hooks/useParsedMetafields/index.js +0 -1
  265. package/dist/esnext/hooks/useParsedMetafields/useParsedMetafields.d.ts +0 -21
  266. package/dist/esnext/hooks/useParsedMetafields/useParsedMetafields.js +0 -21
  267. package/dist/esnext/utilities/parseMetafieldValue/index.d.ts +0 -1
  268. package/dist/esnext/utilities/parseMetafieldValue/index.js +0 -1
  269. package/dist/esnext/utilities/parseMetafieldValue/parseMetafieldValue.d.ts +0 -6
  270. package/dist/node/client.d.ts +0 -16
  271. package/dist/node/client.js +0 -43
  272. package/dist/node/components/AddToCartButton/AddToCartButton.client.d.ts +0 -23
  273. package/dist/node/components/AddToCartButton/AddToCartButton.client.js +0 -74
  274. package/dist/node/components/AddToCartButton/index.d.ts +0 -1
  275. package/dist/node/components/AddToCartButton/index.js +0 -5
  276. package/dist/node/components/BuyNowButton/BuyNowButton.client.d.ts +0 -18
  277. package/dist/node/components/BuyNowButton/BuyNowButton.client.js +0 -53
  278. package/dist/node/components/BuyNowButton/index.d.ts +0 -1
  279. package/dist/node/components/BuyNowButton/index.js +0 -5
  280. package/dist/node/components/CartCheckoutButton/CartCheckoutButton.client.d.ts +0 -11
  281. package/dist/node/components/CartCheckoutButton/CartCheckoutButton.client.js +0 -44
  282. package/dist/node/components/CartCheckoutButton/index.d.ts +0 -1
  283. package/dist/node/components/CartCheckoutButton/index.js +0 -5
  284. package/dist/node/components/CartEstimatedCost/CartEstimatedCost.client.d.ts +0 -14
  285. package/dist/node/components/CartEstimatedCost/CartEstimatedCost.client.js +0 -36
  286. package/dist/node/components/CartEstimatedCost/index.d.ts +0 -1
  287. package/dist/node/components/CartEstimatedCost/index.js +0 -5
  288. package/dist/node/components/CartLineImage/CartLineImage.client.d.ts +0 -9
  289. package/dist/node/components/CartLineImage/CartLineImage.client.js +0 -18
  290. package/dist/node/components/CartLineImage/index.d.ts +0 -1
  291. package/dist/node/components/CartLineImage/index.js +0 -5
  292. package/dist/node/components/CartLinePrice/CartLinePrice.client.d.ts +0 -12
  293. package/dist/node/components/CartLinePrice/CartLinePrice.client.js +0 -25
  294. package/dist/node/components/CartLinePrice/index.d.ts +0 -1
  295. package/dist/node/components/CartLinePrice/index.js +0 -5
  296. package/dist/node/components/CartLineProductTitle/CartLineProductTitle.client.d.ts +0 -8
  297. package/dist/node/components/CartLineProductTitle/CartLineProductTitle.client.js +0 -19
  298. package/dist/node/components/CartLineProductTitle/index.d.ts +0 -1
  299. package/dist/node/components/CartLineProductTitle/index.js +0 -5
  300. package/dist/node/components/CartLineProvider/CartLineProvider.client.d.ts +0 -11
  301. package/dist/node/components/CartLineProvider/CartLineProvider.client.js +0 -15
  302. package/dist/node/components/CartLineProvider/context.d.ts +0 -36
  303. package/dist/node/components/CartLineProvider/context.js +0 -5
  304. package/dist/node/components/CartLineProvider/index.d.ts +0 -2
  305. package/dist/node/components/CartLineProvider/index.js +0 -7
  306. package/dist/node/components/CartLineQuantity/CartLineQuantity.client.d.ts +0 -8
  307. package/dist/node/components/CartLineQuantity/CartLineQuantity.client.js +0 -19
  308. package/dist/node/components/CartLineQuantity/index.d.ts +0 -1
  309. package/dist/node/components/CartLineQuantity/index.js +0 -5
  310. package/dist/node/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.d.ts +0 -14
  311. package/dist/node/components/CartLineQuantityAdjustButton/CartLineQuantityAdjustButton.js +0 -31
  312. package/dist/node/components/CartLineQuantityAdjustButton/index.d.ts +0 -1
  313. package/dist/node/components/CartLineQuantityAdjustButton/index.js +0 -5
  314. package/dist/node/components/CartLines/CartLines.client.d.ts +0 -15
  315. package/dist/node/components/CartLines/CartLines.client.js +0 -44
  316. package/dist/node/components/CartLines/index.d.ts +0 -1
  317. package/dist/node/components/CartLines/index.js +0 -5
  318. package/dist/node/components/CartProvider/CartProvider.client.d.ts +0 -41
  319. package/dist/node/components/CartProvider/CartProvider.client.js +0 -547
  320. package/dist/node/components/CartProvider/cart-queries.d.ts +0 -10
  321. package/dist/node/components/CartProvider/cart-queries.js +0 -214
  322. package/dist/node/components/CartProvider/constants.d.ts +0 -2
  323. package/dist/node/components/CartProvider/constants.js +0 -5
  324. package/dist/node/components/CartProvider/context.d.ts +0 -2
  325. package/dist/node/components/CartProvider/context.js +0 -5
  326. package/dist/node/components/CartProvider/graphql/CartAttributesUpdateMutation.d.ts +0 -96
  327. package/dist/node/components/CartProvider/graphql/CartAttributesUpdateMutation.js +0 -2
  328. package/dist/node/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.d.ts +0 -96
  329. package/dist/node/components/CartProvider/graphql/CartBuyerIdentityUpdateMutation.js +0 -2
  330. package/dist/node/components/CartProvider/graphql/CartCreateMutation.d.ts +0 -95
  331. package/dist/node/components/CartProvider/graphql/CartCreateMutation.js +0 -2
  332. package/dist/node/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.d.ts +0 -96
  333. package/dist/node/components/CartProvider/graphql/CartDiscountCodesUpdateMutation.js +0 -2
  334. package/dist/node/components/CartProvider/graphql/CartFragment.d.ts +0 -82
  335. package/dist/node/components/CartProvider/graphql/CartFragment.js +0 -2
  336. package/dist/node/components/CartProvider/graphql/CartLineAddMutation.d.ts +0 -96
  337. package/dist/node/components/CartProvider/graphql/CartLineAddMutation.js +0 -2
  338. package/dist/node/components/CartProvider/graphql/CartLineRemoveMutation.d.ts +0 -96
  339. package/dist/node/components/CartProvider/graphql/CartLineRemoveMutation.js +0 -2
  340. package/dist/node/components/CartProvider/graphql/CartLineUpdateMutation.d.ts +0 -96
  341. package/dist/node/components/CartProvider/graphql/CartLineUpdateMutation.js +0 -2
  342. package/dist/node/components/CartProvider/graphql/CartNoteUpdateMutation.d.ts +0 -96
  343. package/dist/node/components/CartProvider/graphql/CartNoteUpdateMutation.js +0 -2
  344. package/dist/node/components/CartProvider/graphql/CartQuery.d.ts +0 -91
  345. package/dist/node/components/CartProvider/graphql/CartQuery.js +0 -2
  346. package/dist/node/components/CartProvider/hooks.client.d.ts +0 -15
  347. package/dist/node/components/CartProvider/hooks.client.js +0 -88
  348. package/dist/node/components/CartProvider/index.d.ts +0 -4
  349. package/dist/node/components/CartProvider/index.js +0 -10
  350. package/dist/node/components/CartProvider/types.d.ts +0 -104
  351. package/dist/node/components/CartShopPayButton/CartShopPayButton.client.d.ts +0 -9
  352. package/dist/node/components/CartShopPayButton/CartShopPayButton.client.js +0 -46
  353. package/dist/node/components/CartShopPayButton/index.d.ts +0 -1
  354. package/dist/node/components/CartShopPayButton/index.js +0 -5
  355. package/dist/node/components/ExternalVideo/ExternalVideo.d.ts +0 -21
  356. package/dist/node/components/ExternalVideo/ExternalVideo.js +0 -21
  357. package/dist/node/components/ExternalVideo/index.d.ts +0 -1
  358. package/dist/node/components/ExternalVideo/index.js +0 -5
  359. package/dist/node/components/Image/Image.d.ts +0 -92
  360. package/dist/node/components/Image/Image.js +0 -137
  361. package/dist/node/components/Image/index.d.ts +0 -2
  362. package/dist/node/components/Image/index.js +0 -5
  363. package/dist/node/components/Link/Link.client.d.ts +0 -25
  364. package/dist/node/components/Link/Link.client.js +0 -165
  365. package/dist/node/components/Link/index.d.ts +0 -1
  366. package/dist/node/components/Link/index.js +0 -5
  367. package/dist/node/components/LocalizationProvider/LocalizationClientProvider.client.d.ts +0 -6
  368. package/dist/node/components/LocalizationProvider/LocalizationClientProvider.client.js +0 -11
  369. package/dist/node/components/LocalizationProvider/LocalizationContext.client.d.ts +0 -6
  370. package/dist/node/components/LocalizationProvider/LocalizationContext.client.js +0 -5
  371. package/dist/node/components/LocalizationProvider/LocalizationProvider.server.d.ts +0 -33
  372. package/dist/node/components/LocalizationProvider/LocalizationProvider.server.js +0 -51
  373. package/dist/node/components/MediaFile/MediaFile.d.ts +0 -19
  374. package/dist/node/components/MediaFile/MediaFile.js +0 -39
  375. package/dist/node/components/MediaFile/index.d.ts +0 -1
  376. package/dist/node/components/MediaFile/index.js +0 -5
  377. package/dist/node/components/Metafield/Metafield.client.d.ts +0 -21
  378. package/dist/node/components/Metafield/Metafield.client.js +0 -75
  379. package/dist/node/components/Metafield/index.d.ts +0 -2
  380. package/dist/node/components/Metafield/index.js +0 -5
  381. package/dist/node/components/Metafield/types.d.ts +0 -4
  382. package/dist/node/components/Metafield/types.js +0 -2
  383. package/dist/node/components/ModelViewer/ModelViewer.client.d.ts +0 -128
  384. package/dist/node/components/ModelViewer/ModelViewer.client.js +0 -132
  385. package/dist/node/components/ModelViewer/index.d.ts +0 -1
  386. package/dist/node/components/ModelViewer/index.js +0 -5
  387. package/dist/node/components/Money/Money.client.d.ts +0 -25
  388. package/dist/node/components/Money/Money.client.js +0 -46
  389. package/dist/node/components/Money/index.d.ts +0 -1
  390. package/dist/node/components/Money/index.js +0 -5
  391. package/dist/node/components/ProductOptionsProvider/ProductOptionsProvider.client.d.ts +0 -21
  392. package/dist/node/components/ProductOptionsProvider/ProductOptionsProvider.client.js +0 -168
  393. package/dist/node/components/ProductOptionsProvider/context.d.ts +0 -2
  394. package/dist/node/components/ProductOptionsProvider/context.js +0 -5
  395. package/dist/node/components/ProductOptionsProvider/index.d.ts +0 -2
  396. package/dist/node/components/ProductOptionsProvider/index.js +0 -7
  397. package/dist/node/components/ProductPrice/ProductPrice.client.d.ts +0 -18
  398. package/dist/node/components/ProductPrice/ProductPrice.client.js +0 -61
  399. package/dist/node/components/ProductPrice/index.d.ts +0 -1
  400. package/dist/node/components/ProductPrice/index.js +0 -5
  401. package/dist/node/components/Seo/CollectionSeo.client.d.ts +0 -3
  402. package/dist/node/components/Seo/CollectionSeo.client.js +0 -22
  403. package/dist/node/components/Seo/DefaultPageSeo.client.d.ts +0 -3
  404. package/dist/node/components/Seo/DefaultPageSeo.client.js +0 -25
  405. package/dist/node/components/Seo/DescriptionSeo.client.d.ts +0 -4
  406. package/dist/node/components/Seo/DescriptionSeo.client.js +0 -17
  407. package/dist/node/components/Seo/HomePageSeo.client.d.ts +0 -2
  408. package/dist/node/components/Seo/HomePageSeo.client.js +0 -32
  409. package/dist/node/components/Seo/ImageSeo.client.d.ts +0 -3
  410. package/dist/node/components/Seo/ImageSeo.client.js +0 -17
  411. package/dist/node/components/Seo/NoIndexSeo.client.d.ts +0 -3
  412. package/dist/node/components/Seo/NoIndexSeo.client.js +0 -17
  413. package/dist/node/components/Seo/PageSeo.client.d.ts +0 -3
  414. package/dist/node/components/Seo/PageSeo.client.js +0 -20
  415. package/dist/node/components/Seo/ProductSeo.client.d.ts +0 -5
  416. package/dist/node/components/Seo/ProductSeo.client.js +0 -70
  417. package/dist/node/components/Seo/Seo.client.d.ts +0 -30
  418. package/dist/node/components/Seo/Seo.client.js +0 -38
  419. package/dist/node/components/Seo/TitleSeo.client.d.ts +0 -3
  420. package/dist/node/components/Seo/TitleSeo.client.js +0 -17
  421. package/dist/node/components/Seo/TwitterSeo.client.d.ts +0 -2
  422. package/dist/node/components/Seo/TwitterSeo.client.js +0 -16
  423. package/dist/node/components/Seo/index.d.ts +0 -1
  424. package/dist/node/components/Seo/index.js +0 -5
  425. package/dist/node/components/Seo/seo-types.d.ts +0 -17
  426. package/dist/node/components/Seo/seo-types.js +0 -2
  427. package/dist/node/components/ShopPayButton/ShopPayButton.client.d.ts +0 -38
  428. package/dist/node/components/ShopPayButton/ShopPayButton.client.js +0 -60
  429. package/dist/node/components/ShopPayButton/index.d.ts +0 -1
  430. package/dist/node/components/ShopPayButton/index.js +0 -5
  431. package/dist/node/components/Video/Video.d.ts +0 -14
  432. package/dist/node/components/Video/Video.js +0 -31
  433. package/dist/node/components/Video/index.d.ts +0 -1
  434. package/dist/node/components/Video/index.js +0 -5
  435. package/dist/node/components/index.d.ts +0 -28
  436. package/dist/node/components/index.js +0 -59
  437. package/dist/node/components/types.d.ts +0 -71
  438. package/dist/node/components/types.js +0 -11
  439. package/dist/node/constants.d.ts +0 -7
  440. package/dist/node/constants.js +0 -10
  441. package/dist/node/entry-server.js +0 -495
  442. package/dist/node/foundation/Analytics/Analytics.client.d.ts +0 -3
  443. package/dist/node/foundation/Analytics/Analytics.client.js +0 -34
  444. package/dist/node/foundation/Analytics/Analytics.server.d.ts +0 -1
  445. package/dist/node/foundation/Analytics/Analytics.server.js +0 -77
  446. package/dist/node/foundation/Analytics/ClientAnalytics.d.ts +0 -27
  447. package/dist/node/foundation/Analytics/ClientAnalytics.js +0 -102
  448. package/dist/node/foundation/Analytics/ServerAnalyticsRoute.server.d.ts +0 -2
  449. package/dist/node/foundation/Analytics/ServerAnalyticsRoute.server.js +0 -39
  450. package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetrics.client.d.ts +0 -7
  451. package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetrics.client.js +0 -68
  452. package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.d.ts +0 -1
  453. package/dist/node/foundation/Analytics/connectors/PerformanceMetrics/PerformanceMetricsDebug.client.js +0 -27
  454. package/dist/node/foundation/Analytics/const.d.ts +0 -9
  455. package/dist/node/foundation/Analytics/const.js +0 -12
  456. package/dist/node/foundation/Analytics/hook.d.ts +0 -1
  457. package/dist/node/foundation/Analytics/hook.js +0 -13
  458. package/dist/node/foundation/Analytics/index.d.ts +0 -1
  459. package/dist/node/foundation/Analytics/index.js +0 -5
  460. package/dist/node/foundation/Analytics/types.d.ts +0 -5
  461. package/dist/node/foundation/Analytics/types.js +0 -2
  462. package/dist/node/foundation/Analytics/utils.d.ts +0 -3
  463. package/dist/node/foundation/Analytics/utils.js +0 -35
  464. package/dist/node/foundation/AnalyticsErrorBoundary.client.d.ts +0 -4
  465. package/dist/node/foundation/AnalyticsErrorBoundary.client.js +0 -14
  466. package/dist/node/foundation/Cache/cache-sub-request.d.ts +0 -17
  467. package/dist/node/foundation/Cache/cache-sub-request.js +0 -95
  468. package/dist/node/foundation/Cache/cache.d.ts +0 -17
  469. package/dist/node/foundation/Cache/cache.js +0 -135
  470. package/dist/node/foundation/Cache/strategies/index.d.ts +0 -11
  471. package/dist/node/foundation/Cache/strategies/index.js +0 -108
  472. package/dist/node/foundation/Head/Head.client.d.ts +0 -5
  473. package/dist/node/foundation/Head/Head.client.js +0 -17
  474. package/dist/node/foundation/Head/index.d.ts +0 -1
  475. package/dist/node/foundation/Head/index.js +0 -5
  476. package/dist/node/foundation/Html/Html.d.ts +0 -13
  477. package/dist/node/foundation/Html/Html.js +0 -107
  478. package/dist/node/foundation/HydrogenRequest/HydrogenRequest.server.d.ts +0 -63
  479. package/dist/node/foundation/HydrogenRequest/HydrogenRequest.server.js +0 -151
  480. package/dist/node/foundation/HydrogenResponse/HydrogenResponse.server.d.ts +0 -23
  481. package/dist/node/foundation/HydrogenResponse/HydrogenResponse.server.js +0 -53
  482. package/dist/node/foundation/Redirect/Redirect.client.d.ts +0 -5
  483. package/dist/node/foundation/Redirect/Redirect.client.js +0 -18
  484. package/dist/node/foundation/Router/BrowserRouter.client.d.ts +0 -14
  485. package/dist/node/foundation/Router/BrowserRouter.client.js +0 -166
  486. package/dist/node/foundation/ServerPropsProvider/ServerPropsProvider.d.ts +0 -41
  487. package/dist/node/foundation/ServerPropsProvider/ServerPropsProvider.js +0 -90
  488. package/dist/node/foundation/ServerPropsProvider/index.d.ts +0 -2
  489. package/dist/node/foundation/ServerPropsProvider/index.js +0 -6
  490. package/dist/node/foundation/ServerRequestProvider/ServerRequestProvider.d.ts +0 -22
  491. package/dist/node/foundation/ServerRequestProvider/ServerRequestProvider.js +0 -155
  492. package/dist/node/foundation/ServerRequestProvider/index.d.ts +0 -1
  493. package/dist/node/foundation/ServerRequestProvider/index.js +0 -17
  494. package/dist/node/foundation/ShopifyProvider/ShopifyProvider.client.d.ts +0 -7
  495. package/dist/node/foundation/ShopifyProvider/ShopifyProvider.client.js +0 -35
  496. package/dist/node/foundation/ShopifyProvider/index.d.ts +0 -1
  497. package/dist/node/foundation/ShopifyProvider/index.js +0 -5
  498. package/dist/node/foundation/ShopifyProvider/types.d.ts +0 -13
  499. package/dist/node/foundation/ShopifyProvider/types.js +0 -2
  500. package/dist/node/foundation/fetchSync/client/fetchSync.d.ts +0 -10
  501. package/dist/node/foundation/fetchSync/client/fetchSync.js +0 -33
  502. package/dist/node/foundation/fetchSync/server/fetchSync.d.ts +0 -8
  503. package/dist/node/foundation/fetchSync/server/fetchSync.js +0 -33
  504. package/dist/node/foundation/fetchSync/types.d.ts +0 -5
  505. package/dist/node/foundation/fetchSync/types.js +0 -2
  506. package/dist/node/foundation/index.d.ts +0 -3
  507. package/dist/node/foundation/index.js +0 -10
  508. package/dist/node/foundation/runtime.d.ts +0 -2
  509. package/dist/node/foundation/runtime.js +0 -11
  510. package/dist/node/foundation/session/session.d.ts +0 -27
  511. package/dist/node/foundation/session/session.js +0 -43
  512. package/dist/node/foundation/ssr-interop.d.ts +0 -29
  513. package/dist/node/foundation/ssr-interop.js +0 -39
  514. package/dist/node/foundation/useNavigate/useNavigate.d.ts +0 -15
  515. package/dist/node/foundation/useNavigate/useNavigate.js +0 -25
  516. package/dist/node/foundation/useQuery/hooks.d.ts +0 -37
  517. package/dist/node/foundation/useQuery/hooks.js +0 -119
  518. package/dist/node/foundation/useRouteParams/RouteParamsProvider.client.d.ts +0 -10
  519. package/dist/node/foundation/useRouteParams/RouteParamsProvider.client.js +0 -34
  520. package/dist/node/foundation/useRouteParams/useRouteParams.d.ts +0 -4
  521. package/dist/node/foundation/useRouteParams/useRouteParams.js +0 -13
  522. package/dist/node/foundation/useServerProps/index.d.ts +0 -1
  523. package/dist/node/foundation/useServerProps/index.js +0 -5
  524. package/dist/node/foundation/useServerProps/use-server-props.d.ts +0 -21
  525. package/dist/node/foundation/useServerProps/use-server-props.js +0 -40
  526. package/dist/node/foundation/useSession/useSession.d.ts +0 -2
  527. package/dist/node/foundation/useSession/useSession.js +0 -12
  528. package/dist/node/foundation/useShop/index.d.ts +0 -1
  529. package/dist/node/foundation/useShop/index.js +0 -5
  530. package/dist/node/foundation/useShop/use-shop.d.ts +0 -6
  531. package/dist/node/foundation/useShop/use-shop.js +0 -18
  532. package/dist/node/foundation/useUrl/index.d.ts +0 -1
  533. package/dist/node/foundation/useUrl/index.js +0 -5
  534. package/dist/node/foundation/useUrl/useUrl.d.ts +0 -4
  535. package/dist/node/foundation/useUrl/useUrl.js +0 -32
  536. package/dist/node/framework/Hydration/rsc.d.ts +0 -8
  537. package/dist/node/framework/Hydration/rsc.js +0 -105
  538. package/dist/node/hooks/index.d.ts +0 -6
  539. package/dist/node/hooks/index.js +0 -28
  540. package/dist/node/hooks/useCart/index.d.ts +0 -1
  541. package/dist/node/hooks/useCart/index.js +0 -5
  542. package/dist/node/hooks/useCart/useCart.d.ts +0 -4
  543. package/dist/node/hooks/useCart/useCart.js +0 -19
  544. package/dist/node/hooks/useCartLine/index.d.ts +0 -1
  545. package/dist/node/hooks/useCartLine/index.js +0 -5
  546. package/dist/node/hooks/useCartLine/useCartLine.d.ts +0 -39
  547. package/dist/node/hooks/useCartLine/useCartLine.js +0 -16
  548. package/dist/node/hooks/useCountry/index.d.ts +0 -1
  549. package/dist/node/hooks/useCountry/index.js +0 -5
  550. package/dist/node/hooks/useCountry/useCountry.d.ts +0 -7
  551. package/dist/node/hooks/useCountry/useCountry.js +0 -21
  552. package/dist/node/hooks/useLoadScript/index.d.ts +0 -1
  553. package/dist/node/hooks/useLoadScript/index.js +0 -5
  554. package/dist/node/hooks/useLoadScript/useLoadScript.client.d.ts +0 -8
  555. package/dist/node/hooks/useLoadScript/useLoadScript.client.js +0 -27
  556. package/dist/node/hooks/useMeasurement/hooks.d.ts +0 -9
  557. package/dist/node/hooks/useMeasurement/hooks.js +0 -17
  558. package/dist/node/hooks/useMeasurement/index.d.ts +0 -1
  559. package/dist/node/hooks/useMeasurement/index.js +0 -5
  560. package/dist/node/hooks/useMoney/hooks.d.ts +0 -54
  561. package/dist/node/hooks/useMoney/hooks.js +0 -70
  562. package/dist/node/hooks/useMoney/index.d.ts +0 -1
  563. package/dist/node/hooks/useMoney/index.js +0 -5
  564. package/dist/node/hooks/useParsedMetafields/index.d.ts +0 -1
  565. package/dist/node/hooks/useParsedMetafields/index.js +0 -5
  566. package/dist/node/hooks/useParsedMetafields/useParsedMetafields.d.ts +0 -21
  567. package/dist/node/hooks/useParsedMetafields/useParsedMetafields.js +0 -25
  568. package/dist/node/hooks/useProductOptions/helpers.d.ts +0 -6
  569. package/dist/node/hooks/useProductOptions/helpers.js +0 -46
  570. package/dist/node/hooks/useProductOptions/index.d.ts +0 -2
  571. package/dist/node/hooks/useProductOptions/index.js +0 -20
  572. package/dist/node/hooks/useProductOptions/types.d.ts +0 -44
  573. package/dist/node/hooks/useProductOptions/types.js +0 -2
  574. package/dist/node/hooks/useProductOptions/useProductOptions.client.d.ts +0 -1
  575. package/dist/node/hooks/useProductOptions/useProductOptions.client.js +0 -13
  576. package/dist/node/hooks/useShopQuery/hooks.d.ts +0 -28
  577. package/dist/node/hooks/useShopQuery/hooks.js +0 -171
  578. package/dist/node/hooks/useShopQuery/index.d.ts +0 -1
  579. package/dist/node/hooks/useShopQuery/index.js +0 -5
  580. package/dist/node/storefront-api-types.d.ts +0 -6076
  581. package/dist/node/storefront-api-types.js +0 -1766
  582. package/dist/node/streaming.server.d.ts +0 -25
  583. package/dist/node/streaming.server.js +0 -28
  584. package/dist/node/types.d.ts +0 -114
  585. package/dist/node/types.js +0 -2
  586. package/dist/node/utilities/apiRoutes.d.ts +0 -37
  587. package/dist/node/utilities/apiRoutes.js +0 -157
  588. package/dist/node/utilities/bot-ua.d.ts +0 -4
  589. package/dist/node/utilities/bot-ua.js +0 -65
  590. package/dist/node/utilities/devtools.d.ts +0 -11
  591. package/dist/node/utilities/devtools.js +0 -15
  592. package/dist/node/utilities/error.d.ts +0 -1
  593. package/dist/node/utilities/error.js +0 -10
  594. package/dist/node/utilities/fetch.d.ts +0 -9
  595. package/dist/node/utilities/fetch.js +0 -37
  596. package/dist/node/utilities/flattenConnection/flattenConnection.d.ts +0 -6
  597. package/dist/node/utilities/flattenConnection/flattenConnection.js +0 -15
  598. package/dist/node/utilities/flattenConnection/index.d.ts +0 -1
  599. package/dist/node/utilities/flattenConnection/index.js +0 -5
  600. package/dist/node/utilities/graphql-tag.d.ts +0 -1
  601. package/dist/node/utilities/graphql-tag.js +0 -10
  602. package/dist/node/utilities/graphql-tracker.d.ts +0 -17
  603. package/dist/node/utilities/graphql-tracker.js +0 -130
  604. package/dist/node/utilities/hash.d.ts +0 -2
  605. package/dist/node/utilities/hash.js +0 -11
  606. package/dist/node/utilities/html-encoding.d.ts +0 -1
  607. package/dist/node/utilities/html-encoding.js +0 -12
  608. package/dist/node/utilities/image_size.d.ts +0 -12
  609. package/dist/node/utilities/image_size.js +0 -68
  610. package/dist/node/utilities/index.d.ts +0 -12
  611. package/dist/node/utilities/index.js +0 -33
  612. package/dist/node/utilities/isBrowser/index.d.ts +0 -1
  613. package/dist/node/utilities/isBrowser/index.js +0 -5
  614. package/dist/node/utilities/isBrowser/isBrowser.d.ts +0 -4
  615. package/dist/node/utilities/isBrowser/isBrowser.js +0 -10
  616. package/dist/node/utilities/isServer/index.d.ts +0 -1
  617. package/dist/node/utilities/isServer/index.js +0 -5
  618. package/dist/node/utilities/isServer/isServer.d.ts +0 -4
  619. package/dist/node/utilities/isServer/isServer.js +0 -11
  620. package/dist/node/utilities/load_script.d.ts +0 -3
  621. package/dist/node/utilities/load_script.js +0 -27
  622. package/dist/node/utilities/log/index.d.ts +0 -4
  623. package/dist/node/utilities/log/index.js +0 -16
  624. package/dist/node/utilities/log/log-cache-api-status.d.ts +0 -1
  625. package/dist/node/utilities/log/log-cache-api-status.js +0 -17
  626. package/dist/node/utilities/log/log-cache-header.d.ts +0 -10
  627. package/dist/node/utilities/log/log-cache-header.js +0 -35
  628. package/dist/node/utilities/log/log-query-timeline.d.ts +0 -12
  629. package/dist/node/utilities/log/log-query-timeline.js +0 -88
  630. package/dist/node/utilities/log/log.d.ts +0 -28
  631. package/dist/node/utilities/log/log.js +0 -81
  632. package/dist/node/utilities/log/utils.d.ts +0 -3
  633. package/dist/node/utilities/log/utils.js +0 -21
  634. package/dist/node/utilities/matchPath.d.ts +0 -10
  635. package/dist/node/utilities/matchPath.js +0 -58
  636. package/dist/node/utilities/measurement.d.ts +0 -3
  637. package/dist/node/utilities/measurement.js +0 -103
  638. package/dist/node/utilities/parse.d.ts +0 -1
  639. package/dist/node/utilities/parse.js +0 -13
  640. package/dist/node/utilities/parseMetafieldValue/index.d.ts +0 -1
  641. package/dist/node/utilities/parseMetafieldValue/index.js +0 -5
  642. package/dist/node/utilities/parseMetafieldValue/parseMetafieldValue.d.ts +0 -6
  643. package/dist/node/utilities/parseMetafieldValue/parseMetafieldValue.js +0 -40
  644. package/dist/node/utilities/storefrontApi.d.ts +0 -4
  645. package/dist/node/utilities/storefrontApi.js +0 -26
  646. package/dist/node/utilities/suspense.d.ts +0 -12
  647. package/dist/node/utilities/suspense.js +0 -64
  648. package/dist/node/utilities/template.d.ts +0 -9
  649. package/dist/node/utilities/template.js +0 -27
  650. package/dist/node/utilities/timing.d.ts +0 -7
  651. package/dist/node/utilities/timing.js +0 -18
  652. package/dist/node/utilities/video_parameters.d.ts +0 -47
  653. package/dist/node/utilities/video_parameters.js +0 -27
  654. package/dist/node/version.d.ts +0 -1
  655. package/dist/node/version.js +0 -4
  656. package/entry-client.d.ts +0 -1
  657. package/entry-client.js +0 -1
  658. package/entry-server.d.ts +0 -1
  659. package/entry-server.js +0 -1
  660. package/middleware.d.ts +0 -1
  661. package/middleware.js +0 -1
  662. package/plugin.d.ts +0 -1
  663. package/plugin.js +0 -1
  664. package/web-polyfills.js +0 -1
@@ -21,20 +21,25 @@ exports.VIRTUAL_PROXY_HYDROGEN_ROUTES_ID = VIRTUAL_PREFIX + PROXY_PREFIX + HYDRO
21
21
  exports.default = (pluginOptions) => {
22
22
  let config;
23
23
  let server;
24
+ let resolvedConfigPath;
24
25
  return {
25
26
  name: 'hydrogen:virtual-files',
26
27
  configResolved(_config) {
27
28
  config = _config;
29
+ // @ts-ignore
30
+ config.plugins.push(addPathToConfigProxy());
28
31
  },
29
32
  configureServer(_server) {
30
33
  server = _server;
31
34
  },
32
35
  resolveId(source, importer) {
33
36
  if (source === VIRTUAL_HYDROGEN_CONFIG_ID) {
34
- return findHydrogenConfigPath(config.root, pluginOptions.configPath).then((hcPath) =>
35
- // This direct dependency on a real file
36
- // makes HMR work for the virtual module.
37
- this.resolve(hcPath, importer, { skipSelf: true }));
37
+ return findHydrogenConfigPath(config.root, pluginOptions.configPath).then((hcPath) => {
38
+ resolvedConfigPath = hcPath;
39
+ // This direct dependency on a real file
40
+ // makes HMR work for the virtual module.
41
+ return this.resolve(hcPath, importer, { skipSelf: true });
42
+ });
38
43
  }
39
44
  if ([
40
45
  exports.VIRTUAL_PROXY_HYDROGEN_CONFIG_ID,
@@ -57,8 +62,8 @@ exports.default = (pluginOptions) => {
57
62
  }
58
63
  if (id === '\0' + VIRTUAL_HYDROGEN_ROUTES_ID) {
59
64
  return importHydrogenConfig().then((hc) => {
60
- var _a, _b, _c, _d;
61
- let routesPath = (_b = (typeof hc.routes === 'string' ? hc.routes : (_a = hc.routes) === null || _a === void 0 ? void 0 : _a.files)) !== null && _b !== void 0 ? _b : '/src/routes';
65
+ let routesPath = (typeof hc.routes === 'string' ? hc.routes : hc.routes?.files) ??
66
+ '/src/routes';
62
67
  if (routesPath.startsWith('./')) {
63
68
  routesPath = routesPath.slice(1);
64
69
  }
@@ -69,7 +74,7 @@ exports.default = (pluginOptions) => {
69
74
  routesPath += '**/*.server.[jt](s|sx)';
70
75
  }
71
76
  const [dirPrefix] = routesPath.split('/*');
72
- let code = `export default {\n dirPrefix: '${dirPrefix}',\n basePath: '${(_d = (_c = hc.routes) === null || _c === void 0 ? void 0 : _c.basePath) !== null && _d !== void 0 ? _d : ''}',\n files: import.meta.globEager('${routesPath}')\n};`;
77
+ let code = `export default {\n dirPrefix: '${dirPrefix}',\n basePath: '${hc.routes?.basePath ?? ''}',\n files: import.meta.globEager('${routesPath}')\n};`;
73
78
  if (config.command === 'serve') {
74
79
  // Add dependency on Hydrogen config for HMR
75
80
  code += `\nimport '${VIRTUAL_HYDROGEN_CONFIG_ID}';`;
@@ -87,6 +92,18 @@ exports.default = (pluginOptions) => {
87
92
  const { loaded } = await (0, viteception_1.viteception)([exports.VIRTUAL_PROXY_HYDROGEN_CONFIG_ID]);
88
93
  return loaded[0].default;
89
94
  }
95
+ function addPathToConfigProxy() {
96
+ return {
97
+ name: 'hydrogen:virtual-files-post',
98
+ enforce: 'post',
99
+ transform(code, id) {
100
+ if (id === '\0' + exports.VIRTUAL_PROXY_HYDROGEN_CONFIG_ID) {
101
+ // The CLI needs to import the Hydrogen config path
102
+ return (code + ` export const configPath = '${resolvedConfigPath || ''}';`);
103
+ }
104
+ },
105
+ };
106
+ }
90
107
  };
91
108
  async function findHydrogenConfigPath(root, userProvidedPath) {
92
109
  let configPath = userProvidedPath;
@@ -101,5 +118,7 @@ async function findHydrogenConfigPath(root, userProvidedPath) {
101
118
  configPath = path_1.default.resolve(root, configPath);
102
119
  }
103
120
  return (configPath ||
104
- require.resolve('@shopify/hydrogen/dist/esnext/utilities/empty-hydrogen-config.js'));
121
+ require.resolve(
122
+ // eslint-disable-next-line node/no-missing-require
123
+ '@shopify/hydrogen/utilities/empty-hydrogen-config'));
105
124
  }
@@ -0,0 +1,5 @@
1
+ export interface HydrogenVitePluginOptions {
2
+ devCache?: boolean;
3
+ purgeQueryCacheOnBuild?: boolean;
4
+ configPath?: string;
5
+ }
@@ -1,4 +1,5 @@
1
- export declare function viteception(paths: string[]): Promise<{
1
+ import { InlineConfig } from 'vite';
2
+ export declare function viteception(paths: string[], options?: InlineConfig): Promise<{
2
3
  server: import("vite").ViteDevServer;
3
4
  loaded: Record<string, any>[];
4
5
  }>;
@@ -2,12 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.viteception = void 0;
4
4
  const vite_1 = require("vite");
5
- async function viteception(paths) {
5
+ async function viteception(paths, options) {
6
6
  const isWorker = process.env.WORKER;
7
7
  delete process.env.WORKER;
8
8
  const server = await (0, vite_1.createServer)({
9
9
  clearScreen: false,
10
10
  server: { middlewareMode: 'ssr' },
11
+ ...options,
11
12
  });
12
13
  if (isWorker) {
13
14
  process.env.WORKER = isWorker;
@@ -0,0 +1,26 @@
1
+ /// <reference types="node" />
2
+ import type { IncomingMessage, ServerResponse } from 'http';
3
+ export interface RuntimeContext {
4
+ waitUntil: (fn: Promise<any>) => void;
5
+ }
6
+ export interface RequestHandlerOptions {
7
+ indexTemplate: string | ((url: string) => Promise<string | {
8
+ default: string;
9
+ }>);
10
+ cache?: Cache;
11
+ streamableResponse?: ServerResponse;
12
+ dev?: boolean;
13
+ context?: RuntimeContext;
14
+ nonce?: string;
15
+ buyerIpHeader?: string;
16
+ }
17
+ export interface RequestHandler {
18
+ (request: Request | IncomingMessage, options: RequestHandlerOptions): Promise<Response | undefined>;
19
+ }
20
+ export declare type ShopifyConfig = {
21
+ defaultLocale?: string;
22
+ storeDomain: string;
23
+ storefrontToken: string;
24
+ storefrontApiVersion: string;
25
+ multipassSecret?: string;
26
+ };
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // These types are shared in ESM and CJS builds.
3
+ // Do not import anything from subfolders here to avoid
4
+ // affecting the files generated in the CJS build.
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  const node_fetch_1 = __importStar(require("node-fetch"));
30
30
  const abort_controller_1 = __importDefault(require("abort-controller"));
31
31
  const ponyfill_1 = require("web-streams-polyfill/ponyfill");
32
+ const undici_1 = require("undici");
32
33
  if (!globalThis.fetch) {
33
34
  Object.assign(globalThis, {
34
35
  fetch: node_fetch_1.default,
@@ -38,6 +39,11 @@ if (!globalThis.fetch) {
38
39
  AbortController: abort_controller_1.default,
39
40
  });
40
41
  }
42
+ if (!globalThis.FormData) {
43
+ Object.assign(globalThis, {
44
+ FormData: undici_1.FormData,
45
+ });
46
+ }
41
47
  if (!globalThis.ReadableStream) {
42
48
  Object.assign(globalThis, {
43
49
  ReadableStream: ponyfill_1.ReadableStream,
package/package.json CHANGED
@@ -7,40 +7,53 @@
7
7
  "engines": {
8
8
  "node": ">=14"
9
9
  },
10
- "version": "0.24.0",
10
+ "version": "0.26.0",
11
11
  "description": "Modern custom Shopify storefronts",
12
12
  "license": "MIT",
13
13
  "main": "dist/esnext/index.js",
14
+ "exports": {
15
+ ".": "./dist/esnext/index.js",
16
+ "./plugin": {
17
+ "import": "./dist/esnext/framework/plugin.js",
18
+ "require": "./dist/node/framework/plugin.js"
19
+ },
20
+ "./plugin.cjs": "./plugin.cjs",
21
+ "./middleware": {
22
+ "import": "./dist/esnext/framework/middleware.js",
23
+ "require": "./dist/node/framework/middleware.js"
24
+ },
25
+ "./load-config": {
26
+ "import": "./dist/esnext/framework/load-config.js",
27
+ "require": "./dist/node/framework/load-config.js"
28
+ },
29
+ "./web-polyfills": {
30
+ "import": "./dist/esnext/utilities/web-api-polyfill",
31
+ "require": "./dist/node/utilities/web-api-polyfill"
32
+ },
33
+ "./vendor/*": "./vendor/*",
34
+ "./cache/*": {
35
+ "import": "./dist/esnext/framework/cache/*.js",
36
+ "require": "./dist/node/framework/cache/*.js"
37
+ },
38
+ "./package.json": "./package.json",
39
+ "./*": "./dist/esnext/*.js"
40
+ },
14
41
  "types": "dist/esnext/index.d.ts",
15
42
  "files": [
16
43
  "dist",
17
- "vendor",
18
- "plugin.js",
19
- "plugin.d.ts",
20
- "entry-server.js",
21
- "entry-server.d.ts",
22
- "client.js",
23
- "client.d.ts",
24
- "config.js",
25
- "config.d.ts",
26
- "entry-client.js",
27
- "entry-client.d.ts",
28
- "marker.js",
29
- "middleware.js",
30
- "middleware.d.ts",
31
- "web-polyfills.js"
44
+ "vendor"
32
45
  ],
33
46
  "scripts": {
34
- "dev": "run-p dev-copy \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist",
35
- "dev-esnext": "tsc -w --incremental --p tsconfig.build.json",
47
+ "dev": "run-p hoist-files \"dev-esnext {@}/esnext\" \"dev-node {@}/node\" -- --outDir ../../node_modules/@shopify/hydrogen/dist",
48
+ "dev-esnext": "tsc -w --incremental --p tsconfig.esm.json",
36
49
  "dev-node": "tsc -w --incremental --p tsconfig.cjs.json",
37
- "dev-copy": "cpy --parents *.[jt]s *.json vendor ../../node_modules/@shopify/hydrogen",
38
50
  "dev-graphql": "graphql-codegen --config codegen.yml --watch",
51
+ "hoist-files": "cpy --parents *.cjs *.json vendor ../../node_modules/@shopify/hydrogen",
52
+ "hoist-dist": "cpy --parents dist ../../node_modules/@shopify/hydrogen",
39
53
  "prebuild": "rimraf dist ../../node_modules/@shopify/hydrogen && mkdirp ../../node_modules/@shopify/hydrogen",
40
- "build": "run-p build-esnext build-node && yarn build-copy",
41
- "build-esnext": "tsc --p tsconfig.build.json",
54
+ "build": "run-p build-esnext build-node && yarn hoist-files && yarn hoist-dist",
55
+ "build-esnext": "tsc --p tsconfig.esm.json",
42
56
  "build-node": "tsc --p tsconfig.cjs.json",
43
- "build-copy": "cpy --parents *.[jt]s *.json dist vendor ../../node_modules/@shopify/hydrogen",
44
57
  "lint": "eslint --ext .ts src/** --no-error-on-unmatched-pattern",
45
58
  "format": "prettier --write --parser typescript \"src/**/*.ts\"",
46
59
  "graphql-types": "graphql-codegen --config codegen.yml && yarn format",
@@ -76,7 +89,7 @@
76
89
  "@types/uuid": "^8.3.4",
77
90
  "@types/ws": "^8.2.0",
78
91
  "babel-loader": "^8.2.2",
79
- "cpy-cli": "3.1.1",
92
+ "cpy-cli": "^3.1.0",
80
93
  "mkdirp": "^1.0.4",
81
94
  "npm-run-all": "^4.1.5",
82
95
  "postcss": "^8",
@@ -86,8 +99,8 @@
86
99
  "peerDependencies": {
87
100
  "body-parser": "^1.20.0",
88
101
  "compression": "^1.7.4",
89
- "react": "^18.1.0",
90
- "react-dom": "^18.1.0",
102
+ "react": "^18.2.0",
103
+ "react-dom": "^18.2.0",
91
104
  "serve-static": "^1.14.1",
92
105
  "vite": "^2.9.0"
93
106
  },
@@ -106,6 +119,7 @@
106
119
  "@vitejs/plugin-react": "^1.3.0",
107
120
  "abort-controller": "^3.0.0",
108
121
  "body-parser": "^1.20.0",
122
+ "compression": "^1.7.4",
109
123
  "connect": "^3.7.0",
110
124
  "es-module-lexer": "^0.10.0",
111
125
  "fast-glob": "^3.2.11",
@@ -118,7 +132,9 @@
118
132
  "path-to-regexp": "^6.2.0",
119
133
  "react-error-boundary": "^3.1.3",
120
134
  "react-helmet-async": "^1.2.3",
135
+ "serve-static": "^1.15.0",
121
136
  "set-cookie-parser": "^2.5.0",
137
+ "undici": "^5.5.1",
122
138
  "uuid": "^8.3.2",
123
139
  "vite-plugin-inspect": "^0.3.6",
124
140
  "web-streams-polyfill": "^3.2.0",
@@ -111,17 +111,9 @@ function ReactFlightVitePlugin() {
111
111
 
112
112
  var config;
113
113
  var server;
114
- var invalidateTimeout;
115
- var globImporterPath;
116
114
  var resolveAlias;
117
-
118
- function invalidateGlobImporter() {
119
- clearTimeout(invalidateTimeout);
120
- invalidateTimeout = setTimeout(function () {
121
- return server.watcher.emit('change', globImporterPath);
122
- }, 100);
123
- }
124
-
115
+ var globImporterPath;
116
+ var allClientBoundaries = new Set();
125
117
  return {
126
118
  name: 'vite-plugin-react-server-components',
127
119
  enforce: 'pre',
@@ -204,7 +196,12 @@ function ReactFlightVitePlugin() {
204
196
 
205
197
  if (!moduleNode.meta.isClientComponent) {
206
198
  moduleNode.meta.isClientComponent = true;
207
- if (globImporterPath) invalidateGlobImporter();
199
+
200
+ if (globImporterPath) {
201
+ // Invalidate glob importer file to account for the
202
+ // newly discovered client component.
203
+ server.watcher.emit('change', globImporterPath);
204
+ }
208
205
  }
209
206
  }
210
207
 
@@ -254,7 +251,7 @@ function ReactFlightVitePlugin() {
254
251
  });
255
252
  var injectedGlobs = "Object.assign(Object.create(null), " + importers.map(function (glob) {
256
253
  return (// Mark the globs to modify the result after Vite resolves them.
257
- "/* HASH_BEGIN */ " + ("import.meta.glob('" + vite.normalizePath(glob) + "') /* HASH_END */")
254
+ "\n/* HASH_BEGIN */ " + ("import.meta.glob('" + vite.normalizePath(glob) + "') /* HASH_END */")
258
255
  );
259
256
  }).join(', ') + ");";
260
257
  s.replace(INJECTING_RE, injectedGlobs);
@@ -268,8 +265,17 @@ function ReactFlightVitePlugin() {
268
265
  };
269
266
 
270
267
  if (config.command === 'serve') {
271
- globImporterPath = id;
272
- return injectGlobs(findClientBoundaries(server.moduleGraph));
268
+ globImporterPath = id; // When mixing client and server components from the same
269
+ // facade file, the module graph can break and miss certain
270
+ // import connections (bug in Vite?) due to HMR. Instead of
271
+ // creating a new list of discovered components from scratch,
272
+ // reuse the already discovered ones and simply add new ones
273
+ // to the list without removing anything.
274
+
275
+ findClientBoundaries(server.moduleGraph).forEach(function (boundary) {
276
+ return allClientBoundaries.add(boundary);
277
+ });
278
+ return injectGlobs(Array.from(allClientBoundaries));
273
279
  }
274
280
 
275
281
  if (!serverBuildEntries) {
@@ -409,21 +415,61 @@ var hashImportsPlugin = {
409
415
  }
410
416
  }
411
417
  };
418
+
412
419
  /**
413
420
  * A client module should behave as a client boundary
414
421
  * if it is imported by the server before encountering
415
422
  * another boundary in the process.
416
- * Traverse the module graph upwards to find non client
417
- * components that import the current module.
423
+ * This traverses the module graph upwards to find non client
424
+ * components that import the `originalMod`.
425
+ *
426
+ * The `accModInfo` represents the exported members from the
427
+ * `originalMod` but renamed accordingly to all the intermediate/facade
428
+ * files in the import chain from the `originalMod` to every parent importer.
418
429
  */
419
-
420
- function isDirectImportInServer(currentMod, originalMod) {
430
+ function isDirectImportInServer(originalMod, currentMod, accModInfo) {
421
431
  // TODO: this should use recursion in any module that exports
422
432
  // the original one, not only in full facade files.
423
- if (!originalMod || (currentMod.meta || {}).isFacade) {
424
- return Array.from(currentMod.importers).some(function (importer) {
433
+ if (!currentMod || (currentMod.meta || {}).isFacade) {
434
+ if (!accModInfo && originalMod.meta && originalMod.meta.namedExports) {
435
+ // First iteration in the recursion, initialize the
436
+ // acumulator with data from the original module.
437
+ accModInfo = {
438
+ file: originalMod.file,
439
+ exports: originalMod.meta.namedExports
440
+ };
441
+ }
442
+
443
+ if (currentMod && accModInfo) {
444
+ // Update accumulator in subsequent iterations with
445
+ // whatever the current module is re-exporting.
446
+ var lastModExports = accModInfo.exports;
447
+ var lastModImports = currentMod.meta.imports.filter(function (importMeta) {
448
+ return importMeta.action === 'export' && importMeta.from === accModInfo.file;
449
+ });
450
+ accModInfo = {
451
+ file: currentMod.file,
452
+ exports: []
453
+ };
454
+ lastModImports.forEach(function (mod) {
455
+ mod.variables.forEach(function (_ref2) {
456
+ var name = _ref2[0],
457
+ alias = _ref2[1];
458
+
459
+ if (name === '*' && !alias) {
460
+ var _accModInfo$exports;
461
+
462
+ (_accModInfo$exports = accModInfo.exports).push.apply(_accModInfo$exports, lastModExports);
463
+ } else {
464
+ accModInfo.exports.push(alias || name);
465
+ }
466
+ });
467
+ });
468
+ }
469
+
470
+ return Array.from((currentMod || originalMod).importers || []).some(function (importer) {
425
471
  return (// eslint-disable-next-line no-unused-vars
426
- isDirectImportInServer(importer, originalMod || currentMod)
472
+ isDirectImportInServer(originalMod, importer, accModInfo)
427
473
  );
428
474
  });
429
475
  } // Not enough information: safer to assume it is
@@ -439,14 +485,12 @@ function isDirectImportInServer(currentMod, originalMod) {
439
485
  // However, due to the lack of tree-shaking in the dev module graph,
440
486
  // we need to manually make sure this module is importing something from
441
487
  // the original module before marking it as client boundary.
442
- // -- TODO: this only checks namedExports right now. It should
443
- // consider default exports and variable renaming in facade modules.
444
488
 
445
489
  return currentMod.meta.imports.some(function (imp) {
446
- return imp.action === 'import' && (imp.from === originalMod.file || (imp.variables || []).some(function (_ref2) {
447
- var name = _ref2[0];
448
- return originalMod.meta.namedExports.includes(name);
449
- }));
490
+ return imp.action === 'import' && imp.from === accModInfo.file && (imp.variables || []).some(function (_ref3) {
491
+ var name = _ref3[0];
492
+ return accModInfo.exports.includes(name);
493
+ });
450
494
  });
451
495
  }
452
496
 
@@ -482,12 +526,12 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
482
526
 
483
527
 
484
528
  var imports = [];
485
- rawImports.forEach(function (_ref3) {
486
- var startMod = _ref3.s,
487
- endMod = _ref3.e,
488
- dynamicImportIndex = _ref3.d,
489
- startStatement = _ref3.ss,
490
- endStatement = _ref3.se;
529
+ rawImports.forEach(function (_ref4) {
530
+ var startMod = _ref4.s,
531
+ endMod = _ref4.e,
532
+ dynamicImportIndex = _ref4.d,
533
+ startStatement = _ref4.ss,
534
+ endStatement = _ref4.se;
491
535
  if (dynamicImportIndex !== -1) return; // Skip dynamic imports for now
492
536
 
493
537
  var rawModPath = code.slice(startMod, endMod);
@@ -497,10 +541,15 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
497
541
  var resolvedAliasPath = resolveAlias(modPath, 'rsc_importer', {});
498
542
 
499
543
  if (resolvedAliasPath && resolvedAliasPath.id) {
500
- modPath = vite.normalizePath(path.join(root, resolvedAliasPath.id));
544
+ modPath = resolvedAliasPath.id;
501
545
  }
502
546
  }
503
547
 
548
+ if (modPath && modPath.startsWith('/src/')) {
549
+ // Vite default alias
550
+ modPath = vite.normalizePath(path.join(root, modPath));
551
+ }
552
+
504
553
  var resolvedPath = resolveModPath(modPath, dirname);
505
554
  if (!resolvedPath) return; // Virtual modules or other exceptions
506
555
 
@@ -513,7 +562,7 @@ function augmentModuleGraph(moduleGraph, id, code, root, resolveAlias) {
513
562
  action: action,
514
563
  // 'import' or 'export'
515
564
  variables: variables // [['originalName', 'alias']]
516
- .replace(/[{}]/gm, '').trim().split(/\s*,\s*/m).filter(Boolean).map(function (s) {
565
+ .trim().replace(/^[^{*]/, 'default as $&').replace(/[{}]/gm, '').trim().split(/\s*,\s*/m).filter(Boolean).map(function (s) {
517
566
  return s.split(/\s+as\s+/m);
518
567
  }),
519
568
  from: resolvedPath,
@@ -16,6 +16,8 @@ if (process.env.NODE_ENV !== "production") {
16
16
 
17
17
  var React = require('react');
18
18
 
19
+ var assign = Object.assign;
20
+
19
21
  var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
20
22
 
21
23
  function error(format) {
@@ -543,10 +545,12 @@ var startPendingSuspenseBoundary1 = stringToPrecomputedChunk('<!--$?--><template
543
545
  var startPendingSuspenseBoundary2 = stringToPrecomputedChunk('"></template>');
544
546
  var startClientRenderedSuspenseBoundary = stringToPrecomputedChunk('<!--$!-->');
545
547
  var endSuspenseBoundary = stringToPrecomputedChunk('<!--/$-->');
546
- var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template data-hash="');
547
- var clientRenderedSuspenseBoundaryError1A = stringToPrecomputedChunk('" data-msg="');
548
- var clientRenderedSuspenseBoundaryError1B = stringToPrecomputedChunk('" data-stack="');
549
- var clientRenderedSuspenseBoundaryError2 = stringToPrecomputedChunk('"></template>');
548
+ var clientRenderedSuspenseBoundaryError1 = stringToPrecomputedChunk('<template');
549
+ var clientRenderedSuspenseBoundaryErrorAttrInterstitial = stringToPrecomputedChunk('"');
550
+ var clientRenderedSuspenseBoundaryError1A = stringToPrecomputedChunk(' data-dgst="');
551
+ var clientRenderedSuspenseBoundaryError1B = stringToPrecomputedChunk(' data-msg="');
552
+ var clientRenderedSuspenseBoundaryError1C = stringToPrecomputedChunk(' data-stck="');
553
+ var clientRenderedSuspenseBoundaryError2 = stringToPrecomputedChunk('></template>');
550
554
  var startSegmentHTML = stringToPrecomputedChunk('<div hidden id="');
551
555
  var startSegmentHTML2 = stringToPrecomputedChunk('">');
552
556
  var endSegmentHTML = stringToPrecomputedChunk('</div>');
@@ -576,7 +580,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
576
580
  // const SUSPENSE_PENDING_START_DATA = '$?';
577
581
  // const SUSPENSE_FALLBACK_START_DATA = '$!';
578
582
  //
579
- // function clientRenderBoundary(suspenseBoundaryID, errorHash, errorMsg, errorComponentStack) {
583
+ // function clientRenderBoundary(suspenseBoundaryID, errorDigest, errorMsg, errorComponentStack) {
580
584
  // // Find the fallback's first element.
581
585
  // const suspenseIdNode = document.getElementById(suspenseBoundaryID);
582
586
  // if (!suspenseIdNode) {
@@ -590,9 +594,9 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
590
594
  // suspenseNode.data = SUSPENSE_FALLBACK_START_DATA;
591
595
  // // assign error metadata to first sibling
592
596
  // let dataset = suspenseIdNode.dataset;
593
- // if (errorHash) dataset.hash = errorHash;
597
+ // if (errorDigest) dataset.dgst = errorDigest;
594
598
  // if (errorMsg) dataset.msg = errorMsg;
595
- // if (errorComponentStack) dataset.stack = errorComponentStack;
599
+ // if (errorComponentStack) dataset.stck = errorComponentStack;
596
600
  // // Tell React to retry it if the parent already hydrated.
597
601
  // if (suspenseNode._reactRetry) {
598
602
  // suspenseNode._reactRetry();
@@ -676,7 +680,7 @@ var endSegmentColGroup = stringToPrecomputedChunk('</colgroup></table>');
676
680
 
677
681
  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)}';
678
682
  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()}}';
679
- var clientRenderFunction = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.hash=c),d&&(a.msg=d),e&&(a.stack=e),b._reactRetry&&b._reactRetry())}';
683
+ 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())}';
680
684
  var completeSegmentScript1Full = stringToPrecomputedChunk(completeSegmentFunction + ';$RS("');
681
685
  var completeSegmentScript1Partial = stringToPrecomputedChunk('$RS("');
682
686
  var completeSegmentScript2 = stringToPrecomputedChunk('","');
@@ -881,6 +885,14 @@ function readContext(context) {
881
885
  return value;
882
886
  }
883
887
 
888
+ var currentRequest = null;
889
+ function prepareToUseHooksForRequest(request) {
890
+ currentRequest = request;
891
+ }
892
+ function resetHooksForRequest() {
893
+ currentRequest = null;
894
+ }
895
+
884
896
  function readContext$1(context) {
885
897
  {
886
898
  if (context.$$typeof !== REACT_SERVER_CONTEXT_TYPE) {
@@ -929,7 +941,7 @@ var Dispatcher = {
929
941
  useLayoutEffect: unsupportedHook,
930
942
  useImperativeHandle: unsupportedHook,
931
943
  useEffect: unsupportedHook,
932
- useId: unsupportedHook,
944
+ useId: useId,
933
945
  useMutableSource: unsupportedHook,
934
946
  useSyncExternalStore: unsupportedHook,
935
947
  useCacheRefresh: function () {
@@ -956,6 +968,16 @@ function getCurrentCache() {
956
968
  return currentCache;
957
969
  }
958
970
 
971
+ function useId() {
972
+ if (currentRequest === null) {
973
+ throw new Error('useId can only be used while React is rendering');
974
+ }
975
+
976
+ var id = currentRequest.identifierCount++; // use 'S' for Flight components to distinguish from 'R' and 'r' in Fizz/Client
977
+
978
+ return ':' + currentRequest.identifierPrefix + 'S' + id.toString(32) + ':';
979
+ }
980
+
959
981
  var ContextRegistry = ReactSharedInternals.ContextRegistry;
960
982
  function getOrCreateServerContext(globalName) {
961
983
  if (!ContextRegistry[globalName]) {
@@ -974,7 +996,7 @@ function defaultErrorHandler(error) {
974
996
  var OPEN = 0;
975
997
  var CLOSING = 1;
976
998
  var CLOSED = 2;
977
- function createRequest(model, bundlerConfig, onError, context) {
999
+ function createRequest(model, bundlerConfig, onError, context, identifierPrefix) {
978
1000
  var pingedSegments = [];
979
1001
  var request = {
980
1002
  status: OPEN,
@@ -991,6 +1013,8 @@ function createRequest(model, bundlerConfig, onError, context) {
991
1013
  writtenSymbols: new Map(),
992
1014
  writtenModules: new Map(),
993
1015
  writtenProviders: new Map(),
1016
+ identifierPrefix: identifierPrefix || '',
1017
+ identifierCount: 1,
994
1018
  onError: onError === undefined ? defaultErrorHandler : onError,
995
1019
  toJSON: function (key, value) {
996
1020
  return resolveModelToJSON(request, this, key, value);
@@ -1603,6 +1627,7 @@ function performWork(request) {
1603
1627
  var prevCache = getCurrentCache();
1604
1628
  ReactCurrentDispatcher.current = Dispatcher;
1605
1629
  setCurrentCache(request.cache);
1630
+ prepareToUseHooksForRequest(request);
1606
1631
 
1607
1632
  try {
1608
1633
  var pingedSegments = request.pingedSegments;
@@ -1622,6 +1647,7 @@ function performWork(request) {
1622
1647
  } finally {
1623
1648
  ReactCurrentDispatcher.current = prevDispatcher;
1624
1649
  setCurrentCache(prevCache);
1650
+ resetHooksForRequest();
1625
1651
  }
1626
1652
  }
1627
1653
 
@@ -1747,9 +1773,20 @@ function importServerContexts(contexts) {
1747
1773
  return rootContextSnapshot;
1748
1774
  }
1749
1775
 
1750
- function renderToReadableStream(model, options, context) {
1751
- var request = createRequest(model, {}, // Manifest, not used
1752
- options ? options.onError : undefined, context);
1776
+ function renderToReadableStream(model, options) {
1777
+ var request = createRequest( // Wrap root in a dummy element that simply adds a flag
1778
+ // to the current dispatcher to check later in the proxies.
1779
+ assign({}, model, {
1780
+ $$typeof: Symbol.for('react.element'),
1781
+ props: {
1782
+ children: model
1783
+ },
1784
+ type: function () {
1785
+ React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher.current.isRsc = true;
1786
+ return model;
1787
+ }
1788
+ }), {}, // Manifest, not used
1789
+ options ? options.onError : undefined, options ? options.context : undefined, options ? options.identifierPrefix : undefined);
1753
1790
  var stream = new ReadableStream({
1754
1791
  type: 'bytes',
1755
1792
  start: function (controller) {