@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/3d.js +1 -1
- package/{index-2yz42vd4.js → index-4sjb8n0n.js} +12 -3
- package/{index-2yz42vd4.js.map → index-4sjb8n0n.js.map} +4 -4
- package/index.js +1 -1
- package/package.json +7 -7
- package/renderer.d.ts +1 -0
- package/testing.js +1 -1
package/index.js
CHANGED
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.
|
|
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.
|
|
61
|
-
"@opentui/core-darwin-arm64": "0.1.
|
|
62
|
-
"@opentui/core-linux-x64": "0.1.
|
|
63
|
-
"@opentui/core-linux-arm64": "0.1.
|
|
64
|
-
"@opentui/core-win32-x64": "0.1.
|
|
65
|
-
"@opentui/core-win32-arm64": "0.1.
|
|
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;
|