@xenosystem/blocks 0.7.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.
@@ -1,4 +1,4 @@
1
- import { PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
1
+ import { PanelModule, PanelManifest } from '@xenosystem/block-sdk';
2
2
  import { a as XenoAgentEvent, b as XenoAgentTurnState, A as AgentViewState, X as XenoAgentSessionDelta, c as XenoAgentCatalog, d as XenoAgentConnection, e as AgentPanelState } from '../types-C5T3uVwd.js';
3
3
  export { f as XenoAgentAskEvent, g as XenoAgentAskWithdrawEvent, h as XenoAgentError, i as XenoAgentIntent, j as XenoAgentLane, k as XenoAgentMessageEvent, l as XenoAgentModel, m as XenoAgentPatchEvent, n as XenoAgentPatchFile, o as XenoAgentProvider, p as XenoAgentRole, q as XenoAgentSession, r as XenoAgentSessionClosedEvent, s as XenoAgentSessionEvent, t as XenoAgentStatus, u as XenoAgentTerminalEvent, v as XenoAgentToolEvent, w as XenoAgentTurnEvent, x as isBusy, y as isWaitingOnUser } from '../types-C5T3uVwd.js';
4
4
  import { ReactNode } from 'react';
@@ -371,7 +371,7 @@ declare const AGENT_PANEL_ID = "xeno.core.agent";
371
371
  * The shape tag for the `session` input.
372
372
  *
373
373
  * Coined here, and it belongs in `WELL_KNOWN_PORT_SCHEMAS` alongside the rest — promoting it is a
374
- * `@xenosystem/panel-sdk` edit and therefore a coordinated cross-package change. ⚠️ The STRING must
374
+ * `@xenosystem/block-sdk` edit and therefore a coordinated cross-package change. ⚠️ The STRING must
375
375
  * not change when it moves, or every wire built against it silently stops attaching.
376
376
  */
377
377
  declare const AGENT_SESSION_SCHEMA = "xeno.agentsession@1";
@@ -8,7 +8,7 @@ import {
8
8
  configBool,
9
9
  configString,
10
10
  isRecord
11
- } from "@xenosystem/panel-sdk";
11
+ } from "@xenosystem/block-sdk";
12
12
 
13
13
  // src/agent/agent/unified-diff.ts
14
14
  var HUNK_HEADER = /^@@+ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@+(.*)$/;
@@ -828,7 +828,7 @@ function orderSessions(a, b) {
828
828
  }
829
829
 
830
830
  // src/agent/agent/manifest.ts
831
- import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/panel-sdk";
831
+ import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
832
832
  var AGENT_PANEL_ID = "xeno.core.agent";
833
833
  var AGENT_SESSION_SCHEMA = "xeno.agentsession@1";
834
834
  var AGENT_CATALOG_SCHEMA = "xeno.agentcatalog@1";
