@boba-cli/table 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
|
Tabular data display with scrolling and selection for Boba terminal UIs.
|
|
4
4
|
|
|
5
|
-
<img src="../../examples/table
|
|
5
|
+
<img src="../../examples/animations/table.gif" width="950" alt="Table component demo" />
|
|
6
6
|
|
|
7
7
|
```ts
|
|
8
8
|
import { TableModel } from '@boba-cli/table'
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boba-cli/table",
|
|
3
3
|
"description": "Tabular data display with scrolling and selection for Boba",
|
|
4
|
-
"version": "0.1.0-alpha.
|
|
4
|
+
"version": "0.1.0-alpha.3",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@boba-cli/chapstick": "0.1.0-alpha.
|
|
6
|
+
"@boba-cli/chapstick": "0.1.0-alpha.3",
|
|
7
7
|
"@boba-cli/key": "0.1.0-alpha.1",
|
|
8
|
-
"@boba-cli/tea": "
|
|
8
|
+
"@boba-cli/tea": "1.0.0-alpha.2"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"typescript": "5.8.2",
|