@hexclave/react 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
- package/dist/components-page/account-settings/api-keys/api-keys-page.js +2 -2
- package/dist/components-page/account-settings/teams/team-api-keys-section.js +2 -2
- package/dist/config.d.ts +2 -0
- package/dist/config.js +22 -0
- package/dist/esm/components-page/account-settings/active-sessions/active-sessions-page.js +1 -1
- package/dist/esm/components-page/account-settings/api-keys/api-keys-page.js +2 -2
- package/dist/esm/components-page/account-settings/teams/team-api-keys-section.js +2 -2
- package/dist/esm/config.d.ts +2 -0
- package/dist/esm/config.js +3 -0
- package/dist/esm/generated/quetzal-translations.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +9 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.js +23 -6
- package/dist/esm/lib/hexclave-app/apps/implementations/admin-app-impl.js.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.cross-domain.test.js +78 -0
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.cross-domain.test.js.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.d.ts.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.js +11 -6
- package/dist/esm/lib/hexclave-app/apps/implementations/client-app-impl.js.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/common.js +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.d.ts.map +1 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.js +2 -1
- package/dist/esm/lib/hexclave-app/apps/implementations/event-tracker.js.map +1 -1
- package/dist/generated/quetzal-translations.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts +9 -1
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.d.ts.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.js +23 -6
- package/dist/lib/hexclave-app/apps/implementations/admin-app-impl.js.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.cross-domain.test.js +78 -0
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.cross-domain.test.js.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.d.ts +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.d.ts.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.js +11 -6
- package/dist/lib/hexclave-app/apps/implementations/client-app-impl.js.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/common.js +1 -1
- package/dist/lib/hexclave-app/apps/implementations/event-tracker.d.ts.map +1 -1
- package/dist/lib/hexclave-app/apps/implementations/event-tracker.js +2 -1
- package/dist/lib/hexclave-app/apps/implementations/event-tracker.js.map +1 -1
- package/package.json +12 -3
- package/src/config.ts +17 -0
- package/src/integrations/convex/component/README.md +1 -1
- package/src/lib/hexclave-app/apps/implementations/admin-app-impl.ts +21 -6
- package/src/lib/hexclave-app/apps/implementations/client-app-impl.cross-domain.test.ts +108 -0
- package/src/lib/hexclave-app/apps/implementations/client-app-impl.ts +18 -6
- package/src/lib/hexclave-app/apps/implementations/event-tracker.ts +1 -0
|
@@ -5,10 +5,10 @@ let _hexclave_shared_dist_utils_promises = require("@hexclave/shared/dist/utils/
|
|
|
5
5
|
let _hexclave_ui = require("@hexclave/ui");
|
|
6
6
|
let react = require("react");
|
|
7
7
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
|
+
let _hexclave_shared_dist_utils_dates = require("@hexclave/shared/dist/utils/dates");
|
|
8
9
|
let _________lib_hooks_js = require("../../../lib/hooks.js");
|
|
9
10
|
let _________lib_translations_js = require("../../../lib/translations.js");
|
|
10
11
|
let ___page_layout_js = require("../page-layout.js");
|
|
11
|
-
let _hexclave_shared_dist_utils_dates = require("@hexclave/shared/dist/utils/dates");
|
|
12
12
|
|
|
13
13
|
//#region src/components-page/account-settings/active-sessions/active-sessions-page.tsx
|
|
14
14
|
function ActiveSessionsPage(props) {
|
|
@@ -3,11 +3,11 @@ const require_chunk = require('../../../chunk-BE-pF4vm.js');
|
|
|
3
3
|
let _hexclave_ui = require("@hexclave/ui");
|
|
4
4
|
let react = require("react");
|
|
5
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
6
|
-
let _________components_api_key_dialogs_js = require("../../../components/api-key-dialogs.js");
|
|
7
|
-
let _________components_api_key_table_js = require("../../../components/api-key-table.js");
|
|
8
6
|
let _________lib_hooks_js = require("../../../lib/hooks.js");
|
|
9
7
|
let _________lib_translations_js = require("../../../lib/translations.js");
|
|
10
8
|
let ___page_layout_js = require("../page-layout.js");
|
|
9
|
+
let _________components_api_key_dialogs_js = require("../../../components/api-key-dialogs.js");
|
|
10
|
+
let _________components_api_key_table_js = require("../../../components/api-key-table.js");
|
|
11
11
|
|
|
12
12
|
//#region src/components-page/account-settings/api-keys/api-keys-page.tsx
|
|
13
13
|
function ApiKeysPage(props) {
|
|
@@ -4,10 +4,10 @@ let _hexclave_shared_dist_utils_errors = require("@hexclave/shared/dist/utils/er
|
|
|
4
4
|
let _hexclave_ui = require("@hexclave/ui");
|
|
5
5
|
let react = require("react");
|
|
6
6
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
|
-
let _________components_api_key_dialogs_js = require("../../../components/api-key-dialogs.js");
|
|
8
|
-
let _________components_api_key_table_js = require("../../../components/api-key-table.js");
|
|
9
7
|
let _________lib_hooks_js = require("../../../lib/hooks.js");
|
|
10
8
|
let _________lib_translations_js = require("../../../lib/translations.js");
|
|
9
|
+
let _________components_api_key_dialogs_js = require("../../../components/api-key-dialogs.js");
|
|
10
|
+
let _________components_api_key_table_js = require("../../../components/api-key-table.js");
|
|
11
11
|
let ___section_js = require("../section.js");
|
|
12
12
|
|
|
13
13
|
//#region src/components-page/account-settings/teams/team-api-keys-section.tsx
|
package/dist/config.d.ts
ADDED
package/dist/config.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_chunk = require('./chunk-BE-pF4vm.js');
|
|
3
|
+
let _hexclave_shared_config = require("@hexclave/shared/config");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, 'defineHexclaveConfig', {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function () {
|
|
8
|
+
return _hexclave_shared_config.defineHexclaveConfig;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, 'defineStackConfig', {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return _hexclave_shared_config.defineStackConfig;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, 'showOnboardingHexclaveConfigValue', {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () {
|
|
20
|
+
return _hexclave_shared_config.showOnboardingHexclaveConfigValue;
|
|
21
|
+
}
|
|
22
|
+
});
|
|
@@ -3,10 +3,10 @@ import { runAsynchronously } from "@hexclave/shared/dist/utils/promises";
|
|
|
3
3
|
import { ActionCell, Badge, Button, Skeleton, Table, TableBody, TableCell, TableHead, TableHeader, TableRow, Typography } from "@hexclave/ui";
|
|
4
4
|
import { useEffect, useState } from "react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { fromNow } from "@hexclave/shared/dist/utils/dates";
|
|
6
7
|
import { useUser } from "../../../lib/hooks.js";
|
|
7
8
|
import { useTranslation } from "../../../lib/translations.js";
|
|
8
9
|
import { PageLayout } from "../page-layout.js";
|
|
9
|
-
import { fromNow } from "@hexclave/shared/dist/utils/dates";
|
|
10
10
|
|
|
11
11
|
//#region src/components-page/account-settings/active-sessions/active-sessions-page.tsx
|
|
12
12
|
function ActiveSessionsPage(props) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Button } from "@hexclave/ui";
|
|
2
2
|
import { useState } from "react";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
import { CreateApiKeyDialog, ShowApiKeyDialog } from "../../../components/api-key-dialogs.js";
|
|
5
|
-
import { ApiKeyTable } from "../../../components/api-key-table.js";
|
|
6
4
|
import { useUser } from "../../../lib/hooks.js";
|
|
7
5
|
import { useTranslation } from "../../../lib/translations.js";
|
|
8
6
|
import { PageLayout } from "../page-layout.js";
|
|
7
|
+
import { CreateApiKeyDialog, ShowApiKeyDialog } from "../../../components/api-key-dialogs.js";
|
|
8
|
+
import { ApiKeyTable } from "../../../components/api-key-table.js";
|
|
9
9
|
|
|
10
10
|
//#region src/components-page/account-settings/api-keys/api-keys-page.tsx
|
|
11
11
|
function ApiKeysPage(props) {
|
|
@@ -2,10 +2,10 @@ import { HexclaveAssertionError } from "@hexclave/shared/dist/utils/errors";
|
|
|
2
2
|
import { Button } from "@hexclave/ui";
|
|
3
3
|
import { useState } from "react";
|
|
4
4
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
-
import { CreateApiKeyDialog, ShowApiKeyDialog } from "../../../components/api-key-dialogs.js";
|
|
6
|
-
import { ApiKeyTable } from "../../../components/api-key-table.js";
|
|
7
5
|
import { useStackApp, useUser } from "../../../lib/hooks.js";
|
|
8
6
|
import { useTranslation } from "../../../lib/translations.js";
|
|
7
|
+
import { CreateApiKeyDialog, ShowApiKeyDialog } from "../../../components/api-key-dialogs.js";
|
|
8
|
+
import { ApiKeyTable } from "../../../components/api-key-table.js";
|
|
9
9
|
import { Section } from "../section.js";
|
|
10
10
|
|
|
11
11
|
//#region src/components-page/account-settings/teams/team-api-keys-section.tsx
|