@mongodb-js/compass-indexes 4.28.1 → 5.1.1

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 DELETED
@@ -1,465 +0,0 @@
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
- padding-top: 0;
351
- flex-grow: 1;
352
- overflow: auto;
353
- }
354
- .indexes-module-indexes-table__1i6kv {
355
- table-layout: auto;
356
- border-collapse: separate;
357
- border-spacing: 0 3px;
358
- width: 100%;
359
- }
360
- .indexes-module-indexes-container__3xF-p {
361
- height: 100%;
362
- display: flex;
363
- flex-direction: column;
364
- flex-grow: 1;
365
- overflow: hidden;
366
- }
367
-
368
- .create-index-modal-module-create-index-modal__345zI {
369
- padding-left: 40px;
370
- padding-right: 40px;
371
- }
372
- .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-content__p_Ov9 {
373
- width: 75%;
374
- margin-left: auto;
375
- margin-right: auto;
376
- }
377
- .create-index-modal-module-create-index-modal__345zI .create-index-modal-module-modal-header__2uo9- {
378
- padding-bottom: 4px;
379
- }
380
- .create-index-modal-module-create-index-modal-fields__S3Mdf {
381
- margin-bottom: 10px;
382
- }
383
- .create-index-modal-module-create-index-modal-fields-description__8D6x5 {
384
- margin-bottom: 4px;
385
- }
386
- .create-index-modal-module-create-index-modal-fields__S3Mdf .create-index-modal-module-caret__3U9Pm {
387
- position: absolute;
388
- margin-top: 8px;
389
- right: 10px;
390
- }
391
- .create-index-modal-module-create-index-modal-toggle-bar__1ZTG3 {
392
- cursor: pointer;
393
- outline: none;
394
- border: none;
395
- background: none;
396
- width: fit-content;
397
- }
398
- .create-index-modal-module-create-index-modal-toggle-bar-header__20HLH {
399
- margin-top: 10px;
400
- }
401
- .create-index-modal-module-create-index-modal-toggle-bar-header-text__10pa_ {
402
- display: inline;
403
- margin-left: 4px;
404
- }
405
- .create-index-modal-module-create-index-modal-options-checkbox__H_2VJ {
406
- margin-top: 8px;
407
- cursor: pointer;
408
- display: inline-block;
409
- font-weight: normal;
410
- margin-bottom: 4px;
411
- margin-left: 10px;
412
- }
413
- .create-index-modal-module-create-index-modal-options-param__39P2Q {
414
- margin-top: 8px;
415
- cursor: pointer;
416
- display: inline-block;
417
- font-weight: normal;
418
- margin-bottom: 4px;
419
- margin-left: 10px;
420
- }
421
- .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk .form-group {
422
- display: flex;
423
- justify-content: flex-start;
424
- align-items: flex-start;
425
- }
426
- .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk p {
427
- width: 150px;
428
- text-align: right;
429
- display: inline-block;
430
- margin: 0 10px 0 0;
431
- }
432
- .create-index-modal-module-create-index-modal-options-param-wrapper__1C2bk input {
433
- width: 250px;
434
- display: inline-block;
435
- }
436
-
437
- .create-index-field-module-create-index-field__3v1as {
438
- margin-bottom: 5px;
439
- display: flex;
440
- }
441
- .create-index-field-module-create-index-field__3v1as .create-index-field-module-has-error__3sCiQ .create-index-field-module-Select-control__3YFEo {
442
- border: 1px solid #ef4c4c;
443
- box-shadow: 0 2px 6px 0 rgba(239, 76, 76, 0.3);
444
- }
445
- .create-index-field-module-create-index-field-dropdown-name__3n5LK {
446
- width: 260px;
447
- text-align: left;
448
- text-transform: none;
449
- padding-right: 10px;
450
- white-space: nowrap;
451
- }
452
- .create-index-field-module-create-index-field-dropdown-name__3n5LK input {
453
- outline: none;
454
- }
455
- .create-index-field-module-create-index-field-dropdown-type__2aRhw {
456
- width: 120px;
457
- text-align: left;
458
- text-transform: none;
459
- margin-right: 8px;
460
- }
461
-
462
- .drop-index-modal-module-drop-index-modal-confirm__2v0b8 i {
463
- margin: 0px 4px 0px 2px;
464
- }
465
-