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