@boba-cli/textarea 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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Multi-line textarea component for Boba terminal UIs. Early port of Charmbracelet Bubbles textarea.
|
|
4
4
|
|
|
5
|
-
<img src="../../examples/textarea
|
|
5
|
+
<img src="../../examples/animations/textarea.gif" width="950" alt="Textarea component demo" />
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boba-cli/textarea",
|
|
3
3
|
"description": "Multi-line text area component for Boba terminal UIs",
|
|
4
|
-
"version": "0.1.0-alpha.
|
|
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.
|
|
8
|
+
"@boba-cli/chapstick": "0.1.0-alpha.3",
|
|
9
|
+
"@boba-cli/cursor": "0.1.0-alpha.3",
|
|
9
10
|
"@boba-cli/key": "0.1.0-alpha.1",
|
|
10
|
-
"@boba-cli/
|
|
11
|
-
"@boba-cli/tea": "
|
|
12
|
-
"@boba-cli/runeutil": "0.1.0-alpha.1"
|
|
11
|
+
"@boba-cli/runeutil": "0.1.0-alpha.1",
|
|
12
|
+
"@boba-cli/tea": "1.0.0-alpha.2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"typescript": "5.8.2",
|