@mongodb-js/compass-aggregations 0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba → 0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04

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 (29) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -6
  3. package/dist/index.css +0 -48
  4. package/dist/index.js +1 -22
  5. package/dist/index.js.LICENSE.txt +0 -6
  6. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-editor.d.ts.map +1 -1
  7. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
  8. package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-stages-preview.d.ts.map +1 -1
  9. package/dist/src/components/pipeline-results-workspace/index.d.ts.map +1 -1
  10. package/dist/src/components/pipeline-results-workspace/pipeline-results-list.d.ts.map +1 -1
  11. package/dist/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.d.ts.map +1 -1
  12. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.d.ts +3 -3
  13. package/dist/src/components/pipeline-toolbar/pipeline-settings/index.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/stage-editor-toolbar/stage-operator-select.d.ts +36 -10
  16. package/dist/src/components/stage-editor-toolbar/stage-operator-select.d.ts.map +1 -1
  17. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts +3 -1
  18. package/dist/src/modules/pipeline-builder/pipeline-builder.d.ts.map +1 -1
  19. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts +1 -2
  20. package/dist/src/modules/pipeline-builder/pipeline-parser/utils.d.ts.map +1 -1
  21. package/dist/src/modules/pipeline-builder/pipeline-preview-manager.d.ts.map +1 -1
  22. package/dist/src/modules/pipeline-builder/stage-editor.d.ts +6 -1
  23. package/dist/src/modules/pipeline-builder/stage-editor.d.ts.map +1 -1
  24. package/dist/src/modules/pipeline-builder/text-editor-output-stage.d.ts.map +1 -1
  25. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts +5 -1
  26. package/dist/src/modules/pipeline-builder/text-editor-pipeline.d.ts.map +1 -1
  27. package/package.json +18 -21
  28. package/dist/src/components/stage-editor-toolbar/select-option-with-tooltip/select-option-with-tooltip.d.ts +0 -14
  29. 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;