@baseplate-dev/plugin-auth 0.6.9 → 0.6.11

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 (631) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/auth/core/web.js +31 -2
  3. package/dist/better-auth/constants/packages.d.ts +1 -1
  4. package/dist/better-auth/constants/packages.js +1 -1
  5. package/dist/better-auth/core/web.js +15 -2
  6. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +0 -1
  7. package/dist/local-auth/core/web.js +15 -2
  8. package/dist/placeholder-auth/core/web.js +13 -2
  9. package/dist/web/assets/_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-DEljr3MS.js +226 -0
  10. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-B6a7L2-k.js +346 -0
  11. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-JKpdJ1L0.js +89 -0
  12. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DsLoA9K7.js +73549 -0
  13. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CGsbw2Lx.js +6181 -0
  14. package/dist/web/assets/_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-DE4UUe5K.js +13784 -0
  15. package/dist/web/assets/auth-YjeUffyx.js +1 -0
  16. package/dist/web/assets/common-B3OG-gju.js +37 -0
  17. package/dist/web/assets/common-CTWnBc6I.js +39 -0
  18. package/dist/web/assets/common-CzNLnT_1.js +63 -0
  19. package/dist/web/assets/common-g_Gn0v5J.js +18 -0
  20. package/dist/web/assets/common-kfSP8YQO.js +39 -0
  21. package/dist/web/assets/common-zfktVQvk.js +37 -0
  22. package/dist/web/assets/dist-C6kDPCTC.js +18148 -0
  23. package/dist/web/assets/get-auth-plugin-definition-2vFJROjB.js +14 -0
  24. package/dist/web/assets/hostInit-35H-qR11.js +119 -0
  25. package/dist/web/assets/index-Cr47LBtj.js +2 -0
  26. package/dist/web/assets/mf-entry-bootstrap-0-13480d2a.js +32 -0
  27. package/dist/web/assets/model-names-BluImOzu.js +27 -0
  28. package/dist/web/assets/model-names-CUS5rSei.js +12 -0
  29. package/dist/web/assets/model-utils-ZF_FVZ_o.js +1287 -0
  30. package/dist/web/assets/models-CORL4i-6.js +285 -0
  31. package/dist/web/assets/models-DPPMgQz_.js +304 -0
  32. package/dist/web/assets/plugin-definition-UAfMRa7u.js +78 -0
  33. package/dist/web/assets/plugin-definition-mNNM2hOB.js +11 -0
  34. package/dist/web/assets/rolldown-runtime-FZ4Itg2g.js +42 -0
  35. package/dist/web/assets/{style-DiK_rD1L.css → styles-Cc26Bbxc.css} +1 -1
  36. package/dist/web/assets/styles-DNVWarsT.js +173 -0
  37. package/dist/web/assets/virtualExposes-CZsMFYa2.js +2 -0
  38. package/dist/web/assets/virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-Bt9-dftr.js +3892 -0
  39. package/dist/web/assets/virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DC8YPV1Z.js +129 -0
  40. package/dist/web/assets/virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-CmilMd0E.js +168 -0
  41. package/dist/web/assets/vite-preload-helper-iIio8xkS.js +67 -0
  42. package/dist/web/assets/web-BbqWFVPH.js +397 -0
  43. package/dist/web/assets/web-BldKZtQd.js +123 -0
  44. package/dist/web/assets/web-CNMEeTj-.js +46 -0
  45. package/dist/web/assets/web-CnsQCdFE.js +46 -0
  46. package/dist/web/assets/web-DiGj_0d0.js +118 -0
  47. package/dist/web/assets/web-OntIhIfe.js +355 -0
  48. package/dist/web/assets/web-y8E7eNgy.js +106 -0
  49. package/dist/web/index.html +2 -2
  50. package/dist/web/remoteEntry.js +2 -0
  51. package/dist/web/remoteEntry.ssr.js +43 -0
  52. package/package.json +24 -21
  53. package/dist/auth/core/common.d.ts.map +0 -1
  54. package/dist/auth/core/common.js.map +0 -1
  55. package/dist/auth/core/components/auth-definition-editor.d.ts.map +0 -1
  56. package/dist/auth/core/components/auth-definition-editor.js.map +0 -1
  57. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +0 -1
  58. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +0 -1
  59. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +0 -1
  60. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +0 -1
  61. package/dist/auth/core/node.d.ts.map +0 -1
  62. package/dist/auth/core/node.js.map +0 -1
  63. package/dist/auth/core/schema/migrations.d.ts.map +0 -1
  64. package/dist/auth/core/schema/migrations.js.map +0 -1
  65. package/dist/auth/core/schema/plugin-definition.d.ts.map +0 -1
  66. package/dist/auth/core/schema/plugin-definition.js.map +0 -1
  67. package/dist/auth/core/schema/roles/constants.d.ts.map +0 -1
  68. package/dist/auth/core/schema/roles/constants.js.map +0 -1
  69. package/dist/auth/core/schema/roles/index.d.ts.map +0 -1
  70. package/dist/auth/core/schema/roles/index.js.map +0 -1
  71. package/dist/auth/core/schema/roles/schema.d.ts.map +0 -1
  72. package/dist/auth/core/schema/roles/schema.js.map +0 -1
  73. package/dist/auth/core/web.d.ts.map +0 -1
  74. package/dist/auth/core/web.js.map +0 -1
  75. package/dist/auth/index.d.ts.map +0 -1
  76. package/dist/auth/index.js.map +0 -1
  77. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +0 -1
  78. package/dist/auth/utils/get-auth-plugin-definition.js.map +0 -1
  79. package/dist/auth/utils/index.d.ts.map +0 -1
  80. package/dist/auth/utils/index.js.map +0 -1
  81. package/dist/better-auth/admin/common.d.ts.map +0 -1
  82. package/dist/better-auth/admin/common.js.map +0 -1
  83. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  84. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  85. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  86. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  87. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  88. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  89. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  90. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  91. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  92. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  93. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  94. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  95. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  96. package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  97. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  98. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  99. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  100. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  101. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  102. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  103. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  104. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  105. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  106. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  107. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  108. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  109. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  110. package/dist/better-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  111. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  112. package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  113. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  114. package/dist/better-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  115. package/dist/better-auth/admin/node.d.ts.map +0 -1
  116. package/dist/better-auth/admin/node.js.map +0 -1
  117. package/dist/better-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  118. package/dist/better-auth/admin/schema/manage-role-action.js.map +0 -1
  119. package/dist/better-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  120. package/dist/better-auth/admin/schema/reset-password-action.js.map +0 -1
  121. package/dist/better-auth/admin/schema/roles-column.d.ts.map +0 -1
  122. package/dist/better-auth/admin/schema/roles-column.js.map +0 -1
  123. package/dist/better-auth/admin/web.d.ts.map +0 -1
  124. package/dist/better-auth/admin/web.js.map +0 -1
  125. package/dist/better-auth/constants/model-names.d.ts.map +0 -1
  126. package/dist/better-auth/constants/model-names.js.map +0 -1
  127. package/dist/better-auth/constants/packages.d.ts.map +0 -1
  128. package/dist/better-auth/constants/packages.js.map +0 -1
  129. package/dist/better-auth/core/common.d.ts.map +0 -1
  130. package/dist/better-auth/core/common.js.map +0 -1
  131. package/dist/better-auth/core/components/better-auth-definition-editor.d.ts.map +0 -1
  132. package/dist/better-auth/core/components/better-auth-definition-editor.js.map +0 -1
  133. package/dist/better-auth/core/index.d.ts.map +0 -1
  134. package/dist/better-auth/core/index.js.map +0 -1
  135. package/dist/better-auth/core/node.d.ts.map +0 -1
  136. package/dist/better-auth/core/node.js.map +0 -1
  137. package/dist/better-auth/core/schema/models.d.ts.map +0 -1
  138. package/dist/better-auth/core/schema/models.js.map +0 -1
  139. package/dist/better-auth/core/schema/plugin-definition.d.ts.map +0 -1
  140. package/dist/better-auth/core/schema/plugin-definition.js.map +0 -1
  141. package/dist/better-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  142. package/dist/better-auth/core/schema/schema-issue-checker.js.map +0 -1
  143. package/dist/better-auth/core/web.d.ts.map +0 -1
  144. package/dist/better-auth/core/web.js.map +0 -1
  145. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.d.ts.map +0 -1
  146. package/dist/better-auth/generators/fastify/better-auth-admin-module/better-auth-admin-module.generator.js.map +0 -1
  147. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.d.ts.map +0 -1
  148. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/index.js.map +0 -1
  149. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.d.ts.map +0 -1
  150. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-paths.js.map +0 -1
  151. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.d.ts.map +0 -1
  152. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/template-renderers.js.map +0 -1
  153. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.d.ts.map +0 -1
  154. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/ts-import-providers.js.map +0 -1
  155. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.d.ts.map +0 -1
  156. package/dist/better-auth/generators/fastify/better-auth-admin-module/generated/typed-templates.js.map +0 -1
  157. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.d.ts.map +0 -1
  158. package/dist/better-auth/generators/fastify/better-auth-admin-module/index.js.map +0 -1
  159. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.d.ts.map +0 -1
  160. package/dist/better-auth/generators/fastify/better-auth-email-templates/better-auth-email-templates.generator.js.map +0 -1
  161. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.d.ts.map +0 -1
  162. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/index.js.map +0 -1
  163. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.d.ts.map +0 -1
  164. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-paths.js.map +0 -1
  165. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  166. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/template-renderers.js.map +0 -1
  167. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  168. package/dist/better-auth/generators/fastify/better-auth-email-templates/generated/typed-templates.js.map +0 -1
  169. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.d.ts.map +0 -1
  170. package/dist/better-auth/generators/fastify/better-auth-email-templates/index.js.map +0 -1
  171. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts.map +0 -1
  172. package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js.map +0 -1
  173. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts.map +0 -1
  174. package/dist/better-auth/generators/fastify/better-auth-module/generated/index.js.map +0 -1
  175. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.d.ts.map +0 -1
  176. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-paths.js.map +0 -1
  177. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts.map +0 -1
  178. package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.js.map +0 -1
  179. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  180. package/dist/better-auth/generators/fastify/better-auth-module/generated/ts-import-providers.js.map +0 -1
  181. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts.map +0 -1
  182. package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.js.map +0 -1
  183. package/dist/better-auth/generators/fastify/better-auth-module/index.d.ts.map +0 -1
  184. package/dist/better-auth/generators/fastify/better-auth-module/index.js.map +0 -1
  185. package/dist/better-auth/generators/fastify/index.d.ts.map +0 -1
  186. package/dist/better-auth/generators/fastify/index.js.map +0 -1
  187. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.d.ts.map +0 -1
  188. package/dist/better-auth/generators/fastify/seed-initial-user/generated/index.js.map +0 -1
  189. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  190. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-paths.js.map +0 -1
  191. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  192. package/dist/better-auth/generators/fastify/seed-initial-user/generated/template-renderers.js.map +0 -1
  193. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  194. package/dist/better-auth/generators/fastify/seed-initial-user/generated/typed-templates.js.map +0 -1
  195. package/dist/better-auth/generators/fastify/seed-initial-user/index.d.ts.map +0 -1
  196. package/dist/better-auth/generators/fastify/seed-initial-user/index.js.map +0 -1
  197. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  198. package/dist/better-auth/generators/fastify/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  199. package/dist/better-auth/generators/index.d.ts.map +0 -1
  200. package/dist/better-auth/generators/index.js.map +0 -1
  201. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.d.ts.map +0 -1
  202. package/dist/better-auth/generators/react/better-auth-hooks/better-auth-hooks.generator.js.map +0 -1
  203. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.d.ts.map +0 -1
  204. package/dist/better-auth/generators/react/better-auth-hooks/generated/index.js.map +0 -1
  205. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.d.ts.map +0 -1
  206. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-paths.js.map +0 -1
  207. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  208. package/dist/better-auth/generators/react/better-auth-hooks/generated/template-renderers.js.map +0 -1
  209. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  210. package/dist/better-auth/generators/react/better-auth-hooks/generated/ts-import-providers.js.map +0 -1
  211. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  212. package/dist/better-auth/generators/react/better-auth-hooks/generated/typed-templates.js.map +0 -1
  213. package/dist/better-auth/generators/react/better-auth-hooks/index.d.ts.map +0 -1
  214. package/dist/better-auth/generators/react/better-auth-hooks/index.js.map +0 -1
  215. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts.map +0 -1
  216. package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.js.map +0 -1
  217. package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts.map +0 -1
  218. package/dist/better-auth/generators/react/better-auth-pages/generated/index.js.map +0 -1
  219. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.d.ts.map +0 -1
  220. package/dist/better-auth/generators/react/better-auth-pages/generated/template-paths.js.map +0 -1
  221. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts.map +0 -1
  222. package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.js.map +0 -1
  223. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts.map +0 -1
  224. package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.js.map +0 -1
  225. package/dist/better-auth/generators/react/better-auth-pages/index.d.ts.map +0 -1
  226. package/dist/better-auth/generators/react/better-auth-pages/index.js.map +0 -1
  227. package/dist/better-auth/generators/react/index.d.ts.map +0 -1
  228. package/dist/better-auth/generators/react/index.js.map +0 -1
  229. package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts.map +0 -1
  230. package/dist/better-auth/generators/react/react-better-auth/generated/index.js.map +0 -1
  231. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.d.ts.map +0 -1
  232. package/dist/better-auth/generators/react/react-better-auth/generated/template-paths.js.map +0 -1
  233. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts.map +0 -1
  234. package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.js.map +0 -1
  235. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.d.ts.map +0 -1
  236. package/dist/better-auth/generators/react/react-better-auth/generated/ts-import-providers.js.map +0 -1
  237. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts.map +0 -1
  238. package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.js.map +0 -1
  239. package/dist/better-auth/generators/react/react-better-auth/index.d.ts.map +0 -1
  240. package/dist/better-auth/generators/react/react-better-auth/index.js.map +0 -1
  241. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts.map +0 -1
  242. package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.js.map +0 -1
  243. package/dist/better-auth/index.d.ts.map +0 -1
  244. package/dist/better-auth/index.js.map +0 -1
  245. package/dist/common/components/auth-config-tabs.d.ts.map +0 -1
  246. package/dist/common/components/auth-config-tabs.js.map +0 -1
  247. package/dist/local-auth/admin/common.d.ts.map +0 -1
  248. package/dist/local-auth/admin/common.js.map +0 -1
  249. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts.map +0 -1
  250. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.js.map +0 -1
  251. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts.map +0 -1
  252. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.js.map +0 -1
  253. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.d.ts.map +0 -1
  254. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-paths.js.map +0 -1
  255. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts.map +0 -1
  256. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.js.map +0 -1
  257. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts.map +0 -1
  258. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.js.map +0 -1
  259. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.d.ts.map +0 -1
  260. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/index.js.map +0 -1
  261. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.d.ts.map +0 -1
  262. package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/templates/routes/-components/role-manager-dialog.js.map +0 -1
  263. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts.map +0 -1
  264. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.js.map +0 -1
  265. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts.map +0 -1
  266. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.js.map +0 -1
  267. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.d.ts.map +0 -1
  268. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-paths.js.map +0 -1
  269. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts.map +0 -1
  270. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.js.map +0 -1
  271. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts.map +0 -1
  272. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.js.map +0 -1
  273. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.d.ts.map +0 -1
  274. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/index.js.map +0 -1
  275. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.d.ts.map +0 -1
  276. package/dist/local-auth/admin/generators/admin-crud-reset-password-action/templates/routes/-components/password-reset-dialog.js.map +0 -1
  277. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts.map +0 -1
  278. package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.js.map +0 -1
  279. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.d.ts.map +0 -1
  280. package/dist/local-auth/admin/generators/admin-crud-roles-column/index.js.map +0 -1
  281. package/dist/local-auth/admin/node.d.ts.map +0 -1
  282. package/dist/local-auth/admin/node.js.map +0 -1
  283. package/dist/local-auth/admin/schema/manage-role-action.d.ts.map +0 -1
  284. package/dist/local-auth/admin/schema/manage-role-action.js.map +0 -1
  285. package/dist/local-auth/admin/schema/reset-password-action.d.ts.map +0 -1
  286. package/dist/local-auth/admin/schema/reset-password-action.js.map +0 -1
  287. package/dist/local-auth/admin/schema/roles-column.d.ts.map +0 -1
  288. package/dist/local-auth/admin/schema/roles-column.js.map +0 -1
  289. package/dist/local-auth/admin/web.d.ts.map +0 -1
  290. package/dist/local-auth/admin/web.js.map +0 -1
  291. package/dist/local-auth/constants/model-names.d.ts.map +0 -1
  292. package/dist/local-auth/constants/model-names.js.map +0 -1
  293. package/dist/local-auth/core/common.d.ts.map +0 -1
  294. package/dist/local-auth/core/common.js.map +0 -1
  295. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +0 -1
  296. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +0 -1
  297. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +0 -1
  298. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +0 -1
  299. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +0 -1
  300. package/dist/local-auth/core/generators/auth-apollo/index.js.map +0 -1
  301. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +0 -1
  302. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +0 -1
  303. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +0 -1
  304. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +0 -1
  305. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +0 -1
  306. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +0 -1
  307. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +0 -1
  308. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +0 -1
  309. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +0 -1
  310. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +0 -1
  311. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +0 -1
  312. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +0 -1
  313. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +0 -1
  314. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +0 -1
  315. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +0 -1
  316. package/dist/local-auth/core/generators/auth-email-password/index.js.map +0 -1
  317. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +0 -1
  318. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +0 -1
  319. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +0 -1
  320. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +0 -1
  321. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +0 -1
  322. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +0 -1
  323. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +0 -1
  324. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +0 -1
  325. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +0 -1
  326. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +0 -1
  327. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +0 -1
  328. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +0 -1
  329. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +0 -1
  330. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +0 -1
  331. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +0 -1
  332. package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +0 -1
  333. package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +0 -1
  334. package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +0 -1
  335. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +0 -1
  336. package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +0 -1
  337. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +0 -1
  338. package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +0 -1
  339. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +0 -1
  340. package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +0 -1
  341. package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +0 -1
  342. package/dist/local-auth/core/generators/auth-email-templates/index.js.map +0 -1
  343. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +0 -1
  344. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +0 -1
  345. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +0 -1
  346. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +0 -1
  347. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +0 -1
  348. package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +0 -1
  349. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +0 -1
  350. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +0 -1
  351. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +0 -1
  352. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +0 -1
  353. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +0 -1
  354. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +0 -1
  355. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +0 -1
  356. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +0 -1
  357. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  358. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +0 -1
  359. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +0 -1
  360. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +0 -1
  361. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +0 -1
  362. package/dist/local-auth/core/generators/auth-hooks/index.js.map +0 -1
  363. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  364. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  365. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  366. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  367. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  368. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  369. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +0 -1
  370. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +0 -1
  371. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +0 -1
  372. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +0 -1
  373. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +0 -1
  374. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +0 -1
  375. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +0 -1
  376. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +0 -1
  377. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +0 -1
  378. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +0 -1
  379. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +0 -1
  380. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +0 -1
  381. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +0 -1
  382. package/dist/local-auth/core/generators/auth-module/index.js.map +0 -1
  383. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +0 -1
  384. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +0 -1
  385. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.d.ts.map +0 -1
  386. package/dist/local-auth/core/generators/auth-module/templates/module/queues/cleanup-auth-verification.queue.js.map +0 -1
  387. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +0 -1
  388. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +0 -1
  389. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.d.ts.map +0 -1
  390. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-roles.mutations.js.map +0 -1
  391. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +0 -1
  392. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +0 -1
  393. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +0 -1
  394. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +0 -1
  395. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +0 -1
  396. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +0 -1
  397. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.d.ts.map +0 -1
  398. package/dist/local-auth/core/generators/auth-module/templates/module/services/auth-verification.service.js.map +0 -1
  399. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.d.ts.map +0 -1
  400. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-roles.service.js.map +0 -1
  401. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  402. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +0 -1
  403. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +0 -1
  404. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +0 -1
  405. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +0 -1
  406. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +0 -1
  407. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +0 -1
  408. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +0 -1
  409. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +0 -1
  410. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +0 -1
  411. package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +0 -1
  412. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +0 -1
  413. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +0 -1
  414. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +0 -1
  415. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +0 -1
  416. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +0 -1
  417. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +0 -1
  418. package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +0 -1
  419. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +0 -1
  420. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +0 -1
  421. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +0 -1
  422. package/dist/local-auth/core/generators/auth-routes/index.js.map +0 -1
  423. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +0 -1
  424. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +0 -1
  425. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +0 -1
  426. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +0 -1
  427. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +0 -1
  428. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +0 -1
  429. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +0 -1
  430. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +0 -1
  431. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +0 -1
  432. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +0 -1
  433. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +0 -1
  434. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +0 -1
  435. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +0 -1
  436. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +0 -1
  437. package/dist/local-auth/core/generators/index.d.ts.map +0 -1
  438. package/dist/local-auth/core/generators/index.js.map +0 -1
  439. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +0 -1
  440. package/dist/local-auth/core/generators/react-auth/index.js.map +0 -1
  441. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +0 -1
  442. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +0 -1
  443. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +0 -1
  444. package/dist/local-auth/core/generators/react-session/generated/index.js.map +0 -1
  445. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +0 -1
  446. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +0 -1
  447. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +0 -1
  448. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +0 -1
  449. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +0 -1
  450. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +0 -1
  451. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +0 -1
  452. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +0 -1
  453. package/dist/local-auth/core/generators/react-session/index.d.ts.map +0 -1
  454. package/dist/local-auth/core/generators/react-session/index.js.map +0 -1
  455. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +0 -1
  456. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +0 -1
  457. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +0 -1
  458. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +0 -1
  459. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +0 -1
  460. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +0 -1
  461. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +0 -1
  462. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +0 -1
  463. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +0 -1
  464. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +0 -1
  465. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +0 -1
  466. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +0 -1
  467. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +0 -1
  468. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +0 -1
  469. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +0 -1
  470. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +0 -1
  471. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +0 -1
  472. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +0 -1
  473. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +0 -1
  474. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +0 -1
  475. package/dist/local-auth/core/index.d.ts.map +0 -1
  476. package/dist/local-auth/core/index.js.map +0 -1
  477. package/dist/local-auth/core/node.d.ts.map +0 -1
  478. package/dist/local-auth/core/node.js.map +0 -1
  479. package/dist/local-auth/core/schema/models.d.ts.map +0 -1
  480. package/dist/local-auth/core/schema/models.js.map +0 -1
  481. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +0 -1
  482. package/dist/local-auth/core/schema/plugin-definition.js.map +0 -1
  483. package/dist/local-auth/core/schema/schema-issue-checker.d.ts.map +0 -1
  484. package/dist/local-auth/core/schema/schema-issue-checker.js.map +0 -1
  485. package/dist/local-auth/core/web.d.ts.map +0 -1
  486. package/dist/local-auth/core/web.js.map +0 -1
  487. package/dist/local-auth/index.d.ts.map +0 -1
  488. package/dist/local-auth/index.js.map +0 -1
  489. package/dist/placeholder-auth/constants/model-names.d.ts.map +0 -1
  490. package/dist/placeholder-auth/constants/model-names.js.map +0 -1
  491. package/dist/placeholder-auth/core/common.d.ts.map +0 -1
  492. package/dist/placeholder-auth/core/common.js.map +0 -1
  493. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +0 -1
  494. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +0 -1
  495. package/dist/placeholder-auth/core/generators/index.d.ts.map +0 -1
  496. package/dist/placeholder-auth/core/generators/index.js.map +0 -1
  497. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +0 -1
  498. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.js.map +0 -1
  499. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.d.ts.map +0 -1
  500. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-paths.js.map +0 -1
  501. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.d.ts.map +0 -1
  502. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/template-renderers.js.map +0 -1
  503. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  504. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +0 -1
  505. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +0 -1
  506. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +0 -1
  507. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.d.ts.map +0 -1
  508. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/index.js.map +0 -1
  509. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +0 -1
  510. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.js.map +0 -1
  511. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  512. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  513. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  514. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  515. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  516. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  517. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +0 -1
  518. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.js.map +0 -1
  519. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +0 -1
  520. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.js.map +0 -1
  521. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.d.ts.map +0 -1
  522. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-paths.js.map +0 -1
  523. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +0 -1
  524. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.js.map +0 -1
  525. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.d.ts.map +0 -1
  526. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/ts-import-providers.js.map +0 -1
  527. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +0 -1
  528. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.js.map +0 -1
  529. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.d.ts.map +0 -1
  530. package/dist/placeholder-auth/core/generators/placeholder-auth-module/index.js.map +0 -1
  531. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  532. package/dist/placeholder-auth/core/generators/placeholder-auth-module/templates/module/services/user-session.service.js.map +0 -1
  533. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.d.ts.map +0 -1
  534. package/dist/placeholder-auth/core/generators/placeholder-react-auth/index.js.map +0 -1
  535. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.d.ts.map +0 -1
  536. package/dist/placeholder-auth/core/generators/placeholder-react-auth/react-auth.generator.js.map +0 -1
  537. package/dist/placeholder-auth/core/index.d.ts.map +0 -1
  538. package/dist/placeholder-auth/core/index.js.map +0 -1
  539. package/dist/placeholder-auth/core/node.d.ts.map +0 -1
  540. package/dist/placeholder-auth/core/node.js.map +0 -1
  541. package/dist/placeholder-auth/core/schema/models.d.ts.map +0 -1
  542. package/dist/placeholder-auth/core/schema/models.js.map +0 -1
  543. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +0 -1
  544. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +0 -1
  545. package/dist/placeholder-auth/core/web.d.ts.map +0 -1
  546. package/dist/placeholder-auth/core/web.js.map +0 -1
  547. package/dist/placeholder-auth/index.d.ts.map +0 -1
  548. package/dist/placeholder-auth/index.js.map +0 -1
  549. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js +0 -85
  550. package/dist/web/assets/__federation_expose_authCoreCommon-B9LFt4zi.js.map +0 -1
  551. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js +0 -453
  552. package/dist/web/assets/__federation_expose_authCoreWeb-CRo6bfSQ.js.map +0 -1
  553. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js +0 -63
  554. package/dist/web/assets/__federation_expose_better-authAdminCommon-Drx1dj0K.js.map +0 -1
  555. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js +0 -41
  556. package/dist/web/assets/__federation_expose_better-authAdminWeb-Zsc9mjjD.js.map +0 -1
  557. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js +0 -54
  558. package/dist/web/assets/__federation_expose_better-authCoreCommon-BTstKS5D.js.map +0 -1
  559. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js +0 -157
  560. package/dist/web/assets/__federation_expose_better-authCoreWeb-ClXucVm1.js.map +0 -1
  561. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js +0 -63
  562. package/dist/web/assets/__federation_expose_local-authAdminCommon-Drx1dj0K.js.map +0 -1
  563. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js +0 -41
  564. package/dist/web/assets/__federation_expose_local-authAdminWeb-Ci30yAgH.js.map +0 -1
  565. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js +0 -54
  566. package/dist/web/assets/__federation_expose_local-authCoreCommon-C13Qctt3.js.map +0 -1
  567. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js +0 -167
  568. package/dist/web/assets/__federation_expose_local-authCoreWeb-CLMjEvfQ.js.map +0 -1
  569. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js +0 -23
  570. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CtZPLUXY.js.map +0 -1
  571. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js +0 -177
  572. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DNuOQDyt.js.map +0 -1
  573. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js +0 -421
  574. package/dist/web/assets/__federation_fn_import-DvwH-J9J.js.map +0 -1
  575. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js +0 -359
  576. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-B2EK5IrR.js.map +0 -1
  577. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js +0 -22532
  578. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CueLW7vJ.js.map +0 -1
  579. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js +0 -78638
  580. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-Cs5voPoC.js.map +0 -1
  581. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js +0 -1855
  582. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-DH2Y7csi.js.map +0 -1
  583. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js +0 -6565
  584. package/dist/web/assets/__federation_shared_@tanstack/react-router-CDlgRD7c.js.map +0 -1
  585. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +0 -8
  586. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js.map +0 -1
  587. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js +0 -251
  588. package/dist/web/assets/__federation_shared_react-dom-B4vgf5Ln.js.map +0 -1
  589. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js +0 -13250
  590. package/dist/web/assets/__federation_shared_zod-Do7Aa1b5.js.map +0 -1
  591. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +0 -6
  592. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +0 -1
  593. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js +0 -13
  594. package/dist/web/assets/get-auth-plugin-definition-B2xRtRBt.js.map +0 -1
  595. package/dist/web/assets/index-D2s6d88Y.js +0 -101
  596. package/dist/web/assets/index-D2s6d88Y.js.map +0 -1
  597. package/dist/web/assets/index-DUwCgkeV.js +0 -570
  598. package/dist/web/assets/index-DUwCgkeV.js.map +0 -1
  599. package/dist/web/assets/index-l0sNRNKZ.js.map +0 -1
  600. package/dist/web/assets/index.esm-CUhaqfEI.js +0 -2676
  601. package/dist/web/assets/index.esm-CUhaqfEI.js.map +0 -1
  602. package/dist/web/assets/isEqual-tnzoadW8.js +0 -242
  603. package/dist/web/assets/isEqual-tnzoadW8.js.map +0 -1
  604. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +0 -60
  605. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +0 -1
  606. package/dist/web/assets/mergeWith-VagwCqUi.js +0 -76
  607. package/dist/web/assets/mergeWith-VagwCqUi.js.map +0 -1
  608. package/dist/web/assets/model-names-D7UT0B8x.js +0 -10
  609. package/dist/web/assets/model-names-D7UT0B8x.js.map +0 -1
  610. package/dist/web/assets/model-names-DrcaRxt1.js +0 -25
  611. package/dist/web/assets/model-names-DrcaRxt1.js.map +0 -1
  612. package/dist/web/assets/model-utils-Ccvph4Ii.js +0 -840
  613. package/dist/web/assets/model-utils-Ccvph4Ii.js.map +0 -1
  614. package/dist/web/assets/plugin-definition-B6PqjUHm.js +0 -16
  615. package/dist/web/assets/plugin-definition-B6PqjUHm.js.map +0 -1
  616. package/dist/web/assets/plugin-definition-B6kOvigE.js +0 -315
  617. package/dist/web/assets/plugin-definition-B6kOvigE.js.map +0 -1
  618. package/dist/web/assets/plugin-definition-DDe2WhbZ.js +0 -93
  619. package/dist/web/assets/plugin-definition-DDe2WhbZ.js.map +0 -1
  620. package/dist/web/assets/plugin-definition-QKz1ZAYK.js +0 -304
  621. package/dist/web/assets/plugin-definition-QKz1ZAYK.js.map +0 -1
  622. package/dist/web/assets/react-D62wAwO5.js +0 -47
  623. package/dist/web/assets/react-D62wAwO5.js.map +0 -1
  624. package/dist/web/assets/registries-Tz_dluz3.js +0 -1119
  625. package/dist/web/assets/registries-Tz_dluz3.js.map +0 -1
  626. package/dist/web/assets/remoteEntry.js +0 -84
  627. package/dist/web/assets/remoteEntry.js.map +0 -1
  628. package/dist/web/assets/styles-BEU-uMT0.js +0 -69
  629. package/dist/web/assets/styles-BEU-uMT0.js.map +0 -1
  630. package/dist/web/assets/with-selector-DTXBONcE.js +0 -201
  631. package/dist/web/assets/with-selector-DTXBONcE.js.map +0 -1
