@mongodb-js/compass-query-history 0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e → 0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0

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,9 +1,3 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
1
  /*!
8
2
  * Copyright 2010 LearnBoost <dev@learnboost.com>
9
3
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mongodb-js/compass-query-history",
3
3
  "productName": "Query History plugin",
4
4
  "description": "The query history sidebar of Compass",
5
- "version": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
5
+ "version": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -55,13 +55,13 @@
55
55
  "reformat": "npm run prettier -- --write ."
56
56
  },
57
57
  "dependencies": {
58
- "@mongodb-js/compass-components": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
59
- "@mongodb-js/compass-logging": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
60
- "@mongodb-js/compass-utils": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
58
+ "@mongodb-js/compass-components": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
59
+ "@mongodb-js/compass-logging": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
60
+ "@mongodb-js/compass-utils": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
61
61
  "bson": "^4.4.1",
62
- "hadron-react-components": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
62
+ "hadron-react-components": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
63
63
  "react": "^16.14.0",
64
- "storage-mixin": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e"
64
+ "storage-mixin": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@mongodb-js/compass-components": "^1.3.0",
@@ -73,22 +73,20 @@
73
73
  "storage-mixin": "^5.1.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@mongodb-js/eslint-config-compass": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
77
- "@mongodb-js/mocha-config-compass": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
78
- "@mongodb-js/prettier-config-compass": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
79
- "@mongodb-js/tsconfig-compass": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
80
- "@mongodb-js/webpack-config-compass": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
76
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
77
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
78
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
79
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
80
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
81
81
  "@testing-library/react": "^12.1.4",
82
82
  "@testing-library/user-event": "^13.5.0",
83
83
  "ampersand-model": "^8.0.1",
84
84
  "ampersand-rest-collection": "^6.0.0",
85
85
  "chai": "^4.1.2",
86
- "classnames": "^2.2.6",
87
86
  "depcheck": "^1.4.1",
88
87
  "electron": "^15.5.7",
89
- "enzyme": "^3.11.0",
90
88
  "eslint": "^7.25.0",
91
- "hadron-app-registry": "0.0.0-next-47b085701d7c0b212b54bcac46f6106d34ec429e",
89
+ "hadron-app-registry": "0.0.0-next-91daa029e219b08cf0b775b6648d35867f2272d0",
92
90
  "lodash": "^4.17.15",
93
91
  "mocha": "^8.4.0",
94
92
  "mongodb-ns": "^2.4.0",
@@ -96,12 +94,11 @@
96
94
  "nyc": "^15.0.0",
97
95
  "prop-types": "^15.7.2",
98
96
  "react-dom": "^16.14.0",
99
- "react-fontawesome": "^1.6.1",
100
97
  "reflux": "^0.4.1",
101
98
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
102
99
  "rimraf": "^3.0.2",
103
100
  "sinon": "^9.2.3",
104
101
  "uuid": "^3.1.0"
105
102
  },
106
- "gitHead": "47b085701d7c0b212b54bcac46f6106d34ec429e"
103
+ "gitHead": "91daa029e219b08cf0b775b6648d35867f2272d0"
107
104
  }
package/dist/index.css DELETED
@@ -1,144 +0,0 @@
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
-
32
- .card-module-component__1oGLQ {
33
- display: flex;
34
- flex-direction: column;
35
- background: #ffffff;
36
- box-shadow: 0 2px 20px 0 rgba(0, 30, 43, 0.1);
37
- border-radius: 3px;
38
- border: 1px solid transparent;
39
- color: #3D4F58;
40
- max-width: 314px;
41
- }
42
- .card-module-component__1oGLQ:hover {
43
- border-color: #0498EC;
44
- }
45
- .card-module-component__1oGLQ:hover .card-module-component-header-actions__1oVkw {
46
- display: flex;
47
- }
48
- .card-module-component-header__3XPnz {
49
- padding: 10px 10px 0 10px;
50
- }
51
- .card-module-component-body__1M52l {
52
- padding: 10px;
53
- }
54
- .card-module-component-header__3XPnz {
55
- display: flex;
56
- flex-direction: row;
57
- align-items: center;
58
- justify-content: flex-end;
59
- position: relative;
60
- min-height: 32px;
61
- }
62
- .card-module-component-header-inner__sOesY {
63
- display: flex;
64
- flex: 1;
65
- }
66
- .card-module-component-header-title__3auMQ {
67
- flex: 1;
68
- overflow: hidden;
69
- text-overflow: ellipsis;
70
- font-weight: bold;
71
- font-size: 14px;
72
- line-height: 1;
73
- color: #3D4F58;
74
- white-space: nowrap;
75
- }
76
- .card-module-component-header-actions__1oVkw {
77
- display: none;
78
- flex-direction: row;
79
- }
80
- .card-module-component-header-actions__1oVkw.card-module-is-visible__1_RyW {
81
- display: flex;
82
- }
83
-
84
- .recent-list-item-module-button__U5Uqk {
85
- padding: 0 !important;
86
- width: 24px;
87
- margin-left: 5px;
88
- }
89
- .recent-list-item-module-button-copy__3LUwR:focus:after {
90
- position: absolute;
91
- margin-top: 25px;
92
- right: 22px;
93
- border-radius: 3px;
94
- color: #ffffff;
95
- padding: 2px 10px 2px 10px;
96
- background: rgba(0, 30, 43, 0.75);
97
- content: 'Copied!';
98
- text-transform: none;
99
- font-weight: normal;
100
- }
101
-
102
- .favorite-list-item-module-button__24GDC {
103
- padding: 0 !important;
104
- width: 24px;
105
- margin-left: 5px;
106
- }
107
- .favorite-list-item-module-button-copy__31Img:focus:after {
108
- position: absolute;
109
- margin-top: 25px;
110
- right: 22px;
111
- border-radius: 3px;
112
- color: #ffffff;
113
- padding: 2px 10px 2px 10px;
114
- background: rgba(0, 30, 43, 0.75);
115
- content: 'Copied!';
116
- text-transform: none;
117
- font-weight: normal;
118
- }
119
-
120
- .saving-module-form__JbpnB {
121
- display: flex;
122
- flex: 1;
123
- }
124
- .saving-module-form-input__1FeuB {
125
- flex: 1;
126
- border: 1px solid #C1C7C6;
127
- border-radius: 2px;
128
- height: 28px;
129
- outline: 0;
130
- padding: 0px 5px 0px 5px;
131
- width: 100%;
132
- }
133
- .saving-module-form-input__1FeuB:focus {
134
- border-color: #0498EC;
135
- }
136
- .saving-module-button__13nGv {
137
- min-width: 50px;
138
- margin-left: 5px;
139
- }
140
- .saving-module-button__13nGv:last-child,
141
- .saving-module-button__13nGv:only-child {
142
- margin-right: 0;
143
- }
144
-