react-easy-wall 1.0.19 → 1.0.21

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 (676) hide show
  1. package/dist/cjs/assets/corona.svg.js +10 -0
  2. package/dist/cjs/assets/corona.svg.js.map +1 -0
  3. package/dist/cjs/components/panel/Panel.js +1 -0
  4. package/dist/cjs/components/panel/Panel.js.map +1 -1
  5. package/dist/cjs/components/panel/PanelAvatar.js +4 -2
  6. package/dist/cjs/components/panel/PanelAvatar.js.map +1 -1
  7. package/dist/cjs/components/panel/PanelButton.js +1 -0
  8. package/dist/cjs/components/panel/PanelButton.js.map +1 -1
  9. package/dist/cjs/components/panel/PanelDivider.js +1 -0
  10. package/dist/cjs/components/panel/PanelDivider.js.map +1 -1
  11. package/dist/cjs/components/panel/PanelFooter.js +1 -0
  12. package/dist/cjs/components/panel/PanelFooter.js.map +1 -1
  13. package/dist/cjs/components/panel/PanelHeader.js +1 -0
  14. package/dist/cjs/components/panel/PanelHeader.js.map +1 -1
  15. package/dist/cjs/components/panel/PanelItem.js +1 -0
  16. package/dist/cjs/components/panel/PanelItem.js.map +1 -1
  17. package/dist/cjs/components/panel/PanelListItems.js +2 -1
  18. package/dist/cjs/components/panel/PanelListItems.js.map +1 -1
  19. package/dist/cjs/components/session/SessionProvider.js +1 -0
  20. package/dist/cjs/components/session/SessionProvider.js.map +1 -1
  21. package/dist/cjs/components/session/SessionUserContext.js +1 -0
  22. package/dist/cjs/components/session/SessionUserContext.js.map +1 -1
  23. package/dist/cjs/components/session/SessionUserProvider.js +2 -0
  24. package/dist/cjs/components/session/SessionUserProvider.js.map +1 -1
  25. package/dist/cjs/shared/apollo/apollo.client.js +2 -2
  26. package/dist/cjs/shared/apollo/apollo.client.js.map +1 -1
  27. package/dist/cjs/shared/types/generated.js +2 -2
  28. package/dist/cjs/shared/types/generated.js.map +1 -1
  29. package/dist/esm/_virtual/_commonjsHelpers.js +30 -1
  30. package/dist/esm/_virtual/_commonjsHelpers.js.map +1 -1
  31. package/dist/esm/_virtual/_react.js +7 -0
  32. package/dist/esm/_virtual/_react.js.map +1 -0
  33. package/dist/esm/_virtual/navigation.js +5 -2
  34. package/dist/esm/_virtual/navigation.js.map +1 -1
  35. package/dist/esm/_virtual/router.js +5 -2
  36. package/dist/esm/_virtual/router.js.map +1 -1
  37. package/dist/esm/assets/corona.svg.js +6 -0
  38. package/dist/esm/assets/corona.svg.js.map +1 -0
  39. package/dist/esm/components/panel/Panel.js +1 -0
  40. package/dist/esm/components/panel/Panel.js.map +1 -1
  41. package/dist/esm/components/panel/PanelAvatar.js +4 -2
  42. package/dist/esm/components/panel/PanelAvatar.js.map +1 -1
  43. package/dist/esm/components/panel/PanelButton.js +1 -0
  44. package/dist/esm/components/panel/PanelButton.js.map +1 -1
  45. package/dist/esm/components/panel/PanelDivider.js +1 -0
  46. package/dist/esm/components/panel/PanelDivider.js.map +1 -1
  47. package/dist/esm/components/panel/PanelFooter.js +1 -0
  48. package/dist/esm/components/panel/PanelFooter.js.map +1 -1
  49. package/dist/esm/components/panel/PanelHeader.js +1 -0
  50. package/dist/esm/components/panel/PanelHeader.js.map +1 -1
  51. package/dist/esm/components/panel/PanelItem.js +1 -0
  52. package/dist/esm/components/panel/PanelItem.js.map +1 -1
  53. package/dist/esm/components/panel/PanelListItems.js +2 -1
  54. package/dist/esm/components/panel/PanelListItems.js.map +1 -1
  55. package/dist/esm/components/session/SessionProvider.js +1 -0
  56. package/dist/esm/components/session/SessionProvider.js.map +1 -1
  57. package/dist/esm/components/session/SessionUserContext.js +1 -0
  58. package/dist/esm/components/session/SessionUserContext.js.map +1 -1
  59. package/dist/esm/components/session/SessionUserProvider.js +2 -0
  60. package/dist/esm/components/session/SessionUserProvider.js.map +1 -1
  61. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/hooks.js +2 -2
  62. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/hooks.js.map +1 -1
  63. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/store-hooks.js +2 -2
  64. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/store-hooks.js.map +1 -1
  65. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/views.js +2 -2
  66. package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/views.js.map +1 -1
  67. package/dist/esm/node_modules/@mui/material-nextjs/esm/nextCompatRouter.js +1 -1
  68. package/dist/esm/node_modules/@mui/material-nextjs/esm/v13-appRouter/nextNavigation.js +1 -1
  69. package/dist/esm/shared/apollo/apollo.client.js +1 -1
  70. package/dist/esm/shared/types/generated.js +1 -1
  71. package/dist/esm/types/components/session/session.types.d.ts +2 -1
  72. package/package.json +3 -1
  73. package/dist/cjs/_virtual/_interop_require_default.js +0 -6
  74. package/dist/cjs/_virtual/_interop_require_default.js.map +0 -1
  75. package/dist/cjs/_virtual/_interop_require_wildcard.js +0 -6
  76. package/dist/cjs/_virtual/_interop_require_wildcard.js.map +0 -1
  77. package/dist/cjs/_virtual/action-async-storage-instance.js +0 -6
  78. package/dist/cjs/_virtual/action-async-storage-instance.js.map +0 -1
  79. package/dist/cjs/_virtual/action-async-storage.external.js +0 -6
  80. package/dist/cjs/_virtual/action-async-storage.external.js.map +0 -1
  81. package/dist/cjs/_virtual/after-task-async-storage-instance.js +0 -6
  82. package/dist/cjs/_virtual/after-task-async-storage-instance.js.map +0 -1
  83. package/dist/cjs/_virtual/after-task-async-storage.external.js +0 -6
  84. package/dist/cjs/_virtual/after-task-async-storage.external.js.map +0 -1
  85. package/dist/cjs/_virtual/app-router-context.shared-runtime.js +0 -6
  86. package/dist/cjs/_virtual/app-router-context.shared-runtime.js.map +0 -1
  87. package/dist/cjs/_virtual/app-router-headers.js +0 -6
  88. package/dist/cjs/_virtual/app-router-headers.js.map +0 -1
  89. package/dist/cjs/_virtual/async-local-storage.js +0 -6
  90. package/dist/cjs/_virtual/async-local-storage.js.map +0 -1
  91. package/dist/cjs/_virtual/bailout-to-client-rendering.js +0 -6
  92. package/dist/cjs/_virtual/bailout-to-client-rendering.js.map +0 -1
  93. package/dist/cjs/_virtual/bailout-to-csr.js +0 -6
  94. package/dist/cjs/_virtual/bailout-to-csr.js.map +0 -1
  95. package/dist/cjs/_virtual/boundary-constants.js +0 -6
  96. package/dist/cjs/_virtual/boundary-constants.js.map +0 -1
  97. package/dist/cjs/_virtual/cookies.js +0 -6
  98. package/dist/cjs/_virtual/cookies.js.map +0 -1
  99. package/dist/cjs/_virtual/cookies2.js +0 -6
  100. package/dist/cjs/_virtual/cookies2.js.map +0 -1
  101. package/dist/cjs/_virtual/create-deduped-by-callsite-server-error-logger.js +0 -6
  102. package/dist/cjs/_virtual/create-deduped-by-callsite-server-error-logger.js.map +0 -1
  103. package/dist/cjs/_virtual/draft-mode.js +0 -6
  104. package/dist/cjs/_virtual/draft-mode.js.map +0 -1
  105. package/dist/cjs/_virtual/dynamic-rendering-utils.js +0 -6
  106. package/dist/cjs/_virtual/dynamic-rendering-utils.js.map +0 -1
  107. package/dist/cjs/_virtual/dynamic-rendering.js +0 -6
  108. package/dist/cjs/_virtual/dynamic-rendering.js.map +0 -1
  109. package/dist/cjs/_virtual/forbidden.js +0 -6
  110. package/dist/cjs/_virtual/forbidden.js.map +0 -1
  111. package/dist/cjs/_virtual/get-segment-value.js +0 -6
  112. package/dist/cjs/_virtual/get-segment-value.js.map +0 -1
  113. package/dist/cjs/_virtual/headers.js +0 -8
  114. package/dist/cjs/_virtual/headers.js.map +0 -1
  115. package/dist/cjs/_virtual/headers2.js +0 -6
  116. package/dist/cjs/_virtual/headers2.js.map +0 -1
  117. package/dist/cjs/_virtual/headers3.js +0 -6
  118. package/dist/cjs/_virtual/headers3.js.map +0 -1
  119. package/dist/cjs/_virtual/headers4.js +0 -6
  120. package/dist/cjs/_virtual/headers4.js.map +0 -1
  121. package/dist/cjs/_virtual/hooks-client-context.shared-runtime.js +0 -6
  122. package/dist/cjs/_virtual/hooks-client-context.shared-runtime.js.map +0 -1
  123. package/dist/cjs/_virtual/hooks-server-context.js +0 -6
  124. package/dist/cjs/_virtual/hooks-server-context.js.map +0 -1
  125. package/dist/cjs/_virtual/http-access-fallback.js +0 -6
  126. package/dist/cjs/_virtual/http-access-fallback.js.map +0 -1
  127. package/dist/cjs/_virtual/invariant-error.js +0 -6
  128. package/dist/cjs/_virtual/invariant-error.js.map +0 -1
  129. package/dist/cjs/_virtual/is-next-router-error.js +0 -6
  130. package/dist/cjs/_virtual/is-next-router-error.js.map +0 -1
  131. package/dist/cjs/_virtual/is-postpone.js +0 -6
  132. package/dist/cjs/_virtual/is-postpone.js.map +0 -1
  133. package/dist/cjs/_virtual/navigation.react-server.js +0 -6
  134. package/dist/cjs/_virtual/navigation.react-server.js.map +0 -1
  135. package/dist/cjs/_virtual/not-found.js +0 -6
  136. package/dist/cjs/_virtual/not-found.js.map +0 -1
  137. package/dist/cjs/_virtual/redirect-error.js +0 -6
  138. package/dist/cjs/_virtual/redirect-error.js.map +0 -1
  139. package/dist/cjs/_virtual/redirect-status-code.js +0 -6
  140. package/dist/cjs/_virtual/redirect-status-code.js.map +0 -1
  141. package/dist/cjs/_virtual/redirect.js +0 -6
  142. package/dist/cjs/_virtual/redirect.js.map +0 -1
  143. package/dist/cjs/_virtual/reflect.js +0 -6
  144. package/dist/cjs/_virtual/reflect.js.map +0 -1
  145. package/dist/cjs/_virtual/request-cookies.js +0 -6
  146. package/dist/cjs/_virtual/request-cookies.js.map +0 -1
  147. package/dist/cjs/_virtual/router-context.shared-runtime.js +0 -6
  148. package/dist/cjs/_virtual/router-context.shared-runtime.js.map +0 -1
  149. package/dist/cjs/_virtual/scheduler.js +0 -6
  150. package/dist/cjs/_virtual/scheduler.js.map +0 -1
  151. package/dist/cjs/_virtual/segment.js +0 -6
  152. package/dist/cjs/_virtual/segment.js.map +0 -1
  153. package/dist/cjs/_virtual/server-inserted-html.shared-runtime.js +0 -6
  154. package/dist/cjs/_virtual/server-inserted-html.shared-runtime.js.map +0 -1
  155. package/dist/cjs/_virtual/static-generation-bailout.js +0 -6
  156. package/dist/cjs/_virtual/static-generation-bailout.js.map +0 -1
  157. package/dist/cjs/_virtual/unauthorized.js +0 -6
  158. package/dist/cjs/_virtual/unauthorized.js.map +0 -1
  159. package/dist/cjs/_virtual/unrecognized-action-error.js +0 -6
  160. package/dist/cjs/_virtual/unrecognized-action-error.js.map +0 -1
  161. package/dist/cjs/_virtual/unstable-rethrow.browser.js +0 -6
  162. package/dist/cjs/_virtual/unstable-rethrow.browser.js.map +0 -1
  163. package/dist/cjs/_virtual/unstable-rethrow.js +0 -6
  164. package/dist/cjs/_virtual/unstable-rethrow.js.map +0 -1
  165. package/dist/cjs/_virtual/unstable-rethrow.server.js +0 -6
  166. package/dist/cjs/_virtual/unstable-rethrow.server.js.map +0 -1
  167. package/dist/cjs/_virtual/utils.js +0 -6
  168. package/dist/cjs/_virtual/utils.js.map +0 -1
  169. package/dist/cjs/_virtual/work-async-storage-instance.js +0 -6
  170. package/dist/cjs/_virtual/work-async-storage-instance.js.map +0 -1
  171. package/dist/cjs/_virtual/work-async-storage.external.js +0 -6
  172. package/dist/cjs/_virtual/work-async-storage.external.js.map +0 -1
  173. package/dist/cjs/_virtual/work-unit-async-storage-instance.js +0 -6
  174. package/dist/cjs/_virtual/work-unit-async-storage-instance.js.map +0 -1
  175. package/dist/cjs/_virtual/work-unit-async-storage.external.js +0 -6
  176. package/dist/cjs/_virtual/work-unit-async-storage.external.js.map +0 -1
  177. package/dist/cjs/node_modules/@apollo/client/errors/CombinedProtocolErrors.js +0 -85
  178. package/dist/cjs/node_modules/@apollo/client/errors/CombinedProtocolErrors.js.map +0 -1
  179. package/dist/cjs/node_modules/@apollo/client/errors/ServerError.js +0 -80
  180. package/dist/cjs/node_modules/@apollo/client/errors/ServerError.js.map +0 -1
  181. package/dist/cjs/node_modules/@apollo/client/errors/ServerParseError.js +0 -77
  182. package/dist/cjs/node_modules/@apollo/client/errors/ServerParseError.js.map +0 -1
  183. package/dist/cjs/node_modules/@apollo/client/errors/index.js +0 -9
  184. package/dist/cjs/node_modules/@apollo/client/errors/index.js.map +0 -1
  185. package/dist/cjs/node_modules/@apollo/client/errors/utils.js +0 -19
  186. package/dist/cjs/node_modules/@apollo/client/errors/utils.js.map +0 -1
  187. package/dist/cjs/node_modules/@apollo/client/link/client-awareness/ClientAwarenessLink.js +0 -91
  188. package/dist/cjs/node_modules/@apollo/client/link/client-awareness/ClientAwarenessLink.js.map +0 -1
  189. package/dist/cjs/node_modules/@apollo/client/link/core/ApolloLink.js +0 -262
  190. package/dist/cjs/node_modules/@apollo/client/link/core/ApolloLink.js.map +0 -1
  191. package/dist/cjs/node_modules/@apollo/client/link/http/BaseHttpLink.js +0 -155
  192. package/dist/cjs/node_modules/@apollo/client/link/http/BaseHttpLink.js.map +0 -1
  193. package/dist/cjs/node_modules/@apollo/client/link/http/HttpLink.js +0 -41
  194. package/dist/cjs/node_modules/@apollo/client/link/http/HttpLink.js.map +0 -1
  195. package/dist/cjs/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -168
  196. package/dist/cjs/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js.map +0 -1
  197. package/dist/cjs/node_modules/@apollo/client/link/http/rewriteURIForGET.js +0 -56
  198. package/dist/cjs/node_modules/@apollo/client/link/http/rewriteURIForGET.js.map +0 -1
  199. package/dist/cjs/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -106
  200. package/dist/cjs/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js.map +0 -1
  201. package/dist/cjs/node_modules/@apollo/client/link/http/selectURI.js +0 -18
  202. package/dist/cjs/node_modules/@apollo/client/link/http/selectURI.js.map +0 -1
  203. package/dist/cjs/node_modules/@apollo/client/link/utils/createOperation.js +0 -40
  204. package/dist/cjs/node_modules/@apollo/client/link/utils/createOperation.js.map +0 -1
  205. package/dist/cjs/node_modules/@apollo/client/link/utils/filterOperationVariables.js +0 -27
  206. package/dist/cjs/node_modules/@apollo/client/link/utils/filterOperationVariables.js.map +0 -1
  207. package/dist/cjs/node_modules/@apollo/client/utilities/caching/sizes.js +0 -31
  208. package/dist/cjs/node_modules/@apollo/client/utilities/caching/sizes.js.map +0 -1
  209. package/dist/cjs/node_modules/@apollo/client/utilities/environment/index.production.js +0 -6
  210. package/dist/cjs/node_modules/@apollo/client/utilities/environment/index.production.js.map +0 -1
  211. package/dist/cjs/node_modules/@apollo/client/utilities/graphql/operations.js +0 -65
  212. package/dist/cjs/node_modules/@apollo/client/utilities/graphql/operations.js.map +0 -1
  213. package/dist/cjs/node_modules/@apollo/client/utilities/graphql/print.js +0 -31
  214. package/dist/cjs/node_modules/@apollo/client/utilities/graphql/print.js.map +0 -1
  215. package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.js +0 -49
  216. package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.js.map +0 -1
  217. package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.js +0 -62
  218. package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.js.map +0 -1
  219. package/dist/cjs/node_modules/@apollo/client/utilities/internal/compact.js +0 -27
  220. package/dist/cjs/node_modules/@apollo/client/utilities/internal/compact.js.map +0 -1
  221. package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationDefinition.js +0 -16
  222. package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationDefinition.js.map +0 -1
  223. package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationName.js +0 -13
  224. package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationName.js.map +0 -1
  225. package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/global.js +0 -21
  226. package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/global.js.map +0 -1
  227. package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/maybe.js +0 -11
  228. package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/maybe.js.map +0 -1
  229. package/dist/cjs/node_modules/@apollo/client/utilities/internal/isNonNullObject.js +0 -13
  230. package/dist/cjs/node_modules/@apollo/client/utilities/internal/isNonNullObject.js.map +0 -1
  231. package/dist/cjs/node_modules/@apollo/client/utilities/internal/makeUniqueId.js +0 -19
  232. package/dist/cjs/node_modules/@apollo/client/utilities/internal/makeUniqueId.js.map +0 -1
  233. package/dist/cjs/node_modules/@apollo/client/utilities/internal/memoize.js +0 -33
  234. package/dist/cjs/node_modules/@apollo/client/utilities/internal/memoize.js.map +0 -1
  235. package/dist/cjs/node_modules/@apollo/client/utilities/internal/stringifyForDisplay.js +0 -20
  236. package/dist/cjs/node_modules/@apollo/client/utilities/internal/stringifyForDisplay.js.map +0 -1
  237. package/dist/cjs/node_modules/@apollo/client/utilities/invariant/index.js +0 -94
  238. package/dist/cjs/node_modules/@apollo/client/utilities/invariant/index.js.map +0 -1
  239. package/dist/cjs/node_modules/@apollo/client/version.js +0 -6
  240. package/dist/cjs/node_modules/@apollo/client/version.js.map +0 -1
  241. package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -19
  242. package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
  243. package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -51
  244. package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
  245. package/dist/cjs/node_modules/@wry/caches/lib/weak.js +0 -147
  246. package/dist/cjs/node_modules/@wry/caches/lib/weak.js.map +0 -1
  247. package/dist/cjs/node_modules/@wry/trie/lib/index.js +0 -86
  248. package/dist/cjs/node_modules/@wry/trie/lib/index.js.map +0 -1
  249. package/dist/cjs/node_modules/graphql/error/GraphQLError.js +0 -232
  250. package/dist/cjs/node_modules/graphql/error/GraphQLError.js.map +0 -1
  251. package/dist/cjs/node_modules/graphql/error/syntaxError.js +0 -18
  252. package/dist/cjs/node_modules/graphql/error/syntaxError.js.map +0 -1
  253. package/dist/cjs/node_modules/graphql/jsutils/devAssert.js +0 -12
  254. package/dist/cjs/node_modules/graphql/jsutils/devAssert.js.map +0 -1
  255. package/dist/cjs/node_modules/graphql/jsutils/inspect.js +0 -120
  256. package/dist/cjs/node_modules/graphql/jsutils/inspect.js.map +0 -1
  257. package/dist/cjs/node_modules/graphql/jsutils/instanceOf.js +0 -63
  258. package/dist/cjs/node_modules/graphql/jsutils/instanceOf.js.map +0 -1
  259. package/dist/cjs/node_modules/graphql/jsutils/invariant.js +0 -14
  260. package/dist/cjs/node_modules/graphql/jsutils/invariant.js.map +0 -1
  261. package/dist/cjs/node_modules/graphql/jsutils/isObjectLike.js +0 -12
  262. package/dist/cjs/node_modules/graphql/jsutils/isObjectLike.js.map +0 -1
  263. package/dist/cjs/node_modules/graphql/language/ast.js +0 -227
  264. package/dist/cjs/node_modules/graphql/language/ast.js.map +0 -1
  265. package/dist/cjs/node_modules/graphql/language/blockString.js +0 -114
  266. package/dist/cjs/node_modules/graphql/language/blockString.js.map +0 -1
  267. package/dist/cjs/node_modules/graphql/language/characterClasses.js +0 -73
  268. package/dist/cjs/node_modules/graphql/language/characterClasses.js.map +0 -1
  269. package/dist/cjs/node_modules/graphql/language/directiveLocation.js +0 -34
  270. package/dist/cjs/node_modules/graphql/language/directiveLocation.js.map +0 -1
  271. package/dist/cjs/node_modules/graphql/language/kinds.js +0 -63
  272. package/dist/cjs/node_modules/graphql/language/kinds.js.map +0 -1
  273. package/dist/cjs/node_modules/graphql/language/lexer.js +0 -925
  274. package/dist/cjs/node_modules/graphql/language/lexer.js.map +0 -1
  275. package/dist/cjs/node_modules/graphql/language/location.js +0 -36
  276. package/dist/cjs/node_modules/graphql/language/location.js.map +0 -1
  277. package/dist/cjs/node_modules/graphql/language/parser.js +0 -1582
  278. package/dist/cjs/node_modules/graphql/language/parser.js.map +0 -1
  279. package/dist/cjs/node_modules/graphql/language/printLocation.js +0 -72
  280. package/dist/cjs/node_modules/graphql/language/printLocation.js.map +0 -1
  281. package/dist/cjs/node_modules/graphql/language/printString.js +0 -181
  282. package/dist/cjs/node_modules/graphql/language/printString.js.map +0 -1
  283. package/dist/cjs/node_modules/graphql/language/printer.js +0 -374
  284. package/dist/cjs/node_modules/graphql/language/printer.js.map +0 -1
  285. package/dist/cjs/node_modules/graphql/language/source.js +0 -56
  286. package/dist/cjs/node_modules/graphql/language/source.js.map +0 -1
  287. package/dist/cjs/node_modules/graphql/language/tokenKind.js +0 -39
  288. package/dist/cjs/node_modules/graphql/language/tokenKind.js.map +0 -1
  289. package/dist/cjs/node_modules/graphql/language/visitor.js +0 -274
  290. package/dist/cjs/node_modules/graphql/language/visitor.js.map +0 -1
  291. package/dist/cjs/node_modules/graphql-tag/lib/index.js +0 -129
  292. package/dist/cjs/node_modules/graphql-tag/lib/index.js.map +0 -1
  293. package/dist/cjs/node_modules/next/compat/router.js +0 -16
  294. package/dist/cjs/node_modules/next/compat/router.js.map +0 -1
  295. package/dist/cjs/node_modules/next/dist/client/compat/router.js +0 -40
  296. package/dist/cjs/node_modules/next/dist/client/compat/router.js.map +0 -1
  297. package/dist/cjs/node_modules/next/dist/client/components/app-router-headers.js +0 -109
  298. package/dist/cjs/node_modules/next/dist/client/components/app-router-headers.js.map +0 -1
  299. package/dist/cjs/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -58
  300. package/dist/cjs/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
  301. package/dist/cjs/node_modules/next/dist/client/components/forbidden.js +0 -65
  302. package/dist/cjs/node_modules/next/dist/client/components/forbidden.js.map +0 -1
  303. package/dist/cjs/node_modules/next/dist/client/components/hooks-server-context.js +0 -53
  304. package/dist/cjs/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
  305. package/dist/cjs/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -80
  306. package/dist/cjs/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
  307. package/dist/cjs/node_modules/next/dist/client/components/is-next-router-error.js +0 -40
  308. package/dist/cjs/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
  309. package/dist/cjs/node_modules/next/dist/client/components/navigation.js +0 -192
  310. package/dist/cjs/node_modules/next/dist/client/components/navigation.js.map +0 -1
  311. package/dist/cjs/node_modules/next/dist/client/components/navigation.react-server.js +0 -102
  312. package/dist/cjs/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
  313. package/dist/cjs/node_modules/next/dist/client/components/not-found.js +0 -59
  314. package/dist/cjs/node_modules/next/dist/client/components/not-found.js.map +0 -1
  315. package/dist/cjs/node_modules/next/dist/client/components/redirect-error.js +0 -63
  316. package/dist/cjs/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
  317. package/dist/cjs/node_modules/next/dist/client/components/redirect-status-code.js +0 -39
  318. package/dist/cjs/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
  319. package/dist/cjs/node_modules/next/dist/client/components/redirect.js +0 -104
  320. package/dist/cjs/node_modules/next/dist/client/components/redirect.js.map +0 -1
  321. package/dist/cjs/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -36
  322. package/dist/cjs/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
  323. package/dist/cjs/node_modules/next/dist/client/components/static-generation-bailout.js +0 -53
  324. package/dist/cjs/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
  325. package/dist/cjs/node_modules/next/dist/client/components/unauthorized.js +0 -66
  326. package/dist/cjs/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
  327. package/dist/cjs/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -50
  328. package/dist/cjs/node_modules/next/dist/client/components/unrecognized-action-error.js.map +0 -1
  329. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -45
  330. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +0 -1
  331. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.js +0 -44
  332. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
  333. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -53
  334. package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +0 -1
  335. package/dist/cjs/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -343
  336. package/dist/cjs/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js.map +0 -1
  337. package/dist/cjs/node_modules/next/dist/lib/framework/boundary-constants.js +0 -45
  338. package/dist/cjs/node_modules/next/dist/lib/framework/boundary-constants.js.map +0 -1
  339. package/dist/cjs/node_modules/next/dist/lib/scheduler.js +0 -73
  340. package/dist/cjs/node_modules/next/dist/lib/scheduler.js.map +0 -1
  341. package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -30
  342. package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
  343. package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -29
  344. package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
  345. package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -30
  346. package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js.map +0 -1
  347. package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -29
  348. package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage.external.js.map +0 -1
  349. package/dist/cjs/node_modules/next/dist/server/app-render/async-local-storage.js +0 -85
  350. package/dist/cjs/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
  351. package/dist/cjs/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -656
  352. package/dist/cjs/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
  353. package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -30
  354. package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
  355. package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -29
  356. package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
  357. package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -30
  358. package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
  359. package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -212
  360. package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
  361. package/dist/cjs/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -112
  362. package/dist/cjs/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js.map +0 -1
  363. package/dist/cjs/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -92
  364. package/dist/cjs/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
  365. package/dist/cjs/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -31
  366. package/dist/cjs/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
  367. package/dist/cjs/node_modules/next/dist/server/request/cookies.js +0 -415
  368. package/dist/cjs/node_modules/next/dist/server/request/cookies.js.map +0 -1
  369. package/dist/cjs/node_modules/next/dist/server/request/draft-mode.js +0 -293
  370. package/dist/cjs/node_modules/next/dist/server/request/draft-mode.js.map +0 -1
  371. package/dist/cjs/node_modules/next/dist/server/request/headers.js +0 -366
  372. package/dist/cjs/node_modules/next/dist/server/request/headers.js.map +0 -1
  373. package/dist/cjs/node_modules/next/dist/server/request/utils.js +0 -73
  374. package/dist/cjs/node_modules/next/dist/server/request/utils.js.map +0 -1
  375. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -204
  376. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/headers.js.map +0 -1
  377. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -45
  378. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js.map +0 -1
  379. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -218
  380. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js.map +0 -1
  381. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -40
  382. package/dist/cjs/node_modules/next/dist/server/web/spec-extension/cookies.js.map +0 -1
  383. package/dist/cjs/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -60
  384. package/dist/cjs/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
  385. package/dist/cjs/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -49
  386. package/dist/cjs/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
  387. package/dist/cjs/node_modules/next/dist/shared/lib/invariant-error.js +0 -33
  388. package/dist/cjs/node_modules/next/dist/shared/lib/invariant-error.js.map +0 -1
  389. package/dist/cjs/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -47
  390. package/dist/cjs/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
  391. package/dist/cjs/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -35
  392. package/dist/cjs/node_modules/next/dist/shared/lib/router-context.shared-runtime.js.map +0 -1
  393. package/dist/cjs/node_modules/next/dist/shared/lib/segment.js +0 -61
  394. package/dist/cjs/node_modules/next/dist/shared/lib/segment.js.map +0 -1
  395. package/dist/cjs/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -48
  396. package/dist/cjs/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
  397. package/dist/cjs/node_modules/next/headers.js +0 -20
  398. package/dist/cjs/node_modules/next/headers.js.map +0 -1
  399. package/dist/cjs/node_modules/next/navigation.js +0 -16
  400. package/dist/cjs/node_modules/next/navigation.js.map +0 -1
  401. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Observable.js +0 -106
  402. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Observable.js.map +0 -1
  403. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscriber.js +0 -158
  404. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +0 -1
  405. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.js +0 -148
  406. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +0 -1
  407. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/config.js +0 -7
  408. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/config.js.map +0 -1
  409. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/observable/empty.js +0 -8
  410. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +0 -1
  411. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js +0 -20
  412. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +0 -1
  413. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/symbol/observable.js +0 -6
  414. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +0 -1
  415. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js +0 -17
  416. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +0 -1
  417. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js +0 -11
  418. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +0 -1
  419. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js +0 -15
  420. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +0 -1
  421. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/errorContext.js +0 -10
  422. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +0 -1
  423. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/identity.js +0 -8
  424. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +0 -1
  425. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/isFunction.js +0 -8
  426. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +0 -1
  427. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/noop.js +0 -6
  428. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +0 -1
  429. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/pipe.js +0 -18
  430. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +0 -1
  431. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js +0 -14
  432. package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +0 -1
  433. package/dist/cjs/node_modules/tslib/tslib.es6.js +0 -93
  434. package/dist/cjs/node_modules/tslib/tslib.es6.js.map +0 -1
  435. package/dist/components/Panel.d.ts +0 -4
  436. package/dist/components/panel/Panel.d.ts +0 -7
  437. package/dist/components/panel/PanelAvatar.d.ts +0 -7
  438. package/dist/components/panel/PanelDivider.d.ts +0 -5
  439. package/dist/components/panel/PanelHeader.d.ts +0 -7
  440. package/dist/components/panel/PanelItem.d.ts +0 -9
  441. package/dist/components/panel/PanelListItems.d.ts +0 -12
  442. package/dist/components/panel/index.d.ts +0 -9
  443. package/dist/components/panel/panel.actions.d.ts +0 -3
  444. package/dist/components/panel/panel.store.d.ts +0 -5
  445. package/dist/components/panel/panel.types.d.ts +0 -7
  446. package/dist/components/session/SessionProvider.d.ts +0 -8
  447. package/dist/components/session/SessionUserContext.d.ts +0 -3
  448. package/dist/components/session/SessionUserProvider.d.ts +0 -10
  449. package/dist/components/session/index.d.ts +0 -1
  450. package/dist/components/session/session.constants.d.ts +0 -3
  451. package/dist/components/session/session.hooks.d.ts +0 -1
  452. package/dist/components/session/session.types.d.ts +0 -6
  453. package/dist/config/config.types.d.ts +0 -4
  454. package/dist/esm/_virtual/_interop_require_default.js +0 -4
  455. package/dist/esm/_virtual/_interop_require_default.js.map +0 -1
  456. package/dist/esm/_virtual/_interop_require_wildcard.js +0 -4
  457. package/dist/esm/_virtual/_interop_require_wildcard.js.map +0 -1
  458. package/dist/esm/_virtual/action-async-storage-instance.js +0 -4
  459. package/dist/esm/_virtual/action-async-storage-instance.js.map +0 -1
  460. package/dist/esm/_virtual/action-async-storage.external.js +0 -4
  461. package/dist/esm/_virtual/action-async-storage.external.js.map +0 -1
  462. package/dist/esm/_virtual/after-task-async-storage-instance.js +0 -4
  463. package/dist/esm/_virtual/after-task-async-storage-instance.js.map +0 -1
  464. package/dist/esm/_virtual/after-task-async-storage.external.js +0 -4
  465. package/dist/esm/_virtual/after-task-async-storage.external.js.map +0 -1
  466. package/dist/esm/_virtual/app-router-context.shared-runtime.js +0 -4
  467. package/dist/esm/_virtual/app-router-context.shared-runtime.js.map +0 -1
  468. package/dist/esm/_virtual/app-router-headers.js +0 -4
  469. package/dist/esm/_virtual/app-router-headers.js.map +0 -1
  470. package/dist/esm/_virtual/async-local-storage.js +0 -4
  471. package/dist/esm/_virtual/async-local-storage.js.map +0 -1
  472. package/dist/esm/_virtual/bailout-to-client-rendering.js +0 -4
  473. package/dist/esm/_virtual/bailout-to-client-rendering.js.map +0 -1
  474. package/dist/esm/_virtual/bailout-to-csr.js +0 -4
  475. package/dist/esm/_virtual/bailout-to-csr.js.map +0 -1
  476. package/dist/esm/_virtual/boundary-constants.js +0 -4
  477. package/dist/esm/_virtual/boundary-constants.js.map +0 -1
  478. package/dist/esm/_virtual/cookies.js +0 -4
  479. package/dist/esm/_virtual/cookies.js.map +0 -1
  480. package/dist/esm/_virtual/cookies2.js +0 -4
  481. package/dist/esm/_virtual/cookies2.js.map +0 -1
  482. package/dist/esm/_virtual/create-deduped-by-callsite-server-error-logger.js +0 -4
  483. package/dist/esm/_virtual/create-deduped-by-callsite-server-error-logger.js.map +0 -1
  484. package/dist/esm/_virtual/draft-mode.js +0 -4
  485. package/dist/esm/_virtual/draft-mode.js.map +0 -1
  486. package/dist/esm/_virtual/dynamic-rendering-utils.js +0 -4
  487. package/dist/esm/_virtual/dynamic-rendering-utils.js.map +0 -1
  488. package/dist/esm/_virtual/dynamic-rendering.js +0 -4
  489. package/dist/esm/_virtual/dynamic-rendering.js.map +0 -1
  490. package/dist/esm/_virtual/forbidden.js +0 -4
  491. package/dist/esm/_virtual/forbidden.js.map +0 -1
  492. package/dist/esm/_virtual/get-segment-value.js +0 -4
  493. package/dist/esm/_virtual/get-segment-value.js.map +0 -1
  494. package/dist/esm/_virtual/headers.js +0 -6
  495. package/dist/esm/_virtual/headers.js.map +0 -1
  496. package/dist/esm/_virtual/headers2.js +0 -4
  497. package/dist/esm/_virtual/headers2.js.map +0 -1
  498. package/dist/esm/_virtual/headers3.js +0 -4
  499. package/dist/esm/_virtual/headers3.js.map +0 -1
  500. package/dist/esm/_virtual/headers4.js +0 -4
  501. package/dist/esm/_virtual/headers4.js.map +0 -1
  502. package/dist/esm/_virtual/hooks-client-context.shared-runtime.js +0 -4
  503. package/dist/esm/_virtual/hooks-client-context.shared-runtime.js.map +0 -1
  504. package/dist/esm/_virtual/hooks-server-context.js +0 -4
  505. package/dist/esm/_virtual/hooks-server-context.js.map +0 -1
  506. package/dist/esm/_virtual/http-access-fallback.js +0 -4
  507. package/dist/esm/_virtual/http-access-fallback.js.map +0 -1
  508. package/dist/esm/_virtual/invariant-error.js +0 -4
  509. package/dist/esm/_virtual/invariant-error.js.map +0 -1
  510. package/dist/esm/_virtual/is-next-router-error.js +0 -4
  511. package/dist/esm/_virtual/is-next-router-error.js.map +0 -1
  512. package/dist/esm/_virtual/is-postpone.js +0 -4
  513. package/dist/esm/_virtual/is-postpone.js.map +0 -1
  514. package/dist/esm/_virtual/navigation.react-server.js +0 -4
  515. package/dist/esm/_virtual/navigation.react-server.js.map +0 -1
  516. package/dist/esm/_virtual/not-found.js +0 -4
  517. package/dist/esm/_virtual/not-found.js.map +0 -1
  518. package/dist/esm/_virtual/redirect-error.js +0 -4
  519. package/dist/esm/_virtual/redirect-error.js.map +0 -1
  520. package/dist/esm/_virtual/redirect-status-code.js +0 -4
  521. package/dist/esm/_virtual/redirect-status-code.js.map +0 -1
  522. package/dist/esm/_virtual/redirect.js +0 -4
  523. package/dist/esm/_virtual/redirect.js.map +0 -1
  524. package/dist/esm/_virtual/reflect.js +0 -4
  525. package/dist/esm/_virtual/reflect.js.map +0 -1
  526. package/dist/esm/_virtual/request-cookies.js +0 -4
  527. package/dist/esm/_virtual/request-cookies.js.map +0 -1
  528. package/dist/esm/_virtual/router-context.shared-runtime.js +0 -4
  529. package/dist/esm/_virtual/router-context.shared-runtime.js.map +0 -1
  530. package/dist/esm/_virtual/scheduler.js +0 -4
  531. package/dist/esm/_virtual/scheduler.js.map +0 -1
  532. package/dist/esm/_virtual/segment.js +0 -4
  533. package/dist/esm/_virtual/segment.js.map +0 -1
  534. package/dist/esm/_virtual/server-inserted-html.shared-runtime.js +0 -4
  535. package/dist/esm/_virtual/server-inserted-html.shared-runtime.js.map +0 -1
  536. package/dist/esm/_virtual/static-generation-bailout.js +0 -4
  537. package/dist/esm/_virtual/static-generation-bailout.js.map +0 -1
  538. package/dist/esm/_virtual/unauthorized.js +0 -4
  539. package/dist/esm/_virtual/unauthorized.js.map +0 -1
  540. package/dist/esm/_virtual/unrecognized-action-error.js +0 -4
  541. package/dist/esm/_virtual/unrecognized-action-error.js.map +0 -1
  542. package/dist/esm/_virtual/unstable-rethrow.browser.js +0 -4
  543. package/dist/esm/_virtual/unstable-rethrow.browser.js.map +0 -1
  544. package/dist/esm/_virtual/unstable-rethrow.js +0 -4
  545. package/dist/esm/_virtual/unstable-rethrow.js.map +0 -1
  546. package/dist/esm/_virtual/unstable-rethrow.server.js +0 -4
  547. package/dist/esm/_virtual/unstable-rethrow.server.js.map +0 -1
  548. package/dist/esm/_virtual/utils.js +0 -4
  549. package/dist/esm/_virtual/utils.js.map +0 -1
  550. package/dist/esm/_virtual/work-async-storage-instance.js +0 -4
  551. package/dist/esm/_virtual/work-async-storage-instance.js.map +0 -1
  552. package/dist/esm/_virtual/work-async-storage.external.js +0 -4
  553. package/dist/esm/_virtual/work-async-storage.external.js.map +0 -1
  554. package/dist/esm/_virtual/work-unit-async-storage-instance.js +0 -4
  555. package/dist/esm/_virtual/work-unit-async-storage-instance.js.map +0 -1
  556. package/dist/esm/_virtual/work-unit-async-storage.external.js +0 -4
  557. package/dist/esm/_virtual/work-unit-async-storage.external.js.map +0 -1
  558. package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -17
  559. package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
  560. package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -49
  561. package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
  562. package/dist/esm/node_modules/next/compat/router.js +0 -14
  563. package/dist/esm/node_modules/next/compat/router.js.map +0 -1
  564. package/dist/esm/node_modules/next/dist/client/compat/router.js +0 -38
  565. package/dist/esm/node_modules/next/dist/client/compat/router.js.map +0 -1
  566. package/dist/esm/node_modules/next/dist/client/components/app-router-headers.js +0 -107
  567. package/dist/esm/node_modules/next/dist/client/components/app-router-headers.js.map +0 -1
  568. package/dist/esm/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -56
  569. package/dist/esm/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
  570. package/dist/esm/node_modules/next/dist/client/components/forbidden.js +0 -63
  571. package/dist/esm/node_modules/next/dist/client/components/forbidden.js.map +0 -1
  572. package/dist/esm/node_modules/next/dist/client/components/hooks-server-context.js +0 -51
  573. package/dist/esm/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
  574. package/dist/esm/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -78
  575. package/dist/esm/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
  576. package/dist/esm/node_modules/next/dist/client/components/is-next-router-error.js +0 -38
  577. package/dist/esm/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
  578. package/dist/esm/node_modules/next/dist/client/components/navigation.js +0 -190
  579. package/dist/esm/node_modules/next/dist/client/components/navigation.js.map +0 -1
  580. package/dist/esm/node_modules/next/dist/client/components/navigation.react-server.js +0 -100
  581. package/dist/esm/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
  582. package/dist/esm/node_modules/next/dist/client/components/not-found.js +0 -57
  583. package/dist/esm/node_modules/next/dist/client/components/not-found.js.map +0 -1
  584. package/dist/esm/node_modules/next/dist/client/components/redirect-error.js +0 -61
  585. package/dist/esm/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
  586. package/dist/esm/node_modules/next/dist/client/components/redirect-status-code.js +0 -37
  587. package/dist/esm/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
  588. package/dist/esm/node_modules/next/dist/client/components/redirect.js +0 -102
  589. package/dist/esm/node_modules/next/dist/client/components/redirect.js.map +0 -1
  590. package/dist/esm/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -34
  591. package/dist/esm/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
  592. package/dist/esm/node_modules/next/dist/client/components/static-generation-bailout.js +0 -51
  593. package/dist/esm/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
  594. package/dist/esm/node_modules/next/dist/client/components/unauthorized.js +0 -64
  595. package/dist/esm/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
  596. package/dist/esm/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -48
  597. package/dist/esm/node_modules/next/dist/client/components/unrecognized-action-error.js.map +0 -1
  598. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -43
  599. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +0 -1
  600. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.js +0 -42
  601. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
  602. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -51
  603. package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +0 -1
  604. package/dist/esm/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -341
  605. package/dist/esm/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js.map +0 -1
  606. package/dist/esm/node_modules/next/dist/lib/framework/boundary-constants.js +0 -43
  607. package/dist/esm/node_modules/next/dist/lib/framework/boundary-constants.js.map +0 -1
  608. package/dist/esm/node_modules/next/dist/lib/scheduler.js +0 -71
  609. package/dist/esm/node_modules/next/dist/lib/scheduler.js.map +0 -1
  610. package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -28
  611. package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
  612. package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -27
  613. package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
  614. package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -28
  615. package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js.map +0 -1
  616. package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -27
  617. package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage.external.js.map +0 -1
  618. package/dist/esm/node_modules/next/dist/server/app-render/async-local-storage.js +0 -83
  619. package/dist/esm/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
  620. package/dist/esm/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -654
  621. package/dist/esm/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
  622. package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -28
  623. package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
  624. package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -27
  625. package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
  626. package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -28
  627. package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
  628. package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -210
  629. package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
  630. package/dist/esm/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -110
  631. package/dist/esm/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js.map +0 -1
  632. package/dist/esm/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -90
  633. package/dist/esm/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
  634. package/dist/esm/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -29
  635. package/dist/esm/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
  636. package/dist/esm/node_modules/next/dist/server/request/cookies.js +0 -413
  637. package/dist/esm/node_modules/next/dist/server/request/cookies.js.map +0 -1
  638. package/dist/esm/node_modules/next/dist/server/request/draft-mode.js +0 -291
  639. package/dist/esm/node_modules/next/dist/server/request/draft-mode.js.map +0 -1
  640. package/dist/esm/node_modules/next/dist/server/request/headers.js +0 -364
  641. package/dist/esm/node_modules/next/dist/server/request/headers.js.map +0 -1
  642. package/dist/esm/node_modules/next/dist/server/request/utils.js +0 -71
  643. package/dist/esm/node_modules/next/dist/server/request/utils.js.map +0 -1
  644. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -202
  645. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/headers.js.map +0 -1
  646. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -43
  647. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js.map +0 -1
  648. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -216
  649. package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js.map +0 -1
  650. package/dist/esm/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -38
  651. package/dist/esm/node_modules/next/dist/server/web/spec-extension/cookies.js.map +0 -1
  652. package/dist/esm/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -58
  653. package/dist/esm/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
  654. package/dist/esm/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -47
  655. package/dist/esm/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
  656. package/dist/esm/node_modules/next/dist/shared/lib/invariant-error.js +0 -31
  657. package/dist/esm/node_modules/next/dist/shared/lib/invariant-error.js.map +0 -1
  658. package/dist/esm/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -45
  659. package/dist/esm/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
  660. package/dist/esm/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -33
  661. package/dist/esm/node_modules/next/dist/shared/lib/router-context.shared-runtime.js.map +0 -1
  662. package/dist/esm/node_modules/next/dist/shared/lib/segment.js +0 -59
  663. package/dist/esm/node_modules/next/dist/shared/lib/segment.js.map +0 -1
  664. package/dist/esm/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -46
  665. package/dist/esm/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
  666. package/dist/esm/node_modules/next/headers.js +0 -18
  667. package/dist/esm/node_modules/next/headers.js.map +0 -1
  668. package/dist/esm/node_modules/next/navigation.js +0 -14
  669. package/dist/esm/node_modules/next/navigation.js.map +0 -1
  670. package/dist/index.esm.js +0 -28936
  671. package/dist/index.esm.js.map +0 -1
  672. package/dist/index.js +0 -28966
  673. package/dist/index.js.map +0 -1
  674. package/dist/shared/apollo/apollo.client.d.ts +0 -7
  675. package/dist/shared/mui/theme.d.ts +0 -1
  676. package/dist/shared/types/generated.d.ts +0 -1480
