promote-email-templates 0.1.9 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -143,6 +143,18 @@ interface OrderRejectedBrandProps {
143
143
  };
144
144
  reason: string;
145
145
  }
146
+ interface NewMessageProps {
147
+ recipient: {
148
+ name: string;
149
+ email: string;
150
+ };
151
+ sender: {
152
+ name: string;
153
+ };
154
+ message: {
155
+ content: string;
156
+ };
157
+ }
146
158
  interface NewOrderCreatedBrandProps {
147
159
  brand: {
148
160
  name: string;
@@ -243,6 +255,7 @@ declare namespace AbortOrderRequest {
243
255
  }
244
256
 
245
257
  declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
258
+ declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
246
259
 
247
260
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
248
261
  declare namespace RevertPaymentRequestAdmin {
@@ -255,13 +268,17 @@ declare namespace RevertPaymentRequestAdmin {
255
268
  }
256
269
 
257
270
  declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
271
+ declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
272
 
259
273
  declare const colors: {
260
274
  primary: string;
261
275
  white: string;
262
276
  black: string;
277
+ black01: string;
263
278
  grey: string;
264
279
  grey01: string;
280
+ secondary: string;
281
+ green: string;
265
282
  };
266
283
  declare const rootStyles: {
267
284
  width: string;
@@ -322,6 +339,7 @@ declare const centerText: {
322
339
 
323
340
  declare const appBaseUrl = "https://promote.co.mz";
324
341
  declare const assetsBasePath = "https://files.promote.co.mz/assets";
342
+ declare const chatbotUrl = "https://suporte.promote.co.mz";
325
343
  declare const appRoutes: {
326
344
  homePageRoute: string;
327
345
  creatorsList: string;
@@ -355,6 +373,7 @@ declare namespace OrderEvidencesAcceptedBrand {
355
373
  }
356
374
 
357
375
  declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
376
+ declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
377
 
359
378
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
360
379
  declare namespace EvidencesSubmittedBrand {
@@ -377,6 +396,7 @@ declare namespace EvidencesSubmittedBrand {
377
396
  }
378
397
 
379
398
  declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
399
+ declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
400
 
381
401
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
382
402
  declare namespace NewOrderCreatedBrand {
@@ -401,6 +421,7 @@ declare namespace NewOrderCreatedBrand {
401
421
  }
402
422
 
403
423
  declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
424
+ declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
425
 
405
426
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
406
427
  declare namespace OrderAcceptedBrand {
@@ -420,6 +441,7 @@ declare namespace OrderAcceptedBrand {
420
441
  }
421
442
 
422
443
  declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
444
+ declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
423
445
 
424
446
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
425
447
  declare namespace OrderCancelledBrand {
@@ -435,6 +457,7 @@ declare namespace OrderCancelledBrand {
435
457
  }
436
458
 
437
459
  declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
460
+ declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
438
461
 
439
462
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
440
463
  declare namespace OrderRejectedBrand {
@@ -458,6 +481,7 @@ declare namespace OrderRejectedBrand {
458
481
  }
459
482
 
460
483
  declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
484
+ declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
461
485
 
462
486
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
463
487
  declare namespace NewJobCreatedBrand {
@@ -478,6 +502,7 @@ declare namespace NewJobCreatedBrand {
478
502
  }
479
503
 
480
504
  declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
505
+ declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
481
506
 
482
507
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
483
508
  declare namespace NewJobApplicationsReceivedBrand {
@@ -507,6 +532,7 @@ declare namespace NewJobApplicationsReceivedBrand {
507
532
  }
508
533
 
509
534
  declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
535
+ declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
536
 
511
537
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
512
538
  declare namespace EvidenceApprovedCreator {
@@ -526,6 +552,7 @@ declare namespace EvidenceApprovedCreator {
526
552
  }
527
553
 
528
554
  declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
555
+ declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
556
 
530
557
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
531
558
  declare namespace EvidencesRejectedCreator {
@@ -546,6 +573,7 @@ declare namespace EvidencesRejectedCreator {
546
573
  }
547
574
 
548
575
  declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
576
+ declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
549
577
 
550
578
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
551
579
  declare namespace OrderCancelledCreator {
@@ -561,6 +589,7 @@ declare namespace OrderCancelledCreator {
561
589
  }
562
590
 
563
591
  declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
592
+ declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
564
593
 
565
594
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
566
595
  declare namespace OrderPaymentCreator {
@@ -576,6 +605,7 @@ declare namespace OrderPaymentCreator {
576
605
  }
577
606
 
578
607
  declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
608
+ declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
609
 
580
610
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
581
611
  declare namespace NewOrderCreatedCreator {
@@ -599,6 +629,7 @@ declare namespace NewOrderCreatedCreator {
599
629
  }
600
630
 
601
631
  declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
632
+ declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
633
 
603
634
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
604
635
  declare namespace NewJobApplicationUnapprovedCreator {
@@ -619,6 +650,7 @@ declare namespace NewJobApplicationUnapprovedCreator {
619
650
  }
620
651
 
621
652
  declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
653
+ declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
654
 
623
655
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
624
656
  declare namespace Welcome {
@@ -629,6 +661,7 @@ declare namespace Welcome {
629
661
  }
630
662
 
631
663
  declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
664
+ declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
632
665
 
633
666
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
634
667
  declare namespace NewMessageNotification {
@@ -649,5 +682,6 @@ declare namespace NewMessageNotification {
649
682
  };
650
683
  }
651
684
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
685
+ declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
652
686
 
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 };
687
+ 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, type NewMessageProps, 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, chatbotUrl, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.d.ts CHANGED
@@ -143,6 +143,18 @@ interface OrderRejectedBrandProps {
143
143
  };
144
144
  reason: string;
145
145
  }
146
+ interface NewMessageProps {
147
+ recipient: {
148
+ name: string;
149
+ email: string;
150
+ };
151
+ sender: {
152
+ name: string;
153
+ };
154
+ message: {
155
+ content: string;
156
+ };
157
+ }
146
158
  interface NewOrderCreatedBrandProps {
147
159
  brand: {
148
160
  name: string;
@@ -243,6 +255,7 @@ declare namespace AbortOrderRequest {
243
255
  }
244
256
 
245
257
  declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
258
+ declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
246
259
 
247
260
  declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
248
261
  declare namespace RevertPaymentRequestAdmin {
@@ -255,13 +268,17 @@ declare namespace RevertPaymentRequestAdmin {
255
268
  }
256
269
 
257
270
  declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
271
+ declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
258
272
 
259
273
  declare const colors: {
260
274
  primary: string;
261
275
  white: string;
262
276
  black: string;
277
+ black01: string;
263
278
  grey: string;
264
279
  grey01: string;
280
+ secondary: string;
281
+ green: string;
265
282
  };
266
283
  declare const rootStyles: {
267
284
  width: string;
@@ -322,6 +339,7 @@ declare const centerText: {
322
339
 
323
340
  declare const appBaseUrl = "https://promote.co.mz";
324
341
  declare const assetsBasePath = "https://files.promote.co.mz/assets";
342
+ declare const chatbotUrl = "https://suporte.promote.co.mz";
325
343
  declare const appRoutes: {
326
344
  homePageRoute: string;
327
345
  creatorsList: string;
@@ -355,6 +373,7 @@ declare namespace OrderEvidencesAcceptedBrand {
355
373
  }
356
374
 
357
375
  declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
376
+ declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
377
 
359
378
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
360
379
  declare namespace EvidencesSubmittedBrand {
@@ -377,6 +396,7 @@ declare namespace EvidencesSubmittedBrand {
377
396
  }
378
397
 
379
398
  declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
399
+ declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
400
 
381
401
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
382
402
  declare namespace NewOrderCreatedBrand {
@@ -401,6 +421,7 @@ declare namespace NewOrderCreatedBrand {
401
421
  }
402
422
 
403
423
  declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
424
+ declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
425
 
405
426
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
406
427
  declare namespace OrderAcceptedBrand {
@@ -420,6 +441,7 @@ declare namespace OrderAcceptedBrand {
420
441
  }
421
442
 
422
443
  declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
444
+ declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
423
445
 
424
446
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
425
447
  declare namespace OrderCancelledBrand {
@@ -435,6 +457,7 @@ declare namespace OrderCancelledBrand {
435
457
  }
436
458
 
437
459
  declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
460
+ declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
438
461
 
439
462
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
440
463
  declare namespace OrderRejectedBrand {
@@ -458,6 +481,7 @@ declare namespace OrderRejectedBrand {
458
481
  }
459
482
 
460
483
  declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
484
+ declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
461
485
 
462
486
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
463
487
  declare namespace NewJobCreatedBrand {
@@ -478,6 +502,7 @@ declare namespace NewJobCreatedBrand {
478
502
  }
479
503
 
480
504
  declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
505
+ declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
481
506
 
482
507
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
483
508
  declare namespace NewJobApplicationsReceivedBrand {
@@ -507,6 +532,7 @@ declare namespace NewJobApplicationsReceivedBrand {
507
532
  }
508
533
 
509
534
  declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
535
+ declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
536
 
511
537
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
512
538
  declare namespace EvidenceApprovedCreator {
@@ -526,6 +552,7 @@ declare namespace EvidenceApprovedCreator {
526
552
  }
527
553
 
528
554
  declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
555
+ declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
556
 
530
557
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
531
558
  declare namespace EvidencesRejectedCreator {
@@ -546,6 +573,7 @@ declare namespace EvidencesRejectedCreator {
546
573
  }
547
574
 
548
575
  declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
576
+ declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
549
577
 
550
578
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
551
579
  declare namespace OrderCancelledCreator {
@@ -561,6 +589,7 @@ declare namespace OrderCancelledCreator {
561
589
  }
562
590
 
563
591
  declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
592
+ declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
564
593
 
565
594
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
566
595
  declare namespace OrderPaymentCreator {
@@ -576,6 +605,7 @@ declare namespace OrderPaymentCreator {
576
605
  }
577
606
 
578
607
  declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
608
+ declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
609
 
580
610
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
581
611
  declare namespace NewOrderCreatedCreator {
@@ -599,6 +629,7 @@ declare namespace NewOrderCreatedCreator {
599
629
  }
600
630
 
601
631
  declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
632
+ declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
633
 
603
634
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
604
635
  declare namespace NewJobApplicationUnapprovedCreator {
@@ -619,6 +650,7 @@ declare namespace NewJobApplicationUnapprovedCreator {
619
650
  }
620
651
 
621
652
  declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
653
+ declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
654
 
623
655
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
624
656
  declare namespace Welcome {
@@ -629,6 +661,7 @@ declare namespace Welcome {
629
661
  }
630
662
 
631
663
  declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
664
+ declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
632
665
 
633
666
  declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
634
667
  declare namespace NewMessageNotification {
@@ -649,5 +682,6 @@ declare namespace NewMessageNotification {
649
682
  };
650
683
  }
651
684
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
685
+ declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
652
686
 
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 };
687
+ 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, type NewMessageProps, 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, chatbotUrl, 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,
@@ -66,6 +84,7 @@ __export(index_exports, {
66
84
  button: () => button,
67
85
  centerBlock: () => centerBlock,
68
86
  centerText: () => centerText,
87
+ chatbotUrl: () => chatbotUrl,
69
88
  colors: () => colors,
70
89
  link: () => link,
71
90
  main: () => main,
@@ -82,8 +101,11 @@ var colors = {
82
101
  primary: "#FF5C5C",
83
102
  white: "#FFFFFF",
84
103
  black: "#595959",
104
+ black01: "#000000",
85
105
  grey: "#E0E0E0",
86
- grey01: "#7c7c7c"
106
+ grey01: "#7c7c7c",
107
+ secondary: "#2e96ff",
108
+ green: "#3d645f"
87
109
  };
88
110
  var rootStyles = {
89
111
  width: "100%",
@@ -148,6 +170,7 @@ var import_components = require("@react-email/components");
148
170
  // emails/shared/values.ts
149
171
  var appBaseUrl = `https://promote.co.mz`;
150
172
  var assetsBasePath = `https://files.promote.co.mz/assets`;
173
+ var chatbotUrl = `https://suporte.promote.co.mz`;
151
174
  var appRoutes = {
152
175
  homePageRoute: `${appBaseUrl}/home`,
153
176
  creatorsList: `${appBaseUrl}/content-creators`,
@@ -340,6 +363,9 @@ AbortOrderRequest.PreviewProps = {
340
363
  var AbortOrderRequestText = (props) => {
341
364
  return (0, import_render.render)(AbortOrderRequest(props), { plainText: true });
342
365
  };
366
+ var AbortOrderRequestHtml = (props) => {
367
+ return (0, import_render.render)(AbortOrderRequest(props));
368
+ };
343
369
 
344
370
  // emails/admin/revert-payment-request-admin.tsx
345
371
  var import_components7 = require("@react-email/components");
@@ -415,6 +441,9 @@ RevertPaymentRequestAdmin.PreviewProps = {
415
441
  var RevertPaymentRequestAdminText = (props) => {
416
442
  return (0, import_render2.render)(RevertPaymentRequestAdmin(props), { plainText: true });
417
443
  };
444
+ var RevertPaymentRequestAdminHtml = (props) => {
445
+ return (0, import_render2.render)(RevertPaymentRequestAdmin(props));
446
+ };
418
447
 
419
448
  // emails/brand/evidences-accepted-brand.tsx
420
449
  var import_components8 = require("@react-email/components");
@@ -464,6 +493,9 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
464
493
  var OrderEvidencesAcceptedBrandText = (props) => {
465
494
  return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props), { plainText: true });
466
495
  };
496
+ var OrderEvidencesAcceptedBrandHtml = (props) => {
497
+ return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props));
498
+ };
467
499
 
468
500
  // emails/brand/evidences-submitted-brand.tsx
469
501
  var import_components9 = require("@react-email/components");
@@ -523,6 +555,9 @@ EvidencesSubmittedBrand.PreviewProps = {
523
555
  var EvidencesSubmittedBrandText = (props) => {
524
556
  return (0, import_render4.render)(EvidencesSubmittedBrand(props), { plainText: true });
525
557
  };
558
+ var EvidencesSubmittedBrandHtml = (props) => {
559
+ return (0, import_render4.render)(EvidencesSubmittedBrand(props));
560
+ };
526
561
 
527
562
  // emails/brand/new-order-created-brand.tsx
528
563
  var import_components11 = require("@react-email/components");
@@ -625,6 +660,9 @@ var orderDetails = {
625
660
  var NewOrderCreatedBrandText = (props) => {
626
661
  return (0, import_render5.render)(NewOrderCreatedBrand(props), { plainText: true });
627
662
  };
663
+ var NewOrderCreatedBrandHtml = (props) => {
664
+ return (0, import_render5.render)(NewOrderCreatedBrand(props));
665
+ };
628
666
 
629
667
  // emails/brand/order-accepted-brand.tsx
630
668
  var import_components12 = require("@react-email/components");
@@ -681,6 +719,9 @@ OrderAcceptedBrand.PreviewProps = {
681
719
  var OrderAcceptedBrandText = (props) => {
682
720
  return (0, import_render6.render)(OrderAcceptedBrand(props), { plainText: true });
683
721
  };
722
+ var OrderAcceptedBrandHtml = (props) => {
723
+ return (0, import_render6.render)(OrderAcceptedBrand(props));
724
+ };
684
725
 
685
726
  // emails/brand/order-cancelled-brand.tsx
686
727
  var import_components14 = require("@react-email/components");
@@ -761,6 +802,9 @@ var reasonContainer = {
761
802
  var OrderCancelledBrandText = (props) => {
762
803
  return (0, import_render7.render)(OrderCancelledBrand(props), { plainText: true });
763
804
  };
805
+ var OrderCancelledBrandHtml = (props) => {
806
+ return (0, import_render7.render)(OrderCancelledBrand(props));
807
+ };
764
808
 
765
809
  // emails/brand/order-rejected-brand.tsx
766
810
  var import_components15 = require("@react-email/components");
@@ -791,7 +835,7 @@ function OrderRejectedBrand(props) {
791
835
  "."
792
836
  ] }),
793
837
  /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("br", {}),
794
- "O seu pagamento ser\xE1 reembolsado dentro de 24 horas."
838
+ "O seu pagamento ser\xE1 reembolsado dentro de 72 horas \xFAteis."
795
839
  ] })
796
840
  ] }),
797
841
  props.reason && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: reasonContainer2, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(CommentComponent, { title: "Motivo da Rejei\xE7\xE3o", comment: props.reason }) }),
@@ -825,6 +869,9 @@ var reasonContainer2 = {
825
869
  var OrderRejectedBrandText = (props) => {
826
870
  return (0, import_render8.render)(OrderRejectedBrand(props), { plainText: true });
827
871
  };
872
+ var OrderRejectedBrandHtml = (props) => {
873
+ return (0, import_render8.render)(OrderRejectedBrand(props));
874
+ };
828
875
 
829
876
  // emails/brand/new-job-created-brand.tsx
830
877
  var import_components16 = require("@react-email/components");
@@ -880,6 +927,9 @@ var jobDetails = {
880
927
  var NewJobCreatedBrandText = (props) => {
881
928
  return (0, import_render9.render)(NewJobCreatedBrand(props), { plainText: true });
882
929
  };
930
+ var NewJobCreatedBrandHtml = (props) => {
931
+ return (0, import_render9.render)(NewJobCreatedBrand(props));
932
+ };
883
933
 
884
934
  // emails/brand/new-job-application-received-brand.tsx
885
935
  var import_components17 = require("@react-email/components");
@@ -964,6 +1014,9 @@ var jobDetails2 = {
964
1014
  var NewJobApplicationsReceivedBrandText = (props) => {
965
1015
  return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props), { plainText: true });
966
1016
  };
1017
+ var NewJobApplicationsReceivedBrandHtml = (props) => {
1018
+ return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props));
1019
+ };
967
1020
 
968
1021
  // emails/creator/evidences-approved-creator.tsx
969
1022
  var import_components18 = require("@react-email/components");
@@ -1012,6 +1065,9 @@ EvidenceApprovedCreator.PreviewProps = {
1012
1065
  var EvidenceApprovedCreatorText = (props) => {
1013
1066
  return (0, import_render11.render)(EvidenceApprovedCreator(props), { plainText: true });
1014
1067
  };
1068
+ var EvidenceApprovedCreatorHtml = (props) => {
1069
+ return (0, import_render11.render)(EvidenceApprovedCreator(props));
1070
+ };
1015
1071
 
1016
1072
  // emails/creator/evidences-rejected-creator.tsx
1017
1073
  var import_components19 = require("@react-email/components");
@@ -1068,6 +1124,9 @@ var reasonContainer3 = {
1068
1124
  var EvidencesRejectedCreatorText = (props) => {
1069
1125
  return (0, import_render12.render)(EvidencesRejectedCreator(props), { plainText: true });
1070
1126
  };
1127
+ var EvidencesRejectedCreatorHtml = (props) => {
1128
+ return (0, import_render12.render)(EvidencesRejectedCreator(props));
1129
+ };
1071
1130
 
1072
1131
  // emails/creator/order-cancelled-creator.tsx
1073
1132
  var import_components20 = require("@react-email/components");
@@ -1122,6 +1181,9 @@ var reasonContainer4 = {
1122
1181
  var OrderCancelledCreatorText = (props) => {
1123
1182
  return (0, import_render13.render)(OrderCancelledCreator(props), { plainText: true });
1124
1183
  };
1184
+ var OrderCancelledCreatorHtml = (props) => {
1185
+ return (0, import_render13.render)(OrderCancelledCreator(props));
1186
+ };
1125
1187
 
1126
1188
  // emails/creator/order-payment-creator.tsx
1127
1189
  var import_components21 = require("@react-email/components");
@@ -1169,6 +1231,9 @@ OrderPaymentCreator.PreviewProps = {
1169
1231
  var OrderPaymentCreatorText = (props) => {
1170
1232
  return (0, import_render14.render)(OrderPaymentCreator(props), { plainText: true });
1171
1233
  };
1234
+ var OrderPaymentCreatorHtml = (props) => {
1235
+ return (0, import_render14.render)(OrderPaymentCreator(props));
1236
+ };
1172
1237
 
1173
1238
  // emails/creator/new-order-created-creator.tsx
1174
1239
  var import_components22 = require("@react-email/components");
@@ -1226,6 +1291,9 @@ var orderDetails2 = {
1226
1291
  var NewOrderCreatedCreatorText = (props) => {
1227
1292
  return (0, import_render15.render)(NewOrderCreatedCreator(props), { plainText: true });
1228
1293
  };
1294
+ var NewOrderCreatedCreatorHtml = (props) => {
1295
+ return (0, import_render15.render)(NewOrderCreatedCreator(props));
1296
+ };
1229
1297
 
1230
1298
  // emails/creator/new-job-application-unapproved-creator.tsx
1231
1299
  var import_components23 = require("@react-email/components");
@@ -1284,6 +1352,9 @@ var baseText2 = {
1284
1352
  var NewJobApplicationUnapprovedCreatorText = (props) => {
1285
1353
  return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1286
1354
  };
1355
+ var NewJobApplicationUnapprovedCreatorHtml = (props) => {
1356
+ return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props));
1357
+ };
1287
1358
 
1288
1359
  // emails/all/welcome.tsx
1289
1360
  var import_components24 = require("@react-email/components");
@@ -1375,6 +1446,9 @@ var textInfo = {
1375
1446
  var WelcomeText = (props) => {
1376
1447
  return (0, import_render17.render)(Welcome(props), { plainText: true });
1377
1448
  };
1449
+ var WelcomeHtml = (props) => {
1450
+ return (0, import_render17.render)(Welcome(props));
1451
+ };
1378
1452
 
1379
1453
  // emails/all/new-message-notification.tsx
1380
1454
  var import_components25 = require("@react-email/components");
@@ -1428,44 +1502,65 @@ NewMessageNotification.PreviewProps = {
1428
1502
  var NewMessageNotificationText = (props) => {
1429
1503
  return (0, import_render18.render)(NewMessageNotification(props), { plainText: true });
1430
1504
  };
1505
+ var NewMessageNotificationHtml = (props) => {
1506
+ return (0, import_render18.render)(NewMessageNotification(props));
1507
+ };
1431
1508
  // Annotate the CommonJS export names for ESM import in node:
1432
1509
  0 && (module.exports = {
1433
1510
  AbortOrderRequest,
1511
+ AbortOrderRequestHtml,
1434
1512
  AbortOrderRequestText,
1435
1513
  EvidenceApprovedCreator,
1514
+ EvidenceApprovedCreatorHtml,
1436
1515
  EvidenceApprovedCreatorText,
1437
1516
  EvidencesRejectedCreator,
1517
+ EvidencesRejectedCreatorHtml,
1438
1518
  EvidencesRejectedCreatorText,
1439
1519
  EvidencesSubmittedBrand,
1520
+ EvidencesSubmittedBrandHtml,
1440
1521
  EvidencesSubmittedBrandText,
1441
1522
  NewJobApplicationUnapprovedCreator,
1523
+ NewJobApplicationUnapprovedCreatorHtml,
1442
1524
  NewJobApplicationUnapprovedCreatorText,
1443
1525
  NewJobApplicationsReceivedBrand,
1526
+ NewJobApplicationsReceivedBrandHtml,
1444
1527
  NewJobApplicationsReceivedBrandText,
1445
1528
  NewJobCreatedBrand,
1529
+ NewJobCreatedBrandHtml,
1446
1530
  NewJobCreatedBrandText,
1447
1531
  NewMessageNotification,
1532
+ NewMessageNotificationHtml,
1448
1533
  NewMessageNotificationText,
1449
1534
  NewOrderCreatedBrand,
1535
+ NewOrderCreatedBrandHtml,
1450
1536
  NewOrderCreatedBrandText,
1451
1537
  NewOrderCreatedCreator,
1538
+ NewOrderCreatedCreatorHtml,
1452
1539
  NewOrderCreatedCreatorText,
1453
1540
  OrderAcceptedBrand,
1541
+ OrderAcceptedBrandHtml,
1454
1542
  OrderAcceptedBrandText,
1455
1543
  OrderCancelledBrand,
1544
+ OrderCancelledBrandHtml,
1456
1545
  OrderCancelledBrandText,
1457
1546
  OrderCancelledCreator,
1547
+ OrderCancelledCreatorHtml,
1458
1548
  OrderCancelledCreatorText,
1459
1549
  OrderEvidencesAcceptedBrand,
1550
+ OrderEvidencesAcceptedBrandHtml,
1460
1551
  OrderEvidencesAcceptedBrandText,
1461
1552
  OrderPaymentCreator,
1553
+ OrderPaymentCreatorHtml,
1462
1554
  OrderPaymentCreatorText,
1463
1555
  OrderRejectedBrand,
1556
+ OrderRejectedBrandHtml,
1464
1557
  OrderRejectedBrandText,
1465
1558
  RevertPaymentRequestAdmin,
1559
+ RevertPaymentRequestAdminHtml,
1466
1560
  RevertPaymentRequestAdminText,
1467
1561
  USER_ROLES,
1468
1562
  Welcome,
1563
+ WelcomeHtml,
1469
1564
  WelcomeText,
1470
1565
  appBaseUrl,
1471
1566
  appRoutes,
@@ -1476,6 +1571,7 @@ var NewMessageNotificationText = (props) => {
1476
1571
  button,
1477
1572
  centerBlock,
1478
1573
  centerText,
1574
+ chatbotUrl,
1479
1575
  colors,
1480
1576
  link,
1481
1577
  main,
package/dist/index.mjs CHANGED
@@ -6,8 +6,11 @@ var colors = {
6
6
  primary: "#FF5C5C",
7
7
  white: "#FFFFFF",
8
8
  black: "#595959",
9
+ black01: "#000000",
9
10
  grey: "#E0E0E0",
10
- grey01: "#7c7c7c"
11
+ grey01: "#7c7c7c",
12
+ secondary: "#2e96ff",
13
+ green: "#3d645f"
11
14
  };
12
15
  var rootStyles = {
13
16
  width: "100%",
@@ -72,6 +75,7 @@ import { Container, Img, Link } from "@react-email/components";
72
75
  // emails/shared/values.ts
73
76
  var appBaseUrl = `https://promote.co.mz`;
74
77
  var assetsBasePath = `https://files.promote.co.mz/assets`;
78
+ var chatbotUrl = `https://suporte.promote.co.mz`;
75
79
  var appRoutes = {
76
80
  homePageRoute: `${appBaseUrl}/home`,
77
81
  creatorsList: `${appBaseUrl}/content-creators`,
@@ -264,6 +268,9 @@ AbortOrderRequest.PreviewProps = {
264
268
  var AbortOrderRequestText = (props) => {
265
269
  return render(AbortOrderRequest(props), { plainText: true });
266
270
  };
271
+ var AbortOrderRequestHtml = (props) => {
272
+ return render(AbortOrderRequest(props));
273
+ };
267
274
 
268
275
  // emails/admin/revert-payment-request-admin.tsx
269
276
  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 +346,9 @@ RevertPaymentRequestAdmin.PreviewProps = {
339
346
  var RevertPaymentRequestAdminText = (props) => {
340
347
  return render2(RevertPaymentRequestAdmin(props), { plainText: true });
341
348
  };
349
+ var RevertPaymentRequestAdminHtml = (props) => {
350
+ return render2(RevertPaymentRequestAdmin(props));
351
+ };
342
352
 
343
353
  // emails/brand/evidences-accepted-brand.tsx
344
354
  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 +398,9 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
388
398
  var OrderEvidencesAcceptedBrandText = (props) => {
389
399
  return render3(OrderEvidencesAcceptedBrand(props), { plainText: true });
390
400
  };
401
+ var OrderEvidencesAcceptedBrandHtml = (props) => {
402
+ return render3(OrderEvidencesAcceptedBrand(props));
403
+ };
391
404
 
392
405
  // emails/brand/evidences-submitted-brand.tsx
393
406
  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 +460,9 @@ EvidencesSubmittedBrand.PreviewProps = {
447
460
  var EvidencesSubmittedBrandText = (props) => {
448
461
  return render4(EvidencesSubmittedBrand(props), { plainText: true });
449
462
  };
463
+ var EvidencesSubmittedBrandHtml = (props) => {
464
+ return render4(EvidencesSubmittedBrand(props));
465
+ };
450
466
 
451
467
  // emails/brand/new-order-created-brand.tsx
452
468
  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 +565,9 @@ var orderDetails = {
549
565
  var NewOrderCreatedBrandText = (props) => {
550
566
  return render5(NewOrderCreatedBrand(props), { plainText: true });
551
567
  };
568
+ var NewOrderCreatedBrandHtml = (props) => {
569
+ return render5(NewOrderCreatedBrand(props));
570
+ };
552
571
 
553
572
  // emails/brand/order-accepted-brand.tsx
554
573
  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 +624,9 @@ OrderAcceptedBrand.PreviewProps = {
605
624
  var OrderAcceptedBrandText = (props) => {
606
625
  return render6(OrderAcceptedBrand(props), { plainText: true });
607
626
  };
627
+ var OrderAcceptedBrandHtml = (props) => {
628
+ return render6(OrderAcceptedBrand(props));
629
+ };
608
630
 
609
631
  // emails/brand/order-cancelled-brand.tsx
610
632
  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 +707,9 @@ var reasonContainer = {
685
707
  var OrderCancelledBrandText = (props) => {
686
708
  return render7(OrderCancelledBrand(props), { plainText: true });
687
709
  };
710
+ var OrderCancelledBrandHtml = (props) => {
711
+ return render7(OrderCancelledBrand(props));
712
+ };
688
713
 
689
714
  // emails/brand/order-rejected-brand.tsx
690
715
  import { Body as Body8, Container as Container13, Html as Html8, Link as Link11, Preview as Preview8, Text as Text13 } from "@react-email/components";
@@ -715,7 +740,7 @@ function OrderRejectedBrand(props) {
715
740
  "."
716
741
  ] }),
717
742
  /* @__PURE__ */ jsx15("br", {}),
718
- "O seu pagamento ser\xE1 reembolsado dentro de 24 horas."
743
+ "O seu pagamento ser\xE1 reembolsado dentro de 72 horas \xFAteis."
719
744
  ] })
720
745
  ] }),
721
746
  props.reason && /* @__PURE__ */ jsx15("div", { style: reasonContainer2, children: /* @__PURE__ */ jsx15(CommentComponent, { title: "Motivo da Rejei\xE7\xE3o", comment: props.reason }) }),
@@ -749,6 +774,9 @@ var reasonContainer2 = {
749
774
  var OrderRejectedBrandText = (props) => {
750
775
  return render8(OrderRejectedBrand(props), { plainText: true });
751
776
  };
777
+ var OrderRejectedBrandHtml = (props) => {
778
+ return render8(OrderRejectedBrand(props));
779
+ };
752
780
 
753
781
  // emails/brand/new-job-created-brand.tsx
754
782
  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 +832,9 @@ var jobDetails = {
804
832
  var NewJobCreatedBrandText = (props) => {
805
833
  return render9(NewJobCreatedBrand(props), { plainText: true });
806
834
  };
835
+ var NewJobCreatedBrandHtml = (props) => {
836
+ return render9(NewJobCreatedBrand(props));
837
+ };
807
838
 
808
839
  // emails/brand/new-job-application-received-brand.tsx
809
840
  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 +919,9 @@ var jobDetails2 = {
888
919
  var NewJobApplicationsReceivedBrandText = (props) => {
889
920
  return render10(NewJobApplicationsReceivedBrand(props), { plainText: true });
890
921
  };
922
+ var NewJobApplicationsReceivedBrandHtml = (props) => {
923
+ return render10(NewJobApplicationsReceivedBrand(props));
924
+ };
891
925
 
892
926
  // emails/creator/evidences-approved-creator.tsx
893
927
  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 +970,9 @@ EvidenceApprovedCreator.PreviewProps = {
936
970
  var EvidenceApprovedCreatorText = (props) => {
937
971
  return render11(EvidenceApprovedCreator(props), { plainText: true });
938
972
  };
973
+ var EvidenceApprovedCreatorHtml = (props) => {
974
+ return render11(EvidenceApprovedCreator(props));
975
+ };
939
976
 
940
977
  // emails/creator/evidences-rejected-creator.tsx
941
978
  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 +1029,9 @@ var reasonContainer3 = {
992
1029
  var EvidencesRejectedCreatorText = (props) => {
993
1030
  return render12(EvidencesRejectedCreator(props), { plainText: true });
994
1031
  };
1032
+ var EvidencesRejectedCreatorHtml = (props) => {
1033
+ return render12(EvidencesRejectedCreator(props));
1034
+ };
995
1035
 
996
1036
  // emails/creator/order-cancelled-creator.tsx
997
1037
  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 +1086,9 @@ var reasonContainer4 = {
1046
1086
  var OrderCancelledCreatorText = (props) => {
1047
1087
  return render13(OrderCancelledCreator(props), { plainText: true });
1048
1088
  };
1089
+ var OrderCancelledCreatorHtml = (props) => {
1090
+ return render13(OrderCancelledCreator(props));
1091
+ };
1049
1092
 
1050
1093
  // emails/creator/order-payment-creator.tsx
1051
1094
  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 +1136,9 @@ OrderPaymentCreator.PreviewProps = {
1093
1136
  var OrderPaymentCreatorText = (props) => {
1094
1137
  return render14(OrderPaymentCreator(props), { plainText: true });
1095
1138
  };
1139
+ var OrderPaymentCreatorHtml = (props) => {
1140
+ return render14(OrderPaymentCreator(props));
1141
+ };
1096
1142
 
1097
1143
  // emails/creator/new-order-created-creator.tsx
1098
1144
  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 +1196,9 @@ var orderDetails2 = {
1150
1196
  var NewOrderCreatedCreatorText = (props) => {
1151
1197
  return render15(NewOrderCreatedCreator(props), { plainText: true });
1152
1198
  };
1199
+ var NewOrderCreatedCreatorHtml = (props) => {
1200
+ return render15(NewOrderCreatedCreator(props));
1201
+ };
1153
1202
 
1154
1203
  // emails/creator/new-job-application-unapproved-creator.tsx
1155
1204
  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 +1257,9 @@ var baseText2 = {
1208
1257
  var NewJobApplicationUnapprovedCreatorText = (props) => {
1209
1258
  return render16(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1210
1259
  };
1260
+ var NewJobApplicationUnapprovedCreatorHtml = (props) => {
1261
+ return render16(NewJobApplicationUnapprovedCreator(props));
1262
+ };
1211
1263
 
1212
1264
  // emails/all/welcome.tsx
1213
1265
  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 +1351,9 @@ var textInfo = {
1299
1351
  var WelcomeText = (props) => {
1300
1352
  return render17(Welcome(props), { plainText: true });
1301
1353
  };
1354
+ var WelcomeHtml = (props) => {
1355
+ return render17(Welcome(props));
1356
+ };
1302
1357
 
1303
1358
  // emails/all/new-message-notification.tsx
1304
1359
  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 +1407,64 @@ NewMessageNotification.PreviewProps = {
1352
1407
  var NewMessageNotificationText = (props) => {
1353
1408
  return render18(NewMessageNotification(props), { plainText: true });
1354
1409
  };
1410
+ var NewMessageNotificationHtml = (props) => {
1411
+ return render18(NewMessageNotification(props));
1412
+ };
1355
1413
  export {
1356
1414
  AbortOrderRequest,
1415
+ AbortOrderRequestHtml,
1357
1416
  AbortOrderRequestText,
1358
1417
  EvidenceApprovedCreator,
1418
+ EvidenceApprovedCreatorHtml,
1359
1419
  EvidenceApprovedCreatorText,
1360
1420
  EvidencesRejectedCreator,
1421
+ EvidencesRejectedCreatorHtml,
1361
1422
  EvidencesRejectedCreatorText,
1362
1423
  EvidencesSubmittedBrand,
1424
+ EvidencesSubmittedBrandHtml,
1363
1425
  EvidencesSubmittedBrandText,
1364
1426
  NewJobApplicationUnapprovedCreator,
1427
+ NewJobApplicationUnapprovedCreatorHtml,
1365
1428
  NewJobApplicationUnapprovedCreatorText,
1366
1429
  NewJobApplicationsReceivedBrand,
1430
+ NewJobApplicationsReceivedBrandHtml,
1367
1431
  NewJobApplicationsReceivedBrandText,
1368
1432
  NewJobCreatedBrand,
1433
+ NewJobCreatedBrandHtml,
1369
1434
  NewJobCreatedBrandText,
1370
1435
  NewMessageNotification,
1436
+ NewMessageNotificationHtml,
1371
1437
  NewMessageNotificationText,
1372
1438
  NewOrderCreatedBrand,
1439
+ NewOrderCreatedBrandHtml,
1373
1440
  NewOrderCreatedBrandText,
1374
1441
  NewOrderCreatedCreator,
1442
+ NewOrderCreatedCreatorHtml,
1375
1443
  NewOrderCreatedCreatorText,
1376
1444
  OrderAcceptedBrand,
1445
+ OrderAcceptedBrandHtml,
1377
1446
  OrderAcceptedBrandText,
1378
1447
  OrderCancelledBrand,
1448
+ OrderCancelledBrandHtml,
1379
1449
  OrderCancelledBrandText,
1380
1450
  OrderCancelledCreator,
1451
+ OrderCancelledCreatorHtml,
1381
1452
  OrderCancelledCreatorText,
1382
1453
  OrderEvidencesAcceptedBrand,
1454
+ OrderEvidencesAcceptedBrandHtml,
1383
1455
  OrderEvidencesAcceptedBrandText,
1384
1456
  OrderPaymentCreator,
1457
+ OrderPaymentCreatorHtml,
1385
1458
  OrderPaymentCreatorText,
1386
1459
  OrderRejectedBrand,
1460
+ OrderRejectedBrandHtml,
1387
1461
  OrderRejectedBrandText,
1388
1462
  RevertPaymentRequestAdmin,
1463
+ RevertPaymentRequestAdminHtml,
1389
1464
  RevertPaymentRequestAdminText,
1390
1465
  USER_ROLES,
1391
1466
  Welcome,
1467
+ WelcomeHtml,
1392
1468
  WelcomeText,
1393
1469
  appBaseUrl,
1394
1470
  appRoutes,
@@ -1399,6 +1475,7 @@ export {
1399
1475
  button,
1400
1476
  centerBlock,
1401
1477
  centerText,
1478
+ chatbotUrl,
1402
1479
  colors,
1403
1480
  link,
1404
1481
  main,
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.12",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -16,9 +16,9 @@
16
16
  "@react-email/components": "0.0.41",
17
17
  "@react-email/render": "^1.1.2",
18
18
  "postcss": "^8.5.3",
19
- "react": "19.1.0",
20
- "react-dom": "19.1.0",
21
- "react-email": "4.0.15"
19
+ "react": "^19.1.0",
20
+ "react-dom": "^19.1.0",
21
+ "react-email": "^4.0.15"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "19.1.5",
@@ -30,6 +30,7 @@
30
30
  "eslint-plugin-prettier": "^2.7.0",
31
31
  "prettier": "3.5.3",
32
32
  "tsup": "^8.5.0",
33
- "typescript": "^5.8.3"
33
+ "typescript": "^5.8.3",
34
+ "next": "15.3.2"
34
35
  }
35
36
  }