@hexclave/next 1.0.13 → 1.0.14

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 (89) hide show
  1. package/dist/components/api-key-dialogs.js +5 -5
  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 +1 -1
  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 +2 -2
  12. package/dist/components/user-button.js +1 -1
  13. package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  14. package/dist/components-page/account-settings/editable-text.js +1 -1
  15. package/dist/components-page/account-settings/email-and-auth/emails-section.js +3 -3
  16. package/dist/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  17. package/dist/components-page/account-settings/email-and-auth/password-section.js +3 -3
  18. package/dist/components-page/account-settings/teams/team-api-keys-section.js +1 -1
  19. package/dist/components-page/account-settings/teams/team-creation-page.js +3 -3
  20. package/dist/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
  21. package/dist/components-page/account-settings.js +3 -3
  22. package/dist/components-page/auth-page.js +2 -2
  23. package/dist/components-page/cli-auth-confirm.js +1 -1
  24. package/dist/components-page/email-verification.js +1 -1
  25. package/dist/components-page/forgot-password.js +5 -5
  26. package/dist/components-page/hexclave-handler-client.js +2 -2
  27. package/dist/components-page/magic-link-callback.js +1 -1
  28. package/dist/components-page/mfa.js +3 -3
  29. package/dist/components-page/oauth-callback.js +2 -2
  30. package/dist/components-page/onboarding.js +4 -4
  31. package/dist/components-page/password-reset.js +8 -8
  32. package/dist/components-page/team-creation.js +5 -5
  33. package/dist/dev-tool/index.js +1 -1
  34. package/dist/esm/components/api-key-dialogs.js +5 -5
  35. package/dist/esm/components/credential-sign-in.js +3 -3
  36. package/dist/esm/components/credential-sign-up.js +5 -5
  37. package/dist/esm/components/elements/sidebar-layout.js +1 -1
  38. package/dist/esm/components/elements/user-avatar.js +1 -1
  39. package/dist/esm/components/magic-link-sign-in.js +5 -5
  40. package/dist/esm/components/message-cards/predefined-message-card.js +1 -1
  41. package/dist/esm/components/passkey-button.js +1 -1
  42. package/dist/esm/components/profile-image-editor.js +1 -1
  43. package/dist/esm/components/team-icon.js +1 -1
  44. package/dist/esm/components/team-switcher.js +2 -2
  45. package/dist/esm/components/user-button.js +1 -1
  46. package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  47. package/dist/esm/components-page/account-settings/editable-text.js +1 -1
  48. package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +3 -3
  49. package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  50. package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +3 -3
  51. package/dist/esm/components-page/account-settings/teams/team-api-keys-section.js +1 -1
  52. package/dist/esm/components-page/account-settings/teams/team-creation-page.js +3 -3
  53. package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +4 -4
  54. package/dist/esm/components-page/account-settings.d.ts +1 -1
  55. package/dist/esm/components-page/account-settings.js +3 -3
  56. package/dist/esm/components-page/auth-page.js +2 -2
  57. package/dist/esm/components-page/cli-auth-confirm.js +1 -1
  58. package/dist/esm/components-page/email-verification.js +1 -1
  59. package/dist/esm/components-page/forgot-password.js +5 -5
  60. package/dist/esm/components-page/hexclave-handler-client.js +2 -2
  61. package/dist/esm/components-page/magic-link-callback.js +1 -1
  62. package/dist/esm/components-page/mfa.js +3 -3
  63. package/dist/esm/components-page/oauth-callback.js +2 -2
  64. package/dist/esm/components-page/onboarding.js +4 -4
  65. package/dist/esm/components-page/password-reset.js +7 -7
  66. package/dist/esm/components-page/team-creation.js +5 -5
  67. package/dist/esm/dev-tool/index.js +1 -1
  68. package/dist/esm/generated/quetzal-translations.d.ts +2 -2
  69. package/dist/esm/lib/auth.js +1 -1
  70. package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +1 -1
  71. package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.js +1 -1
  72. package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
  73. package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.js +1 -1
  74. package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
  75. package/dist/esm/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +2 -2
  76. package/dist/esm/lib/hexclave-app/apps/implementations/server-app-impl.js +1 -1
  77. package/dist/esm/lib/hexclave-app/apps/implementations/session-replay.js +1 -1
  78. package/dist/esm/lib/hexclave-app/users/index.d.ts +1 -1
  79. package/dist/esm/providers/translation-provider.js +1 -1
  80. package/dist/generated/quetzal-translations.d.ts +2 -2
  81. package/dist/lib/auth.js +1 -1
  82. package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.js +1 -1
  83. package/dist/lib/hexclave-app/apps/implementations/client-app-impl.js +1 -1
  84. package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
  85. package/dist/lib/hexclave-app/apps/implementations/server-app-impl.d.ts +1 -1
  86. package/dist/lib/hexclave-app/apps/implementations/server-app-impl.js +1 -1
  87. package/dist/lib/hexclave-app/apps/implementations/session-replay.js +1 -1
  88. package/dist/providers/translation-provider.js +1 -1
  89. package/package.json +4 -4
