@spences10/pi-tui-modal 0.0.17 → 0.0.18
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 +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-tui-modal)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-tui-modal)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
Build Pi overlays that feel consistent instead of one-off.
|
|
9
|
+
`pi-tui-modal` provides shared TUI modal primitives for pickers,
|
|
10
|
+
settings, prompts, confirmations, and scrollable text views used
|
|
11
|
+
across Pi extensions.
|
|
10
12
|
|
|
11
13
|
## Styling
|
|
12
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-tui-modal",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Shared Pi TUI modal
|
|
3
|
+
"version": "0.0.18",
|
|
4
|
+
"description": "Shared Pi TUI modal primitives for consistent pickers, settings, prompts, confirmations, and scrollable overlays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"modal",
|
|
7
7
|
"pi",
|