@seatlayer/react 0.12.0 → 0.12.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ Built on [`@seatlayer/js`](https://www.npmjs.com/package/@seatlayer/js).
|
|
|
65
65
|
|
|
66
66
|
Use `SeatManager` with a short-lived, event-scoped manage token minted by your
|
|
67
67
|
backend. Monitor, Inspect, Block/unblock, fullscreen, presence, exact section
|
|
68
|
-
revenue, velocity, and
|
|
68
|
+
revenue, velocity, and the **Sales momentum** overlay are one shared package surface—not host-owned tabs.
|
|
69
69
|
|
|
70
70
|
```tsx
|
|
71
71
|
<SeatManager
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatlayer/react",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"ticketing"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@seatlayer/js": "^0.12.
|
|
38
|
+
"@seatlayer/js": "^0.12.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=17.0.0"
|