@boba-cli/textinput 0.1.0-alpha.2 → 0.1.0-alpha.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Single-line text input component for Boba terminal UIs. Port of Charmbracelet Bubbles textinput.
4
4
 
5
- <img src="../../examples/textinput-demo.gif" width="950" alt="Textinput component demo" />
5
+ <img src="../../examples/animations/textinput.gif" width="950" alt="Textinput component demo" />
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@boba-cli/textinput",
3
3
  "description": "Single-line text input component for Boba terminal UIs",
4
- "version": "0.1.0-alpha.2",
4
+ "version": "0.1.0-alpha.3",
5
5
  "dependencies": {
6
6
  "clipboardy": "^4.0.0",
7
7
  "grapheme-splitter": "^1.0.4",
8
- "@boba-cli/chapstick": "0.1.0-alpha.2",
9
- "@boba-cli/cursor": "0.1.0-alpha.2",
8
+ "@boba-cli/cursor": "0.1.0-alpha.3",
10
9
  "@boba-cli/key": "0.1.0-alpha.1",
11
- "@boba-cli/runeutil": "0.1.0-alpha.1",
12
- "@boba-cli/tea": "0.1.0-alpha.1"
10
+ "@boba-cli/chapstick": "0.1.0-alpha.3",
11
+ "@boba-cli/tea": "1.0.0-alpha.2",
12
+ "@boba-cli/runeutil": "0.1.0-alpha.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "typescript": "5.8.2",