Master Services Agreement
Effective: May 2, 2026 · Acme Corp ↔ Lossless GmbH
${Array.from({ length: 18 }).map((_, index) => html`
`)}
${Array.from({ length: 8 }).map((_, index) => html`
`)}
SIGNED ON BEHALF OF ACME CORP
SIGNED ON BEHALF OF LOSSLESS GMBH
`;
}
export function requestWorkspaceView(element: HTMLElement, view: TWorkspaceView) {
element.dispatchEvent(new CustomEvent('workspace-view-request', {
detail: { view },
bubbles: true,
composed: true,
}));
}