@heliyos/heliyos-api-core 1.0.64 → 1.0.65
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.
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
font-weight: bold;
|
|
80
80
|
color: #111827;
|
|
81
81
|
margin: 0;
|
|
82
|
-
line-height: 1;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
.section-count {
|
|
@@ -149,19 +148,6 @@
|
|
|
149
148
|
color: #374151;
|
|
150
149
|
}
|
|
151
150
|
|
|
152
|
-
.org-summary-box {
|
|
153
|
-
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
|
154
|
-
color: #ffffff;
|
|
155
|
-
padding: 20px;
|
|
156
|
-
border-radius: 8px;
|
|
157
|
-
margin: 24px 0;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.org-summary-box h3 {
|
|
161
|
-
margin: 0 0 12px 0;
|
|
162
|
-
font-size: 18px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
151
|
.footer {
|
|
166
152
|
background-color: #7c3aed;
|
|
167
153
|
padding: 20px;
|
|
@@ -196,18 +182,6 @@
|
|
|
196
182
|
Here's your daily summary of activities in your Heliyos workspace.
|
|
197
183
|
</div>
|
|
198
184
|
|
|
199
|
-
{{#if has_org_summary}}
|
|
200
|
-
<div class="org-summary-box">
|
|
201
|
-
<table border="0" cellpadding="0" cellspacing="0">
|
|
202
|
-
<tr>
|
|
203
|
-
<td style="vertical-align: middle; padding-right: 8px; font-size: 20px;">📊</td>
|
|
204
|
-
<td style="vertical-align: middle;"><h3 style="margin: 0;">Organization Summary</h3></td>
|
|
205
|
-
</tr>
|
|
206
|
-
</table>
|
|
207
|
-
<p style="margin-top: 12px; line-height: 1.6;">{{{org_summary}}}</p>
|
|
208
|
-
</div>
|
|
209
|
-
{{/if}}
|
|
210
|
-
|
|
211
185
|
{{#if has_tasks}}
|
|
212
186
|
<div class="section">
|
|
213
187
|
<div class="section-header">
|
|
@@ -49,21 +49,6 @@
|
|
|
49
49
|
font-size: 14px;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.badge {
|
|
53
|
-
display: inline-block;
|
|
54
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
55
|
-
border-radius: 20px;
|
|
56
|
-
margin-top: 10px;
|
|
57
|
-
padding: 0 14px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.badge-text {
|
|
61
|
-
font-size: 13px;
|
|
62
|
-
color: #ffffff;
|
|
63
|
-
font-weight: 600;
|
|
64
|
-
line-height: 28px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
52
|
.content {
|
|
68
53
|
padding: 30px;
|
|
69
54
|
background-color: #ffffff;
|
|
@@ -152,14 +137,6 @@
|
|
|
152
137
|
<img src="https://assets.heliyos.ai/heliyos-logo-white.png" alt="Heliyos AI">
|
|
153
138
|
<div class="header-title">{{organization_name}} Daily Briefing</div>
|
|
154
139
|
<div class="header-date">{{date}}</div>
|
|
155
|
-
<div class="badge">
|
|
156
|
-
<table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
|
|
157
|
-
<tr>
|
|
158
|
-
<td style="vertical-align: middle; padding-right: 5px; font-size: 14px; line-height: 28px;">📊</td>
|
|
159
|
-
<td style="vertical-align: middle;" class="badge-text">Organization summary</td>
|
|
160
|
-
</tr>
|
|
161
|
-
</table>
|
|
162
|
-
</div>
|
|
163
140
|
</div>
|
|
164
141
|
|
|
165
142
|
<div class="content">
|
package/package.json
CHANGED
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
font-weight: bold;
|
|
80
80
|
color: #111827;
|
|
81
81
|
margin: 0;
|
|
82
|
-
line-height: 1;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
.section-count {
|
|
@@ -149,19 +148,6 @@
|
|
|
149
148
|
color: #374151;
|
|
150
149
|
}
|
|
151
150
|
|
|
152
|
-
.org-summary-box {
|
|
153
|
-
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
|
154
|
-
color: #ffffff;
|
|
155
|
-
padding: 20px;
|
|
156
|
-
border-radius: 8px;
|
|
157
|
-
margin: 24px 0;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.org-summary-box h3 {
|
|
161
|
-
margin: 0 0 12px 0;
|
|
162
|
-
font-size: 18px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
151
|
.footer {
|
|
166
152
|
background-color: #7c3aed;
|
|
167
153
|
padding: 20px;
|
|
@@ -196,18 +182,6 @@
|
|
|
196
182
|
Here's your daily summary of activities in your Heliyos workspace.
|
|
197
183
|
</div>
|
|
198
184
|
|
|
199
|
-
{{#if has_org_summary}}
|
|
200
|
-
<div class="org-summary-box">
|
|
201
|
-
<table border="0" cellpadding="0" cellspacing="0">
|
|
202
|
-
<tr>
|
|
203
|
-
<td style="vertical-align: middle; padding-right: 8px; font-size: 20px;">📊</td>
|
|
204
|
-
<td style="vertical-align: middle;"><h3 style="margin: 0;">Organization Summary</h3></td>
|
|
205
|
-
</tr>
|
|
206
|
-
</table>
|
|
207
|
-
<p style="margin-top: 12px; line-height: 1.6;">{{{org_summary}}}</p>
|
|
208
|
-
</div>
|
|
209
|
-
{{/if}}
|
|
210
|
-
|
|
211
185
|
{{#if has_tasks}}
|
|
212
186
|
<div class="section">
|
|
213
187
|
<div class="section-header">
|
|
@@ -49,21 +49,6 @@
|
|
|
49
49
|
font-size: 14px;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.badge {
|
|
53
|
-
display: inline-block;
|
|
54
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
55
|
-
border-radius: 20px;
|
|
56
|
-
margin-top: 10px;
|
|
57
|
-
padding: 0 14px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.badge-text {
|
|
61
|
-
font-size: 13px;
|
|
62
|
-
color: #ffffff;
|
|
63
|
-
font-weight: 600;
|
|
64
|
-
line-height: 28px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
52
|
.content {
|
|
68
53
|
padding: 30px;
|
|
69
54
|
background-color: #ffffff;
|
|
@@ -152,14 +137,6 @@
|
|
|
152
137
|
<img src="https://assets.heliyos.ai/heliyos-logo-white.png" alt="Heliyos AI">
|
|
153
138
|
<div class="header-title">{{organization_name}} Daily Briefing</div>
|
|
154
139
|
<div class="header-date">{{date}}</div>
|
|
155
|
-
<div class="badge">
|
|
156
|
-
<table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
|
|
157
|
-
<tr>
|
|
158
|
-
<td style="vertical-align: middle; padding-right: 5px; font-size: 14px; line-height: 28px;">📊</td>
|
|
159
|
-
<td style="vertical-align: middle;" class="badge-text">Organization summary</td>
|
|
160
|
-
</tr>
|
|
161
|
-
</table>
|
|
162
|
-
</div>
|
|
163
140
|
</div>
|
|
164
141
|
|
|
165
142
|
<div class="content">
|