@boba-cli/list 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 +6 -6
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Filterable, selectable list with integrated help, spinner, and paginator. Ported from the Charm `bubbles/list` component.
4
4
 
5
- <img src="../../examples/list-demo.gif" width="950" alt="List component demo" />
5
+ <img src="../../examples/animations/list.gif" width="950" alt="List component demo" />
6
6
 
7
7
  ## Usage
8
8
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@boba-cli/list",
3
3
  "description": "Filterable, selectable list for Boba terminal UIs.",
4
- "version": "0.1.0-alpha.2",
4
+ "version": "0.1.0-alpha.3",
5
5
  "dependencies": {
6
6
  "fuzzysort": "2.0.4",
7
- "@boba-cli/chapstick": "0.1.0-alpha.2",
8
- "@boba-cli/help": "0.1.0-alpha.2",
7
+ "@boba-cli/chapstick": "0.1.0-alpha.3",
8
+ "@boba-cli/help": "0.1.0-alpha.3",
9
9
  "@boba-cli/key": "0.1.0-alpha.1",
10
- "@boba-cli/paginator": "0.1.0-alpha.1",
11
- "@boba-cli/spinner": "0.1.0-alpha.2",
12
- "@boba-cli/tea": "0.1.0-alpha.1"
10
+ "@boba-cli/paginator": "0.1.0-alpha.2",
11
+ "@boba-cli/spinner": "0.1.0-alpha.3",
12
+ "@boba-cli/tea": "1.0.0-alpha.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "typescript": "5.8.2",