@mongodb-js/compass-aggregations 9.0.0 → 9.2.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/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +30 -0
- package/dist/index.css +26 -135
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +30 -0
- package/package.json +27 -34
@@ -25,6 +25,36 @@ object-assign
|
|
25
25
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
26
26
|
*/
|
27
27
|
|
28
|
+
/**
|
29
|
+
* @license React
|
30
|
+
* react-is.production.min.js
|
31
|
+
*
|
32
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
33
|
+
*
|
34
|
+
* This source code is licensed under the MIT license found in the
|
35
|
+
* LICENSE file in the root directory of this source tree.
|
36
|
+
*/
|
37
|
+
|
38
|
+
/**
|
39
|
+
* @license React
|
40
|
+
* use-sync-external-store-shim.production.min.js
|
41
|
+
*
|
42
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
43
|
+
*
|
44
|
+
* This source code is licensed under the MIT license found in the
|
45
|
+
* LICENSE file in the root directory of this source tree.
|
46
|
+
*/
|
47
|
+
|
48
|
+
/**
|
49
|
+
* @license React
|
50
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
51
|
+
*
|
52
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
53
|
+
*
|
54
|
+
* This source code is licensed under the MIT license found in the
|
55
|
+
* LICENSE file in the root directory of this source tree.
|
56
|
+
*/
|
57
|
+
|
28
58
|
/** @license React v0.19.1
|
29
59
|
* scheduler.production.min.js
|
30
60
|
*
|
package/dist/index.css
CHANGED
@@ -1,77 +1,3 @@
|
|
1
|
-
.restore-pipeline-button-module-restore-pipeline__NGnMs {
|
2
|
-
margin-right: 2px;
|
3
|
-
flex-grow: 0;
|
4
|
-
visibility: hidden;
|
5
|
-
}
|
6
|
-
|
7
|
-
.delete-pipeline-button-module-delete-pipeline__Ch_2o {
|
8
|
-
margin: 0px 10px 0px 0px;
|
9
|
-
flex-grow: 0;
|
10
|
-
visibility: hidden;
|
11
|
-
}
|
12
|
-
|
13
|
-
.save-pipeline-card-module-save-pipeline-card__2EPNA {
|
14
|
-
border: 1px solid #dee0e3;
|
15
|
-
box-shadow: 0 0 3px #dee0e3;
|
16
|
-
margin: 10px;
|
17
|
-
display: flex;
|
18
|
-
align-items: center;
|
19
|
-
background: #fff;
|
20
|
-
}
|
21
|
-
.save-pipeline-card-module-save-pipeline-card__2EPNA:hover button {
|
22
|
-
visibility: visible;
|
23
|
-
}
|
24
|
-
.save-pipeline-card-module-save-pipeline-card-title__272aN {
|
25
|
-
font-size: 12px;
|
26
|
-
padding: 8px;
|
27
|
-
line-height: 20px;
|
28
|
-
font-weight: bold;
|
29
|
-
flex-grow: 5;
|
30
|
-
color: #494747;
|
31
|
-
overflow-wrap: break-word;
|
32
|
-
overflow: auto;
|
33
|
-
}
|
34
|
-
|
35
|
-
.save-pipeline-module-save-pipeline__1r5sb {
|
36
|
-
border-right: 1px solid #dee0e3;
|
37
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
38
|
-
background: #f8f8f8;
|
39
|
-
position: absolute;
|
40
|
-
width: 400px;
|
41
|
-
height: 100%;
|
42
|
-
top: 0;
|
43
|
-
left: -401px;
|
44
|
-
transition: left 0.2s ease-in-out;
|
45
|
-
font-size: 1em;
|
46
|
-
z-index: 500;
|
47
|
-
}
|
48
|
-
.save-pipeline-module-save-pipeline-is-visible__3bNUE {
|
49
|
-
left: 0px;
|
50
|
-
transition: left 0.2s ease-in-out;
|
51
|
-
}
|
52
|
-
.save-pipeline-module-save-pipeline-header__1G3Ck {
|
53
|
-
height: 34px;
|
54
|
-
display: flex;
|
55
|
-
padding: 10px;
|
56
|
-
font-size: 12px;
|
57
|
-
line-height: 20px;
|
58
|
-
font-weight: bold;
|
59
|
-
color: #494747;
|
60
|
-
align-items: center;
|
61
|
-
justify-content: space-between;
|
62
|
-
border-bottom: 1px solid #dee0e3;
|
63
|
-
box-shadow: 1px 1px 1px #dee0e3;
|
64
|
-
}
|
65
|
-
.save-pipeline-module-save-pipeline-cards__2__gs {
|
66
|
-
overflow-y: scroll;
|
67
|
-
}
|
68
|
-
.save-pipeline-module-save-pipeline-close__2mTMD {
|
69
|
-
cursor: pointer;
|
70
|
-
}
|
71
|
-
.save-pipeline-module-save-pipeline-cards__2__gs::-webkit-scrollbar {
|
72
|
-
display: none;
|
73
|
-
}
|
74
|
-
|
75
1
|
.settings-module-container__3sWua {
|
76
2
|
border-left: 1px solid #dee0e3;
|
77
3
|
box-shadow: 1px 1px 1px #dee0e3;
|
@@ -214,62 +140,38 @@
|
|
214
140
|
bottom: 0;
|
215
141
|
}
|
216
142
|
|
217
|
-
.
|
218
|
-
|
219
|
-
width: 100%;
|
220
|
-
flex-shrink: 0;
|
221
|
-
align-items: center;
|
222
|
-
}
|
223
|
-
.collation-toolbar-module-toolbar-input-wrapper__nLxwU {
|
224
|
-
width: 100%;
|
225
|
-
height: 30px;
|
226
|
-
position: relative;
|
227
|
-
display: flex;
|
228
|
-
border-radius: 14px;
|
229
|
-
border: 1px #bfbfbe solid;
|
230
|
-
background: #fff;
|
231
|
-
overflow: hidden;
|
232
|
-
padding: 4px;
|
233
|
-
margin-right: 5px;
|
234
|
-
}
|
235
|
-
.collation-toolbar-module-toolbar-input-wrapper__nLxwU .collation-toolbar-module-toolbar-input-label__2z_dD {
|
236
|
-
background: #bfbfbe;
|
237
|
-
color: #fff;
|
238
|
-
white-space: nowrap;
|
239
|
-
border-radius: 14px;
|
240
|
-
padding: 2px 8px 2px 4px;
|
241
|
-
margin-right: 5px;
|
242
|
-
text-transform: uppercase;
|
243
|
-
font-weight: bold;
|
244
|
-
font-family: "Akzidenz", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
245
|
-
font-size: 11px;
|
143
|
+
.restore-pipeline-button-module-restore-pipeline__3FyUX {
|
144
|
+
margin-right: 2px;
|
246
145
|
flex-grow: 0;
|
146
|
+
visibility: hidden;
|
247
147
|
}
|
248
|
-
|
249
|
-
|
250
|
-
margin
|
251
|
-
|
252
|
-
|
253
|
-
background: #ef4c4c;
|
254
|
-
}
|
255
|
-
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input {
|
256
|
-
border: 0;
|
257
|
-
width: 100%;
|
258
|
-
}
|
259
|
-
.collation-toolbar-module-toolbar-input-wrapper__nLxwU input:focus {
|
260
|
-
outline-width: 0;
|
148
|
+
|
149
|
+
.delete-pipeline-button-module-delete-pipeline__36xs8 {
|
150
|
+
margin: 0px 10px 0px 0px;
|
151
|
+
flex-grow: 0;
|
152
|
+
visibility: hidden;
|
261
153
|
}
|
262
|
-
|
154
|
+
|
155
|
+
.save-pipeline-card-module-save-pipeline-card__3VzuC {
|
156
|
+
border: 1px solid #dee0e3;
|
157
|
+
box-shadow: 0 0 3px #dee0e3;
|
158
|
+
margin: 10px;
|
263
159
|
display: flex;
|
264
|
-
|
160
|
+
align-items: center;
|
161
|
+
background: #fff;
|
265
162
|
}
|
266
|
-
.
|
267
|
-
|
268
|
-
-webkit-appearance: none;
|
269
|
-
margin: 0;
|
163
|
+
.save-pipeline-card-module-save-pipeline-card__3VzuC:hover button {
|
164
|
+
visibility: visible;
|
270
165
|
}
|
271
|
-
.
|
272
|
-
|
166
|
+
.save-pipeline-card-module-save-pipeline-card-title__3xLad {
|
167
|
+
font-size: 12px;
|
168
|
+
padding: 8px;
|
169
|
+
line-height: 20px;
|
170
|
+
font-weight: bold;
|
171
|
+
flex-grow: 5;
|
172
|
+
color: #494747;
|
173
|
+
overflow-wrap: break-word;
|
174
|
+
overflow: auto;
|
273
175
|
}
|
274
176
|
|
275
177
|
.resize-handle-module-resize-handle__1rugm {
|
@@ -295,17 +197,6 @@
|
|
295
197
|
margin-right: 6px;
|
296
198
|
}
|
297
199
|
|
298
|
-
.toggle-stage-module-toggle-stage__2JZ-6 {
|
299
|
-
margin: 0px 0px 0px 5px;
|
300
|
-
display: flex;
|
301
|
-
align-items: center;
|
302
|
-
justify-content: flex-end;
|
303
|
-
}
|
304
|
-
.toggle-stage-module-toggle-stage-button__1ILJ7 {
|
305
|
-
height: 22px;
|
306
|
-
width: 40px;
|
307
|
-
}
|
308
|
-
|
309
200
|
.stage-grabber-module-stage-grabber__1-8cr {
|
310
201
|
color: #dee0e3;
|
311
202
|
margin: 3px 2px 0px 4px;
|