@opentui/core 0.2.8 → 0.2.10
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-tx8a4862.js → index-691sybgy.js} +225 -5
- package/{index-tx8a4862.js.map → index-691sybgy.js.map} +3 -3
- package/{index-75ztg4rr.js → index-8bzyejht.js} +2 -2
- package/{index-2rpq11jp.js → index-gpwc47jm.js} +2 -2
- package/index.js +1 -1
- package/package.json +7 -7
- package/renderables/Markdown.d.ts +12 -0
- package/runtime-plugin-support-configure.js +3 -3
- package/runtime-plugin-support.js +3 -3
- package/runtime-plugin.js +2 -2
- /package/{index-75ztg4rr.js.map → index-8bzyejht.js.map} +0 -0
- /package/{index-2rpq11jp.js.map → index-gpwc47jm.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createRuntimePlugin
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-gpwc47jm.js";
|
|
5
5
|
|
|
6
6
|
// src/runtime-plugin-support-configure.ts
|
|
7
7
|
var {plugin: registerBunPlugin } = globalThis.Bun;
|
|
@@ -41,4 +41,4 @@ function ensureRuntimePluginSupport(options = {}) {
|
|
|
41
41
|
export { ensureRuntimePluginSupport };
|
|
42
42
|
|
|
43
43
|
//# debugId=09C0597CB92E654F64756E2164756E21
|
|
44
|
-
//# sourceMappingURL=index-
|
|
44
|
+
//# sourceMappingURL=index-8bzyejht.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
exports_src
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-691sybgy.js";
|
|
5
5
|
import {
|
|
6
6
|
__require
|
|
7
7
|
} from "./index-t4yn324k.js";
|
|
@@ -418,4 +418,4 @@ function createRuntimePlugin(input = {}) {
|
|
|
418
418
|
export { isCoreRuntimeModuleSpecifier, runtimeModuleIdForSpecifier, createRuntimePlugin };
|
|
419
419
|
|
|
420
420
|
//# debugId=4F4ECA92927B118964756E2164756E21
|
|
421
|
-
//# sourceMappingURL=index-
|
|
421
|
+
//# sourceMappingURL=index-gpwc47jm.js.map
|
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.2.
|
|
7
|
+
"version": "0.2.10",
|
|
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.
|
|
68
|
-
"@opentui/core-darwin-arm64": "0.2.
|
|
69
|
-
"@opentui/core-linux-x64": "0.2.
|
|
70
|
-
"@opentui/core-linux-arm64": "0.2.
|
|
71
|
-
"@opentui/core-win32-x64": "0.2.
|
|
72
|
-
"@opentui/core-win32-arm64": "0.2.
|
|
67
|
+
"@opentui/core-darwin-x64": "0.2.10",
|
|
68
|
+
"@opentui/core-darwin-arm64": "0.2.10",
|
|
69
|
+
"@opentui/core-linux-x64": "0.2.10",
|
|
70
|
+
"@opentui/core-linux-arm64": "0.2.10",
|
|
71
|
+
"@opentui/core-win32-x64": "0.2.10",
|
|
72
|
+
"@opentui/core-win32-arm64": "0.2.10"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -181,6 +181,18 @@ export declare class MarkdownRenderable extends Renderable {
|
|
|
181
181
|
private getBlockquoteContent;
|
|
182
182
|
private getBlockquoteBorderColor;
|
|
183
183
|
private createBlockquoteRenderable;
|
|
184
|
+
private createListRenderable;
|
|
185
|
+
private getListItemInputs;
|
|
186
|
+
private applyListRenderable;
|
|
187
|
+
private createListItemRenderable;
|
|
188
|
+
private applyListItemRenderable;
|
|
189
|
+
private applyListItemChildren;
|
|
190
|
+
private getRenderableListItemTokens;
|
|
191
|
+
private applyListChildRenderable;
|
|
192
|
+
private destroyListItemChildrenAfter;
|
|
193
|
+
private getListChildMarkdownRaw;
|
|
194
|
+
private applyListItemMarker;
|
|
195
|
+
private createListChildRenderable;
|
|
184
196
|
private createHorizontalRuleRenderable;
|
|
185
197
|
private createCodeRenderable;
|
|
186
198
|
private applyMarkdownCodeRenderable;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ensureRuntimePluginSupport
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-8bzyejht.js";
|
|
5
5
|
import {
|
|
6
6
|
createRuntimePlugin,
|
|
7
7
|
runtimeModuleIdForSpecifier
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
} from "./index-gpwc47jm.js";
|
|
9
|
+
import"./index-691sybgy.js";
|
|
10
10
|
import"./index-t4yn324k.js";
|
|
11
11
|
export {
|
|
12
12
|
runtimeModuleIdForSpecifier,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ensureRuntimePluginSupport
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-8bzyejht.js";
|
|
5
5
|
import {
|
|
6
6
|
createRuntimePlugin,
|
|
7
7
|
runtimeModuleIdForSpecifier
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
} from "./index-gpwc47jm.js";
|
|
9
|
+
import"./index-691sybgy.js";
|
|
10
10
|
import"./index-t4yn324k.js";
|
|
11
11
|
// src/runtime-plugin-support.ts
|
|
12
12
|
ensureRuntimePluginSupport();
|
package/runtime-plugin.js
CHANGED
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
createRuntimePlugin,
|
|
4
4
|
isCoreRuntimeModuleSpecifier,
|
|
5
5
|
runtimeModuleIdForSpecifier
|
|
6
|
-
} from "./index-
|
|
7
|
-
import"./index-
|
|
6
|
+
} from "./index-gpwc47jm.js";
|
|
7
|
+
import"./index-691sybgy.js";
|
|
8
8
|
import"./index-t4yn324k.js";
|
|
9
9
|
export {
|
|
10
10
|
runtimeModuleIdForSpecifier,
|
|
File without changes
|
|
File without changes
|