futuro 0.3.6 → 0.3.7

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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/html/head.liquid +3 -3
  3. data/_includes/html/overlay.liquid +1 -1
  4. data/_includes/html/scripts.liquid +1 -1
  5. data/assets/js/{custom → footer/custom}/CheckWidth.js +0 -0
  6. data/assets/js/{custom → footer/custom}/ExpandBlock.js +0 -0
  7. data/assets/js/{custom → footer/custom}/Let.js +0 -0
  8. data/assets/js/{custom → footer/custom}/OpenOverlay.js +0 -0
  9. data/assets/js/{custom → footer/custom}/ScrollFunc.js +0 -0
  10. data/assets/js/{custom → footer/custom}/SetupHome.js +0 -0
  11. data/assets/js/{custom → footer/custom}/SiteFunc.js +0 -0
  12. data/assets/js/{custom → footer/custom}/SmoothScroll.js +0 -0
  13. data/assets/js/{custom → footer/custom}/SplitCode.js +0 -0
  14. data/assets/js/{custom → footer/custom}/StartBrowse.js +0 -0
  15. data/assets/js/{custom → footer/custom}/UtilShare.js +0 -0
  16. data/assets/js/{vendor/footer → footer/vendor}/gsap-draw.js +0 -0
  17. data/assets/js/{vendor/footer → footer/vendor}/gsap-morph.js +0 -0
  18. data/assets/js/{vendor/footer → footer/vendor}/gsap-text.js +0 -0
  19. data/assets/js/{vendor/footer → footer/vendor}/jquery.min.js +0 -0
  20. data/assets/js/{vendor/footer → footer/vendor}/scrollmagic-gsap.js +0 -0
  21. data/assets/js/{vendor/footer → footer/vendor}/scrollmagic.js +0 -0
  22. data/assets/js/{vendor/footer → footer/vendor}/slick.js +0 -0
  23. data/assets/js/{vendor/header/enquire.custom.js → header/custom/Let.js} +0 -0
  24. data/assets/js/{vendor/header → header/vendor}/enquire.min.js +0 -0
  25. data/assets/js/{vendor/header → header/vendor}/gsap.min.js +0 -0
  26. data/assets/js/{vendor/header → header/vendor}/modernizr.min.js +0 -0
  27. data/assets/js/{vendor/header → header/vendor}/simple-jekyll-search.js +0 -0
  28. data/assets/js/header.min.js +16 -16
  29. metadata +24 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b5d9e943fc450266667903cdc72d260142e41ee46b44da6c77de4761cdd0a40
4
- data.tar.gz: cb64f907684df82c3e62dc407f1496b07bd938987539667a32fd9cc810050f5f
3
+ metadata.gz: 23ddf8984048583ad72ea0b0f82ea4c4231638da8bf36703d503876bc0db52e2
4
+ data.tar.gz: bfb4b334eb1e028167816dc3b306e6818fda336e56fa7dd4d153ff335f31a3aa
5
5
  SHA512:
6
- metadata.gz: 63ffedad469232b422f2b040a088fe9fa94e1cd32d2a411858e75ecb14004bfdf51ea9949ef794becf12a1066a6a6c9d1ba43a47f377fb9184bcb4e09b9d9e80
7
- data.tar.gz: 88bd3bf5f5ecf967b0494726f043c61c5567999f43d078c61c2349e03cf372c1c16f6900a16e1d53604af97e43ff0dcfccb5ae9584f7d38b6f84bfe61c448985
6
+ metadata.gz: 27195219bb3f06d115a9067e3bc7a1b3be0181a474f1e264edbf392e48cfed2de63f0f2ba510ac1d2d20a1878673e9440634ec25a263c1c719acd76bd282fc61
7
+ data.tar.gz: 270ae68ccb040a30c84b6184b4acdb87d2332c93e2df0b4eeeed8fda3f3734c886f88db476997a80c9658b69943853d4ec73a88f04162e8afeb2feb7d25e9d61
@@ -3,10 +3,10 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  <meta name="format-detection" content="telephone=no">
6
- <link rel="icon" href="{{ "/assets/img/favicon.png?v=1579568911237" | relative_url }}">
6
+ <link rel="icon" href="{{ "/assets/img/favicon.png?v=1579598899554" | relative_url }}">
7
7
  {% seo %}
