wuffle 0.69.0 → 0.70.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.
package/public/bundle.css CHANGED
@@ -1,9 +1,9 @@
1
1
 
2
- .icon.svelte-1og232h {
2
+ .icon.svelte-13so817 {
3
3
  vertical-align: initial;
4
4
  }
5
5
 
6
- .hint-list.svelte-1ukwxhr {
6
+ .hint-list.svelte-hnhbxj {
7
7
  list-style: none;
8
8
  max-height: 200px;
9
9
  overflow-y: auto;
@@ -11,23 +11,23 @@
11
11
  margin: 0;
12
12
  }
13
13
 
14
- .hint-list.svelte-1ukwxhr:not(:first-child) {
14
+ .hint-list.svelte-hnhbxj:not(:first-child) {
15
15
  margin-top: 0;
16
16
  }
17
17
 
18
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) {
18
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj) {
19
19
  margin: 0 var(--container-gap);
20
20
  }
21
21
 
22
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):first-child {
22
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj):first-child {
23
23
  margin-top: var(--container-gap);
24
24
  }
25
25
 
26
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):last-child {
26
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj):last-child {
27
27
  margin-bottom: var(--container-gap);
28
28
  }
29
29
 
30
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr) {
30
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj) a:where(.svelte-hnhbxj) {
31
31
  padding: calc(var(--container-gap) / 2) var(--container-gap);
32
32
  width: 100%;
33
33
  display: block;
@@ -35,29 +35,29 @@
35
35
  color: inherit;
36
36
  text-decoration: none;
37
37
  }
38
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr):hover, .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a.active:where(.svelte-1ukwxhr) {
38
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj) a:where(.svelte-hnhbxj):hover, .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj) a.active:where(.svelte-hnhbxj) {
39
39
  background: rgba(55, 172, 200, 0.1);
40
40
  }
41
41
  /* (unused) .hint-list li a.text {
42
42
  color: #6c757d;
43
43
  }*/
44
44
 
