@actual-app/web 23.8.1 → 23.10.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/README.md +42 -1
- package/build/apple-touch-icon.png +0 -0
- package/build/asset-manifest.json +25 -25
- package/build/index.html +1 -1
- package/build/kcab/kcab.worker.b835d2cdcf8004c363da.js +250 -0
- package/build/kcab/kcab.worker.b835d2cdcf8004c363da.js.map +1 -0
- package/build/kcab/xfo.xfo.kcab.worker.2ee5d7175d50b7896f28.js +1 -0
- package/build/static/css/main.476f35a5.css +359 -0
- package/build/static/css/main.476f35a5.css.map +1 -0
- package/build/static/js/231.370f17f8.chunk.js +2 -0
- package/build/static/js/231.370f17f8.chunk.js.map +1 -0
- package/build/static/js/389.c8f94185.chunk.js +2 -0
- package/build/static/js/389.c8f94185.chunk.js.map +1 -0
- package/build/static/js/473.02c273e8.chunk.js +2 -0
- package/build/static/js/473.02c273e8.chunk.js.map +1 -0
- package/build/static/js/678.bf349f5d.chunk.js +2 -0
- package/build/static/js/678.bf349f5d.chunk.js.map +1 -0
- package/build/static/js/713.1731d555.chunk.js +15 -0
- package/build/static/js/713.1731d555.chunk.js.map +1 -0
- package/build/static/js/main.7e6eedd0.js +188 -0
- package/build/static/js/main.7e6eedd0.js.map +1 -0
- package/build/static/js/narrow-components.11cf3591.chunk.js +2 -0
- package/build/static/js/narrow-components.11cf3591.chunk.js.map +1 -0
- package/build/static/js/reports.39b7254a.chunk.js +2 -0
- package/build/static/js/reports.39b7254a.chunk.js.map +1 -0
- package/build/static/js/resize-observer-polyfill.98a18736.chunk.js +2 -0
- package/build/static/js/resize-observer-polyfill.98a18736.chunk.js.map +1 -0
- package/build/static/js/wide-components.fd8595f4.chunk.js +2 -0
- package/build/static/js/wide-components.fd8595f4.chunk.js.map +1 -0
- package/build/static/media/browser-server.20abc230cfc504c53fa0.js +1 -0
- package/package.json +25 -19
- package/build/kcab/kcab.worker.61dd77d50c3de3a5c965.js +0 -3
- package/build/kcab/kcab.worker.61dd77d50c3de3a5c965.js.LICENSE.txt +0 -24
- package/build/kcab/kcab.worker.61dd77d50c3de3a5c965.js.map +0 -1
- package/build/kcab/xfo.xfo.kcab.worker.e800a4a41b9557f2726d.js +0 -1
- package/build/static/css/main.90cc2688.css +0 -7
- package/build/static/css/main.90cc2688.css.map +0 -1
- package/build/static/js/281.6bb03bd1.chunk.js +0 -2
- package/build/static/js/281.6bb03bd1.chunk.js.map +0 -1
- package/build/static/js/383.1b04bac1.chunk.js +0 -2
- package/build/static/js/383.1b04bac1.chunk.js.map +0 -1
- package/build/static/js/457.4c255aed.chunk.js +0 -2
- package/build/static/js/457.4c255aed.chunk.js.map +0 -1
- package/build/static/js/876.00fe0e63.chunk.js +0 -2
- package/build/static/js/876.00fe0e63.chunk.js.map +0 -1
- package/build/static/js/969.b56f4e53.chunk.js +0 -2
- package/build/static/js/969.b56f4e53.chunk.js.map +0 -1
- package/build/static/js/main.b9496410.js +0 -3
- package/build/static/js/main.b9496410.js.LICENSE.txt +0 -178
- package/build/static/js/main.b9496410.js.map +0 -1
- package/build/static/js/narrow-components.55a3b7fd.chunk.js +0 -2
- package/build/static/js/narrow-components.55a3b7fd.chunk.js.map +0 -1
- package/build/static/js/reports.689f3940.chunk.js +0 -2
- package/build/static/js/reports.689f3940.chunk.js.map +0 -1
- package/build/static/js/resize-observer-polyfill.68c3249b.chunk.js +0 -2
- package/build/static/js/resize-observer-polyfill.68c3249b.chunk.js.map +0 -1
- package/build/static/js/wide-components.e3cfa9ca.chunk.js +0 -2
- package/build/static/js/wide-components.e3cfa9ca.chunk.js.map +0 -1
- package/build/static/media/browser-server.14ed34b8682d7b10163f.js +0 -1
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--reach-listbox: 1;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
[data-reach-listbox-popover] {
|
|
6
|
+
display: block;
|
|
7
|
+
position: absolute;
|
|
8
|
+
min-width: -moz-fit-content;
|
|
9
|
+
min-width: -moz-min-content;
|
|
10
|
+
min-width: min-content;
|
|
11
|
+
padding: 0.25rem 0;
|
|
12
|
+
background: hsl(0, 0%, 100%);
|
|
13
|
+
outline: none;
|
|
14
|
+
border: solid 1px hsla(0, 0%, 0%, 0.25);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-reach-listbox-popover]:focus-within {
|
|
18
|
+
box-shadow: 0 0 4px Highlight;
|
|
19
|
+
outline: -webkit-focus-ring-color auto 4px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
[data-reach-listbox-popover][hidden] {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
[data-reach-listbox-list] {
|
|
27
|
+
margin: 0;
|
|
28
|
+
padding: 0;
|
|
29
|
+
list-style: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
[data-reach-listbox-list]:focus {
|
|
33
|
+
box-shadow: none;
|
|
34
|
+
outline: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
[data-reach-listbox-option] {
|
|
38
|
+
display: block;
|
|
39
|
+
margin: 0;
|
|
40
|
+
padding: 0.25rem 0.5rem;
|
|
41
|
+
white-space: nowrap;
|
|
42
|
+
-webkit-user-select: none;
|
|
43
|
+
-moz-user-select: none;
|
|
44
|
+
user-select: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
[data-reach-listbox-option][data-current-nav] {
|
|
48
|
+
background: hsl(211, 81%, 46%);
|
|
49
|
+
color: hsl(0, 0%, 100%);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
[data-reach-listbox-option][data-current-selected] {
|
|
53
|
+
font-weight: bolder;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
[data-reach-listbox-option][data-current-selected][data-confirming] {
|
|
57
|
+
animation: flash 100ms;
|
|
58
|
+
animation-iteration-count: 1;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
[data-reach-listbox-option][aria-disabled="true"] {
|
|
62
|
+
opacity: 0.5;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
[data-reach-listbox-button] {
|
|
66
|
+
display: inline-flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
justify-content: space-between;
|
|
69
|
+
padding: 1px 10px 2px;
|
|
70
|
+
border: 1px solid;
|
|
71
|
+
border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
|
|
72
|
+
cursor: default;
|
|
73
|
+
-webkit-user-select: none;
|
|
74
|
+
-moz-user-select: none;
|
|
75
|
+
user-select: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
[data-reach-listbox-button][aria-disabled="true"] {
|
|
79
|
+
opacity: 0.5;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
[data-reach-listbox-arrow] {
|
|
83
|
+
margin-left: 0.5rem;
|
|
84
|
+
display: block;
|
|
85
|
+
font-size: 0.5em;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
[data-reach-listbox-group-label] {
|
|
89
|
+
display: block;
|
|
90
|
+
margin: 0;
|
|
91
|
+
padding: 0.25rem 0.5rem;
|
|
92
|
+
white-space: nowrap;
|
|
93
|
+
-webkit-user-select: none;
|
|
94
|
+
-moz-user-select: none;
|
|
95
|
+
user-select: none;
|
|
96
|
+
font-weight: bolder;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@keyframes flash {
|
|
100
|
+
0% {
|
|
101
|
+
background: hsla(211, 81%, 36%, 1);
|
|
102
|
+
color: hsl(0, 0%, 100%);
|
|
103
|
+
opacity: 1;
|
|
104
|
+
}
|
|
105
|
+
50% {
|
|
106
|
+
opacity: 0.5;
|
|
107
|
+
background: inherit;
|
|
108
|
+
color: inherit;
|
|
109
|
+
}
|
|
110
|
+
100% {
|
|
111
|
+
background: hsla(211, 81%, 36%, 1);
|
|
112
|
+
color: hsl(0, 0%, 100%);
|
|
113
|
+
opacity: 1;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@font-face{font-family:"Inter var";font-weight:100 900;font-style:normal;font-named-instance:"Regular";font-display:swap;src:url(/static/media/Inter-roman.var.ba4caefcdf5b36b438db.woff2) format("woff2 supports variations(gvar)"),url(/static/media/Inter-roman.var.ba4caefcdf5b36b438db.woff2) format("woff2-variations"),url(/static/media/Inter-roman.var.ba4caefcdf5b36b438db.woff2) format("woff2")}@font-face{font-family:"Inter var";font-weight:100 900;font-style:italic;font-named-instance:"Italic";font-display:swap;src:url(/static/media/Inter-italic.var.30807be7abc48ba8c73c.woff2) format("woff2 supports variations(gvar)"),url(/static/media/Inter-italic.var.30807be7abc48ba8c73c.woff2) format("woff2-variations"),url(/static/media/Inter-italic.var.30807be7abc48ba8c73c.woff2) format("woff2")}
|
|
118
|
+
@charset "UTF-8";
|
|
119
|
+
|
|
120
|
+
/*!
|
|
121
|
+
* Pikaday
|
|
122
|
+
* Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
|
|
123
|
+
*/
|
|
124
|
+
|
|
125
|
+
.pika-single {
|
|
126
|
+
z-index: 9999;
|
|
127
|
+
display: block;
|
|
128
|
+
position: relative;
|
|
129
|
+
color: #333;
|
|
130
|
+
background: #fff;
|
|
131
|
+
border: 1px solid #ccc;
|
|
132
|
+
border-bottom-color: #bbb;
|
|
133
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/*
|
|
137
|
+
clear child float (pika-lendar), using the famous micro clearfix hack
|
|
138
|
+
http://nicolasgallagher.com/micro-clearfix-hack/
|
|
139
|
+
*/
|
|
140
|
+
.pika-single:before,
|
|
141
|
+
.pika-single:after {
|
|
142
|
+
content: " ";
|
|
143
|
+
display: table;
|
|
144
|
+
}
|
|
145
|
+
.pika-single:after { clear: both }
|
|
146
|
+
.pika-single { *zoom: 1 }
|
|
147
|
+
|
|
148
|
+
.pika-single.is-hidden {
|
|
149
|
+
display: none;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.pika-single.is-bound {
|
|
153
|
+
position: absolute;
|
|
154
|
+
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.pika-lendar {
|
|
158
|
+
float: left;
|
|
159
|
+
width: 240px;
|
|
160
|
+
margin: 8px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.pika-title {
|
|
164
|
+
position: relative;
|
|
165
|
+
text-align: center;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.pika-label {
|
|
169
|
+
display: inline-block;
|
|
170
|
+
*display: inline;
|
|
171
|
+
position: relative;
|
|
172
|
+
z-index: 9999;
|
|
173
|
+
overflow: hidden;
|
|
174
|
+
margin: 0;
|
|
175
|
+
padding: 5px 3px;
|
|
176
|
+
font-size: 14px;
|
|
177
|
+
line-height: 20px;
|
|
178
|
+
font-weight: bold;
|
|
179
|
+
background-color: #fff;
|
|
180
|
+
}
|
|
181
|
+
.pika-title select {
|
|
182
|
+
cursor: pointer;
|
|
183
|
+
position: absolute;
|
|
184
|
+
z-index: 9998;
|
|
185
|
+
margin: 0;
|
|
186
|
+
left: 0;
|
|
187
|
+
top: 5px;
|
|
188
|
+
filter: alpha(opacity=0);
|
|
189
|
+
opacity: 0;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.pika-prev,
|
|
193
|
+
.pika-next {
|
|
194
|
+
display: block;
|
|
195
|
+
cursor: pointer;
|
|
196
|
+
position: relative;
|
|
197
|
+
outline: none;
|
|
198
|
+
border: 0;
|
|
199
|
+
padding: 0;
|
|
200
|
+
width: 20px;
|
|
201
|
+
height: 30px;
|
|
202
|
+
/* hide text using text-indent trick, using width value (it's enough) */
|
|
203
|
+
text-indent: 20px;
|
|
204
|
+
white-space: nowrap;
|
|
205
|
+
overflow: hidden;
|
|
206
|
+
background-color: transparent;
|
|
207
|
+
background-position: center center;
|
|
208
|
+
background-repeat: no-repeat;
|
|
209
|
+
background-size: 75% 75%;
|
|
210
|
+
opacity: .5;
|
|
211
|
+
*position: absolute;
|
|
212
|
+
*top: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.pika-prev:hover,
|
|
216
|
+
.pika-next:hover {
|
|
217
|
+
opacity: 1;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.pika-prev,
|
|
221
|
+
.is-rtl .pika-next {
|
|
222
|
+
float: left;
|
|
223
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
|
|
224
|
+
*left: 0;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.pika-next,
|
|
228
|
+
.is-rtl .pika-prev {
|
|
229
|
+
float: right;
|
|
230
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
|
|
231
|
+
*right: 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.pika-prev.is-disabled,
|
|
235
|
+
.pika-next.is-disabled {
|
|
236
|
+
cursor: default;
|
|
237
|
+
opacity: .2;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.pika-select {
|
|
241
|
+
display: inline-block;
|
|
242
|
+
*display: inline;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.pika-table {
|
|
246
|
+
width: 100%;
|
|
247
|
+
border-collapse: collapse;
|
|
248
|
+
border-spacing: 0;
|
|
249
|
+
border: 0;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.pika-table th,
|
|
253
|
+
.pika-table td {
|
|
254
|
+
width: 14.285714285714286%;
|
|
255
|
+
padding: 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.pika-table th {
|
|
259
|
+
color: #999;
|
|
260
|
+
font-size: 12px;
|
|
261
|
+
line-height: 25px;
|
|
262
|
+
font-weight: bold;
|
|
263
|
+
text-align: center;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.pika-button {
|
|
267
|
+
cursor: pointer;
|
|
268
|
+
display: block;
|
|
269
|
+
box-sizing: border-box;
|
|
270
|
+
-moz-box-sizing: border-box;
|
|
271
|
+
outline: none;
|
|
272
|
+
border: 0;
|
|
273
|
+
margin: 0;
|
|
274
|
+
width: 100%;
|
|
275
|
+
padding: 5px;
|
|
276
|
+
color: #666;
|
|
277
|
+
font-size: 12px;
|
|
278
|
+
line-height: 15px;
|
|
279
|
+
text-align: right;
|
|
280
|
+
background: #f5f5f5;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.pika-week {
|
|
284
|
+
font-size: 11px;
|
|
285
|
+
color: #999;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.is-today .pika-button {
|
|
289
|
+
color: #33aaff;
|
|
290
|
+
font-weight: bold;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.is-selected .pika-button,
|
|
294
|
+
.has-event .pika-button {
|
|
295
|
+
color: #fff;
|
|
296
|
+
font-weight: bold;
|
|
297
|
+
background: #33aaff;
|
|
298
|
+
box-shadow: inset 0 1px 3px #178fe5;
|
|
299
|
+
border-radius: 3px;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.has-event .pika-button {
|
|
303
|
+
background: #005da9;
|
|
304
|
+
box-shadow: inset 0 1px 3px #0076c9;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.is-disabled .pika-button,
|
|
308
|
+
.is-inrange .pika-button {
|
|
309
|
+
background: #D5E9F7;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.is-startrange .pika-button {
|
|
313
|
+
color: #fff;
|
|
314
|
+
background: #6CB31D;
|
|
315
|
+
box-shadow: none;
|
|
316
|
+
border-radius: 3px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.is-endrange .pika-button {
|
|
320
|
+
color: #fff;
|
|
321
|
+
background: #33aaff;
|
|
322
|
+
box-shadow: none;
|
|
323
|
+
border-radius: 3px;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.is-disabled .pika-button {
|
|
327
|
+
pointer-events: none;
|
|
328
|
+
cursor: default;
|
|
329
|
+
color: #999;
|
|
330
|
+
opacity: .3;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.is-outside-current-month .pika-button {
|
|
334
|
+
color: #999;
|
|
335
|
+
opacity: .3;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.is-selection-disabled {
|
|
339
|
+
pointer-events: none;
|
|
340
|
+
cursor: default;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.pika-button:hover,
|
|
344
|
+
.pika-row.pick-whole-week:hover .pika-button {
|
|
345
|
+
color: #fff;
|
|
346
|
+
background: #ff8000;
|
|
347
|
+
box-shadow: none;
|
|
348
|
+
border-radius: 3px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* styling for abbr */
|
|
352
|
+
.pika-table abbr {
|
|
353
|
+
border-bottom: none;
|
|
354
|
+
cursor: help;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
/*# sourceMappingURL=main.476f35a5.css.map*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static/css/main.476f35a5.css","mappings":"AAAA;CACC,kBAAkB;AACnB;;AAEA;CACC,cAAc;CACd,kBAAkB;CAClB,2BAA2B;CAE3B,2BAAsB;CAAtB,sBAAsB;CACtB,kBAAkB;CAClB,4BAA4B;CAC5B,aAAa;CACb,uCAAuC;AACxC;;AAEA;CACC,6BAA6B;CAC7B,0CAA0C;AAC3C;;AAEA;CACC,aAAa;AACd;;AAEA;CACC,SAAS;CACT,UAAU;CACV,gBAAgB;AACjB;;AAEA;CACC,gBAAgB;CAChB,aAAa;AACd;;AAEA;CACC,cAAc;CACd,SAAS;CACT,uBAAuB;CACvB,mBAAmB;CACnB,yBAAiB;IAAjB,sBAAiB;SAAjB,iBAAiB;AAClB;;AAEA;CACC,8BAA8B;CAC9B,uBAAuB;AACxB;;AAEA;CACC,mBAAmB;AACpB;;AAEA;CACC,sBAAsB;CACtB,4BAA4B;AAC7B;;AAEA;CACC,YAAY;AACb;;AAEA;CACC,oBAAoB;CACpB,mBAAmB;CACnB,8BAA8B;CAC9B,qBAAqB;CACrB,iBAAiB;CACjB,sEAAsE;CACtE,eAAe;CACf,yBAAiB;IAAjB,sBAAiB;SAAjB,iBAAiB;AAClB;;AAEA;CACC,YAAY;AACb;;AAEA;CACC,mBAAmB;CACnB,cAAc;CACd,gBAAgB;AACjB;;AAEA;CACC,cAAc;CACd,SAAS;CACT,uBAAuB;CACvB,mBAAmB;CACnB,yBAAiB;IAAjB,sBAAiB;SAAjB,iBAAiB;CACjB,mBAAmB;AACpB;;AAEA;CACC;EACC,kCAAkC;EAClC,uBAAuB;EACvB,UAAU;CACX;CACA;EACC,YAAY;EACZ,mBAAmB;EACnB,cAAc;CACf;CACA;EACC,kCAAkC;EAClC,uBAAuB;EACvB,UAAU;CACX;AACD;;ACtGE,WACE,wBACA,oBACA,kBACA,8BACA,iBAXiB,CAYjB,iNAOF,WACE,wBACA,oBACA,kBACA,6BACA,iBAxBiB,CAyBjB,wV;ACzBJ,gBAAgB;;AAEhB;;;EAGE;;AAEF;IACI,aAAa;IACb,cAAc;IACd,kBAAkB;IAClB,WAAW;IACX,gBAAgB;IAChB,sBAAsB;IACtB,yBAAyB;IACzB,2DAA2D;AAC/D;;AAEA;;;CAGC;AACD;;IAEI,YAAY;IACZ,cAAc;AAClB;AACA,qBAAqB,YAAY;AACjC,gBAAe,QAAS;;AAExB;IACI,aAAa;AACjB;;AAEA;IACI,kBAAkB;IAClB,0CAA0C;AAC9C;;AAEA;IACI,WAAW;IACX,YAAY;IACZ,WAAW;AACf;;AAEA;IACI,kBAAkB;IAClB,kBAAkB;AACtB;;AAEA;IACI,qBAAqB;KACrB,eAAgB;IAChB,kBAAkB;IAClB,aAAa;IACb,gBAAgB;IAChB,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,sBAAsB;AAC1B;AACA;IACI,eAAe;IACf,kBAAkB;IAClB,aAAa;IACb,SAAS;IACT,OAAO;IACP,QAAQ;IACR,wBAAwB;IACxB,UAAU;AACd;;AAEA;;IAEI,cAAc;IACd,eAAe;IACf,kBAAkB;IAClB,aAAa;IACb,SAAS;IACT,UAAU;IACV,WAAW;IACX,YAAY;IACZ,uEAAuE;IACvE,iBAAiB;IACjB,mBAAmB;IACnB,gBAAgB;IAChB,6BAA6B;IAC7B,kCAAkC;IAClC,4BAA4B;IAC5B,wBAAwB;IACxB,WAAW;KACX,kBAAmB;KACnB,MAAO;AACX;;AAEA;;IAEI,UAAU;AACd;;AAEA;;IAEI,WAAW;IACX,yDAA2O;KAC3O,OAAQ;AACZ;;AAEA;;IAEI,YAAY;IACZ,yDAA2O;KAC3O,QAAS;AACb;;AAEA;;IAEI,eAAe;IACf,WAAW;AACf;;AAEA;IACI,qBAAqB;KACrB,eAAgB;AACpB;;AAEA;IACI,WAAW;IACX,yBAAyB;IACzB,iBAAiB;IACjB,SAAS;AACb;;AAEA;;IAEI,0BAA0B;IAC1B,UAAU;AACd;;AAEA;IACI,WAAW;IACX,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,kBAAkB;AACtB;;AAEA;IACI,eAAe;IACf,cAAc;IACd,sBAAsB;IACtB,2BAA2B;IAC3B,aAAa;IACb,SAAS;IACT,SAAS;IACT,WAAW;IACX,YAAY;IACZ,WAAW;IACX,eAAe;IACf,iBAAiB;IACjB,iBAAiB;IACjB,mBAAmB;AACvB;;AAEA;IACI,eAAe;IACf,WAAW;AACf;;AAEA;IACI,cAAc;IACd,iBAAiB;AACrB;;AAEA;;IAEI,WAAW;IACX,iBAAiB;IACjB,mBAAmB;IACnB,mCAAmC;IACnC,kBAAkB;AACtB;;AAEA;IACI,mBAAmB;IACnB,mCAAmC;AACvC;;AAEA;;IAEI,mBAAmB;AACvB;;AAEA;IACI,WAAW;IACX,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;AACtB;;AAEA;IACI,WAAW;IACX,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;AACtB;;AAEA;IACI,oBAAoB;IACpB,eAAe;IACf,WAAW;IACX,WAAW;AACf;;AAEA;IACI,WAAW;IACX,WAAW;AACf;;AAEA;IACI,oBAAoB;IACpB,eAAe;AACnB;;AAEA;;IAEI,WAAW;IACX,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;AACtB;;AAEA,qBAAqB;AACrB;IACI,mBAAmB;IACnB,YAAY;AAChB","sources":["../../../node_modules/@reach/listbox/styles.css","../../../node_modules/inter-ui/_variable.scss","../../../node_modules/pikaday/css/pikaday.css"],"sourcesContent":[":root {\n\t--reach-listbox: 1;\n}\n\n[data-reach-listbox-popover] {\n\tdisplay: block;\n\tposition: absolute;\n\tmin-width: -moz-fit-content;\n\tmin-width: -webkit-min-content;\n\tmin-width: min-content;\n\tpadding: 0.25rem 0;\n\tbackground: hsl(0, 0%, 100%);\n\toutline: none;\n\tborder: solid 1px hsla(0, 0%, 0%, 0.25);\n}\n\n[data-reach-listbox-popover]:focus-within {\n\tbox-shadow: 0 0 4px Highlight;\n\toutline: -webkit-focus-ring-color auto 4px;\n}\n\n[data-reach-listbox-popover][hidden] {\n\tdisplay: none;\n}\n\n[data-reach-listbox-list] {\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style: none;\n}\n\n[data-reach-listbox-list]:focus {\n\tbox-shadow: none;\n\toutline: none;\n}\n\n[data-reach-listbox-option] {\n\tdisplay: block;\n\tmargin: 0;\n\tpadding: 0.25rem 0.5rem;\n\twhite-space: nowrap;\n\tuser-select: none;\n}\n\n[data-reach-listbox-option][data-current-nav] {\n\tbackground: hsl(211, 81%, 46%);\n\tcolor: hsl(0, 0%, 100%);\n}\n\n[data-reach-listbox-option][data-current-selected] {\n\tfont-weight: bolder;\n}\n\n[data-reach-listbox-option][data-current-selected][data-confirming] {\n\tanimation: flash 100ms;\n\tanimation-iteration-count: 1;\n}\n\n[data-reach-listbox-option][aria-disabled=\"true\"] {\n\topacity: 0.5;\n}\n\n[data-reach-listbox-button] {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tjustify-content: space-between;\n\tpadding: 1px 10px 2px;\n\tborder: 1px solid;\n\tborder-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);\n\tcursor: default;\n\tuser-select: none;\n}\n\n[data-reach-listbox-button][aria-disabled=\"true\"] {\n\topacity: 0.5;\n}\n\n[data-reach-listbox-arrow] {\n\tmargin-left: 0.5rem;\n\tdisplay: block;\n\tfont-size: 0.5em;\n}\n\n[data-reach-listbox-group-label] {\n\tdisplay: block;\n\tmargin: 0;\n\tpadding: 0.25rem 0.5rem;\n\twhite-space: nowrap;\n\tuser-select: none;\n\tfont-weight: bolder;\n}\n\n@keyframes flash {\n\t0% {\n\t\tbackground: hsla(211, 81%, 36%, 1);\n\t\tcolor: hsl(0, 0%, 100%);\n\t\topacity: 1;\n\t}\n\t50% {\n\t\topacity: 0.5;\n\t\tbackground: inherit;\n\t\tcolor: inherit;\n\t}\n\t100% {\n\t\tbackground: hsla(211, 81%, 36%, 1);\n\t\tcolor: hsl(0, 0%, 100%);\n\t\topacity: 1;\n\t}\n}\n","$inter-font-display: swap !default;\n$inter-font-path: 'Inter (web)' !default;\n$inter-font-variable-suffix: '.var' !default;\n$inter-font-path-suffix: '?v=3.19' !default;\n\n@mixin normal {\n @font-face {\n font-family: 'Inter var';\n font-weight: 100 900;\n font-style: normal;\n font-named-instance: 'Regular';\n font-display: $inter-font-display;\n src: url(\"#{$inter-font-path}/Inter-roman#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2 supports variations(gvar)\"),\n url(\"#{$inter-font-path}/Inter-roman#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2-variations\"),\n url(\"#{$inter-font-path}/Inter-roman#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2\");\n }\n}\n\n@mixin italic {\n @font-face {\n font-family: 'Inter var';\n font-weight: 100 900;\n font-style: italic;\n font-named-instance: 'Italic';\n font-display: $inter-font-display;\n src: url(\"#{$inter-font-path}/Inter-italic#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2 supports variations(gvar)\"),\n url(\"#{$inter-font-path}/Inter-italic#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2-variations\"),\n url(\"#{$inter-font-path}/Inter-italic#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2\");\n }\n}\n\n@mixin default {\n /* -------------------------------------------------------\n Variable font.\n Usage:\n\n html { font-family: 'Inter', sans-serif; }\n @supports (font-variation-settings: normal) {\n html { font-family: 'Inter var', sans-serif; }\n }\n */\n\n @include normal;\n @include italic;\n}\n\n\n@mixin experimental {\n /* --------------------------------------------------------------------------\n [EXPERIMENTAL] Multi-axis, single variable font.\n\n Slant axis is not yet widely supported (as of February 2019) and thus this\n multi-axis single variable font is opt-in rather than the default.\n\n When using this, you will probably need to set font-variation-settings\n explicitly, e.g.\n\n * { font-variation-settings: \"slnt\" 0deg }\n .italic { font-variation-settings: \"slnt\" 10deg }\n\n */\n\n @font-face {\n font-family: 'Inter var experimental';\n font-weight: 100 900;\n font-style: oblique 0deg 10deg;\n font-display: $inter-font-display;\n src: url(\"#{$inter-font-path}/Inter#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2-variations\"),\n url(\"#{$inter-font-path}/Inter#{$inter-font-variable-suffix}.woff2#{$inter-font-path-suffix}\") format(\"woff2\");\n }\n}\n\n@mixin all {\n @include default;\n @include experimental;\n}\n","@charset \"UTF-8\";\n\n/*!\n * Pikaday\n * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/\n */\n\n.pika-single {\n z-index: 9999;\n display: block;\n position: relative;\n color: #333;\n background: #fff;\n border: 1px solid #ccc;\n border-bottom-color: #bbb;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n}\n\n/*\nclear child float (pika-lendar), using the famous micro clearfix hack\nhttp://nicolasgallagher.com/micro-clearfix-hack/\n*/\n.pika-single:before,\n.pika-single:after {\n content: \" \";\n display: table;\n}\n.pika-single:after { clear: both }\n.pika-single { *zoom: 1 }\n\n.pika-single.is-hidden {\n display: none;\n}\n\n.pika-single.is-bound {\n position: absolute;\n box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);\n}\n\n.pika-lendar {\n float: left;\n width: 240px;\n margin: 8px;\n}\n\n.pika-title {\n position: relative;\n text-align: center;\n}\n\n.pika-label {\n display: inline-block;\n *display: inline;\n position: relative;\n z-index: 9999;\n overflow: hidden;\n margin: 0;\n padding: 5px 3px;\n font-size: 14px;\n line-height: 20px;\n font-weight: bold;\n background-color: #fff;\n}\n.pika-title select {\n cursor: pointer;\n position: absolute;\n z-index: 9998;\n margin: 0;\n left: 0;\n top: 5px;\n filter: alpha(opacity=0);\n opacity: 0;\n}\n\n.pika-prev,\n.pika-next {\n display: block;\n cursor: pointer;\n position: relative;\n outline: none;\n border: 0;\n padding: 0;\n width: 20px;\n height: 30px;\n /* hide text using text-indent trick, using width value (it's enough) */\n text-indent: 20px;\n white-space: nowrap;\n overflow: hidden;\n background-color: transparent;\n background-position: center center;\n background-repeat: no-repeat;\n background-size: 75% 75%;\n opacity: .5;\n *position: absolute;\n *top: 0;\n}\n\n.pika-prev:hover,\n.pika-next:hover {\n opacity: 1;\n}\n\n.pika-prev,\n.is-rtl .pika-next {\n float: left;\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');\n *left: 0;\n}\n\n.pika-next,\n.is-rtl .pika-prev {\n float: right;\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');\n *right: 0;\n}\n\n.pika-prev.is-disabled,\n.pika-next.is-disabled {\n cursor: default;\n opacity: .2;\n}\n\n.pika-select {\n display: inline-block;\n *display: inline;\n}\n\n.pika-table {\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n border: 0;\n}\n\n.pika-table th,\n.pika-table td {\n width: 14.285714285714286%;\n padding: 0;\n}\n\n.pika-table th {\n color: #999;\n font-size: 12px;\n line-height: 25px;\n font-weight: bold;\n text-align: center;\n}\n\n.pika-button {\n cursor: pointer;\n display: block;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n outline: none;\n border: 0;\n margin: 0;\n width: 100%;\n padding: 5px;\n color: #666;\n font-size: 12px;\n line-height: 15px;\n text-align: right;\n background: #f5f5f5;\n}\n\n.pika-week {\n font-size: 11px;\n color: #999;\n}\n\n.is-today .pika-button {\n color: #33aaff;\n font-weight: bold;\n}\n\n.is-selected .pika-button,\n.has-event .pika-button {\n color: #fff;\n font-weight: bold;\n background: #33aaff;\n box-shadow: inset 0 1px 3px #178fe5;\n border-radius: 3px;\n}\n\n.has-event .pika-button {\n background: #005da9;\n box-shadow: inset 0 1px 3px #0076c9;\n}\n\n.is-disabled .pika-button,\n.is-inrange .pika-button {\n background: #D5E9F7;\n}\n\n.is-startrange .pika-button {\n color: #fff;\n background: #6CB31D;\n box-shadow: none;\n border-radius: 3px;\n}\n\n.is-endrange .pika-button {\n color: #fff;\n background: #33aaff;\n box-shadow: none;\n border-radius: 3px;\n}\n\n.is-disabled .pika-button {\n pointer-events: none;\n cursor: default;\n color: #999;\n opacity: .3;\n}\n\n.is-outside-current-month .pika-button {\n color: #999;\n opacity: .3;\n}\n\n.is-selection-disabled {\n pointer-events: none;\n cursor: default;\n}\n\n.pika-button:hover,\n.pika-row.pick-whole-week:hover .pika-button {\n color: #fff;\n background: #ff8000;\n box-shadow: none;\n border-radius: 3px;\n}\n\n/* styling for abbr */\n.pika-table abbr {\n border-bottom: none;\n cursor: help;\n}\n\n"],"names":[],"sourceRoot":""}
|