8
8
  {% feed_meta %}
9
- <link rel="stylesheet" href="{{ "/assets/css/styles.css?v=1579568911237" | relative_url }}">
9
+ <link rel="stylesheet" href="{{ "/assets/css/styles.css?v=1579598899554" | relative_url }}">
10
10
  {% include html/analytics.liquid %}
11
- <script src="{{ "/assets/js/header.min.js?v=1579568911237" | relative_url }}"></script>
11
+ <script src="{{ "/assets/js/header.min.js?v=1579598899554" | relative_url }}"></script>
12
12
  </head>
@@ -1,6 +1,6 @@
1
1
 
2
2
  {% if include.state %}
3
- <div class="overlay{{ include.title | downcase | prepend: ' _' }}{% if include.demo %} --demo{% endif %}" style="display:grid;">
3
+ <div class="overlay{{ include.title | downcase | prepend: ' _' }}{% if include.demo %} --demo{% endif %}" style="{% if site.legacy %} display: block; {% else %} display: grid; {% endif %}">
4
4
  {% else %}
5
5
  <div class="overlay{{ include.title | downcase | prepend: ' _' }}{% if include.demo %} --demo{% endif %}">
6
6
  {% endif %}
@@ -1,2 +1,2 @@
1
1
 
2
- <script src="{{ "/assets/js/footer.min.js?v=1579568911237" | relative_url }}"></script>
2
+ <script src="{{ "/assets/js/footer.min.js?v=1579598899554" | relative_url }}"></script>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -8,22 +8,6 @@
8
8
  */
9
9
 
10
10
  !function(a,b,c){var d=window.matchMedia;"undefined"!=typeof module&&module.exports?module.exports=c(d):"function"==typeof define&&define.amd?define(function(){return b[a]=c(d)}):b[a]=c(d)}("enquire",this,function(a){"use strict";function b(a,b){var c,d=0,e=a.length;for(d;e>d&&(c=b(a[d],d),c!==!1);d++);}function c(a){return"[object Array]"===Object.prototype.toString.apply(a)}function d(a){return"function"==typeof a}function e(a){this.options=a,!a.deferSetup&&this.setup()}function f(b,c){this.query=b,this.isUnconditional=c,this.handlers=[],this.mql=a(b);var d=this;this.listener=function(a){d.mql=a,d.assess()},this.mql.addListener(this.listener)}function g(){if(!a)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!a("only all").matches}return e.prototype={setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(a){return this.options===a||this.options.match===a}},f.prototype={addHandler:function(a){var b=new e(a);this.handlers.push(b),this.matches()&&b.on()},removeHandler:function(a){var c=this.handlers;b(c,function(b,d){return b.equals(a)?(b.destroy(),!c.splice(d,1)):void 0})},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){b(this.handlers,function(a){a.destroy()}),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var a=this.matches()?"on":"off";b(this.handlers,function(b){b[a]()})}},g.prototype={register:function(a,e,g){var h=this.queries,i=g&&this.browserIsIncapable;return h[a]||(h[a]=new f(a,i)),d(e)&&(e={match:e}),c(e)||(e=[e]),b(e,function(b){d(b)&&(b={match:b}),h[a].addHandler(b)}),this},unregister:function(a,b){var c=this.queries[a];return c&&(b?c.removeHandler(b):(c.clear(),delete this.queries[a])),this}},new g});
11
-
12
- var IsMobile = true,
13
- width = 1200;
14
-
15
- enquire.register('screen and (min-width:' + width + 'px)',{
16
-
17
- match : function() {
18
- IsMobile = false;
19
- },
20
-
21
- unmatch : function() {
22
- IsMobile = true;
23
- }
24
-
25
- });
26
-
27
11
  /*!
28
12
  * GSAP 3.0.5
29
13
  * https://greensock.com
@@ -42,3 +26,19 @@ enquire.register('screen and (min-width:' + width + 'px)',{
42
26
  * Licensed under the MIT License.
43
27
  */
