@shopify/hydrogen-react 2025.7.0 → 2025.7.2

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 (259) hide show
  1. package/dist/browser-dev/ShopifyProvider.mjs +18 -1
  2. package/dist/browser-dev/ShopifyProvider.mjs.map +1 -1
  3. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  4. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  5. package/dist/browser-dev/_virtual/with-selector.production.mjs +5 -0
  6. package/dist/browser-dev/_virtual/with-selector.production.mjs.map +1 -0
  7. package/dist/browser-dev/analytics-schema-custom-storefront-customer-tracking.mjs +4 -3
  8. package/dist/browser-dev/analytics-schema-custom-storefront-customer-tracking.mjs.map +1 -1
  9. package/dist/browser-dev/analytics.mjs +4 -5
  10. package/dist/browser-dev/analytics.mjs.map +1 -1
  11. package/dist/browser-dev/cart-hooks.mjs +25 -7
  12. package/dist/browser-dev/cart-hooks.mjs.map +1 -1
  13. package/dist/browser-dev/cookies-utils.mjs +4 -4
  14. package/dist/browser-dev/cookies-utils.mjs.map +1 -1
  15. package/dist/browser-dev/index.mjs +4 -0
  16. package/dist/browser-dev/index.mjs.map +1 -1
  17. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  18. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  19. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  20. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  21. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  22. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  23. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  24. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  25. package/dist/browser-dev/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  26. package/dist/browser-dev/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  27. package/dist/browser-dev/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  28. package/dist/browser-dev/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  29. package/dist/browser-dev/packages/hydrogen-react/package.json.mjs +1 -1
  30. package/dist/browser-dev/tracking-utils.mjs +92 -0
  31. package/dist/browser-dev/tracking-utils.mjs.map +1 -0
  32. package/dist/browser-dev/useShopifyCookies.mjs +96 -9
  33. package/dist/browser-dev/useShopifyCookies.mjs.map +1 -1
  34. package/dist/browser-prod/ShopifyProvider.mjs +18 -1
  35. package/dist/browser-prod/ShopifyProvider.mjs.map +1 -1
  36. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  37. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  38. package/dist/browser-prod/_virtual/with-selector.production.mjs +5 -0
  39. package/dist/browser-prod/_virtual/with-selector.production.mjs.map +1 -0
  40. package/dist/browser-prod/analytics-schema-custom-storefront-customer-tracking.mjs +4 -3
  41. package/dist/browser-prod/analytics-schema-custom-storefront-customer-tracking.mjs.map +1 -1
  42. package/dist/browser-prod/analytics.mjs +4 -5
  43. package/dist/browser-prod/analytics.mjs.map +1 -1
  44. package/dist/browser-prod/cart-hooks.mjs +25 -7
  45. package/dist/browser-prod/cart-hooks.mjs.map +1 -1
  46. package/dist/browser-prod/cookies-utils.mjs +4 -4
  47. package/dist/browser-prod/cookies-utils.mjs.map +1 -1
  48. package/dist/browser-prod/index.mjs +4 -0
  49. package/dist/browser-prod/index.mjs.map +1 -1
  50. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  51. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  52. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  53. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  54. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  55. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  56. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  57. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  58. package/dist/browser-prod/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  59. package/dist/browser-prod/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  60. package/dist/browser-prod/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  61. package/dist/browser-prod/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  62. package/dist/browser-prod/packages/hydrogen-react/package.json.mjs +1 -1
  63. package/dist/browser-prod/tracking-utils.mjs +92 -0
  64. package/dist/browser-prod/tracking-utils.mjs.map +1 -0
  65. package/dist/browser-prod/useShopifyCookies.mjs +96 -9
  66. package/dist/browser-prod/useShopifyCookies.mjs.map +1 -1
  67. package/dist/node-dev/ShopifyProvider.js +18 -1
  68. package/dist/node-dev/ShopifyProvider.js.map +1 -1
  69. package/dist/node-dev/ShopifyProvider.mjs +18 -1
  70. package/dist/node-dev/ShopifyProvider.mjs.map +1 -1
  71. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.js +5 -0
  72. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.js.map +1 -0
  73. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  74. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  75. package/dist/node-dev/_virtual/with-selector.production.js +5 -0
  76. package/dist/node-dev/_virtual/with-selector.production.js.map +1 -0
  77. package/dist/node-dev/_virtual/with-selector.production.mjs +5 -0
  78. package/dist/node-dev/_virtual/with-selector.production.mjs.map +1 -0
  79. package/dist/node-dev/analytics-schema-custom-storefront-customer-tracking.js +4 -3
  80. package/dist/node-dev/analytics-schema-custom-storefront-customer-tracking.js.map +1 -1
  81. package/dist/node-dev/analytics-schema-custom-storefront-customer-tracking.mjs +4 -3
  82. package/dist/node-dev/analytics-schema-custom-storefront-customer-tracking.mjs.map +1 -1
  83. package/dist/node-dev/analytics.js +4 -5
  84. package/dist/node-dev/analytics.js.map +1 -1
  85. package/dist/node-dev/analytics.mjs +4 -5
  86. package/dist/node-dev/analytics.mjs.map +1 -1
  87. package/dist/node-dev/cart-hooks.js +24 -6
  88. package/dist/node-dev/cart-hooks.js.map +1 -1
  89. package/dist/node-dev/cart-hooks.mjs +25 -7
  90. package/dist/node-dev/cart-hooks.mjs.map +1 -1
  91. package/dist/node-dev/cookies-utils.js +4 -4
  92. package/dist/node-dev/cookies-utils.js.map +1 -1
  93. package/dist/node-dev/cookies-utils.mjs +4 -4
  94. package/dist/node-dev/cookies-utils.mjs.map +1 -1
  95. package/dist/node-dev/index.js +4 -0
  96. package/dist/node-dev/index.js.map +1 -1
  97. package/dist/node-dev/index.mjs +4 -0
  98. package/dist/node-dev/index.mjs.map +1 -1
  99. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +52 -74
  100. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -1
  101. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  102. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  103. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +78 -0
  104. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
  105. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  106. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  107. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -111
  108. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -1
  109. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  110. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  111. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
  112. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  113. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  114. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  115. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.js +2 -2
  116. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.js.map +1 -1
  117. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  118. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  119. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.js +2 -2
  120. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -1
  121. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  122. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  123. package/dist/node-dev/packages/hydrogen-react/package.json.js +1 -1
  124. package/dist/node-dev/packages/hydrogen-react/package.json.mjs +1 -1
  125. package/dist/node-dev/tracking-utils.js +92 -0
  126. package/dist/node-dev/tracking-utils.js.map +1 -0
  127. package/dist/node-dev/tracking-utils.mjs +92 -0
  128. package/dist/node-dev/tracking-utils.mjs.map +1 -0
  129. package/dist/node-dev/useShopifyCookies.js +94 -7
  130. package/dist/node-dev/useShopifyCookies.js.map +1 -1
  131. package/dist/node-dev/useShopifyCookies.mjs +96 -9
  132. package/dist/node-dev/useShopifyCookies.mjs.map +1 -1
  133. package/dist/node-prod/ShopifyProvider.js +18 -1
  134. package/dist/node-prod/ShopifyProvider.js.map +1 -1
  135. package/dist/node-prod/ShopifyProvider.mjs +18 -1
  136. package/dist/node-prod/ShopifyProvider.mjs.map +1 -1
  137. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.js +5 -0
  138. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.js.map +1 -0
  139. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  140. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  141. package/dist/node-prod/_virtual/with-selector.production.js +5 -0
  142. package/dist/node-prod/_virtual/with-selector.production.js.map +1 -0
  143. package/dist/node-prod/_virtual/with-selector.production.mjs +5 -0
  144. package/dist/node-prod/_virtual/with-selector.production.mjs.map +1 -0
  145. package/dist/node-prod/analytics-schema-custom-storefront-customer-tracking.js +4 -3
  146. package/dist/node-prod/analytics-schema-custom-storefront-customer-tracking.js.map +1 -1
  147. package/dist/node-prod/analytics-schema-custom-storefront-customer-tracking.mjs +4 -3
  148. package/dist/node-prod/analytics-schema-custom-storefront-customer-tracking.mjs.map +1 -1
  149. package/dist/node-prod/analytics.js +4 -5
  150. package/dist/node-prod/analytics.js.map +1 -1
  151. package/dist/node-prod/analytics.mjs +4 -5
  152. package/dist/node-prod/analytics.mjs.map +1 -1
  153. package/dist/node-prod/cart-hooks.js +24 -6
  154. package/dist/node-prod/cart-hooks.js.map +1 -1
  155. package/dist/node-prod/cart-hooks.mjs +25 -7
  156. package/dist/node-prod/cart-hooks.mjs.map +1 -1
  157. package/dist/node-prod/cookies-utils.js +4 -4
  158. package/dist/node-prod/cookies-utils.js.map +1 -1
  159. package/dist/node-prod/cookies-utils.mjs +4 -4
  160. package/dist/node-prod/cookies-utils.mjs.map +1 -1
  161. package/dist/node-prod/index.js +4 -0
  162. package/dist/node-prod/index.js.map +1 -1
  163. package/dist/node-prod/index.mjs +4 -0
  164. package/dist/node-prod/index.mjs.map +1 -1
  165. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +52 -74
  166. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -1
  167. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  168. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  169. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +78 -0
  170. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
  171. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  172. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  173. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -111
  174. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -1
  175. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  176. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  177. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
  178. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  179. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  180. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  181. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.js +2 -2
  182. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.js.map +1 -1
  183. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  184. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  185. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.js +2 -2
  186. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -1
  187. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  188. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  189. package/dist/node-prod/packages/hydrogen-react/package.json.js +1 -1
  190. package/dist/node-prod/packages/hydrogen-react/package.json.mjs +1 -1
  191. package/dist/node-prod/tracking-utils.js +92 -0
  192. package/dist/node-prod/tracking-utils.js.map +1 -0
  193. package/dist/node-prod/tracking-utils.mjs +92 -0
  194. package/dist/node-prod/tracking-utils.mjs.map +1 -0
  195. package/dist/node-prod/useShopifyCookies.js +94 -7
  196. package/dist/node-prod/useShopifyCookies.js.map +1 -1
  197. package/dist/node-prod/useShopifyCookies.mjs +96 -9
  198. package/dist/node-prod/useShopifyCookies.mjs.map +1 -1
  199. package/dist/types/ShopifyProvider.d.ts +5 -0
  200. package/dist/types/analytics-schema-custom-storefront-customer-tracking.d.ts +3 -3
  201. package/dist/types/analytics-types.d.ts +24 -4
  202. package/dist/types/cookies-utils.d.ts +4 -0
  203. package/dist/types/index.d.cts +1 -0
  204. package/dist/types/index.d.ts +1 -0
  205. package/dist/types/tracking-utils.d.ts +21 -0
  206. package/dist/types/useShopifyCookies.d.ts +28 -2
  207. package/dist/umd/hydrogen-react.dev.js +385 -277
  208. package/dist/umd/hydrogen-react.dev.js.map +1 -1
  209. package/dist/umd/hydrogen-react.prod.js +22 -22
  210. package/dist/umd/hydrogen-react.prod.js.map +1 -1
  211. package/package.json +5 -5
  212. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  213. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  214. package/dist/browser-dev/_virtual/with-selector.production.min.mjs +0 -5
  215. package/dist/browser-dev/_virtual/with-selector.production.min.mjs.map +0 -1
  216. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  217. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  218. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  219. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  220. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  221. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  222. package/dist/browser-prod/_virtual/with-selector.production.min.mjs +0 -5
  223. package/dist/browser-prod/_virtual/with-selector.production.min.mjs.map +0 -1
  224. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  225. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  226. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  227. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  228. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.js +0 -5
  229. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.js.map +0 -1
  230. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  231. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  232. package/dist/node-dev/_virtual/with-selector.production.min.js +0 -5
  233. package/dist/node-dev/_virtual/with-selector.production.min.js.map +0 -1
  234. package/dist/node-dev/_virtual/with-selector.production.min.mjs +0 -5
  235. package/dist/node-dev/_virtual/with-selector.production.min.mjs.map +0 -1
  236. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js +0 -67
  237. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js.map +0 -1
  238. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  239. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  240. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js +0 -57
  241. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js.map +0 -1
  242. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  243. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  244. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.js +0 -5
  245. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.js.map +0 -1
  246. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  247. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  248. package/dist/node-prod/_virtual/with-selector.production.min.js +0 -5
  249. package/dist/node-prod/_virtual/with-selector.production.min.js.map +0 -1
  250. package/dist/node-prod/_virtual/with-selector.production.min.mjs +0 -5
  251. package/dist/node-prod/_virtual/with-selector.production.min.mjs.map +0 -1
  252. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js +0 -67
  253. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js.map +0 -1
  254. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  255. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  256. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js +0 -57
  257. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js.map +0 -1
  258. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  259. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
