@mongodb-js/compass-aggregations 0.0.0-next-2f189f8218b434e8d36a7472a2ac843f17147b9b → 0.0.0-next-1336f6ccd01a8b5f63ed6bea289fa9f8fc4d9557

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 (60) hide show
  1. package/README.md +1 -2
  2. package/dist/browser.js +1 -1
  3. package/dist/index.css +0 -119
  4. package/dist/index.js +1 -1
  5. package/dist/src/components/pipeline-builder-input-documents.d.ts +14 -0
  6. package/dist/src/components/pipeline-builder-input-documents.d.ts.map +1 -0
  7. package/dist/src/components/pipeline-builder-workspace/pipeline-builder-ui-workspace.d.ts.map +1 -1
  8. package/dist/src/components/pipeline-results-workspace/pipeline-empty-results.d.ts.map +1 -1
  9. package/dist/src/components/pipeline-results-workspace/pipeline-results-header.d.ts.map +1 -1
  10. package/dist/src/components/pipeline-results-workspace/pipeline-results-view-controls.d.ts.map +1 -1
  11. package/dist/src/components/pipeline-toolbar/index.d.ts +1 -2
  12. package/dist/src/components/pipeline-toolbar/index.d.ts.map +1 -1
  13. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-extra-settings.d.ts.map +1 -1
  14. package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
  15. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts +2 -3
  16. package/dist/src/components/saved-pipelines/saved-pipelines.d.ts.map +1 -1
  17. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  18. package/dist/src/modules/input-documents.d.ts.map +1 -1
  19. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  20. package/package.json +19 -19
  21. package/dist/src/components/input/index.d.ts +0 -3
  22. package/dist/src/components/input/index.d.ts.map +0 -1
  23. package/dist/src/components/input/input.d.ts +0 -25
  24. package/dist/src/components/input/input.d.ts.map +0 -1
  25. package/dist/src/components/input-builder/index.d.ts +0 -3
  26. package/dist/src/components/input-builder/index.d.ts.map +0 -1
  27. package/dist/src/components/input-builder/input-builder.d.ts +0 -9
  28. package/dist/src/components/input-builder/input-builder.d.ts.map +0 -1
  29. package/dist/src/components/input-builder-toolbar/index.d.ts +0 -3
  30. package/dist/src/components/input-builder-toolbar/index.d.ts.map +0 -1
  31. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts +0 -16
  32. package/dist/src/components/input-builder-toolbar/input-builder-toolbar.d.ts.map +0 -1
  33. package/dist/src/components/input-collapser/index.d.ts +0 -3
  34. package/dist/src/components/input-collapser/index.d.ts.map +0 -1
  35. package/dist/src/components/input-collapser/input-collapser.d.ts +0 -14
  36. package/dist/src/components/input-collapser/input-collapser.d.ts.map +0 -1
  37. package/dist/src/components/input-documents-count/index.d.ts +0 -3
  38. package/dist/src/components/input-documents-count/index.d.ts.map +0 -1
  39. package/dist/src/components/input-documents-count/input-documents-count.d.ts +0 -13
  40. package/dist/src/components/input-documents-count/input-documents-count.d.ts.map +0 -1
  41. package/dist/src/components/input-preview/index.d.ts +0 -3
  42. package/dist/src/components/input-preview/index.d.ts.map +0 -1
  43. package/dist/src/components/input-preview/input-preview.d.ts +0 -15
  44. package/dist/src/components/input-preview/input-preview.d.ts.map +0 -1
  45. package/dist/src/components/input-preview-toolbar/index.d.ts +0 -3
  46. package/dist/src/components/input-preview-toolbar/index.d.ts.map +0 -1
  47. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts +0 -7
  48. package/dist/src/components/input-preview-toolbar/input-preview-toolbar.d.ts.map +0 -1
  49. package/dist/src/components/input-refresh/index.d.ts +0 -3
  50. package/dist/src/components/input-refresh/index.d.ts.map +0 -1
  51. package/dist/src/components/input-refresh/input-refresh.d.ts +0 -13
  52. package/dist/src/components/input-refresh/input-refresh.d.ts.map +0 -1
  53. package/dist/src/components/input-toolbar/index.d.ts +0 -3
  54. package/dist/src/components/input-toolbar/index.d.ts.map +0 -1
  55. package/dist/src/components/input-toolbar/input-toolbar.d.ts +0 -16
  56. package/dist/src/components/input-toolbar/input-toolbar.d.ts.map +0 -1
  57. package/dist/src/components/input-workspace/index.d.ts +0 -3
  58. package/dist/src/components/input-workspace/index.d.ts.map +0 -1
  59. package/dist/src/components/input-workspace/input-workspace.d.ts +0 -16
  60. package/dist/src/components/input-workspace/input-workspace.d.ts.map +0 -1