@@ -1,7 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { ReactNode } from 'react';
3
- import { PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
4
- import { BlockDeclaration } from '@xenosystem/block-sdk';
3
+ import { PanelModule, PanelManifest, BlockDeclaration } from '@xenosystem/block-sdk';
5
4
 
6
5
  interface CreateAuthGatePanelOptions {
7
6
  /** What renders behind the gate once it is `open`. A product passes its app; the harness a fixture. */
@@ -3,7 +3,7 @@ import "../chunk-2KG3PWR4.js";
3
3
  // src/auth/gate/panel.ts
4
4
  import { createElement } from "react";
5
5
  import { createRoot } from "react-dom/client";
6
- import { bindConfig } from "@xenosystem/panel-sdk";
6
+ import { bindConfig } from "@xenosystem/block-sdk";
7
7
 
8
8
  // src/auth/gate/types.ts
9
9
  function deriveAuthGatePhase(state) {
@@ -353,7 +353,7 @@ import { createElement as createElement3 } from "react";
353
353
  import { createRoot as createRoot3 } from "react-dom/client";
354
354
  import {
355
355
  bindConfig as bindConfig2
356
- } from "@xenosystem/panel-sdk";
356
+ } from "@xenosystem/block-sdk";
357
357
 
358
358
  // src/auth/account/types.ts
359
359
  var STEP_UP_ACTIONS = /* @__PURE__ */ new Set([
@@ -594,7 +594,7 @@ var AccountController = class {
594
594
  };
595
595
 
596
596
  // src/auth/account/manifest.ts
597
- import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/panel-sdk";
597
+ import { WELL_KNOWN_PORT_SCHEMAS } from "@xenosystem/block-sdk";
598
598
  var ACCOUNT_PANEL_ID = "xeno.core.account";
599
599
  var accountManifest = {
600
600
  id: ACCOUNT_PANEL_ID,
@@ -1,4 +1,4 @@
1
- import { PanelModule, PanelManifest, LogSink } from '@xenosystem/panel-sdk';
1
+ import { PanelModule, PanelManifest, LogSink } from '@xenosystem/block-sdk';
2
2
  import * as _xenosystem_data_core from '@xenosystem/data-core';
3
3
  import { XenoColumn, XenoQuery, XenoResultSet, XenoValue, XenoRow, XenoAggFn, XenoValueFormat, XenoFilterGroup, XenoColumnRole, XenoSchemaCatalog, XenoFilter, XenoSourceSchema } from '@xenosystem/data-core';
4
4
  import { ReactNode } from 'react';
@@ -16,7 +16,7 @@ import {
16
16
  bindConfig,
17
17
  configBool,
18
18
  configNumber
19
- } from "@xenosystem/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
4326
+ } from "@xenosystem/block-sdk";
4327
4327
 
4328
4328
  // src/data/connectors/controller.ts
4329
- import { createRedactingLog, redactForLog } from "@xenosystem/panel-sdk";
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/panel-sdk";
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 = {
@@ -1,4 +1,4 @@
1
- import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
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/panel-sdk`.
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/panel-sdk`.
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/panel-sdk` / `@xenosystem/workbench`) and must not take a build dependency on all of
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/panel-sdk`.
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/panel-sdk` `SDK_VERSION`
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
@@ -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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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.0";
7
+ declare const BLOCKS_VERSION = "0.8.0";
8
8
 
9
9
  export { BLOCKS_VERSION };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./chunk-2KG3PWR4.js";
2
2
 
3
3
  // src/index.ts
4
- var BLOCKS_VERSION = "0.7.0";
4
+ var BLOCKS_VERSION = "0.8.0";
5
5
  export {
6
6
  BLOCKS_VERSION
7
7
  };
@@ -1,4 +1,4 @@
1
- import { PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
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/panel-sdk`'s `redactForLog` **before it enters the buffer**, so the
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/panel-sdk";
17
+ } from "@xenosystem/block-sdk";
18
18
 
19
19
  // src/ops/console/controller.ts
20
- import { redactForLog } from "@xenosystem/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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,
@@ -1,4 +1,4 @@
1
- import { PanelHost, PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
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';
@@ -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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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/panel-sdk";
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,
@@ -1,4 +1,4 @@
1
- import { PanelModule, PanelManifest } from '@xenosystem/panel-sdk';
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/panel-sdk` edit and therefore a coordinated
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
  */
@@ -6,7 +6,7 @@ import { createRoot } from "react-dom/client";
6
6
  import {
7
7
  isRecord,
8
8
  bindConfig
9
- } from "@xenosystem/panel-sdk";
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/panel-sdk";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenosystem/blocks",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "XENO Blocks \u2014 rung 3 of the front ladder: components composed into a contract-bearing unit (manifest: ports, intents, commands, agent surface), rendered by @xenosystem/workbench. ONE package, one subpath per family (/auth, /edit, /data, /time, /ops, /trust, /agent), one named export per block \u2014 XENO PACKAGE NAMING - STANDARD.md.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -60,11 +60,10 @@
60
60
  "peerDependencies": {
61
61
  "@xenosystem/components": "^0.6.0",
62
62
  "@xenosystem/elements-react": ">=0.0.1",
63
- "@xenosystem/panel-sdk": "^1.1.0",
64
63
  "@xenosystem/workbench": "^1.0.0",
65
64
  "react": ">=18.0.0",
66
65
  "react-dom": ">=18.0.0",
67
- "@xenosystem/block-sdk": "^0.1.1",
66
+ "@xenosystem/block-sdk": "^0.2.0",
68
67
  "@xenosystem/tree-core": "^0.1.0",
69
68
  "@xterm/xterm": ">=5.5.0",
70
69
  "@xterm/addon-fit": ">=0.10.0",
@@ -78,7 +77,6 @@
78
77
  "@types/react-dom": "^19.0.0",
79
78
  "@xenosystem/components": "^0.6.0",
80
79
  "@xenosystem/elements-react": "0.0.1",
81
- "@xenosystem/panel-sdk": "^1.1.0",
82
80
  "@xenosystem/workbench": "^1.0.0",
83
81
  "jsdom": "^26.0.0",
84
82
  "react": "^19.0.0",
@@ -86,7 +84,7 @@
86
84
  "tsup": "^8.0.0",
87
85
  "typescript": "^5.4.0",
88
86
  "vitest": "^4.1.0",
89
- "@xenosystem/block-sdk": "^0.1.1",
87
+ "@xenosystem/block-sdk": "^0.2.0",
90
88
  "@xenosystem/tree-core": "^0.1.0",
91
89
  "@xterm/xterm": "^6.0.0",
92
90
  "@xterm/addon-fit": "^0.11.0",