@hexclave/tanstack-start 1.0.63 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/components/api-key-dialogs.js +4 -4
  2. package/dist/components/credential-sign-in.js +3 -3
  3. package/dist/components/credential-sign-up.js +5 -5
  4. package/dist/components/elements/sidebar-layout.js +2 -2
  5. package/dist/components/elements/user-avatar.js +1 -1
  6. package/dist/components/magic-link-sign-in.js +5 -5
  7. package/dist/components/message-cards/predefined-message-card.js +1 -1
  8. package/dist/components/passkey-button.js +1 -1
  9. package/dist/components/profile-image-editor.js +1 -1
  10. package/dist/components/team-icon.js +1 -1
  11. package/dist/components/team-switcher.js +1 -1
  12. package/dist/components/user-button.js +1 -1
  13. package/dist/components-page/account-settings/editable-text.js +1 -1
  14. package/dist/components-page/account-settings/email-and-auth/emails-section.js +3 -3
  15. package/dist/components-page/account-settings/email-and-auth/password-section.js +3 -3
  16. package/dist/components-page/account-settings/teams/team-creation-page.js +3 -3
  17. package/dist/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
  18. package/dist/components-page/account-settings.js +3 -3
  19. package/dist/components-page/auth-page.js +1 -1
  20. package/dist/components-page/cli-auth-confirm.js +1 -1
  21. package/dist/components-page/forgot-password.js +5 -5
  22. package/dist/components-page/hexclave-handler-client.js +1 -1
  23. package/dist/components-page/mfa.js +3 -3
  24. package/dist/components-page/oauth-callback.js +1 -1
  25. package/dist/components-page/onboarding.js +4 -4
  26. package/dist/components-page/password-reset.js +8 -8
  27. package/dist/components-page/team-creation.js +5 -5
  28. package/dist/esm/components/api-key-dialogs.js +4 -4
  29. package/dist/esm/components/credential-sign-in.js +3 -3
  30. package/dist/esm/components/credential-sign-up.js +5 -5
  31. package/dist/esm/components/elements/sidebar-layout.js +2 -2
  32. package/dist/esm/components/elements/user-avatar.js +1 -1
  33. package/dist/esm/components/magic-link-sign-in.js +5 -5
  34. package/dist/esm/components/message-cards/predefined-message-card.js +1 -1
  35. package/dist/esm/components/passkey-button.js +1 -1
  36. package/dist/esm/components/profile-image-editor.js +1 -1
  37. package/dist/esm/components/team-icon.js +1 -1
  38. package/dist/esm/components/team-switcher.js +1 -1
  39. package/dist/esm/components/user-button.js +1 -1
  40. package/dist/esm/components-page/account-settings/editable-text.js +1 -1
  41. package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +3 -3
  42. package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +3 -3
  43. package/dist/esm/components-page/account-settings/teams/team-creation-page.js +3 -3
  44. package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
  45. package/dist/esm/components-page/account-settings.js +3 -3
  46. package/dist/esm/components-page/auth-page.js +1 -1
  47. package/dist/esm/components-page/cli-auth-confirm.js +1 -1
  48. package/dist/esm/components-page/forgot-password.js +5 -5
  49. package/dist/esm/components-page/hexclave-handler-client.js +1 -1
  50. package/dist/esm/components-page/mfa.js +3 -3
  51. package/dist/esm/components-page/oauth-callback.js +1 -1
  52. package/dist/esm/components-page/onboarding.js +4 -4
  53. package/dist/esm/components-page/password-reset.js +7 -7
  54. package/dist/esm/components-page/team-creation.js +5 -5
  55. package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +1 -1
  56. package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
  57. package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
  58. package/dist/esm/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
  59. package/dist/esm/lib/hexclave-app/users/index.d.ts +1 -1
  60. package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
  61. package/package.json +3 -3
@@ -2,15 +2,15 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
4
  let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
5
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
6
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
7
5
  let _hexclave_ui = require("@hexclave/ui");
8
6
  let react = require("react");
9
- let react_hook_form = require("react-hook-form");
10
7
  let ___index_js = require("../index.js");
11
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
12
8
  let ___lib_translations_js = require("../lib/translations.js");
13
9
  let react_jsx_runtime = require("react/jsx-runtime");
10
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
11
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
12
+ let react_hook_form = require("react-hook-form");
13
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
14
14
  //#region src/components/api-key-dialogs.tsx
15
15
  const neverInMs = 1e3 * 60 * 60 * 24 * 365 * 200;
