@seatlayer/js 0.43.0 → 0.43.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/dist/index.cjs CHANGED
@@ -8312,7 +8312,7 @@ var ChannelsMode = class {
8312
8312
  const readOnly = this.caps.manage ? "" : `<p class="slm-note">You can see how inventory is allocated. Changing it needs channel-management permission.</p>`;
8313
8313
  return `
8314
8314
  ${this.caps.manage ? this.assignmentToolsHtml() : ""}
8315
- <p class="slm-eyebrow">Sales channels</p>
8315
+ <p class="slm-eyebrow"${this.caps.manage ? ' style="margin-top:18px"' : ""}>Sales channels</p>
8316
8316
  <p class="slm-hint">Channel colours and names are only visible to organizers, never to buyers.</p>
8317
8317
  <div class="slm-ch-list">${rows}</div>
8318
8318
  ${create}