@hexclave/tanstack-start 1.0.18 → 1.0.19

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 (64) hide show
  1. package/dist/clickmap/clickmap-core.js +1 -1
  2. package/dist/clickmap/index.js +2 -2
  3. package/dist/components/api-key-dialogs.js +2 -2
  4. package/dist/components/credential-sign-in.js +1 -1
  5. package/dist/components/credential-sign-up.js +1 -1
  6. package/dist/components/magic-link-sign-in.js +1 -1
  7. package/dist/components/team-switcher.js +1 -1
  8. package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  9. package/dist/components-page/account-settings/email-and-auth/emails-section.js +1 -1
  10. package/dist/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  11. package/dist/components-page/account-settings/email-and-auth/password-section.js +1 -1
  12. package/dist/components-page/account-settings/teams/team-creation-page.js +1 -1
  13. package/dist/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
  14. package/dist/components-page/auth-page.js +1 -1
  15. package/dist/components-page/cli-auth-confirm.js +1 -1
  16. package/dist/components-page/cli-auth-confirm.test.js +1 -1
  17. package/dist/components-page/forgot-password.js +1 -1
  18. package/dist/components-page/oauth-callback.js +1 -1
  19. package/dist/components-page/onboarding.js +1 -1
  20. package/dist/components-page/password-reset.js +1 -1
  21. package/dist/components-page/team-creation.js +1 -1
  22. package/dist/dev-tool/dev-tool-core.js +1 -1
  23. package/dist/dev-tool/index.js +1 -1
  24. package/dist/esm/clickmap/clickmap-core.js +1 -1
  25. package/dist/esm/clickmap/index.js +2 -2
  26. package/dist/esm/components/api-key-dialogs.js +2 -2
  27. package/dist/esm/components/credential-sign-in.js +1 -1
  28. package/dist/esm/components/credential-sign-up.js +1 -1
  29. package/dist/esm/components/magic-link-sign-in.js +1 -1
  30. package/dist/esm/components/team-switcher.js +1 -1
  31. package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
  32. package/dist/esm/components-page/account-settings/email-and-auth/emails-section.js +1 -1
  33. package/dist/esm/components-page/account-settings/email-and-auth/mfa-section.js +1 -1
  34. package/dist/esm/components-page/account-settings/email-and-auth/password-section.js +1 -1
  35. package/dist/esm/components-page/account-settings/teams/team-creation-page.js +1 -1
  36. package/dist/esm/components-page/account-settings/teams/team-member-invitation-section.js +1 -1
  37. package/dist/esm/components-page/auth-page.js +1 -1
  38. package/dist/esm/components-page/cli-auth-confirm.js +1 -1
  39. package/dist/esm/components-page/cli-auth-confirm.test.js +1 -1
  40. package/dist/esm/components-page/forgot-password.js +1 -1
  41. package/dist/esm/components-page/oauth-callback.js +1 -1
  42. package/dist/esm/components-page/onboarding.js +1 -1
  43. package/dist/esm/components-page/password-reset.js +1 -1
  44. package/dist/esm/components-page/team-creation.js +1 -1
  45. package/dist/esm/dev-tool/dev-tool-core.js +1 -1
  46. package/dist/esm/dev-tool/index.js +1 -1
  47. package/dist/esm/generated/quetzal-translations.d.ts +2 -2
  48. package/dist/esm/lib/auth.js +1 -1
  49. package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +1 -1
  50. package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.js +2 -2
  51. package/dist/esm/lib/hexclave-app/apps/implementations/common.js +2 -2
  52. package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.js +1 -1
  53. package/dist/esm/lib/hexclave-app/apps/implementations/server-app-impl.js +1 -1
  54. package/dist/esm/lib/hexclave-app/apps/implementations/session-replay.js +1 -1
  55. package/dist/esm/providers/theme-provider.js +1 -1
  56. package/dist/generated/quetzal-translations.d.ts +2 -2
  57. package/dist/lib/auth.js +1 -1
  58. package/dist/lib/hexclave-app/apps/implementations/client-app-impl.js +2 -2
  59. package/dist/lib/hexclave-app/apps/implementations/common.js +2 -2
  60. package/dist/lib/hexclave-app/apps/implementations/event-tracker.js +1 -1
  61. package/dist/lib/hexclave-app/apps/implementations/server-app-impl.js +1 -1
  62. package/dist/lib/hexclave-app/apps/implementations/session-replay.js +1 -1
  63. package/dist/providers/theme-provider.js +1 -1
  64. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
- import { deindent } from "@hexclave/shared/dist/utils/strings";
2
1
  import { HexclaveAssertionError, throwErr } from "@hexclave/shared/dist/utils/errors";
3
2
  import { KnownError } from "@hexclave/shared";
3
+ import { deindent } from "@hexclave/shared/dist/utils/strings";
4
4
  import { Result } from "@hexclave/shared/dist/utils/results";
5
5
  import { constructRedirectUrl } from "../utils/url.js";
6
6
  import { consumeVerifierAndStateCookie, saveVerifierAndState } from "./cookie.js";