package/dist/index.css CHANGED
@@ -210,9 +210,6 @@
210
210
  .stage-preview-module-stage-preview-document-card__21xbY::-webkit-scrollbar {
211
211
  display: none;
212
212
  }
213
- .stage-preview-module-stage-preview__37FlK::-webkit-scrollbar {
214
- display: none;
215
- }
216
213
 
217
214
  .stage-preview-toolbar-module-stage-preview-toolbar__2o0am {
218
215
  width: 100%;
@@ -277,122 +274,6 @@
277
274
  width: 100%;
278
275
  }
279
276
 
280
- .input-documents-count-module-input-documents-count__2sCxl {
281
- height: 30px;
282
- display: flex;
283
- align-items: center;
284
- flex-grow: 4;
285
- padding-left: 8px;
286
- }
287
- .input-documents-count-module-input-documents-count-label__Q3Y3L {
288
- font-size: 12px;
289
- padding-left: 5px;
290
- color: #3d4f58;
291
- }
292
-
293
- .input-builder-toolbar-module-input-builder-toolbar__1H2sc {
294
- width: 350px;
295
- margin: 0px 15px 0px 18px;
296
- flex-shrink: 0;
297
- display: flex;
298
- flex-direction: row;
299
- justify-content: space-between;
300
- position: relative;
301
- height: 30px;
302
- align-items: center;
303
- }
304
-
305
- .input-preview-toolbar-module-input-preview-toolbar__34ttN {
306
- width: 100%;
307
- overflow: hidden;
308
- text-overflow: ellipsis;
309
- border-left: 1px solid #e8edeb;
310
- }
311
- .input-preview-toolbar-module-input-preview-toolbar-text__3gBhM {
312
- font-size: 12px;
313
- padding-left: 10px;
314
- color: #3d4f58;
315
- white-space: nowrap;
316
- overflow: hidden;
317
- text-overflow: ellipsis;
318
- }
319
-
320
- .input-toolbar-module-input-toolbar__32jT7 {
321
- border-bottom: 1px solid #e8edeb;
322
- display: flex;
323
- align-items: center;
324
- position: relative;
325
- height: 40px;
326
- width: 100%;
327
- }
328
-
329
- .input-builder-module-input-builder__KDDTC {
330
- flex-grow: 1;
331
- position: relative;
332
- margin: 15px 18px 15px 18px;
333
- padding: 10px 0px 10px 0px;
334
- min-height: 54px;
335
- text-align: center;
336
- }
337
-
338
- .input-preview-module-input-preview__2di5A {
339
- display: flex;
340
- align-items: center;
341
- overflow: auto;
342
- flex-grow: 1;
343
- width: 100%;
344
- position: relative;
345
- }
346
- .input-preview-module-input-preview-documents__1878X {
347
- display: flex;
348
- align-items: flex-start;
349
- overflow-x: scroll;
350
- margin: 8px;
351
- padding: 8px;
352
- }
353
- .input-preview-module-input-preview-document-card-container__3ko-A {
354
- flex: none;
355
- border: 1px solid #e8edeb;
356
- border-radius: 4px;
357
- box-shadow: 1px 1px 4px rgba(0, 30, 43, 0.1);
358
- width: 384px;
359
- overflow: scroll;
360
- min-height: 150px;
361
- flex-shrink: 0;
362
- display: flex;
363
- flex-direction: column;
364
- }
365
- .input-preview-module-input-preview-document-card-container__3ko-A:not(:first-child) {
366
- margin-left: 16px;
367
- }
368
- .input-preview-module-input-preview-document-card__ZvCA5 {
369
- flex-basis: 150px;
370
- flex-grow: 1;
371
- flex-shrink: 0;
372
- overflow: auto;
373
- padding: 0;
374
- }
375
- .input-preview-module-input-preview-document-card__ZvCA5::-webkit-scrollbar {
376
- display: none;
377
- }
378
- .input-preview-module-input-preview__2di5A::-webkit-scrollbar {
379
- display: none;
380
- }
381
-
382
- .input-workspace-module-input-workspace__1ivct {
383
- display: flex;
384
- align-items: center;
385
- }
386
-
387
- .input-module-input__2mTmO {
388
- position: relative;
389
- margin: 0 16px 16px;
390
- border: 1px solid #e8edeb;
391
- border-radius: 4px;
392
- box-shadow: 1px 1px 1px #e8edeb;
393
- background: #ffffff;
394
- }
395
-
396
277
  .modify-source-banner-module-modify-source-banner__zkRAk {
397
278
  text-align: center;
398
279
  margin: 5px auto;