@twab/visualization 0.9.5 → 0.9.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.
Files changed (35) hide show
  1. package/dist/assets/asset-125afa63 +1 -0
  2. package/dist/visualization.umd.js +2393 -12577
  3. package/package.json +10 -11
  4. package/dist/css/15.90e920d4.css +0 -340
  5. package/dist/css/895.5b845685.css +0 -1
  6. package/dist/css/96.90e920d4.css +0 -340
  7. package/dist/demo.html +0 -1
  8. package/dist/img/1x1.f865594b.svg +0 -1
  9. package/dist/img/2x1.6bc80fec.svg +0 -1
  10. package/dist/img/3x1.8fe1c055.svg +0 -1
  11. package/dist/img/3x2.f5153612.svg +0 -1
  12. package/dist/img/4x1.22f434b0.svg +0 -1
  13. package/dist/img/4x2.3810a721.svg +0 -1
  14. package/dist/img/5x1.c0878e49.svg +0 -1
  15. package/dist/img/5x2.b70b5289.svg +0 -1
  16. package/dist/img/6x1.28b9840c.svg +0 -1
  17. package/dist/img/6x2.6b117ba7.svg +0 -1
  18. package/dist/img/dummy.ec1ab0d6.svg +0 -1
  19. package/dist/visualization.common.15.js +0 -3125
  20. package/dist/visualization.common.15.js.map +0 -1
  21. package/dist/visualization.common.913.js +0 -9642
  22. package/dist/visualization.common.913.js.map +0 -1
  23. package/dist/visualization.common.js +0 -12637
  24. package/dist/visualization.common.js.map +0 -1
  25. package/dist/visualization.umd.653.js +0 -9642
  26. package/dist/visualization.umd.653.js.map +0 -1
  27. package/dist/visualization.umd.96.js +0 -3125
  28. package/dist/visualization.umd.96.js.map +0 -1
  29. package/dist/visualization.umd.js.map +0 -1
  30. package/dist/visualization.umd.min.116.js +0 -8
  31. package/dist/visualization.umd.min.116.js.map +0 -1
  32. package/dist/visualization.umd.min.895.js +0 -2
  33. package/dist/visualization.umd.min.895.js.map +0 -1
  34. package/dist/visualization.umd.min.js +0 -27
  35. package/dist/visualization.umd.min.js.map +0 -1
