brookmind-emails 0.1.9 → 0.1.10
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WelcomeEmail.d.ts","sourceRoot":"","sources":["../../../src/modelfy/templates/WelcomeEmail.tsx"],"names":[],"mappings":"AAeA,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;CACf;
|
|
1
|
+
{"version":3,"file":"WelcomeEmail.d.ts","sourceRoot":"","sources":["../../../src/modelfy/templates/WelcomeEmail.tsx"],"names":[],"mappings":"AAeA,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;CACf;AA+UD,wBAAgB,YAAY,CAAC,EAAE,KAA0B,EAAE,EAAE,iBAAiB,2CA+P7E;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -319,15 +319,6 @@ const features = [
|
|
|
319
319
|
getImage: () => "https://bucket.modelfy.ai/app-media/emails/subtitles.png",
|
|
320
320
|
isVideo: false,
|
|
321
321
|
},
|
|
322
|
-
{
|
|
323
|
-
eyebrow: "EXPORT",
|
|
324
|
-
titleBefore: "Every",
|
|
325
|
-
titleHighlight: "Format",
|
|
326
|
-
titleAfter: "You Need",
|
|
327
|
-
description: "Stories, Reels, Posts, Square, Landscape, Portrait. Up to 4K resolution.",
|
|
328
|
-
getImage: () => getRandomImage(campaignProImages),
|
|
329
|
-
isVideo: false,
|
|
330
|
-
},
|
|
331
322
|
];
|
|
332
323
|
export function WelcomeEmail({ email = "user@example.com" }) {
|
|
333
324
|
return (_jsxs(Html, { lang: "en", children: [_jsxs(Head, { children: [_jsx(Font, { fontFamily: "Inter", fallbackFontFamily: "Arial", webFont: {
|
package/package.json
CHANGED
|
@@ -348,15 +348,6 @@ const features = [
|
|
|
348
348
|
getImage: () => "https://bucket.modelfy.ai/app-media/emails/subtitles.png",
|
|
349
349
|
isVideo: false,
|
|
350
350
|
},
|
|
351
|
-
{
|
|
352
|
-
eyebrow: "EXPORT",
|
|
353
|
-
titleBefore: "Every",
|
|
354
|
-
titleHighlight: "Format",
|
|
355
|
-
titleAfter: "You Need",
|
|
356
|
-
description: "Stories, Reels, Posts, Square, Landscape, Portrait. Up to 4K resolution.",
|
|
357
|
-
getImage: () => getRandomImage(campaignProImages),
|
|
358
|
-
isVideo: false,
|
|
359
|
-
},
|
|
360
351
|
];
|
|
361
352
|
|
|
362
353
|
export function WelcomeEmail({ email = "user@example.com" }: WelcomeEmailProps) {
|