@mongodb-js/compass-aggregations 8.23.0 → 8.24.0
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/.depcheckrc +2 -0
- package/dist/browser.js +1 -1
- package/dist/index.css +13 -10
- package/dist/index.js +5 -5
- package/package.json +28 -35
package/dist/index.css
CHANGED
@@ -314,19 +314,10 @@
|
|
314
314
|
}
|
315
315
|
|
316
316
|
.collation-toolbar-module-collation-toolbar__31baA {
|
317
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
318
|
-
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
319
317
|
display: flex;
|
320
318
|
width: 100%;
|
321
319
|
flex-shrink: 0;
|
322
|
-
height: 43px;
|
323
320
|
align-items: center;
|
324
|
-
padding: 0px 10px 0px 15px;
|
325
|
-
}
|
326
|
-
.collation-toolbar-module-collation-toolbar-in-new-toolbar__1MHu_ {
|
327
|
-
padding: 0;
|
328
|
-
box-shadow: none;
|
329
|
-
border: none;
|
330
321
|
}
|
331
322
|
.collation-toolbar-module-toolbar-input-wrapper__nLxwU {
|
332
323
|
width: 100%;
|
@@ -428,6 +419,15 @@
|
|
428
419
|
min-height: 0;
|
429
420
|
position: relative;
|
430
421
|
}
|
422
|
+
.pipeline-module-pipeline-collation-toolbar-container__2S68M {
|
423
|
+
padding: 6px 10px 6px 15px;
|
424
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
425
|
+
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
426
|
+
}
|
427
|
+
.pipeline-module-pipeline-error-banner-container__19QTd {
|
428
|
+
margin-left: 20px;
|
429
|
+
margin-right: 36px;
|
430
|
+
}
|
431
431
|
.pipeline-module-pipeline-fullscreen__2QlA5 {
|
432
432
|
position: absolute;
|
433
433
|
top: 0;
|
@@ -792,7 +792,6 @@
|
|
792
792
|
text-overflow: ellipsis;
|
793
793
|
white-space: nowrap;
|
794
794
|
max-width: 100%;
|
795
|
-
overflow-y: auto;
|
796
795
|
}
|
797
796
|
.document::-webkit-scrollbar {
|
798
797
|
display: none;
|
@@ -3309,6 +3308,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
3309
3308
|
flex-direction: column;
|
3310
3309
|
align-items: center;
|
3311
3310
|
width: 100%;
|
3311
|
+
padding-top: 32px;
|
3312
|
+
padding-left: 4px;
|
3313
|
+
padding-right: 4px;
|
3314
|
+
padding-bottom: 8px;
|
3312
3315
|
}
|
3313
3316
|
.stage-preview-module-stage-preview-out-text__FwDzO {
|
3314
3317
|
padding: 0px 15px 2px 15px;
|