@seatlayer/js 0.43.1 → 0.43.2
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/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7904,7 +7904,7 @@ var ChannelsMode = class {
|
|
|
7904
7904
|
const readOnly = this.caps.manage ? "" : `<p class="slm-note">You can see how inventory is allocated. Changing it needs channel-management permission.</p>`;
|
|
7905
7905
|
return `
|
|
7906
7906
|
${this.caps.manage ? this.assignmentToolsHtml() : ""}
|
|
7907
|
-
<p class="slm-eyebrow"
|
|
7907
|
+
<p class="slm-eyebrow">Sales channels</p>
|
|
7908
7908
|
<p class="slm-hint">Channel colours and names are only visible to organizers, never to buyers.</p>
|
|
7909
7909
|
<div class="slm-ch-list">${rows}</div>
|
|
7910
7910
|
${create}
|
|
@@ -7944,7 +7944,8 @@ var ChannelsMode = class {
|
|
|
7944
7944
|
<button type="button" class="slm-btn ghost" data-ch-act="pick-category">Category</button>
|
|
7945
7945
|
<button type="button" class="slm-btn ghost" data-ch-act="seatlist">Seat list \u2328</button>
|
|
7946
7946
|
</div>
|
|
7947
|
-
<p class="slm-note">Choose a destination, then add whole sections,
|
|
7947
|
+
<p class="slm-note" style="margin-bottom:18px">Choose a destination, then add whole sections,
|
|
7948
|
+
multiple rows, a dragged area, or individual seats.</p>`;
|
|
7948
7949
|
}
|
|
7949
7950
|
selectionRailHtml(selection) {
|
|
7950
7951
|
const sources = selectionSources(selection, this.allocation, this.list);
|