@questdb/web-console 1.1.4 → 1.1.6
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 +50 -120
- package/dist/assets/grid-bg.webp +0 -0
- package/dist/assets/index-CZXjkkTB.css +45 -0
- package/dist/assets/index-Uvv9G_kP.js +4256 -0
- package/dist/assets/login-background.svg +1 -0
- package/dist/assets/plugs.svg +3 -0
- package/dist/assets/questdb-logo-3d.png +0 -0
- package/dist/assets/questdb.svg +25 -0
- package/dist/assets/vendor-KYbEfC3b.js +78 -0
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.de.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.es.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.fr.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.it.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ja.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ko.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ru.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -2
- package/dist/assets/vs/base/worker/workerMain.js +27 -2
- package/dist/assets/vs/editor/editor.main.js +745 -2
- package/dist/assets/vs/editor/editor.main.nls.js +29 -2
- package/dist/assets/vs/loader.js +11 -2
- package/dist/assets/whoops.svg +8 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.otf +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.ttf +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.woff +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.woff2 +0 -0
- package/dist/index.html +8 -4
- package/package.json +70 -76
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.de.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.es.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.fr.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.it.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ja.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ko.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ru.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/worker/workerMain.js.LICENSE.txt +0 -6
- package/dist/assets/vs/editor/editor.main.js.LICENSE.txt +0 -15
- package/dist/assets/vs/editor/editor.main.nls.js.LICENSE.txt +0 -6
- package/dist/assets/vs/loader.js.LICENSE.txt +0 -6
- package/dist/qdb.e248c.css +0 -222
- package/dist/qdb.e248c.js +0 -1
- package/dist/vendor.7241c.css +0 -874
- package/dist/vendor.7241c.js +0 -2
- package/dist/vendor.7241c.js.LICENSE.txt +0 -169
- /package/dist/{d0b483ce9717b92b4bf815d5d4db597a.woff → assets/open-sans-v13-latin-300-DFA0ym50.woff} +0 -0
- /package/dist/{573e9313e05d89f4acb5d005476c61bb.woff → assets/open-sans-v13-latin-600-C1Kmc7KT.woff} +0 -0
- /package/dist/{6437d5f4c14e01aaf4801aef3909151b.woff → assets/open-sans-v13-latin-700-k6xx1mZI.woff} +0 -0
- /package/dist/{7dafb1a4bab4938a38b2d68d9c4575a9.woff → assets/open-sans-v13-latin-regular-BKF8bpuc.woff} +0 -0
package/dist/vendor.7241c.css
DELETED
|
@@ -1,874 +0,0 @@
|
|
|
1
|
-
.animated {
|
|
2
|
-
animation-duration: 1s;
|
|
3
|
-
animation-fill-mode: both;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.animated.infinite {
|
|
7
|
-
animation-iteration-count: infinite;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.animated.delay-1s {
|
|
11
|
-
animation-delay: 1s;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.animated.delay-2s {
|
|
15
|
-
animation-delay: 2s;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.animated.delay-3s {
|
|
19
|
-
animation-delay: 3s;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.animated.delay-4s {
|
|
23
|
-
animation-delay: 4s;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.animated.delay-5s {
|
|
27
|
-
animation-delay: 5s;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.animated.fast {
|
|
31
|
-
animation-duration: 800ms;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.animated.faster {
|
|
35
|
-
animation-duration: 500ms;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.animated.slow {
|
|
39
|
-
animation-duration: 2s;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.animated.slower {
|
|
43
|
-
animation-duration: 3s;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@media (print), (prefers-reduced-motion: reduce) {
|
|
47
|
-
.animated {
|
|
48
|
-
animation-duration: 1ms !important;
|
|
49
|
-
transition-duration: 1ms !important;
|
|
50
|
-
animation-iteration-count: 1 !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.uplot, .uplot *, .uplot *::before, .uplot *::after {box-sizing: border-box;}.uplot {font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";line-height: 1.5;width: min-content;}.u-title {text-align: center;font-size: 18px;font-weight: bold;}.u-wrap {position: relative;user-select: none;}.u-over, .u-under {position: absolute;}.u-under {overflow: hidden;}.uplot canvas {display: block;position: relative;width: 100%;height: 100%;}.u-axis {position: absolute;}.u-legend {font-size: 14px;margin: auto;text-align: center;}.u-inline {display: block;}.u-inline * {display: inline-block;}.u-inline tr {margin-right: 16px;}.u-legend th {font-weight: 600;}.u-legend th > * {vertical-align: middle;display: inline-block;}.u-legend .u-marker {width: 1em;height: 1em;margin-right: 4px;background-clip: padding-box !important;}.u-inline.u-live th::after {content: ":";vertical-align: middle;}.u-inline:not(.u-live) .u-value {display: none;}.u-series > * {padding: 4px;}.u-series th {cursor: pointer;}.u-legend .u-off > * {opacity: 0.3;}.u-select {background: rgba(0,0,0,0.07);position: absolute;pointer-events: none;}.u-cursor-x, .u-cursor-y {position: absolute;left: 0;top: 0;pointer-events: none;will-change: transform;}.u-hz .u-cursor-x, .u-vt .u-cursor-y {height: 100%;border-right: 1px dashed #607D8B;}.u-hz .u-cursor-y, .u-vt .u-cursor-x {width: 100%;border-bottom: 1px dashed #607D8B;}.u-cursor-pt {position: absolute;top: 0;left: 0;border-radius: 50%;border: 0 solid;pointer-events: none;will-change: transform;/*this has to be !important since we set inline "background" shorthand */background-clip: padding-box !important;}.u-axis.u-off, .u-select.u-off, .u-cursor-x.u-off, .u-cursor-y.u-off, .u-cursor-pt.u-off {display: none;}
|
|
55
|
-
:root {
|
|
56
|
-
--toastify-color-light: #fff;
|
|
57
|
-
--toastify-color-dark: #121212;
|
|
58
|
-
--toastify-color-info: #3498db;
|
|
59
|
-
--toastify-color-success: #07bc0c;
|
|
60
|
-
--toastify-color-warning: #f1c40f;
|
|
61
|
-
--toastify-color-error: #e74c3c;
|
|
62
|
-
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
|
|
63
|
-
--toastify-icon-color-info: var(--toastify-color-info);
|
|
64
|
-
--toastify-icon-color-success: var(--toastify-color-success);
|
|
65
|
-
--toastify-icon-color-warning: var(--toastify-color-warning);
|
|
66
|
-
--toastify-icon-color-error: var(--toastify-color-error);
|
|
67
|
-
--toastify-toast-width: 320px;
|
|
68
|
-
--toastify-toast-background: #fff;
|
|
69
|
-
--toastify-toast-min-height: 64px;
|
|
70
|
-
--toastify-toast-max-height: 800px;
|
|
71
|
-
--toastify-font-family: sans-serif;
|
|
72
|
-
--toastify-z-index: 9999;
|
|
73
|
-
--toastify-text-color-light: #757575;
|
|
74
|
-
--toastify-text-color-dark: #fff;
|
|
75
|
-
--toastify-text-color-info: #fff;
|
|
76
|
-
--toastify-text-color-success: #fff;
|
|
77
|
-
--toastify-text-color-warning: #fff;
|
|
78
|
-
--toastify-text-color-error: #fff;
|
|
79
|
-
--toastify-spinner-color: #616161;
|
|
80
|
-
--toastify-spinner-color-empty-area: #e0e0e0;
|
|
81
|
-
--toastify-color-progress-light: linear-gradient(
|
|
82
|
-
to right,
|
|
83
|
-
#4cd964,
|
|
84
|
-
#5ac8fa,
|
|
85
|
-
#007aff,
|
|
86
|
-
#34aadc,
|
|
87
|
-
#5856d6,
|
|
88
|
-
#ff2d55
|
|
89
|
-
);
|
|
90
|
-
--toastify-color-progress-dark: #bb86fc;
|
|
91
|
-
--toastify-color-progress-info: var(--toastify-color-info);
|
|
92
|
-
--toastify-color-progress-success: var(--toastify-color-success);
|
|
93
|
-
--toastify-color-progress-warning: var(--toastify-color-warning);
|
|
94
|
-
--toastify-color-progress-error: var(--toastify-color-error);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.Toastify__toast-container {
|
|
98
|
-
z-index: var(--toastify-z-index);
|
|
99
|
-
-webkit-transform: translate3d(0, 0, var(--toastify-z-index));
|
|
100
|
-
position: fixed;
|
|
101
|
-
padding: 4px;
|
|
102
|
-
width: var(--toastify-toast-width);
|
|
103
|
-
box-sizing: border-box;
|
|
104
|
-
color: #fff;
|
|
105
|
-
}
|
|
106
|
-
.Toastify__toast-container--top-left {
|
|
107
|
-
top: 1em;
|
|
108
|
-
left: 1em;
|
|
109
|
-
}
|
|
110
|
-
.Toastify__toast-container--top-center {
|
|
111
|
-
top: 1em;
|
|
112
|
-
left: 50%;
|
|
113
|
-
transform: translateX(-50%);
|
|
114
|
-
}
|
|
115
|
-
.Toastify__toast-container--top-right {
|
|
116
|
-
top: 1em;
|
|
117
|
-
right: 1em;
|
|
118
|
-
}
|
|
119
|
-
.Toastify__toast-container--bottom-left {
|
|
120
|
-
bottom: 1em;
|
|
121
|
-
left: 1em;
|
|
122
|
-
}
|
|
123
|
-
.Toastify__toast-container--bottom-center {
|
|
124
|
-
bottom: 1em;
|
|
125
|
-
left: 50%;
|
|
126
|
-
transform: translateX(-50%);
|
|
127
|
-
}
|
|
128
|
-
.Toastify__toast-container--bottom-right {
|
|
129
|
-
bottom: 1em;
|
|
130
|
-
right: 1em;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@media only screen and (max-width : 480px) {
|
|
134
|
-
.Toastify__toast-container {
|
|
135
|
-
width: 100vw;
|
|
136
|
-
padding: 0;
|
|
137
|
-
left: 0;
|
|
138
|
-
margin: 0;
|
|
139
|
-
}
|
|
140
|
-
.Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
|
|
141
|
-
top: 0;
|
|
142
|
-
transform: translateX(0);
|
|
143
|
-
}
|
|
144
|
-
.Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
|
|
145
|
-
bottom: 0;
|
|
146
|
-
transform: translateX(0);
|
|
147
|
-
}
|
|
148
|
-
.Toastify__toast-container--rtl {
|
|
149
|
-
right: 0;
|
|
150
|
-
left: initial;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
.Toastify__toast {
|
|
154
|
-
position: relative;
|
|
155
|
-
min-height: var(--toastify-toast-min-height);
|
|
156
|
-
box-sizing: border-box;
|
|
157
|
-
margin-bottom: 1rem;
|
|
158
|
-
padding: 8px;
|
|
159
|
-
border-radius: 4px;
|
|
160
|
-
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
|
|
161
|
-
display: -ms-flexbox;
|
|
162
|
-
display: flex;
|
|
163
|
-
-ms-flex-pack: justify;
|
|
164
|
-
justify-content: space-between;
|
|
165
|
-
max-height: var(--toastify-toast-max-height);
|
|
166
|
-
overflow: hidden;
|
|
167
|
-
font-family: var(--toastify-font-family);
|
|
168
|
-
cursor: default;
|
|
169
|
-
direction: ltr;
|
|
170
|
-
/* webkit only issue #791 */
|
|
171
|
-
z-index: 0;
|
|
172
|
-
}
|
|
173
|
-
.Toastify__toast--rtl {
|
|
174
|
-
direction: rtl;
|
|
175
|
-
}
|
|
176
|
-
.Toastify__toast--close-on-click {
|
|
177
|
-
cursor: pointer;
|
|
178
|
-
}
|
|
179
|
-
.Toastify__toast-body {
|
|
180
|
-
margin: auto 0;
|
|
181
|
-
-ms-flex: 1 1 auto;
|
|
182
|
-
flex: 1 1 auto;
|
|
183
|
-
padding: 6px;
|
|
184
|
-
display: -ms-flexbox;
|
|
185
|
-
display: flex;
|
|
186
|
-
-ms-flex-align: center;
|
|
187
|
-
align-items: center;
|
|
188
|
-
}
|
|
189
|
-
.Toastify__toast-body > div:last-child {
|
|
190
|
-
word-break: break-word;
|
|
191
|
-
-ms-flex: 1;
|
|
192
|
-
flex: 1;
|
|
193
|
-
}
|
|
194
|
-
.Toastify__toast-icon {
|
|
195
|
-
-webkit-margin-end: 10px;
|
|
196
|
-
margin-inline-end: 10px;
|
|
197
|
-
width: 20px;
|
|
198
|
-
-ms-flex-negative: 0;
|
|
199
|
-
flex-shrink: 0;
|
|
200
|
-
display: -ms-flexbox;
|
|
201
|
-
display: flex;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.Toastify--animate {
|
|
205
|
-
animation-fill-mode: both;
|
|
206
|
-
animation-duration: 0.7s;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.Toastify--animate-icon {
|
|
210
|
-
animation-fill-mode: both;
|
|
211
|
-
animation-duration: 0.3s;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
@media only screen and (max-width : 480px) {
|
|
215
|
-
.Toastify__toast {
|
|
216
|
-
margin-bottom: 0;
|
|
217
|
-
border-radius: 0;
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
.Toastify__toast-theme--dark {
|
|
221
|
-
background: var(--toastify-color-dark);
|
|
222
|
-
color: var(--toastify-text-color-dark);
|
|
223
|
-
}
|
|
224
|
-
.Toastify__toast-theme--light {
|
|
225
|
-
background: var(--toastify-color-light);
|
|
226
|
-
color: var(--toastify-text-color-light);
|
|
227
|
-
}
|
|
228
|
-
.Toastify__toast-theme--colored.Toastify__toast--default {
|
|
229
|
-
background: var(--toastify-color-light);
|
|
230
|
-
color: var(--toastify-text-color-light);
|
|
231
|
-
}
|
|
232
|
-
.Toastify__toast-theme--colored.Toastify__toast--info {
|
|
233
|
-
color: var(--toastify-text-color-info);
|
|
234
|
-
background: var(--toastify-color-info);
|
|
235
|
-
}
|
|
236
|
-
.Toastify__toast-theme--colored.Toastify__toast--success {
|
|
237
|
-
color: var(--toastify-text-color-success);
|
|
238
|
-
background: var(--toastify-color-success);
|
|
239
|
-
}
|
|
240
|
-
.Toastify__toast-theme--colored.Toastify__toast--warning {
|
|
241
|
-
color: var(--toastify-text-color-warning);
|
|
242
|
-
background: var(--toastify-color-warning);
|
|
243
|
-
}
|
|
244
|
-
.Toastify__toast-theme--colored.Toastify__toast--error {
|
|
245
|
-
color: var(--toastify-text-color-error);
|
|
246
|
-
background: var(--toastify-color-error);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.Toastify__progress-bar-theme--light {
|
|
250
|
-
background: var(--toastify-color-progress-light);
|
|
251
|
-
}
|
|
252
|
-
.Toastify__progress-bar-theme--dark {
|
|
253
|
-
background: var(--toastify-color-progress-dark);
|
|
254
|
-
}
|
|
255
|
-
.Toastify__progress-bar--info {
|
|
256
|
-
background: var(--toastify-color-progress-info);
|
|
257
|
-
}
|
|
258
|
-
.Toastify__progress-bar--success {
|
|
259
|
-
background: var(--toastify-color-progress-success);
|
|
260
|
-
}
|
|
261
|
-
.Toastify__progress-bar--warning {
|
|
262
|
-
background: var(--toastify-color-progress-warning);
|
|
263
|
-
}
|
|
264
|
-
.Toastify__progress-bar--error {
|
|
265
|
-
background: var(--toastify-color-progress-error);
|
|
266
|
-
}
|
|
267
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
|
|
268
|
-
background: var(--toastify-color-transparent);
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.Toastify__close-button {
|
|
272
|
-
color: #fff;
|
|
273
|
-
background: transparent;
|
|
274
|
-
outline: none;
|
|
275
|
-
border: none;
|
|
276
|
-
padding: 0;
|
|
277
|
-
cursor: pointer;
|
|
278
|
-
opacity: 0.7;
|
|
279
|
-
transition: 0.3s ease;
|
|
280
|
-
-ms-flex-item-align: start;
|
|
281
|
-
align-self: flex-start;
|
|
282
|
-
}
|
|
283
|
-
.Toastify__close-button--light {
|
|
284
|
-
color: #000;
|
|
285
|
-
opacity: 0.3;
|
|
286
|
-
}
|
|
287
|
-
.Toastify__close-button > svg {
|
|
288
|
-
fill: currentColor;
|
|
289
|
-
height: 16px;
|
|
290
|
-
width: 14px;
|
|
291
|
-
}
|
|
292
|
-
.Toastify__close-button:hover, .Toastify__close-button:focus {
|
|
293
|
-
opacity: 1;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
@keyframes Toastify__trackProgress {
|
|
297
|
-
0% {
|
|
298
|
-
transform: scaleX(1);
|
|
299
|
-
}
|
|
300
|
-
100% {
|
|
301
|
-
transform: scaleX(0);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
.Toastify__progress-bar {
|
|
305
|
-
position: absolute;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
width: 100%;
|
|
309
|
-
height: 5px;
|
|
310
|
-
z-index: var(--toastify-z-index);
|
|
311
|
-
opacity: 0.7;
|
|
312
|
-
transform-origin: left;
|
|
313
|
-
}
|
|
314
|
-
.Toastify__progress-bar--animated {
|
|
315
|
-
animation: Toastify__trackProgress linear 1 forwards;
|
|
316
|
-
}
|
|
317
|
-
.Toastify__progress-bar--controlled {
|
|
318
|
-
transition: transform 0.2s;
|
|
319
|
-
}
|
|
320
|
-
.Toastify__progress-bar--rtl {
|
|
321
|
-
right: 0;
|
|
322
|
-
left: initial;
|
|
323
|
-
transform-origin: right;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.Toastify__spinner {
|
|
327
|
-
width: 20px;
|
|
328
|
-
height: 20px;
|
|
329
|
-
box-sizing: border-box;
|
|
330
|
-
border: 2px solid;
|
|
331
|
-
border-radius: 100%;
|
|
332
|
-
border-color: var(--toastify-spinner-color-empty-area);
|
|
333
|
-
border-right-color: var(--toastify-spinner-color);
|
|
334
|
-
animation: Toastify__spin 0.65s linear infinite;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
@keyframes Toastify__bounceInRight {
|
|
338
|
-
from, 60%, 75%, 90%, to {
|
|
339
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
340
|
-
}
|
|
341
|
-
from {
|
|
342
|
-
opacity: 0;
|
|
343
|
-
transform: translate3d(3000px, 0, 0);
|
|
344
|
-
}
|
|
345
|
-
60% {
|
|
346
|
-
opacity: 1;
|
|
347
|
-
transform: translate3d(-25px, 0, 0);
|
|
348
|
-
}
|
|
349
|
-
75% {
|
|
350
|
-
transform: translate3d(10px, 0, 0);
|
|
351
|
-
}
|
|
352
|
-
90% {
|
|
353
|
-
transform: translate3d(-5px, 0, 0);
|
|
354
|
-
}
|
|
355
|
-
to {
|
|
356
|
-
transform: none;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
@keyframes Toastify__bounceOutRight {
|
|
360
|
-
20% {
|
|
361
|
-
opacity: 1;
|
|
362
|
-
transform: translate3d(-20px, 0, 0);
|
|
363
|
-
}
|
|
364
|
-
to {
|
|
365
|
-
opacity: 0;
|
|
366
|
-
transform: translate3d(2000px, 0, 0);
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
@keyframes Toastify__bounceInLeft {
|
|
370
|
-
from, 60%, 75%, 90%, to {
|
|
371
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
372
|
-
}
|
|
373
|
-
0% {
|
|
374
|
-
opacity: 0;
|
|
375
|
-
transform: translate3d(-3000px, 0, 0);
|
|
376
|
-
}
|
|
377
|
-
60% {
|
|
378
|
-
opacity: 1;
|
|
379
|
-
transform: translate3d(25px, 0, 0);
|
|
380
|
-
}
|
|
381
|
-
75% {
|
|
382
|
-
transform: translate3d(-10px, 0, 0);
|
|
383
|
-
}
|
|
384
|
-
90% {
|
|
385
|
-
transform: translate3d(5px, 0, 0);
|
|
386
|
-
}
|
|
387
|
-
to {
|
|
388
|
-
transform: none;
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
@keyframes Toastify__bounceOutLeft {
|
|
392
|
-
20% {
|
|
393
|
-
opacity: 1;
|
|
394
|
-
transform: translate3d(20px, 0, 0);
|
|
395
|
-
}
|
|
396
|
-
to {
|
|
397
|
-
opacity: 0;
|
|
398
|
-
transform: translate3d(-2000px, 0, 0);
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
@keyframes Toastify__bounceInUp {
|
|
402
|
-
from, 60%, 75%, 90%, to {
|
|
403
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
404
|
-
}
|
|
405
|
-
from {
|
|
406
|
-
opacity: 0;
|
|
407
|
-
transform: translate3d(0, 3000px, 0);
|
|
408
|
-
}
|
|
409
|
-
60% {
|
|
410
|
-
opacity: 1;
|
|
411
|
-
transform: translate3d(0, -20px, 0);
|
|
412
|
-
}
|
|
413
|
-
75% {
|
|
414
|
-
transform: translate3d(0, 10px, 0);
|
|
415
|
-
}
|
|
416
|
-
90% {
|
|
417
|
-
transform: translate3d(0, -5px, 0);
|
|
418
|
-
}
|
|
419
|
-
to {
|
|
420
|
-
transform: translate3d(0, 0, 0);
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
@keyframes Toastify__bounceOutUp {
|
|
424
|
-
20% {
|
|
425
|
-
transform: translate3d(0, -10px, 0);
|
|
426
|
-
}
|
|
427
|
-
40%, 45% {
|
|
428
|
-
opacity: 1;
|
|
429
|
-
transform: translate3d(0, 20px, 0);
|
|
430
|
-
}
|
|
431
|
-
to {
|
|
432
|
-
opacity: 0;
|
|
433
|
-
transform: translate3d(0, -2000px, 0);
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
@keyframes Toastify__bounceInDown {
|
|
437
|
-
from, 60%, 75%, 90%, to {
|
|
438
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
439
|
-
}
|
|
440
|
-
0% {
|
|
441
|
-
opacity: 0;
|
|
442
|
-
transform: translate3d(0, -3000px, 0);
|
|
443
|
-
}
|
|
444
|
-
60% {
|
|
445
|
-
opacity: 1;
|
|
446
|
-
transform: translate3d(0, 25px, 0);
|
|
447
|
-
}
|
|
448
|
-
75% {
|
|
449
|
-
transform: translate3d(0, -10px, 0);
|
|
450
|
-
}
|
|
451
|
-
90% {
|
|
452
|
-
transform: translate3d(0, 5px, 0);
|
|
453
|
-
}
|
|
454
|
-
to {
|
|
455
|
-
transform: none;
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
@keyframes Toastify__bounceOutDown {
|
|
459
|
-
20% {
|
|
460
|
-
transform: translate3d(0, 10px, 0);
|
|
461
|
-
}
|
|
462
|
-
40%, 45% {
|
|
463
|
-
opacity: 1;
|
|
464
|
-
transform: translate3d(0, -20px, 0);
|
|
465
|
-
}
|
|
466
|
-
to {
|
|
467
|
-
opacity: 0;
|
|
468
|
-
transform: translate3d(0, 2000px, 0);
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
|
|
472
|
-
animation-name: Toastify__bounceInLeft;
|
|
473
|
-
}
|
|
474
|
-
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
|
|
475
|
-
animation-name: Toastify__bounceInRight;
|
|
476
|
-
}
|
|
477
|
-
.Toastify__bounce-enter--top-center {
|
|
478
|
-
animation-name: Toastify__bounceInDown;
|
|
479
|
-
}
|
|
480
|
-
.Toastify__bounce-enter--bottom-center {
|
|
481
|
-
animation-name: Toastify__bounceInUp;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
|
|
485
|
-
animation-name: Toastify__bounceOutLeft;
|
|
486
|
-
}
|
|
487
|
-
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
|
|
488
|
-
animation-name: Toastify__bounceOutRight;
|
|
489
|
-
}
|
|
490
|
-
.Toastify__bounce-exit--top-center {
|
|
491
|
-
animation-name: Toastify__bounceOutUp;
|
|
492
|
-
}
|
|
493
|
-
.Toastify__bounce-exit--bottom-center {
|
|
494
|
-
animation-name: Toastify__bounceOutDown;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
@keyframes Toastify__zoomIn {
|
|
498
|
-
from {
|
|
499
|
-
opacity: 0;
|
|
500
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
|
501
|
-
}
|
|
502
|
-
50% {
|
|
503
|
-
opacity: 1;
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
@keyframes Toastify__zoomOut {
|
|
507
|
-
from {
|
|
508
|
-
opacity: 1;
|
|
509
|
-
}
|
|
510
|
-
50% {
|
|
511
|
-
opacity: 0;
|
|
512
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
|
513
|
-
}
|
|
514
|
-
to {
|
|
515
|
-
opacity: 0;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
.Toastify__zoom-enter {
|
|
519
|
-
animation-name: Toastify__zoomIn;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.Toastify__zoom-exit {
|
|
523
|
-
animation-name: Toastify__zoomOut;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
@keyframes Toastify__flipIn {
|
|
527
|
-
from {
|
|
528
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
529
|
-
animation-timing-function: ease-in;
|
|
530
|
-
opacity: 0;
|
|
531
|
-
}
|
|
532
|
-
40% {
|
|
533
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
534
|
-
animation-timing-function: ease-in;
|
|
535
|
-
}
|
|
536
|
-
60% {
|
|
537
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
538
|
-
opacity: 1;
|
|
539
|
-
}
|
|
540
|
-
80% {
|
|
541
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
542
|
-
}
|
|
543
|
-
to {
|
|
544
|
-
transform: perspective(400px);
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
@keyframes Toastify__flipOut {
|
|
548
|
-
from {
|
|
549
|
-
transform: perspective(400px);
|
|
550
|
-
}
|
|
551
|
-
30% {
|
|
552
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
553
|
-
opacity: 1;
|
|
554
|
-
}
|
|
555
|
-
to {
|
|
556
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
557
|
-
opacity: 0;
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
.Toastify__flip-enter {
|
|
561
|
-
animation-name: Toastify__flipIn;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.Toastify__flip-exit {
|
|
565
|
-
animation-name: Toastify__flipOut;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
@keyframes Toastify__slideInRight {
|
|
569
|
-
from {
|
|
570
|
-
transform: translate3d(110%, 0, 0);
|
|
571
|
-
visibility: visible;
|
|
572
|
-
}
|
|
573
|
-
to {
|
|
574
|
-
transform: translate3d(0, 0, 0);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
@keyframes Toastify__slideInLeft {
|
|
578
|
-
from {
|
|
579
|
-
transform: translate3d(-110%, 0, 0);
|
|
580
|
-
visibility: visible;
|
|
581
|
-
}
|
|
582
|
-
to {
|
|
583
|
-
transform: translate3d(0, 0, 0);
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
@keyframes Toastify__slideInUp {
|
|
587
|
-
from {
|
|
588
|
-
transform: translate3d(0, 110%, 0);
|
|
589
|
-
visibility: visible;
|
|
590
|
-
}
|
|
591
|
-
to {
|
|
592
|
-
transform: translate3d(0, 0, 0);
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
@keyframes Toastify__slideInDown {
|
|
596
|
-
from {
|
|
597
|
-
transform: translate3d(0, -110%, 0);
|
|
598
|
-
visibility: visible;
|
|
599
|
-
}
|
|
600
|
-
to {
|
|
601
|
-
transform: translate3d(0, 0, 0);
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
@keyframes Toastify__slideOutRight {
|
|
605
|
-
from {
|
|
606
|
-
transform: translate3d(0, 0, 0);
|
|
607
|
-
}
|
|
608
|
-
to {
|
|
609
|
-
visibility: hidden;
|
|
610
|
-
transform: translate3d(110%, 0, 0);
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
@keyframes Toastify__slideOutLeft {
|
|
614
|
-
from {
|
|
615
|
-
transform: translate3d(0, 0, 0);
|
|
616
|
-
}
|
|
617
|
-
to {
|
|
618
|
-
visibility: hidden;
|
|
619
|
-
transform: translate3d(-110%, 0, 0);
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
@keyframes Toastify__slideOutDown {
|
|
623
|
-
from {
|
|
624
|
-
transform: translate3d(0, 0, 0);
|
|
625
|
-
}
|
|
626
|
-
to {
|
|
627
|
-
visibility: hidden;
|
|
628
|
-
transform: translate3d(0, 500px, 0);
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
@keyframes Toastify__slideOutUp {
|
|
632
|
-
from {
|
|
633
|
-
transform: translate3d(0, 0, 0);
|
|
634
|
-
}
|
|
635
|
-
to {
|
|
636
|
-
visibility: hidden;
|
|
637
|
-
transform: translate3d(0, -500px, 0);
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
|
|
641
|
-
animation-name: Toastify__slideInLeft;
|
|
642
|
-
}
|
|
643
|
-
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
|
|
644
|
-
animation-name: Toastify__slideInRight;
|
|
645
|
-
}
|
|
646
|
-
.Toastify__slide-enter--top-center {
|
|
647
|
-
animation-name: Toastify__slideInDown;
|
|
648
|
-
}
|
|
649
|
-
.Toastify__slide-enter--bottom-center {
|
|
650
|
-
animation-name: Toastify__slideInUp;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
|
|
654
|
-
animation-name: Toastify__slideOutLeft;
|
|
655
|
-
}
|
|
656
|
-
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
|
|
657
|
-
animation-name: Toastify__slideOutRight;
|
|
658
|
-
}
|
|
659
|
-
.Toastify__slide-exit--top-center {
|
|
660
|
-
animation-name: Toastify__slideOutUp;
|
|
661
|
-
}
|
|
662
|
-
.Toastify__slide-exit--bottom-center {
|
|
663
|
-
animation-name: Toastify__slideOutDown;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
@keyframes Toastify__spin {
|
|
667
|
-
from {
|
|
668
|
-
transform: rotate(0deg);
|
|
669
|
-
}
|
|
670
|
-
to {
|
|
671
|
-
transform: rotate(360deg);
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
/*! @docsearch/css 3.5.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
|
|
675
|
-
:root{--docsearch-primary-color:#5468ff;--docsearch-text-color:#1c1e21;--docsearch-spacing:12px;--docsearch-icon-stroke-width:1.4;--docsearch-highlight-color:var(--docsearch-primary-color);--docsearch-muted-color:#969faf;--docsearch-container-background:rgba(101,108,133,0.8);--docsearch-logo-color:#5468ff;--docsearch-modal-width:560px;--docsearch-modal-height:600px;--docsearch-modal-background:#f5f6f7;--docsearch-modal-shadow:inset 1px 1px 0 0 hsla(0,0%,100%,0.5),0 3px 8px 0 #555a64;--docsearch-searchbox-height:56px;--docsearch-searchbox-background:#ebedf0;--docsearch-searchbox-focus-background:#fff;--docsearch-searchbox-shadow:inset 0 0 0 2px var(--docsearch-primary-color);--docsearch-hit-height:56px;--docsearch-hit-color:#444950;--docsearch-hit-active-color:#fff;--docsearch-hit-background:#fff;--docsearch-hit-shadow:0 1px 3px 0 #d4d9e1;--docsearch-key-gradient:linear-gradient(-225deg,#d5dbe4,#f8f8f8);--docsearch-key-shadow:inset 0 -2px 0 0 #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px rgba(30,35,90,0.4);--docsearch-footer-height:44px;--docsearch-footer-background:#fff;--docsearch-footer-shadow:0 -1px 0 0 #e0e3e8,0 -3px 6px 0 rgba(69,98,155,0.12)}html[data-theme=dark]{--docsearch-text-color:#f5f6f7;--docsearch-container-background:rgba(9,10,17,0.8);--docsearch-modal-background:#15172a;--docsearch-modal-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--docsearch-searchbox-background:#090a11;--docsearch-searchbox-focus-background:#000;--docsearch-hit-color:#bec3c9;--docsearch-hit-shadow:none;--docsearch-hit-background:#090a11;--docsearch-key-gradient:linear-gradient(-26.5deg,#565872,#31355b);--docsearch-key-shadow:inset 0 -2px 0 0 #282d55,inset 0 0 1px 1px #51577d,0 2px 2px 0 rgba(3,4,9,0.3);--docsearch-footer-background:#1e2136;--docsearch-footer-shadow:inset 0 1px 0 0 rgba(73,76,106,0.5),0 -4px 8px 0 rgba(0,0,0,0.2);--docsearch-logo-color:#fff;--docsearch-muted-color:#7f8497}.DocSearch-Button{align-items:center;background:var(--docsearch-searchbox-background);border:0;border-radius:40px;color:var(--docsearch-muted-color);cursor:pointer;display:flex;font-weight:500;height:36px;justify-content:space-between;margin:0 0 0 16px;padding:0 8px;user-select:none}.DocSearch-Button:active,.DocSearch-Button:focus,.DocSearch-Button:hover{background:var(--docsearch-searchbox-focus-background);box-shadow:var(--docsearch-searchbox-shadow);color:var(--docsearch-text-color);outline:none}.DocSearch-Button-Container{align-items:center;display:flex}.DocSearch-Search-Icon{stroke-width:1.6}.DocSearch-Button .DocSearch-Search-Icon{color:var(--docsearch-text-color)}.DocSearch-Button-Placeholder{font-size:1rem;padding:0 12px 0 6px}.DocSearch-Button-Keys{display:flex;min-width:calc(40px + .8em)}.DocSearch-Button-Key{align-items:center;background:var(--docsearch-key-gradient);border-radius:3px;box-shadow:var(--docsearch-key-shadow);color:var(--docsearch-muted-color);display:flex;height:18px;justify-content:center;margin-right:.4em;position:relative;padding:0 0 2px;border:0;top:-1px;width:20px}@media (max-width:768px){.DocSearch-Button-Keys,.DocSearch-Button-Placeholder{display:none}}.DocSearch--active{overflow:hidden!important}.DocSearch-Container,.DocSearch-Container *{box-sizing:border-box}.DocSearch-Container{background-color:var(--docsearch-container-background);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:200}.DocSearch-Container a{text-decoration:none}.DocSearch-Link{appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;font:inherit;margin:0;padding:0}.DocSearch-Modal{background:var(--docsearch-modal-background);border-radius:6px;box-shadow:var(--docsearch-modal-shadow);flex-direction:column;margin:60px auto auto;max-width:var(--docsearch-modal-width);position:relative}.DocSearch-SearchBar{display:flex;padding:var(--docsearch-spacing) var(--docsearch-spacing) 0}.DocSearch-Form{align-items:center;background:var(--docsearch-searchbox-focus-background);border-radius:4px;box-shadow:var(--docsearch-searchbox-shadow);display:flex;height:var(--docsearch-searchbox-height);margin:0;padding:0 var(--docsearch-spacing);position:relative;width:100%}.DocSearch-Input{appearance:none;background:transparent;border:0;color:var(--docsearch-text-color);flex:1;font:inherit;font-size:1.2em;height:100%;outline:none;padding:0 0 0 8px;width:80%}.DocSearch-Input::placeholder{color:var(--docsearch-muted-color);opacity:1}.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration{display:none}.DocSearch-LoadingIndicator,.DocSearch-MagnifierLabel,.DocSearch-Reset{margin:0;padding:0}.DocSearch-MagnifierLabel,.DocSearch-Reset{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-LoadingIndicator{display:none}.DocSearch-Container--Stalled .DocSearch-LoadingIndicator{align-items:center;color:var(--docsearch-highlight-color);display:flex;justify-content:center}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Reset{animation:none;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;right:0;stroke-width:var(--docsearch-icon-stroke-width)}}.DocSearch-Reset{animation:fade-in .1s ease-in forwards;appearance:none;background:none;border:0;border-radius:50%;color:var(--docsearch-icon-color);cursor:pointer;padding:2px;right:0;stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Reset[hidden]{display:none}.DocSearch-Reset:hover{color:var(--docsearch-highlight-color)}.DocSearch-LoadingIndicator svg,.DocSearch-MagnifierLabel svg{height:24px;width:24px}.DocSearch-Cancel{display:none}.DocSearch-Dropdown{max-height:calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));min-height:var(--docsearch-spacing);overflow-y:auto;overflow-y:overlay;padding:0 var(--docsearch-spacing);scrollbar-color:var(--docsearch-muted-color) var(--docsearch-modal-background);scrollbar-width:thin}.DocSearch-Dropdown::-webkit-scrollbar{width:12px}.DocSearch-Dropdown::-webkit-scrollbar-track{background:transparent}.DocSearch-Dropdown::-webkit-scrollbar-thumb{background-color:var(--docsearch-muted-color);border:3px solid var(--docsearch-modal-background);border-radius:20px}.DocSearch-Dropdown ul{list-style:none;margin:0;padding:0}.DocSearch-Label{font-size:.75em;line-height:1.6em}.DocSearch-Help,.DocSearch-Label{color:var(--docsearch-muted-color)}.DocSearch-Help{font-size:.9em;margin:0;user-select:none}.DocSearch-Title{font-size:1.2em}.DocSearch-Logo a{display:flex}.DocSearch-Logo svg{color:var(--docsearch-logo-color);margin-left:8px}.DocSearch-Hits:last-of-type{margin-bottom:24px}.DocSearch-Hits mark{background:none;color:var(--docsearch-highlight-color)}.DocSearch-HitsFooter{color:var(--docsearch-muted-color);display:flex;font-size:.85em;justify-content:center;margin-bottom:var(--docsearch-spacing);padding:var(--docsearch-spacing)}.DocSearch-HitsFooter a{border-bottom:1px solid;color:inherit}.DocSearch-Hit{border-radius:4px;display:flex;padding-bottom:4px;position:relative}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--deleting{transition:none}}.DocSearch-Hit--deleting{opacity:0;transition:all .25s linear}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit--favoriting{transition:none}}.DocSearch-Hit--favoriting{transform:scale(0);transform-origin:top center;transition:all .25s linear;transition-delay:.25s}.DocSearch-Hit a{background:var(--docsearch-hit-background);border-radius:4px;box-shadow:var(--docsearch-hit-shadow);display:block;padding-left:var(--docsearch-spacing);width:100%}.DocSearch-Hit-source{background:var(--docsearch-modal-background);color:var(--docsearch-highlight-color);font-size:.85em;font-weight:600;line-height:32px;margin:0 -4px;padding:8px 4px 0;position:sticky;top:0;z-index:10}.DocSearch-Hit-Tree{color:var(--docsearch-muted-color);height:var(--docsearch-hit-height);opacity:.5;stroke-width:var(--docsearch-icon-stroke-width);width:24px}.DocSearch-Hit[aria-selected=true] a{background-color:var(--docsearch-highlight-color)}.DocSearch-Hit[aria-selected=true] mark{text-decoration:underline}.DocSearch-Hit-Container{align-items:center;color:var(--docsearch-hit-color);display:flex;flex-direction:row;height:var(--docsearch-hit-height);padding:0 var(--docsearch-spacing) 0 0}.DocSearch-Hit-icon{height:20px;width:20px}.DocSearch-Hit-action,.DocSearch-Hit-icon{color:var(--docsearch-muted-color);stroke-width:var(--docsearch-icon-stroke-width)}.DocSearch-Hit-action{align-items:center;display:flex;height:22px;width:22px}.DocSearch-Hit-action svg{display:block;height:18px;width:18px}.DocSearch-Hit-action+.DocSearch-Hit-action{margin-left:6px}.DocSearch-Hit-action-button{appearance:none;background:none;border:0;border-radius:50%;color:inherit;cursor:pointer;padding:2px}svg.DocSearch-Hit-Select-Icon{display:none}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon{display:block}.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:rgba(0,0,0,.2);transition:background-color .1s ease-in}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{transition:none}}.DocSearch-Hit-action-button:focus path,.DocSearch-Hit-action-button:hover path{fill:#fff}.DocSearch-Hit-content-wrapper{display:flex;flex:1 1 auto;flex-direction:column;font-weight:500;justify-content:center;line-height:1.2em;margin:0 8px;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:80%}.DocSearch-Hit-title{font-size:.9em}.DocSearch-Hit-path{color:var(--docsearch-muted-color);font-size:.75em}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title,.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree,.DocSearch-Hit[aria-selected=true] mark{color:var(--docsearch-hit-active-color)!important}@media screen and (prefers-reduced-motion:reduce){.DocSearch-Hit-action-button:focus,.DocSearch-Hit-action-button:hover{background:rgba(0,0,0,.2);transition:none}}.DocSearch-ErrorScreen,.DocSearch-NoResults,.DocSearch-StartScreen{font-size:.9em;margin:0 auto;padding:36px 0;text-align:center;width:80%}.DocSearch-Screen-Icon{color:var(--docsearch-muted-color);padding-bottom:12px}.DocSearch-NoResults-Prefill-List{display:inline-block;padding-bottom:24px;text-align:left}.DocSearch-NoResults-Prefill-List ul{display:inline-block;padding:8px 0 0}.DocSearch-NoResults-Prefill-List li{list-style-position:inside;list-style-type:"» "}.DocSearch-Prefill{appearance:none;background:none;border:0;border-radius:1em;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;font-size:1em;font-weight:700;padding:0}.DocSearch-Prefill:focus,.DocSearch-Prefill:hover{outline:none;text-decoration:underline}.DocSearch-Footer{align-items:center;background:var(--docsearch-footer-background);border-radius:0 0 8px 8px;box-shadow:var(--docsearch-footer-shadow);display:flex;flex-direction:row-reverse;flex-shrink:0;height:var(--docsearch-footer-height);justify-content:space-between;padding:0 var(--docsearch-spacing);position:relative;user-select:none;width:100%;z-index:300}.DocSearch-Commands{color:var(--docsearch-muted-color);display:flex;list-style:none;margin:0;padding:0}.DocSearch-Commands li{align-items:center;display:flex}.DocSearch-Commands li:not(:last-of-type){margin-right:.8em}.DocSearch-Commands-Key{align-items:center;background:var(--docsearch-key-gradient);border-radius:2px;box-shadow:var(--docsearch-key-shadow);display:flex;height:18px;justify-content:center;margin-right:.4em;padding:0 0 1px;color:var(--docsearch-muted-color);border:0;width:20px}@media (max-width:768px){:root{--docsearch-spacing:10px;--docsearch-footer-height:40px}.DocSearch-Dropdown{height:100%}.DocSearch-Container{height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);position:absolute}.DocSearch-Footer{border-radius:0;bottom:0;position:absolute}.DocSearch-Hit-content-wrapper{display:flex;position:relative;width:80%}.DocSearch-Modal{border-radius:0;box-shadow:none;height:100vh;height:-webkit-fill-available;height:calc(var(--docsearch-vh, 1vh)*100);margin:0;max-width:100%;width:100%}.DocSearch-Dropdown{max-height:calc(var(--docsearch-vh, 1vh)*100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))}.DocSearch-Cancel{appearance:none;background:none;border:0;color:var(--docsearch-highlight-color);cursor:pointer;display:inline-block;flex:none;font:inherit;font-size:1em;font-weight:500;margin-left:var(--docsearch-spacing);outline:none;overflow:hidden;padding:0;user-select:none;white-space:nowrap}.DocSearch-Commands,.DocSearch-Hit-Tree{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
|
|
676
|
-
:root {
|
|
677
|
-
--separator-border: rgba(128, 128, 128, 0.35);
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.allotment-module_splitView__L-yRc {
|
|
681
|
-
height: 100%;
|
|
682
|
-
overflow: hidden;
|
|
683
|
-
position: relative;
|
|
684
|
-
width: 100%;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF {
|
|
688
|
-
height: 100%;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
position: absolute;
|
|
691
|
-
width: 100%;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF > .allotment-module_sash__QA-2t {
|
|
695
|
-
pointer-events: auto;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa {
|
|
699
|
-
height: 100%;
|
|
700
|
-
position: relative;
|
|
701
|
-
white-space: nowrap;
|
|
702
|
-
width: 100%;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
|
|
706
|
-
overflow: hidden;
|
|
707
|
-
position: absolute;
|
|
708
|
-
white-space: initial;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
|
|
712
|
-
width: 100%;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
|
|
716
|
-
height: 100%;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS
|
|
720
|
-
> .allotment-module_splitViewContainer__rQnVa
|
|
721
|
-
> .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
|
|
722
|
-
background-color: var(--separator-border);
|
|
723
|
-
content: " ";
|
|
724
|
-
left: 0;
|
|
725
|
-
pointer-events: none;
|
|
726
|
-
position: absolute;
|
|
727
|
-
top: 0;
|
|
728
|
-
z-index: 5;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_vertical__WSwwa
|
|
732
|
-
> .allotment-module_splitViewContainer__rQnVa
|
|
733
|
-
> .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
|
|
734
|
-
height: 1px;
|
|
735
|
-
width: 100%;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_horizontal__7doS8
|
|
739
|
-
> .allotment-module_splitViewContainer__rQnVa
|
|
740
|
-
> .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
|
|
741
|
-
height: 100%;
|
|
742
|
-
width: 1px;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
:root {
|
|
746
|
-
--focus-border: #007fd4;
|
|
747
|
-
--sash-size: 8px;
|
|
748
|
-
--sash-hover-size: 4px;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.sash-module_sash__K-9lB {
|
|
752
|
-
position: absolute;
|
|
753
|
-
z-index: 35;
|
|
754
|
-
touch-action: none;
|
|
755
|
-
pointer-events: auto;
|
|
756
|
-
text-align: initial;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
|
|
760
|
-
pointer-events: none;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_vertical__pB-rs {
|
|
764
|
-
cursor: col-resize;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_minimum__-UKxp {
|
|
768
|
-
cursor: e-resize;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_maximum__TCWxD {
|
|
772
|
-
cursor: w-resize;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_horizontal__kFbiw {
|
|
776
|
-
cursor: row-resize;
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_minimum__-UKxp {
|
|
780
|
-
cursor: s-resize;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_maximum__TCWxD {
|
|
784
|
-
cursor: n-resize;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
|
|
788
|
-
cursor: default !important;
|
|
789
|
-
pointer-events: none !important;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs {
|
|
793
|
-
cursor: ew-resize;
|
|
794
|
-
top: 0;
|
|
795
|
-
width: var(--sash-size);
|
|
796
|
-
height: 100%;
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw {
|
|
800
|
-
cursor: ns-resize;
|
|
801
|
-
left: 0;
|
|
802
|
-
width: 100%;
|
|
803
|
-
height: var(--sash-size);
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx) > .sash-module_orthogonal-drag-handle__Yii2- {
|
|
807
|
-
content: " ";
|
|
808
|
-
height: calc(var(--sash-size) * 2);
|
|
809
|
-
width: calc(var(--sash-size) * 2);
|
|
810
|
-
z-index: 100;
|
|
811
|
-
display: block;
|
|
812
|
-
cursor: all-scroll;
|
|
813
|
-
position: absolute;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
|
|
817
|
-
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,
|
|
818
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
|
|
819
|
-
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
820
|
-
cursor: nwse-resize;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
|
|
824
|
-
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,
|
|
825
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
|
|
826
|
-
> .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
827
|
-
cursor: nesw-resize;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
831
|
-
left: calc(var(--sash-size) * -0.5);
|
|
832
|
-
top: calc(var(--sash-size) * -1);
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
836
|
-
left: calc(var(--sash-size) * -0.5);
|
|
837
|
-
bottom: calc(var(--sash-size) * -1);
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
|
|
841
|
-
top: calc(var(--sash-size) * -0.5);
|
|
842
|
-
left: calc(var(--sash-size) * -1);
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
|
|
846
|
-
top: calc(var(--sash-size) * -0.5);
|
|
847
|
-
right: calc(var(--sash-size) * -1);
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.sash-module_sash__K-9lB:before {
|
|
851
|
-
content: "";
|
|
852
|
-
pointer-events: none;
|
|
853
|
-
position: absolute;
|
|
854
|
-
width: 100%;
|
|
855
|
-
height: 100%;
|
|
856
|
-
transition: background-color 0.1s ease-out;
|
|
857
|
-
background: transparent;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.sash-module_sash__K-9lB.sash-module_vertical__pB-rs:before {
|
|
861
|
-
width: var(--sash-hover-size);
|
|
862
|
-
left: calc(50% - (var(--sash-hover-size) / 2));
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw:before {
|
|
866
|
-
height: var(--sash-hover-size);
|
|
867
|
-
top: calc(50% - (var(--sash-hover-size) / 2));
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
.sash-module_sash__K-9lB.sash-module_hover__80W6I:before,
|
|
871
|
-
.sash-module_sash__K-9lB.sash-module_active__bJspD:before {
|
|
872
|
-
background: var(--focus-border);
|
|
873
|
-
}
|
|
874
|
-
|