@seatlayer/js 0.43.0 → 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.js CHANGED
@@ -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, multiple rows, a dragged area, or individual seats.</p>`;
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);