blacklight-spotlight 5.0.0.pre.alpha1 → 5.0.0.pre.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/spotlight/spotlight.esm.js +1 -0
- data/app/assets/javascripts/spotlight/spotlight.esm.js.map +1 -1
- data/app/assets/javascripts/spotlight/spotlight.js +4 -4
- data/app/assets/javascripts/spotlight/spotlight.js.map +1 -1
- data/app/components/spotlight/blocks/heading_block_component.erb +2 -0
- data/app/components/spotlight/blocks/heading_block_component.rb +36 -0
- data/app/javascript/spotlight/user/zpr_links.js +2 -0
- data/app/models/sir_trevor_rails/block.rb +1 -3
- data/app/services/spotlight/exhibit_import_export_service.rb +2 -2
- data/lib/spotlight/version.rb +1 -1
- metadata +4 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('clipboard'), require('sir-trevor'), require('sortablejs'), require('@hotwired/stimulus')) :
|
3
|
-
typeof define === 'function' && define.amd ? define(['clipboard', 'sir-trevor', 'sortablejs', '@hotwired/stimulus'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Spotlight = factory(global.Clipboard, global.SirTrevor, global.Sortable, global.Stimulus));
|
5
|
-
})(this, (function (Clipboard, SirTrevor$1, Sortable, stimulus) { 'use strict';
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('openseadragon'), require('clipboard'), require('sir-trevor'), require('sortablejs'), require('@hotwired/stimulus')) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['openseadragon', 'clipboard', 'sir-trevor', 'sortablejs', '@hotwired/stimulus'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Spotlight = factory(global.OpenSeadragon, global.Clipboard, global.SirTrevor, global.Sortable, global.Stimulus));
|
5
|
+
})(this, (function (OpenSeadragon, Clipboard, SirTrevor$1, Sortable, stimulus) { 'use strict';
|
6
6
|
|
7
7
|
// Includes an unreleased RTL support pull request: https://github.com/ganlanyuan/tiny-slider/pull/658
|
8
8
|
// Includes "export default tns" at the end of the file for spotlight/user/browse_group_categories.js
|