@@ -1,340 +0,0 @@
1
-
2
- .frame-container > div[data-v-20a23fbe] {
3
- max-height: 100%;
4
- }
5
- .frame-container[data-v-20a23fbe] {
6
- background-color: black;
7
- display: flex;
8
- justify-content: center;
9
- }
10
- .frame-content[data-v-20a23fbe],
11
- .dummy-frame[data-v-20a23fbe] {
12
- display: flex;
13
- align-items: center;
14
- justify-content: center;
15
- }
16
- .frame-content video[data-v-20a23fbe] {
17
- flex-grow: 1;
18
- -o-object-fit: fill;
19
- object-fit: fill;
20
- z-index: 0;
21
- }
22
- .overlay[data-v-20a23fbe] {
23
- width: 100%;
24
- height: 100%;
25
- z-index: 5;
26
- position: absolute;
27
- top: 0;
28
- left: 0;
29
- border: 4px solid transparent;
30
- }
31
- .active .overlay[data-v-20a23fbe] {
32
- border-color: var(--visualization-primary);
33
- }
34
- .between-time .overlay[data-v-20a23fbe] {
35
- border-top-color: var(--visualization-secondary);
36
- }
37
- .between-time.active .overlay[data-v-20a23fbe] {
38
- border-color: var(--visualization-secondary);
39
- }
40
- .initial-time .overlay[data-v-20a23fbe] {
41
- border-top-color: var(--visualization-start);
42
- }
43
- .initial-time.active .overlay[data-v-20a23fbe] {
44
- border-color: var(--visualization-start);
45
- }
46
- .end-time .overlay[data-v-20a23fbe] {
47
- border-top-color: var(--visualization-end);
48
- }
49
- .end-time.active .overlay[data-v-20a23fbe] {
50
- border-color: var(--visualization-end);
51
- }
52
- .initial-time.end-time .overlay[data-v-20a23fbe] {
53
- border-top-color: var(--visualization-start);
54
- border-bottom-color: var(--visualization-end);
55
- }
56
- .initial-time.end-time.active .overlay[data-v-20a23fbe] {
57
- border-top-color: var(--visualization-start);
58
- border-left-color: var(--visualization-start);
59
- border-bottom-color: var(--visualization-end);
60
- border-right-color: var(--visualization-end);
61
- }
62
-
63
-
64
- #progress[data-v-7fe6f244] {
65
- position: relative;
66
- cursor: pointer;
67
- width: 80%;
68
- height: 15px;
69
- background-color: #dfdfdf;
70
- margin: 5px auto;
71
- border-radius: 6px;
72
- }
73
- .progressBar[data-v-7fe6f244] {
74
- display: absolute;
75
- height: 15px;
76
- position: absolute;
77
- top: 0;
78
- left: 0;
79
- background-color: var(--visualization-secondary);
80
- z-index: 2;
81
- width: 50%;
82
- border-radius: inherit;
83
- }
84
- .progressBar[data-v-7fe6f244]::after {
85
- content: '';
86
- width: 17px;
87
- height: 17px;
88
- position: absolute;
89
- top: -1px;
90
- right: -8.5px;
91
- border-radius: 50%;
92
- background-color: var(--visualization-primary);
93
- z-index: 3;
94
- }
95
- .progressLabel[data-v-7fe6f244] {
96
- z-index: 4;
97
- margin: 0 auto;
98
- font-weight: bold;
99
- line-height: 17px;
100
- font-size: 14px;
101
- text-shadow: -1px 0 #dfdfdf, 0 1px #dfdfdf, 1px 0 #dfdfdf, 0 -1px #dfdfdf;
102
-
103
- -webkit-user-select: none;
104
-
105
- -moz-user-select: none;
106
-
107
- user-select: none;
108
- }
109
-
110
-
111
- dialog[data-v-9f47e4d0] {
112
- max-width: 60vw;
113
- /* padding: 12px; */
114
- border: none;
115
- background: white;
116
- border-radius: 6px;
117
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
118
- 0 1px 5px 0 rgba(0, 0, 0, 0.12);
119
- position: fixed;
120
- top: 50%;
121
- left: 50%;
122
- transform: translateY(-50%) translateX(-50%);
123
- }
124
-
125
- .visualization-row {
126
- display: flex;
127
- flex-wrap: wrap;
128
- flex: 1 1 auto;
129
- }
130
- .visualization-col {
131
- flex-basis: 0;
132
- flex-grow: 1;
133
- max-width: 100%;
134
- padding: 12px;
135
- }
136
- .visualization-divider {
137
- display: block;
138
- flex: 1 1 100%;
139
- height: 0px;
140
- max-height: 0px;
141
- opacity: 1;
142
- transition: inherit;
143
- border-style: solid;
144
- border-width: thin 0 0 0;
145
- border-color: rgba(0, 0, 0, 0.12);
146
- margin: 0;
147
- }
148
- .visualization-divider.vertical {
149
- align-self: stretch;
150
- border-width: 0 thin 0 0;
151
- display: inline-flex;
152
- height: inherit;
153
- margin-left: -1px;
154
- max-height: 100%;
155
- max-width: 0px;
156
- vertical-align: text-bottom;
157
- width: 0px;
158
- }
159
- .visualization-card {
160
- flex-basis: 0;
161
- flex-grow: 1;
162
- max-width: 100%;
163
- padding: 12px;
164
- width: 100%;
165
- transition-property: box-shadow, opacity;
166
- overflow-wrap: break-word;
167
- /*box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
168
- 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
169
- }
170
- .visualization-justify-center {
171
- justify-content: center;
172
- }
173
- .visualization-align-center {
174
- align-items: center;
175
- }
176
- #visualization-container {
177
- max-width: 100% !important;
178
- margin: 0 auto !important;
179
- height: 100%;
180
- border-bottom: none;
181
- }
182
- #visualization-container > .card {
183
- border-radius: 0 !important;
184
- font-size: 12px;
185
- width: 100%;
186
- box-shadow: none;
187
- height: 100%;
188
- }
189
- #command-bar,
190
- #info-bar {
191
- background-color: #f5f5f5;
192
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
193
- 0 1px 5px 0 rgba(0, 0, 0, 0.12);
194
- }
195
- #command-bar button {
196
- width: 42px;
197
- height: 36px;
198
- border: none;
199
- background: none;
200
- }
201
- #command-bar button:hover {
202
- cursor: pointer;
203
- background: rgba(0, 0, 0, 0.12);
204
- }
205
- #command-bar svg {
206
- font-size: 16px;
207
- }
208
- #command-bar {
209
- padding: 0 !important;
210
- }
211
- #info-bar {
212
- padding: 4px;
213
- font-size: 14px;
214
- position: relative;
215
- }
216
- .settings-container {
217
- position: absolute;
218
- right: 14px;
219
- top: 50%;
220
- transform: translateY(-50%);
221
- }
222
- .settings-container > * {
223
- margin: 0 2px;
224
- cursor: pointer;
225
- }
226
- #info-bar svg {
227
- font-size: 16px;
228
- }
229
- #info-bar .divider {
230
- margin: 0 8px;
231
- }
232
- svg:focus {
233
- border: none;
234
- }
235
- .visualization-card {
236
- border-left: 8px solid #eee;
237
- }
238
- .active-tab {
239
- border-left: 8px solid var(--visualization-primary) !important;
240
- border-image-slice: 1;
241
- }
242
- [id^='frame-'] {
243
- padding: 1px;
244
- display: flex;
245
- flex-flow: column;
246
- }
247
- .tooltip {
248
- display: block !important;
249
- z-index: 10000;
250
- }
251
- .tooltip .tooltip-inner {
252
- background: var(--visualization-primary);
253
- color: white;
254
- border-radius: 16px;
255
- padding: 5px 10px 4px;
256
- }
257
- .tooltip .tooltip-arrow {
258
- width: 0;
259
- height: 0;
260
- border-style: solid;
261
- position: absolute;
262
- margin: 5px;
263
- border-color: var(--visualization-primary);
264
- z-index: 1;
265
- }
266
- .tooltip[x-placement^='top'] {
267
- margin-bottom: 5px;
268
- }
269
- .tooltip[x-placement^='top'] .tooltip-arrow {
270
- border-width: 5px 5px 0 5px;
271
- border-left-color: transparent !important;
272
- border-right-color: transparent !important;
273
- border-bottom-color: transparent !important;
274
- bottom: -5px;
275
- left: calc(50% - 5px);
276
- margin-top: 0;
277
- margin-bottom: 0;
278
- }
279
- .tooltip[x-placement^='bottom'] {
280
- margin-top: 5px;
281
- }
282
- .tooltip[x-placement^='bottom'] .tooltip-arrow {
283
- border-width: 0 5px 5px 5px;
284
- border-left-color: transparent !important;
285
- border-right-color: transparent !important;
286
- border-top-color: transparent !important;
287
- top: -5px;
288
- left: calc(50% - 5px);
289
- margin-top: 0;
290
- margin-bottom: 0;
291
- }
292
- .tooltip[x-placement^='right'] {
293
- margin-left: 5px;
294
- }
295
- .tooltip[x-placement^='right'] .tooltip-arrow {
296
- border-width: 5px 5px 5px 0;
297
- border-left-color: transparent !important;
298
- border-top-color: transparent !important;
299
- border-bottom-color: transparent !important;
300
- left: -5px;
301
- top: calc(50% - 5px);
302
- margin-left: 0;
303
- margin-right: 0;
304
- }
305
- .tooltip[x-placement^='left'] {
306
- margin-right: 5px;
307
- }
308
- .tooltip[x-placement^='left'] .tooltip-arrow {
309
- border-width: 5px 0 5px 5px;
310
- border-top-color: transparent !important;
311
- border-right-color: transparent !important;
312
- border-bottom-color: transparent !important;
313
- right: -5px;
314
- top: calc(50% - 5px);
315
- margin-left: 0;
316
- margin-right: 0;
317
- }
318
- .tooltip.popover .popover-inner {
319
- background: #f9f9f9;
320
- color: black;
321
- padding: 24px;
322
- border-radius: 5px;
323
- box-shadow: 0 5px 30px rgba(black, 0.1);
324
- }
325
- .tooltip.popover .popover-arrow {
326
- border-color: #f9f9f9;
327
- }
328
- .tooltip[aria-hidden='true'] {
329
- visibility: hidden;
330
- opacity: 0;
331
- transition: opacity 0.15s, visibility 0.15s;
332
- }
333
- .tooltip[aria-hidden='false'] {
334
- visibility: visible;
335
- opacity: 1;
336
- transition: opacity 0.15s;
337
- }
338
-
339
-
340
-
package/dist/demo.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><meta charset="utf-8"><title>visualization demo</title><script src="./visualization.umd.js"></script><link rel="stylesheet" href="./visualization.css"><script>console.log(visualization)</script>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4zm-468 183.5H0V95.1c0-1.7 0-1.7 1.7-1.7h86.7c1.8 0 1.8 0 1.8 1.8v88.3zm93.6 0H93.6V95.3c0-1.9 0-1.9 1.9-1.9H182c1.8 0 1.8 0 1.8 1.8v88.3zm280.9 0h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7v62.2l.1 26.2zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-280.9 90h-90V94.9c0-.9.1-1.5 1.2-1.5H276c.9 0 1.2.3 1.2 1.2l.1 88.9zm93.6 0h-90V95.1c0-1.7 0-1.7 1.7-1.7h86.5c1.8 0 1.8 0 1.8 1.8v88.3z" fill="#cbcbcb"/><path d="M0 45.1V1.5C0 .3.3 0 1.4 0h87.3c1.2 0 1.5.3 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H1.4c-1.3 0-1.5-.4-1.5-1.6L0 45.1z" fill="#1565c0"/><path d="M93.6 44.9V1.5c0-1.6 0-1.6 1.6-1.6h87.1c1.5 0 1.5 0 1.5 1.6v86.8c0 1.6 0 1.6-1.6 1.6H95.4c-1.8 0-1.8 0-1.8-1.8V44.9zm280.9.2V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.5 0 1.5 0 1.5 1.6v86.7c0 1.8 0 1.8-1.8 1.8h-86.7c-1.7 0-1.7 0-1.7-1.7V45.1zm-142.1 45H189c-1.6 0-1.6 0-1.6-1.5v-87c0-1.6 0-1.6 1.6-1.6h86.8c1.6 0 1.6 0 1.6 1.5v87c0 1.6 0 1.6-1.6 1.6h-43.4zm48.5-45.2V1.5c0-1.6 0-1.6 1.6-1.6h86.8c1.6 0 1.6 0 1.6 1.5v87c0 1.6 0 1.6-1.6 1.6h-86.8c-1.6 0-1.6 0-1.6-1.6V44.9z" fill="#cbcbcb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M277.3 183.5h-90.2V94.2c0-.6.2-.9.8-.9h87.7c1 0 1.6 0 1.6 1.3l.1 88.9zM558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4zm-468 183.5H0V95.1c0-1.7 0-1.7 1.7-1.7h86.7c1.8 0 1.8 0 1.8 1.8v88.3zm93.6 0H93.6V95.3c0-1.9 0-1.9 1.9-1.9H182c1.8 0 1.8 0 1.8 1.8v88.3zm280.9 0h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7v61.2l.1 27.2zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-187.1 90h-90.2V94.6c0-1.1.4-1.5 1.5-1.5l6.8.3h80.2c1.1 0 1.5.2 1.5 1.4l.2 61.9.5 25.1c0 .7.1 1.3-.5 1.7z" fill="#cbcbcb"/><path d="M183.8 45.1v43.5c0 1.1-.2 1.6-1.5 1.6H95c-1.2 0-1.4-.4-1.4-1.5V1.5C93.6.2 94 0 95.1 0h87.3c1.2 0 1.4.4 1.4 1.5v43.6zM45.1 0h43.7c1.1 0 1.4.2 1.4 1.4v87.3c0 1.1-.4 1.4-1.4 1.4H1.4c-1.1 0-1.3-.3-1.3-1.3L0 1.3C0 .2.3 0 1.3 0h43.8z" fill="#1565c0"/><path d="M419.6 90.1h-43.5c-1.6 0-1.6 0-1.6-1.6V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.5 0 1.5 0 1.5 1.6v86.7c0 1.8 0 1.8-1.8 1.8h-43.3zM277.3 44.9v43.5c0 1.7 0 1.7-1.6 1.7h-86.8c-1.6 0-1.6 0-1.6-1.6v-87c0-1.5 0-1.5 1.6-1.5h86.8c1.6 0 1.6 0 1.6 1.6v43.3zm93.6.3v43.2c0 1.7 0 1.7-1.6 1.7h-86.8c-1.6 0-1.6 0-1.6-1.6v-87c0-1.5 0-1.5 1.6-1.5h86.8c1.6 0 1.6 0 1.6 1.6v43.6z" fill="#cbcbcb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M277.3 183.5h-90.2V94.2c0-.6.2-.9.8-.9h87.8c1 0 1.6 0 1.6 1.3v88.9zM558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4zm-468 183.5H0V95.1c0-1.7 0-1.7 1.7-1.7h86.7c1.8 0 1.8 0 1.8 1.8v88.3zm93.6 0H93.6V95.3c0-1.9 0-1.9 1.9-1.9H182c1.8 0 1.8 0 1.8 1.8v88.3zm280.9 0h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7V157l.1 26.5zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-187.1 90h-90.2V94.6c0-1.1.4-1.5 1.5-1.5l6.8.3h80.2c1.1 0 1.5.2 1.5 1.4l.2 61.9.5 25.1c0 .7.1 1.3-.5 1.7z" fill="#cbcbcb"/><path d="M45.1 90.1H1.4c-1.1 0-1.5-.3-1.5-1.4L0 1.5C0 .3.3 0 1.5 0h87.3c1.2 0 1.4.4 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H45.1zM138.8 0h43.5c1.1 0 1.5.3 1.5 1.4v87.2c0 1.2-.3 1.4-1.5 1.4H95.1c-1.2 0-1.5-.3-1.5-1.5V1.4C93.6.2 94 0 95.1 0h43.7z" fill="#1565c0"/><path d="M374.5 45.1V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.6 0 1.6 0 1.6 1.6v86.8c0 1.7 0 1.7-1.7 1.7h-86.9c-1.6 0-1.6 0-1.6-1.5l-.1-43.5z" fill="#cbcbcb"/><path d="M277.3 45.1v43.5c0 1.5 0 1.5-1.6 1.5h-86.9c-1.5 0-1.5 0-1.5-1.6V1.6c0-1.2.2-1.6 1.5-1.5H276c1.2 0 1.4.4 1.4 1.5l-.1 43.5z" fill="#1565c0"/><path d="M370.9 45.2v43.2c0 1.7 0 1.7-1.6 1.7h-86.8c-1.6 0-1.6 0-1.6-1.6v-87c0-1.5 0-1.5 1.6-1.5h86.8c1.6 0 1.6 0 1.6 1.6v43.6z" fill="#cbcbcb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M277.3 183.5h-90.2V95c0-1.6 0-1.6 1.6-1.6h86.9c1.7 0 1.7 0 1.7 1.7v88.4z" fill="#1565c0"/><path d="M558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4z" fill="#cbcbcb"/><path d="M90.2 183.5H0V95.2c0-1.9-.2-1.8 1.7-1.8h86.7c1.7 0 1.7 0 1.7 1.8v86.6c.1.6.1 1.2.1 1.7zm93.6 0H93.6V95.2c0-1.8 0-1.8 1.7-1.8H182c1.9 0 1.7-.2 1.7 1.8l.1 88.3z" fill="#1565c0"/><path d="M464.7 183.5h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7v62.6l.1 25.8zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-187.1 90h-90.2V94.6c0-1.1.4-1.5 1.5-1.5l6.8.3h80.2c1.1 0 1.5.2 1.5 1.4l.2 61.8.5 25.2c0 .7.1 1.3-.5 1.7z" fill="#cbcbcb"/><path d="M45.1 90.1H1.4c-1.1 0-1.5-.3-1.5-1.4L0 1.5C0 .3.3 0 1.5 0h87.3c1.2 0 1.4.4 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H45.1zM138.8 0h43.5c1.1 0 1.5.3 1.5 1.4v87.2c0 1.2-.3 1.4-1.5 1.4H95.1c-1.2 0-1.5-.3-1.5-1.5V1.4C93.6.2 94 0 95.1 0h43.7z" fill="#1565c0"/><path d="M374.5 45.1V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.6 0 1.6 0 1.6 1.6v86.8c0 1.7 0 1.7-1.7 1.7h-86.9c-1.6 0-1.6 0-1.6-1.5l-.1-43.5z" fill="#cbcbcb"/><path d="M277.3 45.1v43.5c0 1.5 0 1.5-1.6 1.5h-86.9c-1.5 0-1.5 0-1.5-1.6V1.6c0-1.2.2-1.6 1.5-1.5H276c1.2 0 1.4.4 1.4 1.5l-.1 43.5z" fill="#1565c0"/><path d="M370.9 45.2v43.2c0 1.7 0 1.7-1.6 1.7h-86.8c-1.6 0-1.6 0-1.6-1.6v-87c0-1.5 0-1.5 1.6-1.5h86.8c1.6 0 1.6 0 1.6 1.6v43.6z" fill="#cbcbcb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4zm-468 183.5H0V95.1c0-1.7 0-1.7 1.7-1.7h86.7c1.8 0 1.8 0 1.8 1.8v88.3zm93.6 0H93.6V95.3c0-1.9 0-1.9 1.9-1.9H182c1.8 0 1.8 0 1.8 1.8v88.3zm280.9 0h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7v64.1l.1 24.3zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-280.9 90h-90V94.8c0-.9.1-1.5 1.2-1.5H276c.9 0 1.2.3 1.2 1.2l.1 89zm93.6 0h-90V95.1c0-1.7 0-1.7 1.7-1.7h86.5c1.8 0 1.8 0 1.8 1.8v88.3z" fill="#cbcbcb"/><path d="M0 45.1V1.5C0 .3.3 0 1.4 0h87.3c1.2 0 1.5.3 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H1.4c-1.3 0-1.5-.4-1.5-1.6L0 45.1zm93.6-.2V1.4C93.6.3 93.9 0 95 0h87.3c1.2 0 1.4.3 1.4 1.5v87.2c0 1.2-.4 1.4-1.5 1.4H95c-1.2 0-1.5-.4-1.5-1.5l.1-43.7z" fill="#1565c0"/><path d="M374.5 45.1V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.5 0 1.5 0 1.5 1.6v86.7c0 1.8 0 1.8-1.8 1.8h-86.7c-1.7 0-1.7 0-1.7-1.7V45.1z" fill="#cbcbcb"/><path d="M277.3 45.1v43.4c0 1.6 0 1.6-1.6 1.6h-86.8c-1.6 0-1.6 0-1.6-1.6V1.7c0-1.6 0-1.6 1.5-1.6h87c1.5 0 1.6 0 1.6 1.5l-.1 43.5zm3.6-.2V1.4c0-1.1.3-1.5 1.4-1.5h87.2c1.2 0 1.5.3 1.5 1.5v87.2c0 1.1-.3 1.4-1.4 1.4h-87.3c-1.1 0-1.4-.4-1.4-1.4V44.9z" fill="#1565c0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4z" fill="#cbcbcb"/><path d="M90.2 183.5H0V95.2c0-1.9-.2-1.8 1.7-1.8h86.7c1.7 0 1.7 0 1.7 1.8v86.6c.1.6.1 1.2.1 1.7zm93.6 0H93.6V95.2c0-1.8 0-1.8 1.7-1.8H182c1.9 0 1.7-.2 1.7 1.8l.1 88.3z" fill="#1565c0"/><path d="M464.6 183.5h-90.2V95.1c0-1.7 0-1.7 1.6-1.7h86.9c1.6 0 1.6 0 1.6 1.7v66.5l.1 21.9zm93.6-90v89c0 .9-.2 1.1-1.1 1.1H468V95.4c0-1.8 0-1.8 1.8-1.8h75.9c4.2-.1 8.3-.1 12.5-.1z" fill="#cbcbcb"/><path d="M277.3 183.5h-90c0-.5-.1-1-.1-1.4V95.2c0-1.7 0-1.7 1.7-1.7h86.7c1.7 0 1.7 0 1.7 1.7v88.3zm93.6 0h-90V95c0-1.6 0-1.6 1.6-1.6h86.8c1.7 0 1.7 0 1.7 1.7V182c-.1.6-.1 1.1-.1 1.5zM138.7 90.1H95.3c-1.6 0-1.6 0-1.6-1.6v-87c0-1.3.4-1.5 1.6-1.5h87.1c1.6 0 1.6 0 1.6 1.5v87c0 1.5 0 1.5-1.6 1.5l-43.7.1z" fill="#1565c0"/><path d="M374.5 45V1.6c0-1.6 0-1.6 1.6-1.6h87.1c1.6 0 1.6 0 1.6 1.6v86.8c0 1.7 0 1.7-1.7 1.7h-86.9c-1.6 0-1.6 0-1.6-1.5l-.1-43.6z" fill="#cbcbcb"/><path d="M277.3 45v43.6c0 1.1-.3 1.5-1.5 1.5h-87.2c-1.2 0-1.4-.4-1.4-1.5V1.5c0-1.2.3-1.5 1.5-1.5h87.1c1.3 0 1.5.4 1.5 1.5V45zm3.6.1V1.5c0-1.2.3-1.5 1.5-1.5h87.2c1.2 0 1.4.3 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5h-87.1c-1.3 0-1.5-.4-1.5-1.6V45.1zm-235.6 45H1.8c-1.6 0-1.6 0-1.6-1.6V1.7C.2.1.2.1 1.8.1h87c1.6 0 1.6 0 1.6 1.6v86.8c0 1.6 0 1.6-1.7 1.6H45.3z" fill="#1565c0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M183.8 183.5H93.6V95.4c0-1.8 0-1.8 1.8-1.8H182c1.8 0 1.8 0 1.8 1.8v88.1zm280.9 0h-90.2V95.2c0-1.6 0-1.6 1.5-1.6h87.1c1.5 0 1.6 0 1.6 1.6v88.3zM558.2 0v89.8H470c-1.7 0-1.7 0-1.7-1.8V1.7c0-1.8 0-1.8 1.7-1.8l88.2.1zM90 183.5H0V95.4c0-1.7 0-1.7 1.8-1.7h86.5c1.8 0 1.8 0 1.8 1.7v86.8c-.1.5-.1.9-.1 1.3zm187.3 0h-90V94.8c0-1 .5-1.2 1.3-1.2H276c1 0 1.3.3 1.3 1.3v88.6zm93.6 0h-90V95.4c0-1.7 0-1.7 1.8-1.7h86.5c1.8 0 1.8 0 1.8 1.7v86.8c-.1.5-.1.9-.1 1.3zm187.3-89.8v88.8c0 .9-.2 1.1-1.1 1.1h-88.9V95.5c0-1.8 0-1.8 1.8-1.8h88.2z" fill="#cbcbcb"/><path d="M0 44.9V1.5C0 .3.3 0 1.4 0h87.3c1.2 0 1.5.3 1.5 1.5v87.1c0 1.2-.3 1.6-1.5 1.6H1.5c-1.3 0-1.5-.4-1.5-1.6V44.9zm183.8.3v43.5c0 1.1-.2 1.4-1.4 1.4H95c-1.1 0-1.4-.4-1.4-1.4V1.4c0-1.1.3-1.3 1.3-1.3h87.6c1.1 0 1.3.3 1.3 1.3v43.8zm93.5 0v43.4c0 1.2-.2 1.5-1.5 1.5h-87.1c-1.2 0-1.5-.3-1.5-1.5v-87c0-1.6 0-1.6 1.6-1.6h87c1.5 0 1.5 0 1.5 1.6v43.6zm3.6-.3V1.4c0-1.1.3-1.5 1.4-1.5h87.2c1.2 0 1.5.3 1.5 1.5v87.2c0 1.1-.3 1.4-1.4 1.4h-87.3c-1.1 0-1.4-.4-1.4-1.4V44.9zm183.4.3v43.1c0 1.6 0 1.6-1.6 1.6h-86.3c-1.2 0-1.6-.3-1.6-1.5V1.9c0-1.1.3-1.5 1.5-1.5h86.6c1.2 0 1.4.4 1.4 1.5v43.3z" fill="#1565c0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M558.2 0v90.1h-88.3c-1.9 0-1.9 0-1.9-1.9V1.8c0-1.8 0-1.8 1.8-1.8h88.4zm0 93.5v89c0 .9-.2 1.1-1.1 1.1H468V95.4c0-1.8 0-1.8 1.8-1.8h75.9c4.2-.1 8.4-.1 12.5-.1z" fill="#cbcbcb"/><g fill="#1565c0"><path d="M183.8 183.5H93.6V95.1c0-1.6 0-1.7 1.6-1.7H182c1.7 0 1.7 0 1.7 1.8l.1 88.3zm280.9 0h-90.2V95.2c0-1.8 0-1.8 1.7-1.8h86.7c1.7 0 1.7 0 1.7 1.8v86.6c0 .6.1 1.2.1 1.7zm-374.7 0H0V94.9c0-1.2.3-1.5 1.5-1.5h87c1.6 0 1.6 0 1.6 1.6v87.1c0 .5-.1 1-.1 1.4zm187.3 0h-90c0-.4-.1-.9-.1-1.3V95.3c0-1.7 0-1.7 1.7-1.7h86.7c1.7 0 1.7 0 1.7 1.7v88.2zm93.6 0h-90V95.4c0-1.8 0-1.8 1.8-1.8h86.5c1.8 0 1.8 0 1.8 1.8v86.7c-.1.5-.1 1-.1 1.4zM138.8 90.1H95.1c-1.2 0-1.6-.3-1.6-1.5V1.4C93.6.3 93.9 0 95 0h87.4c1.1 0 1.4.4 1.4 1.4v87.2c0 1.1-.3 1.5-1.5 1.5h-43.5zm280.6 0H376c-1.6 0-1.6 0-1.6-1.6v-87c0-1.2.2-1.5 1.5-1.5h87.2c1.2 0 1.5.3 1.5 1.5v87c0 1.6 0 1.6-1.7 1.6h-43.5zM.2 45.1V1.7C.2.1.2.1 1.9.1h86.8c1.6 0 1.6 0 1.6 1.7v86.7c0 1.6 0 1.6-1.6 1.6H1.9c-1.6 0-1.6 0-1.6-1.7L.2 45.1z"/><path d="M277.3 45.1v43.4c0 1.6 0 1.6-1.6 1.6h-86.9c-1.2 0-1.6-.3-1.6-1.5V1.5c0-1.2.4-1.4 1.5-1.4h87.2c1.2 0 1.4.4 1.4 1.5v43.5zM325.8 90h-43.3c-1.6 0-1.6 0-1.6-1.5V1.6c0-1.2.3-1.5 1.5-1.5h87.1c1.2 0 1.5.3 1.5 1.5v86.8c0 1.6 0 1.6-1.6 1.6h-43.6z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.2 183.6" xmlns:v="https://vecta.io/nano"><path d="M558.2 0v90.1h-88.5c-1.6 0-1.6 0-1.6-1.6V1.7c0-1.6 0-1.6 1.6-1.6l88.5-.1z" fill="#1565c0"/><path d="M90.2 183.5H0V95.1c0-1.7 0-1.7 1.7-1.7h86.7c1.8 0 1.8 0 1.8 1.8v88.3zm93.6 0H93.6V95.3c0-1.9 0-1.9 1.9-1.9H182c1.8 0 1.8 0 1.8 1.8v88.3zm280.9 0h-90.2V95.1c0-1.7 0-1.7 1.6-1.7H463c1.6 0 1.6 0 1.6 1.7v64.1l.1 24.3zm93.5-90v89c0 .9-.2 1.1-1.1 1.1H468V95.2c0-1.7 0-1.7 1.7-1.7h88.5zm-280.9 90h-90V94.8c0-.9.1-1.5 1.2-1.5H276c.9 0 1.2.3 1.2 1.2l.1 89zm93.6 0h-90V95.1c0-1.7 0-1.7 1.7-1.7h86.5c1.8 0 1.8 0 1.8 1.8v88.3z" fill="#cbcbcb"/><path d="M0 45.1V1.5C0 .3.3 0 1.4 0h87.3c1.2 0 1.5.3 1.4 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H1.4c-1.3 0-1.5-.4-1.5-1.6L0 45.1zm93.6-.1V1.5C93.6.3 93.9 0 95 0h87.3c1.2 0 1.4.3 1.4 1.5v87.2c0 1.2-.4 1.4-1.5 1.4H95c-1.2 0-1.5-.4-1.5-1.5l.1-43.6zM419.7 0h43.4c1.2 0 1.6.2 1.6 1.5v87.1c0 1.2-.3 1.5-1.5 1.5H376c-1.1 0-1.5-.3-1.5-1.4V1.5c0-1.2.3-1.4 1.5-1.4l43.7-.1zM277.3 45.1v43.3c0 1.6 0 1.6-1.6 1.6h-86.8c-1.7 0-1.7 0-1.7-1.6V1.5c0-1.2.3-1.5 1.5-1.5h87.2c1.2 0 1.4.4 1.4 1.5v43.6zm3.6-.2V1.4c0-1.1.3-1.5 1.4-1.5h87.2c1.3 0 1.5.4 1.5 1.6v86.9c0 1.6 0 1.6-1.5 1.6h-87c-1.1 0-1.5-.3-1.5-1.4l-.1-43.7z" fill="#1565c0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 652.1 183.8" fill="#1565c0" xmlns:v="https://vecta.io/nano"><path d="M652.1.3v90.1h-88.5c-1.6 0-1.6 0-1.6-1.6V2c0-1.6 0-1.6 1.6-1.6l88.5-.1zM90.5 183.8H.3V95.4c0-1.6 0-1.6 1.7-1.7h86.7c1.7 0 1.7 0 1.7 1.8v86.6c0 .6 0 1.2.1 1.7zm93.5 0H93.8V95.4c0-1.6 0-1.6 1.6-1.6h86.9c1.6 0 1.6 0 1.6 1.6v80.2l.1 8.2zm374.5 0h-90.2V95.5c0-1.9-.2-1.8 1.7-1.8h86.7c1.7 0 1.7 0 1.7 1.8v86.6c.1.6.1 1.2.1 1.7zm93.6-90.1v89c0 .9-.2 1.1-1.1 1.1h-89.1c0-.6.1-1.1.1-1.7V95.5c0-1.8 0-1.8 1.7-1.8h86.7c.5.1 1.1.1 1.7 0zm-374.5 90.1h-90c0-.5-.1-1-.1-1.4v-87c0-1.6 0-1.6 1.6-1.6h87.1c1 0 1.4.2 1.4 1.3v88.7zm93.5 0h-90V95.6c0-1.8 0-1.8 1.7-1.8h86.6c1.7 0 1.7 0 1.7 1.8v86.8c.1.5.1.9 0 1.4zm93.6 0h-90V95c0-1.3.6-1.3 1.5-1.3H463c1.7 0 1.7 0 1.7 1.8v86.7c.1.6 0 1.1 0 1.6z"/><path d="M.3 45.3V1.8C.3.6.5.3 1.8.3H89c1.2 0 1.5.3 1.5 1.5v86.9c0 1.6 0 1.6-1.6 1.6H1.8c-1.5 0-1.5 0-1.5-1.6V45.3zm93.6-.1V1.8c0-1.6 0-1.6 1.5-1.6h87.1c1.5 0 1.5 0 1.5 1.6v86.9c0 1.2-.2 1.6-1.5 1.6H95.3c-1.3 0-1.5-.4-1.5-1.6l.1-43.5zm464.6.2v43.4c0 1.6 0 1.6-1.6 1.6h-87.1c-1.2 0-1.6-.2-1.6-1.5V1.8c0-1.2.3-1.5 1.5-1.5h87.2c1.2 0 1.5.4 1.5 1.5l.1 43.6zm-280.9-.1v43.5c0 1.2-.2 1.6-1.5 1.5H189c-1.2 0-1.5-.3-1.5-1.5v-87c0-1.6 0-1.6 1.6-1.6h87c1.5 0 1.5 0 1.5 1.6v43.5zm93.6-.1v43.5c0 1.6 0 1.6-1.6 1.6h-86.8c-1.6 0-1.6 0-1.6-1.6V1.9c0-1.6 0-1.6 1.5-1.6h87c1.6 0 1.6 0 1.6 1.6l-.1 43.3zm3.5.1V1.8c0-1.6 0-1.6 1.5-1.6h87c1.6 0 1.6 0 1.6 1.6v87c0 1.2-.3 1.5-1.5 1.5h-87.1c-1.2 0-1.5-.4-1.5-1.5V45.3z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="578.074" height="433.933" xmlns:v="https://vecta.io/nano"><path d="M47.552 432.067c-14.057-3.969-29.071-14.902-37.272-27.14-3.933-5.869-7.882-15.629-9.193-22.72C-.41 374.11-.338 60.952 1.163 52.06c1.438-8.521 7.319-21.056 13.302-28.353C24.1 11.955 39.469 3.066 53.711 1.007 62.826-.311 515.031-.347 524.128.969c7.528 1.089 19.184 5.558 25.268 9.688 14.223 9.654 24.768 25.6 27.612 41.755 1.392 7.91 1.437 320.557.047 329.12-1.189 7.325-5.095 17.225-9.23 23.396-5.463 8.152-15.685 17.301-24.272 21.725-15.492 7.981 7.203 7.339-255.331 7.218l-240.669-1.803zm483.53-26.676c8.554-4.044 12.977-8.054 16.69-15.127 6.079-11.58 5.779-2.578 5.779-173.785v-157l-2.24-7.122c-4.212-13.394-11.83-21.327-24.136-25.137-5.277-1.634-19.958-1.741-238.124-1.741L50.629 27.42c-12.536 4.109-19.615 11.515-23.836 24.937l-2.24 7.122v157c0 169.042-.208 162.048 5.135 172.713 3.279 6.546 7.378 10.932 13.151 14.074 10.963 5.967-5.386 5.612 248.714 5.404l233-.191zm-471.03-85.856v-54.444l4.089-3.306 10.25-8.346c3.388-2.772 7.358-5.922 8.82-7 2.119-1.562 32.556-26.01 38.841-31.197.825-.681 14.28-11.435 29.9-23.898 23.813-18.999 28.679-22.486 30.125-21.583 1.927 1.204 33.188 26.019 48.214 38.274 5.356 4.368 10.128 7.942 10.603 7.942s6.514-4.838 13.418-10.75l65.692-55.75 9.505-8 13.568-11.5 32.393-27.379 9-7.679c2.244-1.957 6.129-5.201 8.632-7.208l4.552-3.65 14.948 13.576 20.008 18.208 22.446 20.133 52.284 47 10.665 9.5.046 181.5h-458zm36.458-163.951c-2.773-.674-7.273-2.292-10-3.597-6.199-2.966-18.39-15.028-21.233-21.008-13.209-27.783-.11-58.998 28.775-68.571 7.901-2.619 21.524-2.437 29.91.4 17.279 5.844 29.467 20.303 32.226 38.229 5.282 34.324-25.837 62.769-59.677 54.548z" fill="#fff"/></svg>