@7365admin1/core 2.75.0 → 2.76.0

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.
@@ -0,0 +1,131 @@
1
+ <div
2
+ style="
3
+ position: relative;
4
+ max-width: 600px;
5
+ margin: 0 auto;
6
+ background: #111426;
7
+ padding: 40px;
8
+ border-radius: 16px;
9
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
10
+ color: #ddd;
11
+ font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
12
+ overflow: hidden;
13
+ "
14
+ >
15
+ <img
16
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/email-background.png?quality=lossless"
17
+ alt=""
18
+ style="
19
+ position: absolute;
20
+ top: 0;
21
+ right: 0;
22
+ width: 300px;
23
+ height: auto;
24
+ z-index: 0;
25
+ opacity: 1;
26
+ "
27
+ />
28
+
29
+ <div style="position: relative; z-index: 1">
30
+ <!-- logo -->
31
+ <div style="text-align: start; margin-bottom: 30px; width: 50%">
32
+ <img
33
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
34
+ alt="Seven365 Logo"
35
+ style="height: 50px"
36
+ />
37
+ </div>
38
+
39
+ <!-- header -->
40
+ <div style="text-align: start; margin-bottom: 30px">
41
+ <h2 style="font-size: 36px; color: #fafafa; margin: 0; font-weight: 400">
42
+ Registration
43
+ <br />
44
+ Received
45
+ </h2>
46
+ </div>
47
+
48
+ <!-- body -->
49
+ <div style="font-size: 20px; color: #fafafa; text-align: start">
50
+ <p><strong style="font-size: 20px">Hi {{name}},</strong></p>
51
+ <p style="font-size: 16px">
52
+ Thank you for registering with <strong>iService365</strong>! We've
53
+ successfully received your registration and it is currently under review.
54
+ </p>
55
+ <p style="font-size: 16px">
56
+ You will receive another notification once your account has been approved
57
+ and is ready to use. This process usually takes a short time.
58
+ </p>
59
+ </div>
60
+
61
+ <!-- status badge -->
62
+ <div style="margin: 30px 0">
63
+ <div
64
+ style="
65
+ display: inline-block;
66
+ background: #1b2236;
67
+ border: 1px solid #2f3b5c;
68
+ border-radius: 8px;
69
+ padding: 12px 24px;
70
+ font-size: 14px;
71
+ color: #f0a500;
72
+ font-weight: 600;
73
+ letter-spacing: 1px;
74
+ text-transform: uppercase;
75
+ "
76
+ >
77
+ Status: Pending Review
78
+ </div>
79
+ </div>
80
+
81
+ <!-- additional info -->
82
+ <div style="text-align: left; margin-bottom: 30px">
83
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
84
+ If you did not register for this account, please contact our support
85
+ team immediately.
86
+ </p>
87
+
88
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
89
+ Need help? Contact our support team at
90
+ <a
91
+ href="mailto:contact@seven365.com.sg"
92
+ style="color: #1e90ff"
93
+ >contact@seven365.com.sg</a>
94
+ </p>
95
+
96
+ <p style="font-size: 14px; margin-top: 30px; color: #fafafa">
97
+ Thank you for your patience!<br />
98
+ <strong>iService365 Support Team</strong>
99
+ </p>
100
+ </div>
101
+
102
+ <!-- social icons -->
103
+ <div style="text-align: start; margin-top: 30px">
104
+ <a
105
+ href="https://www.linkedin.com/company/seven365-pte-ltd/"
106
+ style="margin: 0 10px; text-decoration: none"
107
+ >
108
+ <img
109
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
110
+ alt="LinkedIn"
111
+ style="cursor: pointer"
112
+ />
113
+ </a>
114
+ </div>
115
+
116
+ <!-- footer -->
117
+ <div
118
+ style="
119
+ margin-top: 40px;
120
+ font-size: 14px;
121
+ color: #fafafa;
122
+ text-align: center;
123
+ background-color: #343a45;
124
+ padding: 18px;
125
+ border-radius: 8px;
126
+ "
127
+ >
128
+ You're receiving this email because you are a subscriber of Seven365.
129
+ </div>
130
+ </div>
131
+ </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "2.75.0",
4
+ "version": "2.76.0",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",