@seatlayer/js 0.12.3 → 0.14.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 +3 -0
- package/dist/index.cjs +543 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +39 -3
- package/dist/index.d.ts +39 -3
- package/dist/index.js +543 -72
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,6 +47,9 @@ realtime organizer cockpit. Mint a short-lived, event-scoped `mse_` token from
|
|
|
47
47
|
your backend, bound to the browser's exact origin and only the capabilities it
|
|
48
48
|
needs. The shared surface owns Monitor, Inspect, Block/unblock, fullscreen,
|
|
49
49
|
presence, exact section revenue, sales velocity, and a clearly explained **Sales momentum** overlay.
|
|
50
|
+
Block mode exposes explicit multi-select category state and a searchable,
|
|
51
|
+
section-filtered blocked-inventory list, so an organizer can put specific seats
|
|
52
|
+
back on sale without resetting the entire event.
|
|
50
53
|
|
|
51
54
|
```js
|
|
52
55
|
import { SeatManager } from '@seatlayer/js';
|