@opentui/react 0.1.83 → 0.1.84
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
__require
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2mx7fq49.js";
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
7
|
import {
|
|
@@ -166,7 +166,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@opentui/core";
|
|
|
166
166
|
// package.json
|
|
167
167
|
var package_default = {
|
|
168
168
|
name: "@opentui/react",
|
|
169
|
-
version: "0.1.
|
|
169
|
+
version: "0.1.84",
|
|
170
170
|
description: "React renderer for building terminal user interfaces using OpenTUI core",
|
|
171
171
|
license: "MIT",
|
|
172
172
|
repository: {
|
|
@@ -522,7 +522,7 @@ var hostConfig = {
|
|
|
522
522
|
var reconciler = ReactReconciler(hostConfig);
|
|
523
523
|
if (process.env["DEV"] === "true") {
|
|
524
524
|
try {
|
|
525
|
-
await import("./chunk-
|
|
525
|
+
await import("./chunk-bdqvmfwv.js");
|
|
526
526
|
} catch (error) {
|
|
527
527
|
if (error.code === "ERR_MODULE_NOT_FOUND") {
|
|
528
528
|
console.warn(`
|
package/index.js
CHANGED
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
flushSync,
|
|
10
10
|
getComponentCatalogue,
|
|
11
11
|
useAppContext
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import"./chunk-
|
|
12
|
+
} from "./chunk-7v2hbtna.js";
|
|
13
|
+
import"./chunk-2mx7fq49.js";
|
|
14
14
|
// src/hooks/use-keyboard.ts
|
|
15
15
|
import { useEffect } from "react";
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.
|
|
7
|
+
"version": "0.1.84",
|
|
8
8
|
"description": "React renderer for building terminal user interfaces using OpenTUI core",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@opentui/core": "0.1.
|
|
43
|
+
"@opentui/core": "0.1.84",
|
|
44
44
|
"react-reconciler": "^0.32.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
package/test-utils.js
CHANGED
|
File without changes
|