@xenosystem/blocks 0.4.1 → 0.5.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/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.4.1";
7
+ declare const BLOCKS_VERSION = "0.5.0";
8
8
 
9
9
  export { BLOCKS_VERSION };
package/dist/index.js CHANGED
@@ -1,5 +1,7 @@
1
+ import "./chunk-2KG3PWR4.js";
2
+
1
3
  // src/index.ts
2
- var BLOCKS_VERSION = "0.4.1";
4
+ var BLOCKS_VERSION = "0.5.0";
3
5
  export {
4
6
  BLOCKS_VERSION
5
7
  };
package/dist/ops/index.js CHANGED
@@ -6,6 +6,7 @@ import {
6
6
  statusLabel,
7
7
  terminalThemeVar
8
8
  } from "../chunk-WE6A2DTY.js";
9
+ import "../chunk-2KG3PWR4.js";
9
10
 
10
11
  // src/ops/console/panel.ts
11
12
  import { createElement } from "react";
@@ -2709,7 +2710,7 @@ function createTerminalPanel(options = {}) {
2709
2710
  });
2710
2711
  let renderConfig = resolve(host.config ?? {});
2711
2712
  const createEmulator = options.createEmulator ?? (async () => {
2712
- const { createXtermEmulator } = await import("../xterm-R3GIKSHA.js");
2713
+ const { createXtermEmulator } = await import("../xterm-R3ZKBPPC.js");
2713
2714
  return createXtermEmulator({
2714
2715
  fontSize: controller.getState().fontSize,
2715
2716
  scrollback: controller.scrollback