@@ -1,570 +0,0 @@
1
- var react = {exports: {}};
2
-
3
- var react_production = {};
4
-
5
- /**
6
- * @license React
7
- * react.production.js
8
- *
9
- * Copyright (c) Meta Platforms, Inc. and 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
-
15
- var hasRequiredReact_production;
16
-
17
- function requireReact_production () {
18
- if (hasRequiredReact_production) return react_production;
19
- hasRequiredReact_production = 1;
20
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
21
- REACT_PORTAL_TYPE = Symbol.for("react.portal"),
22
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
23
- REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
24
- REACT_PROFILER_TYPE = Symbol.for("react.profiler"),
25
- REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
26
- REACT_CONTEXT_TYPE = Symbol.for("react.context"),
27
- REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
28
- REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
29
- REACT_MEMO_TYPE = Symbol.for("react.memo"),
30
- REACT_LAZY_TYPE = Symbol.for("react.lazy"),
31
- MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
32
- function getIteratorFn(maybeIterable) {
33
- if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
34
- maybeIterable =
35
- (MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL]) ||
36
- maybeIterable["@@iterator"];
37
- return "function" === typeof maybeIterable ? maybeIterable : null;
38
- }
39
- var ReactNoopUpdateQueue = {
40
- isMounted: function () {
41
- return false;
42
- },
43
- enqueueForceUpdate: function () {},
44
- enqueueReplaceState: function () {},
45
- enqueueSetState: function () {}
46
- },
47
- assign = Object.assign,
48
- emptyObject = {};
49
- function Component(props, context, updater) {
50
- this.props = props;
51
- this.context = context;
52
- this.refs = emptyObject;
53
- this.updater = updater || ReactNoopUpdateQueue;
54
- }
55
- Component.prototype.isReactComponent = {};
56
- Component.prototype.setState = function (partialState, callback) {
57
- if (
58
- "object" !== typeof partialState &&
59
- "function" !== typeof partialState &&
60
- null != partialState
61
- )
62
- throw Error(
63
- "takes an object of state variables to update or a function which returns an object of state variables."
64
- );
65
- this.updater.enqueueSetState(this, partialState, callback, "setState");
66
- };
67
- Component.prototype.forceUpdate = function (callback) {
68
- this.updater.enqueueForceUpdate(this, callback, "forceUpdate");
69
- };
70
- function ComponentDummy() {}
71
- ComponentDummy.prototype = Component.prototype;
72
- function PureComponent(props, context, updater) {
73
- this.props = props;
74
- this.context = context;
75
- this.refs = emptyObject;
76
- this.updater = updater || ReactNoopUpdateQueue;
77
- }
78
- var pureComponentPrototype = (PureComponent.prototype = new ComponentDummy());
79
- pureComponentPrototype.constructor = PureComponent;
80
- assign(pureComponentPrototype, Component.prototype);
81
- pureComponentPrototype.isPureReactComponent = true;
82
- var isArrayImpl = Array.isArray,
83
- ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },
84
- hasOwnProperty = Object.prototype.hasOwnProperty;
85
- function ReactElement(type, key, self, source, owner, props) {
86
- self = props.ref;
87
- return {
88
- $$typeof: REACT_ELEMENT_TYPE,
89
- type: type,
90
- key: key,
91
- ref: void 0 !== self ? self : null,
92
- props: props
93
- };
94
- }
95
- function cloneAndReplaceKey(oldElement, newKey) {
96
- return ReactElement(
97
- oldElement.type,
98
- newKey,
99
- void 0,
100
- void 0,
101
- void 0,
102
- oldElement.props
103
- );
104
- }
105
- function isValidElement(object) {
106
- return (
107
- "object" === typeof object &&
108
- null !== object &&
109
- object.$$typeof === REACT_ELEMENT_TYPE
110
- );
111
- }
112
- function escape(key) {
113
- var escaperLookup = { "=": "=0", ":": "=2" };
114
- return (
115
- "$" +
116
- key.replace(/[=:]/g, function (match) {
117
- return escaperLookup[match];
118
- })
119
- );
120
- }
121
- var userProvidedKeyEscapeRegex = /\/+/g;
122
- function getElementKey(element, index) {
123
- return "object" === typeof element && null !== element && null != element.key
124
- ? escape("" + element.key)
125
- : index.toString(36);
126
- }
127
- function noop$1() {}
128
- function resolveThenable(thenable) {
129
- switch (thenable.status) {
130
- case "fulfilled":
131
- return thenable.value;
132
- case "rejected":
133
- throw thenable.reason;
134
- default:
135
- switch (
136
- ("string" === typeof thenable.status
137
- ? thenable.then(noop$1, noop$1)
138
- : ((thenable.status = "pending"),
139
- thenable.then(
140
- function (fulfilledValue) {
141
- "pending" === thenable.status &&
142
- ((thenable.status = "fulfilled"),
143
- (thenable.value = fulfilledValue));
144
- },
145
- function (error) {
146
- "pending" === thenable.status &&
147
- ((thenable.status = "rejected"), (thenable.reason = error));
148
- }
149
- )),
150
- thenable.status)
151
- ) {
152
- case "fulfilled":
153
- return thenable.value;
154
- case "rejected":
155
- throw thenable.reason;
156
- }
157
- }
158
- throw thenable;
159
- }
160
- function mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {
161
- var type = typeof children;
162
- if ("undefined" === type || "boolean" === type) children = null;
163
- var invokeCallback = false;
164
- if (null === children) invokeCallback = true;
165
- else
166
- switch (type) {
167
- case "bigint":
168
- case "string":
169
- case "number":
170
- invokeCallback = true;
171
- break;
172
- case "object":
173
- switch (children.$$typeof) {
174
- case REACT_ELEMENT_TYPE:
175
- case REACT_PORTAL_TYPE:
176
- invokeCallback = true;
177
- break;
178
- case REACT_LAZY_TYPE:
179
- return (
180
- (invokeCallback = children._init),
181
- mapIntoArray(
182
- invokeCallback(children._payload),
183
- array,
184
- escapedPrefix,
185
- nameSoFar,
186
- callback
187
- )
188
- );
189
- }
190
- }
191
- if (invokeCallback)
192
- return (
193
- (callback = callback(children)),
194
- (invokeCallback =
195
- "" === nameSoFar ? "." + getElementKey(children, 0) : nameSoFar),
196
- isArrayImpl(callback)
197
- ? ((escapedPrefix = ""),
198
- null != invokeCallback &&
199
- (escapedPrefix =
200
- invokeCallback.replace(userProvidedKeyEscapeRegex, "$&/") + "/"),
201
- mapIntoArray(callback, array, escapedPrefix, "", function (c) {
202
- return c;
203
- }))
204
- : null != callback &&
205
- (isValidElement(callback) &&
206
- (callback = cloneAndReplaceKey(
207
- callback,
208
- escapedPrefix +
209
- (null == callback.key ||
210
- (children && children.key === callback.key)
211
- ? ""
212
- : ("" + callback.key).replace(
213
- userProvidedKeyEscapeRegex,
214
- "$&/"
215
- ) + "/") +
216
- invokeCallback
217
- )),
218
- array.push(callback)),
219
- 1
220
- );
221
- invokeCallback = 0;
222
- var nextNamePrefix = "" === nameSoFar ? "." : nameSoFar + ":";
223
- if (isArrayImpl(children))
224
- for (var i = 0; i < children.length; i++)
225
- (nameSoFar = children[i]),
226
- (type = nextNamePrefix + getElementKey(nameSoFar, i)),
227
- (invokeCallback += mapIntoArray(
228
- nameSoFar,
229
- array,
230
- escapedPrefix,
231
- type,
232
- callback
233
- ));
234
- else if (((i = getIteratorFn(children)), "function" === typeof i))
235
- for (
236
- children = i.call(children), i = 0;
237
- !(nameSoFar = children.next()).done;
238
-
239
- )
240
- (nameSoFar = nameSoFar.value),
241
- (type = nextNamePrefix + getElementKey(nameSoFar, i++)),
242
- (invokeCallback += mapIntoArray(
243
- nameSoFar,
244
- array,
245
- escapedPrefix,
246
- type,
247
- callback
248
- ));
249
- else if ("object" === type) {
250
- if ("function" === typeof children.then)
251
- return mapIntoArray(
252
- resolveThenable(children),
253
- array,
254
- escapedPrefix,
255
- nameSoFar,
256
- callback
257
- );
258
- array = String(children);
259
- throw Error(
260
- "Objects are not valid as a React child (found: " +
261
- ("[object Object]" === array
262
- ? "object with keys {" + Object.keys(children).join(", ") + "}"
263
- : array) +
264
- "). If you meant to render a collection of children, use an array instead."
265
- );
266
- }
267
- return invokeCallback;
268
- }
269
- function mapChildren(children, func, context) {
270
- if (null == children) return children;
271
- var result = [],
272
- count = 0;
273
- mapIntoArray(children, result, "", "", function (child) {
274
- return func.call(context, child, count++);
275
- });
276
- return result;
277
- }
278
- function lazyInitializer(payload) {
279
- if (-1 === payload._status) {
280
- var ctor = payload._result;
281
- ctor = ctor();
282
- ctor.then(
283
- function (moduleObject) {
284
- if (0 === payload._status || -1 === payload._status)
285
- (payload._status = 1), (payload._result = moduleObject);
286
- },
287
- function (error) {
288
- if (0 === payload._status || -1 === payload._status)
289
- (payload._status = 2), (payload._result = error);
290
- }
291
- );
292
- -1 === payload._status && ((payload._status = 0), (payload._result = ctor));
293
- }
294
- if (1 === payload._status) return payload._result.default;
295
- throw payload._result;
296
- }
297
- var reportGlobalError =
298
- "function" === typeof reportError
299
- ? reportError
300
- : function (error) {
301
- if (
302
- "object" === typeof window &&
303
- "function" === typeof window.ErrorEvent
304
- ) {
305
- var event = new window.ErrorEvent("error", {
306
- bubbles: true,
307
- cancelable: true,
308
- message:
309
- "object" === typeof error &&
310
- null !== error &&
311
- "string" === typeof error.message
312
- ? String(error.message)
313
- : String(error),
314
- error: error
315
- });
316
- if (!window.dispatchEvent(event)) return;
317
- } else if (
318
- "object" === typeof process &&
319
- "function" === typeof process.emit
320
- ) {
321
- process.emit("uncaughtException", error);
322
- return;
323
- }
324
- console.error(error);
325
- };
326
- function noop() {}
327
- react_production.Children = {
328
- map: mapChildren,
329
- forEach: function (children, forEachFunc, forEachContext) {
330
- mapChildren(
331
- children,
332
- function () {
333
- forEachFunc.apply(this, arguments);
334
- },
335
- forEachContext
336
- );
337
- },
338
- count: function (children) {
339
- var n = 0;
340
- mapChildren(children, function () {
341
- n++;
342
- });
343
- return n;
344
- },
345
- toArray: function (children) {
346
- return (
347
- mapChildren(children, function (child) {
348
- return child;
349
- }) || []
350
- );
351
- },
352
- only: function (children) {
353
- if (!isValidElement(children))
354
- throw Error(
355
- "React.Children.only expected to receive a single React element child."
356
- );
357
- return children;
358
- }
359
- };
360
- react_production.Component = Component;
361
- react_production.Fragment = REACT_FRAGMENT_TYPE;
362
- react_production.Profiler = REACT_PROFILER_TYPE;
363
- react_production.PureComponent = PureComponent;
364
- react_production.StrictMode = REACT_STRICT_MODE_TYPE;
365
- react_production.Suspense = REACT_SUSPENSE_TYPE;
366
- react_production.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =
367
- ReactSharedInternals;
368
- react_production.__COMPILER_RUNTIME = {
369
- __proto__: null,
370
- c: function (size) {
371
- return ReactSharedInternals.H.useMemoCache(size);
372
- }
373
- };
374
- react_production.cache = function (fn) {
375
- return function () {
376
- return fn.apply(null, arguments);
377
- };
378
- };
379
- react_production.cloneElement = function (element, config, children) {
380
- if (null === element || void 0 === element)
381
- throw Error(
382
- "The argument must be a React element, but you passed " + element + "."
383
- );
384
- var props = assign({}, element.props),
385
- key = element.key,
386
- owner = void 0;
387
- if (null != config)
388
- for (propName in (void 0 !== config.ref && (owner = void 0),
389
- void 0 !== config.key && (key = "" + config.key),
390
- config))
391
- !hasOwnProperty.call(config, propName) ||
392
- "key" === propName ||
393
- "__self" === propName ||
394
- "__source" === propName ||
395
- ("ref" === propName && void 0 === config.ref) ||
396
- (props[propName] = config[propName]);
397
- var propName = arguments.length - 2;
398
- if (1 === propName) props.children = children;
399
- else if (1 < propName) {
400
- for (var childArray = Array(propName), i = 0; i < propName; i++)
401
- childArray[i] = arguments[i + 2];
402
- props.children = childArray;
403
- }
404
- return ReactElement(element.type, key, void 0, void 0, owner, props);
405
- };
406
- react_production.createContext = function (defaultValue) {
407
- defaultValue = {
408
- $$typeof: REACT_CONTEXT_TYPE,
409
- _currentValue: defaultValue,
410
- _currentValue2: defaultValue,
411
- _threadCount: 0,
412
- Provider: null,
413
- Consumer: null
414
- };
415
- defaultValue.Provider = defaultValue;
416
- defaultValue.Consumer = {
417
- $$typeof: REACT_CONSUMER_TYPE,
418
- _context: defaultValue
419
- };
420
- return defaultValue;
421
- };
422
- react_production.createElement = function (type, config, children) {
423
- var propName,
424
- props = {},
425
- key = null;
426
- if (null != config)
427
- for (propName in (void 0 !== config.key && (key = "" + config.key), config))
428
- hasOwnProperty.call(config, propName) &&
429
- "key" !== propName &&
430
- "__self" !== propName &&
431
- "__source" !== propName &&
432
- (props[propName] = config[propName]);
433
- var childrenLength = arguments.length - 2;
434
- if (1 === childrenLength) props.children = children;
435
- else if (1 < childrenLength) {
436
- for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)
437
- childArray[i] = arguments[i + 2];
438
- props.children = childArray;
439
- }
440
- if (type && type.defaultProps)
441
- for (propName in ((childrenLength = type.defaultProps), childrenLength))
442
- void 0 === props[propName] &&
443
- (props[propName] = childrenLength[propName]);
444
- return ReactElement(type, key, void 0, void 0, null, props);
445
- };
446
- react_production.createRef = function () {
447
- return { current: null };
448
- };
449
- react_production.forwardRef = function (render) {
450
- return { $$typeof: REACT_FORWARD_REF_TYPE, render: render };
451
- };
452
- react_production.isValidElement = isValidElement;
453
- react_production.lazy = function (ctor) {
454
- return {
455
- $$typeof: REACT_LAZY_TYPE,
456
- _payload: { _status: -1, _result: ctor },
457
- _init: lazyInitializer
458
- };
459
- };
460
- react_production.memo = function (type, compare) {
461
- return {
462
- $$typeof: REACT_MEMO_TYPE,
463
- type: type,
464
- compare: void 0 === compare ? null : compare
465
- };
466
- };
467
- react_production.startTransition = function (scope) {
468
- var prevTransition = ReactSharedInternals.T,
469
- currentTransition = {};
470
- ReactSharedInternals.T = currentTransition;
471
- try {
472
- var returnValue = scope(),
473
- onStartTransitionFinish = ReactSharedInternals.S;
474
- null !== onStartTransitionFinish &&
475
- onStartTransitionFinish(currentTransition, returnValue);
476
- "object" === typeof returnValue &&
477
- null !== returnValue &&
478
- "function" === typeof returnValue.then &&
479
- returnValue.then(noop, reportGlobalError);
480
- } catch (error) {
481
- reportGlobalError(error);
482
- } finally {
483
- ReactSharedInternals.T = prevTransition;
484
- }
485
- };
486
- react_production.unstable_useCacheRefresh = function () {
487
- return ReactSharedInternals.H.useCacheRefresh();
488
- };
489
- react_production.use = function (usable) {
490
- return ReactSharedInternals.H.use(usable);
491
- };
492
- react_production.useActionState = function (action, initialState, permalink) {
493
- return ReactSharedInternals.H.useActionState(action, initialState, permalink);
494
- };
495
- react_production.useCallback = function (callback, deps) {
496
- return ReactSharedInternals.H.useCallback(callback, deps);
497
- };
498
- react_production.useContext = function (Context) {
499
- return ReactSharedInternals.H.useContext(Context);
500
- };
501
- react_production.useDebugValue = function () {};
502
- react_production.useDeferredValue = function (value, initialValue) {
503
- return ReactSharedInternals.H.useDeferredValue(value, initialValue);
504
- };
505
- react_production.useEffect = function (create, createDeps, update) {
506
- var dispatcher = ReactSharedInternals.H;
507
- if ("function" === typeof update)
508
- throw Error(
509
- "useEffect CRUD overload is not enabled in this build of React."
510
- );
511
- return dispatcher.useEffect(create, createDeps);
512
- };
513
- react_production.useId = function () {
514
- return ReactSharedInternals.H.useId();
515
- };
516
- react_production.useImperativeHandle = function (ref, create, deps) {
517
- return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);
518
- };
519
- react_production.useInsertionEffect = function (create, deps) {
520
- return ReactSharedInternals.H.useInsertionEffect(create, deps);
521
- };
522
- react_production.useLayoutEffect = function (create, deps) {
523
- return ReactSharedInternals.H.useLayoutEffect(create, deps);
524
- };
525
- react_production.useMemo = function (create, deps) {
526
- return ReactSharedInternals.H.useMemo(create, deps);
527
- };
528
- react_production.useOptimistic = function (passthrough, reducer) {
529
- return ReactSharedInternals.H.useOptimistic(passthrough, reducer);
530
- };
531
- react_production.useReducer = function (reducer, initialArg, init) {
532
- return ReactSharedInternals.H.useReducer(reducer, initialArg, init);
533
- };
534
- react_production.useRef = function (initialValue) {
535
- return ReactSharedInternals.H.useRef(initialValue);
536
- };
537
- react_production.useState = function (initialState) {
538
- return ReactSharedInternals.H.useState(initialState);
539
- };
540
- react_production.useSyncExternalStore = function (
541
- subscribe,
542
- getSnapshot,
543
- getServerSnapshot
544
- ) {
545
- return ReactSharedInternals.H.useSyncExternalStore(
546
- subscribe,
547
- getSnapshot,
548
- getServerSnapshot
549
- );
550
- };
551
- react_production.useTransition = function () {
552
- return ReactSharedInternals.H.useTransition();
553
- };
554
- react_production.version = "19.1.0";
555
- return react_production;
556
- }
557
-
558
- var hasRequiredReact;
559
-
560
- function requireReact () {
561
- if (hasRequiredReact) return react.exports;
562
- hasRequiredReact = 1;
563
- {
564
- react.exports = requireReact_production();
565
- }
566
- return react.exports;
567
- }
568
-
569
- export { requireReact as r };
570
- //# sourceMappingURL=index-DUwCgkeV.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-DUwCgkeV.js","sources":["../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.production.js","../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/index.js"],"sourcesContent":["/**\n * @license React\n * react.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and 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\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\"),\n REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nfunction getIteratorFn(maybeIterable) {\n if (null === maybeIterable || \"object\" !== typeof maybeIterable) return null;\n maybeIterable =\n (MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL]) ||\n maybeIterable[\"@@iterator\"];\n return \"function\" === typeof maybeIterable ? maybeIterable : null;\n}\nvar ReactNoopUpdateQueue = {\n isMounted: function () {\n return !1;\n },\n enqueueForceUpdate: function () {},\n enqueueReplaceState: function () {},\n enqueueSetState: function () {}\n },\n assign = Object.assign,\n emptyObject = {};\nfunction Component(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nComponent.prototype.isReactComponent = {};\nComponent.prototype.setState = function (partialState, callback) {\n if (\n \"object\" !== typeof partialState &&\n \"function\" !== typeof partialState &&\n null != partialState\n )\n throw Error(\n \"takes an object of state variables to update or a function which returns an object of state variables.\"\n );\n this.updater.enqueueSetState(this, partialState, callback, \"setState\");\n};\nComponent.prototype.forceUpdate = function (callback) {\n this.updater.enqueueForceUpdate(this, callback, \"forceUpdate\");\n};\nfunction ComponentDummy() {}\nComponentDummy.prototype = Component.prototype;\nfunction PureComponent(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nvar pureComponentPrototype = (PureComponent.prototype = new ComponentDummy());\npureComponentPrototype.constructor = PureComponent;\nassign(pureComponentPrototype, Component.prototype);\npureComponentPrototype.isPureReactComponent = !0;\nvar isArrayImpl = Array.isArray,\n ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },\n hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction ReactElement(type, key, self, source, owner, props) {\n self = props.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== self ? self : null,\n props: props\n };\n}\nfunction cloneAndReplaceKey(oldElement, newKey) {\n return ReactElement(\n oldElement.type,\n newKey,\n void 0,\n void 0,\n void 0,\n oldElement.props\n );\n}\nfunction isValidElement(object) {\n return (\n \"object\" === typeof object &&\n null !== object &&\n object.$$typeof === REACT_ELEMENT_TYPE\n );\n}\nfunction escape(key) {\n var escaperLookup = { \"=\": \"=0\", \":\": \"=2\" };\n return (\n \"$\" +\n key.replace(/[=:]/g, function (match) {\n return escaperLookup[match];\n })\n );\n}\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction getElementKey(element, index) {\n return \"object\" === typeof element && null !== element && null != element.key\n ? escape(\"\" + element.key)\n : index.toString(36);\n}\nfunction noop$1() {}\nfunction resolveThenable(thenable) {\n switch (thenable.status) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n default:\n switch (\n (\"string\" === typeof thenable.status\n ? thenable.then(noop$1, noop$1)\n : ((thenable.status = \"pending\"),\n thenable.then(\n function (fulfilledValue) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"fulfilled\"),\n (thenable.value = fulfilledValue));\n },\n function (error) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"rejected\"), (thenable.reason = error));\n }\n )),\n thenable.status)\n ) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n }\n }\n throw thenable;\n}\nfunction mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n var type = typeof children;\n if (\"undefined\" === type || \"boolean\" === type) children = null;\n var invokeCallback = !1;\n if (null === children) invokeCallback = !0;\n else\n switch (type) {\n case \"bigint\":\n case \"string\":\n case \"number\":\n invokeCallback = !0;\n break;\n case \"object\":\n switch (children.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n invokeCallback = !0;\n break;\n case REACT_LAZY_TYPE:\n return (\n (invokeCallback = children._init),\n mapIntoArray(\n invokeCallback(children._payload),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n )\n );\n }\n }\n if (invokeCallback)\n return (\n (callback = callback(children)),\n (invokeCallback =\n \"\" === nameSoFar ? \".\" + getElementKey(children, 0) : nameSoFar),\n isArrayImpl(callback)\n ? ((escapedPrefix = \"\"),\n null != invokeCallback &&\n (escapedPrefix =\n invokeCallback.replace(userProvidedKeyEscapeRegex, \"$&/\") + \"/\"),\n mapIntoArray(callback, array, escapedPrefix, \"\", function (c) {\n return c;\n }))\n : null != callback &&\n (isValidElement(callback) &&\n (callback = cloneAndReplaceKey(\n callback,\n escapedPrefix +\n (null == callback.key ||\n (children && children.key === callback.key)\n ? \"\"\n : (\"\" + callback.key).replace(\n userProvidedKeyEscapeRegex,\n \"$&/\"\n ) + \"/\") +\n invokeCallback\n )),\n array.push(callback)),\n 1\n );\n invokeCallback = 0;\n var nextNamePrefix = \"\" === nameSoFar ? \".\" : nameSoFar + \":\";\n if (isArrayImpl(children))\n for (var i = 0; i < children.length; i++)\n (nameSoFar = children[i]),\n (type = nextNamePrefix + getElementKey(nameSoFar, i)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (((i = getIteratorFn(children)), \"function\" === typeof i))\n for (\n children = i.call(children), i = 0;\n !(nameSoFar = children.next()).done;\n\n )\n (nameSoFar = nameSoFar.value),\n (type = nextNamePrefix + getElementKey(nameSoFar, i++)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (\"object\" === type) {\n if (\"function\" === typeof children.then)\n return mapIntoArray(\n resolveThenable(children),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n );\n array = String(children);\n throw Error(\n \"Objects are not valid as a React child (found: \" +\n (\"[object Object]\" === array\n ? \"object with keys {\" + Object.keys(children).join(\", \") + \"}\"\n : array) +\n \"). If you meant to render a collection of children, use an array instead.\"\n );\n }\n return invokeCallback;\n}\nfunction mapChildren(children, func, context) {\n if (null == children) return children;\n var result = [],\n count = 0;\n mapIntoArray(children, result, \"\", \"\", function (child) {\n return func.call(context, child, count++);\n });\n return result;\n}\nfunction lazyInitializer(payload) {\n if (-1 === payload._status) {\n var ctor = payload._result;\n ctor = ctor();\n ctor.then(\n function (moduleObject) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 1), (payload._result = moduleObject);\n },\n function (error) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 2), (payload._result = error);\n }\n );\n -1 === payload._status && ((payload._status = 0), (payload._result = ctor));\n }\n if (1 === payload._status) return payload._result.default;\n throw payload._result;\n}\nvar reportGlobalError =\n \"function\" === typeof reportError\n ? reportError\n : function (error) {\n if (\n \"object\" === typeof window &&\n \"function\" === typeof window.ErrorEvent\n ) {\n var event = new window.ErrorEvent(\"error\", {\n bubbles: !0,\n cancelable: !0,\n message:\n \"object\" === typeof error &&\n null !== error &&\n \"string\" === typeof error.message\n ? String(error.message)\n : String(error),\n error: error\n });\n if (!window.dispatchEvent(event)) return;\n } else if (\n \"object\" === typeof process &&\n \"function\" === typeof process.emit\n ) {\n process.emit(\"uncaughtException\", error);\n return;\n }\n console.error(error);\n };\nfunction noop() {}\nexports.Children = {\n map: mapChildren,\n forEach: function (children, forEachFunc, forEachContext) {\n mapChildren(\n children,\n function () {\n forEachFunc.apply(this, arguments);\n },\n forEachContext\n );\n },\n count: function (children) {\n var n = 0;\n mapChildren(children, function () {\n n++;\n });\n return n;\n },\n toArray: function (children) {\n return (\n mapChildren(children, function (child) {\n return child;\n }) || []\n );\n },\n only: function (children) {\n if (!isValidElement(children))\n throw Error(\n \"React.Children.only expected to receive a single React element child.\"\n );\n return children;\n }\n};\nexports.Component = Component;\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.Profiler = REACT_PROFILER_TYPE;\nexports.PureComponent = PureComponent;\nexports.StrictMode = REACT_STRICT_MODE_TYPE;\nexports.Suspense = REACT_SUSPENSE_TYPE;\nexports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =\n ReactSharedInternals;\nexports.__COMPILER_RUNTIME = {\n __proto__: null,\n c: function (size) {\n return ReactSharedInternals.H.useMemoCache(size);\n }\n};\nexports.cache = function (fn) {\n return function () {\n return fn.apply(null, arguments);\n };\n};\nexports.cloneElement = function (element, config, children) {\n if (null === element || void 0 === element)\n throw Error(\n \"The argument must be a React element, but you passed \" + element + \".\"\n );\n var props = assign({}, element.props),\n key = element.key,\n owner = void 0;\n if (null != config)\n for (propName in (void 0 !== config.ref && (owner = void 0),\n void 0 !== config.key && (key = \"\" + config.key),\n config))\n !hasOwnProperty.call(config, propName) ||\n \"key\" === propName ||\n \"__self\" === propName ||\n \"__source\" === propName ||\n (\"ref\" === propName && void 0 === config.ref) ||\n (props[propName] = config[propName]);\n var propName = arguments.length - 2;\n if (1 === propName) props.children = children;\n else if (1 < propName) {\n for (var childArray = Array(propName), i = 0; i < propName; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n return ReactElement(element.type, key, void 0, void 0, owner, props);\n};\nexports.createContext = function (defaultValue) {\n defaultValue = {\n $$typeof: REACT_CONTEXT_TYPE,\n _currentValue: defaultValue,\n _currentValue2: defaultValue,\n _threadCount: 0,\n Provider: null,\n Consumer: null\n };\n defaultValue.Provider = defaultValue;\n defaultValue.Consumer = {\n $$typeof: REACT_CONSUMER_TYPE,\n _context: defaultValue\n };\n return defaultValue;\n};\nexports.createElement = function (type, config, children) {\n var propName,\n props = {},\n key = null;\n if (null != config)\n for (propName in (void 0 !== config.key && (key = \"\" + config.key), config))\n hasOwnProperty.call(config, propName) &&\n \"key\" !== propName &&\n \"__self\" !== propName &&\n \"__source\" !== propName &&\n (props[propName] = config[propName]);\n var childrenLength = arguments.length - 2;\n if (1 === childrenLength) props.children = children;\n else if (1 < childrenLength) {\n for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n if (type && type.defaultProps)\n for (propName in ((childrenLength = type.defaultProps), childrenLength))\n void 0 === props[propName] &&\n (props[propName] = childrenLength[propName]);\n return ReactElement(type, key, void 0, void 0, null, props);\n};\nexports.createRef = function () {\n return { current: null };\n};\nexports.forwardRef = function (render) {\n return { $$typeof: REACT_FORWARD_REF_TYPE, render: render };\n};\nexports.isValidElement = isValidElement;\nexports.lazy = function (ctor) {\n return {\n $$typeof: REACT_LAZY_TYPE,\n _payload: { _status: -1, _result: ctor },\n _init: lazyInitializer\n };\n};\nexports.memo = function (type, compare) {\n return {\n $$typeof: REACT_MEMO_TYPE,\n type: type,\n compare: void 0 === compare ? null : compare\n };\n};\nexports.startTransition = function (scope) {\n var prevTransition = ReactSharedInternals.T,\n currentTransition = {};\n ReactSharedInternals.T = currentTransition;\n try {\n var returnValue = scope(),\n onStartTransitionFinish = ReactSharedInternals.S;\n null !== onStartTransitionFinish &&\n onStartTransitionFinish(currentTransition, returnValue);\n \"object\" === typeof returnValue &&\n null !== returnValue &&\n \"function\" === typeof returnValue.then &&\n returnValue.then(noop, reportGlobalError);\n } catch (error) {\n reportGlobalError(error);\n } finally {\n ReactSharedInternals.T = prevTransition;\n }\n};\nexports.unstable_useCacheRefresh = function () {\n return ReactSharedInternals.H.useCacheRefresh();\n};\nexports.use = function (usable) {\n return ReactSharedInternals.H.use(usable);\n};\nexports.useActionState = function (action, initialState, permalink) {\n return ReactSharedInternals.H.useActionState(action, initialState, permalink);\n};\nexports.useCallback = function (callback, deps) {\n return ReactSharedInternals.H.useCallback(callback, deps);\n};\nexports.useContext = function (Context) {\n return ReactSharedInternals.H.useContext(Context);\n};\nexports.useDebugValue = function () {};\nexports.useDeferredValue = function (value, initialValue) {\n return ReactSharedInternals.H.useDeferredValue(value, initialValue);\n};\nexports.useEffect = function (create, createDeps, update) {\n var dispatcher = ReactSharedInternals.H;\n if (\"function\" === typeof update)\n throw Error(\n \"useEffect CRUD overload is not enabled in this build of React.\"\n );\n return dispatcher.useEffect(create, createDeps);\n};\nexports.useId = function () {\n return ReactSharedInternals.H.useId();\n};\nexports.useImperativeHandle = function (ref, create, deps) {\n return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);\n};\nexports.useInsertionEffect = function (create, deps) {\n return ReactSharedInternals.H.useInsertionEffect(create, deps);\n};\nexports.useLayoutEffect = function (create, deps) {\n return ReactSharedInternals.H.useLayoutEffect(create, deps);\n};\nexports.useMemo = function (create, deps) {\n return ReactSharedInternals.H.useMemo(create, deps);\n};\nexports.useOptimistic = function (passthrough, reducer) {\n return ReactSharedInternals.H.useOptimistic(passthrough, reducer);\n};\nexports.useReducer = function (reducer, initialArg, init) {\n return ReactSharedInternals.H.useReducer(reducer, initialArg, init);\n};\nexports.useRef = function (initialValue) {\n return ReactSharedInternals.H.useRef(initialValue);\n};\nexports.useState = function (initialState) {\n return ReactSharedInternals.H.useState(initialState);\n};\nexports.useSyncExternalStore = function (\n subscribe,\n getSnapshot,\n getServerSnapshot\n) {\n return ReactSharedInternals.H.useSyncExternalStore(\n subscribe,\n getSnapshot,\n getServerSnapshot\n );\n};\nexports.useTransition = function () {\n return ReactSharedInternals.H.useTransition();\n};\nexports.version = \"19.1.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n"],"names":["reactModule","require$$0"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-l0sNRNKZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}