@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.cjs CHANGED
@@ -8352,7 +8352,8 @@ var ChannelsMode = class {
8352
8352
  <button type="button" class="slm-btn ghost" data-ch-act="pick-category">Category</button>
8353
8353
  <button type="button" class="slm-btn ghost" data-ch-act="seatlist">Seat list \u2328</button>
8354
8354
  </div>
8355
- <p class="slm-note">Choose a destination, then add whole sections, multiple rows, a dragged area, or individual seats.</p>`;
8355
+ <p class="slm-note" style="margin-bottom:18px">Choose a destination, then add whole sections,
8356
+ multiple rows, a dragged area, or individual seats.</p>`;
8356
8357
  }
8357
8358
  selectionRailHtml(selection) {
8358
8359
  const sources = selectionSources(selection, this.allocation, this.list);