@mongodb-js/compass-aggregations 0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e → 0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0

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 (26) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/index.css +0 -39
  3. package/dist/index.js +1 -1
  4. package/dist/src/components/input-workspace/input-workspace.d.ts.map +1 -1
  5. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/index.d.ts.map +1 -1
  6. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  7. package/dist/src/components/resize-handle.d.ts +4 -0
  8. package/dist/src/components/resize-handle.d.ts.map +1 -0
  9. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts +3 -1
  10. package/dist/src/components/saved-pipelines/saved-pipeline-card.d.ts.map +1 -1
  11. package/dist/src/components/stage/stage.d.ts.map +1 -1
  12. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +2 -32
  13. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  14. package/dist/src/modules/aggregation.d.ts.map +1 -1
  15. package/dist/src/modules/explain.d.ts.map +1 -1
  16. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts +3 -0
  17. package/dist/src/modules/pipeline-builder/builder-helpers.d.ts.map +1 -1
  18. package/dist/src/modules/pipeline-builder/pipeline-mode.d.ts.map +1 -1
  19. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  20. package/dist/src/modules/saved-pipeline.d.ts.map +1 -1
  21. package/dist/src/modules/update-view.d.ts.map +1 -1
  22. package/dist/src/utils/stage.d.ts +1 -1
  23. package/dist/src/utils/stage.d.ts.map +1 -1
  24. package/package.json +20 -18
  25. package/dist/src/components/resize-handle/resize-handle.d.ts +0 -7
  26. package/dist/src/components/resize-handle/resize-handle.d.ts.map +0 -1
package/dist/index.css CHANGED
@@ -63,13 +63,6 @@
63
63
  bottom: 0;
64
64
  }
65
65
 
66
- .resize-handle-module-resize-handle__1rugm {
67
- position: absolute;
68
- background: #E8EDEB;
69
- width: 1.1px;
70
- height: 100%;
71
- }
72
-
73
66
  .delete-stage-module-delete-stage__3PyCJ {
74
67
  margin-right: 6px;
75
68
  }
@@ -127,20 +120,6 @@
127
120
  .stage-editor-toolbar-module-stage-editor-toolbar-errored__siGjE {
128
121
  background: #FFEAE5;
129
122
  }
130
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle {
131
- display: inline-block;
132
- font: normal normal normal 14px/1 FontAwesome;
133
- font-size: inherit;
134
- text-rendering: auto;
135
- -webkit-font-smoothing: antialiased;
136
- -moz-osx-font-smoothing: grayscale;
137
- margin: 0 5px;
138
- cursor: pointer;
139
- color: #C1C7C6;
140
- }
141
- .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK i.info-sprinkle:before {
142
- content: "\f05a";
143
- }
144
123
  .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK .stage-editor-toolbar-module-tooltip-icon__3szXX {
145
124
  margin-top: 6px;
146
125
  margin-right: 6px;
@@ -333,24 +312,6 @@
333
312
  .stage-preview-toolbar-module-stage-preview-toolbar-errored__1JajO {
334
313
  background: #FFEAE5;
335
314
  }
336
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle {
337
- display: inline-block;
338
- font: normal normal normal 14px/1 FontAwesome;
339
- font-size: inherit;
340
- text-rendering: auto;
341
- -webkit-font-smoothing: antialiased;
342
- -moz-osx-font-smoothing: grayscale;
343
- margin: 0 5px;
344
- cursor: pointer;
345
- color: #C1C7C6;
346
- }
347
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am i.info-sprinkle:before {
348
- content: "\f05a";
349
- }
350
- .stage-preview-toolbar-module-stage-preview-toolbar__2o0am #stage-tooltip {
351
- width: 300px;
352
- white-space: pre-wrap;
353
- }
354
315
 
355
316
  .stage-module-stage-container__ZDTxh .stage-module-stage__1YPPq {
356
317
  position: relative;