promote-email-templates 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.
package/dist/index.d.mts CHANGED
@@ -243,6 +243,7 @@ declare namespace AbortOrderRequest {
243
243
  }
244
244
 
245
245
  declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
246
+ declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
246
247
 
247
248
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
248
249
  declare namespace RevertPaymentRequestAdmin {
@@ -255,6 +256,7 @@ declare namespace RevertPaymentRequestAdmin {
255
256
  }
256
257
 
257
258
  declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
259
+ declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
260
 
259
261
  declare const colors: {
260
262
  primary: string;
@@ -355,6 +357,7 @@ declare namespace OrderEvidencesAcceptedBrand {
355
357
  }
356
358
 
357
359
  declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
360
+ declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
361
 
359
362
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
360
363
  declare namespace EvidencesSubmittedBrand {
@@ -377,6 +380,7 @@ declare namespace EvidencesSubmittedBrand {
377
380
  }
378
381
 
379
382
  declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
383
+ declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
384
 
381
385
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
382
386
  declare namespace NewOrderCreatedBrand {
@@ -401,6 +405,7 @@ declare namespace NewOrderCreatedBrand {
401
405
  }
402
406
 
403
407
  declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
408
+ declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
409
 
405
410
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
406
411
  declare namespace OrderAcceptedBrand {
@@ -420,6 +425,7 @@ declare namespace OrderAcceptedBrand {
420
425
  }
421
426
 
422
427
  declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
428
+ declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
423
429
 
424
430
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
425
431
  declare namespace OrderCancelledBrand {
@@ -435,6 +441,7 @@ declare namespace OrderCancelledBrand {
435
441
  }
436
442
 
437
443
  declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
444
+ declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
438
445
 
439
446
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
440
447
  declare namespace OrderRejectedBrand {
@@ -458,6 +465,7 @@ declare namespace OrderRejectedBrand {
458
465
  }
459
466
 
460
467
  declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
468
+ declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
461
469
 
462
470
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
463
471
  declare namespace NewJobCreatedBrand {
@@ -478,6 +486,7 @@ declare namespace NewJobCreatedBrand {
478
486
  }
479
487
 
480
488
  declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
489
+ declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
481
490
 
482
491
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
483
492
  declare namespace NewJobApplicationsReceivedBrand {
@@ -507,6 +516,7 @@ declare namespace NewJobApplicationsReceivedBrand {
507
516
  }
508
517
 
509
518
  declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
519
+ declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
520
 
511
521
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
512
522
  declare namespace EvidenceApprovedCreator {
@@ -526,6 +536,7 @@ declare namespace EvidenceApprovedCreator {
526
536
  }
527
537
 
528
538
  declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
539
+ declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
540
 
530
541
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
531
542
  declare namespace EvidencesRejectedCreator {
@@ -546,6 +557,7 @@ declare namespace EvidencesRejectedCreator {
546
557
  }
547
558
 
548
559
  declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
560
+ declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
549
561
 
550
562
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
551
563
  declare namespace OrderCancelledCreator {
@@ -561,6 +573,7 @@ declare namespace OrderCancelledCreator {
561
573
  }
562
574
 
563
575
  declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
576
+ declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
564
577
 
565
578
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
566
579
  declare namespace OrderPaymentCreator {
@@ -576,6 +589,7 @@ declare namespace OrderPaymentCreator {
576
589
  }
577
590
 
578
591
  declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
592
+ declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
593
 
580
594
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
581
595
  declare namespace NewOrderCreatedCreator {
@@ -599,6 +613,7 @@ declare namespace NewOrderCreatedCreator {
599
613
  }
600
614
 
601
615
  declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
616
+ declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
617
 
603
618
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
604
619
  declare namespace NewJobApplicationUnapprovedCreator {
@@ -619,6 +634,7 @@ declare namespace NewJobApplicationUnapprovedCreator {
619
634
  }
620
635
 
621
636
  declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
637
+ declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
638
 
623
639
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
624
640
  declare namespace Welcome {
@@ -629,6 +645,7 @@ declare namespace Welcome {
629
645
  }
630
646
 
631
647
  declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
648
+ declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
632
649
 
633
650
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
634
651
  declare namespace NewMessageNotification {
@@ -649,5 +666,6 @@ declare namespace NewMessageNotification {
649
666
  };
650
667
  }
651
668
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
669
+ declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
652
670
 
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 };
671
+ export { AbortOrderRequest, AbortOrderRequestHtml, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, EvidenceApprovedCreatorHtml, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorHtml, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandHtml, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, NewJobApplicationUnapprovedCreatorHtml, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, NewJobApplicationsReceivedBrandHtml, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, NewJobCreatedBrandHtml, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, NewMessageNotificationHtml, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, NewOrderCreatedBrandHtml, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, NewOrderCreatedCreatorHtml, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, OrderAcceptedBrandHtml, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, OrderCancelledBrandHtml, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, OrderCancelledCreatorHtml, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, OrderEvidencesAcceptedBrandHtml, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorHtml, OrderPaymentCreatorText, OrderRejectedBrand, OrderRejectedBrandHtml, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, RevertPaymentRequestAdminHtml, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, WelcomeHtml, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.d.ts CHANGED
@@ -243,6 +243,7 @@ declare namespace AbortOrderRequest {
243
243
  }
244
244
 
245
245
  declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
246
+ declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
246
247
 
247
248
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
248
249
  declare namespace RevertPaymentRequestAdmin {
@@ -255,6 +256,7 @@ declare namespace RevertPaymentRequestAdmin {
255
256
  }
256
257
 
257
258
  declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
259
+ declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
260
 
259
261
  declare const colors: {
260
262
  primary: string;
@@ -355,6 +357,7 @@ declare namespace OrderEvidencesAcceptedBrand {
355
357
  }
356
358
 
357
359
  declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
360
+ declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
361
 
359
362
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
360
363
  declare namespace EvidencesSubmittedBrand {
@@ -377,6 +380,7 @@ declare namespace EvidencesSubmittedBrand {
377
380
  }
378
381
 
379
382
  declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
383
+ declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
384
 
381
385
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
382
386
  declare namespace NewOrderCreatedBrand {
@@ -401,6 +405,7 @@ declare namespace NewOrderCreatedBrand {
401
405
  }
402
406
 
403
407
  declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
408
+ declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
409
 
405
410
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
406
411
  declare namespace OrderAcceptedBrand {
@@ -420,6 +425,7 @@ declare namespace OrderAcceptedBrand {
420
425
  }
421
426
 
422
427
  declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
428
+ declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
423
429
 
424
430
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
425
431
  declare namespace OrderCancelledBrand {
@@ -435,6 +441,7 @@ declare namespace OrderCancelledBrand {
435
441
  }
436
442
 
437
443
  declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
444
+ declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
438
445
 
439
446
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
440
447
  declare namespace OrderRejectedBrand {
@@ -458,6 +465,7 @@ declare namespace OrderRejectedBrand {
458
465
  }
459
466
 
460
467
  declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
468
+ declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
461
469
 
462
470
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
463
471
  declare namespace NewJobCreatedBrand {
@@ -478,6 +486,7 @@ declare namespace NewJobCreatedBrand {
478
486
  }
479
487
 
480
488
  declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
489
+ declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
481
490
 
482
491
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
483
492
  declare namespace NewJobApplicationsReceivedBrand {
@@ -507,6 +516,7 @@ declare namespace NewJobApplicationsReceivedBrand {
507
516
  }
508
517
 
509
518
  declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
519
+ declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
520
 
511
521
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
512
522
  declare namespace EvidenceApprovedCreator {
@@ -526,6 +536,7 @@ declare namespace EvidenceApprovedCreator {
526
536
  }
527
537
 
528
538
  declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
539
+ declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
540
 
530
541
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
531
542
  declare namespace EvidencesRejectedCreator {
@@ -546,6 +557,7 @@ declare namespace EvidencesRejectedCreator {
546
557
  }
547
558
 
548
559
  declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
560
+ declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
549
561
 
550
562
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
551
563
  declare namespace OrderCancelledCreator {
@@ -561,6 +573,7 @@ declare namespace OrderCancelledCreator {
561
573
  }
562
574
 
563
575
  declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
576
+ declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
564
577
 
565
578
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
566
579
  declare namespace OrderPaymentCreator {
@@ -576,6 +589,7 @@ declare namespace OrderPaymentCreator {
576
589
  }
577
590
 
578
591
  declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
592
+ declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
593
 
580
594
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
581
595
  declare namespace NewOrderCreatedCreator {
@@ -599,6 +613,7 @@ declare namespace NewOrderCreatedCreator {
599
613
  }
600
614
 
601
615
  declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
616
+ declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
617
 
603
618
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
604
619
  declare namespace NewJobApplicationUnapprovedCreator {
@@ -619,6 +634,7 @@ declare namespace NewJobApplicationUnapprovedCreator {
619
634
  }
620
635
 
621
636
  declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
637
+ declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
638
 
623
639
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
624
640
  declare namespace Welcome {
@@ -629,6 +645,7 @@ declare namespace Welcome {
629
645
  }
630
646
 
631
647
  declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
648
+ declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
632
649
 
633
650
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
634
651
  declare namespace NewMessageNotification {
@@ -649,5 +666,6 @@ declare namespace NewMessageNotification {
649
666
  };
650
667
  }
651
668
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
669
+ declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
652
670
 
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 };
671
+ export { AbortOrderRequest, AbortOrderRequestHtml, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, EvidenceApprovedCreatorHtml, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorHtml, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandHtml, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, NewJobApplicationUnapprovedCreatorHtml, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, NewJobApplicationsReceivedBrandHtml, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, NewJobCreatedBrandHtml, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, NewMessageNotificationHtml, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, NewOrderCreatedBrandHtml, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, NewOrderCreatedCreatorHtml, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, OrderAcceptedBrandHtml, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, OrderCancelledBrandHtml, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, OrderCancelledCreatorHtml, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, OrderEvidencesAcceptedBrandHtml, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorHtml, OrderPaymentCreatorText, OrderRejectedBrand, OrderRejectedBrandHtml, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, RevertPaymentRequestAdminHtml, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, WelcomeHtml, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.js CHANGED
@@ -21,41 +21,59 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
23
  AbortOrderRequest: () => AbortOrderRequest,
24
+ AbortOrderRequestHtml: () => AbortOrderRequestHtml,
24
25
  AbortOrderRequestText: () => AbortOrderRequestText,
25
26
  EvidenceApprovedCreator: () => EvidenceApprovedCreator,
27
+ EvidenceApprovedCreatorHtml: () => EvidenceApprovedCreatorHtml,
26
28
  EvidenceApprovedCreatorText: () => EvidenceApprovedCreatorText,
27
29
  EvidencesRejectedCreator: () => EvidencesRejectedCreator,
30
+ EvidencesRejectedCreatorHtml: () => EvidencesRejectedCreatorHtml,
28
31
  EvidencesRejectedCreatorText: () => EvidencesRejectedCreatorText,
29
32
  EvidencesSubmittedBrand: () => EvidencesSubmittedBrand,
33
+ EvidencesSubmittedBrandHtml: () => EvidencesSubmittedBrandHtml,
30
34
  EvidencesSubmittedBrandText: () => EvidencesSubmittedBrandText,
31
35
  NewJobApplicationUnapprovedCreator: () => NewJobApplicationUnapprovedCreator,
36
+ NewJobApplicationUnapprovedCreatorHtml: () => NewJobApplicationUnapprovedCreatorHtml,
32
37
  NewJobApplicationUnapprovedCreatorText: () => NewJobApplicationUnapprovedCreatorText,
33
38
  NewJobApplicationsReceivedBrand: () => NewJobApplicationsReceivedBrand,
39
+ NewJobApplicationsReceivedBrandHtml: () => NewJobApplicationsReceivedBrandHtml,
34
40
  NewJobApplicationsReceivedBrandText: () => NewJobApplicationsReceivedBrandText,
35
41
  NewJobCreatedBrand: () => NewJobCreatedBrand,
42
+ NewJobCreatedBrandHtml: () => NewJobCreatedBrandHtml,
36
43
  NewJobCreatedBrandText: () => NewJobCreatedBrandText,
37
44
  NewMessageNotification: () => NewMessageNotification,
45
+ NewMessageNotificationHtml: () => NewMessageNotificationHtml,
38
46
  NewMessageNotificationText: () => NewMessageNotificationText,
39
47
  NewOrderCreatedBrand: () => NewOrderCreatedBrand,
48
+ NewOrderCreatedBrandHtml: () => NewOrderCreatedBrandHtml,
40
49
  NewOrderCreatedBrandText: () => NewOrderCreatedBrandText,
41
50
  NewOrderCreatedCreator: () => NewOrderCreatedCreator,
51
+ NewOrderCreatedCreatorHtml: () => NewOrderCreatedCreatorHtml,
42
52
  NewOrderCreatedCreatorText: () => NewOrderCreatedCreatorText,
43
53
  OrderAcceptedBrand: () => OrderAcceptedBrand,
54
+ OrderAcceptedBrandHtml: () => OrderAcceptedBrandHtml,
44
55
  OrderAcceptedBrandText: () => OrderAcceptedBrandText,
45
56
  OrderCancelledBrand: () => OrderCancelledBrand,
57
+ OrderCancelledBrandHtml: () => OrderCancelledBrandHtml,
46
58
  OrderCancelledBrandText: () => OrderCancelledBrandText,
47
59
  OrderCancelledCreator: () => OrderCancelledCreator,
60
+ OrderCancelledCreatorHtml: () => OrderCancelledCreatorHtml,
48
61
  OrderCancelledCreatorText: () => OrderCancelledCreatorText,
49
62
  OrderEvidencesAcceptedBrand: () => OrderEvidencesAcceptedBrand,
63
+ OrderEvidencesAcceptedBrandHtml: () => OrderEvidencesAcceptedBrandHtml,
50
64
  OrderEvidencesAcceptedBrandText: () => OrderEvidencesAcceptedBrandText,
51
65
  OrderPaymentCreator: () => OrderPaymentCreator,
66
+ OrderPaymentCreatorHtml: () => OrderPaymentCreatorHtml,
52
67
  OrderPaymentCreatorText: () => OrderPaymentCreatorText,
53
68
  OrderRejectedBrand: () => OrderRejectedBrand,
69
+ OrderRejectedBrandHtml: () => OrderRejectedBrandHtml,
54
70
  OrderRejectedBrandText: () => OrderRejectedBrandText,
55
71
  RevertPaymentRequestAdmin: () => RevertPaymentRequestAdmin,
72
+ RevertPaymentRequestAdminHtml: () => RevertPaymentRequestAdminHtml,
56
73
  RevertPaymentRequestAdminText: () => RevertPaymentRequestAdminText,
57
74
  USER_ROLES: () => USER_ROLES,
58
75
  Welcome: () => Welcome,
76
+ WelcomeHtml: () => WelcomeHtml,
59
77
  WelcomeText: () => WelcomeText,
60
78
  appBaseUrl: () => appBaseUrl,
61
79
  appRoutes: () => appRoutes,
@@ -340,6 +358,9 @@ AbortOrderRequest.PreviewProps = {
340
358
  var AbortOrderRequestText = (props) => {
341
359
  return (0, import_render.render)(AbortOrderRequest(props), { plainText: true });
342
360
  };
361
+ var AbortOrderRequestHtml = (props) => {
362
+ return (0, import_render.render)(AbortOrderRequest(props));
363
+ };
343
364
 
344
365
  // emails/admin/revert-payment-request-admin.tsx
345
366
  var import_components7 = require("@react-email/components");
@@ -415,6 +436,9 @@ RevertPaymentRequestAdmin.PreviewProps = {
415
436
  var RevertPaymentRequestAdminText = (props) => {
416
437
  return (0, import_render2.render)(RevertPaymentRequestAdmin(props), { plainText: true });
417
438
  };
439
+ var RevertPaymentRequestAdminHtml = (props) => {
440
+ return (0, import_render2.render)(RevertPaymentRequestAdmin(props));
441
+ };
418
442
 
419
443
  // emails/brand/evidences-accepted-brand.tsx
420
444
  var import_components8 = require("@react-email/components");
@@ -464,6 +488,9 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
464
488
  var OrderEvidencesAcceptedBrandText = (props) => {
465
489
  return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props), { plainText: true });
466
490
  };
491
+ var OrderEvidencesAcceptedBrandHtml = (props) => {
492
+ return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props));
493
+ };
467
494
 
468
495
  // emails/brand/evidences-submitted-brand.tsx
469
496
  var import_components9 = require("@react-email/components");
@@ -523,6 +550,9 @@ EvidencesSubmittedBrand.PreviewProps = {
523
550
  var EvidencesSubmittedBrandText = (props) => {
524
551
  return (0, import_render4.render)(EvidencesSubmittedBrand(props), { plainText: true });
525
552
  };
553
+ var EvidencesSubmittedBrandHtml = (props) => {
554
+ return (0, import_render4.render)(EvidencesSubmittedBrand(props));
555
+ };
526
556
 
527
557
  // emails/brand/new-order-created-brand.tsx
528
558
  var import_components11 = require("@react-email/components");
@@ -625,6 +655,9 @@ var orderDetails = {
625
655
  var NewOrderCreatedBrandText = (props) => {
626
656
  return (0, import_render5.render)(NewOrderCreatedBrand(props), { plainText: true });
627
657
  };
658
+ var NewOrderCreatedBrandHtml = (props) => {
659
+ return (0, import_render5.render)(NewOrderCreatedBrand(props));
660
+ };
628
661
 
629
662
  // emails/brand/order-accepted-brand.tsx
630
663
  var import_components12 = require("@react-email/components");
@@ -681,6 +714,9 @@ OrderAcceptedBrand.PreviewProps = {
681
714
  var OrderAcceptedBrandText = (props) => {
682
715
  return (0, import_render6.render)(OrderAcceptedBrand(props), { plainText: true });
683
716
  };
717
+ var OrderAcceptedBrandHtml = (props) => {
718
+ return (0, import_render6.render)(OrderAcceptedBrand(props));
719
+ };
684
720
 
685
721
  // emails/brand/order-cancelled-brand.tsx
686
722
  var import_components14 = require("@react-email/components");
@@ -761,6 +797,9 @@ var reasonContainer = {
761
797
  var OrderCancelledBrandText = (props) => {
762
798
  return (0, import_render7.render)(OrderCancelledBrand(props), { plainText: true });
763
799
  };
800
+ var OrderCancelledBrandHtml = (props) => {
801
+ return (0, import_render7.render)(OrderCancelledBrand(props));
802
+ };
764
803
 
765
804
  // emails/brand/order-rejected-brand.tsx
766
805
  var import_components15 = require("@react-email/components");
@@ -825,6 +864,9 @@ var reasonContainer2 = {
825
864
  var OrderRejectedBrandText = (props) => {
826
865
  return (0, import_render8.render)(OrderRejectedBrand(props), { plainText: true });
827
866
  };
867
+ var OrderRejectedBrandHtml = (props) => {
868
+ return (0, import_render8.render)(OrderRejectedBrand(props));
869
+ };
828
870
 
829
871
  // emails/brand/new-job-created-brand.tsx
830
872
  var import_components16 = require("@react-email/components");
@@ -880,6 +922,9 @@ var jobDetails = {
880
922
  var NewJobCreatedBrandText = (props) => {
881
923
  return (0, import_render9.render)(NewJobCreatedBrand(props), { plainText: true });
882
924
  };
925
+ var NewJobCreatedBrandHtml = (props) => {
926
+ return (0, import_render9.render)(NewJobCreatedBrand(props));
927
+ };
883
928
 
884
929
  // emails/brand/new-job-application-received-brand.tsx
885
930
  var import_components17 = require("@react-email/components");
@@ -964,6 +1009,9 @@ var jobDetails2 = {
964
1009
  var NewJobApplicationsReceivedBrandText = (props) => {
965
1010
  return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props), { plainText: true });
966
1011
  };
1012
+ var NewJobApplicationsReceivedBrandHtml = (props) => {
1013
+ return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props));
1014
+ };
967
1015
 
968
1016
  // emails/creator/evidences-approved-creator.tsx
969
1017
  var import_components18 = require("@react-email/components");
@@ -1012,6 +1060,9 @@ EvidenceApprovedCreator.PreviewProps = {
1012
1060
  var EvidenceApprovedCreatorText = (props) => {
1013
1061
  return (0, import_render11.render)(EvidenceApprovedCreator(props), { plainText: true });
1014
1062
  };
1063
+ var EvidenceApprovedCreatorHtml = (props) => {
1064
+ return (0, import_render11.render)(EvidenceApprovedCreator(props));
1065
+ };
1015
1066
 
1016
1067
  // emails/creator/evidences-rejected-creator.tsx
1017
1068
  var import_components19 = require("@react-email/components");
@@ -1068,6 +1119,9 @@ var reasonContainer3 = {
1068
1119
  var EvidencesRejectedCreatorText = (props) => {
1069
1120
  return (0, import_render12.render)(EvidencesRejectedCreator(props), { plainText: true });
1070
1121
  };
1122
+ var EvidencesRejectedCreatorHtml = (props) => {
1123
+ return (0, import_render12.render)(EvidencesRejectedCreator(props));
1124
+ };
1071
1125
 
1072
1126
  // emails/creator/order-cancelled-creator.tsx
1073
1127
  var import_components20 = require("@react-email/components");
@@ -1122,6 +1176,9 @@ var reasonContainer4 = {
1122
1176
  var OrderCancelledCreatorText = (props) => {
1123
1177
  return (0, import_render13.render)(OrderCancelledCreator(props), { plainText: true });
1124
1178
  };
1179
+ var OrderCancelledCreatorHtml = (props) => {
1180
+ return (0, import_render13.render)(OrderCancelledCreator(props));
1181
+ };
1125
1182
 
1126
1183
  // emails/creator/order-payment-creator.tsx
1127
1184
  var import_components21 = require("@react-email/components");
@@ -1169,6 +1226,9 @@ OrderPaymentCreator.PreviewProps = {
1169
1226
  var OrderPaymentCreatorText = (props) => {
1170
1227
  return (0, import_render14.render)(OrderPaymentCreator(props), { plainText: true });
1171
1228
  };
1229
+ var OrderPaymentCreatorHtml = (props) => {
1230
+ return (0, import_render14.render)(OrderPaymentCreator(props));
1231
+ };
1172
1232
 
1173
1233
  // emails/creator/new-order-created-creator.tsx
1174
1234
  var import_components22 = require("@react-email/components");
@@ -1226,6 +1286,9 @@ var orderDetails2 = {
1226
1286
  var NewOrderCreatedCreatorText = (props) => {
1227
1287
  return (0, import_render15.render)(NewOrderCreatedCreator(props), { plainText: true });
1228
1288
  };
1289
+ var NewOrderCreatedCreatorHtml = (props) => {
1290
+ return (0, import_render15.render)(NewOrderCreatedCreator(props));
1291
+ };
1229
1292
 
1230
1293
  // emails/creator/new-job-application-unapproved-creator.tsx
1231
1294
  var import_components23 = require("@react-email/components");
@@ -1284,6 +1347,9 @@ var baseText2 = {
1284
1347
  var NewJobApplicationUnapprovedCreatorText = (props) => {
1285
1348
  return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1286
1349
  };
1350
+ var NewJobApplicationUnapprovedCreatorHtml = (props) => {
1351
+ return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props));
1352
+ };
1287
1353
 
1288
1354
  // emails/all/welcome.tsx
1289
1355
  var import_components24 = require("@react-email/components");
@@ -1375,6 +1441,9 @@ var textInfo = {
1375
1441
  var WelcomeText = (props) => {
1376
1442
  return (0, import_render17.render)(Welcome(props), { plainText: true });
1377
1443
  };
1444
+ var WelcomeHtml = (props) => {
1445
+ return (0, import_render17.render)(Welcome(props));
1446
+ };
1378
1447
 
1379
1448
  // emails/all/new-message-notification.tsx
1380
1449
  var import_components25 = require("@react-email/components");
@@ -1428,44 +1497,65 @@ NewMessageNotification.PreviewProps = {
1428
1497
  var NewMessageNotificationText = (props) => {
1429
1498
  return (0, import_render18.render)(NewMessageNotification(props), { plainText: true });
1430
1499
  };
1500
+ var NewMessageNotificationHtml = (props) => {
1501
+ return (0, import_render18.render)(NewMessageNotification(props));
1502
+ };
1431
1503
  // Annotate the CommonJS export names for ESM import in node:
1432
1504
  0 && (module.exports = {
1433
1505
  AbortOrderRequest,
1506
+ AbortOrderRequestHtml,
1434
1507
  AbortOrderRequestText,
1435
1508
  EvidenceApprovedCreator,
1509
+ EvidenceApprovedCreatorHtml,
1436
1510
  EvidenceApprovedCreatorText,
1437
1511
  EvidencesRejectedCreator,
1512
+ EvidencesRejectedCreatorHtml,
1438
1513
  EvidencesRejectedCreatorText,
1439
1514
  EvidencesSubmittedBrand,
1515
+ EvidencesSubmittedBrandHtml,
1440
1516
  EvidencesSubmittedBrandText,
1441
1517
  NewJobApplicationUnapprovedCreator,
1518
+ NewJobApplicationUnapprovedCreatorHtml,
1442
1519
  NewJobApplicationUnapprovedCreatorText,
1443
1520
  NewJobApplicationsReceivedBrand,
1521
+ NewJobApplicationsReceivedBrandHtml,
1444
1522
  NewJobApplicationsReceivedBrandText,
1445
1523
  NewJobCreatedBrand,
1524
+ NewJobCreatedBrandHtml,
1446
1525
  NewJobCreatedBrandText,
1447
1526
  NewMessageNotification,
1527
+ NewMessageNotificationHtml,
1448
1528
  NewMessageNotificationText,
1449
1529
  NewOrderCreatedBrand,
1530
+ NewOrderCreatedBrandHtml,
1450
1531
  NewOrderCreatedBrandText,
1451
1532
  NewOrderCreatedCreator,
1533
+ NewOrderCreatedCreatorHtml,
1452
1534
  NewOrderCreatedCreatorText,
1453
1535
  OrderAcceptedBrand,
1536
+ OrderAcceptedBrandHtml,
1454
1537
  OrderAcceptedBrandText,
1455
1538
  OrderCancelledBrand,
1539
+ OrderCancelledBrandHtml,
1456
1540
  OrderCancelledBrandText,
1457
1541
  OrderCancelledCreator,
1542
+ OrderCancelledCreatorHtml,
1458
1543
  OrderCancelledCreatorText,
1459
1544
  OrderEvidencesAcceptedBrand,
1545
+ OrderEvidencesAcceptedBrandHtml,
1460
1546
  OrderEvidencesAcceptedBrandText,
1461
1547
  OrderPaymentCreator,
1548
+ OrderPaymentCreatorHtml,
1462
1549
  OrderPaymentCreatorText,
1463
1550
  OrderRejectedBrand,
1551
+ OrderRejectedBrandHtml,
1464
1552
  OrderRejectedBrandText,
1465
1553
  RevertPaymentRequestAdmin,
1554
+ RevertPaymentRequestAdminHtml,
1466
1555
  RevertPaymentRequestAdminText,
1467
1556
  USER_ROLES,
1468
1557
  Welcome,
1558
+ WelcomeHtml,
1469
1559
  WelcomeText,
1470
1560
  appBaseUrl,
1471
1561
  appRoutes,
package/dist/index.mjs CHANGED
@@ -264,6 +264,9 @@ AbortOrderRequest.PreviewProps = {
264
264
  var AbortOrderRequestText = (props) => {
265
265
  return render(AbortOrderRequest(props), { plainText: true });
266
266
  };
267
+ var AbortOrderRequestHtml = (props) => {
268
+ return render(AbortOrderRequest(props));
269
+ };
267
270
 
268
271
  // emails/admin/revert-payment-request-admin.tsx
269
272
  import { Body as Body2, Container as Container6, Html as Html2, Link as Link5, Preview as Preview2, Text as Text5 } from "@react-email/components";
@@ -339,6 +342,9 @@ RevertPaymentRequestAdmin.PreviewProps = {
339
342
  var RevertPaymentRequestAdminText = (props) => {
340
343
  return render2(RevertPaymentRequestAdmin(props), { plainText: true });
341
344
  };
345
+ var RevertPaymentRequestAdminHtml = (props) => {
346
+ return render2(RevertPaymentRequestAdmin(props));
347
+ };
342
348
 
343
349
  // emails/brand/evidences-accepted-brand.tsx
344
350
  import { Body as Body3, Container as Container7, Html as Html3, Link as Link6, Preview as Preview3, Text as Text6 } from "@react-email/components";
@@ -388,6 +394,9 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
388
394
  var OrderEvidencesAcceptedBrandText = (props) => {
389
395
  return render3(OrderEvidencesAcceptedBrand(props), { plainText: true });
390
396
  };
397
+ var OrderEvidencesAcceptedBrandHtml = (props) => {
398
+ return render3(OrderEvidencesAcceptedBrand(props));
399
+ };
391
400
 
392
401
  // emails/brand/evidences-submitted-brand.tsx
393
402
  import { Body as Body4, Container as Container8, Html as Html4, Link as Link7, Preview as Preview4, Text as Text7 } from "@react-email/components";
@@ -447,6 +456,9 @@ EvidencesSubmittedBrand.PreviewProps = {
447
456
  var EvidencesSubmittedBrandText = (props) => {
448
457
  return render4(EvidencesSubmittedBrand(props), { plainText: true });
449
458
  };
459
+ var EvidencesSubmittedBrandHtml = (props) => {
460
+ return render4(EvidencesSubmittedBrand(props));
461
+ };
450
462
 
451
463
  // emails/brand/new-order-created-brand.tsx
452
464
  import { Body as Body5, Container as Container9, Html as Html5, Link as Link8, Preview as Preview5, Text as Text9 } from "@react-email/components";
@@ -549,6 +561,9 @@ var orderDetails = {
549
561
  var NewOrderCreatedBrandText = (props) => {
550
562
  return render5(NewOrderCreatedBrand(props), { plainText: true });
551
563
  };
564
+ var NewOrderCreatedBrandHtml = (props) => {
565
+ return render5(NewOrderCreatedBrand(props));
566
+ };
552
567
 
553
568
  // emails/brand/order-accepted-brand.tsx
554
569
  import { Body as Body6, Container as Container10, Html as Html6, Link as Link9, Preview as Preview6, Text as Text10 } from "@react-email/components";
@@ -605,6 +620,9 @@ OrderAcceptedBrand.PreviewProps = {
605
620
  var OrderAcceptedBrandText = (props) => {
606
621
  return render6(OrderAcceptedBrand(props), { plainText: true });
607
622
  };
623
+ var OrderAcceptedBrandHtml = (props) => {
624
+ return render6(OrderAcceptedBrand(props));
625
+ };
608
626
 
609
627
  // emails/brand/order-cancelled-brand.tsx
610
628
  import { Body as Body7, Container as Container12, Html as Html7, Link as Link10, Preview as Preview7, Text as Text12 } from "@react-email/components";
@@ -685,6 +703,9 @@ var reasonContainer = {
685
703
  var OrderCancelledBrandText = (props) => {
686
704
  return render7(OrderCancelledBrand(props), { plainText: true });
687
705
  };
706
+ var OrderCancelledBrandHtml = (props) => {
707
+ return render7(OrderCancelledBrand(props));
708
+ };
688
709
 
689
710
  // emails/brand/order-rejected-brand.tsx
690
711
  import { Body as Body8, Container as Container13, Html as Html8, Link as Link11, Preview as Preview8, Text as Text13 } from "@react-email/components";
@@ -749,6 +770,9 @@ var reasonContainer2 = {
749
770
  var OrderRejectedBrandText = (props) => {
750
771
  return render8(OrderRejectedBrand(props), { plainText: true });
751
772
  };
773
+ var OrderRejectedBrandHtml = (props) => {
774
+ return render8(OrderRejectedBrand(props));
775
+ };
752
776
 
753
777
  // emails/brand/new-job-created-brand.tsx
754
778
  import { Body as Body9, Container as Container14, Html as Html9, Link as Link12, Preview as Preview9, Text as Text14 } from "@react-email/components";
@@ -804,6 +828,9 @@ var jobDetails = {
804
828
  var NewJobCreatedBrandText = (props) => {
805
829
  return render9(NewJobCreatedBrand(props), { plainText: true });
806
830
  };
831
+ var NewJobCreatedBrandHtml = (props) => {
832
+ return render9(NewJobCreatedBrand(props));
833
+ };
807
834
 
808
835
  // emails/brand/new-job-application-received-brand.tsx
809
836
  import { Body as Body10, Container as Container15, Html as Html10, Link as Link13, Preview as Preview10, Text as Text15 } from "@react-email/components";
@@ -888,6 +915,9 @@ var jobDetails2 = {
888
915
  var NewJobApplicationsReceivedBrandText = (props) => {
889
916
  return render10(NewJobApplicationsReceivedBrand(props), { plainText: true });
890
917
  };
918
+ var NewJobApplicationsReceivedBrandHtml = (props) => {
919
+ return render10(NewJobApplicationsReceivedBrand(props));
920
+ };
891
921
 
892
922
  // emails/creator/evidences-approved-creator.tsx
893
923
  import { Body as Body11, Container as Container16, Html as Html11, Link as Link14, Preview as Preview11, Text as Text16 } from "@react-email/components";
@@ -936,6 +966,9 @@ EvidenceApprovedCreator.PreviewProps = {
936
966
  var EvidenceApprovedCreatorText = (props) => {
937
967
  return render11(EvidenceApprovedCreator(props), { plainText: true });
938
968
  };
969
+ var EvidenceApprovedCreatorHtml = (props) => {
970
+ return render11(EvidenceApprovedCreator(props));
971
+ };
939
972
 
940
973
  // emails/creator/evidences-rejected-creator.tsx
941
974
  import { Body as Body12, Container as Container17, Html as Html12, Link as Link15, Preview as Preview12, Text as Text17 } from "@react-email/components";
@@ -992,6 +1025,9 @@ var reasonContainer3 = {
992
1025
  var EvidencesRejectedCreatorText = (props) => {
993
1026
  return render12(EvidencesRejectedCreator(props), { plainText: true });
994
1027
  };
1028
+ var EvidencesRejectedCreatorHtml = (props) => {
1029
+ return render12(EvidencesRejectedCreator(props));
1030
+ };
995
1031
 
996
1032
  // emails/creator/order-cancelled-creator.tsx
997
1033
  import { Body as Body13, Container as Container18, Html as Html13, Link as Link16, Preview as Preview13, Text as Text18 } from "@react-email/components";
@@ -1046,6 +1082,9 @@ var reasonContainer4 = {
1046
1082
  var OrderCancelledCreatorText = (props) => {
1047
1083
  return render13(OrderCancelledCreator(props), { plainText: true });
1048
1084
  };
1085
+ var OrderCancelledCreatorHtml = (props) => {
1086
+ return render13(OrderCancelledCreator(props));
1087
+ };
1049
1088
 
1050
1089
  // emails/creator/order-payment-creator.tsx
1051
1090
  import { Body as Body14, Container as Container19, Html as Html14, Link as Link17, Preview as Preview14, Text as Text19 } from "@react-email/components";
@@ -1093,6 +1132,9 @@ OrderPaymentCreator.PreviewProps = {
1093
1132
  var OrderPaymentCreatorText = (props) => {
1094
1133
  return render14(OrderPaymentCreator(props), { plainText: true });
1095
1134
  };
1135
+ var OrderPaymentCreatorHtml = (props) => {
1136
+ return render14(OrderPaymentCreator(props));
1137
+ };
1096
1138
 
1097
1139
  // emails/creator/new-order-created-creator.tsx
1098
1140
  import { Body as Body15, Container as Container20, Html as Html15, Link as Link18, Preview as Preview15, Text as Text20 } from "@react-email/components";
@@ -1150,6 +1192,9 @@ var orderDetails2 = {
1150
1192
  var NewOrderCreatedCreatorText = (props) => {
1151
1193
  return render15(NewOrderCreatedCreator(props), { plainText: true });
1152
1194
  };
1195
+ var NewOrderCreatedCreatorHtml = (props) => {
1196
+ return render15(NewOrderCreatedCreator(props));
1197
+ };
1153
1198
 
1154
1199
  // emails/creator/new-job-application-unapproved-creator.tsx
1155
1200
  import { Body as Body16, Container as Container21, Html as Html16, Link as Link19, Preview as Preview16, Text as Text21 } from "@react-email/components";
@@ -1208,6 +1253,9 @@ var baseText2 = {
1208
1253
  var NewJobApplicationUnapprovedCreatorText = (props) => {
1209
1254
  return render16(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1210
1255
  };
1256
+ var NewJobApplicationUnapprovedCreatorHtml = (props) => {
1257
+ return render16(NewJobApplicationUnapprovedCreator(props));
1258
+ };
1211
1259
 
1212
1260
  // emails/all/welcome.tsx
1213
1261
  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";
@@ -1299,6 +1347,9 @@ var textInfo = {
1299
1347
  var WelcomeText = (props) => {
1300
1348
  return render17(Welcome(props), { plainText: true });
1301
1349
  };
1350
+ var WelcomeHtml = (props) => {
1351
+ return render17(Welcome(props));
1352
+ };
1302
1353
 
1303
1354
  // emails/all/new-message-notification.tsx
1304
1355
  import { Body as Body18, Container as Container23, Html as Html18, Link as Link21, Preview as Preview18, Text as Text23 } from "@react-email/components";
@@ -1352,43 +1403,64 @@ NewMessageNotification.PreviewProps = {
1352
1403
  var NewMessageNotificationText = (props) => {
1353
1404
  return render18(NewMessageNotification(props), { plainText: true });
1354
1405
  };
1406
+ var NewMessageNotificationHtml = (props) => {
1407
+ return render18(NewMessageNotification(props));
1408
+ };
1355
1409
  export {
1356
1410
  AbortOrderRequest,
1411
+ AbortOrderRequestHtml,
1357
1412
  AbortOrderRequestText,
1358
1413
  EvidenceApprovedCreator,
1414
+ EvidenceApprovedCreatorHtml,
1359
1415
  EvidenceApprovedCreatorText,
1360
1416
  EvidencesRejectedCreator,
1417
+ EvidencesRejectedCreatorHtml,
1361
1418
  EvidencesRejectedCreatorText,
1362
1419
  EvidencesSubmittedBrand,
1420
+ EvidencesSubmittedBrandHtml,
1363
1421
  EvidencesSubmittedBrandText,
1364
1422
  NewJobApplicationUnapprovedCreator,
1423
+ NewJobApplicationUnapprovedCreatorHtml,
1365
1424
  NewJobApplicationUnapprovedCreatorText,
1366
1425
  NewJobApplicationsReceivedBrand,
1426
+ NewJobApplicationsReceivedBrandHtml,
1367
1427
  NewJobApplicationsReceivedBrandText,
1368
1428
  NewJobCreatedBrand,
1429
+ NewJobCreatedBrandHtml,
1369
1430
  NewJobCreatedBrandText,
1370
1431
  NewMessageNotification,
1432
+ NewMessageNotificationHtml,
1371
1433
  NewMessageNotificationText,
1372
1434
  NewOrderCreatedBrand,
1435
+ NewOrderCreatedBrandHtml,
1373
1436
  NewOrderCreatedBrandText,
1374
1437
  NewOrderCreatedCreator,
1438
+ NewOrderCreatedCreatorHtml,
1375
1439
  NewOrderCreatedCreatorText,
1376
1440
  OrderAcceptedBrand,
1441
+ OrderAcceptedBrandHtml,
1377
1442
  OrderAcceptedBrandText,
1378
1443
  OrderCancelledBrand,
1444
+ OrderCancelledBrandHtml,
1379
1445
  OrderCancelledBrandText,
1380
1446
  OrderCancelledCreator,
1447
+ OrderCancelledCreatorHtml,
1381
1448
  OrderCancelledCreatorText,
1382
1449
  OrderEvidencesAcceptedBrand,
1450
+ OrderEvidencesAcceptedBrandHtml,
1383
1451
  OrderEvidencesAcceptedBrandText,
1384
1452
  OrderPaymentCreator,
1453
+ OrderPaymentCreatorHtml,
1385
1454
  OrderPaymentCreatorText,
1386
1455
  OrderRejectedBrand,
1456
+ OrderRejectedBrandHtml,
1387
1457
  OrderRejectedBrandText,
1388
1458
  RevertPaymentRequestAdmin,
1459
+ RevertPaymentRequestAdminHtml,
1389
1460
  RevertPaymentRequestAdminText,
1390
1461
  USER_ROLES,
1391
1462
  Welcome,
1463
+ WelcomeHtml,
1392
1464
  WelcomeText,
1393
1465
  appBaseUrl,
1394
1466
  appRoutes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promote-email-templates",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",