@@ -1,6 +1,6 @@
1
- import { AnalyticsClickmapOptions, AnalyticsClickmapResponse, AnalyticsClickmapTokenResponse, MetricsResponse, MetricsUserCounts, UserActivityResponse } from "@hexclave/shared/dist/interface/admin-metrics";
2
1
  import { RestrictedReason } from "@hexclave/shared/dist/schema-fields";
3
2
  import { HexclaveAdminInterface } from "@hexclave/shared";
3
+ import { AnalyticsClickmapOptions, AnalyticsClickmapResponse, AnalyticsClickmapTokenResponse, MetricsResponse, MetricsUserCounts, UserActivityResponse } from "@hexclave/shared/dist/interface/admin-metrics";
4
4
  import { Result } from "@hexclave/shared/dist/utils/results";
5
5
  import * as _hexclave_shared_dist_interface_handler_urls0 from "@hexclave/shared/dist/interface/handler-urls";
6
6
  import * as _hexclave_shared_dist_sessions0 from "@hexclave/shared/dist/sessions";
@@ -1,8 +1,8 @@
1
- import { neverResolve, runAsynchronously, wait } from "@hexclave/shared/dist/utils/promises";
2
- import { deindent, mergeScopeStrings } from "@hexclave/shared/dist/utils/strings";
3
1
  import { HexclaveAssertionError, captureError, throwErr } from "@hexclave/shared/dist/utils/errors";
2
+ import { neverResolve, runAsynchronously, wait } from "@hexclave/shared/dist/utils/promises";
4
3
  import React, { useCallback, useMemo } from "react";
5
4
  import { HexclaveClientInterface, KnownErrors } from "@hexclave/shared";
5
+ import { deindent, mergeScopeStrings } from "@hexclave/shared/dist/utils/strings";
6
6
  import { suspend, suspendIfSsr, use } from "@hexclave/shared/dist/utils/react";
7
7
  import { deepPlainEquals, omit } from "@hexclave/shared/dist/utils/objects";
8
8
  import { createUrlIfValid, getRelativePart, isRelative } from "@hexclave/shared/dist/utils/urls";
@@ -1,5 +1,5 @@
1
- import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
1
  import { HexclaveAssertionError, captureError, concatStacktraces, throwErr } from "@hexclave/shared/dist/utils/errors";
2
+ import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
3
  import React, { useCallback } from "react";
4
4
  import { use } from "@hexclave/shared/dist/utils/react";
5
5
  import { filterUndefined, omit } from "@hexclave/shared/dist/utils/objects";
@@ -14,7 +14,7 @@ import { envVars } from "../../../../generated/env.js";
14
14
  import { resolveHandlerUrls } from "../../url-targets.js";
15
15
 
16
16
  //#region src/lib/hexclave-app/apps/implementations/common.ts
17
- const clientVersion = "js @hexclave/tanstack-start@1.0.18";
17
+ const clientVersion = "js @hexclave/tanstack-start@1.0.19";
18
18
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) throw new HexclaveAssertionError("Client version was not replaced. Something went wrong during build!");
19
19
  const replaceHexclavePortPrefix = (input) => {
20
20
  if (!input) return input;
@@ -1,7 +1,7 @@
1
+ import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
1
2
  import { CLICKMAP_ROOT_ID, DEV_TOOL_ROOT_ID } from "@hexclave/shared/dist/utils/dev-tool";
2
3
  import { cssEscapeIdent } from "@hexclave/shared/dist/utils/dom";
3
4
  import { ELEMENTS_CHAIN_MAX_DEPTH, buildElementsChain } from "@hexclave/shared/dist/utils/elements-chain";
4
- import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
5
5
  import { isBrowserLike } from "@hexclave/shared/dist/utils/env";
6
6
  import { generateUuid } from "./session-replay.js";
7
7
 
@@ -1,5 +1,5 @@
1
- import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
1
  import { HexclaveAssertionError, captureError, throwErr } from "@hexclave/shared/dist/utils/errors";
2
+ import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
3
  import { useMemo } from "react";
4
4
  import { HexclaveServerInterface, KnownErrors } from "@hexclave/shared";
5
5
  import { suspend } from "@hexclave/shared/dist/utils/react";
@@ -1,5 +1,5 @@
1
- import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
1
  import { captureWarning } from "@hexclave/shared/dist/utils/errors";
2
+ import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
3
  import { Result } from "@hexclave/shared/dist/utils/results";
4
4
  import { isBrowserLike } from "@hexclave/shared/dist/utils/env";
5
5
 
@@ -1,10 +1,10 @@
1
1
  'use client';
2
2
 
3
- import { deindent } from "@hexclave/shared/dist/utils/strings";
4
3
  import { TooltipProvider } from "@hexclave/ui";
5
4
  import React from "react";
6
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
6
  import Color from "color";
7
+ import { deindent } from "@hexclave/shared/dist/utils/strings";
8
8
  import { globalCSS } from "../generated/global-css.js";
9
9
  import { BrowserScript } from "../utils/browser-script.js";
10
10
  import { DEFAULT_THEME } from "../utils/constants.js";