@inveniosoftware/react-invenio-app-ils 1.0.0-alpha.58 → 1.0.0-alpha.61
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/CHANGES.md +21 -0
- package/dist/cjs/index.js +660 -459
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +660 -460
- package/dist/esm/index.js.map +1 -1
- package/dist/theme/site/globals/site.overrides +14 -5
- package/package.json +2 -2
|
@@ -212,15 +212,17 @@ a {
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
.mobile-results-page {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
215
|
+
.ui.compact.dropdown {
|
|
216
|
+
font-size: 15px;
|
|
217
|
+
}
|
|
218
218
|
}
|
|
219
|
-
|
|
219
|
+
|
|
220
|
+
.mobile-count {
|
|
220
221
|
line-height: 2em;
|
|
221
222
|
}
|
|
223
|
+
|
|
222
224
|
.frontsite-list {
|
|
223
|
-
list-style-type:none;
|
|
225
|
+
list-style-type: none;
|
|
224
226
|
padding-left: 0em;
|
|
225
227
|
}
|
|
226
228
|
|
|
@@ -230,6 +232,13 @@ a {
|
|
|
230
232
|
flex-wrap: wrap;
|
|
231
233
|
}
|
|
232
234
|
|
|
235
|
+
.list {
|
|
236
|
+
.alternative-title {
|
|
237
|
+
padding-top: 0 !important;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
|
|
233
242
|
.document-item {
|
|
234
243
|
|
|
235
244
|
&-internal-title {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inveniosoftware/react-invenio-app-ils",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.61",
|
|
4
4
|
"description": "Single Page App built with React for InvenioILS",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"browser": "dist/cjs/index.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"lodash": "^4.17.15",
|
|
88
88
|
"luxon": "^1.23.0",
|
|
89
89
|
"path": "^0.12.7",
|
|
90
|
-
"prettier": "^2.
|
|
90
|
+
"prettier": "^2.5.1",
|
|
91
91
|
"prop-types": "^15.7.2",
|
|
92
92
|
"qs": "^6.9.3",
|
|
93
93
|
"react": "^16.13.1",
|