@opentui/react 0.2.13 → 0.2.15

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
@@ -102,6 +102,8 @@ OpenTUI React provides several built-in components that map to OpenTUI core rend
102
102
  - **`<scrollbox>`** - A scrollable box
103
103
  - **`<ascii-font>`** - Display ASCII art text with different font styles
104
104
 
105
+ QR code support is available from `@opentui/qrcode/react` and must be registered explicitly with `registerQRCode()`.
106
+
105
107
  **Input Components:**
106
108
 
107
109
  - **`<input>`** - Text input field
@@ -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.2.13",
169
+ version: "0.2.15",
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-0mv3rt6n.js";
14
+ } from "./chunk-txvd9xe1.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.2.13",
7
+ "version": "0.2.15",
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.2.13",
51
+ "@opentui/core": "0.2.15",
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-0mv3rt6n.js";
4
+ } from "./chunk-txvd9xe1.js";
5
5
  import"./chunk-2mx7fq49.js";
6
6
 
7
7
  // src/test-utils.ts