@boba-cli/viewport 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 +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Scrollable content window for Boba terminal UIs. Ported from the Charm `bubbles/viewport` component.
|
|
4
4
|
|
|
5
|
-
<img src="../../examples/viewport
|
|
5
|
+
<img src="../../examples/animations/viewport.gif" width="950" alt="Viewport component demo" />
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boba-cli/viewport",
|
|
3
3
|
"description": "Scrollable viewport for Boba terminal UIs",
|
|
4
|
-
"version": "0.1.0-alpha.
|
|
4
|
+
"version": "0.1.0-alpha.3",
|
|
5
5
|
"dependencies": {
|
|
6
|
+
"@boba-cli/chapstick": "0.1.0-alpha.3",
|
|
6
7
|
"@boba-cli/key": "0.1.0-alpha.1",
|
|
7
|
-
"@boba-cli/
|
|
8
|
-
"@boba-cli/tea": "0.1.0-alpha.1"
|
|
8
|
+
"@boba-cli/tea": "1.0.0-alpha.2"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"typescript": "5.8.2",
|