@shopify/hydrogen-react 2025.7.1 → 2025.10.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 (287) hide show
  1. package/customer-account.schema.json +1 -1
  2. package/dist/browser-dev/AddToCartButton.mjs +3 -1
  3. package/dist/browser-dev/AddToCartButton.mjs.map +1 -1
  4. package/dist/browser-dev/CartLineProvider.mjs.map +1 -1
  5. package/dist/browser-dev/CartProvider.mjs.map +1 -1
  6. package/dist/browser-dev/Image.mjs.map +1 -1
  7. package/dist/browser-dev/ModelViewer.mjs.map +1 -1
  8. package/dist/browser-dev/Money.mjs.map +1 -1
  9. package/dist/browser-dev/Video.mjs.map +1 -1
  10. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  11. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  12. package/dist/browser-dev/_virtual/with-selector.production.mjs +5 -0
  13. package/dist/browser-dev/_virtual/with-selector.production.mjs.map +1 -0
  14. package/dist/browser-dev/cart-queries.mjs +63 -9
  15. package/dist/browser-dev/cart-queries.mjs.map +1 -1
  16. package/dist/browser-dev/codegen.helpers.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/optionValueDecoder.mjs.map +1 -1
  30. package/dist/browser-dev/packages/hydrogen-react/package.json.mjs +1 -1
  31. package/dist/browser-dev/parse-metafield.mjs +2 -0
  32. package/dist/browser-dev/parse-metafield.mjs.map +1 -1
  33. package/dist/browser-dev/storefront-api-constants.mjs +1 -1
  34. package/dist/browser-dev/storefront-api-constants.mjs.map +1 -1
  35. package/dist/browser-dev/useCartAPIStateMachine.mjs.map +1 -1
  36. package/dist/browser-dev/useCartActions.mjs.map +1 -1
  37. package/dist/browser-dev/useMoney.mjs.map +1 -1
  38. package/dist/browser-prod/AddToCartButton.mjs +3 -1
  39. package/dist/browser-prod/AddToCartButton.mjs.map +1 -1
  40. package/dist/browser-prod/CartLineProvider.mjs.map +1 -1
  41. package/dist/browser-prod/CartProvider.mjs.map +1 -1
  42. package/dist/browser-prod/Image.mjs.map +1 -1
  43. package/dist/browser-prod/ModelViewer.mjs.map +1 -1
  44. package/dist/browser-prod/Money.mjs.map +1 -1
  45. package/dist/browser-prod/Video.mjs.map +1 -1
  46. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  47. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  48. package/dist/browser-prod/_virtual/with-selector.production.mjs +5 -0
  49. package/dist/browser-prod/_virtual/with-selector.production.mjs.map +1 -0
  50. package/dist/browser-prod/cart-queries.mjs +63 -9
  51. package/dist/browser-prod/cart-queries.mjs.map +1 -1
  52. package/dist/browser-prod/codegen.helpers.mjs.map +1 -1
  53. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  54. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  55. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  56. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  57. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  58. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  59. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  60. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  61. package/dist/browser-prod/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  62. package/dist/browser-prod/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  63. package/dist/browser-prod/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  64. package/dist/browser-prod/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  65. package/dist/browser-prod/optionValueDecoder.mjs.map +1 -1
  66. package/dist/browser-prod/packages/hydrogen-react/package.json.mjs +1 -1
  67. package/dist/browser-prod/parse-metafield.mjs +2 -0
  68. package/dist/browser-prod/parse-metafield.mjs.map +1 -1
  69. package/dist/browser-prod/storefront-api-constants.mjs +1 -1
  70. package/dist/browser-prod/storefront-api-constants.mjs.map +1 -1
  71. package/dist/browser-prod/useCartAPIStateMachine.mjs.map +1 -1
  72. package/dist/browser-prod/useCartActions.mjs.map +1 -1
  73. package/dist/browser-prod/useMoney.mjs.map +1 -1
  74. package/dist/node-dev/AddToCartButton.js +3 -1
  75. package/dist/node-dev/AddToCartButton.js.map +1 -1
  76. package/dist/node-dev/AddToCartButton.mjs +3 -1
  77. package/dist/node-dev/AddToCartButton.mjs.map +1 -1
  78. package/dist/node-dev/CartLineProvider.js.map +1 -1
  79. package/dist/node-dev/CartLineProvider.mjs.map +1 -1
  80. package/dist/node-dev/CartProvider.js.map +1 -1
  81. package/dist/node-dev/CartProvider.mjs.map +1 -1
  82. package/dist/node-dev/Image.js.map +1 -1
  83. package/dist/node-dev/Image.mjs.map +1 -1
  84. package/dist/node-dev/ModelViewer.js.map +1 -1
  85. package/dist/node-dev/ModelViewer.mjs.map +1 -1
  86. package/dist/node-dev/Money.js.map +1 -1
  87. package/dist/node-dev/Money.mjs.map +1 -1
  88. package/dist/node-dev/Video.js.map +1 -1
  89. package/dist/node-dev/Video.mjs.map +1 -1
  90. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.js +5 -0
  91. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.js.map +1 -0
  92. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  93. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  94. package/dist/node-dev/_virtual/with-selector.production.js +5 -0
  95. package/dist/node-dev/_virtual/with-selector.production.js.map +1 -0
  96. package/dist/node-dev/_virtual/with-selector.production.mjs +5 -0
  97. package/dist/node-dev/_virtual/with-selector.production.mjs.map +1 -0
  98. package/dist/node-dev/cart-queries.js +63 -9
  99. package/dist/node-dev/cart-queries.js.map +1 -1
  100. package/dist/node-dev/cart-queries.mjs +63 -9
  101. package/dist/node-dev/cart-queries.mjs.map +1 -1
  102. package/dist/node-dev/codegen.helpers.js.map +1 -1
  103. package/dist/node-dev/codegen.helpers.mjs.map +1 -1
  104. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +52 -74
  105. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -1
  106. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  107. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  108. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +78 -0
  109. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
  110. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  111. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  112. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -111
  113. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -1
  114. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  115. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  116. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
  117. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  118. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  119. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  120. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.js +2 -2
  121. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.js.map +1 -1
  122. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  123. package/dist/node-dev/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  124. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.js +2 -2
  125. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -1
  126. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  127. package/dist/node-dev/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  128. package/dist/node-dev/optionValueDecoder.js.map +1 -1
  129. package/dist/node-dev/optionValueDecoder.mjs.map +1 -1
  130. package/dist/node-dev/packages/hydrogen-react/package.json.js +1 -1
  131. package/dist/node-dev/packages/hydrogen-react/package.json.mjs +1 -1
  132. package/dist/node-dev/parse-metafield.js +2 -0
  133. package/dist/node-dev/parse-metafield.js.map +1 -1
  134. package/dist/node-dev/parse-metafield.mjs +2 -0
  135. package/dist/node-dev/parse-metafield.mjs.map +1 -1
  136. package/dist/node-dev/storefront-api-constants.js +1 -1
  137. package/dist/node-dev/storefront-api-constants.js.map +1 -1
  138. package/dist/node-dev/storefront-api-constants.mjs +1 -1
  139. package/dist/node-dev/storefront-api-constants.mjs.map +1 -1
  140. package/dist/node-dev/useCartAPIStateMachine.js.map +1 -1
  141. package/dist/node-dev/useCartAPIStateMachine.mjs.map +1 -1
  142. package/dist/node-dev/useCartActions.js.map +1 -1
  143. package/dist/node-dev/useCartActions.mjs.map +1 -1
  144. package/dist/node-dev/useMoney.js.map +1 -1
  145. package/dist/node-dev/useMoney.mjs.map +1 -1
  146. package/dist/node-prod/AddToCartButton.js +3 -1
  147. package/dist/node-prod/AddToCartButton.js.map +1 -1
  148. package/dist/node-prod/AddToCartButton.mjs +3 -1
  149. package/dist/node-prod/AddToCartButton.mjs.map +1 -1
  150. package/dist/node-prod/CartLineProvider.js.map +1 -1
  151. package/dist/node-prod/CartLineProvider.mjs.map +1 -1
  152. package/dist/node-prod/CartProvider.js.map +1 -1
  153. package/dist/node-prod/CartProvider.mjs.map +1 -1
  154. package/dist/node-prod/Image.js.map +1 -1
  155. package/dist/node-prod/Image.mjs.map +1 -1
  156. package/dist/node-prod/ModelViewer.js.map +1 -1
  157. package/dist/node-prod/ModelViewer.mjs.map +1 -1
  158. package/dist/node-prod/Money.js.map +1 -1
  159. package/dist/node-prod/Money.mjs.map +1 -1
  160. package/dist/node-prod/Video.js.map +1 -1
  161. package/dist/node-prod/Video.mjs.map +1 -1
  162. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.js +5 -0
  163. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.js.map +1 -0
  164. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.mjs +5 -0
  165. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.mjs.map +1 -0
  166. package/dist/node-prod/_virtual/with-selector.production.js +5 -0
  167. package/dist/node-prod/_virtual/with-selector.production.js.map +1 -0
  168. package/dist/node-prod/_virtual/with-selector.production.mjs +5 -0
  169. package/dist/node-prod/_virtual/with-selector.production.mjs.map +1 -0
  170. package/dist/node-prod/cart-queries.js +63 -9
  171. package/dist/node-prod/cart-queries.js.map +1 -1
  172. package/dist/node-prod/cart-queries.mjs +63 -9
  173. package/dist/node-prod/cart-queries.mjs.map +1 -1
  174. package/dist/node-prod/codegen.helpers.js.map +1 -1
  175. package/dist/node-prod/codegen.helpers.mjs.map +1 -1
  176. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +52 -74
  177. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js.map +1 -1
  178. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +52 -74
  179. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs.map +1 -1
  180. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +78 -0
  181. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js.map +1 -0
  182. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs +78 -0
  183. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.mjs.map +1 -0
  184. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +54 -111
  185. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -1
  186. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +54 -111
  187. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs.map +1 -1
  188. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
  189. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  190. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs +63 -0
  191. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.mjs.map +1 -0
  192. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.js +2 -2
  193. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.js.map +1 -1
  194. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.mjs +2 -2
  195. package/dist/node-prod/node_modules/use-sync-external-store/shim/index.mjs.map +1 -1
  196. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.js +2 -2
  197. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.js.map +1 -1
  198. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.mjs +2 -2
  199. package/dist/node-prod/node_modules/use-sync-external-store/shim/with-selector.mjs.map +1 -1
  200. package/dist/node-prod/optionValueDecoder.js.map +1 -1
  201. package/dist/node-prod/optionValueDecoder.mjs.map +1 -1
  202. package/dist/node-prod/packages/hydrogen-react/package.json.js +1 -1
  203. package/dist/node-prod/packages/hydrogen-react/package.json.mjs +1 -1
  204. package/dist/node-prod/parse-metafield.js +2 -0
  205. package/dist/node-prod/parse-metafield.js.map +1 -1
  206. package/dist/node-prod/parse-metafield.mjs +2 -0
  207. package/dist/node-prod/parse-metafield.mjs.map +1 -1
  208. package/dist/node-prod/storefront-api-constants.js +1 -1
  209. package/dist/node-prod/storefront-api-constants.js.map +1 -1
  210. package/dist/node-prod/storefront-api-constants.mjs +1 -1
  211. package/dist/node-prod/storefront-api-constants.mjs.map +1 -1
  212. package/dist/node-prod/useCartAPIStateMachine.js.map +1 -1
  213. package/dist/node-prod/useCartAPIStateMachine.mjs.map +1 -1
  214. package/dist/node-prod/useCartActions.js.map +1 -1
  215. package/dist/node-prod/useCartActions.mjs.map +1 -1
  216. package/dist/node-prod/useMoney.js.map +1 -1
  217. package/dist/node-prod/useMoney.mjs.map +1 -1
  218. package/dist/types/AddToCartButton.d.ts +3 -0
  219. package/dist/types/CartLineProvider.d.ts +1 -1
  220. package/dist/types/CartProvider.d.ts +2 -2
  221. package/dist/types/Image.d.ts +1 -1
  222. package/dist/types/ModelViewer.d.ts +1 -1
  223. package/dist/types/Money.d.ts +5 -5
  224. package/dist/types/Video.d.ts +1 -1
  225. package/dist/types/codegen.helpers.d.ts +2 -2
  226. package/dist/types/customer-account-api-types.d.ts +27 -13
  227. package/dist/types/optionValueDecoder.d.ts +2 -2
  228. package/dist/types/parse-metafield.d.ts +14 -2
  229. package/dist/types/storefront-api-constants.d.ts +1 -1
  230. package/dist/types/storefront-api-types.d.ts +118 -4
  231. package/dist/types/useCartAPIStateMachine.d.ts +2 -2
  232. package/dist/types/useCartActions.d.ts +2 -2
  233. package/dist/types/useMoney.d.ts +4 -4
  234. package/dist/umd/hydrogen-react.dev.js +176 -197
  235. package/dist/umd/hydrogen-react.dev.js.map +1 -1
  236. package/dist/umd/hydrogen-react.prod.js +82 -28
  237. package/dist/umd/hydrogen-react.prod.js.map +1 -1
  238. package/package.json +5 -5
  239. package/storefront.schema.json +1 -1
  240. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  241. package/dist/browser-dev/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  242. package/dist/browser-dev/_virtual/with-selector.production.min.mjs +0 -5
  243. package/dist/browser-dev/_virtual/with-selector.production.min.mjs.map +0 -1
  244. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  245. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  246. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  247. package/dist/browser-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  248. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  249. package/dist/browser-prod/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  250. package/dist/browser-prod/_virtual/with-selector.production.min.mjs +0 -5
  251. package/dist/browser-prod/_virtual/with-selector.production.min.mjs.map +0 -1
  252. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  253. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  254. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  255. package/dist/browser-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  256. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.js +0 -5
  257. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.js.map +0 -1
  258. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  259. package/dist/node-dev/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  260. package/dist/node-dev/_virtual/with-selector.production.min.js +0 -5
  261. package/dist/node-dev/_virtual/with-selector.production.min.js.map +0 -1
  262. package/dist/node-dev/_virtual/with-selector.production.min.mjs +0 -5
  263. package/dist/node-dev/_virtual/with-selector.production.min.mjs.map +0 -1
  264. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js +0 -67
  265. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js.map +0 -1
  266. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  267. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  268. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js +0 -57
  269. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js.map +0 -1
  270. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  271. package/dist/node-dev/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
  272. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.js +0 -5
  273. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.js.map +0 -1
  274. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.mjs +0 -5
  275. package/dist/node-prod/_virtual/use-sync-external-store-shim.production.min.mjs.map +0 -1
  276. package/dist/node-prod/_virtual/with-selector.production.min.js +0 -5
  277. package/dist/node-prod/_virtual/with-selector.production.min.js.map +0 -1
  278. package/dist/node-prod/_virtual/with-selector.production.min.mjs +0 -5
  279. package/dist/node-prod/_virtual/with-selector.production.min.mjs.map +0 -1
  280. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js +0 -67
  281. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.js.map +0 -1
  282. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +0 -67
  283. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs.map +0 -1
  284. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js +0 -57
  285. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.js.map +0 -1
  286. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +0 -57
  287. package/dist/node-prod/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs.map +0 -1
@@ -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
- 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
- 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
- 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
- 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
- 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
- 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
- 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