@nsite/stealthis 0.5.0 → 0.6.0
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 +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ If you want to control where the button appears, add the element yourself (the a
|
|
|
28
28
|
|-----------|---------|-------------|
|
|
29
29
|
| `button-text` | `"Borrow this nsite"` | Button text |
|
|
30
30
|
| `stat-text` | `"%s npubs borrowed this nsite"` | Paper trail summary. `%s` is replaced with the count. |
|
|
31
|
-
| `no-trail` | _(absent)_ | Boolean attribute. When present,
|
|
31
|
+
| `no-trail` | _(absent)_ | Boolean attribute. When present, disables the paper trail entirely -- no `muse` tags are written and the trail UI is not rendered. |
|
|
32
32
|
|
|
33
33
|
The button's `trigger` part is exposed via `::part(trigger)` for CSS customization.
|
|
34
34
|
|