@mongodb-js/compass-aggregations 0.0.0-next-bfa0f33f79b0349abe5ad03576e17682f507fe04 → 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.
- package/dist/browser.js +1 -1
- package/dist/index.css +1 -10
- package/dist/index.js +1 -1
- package/dist/src/components/atlas-stage-preview.d.ts +5 -0
- package/dist/src/components/atlas-stage-preview.d.ts.map +1 -0
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts +3 -1
- package/dist/src/components/pipeline-builder-workspace/pipeline-as-text-workspace/pipeline-preview.d.ts.map +1 -1
- package/dist/src/components/pipeline-toolbar/pipeline-settings/pipeline-menus.d.ts.map +1 -1
- package/dist/src/components/stage-editor-toolbar/stage-editor-toolbar.d.ts.map +1 -1
- package/dist/src/components/stage-preview/stage-preview.d.ts.map +1 -1
- package/dist/src/utils/stage.d.ts +2 -0
- package/dist/src/utils/stage.d.ts.map +1 -1
- package/package.json +18 -18
package/dist/index.css
CHANGED
@@ -245,17 +245,8 @@
|
|
245
245
|
}
|
246
246
|
.stage-preview-module-stage-preview-missing-search-support__18Jmm {
|
247
247
|
display: flex;
|
248
|
-
flex
|
249
|
-
align-items: center;
|
248
|
+
flex: 1;
|
250
249
|
justify-content: center;
|
251
|
-
padding: 10px;
|
252
|
-
margin: auto;
|
253
|
-
}
|
254
|
-
.stage-preview-module-stage-preview-missing-search-support-text__1XKhH {
|
255
|
-
text-align: center;
|
256
|
-
margin-top: 10px;
|
257
|
-
margin-bottom: 20px;
|
258
|
-
max-width: 400px;
|
259
250
|
}
|
260
251
|
.stage-preview-module-stage-preview-out__2kjVI {
|
261
252
|
display: flex;
|