package/dist/lib/auth.js CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let _hexclave_shared = require("@hexclave/shared");
4
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
5
5
  let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
6
6
  let _hexclave_shared_dist_utils_strings = require("@hexclave/shared/dist/utils/strings");
7
7
  let ___utils_url_js = require("../utils/url.js");
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../../../../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let react = require("react");
5
4
  let _hexclave_shared = require("@hexclave/shared");
5
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
6
6
  let _hexclave_shared_dist_utils_objects = require("@hexclave/shared/dist/utils/objects");
7
7
  let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
8
8
  let __common_js = require("./common.js");
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../../../../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
4
  let react = require("react");
6
5
  react = require_chunk.__toESM(react);
7
6
  let _hexclave_shared = require("@hexclave/shared");
7
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
8
8
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
9
9
  let _hexclave_shared_dist_utils_objects = require("@hexclave/shared/dist/utils/objects");
10
10
  let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../../../../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
4
  let react = require("react");
6
5
  react = require_chunk.__toESM(react);
6
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
7
7
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
8
8
  let _hexclave_shared_dist_utils_objects = require("@hexclave/shared/dist/utils/objects");
9
9
  let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
@@ -17,7 +17,7 @@ let ____________generated_env_js = require("../../../../generated/env.js");
17
17
  let ______url_targets_js = require("../../url-targets.js");
18
18
 
19
19
  //#region src/lib/hexclave-app/apps/implementations/common.ts
20
- const clientVersion = "js @hexclave/next@1.0.13";
20
+ const clientVersion = "js @hexclave/next@1.0.14";
21
21
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new _hexclave_shared_dist_utils_errors.HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
22
22
  const replaceHexclavePortPrefix = (input) => {
23
23
  if (!input) return input;
@@ -70,7 +70,7 @@ declare class _HexclaveServerAppImplIncomplete<HasTokenStore extends boolean, Pr
70
70
  protected _serverNotificationCategoryFromCrud(userId: string, crud: NotificationPreferenceCrud['Server']['Read']): NotificationCategory;
71
71
  protected _serverOAuthProviderFromCrud(crud: OAuthProviderCrud['Server']['Read']): {
72
72
  id: string;
73
- type: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
73
+ type: "x" | "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "twitch";
74
74
  userId: string;
75
75
  accountId: string;
76
76
  email: string | undefined;
@@ -1,9 +1,9 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../../../../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
4
  let react = require("react");
6
5
  let _hexclave_shared = require("@hexclave/shared");
6
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
7
7
  let _hexclave_shared_dist_utils_react = require("@hexclave/shared/dist/utils/react");
8
8
  let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
9
9
  let __common_js = require("./common.js");
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../../../../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
5
5
  let _hexclave_shared_dist_utils_results = require("@hexclave/shared/dist/utils/results");
6
6
  let _hexclave_shared_dist_utils_env = require("@hexclave/shared/dist/utils/env");
7
7
 
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BE-pF4vm.js');
3
- let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
3
  let react_jsx_runtime = require("react/jsx-runtime");
4
+ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
5
5
  let ___generated_quetzal_translations_js = require("../generated/quetzal-translations.js");
6
6
  let __translation_provider_client_js = require("./translation-provider-client.js");
7
7
 
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/next",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "repository": "https://github.com/hexclave/hexclave",
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -75,9 +75,9 @@
75
75
  "rrweb": "^1.1.3",
76
76
  "tsx": "^4.21.0",
77
77
  "yup": "^1.7.1",
78
- "@hexclave/shared": "1.0.13",
79
- "@hexclave/sc": "1.0.13",
80
- "@hexclave/ui": "1.0.13"
78
+ "@hexclave/shared": "1.0.14",
79
+ "@hexclave/ui": "1.0.14",
80
+ "@hexclave/sc": "1.0.14"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=18.0.0",