44
28
  !function(){"use strict";var s={load:function(e,t){var n=window.XMLHttpRequest?new window.XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");n.open("GET",e,!0),n.onreadystatechange=(r=n,i=t,function(){if(4===r.readyState&&200===r.status)try{i(null,JSON.parse(r.responseText))}catch(e){i(e,null)}}),n.send();var r,i}};var n=function(e,t){var n=t.length,r=e.length;if(n<r)return!1;if(r===n)return e===t;e:for(var i=0,o=0;i<r;i++){for(var a=e.charCodeAt(i);o<n;)if(t.charCodeAt(o++)===a)continue e;return!1}return!0},t=new function(){this.matches=function(e,t){return n(t.toLowerCase(),e.toLowerCase())}};var r=new function(){this.matches=function(e,t){return"string"==typeof e&&0<=(e=e.trim()).toLowerCase().indexOf(t.toLowerCase())}};var f={put:function(e){if(l(e))return c(e);if(t=e,Boolean(t)&&"[object Array]"===Object.prototype.toString.call(t))return function(e){var t=[];u();for(var n=0,r=e.length;n<r;n++)l(e[n])&&t.push(c(e[n]));return t}(e);var t;return undefined},clear:u,search:function(e){if(!e)return[];return function(e,t,n,r){for(var i=[],o=0;o<e.length&&i.length<r.limit;o++){var a=p(e[o],t,n,r);a&&i.push(a)}return i}(o,e,a.searchStrategy,a).sort(a.sort)},setOptions:function(e){(a=e||{}).fuzzy=e.fuzzy||!1,a.limit=e.limit||10,a.searchStrategy=e.fuzzy?t:r,a.sort=e.sort||i}};function i(){return 0}var o=[],a={};function u(){return o.length=0,o}function l(e){return Boolean(e)&&"[object Object]"===Object.prototype.toString.call(e)}function c(e){return o.push(e),o}function p(e,t,n,r){for(var i in e)if(!d(e[i],r.exclude)&&n.matches(e[i],t))return e}function d(e,t){for(var n=!1,r=0,i=(t=t||[]).length;r<i;r++){var o=t[r];!n&&new RegExp(e).test(o)&&(n=!0)}return n}a.fuzzy=!1,a.limit=10,a.searchStrategy=a.fuzzy?t:r,a.sort=i;var h={compile:function(r){return m.template.replace(m.pattern,function(e,t){var n=m.middleware(t,r[t],m.template);return void 0!==n?n:r[t]||e})},setOptions:function(e){m.pattern=e.pattern||m.pattern,m.template=e.template||m.template,"function"==typeof e.middleware&&(m.middleware=e.middleware)}},m={};m.pattern=/\{(.*?)\}/g,m.template="",m.middleware=function(){};var y={merge:function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r],"undefined"!=typeof t[r]&&(n[r]=t[r]));return n},isJSON:function(e){try{return!!(e instanceof Object&&JSON.parse(JSON.stringify(e)))}catch(t){return!1}}};!function(t){var r={searchInput:null,resultsContainer:null,json:[],success:Function.prototype,searchResultTemplate:'<li><a href="{url}" title="{desc}">{title}</a></li>',templateMiddleware:Function.prototype,sortMiddleware:function(){return 0},noResultsText:"No results found",limit:10,fuzzy:!1,exclude:[]},i=["searchInput","resultsContainer","json"],o=function e(t){if(n=t,!(n&&"undefined"!=typeof n.required&&n.required instanceof Array))throw new Error("-- OptionsValidator: required options missing");var n;if(!(this instanceof e))return new e(t);var r=t.required;this.getRequiredOptions=function(){return r},this.validate=function(t){var n=[];return r.forEach(function(e){"undefined"==typeof t[e]&&n.push(e)}),n}}({required:i});function a(e){r.success(e),f.put(e),r.searchInput.addEventListener("keyup",function(e){var t;t=e.which,-1===[13,16,20,37,38,39,40,91].indexOf(t)&&(n(),l(e.target.value))})}function n(){r.resultsContainer.innerHTML=""}function u(e){r.resultsContainer.innerHTML+=e}function l(e){var t;(t=e)&&0<t.length&&(n(),function(e){var t=e.length;if(0===t)return u(r.noResultsText);for(var n=0;n<t;n++)u(h.compile(e[n]))}(f.search(e)))}function c(e){throw new Error("SimpleJekyllSearch --- "+e)}t.SimpleJekyllSearch=function(e){var n;return 0<o.validate(e).length&&c("You must specify the following required options: "+i),r=y.merge(r,e),h.setOptions({template:r.searchResultTemplate,middleware:r.templateMiddleware}),f.setOptions({fuzzy:r.fuzzy,limit:r.limit,sort:r.sortMiddleware}),y.isJSON(r.json)?a(r.json):(n=r.json,s.load(n,function(e,t){e&&c("failed to get JSON ("+n+")"),a(t)})),{search:l}},t.SimpleJekyllSearch.init=t.SimpleJekyllSearch,"function"==typeof t.SimpleJekyllSearchInit&&t.SimpleJekyllSearchInit.call(this,t.SimpleJekyllSearch)}(window)}();
29
+
30
+
31
+ var IsMobile = true,
32
+ width = 1200;
33
+
34
+ enquire.register('screen and (min-width:' + width + 'px)',{
35
+
36
+ match : function() {
37
+ IsMobile = false;
38
+ },
39
+
40
+ unmatch : function() {
41
+ IsMobile = true;
42
+ }
43
+
44
+ });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
@@ -188,31 +188,31 @@ files:
188
188
  - assets/img/fallback.jpg
189
189
  - assets/img/favicon.png
190
190
  - assets/img/search.svg
191
- - assets/js/custom/CheckWidth.js
192
- - assets/js/custom/ExpandBlock.js
193
- - assets/js/custom/Let.js
194
- - assets/js/custom/OpenOverlay.js
195
- - assets/js/custom/ScrollFunc.js
196
- - assets/js/custom/SetupHome.js
197
- - assets/js/custom/SiteFunc.js
198
- - assets/js/custom/SmoothScroll.js
199
- - assets/js/custom/SplitCode.js
200
- - assets/js/custom/StartBrowse.js
201
- - assets/js/custom/UtilShare.js
202
191
  - assets/js/footer.min.js
192
+ - assets/js/footer/custom/CheckWidth.js
193
+ - assets/js/footer/custom/ExpandBlock.js
194
+ - assets/js/footer/custom/Let.js
195
+ - assets/js/footer/custom/OpenOverlay.js
196
+ - assets/js/footer/custom/ScrollFunc.js
197
+ - assets/js/footer/custom/SetupHome.js
198
+ - assets/js/footer/custom/SiteFunc.js
199
+ - assets/js/footer/custom/SmoothScroll.js
200
+ - assets/js/footer/custom/SplitCode.js
201
+ - assets/js/footer/custom/StartBrowse.js
202
+ - assets/js/footer/custom/UtilShare.js
203
+ - assets/js/footer/vendor/gsap-draw.js
204
+ - assets/js/footer/vendor/gsap-morph.js
205
+ - assets/js/footer/vendor/gsap-text.js
206
+ - assets/js/footer/vendor/jquery.min.js
207
+ - assets/js/footer/vendor/scrollmagic-gsap.js
208
+ - assets/js/footer/vendor/scrollmagic.js
209
+ - assets/js/footer/vendor/slick.js
203
210
  - assets/js/header.min.js
204
- - assets/js/vendor/footer/gsap-draw.js
205
- - assets/js/vendor/footer/gsap-morph.js
206
- - assets/js/vendor/footer/gsap-text.js
207
- - assets/js/vendor/footer/jquery.min.js
208
- - assets/js/vendor/footer/scrollmagic-gsap.js
209
- - assets/js/vendor/footer/scrollmagic.js
210
- - assets/js/vendor/footer/slick.js
211
- - assets/js/vendor/header/enquire.custom.js
212
- - assets/js/vendor/header/enquire.min.js
213
- - assets/js/vendor/header/gsap.min.js
214
- - assets/js/vendor/header/modernizr.min.js
215
- - assets/js/vendor/header/simple-jekyll-search.js
211
+ - assets/js/header/custom/Let.js
212
+ - assets/js/header/vendor/enquire.min.js
213
+ - assets/js/header/vendor/gsap.min.js
214
+ - assets/js/header/vendor/modernizr.min.js
215
+ - assets/js/header/vendor/simple-jekyll-search.js
216
216
  homepage: https://guidelines.barbican.org.uk
217
217
  licenses:
218
218
  - MIT