@7365admin1/core 2.27.0 → 2.28.1

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,147 @@
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
+
16
+ <img
17
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/email-background.png?quality=lossless"
18
+ alt=""
19
+ style="
20
+ position: absolute;
21
+ top: 0;
22
+ right: 0;
23
+ width: 300px;
24
+ height: auto;
25
+ z-index: 0;
26
+ opacity: 1;
27
+ "
28
+ />
29
+
30
+ <div style="position: relative; z-index: 1">
31
+ <!-- logo -->
32
+ <div style="text-align: start; margin-bottom: 30px; width: 50%">
33
+ <img
34
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
35
+ alt="Seven365 Logo"
36
+ style="height: 50px"
37
+ />
38
+ </div>
39
+
40
+ <!-- header -->
41
+ <div style="text-align: start; margin-bottom: 30px">
42
+ <h2 style="font-size: 36px; color: #fafafa; margin: 0; font-weight: 400">
43
+ Verify Your Email to
44
+ <br />
45
+ Get Started
46
+ </h2>
47
+ </div>
48
+
49
+ <!-- body -->
50
+ <div style="font-size: 20px; color: #fafafa; text-align: start">
51
+ <p><strong style="font-size: 20px">Hi {{email}},</strong></p>
52
+ <p style="font-size: 16px">
53
+ Thank you for signing up for
54
+ <strong>iService365</strong>! To complete your registration, please use
55
+ the verification code below. This code is valid for
56
+ <strong>{{validity}}</strong>.
57
+ </p>
58
+ </div>
59
+
60
+ <!-- cta button -->
61
+ <div style="margin: 24px 0; text-align: left">
62
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 10px">
63
+ Your verification code:
64
+ </p>
65
+
66
+ <div
67
+ style="
68
+ display: inline-block;
69
+ background: #1b2236;
70
+ border: 1px solid #2f3b5c;
71
+ border-radius: 8px;
72
+ padding: 14px 22px;
73
+ font-size: 28px;
74
+ font-weight: 700;
75
+ letter-spacing: 4px;
76
+ color: #1e90ff;
77
+ font-family: 'Courier New', monospace;
78
+ "
79
+ >
80
+ {{code}}
81
+ </div>
82
+ </div>
83
+
84
+ <!-- additional info -->
85
+ <div style="text-align: left; margin-bottom: 30px">
86
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
87
+ If you didn’t sign up, you can safely ignore this email.
88
+ </p>
89
+
90
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
91
+ Need help? Contact our support team at
92
+ <a
93
+ href="mailto:contact@seven365.com.sg"
94
+ style="color: #1e90ff"
95
+ >contact@seven365.com.sg</a>
96
+ </p>
97
+
98
+ <p style="font-size: 14px; margin-top: 30px; color: #fafafa">
99
+ Welcome aboard!<br />
100
+ <strong>iService365 Support Team</strong>
101
+ </p>
102
+ </div>
103
+
104
+ <!-- social icons -->
105
+ <div style="text-align: start; margin-top: 30px">
106
+ <!-- <a href="#" style="margin: 0 10px; text-decoration: none">
107
+ <img
108
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/facebook-icon.png"
109
+ alt="Facebook"
110
+ style="cursor: pointer"
111
+ />
112
+ </a> -->
113
+ <a
114
+ href="https://www.linkedin.com/company/seven365-pte-ltd/"
115
+ style="margin: 0 10px; text-decoration: none"
116
+ >
117
+ <img
118
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
119
+ alt="LinkedIn"
120
+ style="cursor: pointer"
121
+ />
122
+ </a>
123
+ <!-- <a href="#" style="margin: 0 10px; text-decoration: none">
124
+ <img
125
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/twitter-icon.png"
126
+ alt="Twitter"
127
+ style="cursor: pointer"
128
+ />
129
+ </a> -->
130
+ </div>
131
+
132
+ <!-- footer -->
133
+ <div
134
+ style="
135
+ margin-top: 40px;
136
+ font-size: 14px;
137
+ color: #fafafa;
138
+ text-align: center;
139
+ background-color: #343a45;
140
+ padding: 18px;
141
+ border-radius: 8px;
142
+ "
143
+ >
144
+ You're receiving this email because you are a subscriber of Seven365.
145
+ </div>
146
+ </div>
147
+ </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "2.27.0",
4
+ "version": "2.28.1",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",