@mongodb-js/compass-indexes 4.27.0 → 5.0.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.
@@ -1,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  Copyright (c) 2018 Jed Watson.
3
9
  Licensed under the MIT License (MIT), see
@@ -12,6 +18,24 @@
12
18
  * http://adamwdraper.github.com/Numeral-js/
13
19
  */
14
20
 
21
+ /**
22
+ * @license
23
+ * Lodash <https://lodash.com/>
24
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
25
+ * Released under MIT license <https://lodash.com/license>
26
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
27
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
28
+ */
29
+
30
+ /** @license React v0.19.1
31
+ * scheduler.production.min.js
32
+ *
33
+ * Copyright (c) Facebook, Inc. and its affiliates.
34
+ *
35
+ * This source code is licensed under the MIT license found in the
36
+ * LICENSE file in the root directory of this source tree.
37
+ */
38
+
15
39
  /** @license React v16.13.1
16
40
  * react-is.production.min.js
17
41
  *
@@ -20,3 +44,16 @@
20
44
  * This source code is licensed under the MIT license found in the
21
45
  * LICENSE file in the root directory of this source tree.
22
46
  */
47
+
48
+ /** @license React v16.14.0
49
+ * react-dom.production.min.js
50
+ *
51
+ * Copyright (c) Facebook, Inc. and its affiliates.
52
+ *
53
+ * This source code is licensed under the MIT license found in the
54
+ * LICENSE file in the root directory of this source tree.
55
+ */
56
+
57
+ //! moment.js
58
+
59
+ //! moment.js locale configuration
package/dist/index.css CHANGED
@@ -434,30 +434,46 @@
434
434
  display: inline-block;
435
435
  }
436
436
 
437
+ div[id^='combobox-menu'] {
438
+ z-index: 999999;
439
+ }
437
440
  .create-index-field-module-create-index-field__3v1as {
438
441
  margin-bottom: 5px;
439
442
  display: flex;
440
443
  }
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 {
444
+ .create-index-field-module-create-index-field-name__2a-FF {
446
445
  width: 260px;
447
446
  text-align: left;
448
447
  text-transform: none;
449
448
  padding-right: 10px;
450
449
  white-space: nowrap;
450
+ z-index: 999999;
451
451
  }
452
- .create-index-field-module-create-index-field-dropdown-name__3n5LK input {
452
+ .create-index-field-module-create-index-field-name__2a-FF input {
453
453
  outline: none;
454
+ width: 100%;
454
455
  }
455
- .create-index-field-module-create-index-field-dropdown-type__2aRhw {
456
+ .create-index-field-module-create-index-field-type__2_3Gr {
457
+ align-self: flex-end;
456
458
  width: 120px;
457
459
  text-align: left;
458
460
  text-transform: none;
459
461
  margin-right: 8px;
460
462
  }
463
+ .create-index-field-module-create-index-field-type-select__20Sre {
464
+ z-index: 1;
465
+ }
466
+ .create-index-field-module-create-index-field-type-select__20Sre button {
467
+ margin-top: 0;
468
+ }
469
+ .create-index-field-module-create-index-field-type-select__20Sre button:focus,
470
+ .create-index-field-module-create-index-field-type-select__20Sre button:focus-within {
471
+ z-index: 20;
472
+ }
473
+ .create-index-field-module-create-index-field-button__24DNd {
474
+ align-self: flex-end;
475
+ margin-bottom: 3px;
476
+ }
461
477
 
462
478
  .drop-index-modal-module-drop-index-modal-confirm__2v0b8 i {
463
479
  margin: 0px 4px 0px 2px;