@seatlayer/react 0.47.1 → 0.48.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -81,8 +81,9 @@ Built on [`@seatlayer/js`](https://www.npmjs.com/package/@seatlayer/js).
81
81
  ## Embed the live control room
82
82
 
83
83
  Use `SeatManager` with a short-lived, event-scoped manage token minted by your
84
- backend. Monitor, Inspect, Block/unblock, fullscreen, presence, exact section
85
- revenue, velocity, and the **Sales momentum** overlay are one shared package surface—not host-owned tabs.
84
+ backend. Monitor, Inspect, Block/unblock, fullscreen, presence, exact configured
85
+ booked value, booking velocity, and the **Booking momentum** overlay are one
86
+ shared package surface—not host-owned tabs.
86
87
  Block mode includes explicit multi-select category controls plus a searchable,
87
88
  section-filtered blocked-inventory list for restoring specific seats to sale.
88
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatlayer/react",
3
- "version": "0.47.1",
3
+ "version": "0.48.0",
4
4
  "description": "React component for the SeatLayer embed SDK — render an interactive seat picker and hold seats.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://docs.seatlayer.io/buyer-sdk/seat-picker/",
@@ -60,7 +60,7 @@
60
60
  "ticketing"
61
61
  ],
62
62
  "dependencies": {
63
- "@seatlayer/js": "0.47.1"
63
+ "@seatlayer/js": "0.48.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": ">=17.0.0"