@mongodb-js/compass-aggregations 0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba → 0.0.0-next-5f5cecf01c890c348e17907482b03cea2f8c5f21

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 (35) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -6
  3. package/dist/index.css +1 -58
  4. package/dist/index.js +1 -22
  5. package/dist/index.js.LICENSE.txt +0 -6
  6. package/dist/src/components/atlas-stage-preview.d.ts +5 -0
  7. package/dist/src/components/atlas-stage-preview.d.ts.map +1 -0
  8. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  9. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +3 -1
  10. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  11. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  12. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  13. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  14. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  15. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +3 -3
  16. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
  17. package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
  18. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts +36 -10
  19. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  20. package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -1
  21. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +3 -1
  22. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  23. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
  24. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  25. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  26. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +6 -1
  27. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  28. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  29. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +5 -1
  30. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  31. package/dist/src/utils/stage.d.ts +2 -0
  32. package/dist/src/utils/stage.d.ts.map +1 -1
  33. package/package.json +18 -21
  34. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  35. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts.map +0 -1
@@ -4,12 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/react-select
11
- */
12
-
13
7
  /*!
14
8
  Copyright (c) 2018 Jed Watson.
15
9
  Licensed under the MIT License (MIT), see
package/dist/index.css CHANGED
@@ -99,54 +99,6 @@
99
99
  width: 30px;
100
100
  }
101
101
 
102
- .select-option-with-tooltip-module-tooltip__3SVxp {
103
- max-width: 340px !important;
104
- }
105
- .select-option-with-tooltip-module-option__K2UZL {
106
- display: flex;
107
- align-items: center;
108
- }
109
- .select-option-with-tooltip-module-optionIcon__os9Dz {
110
- margin-left: auto;
111
- }
112
-
113
- .stage-operator-select-module-stage-operator-select__1eiQN {
114
- position: relative;
115
- width: 120px;
116
- height: 22px;
117
- margin: 0px 0px 0px 5px;
118
- }
119
- .stage-operator-select-module-stage-operator-select-control__LjhSK {
120
- position: relative;
121
- font-size: 12px !important;
122
- cursor: pointer;
123
- }
124
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-control {
125
- height: 22px;
126
- }
127
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-placeholder {
128
- line-height: 25px;
129
- }
130
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-input {
131
- height: 18px;
132
- }
133
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow-zone {
134
- height: 22px;
135
- }
136
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-arrow {
137
- margin-top: 8px;
138
- }
139
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-value {
140
- line-height: 22px !important;
141
- font-weight: bold;
142
- }
143
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu {
144
- height: 200px;
145
- }
146
- .stage-operator-select-module-stage-operator-select-control__LjhSK .Select-menu-outer {
147
- z-index: 2000 !important;
148
- }
149
-
150
102
  .stage-editor-toolbar-module-stage-editor-toolbar__2cwCK {
151
103
  width: 100%;
152
104
  border-bottom: 1px solid #E8EDEB;
@@ -293,17 +245,8 @@
293
245
  }
294
246
  .stage-preview-module-stage-preview-missing-search-support__18Jmm {
295
247
  display: flex;
296
- flex-direction: column;
297
- align-items: center;
248
+ flex: 1;
298
249
  justify-content: center;
299
- padding: 10px;
300
- margin: auto;
301
- }
302
- .stage-preview-module-stage-preview-missing-search-support-text__1XKhH {
303
- text-align: center;
304
- margin-top: 10px;
305
- margin-bottom: 20px;
306
- max-width: 400px;
307
250
  }
308
251
  .stage-preview-module-stage-preview-out__2kjVI {
309
252
  display: flex;