@opentui/core 0.1.80 → 0.1.81
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/README.md +1 -2
- package/{index-vnvba6q9.js → index-ve2seej0.js} +9 -2
- package/{index-vnvba6q9.js.map → index-ve2seej0.js.map} +3 -3
- package/index.js +59 -51
- package/index.js.map +4 -4
- package/package.json +8 -8
- package/renderables/Textarea.d.ts +1 -1
- package/testing.js +1 -1
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.
|
|
8
|
-
"description": "OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)",
|
|
7
|
+
"version": "0.1.81",
|
|
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": {
|
|
11
11
|
"type": "git",
|
|
@@ -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.81",
|
|
61
|
+
"@opentui/core-darwin-arm64": "0.1.81",
|
|
62
|
+
"@opentui/core-linux-x64": "0.1.81",
|
|
63
|
+
"@opentui/core-linux-arm64": "0.1.81",
|
|
64
|
+
"@opentui/core-win32-x64": "0.1.81",
|
|
65
|
+
"@opentui/core-win32-arm64": "0.1.81"
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -95,7 +95,7 @@ export declare class TextareaRenderable extends EditBufferRenderable {
|
|
|
95
95
|
focus(): void;
|
|
96
96
|
blur(): void;
|
|
97
97
|
get placeholder(): StyledText | string | null;
|
|
98
|
-
set placeholder(value: StyledText | string | null);
|
|
98
|
+
set placeholder(value: StyledText | string | null | undefined);
|
|
99
99
|
get placeholderColor(): RGBA;
|
|
100
100
|
set placeholderColor(value: ColorInput);
|
|
101
101
|
get backgroundColor(): RGBA;
|