@mongodb-js/compass-indexes 4.21.0 → 4.24.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/index.css ADDED
@@ -0,0 +1,449 @@
1
+ .index-header-column-module-index-header-column-sort__3VPGP {
2
+ display: inline-block;
3
+ font-size: 13px;
4
+ color: #a09f9e;
5
+ }
6
+ .index-header-column-module-index-header-column__3GEAv:not(.index-header-column-module-index-header-column-active__50stH) .index-header-column-module-index-header-column-sort__3VPGP {
7
+ opacity: 0;
8
+ }
9
+ .index-header-column-module-index-header-column__3GEAv:hover:not(.index-header-column-module-index-header-column-active__50stH) .index-header-column-module-index-header-column-sort__3VPGP {
10
+ display: inline-block;
11
+ }
12
+
13
+ .index-header-module-index-header__2e-WC {
14
+ text-align: left;
15
+ }
16
+ .index-header-module-index-header__2e-WC th {
17
+ padding: 12px 24px;
18
+ }
19
+
20
+ .index-definition-type-module-index-definition__HYScG {
21
+ position: relative;
22
+ }
23
+ .index-definition-type-module-index-definition__HYScG p {
24
+ margin: 0;
25
+ }
26
+ .index-definition-type-module-index-definition-type__2UqK3 {
27
+ background: #fff;
28
+ transition: all 250ms ease-out;
29
+ display: inline-block;
30
+ width: auto;
31
+ max-width: 100%;
32
+ padding: 1px 0 1px 12px;
33
+ background: #ebebed;
34
+ border: 1px solid #ebebed;
35
+ border-radius: 20px;
36
+ z-index: 3;
37
+ overflow: hidden;
38
+ white-space: nowrap;
39
+ text-overflow: ellipsis;
40
+ position: absolute;
41
+ text-align: center;
42
+ }
43
+ .index-definition-type-module-index-definition-type__2UqK3:hover {
44
+ background: #fff;
45
+ border: 1px solid #a09f9e;
46
+ overflow: auto;
47
+ position: absolute;
48
+ width: auto;
49
+ box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
50
+ max-width: 100vw;
51
+ }
52
+ .index-definition-type-module-index-definition-type-pair__1oOqG {
53
+ margin-right: 10px;
54
+ vertical-align: bottom;
55
+ }
56
+ .index-definition-type-module-index-definition-type-pair-field__3ZukG {
57
+ font-size: 13px;
58
+ margin-right: 5px;
59
+ }
60
+ .index-definition-type-module-index-definition-type-pair-field__3ZukG:hover {
61
+ color: #313030;
62
+ }
63
+ .index-definition-type-module-index-definition-type-pair-field-sort__1zNBJ {
64
+ margin-left: 2px;
65
+ font-size: 13px;
66
+ color: #bfbfbe;
67
+ }
68
+ .index-definition-type-module-index-definition-type-pair-field-sort__1zNBJ:hover {
69
+ color: #a09f9e;
70
+ }
71
+ .index-definition-type-module-index-definition-type-pair-field-type__1krqv {
72
+ color: #fff;
73
+ background-color: #bfbfbe;
74
+ border-radius: 20px;
75
+ min-width: 20px;
76
+ padding: 0 8px;
77
+ font-size: 11px;
78
+ font-weight: bold;
79
+ margin-left: 2px;
80
+ }
81
+ .index-definition-type-module-index-definition-type-pair-field-type__1krqv:hover {
82
+ color: #a09f9e;
83
+ }
84
+
85
+ .name-column-module-name-column__14HwC {
86
+ padding-left: 24px;
87
+ padding-bottom: 15px;
88
+ position: relative;
89
+ width: 35%;
90
+ }
91
+ .name-column-module-name-column-name__3MmtO {
92
+ font-size: 12px;
93
+ color: #a09f9e;
94
+ margin-bottom: 2px;
95
+ transition: all 250ms ease-out;
96
+ background: #fff;
97
+ width: auto;
98
+ max-width: 100%;
99
+ overflow: hidden;
100
+ white-space: nowrap;
101
+ text-overflow: ellipsis;
102
+ margin-left: 13px;
103
+ padding-right: 5px;
104
+ position: absolute;
105
+ top: 9px;
106
+ }
107
+ .name-column-module-name-column-name__3MmtO:hover {
108
+ overflow: auto;
109
+ max-width: 100vw;
110
+ text-overflow: ellipsis;
111
+ }
112
+
113
+ .type-column-module-type-column__3KPef {
114
+ width: auto;
115
+ padding-left: 24px;
116
+ padding-right: 24px;
117
+ }
118
+ .type-column-module-type-column-property-cardinality__M1mrK {
119
+ display: inline-block;
120
+ text-align: center;
121
+ white-space: nowrap;
122
+ margin-right: 15px;
123
+ cursor: default;
124
+ color: #5382a8;
125
+ background-color: #eaedf4;
126
+ font-size: 11px;
127
+ font-weight: bold;
128
+ text-transform: uppercase;
129
+ border-radius: 20px;
130
+ padding: 3px 10px;
131
+ min-width: 30px;
132
+ }
133
+ .type-column-module-type-column-property-hashed__2xVUB {
134
+ display: inline-block;
135
+ text-align: center;
136
+ white-space: nowrap;
137
+ margin-right: 15px;
138
+ cursor: default;
139
+ color: #968875;
140
+ background-color: #eeeae5;
141
+ font-size: 11px;
142
+ font-weight: bold;
143
+ text-transform: uppercase;
144
+ border-radius: 20px;
145
+ padding: 3px 10px;
146
+ min-width: 30px;
147
+ }
148
+ .type-column-module-type-column-property-text__1xtE0 {
149
+ display: inline-block;
150
+ text-align: center;
151
+ white-space: nowrap;
152
+ margin-right: 15px;
153
+ cursor: default;
154
+ color: #947872;
155
+ background-color: #f5edeb;
156
+ font-size: 11px;
157
+ font-weight: bold;
158
+ text-transform: uppercase;
159
+ border-radius: 20px;
160
+ padding: 3px 10px;
161
+ min-width: 30px;
162
+ }
163
+ .type-column-module-type-column-property-geospatial__2_ekt {
164
+ display: inline-block;
165
+ text-align: center;
166
+ white-space: nowrap;
167
+ margin-right: 15px;
168
+ cursor: default;
169
+ color: #548273;
170
+ background-color: #e8eceb;
171
+ font-size: 11px;
172
+ font-weight: bold;
173
+ text-transform: uppercase;
174
+ border-radius: 20px;
175
+ padding: 3px 10px;
176
+ min-width: 30px;
177
+ }
178
+ .type-column-module-type-column-property-wildcard__1MTVF {
179
+ display: inline-block;
180
+ text-align: center;
181
+ white-space: nowrap;
182
+ margin-right: 15px;
183
+ cursor: default;
184
+ color: #548273;
185
+ background-color: #e8eceb;
186
+ font-size: 11px;
187
+ font-weight: bold;
188
+ text-transform: uppercase;
189
+ border-radius: 20px;
190
+ padding: 3px 10px;
191
+ min-width: 30px;
192
+ }
193
+ .type-column-module-type-column-property-clustered___IGu8 {
194
+ display: inline-block;
195
+ text-align: center;
196
+ white-space: nowrap;
197
+ margin-right: 15px;
198
+ cursor: default;
199
+ color: #548273;
200
+ background-color: #e8eceb;
201
+ font-size: 11px;
202
+ font-weight: bold;
203
+ text-transform: uppercase;
204
+ border-radius: 20px;
205
+ padding: 3px 10px;
206
+ min-width: 30px;
207
+ }
208
+ .type-column-module-type-column-property-regular__8bOw8 {
209
+ display: inline-block;
210
+ text-align: center;
211
+ white-space: nowrap;
212
+ margin-right: 15px;
213
+ cursor: default;
214
+ color: #545383;
215
+ background-color: #e6e4ed;
216
+ font-size: 11px;
217
+ font-weight: bold;
218
+ text-transform: uppercase;
219
+ border-radius: 20px;
220
+ padding: 3px 10px;
221
+ min-width: 30px;
222
+ }
223
+
224
+ .size-column-module-size-column__R1MWQ {
225
+ width: 10%;
226
+ padding-left: 24px;
227
+ padding-right: 24px;
228
+ }
229
+ .size-column-module-size-column-quantity__1iuon {
230
+ display: inline-block;
231
+ text-align: center;
232
+ white-space: nowrap;
233
+ color: #313030;
234
+ font-size: 18px;
235
+ font-weight: 200;
236
+ }
237
+ .size-column-module-size-column-unit__2b1Cd {
238
+ display: inline-block;
239
+ text-align: center;
240
+ white-space: nowrap;
241
+ color: #807f7f;
242
+ font-size: 12px;
243
+ text-transform: uppercase;
244
+ margin-left: 4px;
245
+ }
246
+ .size-column-module-size-column-progress__3T47X {
247
+ min-width: 100px;
248
+ width: 80%;
249
+ height: 5px;
250
+ border-radius: 20px;
251
+ }
252
+ .size-column-module-size-column-progress-bar__3Lzyv {
253
+ width: 200px;
254
+ height: 5px;
255
+ border-radius: 20px;
256
+ background-color: #00c0ec;
257
+ transition: none;
258
+ }
259
+
260
+ .usage-column-module-usage-column__32Zu8 {
261
+ width: 20%;
262
+ padding-left: 24px;
263
+ padding-right: 24px;
264
+ }
265
+ .usage-column-module-usage-column-since__23Bns {
266
+ display: inline-block;
267
+ text-align: center;
268
+ white-space: nowrap;
269
+ font-size: 12px;
270
+ color: #807f7f;
271
+ margin-left: 4px;
272
+ }
273
+ .usage-column-module-usage-column-quantity__1Coxa {
274
+ display: inline-block;
275
+ text-align: center;
276
+ white-space: nowrap;
277
+ color: #313030;
278
+ font-size: 18px;
279
+ font-weight: 200;
280
+ }
281
+
282
+ .property-column-module-property-column__3zBVt {
283
+ width: auto;
284
+ padding-left: 24px;
285
+ padding-right: 24px;
286
+ }
287
+ .property-column-module-property-column-property__4F5g_,
288
+ .property-column-module-property-column-property-cardinality__o5c4W {
289
+ text-align: center;
290
+ white-space: nowrap;
291
+ display: inline-block;
292
+ cursor: default;
293
+ color: #545383;
294
+ background-color: #e6e4ed;
295
+ font-size: 11px;
296
+ font-weight: bold;
297
+ text-transform: uppercase;
298
+ border-radius: 20px;
299
+ padding: 3px 10px;
300
+ min-width: 30px;
301
+ margin-right: 15px;
302
+ margin-top: 1px;
303
+ margin-bottom: 1px;
304
+ }
305
+ .property-column-module-property-column-property-cardinality__o5c4W,
306
+ .property-column-module-property-column-property-cardinality-cardinality__3oFAf {
307
+ display: inline-block;
308
+ cursor: default;
309
+ color: #5382a8;
310
+ background-color: #eaedf4;
311
+ font-size: 11px;
312
+ font-weight: bold;
313
+ text-transform: uppercase;
314
+ border-radius: 20px;
315
+ padding: 3px 10px;
316
+ min-width: 30px;
317
+ }
318
+
319
+ .drop-column-module-drop-column__3jH-I {
320
+ padding: 10px;
321
+ margin-right: 10px;
322
+ font-size: 14px;
323
+ }
324
+
325
+ .index-component-module-index-component__3HHs8 {
326
+ height: 80px;
327
+ padding-bottom: 20px;
328
+ background-color: white;
329
+ box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.075);
330
+ }
331
+
332
+ .indexes-module-indexes__17iKk {
333
+ width: 100%;
334
+ padding: 15px;
335
+ flex-grow: 1;
336
+ overflow: auto;
337
+ }
338
+ .indexes-module-indexes-table__1i6kv {
339
+ table-layout: auto;
340
+ border-collapse: separate;
341
+ border-spacing: 0 3px;
342
+ width: 100%;
343
+ }
344
+ .indexes-module-indexes-container__3xF-p {
345
+ height: 100%;
346
+ display: flex;
347
+ flex-direction: column;
348
+ flex-grow: 1;
349
+ overflow: hidden;
350
+ }
351
+
352
+ .create-index-modal-module-create-index-modal__345zI {
353
+ padding-left: 40px;
354
+ padding-right: 40px;
355
+ }
356
+ .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-content__p_Ov9 {
357
+ width: 75%;
358
+ margin-left: auto;
359
+ margin-right: auto;
360
+ }
361
+ .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-header__2uo9- {
362
+ padding-bottom: 4px;
363
+ }
364
+ .create-index-modal-module-create-index-modal-fields__S3Mdf {
365
+ margin-bottom: 10px;
366
+ }
367
+ .create-index-modal-module-create-index-modal-fields-description__8D6x5 {
368
+ margin-bottom: 4px;
369
+ }
370
+ .create-index-modal-module-create-index-modal-fields__S3Mdf .create-index-modal-module-caret__3U9Pm {
371
+ position: absolute;
372
+ margin-top: 8px;
373
+ right: 10px;
374
+ }
375
+ .create-index-modal-module-create-index-modal-toggle-bar__1ZTG3 {
376
+ cursor: pointer;
377
+ outline: none;
378
+ border: none;
379
+ background: none;
380
+ width: fit-content;
381
+ }
382
+ .create-index-modal-module-create-index-modal-toggle-bar-header__20HLH {
383
+ margin-top: 10px;
384
+ }
385
+ .create-index-modal-module-create-index-modal-toggle-bar-header-text__10pa_ {
386
+ display: inline;
387
+ margin-left: 4px;
388
+ }
389
+ .create-index-modal-module-create-index-modal-options-checkbox__H_2VJ {
390
+ margin-top: 8px;
391
+ cursor: pointer;
392
+ display: inline-block;
393
+ font-weight: normal;
394
+ margin-bottom: 4px;
395
+ margin-left: 10px;
396
+ }
397
+ .create-index-modal-module-create-index-modal-options-param__39P2Q {
398
+ margin-top: 8px;
399
+ cursor: pointer;
400
+ display: inline-block;
401
+ font-weight: normal;
402
+ margin-bottom: 4px;
403
+ margin-left: 10px;
404
+ }
405
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk .form-group {
406
+ display: flex;
407
+ justify-content: flex-start;
408
+ align-items: flex-start;
409
+ }
410
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk p {
411
+ width: 150px;
412
+ text-align: right;
413
+ display: inline-block;
414
+ margin: 0 10px 0 0;
415
+ }
416
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk input {
417
+ width: 250px;
418
+ display: inline-block;
419
+ }
420
+
421
+ .create-index-field-module-create-index-field__3v1as {
422
+ margin-bottom: 5px;
423
+ display: flex;
424
+ }
425
+ .create-index-field-module-create-index-field__3v1as .create-index-field-module-has-error__3sCiQ .create-index-field-module-Select-control__3YFEo {
426
+ border: 1px solid #ef4c4c;
427
+ box-shadow: 0 2px 6px 0 rgba(239, 76, 76, 0.3);
428
+ }
429
+ .create-index-field-module-create-index-field-dropdown-name__3n5LK {
430
+ width: 260px;
431
+ text-align: left;
432
+ text-transform: none;
433
+ padding-right: 10px;
434
+ white-space: nowrap;
435
+ }
436
+ .create-index-field-module-create-index-field-dropdown-name__3n5LK input {
437
+ outline: none;
438
+ }
439
+ .create-index-field-module-create-index-field-dropdown-type__2aRhw {
440
+ width: 120px;
441
+ text-align: left;
442
+ text-transform: none;
443
+ margin-right: 8px;
444
+ }
445
+
446
+ .drop-index-modal-module-drop-index-modal-confirm__2v0b8 i {
447
+ margin: 0px 4px 0px 2px;
448
+ }
449
+
@@ -0,0 +1 @@
1
+ <!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><script defer="defer" src="index.js"></script><link href="index.css" rel="stylesheet"></head><body></body></html>