@@ -1,57 +0,0 @@
1
- import { __exports as useSyncExternalStoreShim_production_min } from "../../../_virtual/use-sync-external-store-shim.production.min.mjs";
2
- import React__default from "react";
3
- /**
4
- * @license React
5
- * use-sync-external-store-shim.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var hasRequiredUseSyncExternalStoreShim_production_min;
13
- function requireUseSyncExternalStoreShim_production_min() {
14
- if (hasRequiredUseSyncExternalStoreShim_production_min) return useSyncExternalStoreShim_production_min;
15
- hasRequiredUseSyncExternalStoreShim_production_min = 1;
16
- var e = React__default;
17
- function h(a, b) {
18
- return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
19
- }
20
- var k = "function" === typeof Object.is ? Object.is : h, l = e.useState, m = e.useEffect, n = e.useLayoutEffect, p = e.useDebugValue;
21
- function q(a, b) {
22
- var d = b(), f = l({ inst: { value: d, getSnapshot: b } }), c = f[0].inst, g = f[1];
23
- n(function() {
24
- c.value = d;
25
- c.getSnapshot = b;
26
- r(c) && g({ inst: c });
27
- }, [a, d, b]);
28
- m(function() {
29
- r(c) && g({ inst: c });
30
- return a(function() {
31
- r(c) && g({ inst: c });
32
- });
33
- }, [a]);
34
- p(d);
35
- return d;
36
- }
37
- function r(a) {
38
- var b = a.getSnapshot;
39
- a = a.value;
40
- try {
41
- var d = b();
42
- return !k(a, d);
43
- } catch (f) {
44
- return true;
45
- }
46
- }
47
- function t(a, b) {
48
- return b();
49
- }
50
- var u = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? t : q;
51
- useSyncExternalStoreShim_production_min.useSyncExternalStore = void 0 !== e.useSyncExternalStore ? e.useSyncExternalStore : u;
52
- return useSyncExternalStoreShim_production_min;
53
- }
54
- export {
55
- requireUseSyncExternalStoreShim_production_min as __require
56
- };
57
- //# sourceMappingURL=use-sync-external-store-shim.production.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sync-external-store-shim.production.min.mjs","sources":["../../../../../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var e=require(\"react\");function h(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var k=\"function\"===typeof Object.is?Object.is:h,l=e.useState,m=e.useEffect,n=e.useLayoutEffect,p=e.useDebugValue;function q(a,b){var d=b(),f=l({inst:{value:d,getSnapshot:b}}),c=f[0].inst,g=f[1];n(function(){c.value=d;c.getSnapshot=b;r(c)&&g({inst:c})},[a,d,b]);m(function(){r(c)&&g({inst:c});return a(function(){r(c)&&g({inst:c})})},[a]);p(d);return d}\nfunction r(a){var b=a.getSnapshot;a=a.value;try{var d=b();return!k(a,d)}catch(f){return!0}}function t(a,b){return b()}var u=\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement?t:q;exports.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;;;;;AASa,MAAI,IAAEA;AAAiB,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,MAAI,MAAI,MAAI,KAAG,IAAE,MAAI,IAAE,MAAI,MAAI,KAAG,MAAI;AAAA,EAAC;AAAC,MAAI,IAAE,eAAa,OAAO,OAAO,KAAG,OAAO,KAAG,GAAE,IAAE,EAAE,UAAS,IAAE,EAAE,WAAU,IAAE,EAAE,iBAAgB,IAAE,EAAE;AAAc,WAAS,EAAE,GAAE,GAAE;AAAC,QAAI,IAAE,EAAC,GAAG,IAAE,EAAE,EAAC,MAAK,EAAC,OAAM,GAAE,aAAY,EAAC,EAAC,CAAC,GAAE,IAAE,EAAE,CAAC,EAAE,MAAK,IAAE,EAAE,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,QAAM;AAAE,QAAE,cAAY;AAAE,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,IAAC,GAAE,CAAC,GAAE,GAAE,CAAC,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAE,aAAO,EAAE,WAAU;AAAC,UAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,MAAC,CAAC;AAAA,IAAC,GAAE,CAAC,CAAC,CAAC;AAAE,MAAE,CAAC;AAAE,WAAO;AAAA,EAAC;AAClc,WAAS,EAAE,GAAE;AAAC,QAAI,IAAE,EAAE;AAAY,QAAE,EAAE;AAAM,QAAG;AAAC,UAAI,IAAE,EAAC;AAAG,aAAM,CAAC,EAAE,GAAE,CAAC;AAAA,IAAC,SAAO,GAAE;AAAC,aAAM;AAAA,IAAE;AAAA,EAAC;AAAC,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,EAAC;AAAA,EAAE;AAAC,MAAI,IAAE,gBAAc,OAAO,UAAQ,gBAAc,OAAO,OAAO,YAAU,gBAAc,OAAO,OAAO,SAAS,gBAAc,IAAE;AAAE,0CAAA,uBAA6B,WAAS,EAAE,uBAAqB,EAAE,uBAAqB;;;","x_google_ignoreList":[0]}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var useSyncExternalStoreShim_production_min = {};
4
- exports.__exports = useSyncExternalStoreShim_production_min;
5
- //# sourceMappingURL=use-sync-external-store-shim.production.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sync-external-store-shim.production.min.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,5 +0,0 @@
1
- var useSyncExternalStoreShim_production_min = {};
2
- export {
3
- useSyncExternalStoreShim_production_min as __exports
4
- };
5
- //# sourceMappingURL=use-sync-external-store-shim.production.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sync-external-store-shim.production.min.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var withSelector_production_min = {};
4
- exports.__exports = withSelector_production_min;
5
- //# sourceMappingURL=with-selector.production.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-selector.production.min.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,5 +0,0 @@
1
- var withSelector_production_min = {};
2
- export {
3
- withSelector_production_min as __exports
4
- };
5
- //# sourceMappingURL=with-selector.production.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-selector.production.min.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,67 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const withSelector_production_min = require("../../../../_virtual/with-selector.production.min.js");
4
- const React = require("react");
5
- const index = require("../../shim/index.js");
6
- /**
7
- * @license React
8
- * use-sync-external-store-shim/with-selector.production.min.js
9
- *
10
- * Copyright (c) Facebook, Inc. and its affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
- var hasRequiredWithSelector_production_min;
16
- function requireWithSelector_production_min() {
17
- if (hasRequiredWithSelector_production_min) return withSelector_production_min.__exports;
18
- hasRequiredWithSelector_production_min = 1;
19
- var h = React, n = index.__require();
20
- function p(a, b) {
21
- return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
22
- }
23
- var q = "function" === typeof Object.is ? Object.is : p, r = n.useSyncExternalStore, t = h.useRef, u = h.useEffect, v = h.useMemo, w = h.useDebugValue;
24
- withSelector_production_min.__exports.useSyncExternalStoreWithSelector = function(a, b, e, l, g) {
25
- var c = t(null);
26
- if (null === c.current) {
27
- var f = { hasValue: false, value: null };
28
- c.current = f;
29
- } else f = c.current;
30
- c = v(function() {
31
- function a2(a3) {
32
- if (!c2) {
33
- c2 = true;
34
- d2 = a3;
35
- a3 = l(a3);
36
- if (void 0 !== g && f.hasValue) {
37
- var b2 = f.value;
38
- if (g(b2, a3)) return k = b2;
39
- }
40
- return k = a3;
41
- }
42
- b2 = k;
43
- if (q(d2, a3)) return b2;
44
- var e2 = l(a3);
45
- if (void 0 !== g && g(b2, e2)) return b2;
46
- d2 = a3;
47
- return k = e2;
48
- }
49
- var c2 = false, d2, k, m = void 0 === e ? null : e;
50
- return [function() {
51
- return a2(b());
52
- }, null === m ? void 0 : function() {
53
- return a2(m());
54
- }];
55
- }, [b, e, l, g]);
56
- var d = r(a, c[0], c[1]);
57
- u(function() {
58
- f.hasValue = true;
59
- f.value = d;
60
- }, [d]);
61
- w(d);
62
- return d;
63
- };
64
- return withSelector_production_min.__exports;
65
- }
66
- exports.__require = requireWithSelector_production_min;
67
- //# sourceMappingURL=with-selector.production.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-selector.production.min.js","sources":["../../../../../../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim/with-selector.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var h=require(\"react\"),n=require(\"use-sync-external-store/shim\");function p(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var q=\"function\"===typeof Object.is?Object.is:p,r=n.useSyncExternalStore,t=h.useRef,u=h.useEffect,v=h.useMemo,w=h.useDebugValue;\nexports.useSyncExternalStoreWithSelector=function(a,b,e,l,g){var c=t(null);if(null===c.current){var f={hasValue:!1,value:null};c.current=f}else f=c.current;c=v(function(){function a(a){if(!c){c=!0;d=a;a=l(a);if(void 0!==g&&f.hasValue){var b=f.value;if(g(b,a))return k=b}return k=a}b=k;if(q(d,a))return b;var e=l(a);if(void 0!==g&&g(b,e))return b;d=a;return k=e}var c=!1,d,k,m=void 0===e?null:e;return[function(){return a(b())},null===m?void 0:function(){return a(m())}]},[b,e,l,g]);var d=r(a,c[0],c[1]);\nu(function(){f.hasValue=!0;f.value=d},[d]);w(d);return d};\n"],"names":["require$$0","require$$1","withSelector_production_min","a","c","d","b","e"],"mappings":";;;;;;;;;;;;;;;;;;AASa,MAAI,IAAEA,OAAiB,IAAEC,gBAAA;AAAwC,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,MAAI,MAAI,MAAI,KAAG,IAAE,MAAI,IAAE,MAAI,MAAI,KAAG,MAAI;AAAA,EAAC;AAAC,MAAI,IAAE,eAAa,OAAO,OAAO,KAAG,OAAO,KAAG,GAAE,IAAE,EAAE,sBAAqB,IAAE,EAAE,QAAO,IAAE,EAAE,WAAU,IAAE,EAAE,SAAQ,IAAE,EAAE;AAC/PC,8BAAAA,UAAA,mCAAyC,SAAS,GAAE,GAAE,GAAE,GAAE,GAAE;AAAC,QAAI,IAAE,EAAE,IAAI;AAAE,QAAG,SAAO,EAAE,SAAQ;AAAC,UAAI,IAAE,EAAC,UAAS,OAAG,OAAM,KAAI;AAAE,QAAE,UAAQ;AAAA,IAAC,MAAM,KAAE,EAAE;AAAQ,QAAE,EAAE,WAAU;AAAC,eAASC,GAAEA,IAAE;AAAC,YAAG,CAACC,IAAE;AAAC,UAAAA,KAAE;AAAG,UAAAC,KAAEF;AAAE,UAAAA,KAAE,EAAEA,EAAC;AAAE,cAAG,WAAS,KAAG,EAAE,UAAS;AAAC,gBAAIG,KAAE,EAAE;AAAM,gBAAG,EAAEA,IAAEH,EAAC,EAAE,QAAO,IAAEG;AAAA,UAAC;AAAC,iBAAO,IAAEH;AAAA,QAAC;AAAC,QAAAG,KAAE;AAAE,YAAG,EAAED,IAAEF,EAAC,EAAE,QAAOG;AAAE,YAAIC,KAAE,EAAEJ,EAAC;AAAE,YAAG,WAAS,KAAG,EAAEG,IAAEC,EAAC,EAAE,QAAOD;AAAE,QAAAD,KAAEF;AAAE,eAAO,IAAEI;AAAA,MAAC;AAAC,UAAIH,KAAE,OAAGC,IAAE,GAAE,IAAE,WAAS,IAAE,OAAK;AAAE,aAAM,CAAC,WAAU;AAAC,eAAOF,GAAE,EAAC,CAAE;AAAA,MAAC,GAAE,SAAO,IAAE,SAAO,WAAU;AAAC,eAAOA,GAAE,EAAC,CAAE;AAAA,MAAC,CAAC;AAAA,IAAC,GAAE,CAAC,GAAE,GAAE,GAAE,CAAC,CAAC;AAAE,QAAI,IAAE,EAAE,GAAE,EAAE,CAAC,GAAE,EAAE,CAAC,CAAC;AACrf,MAAE,WAAU;AAAC,QAAE,WAAS;AAAG,QAAE,QAAM;AAAA,IAAC,GAAE,CAAC,CAAC,CAAC;AAAE,MAAE,CAAC;AAAE,WAAO;AAAA,EAAC;;;;","x_google_ignoreList":[0]}
@@ -1,67 +0,0 @@
1
- import { __exports as withSelector_production_min } from "../../../../_virtual/with-selector.production.min.mjs";
2
- import React__default from "react";
3
- import { __require as requireShim } from "../../shim/index.mjs";
4
- /**
5
- * @license React
6
- * use-sync-external-store-shim/with-selector.production.min.js
7
- *
8
- * Copyright (c) Facebook, Inc. and its affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */
13
- var hasRequiredWithSelector_production_min;
14
- function requireWithSelector_production_min() {
15
- if (hasRequiredWithSelector_production_min) return withSelector_production_min;
16
- hasRequiredWithSelector_production_min = 1;
17
- var h = React__default, n = requireShim();
18
- function p(a, b) {
19
- return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
20
- }
21
- var q = "function" === typeof Object.is ? Object.is : p, r = n.useSyncExternalStore, t = h.useRef, u = h.useEffect, v = h.useMemo, w = h.useDebugValue;
22
- withSelector_production_min.useSyncExternalStoreWithSelector = function(a, b, e, l, g) {
23
- var c = t(null);
24
- if (null === c.current) {
25
- var f = { hasValue: false, value: null };
26
- c.current = f;
27
- } else f = c.current;
28
- c = v(function() {
29
- function a2(a3) {
30
- if (!c2) {
31
- c2 = true;
32
- d2 = a3;
33
- a3 = l(a3);
34
- if (void 0 !== g && f.hasValue) {
35
- var b2 = f.value;
36
- if (g(b2, a3)) return k = b2;
37
- }
38
- return k = a3;
39
- }
40
- b2 = k;
41
- if (q(d2, a3)) return b2;
42
- var e2 = l(a3);
43
- if (void 0 !== g && g(b2, e2)) return b2;
44
- d2 = a3;
45
- return k = e2;
46
- }
47
- var c2 = false, d2, k, m = void 0 === e ? null : e;
48
- return [function() {
49
- return a2(b());
50
- }, null === m ? void 0 : function() {
51
- return a2(m());
52
- }];
53
- }, [b, e, l, g]);
54
- var d = r(a, c[0], c[1]);
55
- u(function() {
56
- f.hasValue = true;
57
- f.value = d;
58
- }, [d]);
59
- w(d);
60
- return d;
61
- };
62
- return withSelector_production_min;
63
- }
64
- export {
65
- requireWithSelector_production_min as __require
66
- };
67
- //# sourceMappingURL=with-selector.production.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"with-selector.production.min.mjs","sources":["../../../../../../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim/with-selector.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var h=require(\"react\"),n=require(\"use-sync-external-store/shim\");function p(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var q=\"function\"===typeof Object.is?Object.is:p,r=n.useSyncExternalStore,t=h.useRef,u=h.useEffect,v=h.useMemo,w=h.useDebugValue;\nexports.useSyncExternalStoreWithSelector=function(a,b,e,l,g){var c=t(null);if(null===c.current){var f={hasValue:!1,value:null};c.current=f}else f=c.current;c=v(function(){function a(a){if(!c){c=!0;d=a;a=l(a);if(void 0!==g&&f.hasValue){var b=f.value;if(g(b,a))return k=b}return k=a}b=k;if(q(d,a))return b;var e=l(a);if(void 0!==g&&g(b,e))return b;d=a;return k=e}var c=!1,d,k,m=void 0===e?null:e;return[function(){return a(b())},null===m?void 0:function(){return a(m())}]},[b,e,l,g]);var d=r(a,c[0],c[1]);\nu(function(){f.hasValue=!0;f.value=d},[d]);w(d);return d};\n"],"names":["require$$0","require$$1","a","c","d","b","e"],"mappings":";;;;;;;;;;;;;;;;AASa,MAAI,IAAEA,gBAAiB,IAAEC,YAAA;AAAwC,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,MAAI,MAAI,MAAI,KAAG,IAAE,MAAI,IAAE,MAAI,MAAI,KAAG,MAAI;AAAA,EAAC;AAAC,MAAI,IAAE,eAAa,OAAO,OAAO,KAAG,OAAO,KAAG,GAAE,IAAE,EAAE,sBAAqB,IAAE,EAAE,QAAO,IAAE,EAAE,WAAU,IAAE,EAAE,SAAQ,IAAE,EAAE;AAC/P,8BAAA,mCAAyC,SAAS,GAAE,GAAE,GAAE,GAAE,GAAE;AAAC,QAAI,IAAE,EAAE,IAAI;AAAE,QAAG,SAAO,EAAE,SAAQ;AAAC,UAAI,IAAE,EAAC,UAAS,OAAG,OAAM,KAAI;AAAE,QAAE,UAAQ;AAAA,IAAC,MAAM,KAAE,EAAE;AAAQ,QAAE,EAAE,WAAU;AAAC,eAASC,GAAEA,IAAE;AAAC,YAAG,CAACC,IAAE;AAAC,UAAAA,KAAE;AAAG,UAAAC,KAAEF;AAAE,UAAAA,KAAE,EAAEA,EAAC;AAAE,cAAG,WAAS,KAAG,EAAE,UAAS;AAAC,gBAAIG,KAAE,EAAE;AAAM,gBAAG,EAAEA,IAAEH,EAAC,EAAE,QAAO,IAAEG;AAAA,UAAC;AAAC,iBAAO,IAAEH;AAAA,QAAC;AAAC,QAAAG,KAAE;AAAE,YAAG,EAAED,IAAEF,EAAC,EAAE,QAAOG;AAAE,YAAIC,KAAE,EAAEJ,EAAC;AAAE,YAAG,WAAS,KAAG,EAAEG,IAAEC,EAAC,EAAE,QAAOD;AAAE,QAAAD,KAAEF;AAAE,eAAO,IAAEI;AAAA,MAAC;AAAC,UAAIH,KAAE,OAAGC,IAAE,GAAE,IAAE,WAAS,IAAE,OAAK;AAAE,aAAM,CAAC,WAAU;AAAC,eAAOF,GAAE,EAAC,CAAE;AAAA,MAAC,GAAE,SAAO,IAAE,SAAO,WAAU;AAAC,eAAOA,GAAE,EAAC,CAAE;AAAA,MAAC,CAAC;AAAA,IAAC,GAAE,CAAC,GAAE,GAAE,GAAE,CAAC,CAAC;AAAE,QAAI,IAAE,EAAE,GAAE,EAAE,CAAC,GAAE,EAAE,CAAC,CAAC;AACrf,MAAE,WAAU;AAAC,QAAE,WAAS;AAAG,QAAE,QAAM;AAAA,IAAC,GAAE,CAAC,CAAC,CAAC;AAAE,MAAE,CAAC;AAAE,WAAO;AAAA,EAAC;;;","x_google_ignoreList":[0]}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const useSyncExternalStoreShim_production_min = require("../../../_virtual/use-sync-external-store-shim.production.min.js");
4
- const React = require("react");
5
- /**
6
- * @license React
7
- * use-sync-external-store-shim.production.min.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var hasRequiredUseSyncExternalStoreShim_production_min;
15
- function requireUseSyncExternalStoreShim_production_min() {
16
- if (hasRequiredUseSyncExternalStoreShim_production_min) return useSyncExternalStoreShim_production_min.__exports;
17
- hasRequiredUseSyncExternalStoreShim_production_min = 1;
18
- var e = React;
19
- function h(a, b) {
20
- return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
21
- }
22
- var k = "function" === typeof Object.is ? Object.is : h, l = e.useState, m = e.useEffect, n = e.useLayoutEffect, p = e.useDebugValue;
23
- function q(a, b) {
24
- var d = b(), f = l({ inst: { value: d, getSnapshot: b } }), c = f[0].inst, g = f[1];
25
- n(function() {
26
- c.value = d;
27
- c.getSnapshot = b;
28
- r(c) && g({ inst: c });
29
- }, [a, d, b]);
30
- m(function() {
31
- r(c) && g({ inst: c });
32
- return a(function() {
33
- r(c) && g({ inst: c });
34
- });
35
- }, [a]);
36
- p(d);
37
- return d;
38
- }
39
- function r(a) {
40
- var b = a.getSnapshot;
41
- a = a.value;
42
- try {
43
- var d = b();
44
- return !k(a, d);
45
- } catch (f) {
46
- return true;
47
- }
48
- }
49
- function t(a, b) {
50
- return b();
51
- }
52
- var u = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? t : q;
53
- useSyncExternalStoreShim_production_min.__exports.useSyncExternalStore = void 0 !== e.useSyncExternalStore ? e.useSyncExternalStore : u;
54
- return useSyncExternalStoreShim_production_min.__exports;
55
- }
56
- exports.__require = requireUseSyncExternalStoreShim_production_min;
57
- //# sourceMappingURL=use-sync-external-store-shim.production.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sync-external-store-shim.production.min.js","sources":["../../../../../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var e=require(\"react\");function h(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var k=\"function\"===typeof Object.is?Object.is:h,l=e.useState,m=e.useEffect,n=e.useLayoutEffect,p=e.useDebugValue;function q(a,b){var d=b(),f=l({inst:{value:d,getSnapshot:b}}),c=f[0].inst,g=f[1];n(function(){c.value=d;c.getSnapshot=b;r(c)&&g({inst:c})},[a,d,b]);m(function(){r(c)&&g({inst:c});return a(function(){r(c)&&g({inst:c})})},[a]);p(d);return d}\nfunction r(a){var b=a.getSnapshot;a=a.value;try{var d=b();return!k(a,d)}catch(f){return!0}}function t(a,b){return b()}var u=\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement?t:q;exports.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u;\n"],"names":["require$$0","useSyncExternalStoreShim_production_min"],"mappings":";;;;;;;;;;;;;;;;;AASa,MAAI,IAAEA;AAAiB,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,MAAI,MAAI,MAAI,KAAG,IAAE,MAAI,IAAE,MAAI,MAAI,KAAG,MAAI;AAAA,EAAC;AAAC,MAAI,IAAE,eAAa,OAAO,OAAO,KAAG,OAAO,KAAG,GAAE,IAAE,EAAE,UAAS,IAAE,EAAE,WAAU,IAAE,EAAE,iBAAgB,IAAE,EAAE;AAAc,WAAS,EAAE,GAAE,GAAE;AAAC,QAAI,IAAE,EAAC,GAAG,IAAE,EAAE,EAAC,MAAK,EAAC,OAAM,GAAE,aAAY,EAAC,EAAC,CAAC,GAAE,IAAE,EAAE,CAAC,EAAE,MAAK,IAAE,EAAE,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,QAAM;AAAE,QAAE,cAAY;AAAE,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,IAAC,GAAE,CAAC,GAAE,GAAE,CAAC,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAE,aAAO,EAAE,WAAU;AAAC,UAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,MAAC,CAAC;AAAA,IAAC,GAAE,CAAC,CAAC,CAAC;AAAE,MAAE,CAAC;AAAE,WAAO;AAAA,EAAC;AAClc,WAAS,EAAE,GAAE;AAAC,QAAI,IAAE,EAAE;AAAY,QAAE,EAAE;AAAM,QAAG;AAAC,UAAI,IAAE,EAAC;AAAG,aAAM,CAAC,EAAE,GAAE,CAAC;AAAA,IAAC,SAAO,GAAE;AAAC,aAAM;AAAA,IAAE;AAAA,EAAC;AAAC,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,EAAC;AAAA,EAAE;AAAC,MAAI,IAAE,gBAAc,OAAO,UAAQ,gBAAc,OAAO,OAAO,YAAU,gBAAc,OAAO,OAAO,SAAS,gBAAc,IAAE;AAAEC,0CAAAA,UAAA,uBAA6B,WAAS,EAAE,uBAAqB,EAAE,uBAAqB;;;;","x_google_ignoreList":[0]}
@@ -1,57 +0,0 @@
1
- import { __exports as useSyncExternalStoreShim_production_min } from "../../../_virtual/use-sync-external-store-shim.production.min.mjs";
2
- import React__default from "react";
3
- /**
4
- * @license React
5
- * use-sync-external-store-shim.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var hasRequiredUseSyncExternalStoreShim_production_min;
13
- function requireUseSyncExternalStoreShim_production_min() {
14
- if (hasRequiredUseSyncExternalStoreShim_production_min) return useSyncExternalStoreShim_production_min;
15
- hasRequiredUseSyncExternalStoreShim_production_min = 1;
16
- var e = React__default;
17
- function h(a, b) {
18
- return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
19
- }
20
- var k = "function" === typeof Object.is ? Object.is : h, l = e.useState, m = e.useEffect, n = e.useLayoutEffect, p = e.useDebugValue;
21
- function q(a, b) {
22
- var d = b(), f = l({ inst: { value: d, getSnapshot: b } }), c = f[0].inst, g = f[1];
23
- n(function() {
24
- c.value = d;
25
- c.getSnapshot = b;
26
- r(c) && g({ inst: c });
27
- }, [a, d, b]);
28
- m(function() {
29
- r(c) && g({ inst: c });
30
- return a(function() {
31
- r(c) && g({ inst: c });
32
- });
33
- }, [a]);
34
- p(d);
35
- return d;
36
- }
37
- function r(a) {
38
- var b = a.getSnapshot;
39
- a = a.value;
40
- try {
41
- var d = b();
42
- return !k(a, d);
43
- } catch (f) {
44
- return true;
45
- }
46
- }
47
- function t(a, b) {
48
- return b();
49
- }
50
- var u = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? t : q;
51
- useSyncExternalStoreShim_production_min.useSyncExternalStore = void 0 !== e.useSyncExternalStore ? e.useSyncExternalStore : u;
52
- return useSyncExternalStoreShim_production_min;
53
- }
54
- export {
55
- requireUseSyncExternalStoreShim_production_min as __require
56
- };
57
- //# sourceMappingURL=use-sync-external-store-shim.production.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-sync-external-store-shim.production.min.mjs","sources":["../../../../../../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js"],"sourcesContent":["/**\n * @license React\n * use-sync-external-store-shim.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var e=require(\"react\");function h(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var k=\"function\"===typeof Object.is?Object.is:h,l=e.useState,m=e.useEffect,n=e.useLayoutEffect,p=e.useDebugValue;function q(a,b){var d=b(),f=l({inst:{value:d,getSnapshot:b}}),c=f[0].inst,g=f[1];n(function(){c.value=d;c.getSnapshot=b;r(c)&&g({inst:c})},[a,d,b]);m(function(){r(c)&&g({inst:c});return a(function(){r(c)&&g({inst:c})})},[a]);p(d);return d}\nfunction r(a){var b=a.getSnapshot;a=a.value;try{var d=b();return!k(a,d)}catch(f){return!0}}function t(a,b){return b()}var u=\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement?t:q;exports.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u;\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;;;;;AASa,MAAI,IAAEA;AAAiB,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,MAAI,MAAI,MAAI,KAAG,IAAE,MAAI,IAAE,MAAI,MAAI,KAAG,MAAI;AAAA,EAAC;AAAC,MAAI,IAAE,eAAa,OAAO,OAAO,KAAG,OAAO,KAAG,GAAE,IAAE,EAAE,UAAS,IAAE,EAAE,WAAU,IAAE,EAAE,iBAAgB,IAAE,EAAE;AAAc,WAAS,EAAE,GAAE,GAAE;AAAC,QAAI,IAAE,EAAC,GAAG,IAAE,EAAE,EAAC,MAAK,EAAC,OAAM,GAAE,aAAY,EAAC,EAAC,CAAC,GAAE,IAAE,EAAE,CAAC,EAAE,MAAK,IAAE,EAAE,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,QAAM;AAAE,QAAE,cAAY;AAAE,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,IAAC,GAAE,CAAC,GAAE,GAAE,CAAC,CAAC;AAAE,MAAE,WAAU;AAAC,QAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAE,aAAO,EAAE,WAAU;AAAC,UAAE,CAAC,KAAG,EAAE,EAAC,MAAK,EAAC,CAAC;AAAA,MAAC,CAAC;AAAA,IAAC,GAAE,CAAC,CAAC,CAAC;AAAE,MAAE,CAAC;AAAE,WAAO;AAAA,EAAC;AAClc,WAAS,EAAE,GAAE;AAAC,QAAI,IAAE,EAAE;AAAY,QAAE,EAAE;AAAM,QAAG;AAAC,UAAI,IAAE,EAAC;AAAG,aAAM,CAAC,EAAE,GAAE,CAAC;AAAA,IAAC,SAAO,GAAE;AAAC,aAAM;AAAA,IAAE;AAAA,EAAC;AAAC,WAAS,EAAE,GAAE,GAAE;AAAC,WAAO,EAAC;AAAA,EAAE;AAAC,MAAI,IAAE,gBAAc,OAAO,UAAQ,gBAAc,OAAO,OAAO,YAAU,gBAAc,OAAO,OAAO,SAAS,gBAAc,IAAE;AAAE,0CAAA,uBAA6B,WAAS,EAAE,uBAAqB,EAAE,uBAAqB;;;","x_google_ignoreList":[0]}