@mongodb-js/compass-query-history 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10 → 0.0.0-next-10815be8fd57f3bfd89d061e1592eb7136d4a0fb
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/browser.js +1 -1
- package/dist/index.css +41 -62
- package/dist/index.js +1 -1
- package/package.json +16 -17
package/dist/index.css
CHANGED
@@ -1,15 +1,46 @@
|
|
1
|
+
.list-module-component__3ipWR {
|
2
|
+
flex: 1;
|
3
|
+
overflow-y: scroll;
|
4
|
+
padding: 10px;
|
5
|
+
}
|
6
|
+
.list-module-items__14TBa {
|
7
|
+
list-style-type: none;
|
8
|
+
padding-left: 0;
|
9
|
+
margin: 0;
|
10
|
+
}
|
11
|
+
.list-module-item__2u_ha {
|
12
|
+
margin-bottom: 10px;
|
13
|
+
}
|
14
|
+
.list-module-item__2u_ha:last-child,
|
15
|
+
.list-module-item__2u_ha:only-child {
|
16
|
+
margin-bottom: 0;
|
17
|
+
}
|
18
|
+
.list-module-zeroState__334r- {
|
19
|
+
display: flex;
|
20
|
+
align-items: center;
|
21
|
+
justify-content: center;
|
22
|
+
height: 100px;
|
23
|
+
}
|
24
|
+
.list-module-zeroState-title__yb76z {
|
25
|
+
font-weight: bold;
|
26
|
+
font-size: 14px;
|
27
|
+
color: #3D4F58;
|
28
|
+
overflow: hidden;
|
29
|
+
height: 18px;
|
30
|
+
}
|
31
|
+
|
1
32
|
.card-module-component__1oGLQ {
|
2
33
|
display: flex;
|
3
34
|
flex-direction: column;
|
4
35
|
background: #ffffff;
|
5
|
-
box-shadow: 0 2px 20px 0 rgba(0,
|
36
|
+
box-shadow: 0 2px 20px 0 rgba(0, 30, 43, 0.1);
|
6
37
|
border-radius: 3px;
|
7
38
|
border: 1px solid transparent;
|
8
|
-
color: #
|
39
|
+
color: #3D4F58;
|
9
40
|
max-width: 314px;
|
10
41
|
}
|
11
42
|
.card-module-component__1oGLQ:hover {
|
12
|
-
border-color: #
|
43
|
+
border-color: #0498EC;
|
13
44
|
}
|
14
45
|
.card-module-component__1oGLQ:hover .card-module-component-header-actions__1oVkw {
|
15
46
|
display: flex;
|
@@ -39,7 +70,7 @@
|
|
39
70
|
font-weight: bold;
|
40
71
|
font-size: 14px;
|
41
72
|
line-height: 1;
|
42
|
-
color: #
|
73
|
+
color: #3D4F58;
|
43
74
|
white-space: nowrap;
|
44
75
|
}
|
45
76
|
.card-module-component-header-actions__1oVkw {
|
@@ -50,37 +81,6 @@
|
|
50
81
|
display: flex;
|
51
82
|
}
|
52
83
|
|
53
|
-
.list-module-component__3ipWR {
|
54
|
-
flex: 1;
|
55
|
-
overflow-y: scroll;
|
56
|
-
padding: 10px;
|
57
|
-
}
|
58
|
-
.list-module-items__14TBa {
|
59
|
-
list-style-type: none;
|
60
|
-
padding-left: 0;
|
61
|
-
margin: 0;
|
62
|
-
}
|
63
|
-
.list-module-item__2u_ha {
|
64
|
-
margin-bottom: 10px;
|
65
|
-
}
|
66
|
-
.list-module-item__2u_ha:last-child,
|
67
|
-
.list-module-item__2u_ha:only-child {
|
68
|
-
margin-bottom: 0;
|
69
|
-
}
|
70
|
-
.list-module-zeroState__334r- {
|
71
|
-
display: flex;
|
72
|
-
align-items: center;
|
73
|
-
justify-content: center;
|
74
|
-
height: 100px;
|
75
|
-
}
|
76
|
-
.list-module-zeroState-title__yb76z {
|
77
|
-
font-weight: bold;
|
78
|
-
font-size: 14px;
|
79
|
-
color: #494747;
|
80
|
-
overflow: hidden;
|
81
|
-
height: 18px;
|
82
|
-
}
|
83
|
-
|
84
84
|
.recent-list-item-module-button__U5Uqk {
|
85
85
|
padding: 0 !important;
|
86
86
|
width: 24px;
|
@@ -91,9 +91,9 @@
|
|
91
91
|
margin-top: 25px;
|
92
92
|
right: 22px;
|
93
93
|
border-radius: 3px;
|
94
|
-
color:
|
94
|
+
color: #ffffff;
|
95
95
|
padding: 2px 10px 2px 10px;
|
96
|
-
background: rgba(0,
|
96
|
+
background: rgba(0, 30, 43, 0.75);
|
97
97
|
content: 'Copied!';
|
98
98
|
text-transform: none;
|
99
99
|
font-weight: normal;
|
@@ -109,9 +109,9 @@
|
|
109
109
|
margin-top: 25px;
|
110
110
|
right: 22px;
|
111
111
|
border-radius: 3px;
|
112
|
-
color:
|
112
|
+
color: #ffffff;
|
113
113
|
padding: 2px 10px 2px 10px;
|
114
|
-
background: rgba(0,
|
114
|
+
background: rgba(0, 30, 43, 0.75);
|
115
115
|
content: 'Copied!';
|
116
116
|
text-transform: none;
|
117
117
|
font-weight: normal;
|
@@ -123,7 +123,7 @@
|
|
123
123
|
}
|
124
124
|
.saving-module-form-input__1FeuB {
|
125
125
|
flex: 1;
|
126
|
-
border: 1px solid #
|
126
|
+
border: 1px solid #C1C7C6;
|
127
127
|
border-radius: 2px;
|
128
128
|
height: 28px;
|
129
129
|
outline: 0;
|
@@ -131,7 +131,7 @@
|
|
131
131
|
width: 100%;
|
132
132
|
}
|
133
133
|
.saving-module-form-input__1FeuB:focus {
|
134
|
-
border-color: #
|
134
|
+
border-color: #0498EC;
|
135
135
|
}
|
136
136
|
.saving-module-button__13nGv {
|
137
137
|
min-width: 50px;
|
@@ -142,24 +142,3 @@
|
|
142
142
|
margin-right: 0;
|
143
143
|
}
|
144
144
|
|
145
|
-
@keyframes query-history-module-slidein__3MTcN {
|
146
|
-
from {
|
147
|
-
width: 0px;
|
148
|
-
}
|
149
|
-
to {
|
150
|
-
width: 325px;
|
151
|
-
}
|
152
|
-
}
|
153
|
-
.query-history-module-component-legacy__2AFfz {
|
154
|
-
display: flex;
|
155
|
-
flex-direction: column;
|
156
|
-
flex: 1;
|
157
|
-
animation: 400ms :local(slidein);
|
158
|
-
background-color: #f5f6f7;
|
159
|
-
border-left: solid 1px #dddddd;
|
160
|
-
min-width: 325px;
|
161
|
-
max-width: 325px;
|
162
|
-
height: 100%;
|
163
|
-
order: 3;
|
164
|
-
}
|
165
|
-
|