@opentui/core 0.1.85 → 0.1.86

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
@@ -154,7 +154,7 @@ import {
154
154
  white,
155
155
  wrapWithDelegates,
156
156
  yellow
157
- } from "./index-2yz42vd4.js";
157
+ } from "./index-4sjb8n0n.js";
158
158
  // src/text-buffer-view.ts
159
159
  class TextBufferView {
160
160
  lib;
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.1.85",
7
+ "version": "0.1.86",
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": {
@@ -57,11 +57,11 @@
57
57
  "bun-webgpu": "0.1.5",
58
58
  "planck": "^1.4.2",
59
59
  "three": "0.177.0",
60
- "@opentui/core-darwin-x64": "0.1.85",
61
- "@opentui/core-darwin-arm64": "0.1.85",
62
- "@opentui/core-linux-x64": "0.1.85",
63
- "@opentui/core-linux-arm64": "0.1.85",
64
- "@opentui/core-win32-x64": "0.1.85",
65
- "@opentui/core-win32-arm64": "0.1.85"
60
+ "@opentui/core-darwin-x64": "0.1.86",
61
+ "@opentui/core-darwin-arm64": "0.1.86",
62
+ "@opentui/core-linux-x64": "0.1.86",
63
+ "@opentui/core-linux-arm64": "0.1.86",
64
+ "@opentui/core-win32-x64": "0.1.86",
65
+ "@opentui/core-win32-arm64": "0.1.86"
66
66
  }
67
67
  }
package/renderer.d.ts CHANGED
@@ -207,6 +207,7 @@ export declare class CliRenderer extends EventEmitter implements RenderContext {
207
207
  private _themeMode;
208
208
  private inputHandlers;
209
209
  private prependedInputHandlers;
210
+ private shouldRestoreModesOnNextFocus;
210
211
  private idleResolvers;
211
212
  private _debugInputs;
212
213
  private _debugModeEnabled;
package/testing.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  CliRenderer,
5
5
  TreeSitterClient,
6
6
  resolveRenderLib
7
- } from "./index-2yz42vd4.js";
7
+ } from "./index-4sjb8n0n.js";
8
8
 
9
9
  // src/testing/test-renderer.ts
10
10
  import { Readable } from "stream";