connectfy-shared 0.0.94 → 0.0.96

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.cjs CHANGED
@@ -10161,21 +10161,36 @@ var signupVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN */
10161
10161
  });
10162
10162
  return `
10163
10163
  <html>
10164
- <body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px;">
10165
- <div style="max-width: 600px; margin: 0 auto; background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);">
10166
- <h2 style="text-align: center; color: #2ecc71;">${subject}</h2>
10167
- <p>${greeting} <strong>${firstName} ${lastName}</strong>,</p>
10168
- <p>${thankYou}</p>
10169
- <div style="text-align: center; font-size: 24px; font-weight: bold; color: #2ecc71; background: #f1f8ff; padding: 10px; border-radius: 5px; margin: 20px 0;">
10170
- ${verifyCode}
10164
+ <body style="font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #334155; background-color: #f8fafc; padding: 20px;">
10165
+ <div style="max-width: 500px; margin: 0 auto; background: #ffffff; padding: 32px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);">
10166
+
10167
+ <div style="text-align: center; margin-bottom: 24px;">
10168
+ <h2 style="color: #1e293b; margin: 0; font-size: 24px;">${subject}</h2>
10171
10169
  </div>
10172
- <p>${instruction}</p>
10173
- <p>${ignore}</p>
10174
- <p>${support}
10175
- <a href="${supportMailLink}" style="color: #2ecc71; text-decoration: none;">${supportMail}</a>.
10170
+
10171
+ <p style="font-size: 16px; margin-bottom: 8px;">${greeting} <strong>${firstName} ${lastName}</strong>,</p>
10172
+ <p style="font-size: 15px; color: #64748b; margin-top: 0;">${thankYou}</p>
10173
+
10174
+ <p style="font-size: 15px; color: #334155;">${instruction}</p>
10175
+
10176
+ <div style="text-align: center; margin: 32px 0;">
10177
+ <div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #16a34a; background: #f0fdf4; padding: 16px 32px; border-radius: 12px; border: 2px dashed #bbf7d0;">
10178
+ ${verifyCode}
10179
+ </div>
10180
+ </div>
10181
+
10182
+ <div style="background: #fffbeb; border-left: 4px solid #f59e0b; padding: 12px; margin-bottom: 24px;">
10183
+ <p style="font-size: 13px; color: #92400e; margin: 0;">${ignore}</p>
10184
+ </div>
10185
+
10186
+ <p style="font-size: 14px; color: #64748b;">${support}
10187
+ <a href="mailto:${supportMail}" style="color: #2ecc71; text-decoration: none; font-weight: 500;">${supportMail}</a>.
10176
10188
  </p>
10177
- <p>${signature}</p>
10178
- <p style="text-align: center; font-weight: bold; color: #2ecc71;">${team}</p>
10189
+
10190
+ <hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 24px 0;" />
10191
+
10192
+ <p style="font-size: 13px; color: #94a3b8; margin: 0;">${signature}</p>
10193
+ <p style="font-size: 14px; font-weight: bold; color: #1e293b; margin: 4px 0 0 0;">${team}</p>
10179
10194
  </div>
10180
10195
  </body>
10181
10196
  </html>
package/dist/index.mjs CHANGED
@@ -10074,21 +10074,36 @@ var signupVerifyMessage = (firstName, lastName, verifyCode, lang = "en" /* EN */
10074
10074
  });
10075
10075
  return `
10076
10076
  <html>
10077
- <body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px;">
10078
- <div style="max-width: 600px; margin: 0 auto; background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);">
10079
- <h2 style="text-align: center; color: #2ecc71;">${subject}</h2>
10080
- <p>${greeting} <strong>${firstName} ${lastName}</strong>,</p>
10081
- <p>${thankYou}</p>
10082
- <div style="text-align: center; font-size: 24px; font-weight: bold; color: #2ecc71; background: #f1f8ff; padding: 10px; border-radius: 5px; margin: 20px 0;">
10083
- ${verifyCode}
10077
+ <body style="font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #334155; background-color: #f8fafc; padding: 20px;">
10078
+ <div style="max-width: 500px; margin: 0 auto; background: #ffffff; padding: 32px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);">
10079
+
10080
+ <div style="text-align: center; margin-bottom: 24px;">
10081
+ <h2 style="color: #1e293b; margin: 0; font-size: 24px;">${subject}</h2>
10084
10082
  </div>
10085
- <p>${instruction}</p>
10086
- <p>${ignore}</p>
10087
- <p>${support}
10088
- <a href="${supportMailLink}" style="color: #2ecc71; text-decoration: none;">${supportMail}</a>.
10083
+
10084
+ <p style="font-size: 16px; margin-bottom: 8px;">${greeting} <strong>${firstName} ${lastName}</strong>,</p>
10085
+ <p style="font-size: 15px; color: #64748b; margin-top: 0;">${thankYou}</p>
10086
+
10087
+ <p style="font-size: 15px; color: #334155;">${instruction}</p>
10088
+
10089
+ <div style="text-align: center; margin: 32px 0;">
10090
+ <div style="display: inline-block; letter-spacing: 8px; font-size: 36px; font-weight: 800; color: #16a34a; background: #f0fdf4; padding: 16px 32px; border-radius: 12px; border: 2px dashed #bbf7d0;">
10091
+ ${verifyCode}
10092
+ </div>
10093
+ </div>
10094
+
10095
+ <div style="background: #fffbeb; border-left: 4px solid #f59e0b; padding: 12px; margin-bottom: 24px;">
10096
+ <p style="font-size: 13px; color: #92400e; margin: 0;">${ignore}</p>
10097
+ </div>
10098
+
10099
+ <p style="font-size: 14px; color: #64748b;">${support}
10100
+ <a href="mailto:${supportMail}" style="color: #2ecc71; text-decoration: none; font-weight: 500;">${supportMail}</a>.
10089
10101
  </p>
10090
- <p>${signature}</p>
10091
- <p style="text-align: center; font-weight: bold; color: #2ecc71;">${team}</p>
10102
+
10103
+ <hr style="border: 0; border-top: 1px solid #e2e8f0; margin: 24px 0;" />
10104
+
10105
+ <p style="font-size: 13px; color: #94a3b8; margin: 0;">${signature}</p>
10106
+ <p style="font-size: 14px; font-weight: bold; color: #1e293b; margin: 4px 0 0 0;">${team}</p>
10092
10107
  </div>
10093
10108
  </body>
10094
10109
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectfy-shared",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,7 +34,7 @@
34
34
  "cd": "^0.3.3",
35
35
  "class-transformer": "^0.5.1",
36
36
  "class-validator": "^0.14.3",
37
- "connectfy-i18n": "^0.0.40",
37
+ "connectfy-i18n": "^0.0.45",
38
38
  "mongoose": "^9.2.1",
39
39
  "nestjs-cls": "^6.2.0"
40
40
  },