@mongodb-js/compass-aggregations 0.0.0-next-981f8ae49e299320ca0add5ae8e58c8738baa699 → 0.0.0-next-bb1a39e78c30cda5ef910174e54d2c9708186388
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/browser.js +1 -1
- package/dist/index.css +35 -35
- package/dist/index.js +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts +2 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/stage-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
- package/package.json +19 -19
package/dist/index.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
.import-pipeline-module-import-pipeline-note__vDPrD {
|
2
|
-
color: #
|
3
|
-
background-color: #
|
2
|
+
color: #0498ec;
|
3
|
+
background-color: #c3e7fe;
|
4
4
|
border-radius: 5px;
|
5
5
|
padding: 10px;
|
6
6
|
margin-bottom: 10px;
|
@@ -10,8 +10,8 @@
|
|
10
10
|
position: relative;
|
11
11
|
padding: 10px 0px 10px 0px;
|
12
12
|
overflow: scroll;
|
13
|
-
background: #
|
14
|
-
border-left: 2px solid #
|
13
|
+
background: #f9fbfa;
|
14
|
+
border-left: 2px solid #e8edeb;
|
15
15
|
min-height: 180px;
|
16
16
|
max-height: 300px;
|
17
17
|
}
|
@@ -22,9 +22,9 @@
|
|
22
22
|
padding: 10px;
|
23
23
|
border-radius: 3px;
|
24
24
|
overflow: auto;
|
25
|
-
background: #
|
25
|
+
background: #ff6960;
|
26
26
|
max-height: 100px;
|
27
|
-
color: #
|
27
|
+
color: #f9fbfa;
|
28
28
|
font-size: x-small;
|
29
29
|
font-weight: bold;
|
30
30
|
}
|
@@ -80,7 +80,7 @@
|
|
80
80
|
}
|
81
81
|
|
82
82
|
.stage-grabber-module-stage-grabber__1-8cr {
|
83
|
-
color: #
|
83
|
+
color: #e8edeb;
|
84
84
|
margin: 3px 2px 0px 4px;
|
85
85
|
position: relative;
|
86
86
|
}
|
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
96
96
|
width: 100%;
|
97
|
-
border-bottom: 1px solid #
|
97
|
+
border-bottom: 1px solid #e8edeb;
|
98
98
|
border-radius: 4px 4px 0 0;
|
99
99
|
padding: 10px 0;
|
100
100
|
padding-right: 10px;
|
@@ -118,7 +118,7 @@
|
|
118
118
|
align-items: center;
|
119
119
|
}
|
120
120
|
.stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
|
121
|
-
background: #
|
121
|
+
background: #ffeae5;
|
122
122
|
}
|
123
123
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
|
124
124
|
margin-top: 6px;
|
@@ -135,8 +135,8 @@
|
|
135
135
|
margin: 0;
|
136
136
|
padding: 10px 0px 10px 0px;
|
137
137
|
overflow: hidden;
|
138
|
-
background: #
|
139
|
-
border-left: 2px solid #
|
138
|
+
background: #f9fbfa;
|
139
|
+
border-left: 2px solid #e8edeb;
|
140
140
|
width: 100%;
|
141
141
|
min-height: 180px;
|
142
142
|
}
|
@@ -147,8 +147,8 @@
|
|
147
147
|
padding: 5px 10px;
|
148
148
|
border-radius: 3px;
|
149
149
|
overflow: hidden;
|
150
|
-
background: #
|
151
|
-
border: 1px solid #
|
150
|
+
background: #ffeae5;
|
151
|
+
border: 1px solid #ffcdc7;
|
152
152
|
min-height: 20px;
|
153
153
|
word-break: break-all;
|
154
154
|
color: #970606;
|
@@ -162,11 +162,11 @@
|
|
162
162
|
padding: 5px 10px;
|
163
163
|
border-radius: 3px;
|
164
164
|
overflow: hidden;
|
165
|
-
background: #
|
166
|
-
border: 1px solid #
|
165
|
+
background: #fef7db;
|
166
|
+
border: 1px solid #fef7db;
|
167
167
|
min-height: 20px;
|
168
168
|
word-break: break-all;
|
169
|
-
color: #
|
169
|
+
color: #944f01;
|
170
170
|
font-size: x-small;
|
171
171
|
font-weight: bold;
|
172
172
|
}
|
@@ -201,7 +201,7 @@
|
|
201
201
|
}
|
202
202
|
.loading-overlay-module-loading-overlay-box__1EYpR i {
|
203
203
|
font-size: 20px;
|
204
|
-
color: #
|
204
|
+
color: #00a35c;
|
205
205
|
}
|
206
206
|
|
207
207
|
.stage-preview-module-stage-preview__37FlK {
|
@@ -262,7 +262,7 @@
|
|
262
262
|
}
|
263
263
|
.stage-preview-module-stage-preview-document-card-container__sxM1s {
|
264
264
|
flex: none;
|
265
|
-
border: 1px solid #
|
265
|
+
border: 1px solid #e8edeb;
|
266
266
|
border-radius: 4px;
|
267
267
|
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
268
268
|
width: 384px;
|
@@ -300,7 +300,7 @@
|
|
300
300
|
padding-left: 25px;
|
301
301
|
display: flex;
|
302
302
|
align-items: center;
|
303
|
-
border-bottom: 1px solid #
|
303
|
+
border-bottom: 1px solid #e8edeb;
|
304
304
|
border-radius: 4px 4px 0 0;
|
305
305
|
}
|
306
306
|
.stage-preview-toolbar-module-stage-preview-toolbar-link__q2ehc {
|
@@ -310,21 +310,21 @@
|
|
310
310
|
background: none;
|
311
311
|
}
|
312
312
|
.stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
|
313
|
-
background: #
|
313
|
+
background: #ffeae5;
|
314
314
|
}
|
315
315
|
|
316
316
|
.stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
|
317
317
|
position: relative;
|
318
318
|
margin: 0px 16px 16px 16px;
|
319
|
-
border: 1px solid #
|
319
|
+
border: 1px solid #e8edeb;
|
320
320
|
border-radius: 4px;
|
321
|
-
box-shadow: 1px 1px 1px #
|
321
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
322
322
|
background: #ffffff;
|
323
323
|
display: flex;
|
324
324
|
flex-direction: row;
|
325
325
|
}
|
326
326
|
.stage-module-stage-container__ZDTxh .stage-module-stage-errored__mbJmP {
|
327
|
-
border-color: #
|
327
|
+
border-color: #db3030;
|
328
328
|
}
|
329
329
|
.stage-module-stage-editor-container__1LvRF {
|
330
330
|
display: flex;
|
@@ -341,7 +341,7 @@
|
|
341
341
|
}
|
342
342
|
.stage-module-stage-resize-handle-wrapper__1UhOK:hover div div,
|
343
343
|
.stage-module-stage-resize-handle-wrapper__1UhOK:active div div {
|
344
|
-
background-color: #
|
344
|
+
background-color: #c1c7c6;
|
345
345
|
}
|
346
346
|
.stage-module-stage-workspace__9LrbT {
|
347
347
|
display: flex;
|
@@ -368,12 +368,12 @@
|
|
368
368
|
.input-documents-count-module-input-documents-count-db__2xqQF {
|
369
369
|
font-size: 12px;
|
370
370
|
padding-left: 10px;
|
371
|
-
color: #
|
371
|
+
color: #3d4f58;
|
372
372
|
}
|
373
373
|
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
374
374
|
font-size: 12px;
|
375
375
|
padding-left: 5px;
|
376
|
-
color: #
|
376
|
+
color: #3d4f58;
|
377
377
|
}
|
378
378
|
|
379
379
|
.input-refresh-module-input-refresh__1jTIT {
|
@@ -396,19 +396,19 @@
|
|
396
396
|
width: 100%;
|
397
397
|
overflow: hidden;
|
398
398
|
text-overflow: ellipsis;
|
399
|
-
border-left: 1px solid #
|
399
|
+
border-left: 1px solid #e8edeb;
|
400
400
|
}
|
401
401
|
.input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
|
402
402
|
font-size: 12px;
|
403
403
|
padding-left: 10px;
|
404
|
-
color: #
|
404
|
+
color: #3d4f58;
|
405
405
|
white-space: nowrap;
|
406
406
|
overflow: hidden;
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
}
|
409
409
|
|
410
410
|
.input-toolbar-module-input-toolbar__32jT7 {
|
411
|
-
border-bottom: 1px solid #
|
411
|
+
border-bottom: 1px solid #e8edeb;
|
412
412
|
display: flex;
|
413
413
|
align-items: center;
|
414
414
|
position: relative;
|
@@ -442,7 +442,7 @@
|
|
442
442
|
}
|
443
443
|
.input-preview-module-input-preview-document-card-container__3ko-A {
|
444
444
|
flex: none;
|
445
|
-
border: 1px solid #
|
445
|
+
border: 1px solid #e8edeb;
|
446
446
|
border-radius: 4px;
|
447
447
|
box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
|
448
448
|
width: 384px;
|
@@ -477,9 +477,9 @@
|
|
477
477
|
.input-module-input__2mTmO {
|
478
478
|
position: relative;
|
479
479
|
margin: 0 16px 16px;
|
480
|
-
border: 1px solid #
|
480
|
+
border: 1px solid #e8edeb;
|
481
481
|
border-radius: 4px;
|
482
|
-
box-shadow: 1px 1px 1px #
|
482
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
483
483
|
background: #ffffff;
|
484
484
|
}
|
485
485
|
|
@@ -494,9 +494,9 @@
|
|
494
494
|
justify-content: center;
|
495
495
|
position: relative;
|
496
496
|
margin: 0px 16px 0px;
|
497
|
-
border: 1px solid #
|
497
|
+
border: 1px solid #e8edeb;
|
498
498
|
border-radius: 4px;
|
499
|
-
box-shadow: 1px 1px 1px #
|
499
|
+
box-shadow: 1px 1px 1px #e8edeb;
|
500
500
|
background: #ffffff;
|
501
501
|
width: 384px;
|
502
502
|
}
|
@@ -526,7 +526,7 @@
|
|
526
526
|
.aggregations-module-aggregations__12xcN {
|
527
527
|
display: flex;
|
528
528
|
align-items: flex-start;
|
529
|
-
background-color: #
|
529
|
+
background-color: #f9fbfa;
|
530
530
|
position: relative;
|
531
531
|
width: 100%;
|
532
532
|
z-index: 0;
|