16
16
  const expiresInOptions = {
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let ___index_js = require("../index.js");
10
7
  let ___lib_translations_js = require("../lib/translations.js");
11
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
10
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
11
+ let react_hook_form = require("react-hook-form");
12
12
  let __elements_form_warning_js = require("./elements/form-warning.js");
13
13
  let __link_js = require("./link.js");
14
14
  //#region src/components/credential-sign-in.tsx
@@ -2,19 +2,19 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.js");
4
4
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
6
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
7
5
  let _hexclave_ui = require("@hexclave/ui");
8
6
  let react = require("react");
9
7
  react = require_rolldown_runtime.__toESM(react);
10
- let react_hook_form = require("react-hook-form");
11
8
  let ___lib_translations_js = require("../lib/translations.js");
12
9
  let react_jsx_runtime = require("react/jsx-runtime");
13
- let __elements_form_warning_js = require("./elements/form-warning.js");
10
+ let ___lib_hooks_js = require("../lib/hooks.js");
11
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
12
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
13
+ let react_hook_form = require("react-hook-form");
14
14
  let _hexclave_shared_dist_helpers_password = require("@hexclave/shared/dist/helpers/password");
15
15
  let yup = require("yup");
16
16
  yup = require_rolldown_runtime.__toESM(yup);
17
- let ___lib_hooks_js = require("../lib/hooks.js");
17
+ let __elements_form_warning_js = require("./elements/form-warning.js");
18
18
  //#region src/components/credential-sign-up.tsx
19
19
  function CredentialSignUp(props) {
20
20
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -2,12 +2,12 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require_rolldown_runtime = require("../../rolldown-runtime-D6vf50IK.js");
4
4
  let _hexclave_ui = require("@hexclave/ui");
5
+ let lucide_react = require("lucide-react");
5
6
  let react = require("react");
6
7
  react = require_rolldown_runtime.__toESM(react);
7
8
  let react_jsx_runtime = require("react/jsx-runtime");
8
- let lucide_react = require("lucide-react");
9
- let _hexclave_shared_dist_hooks_use_hash = require("@hexclave/shared/dist/hooks/use-hash");
10
9
  let ______index_js = require("../../index.js");
10
+ let _hexclave_shared_dist_hooks_use_hash = require("@hexclave/shared/dist/hooks/use-hash");
11
11
  //#region src/components/elements/sidebar-layout.tsx
12
12
  function SidebarLayout(props) {
13
13
  const hash = (0, _hexclave_shared_dist_hooks_use_hash.useHash)();
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_ui = require("@hexclave/ui");
3
- let react_jsx_runtime = require("react/jsx-runtime");
4
3
  let lucide_react = require("lucide-react");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
5
  //#region src/components/elements/user-avatar.tsx
6
6
  const defaultSize = 34;
7
7
  function UserAvatar(props) {
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let ___lib_translations_js = require("../lib/translations.js");
10
7
  let react_jsx_runtime = require("react/jsx-runtime");
11
- let __elements_form_warning_js = require("./elements/form-warning.js");
12
- let ___lib_hooks_js = require("../lib/hooks.js");
13
8
  let _hexclave_shared = require("@hexclave/shared");
9
+ let ___lib_hooks_js = require("../lib/hooks.js");
10
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
11
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
12
+ let react_hook_form = require("react-hook-form");
13
+ let __elements_form_warning_js = require("./elements/form-warning.js");
14
14
  //#region src/components/magic-link-sign-in.tsx
15
15
  function OTP(props) {
16
16
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_ui = require("@hexclave/ui");
4
4
  let react_jsx_runtime = require("react/jsx-runtime");
5
+ let ______lib_translations_js = require("../../lib/translations.js");
5
6
  let ______index_js = require("../../index.js");
6
7
  let __message_card_js = require("./message-card.js");
7
- let ______lib_translations_js = require("../../lib/translations.js");
8
8
  //#region src/components/message-cards/predefined-message-card.tsx
9
9
  function PredefinedMessageCard({ type, fullPage = false }) {
10
10
  const hexclaveApp = (0, ______index_js.useStackApp)();
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_ui = require("@hexclave/ui");
4
+ let lucide_react = require("lucide-react");
4
5
  let react = require("react");
5
6
  let ___index_js = require("../index.js");
6
7
  let ___lib_translations_js = require("../lib/translations.js");
7
8
  let react_jsx_runtime = require("react/jsx-runtime");
8
- let lucide_react = require("lucide-react");
9
9
  //#region src/components/passkey-button.tsx
10
10
  function PasskeyButton({ type }) {
11
11
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -2,10 +2,10 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.js");
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
4
  let _hexclave_ui = require("@hexclave/ui");
5
+ let lucide_react = require("lucide-react");
5
6
  let react = require("react");
6
7
  let ___lib_translations_js = require("../lib/translations.js");
7
8
  let react_jsx_runtime = require("react/jsx-runtime");
8
- let lucide_react = require("lucide-react");
9
9
  let _hexclave_shared_dist_utils_base64 = require("@hexclave/shared/dist/utils/base64");
10
10
  let browser_image_compression = require("browser-image-compression");
11
11
  browser_image_compression = require_rolldown_runtime.__toESM(browser_image_compression);
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_ui = require("@hexclave/ui");
3
- let react_jsx_runtime = require("react/jsx-runtime");
4
3
  let lucide_react = require("lucide-react");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
5
  //#region src/components/team-icon.tsx
6
6
  function TeamIcon(props) {
7
7
  if (props.team === "personal") return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
@@ -3,11 +3,11 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
4
  let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
5
5
  let _hexclave_ui = require("@hexclave/ui");
6
+ let lucide_react = require("lucide-react");
6
7
  let react = require("react");
7
8
  let ___index_js = require("../index.js");
8
9
  let ___lib_translations_js = require("../lib/translations.js");
9
10
  let react_jsx_runtime = require("react/jsx-runtime");
10
- let lucide_react = require("lucide-react");
11
11
  let __team_icon_js = require("./team-icon.js");
12
12
  //#region src/components/team-switcher.tsx
13
13
  function TeamSwitcher(props) {
@@ -3,12 +3,12 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.js");
4
4
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
5
  let _hexclave_ui = require("@hexclave/ui");
6
+ let lucide_react = require("lucide-react");
6
7
  let react = require("react");
7
8
  react = require_rolldown_runtime.__toESM(react);
8
9
  let ___index_js = require("../index.js");
9
10
  let ___lib_translations_js = require("../lib/translations.js");
10
11
  let react_jsx_runtime = require("react/jsx-runtime");
11
- let lucide_react = require("lucide-react");
12
12
  let __elements_user_avatar_js = require("./elements/user-avatar.js");
13
13
  //#region src/components/user-button.tsx
14
14
  function Item(props) {
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_ui = require("@hexclave/ui");
3
+ let lucide_react = require("lucide-react");
3
4
  let react = require("react");
4
5
  let react_jsx_runtime = require("react/jsx-runtime");
5
- let lucide_react = require("lucide-react");
6
6
  let ______lib_translations_js = require("../../lib/translations.js");
7
7
  //#region src/components-page/account-settings/editable-text.tsx
8
8
  function EditableText(props) {
@@ -1,11 +1,11 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
3
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
4
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
5
3
  let _hexclave_ui = require("@hexclave/ui");
6
4
  let react = require("react");
7
- let react_hook_form = require("react-hook-form");
8
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
7
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
8
+ let react_hook_form = require("react-hook-form");
9
9
  let _________lib_hooks_js = require("../../../lib/hooks.js");
10
10
  let _________lib_translations_js = require("../../../lib/translations.js");
11
11
  let _hexclave_shared_dist_known_errors = require("@hexclave/shared/dist/known-errors");
@@ -1,12 +1,12 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_rolldown_runtime = require("../../../rolldown-runtime-D6vf50IK.js");
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let react_jsx_runtime = require("react/jsx-runtime");
7
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
8
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
9
+ let react_hook_form = require("react-hook-form");
10
10
  let _hexclave_shared_dist_helpers_password = require("@hexclave/shared/dist/helpers/password");
11
11
  let yup = require("yup");
12
12
  yup = require_rolldown_runtime.__toESM(yup);
@@ -1,11 +1,11 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
3
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
4
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
5
3
  let _hexclave_ui = require("@hexclave/ui");
6
4
  let react = require("react");
7
- let react_hook_form = require("react-hook-form");
8
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
7
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
8
+ let react_hook_form = require("react-hook-form");
9
9
  let _________lib_hooks_js = require("../../../lib/hooks.js");
10
10
  let _________lib_translations_js = require("../../../lib/translations.js");
11
11
  let ___page_layout_js = require("../page-layout.js");
@@ -1,12 +1,12 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
3
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
4
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
5
3
  let _hexclave_ui = require("@hexclave/ui");
4
+ let lucide_react = require("lucide-react");
6
5
  let react = require("react");
7
- let react_hook_form = require("react-hook-form");
8
6
  let react_jsx_runtime = require("react/jsx-runtime");
9
- let lucide_react = require("lucide-react");
7
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
8
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
9
+ let react_hook_form = require("react-hook-form");
10
10
  let _________lib_hooks_js = require("../../../lib/hooks.js");
11
11
  let _________lib_translations_js = require("../../../lib/translations.js");
12
12
  let _________components_elements_form_warning_js = require("../../../components/elements/form-warning.js");
@@ -3,15 +3,14 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.js");
4
4
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
5
  let _hexclave_ui = require("@hexclave/ui");
6
+ let lucide_react = require("lucide-react");
6
7
  let react = require("react");
7
8
  react = require_rolldown_runtime.__toESM(react);
8
9
  let ___index_js = require("../index.js");
9
- let ___lib_translations_js = require("../lib/translations.js");
10
- let react_jsx_runtime = require("react/jsx-runtime");
11
- let lucide_react = require("lucide-react");
12
10
  let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
13
11
  let ___components_elements_sidebar_layout_js = require("../components/elements/sidebar-layout.js");
14
12
  let ___components_team_icon_js = require("../components/team-icon.js");
13
+ let ___lib_translations_js = require("../lib/translations.js");
15
14
  let __account_settings_active_sessions_active_sessions_page_js = require("./account-settings/active-sessions/active-sessions-page.js");
16
15
  let __account_settings_api_keys_api_keys_page_js = require("./account-settings/api-keys/api-keys-page.js");
17
16
  let __account_settings_email_and_auth_email_and_auth_page_js = require("./account-settings/email-and-auth/email-and-auth-page.js");
@@ -21,6 +20,7 @@ let __account_settings_payments_payments_page_js = require("./account-settings/p
21
20
  let __account_settings_settings_settings_page_js = require("./account-settings/settings/settings-page.js");
22
21
  let __account_settings_teams_team_creation_page_js = require("./account-settings/teams/team-creation-page.js");
23
22
  let __account_settings_teams_team_page_js = require("./account-settings/teams/team-page.js");
23
+ let react_jsx_runtime = require("react/jsx-runtime");
24
24
  //#region src/components-page/account-settings.tsx
25
25
  const iconMap = {
26
26
  Contact: lucide_react.Contact,
@@ -5,10 +5,10 @@ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/er
5
5
  let _hexclave_ui = require("@hexclave/ui");
6
6
  let react = require("react");
7
7
  let ___index_js = require("../index.js");
8
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
8
9
  let ___lib_translations_js = require("../lib/translations.js");
9
10
  let react_jsx_runtime = require("react/jsx-runtime");
10
11
  let _hexclave_shared = require("@hexclave/shared");
11
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
12
12
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
13
13
  let ___components_credential_sign_in_js = require("../components/credential-sign-in.js");
14
14
  let ___components_credential_sign_up_js = require("../components/credential-sign-up.js");
@@ -6,8 +6,8 @@ let _hexclave_ui = require("@hexclave/ui");
6
6
  let react = require("react");
7
7
  let ___lib_translations_js = require("../lib/translations.js");
8
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
- let ___lib_hooks_js = require("../lib/hooks.js");
10
9
  let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
10
+ let ___lib_hooks_js = require("../lib/hooks.js");
11
11
  //#region src/components-page/cli-auth-confirm.tsx
12
12
  async function postCliAuthComplete(app, body) {
13
13
  return await app[___lib_hexclave_app_common_js.hexclaveAppInternalsSymbol].sendRequest("/auth/cli/complete", {
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let ___index_js = require("../index.js");
10
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
7
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
11
8
  let ___lib_translations_js = require("../lib/translations.js");
12
9
  let react_jsx_runtime = require("react/jsx-runtime");
13
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
14
10
  let ___components_link_js = require("../components/link.js");
15
11
  let ___components_message_cards_predefined_message_card_js = require("../components/message-cards/predefined-message-card.js");
12
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
13
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
14
+ let react_hook_form = require("react-hook-form");
15
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
16
16
  //#region src/components-page/forgot-password.tsx
17
17
  function ForgotPasswordForm({ onSent }) {
18
18
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -4,13 +4,13 @@ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/er
4
4
  let react = require("react");
5
5
  let ___index_js = require("../index.js");
6
6
  let react_jsx_runtime = require("react/jsx-runtime");
7
- let ___lib_hooks_js = require("../lib/hooks.js");
8
7
  let _hexclave_shared = require("@hexclave/shared");
9
8
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
10
9
  let ___components_message_cards_known_error_message_card_js = require("../components/message-cards/known-error-message-card.js");
11
10
  let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
12
11
  let ___components_message_cards_predefined_message_card_js = require("../components/message-cards/predefined-message-card.js");
13
12
  let __cli_auth_confirm_js = require("./cli-auth-confirm.js");
13
+ let ___lib_hooks_js = require("../lib/hooks.js");
14
14
  let ___lib_hexclave_app_index_js = require("../lib/hexclave-app/index.js");
15
15
  let _hexclave_shared_dist_utils_objects = require("@hexclave/shared/dist/utils/objects");
16
16
  let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_ui = require("@hexclave/ui");
4
+ let lucide_react = require("lucide-react");
4
5
  let react = require("react");
5
6
  let ___index_js = require("../index.js");
6
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
7
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
7
8
  let ___lib_translations_js = require("../lib/translations.js");
8
9
  let react_jsx_runtime = require("react/jsx-runtime");
9
10
  let _hexclave_shared = require("@hexclave/shared");
10
- let lucide_react = require("lucide-react");
11
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
11
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
12
12
  //#region src/components-page/mfa.tsx
13
13
  function MfaForm({ onSuccess, onCancel }) {
14
14
  const hexclaveApp = (0, ___index_js.useStackApp)();
@@ -6,10 +6,10 @@ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/er
6
6
  let _hexclave_ui = require("@hexclave/ui");
7
7
  let react = require("react");
8
8
  let ___index_js = require("../index.js");
9
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
9
10
  let ___lib_translations_js = require("../lib/translations.js");
10
11
  let react_jsx_runtime = require("react/jsx-runtime");
11
12
  let _hexclave_shared = require("@hexclave/shared");
12
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
13
13
  let ___components_link_js = require("../components/link.js");
14
14
  let __error_page_js = require("./error-page.js");
15
15
  //#region src/components-page/oauth-callback.tsx
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let ___index_js = require("../index.js");
10
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
11
7
  let ___lib_translations_js = require("../lib/translations.js");
12
8
  let react_jsx_runtime = require("react/jsx-runtime");
13
9
  let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
10
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
11
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
12
+ let react_hook_form = require("react-hook-form");
13
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
14
14
  //#region src/components-page/onboarding.tsx
15
15
  function Onboarding(props) {
16
16
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -5,24 +5,24 @@ Object.defineProperties(exports, {
5
5
  });
6
6
  const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.js");
7
7
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
8
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
9
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
10
8
  let _hexclave_ui = require("@hexclave/ui");
11
9
  let react = require("react");
12
- let react_hook_form = require("react-hook-form");
13
10
  let ___index_js = require("../index.js");
14
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
11
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
15
12
  let ___lib_translations_js = require("../lib/translations.js");
16
13
  let react_jsx_runtime = require("react/jsx-runtime");
17
- let _hexclave_shared_dist_helpers_password = require("@hexclave/shared/dist/helpers/password");
18
- let yup = require("yup");
19
- yup = require_rolldown_runtime.__toESM(yup);
20
14
  let _hexclave_shared = require("@hexclave/shared");
21
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
22
15
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
23
16
  let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
24
17
  let ___components_message_cards_predefined_message_card_js = require("../components/message-cards/predefined-message-card.js");
18
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
19
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
20
+ let react_hook_form = require("react-hook-form");
21
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
25
22
  let _hexclave_shared_dist_utils_caches = require("@hexclave/shared/dist/utils/caches");
23
+ let _hexclave_shared_dist_helpers_password = require("@hexclave/shared/dist/helpers/password");
24
+ let yup = require("yup");
25
+ yup = require_rolldown_runtime.__toESM(yup);
26
26
  //#region src/components-page/password-reset.tsx
27
27
  function PasswordResetForm(props) {
28
28
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
5
- let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
6
4
  let _hexclave_ui = require("@hexclave/ui");
7
5
  let react = require("react");
8
- let react_hook_form = require("react-hook-form");
9
6
  let ___index_js = require("../index.js");
10
- let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
7
+ let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
11
8
  let ___lib_translations_js = require("../lib/translations.js");
12
9
  let react_jsx_runtime = require("react/jsx-runtime");
13
- let ___components_elements_maybe_full_page_js = require("../components/elements/maybe-full-page.js");
10
+ let _hookform_resolvers_yup = require("@hookform/resolvers/yup");
11
+ let _hexclave_shared_dist_schema_fields = require("@hexclave/shared/dist/schema-fields");
12
+ let react_hook_form = require("react-hook-form");
13
+ let ___components_elements_form_warning_js = require("../components/elements/form-warning.js");
14
14
  //#region src/components-page/team-creation.tsx
15
15
  function TeamCreation(props) {
16
16
  const { t } = (0, ___lib_translations_js.useTranslation)();
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
3
  import { captureError } from "@hexclave/shared/dist/utils/errors";
4
- import { yupResolver } from "@hookform/resolvers/yup";
5
- import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
6
4
  import { ActionDialog, Button, CopyField, Input, Label, Typography } from "@hexclave/ui";
7
5
  import { useState } from "react";
8
- import { useForm } from "react-hook-form";
9
6
  import { useUser } from "../index.js";
10
- import { FormWarningText } from "../components/elements/form-warning.js";
11
7
  import { useTranslation } from "../lib/translations.js";
12
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
+ import { yupResolver } from "@hookform/resolvers/yup";
10
+ import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
11
+ import { useForm } from "react-hook-form";
12
+ import { FormWarningText } from "../components/elements/form-warning.js";
13
13
  //#region src/components/api-key-dialogs.tsx
14
14
  const neverInMs = 1e3 * 60 * 60 * 24 * 365 * 200;
15
15
  const expiresInOptions = {
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { passwordSchema, strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, Label, PasswordInput } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useStackApp } from "../index.js";
9
6
  import { useTranslation } from "../lib/translations.js";
10
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
+ import { yupResolver } from "@hookform/resolvers/yup";
9
+ import { passwordSchema, strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
10
+ import { useForm } from "react-hook-form";
11
11
  import { FormWarningText } from "./elements/form-warning.js";
12
12
  import { StyledLink } from "./link.js";
13
13
  //#region src/components/credential-sign-in.tsx
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import { runAsynchronously, runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { passwordSchema, strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, Label, PasswordInput } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useTranslation } from "../lib/translations.js";
9
6
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
10
- import { FormWarningText } from "./elements/form-warning.js";
7
+ import { useStackApp } from "../lib/hooks.js";
8
+ import { yupResolver } from "@hookform/resolvers/yup";
9
+ import { passwordSchema, strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
10
+ import { useForm } from "react-hook-form";
11
11
  import { getPasswordError } from "@hexclave/shared/dist/helpers/password";
12
12
  import * as yup from "yup";
13
- import { useStackApp } from "../lib/hooks.js";
13
+ import { FormWarningText } from "./elements/form-warning.js";
14
14
  //#region src/components/credential-sign-up.tsx
15
15
  function CredentialSignUp(props) {
16
16
  const { t } = useTranslation();
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import { Button, Typography, cn } from "@hexclave/ui";
3
+ import { XIcon } from "lucide-react";
3
4
  import "react";
4
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
- import { XIcon } from "lucide-react";
6
- import { useHash } from "@hexclave/shared/dist/hooks/use-hash";
7
6
  import { useStackApp } from "../../index.js";
7
+ import { useHash } from "@hexclave/shared/dist/hooks/use-hash";
8
8
  //#region src/components/elements/sidebar-layout.tsx
9
9
  function SidebarLayout(props) {
10
10
  const hash = useHash();
@@ -1,6 +1,6 @@
1
1
  import { Avatar, AvatarFallback, AvatarImage } from "@hexclave/ui";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
2
  import { UserRound } from "lucide-react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
4
  //#region src/components/elements/user-avatar.tsx
5
5
  const defaultSize = 34;
6
6
  function UserAvatar(props) {
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, InputOTP, InputOTPGroup, InputOTPSlot, Label, Typography } from "@hexclave/ui";
6
4
  import { useEffect, useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useTranslation } from "../lib/translations.js";
9
6
  import { jsx, jsxs } from "react/jsx-runtime";
10
- import { FormWarningText } from "./elements/form-warning.js";
11
- import { useStackApp } from "../lib/hooks.js";
12
7
  import { KnownErrors } from "@hexclave/shared";
8
+ import { useStackApp } from "../lib/hooks.js";
9
+ import { yupResolver } from "@hookform/resolvers/yup";
10
+ import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
11
+ import { useForm } from "react-hook-form";
12
+ import { FormWarningText } from "./elements/form-warning.js";
13
13
  //#region src/components/magic-link-sign-in.tsx
14
14
  function OTP(props) {
15
15
  const { t } = useTranslation();
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import { Typography } from "@hexclave/ui";
3
3
  import { jsx } from "react/jsx-runtime";
4
+ import { useTranslation } from "../../lib/translations.js";
4
5
  import { useStackApp } from "../../index.js";
5
6
  import { MessageCard } from "./message-card.js";
6
- import { useTranslation } from "../../lib/translations.js";
7
7
  //#region src/components/message-cards/predefined-message-card.tsx
8
8
  function PredefinedMessageCard({ type, fullPage = false }) {
9
9
  const hexclaveApp = useStackApp();
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import { Button } from "@hexclave/ui";
3
+ import { KeyRound } from "lucide-react";
3
4
  import { useId } from "react";
4
5
  import { useStackApp } from "../index.js";
5
6
  import { useTranslation } from "../lib/translations.js";
6
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
- import { KeyRound } from "lucide-react";
8
8
  //#region src/components/passkey-button.tsx
9
9
  function PasskeyButton({ type }) {
10
10
  const { t } = useTranslation();
@@ -1,9 +1,9 @@
1
1
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
2
2
  import { Button, Slider, Typography } from "@hexclave/ui";
3
+ import { Upload } from "lucide-react";
3
4
  import { useCallback, useState } from "react";
4
5
  import { useTranslation } from "../lib/translations.js";
5
6
  import { jsx, jsxs } from "react/jsx-runtime";
6
- import { Upload } from "lucide-react";
7
7
  import { fileToBase64 } from "@hexclave/shared/dist/utils/base64";
8
8
  import imageCompression from "browser-image-compression";
9
9
  import Cropper from "react-easy-crop";
@@ -1,6 +1,6 @@
1
1
  import { Avatar, AvatarImage, Typography } from "@hexclave/ui";
2
- import { jsx } from "react/jsx-runtime";
3
2
  import { User2 } from "lucide-react";
3
+ import { jsx } from "react/jsx-runtime";
4
4
  //#region src/components/team-icon.tsx
5
5
  function TeamIcon(props) {
6
6
  if (props.team === "personal") return /* @__PURE__ */ jsx("div", {
@@ -2,11 +2,11 @@
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
3
  import { HexclaveAssertionError } from "@hexclave/shared/dist/utils/errors";
4
4
  import { Button, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Skeleton, Typography, cn } from "@hexclave/ui";
5
+ import { PlusCircle, Settings } from "lucide-react";
5
6
  import { Suspense, useMemo } from "react";
6
7
  import { useStackApp, useUser } from "../index.js";
7
8
  import { useTranslation } from "../lib/translations.js";
8
9
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
- import { PlusCircle, Settings } from "lucide-react";
10
10
  import { TeamIcon } from "./team-icon.js";
11
11
  //#region src/components/team-switcher.tsx
12
12
  function TeamSwitcher(props) {
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
3
  import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger, Skeleton, Typography } from "@hexclave/ui";
4
+ import { CircleUser, LogIn, LogOut, SunMoon, UserPlus } from "lucide-react";
4
5
  import { Suspense } from "react";
5
6
  import { useStackApp, useUser } from "../index.js";
6
7
  import { useTranslation } from "../lib/translations.js";
7
8
  import { jsx, jsxs } from "react/jsx-runtime";
8
- import { CircleUser, LogIn, LogOut, SunMoon, UserPlus } from "lucide-react";
9
9
  import { UserAvatar } from "./elements/user-avatar.js";
10
10
  //#region src/components/user-button.tsx
11
11
  function Item(props) {
@@ -1,7 +1,7 @@
1
1
  import { Button, Input, Typography } from "@hexclave/ui";
2
+ import { Edit } from "lucide-react";
2
3
  import { useState } from "react";
3
4
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
- import { Edit } from "lucide-react";
5
5
  import { useTranslation } from "../../lib/translations.js";
6
6
  //#region src/components-page/account-settings/editable-text.tsx
7
7
  function EditableText(props) {
@@ -1,10 +1,10 @@
1
1
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
- import { yupResolver } from "@hookform/resolvers/yup";
3
- import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
4
2
  import { ActionCell, Badge, Button, Input, Table, TableBody, TableCell, TableRow, Typography } from "@hexclave/ui";
5
3
  import { useEffect, useState } from "react";
6
- import { useForm } from "react-hook-form";
7
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
+ import { yupResolver } from "@hookform/resolvers/yup";
6
+ import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
7
+ import { useForm } from "react-hook-form";
8
8
  import { useUser } from "../../../lib/hooks.js";
9
9
  import { useTranslation } from "../../../lib/translations.js";
10
10
  import { KnownErrors } from "@hexclave/shared/dist/known-errors";
@@ -1,10 +1,10 @@
1
1
  import { runAsynchronously, runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
2
- import { yupResolver } from "@hookform/resolvers/yup";
3
- import { passwordSchema, yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
4
2
  import { Button, Input, Label, PasswordInput, Typography } from "@hexclave/ui";
5
3
  import { useState } from "react";
6
- import { useForm } from "react-hook-form";
7
4
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
+ import { yupResolver } from "@hookform/resolvers/yup";
6
+ import { passwordSchema, yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
7
+ import { useForm } from "react-hook-form";
8
8
  import { getPasswordError } from "@hexclave/shared/dist/helpers/password";
9
9
  import * as yup from "yup";
10
10
  import { useUser } from "../../../lib/hooks.js";
@@ -1,10 +1,10 @@
1
1
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
2
- import { yupResolver } from "@hookform/resolvers/yup";
3
- import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
4
2
  import { Button, Input } from "@hexclave/ui";
5
3
  import { useState } from "react";
6
- import { useForm } from "react-hook-form";
7
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
+ import { yupResolver } from "@hookform/resolvers/yup";
6
+ import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
7
+ import { useForm } from "react-hook-form";
8
8
  import { useStackApp, useUser } from "../../../lib/hooks.js";
9
9
  import { useTranslation } from "../../../lib/translations.js";
10
10
  import { PageLayout } from "../page-layout.js";
@@ -1,11 +1,11 @@
1
1
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
2
- import { yupResolver } from "@hookform/resolvers/yup";
3
- import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
4
2
  import { Button, Input, Table, TableBody, TableCell, TableHead, TableHeader, TableRow, Typography } from "@hexclave/ui";
3
+ import { Trash } from "lucide-react";
5
4
  import { useEffect, useState } from "react";
6
- import { useForm } from "react-hook-form";
7
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
- import { Trash } from "lucide-react";
6
+ import { yupResolver } from "@hookform/resolvers/yup";
7
+ import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
8
+ import { useForm } from "react-hook-form";
9
9
  import { useUser } from "../../../lib/hooks.js";
10
10
  import { useTranslation } from "../../../lib/translations.js";
11
11
  import { FormWarningText } from "../../../components/elements/form-warning.js";
@@ -1,14 +1,13 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
3
  import { Skeleton, Typography } from "@hexclave/ui";
4
+ import { Bell, CirclePlus, Contact, CreditCard, Key, Monitor, Settings, ShieldCheck } from "lucide-react";
4
5
  import { Suspense, useEffect, useMemo, useRef, useState } from "react";
5
6
  import { useStackApp, useUser } from "../index.js";
6
- import { useTranslation } from "../lib/translations.js";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
- import { Bell, CirclePlus, Contact, CreditCard, Key, Monitor, Settings, ShieldCheck } from "lucide-react";
9
7
  import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
10
8
  import { SidebarLayout } from "../components/elements/sidebar-layout.js";
11
9
  import { TeamIcon } from "../components/team-icon.js";
10
+ import { useTranslation } from "../lib/translations.js";
12
11
  import { ActiveSessionsPage } from "./account-settings/active-sessions/active-sessions-page.js";
13
12
  import { ApiKeysPage } from "./account-settings/api-keys/api-keys-page.js";
14
13
  import { EmailsAndAuthPage } from "./account-settings/email-and-auth/email-and-auth-page.js";
@@ -18,6 +17,7 @@ import { PaymentsPage } from "./account-settings/payments/payments-page.js";
18
17
  import { SettingsPage } from "./account-settings/settings/settings-page.js";
19
18
  import { TeamCreationPage } from "./account-settings/teams/team-creation-page.js";
20
19
  import { TeamPage } from "./account-settings/teams/team-page.js";
20
+ import { jsx, jsxs } from "react/jsx-runtime";
21
21
  //#region src/components-page/account-settings.tsx
22
22
  const iconMap = {
23
23
  Contact,
@@ -4,10 +4,10 @@ import { captureError } from "@hexclave/shared/dist/utils/errors";
4
4
  import { Skeleton, Tabs, TabsContent, TabsList, TabsTrigger, Typography, cn } from "@hexclave/ui";
5
5
  import { Suspense, useMemo } from "react";
6
6
  import { useStackApp, useUser } from "../index.js";
7
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
7
8
  import { useTranslation } from "../lib/translations.js";
8
9
  import { jsx, jsxs } from "react/jsx-runtime";
9
10
  import { KnownError } from "@hexclave/shared";
10
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
11
11
  import { use } from "@hexclave/shared/dist/utils/react";
12
12
  import { CredentialSignIn } from "../components/credential-sign-in.js";
13
13
  import { CredentialSignUp } from "../components/credential-sign-up.js";
@@ -5,8 +5,8 @@ import { Typography } from "@hexclave/ui";
5
5
  import { useCallback, useEffect, useRef, useState } from "react";
6
6
  import { useTranslation } from "../lib/translations.js";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
- import { useStackApp } from "../lib/hooks.js";
9
8
  import { MessageCard } from "../components/message-cards/message-card.js";
9
+ import { useStackApp } from "../lib/hooks.js";
10
10
  //#region src/components-page/cli-auth-confirm.tsx
11
11
  async function postCliAuthComplete(app, body) {
12
12
  return await app[hexclaveAppInternalsSymbol].sendRequest("/auth/cli/complete", {
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, Label, Typography, cn } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useStackApp, useUser } from "../index.js";
9
- import { FormWarningText } from "../components/elements/form-warning.js";
6
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
10
7
  import { useTranslation } from "../lib/translations.js";
11
8
  import { jsx, jsxs } from "react/jsx-runtime";
12
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
13
9
  import { StyledLink } from "../components/link.js";
14
10
  import { PredefinedMessageCard } from "../components/message-cards/predefined-message-card.js";
11
+ import { yupResolver } from "@hookform/resolvers/yup";
12
+ import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
13
+ import { useForm } from "react-hook-form";
14
+ import { FormWarningText } from "../components/elements/form-warning.js";
15
15
  //#region src/components-page/forgot-password.tsx
16
16
  function ForgotPasswordForm({ onSent }) {
17
17
  const { t } = useTranslation();
@@ -3,13 +3,13 @@ import { HexclaveAssertionError, captureError } from "@hexclave/shared/dist/util
3
3
  import { Suspense, useEffect, useMemo, useRef, useSyncExternalStore } from "react";
4
4
  import { SignIn, SignUp } from "../index.js";
5
5
  import { jsx } from "react/jsx-runtime";
6
- import { useStackApp as useStackApp$1 } from "../lib/hooks.js";
7
6
  import { KnownError } from "@hexclave/shared";
8
7
  import { use } from "@hexclave/shared/dist/utils/react";
9
8
  import { KnownErrorMessageCard } from "../components/message-cards/known-error-message-card.js";
10
9
  import { MessageCard as MessageCard$1 } from "../components/message-cards/message-card.js";
11
10
  import { PredefinedMessageCard } from "../components/message-cards/predefined-message-card.js";
12
11
  import { CliAuthConfirmation } from "./cli-auth-confirm.js";
12
+ import { useStackApp as useStackApp$1 } from "../lib/hooks.js";
13
13
  import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/index.js";
14
14
  import { filterUndefined } from "@hexclave/shared/dist/utils/objects";
15
15
  import { getRelativePart } from "@hexclave/shared/dist/utils/urls";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import { Button, InputOTP, InputOTPGroup, InputOTPSlot, Spinner, Typography, cn } from "@hexclave/ui";
3
+ import { CheckIcon } from "lucide-react";
3
4
  import { useEffect, useMemo, useRef, useState } from "react";
4
5
  import { useStackApp } from "../index.js";
5
- import { FormWarningText } from "../components/elements/form-warning.js";
6
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
6
7
  import { useTranslation } from "../lib/translations.js";
7
8
  import { jsx, jsxs } from "react/jsx-runtime";
8
9
  import { KnownErrors } from "@hexclave/shared";
9
- import { CheckIcon } from "lucide-react";
10
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
10
+ import { FormWarningText } from "../components/elements/form-warning.js";
11
11
  //#region src/components-page/mfa.tsx
12
12
  function MfaForm({ onSuccess, onCancel }) {
13
13
  const hexclaveApp = useStackApp();
@@ -5,10 +5,10 @@ import { captureError } from "@hexclave/shared/dist/utils/errors";
5
5
  import { Spinner, cn } from "@hexclave/ui";
6
6
  import { useEffect, useRef, useState } from "react";
7
7
  import { useStackApp } from "../index.js";
8
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
8
9
  import { useTranslation } from "../lib/translations.js";
9
10
  import { jsx, jsxs } from "react/jsx-runtime";
10
11
  import { KnownError } from "@hexclave/shared";
11
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
12
12
  import { StyledLink } from "../components/link.js";
13
13
  import { ErrorPage } from "./error-page.js";
14
14
  //#region src/components-page/oauth-callback.tsx
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import { runAsynchronously, runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, Typography } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useStackApp, useUser } from "../index.js";
9
- import { FormWarningText } from "../components/elements/form-warning.js";
10
6
  import { useTranslation } from "../lib/translations.js";
11
7
  import { jsx, jsxs } from "react/jsx-runtime";
12
8
  import { MessageCard as MessageCard$1 } from "../components/message-cards/message-card.js";
9
+ import { yupResolver } from "@hookform/resolvers/yup";
10
+ import { strictEmailSchema, yupObject } from "@hexclave/shared/dist/schema-fields";
11
+ import { useForm } from "react-hook-form";
12
+ import { FormWarningText } from "../components/elements/form-warning.js";
13
13
  //#region src/components-page/onboarding.tsx
14
14
  function Onboarding(props) {
15
15
  const { t } = useTranslation();
@@ -1,22 +1,22 @@
1
1
  "use client";
2
2
  import { runAsynchronouslyWithAlert } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { passwordSchema, yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Label, PasswordInput, Typography, cn } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { useStackApp } from "../index.js";
9
- import { FormWarningText } from "../components/elements/form-warning.js";
6
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
10
7
  import { useTranslation } from "../lib/translations.js";
11
8
  import { jsx, jsxs } from "react/jsx-runtime";
12
- import { getPasswordError } from "@hexclave/shared/dist/helpers/password";
13
- import * as yup from "yup";
14
9
  import { KnownErrors } from "@hexclave/shared";
15
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
16
10
  import { use } from "@hexclave/shared/dist/utils/react";
17
11
  import { MessageCard as MessageCard$1 } from "../components/message-cards/message-card.js";
18
12
  import { PredefinedMessageCard } from "../components/message-cards/predefined-message-card.js";
13
+ import { yupResolver } from "@hookform/resolvers/yup";
14
+ import { passwordSchema, yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
15
+ import { useForm } from "react-hook-form";
16
+ import { FormWarningText } from "../components/elements/form-warning.js";
19
17
  import { cacheFunction } from "@hexclave/shared/dist/utils/caches";
18
+ import { getPasswordError } from "@hexclave/shared/dist/helpers/password";
19
+ import * as yup from "yup";
20
20
  //#region src/components-page/password-reset.tsx
21
21
  function PasswordResetForm(props) {
22
22
  const { t } = useTranslation();
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
- import { yupResolver } from "@hookform/resolvers/yup";
4
- import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
5
3
  import { Button, Input, Label, Typography } from "@hexclave/ui";
6
4
  import { useState } from "react";
7
- import { useForm } from "react-hook-form";
8
5
  import { MessageCard, useStackApp, useUser } from "../index.js";
9
- import { FormWarningText } from "../components/elements/form-warning.js";
6
+ import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
10
7
  import { useTranslation } from "../lib/translations.js";
11
8
  import { jsx, jsxs } from "react/jsx-runtime";
12
- import { MaybeFullPage } from "../components/elements/maybe-full-page.js";
9
+ import { yupResolver } from "@hookform/resolvers/yup";
10
+ import { yupObject, yupString } from "@hexclave/shared/dist/schema-fields";
11
+ import { useForm } from "react-hook-form";
12
+ import { FormWarningText } from "../components/elements/form-warning.js";
13
13
  //#region src/components-page/team-creation.tsx
14
14
  function TeamCreation(props) {
15
15
  const { t } = useTranslation();
@@ -1,6 +1,6 @@
1
1
  import { AnalyticsClickmapOptions, AnalyticsClickmapResponse, AnalyticsClickmapTokenResponse, MetricsResponse, MetricsUserCounts, UserActivityResponse } from "@hexclave/shared/dist/interface/admin-metrics";
2
- import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
3
2
  import { HexclaveAdminInterface } from "@hexclave/shared";
3
+ import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
4
4
  import { Result } from "@hexclave/shared/dist/utils/results";
5
5
  import { AdminEmailOutbox, AdminSentEmail } from "../../index.js";
6
6
  import { EmailConfig, hexclaveAppInternalsSymbol } from "../../common.js";
@@ -1,5 +1,5 @@
1
- import * as yup from "yup";
2
1
  import { HexclaveClientInterface, KnownError, KnownErrors } from "@hexclave/shared";
2
+ import * as yup from "yup";
3
3
  import { Result } from "@hexclave/shared/dist/utils/results";
4
4
  import { TokenObject } from "./common.js";
5
5
  import { ConvexCtx, GetCurrentPartialUserOptions, GetCurrentUserOptions, HandlerUrlOptions as HandlerUrlOptions$1, HandlerUrls, OAuthScopesOnSignIn, RedirectMethod, RedirectToOptions, RequestLike, ResolvedHandlerUrls as ResolvedHandlerUrls$1, TokenStoreInit, hexclaveAppInternalsSymbol } from "../../common.js";
@@ -14,8 +14,8 @@ import { Store } from "@hexclave/shared/dist/utils/stores";
14
14
  import { envVars } from "../../../../generated/env.js";
15
15
  import { resolveHandlerUrls } from "../../url-targets.js";
16
16
  //#region src/lib/hexclave-app/apps/implementations/common.ts
17
- const clientVersion = "js @hexclave/tanstack-start@1.0.63";
18
- if ("js @hexclave/tanstack-start@1.0.63".startsWith("STACK_COMPILE_TIME"));
17
+ const clientVersion = "js @hexclave/tanstack-start@1.0.64";
18
+ if ("js @hexclave/tanstack-start@1.0.64".startsWith("STACK_COMPILE_TIME"));
19
19
  const replaceHexclavePortPrefix = (input) => {
20
20
  if (!input) return input;
21
21
  const prefix = envVars.HEXCLAVE_PORT_PREFIX;
@@ -1,5 +1,5 @@
1
- import * as yup from "yup";
2
1
  import { HexclaveServerInterface, KnownErrors } from "@hexclave/shared";
2
+ import * as yup from "yup";
3
3
  import { Result } from "@hexclave/shared/dist/utils/results";
4
4
  import { ConvexCtx, GetCurrentUserOptions } from "../../common.js";
5
5
  import { AdminProjectPermissionDefinition, AdminTeamPermission, AdminTeamPermissionDefinition } from "../../permissions/index.js";
@@ -1,5 +1,5 @@
1
- import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
2
1
  import { KnownErrors } from "@hexclave/shared";
2
+ import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
3
3
  import { Result } from "@hexclave/shared/dist/utils/results";
4
4
  import { InternalSession } from "@hexclave/shared/dist/sessions";
5
5
  import { ReadonlyJson } from "@hexclave/shared/dist/utils/json";
@@ -17,8 +17,8 @@ let _hexclave_shared_dist_utils_stores = require("@hexclave/shared/dist/utils/st
17
17
  let ____________generated_env_js = require("../../../../generated/env.js");
18
18
  let ______url_targets_js = require("../../url-targets.js");
19
19
  //#region src/lib/hexclave-app/apps/implementations/common.ts
20
- const clientVersion = "js @hexclave/tanstack-start@1.0.63";
21
- if ("js @hexclave/tanstack-start@1.0.63".startsWith("STACK_COMPILE_TIME"));
20
+ const clientVersion = "js @hexclave/tanstack-start@1.0.64";
21
+ if ("js @hexclave/tanstack-start@1.0.64".startsWith("STACK_COMPILE_TIME"));
22
22
  const replaceHexclavePortPrefix = (input) => {
23
23
  if (!input) return input;
24
24
  const prefix = ____________generated_env_js.envVars.HEXCLAVE_PORT_PREFIX;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "//": "THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template (FOR package.json FILES, PLEASE EDIT package-template.json)",
3
3
  "name": "@hexclave/tanstack-start",
4
- "version": "1.0.63",
4
+ "version": "1.0.64",
5
5
  "repository": "https://github.com/hexclave/hexclave",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -85,8 +85,8 @@
85
85
  "tailwindcss-animate": "^1.0.7",
86
86
  "rrweb": "^1.1.3",
87
87
  "yup": "^1.7.1",
88
- "@hexclave/shared": "1.0.63",
89
- "@hexclave/ui": "1.0.63"
88
+ "@hexclave/shared": "1.0.64",
89
+ "@hexclave/ui": "1.0.64"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@types/react": ">=18.0.0",