@mongodb-js/compass-aggregations 0.0.0-experimental-1c53312ce4905234885618d41ae95fde9c21aa18

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/dist/index.css ADDED
@@ -0,0 +1,812 @@
1
+ .settings-module-container__3sWua {
2
+ border-left: 1px solid #dee0e3;
3
+ box-shadow: 1px 1px 1px #dee0e3;
4
+ background: #f8f8f8;
5
+ position: absolute;
6
+ width: 580px;
7
+ height: 100%;
8
+ top: 0;
9
+ right: 0px;
10
+ transition: right 0.2s ease-in-out;
11
+ font-size: 1em;
12
+ z-index: 500;
13
+ }
14
+ .settings-module-header__1rot3 {
15
+ height: 32px;
16
+ display: flex;
17
+ padding: 5px;
18
+ font-size: 12px;
19
+ line-height: 20px;
20
+ font-weight: bold;
21
+ color: #494747;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ border-bottom: 1px solid #dee0e3;
25
+ box-shadow: 1px 1px 1px #dee0e3;
26
+ }
27
+ .settings-module-header-title__xCvBM {
28
+ color: #424242;
29
+ font-size: 12px;
30
+ font-weight: bold;
31
+ flex-grow: 2;
32
+ }
33
+ .settings-module-header-btn-group__1NySd {
34
+ display: inline-block;
35
+ }
36
+ .settings-module-header-btn-group__1NySd button {
37
+ margin-right: 5px;
38
+ }
39
+ .settings-module-header-btn-group__1NySd:last-child {
40
+ margin-right: 0px;
41
+ }
42
+ .settings-module-input-group__3OjXF {
43
+ margin: 8px;
44
+ padding: 8px 16px;
45
+ background-color: #FFFFFF;
46
+ display: flex;
47
+ align-items: center;
48
+ }
49
+ .settings-module-input-control__3kNAF {
50
+ min-width: 90px;
51
+ }
52
+ .settings-module-input-control__3kNAF input {
53
+ border-radius: 3px;
54
+ border-color: #BFBFBE;
55
+ border-style: solid;
56
+ border-width: 1px;
57
+ padding: 1px;
58
+ text-align: right;
59
+ float: right;
60
+ }
61
+ .settings-module-input-control__3kNAF input[type="text"],
62
+ .settings-module-input-control__3kNAF input[type="number"] {
63
+ width: 70px;
64
+ color: #464C4F;
65
+ }
66
+ .settings-module-input-control__3kNAF input[type="text"]::placeholder,
67
+ .settings-module-input-control__3kNAF input[type="number"]::placeholder {
68
+ font-size: 13px;
69
+ color: #AAAAAA;
70
+ }
71
+ .settings-module-input-meta__2H8QK {
72
+ flex-grow: 1;
73
+ }
74
+ .settings-module-input-meta__2H8QK p {
75
+ margin-top: 8px;
76
+ }
77
+
78
+ .import-pipeline-module-import-pipeline-note__vDPrD {
79
+ color: steelblue;
80
+ background-color: #B0E0E6;
81
+ border-radius: 5px;
82
+ padding: 10px;
83
+ margin-bottom: 10px;
84
+ }
85
+ .import-pipeline-module-import-pipeline-editor__2L-TC {
86
+ flex-shrink: 0;
87
+ position: relative;
88
+ padding: 10px 0px 10px 0px;
89
+ overflow: scroll;
90
+ background: #f5f6f7;
91
+ border-left: 2px solid #E4E4E4;
92
+ min-height: 180px;
93
+ max-height: 300px;
94
+ }
95
+ .import-pipeline-module-import-pipeline-error__92RZw {
96
+ flex-shrink: 0;
97
+ position: relative;
98
+ margin: 10px 0px;
99
+ padding: 10px;
100
+ border-radius: 3px;
101
+ overflow: auto;
102
+ background: #ff473a;
103
+ max-height: 100px;
104
+ color: #f5f6f7;
105
+ font-size: x-small;
106
+ font-weight: bold;
107
+ }
108
+
109
+ .confirm-import-pipeline-module-confirm-import-pipeline-note__3qDU3 {
110
+ padding: 0px;
111
+ }
112
+
113
+ .confirm-new-pipeline-module-confirm-new-pipeline-note__2n2EL {
114
+ padding: 0px;
115
+ }
116
+
117
+ .pipeline-module-pipeline__1nWUF {
118
+ display: flex;
119
+ flex-grow: 1;
120
+ flex-direction: column;
121
+ width: 100%;
122
+ height: 100%;
123
+ min-height: 0;
124
+ position: relative;
125
+ }
126
+ .pipeline-module-pipeline-collation-toolbar-container__2S68M {
127
+ padding: 6px 10px 6px 15px;
128
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
129
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
130
+ }
131
+ .pipeline-module-pipeline-error-banner-container__19QTd {
132
+ margin-left: 20px;
133
+ margin-right: 36px;
134
+ }
135
+ .pipeline-module-pipeline-fullscreen__2QlA5 {
136
+ position: absolute;
137
+ top: 0;
138
+ right: 0;
139
+ left: 0;
140
+ bottom: 0;
141
+ }
142
+
143
+ .restore-pipeline-button-module-restore-pipeline__3FyUX {
144
+ margin-right: 2px;
145
+ flex-grow: 0;
146
+ visibility: hidden;
147
+ }
148
+
149
+ .delete-pipeline-button-module-delete-pipeline__36xs8 {
150
+ margin: 0px 10px 0px 0px;
151
+ flex-grow: 0;
152
+ visibility: hidden;
153
+ }
154
+
155
+ .save-pipeline-card-module-save-pipeline-card__3VzuC {
156
+ border: 1px solid #dee0e3;
157
+ box-shadow: 0 0 3px #dee0e3;
158
+ margin: 10px;
159
+ display: flex;
160
+ align-items: center;
161
+ background: #fff;
162
+ }
163
+ .save-pipeline-card-module-save-pipeline-card__3VzuC:hover button {
164
+ visibility: visible;
165
+ }
166
+ .save-pipeline-card-module-save-pipeline-card-title__3xLad {
167
+ font-size: 12px;
168
+ padding: 8px;
169
+ line-height: 20px;
170
+ font-weight: bold;
171
+ flex-grow: 5;
172
+ color: #494747;
173
+ overflow-wrap: break-word;
174
+ overflow: auto;
175
+ }
176
+
177
+ .resize-handle-module-resize-handle__1rugm {
178
+ position: absolute;
179
+ background: #dee0e3;
180
+ width: 1.1px;
181
+ height: 100%;
182
+ }
183
+
184
+ .delete-stage-module-delete-stage__3PyCJ {
185
+ margin-right: 6px;
186
+ }
187
+ .delete-stage-module-delete-stage__3PyCJ button {
188
+ width: 30px;
189
+ }
190
+
191
+ .add-after-stage-module-add-after-stage__1xZf9 {
192
+ display: flex;
193
+ justify-content: flex-end;
194
+ }
195
+ .add-after-stage-module-add-after-stage__1xZf9 button {
196
+ width: 30px;
197
+ margin-right: 6px;
198
+ }
199
+
200
+ .stage-grabber-module-stage-grabber__1-8cr {
201
+ color: #dee0e3;
202
+ margin: 3px 2px 0px 4px;
203
+ position: relative;
204
+ }
205
+
206
+ .stage-collapser-module-stage-collapser__3xs2F {
207
+ position: relative;
208
+ }
209
+ .stage-collapser-module-stage-collapser__3xs2F button {
210
+ width: 30px;
211
+ }
212
+
213
+ .select-option-with-tooltip-module-tooltip__3SVxp {
214
+ max-width: 340px !important;
215
+ }
216
+ .select-option-with-tooltip-module-option__K2UZL {
217
+ display: flex;
218
+ align-items: center;
219
+ }
220
+ .select-option-with-tooltip-module-optionIcon__os9Dz {
221
+ margin-left: auto;
222
+ }
223
+
224
+ .stage-operator-select-module-stage-operator-select__1eiQN {
225
+ position: relative;
226
+ width: 120px;
227
+ height: 22px;
228
+ margin: 0px 0px 0px 5px;
229
+ }
230
+ .stage-operator-select-module-stage-operator-select-control__LjhSK {
231
+ position: relative;
232
+ font-size: 12px !important;
233
+ cursor: pointer;
234
+ }
235
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
236
+ height: 22px;
237
+ }
238
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
239
+ line-height: 25px;
240
+ }
241
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
242
+ height: 18px;
243
+ }
244
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
245
+ height: 22px;
246
+ }
247
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
248
+ margin-top: 8px;
249
+ }
250
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
251
+ line-height: 22px !important;
252
+ font-weight: bold;
253
+ }
254
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
255
+ height: 200px;
256
+ }
257
+ .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
258
+ z-index: 2000 !important;
259
+ }
260
+
261
+ .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
262
+ width: 100%;
263
+ border-bottom: 1px solid #dee0e3;
264
+ border-radius: 4px 4px 0 0;
265
+ padding: 10px 0;
266
+ padding-right: 10px;
267
+ flex-shrink: 0;
268
+ display: flex;
269
+ flex-direction: row;
270
+ align-items: center;
271
+ position: relative;
272
+ height: 30px;
273
+ cursor: move;
274
+ cursor: grab;
275
+ }
276
+ .dragging .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
277
+ pointer-events: auto;
278
+ cursor: grabbing;
279
+ }
280
+ .stage-editor-toolbar-module-stage-editor-toolbar-right__3NPrk {
281
+ display: flex;
282
+ justify-content: flex-end;
283
+ flex-grow: 4;
284
+ align-items: center;
285
+ }
286
+ .stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
287
+ background: #FCEBE2;
288
+ }
289
+ .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
290
+ display: inline-block;
291
+ font: normal normal normal 14px/1 FontAwesome;
292
+ font-size: inherit;
293
+ text-rendering: auto;
294
+ -webkit-font-smoothing: antialiased;
295
+ -moz-osx-font-smoothing: grayscale;
296
+ margin: 0 5px;
297
+ cursor: pointer;
298
+ color: #bfbfbe;
299
+ }
300
+ .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
301
+ content: "\f05a";
302
+ }
303
+ .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
304
+ margin-top: 6px;
305
+ margin-right: 6px;
306
+ }
307
+
308
+ .stage-editor-module-stage-editor-container__1XwN_ {
309
+ position: relative;
310
+ padding: 6px 8px;
311
+ text-align: center;
312
+ }
313
+ .stage-editor-module-stage-editor__3F-oQ {
314
+ flex-shrink: 0;
315
+ margin: 0;
316
+ padding: 10px 0px 10px 0px;
317
+ overflow: hidden;
318
+ background: #f5f6f7;
319
+ border-left: 2px solid #E4E4E4;
320
+ width: 100%;
321
+ min-height: 180px;
322
+ }
323
+ .stage-editor-module-stage-editor-errormsg__3Le7I {
324
+ flex-shrink: 0;
325
+ position: relative;
326
+ margin: 10px;
327
+ padding: 5px 10px;
328
+ border-radius: 3px;
329
+ overflow: hidden;
330
+ background: #FCEBE2;
331
+ border: 1px solid #F9D3C5;
332
+ min-height: 20px;
333
+ word-break: break-all;
334
+ color: #8F221B;
335
+ font-size: x-small;
336
+ font-weight: bold;
337
+ }
338
+ .stage-editor-module-stage-editor-syntax-error__3qEJX {
339
+ flex-shrink: 0;
340
+ position: relative;
341
+ margin: 10px;
342
+ padding: 5px 10px;
343
+ border-radius: 3px;
344
+ overflow: hidden;
345
+ background: #FEF7E3;
346
+ border: 1px solid #FEF2C8;
347
+ min-height: 20px;
348
+ word-break: break-all;
349
+ color: #86681D;
350
+ font-size: x-small;
351
+ font-weight: bold;
352
+ }
353
+ .stage-editor-module-stage-editor-ace-editor__eRQyZ {
354
+ min-height: 160px;
355
+ }
356
+
357
+ .loading-overlay-module-loading-overlay__3jA58 {
358
+ position: absolute;
359
+ top: 0;
360
+ left: 0;
361
+ right: 0;
362
+ bottom: 0;
363
+ z-index: 1000;
364
+ background-color: rgba(0, 0, 0, 0.08);
365
+ display: flex;
366
+ align-items: center;
367
+ justify-content: center;
368
+ }
369
+ .loading-overlay-module-loading-overlay-box__1EYpR {
370
+ font-weight: bold;
371
+ display: flex;
372
+ align-items: center;
373
+ justify-content: center;
374
+ width: 300px;
375
+ height: 50px;
376
+ background-color: #FFFFFF;
377
+ }
378
+ .loading-overlay-module-loading-overlay-box-text__1RHOh {
379
+ font-size: 16px;
380
+ margin-left: 5px;
381
+ }
382
+ .loading-overlay-module-loading-overlay-box__1EYpR i {
383
+ font-size: 20px;
384
+ color: #168B46;
385
+ }
386
+
387
+ .stage-preview-module-stage-preview__37FlK {
388
+ width: 100%;
389
+ display: flex;
390
+ align-items: stretch;
391
+ overflow: auto;
392
+ position: relative;
393
+ flex-grow: 1;
394
+ }
395
+ .stage-preview-module-stage-preview-empty__9L3fd {
396
+ padding-left: 15px;
397
+ margin: auto;
398
+ overflow: hidden;
399
+ text-overflow: ellipsis;
400
+ white-space: nowrap;
401
+ fill: none;
402
+ stroke: #89979B;
403
+ text-align: center;
404
+ }
405
+ .stage-preview-module-stage-preview-missing-search-support__18Jmm {
406
+ display: flex;
407
+ flex-direction: column;
408
+ align-items: center;
409
+ justify-content: center;
410
+ padding: 10px;
411
+ margin: auto;
412
+ }
413
+ .stage-preview-module-stage-preview-missing-search-support-text__1XKhH {
414
+ text-align: center;
415
+ margin-top: 10px;
416
+ margin-bottom: 20px;
417
+ max-width: 400px;
418
+ }
419
+ .stage-preview-module-stage-preview-out__2kjVI {
420
+ display: flex;
421
+ flex-direction: column;
422
+ align-items: center;
423
+ width: 100%;
424
+ padding-top: 32px;
425
+ padding-left: 4px;
426
+ padding-right: 4px;
427
+ padding-bottom: 8px;
428
+ }
429
+ .stage-preview-module-stage-preview-out-text__FwDzO {
430
+ padding: 0px 15px 2px 15px;
431
+ text-align: center;
432
+ }
433
+ .stage-preview-module-stage-preview-out-text__FwDzO:not(:last-child) {
434
+ padding-bottom: 8px;
435
+ }
436
+ .stage-preview-module-stage-preview-out-button__bnXRJ {
437
+ margin-top: 3px;
438
+ }
439
+ .stage-preview-module-stage-preview-out-link__1uCqW {
440
+ border: none;
441
+ padding: 0;
442
+ margin: 0;
443
+ background: none;
444
+ }
445
+ .stage-preview-module-stage-preview-documents__uF1qq {
446
+ display: flex;
447
+ align-items: stretch;
448
+ overflow-x: scroll;
449
+ margin: 8px;
450
+ padding: 8px;
451
+ }
452
+ .stage-preview-module-stage-preview-document-card-container__sxM1s {
453
+ flex: none;
454
+ border: 1px solid #dee0e3;
455
+ border-radius: 4px;
456
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
457
+ width: 350px;
458
+ overflow: scroll;
459
+ min-height: 150px;
460
+ flex-shrink: 0;
461
+ display: flex;
462
+ flex-direction: column;
463
+ }
464
+ .stage-preview-module-stage-preview-document-card-container__sxM1s:not(:first-child) {
465
+ margin-left: 16px;
466
+ }
467
+ .stage-preview-module-stage-preview-document-card__21xbY {
468
+ flex-basis: 150px;
469
+ flex-grow: 1;
470
+ flex-shrink: 0;
471
+ overflow: auto;
472
+ padding: 0;
473
+ }
474
+ .stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
475
+ display: none;
476
+ }
477
+ .stage-preview-module-stage-preview__37FlK::-webkit-scrollbar {
478
+ display: none;
479
+ }
480
+
481
+ .stage-preview-toolbar-module-stage-preview-toolbar__2o0am {
482
+ width: 100%;
483
+ font-size: 12px;
484
+ white-space: nowrap;
485
+ overflow: hidden;
486
+ text-overflow: ellipsis;
487
+ height: 30px;
488
+ padding: 10px 0;
489
+ padding-left: 25px;
490
+ display: flex;
491
+ align-items: center;
492
+ border-bottom: 1px solid #dee0e3;
493
+ border-radius: 4px 4px 0 0;
494
+ }
495
+ .stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
496
+ border: none;
497
+ padding: 0;
498
+ margin: 0;
499
+ background: none;
500
+ }
501
+ .stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
502
+ background: #FCEBE2;
503
+ }
504
+ .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
505
+ display: inline-block;
506
+ font: normal normal normal 14px/1 FontAwesome;
507
+ font-size: inherit;
508
+ text-rendering: auto;
509
+ -webkit-font-smoothing: antialiased;
510
+ -moz-osx-font-smoothing: grayscale;
511
+ margin: 0 5px;
512
+ cursor: pointer;
513
+ color: #bfbfbe;
514
+ }
515
+ .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
516
+ content: "\f05a";
517
+ }
518
+ .stage-preview-toolbar-module-stage-preview-toolbar__2o0am #stage-tooltip {
519
+ width: 300px;
520
+ white-space: pre-wrap;
521
+ }
522
+
523
+ .stage-module-stage-container__ZDTxh {
524
+ margin: 0px 10px 0px;
525
+ padding-bottom: 15px;
526
+ border-left: 2px solid #dee0e3;
527
+ position: relative;
528
+ }
529
+ .stage-module-stage-container__ZDTxh:before {
530
+ position: absolute;
531
+ left: -3px;
532
+ top: 10px;
533
+ content: '';
534
+ width: 4px;
535
+ height: 16px;
536
+ background-color: #f5f6f7;
537
+ }
538
+ .stage-module-stage-container__ZDTxh:after {
539
+ position: absolute;
540
+ left: -7px;
541
+ top: 12px;
542
+ content: '';
543
+ width: 12px;
544
+ height: 12px;
545
+ border-radius: 50%;
546
+ border: 2px solid #dee0e3;
547
+ }
548
+ .stage-module-stage-container-is-first__C7RFF:before {
549
+ position: absolute;
550
+ left: -3px;
551
+ top: 0px;
552
+ content: '';
553
+ width: 4px;
554
+ height: 26px;
555
+ background-color: #f5f6f7;
556
+ }
557
+ .stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
558
+ position: relative;
559
+ margin: 0px 8px 0px;
560
+ border: 1px solid #dee0e3;
561
+ border-radius: 4px;
562
+ box-shadow: 1px 1px 1px #dee0e3;
563
+ background: #fff;
564
+ display: flex;
565
+ flex-direction: row;
566
+ }
567
+ .stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
568
+ border-color: #CF4A22;
569
+ }
570
+ .stage-module-stage-editor-container__1LvRF {
571
+ display: flex;
572
+ flex-direction: column;
573
+ position: relative;
574
+ overflow: auto;
575
+ }
576
+ .stage-module-stage-preview-container__2xO44 {
577
+ display: flex;
578
+ flex-direction: column;
579
+ position: relative;
580
+ width: 100%;
581
+ overflow: auto;
582
+ }
583
+ .stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
584
+ .stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
585
+ background-color: #bfbfbe;
586
+ }
587
+ .stage-module-stage-workspace__9LrbT {
588
+ display: flex;
589
+ align-items: stretch;
590
+ border-radius: 0 0 4px 4px;
591
+ }
592
+ .stage-module-stage-editor-no-preview__34-OX {
593
+ width: 100%;
594
+ }
595
+
596
+ .input-collapser-module-input-collapser__2CIHy {
597
+ position: relative;
598
+ }
599
+ .input-collapser-module-input-collapser__2CIHy button {
600
+ width: 30px;
601
+ }
602
+
603
+ .input-documents-count-module-input-documents-count__2sCxl {
604
+ height: 30px;
605
+ display: flex;
606
+ align-items: center;
607
+ flex-grow: 4;
608
+ }
609
+ .input-documents-count-module-input-documents-count-db__2xqQF {
610
+ font-size: 12px;
611
+ padding-left: 10px;
612
+ color: #494747;
613
+ }
614
+ .input-documents-count-module-input-documents-count-label__Q3Y3L {
615
+ font-size: 12px;
616
+ padding-left: 5px;
617
+ color: #494747;
618
+ }
619
+
620
+ .input-refresh-module-input-refresh__1jTIT {
621
+ flex-grow: 0;
622
+ }
623
+
624
+ .input-builder-toolbar-module-input-builder-toolbar__1H2sc {
625
+ width: 350px;
626
+ margin: 0px 15px 0px 18px;
627
+ flex-shrink: 0;
628
+ display: flex;
629
+ flex-direction: row;
630
+ justify-content: space-between;
631
+ position: relative;
632
+ height: 30px;
633
+ align-items: center;
634
+ }
635
+
636
+ .input-preview-toolbar-module-input-preview-toolbar__34ttN {
637
+ width: 100%;
638
+ overflow: hidden;
639
+ text-overflow: ellipsis;
640
+ border-left: 1px solid #dee0e3;
641
+ }
642
+ .input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
643
+ font-size: 12px;
644
+ padding-left: 10px;
645
+ color: #494747;
646
+ white-space: nowrap;
647
+ overflow: hidden;
648
+ text-overflow: ellipsis;
649
+ }
650
+
651
+ .input-toolbar-module-input-toolbar__32jT7 {
652
+ border-bottom: 1px solid #dee0e3;
653
+ display: flex;
654
+ align-items: center;
655
+ position: relative;
656
+ height: 40px;
657
+ width: 100%;
658
+ }
659
+
660
+ .input-builder-module-input-builder__KDDTC {
661
+ flex-grow: 1;
662
+ position: relative;
663
+ margin: 15px 18px 15px 18px;
664
+ padding: 10px 0px 10px 0px;
665
+ min-height: 54px;
666
+ text-align: center;
667
+ }
668
+
669
+ .input-preview-module-input-preview__2di5A {
670
+ display: flex;
671
+ align-items: center;
672
+ overflow: auto;
673
+ flex-grow: 1;
674
+ width: 100%;
675
+ position: relative;
676
+ }
677
+ .input-preview-module-input-preview-documents__1878X {
678
+ display: flex;
679
+ align-items: flex-start;
680
+ overflow-x: scroll;
681
+ margin: 8px;
682
+ padding: 8px;
683
+ }
684
+ .input-preview-module-input-preview-document-card-container__3ko-A {
685
+ flex: none;
686
+ border: 1px solid #dee0e3;
687
+ border-radius: 4px;
688
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
689
+ width: 350px;
690
+ overflow: scroll;
691
+ min-height: 150px;
692
+ flex-shrink: 0;
693
+ display: flex;
694
+ flex-direction: column;
695
+ }
696
+ .input-preview-module-input-preview-document-card-container__3ko-A:not(:first-child) {
697
+ margin-left: 16px;
698
+ }
699
+ .input-preview-module-input-preview-document-card__ZvCA5 {
700
+ flex-basis: 150px;
701
+ flex-grow: 1;
702
+ flex-shrink: 0;
703
+ overflow: auto;
704
+ padding: 0;
705
+ }
706
+ .input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
707
+ display: none;
708
+ }
709
+ .input-preview-module-input-preview__2di5A::-webkit-scrollbar {
710
+ display: none;
711
+ }
712
+
713
+ .input-workspace-module-input-workspace__1ivct {
714
+ display: flex;
715
+ align-items: center;
716
+ }
717
+
718
+ .input-module-input__2mTmO {
719
+ position: relative;
720
+ margin: 18px;
721
+ margin-left: 20px;
722
+ border: 1px solid #dee0e3;
723
+ border-radius: 4px;
724
+ box-shadow: 1px 1px 1px #dee0e3;
725
+ background: #fff;
726
+ }
727
+
728
+ .add-stage-module-add-stage-container__L3KcT {
729
+ margin: 0px;
730
+ padding-bottom: 15px;
731
+ position: relative;
732
+ }
733
+ .add-stage-module-add-stage-container__L3KcT:after {
734
+ position: absolute;
735
+ left: 6px;
736
+ top: 2px;
737
+ content: '';
738
+ width: 10px;
739
+ height: 10px;
740
+ border-radius: 50%;
741
+ border: 5px solid #dee0e3;
742
+ }
743
+ .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
744
+ flex-shrink: 0;
745
+ display: flex;
746
+ justify-content: center;
747
+ position: relative;
748
+ margin: 0px 20px 0px;
749
+ border: 1px solid #dee0e3;
750
+ border-radius: 4px;
751
+ box-shadow: 1px 1px 1px #dee0e3;
752
+ background: #fff;
753
+ width: 370px;
754
+ }
755
+ .add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
756
+ margin: 10px 0px 10px 0px;
757
+ }
758
+
759
+ .modify-source-banner-module-modify-source-banner__zkRAk {
760
+ text-align: center;
761
+ margin: 5px auto;
762
+ margin-top: 20px;
763
+ z-index: 500;
764
+ }
765
+
766
+ .pipeline-builder-workspace-module-pipeline-workspace-container__2j1ec {
767
+ position: relative;
768
+ width: 100%;
769
+ height: 100%;
770
+ }
771
+ .pipeline-builder-workspace-module-pipeline-workspace__2aYaj {
772
+ display: flex;
773
+ flex-direction: column;
774
+ overflow-y: scroll;
775
+ width: 100%;
776
+ flex-grow: 1;
777
+ }
778
+ .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu {
779
+ flex-grow: 1;
780
+ width: 100%;
781
+ position: relative;
782
+ overflow-y: scroll;
783
+ }
784
+ .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::before {
785
+ content: '';
786
+ position: sticky;
787
+ top: 0;
788
+ display: block;
789
+ width: 100%;
790
+ height: 8px;
791
+ background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
792
+ }
793
+ .pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::after {
794
+ content: '';
795
+ position: absolute;
796
+ top: 0;
797
+ display: block;
798
+ width: 100%;
799
+ height: 32px;
800
+ background: linear-gradient(#f5f6f7 0%, #f5f6f7 50%, rgba(245, 246, 247, 0) 100%);
801
+ }
802
+
803
+ .aggregations-module-aggregations__12xcN {
804
+ display: flex;
805
+ align-items: flex-start;
806
+ background-color: #f5f6f7;
807
+ position: relative;
808
+ width: 100%;
809
+ z-index: 0;
810
+ height: 100%;
811
+ }
812
+