@xenosystem/blocks 0.6.0 → 0.8.0
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/agent/host-source.d.ts +118 -0
- package/dist/agent/host-source.js +228 -0
- package/dist/agent/index.d.ts +568 -0
- package/dist/agent/index.js +1439 -0
- package/dist/auth/index.d.ts +400 -5
- package/dist/auth/index.js +621 -4
- package/dist/data/index.d.ts +1 -1
- package/dist/data/index.js +11 -11
- package/dist/edit/index.d.ts +6 -6
- package/dist/edit/index.js +14 -14
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/ops/index.d.ts +2 -2
- package/dist/ops/index.js +7 -7
- package/dist/time/index.d.ts +1 -1
- package/dist/time/index.js +4 -4
- package/dist/trust/index.d.ts +2 -2
- package/dist/trust/index.js +2 -2
- package/dist/types-C5T3uVwd.d.ts +425 -0
- package/package.json +11 -7
package/dist/data/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
bindConfig,
|
|
17
17
|
configBool,
|
|
18
18
|
configNumber
|
|
19
|
-
} from "@xenosystem/
|
|
19
|
+
} from "@xenosystem/block-sdk";
|
|
20
20
|
|
|
21
21
|
// src/data/table/controller.ts
|
|
22
22
|
import { applyDelta, formatValue } from "@xenosystem/data-core";
|
|
@@ -683,7 +683,7 @@ function sameValue(a, b) {
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
// src/data/table/manifest.ts
|
|
686
|
-
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/
|
|
686
|
+
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
|
|
687
687
|
var TABLE_PANEL_ID = "xeno.core.table";
|
|
688
688
|
var tableManifest = {
|
|
689
689
|
id: TABLE_PANEL_ID,
|
|
@@ -1605,7 +1605,7 @@ import { createRoot as createRoot2 } from "react-dom/client";
|
|
|
1605
1605
|
import {
|
|
1606
1606
|
isRecord as isRecord2,
|
|
1607
1607
|
bindConfig as bindConfig2
|
|
1608
|
-
} from "@xenosystem/
|
|
1608
|
+
} from "@xenosystem/block-sdk";
|
|
1609
1609
|
import { unwrapResult } from "@xenosystem/data-core";
|
|
1610
1610
|
|
|
1611
1611
|
// src/data/chart/model.ts
|
|
@@ -2058,7 +2058,7 @@ var ChartController = class {
|
|
|
2058
2058
|
};
|
|
2059
2059
|
|
|
2060
2060
|
// src/data/chart/manifest.ts
|
|
2061
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/
|
|
2061
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/block-sdk";
|
|
2062
2062
|
var CHART_PANEL_ID = "xeno.core.chart";
|
|
2063
2063
|
var chartManifest = {
|
|
2064
2064
|
id: CHART_PANEL_ID,
|
|
@@ -2564,7 +2564,7 @@ import { createElement as createElement3 } from "react";
|
|
|
2564
2564
|
import { createRoot as createRoot3 } from "react-dom/client";
|
|
2565
2565
|
import {
|
|
2566
2566
|
bindConfig as bindConfig3
|
|
2567
|
-
} from "@xenosystem/
|
|
2567
|
+
} from "@xenosystem/block-sdk";
|
|
2568
2568
|
import { unwrapResult as unwrapResult2 } from "@xenosystem/data-core";
|
|
2569
2569
|
|
|
2570
2570
|
// src/data/metrics/controller.ts
|
|
@@ -2798,7 +2798,7 @@ var MetricsController = class {
|
|
|
2798
2798
|
};
|
|
2799
2799
|
|
|
2800
2800
|
// src/data/metrics/manifest.ts
|
|
2801
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS3 } from "@xenosystem/
|
|
2801
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS3 } from "@xenosystem/block-sdk";
|
|
2802
2802
|
var METRICS_PANEL_ID = "xeno.core.metrics";
|
|
2803
2803
|
var metricsManifest = {
|
|
2804
2804
|
id: METRICS_PANEL_ID,
|
|
@@ -3222,7 +3222,7 @@ import { createRoot as createRoot4 } from "react-dom/client";
|
|
|
3222
3222
|
import {
|
|
3223
3223
|
isRecord as isRecord3,
|
|
3224
3224
|
bindConfig as bindConfig4
|
|
3225
|
-
} from "@xenosystem/
|
|
3225
|
+
} from "@xenosystem/block-sdk";
|
|
3226
3226
|
import {
|
|
3227
3227
|
unwrapResult as unwrapResult3
|
|
3228
3228
|
} from "@xenosystem/data-core";
|
|
@@ -3794,7 +3794,7 @@ var FieldsController = class {
|
|
|
3794
3794
|
};
|
|
3795
3795
|
|
|
3796
3796
|
// src/data/fields/manifest.ts
|
|
3797
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS4 } from "@xenosystem/
|
|
3797
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS4 } from "@xenosystem/block-sdk";
|
|
3798
3798
|
var FIELDS_PANEL_ID = "xeno.core.fields";
|
|
3799
3799
|
var fieldsManifest = {
|
|
3800
3800
|
id: FIELDS_PANEL_ID,
|
|
@@ -4323,10 +4323,10 @@ import {
|
|
|
4323
4323
|
isRecord as isRecord4,
|
|
4324
4324
|
hasFields,
|
|
4325
4325
|
bindConfig as bindConfig5
|
|
4326
|
-
} from "@xenosystem/
|
|
4326
|
+
} from "@xenosystem/block-sdk";
|
|
4327
4327
|
|
|
4328
4328
|
// src/data/connectors/controller.ts
|
|
4329
|
-
import { createRedactingLog, redactForLog } from "@xenosystem/
|
|
4329
|
+
import { createRedactingLog, redactForLog } from "@xenosystem/block-sdk";
|
|
4330
4330
|
import {
|
|
4331
4331
|
inferPrimaryKey,
|
|
4332
4332
|
jsonToResultSet,
|
|
@@ -6274,7 +6274,7 @@ function countOf(rows) {
|
|
|
6274
6274
|
}
|
|
6275
6275
|
|
|
6276
6276
|
// src/data/connectors/manifest.ts
|
|
6277
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS5 } from "@xenosystem/
|
|
6277
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS5 } from "@xenosystem/block-sdk";
|
|
6278
6278
|
var CONNECTORS_PANEL_ID = "xeno.core.connectors";
|
|
6279
6279
|
var AGENT_HIDDEN_COMMANDS = Object.freeze(["submit_credential"]);
|
|
6280
6280
|
var connectorsManifest = {
|
package/dist/edit/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/
|
|
1
|
+
import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/block-sdk';
|
|
2
2
|
import { FlatRow as FlatRow$1, DropTarget, ThrottleClock, VirtualWindow, DropPosition } from '@xenosystem/tree-core';
|
|
3
3
|
export { DropPosition, DropTarget } from '@xenosystem/tree-core';
|
|
4
4
|
import { ReactElement, ReactNode } from 'react';
|
|
@@ -604,7 +604,7 @@ declare function createLayersPanel(options?: CreateLayersPanelOptions): PanelMod
|
|
|
604
604
|
declare const layersPanel: PanelModule;
|
|
605
605
|
|
|
606
606
|
/**
|
|
607
|
-
* The `xeno.core.layers` manifest (union spec §4), realized against `@xenosystem/
|
|
607
|
+
* The `xeno.core.layers` manifest (union spec §4), realized against `@xenosystem/block-sdk`.
|
|
608
608
|
*
|
|
609
609
|
* Capabilities are `storage.local` ONLY — collapse state + column prefs. There is deliberately NO
|
|
610
610
|
* pixel access (thumbnails come back through the host round-trip, mirroring the Color panel's
|
|
@@ -1833,7 +1833,7 @@ declare function createHistoryPanel(options?: CreateHistoryPanelOptions): PanelM
|
|
|
1833
1833
|
declare const historyPanel: PanelModule;
|
|
1834
1834
|
|
|
1835
1835
|
/**
|
|
1836
|
-
* The `xeno.core.history` manifest (union spec §4), realized against `@xenosystem/
|
|
1836
|
+
* The `xeno.core.history` manifest (union spec §4), realized against `@xenosystem/block-sdk`.
|
|
1837
1837
|
*
|
|
1838
1838
|
* Capabilities are `storage.local` ONLY. **There is no `history.*` capability and there must not
|
|
1839
1839
|
* be one** (spec §4): execution is host-side by construction — the panel emits intents and the host
|
|
@@ -1959,7 +1959,7 @@ declare function HistoryPanelView({ controller }: HistoryPanelViewProps): ReactE
|
|
|
1959
1959
|
* Internal color math for `@xenosystem/blocks/edit`.
|
|
1960
1960
|
*
|
|
1961
1961
|
* WHY internal (not `@xenosystem/core`'s `src/color.ts`): the panel is published standalone (like
|
|
1962
|
-
* `@xenosystem/
|
|
1962
|
+
* `@xenosystem/block-sdk` / `@xenosystem/workbench`) and must not take a build dependency on all of
|
|
1963
1963
|
* `@xenosystem/core`. Just as importantly, `@xenosystem/core`'s `rgbToHsl`/`rgbToHsv` **round to integers`,
|
|
1964
1964
|
* which causes hue/sat drift when re-derived every frame during a drag (a documented landmine).
|
|
1965
1965
|
* This module keeps **float-precision** HSV/HSL so the panel can hold authoritative float state
|
|
@@ -2340,11 +2340,11 @@ declare function createColorPanel(options?: CreateColorPanelOptions): PanelModul
|
|
|
2340
2340
|
declare const colorPanel: PanelModule;
|
|
2341
2341
|
|
|
2342
2342
|
/**
|
|
2343
|
-
* The `xeno.core.color` manifest (union spec §4), realized against `@xenosystem/
|
|
2343
|
+
* The `xeno.core.color` manifest (union spec §4), realized against `@xenosystem/block-sdk`.
|
|
2344
2344
|
*
|
|
2345
2345
|
* Deltas from the DRAFT union spec §4, per the two delegated decisions (see WIRING.md), reported
|
|
2346
2346
|
* for fold-in:
|
|
2347
|
-
* - `sdk` is `'^1.0.0'`, not the draft's `'^0.1.0'` — the shipped `@xenosystem/
|
|
2347
|
+
* - `sdk` is `'^1.0.0'`, not the draft's `'^0.1.0'` — the shipped `@xenosystem/block-sdk` `SDK_VERSION`
|
|
2348
2348
|
* is `1.0.0`, so `^0.1.0` would be a MAJOR mismatch the registry refuses. (Panel version stays
|
|
2349
2349
|
* `0.1.0`.)
|
|
2350
2350
|
* - added OUTPUT port `eyedropper` — the SDK-native realization of decision (b): the panel EMITS
|
package/dist/edit/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { createElement } from "react";
|
|
|
5
5
|
import { createRoot } from "react-dom/client";
|
|
6
6
|
|
|
7
7
|
// src/edit/layers/manifest.ts
|
|
8
|
-
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/
|
|
8
|
+
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
|
|
9
9
|
var DEFAULT_BLEND_MODES = [
|
|
10
10
|
{ label: "Special", modes: [{ value: "pass-through", label: "Pass Through", groupOnly: true }] },
|
|
11
11
|
{ label: "Normal", modes: [
|
|
@@ -1776,7 +1776,7 @@ import { createElement as createElement2 } from "react";
|
|
|
1776
1776
|
import { createRoot as createRoot2 } from "react-dom/client";
|
|
1777
1777
|
|
|
1778
1778
|
// src/edit/inspector/manifest.ts
|
|
1779
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/
|
|
1779
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/block-sdk";
|
|
1780
1780
|
var inspectorManifest = {
|
|
1781
1781
|
id: "xeno.core.inspector",
|
|
1782
1782
|
version: "0.1.0",
|
|
@@ -4134,7 +4134,7 @@ import { createElement as createElement3 } from "react";
|
|
|
4134
4134
|
import { createRoot as createRoot3 } from "react-dom/client";
|
|
4135
4135
|
|
|
4136
4136
|
// src/edit/history/manifest.ts
|
|
4137
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS3 } from "@xenosystem/
|
|
4137
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS3 } from "@xenosystem/block-sdk";
|
|
4138
4138
|
var historyManifest = {
|
|
4139
4139
|
id: "xeno.core.history",
|
|
4140
4140
|
version: "0.1.0",
|
|
@@ -5526,7 +5526,7 @@ import { createElement as createElement4 } from "react";
|
|
|
5526
5526
|
import { createRoot as createRoot4 } from "react-dom/client";
|
|
5527
5527
|
|
|
5528
5528
|
// src/edit/color/manifest.ts
|
|
5529
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS4 } from "@xenosystem/
|
|
5529
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS4 } from "@xenosystem/block-sdk";
|
|
5530
5530
|
|
|
5531
5531
|
// src/edit/color/colorMath.ts
|
|
5532
5532
|
var finite = (n, fallback = 0) => Number.isFinite(n) ? n : fallback;
|
|
@@ -6923,7 +6923,7 @@ import {
|
|
|
6923
6923
|
configNumber,
|
|
6924
6924
|
hasFields,
|
|
6925
6925
|
isRecord
|
|
6926
|
-
} from "@xenosystem/
|
|
6926
|
+
} from "@xenosystem/block-sdk";
|
|
6927
6927
|
|
|
6928
6928
|
// src/edit/curve/controller.ts
|
|
6929
6929
|
import { createThrottle as createThrottle5, DEFAULT_TIMEBASE } from "@xenosystem/time-core";
|
|
@@ -8539,7 +8539,7 @@ import { createElement as createElement6 } from "react";
|
|
|
8539
8539
|
import { createRoot as createRoot6 } from "react-dom/client";
|
|
8540
8540
|
import {
|
|
8541
8541
|
bindConfig as bindConfig2
|
|
8542
|
-
} from "@xenosystem/
|
|
8542
|
+
} from "@xenosystem/block-sdk";
|
|
8543
8543
|
|
|
8544
8544
|
// src/edit/viewport/types.ts
|
|
8545
8545
|
var VIEWPORT_SLOTS = [
|
|
@@ -8902,7 +8902,7 @@ var ViewportController = class {
|
|
|
8902
8902
|
};
|
|
8903
8903
|
|
|
8904
8904
|
// src/edit/viewport/manifest.ts
|
|
8905
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS5 } from "@xenosystem/
|
|
8905
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS5 } from "@xenosystem/block-sdk";
|
|
8906
8906
|
var VIEWPORT_PANEL_ID = "xeno.core.viewport";
|
|
8907
8907
|
var viewportManifest = {
|
|
8908
8908
|
id: VIEWPORT_PANEL_ID,
|
|
@@ -9243,7 +9243,7 @@ import { createElement as createElement7 } from "react";
|
|
|
9243
9243
|
import { createRoot as createRoot7 } from "react-dom/client";
|
|
9244
9244
|
import {
|
|
9245
9245
|
bindConfig as bindConfig3
|
|
9246
|
-
} from "@xenosystem/
|
|
9246
|
+
} from "@xenosystem/block-sdk";
|
|
9247
9247
|
|
|
9248
9248
|
// src/edit/find/types.ts
|
|
9249
9249
|
function countIsMeaningful(status) {
|
|
@@ -9643,7 +9643,7 @@ var FindController = class {
|
|
|
9643
9643
|
};
|
|
9644
9644
|
|
|
9645
9645
|
// src/edit/find/manifest.ts
|
|
9646
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS6 } from "@xenosystem/
|
|
9646
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS6 } from "@xenosystem/block-sdk";
|
|
9647
9647
|
var FIND_PANEL_ID = "xeno.core.find";
|
|
9648
9648
|
var findManifest = {
|
|
9649
9649
|
id: FIND_PANEL_ID,
|
|
@@ -10150,7 +10150,7 @@ import { createRoot as createRoot8 } from "react-dom/client";
|
|
|
10150
10150
|
import {
|
|
10151
10151
|
isRecord as isRecord2,
|
|
10152
10152
|
bindConfig as bindConfig4
|
|
10153
|
-
} from "@xenosystem/
|
|
10153
|
+
} from "@xenosystem/block-sdk";
|
|
10154
10154
|
|
|
10155
10155
|
// src/edit/comments/types.ts
|
|
10156
10156
|
function anchorStateOf(thread) {
|
|
@@ -10494,7 +10494,7 @@ var CommentsController = class {
|
|
|
10494
10494
|
};
|
|
10495
10495
|
|
|
10496
10496
|
// src/edit/comments/manifest.ts
|
|
10497
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS7 } from "@xenosystem/
|
|
10497
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS7 } from "@xenosystem/block-sdk";
|
|
10498
10498
|
var COMMENTS_PANEL_ID = "xeno.core.comments";
|
|
10499
10499
|
var commentsManifest = {
|
|
10500
10500
|
id: COMMENTS_PANEL_ID,
|
|
@@ -11065,7 +11065,7 @@ import {
|
|
|
11065
11065
|
configNumber as configNumber2,
|
|
11066
11066
|
hasFields as hasFields2,
|
|
11067
11067
|
isRecord as isRecord3
|
|
11068
|
-
} from "@xenosystem/
|
|
11068
|
+
} from "@xenosystem/block-sdk";
|
|
11069
11069
|
|
|
11070
11070
|
// src/edit/nodegraph/throttle.ts
|
|
11071
11071
|
import { createThrottle as createThrottle6 } from "@xenosystem/tree-core";
|
|
@@ -12535,7 +12535,7 @@ import { createRoot as createRoot10 } from "react-dom/client";
|
|
|
12535
12535
|
import {
|
|
12536
12536
|
isRecord as isRecord4,
|
|
12537
12537
|
bindConfig as bindConfig6
|
|
12538
|
-
} from "@xenosystem/
|
|
12538
|
+
} from "@xenosystem/block-sdk";
|
|
12539
12539
|
|
|
12540
12540
|
// src/edit/tree/controller.ts
|
|
12541
12541
|
import {
|
|
@@ -13269,7 +13269,7 @@ var TreeController = class {
|
|
|
13269
13269
|
};
|
|
13270
13270
|
|
|
13271
13271
|
// src/edit/tree/manifest.ts
|
|
13272
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS8 } from "@xenosystem/
|
|
13272
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS8 } from "@xenosystem/block-sdk";
|
|
13273
13273
|
var TREE_PANEL_ID = "xeno.core.tree";
|
|
13274
13274
|
var treeManifest = {
|
|
13275
13275
|
id: TREE_PANEL_ID,
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* `/agent`. This root re-exports nothing on purpose: import the family you mount, so a product
|
|
5
5
|
* carries only it. Naming rule: `XENO PACKAGE NAMING - STANDARD.md`.
|
|
6
6
|
*/
|
|
7
|
-
declare const BLOCKS_VERSION = "0.
|
|
7
|
+
declare const BLOCKS_VERSION = "0.8.0";
|
|
8
8
|
|
|
9
9
|
export { BLOCKS_VERSION };
|
package/dist/index.js
CHANGED
package/dist/ops/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PanelModule, PanelManifest } from '@xenosystem/
|
|
1
|
+
import { PanelModule, PanelManifest } from '@xenosystem/block-sdk';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
import { ThrottleClock } from '@xenosystem/tree-core';
|
|
4
4
|
|
|
@@ -286,7 +286,7 @@ declare function safeJson(value: unknown): string;
|
|
|
286
286
|
*
|
|
287
287
|
* This panel is the **single most likely place in the catalog for a secret to be displayed**: a log
|
|
288
288
|
* line is exactly where a token ends up, and unlike a log FILE this one is on screen. Every record
|
|
289
|
-
* is passed through `@xenosystem/
|
|
289
|
+
* is passed through `@xenosystem/block-sdk`'s `redactForLog` **before it enters the buffer**, so the
|
|
290
290
|
* unredacted value is never stored, never searched, never copied, and never reaches
|
|
291
291
|
* `recordActivate`. Redacting at render time would leave the secret in memory and in the clipboard.
|
|
292
292
|
*
|
package/dist/ops/index.js
CHANGED
|
@@ -14,10 +14,10 @@ import { createRoot } from "react-dom/client";
|
|
|
14
14
|
import {
|
|
15
15
|
isRecord,
|
|
16
16
|
bindConfig
|
|
17
|
-
} from "@xenosystem/
|
|
17
|
+
} from "@xenosystem/block-sdk";
|
|
18
18
|
|
|
19
19
|
// src/ops/console/controller.ts
|
|
20
|
-
import { redactForLog } from "@xenosystem/
|
|
20
|
+
import { redactForLog } from "@xenosystem/block-sdk";
|
|
21
21
|
|
|
22
22
|
// src/ops/console/types.ts
|
|
23
23
|
var LEVEL_ORDER = Object.freeze([
|
|
@@ -945,7 +945,7 @@ import { createRoot as createRoot2 } from "react-dom/client";
|
|
|
945
945
|
import {
|
|
946
946
|
isRecord as isRecord2,
|
|
947
947
|
bindConfig as bindConfig2
|
|
948
|
-
} from "@xenosystem/
|
|
948
|
+
} from "@xenosystem/block-sdk";
|
|
949
949
|
|
|
950
950
|
// src/ops/runs/controller.ts
|
|
951
951
|
import { createThrottle } from "@xenosystem/tree-core";
|
|
@@ -2127,7 +2127,7 @@ import { createElement as createElement3 } from "react";
|
|
|
2127
2127
|
import { createRoot as createRoot3 } from "react-dom/client";
|
|
2128
2128
|
import {
|
|
2129
2129
|
bindConfig as bindConfig3
|
|
2130
|
-
} from "@xenosystem/
|
|
2130
|
+
} from "@xenosystem/block-sdk";
|
|
2131
2131
|
|
|
2132
2132
|
// src/ops/terminal/controller.ts
|
|
2133
2133
|
var counter = 0;
|
|
@@ -2419,7 +2419,7 @@ var TerminalController = class {
|
|
|
2419
2419
|
};
|
|
2420
2420
|
|
|
2421
2421
|
// src/ops/terminal/manifest.ts
|
|
2422
|
-
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/
|
|
2422
|
+
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
|
|
2423
2423
|
var TERMINAL_PANEL_ID = "xeno.core.terminal";
|
|
2424
2424
|
var terminalManifest = {
|
|
2425
2425
|
id: TERMINAL_PANEL_ID,
|
|
@@ -2813,7 +2813,7 @@ import { createElement as createElement4 } from "react";
|
|
|
2813
2813
|
import { createRoot as createRoot4 } from "react-dom/client";
|
|
2814
2814
|
import {
|
|
2815
2815
|
bindConfig as bindConfig4
|
|
2816
|
-
} from "@xenosystem/
|
|
2816
|
+
} from "@xenosystem/block-sdk";
|
|
2817
2817
|
|
|
2818
2818
|
// src/ops/diff/types.ts
|
|
2819
2819
|
function isSettled(state) {
|
|
@@ -3154,7 +3154,7 @@ var DiffController = class {
|
|
|
3154
3154
|
};
|
|
3155
3155
|
|
|
3156
3156
|
// src/ops/diff/manifest.ts
|
|
3157
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/
|
|
3157
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/block-sdk";
|
|
3158
3158
|
var DIFF_PANEL_ID = "xeno.core.diff";
|
|
3159
3159
|
var diffManifest = {
|
|
3160
3160
|
id: DIFF_PANEL_ID,
|
package/dist/time/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/
|
|
1
|
+
import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/block-sdk';
|
|
2
2
|
import { ThrottleClock, XenoPlayheadClock, XenoTimebase, XenoTransportState, XenoTick, XenoStepUnit, XenoLoopRange } from '@xenosystem/time-core';
|
|
3
3
|
export { BAR_SUBDIVISION, BarsBeats, DEFAULT_TIMEBASE, DISPLAY_CYCLE, ExtrapolateInput, IDLE_CLOCK, ThrottleClock, Throttled, XenoLoopRange, XenoPlayheadClock, XenoStepUnit, XenoTempoEntry, XenoTick, XenoTimeDisplay, XenoTimeSignature, XenoTimebase, XenoTransportIntent, XenoTransportState, clampTick, clockAt, createThrottle, displayLabel, effectiveFps, extrapolateTick, formatBars, formatFrames, formatSeconds, formatTick, formatTimecode, frameToTick, isAnimating, nextDisplay, normalizeClock, normalizeTimebase, secondsToTicks, tickToFrame, ticksToBarsBeats, ticksToSeconds, toTick, wrapIntoLoop } from '@xenosystem/time-core';
|
|
4
4
|
import { ReactElement, ReactNode } from 'react';
|
package/dist/time/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { createElement } from "react";
|
|
|
7
7
|
import { createRoot } from "react-dom/client";
|
|
8
8
|
|
|
9
9
|
// src/time/transport/manifest.ts
|
|
10
|
-
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/
|
|
10
|
+
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
|
|
11
11
|
var transportManifest = {
|
|
12
12
|
id: "xeno.core.transport",
|
|
13
13
|
version: "0.1.0",
|
|
@@ -1211,7 +1211,7 @@ import {
|
|
|
1211
1211
|
configString,
|
|
1212
1212
|
hasFields,
|
|
1213
1213
|
isRecord
|
|
1214
|
-
} from "@xenosystem/
|
|
1214
|
+
} from "@xenosystem/block-sdk";
|
|
1215
1215
|
|
|
1216
1216
|
// src/time/timeline/controller.ts
|
|
1217
1217
|
import {
|
|
@@ -3443,7 +3443,7 @@ import { createRoot as createRoot3 } from "react-dom/client";
|
|
|
3443
3443
|
import {
|
|
3444
3444
|
isRecord as isRecord2,
|
|
3445
3445
|
bindConfig as bindConfig2
|
|
3446
|
-
} from "@xenosystem/
|
|
3446
|
+
} from "@xenosystem/block-sdk";
|
|
3447
3447
|
import { unwrapResult } from "@xenosystem/data-core";
|
|
3448
3448
|
|
|
3449
3449
|
// src/time/calendar/layout.ts
|
|
@@ -3942,7 +3942,7 @@ function daysBetween(from, to) {
|
|
|
3942
3942
|
}
|
|
3943
3943
|
|
|
3944
3944
|
// src/time/calendar/manifest.ts
|
|
3945
|
-
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/
|
|
3945
|
+
import { WELL_KNOWN_PORT_SCHEMAS as WELL_KNOWN_PORT_SCHEMAS2 } from "@xenosystem/block-sdk";
|
|
3946
3946
|
var CALENDAR_PANEL_ID = "xeno.core.calendar";
|
|
3947
3947
|
var calendarManifest = {
|
|
3948
3948
|
id: CALENDAR_PANEL_ID,
|
package/dist/trust/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PanelModule, PanelManifest } from '@xenosystem/
|
|
1
|
+
import { PanelModule, PanelManifest } from '@xenosystem/block-sdk';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -237,7 +237,7 @@ declare function autoDeny(request: XenoConsentRequest, reason: XenoConsentDecisi
|
|
|
237
237
|
* ⚠️ **Coined here, and it belongs in `WELL_KNOWN_PORT_SCHEMAS`.** That registry is the right home
|
|
238
238
|
* for the same reason MIME types are registered centrally — a tag is only useful if two
|
|
239
239
|
* independently built panels spell it identically — and the SDK's own docblock says a third party
|
|
240
|
-
* may coin its own. Promoting it is a `@xenosystem/
|
|
240
|
+
* may coin its own. Promoting it is a `@xenosystem/block-sdk` edit and therefore a coordinated
|
|
241
241
|
* cross-package change; the STRING must not change when it moves, or every wire built against it
|
|
242
242
|
* silently stops attaching.
|
|
243
243
|
*/
|
package/dist/trust/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { createRoot } from "react-dom/client";
|
|
|
6
6
|
import {
|
|
7
7
|
isRecord,
|
|
8
8
|
bindConfig
|
|
9
|
-
} from "@xenosystem/
|
|
9
|
+
} from "@xenosystem/block-sdk";
|
|
10
10
|
|
|
11
11
|
// src/trust/consent/types.ts
|
|
12
12
|
function allowedDurations(request) {
|
|
@@ -536,7 +536,7 @@ var ConsentController = class {
|
|
|
536
536
|
};
|
|
537
537
|
|
|
538
538
|
// src/trust/consent/manifest.ts
|
|
539
|
-
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/
|
|
539
|
+
import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
|
|
540
540
|
var CONSENT_PANEL_ID = "xeno.core.consent";
|
|
541
541
|
var consentManifest = {
|
|
542
542
|
id: CONSENT_PANEL_ID,
|