@cascadetui/react 0.1.1 → 0.1.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
@@ -4,10 +4,10 @@ A React renderer for building terminal user interfaces using [Cascade core](http
4
4
 
5
5
  ## Installation
6
6
 
7
- Quick start with [bun](https://bun.sh) and [create-tui](https://github.com/msmps/create-tui):
7
+ Quick start with [bun](https://bun.sh):
8
8
 
9
9
  ```bash
10
- bun create tui --template react
10
+ bun create cascade
11
11
  ```
12
12
 
13
13
  Manual installation:
@@ -167,7 +167,7 @@ import { TextNodeRenderable as TextNodeRenderable2 } from "@cascadetui/core";
167
167
  // package.json
168
168
  var package_default = {
169
169
  name: "@cascadetui/react",
170
- version: "0.1.1",
170
+ version: "0.1.4",
171
171
  description: "React renderer for building terminal user interfaces using Cascade core",
172
172
  license: "MIT",
173
173
  repository: {
package/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  flushSync,
10
10
  getComponentCatalogue,
11
11
  useAppContext
12
- } from "./chunk-z8xs7dnb.js";
12
+ } from "./chunk-940rvrqj.js";
13
13
  import"./chunk-e11q5a3p.js";
14
14
  // src/hooks/use-keyboard.ts
15
15
  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.1.1",
7
+ "version": "0.1.4",
8
8
  "description": "React renderer for building terminal user interfaces using Cascade core",
9
9
  "license": "MIT",
10
10
  "repository": {
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@cascadetui/core": "0.1.1",
43
+ "@cascadetui/core": "0.1.4",
44
44
  "react-reconciler": "^0.32.0"
45
45
  },
46
46
  "devDependencies": {
package/test-utils.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  createRoot
4
- } from "./chunk-z8xs7dnb.js";
4
+ } from "./chunk-940rvrqj.js";
5
5
  import"./chunk-e11q5a3p.js";
6
6
 
7
7
  // src/test-utils.ts