@hexclave/tanstack-start 1.0.28 → 1.0.29

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 (29) hide show
  1. package/dist/clickmap/clickmap-core.js +1 -1
  2. package/dist/components-page/cli-auth-confirm.js +1 -1
  3. package/dist/components-page/cli-auth-confirm.test.js +1 -1
  4. package/dist/dev-tool/dev-tool-core.js +2 -2
  5. package/dist/dev-tool/index.js +1 -1
  6. package/dist/esm/clickmap/clickmap-core.js +1 -1
  7. package/dist/esm/components-page/cli-auth-confirm.js +1 -1
  8. package/dist/esm/components-page/cli-auth-confirm.test.js +1 -1
  9. package/dist/esm/dev-tool/dev-tool-core.js +2 -2
  10. package/dist/esm/dev-tool/index.js +1 -1
  11. package/dist/esm/generated/quetzal-translations.d.ts +2 -2
  12. package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.js +1 -1
  13. package/dist/esm/lib/hexclave-app/apps/implementations/common.js +1 -1
  14. package/dist/esm/pushed-config-error-overlay/index.js +2 -2
  15. package/dist/esm/pushed-config-error-overlay/index.js.map +1 -1
  16. package/dist/esm/pushed-config-error-overlay/index.test.d.ts +1 -0
  17. package/dist/esm/pushed-config-error-overlay/index.test.js +67 -0
  18. package/dist/esm/pushed-config-error-overlay/index.test.js.map +1 -0
  19. package/dist/generated/quetzal-translations.d.ts +2 -2
  20. package/dist/lib/hexclave-app/apps/implementations/client-app-impl.js +1 -1
  21. package/dist/lib/hexclave-app/apps/implementations/common.js +1 -1
  22. package/dist/pushed-config-error-overlay/index.js +2 -2
  23. package/dist/pushed-config-error-overlay/index.js.map +1 -1
  24. package/dist/pushed-config-error-overlay/index.test.d.ts +1 -0
  25. package/dist/pushed-config-error-overlay/index.test.js +67 -0
  26. package/dist/pushed-config-error-overlay/index.test.js.map +1 -0
  27. package/package.json +3 -3
  28. package/src/pushed-config-error-overlay/index.test.ts +76 -0
  29. package/src/pushed-config-error-overlay/index.ts +4 -1
@@ -1,7 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BE-pF4vm.js');
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
- let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
5
4
  let _hexclave_shared_dist_interface_admin_metrics = require("@hexclave/shared/dist/interface/admin-metrics");
6
5
  let _hexclave_shared_dist_utils_analytics_clickmap_overlay = require("@hexclave/shared/dist/utils/analytics-clickmap-overlay");
7
6
  let _hexclave_shared_dist_utils_dev_tool = require("@hexclave/shared/dist/utils/dev-tool");
@@ -9,6 +8,7 @@ let _hexclave_shared_dist_utils_dom = require("@hexclave/shared/dist/utils/dom")
9
8
  let _hexclave_shared_dist_utils_elements_chain = require("@hexclave/shared/dist/utils/elements-chain");
10
9
  let _hexclave_shared_dist_utils_strings = require("@hexclave/shared/dist/utils/strings");
11
10
  let ___in_page_ui_dom_js = require("../in-page-ui/dom.js");
11
+ let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
12
12
  let __clickmap_styles_js = require("./clickmap-styles.js");
13
13
 
14
14
  //#region src/clickmap/clickmap-core.ts
@@ -8,8 +8,8 @@ let react = require("react");
8
8
  let ___lib_translations_js = require("../lib/translations.js");
9
9
  let react_jsx_runtime = require("react/jsx-runtime");
10
10
  let ___lib_hooks_js = require("../lib/hooks.js");
11
- let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
12
11
  let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
12
+ let ___components_message_cards_message_card_js = require("../components/message-cards/message-card.js");
13
13
 
14
14
  //#region src/components-page/cli-auth-confirm.tsx
