spotlight-frontend 5.2.0 → 5.2.2

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,33 +1,3 @@
1
- .item-grid-admin {
2
- .field {
3
- input[type='text'] {
4
- width: 89%;
5
- }
6
-
7
- .twitter-typeahead {
8
- margin-bottom: 2*$spacer;
9
- }
10
- }
11
- .field-select {
12
- margin-top: 2*$spacer;
13
- select {
14
- display: inline;
15
- width: auto;
16
- }
17
- }
18
- .dd3-item {
19
- margin-bottom: 2*$spacer;
20
- }
21
- }
22
- // Hide the secondary caption field
23
- // for the Features block so we can
24
- // re-use the rest from the generic
25
- // multi-up item grid.
26
- [data-type='item-features'] {
27
- .secondary-caption {
28
- display: none;
29
- }
30
- }
31
1
  .spotlight-flexbox {
32
2
  display: -webkit-box;
33
3
  display: -moz-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotlight-frontend",
3
- "version": "5.2.0",
3
+ "version": "5.2.2",
4
4
  "description": "Exhibits plugin for blacklight",
5
5
  "main": "app/assets/javascripts/spotlight",
6
6
  "type": "module",
@@ -1,3 +0,0 @@
1
- //= link_tree ../../images
2
- //= link_tree ../../../javascript .js
3
- //= link_tree ../../../../vendor/assets/javascripts .js
@@ -1,7 +0,0 @@
1
- // This is the sprockets entrypoint.
2
- //= require leaflet
3
- //= require sir-trevor
4
- //= require clipboard
5
- //= require tiny-slider
6
-
7
- //= require spotlight/spotlight