@opentui/react 0.3.2 → 0.3.4
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/README.md +1 -1
- package/{chunk-h91zkrhp.js → chunk-52d5gdqd.js} +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- package/test-utils.js +1 -1
package/README.md
CHANGED
|
@@ -471,7 +471,7 @@ function App() {
|
|
|
471
471
|
</box>
|
|
472
472
|
|
|
473
473
|
{/* Box with title and styling */}
|
|
474
|
-
<box title="Settings" border borderStyle="double" padding={2} backgroundColor="blue">
|
|
474
|
+
<box title="Settings" titleColor="yellow" border borderStyle="double" padding={2} backgroundColor="blue">
|
|
475
475
|
<text>Box content</text>
|
|
476
476
|
</box>
|
|
477
477
|
|
|
@@ -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.3.
|
|
169
|
+
version: "0.3.4",
|
|
170
170
|
description: "React renderer for building terminal user interfaces using OpenTUI core",
|
|
171
171
|
license: "MIT",
|
|
172
172
|
repository: {
|
package/index.js
CHANGED
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.3.
|
|
7
|
+
"version": "0.3.4",
|
|
8
8
|
"description": "React renderer for building terminal user interfaces using OpenTUI core",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@opentui/core": "0.3.
|
|
51
|
+
"@opentui/core": "0.3.4",
|
|
52
52
|
"react-reconciler": "^0.33.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|