@opentui/core 0.2.2 → 0.2.3

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/index.js CHANGED
@@ -70,7 +70,7 @@ import {
70
70
  registerCorePlugin,
71
71
  resolveCoreSlot,
72
72
  vstyles
73
- } from "./index-d07rkqtc.js";
73
+ } from "./index-4w8751xf.js";
74
74
  import {
75
75
  ASCIIFontSelectionHelper,
76
76
  ATTRIBUTE_BASE_BITS,
@@ -245,7 +245,7 @@ import {
245
245
  white,
246
246
  wrapWithDelegates,
247
247
  yellow
248
- } from "./index-jv9g79dk.js";
248
+ } from "./index-hmk8xzt3.js";
249
249
  export {
250
250
  yellow,
251
251
  wrapWithDelegates,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "type": "module",
7
- "version": "0.2.2",
7
+ "version": "0.2.3",
8
8
  "description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -64,11 +64,11 @@
64
64
  "web-tree-sitter": "0.25.10"
65
65
  },
66
66
  "optionalDependencies": {
67
- "@opentui/core-darwin-x64": "0.2.2",
68
- "@opentui/core-darwin-arm64": "0.2.2",
69
- "@opentui/core-linux-x64": "0.2.2",
70
- "@opentui/core-linux-arm64": "0.2.2",
71
- "@opentui/core-win32-x64": "0.2.2",
72
- "@opentui/core-win32-arm64": "0.2.2"
67
+ "@opentui/core-darwin-x64": "0.2.3",
68
+ "@opentui/core-darwin-arm64": "0.2.3",
69
+ "@opentui/core-linux-x64": "0.2.3",
70
+ "@opentui/core-linux-arm64": "0.2.3",
71
+ "@opentui/core-win32-x64": "0.2.3",
72
+ "@opentui/core-win32-arm64": "0.2.3"
73
73
  }
74
74
  }
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  ensureRuntimePluginSupport
4
- } from "./index-p147fdyc.js";
4
+ } from "./index-gdtdtsgp.js";
5
5
  import {
6
6
  createRuntimePlugin,
7
7
  runtimeModuleIdForSpecifier
8
- } from "./index-yedf4bn5.js";
9
- import"./index-d07rkqtc.js";
10
- import"./index-jv9g79dk.js";
8
+ } from "./index-8csdw3z7.js";
9
+ import"./index-4w8751xf.js";
10
+ import"./index-hmk8xzt3.js";
11
11
  export {
12
12
  runtimeModuleIdForSpecifier,
13
13
  ensureRuntimePluginSupport,
@@ -1,13 +1,13 @@
1
1
  // @bun
2
2
  import {
3
3
  ensureRuntimePluginSupport
4
- } from "./index-p147fdyc.js";
4
+ } from "./index-gdtdtsgp.js";
5
5
  import {
6
6
  createRuntimePlugin,
7
7
  runtimeModuleIdForSpecifier
8
- } from "./index-yedf4bn5.js";
9
- import"./index-d07rkqtc.js";
10
- import"./index-jv9g79dk.js";
8
+ } from "./index-8csdw3z7.js";
9
+ import"./index-4w8751xf.js";
10
+ import"./index-hmk8xzt3.js";
11
11
  // src/runtime-plugin-support.ts
12
12
  ensureRuntimePluginSupport();
13
13
  export {
package/runtime-plugin.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  createRuntimePlugin,
4
4
  isCoreRuntimeModuleSpecifier,
5
5
  runtimeModuleIdForSpecifier
6
- } from "./index-yedf4bn5.js";
7
- import"./index-d07rkqtc.js";
8
- import"./index-jv9g79dk.js";
6
+ } from "./index-8csdw3z7.js";
7
+ import"./index-4w8751xf.js";
8
+ import"./index-hmk8xzt3.js";
9
9
  export {
10
10
  runtimeModuleIdForSpecifier,
11
11
  isCoreRuntimeModuleSpecifier,
package/testing.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  TreeSitterClient,
6
6
  calculateRenderGeometry,
7
7
  resolveRenderLib
8
- } from "./index-jv9g79dk.js";
8
+ } from "./index-hmk8xzt3.js";
9
9
 
10
10
  // src/testing/test-renderer.ts
11
11
  import { Readable, Writable } from "stream";