@seatlayer/react 0.47.2 → 0.48.1
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 +3 -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
|
|
85
|
-
|
|
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.
|
|
3
|
+
"version": "0.48.1",
|
|
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.
|
|
63
|
+
"@seatlayer/js": "0.48.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"react": ">=17.0.0"
|