End the A/B test by always showing the testB modal, remove unused variant components and assignment logic, and route CTA links with utm_campaign=live_2026. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
504 B
TypeScript
17 lines
504 B
TypeScript
export const TID = {
|
|
aiHelpText: 'ai-help-text',
|
|
aiRepairButton: 'ai-repair-button',
|
|
copyMarkdown: 'copy-markdown',
|
|
diagramDocumentationButton: 'diagram-documentation-button',
|
|
downloadPNG: 'download-PNG',
|
|
downloadSVG: 'download-SVG',
|
|
errorContainer: 'error-container',
|
|
themeToggleButton: 'theme-toggle-button'
|
|
} as const;
|
|
|
|
export const C = {
|
|
aiLiveEditor: 'ai_live_editor',
|
|
editorChooserDismissedKey: 'mermaid-editor-chooser-dismissed',
|
|
utmSource: 'mermaid_live_editor'
|
|
} as const;
|