@opentui/react 0.5.0 → 0.5.2

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.
@@ -168,7 +168,7 @@ import { ImageRenderable as ImageRenderable2, TextNodeRenderable as TextNodeRend
168
168
  // package.json
169
169
  var package_default = {
170
170
  name: "@opentui/react",
171
- version: "0.5.0",
171
+ version: "0.5.2",
172
172
  description: "React renderer for building terminal user interfaces using OpenTUI core",
173
173
  license: "MIT",
174
174
  repository: {
package/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  getComponentCatalogue,
12
12
  jsxDEV,
13
13
  useAppContext
14
- } from "./chunk-tyqqzmyr.js";
14
+ } from "./chunk-6ew4m133.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.5.0",
7
+ "version": "0.5.2",
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.0",
55
+ "@opentui/core": "0.5.2",
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
  createRoot
4
- } from "./chunk-tyqqzmyr.js";
4
+ } from "./chunk-6ew4m133.js";
5
5
  import"./chunk-2mx7fq49.js";
6
6
 
7
7
  // src/test-utils.ts