@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.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">Sales channels</p>
7907
+ <p class="slm-eyebrow"${this.caps.manage ? ' style="margin-top:18px"' : ""}>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}