@goweekdays/core 2.11.15 → 2.11.17

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,46 @@
1
+ <div style="font-family: Helvetica,Arial,sans-serif;min-width:1000px;overflow:auto;line-height:2">
2
+ <div style="margin:50px auto;width:70%;padding:20px 0">
3
+ <div style="border-bottom:1px solid #eee; font-size:1.4em;color: #00466a;text-decoration:none;font-weight:600;text-align: center;">
4
+ {{#if isPilot}}
5
+ Pilot Organization Invitation
6
+ {{else}}
7
+ Organization Invitation
8
+ {{/if}}
9
+ </div>
10
+
11
+ {{#if isPilot}}
12
+ <p style="background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 12px; margin: 20px 0;">
13
+ <strong>🚀 Pilot Program Invitation</strong><br>
14
+ You've been selected to join our exclusive pilot program!
15
+ </p>
16
+ {{/if}}
17
+
18
+ <p>Hello,</p>
19
+
20
+ <p>You have been invited to join <strong>{{organizationName}}</strong> on our platform{{#if isPilot}} as part of our pilot program{{/if}}.</p>
21
+
22
+ {{#if isPilot}}
23
+ <p>As a pilot organization member, you'll get:</p>
24
+ <ul style="line-height: 1.8;">
25
+ <li>Early access to new features</li>
26
+ <li>Direct support from our team</li>
27
+ <li>Opportunity to shape the product</li>
28
+ </ul>
29
+ {{/if}}
30
+
31
+ <p>Please use the link below to accept your invitation and complete your registration. This link is valid for <strong>{{validity}}</strong>.</p>
32
+
33
+ <div style="margin: 30px 0; text-align: center;">
34
+ <a href="{{link}}" target="_blank" style="background-color: #00466a; color: #ffffff; padding: 14px 28px; text-decoration: none; border-radius: 5px; display: inline-block; font-weight: 600;">
35
+ Accept Invitation
36
+ </a>
37
+ </div>
38
+
39
+ <div style="background-color: #f8f9fa; padding: 15px; border-radius: 5px; margin-top: 20px;">
40
+ <p style="margin: 5px 0; font-size: 0.9em; color: #666;">Or copy and paste this link into your browser:</p>
41
+ <p style="margin: 5px 0; word-break: break-all; color: #00466a;">{{link}}</p>
42
+ </div>
43
+
44
+ <p style="margin-top: 30px; color: #666; font-size: 0.9em;">If you did not expect this invitation, please ignore this email or contact us if you have concerns.</p>
45
+ </div>
46
+ </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@goweekdays/core",
3
3
  "license": "MIT",
4
- "version": "2.11.15",
4
+ "version": "2.11.17",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",