bullet_train 1.0.72 → 1.0.74
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7294b50cc6079a8483055c3a7f47ca4a4478c03abdb6eb34324631fc685787cf
|
4
|
+
data.tar.gz: c4e08c260f151571f5b1910ad9d5a81fc875727b3bd9440fa820f06b740e45d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3978e046f569d024af01cfb3170c4c468e8a6429b7793a04aaebf90221af6d18ef37a922c7b63509529e5d6c86400a0da070f9efcb956cd49a663506d07ada27
|
7
|
+
data.tar.gz: a641a2368ea1bd3b3e25cf2fcd9229fea5d99e22acc39c9aaf440a88da5935d15081b5ba727ed6bb9833e2e7d6883a6e0d51f74dd508f9b0c8c9f93c1f190d85
|
@@ -1,425 +1 @@
|
|
1
|
-
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
3
|
-
<head>
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
-
<title>Welcome to <%= t('application.name') %>!</title>
|
7
|
-
<% # TODO This is not what we want to do long-term. Would love to see this powered by Tailwind CSS. %>
|
8
|
-
<style type="text/css">
|
9
|
-
*:not(br):not(tr):not(html) {
|
10
|
-
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
11
|
-
box-sizing: border-box;
|
12
|
-
}
|
13
|
-
|
14
|
-
body {
|
15
|
-
width: 100% !important;
|
16
|
-
height: 100%;
|
17
|
-
margin: 0;
|
18
|
-
line-height: 1.4;
|
19
|
-
background-color: #F6F7F8;
|
20
|
-
color: #3E4B5B;
|
21
|
-
font-size: 16px;
|
22
|
-
-webkit-text-size-adjust: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
p,
|
26
|
-
ul,
|
27
|
-
ol,
|
28
|
-
blockquote {
|
29
|
-
line-height: 1.4;
|
30
|
-
text-align: left;
|
31
|
-
}
|
32
|
-
|
33
|
-
a {
|
34
|
-
color: #047BF8;
|
35
|
-
}
|
36
|
-
|
37
|
-
a img {
|
38
|
-
border: none;
|
39
|
-
}
|
40
|
-
/* Layout ------------------------------ */
|
41
|
-
|
42
|
-
.email-wrapper {
|
43
|
-
width: 100%;
|
44
|
-
margin: 0;
|
45
|
-
padding: 0;
|
46
|
-
background-color: #F6F7F8;
|
47
|
-
}
|
48
|
-
|
49
|
-
.email-content {
|
50
|
-
width: 100%;
|
51
|
-
margin: 0;
|
52
|
-
padding: 0;
|
53
|
-
}
|
54
|
-
/* Masthead ----------------------- */
|
55
|
-
|
56
|
-
.email-masthead {
|
57
|
-
padding: 25px 0;
|
58
|
-
text-align: center;
|
59
|
-
}
|
60
|
-
|
61
|
-
.email-masthead_logo {
|
62
|
-
width: 94px;
|
63
|
-
}
|
64
|
-
|
65
|
-
.email-masthead_name {
|
66
|
-
font-size: 16px;
|
67
|
-
/*font-weight: bold;*/
|
68
|
-
color: #bbbfc3;
|
69
|
-
text-decoration: none;
|
70
|
-
/*text-shadow: 0 1px 0 white;*/
|
71
|
-
}
|
72
|
-
/* Body ------------------------------ */
|
73
|
-
|
74
|
-
.email-body {
|
75
|
-
width: 100%;
|
76
|
-
margin: 0;
|
77
|
-
padding: 0;
|
78
|
-
border-top: 1px solid #EDEFF2;
|
79
|
-
border-bottom: 1px solid #EDEFF2;
|
80
|
-
background-color: #FFFFFF;
|
81
|
-
|
82
|
-
}
|
83
|
-
|
84
|
-
.email-body_inner {
|
85
|
-
width: 570px;
|
86
|
-
margin: 0 auto;
|
87
|
-
padding: 0;
|
88
|
-
background-color: #FFFFFF;
|
89
|
-
}
|
90
|
-
|
91
|
-
.email-footer {
|
92
|
-
width: 570px;
|
93
|
-
margin: 0 auto;
|
94
|
-
padding: 0;
|
95
|
-
text-align: center;
|
96
|
-
}
|
97
|
-
|
98
|
-
.email-footer p {
|
99
|
-
color: #AAAAAA;
|
100
|
-
}
|
101
|
-
|
102
|
-
.body-action {
|
103
|
-
width: 100%;
|
104
|
-
margin: 30px auto;
|
105
|
-
padding: 0;
|
106
|
-
text-align: center;
|
107
|
-
}
|
108
|
-
|
109
|
-
.body-sub {
|
110
|
-
margin-top: 25px;
|
111
|
-
padding-top: 25px;
|
112
|
-
border-top: 1px solid #EDEFF2;
|
113
|
-
}
|
114
|
-
|
115
|
-
.content-cell {
|
116
|
-
padding: 35px;
|
117
|
-
}
|
118
|
-
|
119
|
-
.preheader {
|
120
|
-
display: none !important;
|
121
|
-
}
|
122
|
-
/* Attribute list ------------------------------ */
|
123
|
-
|
124
|
-
.attributes {
|
125
|
-
margin: 0 0 21px;
|
126
|
-
}
|
127
|
-
|
128
|
-
.attributes_content {
|
129
|
-
background-color: #EDEFF2;
|
130
|
-
padding: 16px;
|
131
|
-
}
|
132
|
-
|
133
|
-
.attributes_item {
|
134
|
-
padding: 0;
|
135
|
-
}
|
136
|
-
/* Related Items ------------------------------ */
|
137
|
-
|
138
|
-
.related {
|
139
|
-
width: 100%;
|
140
|
-
margin: 0;
|
141
|
-
padding: 25px 0 0 0;
|
142
|
-
}
|
143
|
-
|
144
|
-
.related_item {
|
145
|
-
padding: 10px 0;
|
146
|
-
color: #3E4B5B;
|
147
|
-
font-size: 15px;
|
148
|
-
line-height: 18px;
|
149
|
-
}
|
150
|
-
|
151
|
-
.related_item-title {
|
152
|
-
display: block;
|
153
|
-
margin: .5em 0 0;
|
154
|
-
}
|
155
|
-
|
156
|
-
.related_item-thumb {
|
157
|
-
display: block;
|
158
|
-
padding-bottom: 10px;
|
159
|
-
}
|
160
|
-
|
161
|
-
.related_heading {
|
162
|
-
border-top: 1px solid #EDEFF2;
|
163
|
-
text-align: center;
|
164
|
-
padding: 25px 0 10px;
|
165
|
-
}
|
166
|
-
/* Discount Code ------------------------------ */
|
167
|
-
|
168
|
-
.discount {
|
169
|
-
width: 100%;
|
170
|
-
margin: 0;
|
171
|
-
padding: 24px;
|
172
|
-
background-color: #EDEFF2;
|
173
|
-
border: 2px dashed #9BA2AB;
|
174
|
-
}
|
175
|
-
|
176
|
-
.discount_heading {
|
177
|
-
text-align: center;
|
178
|
-
}
|
179
|
-
|
180
|
-
.discount_body {
|
181
|
-
text-align: center;
|
182
|
-
font-size: 15px;
|
183
|
-
}
|
184
|
-
/* Social Icons ------------------------------ */
|
185
|
-
|
186
|
-
.social {
|
187
|
-
width: auto;
|
188
|
-
}
|
189
|
-
|
190
|
-
.social td {
|
191
|
-
padding: 0;
|
192
|
-
width: auto;
|
193
|
-
}
|
194
|
-
|
195
|
-
.social_icon {
|
196
|
-
height: 20px;
|
197
|
-
margin: 0 8px 10px 8px;
|
198
|
-
padding: 0;
|
199
|
-
}
|
200
|
-
/* Data table ------------------------------ */
|
201
|
-
|
202
|
-
.purchase {
|
203
|
-
width: 100%;
|
204
|
-
margin: 0;
|
205
|
-
padding: 35px 0;
|
206
|
-
}
|
207
|
-
|
208
|
-
.purchase_content {
|
209
|
-
width: 100%;
|
210
|
-
margin: 0;
|
211
|
-
padding: 25px 0 0 0;
|
212
|
-
}
|
213
|
-
|
214
|
-
.purchase_item {
|
215
|
-
padding: 10px 0;
|
216
|
-
color: #3E4B5B;
|
217
|
-
font-size: 15px;
|
218
|
-
line-height: 18px;
|
219
|
-
}
|
220
|
-
|
221
|
-
.purchase_heading {
|
222
|
-
padding-bottom: 8px;
|
223
|
-
border-bottom: 1px solid #EDEFF2;
|
224
|
-
}
|
225
|
-
|
226
|
-
.purchase_heading p {
|
227
|
-
margin: 0;
|
228
|
-
color: #9BA2AB;
|
229
|
-
font-size: 12px;
|
230
|
-
}
|
231
|
-
|
232
|
-
.purchase_footer {
|
233
|
-
padding-top: 15px;
|
234
|
-
border-top: 1px solid #EDEFF2;
|
235
|
-
}
|
236
|
-
|
237
|
-
.purchase_total {
|
238
|
-
margin: 0;
|
239
|
-
text-align: right;
|
240
|
-
/*font-weight: bold;*/
|
241
|
-
color: #3E4B5B;
|
242
|
-
}
|
243
|
-
|
244
|
-
.purchase_total--label {
|
245
|
-
padding: 0 15px 0 0;
|
246
|
-
}
|
247
|
-
/* Utilities ------------------------------ */
|
248
|
-
|
249
|
-
.align-right {
|
250
|
-
text-align: right;
|
251
|
-
}
|
252
|
-
|
253
|
-
.align-left {
|
254
|
-
text-align: left;
|
255
|
-
}
|
256
|
-
|
257
|
-
.align-center {
|
258
|
-
text-align: center;
|
259
|
-
}
|
260
|
-
/*Media Queries ------------------------------ */
|
261
|
-
|
262
|
-
@media only screen and (max-width: 600px) {
|
263
|
-
.email-body_inner,
|
264
|
-
.email-footer {
|
265
|
-
width: 100% !important;
|
266
|
-
}
|
267
|
-
}
|
268
|
-
|
269
|
-
@media only screen and (max-width: 500px) {
|
270
|
-
.button {
|
271
|
-
width: 100% !important;
|
272
|
-
}
|
273
|
-
}
|
274
|
-
/* Buttons ------------------------------ */
|
275
|
-
|
276
|
-
.button {
|
277
|
-
background-color: #047BF8;
|
278
|
-
border-top: 10px solid #047BF8;
|
279
|
-
border-right: 18px solid #047BF8;
|
280
|
-
border-bottom: 10px solid #047BF8;
|
281
|
-
border-left: 18px solid #047BF8;
|
282
|
-
display: inline-block;
|
283
|
-
color: #FFF;
|
284
|
-
text-decoration: none;
|
285
|
-
border-radius: 3px;
|
286
|
-
-webkit-text-size-adjust: none;
|
287
|
-
line-height: 22px;
|
288
|
-
font-size: 16px;
|
289
|
-
color: #FFF;
|
290
|
-
}
|
291
|
-
|
292
|
-
.button--link {
|
293
|
-
background-color: transparent;
|
294
|
-
border-top: 10px solid transparent;
|
295
|
-
border-right: 18px solid transparent;
|
296
|
-
border-bottom: 10px solid transparent;
|
297
|
-
border-left: 18px solid transparent;
|
298
|
-
display: inline-block;
|
299
|
-
color: #047BF8;
|
300
|
-
text-decoration: underline;
|
301
|
-
border-radius: 3px;
|
302
|
-
/*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);*/
|
303
|
-
-webkit-text-size-adjust: none;
|
304
|
-
}
|
305
|
-
|
306
|
-
.button--green {
|
307
|
-
background-color: #22BC66;
|
308
|
-
border-top: 10px solid #22BC66;
|
309
|
-
border-right: 18px solid #22BC66;
|
310
|
-
border-bottom: 10px solid #22BC66;
|
311
|
-
border-left: 18px solid #22BC66;
|
312
|
-
}
|
313
|
-
|
314
|
-
.button--red {
|
315
|
-
background-color: #FF6136;
|
316
|
-
border-top: 10px solid #FF6136;
|
317
|
-
border-right: 18px solid #FF6136;
|
318
|
-
border-bottom: 10px solid #FF6136;
|
319
|
-
border-left: 18px solid #FF6136;
|
320
|
-
}
|
321
|
-
/* Type ------------------------------ */
|
322
|
-
|
323
|
-
h1 {
|
324
|
-
margin-top: 0;
|
325
|
-
color: #3E4B5B;
|
326
|
-
font-size: 19px;
|
327
|
-
font-weight: bold;
|
328
|
-
text-align: left;
|
329
|
-
}
|
330
|
-
|
331
|
-
h2 {
|
332
|
-
margin-top: 0;
|
333
|
-
color: #3E4B5B;
|
334
|
-
font-size: 16px;
|
335
|
-
font-weight: bold;
|
336
|
-
text-align: left;
|
337
|
-
}
|
338
|
-
|
339
|
-
h3 {
|
340
|
-
margin-top: 0;
|
341
|
-
color: #3E4B5B;
|
342
|
-
font-size: 14px;
|
343
|
-
font-weight: bold;
|
344
|
-
text-align: left;
|
345
|
-
}
|
346
|
-
|
347
|
-
p {
|
348
|
-
margin-top: 0;
|
349
|
-
color: #3E4B5B;
|
350
|
-
font-size: 16px;
|
351
|
-
line-height: 1.5em;
|
352
|
-
text-align: left;
|
353
|
-
}
|
354
|
-
|
355
|
-
p.sub {
|
356
|
-
font-size: 12px;
|
357
|
-
}
|
358
|
-
|
359
|
-
p.center {
|
360
|
-
text-align: center;
|
361
|
-
}
|
362
|
-
|
363
|
-
.body-action.less-footer {
|
364
|
-
margin-bottom: 10px;
|
365
|
-
}
|
366
|
-
</style>
|
367
|
-
</head>
|
368
|
-
<body>
|
369
|
-
<% if content_for? :preheader %>
|
370
|
-
<span class="preheader"><% yield :preheader %></span>
|
371
|
-
<% end %>
|
372
|
-
<table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0">
|
373
|
-
<tr>
|
374
|
-
<td align="center">
|
375
|
-
<table class="email-content" width="100%" cellpadding="0" cellspacing="0">
|
376
|
-
<tr>
|
377
|
-
<td class="email-masthead">
|
378
|
-
<a href="<%= root_url %>" class="email-masthead_name">
|
379
|
-
<%= email_image_tag("logo/logo.png", width: image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height), height: BulletTrain::Themes.logo_height, style: "width: #{image_width_for_height('logo/logo.png', BulletTrain::Themes.logo_height)}px; height: #{BulletTrain::Themes.logo_height}px;") %>
|
380
|
-
</a>
|
381
|
-
</td>
|
382
|
-
</tr>
|
383
|
-
<!-- Email Body -->
|
384
|
-
<tr>
|
385
|
-
<td class="email-body" width="100%" cellpadding="0" cellspacing="0">
|
386
|
-
<table class="email-body_inner" align="center" width="570" cellpadding="0" cellspacing="0">
|
387
|
-
<!-- Body content -->
|
388
|
-
<tr>
|
389
|
-
<td class="content-cell">
|
390
|
-
|
391
|
-
<%= yield %>
|
392
|
-
|
393
|
-
<% if false %>
|
394
|
-
<!-- Sub copy -->
|
395
|
-
<table class="body-sub">
|
396
|
-
<tr>
|
397
|
-
<td>
|
398
|
-
<p class="sub"><%= t('.trouble') %></p>
|
399
|
-
<p class="sub">{{action_url}}</p>
|
400
|
-
</td>
|
401
|
-
</tr>
|
402
|
-
</table>
|
403
|
-
<% end %>
|
404
|
-
</td>
|
405
|
-
</tr>
|
406
|
-
</table>
|
407
|
-
</td>
|
408
|
-
</tr>
|
409
|
-
<tr>
|
410
|
-
<td>
|
411
|
-
<table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0">
|
412
|
-
<tr>
|
413
|
-
<td class="content-cell" align="center">
|
414
|
-
<p class="sub align-center">© <%= t('.all_rights_reserved', year: Date.today.year, product_name: t('application.name')) %></p>
|
415
|
-
</td>
|
416
|
-
</tr>
|
417
|
-
</table>
|
418
|
-
</td>
|
419
|
-
</tr>
|
420
|
-
</table>
|
421
|
-
</td>
|
422
|
-
</tr>
|
423
|
-
</table>
|
424
|
-
</body>
|
425
|
-
</html>
|
1
|
+
<%= render "themes/#{current_theme}/layouts/mailer" %>
|
data/lib/bullet_train/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.74
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|
@@ -428,8 +428,6 @@ files:
|
|
428
428
|
- README.md
|
429
429
|
- Rakefile
|
430
430
|
- app/assets/config/bullet_train_manifest.js
|
431
|
-
- app/assets/javascripts/bullet-train.js
|
432
|
-
- app/assets/javascripts/bullet-train.js.map
|
433
431
|
- app/controllers/account/invitations_controller.rb
|
434
432
|
- app/controllers/account/memberships_controller.rb
|
435
433
|
- app/controllers/account/onboarding/user_details_controller.rb
|
@@ -665,7 +663,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
665
663
|
- !ruby/object:Gem::Version
|
666
664
|
version: '0'
|
667
665
|
requirements: []
|
668
|
-
rubygems_version: 3.
|
666
|
+
rubygems_version: 3.2.22
|
669
667
|
signing_key:
|
670
668
|
specification_version: 4
|
671
669
|
summary: Bullet Train
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{Controller as e}from"@hotwired/stimulus";function t(e){const t=(e.match(/^(?:\.\/)?(.+)(?:[_-]controller\..+?)$/)||[])[1];if(t)return t.replace(/_/g,"-").replace(/\//g,"--")}class i extends e{copy(){this.inputTarget.value=this.sourceTarget.innerText,this.inputTarget.select(),document.execCommand("copy"),this.buttonTarget.innerHTML='<i id="copied" class="fas fa-check w-4 h-4 block text-green-600"></i>',setTimeout(function(){document.getElementById("copied").innerHTML='<i class="far fa-copy w-4 h-4 block text-gray-600"></i>'},1500)}}i.targets=["source","input","button"];class r extends e{constructor(){super(...arguments),this.removeTrailingNewlines=e=>{e.element.innerHTML.match(/<br><\/div>$/)&&(e.element.innerHTML=e.element.innerHTML.slice(0,-10)+"</div>",this.removeTrailingNewlines(e))},this.removeTrailingWhitespace=e=>{e.element.innerHTML.match(/ <\/div>$/)?(e.element.innerHTML=e.element.innerHTML.slice(0,-12)+"</div>",this.removeTrailingWhitespace(e)):e.element.innerHTML.match(/ <\/div>$/)&&(e.element.innerHTML=e.element.innerHTML.slice(0,-13)+"</div>",this.removeTrailingWhitespace(e))}}resetOnSuccess(e){e.detail.success&&e.target.reset()}stripTrix(){this.trixFieldTargets.forEach(e=>{this.removeTrailingNewlines(e.editor),this.removeTrailingWhitespace(e.editor),e.parentElement.querySelector("input").value=e.innerHTML})}submitOnReturn(e){if((e.metaKey||e.ctrlKey)&&13==e.keyCode){e.preventDefault();let t=e.target.closest("form");this.submitForm(t)}}submitForm(e){e.requestSubmit?e.requestSubmit():e.querySelector("[type=submit]").click()}}r.targets=["trixField","scroll"];class s extends e{toggle(){const e=this.isWrapperHidden?this.showEventNameValue:this.hideEventNameValue;this.isWrapperHidden&&this.showWrapper(),this.wrapperTarget.dispatchEvent(new CustomEvent(e))}get isWrapperHidden(){return this.wrapperTarget.classList.contains(this.hiddenClass)}showWrapper(){this.wrapperTarget.classList.remove(this.hiddenClass)}hideWrapper(){this.wrapperTarget.classList.add(this.hiddenClass)}}s.targets=["wrapper"],s.classes=["hidden"],s.values={showEventName:String,hideEventName:String};const n=[[i,"clipboard_controller.js"],[r,"form_controller.js"],[s,"mobile_menu_controller.js"]].map(function(e){const i=e[0];return{identifier:t(e[1]),controllerConstructor:i}});document.addEventListener("turbo:load",()=>{navigator.userAgent.toLocaleLowerCase().includes("electron")&&document.body.classList.add("electron")});export{n as controllerDefinitions};
|
2
|
-
//# sourceMappingURL=bullet-train.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"bullet-train.js","sources":["../../../node_modules/@hotwired/stimulus-webpack-helpers/dist/stimulus-webpack-helpers.js","../../javascript/controllers/clipboard_controller.js","../../javascript/controllers/form_controller.js","../../javascript/controllers/mobile_menu_controller.js","../../javascript/controllers/index.js","../../javascript/electron/index.js"],"sourcesContent":["/*\nStimulus Webpack Helpers 1.0.0\nCopyright © 2021 Basecamp, LLC\n */\nfunction definitionsFromContext(context) {\n return context.keys()\n .map((key) => definitionForModuleWithContextAndKey(context, key))\n .filter((value) => value);\n}\nfunction definitionForModuleWithContextAndKey(context, key) {\n const identifier = identifierForContextKey(key);\n if (identifier) {\n return definitionForModuleAndIdentifier(context(key), identifier);\n }\n}\nfunction definitionForModuleAndIdentifier(module, identifier) {\n const controllerConstructor = module.default;\n if (typeof controllerConstructor == \"function\") {\n return { identifier, controllerConstructor };\n }\n}\nfunction identifierForContextKey(key) {\n const logicalName = (key.match(/^(?:\\.\\/)?(.+)(?:[_-]controller\\..+?)$/) || [])[1];\n if (logicalName) {\n return logicalName.replace(/_/g, \"-\").replace(/\\//g, \"--\");\n }\n}\n\nexport { definitionForModuleAndIdentifier, definitionForModuleWithContextAndKey, definitionsFromContext, identifierForContextKey };\n","import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = ['source', 'input', 'button']\n\n copy() {\n this.inputTarget.value = this.sourceTarget.innerText\n this.inputTarget.select()\n document.execCommand('copy')\n this.buttonTarget.innerHTML = '<i id=\"copied\" class=\"fas fa-check w-4 h-4 block text-green-600\"></i>'\n setTimeout(function () {\n document.getElementById('copied').innerHTML = '<i class=\"far fa-copy w-4 h-4 block text-gray-600\"></i>'\n }, 1500)\n }\n}\n","import { Controller } from \"@hotwired/stimulus\"\n\n// TODO Some of this feels really specific to the conversation messages form. Should we rename this controller?\nexport default class extends Controller {\n static targets = ['trixField', 'scroll']\n\n resetOnSuccess(e){\n if(e.detail.success) {\n e.target.reset();\n }\n }\n\n stripTrix(){\n this.trixFieldTargets.forEach(element => {\n this.removeTrailingNewlines(element.editor)\n this.removeTrailingWhitespace(element.editor)\n // When doing this as part of the form submission, Trix does not update the input element's value attribute fast enough.\n // In order to submit the stripped value, we manually update it here to fix the race condition\n element.parentElement.querySelector(\"input\").value = element.innerHTML\n })\n }\n\n submitOnReturn(e) {\n if((e.metaKey || e.ctrlKey) && e.keyCode == 13) {\n e.preventDefault();\n let form = e.target.closest(\"form\")\n this.submitForm(form)\n }\n }\n\n removeTrailingNewlines = (trixEditor) => {\n if (trixEditor.element.innerHTML.match(/<br><\\/div>$/)) {\n trixEditor.element.innerHTML = trixEditor.element.innerHTML.slice(0, -10) + \"</div>\"\n this.removeTrailingNewlines(trixEditor)\n }\n }\n\n removeTrailingWhitespace = (trixEditor) => {\n if (trixEditor.element.innerHTML.match(/ <\\/div>$/)) {\n trixEditor.element.innerHTML = trixEditor.element.innerHTML.slice(0, -12) + \"</div>\"\n this.removeTrailingWhitespace(trixEditor)\n } else if (trixEditor.element.innerHTML.match(/ <\\/div>$/)) {\n trixEditor.element.innerHTML = trixEditor.element.innerHTML.slice(0, -13) + \"</div>\"\n this.removeTrailingWhitespace(trixEditor)\n }\n }\n\n submitForm(form) {\n // Right now, Safari and IE don't support the requestSubmit method which is required for Turbo\n // Doing form.submit() doesn't actually fire the submit event which Turbo needs\n if (form.requestSubmit) {\n form.requestSubmit()\n } else {\n form.querySelector(\"[type=submit]\").click()\n }\n }\n}\n","import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = [ \"wrapper\"]\n static classes = [ \"hidden\" ] // necessary because stimulus-reveal will mess with the [hidden] attribute on the wrapper\n static values = {\n showEventName: String,\n hideEventName: String,\n }\n\n toggle() {\n const eventName = this.isWrapperHidden? this.showEventNameValue: this.hideEventNameValue\n if (this.isWrapperHidden) {\n this.showWrapper()\n }\n \n this.wrapperTarget.dispatchEvent(new CustomEvent(eventName))\n }\n \n get isWrapperHidden() {\n return this.wrapperTarget.classList.contains(this.hiddenClass)\n }\n \n showWrapper() {\n this.wrapperTarget.classList.remove(this.hiddenClass)\n }\n \n hideWrapper() {\n this.wrapperTarget.classList.add(this.hiddenClass)\n }\n}","import { identifierForContextKey } from \"@hotwired/stimulus-webpack-helpers\"\n\nimport ClipboardController from './clipboard_controller'\nimport FormController from './form_controller'\nimport MobileMenuController from './mobile_menu_controller'\n\nexport const controllerDefinitions = [\n [ClipboardController, 'clipboard_controller.js'],\n [FormController, 'form_controller.js'],\n [MobileMenuController, 'mobile_menu_controller.js'],\n].map(function(d) {\n const key = d[1]\n const controller = d[0]\n return {\n identifier: identifierForContextKey(key),\n controllerConstructor: controller\n }\n})\n","document.addEventListener(\"turbo:load\", () => {\n if (navigator.userAgent.toLocaleLowerCase().includes('electron')) {\n document.body.classList.add('electron')\n }\n})"],"names":["identifierForContextKey","key","logicalName","match","replace","Controller","copy","this","inputTarget","value","sourceTarget","innerText","select","document","execCommand","buttonTarget","innerHTML","setTimeout","getElementById","targets","removeTrailingNewlines","trixEditor","element","slice","removeTrailingWhitespace","resetOnSuccess","e","detail","success","target","reset","stripTrix","trixFieldTargets","forEach","editor","parentElement","querySelector","submitOnReturn","metaKey","ctrlKey","keyCode","preventDefault","form","closest","submitForm","requestSubmit","click","toggle","eventName","isWrapperHidden","showEventNameValue","hideEventNameValue","showWrapper","wrapperTarget","dispatchEvent","CustomEvent","classList","contains","hiddenClass","remove","hideWrapper","add","classes","values","showEventName","String","hideEventName","controllerDefinitions","ClipboardController","FormController","MobileMenuController","map","d","controller","identifier","controllerConstructor","addEventListener","navigator","userAgent","toLocaleLowerCase","includes","body"],"mappings":"gDAqBA,SAASA,EAAwBC,GAC7B,MAAMC,GAAeD,EAAIE,MAAM,2CAA6C,IAAI,GAChF,GAAID,EACA,OAAOA,EAAYE,QAAQ,KAAM,KAAKA,QAAQ,MAAO,sBCtBhCC,EAG3BC,OACEC,KAAKC,YAAYC,MAAQF,KAAKG,aAAaC,UAC3CJ,KAAKC,YAAYI,SACjBC,SAASC,YAAY,QACrBP,KAAKQ,aAAaC,UAAY,wEAC9BC,WAAW,WACTJ,SAASK,eAAe,UAAUF,UAAY,2DAC7C,SATEG,QAAU,CAAC,SAAU,QAAS,0BCAVd,yCA2B3Be,uBAA0BC,IACpBA,EAAWC,QAAQN,UAAUb,MAAM,kBACrCkB,EAAWC,QAAQN,UAAYK,EAAWC,QAAQN,UAAUO,MAAM,GAAI,IAAM,SAC5EhB,KAAKa,uBAAuBC,UAIhCG,yBAA4BH,IACtBA,EAAWC,QAAQN,UAAUb,MAAM,mBACrCkB,EAAWC,QAAQN,UAAYK,EAAWC,QAAQN,UAAUO,MAAM,GAAI,IAAM,SAC5EhB,KAAKiB,yBAAyBH,IACrBA,EAAWC,QAAQN,UAAUb,MAAM,qBAC5CkB,EAAWC,QAAQN,UAAYK,EAAWC,QAAQN,UAAUO,MAAM,GAAI,IAAM,SAC5EhB,KAAKiB,yBAAyBH,KArClCI,eAAeC,GACVA,EAAEC,OAAOC,SACVF,EAAEG,OAAOC,QAIbC,YACExB,KAAKyB,iBAAiBC,QAAQX,IAC5Bf,KAAKa,uBAAuBE,EAAQY,QACpC3B,KAAKiB,yBAAyBF,EAAQY,QAGtCZ,EAAQa,cAAcC,cAAc,SAAS3B,MAAQa,EAAQN,YAIjEqB,eAAeX,GACb,IAAIA,EAAEY,SAAWZ,EAAEa,UAA0B,IAAbb,EAAEc,QAAe,CAC/Cd,EAAEe,iBACF,IAAIC,EAAOhB,EAAEG,OAAOc,QAAQ,QAC5BpC,KAAKqC,WAAWF,IAqBpBE,WAAWF,GAGLA,EAAKG,cACPH,EAAKG,gBAELH,EAAKN,cAAc,iBAAiBU,WAjDjC3B,QAAU,CAAC,YAAa,0BCFJd,EAQ3B0C,SACE,MAAMC,EAAYzC,KAAK0C,gBAAiB1C,KAAK2C,mBAAoB3C,KAAK4C,mBAClE5C,KAAK0C,iBACP1C,KAAK6C,cAGP7C,KAAK8C,cAAcC,cAAc,IAAIC,YAAYP,IAG/CC,sBACF,YAAYI,cAAcG,UAAUC,SAASlD,KAAKmD,aAGpDN,cACE7C,KAAK8C,cAAcG,UAAUG,OAAOpD,KAAKmD,aAG3CE,cACErD,KAAK8C,cAAcG,UAAUK,IAAItD,KAAKmD,gBAzBjCvC,QAAU,CAAE,aACZ2C,QAAU,CAAE,YACZC,OAAS,CACdC,cAAeC,OACfC,cAAeD,QCDNE,MAAAA,EAAwB,CACnC,CAACC,EAAqB,2BACtB,CAACC,EAAgB,sBACjB,CAACC,EAAsB,8BACvBC,IAAI,SAASC,GACb,MACMC,EAAaD,EAAE,GACrB,MAAO,CACLE,WAAY1E,EAHFwE,EAAE,IAIZG,sBAAuBF,KCf3B5D,SAAS+D,iBAAiB,aAAc,KAClCC,UAAUC,UAAUC,oBAAoBC,SAAS,aACnDnE,SAASoE,KAAKzB,UAAUK,IAAI"}
|