@m5kdev/web-ui 0.8.2 → 0.8.4
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.
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +79 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +580 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +14 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +10 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +289 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +86 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +101 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +19 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +30 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +23 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +153 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +91 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +6 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +35 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +43 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +73 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +26 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +54 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +77 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +17 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +426 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +11 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +8 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +29 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +21 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +49 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +18 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +68 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +183 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +27 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +25 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +12 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +66 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +15 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +51 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +20 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +13 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +13 -0
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +31 -0
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +912 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +9 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +37 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +17 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +116 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +69 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +5 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +15 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +27 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +38 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +14 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +10 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +287 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +43 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +225 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +18 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +258 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +132 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +31 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +60 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +34 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +476 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +154 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +112 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +23 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +21 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +24 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +71 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +27 -0
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.mts +38 -0
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +299 -0
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +132 -0
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +766 -0
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +1295 -0
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +55 -0
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +573 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +610 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +71 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +8 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +2455 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +106 -0
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +30 -0
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +38 -0
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +13 -0
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +47 -0
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +126 -0
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +34 -0
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +6 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +2788 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +53 -0
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +63 -0
- package/dist/packages/backend/dist/src/types.d.mts +344 -0
- package/dist/packages/backend/dist/src/utils/errors.d.mts +60 -0
- package/dist/packages/backend/dist/src/utils/logger.d.mts +8 -0
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +23 -0
- package/dist/src/animations/card.motion.d.mts +7 -0
- package/dist/src/animations/card.motion.mjs +26 -0
- package/dist/src/animations/card.motion.mjs.map +1 -0
- package/dist/src/components/AvatarUpload.d.mts +16 -0
- package/dist/src/components/AvatarUpload.mjs +109 -0
- package/dist/src/components/AvatarUpload.mjs.map +1 -0
- package/dist/src/components/Button.d.mts +15 -0
- package/dist/src/components/Button.mjs +14 -0
- package/dist/src/components/Button.mjs.map +1 -0
- package/dist/src/components/Calendar.css +684 -0
- package/dist/src/components/Calendar.d.mts +37 -0
- package/dist/src/components/Calendar.mjs +18 -0
- package/dist/src/components/Calendar.mjs.map +1 -0
- package/dist/src/components/CardsSelect.d.mts +27 -0
- package/dist/src/components/CardsSelect.mjs +79 -0
- package/dist/src/components/CardsSelect.mjs.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.mts +22 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs +34 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs.map +1 -0
- package/dist/src/components/ColorPicker.d.mts +15 -0
- package/dist/src/components/ColorPicker.mjs +51 -0
- package/dist/src/components/ColorPicker.mjs.map +1 -0
- package/dist/src/components/CopyButton.d.mts +18 -0
- package/dist/src/components/CopyButton.mjs +33 -0
- package/dist/src/components/CopyButton.mjs.map +1 -0
- package/dist/src/components/CropDialog.d.mts +22 -0
- package/dist/src/components/CropDialog.mjs +113 -0
- package/dist/src/components/CropDialog.mjs.map +1 -0
- package/dist/src/components/DialogProvider.d.mts +23 -0
- package/dist/src/components/DialogProvider.mjs +72 -0
- package/dist/src/components/DialogProvider.mjs.map +1 -0
- package/dist/src/components/ErrorFallback.d.mts +13 -0
- package/dist/src/components/ErrorFallback.mjs +30 -0
- package/dist/src/components/ErrorFallback.mjs.map +1 -0
- package/dist/src/components/FileDropzone.d.mts +14 -0
- package/dist/src/components/FileDropzone.mjs +101 -0
- package/dist/src/components/FileDropzone.mjs.map +1 -0
- package/dist/src/components/MultiSelectDropdown.d.mts +29 -0
- package/dist/src/components/MultiSelectDropdown.mjs +103 -0
- package/dist/src/components/MultiSelectDropdown.mjs.map +1 -0
- package/dist/src/components/Orb.d.mts +17 -0
- package/dist/src/components/Orb.mjs +267 -0
- package/dist/src/components/Orb.mjs.map +1 -0
- package/dist/src/components/PageAlert.d.mts +23 -0
- package/dist/src/components/PageAlert.mjs +76 -0
- package/dist/src/components/PageAlert.mjs.map +1 -0
- package/dist/src/components/SelectChips.d.mts +21 -0
- package/dist/src/components/SelectChips.mjs +23 -0
- package/dist/src/components/SelectChips.mjs.map +1 -0
- package/dist/src/components/SidebarItem.d.mts +18 -0
- package/dist/src/components/SidebarItem.mjs +18 -0
- package/dist/src/components/SidebarItem.mjs.map +1 -0
- package/dist/src/components/Steps.d.mts +24 -0
- package/dist/src/components/Steps.mjs +200 -0
- package/dist/src/components/Steps.mjs.map +1 -0
- package/dist/src/components/TablerIconPicker.d.mts +13 -0
- package/dist/src/components/TablerIconPicker.mjs +4258 -0
- package/dist/src/components/TablerIconPicker.mjs.map +1 -0
- package/dist/src/components/app-header.d.mts +14 -0
- package/dist/src/components/app-header.mjs +29 -0
- package/dist/src/components/app-header.mjs.map +1 -0
- package/dist/src/components/blur-card.d.mts +27 -0
- package/dist/src/components/blur-card.mjs +137 -0
- package/dist/src/components/blur-card.mjs.map +1 -0
- package/dist/src/components/features-section-demo-1.d.mts +22 -0
- package/dist/src/components/features-section-demo-1.mjs +125 -0
- package/dist/src/components/features-section-demo-1.mjs.map +1 -0
- package/dist/src/components/features-section-demo-2.d.mts +7 -0
- package/dist/src/components/features-section-demo-2.mjs +82 -0
- package/dist/src/components/features-section-demo-2.mjs.map +1 -0
- package/dist/src/components/features-section-demo-3.d.mts +16 -0
- package/dist/src/components/features-section-demo-3.mjs +252 -0
- package/dist/src/components/features-section-demo-3.mjs.map +1 -0
- package/dist/src/components/mode-toggle.d.mts +7 -0
- package/dist/src/components/mode-toggle.mjs +44 -0
- package/dist/src/components/mode-toggle.mjs.map +1 -0
- package/dist/src/components/nav-main.d.mts +21 -0
- package/dist/src/components/nav-main.mjs +35 -0
- package/dist/src/components/nav-main.mjs.map +1 -0
- package/dist/src/components/pricing-cards.d.mts +7 -0
- package/dist/src/components/pricing-cards.mjs +128 -0
- package/dist/src/components/pricing-cards.mjs.map +1 -0
- package/dist/src/components/shared/ButtonCopy.d.mts +17 -0
- package/dist/src/components/shared/ButtonCopy.mjs +35 -0
- package/dist/src/components/shared/ButtonCopy.mjs.map +1 -0
- package/dist/src/components/team-switcher.d.mts +16 -0
- package/dist/src/components/team-switcher.mjs +72 -0
- package/dist/src/components/team-switcher.mjs.map +1 -0
- package/dist/src/components/theme-provider.d.mts +23 -0
- package/dist/src/components/theme-provider.mjs +45 -0
- package/dist/src/components/theme-provider.mjs.map +1 -0
- package/dist/src/components/typewriter.d.mts +39 -0
- package/dist/src/components/typewriter.mjs +47 -0
- package/dist/src/components/typewriter.mjs.map +1 -0
- package/dist/src/components/ui/alert-dialog.d.mts +49 -0
- package/dist/src/components/ui/alert-dialog.mjs +81 -0
- package/dist/src/components/ui/alert-dialog.mjs.map +1 -0
- package/dist/src/components/ui/alert.d.mts +25 -0
- package/dist/src/components/ui/alert.mjs +37 -0
- package/dist/src/components/ui/alert.mjs.map +1 -0
- package/dist/src/components/ui/avatar.d.mts +10 -0
- package/dist/src/components/ui/avatar.mjs +28 -0
- package/dist/src/components/ui/avatar.mjs.map +1 -0
- package/dist/src/components/ui/badge.d.mts +18 -0
- package/dist/src/components/ui/badge.mjs +23 -0
- package/dist/src/components/ui/badge.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid.d.mts +26 -0
- package/dist/src/components/ui/bento-grid.mjs +32 -0
- package/dist/src/components/ui/bento-grid.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid2.d.mts +31 -0
- package/dist/src/components/ui/bento-grid2.mjs +49 -0
- package/dist/src/components/ui/bento-grid2.mjs.map +1 -0
- package/dist/src/components/ui/breadcrumb.d.mts +31 -0
- package/dist/src/components/ui/breadcrumb.mjs +63 -0
- package/dist/src/components/ui/breadcrumb.mjs.map +1 -0
- package/dist/src/components/ui/button.d.mts +16 -0
- package/dist/src/components/ui/button.mjs +44 -0
- package/dist/src/components/ui/button.mjs.map +1 -0
- package/dist/src/components/ui/card.d.mts +12 -0
- package/dist/src/components/ui/card.mjs +44 -0
- package/dist/src/components/ui/card.mjs.map +1 -0
- package/dist/src/components/ui/checkbox.d.mts +8 -0
- package/dist/src/components/ui/checkbox.mjs +20 -0
- package/dist/src/components/ui/checkbox.mjs.map +1 -0
- package/dist/src/components/ui/collapsible.d.mts +10 -0
- package/dist/src/components/ui/collapsible.mjs +9 -0
- package/dist/src/components/ui/collapsible.mjs.map +1 -0
- package/dist/src/components/ui/dialog.d.mts +45 -0
- package/dist/src/components/ui/dialog.mjs +85 -0
- package/dist/src/components/ui/dialog.mjs.map +1 -0
- package/dist/src/components/ui/dropdown-menu.d.mts +35 -0
- package/dist/src/components/ui/dropdown-menu.mjs +82 -0
- package/dist/src/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/src/components/ui/floating-navbar.d.mts +18 -0
- package/dist/src/components/ui/floating-navbar.mjs +52 -0
- package/dist/src/components/ui/floating-navbar.mjs.map +1 -0
- package/dist/src/components/ui/form.d.mts +32 -0
- package/dist/src/components/ui/form.mjs +92 -0
- package/dist/src/components/ui/form.mjs.map +1 -0
- package/dist/src/components/ui/image.d.mts +10 -0
- package/dist/src/components/ui/image.mjs +55 -0
- package/dist/src/components/ui/image.mjs.map +1 -0
- package/dist/src/components/ui/input.d.mts +7 -0
- package/dist/src/components/ui/input.mjs +17 -0
- package/dist/src/components/ui/input.mjs.map +1 -0
- package/dist/src/components/ui/label.d.mts +10 -0
- package/dist/src/components/ui/label.mjs +17 -0
- package/dist/src/components/ui/label.mjs.map +1 -0
- package/dist/src/components/ui/pagination.d.mts +40 -0
- package/dist/src/components/ui/pagination.mjs +79 -0
- package/dist/src/components/ui/pagination.mjs.map +1 -0
- package/dist/src/components/ui/progress.d.mts +8 -0
- package/dist/src/components/ui/progress.mjs +19 -0
- package/dist/src/components/ui/progress.mjs.map +1 -0
- package/dist/src/components/ui/resizable-navbar.d.mts +97 -0
- package/dist/src/components/ui/resizable-navbar.mjs +138 -0
- package/dist/src/components/ui/resizable-navbar.mjs.map +1 -0
- package/dist/src/components/ui/segment-control.d.mts +12 -0
- package/dist/src/components/ui/segment-control.mjs +87 -0
- package/dist/src/components/ui/segment-control.mjs.map +1 -0
- package/dist/src/components/ui/select.d.mts +17 -0
- package/dist/src/components/ui/select.mjs +75 -0
- package/dist/src/components/ui/select.mjs.map +1 -0
- package/dist/src/components/ui/separator.d.mts +8 -0
- package/dist/src/components/ui/separator.mjs +17 -0
- package/dist/src/components/ui/separator.mjs.map +1 -0
- package/dist/src/components/ui/sheet.d.mts +36 -0
- package/dist/src/components/ui/sheet.mjs +66 -0
- package/dist/src/components/ui/sheet.mjs.map +1 -0
- package/dist/src/components/ui/sidebar.d.mts +73 -0
- package/dist/src/components/ui/sidebar.mjs +377 -0
- package/dist/src/components/ui/sidebar.mjs.map +1 -0
- package/dist/src/components/ui/skeleton.d.mts +10 -0
- package/dist/src/components/ui/skeleton.mjs +13 -0
- package/dist/src/components/ui/skeleton.mjs.map +1 -0
- package/dist/src/components/ui/slider.d.mts +8 -0
- package/dist/src/components/ui/slider.mjs +19 -0
- package/dist/src/components/ui/slider.mjs.map +1 -0
- package/dist/src/components/ui/sonner.d.mts +11 -0
- package/dist/src/components/ui/sonner.mjs +22 -0
- package/dist/src/components/ui/sonner.mjs.map +1 -0
- package/dist/src/components/ui/spinner.d.mts +25 -0
- package/dist/src/components/ui/spinner.mjs +30 -0
- package/dist/src/components/ui/spinner.mjs.map +1 -0
- package/dist/src/components/ui/switch.d.mts +8 -0
- package/dist/src/components/ui/switch.mjs +16 -0
- package/dist/src/components/ui/switch.mjs.map +1 -0
- package/dist/src/components/ui/table.d.mts +39 -0
- package/dist/src/components/ui/table.mjs +67 -0
- package/dist/src/components/ui/table.mjs.map +1 -0
- package/dist/src/components/ui/tabs.d.mts +24 -0
- package/dist/src/components/ui/tabs.mjs +36 -0
- package/dist/src/components/ui/tabs.mjs.map +1 -0
- package/dist/src/components/ui/textarea.d.mts +11 -0
- package/dist/src/components/ui/textarea.mjs +14 -0
- package/dist/src/components/ui/textarea.mjs.map +1 -0
- package/dist/src/components/ui/timeline.d.mts +18 -0
- package/dist/src/components/ui/timeline.mjs +90 -0
- package/dist/src/components/ui/timeline.mjs.map +1 -0
- package/dist/src/components/ui/toast.d.mts +20 -0
- package/dist/src/components/ui/toast.mjs +59 -0
- package/dist/src/components/ui/toast.mjs.map +1 -0
- package/dist/src/components/ui/tooltip.d.mts +24 -0
- package/dist/src/components/ui/tooltip.mjs +36 -0
- package/dist/src/components/ui/tooltip.mjs.map +1 -0
- package/dist/src/components/ui/typewriter-effect.d.mts +30 -0
- package/dist/src/components/ui/typewriter-effect.mjs +106 -0
- package/dist/src/components/ui/typewriter-effect.mjs.map +1 -0
- package/dist/src/hooks/use-mobile.d.mts +5 -0
- package/dist/src/hooks/use-mobile.mjs +20 -0
- package/dist/src/hooks/use-mobile.mjs.map +1 -0
- package/dist/src/hooks/useDialog.d.mts +8 -0
- package/dist/src/hooks/useDialog.mjs +26 -0
- package/dist/src/hooks/useDialog.mjs.map +1 -0
- package/dist/src/icons/GoogleIcon.d.mts +9 -0
- package/dist/src/icons/GoogleIcon.mjs +33 -0
- package/dist/src/icons/GoogleIcon.mjs.map +1 -0
- package/dist/src/icons/LinkedInIcon.d.mts +9 -0
- package/dist/src/icons/LinkedInIcon.mjs +28 -0
- package/dist/src/icons/LinkedInIcon.mjs.map +1 -0
- package/dist/src/icons/MicrosoftIcon.d.mts +9 -0
- package/dist/src/icons/MicrosoftIcon.mjs +32 -0
- package/dist/src/icons/MicrosoftIcon.mjs.map +1 -0
- package/dist/src/lib/chatwoot.d.mts +20 -0
- package/dist/src/lib/chatwoot.mjs +26 -0
- package/dist/src/lib/chatwoot.mjs.map +1 -0
- package/dist/src/lib/utils.d.mts +7 -0
- package/dist/src/lib/utils.mjs +10 -0
- package/dist/src/lib/utils.mjs.map +1 -0
- package/dist/src/modules/app/components/AppLoader.d.mts +8 -0
- package/dist/src/modules/app/components/AppLoader.mjs +16 -0
- package/dist/src/modules/app/components/AppLoader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppShell.d.mts +16 -0
- package/dist/src/modules/app/components/AppShell.mjs +16 -0
- package/dist/src/modules/app/components/AppShell.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.d.mts +17 -0
- package/dist/src/modules/app/components/AppSidebar.mjs +18 -0
- package/dist/src/modules/app/components/AppSidebar.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.mts +25 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs +36 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.mts +18 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs +41 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.mts +11 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs +43 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.mts +21 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs +125 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs +974 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs +287 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.d.mts +12 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs +19 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.d.mts +17 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs +84 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.d.mts +18 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs +48 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.mts +12 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs +206 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs +129 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs +53 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.d.mts +13 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs +280 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.mts +17 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs +19 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginForm.mjs +111 -0
- package/dist/src/modules/auth/components/LoginForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs +44 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs +21 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.mts +22 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs +112 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.mts +61 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs +458 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.d.mts +30 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs +138 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.mts +29 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs +193 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.mts +18 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs +96 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs.map +1 -0
- package/dist/src/modules/auth/components/PreferencesEditor.d.mts +49 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs +85 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs +85 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.mts +45 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs +239 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs +101 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs +149 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs +62 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.d.mts +23 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs +26 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.mts +13 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs +67 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.mts +15 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs +45 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs +158 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.mts +15 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs +162 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.mts +13 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs +11 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs +21 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.mts +18 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs +167 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.mts +20 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs +85 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.d.mts +36 -0
- package/dist/src/modules/table/components/NuqsTable.mjs +308 -0
- package/dist/src/modules/table/components/NuqsTable.mjs.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.d.mts +35 -0
- package/dist/src/modules/table/components/TableFiltering.mjs +418 -0
- package/dist/src/modules/table/components/TableFiltering.mjs.map +1 -0
- package/dist/src/modules/table/components/TableGroupBy.d.mts +22 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs +58 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs.map +1 -0
- package/dist/src/modules/table/components/TablePagination.d.mts +19 -0
- package/dist/src/modules/table/components/TablePagination.mjs +66 -0
- package/dist/src/modules/table/components/TablePagination.mjs.map +1 -0
- package/dist/src/modules/table/components/table.types.d.mts +17 -0
- package/dist/src/modules/table/filterTransformers.d.mts +58 -0
- package/dist/src/modules/table/filterTransformers.mjs +213 -0
- package/dist/src/modules/table/filterTransformers.mjs.map +1 -0
- package/dist/src/types.d.mts +8 -0
- package/dist/translations/en/web-ui.json +209 -0
- package/package.json +6 -6
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +0 -31
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +0 -912
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.ts +0 -38
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -47
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -126
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -63
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -23
- package/dist/src/animations/card.motion.d.ts +0 -7
- package/dist/src/animations/card.motion.js +0 -26
- package/dist/src/animations/card.motion.js.map +0 -1
- package/dist/src/components/AvatarUpload.d.ts +0 -16
- package/dist/src/components/AvatarUpload.js +0 -109
- package/dist/src/components/AvatarUpload.js.map +0 -1
- package/dist/src/components/Button.d.ts +0 -15
- package/dist/src/components/Button.js +0 -14
- package/dist/src/components/Button.js.map +0 -1
- package/dist/src/components/Calendar.d.ts +0 -37
- package/dist/src/components/Calendar.js +0 -18
- package/dist/src/components/Calendar.js.map +0 -1
- package/dist/src/components/CardsSelect.d.ts +0 -27
- package/dist/src/components/CardsSelect.js +0 -79
- package/dist/src/components/CardsSelect.js.map +0 -1
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +0 -22
- package/dist/src/components/CollapsibleSidebarMenuItem.js +0 -34
- package/dist/src/components/CollapsibleSidebarMenuItem.js.map +0 -1
- package/dist/src/components/ColorPicker.d.ts +0 -15
- package/dist/src/components/ColorPicker.js +0 -51
- package/dist/src/components/ColorPicker.js.map +0 -1
- package/dist/src/components/CopyButton.d.ts +0 -18
- package/dist/src/components/CopyButton.js +0 -33
- package/dist/src/components/CopyButton.js.map +0 -1
- package/dist/src/components/CropDialog.d.ts +0 -22
- package/dist/src/components/CropDialog.js +0 -113
- package/dist/src/components/CropDialog.js.map +0 -1
- package/dist/src/components/DialogProvider.d.ts +0 -23
- package/dist/src/components/DialogProvider.js +0 -72
- package/dist/src/components/DialogProvider.js.map +0 -1
- package/dist/src/components/ErrorFallback.d.ts +0 -13
- package/dist/src/components/ErrorFallback.js +0 -30
- package/dist/src/components/ErrorFallback.js.map +0 -1
- package/dist/src/components/FileDropzone.d.ts +0 -14
- package/dist/src/components/FileDropzone.js +0 -101
- package/dist/src/components/FileDropzone.js.map +0 -1
- package/dist/src/components/MultiSelectDropdown.d.ts +0 -29
- package/dist/src/components/MultiSelectDropdown.js +0 -103
- package/dist/src/components/MultiSelectDropdown.js.map +0 -1
- package/dist/src/components/Orb.d.ts +0 -17
- package/dist/src/components/Orb.js +0 -267
- package/dist/src/components/Orb.js.map +0 -1
- package/dist/src/components/PageAlert.d.ts +0 -23
- package/dist/src/components/PageAlert.js +0 -76
- package/dist/src/components/PageAlert.js.map +0 -1
- package/dist/src/components/SelectChips.d.ts +0 -21
- package/dist/src/components/SelectChips.js +0 -23
- package/dist/src/components/SelectChips.js.map +0 -1
- package/dist/src/components/SidebarItem.d.ts +0 -18
- package/dist/src/components/SidebarItem.js +0 -18
- package/dist/src/components/SidebarItem.js.map +0 -1
- package/dist/src/components/Steps.d.ts +0 -24
- package/dist/src/components/Steps.js +0 -200
- package/dist/src/components/Steps.js.map +0 -1
- package/dist/src/components/TablerIconPicker.d.ts +0 -13
- package/dist/src/components/TablerIconPicker.js +0 -4258
- package/dist/src/components/TablerIconPicker.js.map +0 -1
- package/dist/src/components/app-header.d.ts +0 -14
- package/dist/src/components/app-header.js +0 -29
- package/dist/src/components/app-header.js.map +0 -1
- package/dist/src/components/blur-card.d.ts +0 -27
- package/dist/src/components/blur-card.js +0 -137
- package/dist/src/components/blur-card.js.map +0 -1
- package/dist/src/components/features-section-demo-1.d.ts +0 -22
- package/dist/src/components/features-section-demo-1.js +0 -125
- package/dist/src/components/features-section-demo-1.js.map +0 -1
- package/dist/src/components/features-section-demo-2.d.ts +0 -7
- package/dist/src/components/features-section-demo-2.js +0 -82
- package/dist/src/components/features-section-demo-2.js.map +0 -1
- package/dist/src/components/features-section-demo-3.d.ts +0 -16
- package/dist/src/components/features-section-demo-3.js +0 -252
- package/dist/src/components/features-section-demo-3.js.map +0 -1
- package/dist/src/components/mode-toggle.d.ts +0 -7
- package/dist/src/components/mode-toggle.js +0 -44
- package/dist/src/components/mode-toggle.js.map +0 -1
- package/dist/src/components/nav-main.d.ts +0 -21
- package/dist/src/components/nav-main.js +0 -35
- package/dist/src/components/nav-main.js.map +0 -1
- package/dist/src/components/pricing-cards.d.ts +0 -7
- package/dist/src/components/pricing-cards.js +0 -128
- package/dist/src/components/pricing-cards.js.map +0 -1
- package/dist/src/components/shared/ButtonCopy.d.ts +0 -17
- package/dist/src/components/shared/ButtonCopy.js +0 -35
- package/dist/src/components/shared/ButtonCopy.js.map +0 -1
- package/dist/src/components/team-switcher.d.ts +0 -16
- package/dist/src/components/team-switcher.js +0 -72
- package/dist/src/components/team-switcher.js.map +0 -1
- package/dist/src/components/theme-provider.d.ts +0 -23
- package/dist/src/components/theme-provider.js +0 -45
- package/dist/src/components/theme-provider.js.map +0 -1
- package/dist/src/components/typewriter.d.ts +0 -39
- package/dist/src/components/typewriter.js +0 -47
- package/dist/src/components/typewriter.js.map +0 -1
- package/dist/src/components/ui/alert-dialog.d.ts +0 -49
- package/dist/src/components/ui/alert-dialog.js +0 -81
- package/dist/src/components/ui/alert-dialog.js.map +0 -1
- package/dist/src/components/ui/alert.d.ts +0 -25
- package/dist/src/components/ui/alert.js +0 -37
- package/dist/src/components/ui/alert.js.map +0 -1
- package/dist/src/components/ui/avatar.d.ts +0 -10
- package/dist/src/components/ui/avatar.js +0 -28
- package/dist/src/components/ui/avatar.js.map +0 -1
- package/dist/src/components/ui/badge.d.ts +0 -18
- package/dist/src/components/ui/badge.js +0 -23
- package/dist/src/components/ui/badge.js.map +0 -1
- package/dist/src/components/ui/bento-grid.d.ts +0 -26
- package/dist/src/components/ui/bento-grid.js +0 -32
- package/dist/src/components/ui/bento-grid.js.map +0 -1
- package/dist/src/components/ui/bento-grid2.d.ts +0 -31
- package/dist/src/components/ui/bento-grid2.js +0 -49
- package/dist/src/components/ui/bento-grid2.js.map +0 -1
- package/dist/src/components/ui/breadcrumb.d.ts +0 -31
- package/dist/src/components/ui/breadcrumb.js +0 -63
- package/dist/src/components/ui/breadcrumb.js.map +0 -1
- package/dist/src/components/ui/button.d.ts +0 -16
- package/dist/src/components/ui/button.js +0 -44
- package/dist/src/components/ui/button.js.map +0 -1
- package/dist/src/components/ui/card.d.ts +0 -12
- package/dist/src/components/ui/card.js +0 -44
- package/dist/src/components/ui/card.js.map +0 -1
- package/dist/src/components/ui/checkbox.d.ts +0 -8
- package/dist/src/components/ui/checkbox.js +0 -20
- package/dist/src/components/ui/checkbox.js.map +0 -1
- package/dist/src/components/ui/collapsible.d.ts +0 -10
- package/dist/src/components/ui/collapsible.js +0 -9
- package/dist/src/components/ui/collapsible.js.map +0 -1
- package/dist/src/components/ui/dialog.d.ts +0 -45
- package/dist/src/components/ui/dialog.js +0 -85
- package/dist/src/components/ui/dialog.js.map +0 -1
- package/dist/src/components/ui/dropdown-menu.d.ts +0 -35
- package/dist/src/components/ui/dropdown-menu.js +0 -82
- package/dist/src/components/ui/dropdown-menu.js.map +0 -1
- package/dist/src/components/ui/floating-navbar.d.ts +0 -18
- package/dist/src/components/ui/floating-navbar.js +0 -52
- package/dist/src/components/ui/floating-navbar.js.map +0 -1
- package/dist/src/components/ui/form.d.ts +0 -32
- package/dist/src/components/ui/form.js +0 -92
- package/dist/src/components/ui/form.js.map +0 -1
- package/dist/src/components/ui/image.d.ts +0 -10
- package/dist/src/components/ui/image.js +0 -55
- package/dist/src/components/ui/image.js.map +0 -1
- package/dist/src/components/ui/input.d.ts +0 -7
- package/dist/src/components/ui/input.js +0 -17
- package/dist/src/components/ui/input.js.map +0 -1
- package/dist/src/components/ui/label.d.ts +0 -10
- package/dist/src/components/ui/label.js +0 -17
- package/dist/src/components/ui/label.js.map +0 -1
- package/dist/src/components/ui/pagination.d.ts +0 -40
- package/dist/src/components/ui/pagination.js +0 -79
- package/dist/src/components/ui/pagination.js.map +0 -1
- package/dist/src/components/ui/progress.d.ts +0 -8
- package/dist/src/components/ui/progress.js +0 -19
- package/dist/src/components/ui/progress.js.map +0 -1
- package/dist/src/components/ui/resizable-navbar.d.ts +0 -97
- package/dist/src/components/ui/resizable-navbar.js +0 -138
- package/dist/src/components/ui/resizable-navbar.js.map +0 -1
- package/dist/src/components/ui/segment-control.d.ts +0 -12
- package/dist/src/components/ui/segment-control.js +0 -87
- package/dist/src/components/ui/segment-control.js.map +0 -1
- package/dist/src/components/ui/select.d.ts +0 -17
- package/dist/src/components/ui/select.js +0 -75
- package/dist/src/components/ui/select.js.map +0 -1
- package/dist/src/components/ui/separator.d.ts +0 -8
- package/dist/src/components/ui/separator.js +0 -17
- package/dist/src/components/ui/separator.js.map +0 -1
- package/dist/src/components/ui/sheet.d.ts +0 -36
- package/dist/src/components/ui/sheet.js +0 -66
- package/dist/src/components/ui/sheet.js.map +0 -1
- package/dist/src/components/ui/sidebar.d.ts +0 -73
- package/dist/src/components/ui/sidebar.js +0 -377
- package/dist/src/components/ui/sidebar.js.map +0 -1
- package/dist/src/components/ui/skeleton.d.ts +0 -10
- package/dist/src/components/ui/skeleton.js +0 -13
- package/dist/src/components/ui/skeleton.js.map +0 -1
- package/dist/src/components/ui/slider.d.ts +0 -8
- package/dist/src/components/ui/slider.js +0 -19
- package/dist/src/components/ui/slider.js.map +0 -1
- package/dist/src/components/ui/sonner.d.ts +0 -11
- package/dist/src/components/ui/sonner.js +0 -22
- package/dist/src/components/ui/sonner.js.map +0 -1
- package/dist/src/components/ui/spinner.d.ts +0 -25
- package/dist/src/components/ui/spinner.js +0 -30
- package/dist/src/components/ui/spinner.js.map +0 -1
- package/dist/src/components/ui/switch.d.ts +0 -8
- package/dist/src/components/ui/switch.js +0 -16
- package/dist/src/components/ui/switch.js.map +0 -1
- package/dist/src/components/ui/table.d.ts +0 -39
- package/dist/src/components/ui/table.js +0 -67
- package/dist/src/components/ui/table.js.map +0 -1
- package/dist/src/components/ui/tabs.d.ts +0 -24
- package/dist/src/components/ui/tabs.js +0 -36
- package/dist/src/components/ui/tabs.js.map +0 -1
- package/dist/src/components/ui/textarea.d.ts +0 -11
- package/dist/src/components/ui/textarea.js +0 -14
- package/dist/src/components/ui/textarea.js.map +0 -1
- package/dist/src/components/ui/timeline.d.ts +0 -18
- package/dist/src/components/ui/timeline.js +0 -90
- package/dist/src/components/ui/timeline.js.map +0 -1
- package/dist/src/components/ui/toast.d.ts +0 -20
- package/dist/src/components/ui/toast.js +0 -59
- package/dist/src/components/ui/toast.js.map +0 -1
- package/dist/src/components/ui/tooltip.d.ts +0 -24
- package/dist/src/components/ui/tooltip.js +0 -36
- package/dist/src/components/ui/tooltip.js.map +0 -1
- package/dist/src/components/ui/typewriter-effect.d.ts +0 -30
- package/dist/src/components/ui/typewriter-effect.js +0 -106
- package/dist/src/components/ui/typewriter-effect.js.map +0 -1
- package/dist/src/hooks/use-mobile.d.ts +0 -5
- package/dist/src/hooks/use-mobile.js +0 -20
- package/dist/src/hooks/use-mobile.js.map +0 -1
- package/dist/src/hooks/useDialog.d.ts +0 -8
- package/dist/src/hooks/useDialog.js +0 -26
- package/dist/src/hooks/useDialog.js.map +0 -1
- package/dist/src/icons/GoogleIcon.d.ts +0 -9
- package/dist/src/icons/GoogleIcon.js +0 -33
- package/dist/src/icons/GoogleIcon.js.map +0 -1
- package/dist/src/icons/LinkedInIcon.d.ts +0 -9
- package/dist/src/icons/LinkedInIcon.js +0 -28
- package/dist/src/icons/LinkedInIcon.js.map +0 -1
- package/dist/src/icons/MicrosoftIcon.d.ts +0 -9
- package/dist/src/icons/MicrosoftIcon.js +0 -32
- package/dist/src/icons/MicrosoftIcon.js.map +0 -1
- package/dist/src/lib/chatwoot.d.ts +0 -20
- package/dist/src/lib/chatwoot.js +0 -26
- package/dist/src/lib/chatwoot.js.map +0 -1
- package/dist/src/lib/utils.d.ts +0 -7
- package/dist/src/lib/utils.js +0 -10
- package/dist/src/lib/utils.js.map +0 -1
- package/dist/src/modules/app/components/AppLoader.d.ts +0 -8
- package/dist/src/modules/app/components/AppLoader.js +0 -16
- package/dist/src/modules/app/components/AppLoader.js.map +0 -1
- package/dist/src/modules/app/components/AppShell.d.ts +0 -16
- package/dist/src/modules/app/components/AppShell.js +0 -16
- package/dist/src/modules/app/components/AppShell.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebar.d.ts +0 -17
- package/dist/src/modules/app/components/AppSidebar.js +0 -18
- package/dist/src/modules/app/components/AppSidebar.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +0 -25
- package/dist/src/modules/app/components/AppSidebarContent.js +0 -36
- package/dist/src/modules/app/components/AppSidebarContent.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +0 -18
- package/dist/src/modules/app/components/AppSidebarHeader.js +0 -41
- package/dist/src/modules/app/components/AppSidebarHeader.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +0 -11
- package/dist/src/modules/app/components/AppSidebarInvites.js +0 -43
- package/dist/src/modules/app/components/AppSidebarInvites.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +0 -21
- package/dist/src/modules/app/components/AppSidebarUser.js +0 -125
- package/dist/src/modules/app/components/AppSidebarUser.js.map +0 -1
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminUserManagement.js +0 -974
- package/dist/src/modules/auth/components/AdminUserManagement.js.map +0 -1
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminWaitlist.js +0 -287
- package/dist/src/modules/auth/components/AdminWaitlist.js.map +0 -1
- package/dist/src/modules/auth/components/AuthLayout.d.ts +0 -12
- package/dist/src/modules/auth/components/AuthLayout.js +0 -19
- package/dist/src/modules/auth/components/AuthLayout.js.map +0 -1
- package/dist/src/modules/auth/components/AuthProviders.d.ts +0 -17
- package/dist/src/modules/auth/components/AuthProviders.js +0 -84
- package/dist/src/modules/auth/components/AuthProviders.js.map +0 -1
- package/dist/src/modules/auth/components/AuthRouter.d.ts +0 -18
- package/dist/src/modules/auth/components/AuthRouter.js +0 -48
- package/dist/src/modules/auth/components/AuthRouter.js.map +0 -1
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +0 -12
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +0 -206
- package/dist/src/modules/auth/components/ClaimAccountRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +0 -129
- package/dist/src/modules/auth/components/ErrorAuthRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +0 -53
- package/dist/src/modules/auth/components/ForgotPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/InviteFriends.d.ts +0 -13
- package/dist/src/modules/auth/components/InviteFriends.js +0 -280
- package/dist/src/modules/auth/components/InviteFriends.js.map +0 -1
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +0 -17
- package/dist/src/modules/auth/components/LastUsedBadge.js +0 -19
- package/dist/src/modules/auth/components/LastUsedBadge.js.map +0 -1
- package/dist/src/modules/auth/components/LoginForm.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginForm.js +0 -111
- package/dist/src/modules/auth/components/LoginForm.js.map +0 -1
- package/dist/src/modules/auth/components/LoginRoute.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginRoute.js +0 -44
- package/dist/src/modules/auth/components/LoginRoute.js.map +0 -1
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/LogoutRoute.js +0 -21
- package/dist/src/modules/auth/components/LogoutRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +0 -22
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +0 -112
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +0 -61
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +0 -458
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationPreferences.d.ts +0 -30
- package/dist/src/modules/auth/components/OrganizationPreferences.js +0 -138
- package/dist/src/modules/auth/components/OrganizationPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +0 -29
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +0 -193
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +0 -18
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +0 -96
- package/dist/src/modules/auth/components/OrganizationSwitcher.js.map +0 -1
- package/dist/src/modules/auth/components/PreferencesEditor.d.ts +0 -49
- package/dist/src/modules/auth/components/PreferencesEditor.js +0 -85
- package/dist/src/modules/auth/components/PreferencesEditor.js.map +0 -1
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ProfileRoute.js +0 -85
- package/dist/src/modules/auth/components/ProfileRoute.js.map +0 -1
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +0 -45
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +0 -239
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordForm.js +0 -101
- package/dist/src/modules/auth/components/ResetPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ResetPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupFormRoute.js +0 -149
- package/dist/src/modules/auth/components/SignupFormRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupRoute.js +0 -62
- package/dist/src/modules/auth/components/SignupRoute.js.map +0 -1
- package/dist/src/modules/auth/components/UserPreferences.d.ts +0 -23
- package/dist/src/modules/auth/components/UserPreferences.js +0 -26
- package/dist/src/modules/auth/components/UserPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +0 -13
- package/dist/src/modules/auth/components/WaitlistCard.js +0 -67
- package/dist/src/modules/auth/components/WaitlistCard.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +0 -15
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +0 -45
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js.map +0 -1
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingBetaPage.js +0 -158
- package/dist/src/modules/billing/components/BillingBetaPage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +0 -15
- package/dist/src/modules/billing/components/BillingInvoicePage.js +0 -162
- package/dist/src/modules/billing/components/BillingInvoicePage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +0 -13
- package/dist/src/modules/billing/components/BillingPlanSelect.js +0 -11
- package/dist/src/modules/billing/components/BillingPlanSelect.js.map +0 -1
- package/dist/src/modules/billing/components/BillingRouter.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingRouter.js +0 -21
- package/dist/src/modules/billing/components/BillingRouter.js.map +0 -1
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +0 -18
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +0 -167
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js.map +0 -1
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +0 -20
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +0 -85
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js.map +0 -1
- package/dist/src/modules/table/components/NuqsTable.d.ts +0 -36
- package/dist/src/modules/table/components/NuqsTable.js +0 -308
- package/dist/src/modules/table/components/NuqsTable.js.map +0 -1
- package/dist/src/modules/table/components/TableFiltering.d.ts +0 -35
- package/dist/src/modules/table/components/TableFiltering.js +0 -418
- package/dist/src/modules/table/components/TableFiltering.js.map +0 -1
- package/dist/src/modules/table/components/TableGroupBy.d.ts +0 -22
- package/dist/src/modules/table/components/TableGroupBy.js +0 -58
- package/dist/src/modules/table/components/TableGroupBy.js.map +0 -1
- package/dist/src/modules/table/components/TablePagination.d.ts +0 -19
- package/dist/src/modules/table/components/TablePagination.js +0 -66
- package/dist/src/modules/table/components/TablePagination.js.map +0 -1
- package/dist/src/modules/table/components/table.types.d.ts +0 -17
- package/dist/src/modules/table/filterTransformers.d.ts +0 -58
- package/dist/src/modules/table/filterTransformers.js +0 -213
- package/dist/src/modules/table/filterTransformers.js.map +0 -1
- package/dist/src/types.d.ts +0 -8
- /package/dist/_virtual/_rolldown/{runtime.js → runtime.mjs} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{endpoint-context.d.ts → endpoint-context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{transaction.d.ts → transaction.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{factory.d.ts → factory.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-field-name.d.ts → get-default-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-model-name.d.ts → get-default-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-attributes.d.ts → get-field-attributes.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-name.d.ts → get-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-id-field.d.ts → get-id-field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-model-name.d.ts → get-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{get-tables.d.ts → get-tables.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{rate-limit.d.ts → rate-limit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{shared.d.ts → shared.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{user.d.ts → user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{verification.d.ts → verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{type.d.ts → type.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{client-credentials-token.d.ts → client-credentials-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{create-authorization-url.d.ts → create-authorization-url.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{oauth-provider.d.ts → oauth-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{refresh-access-token.d.ts → refresh-access-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{validate-authorization-code.d.ts → validate-authorization-code.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{apple.d.ts → apple.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{atlassian.d.ts → atlassian.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{cognito.d.ts → cognito.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{discord.d.ts → discord.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{dropbox.d.ts → dropbox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{facebook.d.ts → facebook.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{figma.d.ts → figma.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{github.d.ts → github.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{gitlab.d.ts → gitlab.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{google.d.ts → google.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{huggingface.d.ts → huggingface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kakao.d.ts → kakao.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kick.d.ts → kick.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linear.d.ts → linear.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linkedin.d.ts → linkedin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{naver.d.ts → naver.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{notion.d.ts → notion.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paybin.d.ts → paybin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paypal.d.ts → paypal.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{polar.d.ts → polar.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{reddit.d.ts → reddit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{roblox.d.ts → roblox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{salesforce.d.ts → salesforce.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{spotify.d.ts → spotify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{tiktok.d.ts → tiktok.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitch.d.ts → twitch.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitter.d.ts → twitter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vercel.d.ts → vercel.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vk.d.ts → vk.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{zoom.d.ts → zoom.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{context.d.ts → context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{init-options.d.ts → init-options.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin-client.d.ts → plugin-client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{db.d.ts → db.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_telemetry@1.4.18_@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better_5bdd8772f1558f3b68c06a14d130fcab/node_modules/@better-auth/telemetry/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{origin-check.d.ts → origin-check.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{callback.d.ts → callback.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{email-verification.d.ts → email-verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{password.d.ts → password.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-in.d.ts → sign-in.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-up.d.ts → sign-up.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{update-user.d.ts → update-user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/auth/{full.d.ts → full.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{path-to-object.d.ts → path-to-object.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-base.d.ts → adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-kysely.d.ts → adapter-kysely.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field-converter.d.ts → field-converter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field.d.ts → field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-migration.d.ts → get-migration.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-schema.d.ts → get-schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{internal-adapter.d.ts → internal-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{to-zod.d.ts → to-zod.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{with-hooks.d.ts → with-hooks.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/oauth2/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{admin.d.ts → admin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/bearer/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/captcha/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/custom-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/device-authorization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{auth0.d.ts → auth0.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{gumroad.d.ts → gumroad.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{hubspot.d.ts → hubspot.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{keycloak.d.ts → keycloak.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{okta.d.ts → okta.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{patreon.d.ts → patreon.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/haveibeenpwned/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{sign.d.ts → sign.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{verify.d.ts → verify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/last-login-method/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/magic-link/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/mcp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/multi-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oauth-proxy/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-tap/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-time-token/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{generator.d.ts → generator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{statement.d.ts → statement.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{organization.d.ts → organization.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-access-control.d.ts → crud-access-control.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-invites.d.ts → crud-invites.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-members.d.ts → crud-members.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-org.d.ts → crud-org.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-team.d.ts → crud-team.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/siwe/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/backup-codes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{client.d.ts → client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/totp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{api.d.ts → api.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{auth.d.ts → auth.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{helper.d.ts → helper.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{models.d.ts → models.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{plugins.d.ts → plugins.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{get-request-ip.d.ts → get-request-ip.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{column.d.ts → column.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{column.types.d.ts → column.types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.types.d.ts → schema.types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{schema.types.internal.d.ts → schema.types.internal.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter-base.d.ts → dialect-adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter.d.ts → dialect-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect.d.ts → dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-adapter.d.ts → mssql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-dialect.d.ts → mssql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-introspector.d.ts → mssql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-adapter.d.ts → mysql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-dialect.d.ts → mysql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-introspector.d.ts → mysql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-adapter.d.ts → postgres-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-dialect.d.ts → postgres-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-introspector.d.ts → postgres-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-adapter.d.ts → sqlite-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-dialect.d.ts → sqlite-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-introspector.d.ts → sqlite-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/expression/{expression-builder.d.ts → expression-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{file-migration-provider.d.ts → file-migration-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{migrator.d.ts → migrator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{binary-operation-parser.d.ts → binary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{delete-from-parser.d.ts → delete-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{expression-parser.d.ts → expression-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{group-by-parser.d.ts → group-by-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{insert-values-parser.d.ts → insert-values-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{join-parser.d.ts → join-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{merge-into-parser.d.ts → merge-into-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{reference-parser.d.ts → reference-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{returning-parser.d.ts → returning-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-from-parser.d.ts → select-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-parser.d.ts → select-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{set-operation-parser.d.ts → set-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{tuple-parser.d.ts → tuple-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{unary-operation-parser.d.ts → unary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-parser.d.ts → update-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-set-parser.d.ts → update-set-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{value-parser.d.ts → value-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{with-parser.d.ts → with-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{case-builder.d.ts → case-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{delete-query-builder.d.ts → delete-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{having-interface.d.ts → having-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{insert-query-builder.d.ts → insert-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{join-builder.d.ts → join-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{merge-query-builder.d.ts → merge-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{on-conflict-builder.d.ts → on-conflict-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{output-interface.d.ts → output-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{returning-interface.d.ts → returning-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{select-query-builder.d.ts → select-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{update-query-builder.d.ts → update-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{where-interface.d.ts → where-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{query-creator.d.ts → query-creator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{default-query-executor.d.ts → default-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{noop-query-executor.d.ts → noop-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-base.d.ts → query-executor-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-provider.d.ts → query-executor-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor.d.ts → query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{raw-builder.d.ts → raw-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{sql.d.ts → sql.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-foreign-key-constraint-builder.d.ts → alter-table-add-foreign-key-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-index-builder.d.ts → alter-table-add-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-builder.d.ts → alter-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-drop-constraint-builder.d.ts → alter-table-drop-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-executor.d.ts → alter-table-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-index-builder.d.ts → create-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-schema-builder.d.ts → create-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-table-builder.d.ts → create-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-type-builder.d.ts → create-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-view-builder.d.ts → create-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-index-builder.d.ts → drop-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-schema-builder.d.ts → drop-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-table-builder.d.ts → drop-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-type-builder.d.ts → drop-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-view-builder.d.ts → drop-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{refresh-materialized-view-builder.d.ts → refresh-materialized-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/packages/backend/dist/src/modules/base/{base.grants.d.ts → base.grants.d.mts} +0 -0
- /package/dist/src/modules/table/components/{table.types.js → table.types.mjs} +0 -0
- /package/dist/src/{types.js → types.mjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeNuqsDatePicker.mjs","names":[],"sources":["../../../../../src/modules/auth/components/RangeNuqsDatePicker.tsx"],"sourcesContent":["import {\r\n DateRangePicker,\r\n type DateValue,\r\n type RangeValue,\r\n Select,\r\n SelectItem,\r\n} from \"@heroui/react\";\r\nimport { CalendarDate, getLocalTimeZone, today } from \"@internationalized/date\";\r\nimport type { QueryFilters } from \"@m5kdev/commons/modules/schemas/query.schema\";\r\nimport { useNuqsQueryParams } from \"@m5kdev/frontend/modules/table/hooks/useNuqsQueryParams\";\r\nimport {\r\n calendarDateToEndOfDayUTC,\r\n calendarDateToUTC,\r\n dateFilterToRangeValue,\r\n} from \"@m5kdev/web-ui/modules/table/filterTransformers\";\r\nimport { DateTime } from \"luxon\";\r\nimport { startTransition, useEffect, useMemo, useState } from \"react\";\r\nimport { useTranslation } from \"react-i18next\";\r\n\r\ntype QuickRangeKey =\r\n | \"today\"\r\n | \"yesterday\"\r\n | \"last7\"\r\n | \"last30\"\r\n | \"thisWeek\"\r\n | \"lastWeek\"\r\n | \"thisMonth\"\r\n | \"lastMonth\"\r\n | \"thisYear\"\r\n | \"lastYear\";\r\n\r\nconst toCalendarDate = (dt: DateTime): CalendarDate => new CalendarDate(dt.year, dt.month, dt.day);\r\n\r\nconst isSameCalendarDate = (a: CalendarDate, b: CalendarDate) =>\r\n a.year === b.year && a.month === b.month && a.day === b.day;\r\n\r\nexport interface RangeNuqsDatePickerProps {\r\n /**\r\n * The column ID to use for the date filter (e.g., \"startedAt\")\r\n */\r\n columnId?: string;\r\n /**\r\n * The end column ID for range filters (e.g., \"endedAt\")\r\n */\r\n endColumnId?: string;\r\n /**\r\n * Label for the date range picker\r\n */\r\n dateRangeLabel?: string;\r\n /**\r\n * Label for the quick range selector\r\n */\r\n quickRangeLabel?: string;\r\n /**\r\n * Translation namespace for i18n\r\n */\r\n translationNamespace?: string;\r\n /**\r\n * Whether to show quick range selector\r\n */\r\n showQuickRange?: boolean;\r\n /**\r\n * Custom className for the container\r\n */\r\n className?: string;\r\n}\r\n\r\nexport const RangeNuqsDatePicker = ({\r\n columnId = \"startedAt\",\r\n endColumnId = \"endedAt\",\r\n dateRangeLabel,\r\n quickRangeLabel,\r\n translationNamespace = \"horecaai-app\",\r\n showQuickRange = true,\r\n className,\r\n}: RangeNuqsDatePickerProps) => {\r\n const { t } = useTranslation();\r\n const { filters, setFilters } = useNuqsQueryParams();\r\n\r\n const [quickRange, setQuickRange] = useState<QuickRangeKey | null>(null);\r\n const [hasInitialized, setHasInitialized] = useState(false);\r\n\r\n // Extract date range from filters using shared helper\r\n const dateRange = useMemo(() => {\r\n return dateFilterToRangeValue(filters, columnId);\r\n }, [filters, columnId]);\r\n\r\n const [localRange, setLocalRange] = useState<RangeValue<DateValue> | null | undefined>(dateRange);\r\n\r\n useEffect(() => {\r\n setLocalRange(dateRange);\r\n }, [dateRange]);\r\n\r\n const todayIso = DateTime.utc().toISODate();\r\n\r\n const quickRangeOptions = useMemo(() => {\r\n const now = DateTime.utc();\r\n const todayStart = now.startOf(\"day\");\r\n const weekStart = todayStart.startOf(\"week\");\r\n const monthStart = todayStart.startOf(\"month\");\r\n const lastWeekStart = weekStart.minus({ weeks: 1 });\r\n const lastMonthStart = monthStart.minus({ months: 1 });\r\n const yearStart = todayStart.startOf(\"year\");\r\n const lastYearStart = yearStart.minus({ years: 1 });\r\n\r\n const options: { key: QuickRangeKey; label: string; start: DateTime; end: DateTime }[] = [\r\n {\r\n key: \"today\",\r\n label: t(`${translationNamespace}:reports.quickRange.today`, { defaultValue: \"Today\" }),\r\n start: todayStart,\r\n end: todayStart,\r\n },\r\n {\r\n key: \"yesterday\",\r\n label: t(`${translationNamespace}:reports.quickRange.yesterday`, {\r\n defaultValue: \"Yesterday\",\r\n }),\r\n start: todayStart.minus({ days: 1 }),\r\n end: todayStart.minus({ days: 1 }),\r\n },\r\n {\r\n key: \"last7\",\r\n label: t(`${translationNamespace}:reports.quickRange.last7`, {\r\n defaultValue: \"Last 7 days\",\r\n }),\r\n start: todayStart.minus({ days: 6 }),\r\n end: todayStart,\r\n },\r\n {\r\n key: \"last30\",\r\n label: t(`${translationNamespace}:reports.quickRange.last30`, {\r\n defaultValue: \"Last 30 days\",\r\n }),\r\n start: todayStart.minus({ days: 29 }),\r\n end: todayStart,\r\n },\r\n {\r\n key: \"thisWeek\",\r\n label: t(`${translationNamespace}:reports.quickRange.thisWeek`, {\r\n defaultValue: \"This week\",\r\n }),\r\n start: weekStart,\r\n end: todayStart,\r\n },\r\n {\r\n key: \"lastWeek\",\r\n label: t(`${translationNamespace}:reports.quickRange.lastWeek`, {\r\n defaultValue: \"Last week\",\r\n }),\r\n start: lastWeekStart,\r\n end: lastWeekStart.plus({ days: 6 }),\r\n },\r\n {\r\n key: \"thisMonth\",\r\n label: t(`${translationNamespace}:reports.quickRange.thisMonth`, {\r\n defaultValue: \"This month\",\r\n }),\r\n start: monthStart,\r\n end: todayStart,\r\n },\r\n {\r\n key: \"lastMonth\",\r\n label: t(`${translationNamespace}:reports.quickRange.lastMonth`, {\r\n defaultValue: \"Last month\",\r\n }),\r\n start: lastMonthStart,\r\n end: lastMonthStart.endOf(\"month\"),\r\n },\r\n {\r\n key: \"thisYear\",\r\n label: t(`${translationNamespace}:reports.quickRange.thisYear`, {\r\n defaultValue: \"This year\",\r\n }),\r\n start: yearStart,\r\n end: todayStart,\r\n },\r\n {\r\n key: \"lastYear\",\r\n label: t(`${translationNamespace}:reports.quickRange.lastYear`, {\r\n defaultValue: \"Last year\",\r\n }),\r\n start: lastYearStart,\r\n end: lastYearStart.endOf(\"year\"),\r\n },\r\n ];\r\n\r\n return options.map((opt) => ({\r\n key: opt.key,\r\n label: opt.label,\r\n range: {\r\n start: toCalendarDate(opt.start),\r\n end: toCalendarDate(opt.end),\r\n },\r\n }));\r\n }, [t, todayIso, translationNamespace]);\r\n\r\n // Set default to \"this month\" on initial load if no date range is set\r\n useEffect(() => {\r\n if (hasInitialized || !setFilters) return;\r\n\r\n // Check if there's already a valid date range from URL\r\n if (dateRange) {\r\n setHasInitialized(true);\r\n return;\r\n }\r\n\r\n // No date range set, initialize to \"this month\"\r\n const thisMonthOption = quickRangeOptions.find((opt) => opt.key === \"thisMonth\");\r\n if (thisMonthOption) {\r\n setHasInitialized(true);\r\n setQuickRange(\"thisMonth\");\r\n\r\n // Set filters directly for \"this month\" range\r\n const startDate = thisMonthOption.range.start;\r\n const endDate = thisMonthOption.range.end;\r\n\r\n const newFilters: QueryFilters = [\r\n ...(filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? []),\r\n {\r\n columnId,\r\n type: \"date\" as const,\r\n method: \"intersect\" as const,\r\n value: calendarDateToUTC(startDate),\r\n valueTo: calendarDateToEndOfDayUTC(endDate),\r\n endColumnId,\r\n },\r\n ];\r\n\r\n setFilters(newFilters);\r\n }\r\n }, [dateRange, columnId, endColumnId, quickRangeOptions, hasInitialized, setFilters]);\r\n\r\n useEffect(() => {\r\n // Don't sync quickRange if we're still initializing\r\n if (!hasInitialized) return;\r\n\r\n if (!dateRange?.start || !dateRange?.end) {\r\n setQuickRange(null);\r\n return;\r\n }\r\n\r\n const start = dateRange.start as unknown as CalendarDate;\r\n const end = dateRange.end as unknown as CalendarDate;\r\n\r\n const matches = quickRangeOptions.filter(\r\n (option) =>\r\n isSameCalendarDate(option.range.start, start) && isSameCalendarDate(option.range.end, end)\r\n );\r\n\r\n if (matches.length === 0) {\r\n setQuickRange(null);\r\n return;\r\n }\r\n\r\n // If the current quick range still matches, keep it\r\n const currentStillMatches = quickRange ? matches.find((m) => m.key === quickRange) : null;\r\n if (currentStillMatches) {\r\n return;\r\n }\r\n\r\n // Otherwise pick the highest-priority match to keep intent (week/month over last7 overlap)\r\n const priority: QuickRangeKey[] = [\r\n \"today\",\r\n \"yesterday\",\r\n \"thisWeek\",\r\n \"lastWeek\",\r\n \"thisMonth\",\r\n \"lastMonth\",\r\n \"last7\",\r\n \"last30\",\r\n ];\r\n const preferred =\r\n priority.map((key) => matches.find((m) => m.key === key)).find((m) => Boolean(m)) ??\r\n matches[0];\r\n\r\n setQuickRange(preferred?.key ?? null);\r\n }, [dateRange, quickRangeOptions, quickRange, hasInitialized]);\r\n\r\n // Handle date range changes\r\n const handleDateRangeChange = (range: RangeValue<DateValue> | null) => {\r\n if (!setFilters) return;\r\n\r\n if (range === null) {\r\n // Explicit clear — remove date filters\r\n const newFilters =\r\n filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? [];\r\n startTransition(() => setFilters(newFilters));\r\n return;\r\n }\r\n\r\n // Incomplete range (e.g. only start selected mid-calendar-selection) — keep current filters\r\n if (!range.start || !range.end) return;\r\n\r\n // Use intersect to find records where [startedAt, endedAt] overlaps with the selected range\r\n // This includes ongoing records (endedAt = NULL) and records that overlap the range\r\n const startDate = range.start as unknown as CalendarDate;\r\n const endDate = range.end as unknown as CalendarDate;\r\n\r\n const newFilters: QueryFilters = [\r\n ...(filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? []),\r\n {\r\n columnId,\r\n type: \"date\" as const,\r\n method: \"intersect\" as const,\r\n value: calendarDateToUTC(startDate),\r\n valueTo: calendarDateToEndOfDayUTC(endDate),\r\n endColumnId,\r\n },\r\n ];\r\n\r\n startTransition(() => setFilters(newFilters));\r\n };\r\n\r\n const handleQuickRangeChange = (key: QuickRangeKey | null) => {\r\n if (!key) {\r\n setQuickRange(null);\r\n return;\r\n }\r\n\r\n const option = quickRangeOptions.find((opt) => opt.key === key);\r\n if (!option) return;\r\n\r\n setQuickRange(key);\r\n handleDateRangeChange({\r\n start: option.range.start as unknown as DateValue,\r\n end: option.range.end as unknown as DateValue,\r\n });\r\n };\r\n\r\n return (\r\n <div className={`flex gap-4 flex-row ${className ?? \"\"}`}>\r\n <div className=\"flex flex-col gap-2\">\r\n <span className=\"text-sm text-muted-foreground\">\r\n {dateRangeLabel ??\r\n t(`${translationNamespace}:reports.dateRange`, { defaultValue: \"Date range\" })}\r\n </span>\r\n <DateRangePicker\r\n aria-label=\"Date range\"\r\n value={(localRange as any) ?? undefined}\r\n onChange={setLocalRange}\r\n onBlur={() => {\r\n if (localRange !== undefined) {\r\n handleDateRangeChange(localRange);\r\n }\r\n }}\r\n className=\"w-[300px]\"\r\n granularity=\"day\"\r\n showMonthAndYearPickers\r\n maxValue={today(getLocalTimeZone()) as unknown as DateValue}\r\n popoverProps={{\r\n portalContainer: document.body,\r\n disableAnimation: true,\r\n }}\r\n />\r\n </div>\r\n {showQuickRange && (\r\n <div className=\"flex flex-col gap-2\">\r\n <span className=\"text-sm text-muted-foreground\">\r\n {quickRangeLabel ??\r\n t(`${translationNamespace}:reports.quickRange.label`, {\r\n defaultValue: \"Quick range\",\r\n })}\r\n </span>\r\n <Select\r\n selectedKeys={quickRange ? [quickRange] : []}\r\n onChange={(e) => handleQuickRangeChange((e.target.value as QuickRangeKey) ?? null)}\r\n className=\"w-[300px]\"\r\n popoverProps={{\r\n portalContainer: document.body,\r\n }}\r\n >\r\n {quickRangeOptions.map((option) => (\r\n <SelectItem key={option.key}>{option.label}</SelectItem>\r\n ))}\r\n </Select>\r\n </div>\r\n )}\r\n </div>\r\n );\r\n};\r\n"],"mappings":";;;;;;;;;AA+BA,MAAM,kBAAkB,OAA+B,IAAI,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI;AAElG,MAAM,sBAAsB,GAAiB,MAC3C,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE;AAiC1D,MAAa,uBAAuB,EAClC,WAAW,aACX,cAAc,WACd,gBACA,iBACA,uBAAuB,gBACvB,iBAAiB,MACjB,gBAC8B;CAC9B,MAAM,EAAE,MAAM,gBAAgB;CAC9B,MAAM,EAAE,SAAS,eAAe,oBAAoB;CAEpD,MAAM,CAAC,YAAY,iBAAiB,SAA+B,KAAK;CACxE,MAAM,CAAC,gBAAgB,qBAAqB,SAAS,MAAM;CAG3D,MAAM,YAAY,cAAc;AAC9B,SAAO,uBAAuB,SAAS,SAAS;IAC/C,CAAC,SAAS,SAAS,CAAC;CAEvB,MAAM,CAAC,YAAY,iBAAiB,SAAmD,UAAU;AAEjG,iBAAgB;AACd,gBAAc,UAAU;IACvB,CAAC,UAAU,CAAC;CAIf,MAAM,oBAAoB,cAAc;EAEtC,MAAM,aADM,SAAS,KAAK,CACH,QAAQ,MAAM;EACrC,MAAM,YAAY,WAAW,QAAQ,OAAO;EAC5C,MAAM,aAAa,WAAW,QAAQ,QAAQ;EAC9C,MAAM,gBAAgB,UAAU,MAAM,EAAE,OAAO,GAAG,CAAC;EACnD,MAAM,iBAAiB,WAAW,MAAM,EAAE,QAAQ,GAAG,CAAC;EACtD,MAAM,YAAY,WAAW,QAAQ,OAAO;EAC5C,MAAM,gBAAgB,UAAU,MAAM,EAAE,OAAO,GAAG,CAAC;AAmFnD,SAjFyF;GACvF;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,4BAA4B,EAAE,cAAc,SAAS,CAAC;IACvF,OAAO;IACP,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,gCAAgC,EAC/D,cAAc,aACf,CAAC;IACF,OAAO,WAAW,MAAM,EAAE,MAAM,GAAG,CAAC;IACpC,KAAK,WAAW,MAAM,EAAE,MAAM,GAAG,CAAC;IACnC;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,4BAA4B,EAC3D,cAAc,eACf,CAAC;IACF,OAAO,WAAW,MAAM,EAAE,MAAM,GAAG,CAAC;IACpC,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,6BAA6B,EAC5D,cAAc,gBACf,CAAC;IACF,OAAO,WAAW,MAAM,EAAE,MAAM,IAAI,CAAC;IACrC,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,+BAA+B,EAC9D,cAAc,aACf,CAAC;IACF,OAAO;IACP,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,+BAA+B,EAC9D,cAAc,aACf,CAAC;IACF,OAAO;IACP,KAAK,cAAc,KAAK,EAAE,MAAM,GAAG,CAAC;IACrC;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,gCAAgC,EAC/D,cAAc,cACf,CAAC;IACF,OAAO;IACP,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,gCAAgC,EAC/D,cAAc,cACf,CAAC;IACF,OAAO;IACP,KAAK,eAAe,MAAM,QAAQ;IACnC;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,+BAA+B,EAC9D,cAAc,aACf,CAAC;IACF,OAAO;IACP,KAAK;IACN;GACD;IACE,KAAK;IACL,OAAO,EAAE,GAAG,qBAAqB,+BAA+B,EAC9D,cAAc,aACf,CAAC;IACF,OAAO;IACP,KAAK,cAAc,MAAM,OAAO;IACjC;GACF,CAEc,KAAK,SAAS;GAC3B,KAAK,IAAI;GACT,OAAO,IAAI;GACX,OAAO;IACL,OAAO,eAAe,IAAI,MAAM;IAChC,KAAK,eAAe,IAAI,IAAI;IAC7B;GACF,EAAE;IACF;EAAC;EArGa,SAAS,KAAK,CAAC,WAAW;EAqG1B;EAAqB,CAAC;AAGvC,iBAAgB;AACd,MAAI,kBAAkB,CAAC,WAAY;AAGnC,MAAI,WAAW;AACb,qBAAkB,KAAK;AACvB;;EAIF,MAAM,kBAAkB,kBAAkB,MAAM,QAAQ,IAAI,QAAQ,YAAY;AAChF,MAAI,iBAAiB;AACnB,qBAAkB,KAAK;AACvB,iBAAc,YAAY;GAG1B,MAAM,YAAY,gBAAgB,MAAM;GACxC,MAAM,UAAU,gBAAgB,MAAM;AActC,cAZiC,CAC/B,GAAI,SAAS,QAAQ,MAAM,EAAE,aAAa,YAAY,EAAE,aAAa,YAAY,IAAI,EAAE,EACvF;IACE;IACA,MAAM;IACN,QAAQ;IACR,OAAO,kBAAkB,UAAU;IACnC,SAAS,0BAA0B,QAAQ;IAC3C;IACD,CACF,CAEqB;;IAEvB;EAAC;EAAW;EAAU;EAAa;EAAmB;EAAgB;EAAW,CAAC;AAErF,iBAAgB;AAEd,MAAI,CAAC,eAAgB;AAErB,MAAI,CAAC,WAAW,SAAS,CAAC,WAAW,KAAK;AACxC,iBAAc,KAAK;AACnB;;EAGF,MAAM,QAAQ,UAAU;EACxB,MAAM,MAAM,UAAU;EAEtB,MAAM,UAAU,kBAAkB,QAC/B,WACC,mBAAmB,OAAO,MAAM,OAAO,MAAM,IAAI,mBAAmB,OAAO,MAAM,KAAK,IAAI,CAC7F;AAED,MAAI,QAAQ,WAAW,GAAG;AACxB,iBAAc,KAAK;AACnB;;AAKF,MAD4B,aAAa,QAAQ,MAAM,MAAM,EAAE,QAAQ,WAAW,GAAG,KAEnF;AAkBF,iBAdkC;GAChC;GACA;GACA;GACA;GACA;GACA;GACA;GACA;GACD,CAEU,KAAK,QAAQ,QAAQ,MAAM,MAAM,EAAE,QAAQ,IAAI,CAAC,CAAC,MAAM,MAAM,QAAQ,EAAE,CAAC,IACjF,QAAQ,KAEe,OAAO,KAAK;IACpC;EAAC;EAAW;EAAmB;EAAY;EAAe,CAAC;CAG9D,MAAM,yBAAyB,UAAwC;AACrE,MAAI,CAAC,WAAY;AAEjB,MAAI,UAAU,MAAM;GAElB,MAAM,aACJ,SAAS,QAAQ,MAAM,EAAE,aAAa,YAAY,EAAE,aAAa,YAAY,IAAI,EAAE;AACrF,yBAAsB,WAAW,WAAW,CAAC;AAC7C;;AAIF,MAAI,CAAC,MAAM,SAAS,CAAC,MAAM,IAAK;EAIhC,MAAM,YAAY,MAAM;EACxB,MAAM,UAAU,MAAM;EAEtB,MAAM,aAA2B,CAC/B,GAAI,SAAS,QAAQ,MAAM,EAAE,aAAa,YAAY,EAAE,aAAa,YAAY,IAAI,EAAE,EACvF;GACE;GACA,MAAM;GACN,QAAQ;GACR,OAAO,kBAAkB,UAAU;GACnC,SAAS,0BAA0B,QAAQ;GAC3C;GACD,CACF;AAED,wBAAsB,WAAW,WAAW,CAAC;;CAG/C,MAAM,0BAA0B,QAA8B;AAC5D,MAAI,CAAC,KAAK;AACR,iBAAc,KAAK;AACnB;;EAGF,MAAM,SAAS,kBAAkB,MAAM,QAAQ,IAAI,QAAQ,IAAI;AAC/D,MAAI,CAAC,OAAQ;AAEb,gBAAc,IAAI;AAClB,wBAAsB;GACpB,OAAO,OAAO,MAAM;GACpB,KAAK,OAAO,MAAM;GACnB,CAAC;;AAGJ,QACE,qBAAC,OAAD;EAAK,WAAW,uBAAuB,aAAa;YAApD,CACE,qBAAC,OAAD;GAAK,WAAU;aAAf,CACE,oBAAC,QAAD;IAAM,WAAU;cACb,kBACC,EAAE,GAAG,qBAAqB,qBAAqB,EAAE,cAAc,cAAc,CAAC;IAC3E,CAAA,EACP,oBAAC,iBAAD;IACE,cAAW;IACX,OAAQ,cAAsB,KAAA;IAC9B,UAAU;IACV,cAAc;AACZ,SAAI,eAAe,KAAA,EACjB,uBAAsB,WAAW;;IAGrC,WAAU;IACV,aAAY;IACZ,yBAAA;IACA,UAAU,MAAM,kBAAkB,CAAC;IACnC,cAAc;KACZ,iBAAiB,SAAS;KAC1B,kBAAkB;KACnB;IACD,CAAA,CACE;MACL,kBACC,qBAAC,OAAD;GAAK,WAAU;aAAf,CACE,oBAAC,QAAD;IAAM,WAAU;cACb,mBACC,EAAE,GAAG,qBAAqB,4BAA4B,EACpD,cAAc,eACf,CAAC;IACC,CAAA,EACP,oBAAC,QAAD;IACE,cAAc,aAAa,CAAC,WAAW,GAAG,EAAE;IAC5C,WAAW,MAAM,uBAAwB,EAAE,OAAO,SAA2B,KAAK;IAClF,WAAU;IACV,cAAc,EACZ,iBAAiB,SAAS,MAC3B;cAEA,kBAAkB,KAAK,WACtB,oBAAC,YAAD,EAAA,UAA8B,OAAO,OAAmB,EAAvC,OAAO,IAAgC,CACxD;IACK,CAAA,CACL;KAEJ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/modules/auth/components/ResetPasswordForm.d.ts
|
|
4
|
+
declare function ResetPasswordForm(): _$react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { ResetPasswordForm };
|
|
7
|
+
//# sourceMappingURL=ResetPasswordForm.d.mts.map
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Button, Card, CardBody, CardHeader, Input } from "@heroui/react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useTranslation } from "react-i18next";
|
|
4
|
+
import { Link as Link$1, useSearchParams } from "react-router";
|
|
5
|
+
import { toast } from "sonner";
|
|
6
|
+
import { useForm } from "react-hook-form";
|
|
7
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
8
|
+
//#region src/modules/auth/components/ResetPasswordForm.tsx
|
|
9
|
+
function ResetPasswordForm() {
|
|
10
|
+
const { t } = useTranslation();
|
|
11
|
+
const { register, handleSubmit, setError, formState: { errors } } = useForm();
|
|
12
|
+
const [searchParams] = useSearchParams();
|
|
13
|
+
const token = searchParams.get("token");
|
|
14
|
+
const onSubmit = (data) => {
|
|
15
|
+
if (data.password !== data.confirmPassword) {
|
|
16
|
+
setError("confirmPassword", { message: t("web-ui:auth.resetPassword.passwordMismatch") });
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
if (!token) throw new Error(t("web-ui:auth.resetPassword.tokenRequired"));
|
|
20
|
+
authClient.resetPassword({
|
|
21
|
+
newPassword: data.password,
|
|
22
|
+
token
|
|
23
|
+
}).then(() => {
|
|
24
|
+
toast.success(t("web-ui:auth.resetPassword.success"));
|
|
25
|
+
}).catch(() => {
|
|
26
|
+
toast.error(t("web-ui:auth.resetPassword.error"));
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
30
|
+
className: "flex flex-col gap-6",
|
|
31
|
+
children: [/* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
|
|
32
|
+
className: "text-center flex flex-col gap-1",
|
|
33
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
34
|
+
className: "text-xl font-semibold",
|
|
35
|
+
children: t("web-ui:auth.resetPassword.title")
|
|
36
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
37
|
+
className: "text-sm text-default-600",
|
|
38
|
+
children: t("web-ui:auth.resetPassword.description")
|
|
39
|
+
})]
|
|
40
|
+
}), /* @__PURE__ */ jsx(CardBody, {
|
|
41
|
+
className: "gap-6",
|
|
42
|
+
children: /* @__PURE__ */ jsxs("form", {
|
|
43
|
+
onSubmit: handleSubmit(onSubmit),
|
|
44
|
+
className: "grid gap-6",
|
|
45
|
+
children: [
|
|
46
|
+
/* @__PURE__ */ jsxs("div", {
|
|
47
|
+
className: "grid gap-2",
|
|
48
|
+
children: [/* @__PURE__ */ jsx(Input, {
|
|
49
|
+
labelPlacement: "outside",
|
|
50
|
+
label: t("web-ui:auth.resetPassword.newPassword"),
|
|
51
|
+
placeholder: t("web-ui:auth.resetPassword.newPassword"),
|
|
52
|
+
type: "password",
|
|
53
|
+
variant: "bordered",
|
|
54
|
+
isRequired: true,
|
|
55
|
+
...register("password", { required: t("web-ui:auth.resetPassword.passwordRequired") })
|
|
56
|
+
}), errors.password && /* @__PURE__ */ jsx("span", {
|
|
57
|
+
className: "text-red-500 text-xs",
|
|
58
|
+
children: errors.password.message
|
|
59
|
+
})]
|
|
60
|
+
}),
|
|
61
|
+
/* @__PURE__ */ jsxs("div", {
|
|
62
|
+
className: "grid gap-2",
|
|
63
|
+
children: [/* @__PURE__ */ jsx(Input, {
|
|
64
|
+
labelPlacement: "outside",
|
|
65
|
+
label: t("web-ui:auth.resetPassword.confirmPassword"),
|
|
66
|
+
placeholder: t("web-ui:auth.resetPassword.confirmPassword"),
|
|
67
|
+
type: "password",
|
|
68
|
+
variant: "bordered",
|
|
69
|
+
isRequired: true,
|
|
70
|
+
...register("confirmPassword", { required: t("web-ui:auth.resetPassword.confirmPasswordRequired") })
|
|
71
|
+
}), errors.confirmPassword && /* @__PURE__ */ jsx("span", {
|
|
72
|
+
className: "text-red-500 text-xs",
|
|
73
|
+
children: errors.confirmPassword.message
|
|
74
|
+
})]
|
|
75
|
+
}),
|
|
76
|
+
/* @__PURE__ */ jsx(Button, {
|
|
77
|
+
type: "submit",
|
|
78
|
+
className: "w-full",
|
|
79
|
+
color: "primary",
|
|
80
|
+
children: t("web-ui:auth.resetPassword.button")
|
|
81
|
+
})
|
|
82
|
+
]
|
|
83
|
+
})
|
|
84
|
+
})] }), /* @__PURE__ */ jsxs("div", {
|
|
85
|
+
className: "text-center text-xs text-muted-foreground",
|
|
86
|
+
children: [
|
|
87
|
+
t("web-ui:auth.forgotPassword.rememberPassword"),
|
|
88
|
+
" ",
|
|
89
|
+
/* @__PURE__ */ jsx(Link$1, {
|
|
90
|
+
to: "/login",
|
|
91
|
+
className: "underline underline-offset-4 hover:text-primary",
|
|
92
|
+
children: t("web-ui:auth.login.button")
|
|
93
|
+
})
|
|
94
|
+
]
|
|
95
|
+
})]
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
//#endregion
|
|
99
|
+
export { ResetPasswordForm };
|
|
100
|
+
|
|
101
|
+
//# sourceMappingURL=ResetPasswordForm.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResetPasswordForm.mjs","names":["Link"],"sources":["../../../../../src/modules/auth/components/ResetPasswordForm.tsx"],"sourcesContent":["import { Button, Card, CardBody, CardHeader, Input } from \"@heroui/react\";\r\nimport { authClient } from \"@m5kdev/frontend/modules/auth/auth.lib\";\r\nimport { type SubmitHandler, useForm } from \"react-hook-form\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { Link, useSearchParams } from \"react-router\";\r\nimport { toast } from \"sonner\";\r\n\r\ntype Inputs = {\r\n password: string;\r\n confirmPassword: string;\r\n};\r\n\r\nexport function ResetPasswordForm() {\r\n const { t } = useTranslation();\r\n const {\r\n register,\r\n handleSubmit,\r\n setError,\r\n formState: { errors },\r\n } = useForm<Inputs>();\r\n const [searchParams] = useSearchParams();\r\n const token = searchParams.get(\"token\");\r\n\r\n const onSubmit: SubmitHandler<Inputs> = (data) => {\r\n if (data.password !== data.confirmPassword) {\r\n setError(\"confirmPassword\", { message: t(\"web-ui:auth.resetPassword.passwordMismatch\") });\r\n return;\r\n }\r\n\r\n if (!token) {\r\n throw new Error(t(\"web-ui:auth.resetPassword.tokenRequired\"));\r\n }\r\n\r\n authClient\r\n .resetPassword({\r\n newPassword: data.password,\r\n token,\r\n })\r\n .then(() => {\r\n toast.success(t(\"web-ui:auth.resetPassword.success\"));\r\n // Optionally, redirect\r\n })\r\n .catch(() => {\r\n toast.error(t(\"web-ui:auth.resetPassword.error\"));\r\n });\r\n };\r\n\r\n return (\r\n <div className=\"flex flex-col gap-6\">\r\n <Card>\r\n <CardHeader className=\"text-center flex flex-col gap-1\">\r\n <h2 className=\"text-xl font-semibold\">{t(\"web-ui:auth.resetPassword.title\")}</h2>\r\n <p className=\"text-sm text-default-600\">{t(\"web-ui:auth.resetPassword.description\")}</p>\r\n </CardHeader>\r\n <CardBody className=\"gap-6\">\r\n <form onSubmit={handleSubmit(onSubmit)} className=\"grid gap-6\">\r\n <div className=\"grid gap-2\">\r\n <Input\r\n labelPlacement=\"outside\"\r\n label={t(\"web-ui:auth.resetPassword.newPassword\")}\r\n placeholder={t(\"web-ui:auth.resetPassword.newPassword\")}\r\n type=\"password\"\r\n variant=\"bordered\"\r\n isRequired\r\n {...register(\"password\", {\r\n required: t(\"web-ui:auth.resetPassword.passwordRequired\"),\r\n })}\r\n />\r\n {errors.password && (\r\n <span className=\"text-red-500 text-xs\">{errors.password.message}</span>\r\n )}\r\n </div>\r\n <div className=\"grid gap-2\">\r\n <Input\r\n labelPlacement=\"outside\"\r\n label={t(\"web-ui:auth.resetPassword.confirmPassword\")}\r\n placeholder={t(\"web-ui:auth.resetPassword.confirmPassword\")}\r\n type=\"password\"\r\n variant=\"bordered\"\r\n isRequired\r\n {...register(\"confirmPassword\", {\r\n required: t(\"web-ui:auth.resetPassword.confirmPasswordRequired\"),\r\n })}\r\n />\r\n {errors.confirmPassword && (\r\n <span className=\"text-red-500 text-xs\">{errors.confirmPassword.message}</span>\r\n )}\r\n </div>\r\n <Button type=\"submit\" className=\"w-full\" color=\"primary\">\r\n {t(\"web-ui:auth.resetPassword.button\")}\r\n </Button>\r\n </form>\r\n </CardBody>\r\n </Card>\r\n <div className=\"text-center text-xs text-muted-foreground\">\r\n {t(\"web-ui:auth.forgotPassword.rememberPassword\")}{\" \"}\r\n <Link to=\"/login\" className=\"underline underline-offset-4 hover:text-primary\">\r\n {t(\"web-ui:auth.login.button\")}\r\n </Link>\r\n </div>\r\n </div>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;AAYA,SAAgB,oBAAoB;CAClC,MAAM,EAAE,MAAM,gBAAgB;CAC9B,MAAM,EACJ,UACA,cACA,UACA,WAAW,EAAE,aACX,SAAiB;CACrB,MAAM,CAAC,gBAAgB,iBAAiB;CACxC,MAAM,QAAQ,aAAa,IAAI,QAAQ;CAEvC,MAAM,YAAmC,SAAS;AAChD,MAAI,KAAK,aAAa,KAAK,iBAAiB;AAC1C,YAAS,mBAAmB,EAAE,SAAS,EAAE,6CAA6C,EAAE,CAAC;AACzF;;AAGF,MAAI,CAAC,MACH,OAAM,IAAI,MAAM,EAAE,0CAA0C,CAAC;AAG/D,aACG,cAAc;GACb,aAAa,KAAK;GAClB;GACD,CAAC,CACD,WAAW;AACV,SAAM,QAAQ,EAAE,oCAAoC,CAAC;IAErD,CACD,YAAY;AACX,SAAM,MAAM,EAAE,kCAAkC,CAAC;IACjD;;AAGN,QACE,qBAAC,OAAD;EAAK,WAAU;YAAf,CACE,qBAAC,MAAD,EAAA,UAAA,CACE,qBAAC,YAAD;GAAY,WAAU;aAAtB,CACE,oBAAC,MAAD;IAAI,WAAU;cAAyB,EAAE,kCAAkC;IAAM,CAAA,EACjF,oBAAC,KAAD;IAAG,WAAU;cAA4B,EAAE,wCAAwC;IAAK,CAAA,CAC7E;MACb,oBAAC,UAAD;GAAU,WAAU;aAClB,qBAAC,QAAD;IAAM,UAAU,aAAa,SAAS;IAAE,WAAU;cAAlD;KACE,qBAAC,OAAD;MAAK,WAAU;gBAAf,CACE,oBAAC,OAAD;OACE,gBAAe;OACf,OAAO,EAAE,wCAAwC;OACjD,aAAa,EAAE,wCAAwC;OACvD,MAAK;OACL,SAAQ;OACR,YAAA;OACA,GAAI,SAAS,YAAY,EACvB,UAAU,EAAE,6CAA6C,EAC1D,CAAC;OACF,CAAA,EACD,OAAO,YACN,oBAAC,QAAD;OAAM,WAAU;iBAAwB,OAAO,SAAS;OAAe,CAAA,CAErE;;KACN,qBAAC,OAAD;MAAK,WAAU;gBAAf,CACE,oBAAC,OAAD;OACE,gBAAe;OACf,OAAO,EAAE,4CAA4C;OACrD,aAAa,EAAE,4CAA4C;OAC3D,MAAK;OACL,SAAQ;OACR,YAAA;OACA,GAAI,SAAS,mBAAmB,EAC9B,UAAU,EAAE,oDAAoD,EACjE,CAAC;OACF,CAAA,EACD,OAAO,mBACN,oBAAC,QAAD;OAAM,WAAU;iBAAwB,OAAO,gBAAgB;OAAe,CAAA,CAE5E;;KACN,oBAAC,QAAD;MAAQ,MAAK;MAAS,WAAU;MAAS,OAAM;gBAC5C,EAAE,mCAAmC;MAC/B,CAAA;KACJ;;GACE,CAAA,CACN,EAAA,CAAA,EACP,qBAAC,OAAD;GAAK,WAAU;aAAf;IACG,EAAE,8CAA8C;IAAE;IACnD,oBAACA,QAAD;KAAM,IAAG;KAAS,WAAU;eACzB,EAAE,2BAA2B;KACzB,CAAA;IACH;KACF"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/modules/auth/components/ResetPasswordRoute.d.ts
|
|
4
|
+
declare function ResetPasswordRoute(): _$react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { ResetPasswordRoute };
|
|
7
|
+
//# sourceMappingURL=ResetPasswordRoute.d.mts.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ResetPasswordForm } from "./ResetPasswordForm.mjs";
|
|
2
|
+
import { Card, CardBody, CardHeader } from "@heroui/react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { useTranslation } from "react-i18next";
|
|
5
|
+
import { Link as Link$1 } from "react-router";
|
|
6
|
+
//#region src/modules/auth/components/ResetPasswordRoute.tsx
|
|
7
|
+
function ResetPasswordRoute() {
|
|
8
|
+
const { t } = useTranslation();
|
|
9
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
10
|
+
className: "flex flex-col gap-6",
|
|
11
|
+
children: [/* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
|
|
12
|
+
className: "text-center flex flex-col gap-1",
|
|
13
|
+
children: [/* @__PURE__ */ jsx("h2", {
|
|
14
|
+
className: "text-xl font-semibold",
|
|
15
|
+
children: t("web-ui:auth.resetPassword.title")
|
|
16
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
17
|
+
className: "text-sm text-default-600",
|
|
18
|
+
children: t("web-ui:auth.resetPassword.description")
|
|
19
|
+
})]
|
|
20
|
+
}), /* @__PURE__ */ jsx(CardBody, { children: /* @__PURE__ */ jsx(ResetPasswordForm, {}) })] }), /* @__PURE__ */ jsxs("div", {
|
|
21
|
+
className: "text-center text-xs text-muted-foreground",
|
|
22
|
+
children: [
|
|
23
|
+
t("web-ui:auth.forgotPassword.rememberPassword"),
|
|
24
|
+
" ",
|
|
25
|
+
/* @__PURE__ */ jsx(Link$1, {
|
|
26
|
+
to: "/login",
|
|
27
|
+
className: "underline underline-offset-4 hover:text-primary",
|
|
28
|
+
children: t("web-ui:auth.login.button")
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
})]
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
//#endregion
|
|
35
|
+
export { ResetPasswordRoute };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=ResetPasswordRoute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResetPasswordRoute.mjs","names":["Link"],"sources":["../../../../../src/modules/auth/components/ResetPasswordRoute.tsx"],"sourcesContent":["import { Card, CardBody, CardHeader } from \"@heroui/react\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { Link } from \"react-router\";\r\nimport { ResetPasswordForm } from \"./ResetPasswordForm\";\r\n\r\nexport function ResetPasswordRoute() {\r\n const { t } = useTranslation();\r\n return (\r\n <div className=\"flex flex-col gap-6\">\r\n <Card>\r\n <CardHeader className=\"text-center flex flex-col gap-1\">\r\n <h2 className=\"text-xl font-semibold\">{t(\"web-ui:auth.resetPassword.title\")}</h2>\r\n <p className=\"text-sm text-default-600\">{t(\"web-ui:auth.resetPassword.description\")}</p>\r\n </CardHeader>\r\n <CardBody>\r\n <ResetPasswordForm />\r\n </CardBody>\r\n </Card>\r\n <div className=\"text-center text-xs text-muted-foreground\">\r\n {t(\"web-ui:auth.forgotPassword.rememberPassword\")}{\" \"}\r\n <Link to=\"/login\" className=\"underline underline-offset-4 hover:text-primary\">\r\n {t(\"web-ui:auth.login.button\")}\r\n </Link>\r\n </div>\r\n </div>\r\n );\r\n}\r\n"],"mappings":";;;;;;AAKA,SAAgB,qBAAqB;CACnC,MAAM,EAAE,MAAM,gBAAgB;AAC9B,QACE,qBAAC,OAAD;EAAK,WAAU;YAAf,CACE,qBAAC,MAAD,EAAA,UAAA,CACE,qBAAC,YAAD;GAAY,WAAU;aAAtB,CACE,oBAAC,MAAD;IAAI,WAAU;cAAyB,EAAE,kCAAkC;IAAM,CAAA,EACjF,oBAAC,KAAD;IAAG,WAAU;cAA4B,EAAE,wCAAwC;IAAK,CAAA,CAC7E;MACb,oBAAC,UAAD,EAAA,UACE,oBAAC,mBAAD,EAAqB,CAAA,EACZ,CAAA,CACN,EAAA,CAAA,EACP,qBAAC,OAAD;GAAK,WAAU;aAAf;IACG,EAAE,8CAA8C;IAAE;IACnD,oBAACA,QAAD;KAAM,IAAG;KAAS,WAAU;eACzB,EAAE,2BAA2B;KACzB,CAAA;IACH;KACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/modules/auth/components/SignupFormRoute.d.ts
|
|
4
|
+
declare function SignupForm({
|
|
5
|
+
code,
|
|
6
|
+
email,
|
|
7
|
+
waitlist
|
|
8
|
+
}: {
|
|
9
|
+
code?: string | null;
|
|
10
|
+
email?: string | null;
|
|
11
|
+
waitlist?: boolean;
|
|
12
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { SignupForm };
|
|
15
|
+
//# sourceMappingURL=SignupFormRoute.d.mts.map
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { useState } from "react";
|
|
2
|
+
import { Alert, Button, Input } from "@heroui/react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { useTranslation } from "react-i18next";
|
|
5
|
+
import { useNavigate } from "react-router";
|
|
6
|
+
import { toast } from "sonner";
|
|
7
|
+
import { useForm } from "react-hook-form";
|
|
8
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
9
|
+
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
10
|
+
//#region src/modules/auth/components/SignupFormRoute.tsx
|
|
11
|
+
function getEmailProviderUrl(email) {
|
|
12
|
+
const domain = email.split("@")[1]?.toLowerCase();
|
|
13
|
+
if (!domain) return null;
|
|
14
|
+
const EMAIL_URLS = {
|
|
15
|
+
GMAIL: "https://mail.google.com/mail/u/0/#inbox",
|
|
16
|
+
OUTLOOK: "https://outlook.live.com/mail/0/inbox",
|
|
17
|
+
YAHOO: "https://mail.yahoo.com",
|
|
18
|
+
ICLOUD: "https://www.icloud.com/mail",
|
|
19
|
+
PROTON: "https://mail.proton.me"
|
|
20
|
+
};
|
|
21
|
+
return {
|
|
22
|
+
"gmail.com": EMAIL_URLS.GMAIL,
|
|
23
|
+
"googlemail.com": EMAIL_URLS.GMAIL,
|
|
24
|
+
"outlook.com": EMAIL_URLS.OUTLOOK,
|
|
25
|
+
"hotmail.com": EMAIL_URLS.OUTLOOK,
|
|
26
|
+
"live.com": EMAIL_URLS.OUTLOOK,
|
|
27
|
+
"msn.com": EMAIL_URLS.OUTLOOK,
|
|
28
|
+
"yahoo.com": EMAIL_URLS.YAHOO,
|
|
29
|
+
"yahoo.co.uk": EMAIL_URLS.YAHOO,
|
|
30
|
+
"yahoo.fr": EMAIL_URLS.YAHOO,
|
|
31
|
+
"ymail.com": EMAIL_URLS.YAHOO,
|
|
32
|
+
"icloud.com": EMAIL_URLS.ICLOUD,
|
|
33
|
+
"me.com": EMAIL_URLS.ICLOUD,
|
|
34
|
+
"mac.com": EMAIL_URLS.ICLOUD,
|
|
35
|
+
"protonmail.com": EMAIL_URLS.PROTON,
|
|
36
|
+
"proton.me": EMAIL_URLS.PROTON
|
|
37
|
+
}[domain] || null;
|
|
38
|
+
}
|
|
39
|
+
function SignupForm({ code, email, waitlist }) {
|
|
40
|
+
const { t } = useTranslation();
|
|
41
|
+
const [status, setStatus] = useState("start");
|
|
42
|
+
const [userEmail, setUserEmail] = useState(email || "");
|
|
43
|
+
const { registerSession } = useSession();
|
|
44
|
+
const navigate = useNavigate();
|
|
45
|
+
const { register, handleSubmit, formState: { errors } } = useForm();
|
|
46
|
+
const onSubmit = (data) => {
|
|
47
|
+
console.log(data);
|
|
48
|
+
setStatus("busy");
|
|
49
|
+
setUserEmail(data.email);
|
|
50
|
+
authClient.signUp.email({
|
|
51
|
+
name: data.email,
|
|
52
|
+
email: data.email,
|
|
53
|
+
password: data.password
|
|
54
|
+
}, { headers: { "Waitlist-Invitation-Code": code || "" } }).then((result) => {
|
|
55
|
+
console.log(result);
|
|
56
|
+
if (result.error) {
|
|
57
|
+
toast.error(t("web-ui:auth.errors.invitationCodeInvalid"));
|
|
58
|
+
setStatus("start");
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
if (waitlist) authClient.signIn.email({
|
|
62
|
+
email: data.email,
|
|
63
|
+
password: data.password
|
|
64
|
+
}).then((res) => {
|
|
65
|
+
console.log(res);
|
|
66
|
+
if (res.data?.user) registerSession(() => {
|
|
67
|
+
navigate("/");
|
|
68
|
+
});
|
|
69
|
+
else if (res.error) toast.error(t("web-ui:auth.errors.authentication"), { description: res.error.message });
|
|
70
|
+
}).catch((error) => {
|
|
71
|
+
toast.error(t("web-ui:auth.errors.server"), { description: error.message });
|
|
72
|
+
});
|
|
73
|
+
else setStatus("done");
|
|
74
|
+
}).catch((error) => {
|
|
75
|
+
toast.error(error.message);
|
|
76
|
+
setStatus("start");
|
|
77
|
+
});
|
|
78
|
+
};
|
|
79
|
+
if (status === "done") {
|
|
80
|
+
const emailProviderUrl = userEmail ? getEmailProviderUrl(userEmail) : null;
|
|
81
|
+
return /* @__PURE__ */ jsx(Alert, {
|
|
82
|
+
color: "primary",
|
|
83
|
+
variant: "faded",
|
|
84
|
+
title: t("web-ui:auth.signup.verificationEmailSent.title"),
|
|
85
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
86
|
+
className: "mt-2",
|
|
87
|
+
children: [t("web-ui:auth.signup.verificationEmailSent.description"), emailProviderUrl && /* @__PURE__ */ jsx("div", {
|
|
88
|
+
className: "mt-3",
|
|
89
|
+
children: /* @__PURE__ */ jsx("a", {
|
|
90
|
+
href: emailProviderUrl,
|
|
91
|
+
target: "_blank",
|
|
92
|
+
rel: "noopener noreferrer",
|
|
93
|
+
className: "font-medium underline underline-offset-4 hover:opacity-80 transition-opacity",
|
|
94
|
+
children: t("web-ui:auth.signup.verificationEmailSent.openEmail")
|
|
95
|
+
})
|
|
96
|
+
})]
|
|
97
|
+
})
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
return /* @__PURE__ */ jsxs("form", {
|
|
101
|
+
onSubmit: handleSubmit(onSubmit),
|
|
102
|
+
className: "grid gap-6",
|
|
103
|
+
children: [
|
|
104
|
+
/* @__PURE__ */ jsxs("div", {
|
|
105
|
+
className: "grid gap-2",
|
|
106
|
+
children: [/* @__PURE__ */ jsx(Input, {
|
|
107
|
+
labelPlacement: "outside",
|
|
108
|
+
label: t("web-ui:auth.login.email"),
|
|
109
|
+
type: "email",
|
|
110
|
+
placeholder: t("web-ui:auth.login.placeholder.email"),
|
|
111
|
+
variant: "bordered",
|
|
112
|
+
isRequired: true,
|
|
113
|
+
isDisabled: !!email,
|
|
114
|
+
defaultValue: email ?? "",
|
|
115
|
+
...register("email", { required: true })
|
|
116
|
+
}), errors.email && /* @__PURE__ */ jsx("span", {
|
|
117
|
+
className: "text-red-500 text-xs",
|
|
118
|
+
children: t("web-ui:auth.signup.emailRequired")
|
|
119
|
+
})]
|
|
120
|
+
}),
|
|
121
|
+
/* @__PURE__ */ jsxs("div", {
|
|
122
|
+
className: "grid gap-2",
|
|
123
|
+
children: [/* @__PURE__ */ jsx(Input, {
|
|
124
|
+
labelPlacement: "outside",
|
|
125
|
+
label: t("web-ui:auth.login.password"),
|
|
126
|
+
placeholder: t("web-ui:auth.login.password"),
|
|
127
|
+
type: "password",
|
|
128
|
+
variant: "bordered",
|
|
129
|
+
isRequired: true,
|
|
130
|
+
...register("password", { required: true })
|
|
131
|
+
}), errors.password && /* @__PURE__ */ jsx("span", {
|
|
132
|
+
className: "text-red-500 text-xs",
|
|
133
|
+
children: t("web-ui:auth.signup.passwordRequired")
|
|
134
|
+
})]
|
|
135
|
+
}),
|
|
136
|
+
/* @__PURE__ */ jsx(Button, {
|
|
137
|
+
type: "submit",
|
|
138
|
+
className: "w-full",
|
|
139
|
+
color: "primary",
|
|
140
|
+
isDisabled: status === "busy",
|
|
141
|
+
children: status === "busy" ? t("web-ui:auth.signup.signingUp") : t("web-ui:auth.signup.button")
|
|
142
|
+
})
|
|
143
|
+
]
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
//#endregion
|
|
147
|
+
export { SignupForm };
|
|
148
|
+
|
|
149
|
+
//# sourceMappingURL=SignupFormRoute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignupFormRoute.mjs","names":[],"sources":["../../../../../src/modules/auth/components/SignupFormRoute.tsx"],"sourcesContent":["import { Alert, Button, Input } from \"@heroui/react\";\r\nimport { authClient } from \"@m5kdev/frontend/modules/auth/auth.lib\";\r\nimport { useSession } from \"@m5kdev/frontend/modules/auth/hooks/useSession\";\r\nimport { useState } from \"react\";\r\nimport { type SubmitHandler, useForm } from \"react-hook-form\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { useNavigate } from \"react-router\";\r\nimport { toast } from \"sonner\";\r\n\r\ntype Inputs = {\r\n email: string;\r\n password: string;\r\n};\r\n\r\nfunction getEmailProviderUrl(email: string): string | null {\r\n const domain = email.split(\"@\")[1]?.toLowerCase();\r\n if (!domain) return null;\r\n\r\n const EMAIL_URLS = {\r\n GMAIL: \"https://mail.google.com/mail/u/0/#inbox\",\r\n OUTLOOK: \"https://outlook.live.com/mail/0/inbox\",\r\n YAHOO: \"https://mail.yahoo.com\",\r\n ICLOUD: \"https://www.icloud.com/mail\",\r\n PROTON: \"https://mail.proton.me\",\r\n } as const;\r\n\r\n const domainMap: Record<string, string> = {\r\n \"gmail.com\": EMAIL_URLS.GMAIL,\r\n \"googlemail.com\": EMAIL_URLS.GMAIL,\r\n \"outlook.com\": EMAIL_URLS.OUTLOOK,\r\n \"hotmail.com\": EMAIL_URLS.OUTLOOK,\r\n \"live.com\": EMAIL_URLS.OUTLOOK,\r\n \"msn.com\": EMAIL_URLS.OUTLOOK,\r\n \"yahoo.com\": EMAIL_URLS.YAHOO,\r\n \"yahoo.co.uk\": EMAIL_URLS.YAHOO,\r\n \"yahoo.fr\": EMAIL_URLS.YAHOO,\r\n \"ymail.com\": EMAIL_URLS.YAHOO,\r\n \"icloud.com\": EMAIL_URLS.ICLOUD,\r\n \"me.com\": EMAIL_URLS.ICLOUD,\r\n \"mac.com\": EMAIL_URLS.ICLOUD,\r\n \"protonmail.com\": EMAIL_URLS.PROTON,\r\n \"proton.me\": EMAIL_URLS.PROTON,\r\n };\r\n\r\n return domainMap[domain] || null;\r\n}\r\n\r\nexport function SignupForm({\r\n code,\r\n email,\r\n waitlist,\r\n}: {\r\n code?: string | null;\r\n email?: string | null;\r\n waitlist?: boolean;\r\n}) {\r\n const { t } = useTranslation();\r\n const [status, setStatus] = useState(\"start\");\r\n const [userEmail, setUserEmail] = useState<string>(email || \"\");\r\n const { registerSession } = useSession();\r\n const navigate = useNavigate();\r\n const {\r\n register,\r\n handleSubmit,\r\n formState: { errors },\r\n } = useForm<Inputs>();\r\n\r\n const onSubmit: SubmitHandler<Inputs> = (data) => {\r\n console.log(data);\r\n setStatus(\"busy\");\r\n setUserEmail(data.email);\r\n\r\n authClient.signUp\r\n .email(\r\n {\r\n name: data.email,\r\n email: data.email,\r\n password: data.password,\r\n },\r\n {\r\n headers: {\r\n \"Waitlist-Invitation-Code\": code || \"\",\r\n },\r\n }\r\n )\r\n .then((result) => {\r\n console.log(result);\r\n if (result.error) {\r\n toast.error(t(\"web-ui:auth.errors.invitationCodeInvalid\"));\r\n setStatus(\"start\");\r\n return;\r\n }\r\n if (waitlist) {\r\n authClient.signIn\r\n .email({\r\n email: data.email,\r\n password: data.password,\r\n })\r\n .then((res) => {\r\n console.log(res);\r\n if (res.data?.user) {\r\n registerSession(() => {\r\n navigate(\"/\");\r\n });\r\n } else if (res.error) {\r\n toast.error(t(\"web-ui:auth.errors.authentication\"), {\r\n description: res.error.message,\r\n });\r\n }\r\n })\r\n .catch((error) => {\r\n toast.error(t(\"web-ui:auth.errors.server\"), {\r\n description: error.message,\r\n });\r\n });\r\n } else setStatus(\"done\");\r\n })\r\n .catch((error) => {\r\n toast.error(error.message);\r\n setStatus(\"start\");\r\n });\r\n };\r\n\r\n if (status === \"done\") {\r\n const emailProviderUrl = userEmail ? getEmailProviderUrl(userEmail) : null;\r\n\r\n return (\r\n <Alert\r\n color=\"primary\"\r\n variant=\"faded\"\r\n title={t(\"web-ui:auth.signup.verificationEmailSent.title\")}\r\n >\r\n <div className=\"mt-2\">\r\n {t(\"web-ui:auth.signup.verificationEmailSent.description\")}\r\n {emailProviderUrl && (\r\n <div className=\"mt-3\">\r\n <a\r\n href={emailProviderUrl}\r\n target=\"_blank\"\r\n rel=\"noopener noreferrer\"\r\n className=\"font-medium underline underline-offset-4 hover:opacity-80 transition-opacity\"\r\n >\r\n {t(\"web-ui:auth.signup.verificationEmailSent.openEmail\")}\r\n </a>\r\n </div>\r\n )}\r\n </div>\r\n </Alert>\r\n );\r\n }\r\n\r\n return (\r\n <form onSubmit={handleSubmit(onSubmit)} className=\"grid gap-6\">\r\n <div className=\"grid gap-2\">\r\n <Input\r\n labelPlacement=\"outside\"\r\n label={t(\"web-ui:auth.login.email\")}\r\n type=\"email\"\r\n placeholder={t(\"web-ui:auth.login.placeholder.email\")}\r\n variant=\"bordered\"\r\n isRequired\r\n isDisabled={!!email}\r\n defaultValue={email ?? \"\"}\r\n {...register(\"email\", { required: true })}\r\n />\r\n {errors.email && (\r\n <span className=\"text-red-500 text-xs\">{t(\"web-ui:auth.signup.emailRequired\")}</span>\r\n )}\r\n </div>\r\n <div className=\"grid gap-2\">\r\n <Input\r\n labelPlacement=\"outside\"\r\n label={t(\"web-ui:auth.login.password\")}\r\n placeholder={t(\"web-ui:auth.login.password\")}\r\n type=\"password\"\r\n variant=\"bordered\"\r\n isRequired\r\n {...register(\"password\", { required: true })}\r\n />\r\n {errors.password && (\r\n <span className=\"text-red-500 text-xs\">{t(\"web-ui:auth.signup.passwordRequired\")}</span>\r\n )}\r\n </div>\r\n <Button type=\"submit\" className=\"w-full\" color=\"primary\" isDisabled={status === \"busy\"}>\r\n {status === \"busy\" ? t(\"web-ui:auth.signup.signingUp\") : t(\"web-ui:auth.signup.button\")}\r\n </Button>\r\n </form>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;;;AAcA,SAAS,oBAAoB,OAA8B;CACzD,MAAM,SAAS,MAAM,MAAM,IAAI,CAAC,IAAI,aAAa;AACjD,KAAI,CAAC,OAAQ,QAAO;CAEpB,MAAM,aAAa;EACjB,OAAO;EACP,SAAS;EACT,OAAO;EACP,QAAQ;EACR,QAAQ;EACT;AAoBD,QAlB0C;EACxC,aAAa,WAAW;EACxB,kBAAkB,WAAW;EAC7B,eAAe,WAAW;EAC1B,eAAe,WAAW;EAC1B,YAAY,WAAW;EACvB,WAAW,WAAW;EACtB,aAAa,WAAW;EACxB,eAAe,WAAW;EAC1B,YAAY,WAAW;EACvB,aAAa,WAAW;EACxB,cAAc,WAAW;EACzB,UAAU,WAAW;EACrB,WAAW,WAAW;EACtB,kBAAkB,WAAW;EAC7B,aAAa,WAAW;EACzB,CAEgB,WAAW;;AAG9B,SAAgB,WAAW,EACzB,MACA,OACA,YAKC;CACD,MAAM,EAAE,MAAM,gBAAgB;CAC9B,MAAM,CAAC,QAAQ,aAAa,SAAS,QAAQ;CAC7C,MAAM,CAAC,WAAW,gBAAgB,SAAiB,SAAS,GAAG;CAC/D,MAAM,EAAE,oBAAoB,YAAY;CACxC,MAAM,WAAW,aAAa;CAC9B,MAAM,EACJ,UACA,cACA,WAAW,EAAE,aACX,SAAiB;CAErB,MAAM,YAAmC,SAAS;AAChD,UAAQ,IAAI,KAAK;AACjB,YAAU,OAAO;AACjB,eAAa,KAAK,MAAM;AAExB,aAAW,OACR,MACC;GACE,MAAM,KAAK;GACX,OAAO,KAAK;GACZ,UAAU,KAAK;GAChB,EACD,EACE,SAAS,EACP,4BAA4B,QAAQ,IACrC,EACF,CACF,CACA,MAAM,WAAW;AAChB,WAAQ,IAAI,OAAO;AACnB,OAAI,OAAO,OAAO;AAChB,UAAM,MAAM,EAAE,2CAA2C,CAAC;AAC1D,cAAU,QAAQ;AAClB;;AAEF,OAAI,SACF,YAAW,OACR,MAAM;IACL,OAAO,KAAK;IACZ,UAAU,KAAK;IAChB,CAAC,CACD,MAAM,QAAQ;AACb,YAAQ,IAAI,IAAI;AAChB,QAAI,IAAI,MAAM,KACZ,uBAAsB;AACpB,cAAS,IAAI;MACb;aACO,IAAI,MACb,OAAM,MAAM,EAAE,oCAAoC,EAAE,EAClD,aAAa,IAAI,MAAM,SACxB,CAAC;KAEJ,CACD,OAAO,UAAU;AAChB,UAAM,MAAM,EAAE,4BAA4B,EAAE,EAC1C,aAAa,MAAM,SACpB,CAAC;KACF;OACC,WAAU,OAAO;IACxB,CACD,OAAO,UAAU;AAChB,SAAM,MAAM,MAAM,QAAQ;AAC1B,aAAU,QAAQ;IAClB;;AAGN,KAAI,WAAW,QAAQ;EACrB,MAAM,mBAAmB,YAAY,oBAAoB,UAAU,GAAG;AAEtE,SACE,oBAAC,OAAD;GACE,OAAM;GACN,SAAQ;GACR,OAAO,EAAE,iDAAiD;aAE1D,qBAAC,OAAD;IAAK,WAAU;cAAf,CACG,EAAE,uDAAuD,EACzD,oBACC,oBAAC,OAAD;KAAK,WAAU;eACb,oBAAC,KAAD;MACE,MAAM;MACN,QAAO;MACP,KAAI;MACJ,WAAU;gBAET,EAAE,qDAAqD;MACtD,CAAA;KACA,CAAA,CAEJ;;GACA,CAAA;;AAIZ,QACE,qBAAC,QAAD;EAAM,UAAU,aAAa,SAAS;EAAE,WAAU;YAAlD;GACE,qBAAC,OAAD;IAAK,WAAU;cAAf,CACE,oBAAC,OAAD;KACE,gBAAe;KACf,OAAO,EAAE,0BAA0B;KACnC,MAAK;KACL,aAAa,EAAE,sCAAsC;KACrD,SAAQ;KACR,YAAA;KACA,YAAY,CAAC,CAAC;KACd,cAAc,SAAS;KACvB,GAAI,SAAS,SAAS,EAAE,UAAU,MAAM,CAAC;KACzC,CAAA,EACD,OAAO,SACN,oBAAC,QAAD;KAAM,WAAU;eAAwB,EAAE,mCAAmC;KAAQ,CAAA,CAEnF;;GACN,qBAAC,OAAD;IAAK,WAAU;cAAf,CACE,oBAAC,OAAD;KACE,gBAAe;KACf,OAAO,EAAE,6BAA6B;KACtC,aAAa,EAAE,6BAA6B;KAC5C,MAAK;KACL,SAAQ;KACR,YAAA;KACA,GAAI,SAAS,YAAY,EAAE,UAAU,MAAM,CAAC;KAC5C,CAAA,EACD,OAAO,YACN,oBAAC,QAAD;KAAM,WAAU;eAAwB,EAAE,sCAAsC;KAAQ,CAAA,CAEtF;;GACN,oBAAC,QAAD;IAAQ,MAAK;IAAS,WAAU;IAAS,OAAM;IAAU,YAAY,WAAW;cAC7E,WAAW,SAAS,EAAE,+BAA+B,GAAG,EAAE,4BAA4B;IAChF,CAAA;GACJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UseBackendTRPC } from "../../../types.mjs";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/modules/auth/components/SignupRoute.d.ts
|
|
5
|
+
interface SignupRouteProps {
|
|
6
|
+
providers?: string[];
|
|
7
|
+
useTRPC?: UseBackendTRPC;
|
|
8
|
+
}
|
|
9
|
+
declare function SignupRoute({
|
|
10
|
+
providers,
|
|
11
|
+
useTRPC
|
|
12
|
+
}: SignupRouteProps): _$react_jsx_runtime0.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { SignupRoute };
|
|
15
|
+
//# sourceMappingURL=SignupRoute.d.mts.map
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { AuthProviders } from "./AuthProviders.mjs";
|
|
2
|
+
import { SignupForm } from "./SignupFormRoute.mjs";
|
|
3
|
+
import { WaitlistCard } from "./WaitlistCard.mjs";
|
|
4
|
+
import { WaitlistCodeValidation } from "./WaitlistCodeValidation.mjs";
|
|
5
|
+
import { Card, CardBody, CardHeader } from "@heroui/react";
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { useTranslation } from "react-i18next";
|
|
8
|
+
import { Link as Link$1 } from "react-router";
|
|
9
|
+
import { useQueryState } from "nuqs";
|
|
10
|
+
//#region src/modules/auth/components/SignupRoute.tsx
|
|
11
|
+
function SignupRoute({ providers, useTRPC }) {
|
|
12
|
+
const { t } = useTranslation();
|
|
13
|
+
const [code] = useQueryState("code");
|
|
14
|
+
const [email] = useQueryState("email");
|
|
15
|
+
const hasWaitlist = !!useTRPC;
|
|
16
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
17
|
+
className: "flex flex-col gap-6",
|
|
18
|
+
children: [hasWaitlist && !code ? /* @__PURE__ */ jsx(WaitlistCard, { useTRPC }) : /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
|
|
19
|
+
className: "text-center flex flex-col gap-1",
|
|
20
|
+
children: [/* @__PURE__ */ jsx("p", {
|
|
21
|
+
className: "text-xl font-semibold",
|
|
22
|
+
children: t("web-ui:auth.signup.createAccount")
|
|
23
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
24
|
+
className: "text-sm text-default-600",
|
|
25
|
+
children: t("web-ui:auth.signup.description")
|
|
26
|
+
})]
|
|
27
|
+
}), /* @__PURE__ */ jsx(CardBody, { children: /* @__PURE__ */ jsxs("div", {
|
|
28
|
+
className: "grid gap-6",
|
|
29
|
+
children: [
|
|
30
|
+
hasWaitlist && code && useTRPC && /* @__PURE__ */ jsx(WaitlistCodeValidation, {
|
|
31
|
+
code,
|
|
32
|
+
useTRPC
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsx(AuthProviders, {
|
|
35
|
+
providers,
|
|
36
|
+
code,
|
|
37
|
+
requestSignUp: true
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsx(SignupForm, {
|
|
40
|
+
code,
|
|
41
|
+
email,
|
|
42
|
+
waitlist: hasWaitlist
|
|
43
|
+
})
|
|
44
|
+
]
|
|
45
|
+
}) })] }), /* @__PURE__ */ jsxs("div", {
|
|
46
|
+
className: "text-center text-xs text-muted-foreground",
|
|
47
|
+
children: [
|
|
48
|
+
t("web-ui:auth.signup.alreadyHaveAccount"),
|
|
49
|
+
" ",
|
|
50
|
+
/* @__PURE__ */ jsx(Link$1, {
|
|
51
|
+
to: "/login",
|
|
52
|
+
className: "underline underline-offset-4 hover:text-primary",
|
|
53
|
+
children: t("web-ui:auth.login.button")
|
|
54
|
+
})
|
|
55
|
+
]
|
|
56
|
+
})]
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
//#endregion
|
|
60
|
+
export { SignupRoute };
|
|
61
|
+
|
|
62
|
+
//# sourceMappingURL=SignupRoute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignupRoute.mjs","names":["Link"],"sources":["../../../../../src/modules/auth/components/SignupRoute.tsx"],"sourcesContent":["import { Card, CardBody, CardHeader } from \"@heroui/react\";\r\nimport { useQueryState } from \"nuqs\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { Link } from \"react-router\";\r\nimport { SignupForm } from \"./SignupFormRoute\";\r\nimport type { UseBackendTRPC } from \"../../../types\";\r\nimport { AuthProviders } from \"./AuthProviders\";\r\nimport { WaitlistCard } from \"./WaitlistCard\";\r\nimport { WaitlistCodeValidation } from \"./WaitlistCodeValidation\";\r\n\r\ninterface SignupRouteProps {\r\n providers?: string[];\r\n useTRPC?: UseBackendTRPC;\r\n}\r\n\r\nexport function SignupRoute({ providers, useTRPC }: SignupRouteProps) {\r\n const { t } = useTranslation();\r\n\r\n const [code] = useQueryState(\"code\");\r\n const [email] = useQueryState(\"email\");\r\n\r\n const hasWaitlist = !!useTRPC;\r\n\r\n return (\r\n <div className=\"flex flex-col gap-6\">\r\n {hasWaitlist && !code ? (\r\n <WaitlistCard useTRPC={useTRPC} />\r\n ) : (\r\n <Card>\r\n <CardHeader className=\"text-center flex flex-col gap-1\">\r\n <p className=\"text-xl font-semibold\">{t(\"web-ui:auth.signup.createAccount\")}</p>\r\n <p className=\"text-sm text-default-600\">{t(\"web-ui:auth.signup.description\")}</p>\r\n </CardHeader>\r\n <CardBody>\r\n <div className=\"grid gap-6\">\r\n {hasWaitlist && code && useTRPC && (\r\n <WaitlistCodeValidation code={code} useTRPC={useTRPC} />\r\n )}\r\n <AuthProviders providers={providers} code={code} requestSignUp />\r\n <SignupForm code={code} email={email} waitlist={hasWaitlist} />\r\n </div>\r\n </CardBody>\r\n </Card>\r\n )}\r\n <div className=\"text-center text-xs text-muted-foreground\">\r\n {t(\"web-ui:auth.signup.alreadyHaveAccount\")}{\" \"}\r\n <Link to=\"/login\" className=\"underline underline-offset-4 hover:text-primary\">\r\n {t(\"web-ui:auth.login.button\")}\r\n </Link>\r\n </div>\r\n </div>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;;;AAeA,SAAgB,YAAY,EAAE,WAAW,WAA6B;CACpE,MAAM,EAAE,MAAM,gBAAgB;CAE9B,MAAM,CAAC,QAAQ,cAAc,OAAO;CACpC,MAAM,CAAC,SAAS,cAAc,QAAQ;CAEtC,MAAM,cAAc,CAAC,CAAC;AAEtB,QACE,qBAAC,OAAD;EAAK,WAAU;YAAf,CACG,eAAe,CAAC,OACf,oBAAC,cAAD,EAAuB,SAAW,CAAA,GAElC,qBAAC,MAAD,EAAA,UAAA,CACE,qBAAC,YAAD;GAAY,WAAU;aAAtB,CACE,oBAAC,KAAD;IAAG,WAAU;cAAyB,EAAE,mCAAmC;IAAK,CAAA,EAChF,oBAAC,KAAD;IAAG,WAAU;cAA4B,EAAE,iCAAiC;IAAK,CAAA,CACtE;MACb,oBAAC,UAAD,EAAA,UACE,qBAAC,OAAD;GAAK,WAAU;aAAf;IACG,eAAe,QAAQ,WACtB,oBAAC,wBAAD;KAA8B;KAAe;KAAW,CAAA;IAE1D,oBAAC,eAAD;KAA0B;KAAiB;KAAM,eAAA;KAAgB,CAAA;IACjE,oBAAC,YAAD;KAAkB;KAAa;KAAO,UAAU;KAAe,CAAA;IAC3D;MACG,CAAA,CACN,EAAA,CAAA,EAET,qBAAC,OAAD;GAAK,WAAU;aAAf;IACG,EAAE,wCAAwC;IAAE;IAC7C,oBAACA,QAAD;KAAM,IAAG;KAAS,WAAU;eACzB,EAAE,2BAA2B;KACzB,CAAA;IACH;KACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ControlDefinition, ControlsFor, PreferenceEditorLabels, UpdatePreferencesOptions } from "./PreferencesEditor.mjs";
|
|
2
|
+
import { ReactElement } from "react";
|
|
3
|
+
import { z } from "zod";
|
|
4
|
+
|
|
5
|
+
//#region src/modules/auth/components/UserPreferences.d.ts
|
|
6
|
+
declare function UserPreferences<S extends z.ZodObject<z.ZodRawShape>>({
|
|
7
|
+
schema,
|
|
8
|
+
controls,
|
|
9
|
+
preferences,
|
|
10
|
+
isLoading,
|
|
11
|
+
isPending,
|
|
12
|
+
updatePreferences
|
|
13
|
+
}: {
|
|
14
|
+
schema: S;
|
|
15
|
+
controls: ControlsFor<z.infer<S>>;
|
|
16
|
+
preferences: z.infer<S>;
|
|
17
|
+
isLoading: boolean;
|
|
18
|
+
isPending: boolean;
|
|
19
|
+
updatePreferences: (partialPreferences: Partial<z.infer<S>>, options: UpdatePreferencesOptions) => void;
|
|
20
|
+
}): ReactElement;
|
|
21
|
+
//#endregion
|
|
22
|
+
export { type ControlDefinition, type ControlsFor, type PreferenceEditorLabels, type UpdatePreferencesOptions, UserPreferences };
|
|
23
|
+
//# sourceMappingURL=UserPreferences.d.mts.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PreferencesEditor } from "./PreferencesEditor.mjs";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTranslation } from "react-i18next";
|
|
4
|
+
//#region src/modules/auth/components/UserPreferences.tsx
|
|
5
|
+
function UserPreferences({ schema, controls, preferences, isLoading, isPending, updatePreferences }) {
|
|
6
|
+
const { t } = useTranslation("web-ui");
|
|
7
|
+
return /* @__PURE__ */ jsx(PreferencesEditor, {
|
|
8
|
+
schema,
|
|
9
|
+
controls,
|
|
10
|
+
values: preferences,
|
|
11
|
+
isLoading,
|
|
12
|
+
isPending,
|
|
13
|
+
labels: {
|
|
14
|
+
title: t("web-ui:preferences.title"),
|
|
15
|
+
submit: t("web-ui:preferences.submit"),
|
|
16
|
+
updated: t("web-ui:preferences.updated"),
|
|
17
|
+
updateError: t("web-ui:preferences.updateError"),
|
|
18
|
+
loading: t("web-ui:preferences.loading")
|
|
19
|
+
},
|
|
20
|
+
updateValues: updatePreferences
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { UserPreferences };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=UserPreferences.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPreferences.mjs","names":[],"sources":["../../../../../src/modules/auth/components/UserPreferences.tsx"],"sourcesContent":["import type { ReactElement } from \"react\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport type { z } from \"zod\";\r\nimport {\r\n type ControlsFor,\r\n type PreferenceEditorLabels,\r\n PreferencesEditor,\r\n type UpdatePreferencesOptions,\r\n} from \"./PreferencesEditor\";\r\n\r\nexport type {\r\n ControlDefinition,\r\n ControlsFor,\r\n PreferenceEditorLabels,\r\n UpdatePreferencesOptions,\r\n} from \"./PreferencesEditor\";\r\n\r\nexport function UserPreferences<S extends z.ZodObject<z.ZodRawShape>>({\r\n schema,\r\n controls,\r\n preferences,\r\n isLoading,\r\n isPending,\r\n updatePreferences,\r\n}: {\r\n schema: S;\r\n controls: ControlsFor<z.infer<S>>;\r\n preferences: z.infer<S>;\r\n isLoading: boolean;\r\n isPending: boolean;\r\n updatePreferences: (\r\n partialPreferences: Partial<z.infer<S>>,\r\n options: UpdatePreferencesOptions\r\n ) => void;\r\n}): ReactElement {\r\n const { t } = useTranslation(\"web-ui\");\r\n\r\n const labels: PreferenceEditorLabels = {\r\n title: t(\"web-ui:preferences.title\"),\r\n submit: t(\"web-ui:preferences.submit\"),\r\n updated: t(\"web-ui:preferences.updated\"),\r\n updateError: t(\"web-ui:preferences.updateError\"),\r\n loading: t(\"web-ui:preferences.loading\"),\r\n };\r\n\r\n return (\r\n <PreferencesEditor\r\n schema={schema}\r\n controls={controls}\r\n values={preferences}\r\n isLoading={isLoading}\r\n isPending={isPending}\r\n labels={labels}\r\n updateValues={updatePreferences}\r\n />\r\n );\r\n}\r\n"],"mappings":";;;;AAiBA,SAAgB,gBAAsD,EACpE,QACA,UACA,aACA,WACA,WACA,qBAWe;CACf,MAAM,EAAE,MAAM,eAAe,SAAS;AAUtC,QACE,oBAAC,mBAAD;EACU;EACE;EACV,QAAQ;EACG;EACA;EACX,QAfmC;GACrC,OAAO,EAAE,2BAA2B;GACpC,QAAQ,EAAE,4BAA4B;GACtC,SAAS,EAAE,6BAA6B;GACxC,aAAa,EAAE,iCAAiC;GAChD,SAAS,EAAE,6BAA6B;GACzC;EAUG,cAAc;EACd,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UseBackendTRPC } from "../../../types.mjs";
|
|
2
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/modules/auth/components/WaitlistCard.d.ts
|
|
5
|
+
interface WaitlistCardProps {
|
|
6
|
+
useTRPC: UseBackendTRPC;
|
|
7
|
+
}
|
|
8
|
+
declare function WaitlistCard({
|
|
9
|
+
useTRPC
|
|
10
|
+
}: WaitlistCardProps): _$react_jsx_runtime0.JSX.Element;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { WaitlistCard };
|
|
13
|
+
//# sourceMappingURL=WaitlistCard.d.mts.map
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { useState } from "react";
|
|
2
|
+
import { Alert, Button, Card, CardBody, CardHeader, Input } from "@heroui/react";
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
+
import { useTranslation } from "react-i18next";
|
|
5
|
+
import { toast } from "sonner";
|
|
6
|
+
import { useMutation } from "@tanstack/react-query";
|
|
7
|
+
//#region src/modules/auth/components/WaitlistCard.tsx
|
|
8
|
+
function WaitlistCard({ useTRPC }) {
|
|
9
|
+
const { t } = useTranslation();
|
|
10
|
+
const trpc = useTRPC();
|
|
11
|
+
const [email, setEmail] = useState("");
|
|
12
|
+
const [joined, setJoined] = useState(false);
|
|
13
|
+
const { mutate } = useMutation(trpc.auth.joinWaitlist.mutationOptions());
|
|
14
|
+
const handleSubmit = (e) => {
|
|
15
|
+
e.preventDefault();
|
|
16
|
+
mutate({ email }, {
|
|
17
|
+
onSuccess: () => {
|
|
18
|
+
setJoined(true);
|
|
19
|
+
},
|
|
20
|
+
onError: (error) => {
|
|
21
|
+
toast.error(error instanceof Error ? error.message : t("web-ui:auth.waitlist.error", { defaultValue: "Failed to join waitlist. Please try again." }));
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
if (joined) return /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardBody, {
|
|
26
|
+
className: "pt-6",
|
|
27
|
+
children: /* @__PURE__ */ jsx(Alert, {
|
|
28
|
+
color: "success",
|
|
29
|
+
variant: "faded",
|
|
30
|
+
title: t("web-ui:auth.waitlist.success")
|
|
31
|
+
})
|
|
32
|
+
}) });
|
|
33
|
+
return /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
|
|
34
|
+
className: "text-center flex flex-col gap-1",
|
|
35
|
+
children: [/* @__PURE__ */ jsx("p", {
|
|
36
|
+
className: "text-xl font-semibold",
|
|
37
|
+
children: t("web-ui:auth.waitlist.title")
|
|
38
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
39
|
+
className: "text-sm text-default-600",
|
|
40
|
+
children: t("web-ui:auth.waitlist.description")
|
|
41
|
+
})]
|
|
42
|
+
}), /* @__PURE__ */ jsx(CardBody, { children: /* @__PURE__ */ jsxs("form", {
|
|
43
|
+
onSubmit: handleSubmit,
|
|
44
|
+
className: "grid gap-6",
|
|
45
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
46
|
+
className: "grid gap-2",
|
|
47
|
+
children: /* @__PURE__ */ jsx(Input, {
|
|
48
|
+
type: "email",
|
|
49
|
+
label: t("web-ui:auth.waitlist.email"),
|
|
50
|
+
labelPlacement: "outside",
|
|
51
|
+
placeholder: t("web-ui:auth.waitlist.placeholder.email"),
|
|
52
|
+
isRequired: true,
|
|
53
|
+
variant: "bordered",
|
|
54
|
+
value: email,
|
|
55
|
+
onChange: (e) => setEmail(e.target.value)
|
|
56
|
+
})
|
|
57
|
+
}), /* @__PURE__ */ jsx(Button, {
|
|
58
|
+
type: "submit",
|
|
59
|
+
color: "primary",
|
|
60
|
+
children: t("web-ui:auth.waitlist.button")
|
|
61
|
+
})]
|
|
62
|
+
}) })] });
|
|
63
|
+
}
|
|
64
|
+
//#endregion
|
|
65
|
+
export { WaitlistCard };
|
|
66
|
+
|
|
67
|
+
//# sourceMappingURL=WaitlistCard.mjs.map
|