@mongodb-js/compass-aggregations 0.0.0-next-9ee9b0963df24390835a677f1a9081d9bc53ca2a → 0.0.0-next-2f189f8218b434e8d36a7472a2ac843f17147b9b
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 +2 -98
- package/dist/index.js +1 -1
- package/dist/src/components/add-stage/add-stage.d.ts.map +1 -1
- package/dist/src/components/input-collapser/input-collapser.d.ts +1 -1
- package/dist/src/components/input-collapser/input-collapser.d.ts.map +1 -1
- package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +1 -1
- package/dist/src/components/input-refresh/input-refresh.d.ts +1 -1
- package/dist/src/components/input-refresh/input-refresh.d.ts.map +1 -1
- package/dist/src/components/loading-overlay/index.d.ts +1 -1
- package/dist/src/components/loading-overlay/loading-overlay.d.ts +6 -12
- package/dist/src/components/loading-overlay/loading-overlay.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts +7 -16
- package/dist/src/components/stage-editor-toolbar/add-after-stage.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts +1 -1
- package/dist/src/components/stage-editor-toolbar/delete-stage.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-collapser.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
- package/dist/src/modules/aggregation.d.ts.map +1 -1
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/pipeline-parser/pipeline-parser.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
- package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
- package/dist/src/utils/cancellable-aggregation.d.ts.map +1 -1
- package/package.json +18 -22
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts +0 -9
- package/dist/src/components/stage-editor-toolbar/stage-grabber.d.ts.map +0 -1
package/dist/index.css
CHANGED
@@ -48,41 +48,11 @@
|
|
48
48
|
bottom: 0;
|
49
49
|
}
|
50
50
|
|
51
|
-
.delete-stage-module-delete-stage__3PyCJ {
|
52
|
-
margin-right: 6px;
|
53
|
-
}
|
54
|
-
.delete-stage-module-delete-stage__3PyCJ button {
|
55
|
-
width: 30px;
|
56
|
-
}
|
57
|
-
|
58
|
-
.add-after-stage-module-add-after-stage__1xZf9 {
|
59
|
-
display: flex;
|
60
|
-
justify-content: flex-end;
|
61
|
-
}
|
62
|
-
.add-after-stage-module-add-after-stage__1xZf9 button {
|
63
|
-
width: 30px;
|
64
|
-
margin-right: 6px;
|
65
|
-
}
|
66
|
-
|
67
|
-
.stage-grabber-module-stage-grabber__1-8cr {
|
68
|
-
color: #e8edeb;
|
69
|
-
margin: 3px 2px 0px 4px;
|
70
|
-
position: relative;
|
71
|
-
}
|
72
|
-
|
73
|
-
.stage-collapser-module-stage-collapser__3xs2F {
|
74
|
-
position: relative;
|
75
|
-
}
|
76
|
-
.stage-collapser-module-stage-collapser__3xs2F button {
|
77
|
-
width: 30px;
|
78
|
-
}
|
79
|
-
|
80
51
|
.stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
|
81
52
|
width: 100%;
|
82
53
|
border-bottom: 1px solid #e8edeb;
|
83
54
|
border-radius: 4px 4px 0 0;
|
84
|
-
padding: 10px
|
85
|
-
padding-right: 10px;
|
55
|
+
padding: 10px;
|
86
56
|
flex-shrink: 0;
|
87
57
|
display: flex;
|
88
58
|
flex-direction: row;
|
@@ -159,36 +129,6 @@
|
|
159
129
|
min-height: 160px;
|
160
130
|
}
|
161
131
|
|
162
|
-
.loading-overlay-module-loading-overlay__3jA58 {
|
163
|
-
position: absolute;
|
164
|
-
top: 0;
|
165
|
-
left: 0;
|
166
|
-
right: 0;
|
167
|
-
bottom: 0;
|
168
|
-
z-index: 1000;
|
169
|
-
background-color: rgba(0, 30, 43, 0.08);
|
170
|
-
display: flex;
|
171
|
-
align-items: center;
|
172
|
-
justify-content: center;
|
173
|
-
}
|
174
|
-
.loading-overlay-module-loading-overlay-box__1EYpR {
|
175
|
-
font-weight: bold;
|
176
|
-
display: flex;
|
177
|
-
align-items: center;
|
178
|
-
justify-content: center;
|
179
|
-
width: 300px;
|
180
|
-
height: 50px;
|
181
|
-
background-color: #ffffff;
|
182
|
-
}
|
183
|
-
.loading-overlay-module-loading-overlay-box-text__1RHOh {
|
184
|
-
font-size: 16px;
|
185
|
-
margin-left: 5px;
|
186
|
-
}
|
187
|
-
.loading-overlay-module-loading-overlay-box__1EYpR i {
|
188
|
-
font-size: 20px;
|
189
|
-
color: #00a35c;
|
190
|
-
}
|
191
|
-
|
192
132
|
.stage-preview-module-stage-preview__37FlK {
|
193
133
|
width: 100%;
|
194
134
|
display: flex;
|
@@ -337,23 +277,12 @@
|
|
337
277
|
width: 100%;
|
338
278
|
}
|
339
279
|
|
340
|
-
.input-collapser-module-input-collapser__2CIHy {
|
341
|
-
position: relative;
|
342
|
-
}
|
343
|
-
.input-collapser-module-input-collapser__2CIHy button {
|
344
|
-
width: 30px;
|
345
|
-
}
|
346
|
-
|
347
280
|
.input-documents-count-module-input-documents-count__2sCxl {
|
348
281
|
height: 30px;
|
349
282
|
display: flex;
|
350
283
|
align-items: center;
|
351
284
|
flex-grow: 4;
|
352
|
-
|
353
|
-
.input-documents-count-module-input-documents-count-db__2xqQF {
|
354
|
-
font-size: 12px;
|
355
|
-
padding-left: 10px;
|
356
|
-
color: #3d4f58;
|
285
|
+
padding-left: 8px;
|
357
286
|
}
|
358
287
|
.input-documents-count-module-input-documents-count-label__Q3Y3L {
|
359
288
|
font-size: 12px;
|
@@ -361,10 +290,6 @@
|
|
361
290
|
color: #3d4f58;
|
362
291
|
}
|
363
292
|
|
364
|
-
.input-refresh-module-input-refresh__1jTIT {
|
365
|
-
flex-grow: 0;
|
366
|
-
}
|
367
|
-
|
368
293
|
.input-builder-toolbar-module-input-builder-toolbar__1H2sc {
|
369
294
|
width: 350px;
|
370
295
|
margin: 0px 15px 0px 18px;
|
@@ -468,27 +393,6 @@
|
|
468
393
|
background: #ffffff;
|
469
394
|
}
|
470
395
|
|
471
|
-
.add-stage-module-add-stage-container__L3KcT {
|
472
|
-
margin: 0px;
|
473
|
-
padding-bottom: 16px;
|
474
|
-
position: relative;
|
475
|
-
}
|
476
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 {
|
477
|
-
flex-shrink: 0;
|
478
|
-
display: flex;
|
479
|
-
justify-content: center;
|
480
|
-
position: relative;
|
481
|
-
margin: 0px 16px 0px;
|
482
|
-
border: 1px solid #e8edeb;
|
483
|
-
border-radius: 4px;
|
484
|
-
box-shadow: 1px 1px 1px #e8edeb;
|
485
|
-
background: #ffffff;
|
486
|
-
width: 384px;
|
487
|
-
}
|
488
|
-
.add-stage-module-add-stage-container__L3KcT .add-stage-module-add-stage__3hDT6 button {
|
489
|
-
margin: 10px 0px 10px 0px;
|
490
|
-
}
|
491
|
-
|
492
396
|
.modify-source-banner-module-modify-source-banner__zkRAk {
|
493
397
|
text-align: center;
|
494
398
|
margin: 5px auto;
|