@mongodb-js/compass-indexes 4.22.0 → 4.25.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,464 @@
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-columnstore__2amO2 {
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-clustered___IGu8 {
209
+ display: inline-block;
210
+ text-align: center;
211
+ white-space: nowrap;
212
+ margin-right: 15px;
213
+ cursor: default;
214
+ color: #548273;
215
+ background-color: #e8eceb;
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
+ .type-column-module-type-column-property-regular__8bOw8 {
224
+ display: inline-block;
225
+ text-align: center;
226
+ white-space: nowrap;
227
+ margin-right: 15px;
228
+ cursor: default;
229
+ color: #545383;
230
+ background-color: #e6e4ed;
231
+ font-size: 11px;
232
+ font-weight: bold;
233
+ text-transform: uppercase;
234
+ border-radius: 20px;
235
+ padding: 3px 10px;
236
+ min-width: 30px;
237
+ }
238
+
239
+ .size-column-module-size-column__R1MWQ {
240
+ width: 10%;
241
+ padding-left: 24px;
242
+ padding-right: 24px;
243
+ }
244
+ .size-column-module-size-column-quantity__1iuon {
245
+ display: inline-block;
246
+ text-align: center;
247
+ white-space: nowrap;
248
+ color: #313030;
249
+ font-size: 18px;
250
+ font-weight: 200;
251
+ }
252
+ .size-column-module-size-column-unit__2b1Cd {
253
+ display: inline-block;
254
+ text-align: center;
255
+ white-space: nowrap;
256
+ color: #807f7f;
257
+ font-size: 12px;
258
+ text-transform: uppercase;
259
+ margin-left: 4px;
260
+ }
261
+ .size-column-module-size-column-progress__3T47X {
262
+ min-width: 100px;
263
+ width: 80%;
264
+ height: 5px;
265
+ border-radius: 20px;
266
+ }
267
+ .size-column-module-size-column-progress-bar__3Lzyv {
268
+ width: 200px;
269
+ height: 5px;
270
+ border-radius: 20px;
271
+ background-color: #00c0ec;
272
+ transition: none;
273
+ }
274
+
275
+ .usage-column-module-usage-column__32Zu8 {
276
+ width: 20%;
277
+ padding-left: 24px;
278
+ padding-right: 24px;
279
+ }
280
+ .usage-column-module-usage-column-since__23Bns {
281
+ display: inline-block;
282
+ text-align: center;
283
+ white-space: nowrap;
284
+ font-size: 12px;
285
+ color: #807f7f;
286
+ margin-left: 4px;
287
+ }
288
+ .usage-column-module-usage-column-quantity__1Coxa {
289
+ display: inline-block;
290
+ text-align: center;
291
+ white-space: nowrap;
292
+ color: #313030;
293
+ font-size: 18px;
294
+ font-weight: 200;
295
+ }
296
+
297
+ .property-column-module-property-column__3zBVt {
298
+ width: auto;
299
+ padding-left: 24px;
300
+ padding-right: 24px;
301
+ }
302
+ .property-column-module-property-column-property__4F5g_,
303
+ .property-column-module-property-column-property-cardinality__o5c4W {
304
+ text-align: center;
305
+ white-space: nowrap;
306
+ display: inline-block;
307
+ cursor: default;
308
+ color: #545383;
309
+ background-color: #e6e4ed;
310
+ font-size: 11px;
311
+ font-weight: bold;
312
+ text-transform: uppercase;
313
+ border-radius: 20px;
314
+ padding: 3px 10px;
315
+ min-width: 30px;
316
+ margin-right: 15px;
317
+ margin-top: 1px;
318
+ margin-bottom: 1px;
319
+ }
320
+ .property-column-module-property-column-property-cardinality__o5c4W,
321
+ .property-column-module-property-column-property-cardinality-cardinality__3oFAf {
322
+ display: inline-block;
323
+ cursor: default;
324
+ color: #5382a8;
325
+ background-color: #eaedf4;
326
+ font-size: 11px;
327
+ font-weight: bold;
328
+ text-transform: uppercase;
329
+ border-radius: 20px;
330
+ padding: 3px 10px;
331
+ min-width: 30px;
332
+ }
333
+
334
+ .drop-column-module-drop-column__3jH-I {
335
+ padding: 10px;
336
+ margin-right: 10px;
337
+ font-size: 14px;
338
+ }
339
+
340
+ .index-component-module-index-component__3HHs8 {
341
+ height: 80px;
342
+ padding-bottom: 20px;
343
+ background-color: white;
344
+ box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.075);
345
+ }
346
+
347
+ .indexes-module-indexes__17iKk {
348
+ width: 100%;
349
+ padding: 15px;
350
+ flex-grow: 1;
351
+ overflow: auto;
352
+ }
353
+ .indexes-module-indexes-table__1i6kv {
354
+ table-layout: auto;
355
+ border-collapse: separate;
356
+ border-spacing: 0 3px;
357
+ width: 100%;
358
+ }
359
+ .indexes-module-indexes-container__3xF-p {
360
+ height: 100%;
361
+ display: flex;
362
+ flex-direction: column;
363
+ flex-grow: 1;
364
+ overflow: hidden;
365
+ }
366
+
367
+ .create-index-modal-module-create-index-modal__345zI {
368
+ padding-left: 40px;
369
+ padding-right: 40px;
370
+ }
371
+ .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-content__p_Ov9 {
372
+ width: 75%;
373
+ margin-left: auto;
374
+ margin-right: auto;
375
+ }
376
+ .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-header__2uo9- {
377
+ padding-bottom: 4px;
378
+ }
379
+ .create-index-modal-module-create-index-modal-fields__S3Mdf {
380
+ margin-bottom: 10px;
381
+ }
382
+ .create-index-modal-module-create-index-modal-fields-description__8D6x5 {
383
+ margin-bottom: 4px;
384
+ }
385
+ .create-index-modal-module-create-index-modal-fields__S3Mdf .create-index-modal-module-caret__3U9Pm {
386
+ position: absolute;
387
+ margin-top: 8px;
388
+ right: 10px;
389
+ }
390
+ .create-index-modal-module-create-index-modal-toggle-bar__1ZTG3 {
391
+ cursor: pointer;
392
+ outline: none;
393
+ border: none;
394
+ background: none;
395
+ width: fit-content;
396
+ }
397
+ .create-index-modal-module-create-index-modal-toggle-bar-header__20HLH {
398
+ margin-top: 10px;
399
+ }
400
+ .create-index-modal-module-create-index-modal-toggle-bar-header-text__10pa_ {
401
+ display: inline;
402
+ margin-left: 4px;
403
+ }
404
+ .create-index-modal-module-create-index-modal-options-checkbox__H_2VJ {
405
+ margin-top: 8px;
406
+ cursor: pointer;
407
+ display: inline-block;
408
+ font-weight: normal;
409
+ margin-bottom: 4px;
410
+ margin-left: 10px;
411
+ }
412
+ .create-index-modal-module-create-index-modal-options-param__39P2Q {
413
+ margin-top: 8px;
414
+ cursor: pointer;
415
+ display: inline-block;
416
+ font-weight: normal;
417
+ margin-bottom: 4px;
418
+ margin-left: 10px;
419
+ }
420
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk .form-group {
421
+ display: flex;
422
+ justify-content: flex-start;
423
+ align-items: flex-start;
424
+ }
425
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk p {
426
+ width: 150px;
427
+ text-align: right;
428
+ display: inline-block;
429
+ margin: 0 10px 0 0;
430
+ }
431
+ .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk input {
432
+ width: 250px;
433
+ display: inline-block;
434
+ }
435
+
436
+ .create-index-field-module-create-index-field__3v1as {
437
+ margin-bottom: 5px;
438
+ display: flex;
439
+ }
440
+ .create-index-field-module-create-index-field__3v1as .create-index-field-module-has-error__3sCiQ .create-index-field-module-Select-control__3YFEo {
441
+ border: 1px solid #ef4c4c;
442
+ box-shadow: 0 2px 6px 0 rgba(239, 76, 76, 0.3);
443
+ }
444
+ .create-index-field-module-create-index-field-dropdown-name__3n5LK {
445
+ width: 260px;
446
+ text-align: left;
447
+ text-transform: none;
448
+ padding-right: 10px;
449
+ white-space: nowrap;
450
+ }
451
+ .create-index-field-module-create-index-field-dropdown-name__3n5LK input {
452
+ outline: none;
453
+ }
454
+ .create-index-field-module-create-index-field-dropdown-type__2aRhw {
455
+ width: 120px;
456
+ text-align: left;
457
+ text-transform: none;
458
+ margin-right: 8px;
459
+ }
460
+
461
+ .drop-index-modal-module-drop-index-modal-confirm__2v0b8 i {
462
+ margin: 0px 4px 0px 2px;
463
+ }
464
+
@@ -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>