@company-semantics/contracts 37.0.0 → 38.0.0
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/package.json +4 -2
- package/src/notifications/__tests__/__snapshots__/render-snapshot.test.ts.snap +1965 -0
- package/src/notifications/content.ts +4 -5
- package/src/notifications/renderers/email/README.md +81 -52
- package/src/notifications/renderers/email/__tests__/amp.test.ts +225 -0
- package/src/notifications/renderers/email/__tests__/styles.test.ts +5 -5
- package/src/notifications/renderers/email/chat.ts +4 -5
- package/src/notifications/renderers/email/colors.ts +32 -20
- package/src/notifications/renderers/email/cta.ts +8 -6
- package/src/notifications/renderers/email/index.ts +22 -9
- package/src/notifications/renderers/email/render.ts +4 -2
- package/src/notifications/renderers/email/shells.ts +101 -15
- package/src/notifications/renderers/email/styles.ts +52 -10
|
@@ -2,6 +2,84 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`email render > auth.otp · Default 1`] = `
|
|
4
4
|
{
|
|
5
|
+
"amp": "<!DOCTYPE html>
|
|
6
|
+
<html amp4email data-css-strict lang="en">
|
|
7
|
+
<head><meta charset="utf-8">
|
|
8
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
9
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
10
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
11
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
12
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
13
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
14
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
15
|
+
.csr-eom { color: #bbb; }
|
|
16
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
17
|
+
.csr-warning { color: #e7000b; }
|
|
18
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
19
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
20
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
21
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
22
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
23
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
24
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
25
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
26
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
27
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
28
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
29
|
+
.csr-cta-label { text-decoration: underline; }
|
|
30
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
31
|
+
.csr-cta-code { color: #0047FF; }
|
|
32
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
33
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
34
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
35
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
36
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
37
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
38
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
39
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
40
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
41
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
42
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
43
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
44
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
45
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
46
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
47
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
48
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
49
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
50
|
+
<body class="csr-body">
|
|
51
|
+
<div class="csr-frame">
|
|
52
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
53
|
+
<p class="csr-p-normal">A login code was requested.</p>
|
|
54
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
55
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
56
|
+
<tr>
|
|
57
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
58
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
59
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Copy + paste this code in the login form.</td></tr>
|
|
60
|
+
</table></td>
|
|
61
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
62
|
+
</tr>
|
|
63
|
+
</table>
|
|
64
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
65
|
+
<tr>
|
|
66
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
67
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta csr-cta-box-none">
|
|
68
|
+
<tr><td class="csr-cta-cell-code">
|
|
69
|
+
<span class="cs-link csr-cta-code">>> 123456 <<</span>
|
|
70
|
+
</td></tr>
|
|
71
|
+
</table></div></td>
|
|
72
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
73
|
+
</tr>
|
|
74
|
+
</table>
|
|
75
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
76
|
+
<p class="csr-p-tight">Status: Valid</p>
|
|
77
|
+
<p class="csr-p-normal">Expires in: 10 minutes</p>
|
|
78
|
+
<p class="csr-p-none">This login code was sent via Company Semantics.<br>If this wasn't you, no action is required.</p>
|
|
79
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
80
|
+
</div>
|
|
81
|
+
</body>
|
|
82
|
+
</html>",
|
|
5
83
|
"html": "<!DOCTYPE html>
|
|
6
84
|
<html lang="en">
|
|
7
85
|
<head><meta charset="UTF-8">
|
|
@@ -87,6 +165,84 @@ https://companysemantics.ai
|
|
|
87
165
|
|
|
88
166
|
exports[`email render > auth.otp · Short expiry 1`] = `
|
|
89
167
|
{
|
|
168
|
+
"amp": "<!DOCTYPE html>
|
|
169
|
+
<html amp4email data-css-strict lang="en">
|
|
170
|
+
<head><meta charset="utf-8">
|
|
171
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
172
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
173
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
174
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
175
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
176
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
177
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
178
|
+
.csr-eom { color: #bbb; }
|
|
179
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
180
|
+
.csr-warning { color: #e7000b; }
|
|
181
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
182
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
183
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
184
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
185
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
186
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
187
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
188
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
189
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
190
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
191
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
192
|
+
.csr-cta-label { text-decoration: underline; }
|
|
193
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
194
|
+
.csr-cta-code { color: #0047FF; }
|
|
195
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
196
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
197
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
198
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
199
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
200
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
201
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
202
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
203
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
204
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
205
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
206
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
207
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
208
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
209
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
210
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
211
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
212
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
213
|
+
<body class="csr-body">
|
|
214
|
+
<div class="csr-frame">
|
|
215
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
216
|
+
<p class="csr-p-normal">A login code was requested.</p>
|
|
217
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
218
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
219
|
+
<tr>
|
|
220
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
221
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
222
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Copy + paste this code in the login form.</td></tr>
|
|
223
|
+
</table></td>
|
|
224
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
225
|
+
</tr>
|
|
226
|
+
</table>
|
|
227
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
228
|
+
<tr>
|
|
229
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
230
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta csr-cta-box-none">
|
|
231
|
+
<tr><td class="csr-cta-cell-code">
|
|
232
|
+
<span class="cs-link csr-cta-code">>> 902413 <<</span>
|
|
233
|
+
</td></tr>
|
|
234
|
+
</table></div></td>
|
|
235
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
236
|
+
</tr>
|
|
237
|
+
</table>
|
|
238
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
239
|
+
<p class="csr-p-tight">Status: Valid</p>
|
|
240
|
+
<p class="csr-p-normal">Expires in: 1 minute</p>
|
|
241
|
+
<p class="csr-p-none">This login code was sent via Company Semantics.<br>If this wasn't you, no action is required.</p>
|
|
242
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
243
|
+
</div>
|
|
244
|
+
</body>
|
|
245
|
+
</html>",
|
|
90
246
|
"html": "<!DOCTYPE html>
|
|
91
247
|
<html lang="en">
|
|
92
248
|
<head><meta charset="UTF-8">
|
|
@@ -172,6 +328,87 @@ https://companysemantics.ai
|
|
|
172
328
|
|
|
173
329
|
exports[`email render > auth.otp · With request metadata 1`] = `
|
|
174
330
|
{
|
|
331
|
+
"amp": "<!DOCTYPE html>
|
|
332
|
+
<html amp4email data-css-strict lang="en">
|
|
333
|
+
<head><meta charset="utf-8">
|
|
334
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
335
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
336
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
337
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
338
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
339
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
340
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
341
|
+
.csr-eom { color: #bbb; }
|
|
342
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
343
|
+
.csr-warning { color: #e7000b; }
|
|
344
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
345
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
346
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
347
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
348
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
349
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
350
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
351
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
352
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
353
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
354
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
355
|
+
.csr-cta-label { text-decoration: underline; }
|
|
356
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
357
|
+
.csr-cta-code { color: #0047FF; }
|
|
358
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
359
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
360
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
361
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
362
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
363
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
364
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
365
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
366
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
367
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
368
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
369
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
370
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
371
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
372
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
373
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
374
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
375
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
376
|
+
<body class="csr-body">
|
|
377
|
+
<div class="csr-frame">
|
|
378
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
379
|
+
<p class="csr-p-normal">A login code was requested.</p>
|
|
380
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
381
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
382
|
+
<tr>
|
|
383
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
384
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
385
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Copy + paste this code in the login form.</td></tr>
|
|
386
|
+
</table></td>
|
|
387
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
388
|
+
</tr>
|
|
389
|
+
</table>
|
|
390
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
391
|
+
<tr>
|
|
392
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
393
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta csr-cta-box-none">
|
|
394
|
+
<tr><td class="csr-cta-cell-code">
|
|
395
|
+
<span class="cs-link csr-cta-code">>> 246810 <<</span>
|
|
396
|
+
</td></tr>
|
|
397
|
+
</table></div></td>
|
|
398
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
399
|
+
</tr>
|
|
400
|
+
</table>
|
|
401
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
402
|
+
<p class="csr-p-tight">Status: Valid</p>
|
|
403
|
+
<p class="csr-p-normal">Expires in: 5 minutes</p>
|
|
404
|
+
<p class="csr-p-tight">Request details:</p>
|
|
405
|
+
<p class="csr-p-tight">IP address: 203.0.113.4</p>
|
|
406
|
+
<p class="csr-p-normal">Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)</p>
|
|
407
|
+
<p class="csr-p-none">This login code was sent via Company Semantics.<br>If this wasn't you, no action is required.</p>
|
|
408
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
409
|
+
</div>
|
|
410
|
+
</body>
|
|
411
|
+
</html>",
|
|
175
412
|
"html": "<!DOCTYPE html>
|
|
176
413
|
<html lang="en">
|
|
177
414
|
<head><meta charset="UTF-8">
|
|
@@ -264,6 +501,96 @@ https://companysemantics.ai
|
|
|
264
501
|
|
|
265
502
|
exports[`email render > chat.shared · Default 1`] = `
|
|
266
503
|
{
|
|
504
|
+
"amp": "<!DOCTYPE html>
|
|
505
|
+
<html amp4email data-css-strict lang="en">
|
|
506
|
+
<head><meta charset="utf-8">
|
|
507
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
508
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
509
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
510
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
511
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
512
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
513
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
514
|
+
.csr-eom { color: #bbb; }
|
|
515
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
516
|
+
.csr-warning { color: #e7000b; }
|
|
517
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
518
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
519
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
520
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
521
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
522
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
523
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
524
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
525
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
526
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
527
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
528
|
+
.csr-cta-label { text-decoration: underline; }
|
|
529
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
530
|
+
.csr-cta-code { color: #0047FF; }
|
|
531
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
532
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
533
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
534
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
535
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
536
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
537
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
538
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
539
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
540
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
541
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
542
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
543
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
544
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
545
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
546
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
547
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
548
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
549
|
+
<body class="csr-body">
|
|
550
|
+
<div class="csr-frame">
|
|
551
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
552
|
+
<p class="csr-p-normal">A chat was shared with you.</p>
|
|
553
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
554
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
555
|
+
<tr>
|
|
556
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
557
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
558
|
+
<tr><td class="cs-bubble csr-bubble-user">API design discussion</td></tr>
|
|
559
|
+
</table></td>
|
|
560
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
561
|
+
</tr>
|
|
562
|
+
<tr>
|
|
563
|
+
<td></td>
|
|
564
|
+
<td class="cs-meta csr-chat-attribution">Alex Rivera</td>
|
|
565
|
+
<td></td>
|
|
566
|
+
</tr>
|
|
567
|
+
</table>
|
|
568
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
569
|
+
<tr>
|
|
570
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
571
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
572
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Here are my thoughts on the REST API design for the new authentication endpoints.</td></tr>
|
|
573
|
+
</table></td>
|
|
574
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
575
|
+
</tr>
|
|
576
|
+
</table>
|
|
577
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
578
|
+
<tr>
|
|
579
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
580
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><div class="cs-dots csr-dots-over-cta">⋮</div><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
581
|
+
<tr><td class="csr-cta-cell-linked">
|
|
582
|
+
<a href="https://app.companysemantics.ai/share/abc123" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">SEE MORE</span> <<</a>
|
|
583
|
+
</td></tr>
|
|
584
|
+
</table></div></td>
|
|
585
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
586
|
+
</tr>
|
|
587
|
+
</table>
|
|
588
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
589
|
+
<p class="csr-p-none">This share was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
590
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
591
|
+
</div>
|
|
592
|
+
</body>
|
|
593
|
+
</html>",
|
|
267
594
|
"html": "<!DOCTYPE html>
|
|
268
595
|
<html lang="en">
|
|
269
596
|
<head><meta charset="UTF-8">
|
|
@@ -368,6 +695,96 @@ https://companysemantics.ai
|
|
|
368
695
|
|
|
369
696
|
exports[`email render > chat.shared · Long preview 1`] = `
|
|
370
697
|
{
|
|
698
|
+
"amp": "<!DOCTYPE html>
|
|
699
|
+
<html amp4email data-css-strict lang="en">
|
|
700
|
+
<head><meta charset="utf-8">
|
|
701
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
702
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
703
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
704
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
705
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
706
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
707
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
708
|
+
.csr-eom { color: #bbb; }
|
|
709
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
710
|
+
.csr-warning { color: #e7000b; }
|
|
711
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
712
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
713
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
714
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
715
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
716
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
717
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
718
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
719
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
720
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
721
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
722
|
+
.csr-cta-label { text-decoration: underline; }
|
|
723
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
724
|
+
.csr-cta-code { color: #0047FF; }
|
|
725
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
726
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
727
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
728
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
729
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
730
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
731
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
732
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
733
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
734
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
735
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
736
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
737
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
738
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
739
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
740
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
741
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
742
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
743
|
+
<body class="csr-body">
|
|
744
|
+
<div class="csr-frame">
|
|
745
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
746
|
+
<p class="csr-p-normal">A chat was shared with you.</p>
|
|
747
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
748
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
749
|
+
<tr>
|
|
750
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
751
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
752
|
+
<tr><td class="cs-bubble csr-bubble-user">Code review feedback</td></tr>
|
|
753
|
+
</table></td>
|
|
754
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
755
|
+
</tr>
|
|
756
|
+
<tr>
|
|
757
|
+
<td></td>
|
|
758
|
+
<td class="cs-meta csr-chat-attribution">Alex Rivera</td>
|
|
759
|
+
<td></td>
|
|
760
|
+
</tr>
|
|
761
|
+
</table>
|
|
762
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
763
|
+
<tr>
|
|
764
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
765
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
766
|
+
<tr><td class="cs-bubble csr-bubble-assistant">I reviewed the pull request and found several areas that need improvement. The authentication...</td></tr>
|
|
767
|
+
</table></td>
|
|
768
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
769
|
+
</tr>
|
|
770
|
+
</table>
|
|
771
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
772
|
+
<tr>
|
|
773
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
774
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><div class="cs-dots csr-dots-over-cta">⋮</div><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
775
|
+
<tr><td class="csr-cta-cell-linked">
|
|
776
|
+
<a href="https://app.companysemantics.ai/share/preview789" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">SEE MORE</span> <<</a>
|
|
777
|
+
</td></tr>
|
|
778
|
+
</table></div></td>
|
|
779
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
780
|
+
</tr>
|
|
781
|
+
</table>
|
|
782
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
783
|
+
<p class="csr-p-none">This share was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
784
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
785
|
+
</div>
|
|
786
|
+
</body>
|
|
787
|
+
</html>",
|
|
371
788
|
"html": "<!DOCTYPE html>
|
|
372
789
|
<html lang="en">
|
|
373
790
|
<head><meta charset="UTF-8">
|
|
@@ -472,6 +889,96 @@ https://companysemantics.ai
|
|
|
472
889
|
|
|
473
890
|
exports[`email render > chat.shared · Long title 1`] = `
|
|
474
891
|
{
|
|
892
|
+
"amp": "<!DOCTYPE html>
|
|
893
|
+
<html amp4email data-css-strict lang="en">
|
|
894
|
+
<head><meta charset="utf-8">
|
|
895
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
896
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
897
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
898
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
899
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
900
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
901
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
902
|
+
.csr-eom { color: #bbb; }
|
|
903
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
904
|
+
.csr-warning { color: #e7000b; }
|
|
905
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
906
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
907
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
908
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
909
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
910
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
911
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
912
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
913
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
914
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
915
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
916
|
+
.csr-cta-label { text-decoration: underline; }
|
|
917
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
918
|
+
.csr-cta-code { color: #0047FF; }
|
|
919
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
920
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
921
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
922
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
923
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
924
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
925
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
926
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
927
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
928
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
929
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
930
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
931
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
932
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
933
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
934
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
935
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
936
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
937
|
+
<body class="csr-body">
|
|
938
|
+
<div class="csr-frame">
|
|
939
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
940
|
+
<p class="csr-p-normal">A chat was shared with you.</p>
|
|
941
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
942
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
943
|
+
<tr>
|
|
944
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
945
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
946
|
+
<tr><td class="cs-bubble csr-bubble-user">This is a very long chat title that should be truncated to fit the layout properly</td></tr>
|
|
947
|
+
</table></td>
|
|
948
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
949
|
+
</tr>
|
|
950
|
+
<tr>
|
|
951
|
+
<td></td>
|
|
952
|
+
<td class="cs-meta csr-chat-attribution">Alex Rivera</td>
|
|
953
|
+
<td></td>
|
|
954
|
+
</tr>
|
|
955
|
+
</table>
|
|
956
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
957
|
+
<tr>
|
|
958
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
959
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
960
|
+
<tr><td class="cs-bubble csr-bubble-assistant">The assistant response preview text.</td></tr>
|
|
961
|
+
</table></td>
|
|
962
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
963
|
+
</tr>
|
|
964
|
+
</table>
|
|
965
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
966
|
+
<tr>
|
|
967
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
968
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><div class="cs-dots csr-dots-over-cta">⋮</div><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
969
|
+
<tr><td class="csr-cta-cell-linked">
|
|
970
|
+
<a href="https://app.companysemantics.ai/share/long456" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">SEE MORE</span> <<</a>
|
|
971
|
+
</td></tr>
|
|
972
|
+
</table></div></td>
|
|
973
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
974
|
+
</tr>
|
|
975
|
+
</table>
|
|
976
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
977
|
+
<p class="csr-p-none">This share was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
978
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
979
|
+
</div>
|
|
980
|
+
</body>
|
|
981
|
+
</html>",
|
|
475
982
|
"html": "<!DOCTYPE html>
|
|
476
983
|
<html lang="en">
|
|
477
984
|
<head><meta charset="UTF-8">
|
|
@@ -576,6 +1083,87 @@ https://companysemantics.ai
|
|
|
576
1083
|
|
|
577
1084
|
exports[`email render > chat.shared · No preview 1`] = `
|
|
578
1085
|
{
|
|
1086
|
+
"amp": "<!DOCTYPE html>
|
|
1087
|
+
<html amp4email data-css-strict lang="en">
|
|
1088
|
+
<head><meta charset="utf-8">
|
|
1089
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1090
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1091
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1092
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1093
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1094
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1095
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1096
|
+
.csr-eom { color: #bbb; }
|
|
1097
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1098
|
+
.csr-warning { color: #e7000b; }
|
|
1099
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1100
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1101
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1102
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1103
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1104
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1105
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1106
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1107
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1108
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1109
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1110
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1111
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1112
|
+
.csr-cta-code { color: #0047FF; }
|
|
1113
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1114
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1115
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1116
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1117
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1118
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1119
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1120
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1121
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1122
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1123
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1124
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1125
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1126
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1127
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1128
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1129
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1130
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1131
|
+
<body class="csr-body">
|
|
1132
|
+
<div class="csr-frame">
|
|
1133
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1134
|
+
<p class="csr-p-normal">A chat was shared with you.</p>
|
|
1135
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
1136
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
1137
|
+
<tr>
|
|
1138
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1139
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1140
|
+
<tr><td class="cs-bubble csr-bubble-user">Quick sync notes</td></tr>
|
|
1141
|
+
</table></td>
|
|
1142
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
1143
|
+
</tr>
|
|
1144
|
+
<tr>
|
|
1145
|
+
<td></td>
|
|
1146
|
+
<td class="cs-meta csr-chat-attribution">Alex Rivera</td>
|
|
1147
|
+
<td></td>
|
|
1148
|
+
</tr>
|
|
1149
|
+
</table>
|
|
1150
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1151
|
+
<tr>
|
|
1152
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1153
|
+
<td class="csr-chat-channel-right"><div class="csr-cta-stack"><div class="cs-dots csr-dots-over-cta">⋮</div><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
1154
|
+
<tr><td class="csr-cta-cell-linked">
|
|
1155
|
+
<a href="https://app.companysemantics.ai/share/xyz789" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">SEE MORE</span> <<</a>
|
|
1156
|
+
</td></tr>
|
|
1157
|
+
</table></div></td>
|
|
1158
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1159
|
+
</tr>
|
|
1160
|
+
</table>
|
|
1161
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
1162
|
+
<p class="csr-p-none">This share was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
1163
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1164
|
+
</div>
|
|
1165
|
+
</body>
|
|
1166
|
+
</html>",
|
|
579
1167
|
"html": "<!DOCTYPE html>
|
|
580
1168
|
<html lang="en">
|
|
581
1169
|
<head><meta charset="UTF-8">
|
|
@@ -665,6 +1253,96 @@ https://companysemantics.ai
|
|
|
665
1253
|
|
|
666
1254
|
exports[`email render > chat.shared · Short 1`] = `
|
|
667
1255
|
{
|
|
1256
|
+
"amp": "<!DOCTYPE html>
|
|
1257
|
+
<html amp4email data-css-strict lang="en">
|
|
1258
|
+
<head><meta charset="utf-8">
|
|
1259
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1260
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1261
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1262
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1263
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1264
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1265
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1266
|
+
.csr-eom { color: #bbb; }
|
|
1267
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1268
|
+
.csr-warning { color: #e7000b; }
|
|
1269
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1270
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1271
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1272
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1273
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1274
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1275
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1276
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1277
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1278
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1279
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1280
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1281
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1282
|
+
.csr-cta-code { color: #0047FF; }
|
|
1283
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1284
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1285
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1286
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1287
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1288
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1289
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1290
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1291
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1292
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1293
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1294
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1295
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1296
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1297
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1298
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1299
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1300
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1301
|
+
<body class="csr-body">
|
|
1302
|
+
<div class="csr-frame">
|
|
1303
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1304
|
+
<p class="csr-p-normal">A chat was shared with you.</p>
|
|
1305
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
1306
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1307
|
+
<tr>
|
|
1308
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1309
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1310
|
+
<tr><td class="cs-bubble csr-bubble-user">Hi</td></tr>
|
|
1311
|
+
</table></td>
|
|
1312
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
1313
|
+
</tr>
|
|
1314
|
+
<tr>
|
|
1315
|
+
<td></td>
|
|
1316
|
+
<td class="cs-meta csr-chat-attribution">Alex Rivera</td>
|
|
1317
|
+
<td></td>
|
|
1318
|
+
</tr>
|
|
1319
|
+
</table>
|
|
1320
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
1321
|
+
<tr>
|
|
1322
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
1323
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1324
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Hello!</td></tr>
|
|
1325
|
+
</table></td>
|
|
1326
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1327
|
+
</tr>
|
|
1328
|
+
</table>
|
|
1329
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1330
|
+
<tr>
|
|
1331
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1332
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><div class="cs-dots csr-dots-over-cta">⋮</div><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
1333
|
+
<tr><td class="csr-cta-cell-linked">
|
|
1334
|
+
<a href="https://app.companysemantics.ai/share/short123" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">SEE MORE</span> <<</a>
|
|
1335
|
+
</td></tr>
|
|
1336
|
+
</table></div></td>
|
|
1337
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1338
|
+
</tr>
|
|
1339
|
+
</table>
|
|
1340
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
1341
|
+
<p class="csr-p-none">This share was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
1342
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1343
|
+
</div>
|
|
1344
|
+
</body>
|
|
1345
|
+
</html>",
|
|
668
1346
|
"html": "<!DOCTYPE html>
|
|
669
1347
|
<html lang="en">
|
|
670
1348
|
<head><meta charset="UTF-8">
|
|
@@ -767,6 +1445,85 @@ https://companysemantics.ai
|
|
|
767
1445
|
|
|
768
1446
|
exports[`email render > companyMd.access_request_approved · Editor 1`] = `
|
|
769
1447
|
{
|
|
1448
|
+
"amp": "<!DOCTYPE html>
|
|
1449
|
+
<html amp4email data-css-strict lang="en">
|
|
1450
|
+
<head><meta charset="utf-8">
|
|
1451
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1452
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1453
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1454
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1455
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1456
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1457
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1458
|
+
.csr-eom { color: #bbb; }
|
|
1459
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1460
|
+
.csr-warning { color: #e7000b; }
|
|
1461
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1462
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1463
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1464
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1465
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1466
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1467
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1468
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1469
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1470
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1471
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1472
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1473
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1474
|
+
.csr-cta-code { color: #0047FF; }
|
|
1475
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1476
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1477
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1478
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1479
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1480
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1481
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1482
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1483
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1484
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1485
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1486
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1487
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1488
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1489
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1490
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1491
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1492
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1493
|
+
<body class="csr-body">
|
|
1494
|
+
<div class="csr-frame">
|
|
1495
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1496
|
+
<p class="csr-p-normal">Your access request was approved.</p>
|
|
1497
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
1498
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
1499
|
+
<tr>
|
|
1500
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
1501
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1502
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Open to view.</td></tr>
|
|
1503
|
+
</table></td>
|
|
1504
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1505
|
+
</tr>
|
|
1506
|
+
</table>
|
|
1507
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1508
|
+
<tr>
|
|
1509
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1510
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
1511
|
+
<tr><td class="csr-cta-cell-linked">
|
|
1512
|
+
<a href="https://app.companysemantics.ai/doc/handbook" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">OPEN</span> <<</a>
|
|
1513
|
+
</td></tr>
|
|
1514
|
+
</table></div></td>
|
|
1515
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1516
|
+
</tr>
|
|
1517
|
+
</table>
|
|
1518
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
1519
|
+
<p class="csr-p-tight">Document: "Engineering Handbook"</p>
|
|
1520
|
+
<p class="csr-p-tight">Access: can edit</p>
|
|
1521
|
+
<p class="csr-p-normal">Approved by: Jordan Lee</p>
|
|
1522
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>Access is now active.</p>
|
|
1523
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1524
|
+
</div>
|
|
1525
|
+
</body>
|
|
1526
|
+
</html>",
|
|
770
1527
|
"html": "<!DOCTYPE html>
|
|
771
1528
|
<html lang="en">
|
|
772
1529
|
<head><meta charset="UTF-8">
|
|
@@ -855,6 +1612,85 @@ https://companysemantics.ai
|
|
|
855
1612
|
|
|
856
1613
|
exports[`email render > companyMd.access_request_approved · Viewer 1`] = `
|
|
857
1614
|
{
|
|
1615
|
+
"amp": "<!DOCTYPE html>
|
|
1616
|
+
<html amp4email data-css-strict lang="en">
|
|
1617
|
+
<head><meta charset="utf-8">
|
|
1618
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1619
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1620
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1621
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1622
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1623
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1624
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1625
|
+
.csr-eom { color: #bbb; }
|
|
1626
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1627
|
+
.csr-warning { color: #e7000b; }
|
|
1628
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1629
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1630
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1631
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1632
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1633
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1634
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1635
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1636
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1637
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1638
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1639
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1640
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1641
|
+
.csr-cta-code { color: #0047FF; }
|
|
1642
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1643
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1644
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1645
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1646
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1647
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1648
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1649
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1650
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1651
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1652
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1653
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1654
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1655
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1656
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1657
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1658
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1659
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1660
|
+
<body class="csr-body">
|
|
1661
|
+
<div class="csr-frame">
|
|
1662
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1663
|
+
<p class="csr-p-normal">Your access request was approved.</p>
|
|
1664
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
1665
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
1666
|
+
<tr>
|
|
1667
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
1668
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1669
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Open to view.</td></tr>
|
|
1670
|
+
</table></td>
|
|
1671
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1672
|
+
</tr>
|
|
1673
|
+
</table>
|
|
1674
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1675
|
+
<tr>
|
|
1676
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1677
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
1678
|
+
<tr><td class="csr-cta-cell-linked">
|
|
1679
|
+
<a href="https://app.companysemantics.ai/doc/handbook" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">OPEN</span> <<</a>
|
|
1680
|
+
</td></tr>
|
|
1681
|
+
</table></div></td>
|
|
1682
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
1683
|
+
</tr>
|
|
1684
|
+
</table>
|
|
1685
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
1686
|
+
<p class="csr-p-tight">Document: "Engineering Handbook"</p>
|
|
1687
|
+
<p class="csr-p-tight">Access: can view</p>
|
|
1688
|
+
<p class="csr-p-normal">Approved by: Jordan Lee</p>
|
|
1689
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>Access is now active.</p>
|
|
1690
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1691
|
+
</div>
|
|
1692
|
+
</body>
|
|
1693
|
+
</html>",
|
|
858
1694
|
"html": "<!DOCTYPE html>
|
|
859
1695
|
<html lang="en">
|
|
860
1696
|
<head><meta charset="UTF-8">
|
|
@@ -943,6 +1779,62 @@ https://companysemantics.ai
|
|
|
943
1779
|
|
|
944
1780
|
exports[`email render > companyMd.access_request_denied · No reason 1`] = `
|
|
945
1781
|
{
|
|
1782
|
+
"amp": "<!DOCTYPE html>
|
|
1783
|
+
<html amp4email data-css-strict lang="en">
|
|
1784
|
+
<head><meta charset="utf-8">
|
|
1785
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1786
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1787
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1788
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1789
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1790
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1791
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1792
|
+
.csr-eom { color: #bbb; }
|
|
1793
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1794
|
+
.csr-warning { color: #e7000b; }
|
|
1795
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1796
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1797
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1798
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1799
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1800
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1801
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1802
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1803
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1804
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1805
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1806
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1807
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1808
|
+
.csr-cta-code { color: #0047FF; }
|
|
1809
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1810
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1811
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1812
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1813
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1814
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1815
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1816
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1817
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1818
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1819
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1820
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1821
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1822
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1823
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1824
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1825
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1826
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1827
|
+
<body class="csr-body">
|
|
1828
|
+
<div class="csr-frame">
|
|
1829
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1830
|
+
<p class="csr-p-normal">Your access request was declined.</p>
|
|
1831
|
+
<p class="csr-p-tight">Document: "Engineering Handbook"</p>
|
|
1832
|
+
<p class="csr-p-normal">Declined by: Jordan Lee</p>
|
|
1833
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>This request is now closed.</p>
|
|
1834
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1835
|
+
</div>
|
|
1836
|
+
</body>
|
|
1837
|
+
</html>",
|
|
946
1838
|
"html": "<!DOCTYPE html>
|
|
947
1839
|
<html lang="en">
|
|
948
1840
|
<head><meta charset="UTF-8">
|
|
@@ -994,6 +1886,78 @@ https://companysemantics.ai
|
|
|
994
1886
|
|
|
995
1887
|
exports[`email render > companyMd.access_request_denied · With reason 1`] = `
|
|
996
1888
|
{
|
|
1889
|
+
"amp": "<!DOCTYPE html>
|
|
1890
|
+
<html amp4email data-css-strict lang="en">
|
|
1891
|
+
<head><meta charset="utf-8">
|
|
1892
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
1893
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
1894
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
1895
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
1896
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
1897
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
1898
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
1899
|
+
.csr-eom { color: #bbb; }
|
|
1900
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
1901
|
+
.csr-warning { color: #e7000b; }
|
|
1902
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
1903
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
1904
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
1905
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
1906
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
1907
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
1908
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
1909
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
1910
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
1911
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1912
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
1913
|
+
.csr-cta-label { text-decoration: underline; }
|
|
1914
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
1915
|
+
.csr-cta-code { color: #0047FF; }
|
|
1916
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
1917
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
1918
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
1919
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
1920
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
1921
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1922
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1923
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
1924
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
1925
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
1926
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
1927
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
1928
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1929
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
1930
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
1931
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
1932
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
1933
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
1934
|
+
<body class="csr-body">
|
|
1935
|
+
<div class="csr-frame">
|
|
1936
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
1937
|
+
<p class="csr-p-normal">Your access request was declined.</p>
|
|
1938
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
1939
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
1940
|
+
<tr>
|
|
1941
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
1942
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
1943
|
+
<tr><td class="cs-bubble csr-bubble-user">This doc is limited to the platform team for now.</td></tr>
|
|
1944
|
+
</table></td>
|
|
1945
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
1946
|
+
</tr>
|
|
1947
|
+
<tr>
|
|
1948
|
+
<td></td>
|
|
1949
|
+
<td class="cs-meta csr-chat-attribution">Jordan Lee</td>
|
|
1950
|
+
<td></td>
|
|
1951
|
+
</tr>
|
|
1952
|
+
</table>
|
|
1953
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
1954
|
+
<p class="csr-p-tight">Document: "Engineering Handbook"</p>
|
|
1955
|
+
<p class="csr-p-normal">Declined by: Jordan Lee</p>
|
|
1956
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>This request is now closed.</p>
|
|
1957
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
1958
|
+
</div>
|
|
1959
|
+
</body>
|
|
1960
|
+
</html>",
|
|
997
1961
|
"html": "<!DOCTYPE html>
|
|
998
1962
|
<html lang="en">
|
|
999
1963
|
<head><meta charset="UTF-8">
|
|
@@ -1070,6 +2034,84 @@ https://companysemantics.ai
|
|
|
1070
2034
|
|
|
1071
2035
|
exports[`email render > companyMd.access_requested · No message 1`] = `
|
|
1072
2036
|
{
|
|
2037
|
+
"amp": "<!DOCTYPE html>
|
|
2038
|
+
<html amp4email data-css-strict lang="en">
|
|
2039
|
+
<head><meta charset="utf-8">
|
|
2040
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2041
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2042
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2043
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2044
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2045
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2046
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2047
|
+
.csr-eom { color: #bbb; }
|
|
2048
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2049
|
+
.csr-warning { color: #e7000b; }
|
|
2050
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2051
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2052
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2053
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2054
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2055
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2056
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2057
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2058
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2059
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2060
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2061
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2062
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2063
|
+
.csr-cta-code { color: #0047FF; }
|
|
2064
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2065
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2066
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2067
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2068
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2069
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2070
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2071
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2072
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2073
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2074
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2075
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2076
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2077
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2078
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2079
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2080
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2081
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2082
|
+
<body class="csr-body">
|
|
2083
|
+
<div class="csr-frame">
|
|
2084
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2085
|
+
<p class="csr-p-normal">Someone requested document access.</p>
|
|
2086
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2087
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2088
|
+
<tr>
|
|
2089
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
2090
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2091
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Review the request.</td></tr>
|
|
2092
|
+
</table></td>
|
|
2093
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2094
|
+
</tr>
|
|
2095
|
+
</table>
|
|
2096
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2097
|
+
<tr>
|
|
2098
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2099
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2100
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2101
|
+
<a href="https://app.companysemantics.ai/doc/handbook?request=req_456" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">REVIEW</span> <<</a>
|
|
2102
|
+
</td></tr>
|
|
2103
|
+
</table></div></td>
|
|
2104
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2105
|
+
</tr>
|
|
2106
|
+
</table>
|
|
2107
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2108
|
+
<p class="csr-p-tight">From: Sam Chen</p>
|
|
2109
|
+
<p class="csr-p-normal">Document: "Engineering Handbook"</p>
|
|
2110
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>You own this document.</p>
|
|
2111
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2112
|
+
</div>
|
|
2113
|
+
</body>
|
|
2114
|
+
</html>",
|
|
1073
2115
|
"html": "<!DOCTYPE html>
|
|
1074
2116
|
<html lang="en">
|
|
1075
2117
|
<head><meta charset="UTF-8">
|
|
@@ -1156,6 +2198,89 @@ https://companysemantics.ai
|
|
|
1156
2198
|
|
|
1157
2199
|
exports[`email render > companyMd.access_requested · With message 1`] = `
|
|
1158
2200
|
{
|
|
2201
|
+
"amp": "<!DOCTYPE html>
|
|
2202
|
+
<html amp4email data-css-strict lang="en">
|
|
2203
|
+
<head><meta charset="utf-8">
|
|
2204
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2205
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2206
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2207
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2208
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2209
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2210
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2211
|
+
.csr-eom { color: #bbb; }
|
|
2212
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2213
|
+
.csr-warning { color: #e7000b; }
|
|
2214
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2215
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2216
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2217
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2218
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2219
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2220
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2221
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2222
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2223
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2224
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2225
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2226
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2227
|
+
.csr-cta-code { color: #0047FF; }
|
|
2228
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2229
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2230
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2231
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2232
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2233
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2234
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2235
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2236
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2237
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2238
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2239
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2240
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2241
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2242
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2243
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2244
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2245
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2246
|
+
<body class="csr-body">
|
|
2247
|
+
<div class="csr-frame">
|
|
2248
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2249
|
+
<p class="csr-p-normal">Someone requested document access.</p>
|
|
2250
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2251
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2252
|
+
<tr>
|
|
2253
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2254
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2255
|
+
<tr><td class="cs-bubble csr-bubble-user">I'd like to contribute the onboarding section.</td></tr>
|
|
2256
|
+
</table></td>
|
|
2257
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
2258
|
+
</tr>
|
|
2259
|
+
<tr>
|
|
2260
|
+
<td></td>
|
|
2261
|
+
<td class="cs-meta csr-chat-attribution">Sam Chen</td>
|
|
2262
|
+
<td></td>
|
|
2263
|
+
</tr>
|
|
2264
|
+
</table>
|
|
2265
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2266
|
+
<tr>
|
|
2267
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2268
|
+
<td class="csr-chat-channel-right"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2269
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2270
|
+
<a href="https://app.companysemantics.ai/doc/handbook?request=req_123" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">REVIEW</span> <<</a>
|
|
2271
|
+
</td></tr>
|
|
2272
|
+
</table></div></td>
|
|
2273
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2274
|
+
</tr>
|
|
2275
|
+
</table>
|
|
2276
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2277
|
+
<p class="csr-p-tight">From: Sam Chen</p>
|
|
2278
|
+
<p class="csr-p-normal">Document: "Engineering Handbook"</p>
|
|
2279
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>You own this document.</p>
|
|
2280
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2281
|
+
</div>
|
|
2282
|
+
</body>
|
|
2283
|
+
</html>",
|
|
1159
2284
|
"html": "<!DOCTYPE html>
|
|
1160
2285
|
<html lang="en">
|
|
1161
2286
|
<head><meta charset="UTF-8">
|
|
@@ -1249,6 +2374,86 @@ https://companysemantics.ai
|
|
|
1249
2374
|
|
|
1250
2375
|
exports[`email render > org.invite · Admin 1`] = `
|
|
1251
2376
|
{
|
|
2377
|
+
"amp": "<!DOCTYPE html>
|
|
2378
|
+
<html amp4email data-css-strict lang="en">
|
|
2379
|
+
<head><meta charset="utf-8">
|
|
2380
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2381
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2382
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2383
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2384
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2385
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2386
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2387
|
+
.csr-eom { color: #bbb; }
|
|
2388
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2389
|
+
.csr-warning { color: #e7000b; }
|
|
2390
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2391
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2392
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2393
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2394
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2395
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2396
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2397
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2398
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2399
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2400
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2401
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2402
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2403
|
+
.csr-cta-code { color: #0047FF; }
|
|
2404
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2405
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2406
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2407
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2408
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2409
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2410
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2411
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2412
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2413
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2414
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2415
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2416
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2417
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2418
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2419
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2420
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2421
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2422
|
+
<body class="csr-body">
|
|
2423
|
+
<div class="csr-frame">
|
|
2424
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2425
|
+
<p class="csr-p-normal">Acme Corp uses Company Semantics.</p>
|
|
2426
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2427
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2428
|
+
<tr>
|
|
2429
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
2430
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2431
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Join to accept the invitation.</td></tr>
|
|
2432
|
+
</table></td>
|
|
2433
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2434
|
+
</tr>
|
|
2435
|
+
</table>
|
|
2436
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2437
|
+
<tr>
|
|
2438
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2439
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2440
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2441
|
+
<a href="https://app.companysemantics.ai/invite/abc123" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">JOIN</span> <<</a>
|
|
2442
|
+
</td></tr>
|
|
2443
|
+
</table></div></td>
|
|
2444
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2445
|
+
</tr>
|
|
2446
|
+
</table>
|
|
2447
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2448
|
+
<p class="csr-p-tight">From: Alex Rivera</p>
|
|
2449
|
+
<p class="csr-p-tight">Workspace: Acme Corp</p>
|
|
2450
|
+
<p class="csr-p-tight">Role: Admin</p>
|
|
2451
|
+
<p class="csr-p-normal">Expires: Jun 13, 2026</p>
|
|
2452
|
+
<p class="csr-p-none">This invitation was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
2453
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2454
|
+
</div>
|
|
2455
|
+
</body>
|
|
2456
|
+
</html>",
|
|
1252
2457
|
"html": "<!DOCTYPE html>
|
|
1253
2458
|
<html lang="en">
|
|
1254
2459
|
<head><meta charset="UTF-8">
|
|
@@ -1339,6 +2544,86 @@ https://companysemantics.ai
|
|
|
1339
2544
|
|
|
1340
2545
|
exports[`email render > org.invite · Member 1`] = `
|
|
1341
2546
|
{
|
|
2547
|
+
"amp": "<!DOCTYPE html>
|
|
2548
|
+
<html amp4email data-css-strict lang="en">
|
|
2549
|
+
<head><meta charset="utf-8">
|
|
2550
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2551
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2552
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2553
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2554
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2555
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2556
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2557
|
+
.csr-eom { color: #bbb; }
|
|
2558
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2559
|
+
.csr-warning { color: #e7000b; }
|
|
2560
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2561
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2562
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2563
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2564
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2565
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2566
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2567
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2568
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2569
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2570
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2571
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2572
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2573
|
+
.csr-cta-code { color: #0047FF; }
|
|
2574
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2575
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2576
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2577
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2578
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2579
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2580
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2581
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2582
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2583
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2584
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2585
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2586
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2587
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2588
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2589
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2590
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2591
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2592
|
+
<body class="csr-body">
|
|
2593
|
+
<div class="csr-frame">
|
|
2594
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2595
|
+
<p class="csr-p-normal">Acme Corp uses Company Semantics.</p>
|
|
2596
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2597
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2598
|
+
<tr>
|
|
2599
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
2600
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2601
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Join to accept the invitation.</td></tr>
|
|
2602
|
+
</table></td>
|
|
2603
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2604
|
+
</tr>
|
|
2605
|
+
</table>
|
|
2606
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2607
|
+
<tr>
|
|
2608
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2609
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2610
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2611
|
+
<a href="https://app.companysemantics.ai/invite/def456" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">JOIN</span> <<</a>
|
|
2612
|
+
</td></tr>
|
|
2613
|
+
</table></div></td>
|
|
2614
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2615
|
+
</tr>
|
|
2616
|
+
</table>
|
|
2617
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2618
|
+
<p class="csr-p-tight">From: Alex Rivera</p>
|
|
2619
|
+
<p class="csr-p-tight">Workspace: Acme Corp</p>
|
|
2620
|
+
<p class="csr-p-tight">Role: Member</p>
|
|
2621
|
+
<p class="csr-p-normal">Expires: Jun 13, 2026</p>
|
|
2622
|
+
<p class="csr-p-none">This invitation was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
2623
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2624
|
+
</div>
|
|
2625
|
+
</body>
|
|
2626
|
+
</html>",
|
|
1342
2627
|
"html": "<!DOCTYPE html>
|
|
1343
2628
|
<html lang="en">
|
|
1344
2629
|
<head><meta charset="UTF-8">
|
|
@@ -1429,6 +2714,84 @@ https://companysemantics.ai
|
|
|
1429
2714
|
|
|
1430
2715
|
exports[`email render > org.ownership_transfer · No note (admin) 1`] = `
|
|
1431
2716
|
{
|
|
2717
|
+
"amp": "<!DOCTYPE html>
|
|
2718
|
+
<html amp4email data-css-strict lang="en">
|
|
2719
|
+
<head><meta charset="utf-8">
|
|
2720
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2721
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2722
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2723
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2724
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2725
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2726
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2727
|
+
.csr-eom { color: #bbb; }
|
|
2728
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2729
|
+
.csr-warning { color: #e7000b; }
|
|
2730
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2731
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2732
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2733
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2734
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2735
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2736
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2737
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2738
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2739
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2740
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2741
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2742
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2743
|
+
.csr-cta-code { color: #0047FF; }
|
|
2744
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2745
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2746
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2747
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2748
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2749
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2750
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2751
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2752
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2753
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2754
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2755
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2756
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2757
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2758
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2759
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2760
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2761
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2762
|
+
<body class="csr-body">
|
|
2763
|
+
<div class="csr-frame">
|
|
2764
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2765
|
+
<p class="csr-p-normal">You've been invited to take ownership.</p>
|
|
2766
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2767
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2768
|
+
<tr>
|
|
2769
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
2770
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2771
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Accept to take ownership.</td></tr>
|
|
2772
|
+
</table></td>
|
|
2773
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2774
|
+
</tr>
|
|
2775
|
+
</table>
|
|
2776
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2777
|
+
<tr>
|
|
2778
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2779
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2780
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2781
|
+
<a href="https://app.companysemantics.ai/owner-transfer/accept/tok456" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">ACCEPT</span> <<</a>
|
|
2782
|
+
</td></tr>
|
|
2783
|
+
</table></div></td>
|
|
2784
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2785
|
+
</tr>
|
|
2786
|
+
</table>
|
|
2787
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2788
|
+
<p class="csr-p-tight">Workspace: Acme Corp</p>
|
|
2789
|
+
<p class="csr-p-normal">Expires: Jun 13, 2026</p>
|
|
2790
|
+
<p class="csr-p-none">This transfer was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
2791
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2792
|
+
</div>
|
|
2793
|
+
</body>
|
|
2794
|
+
</html>",
|
|
1432
2795
|
"html": "<!DOCTYPE html>
|
|
1433
2796
|
<html lang="en">
|
|
1434
2797
|
<head><meta charset="UTF-8">
|
|
@@ -1515,6 +2878,90 @@ https://companysemantics.ai
|
|
|
1515
2878
|
|
|
1516
2879
|
exports[`email render > org.ownership_transfer · With note + from 1`] = `
|
|
1517
2880
|
{
|
|
2881
|
+
"amp": "<!DOCTYPE html>
|
|
2882
|
+
<html amp4email data-css-strict lang="en">
|
|
2883
|
+
<head><meta charset="utf-8">
|
|
2884
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
2885
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
2886
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
2887
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
2888
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
2889
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
2890
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
2891
|
+
.csr-eom { color: #bbb; }
|
|
2892
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
2893
|
+
.csr-warning { color: #e7000b; }
|
|
2894
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
2895
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
2896
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
2897
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
2898
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
2899
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
2900
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
2901
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
2902
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
2903
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2904
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
2905
|
+
.csr-cta-label { text-decoration: underline; }
|
|
2906
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
2907
|
+
.csr-cta-code { color: #0047FF; }
|
|
2908
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
2909
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
2910
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
2911
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
2912
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
2913
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2914
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2915
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
2916
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
2917
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
2918
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
2919
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
2920
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2921
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
2922
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
2923
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
2924
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
2925
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
2926
|
+
<body class="csr-body">
|
|
2927
|
+
<div class="csr-frame">
|
|
2928
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
2929
|
+
<p class="csr-p-normal">You've been invited to take ownership.</p>
|
|
2930
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
2931
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
2932
|
+
<tr>
|
|
2933
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2934
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
2935
|
+
<tr><td class="cs-bubble csr-bubble-user">Handing this over as I move to an advisory role.</td></tr>
|
|
2936
|
+
</table></td>
|
|
2937
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
2938
|
+
</tr>
|
|
2939
|
+
<tr>
|
|
2940
|
+
<td></td>
|
|
2941
|
+
<td class="cs-meta csr-chat-attribution">Jordan Lee</td>
|
|
2942
|
+
<td></td>
|
|
2943
|
+
</tr>
|
|
2944
|
+
</table>
|
|
2945
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
2946
|
+
<tr>
|
|
2947
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
2948
|
+
<td class="csr-chat-channel-right"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
2949
|
+
<tr><td class="csr-cta-cell-linked">
|
|
2950
|
+
<a href="https://app.companysemantics.ai/owner-transfer/accept/tok123" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">ACCEPT</span> <<</a>
|
|
2951
|
+
</td></tr>
|
|
2952
|
+
</table></div></td>
|
|
2953
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
2954
|
+
</tr>
|
|
2955
|
+
</table>
|
|
2956
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
2957
|
+
<p class="csr-p-tight">From: Jordan Lee</p>
|
|
2958
|
+
<p class="csr-p-tight">Workspace: Acme Corp</p>
|
|
2959
|
+
<p class="csr-p-normal">Expires: Jun 13, 2026</p>
|
|
2960
|
+
<p class="csr-p-none">This transfer was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
2961
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
2962
|
+
</div>
|
|
2963
|
+
</body>
|
|
2964
|
+
</html>",
|
|
1518
2965
|
"html": "<!DOCTYPE html>
|
|
1519
2966
|
<html lang="en">
|
|
1520
2967
|
<head><meta charset="UTF-8">
|
|
@@ -1610,6 +3057,73 @@ https://companysemantics.ai
|
|
|
1610
3057
|
|
|
1611
3058
|
exports[`email render > org.ownership_transfer_completed · Default 1`] = `
|
|
1612
3059
|
{
|
|
3060
|
+
"amp": "<!DOCTYPE html>
|
|
3061
|
+
<html amp4email data-css-strict lang="en">
|
|
3062
|
+
<head><meta charset="utf-8">
|
|
3063
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3064
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3065
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3066
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3067
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3068
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3069
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3070
|
+
.csr-eom { color: #bbb; }
|
|
3071
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3072
|
+
.csr-warning { color: #e7000b; }
|
|
3073
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3074
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3075
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3076
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3077
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3078
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3079
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3080
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3081
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3082
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3083
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3084
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3085
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3086
|
+
.csr-cta-code { color: #0047FF; }
|
|
3087
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3088
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3089
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3090
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3091
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3092
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3093
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3094
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3095
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3096
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3097
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3098
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3099
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3100
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3101
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3102
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3103
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3104
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3105
|
+
<body class="csr-body">
|
|
3106
|
+
<div class="csr-frame">
|
|
3107
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
3108
|
+
<p class="csr-p-normal">Ownership was transferred.</p>
|
|
3109
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
3110
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
3111
|
+
<tr>
|
|
3112
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
3113
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
3114
|
+
<tr><td class="cs-bubble csr-bubble-assistant">You're no longer the owner, but you remain an admin.</td></tr>
|
|
3115
|
+
</table></td>
|
|
3116
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3117
|
+
</tr>
|
|
3118
|
+
</table>
|
|
3119
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
3120
|
+
<p class="csr-p-tight">Workspace: Acme Corp</p>
|
|
3121
|
+
<p class="csr-p-normal">New owner: new.owner@acme.com</p>
|
|
3122
|
+
<p class="csr-p-none">This confirmation was sent via Company Semantics.<br>If you did not authorize this, contact support immediately.</p>
|
|
3123
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3124
|
+
</div>
|
|
3125
|
+
</body>
|
|
3126
|
+
</html>",
|
|
1613
3127
|
"html": "<!DOCTYPE html>
|
|
1614
3128
|
<html lang="en">
|
|
1615
3129
|
<head><meta charset="UTF-8">
|
|
@@ -1680,6 +3194,86 @@ https://companysemantics.ai
|
|
|
1680
3194
|
|
|
1681
3195
|
exports[`email render > org.unit_owner_granted · Delegate with expiry 1`] = `
|
|
1682
3196
|
{
|
|
3197
|
+
"amp": "<!DOCTYPE html>
|
|
3198
|
+
<html amp4email data-css-strict lang="en">
|
|
3199
|
+
<head><meta charset="utf-8">
|
|
3200
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3201
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3202
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3203
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3204
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3205
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3206
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3207
|
+
.csr-eom { color: #bbb; }
|
|
3208
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3209
|
+
.csr-warning { color: #e7000b; }
|
|
3210
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3211
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3212
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3213
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3214
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3215
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3216
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3217
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3218
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3219
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3220
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3221
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3222
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3223
|
+
.csr-cta-code { color: #0047FF; }
|
|
3224
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3225
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3226
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3227
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3228
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3229
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3230
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3231
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3232
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3233
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3234
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3235
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3236
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3237
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3238
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3239
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3240
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3241
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3242
|
+
<body class="csr-body">
|
|
3243
|
+
<div class="csr-frame">
|
|
3244
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
3245
|
+
<p class="csr-p-normal">You are now a delegate owner of Platform Engineering. Delegate owners hold authority over the team: managing team membership, doc access, strategy, and execution against goals.</p>
|
|
3246
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
3247
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
3248
|
+
<tr>
|
|
3249
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
3250
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
3251
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Open the team to get started.</td></tr>
|
|
3252
|
+
</table></td>
|
|
3253
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3254
|
+
</tr>
|
|
3255
|
+
</table>
|
|
3256
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
3257
|
+
<tr>
|
|
3258
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
3259
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
3260
|
+
<tr><td class="csr-cta-cell-linked">
|
|
3261
|
+
<a href="https://app.companysemantics.ai/org/unit/42" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">MANAGE TEAM</span> <<</a>
|
|
3262
|
+
</td></tr>
|
|
3263
|
+
</table></div></td>
|
|
3264
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3265
|
+
</tr>
|
|
3266
|
+
</table>
|
|
3267
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
3268
|
+
<p class="csr-p-tight">From: Jordan Lee</p>
|
|
3269
|
+
<p class="csr-p-tight">Team: Platform Engineering</p>
|
|
3270
|
+
<p class="csr-p-tight">Role: Delegate</p>
|
|
3271
|
+
<p class="csr-p-normal">Expires: Jun 13, 2026</p>
|
|
3272
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
3273
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3274
|
+
</div>
|
|
3275
|
+
</body>
|
|
3276
|
+
</html>",
|
|
1683
3277
|
"html": "<!DOCTYPE html>
|
|
1684
3278
|
<html lang="en">
|
|
1685
3279
|
<head><meta charset="UTF-8">
|
|
@@ -1770,6 +3364,99 @@ https://companysemantics.ai
|
|
|
1770
3364
|
|
|
1771
3365
|
exports[`email render > org.unit_owner_granted · Unit owner + message 1`] = `
|
|
1772
3366
|
{
|
|
3367
|
+
"amp": "<!DOCTYPE html>
|
|
3368
|
+
<html amp4email data-css-strict lang="en">
|
|
3369
|
+
<head><meta charset="utf-8">
|
|
3370
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3371
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3372
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3373
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3374
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3375
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3376
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3377
|
+
.csr-eom { color: #bbb; }
|
|
3378
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3379
|
+
.csr-warning { color: #e7000b; }
|
|
3380
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3381
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3382
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3383
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3384
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3385
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3386
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3387
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3388
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3389
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3390
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3391
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3392
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3393
|
+
.csr-cta-code { color: #0047FF; }
|
|
3394
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3395
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3396
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3397
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3398
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3399
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3400
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3401
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3402
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3403
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3404
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3405
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3406
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3407
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3408
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3409
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3410
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3411
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3412
|
+
<body class="csr-body">
|
|
3413
|
+
<div class="csr-frame">
|
|
3414
|
+
<p class="csr-p-normal">Hi Sam Chen,</p>
|
|
3415
|
+
<p class="csr-p-normal">You are now a unit owner of Platform Engineering. Unit owners hold authority over the team: managing team membership, doc access, strategy, and execution against goals.</p>
|
|
3416
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
3417
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
3418
|
+
<tr>
|
|
3419
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
3420
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
3421
|
+
<tr><td class="cs-bubble csr-bubble-user">Welcome aboard — glad to have you owning this team.</td></tr>
|
|
3422
|
+
</table></td>
|
|
3423
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
3424
|
+
</tr>
|
|
3425
|
+
<tr>
|
|
3426
|
+
<td></td>
|
|
3427
|
+
<td class="cs-meta csr-chat-attribution">Jordan Lee</td>
|
|
3428
|
+
<td></td>
|
|
3429
|
+
</tr>
|
|
3430
|
+
</table>
|
|
3431
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
3432
|
+
<tr>
|
|
3433
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
3434
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
3435
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Open the team to get started.</td></tr>
|
|
3436
|
+
</table></td>
|
|
3437
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3438
|
+
</tr>
|
|
3439
|
+
</table>
|
|
3440
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
3441
|
+
<tr>
|
|
3442
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
3443
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
3444
|
+
<tr><td class="csr-cta-cell-linked">
|
|
3445
|
+
<a href="https://app.companysemantics.ai/org/unit/42" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">MANAGE TEAM</span> <<</a>
|
|
3446
|
+
</td></tr>
|
|
3447
|
+
</table></div></td>
|
|
3448
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3449
|
+
</tr>
|
|
3450
|
+
</table>
|
|
3451
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
3452
|
+
<p class="csr-p-tight">From: Jordan Lee</p>
|
|
3453
|
+
<p class="csr-p-tight">Team: Platform Engineering</p>
|
|
3454
|
+
<p class="csr-p-normal">Role: Unit Owner</p>
|
|
3455
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
3456
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3457
|
+
</div>
|
|
3458
|
+
</body>
|
|
3459
|
+
</html>",
|
|
1773
3460
|
"html": "<!DOCTYPE html>
|
|
1774
3461
|
<html lang="en">
|
|
1775
3462
|
<head><meta charset="UTF-8">
|
|
@@ -1878,6 +3565,64 @@ https://companysemantics.ai
|
|
|
1878
3565
|
|
|
1879
3566
|
exports[`email render > security.alert · Excessive OTP requests 1`] = `
|
|
1880
3567
|
{
|
|
3568
|
+
"amp": "<!DOCTYPE html>
|
|
3569
|
+
<html amp4email data-css-strict lang="en">
|
|
3570
|
+
<head><meta charset="utf-8">
|
|
3571
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3572
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3573
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3574
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3575
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3576
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3577
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3578
|
+
.csr-eom { color: #bbb; }
|
|
3579
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3580
|
+
.csr-warning { color: #e7000b; }
|
|
3581
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3582
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3583
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3584
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3585
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3586
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3587
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3588
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3589
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3590
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3591
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3592
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3593
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3594
|
+
.csr-cta-code { color: #0047FF; }
|
|
3595
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3596
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3597
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3598
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3599
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3600
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3601
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3602
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3603
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3604
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3605
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3606
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3607
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3608
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3609
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3610
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3611
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3612
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3613
|
+
<body class="csr-body">
|
|
3614
|
+
<div class="csr-frame">
|
|
3615
|
+
<p class="csr-p-normal"><span class="cs-destructive csr-warning">🆆🅰🆁🅽🅸🅽🅶</span></p>
|
|
3616
|
+
<p class="csr-p-normal">Unusual login-code activity detected.</p>
|
|
3617
|
+
<p class="csr-p-normal">Details: 12 login codes requested in 5 minutes</p>
|
|
3618
|
+
<p class="csr-p-tight">If this was you, no action is needed.</p>
|
|
3619
|
+
<p class="csr-p-normal">If you didn't request these codes, someone may be trying to access your account.</p>
|
|
3620
|
+
<p class="csr-p-normal">We recommend reviewing your account security.</p>
|
|
3621
|
+
<p class="csr-p-none">Time: Sun, 12 Jul 2026 14:30:00 GMT</p>
|
|
3622
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3623
|
+
</div>
|
|
3624
|
+
</body>
|
|
3625
|
+
</html>",
|
|
1881
3626
|
"html": "<!DOCTYPE html>
|
|
1882
3627
|
<html lang="en">
|
|
1883
3628
|
<head><meta charset="UTF-8">
|
|
@@ -1934,6 +3679,64 @@ https://companysemantics.ai
|
|
|
1934
3679
|
|
|
1935
3680
|
exports[`email render > security.alert · Unusual login location 1`] = `
|
|
1936
3681
|
{
|
|
3682
|
+
"amp": "<!DOCTYPE html>
|
|
3683
|
+
<html amp4email data-css-strict lang="en">
|
|
3684
|
+
<head><meta charset="utf-8">
|
|
3685
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3686
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3687
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3688
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3689
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3690
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3691
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3692
|
+
.csr-eom { color: #bbb; }
|
|
3693
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3694
|
+
.csr-warning { color: #e7000b; }
|
|
3695
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3696
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3697
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3698
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3699
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3700
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3701
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3702
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3703
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3704
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3705
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3706
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3707
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3708
|
+
.csr-cta-code { color: #0047FF; }
|
|
3709
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3710
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3711
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3712
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3713
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3714
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3715
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3716
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3717
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3718
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3719
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3720
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3721
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3722
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3723
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3724
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3725
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3726
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3727
|
+
<body class="csr-body">
|
|
3728
|
+
<div class="csr-frame">
|
|
3729
|
+
<p class="csr-p-normal"><span class="cs-destructive csr-warning">🆆🅰🆁🅽🅸🅽🅶</span></p>
|
|
3730
|
+
<p class="csr-p-normal">A login from an unusual location was detected.</p>
|
|
3731
|
+
<p class="csr-p-normal">Details: Login from Berlin, DE</p>
|
|
3732
|
+
<p class="csr-p-tight">If this was you, no action is needed.</p>
|
|
3733
|
+
<p class="csr-p-normal">If you didn't attempt to log in, someone may be trying to access your account.</p>
|
|
3734
|
+
<p class="csr-p-normal">We recommend reviewing your account security.</p>
|
|
3735
|
+
<p class="csr-p-none">Time: Sun, 12 Jul 2026 14:30:00 GMT</p>
|
|
3736
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3737
|
+
</div>
|
|
3738
|
+
</body>
|
|
3739
|
+
</html>",
|
|
1937
3740
|
"html": "<!DOCTYPE html>
|
|
1938
3741
|
<html lang="en">
|
|
1939
3742
|
<head><meta charset="UTF-8">
|
|
@@ -1990,6 +3793,90 @@ https://companysemantics.ai
|
|
|
1990
3793
|
|
|
1991
3794
|
exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
1992
3795
|
{
|
|
3796
|
+
"amp": "<!DOCTYPE html>
|
|
3797
|
+
<html amp4email data-css-strict lang="en">
|
|
3798
|
+
<head><meta charset="utf-8">
|
|
3799
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3800
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3801
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3802
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3803
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3804
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3805
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3806
|
+
.csr-eom { color: #bbb; }
|
|
3807
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3808
|
+
.csr-warning { color: #e7000b; }
|
|
3809
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3810
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3811
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3812
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3813
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3814
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3815
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3816
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3817
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3818
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3819
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3820
|
+
.csr-cta-label { text-decoration: underline; }
|
|
3821
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
3822
|
+
.csr-cta-code { color: #0047FF; }
|
|
3823
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
3824
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
3825
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
3826
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
3827
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
3828
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3829
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3830
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
3831
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
3832
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
3833
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
3834
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
3835
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3836
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
3837
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
3838
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
3839
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
3840
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
3841
|
+
<body class="csr-body">
|
|
3842
|
+
<div class="csr-frame">
|
|
3843
|
+
<p class="csr-p-normal">Hi Sam Chen,</p>
|
|
3844
|
+
<p class="csr-p-normal">A document was shared with you.</p>
|
|
3845
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
3846
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
3847
|
+
<tr>
|
|
3848
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
3849
|
+
<td class="csr-chat-channel-right"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
3850
|
+
<tr><td class="cs-bubble csr-bubble-user">Take a look before Thursday's planning.</td></tr>
|
|
3851
|
+
</table></td>
|
|
3852
|
+
<td class="csr-chat-avatar-right">(•̀_ರ╮)</td>
|
|
3853
|
+
</tr>
|
|
3854
|
+
<tr>
|
|
3855
|
+
<td></td>
|
|
3856
|
+
<td class="cs-meta csr-chat-attribution">Jordan Lee</td>
|
|
3857
|
+
<td></td>
|
|
3858
|
+
</tr>
|
|
3859
|
+
</table>
|
|
3860
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
3861
|
+
<tr>
|
|
3862
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
3863
|
+
<td class="csr-chat-channel-right"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
3864
|
+
<tr><td class="csr-cta-cell-linked">
|
|
3865
|
+
<a href="https://app.companysemantics.ai/doc/roadmap" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">OPEN</span> <<</a>
|
|
3866
|
+
</td></tr>
|
|
3867
|
+
</table></div></td>
|
|
3868
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
3869
|
+
</tr>
|
|
3870
|
+
</table>
|
|
3871
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
3872
|
+
<p class="csr-p-tight">From: Jordan Lee</p>
|
|
3873
|
+
<p class="csr-p-tight">Item: "Q3 Roadmap"</p>
|
|
3874
|
+
<p class="csr-p-normal">Access: can edit</p>
|
|
3875
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
3876
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
3877
|
+
</div>
|
|
3878
|
+
</body>
|
|
3879
|
+
</html>",
|
|
1993
3880
|
"html": "<!DOCTYPE html>
|
|
1994
3881
|
<html lang="en">
|
|
1995
3882
|
<head><meta charset="UTF-8">
|
|
@@ -2085,6 +3972,84 @@ https://companysemantics.ai
|
|
|
2085
3972
|
|
|
2086
3973
|
exports[`email render > share.granted · Meeting · viewer · no title 1`] = `
|
|
2087
3974
|
{
|
|
3975
|
+
"amp": "<!DOCTYPE html>
|
|
3976
|
+
<html amp4email data-css-strict lang="en">
|
|
3977
|
+
<head><meta charset="utf-8">
|
|
3978
|
+
<script async src="https://cdn.ampproject.org/v0.js"></script>
|
|
3979
|
+
<style amp4email-boilerplate>body{visibility:hidden}</style>
|
|
3980
|
+
<style amp-custom>.csr-body { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; background-color: #ffffff; margin: 0; padding: 0; }
|
|
3981
|
+
.csr-frame { max-width: 520px; margin: 0 auto; }
|
|
3982
|
+
.csr-p-normal { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 20px 0; }
|
|
3983
|
+
.csr-p-tight { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0 0 4px 0; }
|
|
3984
|
+
.csr-p-none { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; margin: 0; }
|
|
3985
|
+
.csr-eom { color: #bbb; }
|
|
3986
|
+
.csr-signature-link { color: #0047FF; text-decoration: none; }
|
|
3987
|
+
.csr-warning { color: #e7000b; }
|
|
3988
|
+
.csr-hr-normal { border: none; border-top: 1px solid #bbb; margin: 0 0 20px 0; }
|
|
3989
|
+
.csr-hr-tight { border: none; border-top: 1px solid #bbb; margin: 0 0 4px 0; }
|
|
3990
|
+
.csr-hr-none { border: none; border-top: 1px solid #bbb; margin: 0; }
|
|
3991
|
+
.csr-hero-normal { max-width: 100%; margin: 0 0 20px 0; }
|
|
3992
|
+
.csr-hero-tight { max-width: 100%; margin: 0 0 4px 0; }
|
|
3993
|
+
.csr-hero-none { max-width: 100%; margin: 0; }
|
|
3994
|
+
.csr-cta-box-normal { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 20px 0; max-width: 220px; }
|
|
3995
|
+
.csr-cta-box-tight { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0 0 4px 0; max-width: 220px; }
|
|
3996
|
+
.csr-cta-box-none { display: inline-block; border: 1px solid #0047FF; border-radius: 2px; margin: 0; max-width: 220px; }
|
|
3997
|
+
.csr-cta-cell-linked { text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3998
|
+
.csr-cta-cell-code { padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; }
|
|
3999
|
+
.csr-cta-label { text-decoration: underline; }
|
|
4000
|
+
.csr-cta-anchor { display: block; padding: 16px 24px; color: #0047FF; text-decoration: none; }
|
|
4001
|
+
.csr-cta-code { color: #0047FF; }
|
|
4002
|
+
.csr-chat-rule-top { border: none; border-top: 1px solid #bbb; margin: 12px 0 24px 0; }
|
|
4003
|
+
.csr-chat-rule-bottom { border: none; border-top: 1px solid #bbb; margin: 24px 0 12px 0; }
|
|
4004
|
+
.csr-chat-row-24 { margin: 0 0 24px 0; }
|
|
4005
|
+
.csr-chat-row-16 { margin: 0 0 16px 0; }
|
|
4006
|
+
.csr-chat-attribution { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #666; text-align: right; padding-top: 6px; padding-right: 1ch; }
|
|
4007
|
+
.csr-chat-avatar-left { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
4008
|
+
.csr-chat-avatar-left-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-right: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
4009
|
+
.csr-chat-avatar-right { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; white-space: nowrap; }
|
|
4010
|
+
.csr-chat-avatar-right-hidden { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; padding-left: 8px; vertical-align: bottom; visibility: hidden; white-space: nowrap; }
|
|
4011
|
+
.csr-chat-channel-left { width: 100%; text-align: left; }
|
|
4012
|
+
.csr-chat-channel-right { width: 100%; text-align: right; }
|
|
4013
|
+
.csr-chat-bubble-wrap { display: inline-block; max-width: 100%; vertical-align: bottom; }
|
|
4014
|
+
.csr-bubble-user { border-radius: 8px 8px 0 8px; padding: 10px 14px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
4015
|
+
.csr-bubble-assistant { border-radius: 8px 8px 8px 0; padding: 10px 14px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; color: #ffffff; background: #666; }
|
|
4016
|
+
.csr-dots-over-cta { font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; text-align: center; margin: 0 0 16px 0; }
|
|
4017
|
+
.csr-dots-cell { width: 100%; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; font-weight: bold; color: #666; }
|
|
4018
|
+
.csr-cta-stack { display: inline-block; text-align: left; }
|
|
4019
|
+
.cs-cta-hover:hover { background-color: #d1ffff; }</style></head>
|
|
4020
|
+
<body class="csr-body">
|
|
4021
|
+
<div class="csr-frame">
|
|
4022
|
+
<p class="csr-p-normal">Hi there,</p>
|
|
4023
|
+
<p class="csr-p-normal">A meeting was shared with you.</p>
|
|
4024
|
+
<hr class="cs-faint csr-chat-rule-top">
|
|
4025
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-16">
|
|
4026
|
+
<tr>
|
|
4027
|
+
<td class="csr-chat-avatar-left">[c_S]</td>
|
|
4028
|
+
<td class="csr-chat-channel-left"><table cellpadding="0" cellspacing="0" border="0" class="csr-chat-bubble-wrap">
|
|
4029
|
+
<tr><td class="cs-bubble csr-bubble-assistant">Open to view.</td></tr>
|
|
4030
|
+
</table></td>
|
|
4031
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
4032
|
+
</tr>
|
|
4033
|
+
</table>
|
|
4034
|
+
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="csr-chat-row-24">
|
|
4035
|
+
<tr>
|
|
4036
|
+
<td class="csr-chat-avatar-left-hidden">[c_S]</td>
|
|
4037
|
+
<td class="csr-chat-channel-left"><div class="csr-cta-stack"><table cellpadding="0" cellspacing="0" border="0" class="cs-cta cs-cta-hover csr-cta-box-none">
|
|
4038
|
+
<tr><td class="csr-cta-cell-linked">
|
|
4039
|
+
<a href="https://app.companysemantics.ai/meeting/8842" class="cs-link csr-cta-anchor">>> <span class="csr-cta-label">OPEN</span> <<</a>
|
|
4040
|
+
</td></tr>
|
|
4041
|
+
</table></div></td>
|
|
4042
|
+
<td class="csr-chat-avatar-right-hidden">(•̀_ರ╮)</td>
|
|
4043
|
+
</tr>
|
|
4044
|
+
</table>
|
|
4045
|
+
<hr class="cs-faint csr-chat-rule-bottom">
|
|
4046
|
+
<p class="csr-p-tight">From: Jordan Lee</p>
|
|
4047
|
+
<p class="csr-p-normal">Access: can view</p>
|
|
4048
|
+
<p class="csr-p-none">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
4049
|
+
<p class="csr-p-none"><br><br><span class="cs-faint csr-eom">/* EOM */</span><br>ⓒ 2026 • Company Semantics<br><a href="https://companysemantics.ai" target="_blank" rel="noopener noreferrer" class="cs-link csr-signature-link">https://companysemantics.ai</a></p>
|
|
4050
|
+
</div>
|
|
4051
|
+
</body>
|
|
4052
|
+
</html>",
|
|
2088
4053
|
"html": "<!DOCTYPE html>
|
|
2089
4054
|
<html lang="en">
|
|
2090
4055
|
<head><meta charset="UTF-8">
|