15
15
  async function postCliAuthComplete(app, body) {
@@ -3,9 +3,9 @@ let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/
3
3
  let react = require("react");
4
4
  react = require_chunk.__toESM(react);
5
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
+ let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
6
7
  let react_dom_client = require("react-dom/client");
7
8
  let vitest = require("vitest");
8
- let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
9
9
  let ___providers_hexclave_context_js = require("../providers/hexclave-context.js");
10
10
  let __cli_auth_confirm_js = require("./cli-auth-confirm.js");
11
11
 
@@ -1,11 +1,11 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BE-pF4vm.js');
3
3
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
4
+ let _hexclave_shared_dist_utils_dev_tool = require("@hexclave/shared/dist/utils/dev-tool");
5
+ let ___in_page_ui_dom_js = require("../in-page-ui/dom.js");
4
6
  let ___lib_hexclave_app_common_js = require("../lib/hexclave-app/common.js");
5
7
  let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
6
8
  let ___lib_hexclave_app_url_targets_js = require("../lib/hexclave-app/url-targets.js");
7
- let _hexclave_shared_dist_utils_dev_tool = require("@hexclave/shared/dist/utils/dev-tool");
8
- let ___in_page_ui_dom_js = require("../in-page-ui/dom.js");
9
9
  let ___generated_env_js = require("../generated/env.js");
10
10
  let ___lib_hexclave_app_apps_implementations_common_js = require("../lib/hexclave-app/apps/implementations/common.js");
11
11
  let __dev_tool_styles_js = require("./dev-tool-styles.js");
@@ -2,8 +2,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  const require_chunk = require('../chunk-BE-pF4vm.js');
3
3
  let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/errors");
4
4
  let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/promises");
5
- let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
6
5
  let ___in_page_ui_dom_js = require("../in-page-ui/dom.js");
6
+ let _hexclave_shared_dist_utils_urls = require("@hexclave/shared/dist/utils/urls");
7
7
  let ___generated_env_js = require("../generated/env.js");
8
8
 
9
9
  //#region src/dev-tool/index.ts
@@ -1,5 +1,4 @@
1
1
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
- import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
3
2
  import { AnalyticsClickmapResponseBodySchema } from "@hexclave/shared/dist/interface/admin-metrics";
4
3
  import { CLICKMAP_OVERLAY_RESUME_STORAGE_KEY, CLICKMAP_OVERLAY_TOKEN_STORAGE_KEY, CLICKMAP_OVERLAY_TOKEN_UPDATED_EVENT } from "@hexclave/shared/dist/utils/analytics-clickmap-overlay";
5
4
  import { CLICKMAP_ROOT_ID, DEV_TOOL_ROOT_ID } from "@hexclave/shared/dist/utils/dev-tool";
@@ -7,6 +6,7 @@ import { cssEscapeIdent } from "@hexclave/shared/dist/utils/dom";
7
6
  import { buildElementsChain, parseElementsChain } from "@hexclave/shared/dist/utils/elements-chain";
8
7
  import { stringCompare } from "@hexclave/shared/dist/utils/strings";
9
8
  import { getGlobalUiInstance, h, hasAppendChild, setGlobalUiInstance, setHtml } from "../in-page-ui/dom.js";
9
+ import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
10
10
  import { clickmapCSS } from "./clickmap-styles.js";
11
11
 
12
12
  //#region src/clickmap/clickmap-core.ts
@@ -6,8 +6,8 @@ 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
8
  import { useStackApp } from "../lib/hooks.js";
9
- import { MessageCard } from "../components/message-cards/message-card.js";
10
9
  import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
10
+ import { MessageCard } from "../components/message-cards/message-card.js";
11
11
 
12
12
  //#region src/components-page/cli-auth-confirm.tsx
13
13
  async function postCliAuthComplete(app, body) {
@@ -1,9 +1,9 @@
1
1
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
2
  import React, { act } from "react";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
+ import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
4
5
  import { createRoot } from "react-dom/client";
5
6
  import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
6
- import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
7
7
  import { HexclaveContext } from "../providers/hexclave-context.js";
8
8
  import { useCliAuthConfirmation } from "./cli-auth-confirm.js";
9
9
 
@@ -1,9 +1,9 @@
1
1
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
2
+ import { DEV_TOOL_ROOT_ID } from "@hexclave/shared/dist/utils/dev-tool";
3
+ import { getGlobalUiInstance, h, hasAppendChild, setGlobalUiInstance, setHtml } from "../in-page-ui/dom.js";
2
4
  import { hexclaveAppInternalsSymbol } from "../lib/hexclave-app/common.js";
3
5
  import { isLocalhost } from "@hexclave/shared/dist/utils/urls";
4
6
  import { getPagePrompt } from "../lib/hexclave-app/url-targets.js";
5
- import { DEV_TOOL_ROOT_ID } from "@hexclave/shared/dist/utils/dev-tool";
6
- import { getGlobalUiInstance, h, hasAppendChild, setGlobalUiInstance, setHtml } from "../in-page-ui/dom.js";
7
7
  import { envVars } from "../generated/env.js";
8
8
  import { getBaseUrl } from "../lib/hexclave-app/apps/implementations/common.js";
9
9
  import { devToolCSS } from "./dev-tool-styles.js";
@@ -1,7 +1,7 @@
1
1
  import { captureError } from "@hexclave/shared/dist/utils/errors";
2
2
  import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
3
- import { isLocalhost } from "@hexclave/shared/dist/utils/urls";
4
3
  import { canMountIntoDom } from "../in-page-ui/dom.js";
4
+ import { isLocalhost } from "@hexclave/shared/dist/utils/urls";
5
5
  import { envVars } from "../generated/env.js";
6
6
 
7
7
  //#region src/dev-tool/index.ts