@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 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.2",
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
@@ -11,7 +11,7 @@ import {
11
11
  getComponentCatalogue,
12
12
  jsxDEV,
13
13
  useAppContext
14
- } from "./chunk-h91zkrhp.js";
14
+ } from "./chunk-52d5gdqd.js";
15
15
  import"./chunk-2mx7fq49.js";
16
16
  // src/hooks/use-blur.ts
17
17
  import { useEffect } from "react";
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.2",
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.2",
51
+ "@opentui/core": "0.3.4",
52
52
  "react-reconciler": "^0.33.0"
53
53
  },
54
54
  "devDependencies": {
package/test-utils.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  createRoot
4
- } from "./chunk-h91zkrhp.js";
4
+ } from "./chunk-52d5gdqd.js";
5
5
  import"./chunk-2mx7fq49.js";
6
6
 
7
7
  // src/test-utils.ts