@7365admin1/core 2.24.0 → 2.25.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,143 @@
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
+ <div style="text-align: start; margin-bottom: 30px; width: 50%">
31
+ <img
32
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
33
+ alt="Seven365 Logo"
34
+ style="height: 50px"
35
+ />
36
+ </div>
37
+
38
+ <div style="text-align: start; margin-bottom: 30px">
39
+ <h2 style="font-size: 36px; color: #fafafa; margin: 0; font-weight: 400">
40
+ You’ve Been Invited
41
+ <br />
42
+ as a Visitor
43
+ </h2>
44
+ </div>
45
+
46
+ <div style="font-size: 20px; color: #fafafa; text-align: start">
47
+ <p><strong style="font-size: 20px">Hi {{email}},</strong></p>
48
+
49
+ <p style="font-size: 16px; line-height: 1.6">
50
+ You have been invited to visit through iService365. Please use the link
51
+ below to view and complete your visitor invitation details.
52
+ </p>
53
+
54
+ <p style="font-size: 16px; line-height: 1.6">
55
+ This invitation link is valid for
56
+ <strong>{{validity}}</strong>.
57
+ </p>
58
+ </div>
59
+
60
+ <div style="text-align: left; margin: 30px 0">
61
+ <a
62
+ href="{{link}}"
63
+ target="_blank"
64
+ style="
65
+ background: #1e90ff;
66
+ color: #fff;
67
+ padding: 14px 38px;
68
+ text-decoration: none;
69
+ border-radius: 6px;
70
+ font-size: 16px;
71
+ display: inline-block;
72
+ "
73
+ >
74
+ View Invitation
75
+ </a>
76
+ </div>
77
+
78
+ <div style="text-align: left; margin-bottom: 30px">
79
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
80
+ If the button above does not work, copy and paste this link into your
81
+ browser:
82
+ </p>
83
+
84
+ <p
85
+ style="font-size: 14px; color: #1e90ff; word-break: break-all; margin-bottom: 16px;"
86
+ >
87
+ <a
88
+ href="{{link}}"
89
+ target="_blank"
90
+ style="color: #1e90ff; text-decoration: none;"
91
+ >
92
+ {{link}}
93
+ </a>
94
+ </p>
95
+
96
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
97
+ If you were not expecting this invitation, you may safely ignore this
98
+ email.
99
+ </p>
100
+
101
+ <p style="font-size: 14px; color: #fafafa; margin-bottom: 16px">
102
+ Need help? Contact our support team at
103
+ <a
104
+ href="mailto:contact@seven365.com.sg"
105
+ style="color: #1e90ff"
106
+ >contact@seven365.com.sg</a>
107
+ </p>
108
+
109
+ <p style="font-size: 14px; margin-top: 30px; color: #fafafa">
110
+ Thank you,<br />
111
+ <strong>iService365 Support Team</strong>
112
+ </p>
113
+ </div>
114
+
115
+ <div style="text-align: start; margin-top: 30px">
116
+ <a
117
+ href="https://www.linkedin.com/company/seven365-pte-ltd/"
118
+ style="margin: 0 10px; text-decoration: none"
119
+ >
120
+ <img
121
+ src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
122
+ alt="LinkedIn"
123
+ style="cursor: pointer"
124
+ />
125
+ </a>
126
+ </div>
127
+
128
+ <div
129
+ style="
130
+ margin-top: 40px;
131
+ font-size: 14px;
132
+ color: #fafafa;
133
+ text-align: center;
134
+ background-color: #343a45;
135
+ padding: 18px;
136
+ border-radius: 8px;
137
+ "
138
+ >
139
+ You're receiving this email because a visitor invitation was sent to your
140
+ email address through Seven365.
141
+ </div>
142
+ </div>
143
+ </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "2.24.0",
4
+ "version": "2.25.0",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",