@@ -1,654 +0,0 @@
1
- import { __exports as dynamicRendering } from '../../../../../_virtual/dynamic-rendering.js';
2
- import React__default from 'react';
3
- import { __require as requireHooksServerContext } from '../../client/components/hooks-server-context.js';
4
- import { __require as requireStaticGenerationBailout } from '../../client/components/static-generation-bailout.js';
5
- import { __require as requireWorkUnitAsyncStorage_external } from './work-unit-async-storage.external.js';
6
- import { __require as requireWorkAsyncStorage_external } from './work-async-storage.external.js';
7
- import { __require as requireDynamicRenderingUtils } from '../dynamic-rendering-utils.js';
8
- import { __require as requireBoundaryConstants } from '../../lib/framework/boundary-constants.js';
9
- import { __require as requireScheduler } from '../../lib/scheduler.js';
10
- import { __require as requireBailoutToCsr } from '../../shared/lib/lazy-dynamic/bailout-to-csr.js';
11
- import { __require as requireInvariantError } from '../../shared/lib/invariant-error.js';
12
-
13
- /**
14
- * The functions provided by this module are used to communicate certain properties
15
- * about the currently running code so that Next.js can make decisions on how to handle
16
- * the current execution in different rendering modes such as pre-rendering, resuming, and SSR.
17
- *
18
- * Today Next.js treats all code as potentially static. Certain APIs may only make sense when dynamically rendering.
19
- * Traditionally this meant deopting the entire render to dynamic however with PPR we can now deopt parts
20
- * of a React tree as dynamic while still keeping other parts static. There are really two different kinds of
21
- * Dynamic indications.
22
- *
23
- * The first is simply an intention to be dynamic. unstable_noStore is an example of this where
24
- * the currently executing code simply declares that the current scope is dynamic but if you use it
25
- * inside unstable_cache it can still be cached. This type of indication can be removed if we ever
26
- * make the default dynamic to begin with because the only way you would ever be static is inside
27
- * a cache scope which this indication does not affect.
28
- *
29
- * The second is an indication that a dynamic data source was read. This is a stronger form of dynamic
30
- * because it means that it is inappropriate to cache this at all. using a dynamic data source inside
31
- * unstable_cache should error. If you want to use some dynamic data inside unstable_cache you should
32
- * read that data outside the cache and pass it in as an argument to the cached function.
33
- */
34
-
35
- var hasRequiredDynamicRendering;
36
-
37
- function requireDynamicRendering () {
38
- if (hasRequiredDynamicRendering) return dynamicRendering;
39
- hasRequiredDynamicRendering = 1;
40
- (function (exports$1) {
41
- Object.defineProperty(exports$1, "__esModule", {
42
- value: true
43
- });
44
- function _export(target, all) {
45
- for(var name in all)Object.defineProperty(target, name, {
46
- enumerable: true,
47
- get: all[name]
48
- });
49
- }
50
- _export(exports$1, {
51
- Postpone: function() {
52
- return Postpone;
53
- },
54
- PreludeState: function() {
55
- return PreludeState;
56
- },
57
- abortAndThrowOnSynchronousRequestDataAccess: function() {
58
- return abortAndThrowOnSynchronousRequestDataAccess;
59
- },
60
- abortOnSynchronousPlatformIOAccess: function() {
61
- return abortOnSynchronousPlatformIOAccess;
62
- },
63
- accessedDynamicData: function() {
64
- return accessedDynamicData;
65
- },
66
- annotateDynamicAccess: function() {
67
- return annotateDynamicAccess;
68
- },
69
- consumeDynamicAccess: function() {
70
- return consumeDynamicAccess;
71
- },
72
- createDynamicTrackingState: function() {
73
- return createDynamicTrackingState;
74
- },
75
- createDynamicValidationState: function() {
76
- return createDynamicValidationState;
77
- },
78
- createHangingInputAbortSignal: function() {
79
- return createHangingInputAbortSignal;
80
- },
81
- createRenderInBrowserAbortSignal: function() {
82
- return createRenderInBrowserAbortSignal;
83
- },
84
- delayUntilRuntimeStage: function() {
85
- return delayUntilRuntimeStage;
86
- },
87
- formatDynamicAPIAccesses: function() {
88
- return formatDynamicAPIAccesses;
89
- },
90
- getFirstDynamicReason: function() {
91
- return getFirstDynamicReason;
92
- },
93
- isDynamicPostpone: function() {
94
- return isDynamicPostpone;
95
- },
96
- isPrerenderInterruptedError: function() {
97
- return isPrerenderInterruptedError;
98
- },
99
- logDisallowedDynamicError: function() {
100
- return logDisallowedDynamicError;
101
- },
102
- markCurrentScopeAsDynamic: function() {
103
- return markCurrentScopeAsDynamic;
104
- },
105
- postponeWithTracking: function() {
106
- return postponeWithTracking;
107
- },
108
- throwIfDisallowedDynamic: function() {
109
- return throwIfDisallowedDynamic;
110
- },
111
- throwToInterruptStaticGeneration: function() {
112
- return throwToInterruptStaticGeneration;
113
- },
114
- trackAllowedDynamicAccess: function() {
115
- return trackAllowedDynamicAccess;
116
- },
117
- trackDynamicDataInDynamicRender: function() {
118
- return trackDynamicDataInDynamicRender;
119
- },
120
- trackSynchronousPlatformIOAccessInDev: function() {
121
- return trackSynchronousPlatformIOAccessInDev;
122
- },
123
- trackSynchronousRequestDataAccessInDev: function() {
124
- return trackSynchronousRequestDataAccessInDev;
125
- },
126
- useDynamicRouteParams: function() {
127
- return useDynamicRouteParams;
128
- },
129
- warnOnSyncDynamicError: function() {
130
- return warnOnSyncDynamicError;
131
- }
132
- });
133
- const _react = /*#__PURE__*/ _interop_require_default(React__default);
134
- const _hooksservercontext = requireHooksServerContext();
135
- const _staticgenerationbailout = requireStaticGenerationBailout();
136
- const _workunitasyncstorageexternal = requireWorkUnitAsyncStorage_external();
137
- const _workasyncstorageexternal = requireWorkAsyncStorage_external();
138
- const _dynamicrenderingutils = requireDynamicRenderingUtils();
139
- const _boundaryconstants = requireBoundaryConstants();
140
- const _scheduler = requireScheduler();
141
- const _bailouttocsr = requireBailoutToCsr();
142
- const _invarianterror = requireInvariantError();
143
- function _interop_require_default(obj) {
144
- return obj && obj.__esModule ? obj : {
145
- default: obj
146
- };
147
- }
148
- const hasPostpone = typeof _react.default.unstable_postpone === 'function';
149
- function createDynamicTrackingState(isDebugDynamicAccesses) {
150
- return {
151
- isDebugDynamicAccesses,
152
- dynamicAccesses: [],
153
- syncDynamicErrorWithStack: null
154
- };
155
- }
156
- function createDynamicValidationState() {
157
- return {
158
- hasSuspenseAboveBody: false,
159
- hasDynamicMetadata: false,
160
- hasDynamicViewport: false,
161
- hasAllowedDynamic: false,
162
- dynamicErrors: []
163
- };
164
- }
165
- function getFirstDynamicReason(trackingState) {
166
- var _trackingState_dynamicAccesses_;
167
- return (_trackingState_dynamicAccesses_ = trackingState.dynamicAccesses[0]) == null ? void 0 : _trackingState_dynamicAccesses_.expression;
168
- }
169
- function markCurrentScopeAsDynamic(store, workUnitStore, expression) {
170
- if (workUnitStore) {
171
- switch(workUnitStore.type){
172
- case 'cache':
173
- case 'unstable-cache':
174
- // Inside cache scopes, marking a scope as dynamic has no effect,
175
- // because the outer cache scope creates a cache boundary. This is
176
- // subtly different from reading a dynamic data source, which is
177
- // forbidden inside a cache scope.
178
- return;
179
- case 'private-cache':
180
- // A private cache scope is already dynamic by definition.
181
- return;
182
- }
183
- }
184
- // If we're forcing dynamic rendering or we're forcing static rendering, we
185
- // don't need to do anything here because the entire page is already dynamic
186
- // or it's static and it should not throw or postpone here.
187
- if (store.forceDynamic || store.forceStatic) return;
188
- if (store.dynamicShouldError) {
189
- throw Object.defineProperty(new _staticgenerationbailout.StaticGenBailoutError(`Route ${store.route} with \`dynamic = "error"\` couldn't be rendered statically because it used \`${expression}\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering`), "__NEXT_ERROR_CODE", {
190
- value: "E553",
191
- enumerable: false,
192
- configurable: true
193
- });
194
- }
195
- if (workUnitStore) {
196
- switch(workUnitStore.type){
197
- case 'prerender-ppr':
198
- return postponeWithTracking(store.route, expression, workUnitStore.dynamicTracking);
199
- case 'prerender-legacy':
200
- workUnitStore.revalidate = 0;
201
- // We aren't prerendering, but we are generating a static page. We need
202
- // to bail out of static generation.
203
- const err = Object.defineProperty(new _hooksservercontext.DynamicServerError(`Route ${store.route} couldn't be rendered statically because it used ${expression}. See more info here: https://nextjs.org/docs/messages/dynamic-server-error`), "__NEXT_ERROR_CODE", {
204
- value: "E550",
205
- enumerable: false,
206
- configurable: true
207
- });
208
- store.dynamicUsageDescription = expression;
209
- store.dynamicUsageStack = err.stack;
210
- throw err;
211
- case 'request':
212
- if (process.env.NODE_ENV !== 'production') {
213
- workUnitStore.usedDynamic = true;
214
- }
215
- break;
216
- }
217
- }
218
- }
219
- function throwToInterruptStaticGeneration(expression, store, prerenderStore) {
220
- // We aren't prerendering but we are generating a static page. We need to bail out of static generation
221
- const err = Object.defineProperty(new _hooksservercontext.DynamicServerError(`Route ${store.route} couldn't be rendered statically because it used \`${expression}\`. See more info here: https://nextjs.org/docs/messages/dynamic-server-error`), "__NEXT_ERROR_CODE", {
222
- value: "E558",
223
- enumerable: false,
224
- configurable: true
225
- });
226
- prerenderStore.revalidate = 0;
227
- store.dynamicUsageDescription = expression;
228
- store.dynamicUsageStack = err.stack;
229
- throw err;
230
- }
231
- function trackDynamicDataInDynamicRender(workUnitStore) {
232
- switch(workUnitStore.type){
233
- case 'cache':
234
- case 'unstable-cache':
235
- // Inside cache scopes, marking a scope as dynamic has no effect,
236
- // because the outer cache scope creates a cache boundary. This is
237
- // subtly different from reading a dynamic data source, which is
238
- // forbidden inside a cache scope.
239
- return;
240
- case 'private-cache':
241
- // A private cache scope is already dynamic by definition.
242
- return;
243
- case 'prerender':
244
- case 'prerender-runtime':
245
- case 'prerender-legacy':
246
- case 'prerender-ppr':
247
- case 'prerender-client':
248
- break;
249
- case 'request':
250
- if (process.env.NODE_ENV !== 'production') {
251
- workUnitStore.usedDynamic = true;
252
- }
253
- break;
254
- }
255
- }
256
- function abortOnSynchronousDynamicDataAccess(route, expression, prerenderStore) {
257
- const reason = `Route ${route} needs to bail out of prerendering at this point because it used ${expression}.`;
258
- const error = createPrerenderInterruptedError(reason);
259
- prerenderStore.controller.abort(error);
260
- const dynamicTracking = prerenderStore.dynamicTracking;
261
- if (dynamicTracking) {
262
- dynamicTracking.dynamicAccesses.push({
263
- // When we aren't debugging, we don't need to create another error for the
264
- // stack trace.
265
- stack: dynamicTracking.isDebugDynamicAccesses ? new Error().stack : undefined,
266
- expression
267
- });
268
- }
269
- }
270
- function abortOnSynchronousPlatformIOAccess(route, expression, errorWithStack, prerenderStore) {
271
- const dynamicTracking = prerenderStore.dynamicTracking;
272
- abortOnSynchronousDynamicDataAccess(route, expression, prerenderStore);
273
- // It is important that we set this tracking value after aborting. Aborts are executed
274
- // synchronously except for the case where you abort during render itself. By setting this
275
- // value late we can use it to determine if any of the aborted tasks are the task that
276
- // called the sync IO expression in the first place.
277
- if (dynamicTracking) {
278
- if (dynamicTracking.syncDynamicErrorWithStack === null) {
279
- dynamicTracking.syncDynamicErrorWithStack = errorWithStack;
280
- }
281
- }
282
- }
283
- function trackSynchronousPlatformIOAccessInDev(requestStore) {
284
- // We don't actually have a controller to abort but we do the semantic equivalent by
285
- // advancing the request store out of prerender mode
286
- requestStore.prerenderPhase = false;
287
- }
288
- function abortAndThrowOnSynchronousRequestDataAccess(route, expression, errorWithStack, prerenderStore) {
289
- const prerenderSignal = prerenderStore.controller.signal;
290
- if (prerenderSignal.aborted === false) {
291
- // TODO it would be better to move this aborted check into the callsite so we can avoid making
292
- // the error object when it isn't relevant to the aborting of the prerender however
293
- // since we need the throw semantics regardless of whether we abort it is easier to land
294
- // this way. See how this was handled with `abortOnSynchronousPlatformIOAccess` for a closer
295
- // to ideal implementation
296
- abortOnSynchronousDynamicDataAccess(route, expression, prerenderStore);
297
- // It is important that we set this tracking value after aborting. Aborts are executed
298
- // synchronously except for the case where you abort during render itself. By setting this
299
- // value late we can use it to determine if any of the aborted tasks are the task that
300
- // called the sync IO expression in the first place.
301
- const dynamicTracking = prerenderStore.dynamicTracking;
302
- if (dynamicTracking) {
303
- if (dynamicTracking.syncDynamicErrorWithStack === null) {
304
- dynamicTracking.syncDynamicErrorWithStack = errorWithStack;
305
- }
306
- }
307
- }
308
- throw createPrerenderInterruptedError(`Route ${route} needs to bail out of prerendering at this point because it used ${expression}.`);
309
- }
310
- function warnOnSyncDynamicError(dynamicTracking) {
311
- if (dynamicTracking.syncDynamicErrorWithStack) {
312
- // the server did something sync dynamic, likely
313
- // leading to an early termination of the prerender.
314
- console.error(dynamicTracking.syncDynamicErrorWithStack);
315
- }
316
- }
317
- const trackSynchronousRequestDataAccessInDev = trackSynchronousPlatformIOAccessInDev;
318
- function Postpone({ reason, route }) {
319
- const prerenderStore = _workunitasyncstorageexternal.workUnitAsyncStorage.getStore();
320
- const dynamicTracking = prerenderStore && prerenderStore.type === 'prerender-ppr' ? prerenderStore.dynamicTracking : null;
321
- postponeWithTracking(route, reason, dynamicTracking);
322
- }
323
- function postponeWithTracking(route, expression, dynamicTracking) {
324
- assertPostpone();
325
- if (dynamicTracking) {
326
- dynamicTracking.dynamicAccesses.push({
327
- // When we aren't debugging, we don't need to create another error for the
328
- // stack trace.
329
- stack: dynamicTracking.isDebugDynamicAccesses ? new Error().stack : undefined,
330
- expression
331
- });
332
- }
333
- _react.default.unstable_postpone(createPostponeReason(route, expression));
334
- }
335
- function createPostponeReason(route, expression) {
336
- return `Route ${route} needs to bail out of prerendering at this point because it used ${expression}. ` + `React throws this special object to indicate where. It should not be caught by ` + `your own try/catch. Learn more: https://nextjs.org/docs/messages/ppr-caught-error`;
337
- }
338
- function isDynamicPostpone(err) {
339
- if (typeof err === 'object' && err !== null && typeof err.message === 'string') {
340
- return isDynamicPostponeReason(err.message);
341
- }
342
- return false;
343
- }
344
- function isDynamicPostponeReason(reason) {
345
- return reason.includes('needs to bail out of prerendering at this point because it used') && reason.includes('Learn more: https://nextjs.org/docs/messages/ppr-caught-error');
346
- }
347
- if (isDynamicPostponeReason(createPostponeReason('%%%', '^^^')) === false) {
348
- throw Object.defineProperty(new Error('Invariant: isDynamicPostpone misidentified a postpone reason. This is a bug in Next.js'), "__NEXT_ERROR_CODE", {
349
- value: "E296",
350
- enumerable: false,
351
- configurable: true
352
- });
353
- }
354
- const NEXT_PRERENDER_INTERRUPTED = 'NEXT_PRERENDER_INTERRUPTED';
355
- function createPrerenderInterruptedError(message) {
356
- const error = Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
357
- value: "E394",
358
- enumerable: false,
359
- configurable: true
360
- });
361
- error.digest = NEXT_PRERENDER_INTERRUPTED;
362
- return error;
363
- }
364
- function isPrerenderInterruptedError(error) {
365
- return typeof error === 'object' && error !== null && error.digest === NEXT_PRERENDER_INTERRUPTED && 'name' in error && 'message' in error && error instanceof Error;
366
- }
367
- function accessedDynamicData(dynamicAccesses) {
368
- return dynamicAccesses.length > 0;
369
- }
370
- function consumeDynamicAccess(serverDynamic, clientDynamic) {
371
- // We mutate because we only call this once we are no longer writing
372
- // to the dynamicTrackingState and it's more efficient than creating a new
373
- // array.
374
- serverDynamic.dynamicAccesses.push(...clientDynamic.dynamicAccesses);
375
- return serverDynamic.dynamicAccesses;
376
- }
377
- function formatDynamicAPIAccesses(dynamicAccesses) {
378
- return dynamicAccesses.filter((access)=>typeof access.stack === 'string' && access.stack.length > 0).map(({ expression, stack })=>{
379
- stack = stack.split('\n')// Remove the "Error: " prefix from the first line of the stack trace as
380
- // well as the first 4 lines of the stack trace which is the distance
381
- // from the user code and the `new Error().stack` call.
382
- .slice(4).filter((line)=>{
383
- // Exclude Next.js internals from the stack trace.
384
- if (line.includes('node_modules/next/')) {
385
- return false;
386
- }
387
- // Exclude anonymous functions from the stack trace.
388
- if (line.includes(' (<anonymous>)')) {
389
- return false;
390
- }
391
- // Exclude Node.js internals from the stack trace.
392
- if (line.includes(' (node:')) {
393
- return false;
394
- }
395
- return true;
396
- }).join('\n');
397
- return `Dynamic API Usage Debug - ${expression}:\n${stack}`;
398
- });
399
- }
400
- function assertPostpone() {
401
- if (!hasPostpone) {
402
- throw Object.defineProperty(new Error(`Invariant: React.unstable_postpone is not defined. This suggests the wrong version of React was loaded. This is a bug in Next.js`), "__NEXT_ERROR_CODE", {
403
- value: "E224",
404
- enumerable: false,
405
- configurable: true
406
- });
407
- }
408
- }
409
- function createRenderInBrowserAbortSignal() {
410
- const controller = new AbortController();
411
- controller.abort(Object.defineProperty(new _bailouttocsr.BailoutToCSRError('Render in Browser'), "__NEXT_ERROR_CODE", {
412
- value: "E721",
413
- enumerable: false,
414
- configurable: true
415
- }));
416
- return controller.signal;
417
- }
418
- function createHangingInputAbortSignal(workUnitStore) {
419
- switch(workUnitStore.type){
420
- case 'prerender':
421
- case 'prerender-runtime':
422
- const controller = new AbortController();
423
- if (workUnitStore.cacheSignal) {
424
- // If we have a cacheSignal it means we're in a prospective render. If
425
- // the input we're waiting on is coming from another cache, we do want
426
- // to wait for it so that we can resolve this cache entry too.
427
- workUnitStore.cacheSignal.inputReady().then(()=>{
428
- controller.abort();
429
- });
430
- } else {
431
- // Otherwise we're in the final render and we should already have all
432
- // our caches filled.
433
- // If the prerender uses stages, we have wait until the runtime stage,
434
- // at which point all runtime inputs will be resolved.
435
- // (otherwise, a runtime prerender might consider `cookies()` hanging
436
- // even though they'd resolve in the next task.)
437
- //
438
- // We might still be waiting on some microtasks so we
439
- // wait one tick before giving up. When we give up, we still want to
440
- // render the content of this cache as deeply as we can so that we can
441
- // suspend as deeply as possible in the tree or not at all if we don't
442
- // end up waiting for the input.
443
- const runtimeStagePromise = (0, _workunitasyncstorageexternal.getRuntimeStagePromise)(workUnitStore);
444
- if (runtimeStagePromise) {
445
- runtimeStagePromise.then(()=>(0, _scheduler.scheduleOnNextTick)(()=>controller.abort()));
446
- } else {
447
- (0, _scheduler.scheduleOnNextTick)(()=>controller.abort());
448
- }
449
- }
450
- return controller.signal;
451
- case 'prerender-client':
452
- case 'prerender-ppr':
453
- case 'prerender-legacy':
454
- case 'request':
455
- case 'cache':
456
- case 'private-cache':
457
- case 'unstable-cache':
458
- return undefined;
459
- }
460
- }
461
- function annotateDynamicAccess(expression, prerenderStore) {
462
- const dynamicTracking = prerenderStore.dynamicTracking;
463
- if (dynamicTracking) {
464
- dynamicTracking.dynamicAccesses.push({
465
- stack: dynamicTracking.isDebugDynamicAccesses ? new Error().stack : undefined,
466
- expression
467
- });
468
- }
469
- }
470
- function useDynamicRouteParams(expression) {
471
- const workStore = _workasyncstorageexternal.workAsyncStorage.getStore();
472
- const workUnitStore = _workunitasyncstorageexternal.workUnitAsyncStorage.getStore();
473
- if (workStore && workUnitStore) {
474
- switch(workUnitStore.type){
475
- case 'prerender-client':
476
- case 'prerender':
477
- {
478
- const fallbackParams = workUnitStore.fallbackRouteParams;
479
- if (fallbackParams && fallbackParams.size > 0) {
480
- // We are in a prerender with cacheComponents semantics. We are going to
481
- // hang here and never resolve. This will cause the currently
482
- // rendering component to effectively be a dynamic hole.
483
- _react.default.use((0, _dynamicrenderingutils.makeHangingPromise)(workUnitStore.renderSignal, workStore.route, expression));
484
- }
485
- break;
486
- }
487
- case 'prerender-ppr':
488
- {
489
- const fallbackParams = workUnitStore.fallbackRouteParams;
490
- if (fallbackParams && fallbackParams.size > 0) {
491
- return postponeWithTracking(workStore.route, expression, workUnitStore.dynamicTracking);
492
- }
493
- break;
494
- }
495
- case 'prerender-runtime':
496
- throw Object.defineProperty(new _invarianterror.InvariantError(`\`${expression}\` was called during a runtime prerender. Next.js should be preventing ${expression} from being included in server components statically, but did not in this case.`), "__NEXT_ERROR_CODE", {
497
- value: "E771",
498
- enumerable: false,
499
- configurable: true
500
- });
501
- case 'cache':
502
- case 'private-cache':
503
- throw Object.defineProperty(new _invarianterror.InvariantError(`\`${expression}\` was called inside a cache scope. Next.js should be preventing ${expression} from being included in server components statically, but did not in this case.`), "__NEXT_ERROR_CODE", {
504
- value: "E745",
505
- enumerable: false,
506
- configurable: true
507
- });
508
- }
509
- }
510
- }
511
- const hasSuspenseRegex = /\n\s+at Suspense \(<anonymous>\)/;
512
- // Common implicit body tags that React will treat as body when placed directly in html
513
- const bodyAndImplicitTags = 'body|div|main|section|article|aside|header|footer|nav|form|p|span|h1|h2|h3|h4|h5|h6';
514
- // Detects when RootLayoutBoundary (our framework marker component) appears
515
- // after Suspense in the component stack, indicating the root layout is wrapped
516
- // within a Suspense boundary. Ensures no body/html/implicit-body components are in between.
517
- //
518
- // Example matches:
519
- // at Suspense (<anonymous>)
520
- // at __next_root_layout_boundary__ (<anonymous>)
521
- //
522
- // Or with other components in between (but not body/html/implicit-body):
523
- // at Suspense (<anonymous>)
524
- // at SomeComponent (<anonymous>)
525
- // at __next_root_layout_boundary__ (<anonymous>)
526
- const hasSuspenseBeforeRootLayoutWithoutBodyOrImplicitBodyRegex = new RegExp(`\\n\\s+at Suspense \\(<anonymous>\\)(?:(?!\\n\\s+at (?:${bodyAndImplicitTags}) \\(<anonymous>\\))[\\s\\S])*?\\n\\s+at ${_boundaryconstants.ROOT_LAYOUT_BOUNDARY_NAME} \\([^\\n]*\\)`);
527
- const hasMetadataRegex = new RegExp(`\\n\\s+at ${_boundaryconstants.METADATA_BOUNDARY_NAME}[\\n\\s]`);
528
- const hasViewportRegex = new RegExp(`\\n\\s+at ${_boundaryconstants.VIEWPORT_BOUNDARY_NAME}[\\n\\s]`);
529
- const hasOutletRegex = new RegExp(`\\n\\s+at ${_boundaryconstants.OUTLET_BOUNDARY_NAME}[\\n\\s]`);
530
- function trackAllowedDynamicAccess(workStore, componentStack, dynamicValidation, clientDynamic) {
531
- if (hasOutletRegex.test(componentStack)) {
532
- // We don't need to track that this is dynamic. It is only so when something else is also dynamic.
533
- return;
534
- } else if (hasMetadataRegex.test(componentStack)) {
535
- dynamicValidation.hasDynamicMetadata = true;
536
- return;
537
- } else if (hasViewportRegex.test(componentStack)) {
538
- dynamicValidation.hasDynamicViewport = true;
539
- return;
540
- } else if (hasSuspenseBeforeRootLayoutWithoutBodyOrImplicitBodyRegex.test(componentStack)) {
541
- // For Suspense within body, the prelude wouldn't be empty so it wouldn't violate the empty static shells rule.
542
- // But if you have Suspense above body, the prelude is empty but we allow that because having Suspense
543
- // is an explicit signal from the user that they acknowledge the empty shell and want dynamic rendering.
544
- dynamicValidation.hasAllowedDynamic = true;
545
- dynamicValidation.hasSuspenseAboveBody = true;
546
- return;
547
- } else if (hasSuspenseRegex.test(componentStack)) {
548
- // this error had a Suspense boundary above it so we don't need to report it as a source
549
- // of disallowed
550
- dynamicValidation.hasAllowedDynamic = true;
551
- return;
552
- } else if (clientDynamic.syncDynamicErrorWithStack) {
553
- // This task was the task that called the sync error.
554
- dynamicValidation.dynamicErrors.push(clientDynamic.syncDynamicErrorWithStack);
555
- return;
556
- } else {
557
- const message = `Route "${workStore.route}": A component accessed data, headers, params, searchParams, or a short-lived cache without a Suspense boundary nor a "use cache" above it. See more info: https://nextjs.org/docs/messages/next-prerender-missing-suspense`;
558
- const error = createErrorWithComponentOrOwnerStack(message, componentStack);
559
- dynamicValidation.dynamicErrors.push(error);
560
- return;
561
- }
562
- }
563
- /**
564
- * In dev mode, we prefer using the owner stack, otherwise the provided
565
- * component stack is used.
566
- */ function createErrorWithComponentOrOwnerStack(message, componentStack) {
567
- const ownerStack = process.env.NODE_ENV !== 'production' && _react.default.captureOwnerStack ? _react.default.captureOwnerStack() : null;
568
- const error = Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
569
- value: "E394",
570
- enumerable: false,
571
- configurable: true
572
- });
573
- error.stack = error.name + ': ' + message + (ownerStack ?? componentStack);
574
- return error;
575
- }
576
- var PreludeState = /*#__PURE__*/ function(PreludeState) {
577
- PreludeState[PreludeState["Full"] = 0] = "Full";
578
- PreludeState[PreludeState["Empty"] = 1] = "Empty";
579
- PreludeState[PreludeState["Errored"] = 2] = "Errored";
580
- return PreludeState;
581
- }({});
582
- function logDisallowedDynamicError(workStore, error) {
583
- console.error(error);
584
- if (!workStore.dev) {
585
- if (workStore.hasReadableErrorStacks) {
586
- console.error(`To get a more detailed stack trace and pinpoint the issue, start the app in development mode by running \`next dev\`, then open "${workStore.route}" in your browser to investigate the error.`);
587
- } else {
588
- console.error(`To get a more detailed stack trace and pinpoint the issue, try one of the following:
589
- - Start the app in development mode by running \`next dev\`, then open "${workStore.route}" in your browser to investigate the error.
590
- - Rerun the production build with \`next build --debug-prerender\` to generate better stack traces.`);
591
- }
592
- }
593
- }
594
- function throwIfDisallowedDynamic(workStore, prelude, dynamicValidation, serverDynamic) {
595
- if (prelude !== 0) {
596
- if (dynamicValidation.hasSuspenseAboveBody) {
597
- // This route has opted into allowing fully dynamic rendering
598
- // by including a Suspense boundary above the body. In this case
599
- // a lack of a shell is not considered disallowed so we simply return
600
- return;
601
- }
602
- if (serverDynamic.syncDynamicErrorWithStack) {
603
- // There is no shell and the server did something sync dynamic likely
604
- // leading to an early termination of the prerender before the shell
605
- // could be completed. We terminate the build/validating render.
606
- logDisallowedDynamicError(workStore, serverDynamic.syncDynamicErrorWithStack);
607
- throw new _staticgenerationbailout.StaticGenBailoutError();
608
- }
609
- // We didn't have any sync bailouts but there may be user code which
610
- // blocked the root. We would have captured these during the prerender
611
- // and can log them here and then terminate the build/validating render
612
- const dynamicErrors = dynamicValidation.dynamicErrors;
613
- if (dynamicErrors.length > 0) {
614
- for(let i = 0; i < dynamicErrors.length; i++){
615
- logDisallowedDynamicError(workStore, dynamicErrors[i]);
616
- }
617
- throw new _staticgenerationbailout.StaticGenBailoutError();
618
- }
619
- // If we got this far then the only other thing that could be blocking
620
- // the root is dynamic Viewport. If this is dynamic then
621
- // you need to opt into that by adding a Suspense boundary above the body
622
- // to indicate your are ok with fully dynamic rendering.
623
- if (dynamicValidation.hasDynamicViewport) {
624
- console.error(`Route "${workStore.route}" has a \`generateViewport\` that depends on Request data (\`cookies()\`, etc...) or uncached external data (\`fetch(...)\`, etc...) without explicitly allowing fully dynamic rendering. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-viewport`);
625
- throw new _staticgenerationbailout.StaticGenBailoutError();
626
- }
627
- if (prelude === 1) {
628
- // If we ever get this far then we messed up the tracking of invalid dynamic.
629
- // We still adhere to the constraint that you must produce a shell but invite the
630
- // user to report this as a bug in Next.js.
631
- console.error(`Route "${workStore.route}" did not produce a static shell and Next.js was unable to determine a reason. This is a bug in Next.js.`);
632
- throw new _staticgenerationbailout.StaticGenBailoutError();
633
- }
634
- } else {
635
- if (dynamicValidation.hasAllowedDynamic === false && dynamicValidation.hasDynamicMetadata) {
636
- console.error(`Route "${workStore.route}" has a \`generateMetadata\` that depends on Request data (\`cookies()\`, etc...) or uncached external data (\`fetch(...)\`, etc...) when the rest of the route does not. See more info here: https://nextjs.org/docs/messages/next-prerender-dynamic-metadata`);
637
- throw new _staticgenerationbailout.StaticGenBailoutError();
638
- }
639
- }
640
- }
641
- function delayUntilRuntimeStage(prerenderStore, result) {
642
- if (prerenderStore.runtimeStagePromise) {
643
- return prerenderStore.runtimeStagePromise.then(()=>result);
644
- }
645
- return result;
646
- }
647
-
648
-
649
- } (dynamicRendering));
650
- return dynamicRendering;
651
- }
652
-
653
- export { requireDynamicRendering as __require };
654
- //# sourceMappingURL=dynamic-rendering.js.map