react-email 4.0.10 → 4.0.12
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/CHANGELOG.md +13 -0
- package/dist/cli/index.mjs +32 -19
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-build-manifest.json +31 -31
- package/dist/preview/.next/build-manifest.json +14 -14
- package/dist/preview/.next/diagnostics/framework.json +1 -1
- package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +3 -3
- package/dist/preview/.next/required-server-files.json +8 -7
- package/dist/preview/.next/server/app/_not-found/page.js +1 -1
- package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page.js +1 -1
- package/dist/preview/.next/server/app/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page.js +168 -168
- package/dist/preview/.next/server/app/preview/[...slug]/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/preview/[...slug]/page_client-reference-manifest.js +1 -1
- package/dist/preview/.next/server/chunks/134.js +6 -0
- package/dist/preview/.next/server/chunks/235.js +15 -0
- package/dist/preview/.next/server/chunks/343.js +20 -0
- package/dist/preview/.next/server/chunks/428.js +14 -0
- package/dist/preview/.next/server/chunks/802.js +1 -0
- package/dist/preview/.next/server/chunks/963.js +1 -0
- package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.json +1 -1
- package/dist/preview/.next/server/pages/500.html +1 -1
- package/dist/preview/.next/server/pages/_app.js +1 -1
- package/dist/preview/.next/server/pages/_app.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/_document.js +1 -1
- package/dist/preview/.next/server/pages/_document.js.nft.json +1 -1
- package/dist/preview/.next/server/pages/_error.js +1 -1
- package/dist/preview/.next/server/pages/_error.js.nft.json +1 -1
- package/dist/preview/.next/server/pages-manifest.json +1 -1
- package/dist/preview/.next/server/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +1 -1
- package/dist/preview/.next/static/{JVasH_4pOTw7OpjH4h-g_ → bfQ0QTRRqOl7d_28MQBMa}/_buildManifest.js +1 -1
- package/dist/preview/.next/static/chunks/107-3043079e7cb8bcae.js +1 -0
- package/dist/preview/.next/static/chunks/293-297b1eb2241f9a70.js +1 -0
- package/dist/preview/.next/static/chunks/3bd82e28-cda2c00a924937c5.js +1 -0
- package/dist/preview/.next/static/chunks/45-1021fac82f766268.js +1 -0
- package/dist/preview/.next/static/chunks/484-285c588660d50f5d.js +1 -0
- package/dist/preview/.next/static/chunks/589-817d8691661d370e.js +1 -0
- package/dist/preview/.next/static/chunks/902-c34acb56733e0ce1.js +1 -0
- package/dist/preview/.next/static/chunks/app/_not-found/page-4cbc7dce3ad33336.js +1 -0
- package/dist/preview/.next/static/chunks/app/layout-b0bc0a9e4b47f36c.js +1 -0
- package/dist/preview/.next/static/chunks/app/page-ed77f0af99f8ff62.js +1 -0
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-397ed59c72b0601a.js +1 -0
- package/dist/preview/.next/static/chunks/f33a14d2-ec7c5f0b91818561.js +6 -0
- package/dist/preview/.next/static/chunks/framework-b887e9fc751a9906.js +1 -0
- package/dist/preview/.next/static/chunks/main-9a03e7ba8acb1900.js +1 -0
- package/dist/preview/.next/static/chunks/main-app-5bc2d814f500db60.js +1 -0
- package/dist/preview/.next/static/chunks/pages/_app-542a93a5a214e1c0.js +1 -0
- package/dist/preview/.next/static/chunks/pages/_error-d5fe1b1612642f76.js +1 -0
- package/dist/preview/.next/static/chunks/webpack-31c45daa2bd82a7b.js +1 -0
- package/dist/preview/.next/trace +27 -27
- package/package.json +3 -3
- package/src/commands/testing/out/magic-links/aws-verify-email.html +6 -6
- package/src/commands/testing/out/magic-links/linear-login-code.html +1 -1
- package/src/commands/testing/out/magic-links/notion-magic-link.html +3 -3
- package/src/commands/testing/out/magic-links/plaid-verify-identity.html +5 -5
- package/src/commands/testing/out/newsletters/codepen-challengers.html +3 -3
- package/src/commands/testing/out/newsletters/google-play-policy-update.html +2 -2
- package/src/commands/testing/out/newsletters/stack-overflow-tips.html +3 -3
- package/src/commands/testing/out/notifications/github-access-token.html +2 -2
- package/src/commands/testing/out/notifications/yelp-recent-login.html +1 -1
- package/src/commands/testing/out/receipts/apple-receipt.html +32 -32
- package/src/commands/testing/out/receipts/nike-receipt.html +25 -25
- package/src/commands/testing/out/reset-password/twitch-reset-password.html +1 -1
- package/src/commands/testing/out/reviews/amazon-review.html +6 -6
- package/dist/preview/.next/server/chunks/267.js +0 -14
- package/dist/preview/.next/server/chunks/348.js +0 -1
- package/dist/preview/.next/server/chunks/395.js +0 -1
- package/dist/preview/.next/server/chunks/574.js +0 -6
- package/dist/preview/.next/server/chunks/735.js +0 -13
- package/dist/preview/.next/server/chunks/775.js +0 -8
- package/dist/preview/.next/static/chunks/270-688096d43c717256.js +0 -1
- package/dist/preview/.next/static/chunks/33-ff3f70a80570ecda.js +0 -1
- package/dist/preview/.next/static/chunks/416-9c899340cfaa07d4.js +0 -1
- package/dist/preview/.next/static/chunks/516-2716d86d2f8b9000.js +0 -1
- package/dist/preview/.next/static/chunks/587-311bc718c0ec09c4.js +0 -1
- package/dist/preview/.next/static/chunks/782947c8-c6cfd05e68542601.js +0 -1
- package/dist/preview/.next/static/chunks/803-db74f262c4755323.js +0 -1
- package/dist/preview/.next/static/chunks/app/_not-found/page-85e83b2d4bd569a2.js +0 -1
- package/dist/preview/.next/static/chunks/app/layout-298855388b1fb3f8.js +0 -1
- package/dist/preview/.next/static/chunks/app/page-1d98e2313c60dd77.js +0 -1
- package/dist/preview/.next/static/chunks/app/preview/[...slug]/page-aa098d9c0dacb2db.js +0 -1
- package/dist/preview/.next/static/chunks/f33a14d2-a04f3be0523bd1fa.js +0 -6
- package/dist/preview/.next/static/chunks/framework-b5f555f62da46ed9.js +0 -1
- package/dist/preview/.next/static/chunks/main-a839e2fbd78a08fa.js +0 -1
- package/dist/preview/.next/static/chunks/main-app-a6a05ec7ce09e366.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_app-ee26b5d329c4bb79.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_error-90cb3f6367e28bcd.js +0 -1
- package/dist/preview/.next/static/chunks/webpack-6755bde10ea8daa8.js +0 -1
- /package/dist/preview/.next/static/{JVasH_4pOTw7OpjH4h-g_ → bfQ0QTRRqOl7d_28MQBMa}/_ssgManifest.js +0 -0
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
<tr style="width:100%">
|
|
54
54
|
<td data-id="__react-email-column">
|
|
55
55
|
<p
|
|
56
|
-
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:
|
|
56
|
+
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
57
57
|
Tracking Number
|
|
58
58
|
</p>
|
|
59
59
|
<p
|
|
60
|
-
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:
|
|
60
|
+
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:12px;margin-right:0;margin-bottom:0;margin-left:0">
|
|
61
61
|
1ZV218970300071628
|
|
62
62
|
</p>
|
|
63
63
|
</td>
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
It's On Its Way.
|
|
100
100
|
</h1>
|
|
101
101
|
<p
|
|
102
|
-
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:
|
|
102
|
+
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
103
103
|
You order's is on its way. Use the link above to
|
|
104
104
|
track its progress.
|
|
105
105
|
</p>
|
|
106
106
|
<p
|
|
107
|
-
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:
|
|
107
|
+
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
108
108
|
We´ve also charged your payment method for the cost of
|
|
109
109
|
your order and will be removing any authorization holds.
|
|
110
110
|
For payment details, please visit your Orders page on
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
<tr>
|
|
129
129
|
<td>
|
|
130
130
|
<p
|
|
131
|
-
style="font-size:15px;line-height:2;margin:0;font-weight:bold;margin-top:
|
|
131
|
+
style="font-size:15px;line-height:2;margin:0;font-weight:bold;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
132
132
|
Shipping to: Alan Turing
|
|
133
133
|
</p>
|
|
134
134
|
<p
|
|
135
|
-
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:
|
|
135
|
+
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
136
136
|
2125 Chestnut St, San Francisco, CA 94123
|
|
137
137
|
</p>
|
|
138
138
|
</td>
|
|
@@ -172,12 +172,12 @@
|
|
|
172
172
|
data-id="__react-email-column"
|
|
173
173
|
style="vertical-align:top;padding-left:12px">
|
|
174
174
|
<p
|
|
175
|
-
style="font-size:14px;line-height:2;margin:0;font-weight:500;margin-top:
|
|
175
|
+
style="font-size:14px;line-height:2;margin:0;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
176
176
|
Brazil 2022/23 Stadium Away Women's Nike
|
|
177
177
|
Dri-FIT Soccer Jersey
|
|
178
178
|
</p>
|
|
179
179
|
<p
|
|
180
|
-
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:
|
|
180
|
+
style="font-size:14px;line-height:2;margin:0;color:#747474;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
181
181
|
Size L (12–14)
|
|
182
182
|
</p>
|
|
183
183
|
</td>
|
|
@@ -215,21 +215,21 @@
|
|
|
215
215
|
data-id="__react-email-column"
|
|
216
216
|
style="width:170px">
|
|
217
217
|
<p
|
|
218
|
-
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:
|
|
218
|
+
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
219
219
|
Order Number
|
|
220
220
|
</p>
|
|
221
221
|
<p
|
|
222
|
-
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:
|
|
222
|
+
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:12px;margin-right:0;margin-bottom:0;margin-left:0">
|
|
223
223
|
C0106373851
|
|
224
224
|
</p>
|
|
225
225
|
</td>
|
|
226
226
|
<td data-id="__react-email-column">
|
|
227
227
|
<p
|
|
228
|
-
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:
|
|
228
|
+
style="font-size:14px;line-height:2;margin:0;font-weight:bold;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
229
229
|
Order Date
|
|
230
230
|
</p>
|
|
231
231
|
<p
|
|
232
|
-
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:
|
|
232
|
+
style="font-size:14px;line-height:1.4;margin:12px 0 0 0;font-weight:500;color:#6F6F6F;margin-top:12px;margin-right:0;margin-bottom:0;margin-left:0">
|
|
233
233
|
Sep 22, 2022
|
|
234
234
|
</p>
|
|
235
235
|
</td>
|
|
@@ -308,11 +308,11 @@
|
|
|
308
308
|
style="display:block;outline:none;border:none;text-decoration:none"
|
|
309
309
|
width="100%" />
|
|
310
310
|
<p
|
|
311
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:
|
|
311
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
312
312
|
USWNT 2022/23 Stadium Home
|
|
313
313
|
</p>
|
|
314
314
|
<p
|
|
315
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:
|
|
315
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
316
316
|
Women's Nike Dri-FIT Soccer Jersey
|
|
317
317
|
</p>
|
|
318
318
|
</td>
|
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
style="display:block;outline:none;border:none;text-decoration:none"
|
|
327
327
|
width="100%" />
|
|
328
328
|
<p
|
|
329
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:
|
|
329
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
330
330
|
Brazil 2022/23 Stadium Goalkeeper
|
|
331
331
|
</p>
|
|
332
332
|
<p
|
|
333
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:
|
|
333
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
334
334
|
Men's Nike Dri-FIT Short-Sleeve Football
|
|
335
335
|
Shirt
|
|
336
336
|
</p>
|
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
style="display:block;outline:none;border:none;text-decoration:none"
|
|
346
346
|
width="100%" />
|
|
347
347
|
<p
|
|
348
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:
|
|
348
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
349
349
|
FFF
|
|
350
350
|
</p>
|
|
351
351
|
<p
|
|
352
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:
|
|
352
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
353
353
|
Women's Soccer Jacket
|
|
354
354
|
</p>
|
|
355
355
|
</td>
|
|
@@ -363,11 +363,11 @@
|
|
|
363
363
|
style="display:block;outline:none;border:none;text-decoration:none"
|
|
364
364
|
width="100%" />
|
|
365
365
|
<p
|
|
366
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:
|
|
366
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:12px;font-weight:500;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
367
367
|
FFF
|
|
368
368
|
</p>
|
|
369
369
|
<p
|
|
370
|
-
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:
|
|
370
|
+
style="font-size:15px;line-height:1;margin:0;padding-left:10px;padding-right:10px;padding-top:4px;color:#747474;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
371
371
|
Women's Nike Pre-Match Football Top
|
|
372
372
|
</p>
|
|
373
373
|
</td>
|
|
@@ -646,13 +646,13 @@
|
|
|
646
646
|
<tr style="width:100%">
|
|
647
647
|
<td data-id="__react-email-column">
|
|
648
648
|
<p
|
|
649
|
-
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:
|
|
649
|
+
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
650
650
|
Web Version
|
|
651
651
|
</p>
|
|
652
652
|
</td>
|
|
653
653
|
<td data-id="__react-email-column">
|
|
654
654
|
<p
|
|
655
|
-
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:
|
|
655
|
+
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
656
656
|
Privacy Policy
|
|
657
657
|
</p>
|
|
658
658
|
</td>
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
<tbody style="width:100%">
|
|
670
670
|
<tr style="width:100%">
|
|
671
671
|
<p
|
|
672
|
-
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;padding-top:30px;padding-bottom:30px;margin-top:
|
|
672
|
+
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;padding-top:30px;padding-bottom:30px;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
673
673
|
Please contact us if you have any questions. (If you
|
|
674
674
|
reply to this email, we won't be able to see
|
|
675
675
|
it.)
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
<tbody style="width:100%">
|
|
688
688
|
<tr style="width:100%">
|
|
689
689
|
<p
|
|
690
|
-
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:
|
|
690
|
+
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
691
691
|
© 2022 Nike, Inc. All Rights Reserved.
|
|
692
692
|
</p>
|
|
693
693
|
</tr>
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
<tbody style="width:100%">
|
|
704
704
|
<tr style="width:100%">
|
|
705
705
|
<p
|
|
706
|
-
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:
|
|
706
|
+
style="font-size:13px;line-height:24px;margin:0;color:#AFAFAF;text-align:center;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0">
|
|
707
707
|
NIKE, INC. One Bowerman Drive, Beaverton, Oregon
|
|
708
708
|
97005, USA.
|
|
709
709
|
</p>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<p
|
|
104
104
|
style="font-size:14px;line-height:1.5;margin-top:16px;margin-bottom:16px">
|
|
105
105
|
You updated the password for your Twitch account on<!-- -->
|
|
106
|
-
<!-- -->
|
|
106
|
+
<!-- -->May 6, 2025, 8:49:13 AM<!-- -->. If this was you,
|
|
107
107
|
then no further action is required.
|
|
108
108
|
</p>
|
|
109
109
|
<p
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<tr style="width:100%">
|
|
93
93
|
<td align="center" data-id="__react-email-column">
|
|
94
94
|
<p
|
|
95
|
-
style="font-size:36px;line-height:38px;color:#232f3e;font-weight:400;margin:20px 0;margin-top:
|
|
95
|
+
style="font-size:36px;line-height:38px;color:#232f3e;font-weight:400;margin:20px 0;margin-top:20px;margin-right:0;margin-bottom:20px;margin-left:0">
|
|
96
96
|
Your opinion is important!
|
|
97
97
|
</p>
|
|
98
98
|
<p
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
<tbody style="width:100%">
|
|
293
293
|
<tr style="width:100%">
|
|
294
294
|
<p
|
|
295
|
-
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:
|
|
295
|
+
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:8px;margin-right:0;margin-bottom:8px;margin-left:0">
|
|
296
296
|
Customer reviews must adhere to the<!-- -->
|
|
297
297
|
<a
|
|
298
298
|
style="color:#666666;text-decoration-line:none;text-decoration:underline;cursor:pointer"
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
.
|
|
303
303
|
</p>
|
|
304
304
|
<p
|
|
305
|
-
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:
|
|
305
|
+
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:8px;margin-right:0;margin-bottom:8px;margin-left:0">
|
|
306
306
|
We hope this message was helpful to you. However, if
|
|
307
307
|
you prefer not to receive this type of communication
|
|
308
308
|
from<!-- -->
|
|
@@ -325,18 +325,18 @@
|
|
|
325
325
|
.
|
|
326
326
|
</p>
|
|
327
327
|
<p
|
|
328
|
-
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:
|
|
328
|
+
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:8px;margin-right:0;margin-bottom:8px;margin-left:0">
|
|
329
329
|
Please note that product prices and availability are
|
|
330
330
|
subject to change.
|
|
331
331
|
</p>
|
|
332
332
|
<p
|
|
333
|
-
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:
|
|
333
|
+
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:8px;margin-right:0;margin-bottom:8px;margin-left:0">
|
|
334
334
|
© 2023 Amazon.com, Inc. or its affiliates. Amazon
|
|
335
335
|
and all associated marks are trademarks of
|
|
336
336
|
Amazon.com, Inc. or its affiliates.
|
|
337
337
|
</p>
|
|
338
338
|
<p
|
|
339
|
-
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:
|
|
339
|
+
style="font-size:10px;line-height:24px;color:#666666;margin:8px 0;margin-top:8px;margin-right:0;margin-bottom:8px;margin-left:0">
|
|
340
340
|
Reference: 706784740
|
|
341
341
|
</p>
|
|
342
342
|
</tr>
|