@mongodb-js/compass-query-history 8.26.1 → 9.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,3 +12,7 @@
12
12
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13
13
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14
14
  */
15
+
16
+ //! moment.js
17
+
18
+ //! moment.js locale configuration
package/dist/index.css CHANGED
@@ -1,23 +1,3 @@
1
- .header-module-component__3WtMz {
2
- display: flex;
3
- align-items: center;
4
- height: 40px;
5
- width: auto;
6
- padding: 10px;
7
- position: relative;
8
- z-index: 1;
9
- background: #f5f6f7;
10
- box-shadow: 0 2px 4px 0 rgba(221, 221, 221, 0.5), inset 0 -1px 0 0 rgba(235, 235, 237, 0.5), inset 0 1px 0 0 rgba(235, 235, 237, 0.5);
11
- }
12
- .header-module-component__3WtMz .view-switcher {
13
- overflow: hidden;
14
- height: 22px;
15
- }
16
- .header-module-component__3WtMz .view-switcher-label {
17
- line-height: 22px;
18
- margin-right: 5px;
19
- }
20
-
21
1
  .card-module-component__1oGLQ {
22
2
  display: flex;
23
3
  flex-direction: column;
@@ -148,6 +128,7 @@
148
128
  height: 28px;
149
129
  outline: 0;
150
130
  padding: 0px 5px 0px 5px;
131
+ width: 100%;
151
132
  }
152
133
  .saving-module-form-input__1FeuB:focus {
153
134
  border-color: #5caeeb;
@@ -169,7 +150,7 @@
169
150
  width: 325px;
170
151
  }
171
152
  }
172
- .query-history-module-component__1awVP {
153
+ .query-history-module-component-legacy__2AFfz {
173
154
  display: flex;
174
155
  flex-direction: column;
175
156
  flex: 1;
@@ -181,10 +162,4 @@
181
162
  height: 100%;
182
163
  order: 3;
183
164
  }
184
- .query-history-module-inner__3cSM5 {
185
- display: flex;
186
- flex-direction: column;
187
- flex: 1;
188
- height: 100%;
189
- }
190
165