45
- .matched.svelte-1ukwxhr {
45
+ .matched.svelte-hnhbxj {
46
46
  background: rgba(55, 172, 200, 0.2);
47
47
  color: #2c8aa0;
48
48
  }
49
49
 
50
50
  @media (prefers-color-scheme: dark) {
51
- .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr),
52
- .matched.svelte-1ukwxhr {
51
+ .hint-list.svelte-hnhbxj li:where(.svelte-hnhbxj) a:where(.svelte-hnhbxj),
52
+ .matched.svelte-hnhbxj {
53
53
  color: #f8f9fa;
54
54
  }
55
55
  }
56
- .dropdown-parent.svelte-zg8sye {
56
+ .dropdown-parent.svelte-12vca6d {
57
57
  position: relative;
58
58
  }
59
59
 
60
- .help-dropdown.svelte-zg8sye {
60
+ .help-dropdown.svelte-12vca6d {
61
61
  border-radius: 4px;
62
62
  margin: 0;
63
63
  margin-top: 5px;
@@ -82,18 +82,18 @@
82
82
  right: auto;
83
83
  display: block;
84
84
  }
85
- .help-dropdown.svelte-zg8sye .category:where(.svelte-zg8sye) {
85
+ .help-dropdown.svelte-12vca6d .category:where(.svelte-12vca6d) {
86
86
  color: #37ACC8;
87
87
  font-weight: bold;
88
88
  margin: 0.8rem;
89
89
  margin-bottom: 0.25rem;
90
90
  font-size: 1em;
91
91
  }
92
- .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) {
92
+ .help-dropdown.svelte-12vca6d .note:where(.svelte-12vca6d) {
93
93
  margin: 0.8rem;
94
94
  color: #6c757d;
95
95
  }
96
- .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) {
96
+ .help-dropdown.svelte-12vca6d .note:where(.svelte-12vca6d) code:where(.svelte-12vca6d) {
97
97
  display: inline-block;
98
98
  padding: 0 0.5rem;
99
99
  background: #F0F0F0;
@@ -101,41 +101,41 @@
101
101
  }
102
102
 
103
103
  @media (prefers-color-scheme: dark) {
104
- .help-dropdown.svelte-zg8sye {
104
+ .help-dropdown.svelte-12vca6d {
105
105
  background-color: #0e1117;
106
106
  border-color: #343a40;
107
107
  }
108
- .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) {
108
+ .help-dropdown.svelte-12vca6d .note:where(.svelte-12vca6d) {
109
109
  color: #9fadba;
110
110
  }
111
- .help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) {
111
+ .help-dropdown.svelte-12vca6d .note:where(.svelte-12vca6d) code:where(.svelte-12vca6d) {
112
112
  background-color: #343a40;
113
113
  color: #f8f9fa;
114
114
  }
115
115
  }
116
- .board-filter.svelte-zg8sye {
116
+ .board-filter.svelte-12vca6d {
117
117
  width: 300px;
118
118
  }
119
- .board-filter.expanded.svelte-zg8sye {
119
+ .board-filter.expanded.svelte-12vca6d {
120
120
  width: 500px;
121
121
  max-width: 100%;
122
122
  }
123
- .board-filter.svelte-zg8sye > input:where(.svelte-zg8sye) {
123
+ .board-filter.svelte-12vca6d > input:where(.svelte-12vca6d) {
124
124
  width: 100%;
125
125
  }
126
126
 
127
- .icon.svelte-zg8sye {
127
+ .icon.svelte-12vca6d {
128
128
  color: #dee2e6;
129
129
  }
130
130
 
131
131
  @media (prefers-color-scheme: dark) {
132
- .board-filter.svelte-zg8sye input:where(.svelte-zg8sye) {
132
+ .board-filter.svelte-12vca6d input:where(.svelte-12vca6d) {
133
133
  background-color: #0e1117;
134
134
  border-color: #343a40;
135
135
  color: #f8f9fa;
136
136
  }
137
137
  }
138
- .avatar.svelte-1ka4vk5 {
138
+ .avatar.svelte-1pre9qb {
139
139
  position: relative;
140
140
  display: inline-block;
141
141
  overflow: hidden;
@@ -149,7 +149,7 @@
149
149
  line-height: 32px;
150
150
  }
151
151
 
152
- .avatar-shadow.svelte-1ka4vk5 {
152
+ .avatar-shadow.svelte-1pre9qb {
153
153
  position: absolute;
154
154
  top: 0;
155
155
  left: 0;
@@ -158,13 +158,13 @@
158
158
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
159
159
  }
160
160
 
161
- .avatar-rounded.svelte-1ka4vk5 {
161
+ .avatar-rounded.svelte-1pre9qb {
162
162
  border-radius: 50%;
163
163
  }
164
- .avatar-rounded.svelte-1ka4vk5 .avatar-shadow:where(.svelte-1ka4vk5) {
164
+ .avatar-rounded.svelte-1pre9qb .avatar-shadow:where(.svelte-1pre9qb) {
165
165
  border-radius: 50%;
166
166
  }
167
- .loader.svelte-scyooh {
167
+ .loader.svelte-li6gfl {
168
168
  position: absolute;
169
169
  left: 50%;
170
170
  top: 50%;
@@ -173,20 +173,20 @@
173
173
  z-index: 200;
174
174
  pointer-events: none;
175
175
  }
176
- .loader.svelte-scyooh > .content:where(.svelte-scyooh) {
176
+ .loader.svelte-li6gfl > .content:where(.svelte-li6gfl) {
177
177
  opacity: 0.3;
178
178
  transition: opacity 0.5s;
179
179
  }
180
- .loader.shown.svelte-scyooh > .content:where(.svelte-scyooh) {
180
+ .loader.shown.svelte-li6gfl > .content:where(.svelte-li6gfl) {
181
181
  opacity: 1;
182
- animation: svelte-scyooh-pulsate 1s infinite;
182
+ animation: svelte-li6gfl-pulsate 1s infinite;
183
183
  animation-timing-function: ease-in-out;
184
184
  }
185
- .loader.svelte-scyooh:not(.shown) > .content:where(.svelte-scyooh) {
185
+ .loader.svelte-li6gfl:not(.shown) > .content:where(.svelte-li6gfl) {
186
186
  opacity: 0;
187
187
  }
188
188
 
189
- @keyframes svelte-scyooh-pulsate {
189
+ @keyframes svelte-li6gfl-pulsate {
190
190
  0% {
191
191
  transform: scale(1);
192
192
  opacity: 1;
@@ -200,7 +200,7 @@
200
200
  opacity: 1;
201
201
  }
202
202
  }
203
- .powered-by.svelte-s4wnl8 {
203
+ .powered-by.svelte-a9k984 {
204
204
  position: absolute;
205
205
  bottom: 10px;
206
206
  right: 10px;
@@ -213,61 +213,61 @@
213
213
  align-items: center;
214
214
  display: flex;
215
215
  }
216
- .powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) {
216
+ .powered-by.svelte-a9k984 .logo:where(.svelte-a9k984) {
217
217
  display: inline-flex;
218
218
  }
219
- .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) {
219
+ .powered-by.svelte-a9k984:not(:hover, :focus-within) .logo:where(.svelte-a9k984) {
220
220
  color: #999;
221
221
  }
222
- .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo-boxes:where(.svelte-s4wnl8) {
222
+ .powered-by.svelte-a9k984:not(:hover, :focus-within) .logo-boxes:where(.svelte-a9k984) {
223
223
  fill: #f8f9fa;
224
224
  }
225
- .powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within {
225
+ .powered-by.svelte-a9k984:hover, .powered-by.svelte-a9k984:focus-within {
226
226
  opacity: 1;
227
227
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
228
228
  background: white;
229
229
  }
230
- .powered-by.svelte-s4wnl8:hover .help:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .help:where(.svelte-s4wnl8) {
230
+ .powered-by.svelte-a9k984:hover .help:where(.svelte-a9k984), .powered-by.svelte-a9k984:focus-within .help:where(.svelte-a9k984) {
231
231
  display: block;
232
232
  }
233
- .powered-by.svelte-s4wnl8:hover .logo-boxes:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .logo-boxes:where(.svelte-s4wnl8) {
233
+ .powered-by.svelte-a9k984:hover .logo-boxes:where(.svelte-a9k984), .powered-by.svelte-a9k984:focus-within .logo-boxes:where(.svelte-a9k984) {
234
234
  fill: #f8f9fa;
235
235
  }
236
- .powered-by.svelte-s4wnl8 .help:where(.svelte-s4wnl8) {
236
+ .powered-by.svelte-a9k984 .help:where(.svelte-a9k984) {
237
237
  font-size: 0.9em;
238
238
  display: none;
239
239
  }
240
- .powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) {
240
+ .powered-by.svelte-a9k984 .logo:where(.svelte-a9k984) {
241
241
  margin-left: 0.5em;
242
242
  }
243
- .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) {
243
+ .powered-by.svelte-a9k984 .help-item:where(.svelte-a9k984) {
244
244
  margin-left: 0.5em;
245
245
  }
246
- .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) + .help-item:where(.svelte-s4wnl8) {
246
+ .powered-by.svelte-a9k984 .help-item:where(.svelte-a9k984) + .help-item:where(.svelte-a9k984) {
247
247
  margin-left: 1em;
248
248
  }
249
- .powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) {
249
+ .powered-by.svelte-a9k984 .help-item:where(.svelte-a9k984) {
250
250
  display: inline-block;
251
251
  }
252
252
 
253
253
  @media (prefers-color-scheme: dark) {
254
- .powered-by.svelte-s4wnl8 {
254
+ .powered-by.svelte-a9k984 {
255
255
  color: #f8f9fa;
256
256
  }
257
- .powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) {
257
+ .powered-by.svelte-a9k984:not(:hover, :focus-within) .logo:where(.svelte-a9k984) {
258
258
  color: #7a8793;
259
259
  }
260
- .powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within {
260
+ .powered-by.svelte-a9k984:hover, .powered-by.svelte-a9k984:focus-within {
261
261
  background: #0e1117;
262
262
  }
263
263
  }
264
- .notifications.svelte-14ytxa4 {
264
+ .notifications.svelte-thgws4 {
265
265
  position: fixed;
266
266
  z-index: 1010;
267
267
  top: 24px;
268
268
  right: 24px;
269
269
  }
270
- .notification.svelte-12m1t2q {
270
+ .notification.svelte-1wg8nyl {
271
271
  box-sizing: border-box;
272
272
  margin: 0;
273
273
  padding: 0;
@@ -286,18 +286,18 @@
286
286
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
287
287
  border-left: solid 4px #0dcaf0;
288
288
  }
289
- .notification.error.svelte-12m1t2q {
289
+ .notification.error.svelte-1wg8nyl {
290
290
  border-left-color: #dc3545;
291
291
  }
292
- .notification.warning.svelte-12m1t2q {
292
+ .notification.warning.svelte-1wg8nyl {
293
293
  border-left-color: #ffc107;
294
294
  }
295
295
 
296
- .notification.svelte-12m1t2q + .notification {
296
+ .notification.svelte-1wg8nyl + .notification {
297
297
  margin-top: 16px;
298
298
  }
299
299
 
300
- .heading.svelte-12m1t2q {
300
+ .heading.svelte-1wg8nyl {
301
301
  color: #212529;
302
302
  font-weight: normal;
303
303
  font-size: 1.2em;
@@ -305,15 +305,15 @@
305
305
  }
306
306
 
307
307
  @media (prefers-color-scheme: dark) {
308
- .notification.svelte-12m1t2q {
308
+ .notification.svelte-1wg8nyl {
309
309
  color: #f8f9fa;
310
310
  background-color: #343a40;
311
311
  }
312
- .heading.svelte-12m1t2q {
312
+ .heading.svelte-1wg8nyl {
313
313
  color: #f8f9fa;
314
314
  }
315
315
  }
316
- .tag.svelte-16zomaq {
316
+ .tag.svelte-19inu7k {
317
317
  list-style: none;
318
318
  display: inline-block;
319
319
  height: auto;
@@ -330,45 +330,45 @@
330
330
  border: none;
331
331
  text-decoration: none;
332
332
  }
333
- .tag.svelte-16zomaq:not(a) {
333
+ .tag.svelte-19inu7k:not(a) {
334
334
  cursor: default;
335
335
  }
336
- .tag.inverted.svelte-16zomaq {
336
+ .tag.inverted.svelte-19inu7k {
337
337
  color: #000;
338
338
  }
339
339
 
340
- .svelte-16zomaq:not(a.tag, .tag.clickable) {
340
+ .svelte-19inu7k:not(a.tag, .tag.clickable) {
341
341
  cursor: default;
342
342
  }
343
- .pull-request-icon.svelte-1vxuq5n {
343
+ .pull-request-icon.svelte-lkvm0l {
344
344
  margin-right: 3px;
345
345
  }
346
- .pull-request-icon.open.svelte-1vxuq5n {
346
+ .pull-request-icon.open.svelte-lkvm0l {
347
347
  color: #1a7f37;
348
348
  }
349
- .pull-request-icon.closed.svelte-1vxuq5n {
349
+ .pull-request-icon.closed.svelte-lkvm0l {
350
350
  color: #cf222e;
351
351
  }
352
- .pull-request-icon.merged.svelte-1vxuq5n {
352
+ .pull-request-icon.merged.svelte-lkvm0l {
353
353
  color: #8250df;
354
354
  }
355
- .pull-request-icon.draft.svelte-1vxuq5n {
355
+ .pull-request-icon.draft.svelte-lkvm0l {
356
356
  color: #57606a;
357
357
  }
358
- .icon.svelte-tuoxjm {
358
+ .icon.svelte-wlbszo {
359
359
  margin-right: 3px;
360
360
  color: #1d76db;
361
361
  }
362
- .icon.svelte-1ek0gob {
362
+ .icon.svelte-ljo2mn {
363
363
  margin-right: 3px;
364
364
  }
365
- .icon.closed.svelte-1ek0gob {
365
+ .icon.closed.svelte-ljo2mn {
366
366
  color: #8250df;
367
367
  }
368
- .icon.open.svelte-1ek0gob {
368
+ .icon.open.svelte-ljo2mn {
369
369
  color: #1a7f37;
370
370
  }
371
- .icon.not-planned.svelte-1ek0gob {
371
+ .icon.not-planned.svelte-ljo2mn {
372
372
  color: #6e7781;
373
373
  }
374
374
  /*
@@ -376,7 +376,7 @@ $color-success: #77da8e;
376
376
  $color-failure: #da8077;
377
377
  $color-action-required: #dac977;
378
378
  */
379
- .card-status.svelte-9jlwim {
379
+ .card-status.svelte-24r8lb {
380
380
  display: flex;
381
381
  flex-direction: row;
382
382
  align-items: stretch;
@@ -385,36 +385,36 @@ $color-action-required: #dac977;
385
385
  margin: 3px -8px -4px;
386
386
  }
387
387
 
388
- .state.svelte-9jlwim {
388
+ .state.svelte-24r8lb {
389
389
  flex: 1;
390
390
  background-color: #adb5bd;
391
391
  }
392
- .state.svelte-9jlwim > span:where(.svelte-9jlwim) {
392
+ .state.svelte-24r8lb > span:where(.svelte-24r8lb) {
393
393
  display: none;
394
394
  }
395
- .state.striped.svelte-9jlwim {
395
+ .state.striped.svelte-24r8lb {
396
396
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
397
- animation: svelte-9jlwim-progress-bar-stripes 1s linear infinite;
397
+ animation: svelte-24r8lb-progress-bar-stripes 1s linear infinite;
398
398
  background-size: 1rem 1rem;
399
399
  }
400
- .state.success.svelte-9jlwim {
400
+ .state.success.svelte-24r8lb {
401
401
  background-color: #4ede9b;
402
402
  box-shadow: 0 1px 2px 0px rgba(36, 124, 83, 0.3);
403
403
  }
404
- .state.failure.svelte-9jlwim {
404
+ .state.failure.svelte-24r8lb {
405
405
  background-color: #ea868f;
406
406
  box-shadow: 0 1px 2px 0px rgba(203, 70, 83, 0.3);
407
407
  }
408
- .state.action-required.svelte-9jlwim {
408
+ .state.action-required.svelte-24r8lb {
409
409
  background-color: #ffda6a;
410
410
  box-shadow: 0 1px 2px 0px rgba(230, 181, 32, 0.3);
411
411
  }
412
412
 
413
- .state.svelte-9jlwim + .state:where(.svelte-9jlwim) {
413
+ .state.svelte-24r8lb + .state:where(.svelte-24r8lb) {
414
414
  margin-left: 1px;
415
415
  }
416
416
 
417
- @keyframes svelte-9jlwim-progress-bar-stripes {
417
+ @keyframes svelte-24r8lb-progress-bar-stripes {
418
418
  from {
419
419
  background-position: 1rem 0;
420
420
  }
@@ -422,7 +422,7 @@ $color-action-required: #dac977;
422
422
  background-position: 0 0;
423
423
  }
424
424
  }
425
- .assignee.svelte-pr1826 {
425
+ .assignee.svelte-4gst4o {
426
426
  box-sizing: border-box;
427
427
  margin: 0;
428
428
  font-size: 14px;
@@ -434,12 +434,12 @@ $color-action-required: #dac977;
434
434
  transition: margin 0.1s;
435
435
  height: 18px;
436
436
  }
437
- .assignee.svelte-pr1826 img:where(.svelte-pr1826) {
437
+ .assignee.svelte-4gst4o img:where(.svelte-4gst4o) {
438
438
  height: 100%;
439
439
  border-radius: 2px;
440
440
  vertical-align: unset;
441
441
  }
442
- .assignee.svelte-pr1826 .icon-shadow:where(.svelte-pr1826) {
442
+ .assignee.svelte-4gst4o .icon-shadow:where(.svelte-4gst4o) {
443
443
  position: absolute;
444
444
  display: none;
445
445
  top: 0;
@@ -449,7 +449,7 @@ $color-action-required: #dac977;
449
449
  box-shadow: inset 0 0 2px 0 rgba(20, 20, 20, 0.3);
450
450
  border-radius: 2px;
451
451
  }
452
- .assignee.requested-reviewer.svelte-pr1826:before {
452
+ .assignee.requested-reviewer.svelte-4gst4o:before {
453
453
  content: "";
454
454
  display: block;
455
455
  background: #bf8700;
@@ -462,7 +462,7 @@ $color-action-required: #dac977;
462
462
  left: -2px;
463
463
  z-index: 1;
464
464
  }
465
- .assignee.commented.svelte-pr1826:before {
465
+ .assignee.commented.svelte-4gst4o:before {
466
466
  content: "";
467
467
  display: block;
468
468
  background: #0dcaf0;
@@ -475,7 +475,7 @@ $color-action-required: #dac977;
475
475
  left: -2px;
476
476
  z-index: 1;
477
477
  }
478
- .assignee.approved.svelte-pr1826:before {
478
+ .assignee.approved.svelte-4gst4o:before {
479
479
  content: "";
480
480
  display: block;
481
481
  background: #198754;
@@ -488,7 +488,7 @@ $color-action-required: #dac977;
488
488
  left: -2px;
489
489
  z-index: 1;
490
490
  }
491
- .assignee.requested-changes.svelte-pr1826:before {
491
+ .assignee.requested-changes.svelte-4gst4o:before {
492
492
  content: "";
493
493
  display: block;
494
494
  background: #dc3545;
@@ -502,7 +502,7 @@ $color-action-required: #dac977;
502
502
  z-index: 1;
503
503
  }
504
504
 
505
- .assignee.svelte-pr1826 + .assignee:where(.svelte-pr1826) {
505
+ .assignee.svelte-4gst4o + .assignee:where(.svelte-4gst4o) {
506
506
  margin-left: -6px;
507
507
  box-shadow: 0 0 0 1px white;
508
508
  }
@@ -554,18 +554,18 @@ $color-action-required: #dac977;
554
554
  margin-top: 2px;
555
555
  }*/
556
556
 
557
- .header.svelte-1tw36nb {
557
+ .header.svelte-1tg49z1 {
558
558
  display: flex;
559
559
  align-items: center;
560
560
  user-select: none;
561
561
  }
562
- .header.svelte-1tw36nb > :where(.svelte-1tw36nb) {
562
+ .header.svelte-1tg49z1 > :where(.svelte-1tg49z1) {
563
563
  flex-shrink: 0;
564
564
  }
565
565
  /* (unused) .header > .repository {
566
566
  flex: 1;
567
567
  }*/
568
- .header.svelte-1tw36nb > .collaborator-links:where(.svelte-1tw36nb) {
568
+ .header.svelte-1tg49z1 > .collaborator-links:where(.svelte-1tg49z1) {
569
569
  display: flex;
570
570
  align-items: center;
571
571
  }
@@ -578,7 +578,7 @@ $color-action-required: #dac977;
578
578
  color: #6cc644;
579
579
  }*/
580
580
 
581
- .issue-number.svelte-1tw36nb {
581
+ .issue-number.svelte-1tg49z1 {
582
582
  font-weight: bold;
583
583
  margin-right: 6px;
584
584
  display: flex;
@@ -587,7 +587,7 @@ $color-action-required: #dac977;
587
587
  }
588
588
 
589
589
  /* (unused) .repository,*/
590
- .short-title.svelte-1tw36nb {
590
+ .short-title.svelte-1tg49z1 {
591
591
  color: #6c757d;
592
592
  white-space: nowrap;
593
593
  overflow: hidden;
@@ -648,28 +648,28 @@ $color-action-required: #dac977;
648
648
  color: #f8f9fa;
649
649
  }*/
650
650
  /* (unused) .repository,*/
651
- .short-title.svelte-1tw36nb {
651
+ .short-title.svelte-1tg49z1 {
652
652
  color: #9fadba;
653
653
  }
654
654
  }
655
- .card-link.svelte-1tw36nb {
655
+ .card-link.svelte-1tg49z1 {
656
656
  border-top: solid 1px #F0F0F0;
657
657
  margin-top: 2px;
658
658
  padding-top: 2px;
659
659
  }
660
660
 
661
- .card-link.svelte-1tw36nb .short-title:where(.svelte-1tw36nb) {
661
+ .card-link.svelte-1tg49z1 .short-title:where(.svelte-1tg49z1) {
662
662
  flex: 1;
663
663
  }
664
664
 
665
665
  .card-link .epic {
666
666
  color: #1d76db;
667
667
  }
668
- .board-card-container.svelte-hs99nh {
668
+ .board-card-container.svelte-lv9s7p {
669
669
  width: 100%;
670
670
  }
671
671
 
672
- .board-card.svelte-hs99nh {
672
+ .board-card.svelte-lv9s7p {
673
673
  background: white;
674
674
  border-radius: 4px;
675
675
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
@@ -679,11 +679,11 @@ $color-action-required: #dac977;
679
679
  cursor: default;
680
680
  outline-width: 3px;
681
681
  }
682
- .board-card.svelte-hs99nh .header:where(.svelte-hs99nh) {
682
+ .board-card.svelte-lv9s7p .header:where(.svelte-lv9s7p) {
683
683
  margin-bottom: 7px;
684
684
  }
685
685
 
686
- .board-card-links.attached.svelte-hs99nh {
686
+ .board-card-links.attached.svelte-lv9s7p {
687
687
  background: #f8f9fa;
688
688
  border-radius: 0 0 4px 4px;
689
689
  box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
@@ -704,35 +704,35 @@ $color-action-required: #dac977;
704
704
  border-bottom-left-radius: 4px;
705
705
  }
706
706
 
707
- .board-card-links.svelte-hs99nh {
707
+ .board-card-links.svelte-lv9s7p {
708
708
  margin-top: 2px;
709
709
  }
710
710
 
711
- .header.svelte-hs99nh {
711
+ .header.svelte-lv9s7p {
712
712
  display: flex;
713
713
  align-items: center;
714
714
  user-select: none;
715
715
  }
716
- .header.svelte-hs99nh > :where(.svelte-hs99nh) {
716
+ .header.svelte-lv9s7p > :where(.svelte-lv9s7p) {
717
717
  flex-shrink: 0;
718
718
  }
719
- .header.svelte-hs99nh > .repository:where(.svelte-hs99nh) {
719
+ .header.svelte-lv9s7p > .repository:where(.svelte-lv9s7p) {
720
720
  flex: 1;
721
721
  }
722
- .header.svelte-hs99nh > .collaborator-links:where(.svelte-hs99nh) {
722
+ .header.svelte-lv9s7p > .collaborator-links:where(.svelte-lv9s7p) {
723
723
  display: flex;
724
724
  align-items: center;
725
725
  }
726
726
 
727
- .issue-type.svelte-hs99nh {
727
+ .issue-type.svelte-lv9s7p {
728
728
  margin-right: 3px;
729
729
  }
730
730
 
731
- .issue-type-pull-request.svelte-hs99nh {
731
+ .issue-type-pull-request.svelte-lv9s7p {
732
732
  color: #6cc644;
733
733
  }
734
734
 
735
- .issue-number.svelte-hs99nh {
735
+ .issue-number.svelte-lv9s7p {
736
736
  font-weight: bold;
737
737
  margin-right: 6px;
738
738
  display: flex;
@@ -740,15 +740,15 @@ $color-action-required: #dac977;
740
740
  text-decoration: none;
741
741
  }
742
742
 
743
- .repository.svelte-hs99nh,
744
- .short-title.svelte-hs99nh {
743
+ .repository.svelte-lv9s7p,
744
+ .short-title.svelte-lv9s7p {
745
745
  color: #6c757d;
746
746
  white-space: nowrap;
747
747
  overflow: hidden;
748
748
  text-overflow: ellipsis;
749
749
  }
750
750
 
751
- .title.svelte-hs99nh {
751
+ .title.svelte-lv9s7p {
752
752
  font-size: 1.1em;
753
753
  margin: 0 0 9px 0;
754
754
  min-height: 30px;
@@ -768,41 +768,41 @@ $color-action-required: #dac977;
768
768
  color: #495057;
769
769
  }*/
770
770
 
771
- .footer.svelte-hs99nh {
771
+ .footer.svelte-lv9s7p {
772
772
  display: flex;
773
773
  flex-direction: row;
774
774
  flex-wrap: wrap;
775
775
  }
776
776
 
777
- .links.svelte-hs99nh {
777
+ .links.svelte-lv9s7p {
778
778
  margin-left: auto;
779
779
  }
780
780
 
781
- .links.svelte-hs99nh a:where(.svelte-hs99nh) {
781
+ .links.svelte-lv9s7p a:where(.svelte-lv9s7p) {
782
782
  color: #adb5bd;
783
783
  }
784
784
 
785
- .links.svelte-hs99nh a:where(.svelte-hs99nh):hover {
785
+ .links.svelte-lv9s7p a:where(.svelte-lv9s7p):hover {
786
786
  color: #6c757d;
787
787
  }
788
788
 
789
789
  @media (prefers-color-scheme: dark) {
790
- .board-card.svelte-hs99nh {
790
+ .board-card.svelte-lv9s7p {
791
791
  background-color: #0e1117;
792
792
  color: #f8f9fa;
793
793
  border: solid 1px #343a40;
794
794
  box-shadow: none;
795
795
  }
796
- .board-card-links.attached.svelte-hs99nh {
796
+ .board-card-links.attached.svelte-lv9s7p {
797
797
  background: #040507;
798
798
  border: solid 1px #343a40;
799
799
  box-shadow: none;
800
800
  }
801
- .title.svelte-hs99nh {
801
+ .title.svelte-lv9s7p {
802
802
  color: #f8f9fa;
803
803
  }
804
- .repository.svelte-hs99nh,
805
- .short-title.svelte-hs99nh {
804
+ .repository.svelte-lv9s7p,
805
+ .short-title.svelte-lv9s7p {
806
806
  color: #9fadba;
807
807
  }
808
808
  }
@@ -819,7 +819,7 @@ $color-action-required: #dac977;
819
819
  margin-top: 1px !important;
820
820
  }
821
821
 
822
- .progress.svelte-hs99nh {
822
+ .progress.svelte-lv9s7p {
823
823
  display: flex;
824
824
  flex-direction: row;
825
825
  align-items: center;
@@ -828,31 +828,31 @@ $color-action-required: #dac977;
828
828
  cursor: pointer;
829
829
  text-decoration: none;
830
830
  }
831
- .progress.svelte-hs99nh svg:where(.svelte-hs99nh) {
831
+ .progress.svelte-lv9s7p svg:where(.svelte-lv9s7p) {
832
832
  color: #6c757d;
833
833
  }
834
- .progress.svelte-hs99nh .bar:where(.svelte-hs99nh) {
834
+ .progress.svelte-lv9s7p .bar:where(.svelte-lv9s7p) {
835
835
  border-radius: 3px;
836
836
  height: 5px;
837
837
  width: 80px;
838
838
  background: #e9ecef;
839
839
  margin: auto 6px;
840
840
  }
841
- .progress.svelte-hs99nh .bar:where(.svelte-hs99nh) .indicator:where(.svelte-hs99nh) {
841
+ .progress.svelte-lv9s7p .bar:where(.svelte-lv9s7p) .indicator:where(.svelte-lv9s7p) {
842
842
  border-radius: 3px;
843
843
  background: #6c757d;
844
844
  height: 100%;
845
845
  }
846
- .progress.svelte-hs99nh .text:where(.svelte-hs99nh) {
846
+ .progress.svelte-lv9s7p .text:where(.svelte-lv9s7p) {
847
847
  margin-left: 6px;
848
848
  font-size: 0.9rem;
849
849
  color: #6c757d;
850
850
  }
851
- .dropdown-parent.svelte-129ok5y {
851
+ .dropdown-parent.svelte-d1hs93 {
852
852
  position: relative;
853
853
  }
854
854
 
855
- .help-dropdown.svelte-129ok5y {
855
+ .help-dropdown.svelte-d1hs93 {
856
856
  border-radius: 4px;
857
857
  margin: 0;
858
858
  margin-top: 5px;
@@ -896,7 +896,7 @@ $color-action-required: #dac977;
896
896
  }*/
897
897
 
898
898
  @media (prefers-color-scheme: dark) {
899
- .help-dropdown.svelte-129ok5y {
899
+ .help-dropdown.svelte-d1hs93 {
900
900
  background-color: #0e1117;
901
901
  border-color: #343a40;
902
902
  }
@@ -908,7 +908,7 @@ $color-action-required: #dac977;
908
908
  color: #f8f9fa;
909
909
  }*/
910
910
  }
911
- .repository-select.svelte-129ok5y {
911
+ .repository-select.svelte-d1hs93 {
912
912
  position: fixed;
913
913
  top: 0;
914
914
  left: 0;
@@ -917,13 +917,13 @@ $color-action-required: #dac977;
917
917
  z-index: 10;
918
918
  }
919
919
 
920
- .overlay.svelte-129ok5y {
920
+ .overlay.svelte-d1hs93 {
921
921
  width: 100%;
922
922
  height: 100%;
923
923
  background: rgba(30, 30, 30, 0.3);
924
924
  }
925
925
 
926
- .issue-creator.svelte-129ok5y {
926
+ .issue-creator.svelte-d1hs93 {
927
927
  position: absolute;
928
928
  z-index: 2;
929
929
  width: 500px;
@@ -938,14 +938,14 @@ $color-action-required: #dac977;
938
938
  }
939
939
 
940
940
  @media (prefers-color-scheme: dark) {
941
- .overlay.svelte-129ok5y {
941
+ .overlay.svelte-d1hs93 {
942
942
  background: rgba(0, 0, 0, 0.6);
943
943
  }
944
- .issue-creator.svelte-129ok5y {
944
+ .issue-creator.svelte-d1hs93 {
945
945
  background: #0e1117;
946
946
  color: #f8f9fa;
947
947
  }
948
- .issue-creator.svelte-129ok5y input:where(.svelte-129ok5y) {
948
+ .issue-creator.svelte-d1hs93 input:where(.svelte-d1hs93) {
949
949
  background-color: #0e1117;
950
950
  border-color: #343a40;
951
951
  color: #f8f9fa;
@@ -954,7 +954,7 @@ $color-action-required: #dac977;
954
954
  color: #f8f9fa;
955
955
  }*/
956
956
  }
957
- .taskboard.svelte-jj8kyo {
957
+ .taskboard.svelte-1igrsau {
958
958
  height: 100vh;
959
959
  display: flex;
960
960
  flex-direction: column;
@@ -972,21 +972,21 @@ $color-action-required: #dac977;
972
972
  height: 32px;
973
973
  }
974
974
  }
975
- .taskboard-error.svelte-jj8kyo {
975
+ .taskboard-error.svelte-1igrsau {
976
976
  position: absolute;
977
977
  top: 50%;
978
978
  left: 50%;
979
979
  transform: translate(-50%, -50%);
980
980
  text-align: center;
981
981
  }
982
- .taskboard-error.svelte-jj8kyo p:where(.svelte-jj8kyo) {
982
+ .taskboard-error.svelte-1igrsau p:where(.svelte-1igrsau) {
983
983
  font-size: 1.3em;
984
984
  margin-top: 1.7rem;
985
985
  margin-bottom: 3rem;
986
986
  color: #495057;
987
987
  }
988
988
 
989
- .taskboard-board.svelte-jj8kyo {
989
+ .taskboard-board.svelte-1igrsau {
990
990
  --container-gap: .5rem;
991
991
  display: flex;
992
992
  flex: 1;
@@ -996,7 +996,7 @@ $color-action-required: #dac977;
996
996
  gap: var(--container-gap);
997
997
  }
998
998
 
999
- .taskboard-column.svelte-jj8kyo {
999
+ .taskboard-column.svelte-1igrsau {
1000
1000
  display: flex;
1001
1001
  flex-direction: column;
1002
1002
  min-width: 250px;
@@ -1005,37 +1005,37 @@ $color-action-required: #dac977;
1005
1005
  background: #ebecf0;
1006
1006
  margin-bottom: var(--container-gap);
1007
1007
  }
1008
- .taskboard-column.collapsed.svelte-jj8kyo {
1008
+ .taskboard-column.collapsed.svelte-1igrsau {
1009
1009
  min-width: 3rem;
1010
1010
  flex: 0;
1011
1011
  }
1012
1012
 
1013
- .taskboard-column-items.svelte-jj8kyo {
1013
+ .taskboard-column-items.svelte-1igrsau {
1014
1014
  flex: 1;
1015
1015
  overflow-y: auto;
1016
1016
  margin-top: 0;
1017
1017
  }
1018
1018
 
1019
- .taskboard-column-header.svelte-jj8kyo {
1019
+ .taskboard-column-header.svelte-1igrsau {
1020
1020
  text-align: center;
1021
1021
  line-height: 2.4em;
1022
1022
  font-size: 1.25em;
1023
1023
  color: inherit;
1024
1024
  }
1025
1025
 
1026
- .taskboard-column-collapse.svelte-jj8kyo {
1026
+ .taskboard-column-collapse.svelte-1igrsau {
1027
1027
  color: #adb5bd;
1028
1028
  font-size: 1.2rem;
1029
1029
  }
1030
1030
 
1031
- .taskboard-column-collapse.svelte-jj8kyo:hover {
1031
+ .taskboard-column-collapse.svelte-1igrsau:hover {
1032
1032
  color: #495057;
1033
1033
  }
1034
1034
 
1035
- .taskboard-column.svelte-jj8kyo:not(.collapsed) .taskboard-column-header:where(.svelte-jj8kyo) {
1035
+ .taskboard-column.svelte-1igrsau:not(.collapsed) .taskboard-column-header:where(.svelte-1igrsau) {
1036
1036
  position: relative;
1037
1037
  }
1038
- .taskboard-column.svelte-jj8kyo:not(.collapsed) .taskboard-column-collapse:where(.svelte-jj8kyo) {
1038
+ .taskboard-column.svelte-1igrsau:not(.collapsed) .taskboard-column-collapse:where(.svelte-1igrsau) {
1039
1039
  position: absolute;
1040
1040
  padding: 0 0.4rem;
1041
1041
  top: 50%;
@@ -1043,51 +1043,51 @@ $color-action-required: #dac977;
1043
1043
  transform: translateY(-50%);
1044
1044
  }
1045
1045
 
1046
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-collapse:where(.svelte-jj8kyo) {
1046
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-collapse:where(.svelte-1igrsau) {
1047
1047
  padding: 0 0.1rem;
1048
1048
  margin: 0.6rem 0.5rem;
1049
1049
  }
1050
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-header:where(.svelte-jj8kyo) {
1050
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-header:where(.svelte-1igrsau) {
1051
1051
  display: flex;
1052
1052
  flex-direction: column;
1053
1053
  flex: 1;
1054
1054
  }
1055
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-name:where(.svelte-jj8kyo),
1056
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-issue-count:where(.svelte-jj8kyo) {
1055
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-name:where(.svelte-1igrsau),
1056
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-issue-count:where(.svelte-1igrsau) {
1057
1057
  transform: rotate(-180deg);
1058
1058
  writing-mode: vertical-rl;
1059
1059
  }
1060
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-name:where(.svelte-jj8kyo) {
1060
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-name:where(.svelte-1igrsau) {
1061
1061
  order: 2;
1062
1062
  }
1063
- .taskboard-column.collapsed.svelte-jj8kyo .taskboard-column-issue-count:where(.svelte-jj8kyo) {
1063
+ .taskboard-column.collapsed.svelte-1igrsau .taskboard-column-issue-count:where(.svelte-1igrsau) {
1064
1064
  padding: 0.5em 0;
1065
1065
  order: 0;
1066
1066
  }
1067
1067
 
1068
- .taskboard-column-name.svelte-jj8kyo {
1068
+ .taskboard-column-name.svelte-1igrsau {
1069
1069
  color: #424657;
1070
1070
  }
1071
1071
 
1072
- .taskboard-column-issue-count.svelte-jj8kyo {
1072
+ .taskboard-column-issue-count.svelte-1igrsau {
1073
1073
  color: #37ACC8;
1074
1074
  display: inline-block;
1075
1075
  padding: 0 0.25em;
1076
1076
  }
1077
1077
 
1078
- .card-container.svelte-jj8kyo {
1078
+ .card-container.svelte-1igrsau {
1079
1079
  margin: var(--container-gap);
1080
1080
  }
1081
1081
 
1082
- .card-container.svelte-jj8kyo:first-child {
1082
+ .card-container.svelte-1igrsau:first-child {
1083
1083
  margin-top: 0;
1084
1084
  }
1085
1085
 
1086
1086
  @media (prefers-color-scheme: dark) {
1087
- .taskboard-column.svelte-jj8kyo {
1087
+ .taskboard-column.svelte-1igrsau {
1088
1088
  background: #1b1d25;
1089
1089
  }
1090
- .taskboard-column-name.svelte-jj8kyo {
1090
+ .taskboard-column-name.svelte-1igrsau {
1091
1091
  color: #f8f9fa;
1092
1092
  }
1093
1093
  .navbar {
@@ -1095,6 +1095,6 @@ $color-action-required: #dac977;
1095
1095
  border-color: #343a40;
1096
1096
  }
1097
1097
  }
1098
- .taskboard.svelte-jj8kyo {
1098
+ .taskboard.svelte-1igrsau {
1099
1099
  position: relative;
1100
1100
  }