@opentui/react 0.5.11 → 0.5.12

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.
@@ -164,7 +164,7 @@ import { ImageRenderable as ImageRenderable2, TextNodeRenderable as TextNodeRend
164
164
  // package.json
165
165
  var package_default = {
166
166
  name: "@opentui/react",
167
- version: "0.5.11",
167
+ version: "0.5.12",
168
168
  description: "React renderer for building terminal user interfaces using OpenTUI core",
169
169
  license: "MIT",
170
170
  repository: {
package/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  flushSync2,
12
12
  createPortal2,
13
13
  createRoot2
14
- } from "./chunk-qvhjn9g4.js";
14
+ } from "./chunk-3h3pmzdr.js";
15
15
  // src/hooks/use-blur.ts
16
16
  import { useEffect } from "react";
17
17
 
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.5.11",
7
+ "version": "0.5.12",
8
8
  "description": "React renderer for building terminal user interfaces using OpenTUI core",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@opentui/core": "0.5.11",
55
+ "@opentui/core": "0.5.12",
56
56
  "react-reconciler": "^0.33.0"
57
57
  },
58
58
  "devDependencies": {
package/test-utils.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  createRoot2
4
- } from "./chunk-qvhjn9g4.js";
4
+ } from "./chunk-3h3pmzdr.js";
5
5
 
6
6
  // src/test-utils.ts
7
7
  import { createTestRenderer } from "@opentui/core/testing";