promote-email-templates 0.1.7 → 0.1.9

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/dist/index.d.mts CHANGED
@@ -242,6 +242,8 @@ declare namespace AbortOrderRequest {
242
242
  };
243
243
  }
244
244
 
245
+ declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
246
+
245
247
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
246
248
  declare namespace RevertPaymentRequestAdmin {
247
249
  var PreviewProps: {
@@ -252,6 +254,8 @@ declare namespace RevertPaymentRequestAdmin {
252
254
  };
253
255
  }
254
256
 
257
+ declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
+
255
259
  declare const colors: {
256
260
  primary: string;
257
261
  white: string;
@@ -350,6 +354,8 @@ declare namespace OrderEvidencesAcceptedBrand {
350
354
  };
351
355
  }
352
356
 
357
+ declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
+
353
359
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
354
360
  declare namespace EvidencesSubmittedBrand {
355
361
  var PreviewProps: {
@@ -370,6 +376,8 @@ declare namespace EvidencesSubmittedBrand {
370
376
  };
371
377
  }
372
378
 
379
+ declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
+
373
381
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
374
382
  declare namespace NewOrderCreatedBrand {
375
383
  var PreviewProps: {
@@ -392,6 +400,8 @@ declare namespace NewOrderCreatedBrand {
392
400
  };
393
401
  }
394
402
 
403
+ declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
+
395
405
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
396
406
  declare namespace OrderAcceptedBrand {
397
407
  var PreviewProps: {
@@ -409,6 +419,8 @@ declare namespace OrderAcceptedBrand {
409
419
  };
410
420
  }
411
421
 
422
+ declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
423
+
412
424
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
413
425
  declare namespace OrderCancelledBrand {
414
426
  var PreviewProps: {
@@ -422,6 +434,8 @@ declare namespace OrderCancelledBrand {
422
434
  };
423
435
  }
424
436
 
437
+ declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
438
+
425
439
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
426
440
  declare namespace OrderRejectedBrand {
427
441
  var PreviewProps: {
@@ -443,6 +457,8 @@ declare namespace OrderRejectedBrand {
443
457
  };
444
458
  }
445
459
 
460
+ declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
461
+
446
462
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
447
463
  declare namespace NewJobCreatedBrand {
448
464
  var PreviewProps: {
@@ -461,6 +477,8 @@ declare namespace NewJobCreatedBrand {
461
477
  };
462
478
  }
463
479
 
480
+ declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
481
+
464
482
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
465
483
  declare namespace NewJobApplicationsReceivedBrand {
466
484
  var PreviewProps: {
@@ -488,6 +506,8 @@ declare namespace NewJobApplicationsReceivedBrand {
488
506
  };
489
507
  }
490
508
 
509
+ declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
+
491
511
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
492
512
  declare namespace EvidenceApprovedCreator {
493
513
  var PreviewProps: {
@@ -505,6 +525,8 @@ declare namespace EvidenceApprovedCreator {
505
525
  };
506
526
  }
507
527
 
528
+ declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
+
508
530
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
509
531
  declare namespace EvidencesRejectedCreator {
510
532
  var PreviewProps: {
@@ -523,6 +545,8 @@ declare namespace EvidencesRejectedCreator {
523
545
  };
524
546
  }
525
547
 
548
+ declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
549
+
526
550
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
527
551
  declare namespace OrderCancelledCreator {
528
552
  var PreviewProps: {
@@ -536,6 +560,8 @@ declare namespace OrderCancelledCreator {
536
560
  };
537
561
  }
538
562
 
563
+ declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
564
+
539
565
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
540
566
  declare namespace OrderPaymentCreator {
541
567
  var PreviewProps: {
@@ -549,6 +575,8 @@ declare namespace OrderPaymentCreator {
549
575
  };
550
576
  }
551
577
 
578
+ declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
+
552
580
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
553
581
  declare namespace NewOrderCreatedCreator {
554
582
  var PreviewProps: {
@@ -570,6 +598,8 @@ declare namespace NewOrderCreatedCreator {
570
598
  };
571
599
  }
572
600
 
601
+ declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
+
573
603
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
574
604
  declare namespace NewJobApplicationUnapprovedCreator {
575
605
  var PreviewProps: {
@@ -588,6 +618,8 @@ declare namespace NewJobApplicationUnapprovedCreator {
588
618
  };
589
619
  }
590
620
 
621
+ declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
+
591
623
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
592
624
  declare namespace Welcome {
593
625
  var PreviewProps: {
@@ -596,6 +628,8 @@ declare namespace Welcome {
596
628
  };
597
629
  }
598
630
 
631
+ declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
632
+
599
633
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
600
634
  declare namespace NewMessageNotification {
601
635
  var PreviewProps: {
@@ -614,5 +648,6 @@ declare namespace NewMessageNotification {
614
648
  chatRoomId: string;
615
649
  };
616
650
  }
651
+ declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
617
652
 
618
- export { AbortOrderRequest, type AbortOrderRequestProps, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderRejectedBrand, type OrderRejectedBrandProps, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, USER_ROLES, Welcome, type WelcomeTemplateProps, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
653
+ export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorText, OrderRejectedBrand, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.d.ts CHANGED
@@ -242,6 +242,8 @@ declare namespace AbortOrderRequest {
242
242
  };
243
243
  }
244
244
 
245
+ declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
246
+
245
247
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
246
248
  declare namespace RevertPaymentRequestAdmin {
247
249
  var PreviewProps: {
@@ -252,6 +254,8 @@ declare namespace RevertPaymentRequestAdmin {
252
254
  };
253
255
  }
254
256
 
257
+ declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
+
255
259
  declare const colors: {
256
260
  primary: string;
257
261
  white: string;
@@ -350,6 +354,8 @@ declare namespace OrderEvidencesAcceptedBrand {
350
354
  };
351
355
  }
352
356
 
357
+ declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
+
353
359
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
354
360
  declare namespace EvidencesSubmittedBrand {
355
361
  var PreviewProps: {
@@ -370,6 +376,8 @@ declare namespace EvidencesSubmittedBrand {
370
376
  };
371
377
  }
372
378
 
379
+ declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
+
373
381
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
374
382
  declare namespace NewOrderCreatedBrand {
375
383
  var PreviewProps: {
@@ -392,6 +400,8 @@ declare namespace NewOrderCreatedBrand {
392
400
  };
393
401
  }
394
402
 
403
+ declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
+
395
405
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
396
406
  declare namespace OrderAcceptedBrand {
397
407
  var PreviewProps: {
@@ -409,6 +419,8 @@ declare namespace OrderAcceptedBrand {
409
419
  };
410
420
  }
411
421
 
422
+ declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
423
+
412
424
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
413
425
  declare namespace OrderCancelledBrand {
414
426
  var PreviewProps: {
@@ -422,6 +434,8 @@ declare namespace OrderCancelledBrand {
422
434
  };
423
435
  }
424
436
 
437
+ declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
438
+
425
439
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
426
440
  declare namespace OrderRejectedBrand {
427
441
  var PreviewProps: {
@@ -443,6 +457,8 @@ declare namespace OrderRejectedBrand {
443
457
  };
444
458
  }
445
459
 
460
+ declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
461
+
446
462
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
447
463
  declare namespace NewJobCreatedBrand {
448
464
  var PreviewProps: {
@@ -461,6 +477,8 @@ declare namespace NewJobCreatedBrand {
461
477
  };
462
478
  }
463
479
 
480
+ declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
481
+
464
482
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
465
483
  declare namespace NewJobApplicationsReceivedBrand {
466
484
  var PreviewProps: {
@@ -488,6 +506,8 @@ declare namespace NewJobApplicationsReceivedBrand {
488
506
  };
489
507
  }
490
508
 
509
+ declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
+
491
511
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
492
512
  declare namespace EvidenceApprovedCreator {
493
513
  var PreviewProps: {
@@ -505,6 +525,8 @@ declare namespace EvidenceApprovedCreator {
505
525
  };
506
526
  }
507
527
 
528
+ declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
+
508
530
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
509
531
  declare namespace EvidencesRejectedCreator {
510
532
  var PreviewProps: {
@@ -523,6 +545,8 @@ declare namespace EvidencesRejectedCreator {
523
545
  };
524
546
  }
525
547
 
548
+ declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
549
+
526
550
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
527
551
  declare namespace OrderCancelledCreator {
528
552
  var PreviewProps: {
@@ -536,6 +560,8 @@ declare namespace OrderCancelledCreator {
536
560
  };
537
561
  }
538
562
 
563
+ declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
564
+
539
565
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
540
566
  declare namespace OrderPaymentCreator {
541
567
  var PreviewProps: {
@@ -549,6 +575,8 @@ declare namespace OrderPaymentCreator {
549
575
  };
550
576
  }
551
577
 
578
+ declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
+
552
580
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
553
581
  declare namespace NewOrderCreatedCreator {
554
582
  var PreviewProps: {
@@ -570,6 +598,8 @@ declare namespace NewOrderCreatedCreator {
570
598
  };
571
599
  }
572
600
 
601
+ declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
+
573
603
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
574
604
  declare namespace NewJobApplicationUnapprovedCreator {
575
605
  var PreviewProps: {
@@ -588,6 +618,8 @@ declare namespace NewJobApplicationUnapprovedCreator {
588
618
  };
589
619
  }
590
620
 
621
+ declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
+
591
623
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
592
624
  declare namespace Welcome {
593
625
  var PreviewProps: {
@@ -596,6 +628,8 @@ declare namespace Welcome {
596
628
  };
597
629
  }
598
630
 
631
+ declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
632
+
599
633
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
600
634
  declare namespace NewMessageNotification {
601
635
  var PreviewProps: {
@@ -614,5 +648,6 @@ declare namespace NewMessageNotification {
614
648
  chatRoomId: string;
615
649
  };
616
650
  }
651
+ declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
617
652
 
618
- export { AbortOrderRequest, type AbortOrderRequestProps, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderRejectedBrand, type OrderRejectedBrandProps, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, USER_ROLES, Welcome, type WelcomeTemplateProps, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
653
+ export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorText, OrderRejectedBrand, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.js CHANGED
@@ -21,24 +21,42 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
23
  AbortOrderRequest: () => AbortOrderRequest,
24
+ AbortOrderRequestText: () => AbortOrderRequestText,
24
25
  EvidenceApprovedCreator: () => EvidenceApprovedCreator,
26
+ EvidenceApprovedCreatorText: () => EvidenceApprovedCreatorText,
25
27
  EvidencesRejectedCreator: () => EvidencesRejectedCreator,
28
+ EvidencesRejectedCreatorText: () => EvidencesRejectedCreatorText,
26
29
  EvidencesSubmittedBrand: () => EvidencesSubmittedBrand,
30
+ EvidencesSubmittedBrandText: () => EvidencesSubmittedBrandText,
27
31
  NewJobApplicationUnapprovedCreator: () => NewJobApplicationUnapprovedCreator,
32
+ NewJobApplicationUnapprovedCreatorText: () => NewJobApplicationUnapprovedCreatorText,
28
33
  NewJobApplicationsReceivedBrand: () => NewJobApplicationsReceivedBrand,
34
+ NewJobApplicationsReceivedBrandText: () => NewJobApplicationsReceivedBrandText,
29
35
  NewJobCreatedBrand: () => NewJobCreatedBrand,
36
+ NewJobCreatedBrandText: () => NewJobCreatedBrandText,
30
37
  NewMessageNotification: () => NewMessageNotification,
38
+ NewMessageNotificationText: () => NewMessageNotificationText,
31
39
  NewOrderCreatedBrand: () => NewOrderCreatedBrand,
40
+ NewOrderCreatedBrandText: () => NewOrderCreatedBrandText,
32
41
  NewOrderCreatedCreator: () => NewOrderCreatedCreator,
42
+ NewOrderCreatedCreatorText: () => NewOrderCreatedCreatorText,
33
43
  OrderAcceptedBrand: () => OrderAcceptedBrand,
44
+ OrderAcceptedBrandText: () => OrderAcceptedBrandText,
34
45
  OrderCancelledBrand: () => OrderCancelledBrand,
46
+ OrderCancelledBrandText: () => OrderCancelledBrandText,
35
47
  OrderCancelledCreator: () => OrderCancelledCreator,
48
+ OrderCancelledCreatorText: () => OrderCancelledCreatorText,
36
49
  OrderEvidencesAcceptedBrand: () => OrderEvidencesAcceptedBrand,
50
+ OrderEvidencesAcceptedBrandText: () => OrderEvidencesAcceptedBrandText,
37
51
  OrderPaymentCreator: () => OrderPaymentCreator,
52
+ OrderPaymentCreatorText: () => OrderPaymentCreatorText,
38
53
  OrderRejectedBrand: () => OrderRejectedBrand,
54
+ OrderRejectedBrandText: () => OrderRejectedBrandText,
39
55
  RevertPaymentRequestAdmin: () => RevertPaymentRequestAdmin,
56
+ RevertPaymentRequestAdminText: () => RevertPaymentRequestAdminText,
40
57
  USER_ROLES: () => USER_ROLES,
41
58
  Welcome: () => Welcome,
59
+ WelcomeText: () => WelcomeText,
42
60
  appBaseUrl: () => appBaseUrl,
43
61
  appRoutes: () => appRoutes,
44
62
  assetsBasePath: () => assetsBasePath,
@@ -277,6 +295,7 @@ var userPhoto = {
277
295
  };
278
296
 
279
297
  // emails/admin/abort-order-request.tsx
298
+ var import_render = require("@react-email/render");
280
299
  var import_jsx_runtime5 = require("react/jsx-runtime");
281
300
  function AbortOrderRequest(props) {
282
301
  const requestedBy = {
@@ -318,6 +337,9 @@ AbortOrderRequest.PreviewProps = {
318
337
  },
319
338
  requestedBy: "creator" /* CREATOR */
320
339
  };
340
+ var AbortOrderRequestText = (props) => {
341
+ return (0, import_render.render)(AbortOrderRequest(props), { plainText: true });
342
+ };
321
343
 
322
344
  // emails/admin/revert-payment-request-admin.tsx
323
345
  var import_components7 = require("@react-email/components");
@@ -356,6 +378,7 @@ var amount = {
356
378
  };
357
379
 
358
380
  // emails/admin/revert-payment-request-admin.tsx
381
+ var import_render2 = require("@react-email/render");
359
382
  var import_jsx_runtime7 = require("react/jsx-runtime");
360
383
  function RevertPaymentRequestAdmin(props) {
361
384
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_components7.Html, { style: rootStyles, children: [
@@ -389,9 +412,13 @@ RevertPaymentRequestAdmin.PreviewProps = {
389
412
  },
390
413
  totalAmount: "1000,00"
391
414
  };
415
+ var RevertPaymentRequestAdminText = (props) => {
416
+ return (0, import_render2.render)(RevertPaymentRequestAdmin(props), { plainText: true });
417
+ };
392
418
 
393
419
  // emails/brand/evidences-accepted-brand.tsx
394
420
  var import_components8 = require("@react-email/components");
421
+ var import_render3 = require("@react-email/render");
395
422
  var import_jsx_runtime8 = require("react/jsx-runtime");
396
423
  function OrderEvidencesAcceptedBrand(props) {
397
424
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_components8.Html, { style: rootStyles, children: [
@@ -434,9 +461,13 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
434
461
  },
435
462
  totalAmount: "1000,00"
436
463
  };
464
+ var OrderEvidencesAcceptedBrandText = (props) => {
465
+ return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props), { plainText: true });
466
+ };
437
467
 
438
468
  // emails/brand/evidences-submitted-brand.tsx
439
469
  var import_components9 = require("@react-email/components");
470
+ var import_render4 = require("@react-email/render");
440
471
  var import_jsx_runtime9 = require("react/jsx-runtime");
441
472
  function EvidencesSubmittedBrand(props) {
442
473
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_components9.Html, { style: rootStyles, children: [
@@ -489,6 +520,9 @@ EvidencesSubmittedBrand.PreviewProps = {
489
520
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
490
521
  }
491
522
  };
523
+ var EvidencesSubmittedBrandText = (props) => {
524
+ return (0, import_render4.render)(EvidencesSubmittedBrand(props), { plainText: true });
525
+ };
492
526
 
493
527
  // emails/brand/new-order-created-brand.tsx
494
528
  var import_components11 = require("@react-email/components");
@@ -533,6 +567,7 @@ var rowItem = {
533
567
  };
534
568
 
535
569
  // emails/brand/new-order-created-brand.tsx
570
+ var import_render5 = require("@react-email/render");
536
571
  var import_jsx_runtime11 = require("react/jsx-runtime");
537
572
  function NewOrderCreatedBrand(props) {
538
573
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_components11.Html, { style: rootStyles, children: [
@@ -587,9 +622,13 @@ var orderDetails = {
587
622
  marginTop: "30px",
588
623
  marginBottom: "40px"
589
624
  };
625
+ var NewOrderCreatedBrandText = (props) => {
626
+ return (0, import_render5.render)(NewOrderCreatedBrand(props), { plainText: true });
627
+ };
590
628
 
591
629
  // emails/brand/order-accepted-brand.tsx
592
630
  var import_components12 = require("@react-email/components");
631
+ var import_render6 = require("@react-email/render");
593
632
  var import_jsx_runtime12 = require("react/jsx-runtime");
594
633
  function OrderAcceptedBrand(props) {
595
634
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_components12.Html, { style: rootStyles, children: [
@@ -639,6 +678,9 @@ OrderAcceptedBrand.PreviewProps = {
639
678
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
640
679
  }
641
680
  };
681
+ var OrderAcceptedBrandText = (props) => {
682
+ return (0, import_render6.render)(OrderAcceptedBrand(props), { plainText: true });
683
+ };
642
684
 
643
685
  // emails/brand/order-cancelled-brand.tsx
644
686
  var import_components14 = require("@react-email/components");
@@ -668,6 +710,7 @@ var content = {
668
710
  };
669
711
 
670
712
  // emails/brand/order-cancelled-brand.tsx
713
+ var import_render7 = require("@react-email/render");
671
714
  var import_jsx_runtime14 = require("react/jsx-runtime");
672
715
  function OrderCancelledBrand(props) {
673
716
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_components14.Html, { style: rootStyles, children: [
@@ -715,9 +758,13 @@ var reasonContainer = {
715
758
  padding: "0",
716
759
  margin: "30px 0"
717
760
  };
761
+ var OrderCancelledBrandText = (props) => {
762
+ return (0, import_render7.render)(OrderCancelledBrand(props), { plainText: true });
763
+ };
718
764
 
719
765
  // emails/brand/order-rejected-brand.tsx
720
766
  var import_components15 = require("@react-email/components");
767
+ var import_render8 = require("@react-email/render");
721
768
  var import_jsx_runtime15 = require("react/jsx-runtime");
722
769
  function OrderRejectedBrand(props) {
723
770
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_components15.Html, { style: rootStyles, children: [
@@ -775,9 +822,13 @@ var reasonContainer2 = {
775
822
  padding: "0",
776
823
  margin: "30px 0"
777
824
  };
825
+ var OrderRejectedBrandText = (props) => {
826
+ return (0, import_render8.render)(OrderRejectedBrand(props), { plainText: true });
827
+ };
778
828
 
779
829
  // emails/brand/new-job-created-brand.tsx
780
830
  var import_components16 = require("@react-email/components");
831
+ var import_render9 = require("@react-email/render");
781
832
  var import_jsx_runtime16 = require("react/jsx-runtime");
782
833
  function NewJobCreatedBrand(props) {
783
834
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Html, { style: rootStyles, children: [
@@ -793,7 +844,6 @@ function NewJobCreatedBrand(props) {
793
844
  ] }),
794
845
  /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Text, { style: baseText, children: [
795
846
  "Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
796
- " ",
797
847
  /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("span", { style: link, children: [
798
848
  props.campaign.name,
799
849
  "."
@@ -827,9 +877,13 @@ var jobDetails = {
827
877
  marginTop: "30px",
828
878
  marginBottom: "40px"
829
879
  };
880
+ var NewJobCreatedBrandText = (props) => {
881
+ return (0, import_render9.render)(NewJobCreatedBrand(props), { plainText: true });
882
+ };
830
883
 
831
884
  // emails/brand/new-job-application-received-brand.tsx
832
885
  var import_components17 = require("@react-email/components");
886
+ var import_render10 = require("@react-email/render");
833
887
  var import_jsx_runtime17 = require("react/jsx-runtime");
834
888
  function NewJobApplicationsReceivedBrand(props) {
835
889
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_components17.Html, { style: rootStyles, children: [
@@ -844,8 +898,7 @@ function NewJobApplicationsReceivedBrand(props) {
844
898
  ","
845
899
  ] }),
846
900
  /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_components17.Text, { style: baseText, children: [
847
- "Voc\xEA recebeu uma nova candidatura para o job da campanha",
848
- " ",
901
+ "Voc\xEA recebeu uma nova candidatura para o job da campanha ",
849
902
  /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("span", { style: link, children: [
850
903
  props.campaign.name,
851
904
  "."
@@ -908,9 +961,13 @@ var jobDetails2 = {
908
961
  marginTop: "30px",
909
962
  marginBottom: "40px"
910
963
  };
964
+ var NewJobApplicationsReceivedBrandText = (props) => {
965
+ return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props), { plainText: true });
966
+ };
911
967
 
912
968
  // emails/creator/evidences-approved-creator.tsx
913
969
  var import_components18 = require("@react-email/components");
970
+ var import_render11 = require("@react-email/render");
914
971
  var import_jsx_runtime18 = require("react/jsx-runtime");
915
972
  function EvidenceApprovedCreator(props) {
916
973
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_components18.Html, { style: rootStyles, children: [
@@ -952,9 +1009,13 @@ EvidenceApprovedCreator.PreviewProps = {
952
1009
  },
953
1010
  evidenceLink: "https://www.youtube.com/test_video"
954
1011
  };
1012
+ var EvidenceApprovedCreatorText = (props) => {
1013
+ return (0, import_render11.render)(EvidenceApprovedCreator(props), { plainText: true });
1014
+ };
955
1015
 
956
1016
  // emails/creator/evidences-rejected-creator.tsx
957
1017
  var import_components19 = require("@react-email/components");
1018
+ var import_render12 = require("@react-email/render");
958
1019
  var import_jsx_runtime19 = require("react/jsx-runtime");
959
1020
  function EvidencesRejectedCreator(props) {
960
1021
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_components19.Html, { style: rootStyles, children: [
@@ -1004,9 +1065,13 @@ var reasonContainer3 = {
1004
1065
  padding: "0",
1005
1066
  margin: "30px 0"
1006
1067
  };
1068
+ var EvidencesRejectedCreatorText = (props) => {
1069
+ return (0, import_render12.render)(EvidencesRejectedCreator(props), { plainText: true });
1070
+ };
1007
1071
 
1008
1072
  // emails/creator/order-cancelled-creator.tsx
1009
1073
  var import_components20 = require("@react-email/components");
1074
+ var import_render13 = require("@react-email/render");
1010
1075
  var import_jsx_runtime20 = require("react/jsx-runtime");
1011
1076
  function OrderCancelledCreator(props) {
1012
1077
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_components20.Html, { style: rootStyles, children: [
@@ -1054,9 +1119,13 @@ var reasonContainer4 = {
1054
1119
  padding: "0",
1055
1120
  margin: "30px 0"
1056
1121
  };
1122
+ var OrderCancelledCreatorText = (props) => {
1123
+ return (0, import_render13.render)(OrderCancelledCreator(props), { plainText: true });
1124
+ };
1057
1125
 
1058
1126
  // emails/creator/order-payment-creator.tsx
1059
1127
  var import_components21 = require("@react-email/components");
1128
+ var import_render14 = require("@react-email/render");
1060
1129
  var import_jsx_runtime21 = require("react/jsx-runtime");
1061
1130
  function OrderPaymentCreator(props) {
1062
1131
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_components21.Html, { style: rootStyles, children: [
@@ -1097,9 +1166,13 @@ OrderPaymentCreator.PreviewProps = {
1097
1166
  },
1098
1167
  totalAmount: "1000,00"
1099
1168
  };
1169
+ var OrderPaymentCreatorText = (props) => {
1170
+ return (0, import_render14.render)(OrderPaymentCreator(props), { plainText: true });
1171
+ };
1100
1172
 
1101
1173
  // emails/creator/new-order-created-creator.tsx
1102
1174
  var import_components22 = require("@react-email/components");
1175
+ var import_render15 = require("@react-email/render");
1103
1176
  var import_jsx_runtime22 = require("react/jsx-runtime");
1104
1177
  function NewOrderCreatedCreator(props) {
1105
1178
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_components22.Html, { style: rootStyles, children: [
@@ -1150,9 +1223,13 @@ var orderDetails2 = {
1150
1223
  marginTop: "30px",
1151
1224
  marginBottom: "40px"
1152
1225
  };
1226
+ var NewOrderCreatedCreatorText = (props) => {
1227
+ return (0, import_render15.render)(NewOrderCreatedCreator(props), { plainText: true });
1228
+ };
1153
1229
 
1154
1230
  // emails/creator/new-job-application-unapproved-creator.tsx
1155
1231
  var import_components23 = require("@react-email/components");
1232
+ var import_render16 = require("@react-email/render");
1156
1233
  var import_jsx_runtime23 = require("react/jsx-runtime");
1157
1234
  function NewJobApplicationUnapprovedCreator(props) {
1158
1235
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Html, { style: rootStyles, children: [
@@ -1167,8 +1244,7 @@ function NewJobApplicationUnapprovedCreator(props) {
1167
1244
  ","
1168
1245
  ] }),
1169
1246
  /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Text, { style: baseText2, children: [
1170
- "Infelizmente, sua candidatura para o job da campanha",
1171
- " ",
1247
+ "Infelizmente, sua candidatura para o job da campanha ",
1172
1248
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { style: link, children: props.campaign.name }),
1173
1249
  " n\xE3o foi aprovada.",
1174
1250
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("br", {}),
@@ -1205,9 +1281,13 @@ var baseText2 = {
1205
1281
  lineHeight: "24px",
1206
1282
  color: "#333"
1207
1283
  };
1284
+ var NewJobApplicationUnapprovedCreatorText = (props) => {
1285
+ return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1286
+ };
1208
1287
 
1209
1288
  // emails/all/welcome.tsx
1210
1289
  var import_components24 = require("@react-email/components");
1290
+ var import_render17 = require("@react-email/render");
1211
1291
  var import_jsx_runtime24 = require("react/jsx-runtime");
1212
1292
  function Welcome({ name, userType }) {
1213
1293
  const content2 = {
@@ -1292,9 +1372,13 @@ var textInfo = {
1292
1372
  textAlign: "justify",
1293
1373
  whiteSpace: "pre-line"
1294
1374
  };
1375
+ var WelcomeText = (props) => {
1376
+ return (0, import_render17.render)(Welcome(props), { plainText: true });
1377
+ };
1295
1378
 
1296
1379
  // emails/all/new-message-notification.tsx
1297
1380
  var import_components25 = require("@react-email/components");
1381
+ var import_render18 = require("@react-email/render");
1298
1382
  var import_jsx_runtime25 = require("react/jsx-runtime");
1299
1383
  function NewMessageNotification(props) {
1300
1384
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_components25.Html, { style: rootStyles, children: [
@@ -1341,27 +1425,48 @@ NewMessageNotification.PreviewProps = {
1341
1425
  conversationPath: "/conversations",
1342
1426
  chatRoomId: "123"
1343
1427
  };
1428
+ var NewMessageNotificationText = (props) => {
1429
+ return (0, import_render18.render)(NewMessageNotification(props), { plainText: true });
1430
+ };
1344
1431
  // Annotate the CommonJS export names for ESM import in node:
1345
1432
  0 && (module.exports = {
1346
1433
  AbortOrderRequest,
1434
+ AbortOrderRequestText,
1347
1435
  EvidenceApprovedCreator,
1436
+ EvidenceApprovedCreatorText,
1348
1437
  EvidencesRejectedCreator,
1438
+ EvidencesRejectedCreatorText,
1349
1439
  EvidencesSubmittedBrand,
1440
+ EvidencesSubmittedBrandText,
1350
1441
  NewJobApplicationUnapprovedCreator,
1442
+ NewJobApplicationUnapprovedCreatorText,
1351
1443
  NewJobApplicationsReceivedBrand,
1444
+ NewJobApplicationsReceivedBrandText,
1352
1445
  NewJobCreatedBrand,
1446
+ NewJobCreatedBrandText,
1353
1447
  NewMessageNotification,
1448
+ NewMessageNotificationText,
1354
1449
  NewOrderCreatedBrand,
1450
+ NewOrderCreatedBrandText,
1355
1451
  NewOrderCreatedCreator,
1452
+ NewOrderCreatedCreatorText,
1356
1453
  OrderAcceptedBrand,
1454
+ OrderAcceptedBrandText,
1357
1455
  OrderCancelledBrand,
1456
+ OrderCancelledBrandText,
1358
1457
  OrderCancelledCreator,
1458
+ OrderCancelledCreatorText,
1359
1459
  OrderEvidencesAcceptedBrand,
1460
+ OrderEvidencesAcceptedBrandText,
1360
1461
  OrderPaymentCreator,
1462
+ OrderPaymentCreatorText,
1361
1463
  OrderRejectedBrand,
1464
+ OrderRejectedBrandText,
1362
1465
  RevertPaymentRequestAdmin,
1466
+ RevertPaymentRequestAdminText,
1363
1467
  USER_ROLES,
1364
1468
  Welcome,
1469
+ WelcomeText,
1365
1470
  appBaseUrl,
1366
1471
  appRoutes,
1367
1472
  assetsBasePath,
package/dist/index.mjs CHANGED
@@ -219,6 +219,7 @@ var userPhoto = {
219
219
  };
220
220
 
221
221
  // emails/admin/abort-order-request.tsx
222
+ import { render } from "@react-email/render";
222
223
  import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
223
224
  function AbortOrderRequest(props) {
224
225
  const requestedBy = {
@@ -260,6 +261,9 @@ AbortOrderRequest.PreviewProps = {
260
261
  },
261
262
  requestedBy: "creator" /* CREATOR */
262
263
  };
264
+ var AbortOrderRequestText = (props) => {
265
+ return render(AbortOrderRequest(props), { plainText: true });
266
+ };
263
267
 
264
268
  // emails/admin/revert-payment-request-admin.tsx
265
269
  import { Body as Body2, Container as Container6, Html as Html2, Link as Link5, Preview as Preview2, Text as Text5 } from "@react-email/components";
@@ -298,6 +302,7 @@ var amount = {
298
302
  };
299
303
 
300
304
  // emails/admin/revert-payment-request-admin.tsx
305
+ import { render as render2 } from "@react-email/render";
301
306
  import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
302
307
  function RevertPaymentRequestAdmin(props) {
303
308
  return /* @__PURE__ */ jsxs5(Html2, { style: rootStyles, children: [
@@ -331,9 +336,13 @@ RevertPaymentRequestAdmin.PreviewProps = {
331
336
  },
332
337
  totalAmount: "1000,00"
333
338
  };
339
+ var RevertPaymentRequestAdminText = (props) => {
340
+ return render2(RevertPaymentRequestAdmin(props), { plainText: true });
341
+ };
334
342
 
335
343
  // emails/brand/evidences-accepted-brand.tsx
336
344
  import { Body as Body3, Container as Container7, Html as Html3, Link as Link6, Preview as Preview3, Text as Text6 } from "@react-email/components";
345
+ import { render as render3 } from "@react-email/render";
337
346
  import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
338
347
  function OrderEvidencesAcceptedBrand(props) {
339
348
  return /* @__PURE__ */ jsxs6(Html3, { style: rootStyles, children: [
@@ -376,9 +385,13 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
376
385
  },
377
386
  totalAmount: "1000,00"
378
387
  };
388
+ var OrderEvidencesAcceptedBrandText = (props) => {
389
+ return render3(OrderEvidencesAcceptedBrand(props), { plainText: true });
390
+ };
379
391
 
380
392
  // emails/brand/evidences-submitted-brand.tsx
381
393
  import { Body as Body4, Container as Container8, Html as Html4, Link as Link7, Preview as Preview4, Text as Text7 } from "@react-email/components";
394
+ import { render as render4 } from "@react-email/render";
382
395
  import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
383
396
  function EvidencesSubmittedBrand(props) {
384
397
  return /* @__PURE__ */ jsxs7(Html4, { style: rootStyles, children: [
@@ -431,6 +444,9 @@ EvidencesSubmittedBrand.PreviewProps = {
431
444
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
432
445
  }
433
446
  };
447
+ var EvidencesSubmittedBrandText = (props) => {
448
+ return render4(EvidencesSubmittedBrand(props), { plainText: true });
449
+ };
434
450
 
435
451
  // emails/brand/new-order-created-brand.tsx
436
452
  import { Body as Body5, Container as Container9, Html as Html5, Link as Link8, Preview as Preview5, Text as Text9 } from "@react-email/components";
@@ -475,6 +491,7 @@ var rowItem = {
475
491
  };
476
492
 
477
493
  // emails/brand/new-order-created-brand.tsx
494
+ import { render as render5 } from "@react-email/render";
478
495
  import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
479
496
  function NewOrderCreatedBrand(props) {
480
497
  return /* @__PURE__ */ jsxs9(Html5, { style: rootStyles, children: [
@@ -529,9 +546,13 @@ var orderDetails = {
529
546
  marginTop: "30px",
530
547
  marginBottom: "40px"
531
548
  };
549
+ var NewOrderCreatedBrandText = (props) => {
550
+ return render5(NewOrderCreatedBrand(props), { plainText: true });
551
+ };
532
552
 
533
553
  // emails/brand/order-accepted-brand.tsx
534
554
  import { Body as Body6, Container as Container10, Html as Html6, Link as Link9, Preview as Preview6, Text as Text10 } from "@react-email/components";
555
+ import { render as render6 } from "@react-email/render";
535
556
  import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
536
557
  function OrderAcceptedBrand(props) {
537
558
  return /* @__PURE__ */ jsxs10(Html6, { style: rootStyles, children: [
@@ -581,6 +602,9 @@ OrderAcceptedBrand.PreviewProps = {
581
602
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
582
603
  }
583
604
  };
605
+ var OrderAcceptedBrandText = (props) => {
606
+ return render6(OrderAcceptedBrand(props), { plainText: true });
607
+ };
584
608
 
585
609
  // emails/brand/order-cancelled-brand.tsx
586
610
  import { Body as Body7, Container as Container12, Html as Html7, Link as Link10, Preview as Preview7, Text as Text12 } from "@react-email/components";
@@ -610,6 +634,7 @@ var content = {
610
634
  };
611
635
 
612
636
  // emails/brand/order-cancelled-brand.tsx
637
+ import { render as render7 } from "@react-email/render";
613
638
  import { jsx as jsx14, jsxs as jsxs12 } from "react/jsx-runtime";
614
639
  function OrderCancelledBrand(props) {
615
640
  return /* @__PURE__ */ jsxs12(Html7, { style: rootStyles, children: [
@@ -657,9 +682,13 @@ var reasonContainer = {
657
682
  padding: "0",
658
683
  margin: "30px 0"
659
684
  };
685
+ var OrderCancelledBrandText = (props) => {
686
+ return render7(OrderCancelledBrand(props), { plainText: true });
687
+ };
660
688
 
661
689
  // emails/brand/order-rejected-brand.tsx
662
690
  import { Body as Body8, Container as Container13, Html as Html8, Link as Link11, Preview as Preview8, Text as Text13 } from "@react-email/components";
691
+ import { render as render8 } from "@react-email/render";
663
692
  import { jsx as jsx15, jsxs as jsxs13 } from "react/jsx-runtime";
664
693
  function OrderRejectedBrand(props) {
665
694
  return /* @__PURE__ */ jsxs13(Html8, { style: rootStyles, children: [
@@ -717,9 +746,13 @@ var reasonContainer2 = {
717
746
  padding: "0",
718
747
  margin: "30px 0"
719
748
  };
749
+ var OrderRejectedBrandText = (props) => {
750
+ return render8(OrderRejectedBrand(props), { plainText: true });
751
+ };
720
752
 
721
753
  // emails/brand/new-job-created-brand.tsx
722
754
  import { Body as Body9, Container as Container14, Html as Html9, Link as Link12, Preview as Preview9, Text as Text14 } from "@react-email/components";
755
+ import { render as render9 } from "@react-email/render";
723
756
  import { jsx as jsx16, jsxs as jsxs14 } from "react/jsx-runtime";
724
757
  function NewJobCreatedBrand(props) {
725
758
  return /* @__PURE__ */ jsxs14(Html9, { style: rootStyles, children: [
@@ -735,7 +768,6 @@ function NewJobCreatedBrand(props) {
735
768
  ] }),
736
769
  /* @__PURE__ */ jsxs14(Text14, { style: baseText, children: [
737
770
  "Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
738
- " ",
739
771
  /* @__PURE__ */ jsxs14("span", { style: link, children: [
740
772
  props.campaign.name,
741
773
  "."
@@ -769,9 +801,13 @@ var jobDetails = {
769
801
  marginTop: "30px",
770
802
  marginBottom: "40px"
771
803
  };
804
+ var NewJobCreatedBrandText = (props) => {
805
+ return render9(NewJobCreatedBrand(props), { plainText: true });
806
+ };
772
807
 
773
808
  // emails/brand/new-job-application-received-brand.tsx
774
809
  import { Body as Body10, Container as Container15, Html as Html10, Link as Link13, Preview as Preview10, Text as Text15 } from "@react-email/components";
810
+ import { render as render10 } from "@react-email/render";
775
811
  import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
776
812
  function NewJobApplicationsReceivedBrand(props) {
777
813
  return /* @__PURE__ */ jsxs15(Html10, { style: rootStyles, children: [
@@ -786,8 +822,7 @@ function NewJobApplicationsReceivedBrand(props) {
786
822
  ","
787
823
  ] }),
788
824
  /* @__PURE__ */ jsxs15(Text15, { style: baseText, children: [
789
- "Voc\xEA recebeu uma nova candidatura para o job da campanha",
790
- " ",
825
+ "Voc\xEA recebeu uma nova candidatura para o job da campanha ",
791
826
  /* @__PURE__ */ jsxs15("span", { style: link, children: [
792
827
  props.campaign.name,
793
828
  "."
@@ -850,9 +885,13 @@ var jobDetails2 = {
850
885
  marginTop: "30px",
851
886
  marginBottom: "40px"
852
887
  };
888
+ var NewJobApplicationsReceivedBrandText = (props) => {
889
+ return render10(NewJobApplicationsReceivedBrand(props), { plainText: true });
890
+ };
853
891
 
854
892
  // emails/creator/evidences-approved-creator.tsx
855
893
  import { Body as Body11, Container as Container16, Html as Html11, Link as Link14, Preview as Preview11, Text as Text16 } from "@react-email/components";
894
+ import { render as render11 } from "@react-email/render";
856
895
  import { jsx as jsx18, jsxs as jsxs16 } from "react/jsx-runtime";
857
896
  function EvidenceApprovedCreator(props) {
858
897
  return /* @__PURE__ */ jsxs16(Html11, { style: rootStyles, children: [
@@ -894,9 +933,13 @@ EvidenceApprovedCreator.PreviewProps = {
894
933
  },
895
934
  evidenceLink: "https://www.youtube.com/test_video"
896
935
  };
936
+ var EvidenceApprovedCreatorText = (props) => {
937
+ return render11(EvidenceApprovedCreator(props), { plainText: true });
938
+ };
897
939
 
898
940
  // emails/creator/evidences-rejected-creator.tsx
899
941
  import { Body as Body12, Container as Container17, Html as Html12, Link as Link15, Preview as Preview12, Text as Text17 } from "@react-email/components";
942
+ import { render as render12 } from "@react-email/render";
900
943
  import { jsx as jsx19, jsxs as jsxs17 } from "react/jsx-runtime";
901
944
  function EvidencesRejectedCreator(props) {
902
945
  return /* @__PURE__ */ jsxs17(Html12, { style: rootStyles, children: [
@@ -946,9 +989,13 @@ var reasonContainer3 = {
946
989
  padding: "0",
947
990
  margin: "30px 0"
948
991
  };
992
+ var EvidencesRejectedCreatorText = (props) => {
993
+ return render12(EvidencesRejectedCreator(props), { plainText: true });
994
+ };
949
995
 
950
996
  // emails/creator/order-cancelled-creator.tsx
951
997
  import { Body as Body13, Container as Container18, Html as Html13, Link as Link16, Preview as Preview13, Text as Text18 } from "@react-email/components";
998
+ import { render as render13 } from "@react-email/render";
952
999
  import { jsx as jsx20, jsxs as jsxs18 } from "react/jsx-runtime";
953
1000
  function OrderCancelledCreator(props) {
954
1001
  return /* @__PURE__ */ jsxs18(Html13, { style: rootStyles, children: [
@@ -996,9 +1043,13 @@ var reasonContainer4 = {
996
1043
  padding: "0",
997
1044
  margin: "30px 0"
998
1045
  };
1046
+ var OrderCancelledCreatorText = (props) => {
1047
+ return render13(OrderCancelledCreator(props), { plainText: true });
1048
+ };
999
1049
 
1000
1050
  // emails/creator/order-payment-creator.tsx
1001
1051
  import { Body as Body14, Container as Container19, Html as Html14, Link as Link17, Preview as Preview14, Text as Text19 } from "@react-email/components";
1052
+ import { render as render14 } from "@react-email/render";
1002
1053
  import { jsx as jsx21, jsxs as jsxs19 } from "react/jsx-runtime";
1003
1054
  function OrderPaymentCreator(props) {
1004
1055
  return /* @__PURE__ */ jsxs19(Html14, { style: rootStyles, children: [
@@ -1039,9 +1090,13 @@ OrderPaymentCreator.PreviewProps = {
1039
1090
  },
1040
1091
  totalAmount: "1000,00"
1041
1092
  };
1093
+ var OrderPaymentCreatorText = (props) => {
1094
+ return render14(OrderPaymentCreator(props), { plainText: true });
1095
+ };
1042
1096
 
1043
1097
  // emails/creator/new-order-created-creator.tsx
1044
1098
  import { Body as Body15, Container as Container20, Html as Html15, Link as Link18, Preview as Preview15, Text as Text20 } from "@react-email/components";
1099
+ import { render as render15 } from "@react-email/render";
1045
1100
  import { jsx as jsx22, jsxs as jsxs20 } from "react/jsx-runtime";
1046
1101
  function NewOrderCreatedCreator(props) {
1047
1102
  return /* @__PURE__ */ jsxs20(Html15, { style: rootStyles, children: [
@@ -1092,9 +1147,13 @@ var orderDetails2 = {
1092
1147
  marginTop: "30px",
1093
1148
  marginBottom: "40px"
1094
1149
  };
1150
+ var NewOrderCreatedCreatorText = (props) => {
1151
+ return render15(NewOrderCreatedCreator(props), { plainText: true });
1152
+ };
1095
1153
 
1096
1154
  // emails/creator/new-job-application-unapproved-creator.tsx
1097
1155
  import { Body as Body16, Container as Container21, Html as Html16, Link as Link19, Preview as Preview16, Text as Text21 } from "@react-email/components";
1156
+ import { render as render16 } from "@react-email/render";
1098
1157
  import { jsx as jsx23, jsxs as jsxs21 } from "react/jsx-runtime";
1099
1158
  function NewJobApplicationUnapprovedCreator(props) {
1100
1159
  return /* @__PURE__ */ jsxs21(Html16, { style: rootStyles, children: [
@@ -1109,8 +1168,7 @@ function NewJobApplicationUnapprovedCreator(props) {
1109
1168
  ","
1110
1169
  ] }),
1111
1170
  /* @__PURE__ */ jsxs21(Text21, { style: baseText2, children: [
1112
- "Infelizmente, sua candidatura para o job da campanha",
1113
- " ",
1171
+ "Infelizmente, sua candidatura para o job da campanha ",
1114
1172
  /* @__PURE__ */ jsx23("span", { style: link, children: props.campaign.name }),
1115
1173
  " n\xE3o foi aprovada.",
1116
1174
  /* @__PURE__ */ jsx23("br", {}),
@@ -1147,9 +1205,13 @@ var baseText2 = {
1147
1205
  lineHeight: "24px",
1148
1206
  color: "#333"
1149
1207
  };
1208
+ var NewJobApplicationUnapprovedCreatorText = (props) => {
1209
+ return render16(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1210
+ };
1150
1211
 
1151
1212
  // emails/all/welcome.tsx
1152
1213
  import { Body as Body17, Container as Container22, Heading as Heading3, Html as Html17, Img as Img4, Link as Link20, Preview as Preview17, Text as Text22 } from "@react-email/components";
1214
+ import { render as render17 } from "@react-email/render";
1153
1215
  import { jsx as jsx24, jsxs as jsxs22 } from "react/jsx-runtime";
1154
1216
  function Welcome({ name, userType }) {
1155
1217
  const content2 = {
@@ -1234,9 +1296,13 @@ var textInfo = {
1234
1296
  textAlign: "justify",
1235
1297
  whiteSpace: "pre-line"
1236
1298
  };
1299
+ var WelcomeText = (props) => {
1300
+ return render17(Welcome(props), { plainText: true });
1301
+ };
1237
1302
 
1238
1303
  // emails/all/new-message-notification.tsx
1239
1304
  import { Body as Body18, Container as Container23, Html as Html18, Link as Link21, Preview as Preview18, Text as Text23 } from "@react-email/components";
1305
+ import { render as render18 } from "@react-email/render";
1240
1306
  import { jsx as jsx25, jsxs as jsxs23 } from "react/jsx-runtime";
1241
1307
  function NewMessageNotification(props) {
1242
1308
  return /* @__PURE__ */ jsxs23(Html18, { style: rootStyles, children: [
@@ -1283,26 +1349,47 @@ NewMessageNotification.PreviewProps = {
1283
1349
  conversationPath: "/conversations",
1284
1350
  chatRoomId: "123"
1285
1351
  };
1352
+ var NewMessageNotificationText = (props) => {
1353
+ return render18(NewMessageNotification(props), { plainText: true });
1354
+ };
1286
1355
  export {
1287
1356
  AbortOrderRequest,
1357
+ AbortOrderRequestText,
1288
1358
  EvidenceApprovedCreator,
1359
+ EvidenceApprovedCreatorText,
1289
1360
  EvidencesRejectedCreator,
1361
+ EvidencesRejectedCreatorText,
1290
1362
  EvidencesSubmittedBrand,
1363
+ EvidencesSubmittedBrandText,
1291
1364
  NewJobApplicationUnapprovedCreator,
1365
+ NewJobApplicationUnapprovedCreatorText,
1292
1366
  NewJobApplicationsReceivedBrand,
1367
+ NewJobApplicationsReceivedBrandText,
1293
1368
  NewJobCreatedBrand,
1369
+ NewJobCreatedBrandText,
1294
1370
  NewMessageNotification,
1371
+ NewMessageNotificationText,
1295
1372
  NewOrderCreatedBrand,
1373
+ NewOrderCreatedBrandText,
1296
1374
  NewOrderCreatedCreator,
1375
+ NewOrderCreatedCreatorText,
1297
1376
  OrderAcceptedBrand,
1377
+ OrderAcceptedBrandText,
1298
1378
  OrderCancelledBrand,
1379
+ OrderCancelledBrandText,
1299
1380
  OrderCancelledCreator,
1381
+ OrderCancelledCreatorText,
1300
1382
  OrderEvidencesAcceptedBrand,
1383
+ OrderEvidencesAcceptedBrandText,
1301
1384
  OrderPaymentCreator,
1385
+ OrderPaymentCreatorText,
1302
1386
  OrderRejectedBrand,
1387
+ OrderRejectedBrandText,
1303
1388
  RevertPaymentRequestAdmin,
1389
+ RevertPaymentRequestAdminText,
1304
1390
  USER_ROLES,
1305
1391
  Welcome,
1392
+ WelcomeText,
1306
1393
  appBaseUrl,
1307
1394
  appRoutes,
1308
1395
  assetsBasePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promote-email-templates",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -14,6 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@react-email/components": "0.0.41",
17
+ "@react-email/render": "^1.1.2",
18
+ "postcss": "^8.5.3",
17
19
  "react": "19.1.0",
18
20
  "react-dom": "19.1.0",
19
21
  "react-email": "4.0.15"