futuro 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/html/assign/page.liquid +2 -1
  3. data/_includes/html/assign/site.liquid +30 -21
  4. data/_includes/html/layout/footer.liquid +5 -1
  5. data/_includes/html/page/content.liquid +70 -71
  6. data/_includes/html/page/content/loop/alert.liquid +31 -0
  7. data/_includes/html/page/content/loop/button/build.liquid +7 -1
  8. data/_includes/html/page/content/loop/checkbox.liquid +4 -8
  9. data/_includes/html/page/content/loop/form.liquid +53 -38
  10. data/_includes/html/page/content/loop/form/alert.liquid +8 -13
  11. data/_includes/html/page/content/loop/form/callout.liquid +1 -1
  12. data/_includes/html/page/content/loop/form/date.liquid +7 -7
  13. data/_includes/html/page/content/loop/form/email.liquid +38 -0
  14. data/_includes/html/page/content/loop/form/item.liquid +6 -9
  15. data/_includes/html/page/content/loop/form/message.liquid +1 -1
  16. data/_includes/html/page/content/loop/form/number.liquid +37 -0
  17. data/_includes/html/page/content/loop/form/phone.liquid +38 -0
  18. data/_includes/html/page/content/loop/form/radio.liquid +7 -7
  19. data/_includes/html/page/content/loop/form/select.liquid +10 -10
  20. data/_includes/html/page/content/loop/form/text.liquid +22 -27
  21. data/_includes/html/page/content/loop/form/textarea.liquid +6 -5
  22. data/_includes/html/page/content/loop/header/search.liquid +1 -1
  23. data/_includes/html/page/content/loop/{form/input.liquid → input.liquid} +6 -2
  24. data/_includes/html/page/content/loop/item.liquid +16 -0
  25. data/_includes/html/page/content/loop/label.liquid +37 -0
  26. data/_includes/html/page/content/loop/onemoment.liquid +6 -0
  27. data/_includes/html/page/content/loop/screen.liquid +2 -2
  28. data/_includes/html/page/content/loop/screen/header.liquid +3 -3
  29. data/_includes/html/page/content/loop/{select/create.liquid → select.liquid} +7 -3
  30. data/_includes/html/page/content/row.liquid +1 -1
  31. data/_includes/html/page/footnote.liquid +4 -2
  32. data/_includes/html/page/header.liquid +1 -2
  33. data/_includes/html/page/layout/home.liquid +17 -7
  34. data/_includes/html/page/topbar.liquid +28 -17
  35. data/_includes/html/page/topbar/navigation/link.liquid +22 -0
  36. data/_includes/html/site/scroller.liquid +1 -1
  37. data/_includes/svg/site/icon.liquid +9 -1
  38. data/_sass/_button.scss +4 -4
  39. data/_sass/area/chapter.scss +2 -1
  40. data/_sass/area/page.scss +1 -1
  41. data/_sass/block/chart.scss +2 -1
  42. data/_sass/block/form/alert.scss +1 -10
  43. data/_sass/block/form/checkbox.scss +3 -21
  44. data/_sass/block/form/input.scss +8 -0
  45. data/_sass/block/form/item.scss +17 -17
  46. data/_sass/block/form/parsley.scss +18 -21
  47. data/_sass/block/util.scss +3 -0
  48. data/_sass/futuro.core.scss +26 -6
  49. data/_sass/helpers/extends.scss +0 -17
  50. data/_sass/helpers/extends/forms.scss +16 -0
  51. data/_sass/helpers/extends/layout.scss +15 -0
  52. data/_sass/helpers/mixins/layout.scss +0 -1
  53. data/_sass/helpers/mixins/theme.scss +116 -127
  54. data/_sass/helpers/themes.scss +14 -13
  55. data/_sass/helpers/variables.scss +25 -211
  56. data/_sass/helpers/variables/colors.scss +290 -0
  57. data/_sass/item/scroller.scss +0 -1
  58. data/_sass/link/book.scss +8 -6
  59. data/_sass/link/navigation.scss +11 -7
  60. data/_sass/link/scroller.scss +4 -0
  61. data/_sass/title/book.scss +9 -0
  62. data/_sass/title/page.scss +2 -0
  63. data/_sass/title/type.scss +1 -0
  64. data/_sass/wrap/select.scss +1 -1
  65. data/_sass/wrap/switch.scss +12 -0
  66. data/_sass/wrap/text.scss +1 -1
  67. data/assets/js/footer/custom/2_Check.width.js +8 -2
  68. data/assets/js/footer/custom/5_Animate.scroller.js +13 -8
  69. data/assets/js/footer/custom/5_button.func.reset.js +15 -0
  70. data/assets/js/footer/custom/5_button.func.submit.js +39 -0
  71. data/assets/js/footer/custom/5_button.func.switch.js +26 -0
  72. data/assets/js/footer/custom/5_button.func.update.js +39 -0
  73. data/assets/js/footer/custom/5_check.form.js +49 -0
  74. data/assets/js/futuro.footer.custom.js +1 -1
  75. data/assets/js/futuro.header.custom.js +1 -1
  76. data/assets/js/header/custom/1_Settings.js +11 -3
  77. data/assets/js/header/custom/2_Site.js +1 -3
  78. metadata +24 -13
  79. data/_includes/html/page/content/loop/alert/create.liquid +0 -20
  80. data/_includes/html/page/content/loop/alert/example.liquid +0 -4
  81. data/_includes/html/page/content/loop/form/label.liquid +0 -17
  82. data/_includes/html/page/content/loop/yousaved.liquid +0 -11
  83. data/_includes/svg/site/book/orwell.svg +0 -1
  84. data/_includes/svg/site/book/woolf.svg +0 -1
  85. data/assets/js/footer/custom/5_Switch.button.js +0 -97
@@ -1,5 +1,4 @@
1
1
 
2
2
  .item.scroller {
3
3
  opacity: 0.5;
4
- fill: setcolor(gun);
5
4
  }
@@ -1,15 +1,17 @@
1
1
 
2
2
  .link.book {
3
- width: map-get($book,large);
4
- display: block;
5
- fill: white;
6
-
3
+ height: getbook(large,width) * 4;
4
+ width: getbook(large,width);
5
+ text-decoration: none;
6
+ place-content: center;
7
+ display: grid;
8
+
7
9
  @media#{map-get($query,max767)} {
8
- width: map-get($book,medium);
10
+ width: getbook(medium,width);
9
11
  }
10
12
 
11
13
  @media#{map-get($query,max599)} {
12
- width: map-get($book,small);
14
+ width: getbook(small,width);
13
15
  }
14
16
  }
15
17
 
@@ -5,12 +5,16 @@
5
5
  line-height: 1.1;
6
6
  padding: 0 20px;
7
7
  display: grid;
8
+ }
8
9
 
9
- button {
10
- text-transform: capitalize;
11
- border-radius: 0;
12
- line-height: 1.1;
13
- color: inherit;
14
- padding: 0;
15
- }
10
+ .link.navigation > button {
11
+ text-transform: capitalize;
12
+ border-radius: 0;
13
+ line-height: 1.1;
14
+ color: inherit;
15
+ padding: 0;
16
+ }
17
+
18
+ .link.navigation.home > button {
19
+ border-bottom: 3px solid;
16
20
  }
@@ -0,0 +1,4 @@
1
+
2
+ .link.scroller {
3
+ fill: setcolor(gun);
4
+ }
@@ -0,0 +1,9 @@
1
+
2
+ .title.book {
3
+ @include RotateTitle(center);
4
+ @extend %bold;
5
+ font-size: getbook(large,title);
6
+ pointer-events: none;
7
+ position: relative;
8
+ color: white;
9
+ }
@@ -5,6 +5,7 @@
5
5
 
6
6
  .title.page-chapter {
7
7
  @include RotateTitle(top right);
8
+ position: absolute;
8
9
  right: 78px;
9
10
  top: 56px;
10
11
  }
@@ -12,6 +13,7 @@
12
13
  .title.page-weight {
13
14
  @include RotateTitle;
14
15
  left: calc(100% - 58px);
16
+ position: absolute;
15
17
  text-align: right;
16
18
  bottom: 56px;
17
19
  }
@@ -1,6 +1,7 @@
1
1
 
2
2
  %StylePage {
3
3
  @include RotateTitle;
4
+ position: absolute;
4
5
  bottom: 56px;
5
6
  left: 128px;
6
7
  }
@@ -1,4 +1,4 @@
1
1
 
2
- .wrap.select {
2
+ .wrap.select select {
3
3
  @extend %WrapInput;
4
4
  }
@@ -0,0 +1,12 @@
1
+
2
+ .wrap.switch h1 {
3
+ margin-bottom: 20px;
4
+ }
5
+
6
+ .wrap.switch h5 {
7
+ margin-bottom: 20px;
8
+ }
9
+
10
+ .wrap.switch .control {
11
+ margin-top: 20px;
12
+ }
@@ -3,7 +3,7 @@
3
3
  @extend %WrapInput;
4
4
  }
5
5
 
6
- .wrap.text-input {
6
+ .wrap.text-input > input {
7
7
  @extend %WrapInput;
8
8
  }
9
9
 
@@ -5,10 +5,15 @@ Print.width = () => {
5
5
  percent = (100/Site.desktop.width) * size + "%";
6
6
 
7
7
  $(".width").html(more);
8
- gsap.set(Overlay.mobile.bar,{width:percent});
8
+
9
+ console.log("printing");
10
+
11
+ gsap.set(Overlay.mobile.bar,{ width : percent });
9
12
  }
10
13
 
11
14
  Check.width = () => {
15
+
16
+
12
17
  if (!Site.desktop.active) {
13
18
  gsap.set(".site",{ clearProps : "display" });
14
19
  gsap.set(Overlay.mobile.screen,{ display : Config.display });
@@ -21,5 +26,6 @@ Check.width = () => {
21
26
 
22
27
  if (!Config.respond) {
23
28
  $(Check.width());
24
- $(window).resize(Check.width());
29
+ $(window).resize(Check.width);
25
30
  }
31
+
@@ -1,11 +1,16 @@
1
1
 
2
- $('.item.scroller').each(function(index,value){
3
- let label = $(value)[0].classList[2],
4
- trigger = `#${label}-${label}`,
5
- tween = `.item.scroller.${label}`,
6
- scene = new ScrollMagic
7
- .Scene({ triggerElement : trigger })
8
- .setTween(tween,0.1,{ opacity : 1 })
9
- .addTo(controller);
2
+ $(Site.scroller).map((_index,value) => {
3
+
4
+ let label = $(value)[0].classList[2],
5
+ scene = new ScrollMagic
6
+ .Scene({
7
+ triggerElement : `.block.stop#${label}`
8
+ })
9
+ .setTween(value,0.1,{
10
+ opacity : 1
11
+ })
12
+ .addTo(controller);
13
+
10
14
  return scene;
15
+
11
16
  });
@@ -0,0 +1,15 @@
1
+
2
+ Button.func.reset = (self,saved) => {
3
+ let text = $(self).find(".button-title"),
4
+ bg = $(self).find(".button-bg"),
5
+ all = [text,bg,self],
6
+ tl = gsap.timeline();
7
+
8
+ tl
9
+ .set(all,{
10
+ clearProps : "all"
11
+ })
12
+ .set(text,{
13
+ text : saved
14
+ });
15
+ }
@@ -0,0 +1,39 @@
1
+
2
+ Button.func.submit = (self, complete = "Done", reset = true) => {
3
+ let text = $(self).find(".button-title"),
4
+ bg = $(self).find(".button-bg"),
5
+ all = [text,bg,self],
6
+ tl = gsap.timeline();
7
+
8
+ Save.text = $(self).find(".button-title").text();
9
+ Save.color = $(self).css('backgroundColor');
10
+
11
+ tl
12
+ .set(self,{
13
+ backgroundColor : tinycolor(Save.color).lighten(44).desaturate(5)
14
+ })
15
+ .set(text,{
16
+ color : Save.color
17
+ })
18
+ .set(all,{
19
+ clearProps : "all"
20
+ })
21
+ .set([self,bg],{
22
+ backgroundColor : Color.green
23
+ })
24
+ .set(text,{
25
+ text : complete
26
+ })
27
+ .to(bg,{
28
+ duration : 0.5,
29
+ scaleX : 1.2,
30
+ scaleY : 1.3,
31
+ opacity : 0
32
+ });
33
+
34
+ if (reset) {
35
+ tl.call(()=>{
36
+ Button.func.reset(self,Save.text);
37
+ },"+=1");
38
+ }
39
+ }
@@ -0,0 +1,26 @@
1
+
2
+ Button.func.switch = self => {
3
+
4
+ if ($(self).hasClass('undo')) {
5
+
6
+ $(self).parents(".control").siblings(".before").show();
7
+ $(self).parents(".control").siblings(".after").hide();
8
+ $(self).parents(".wrap.switch").siblings(".wrap.switch").children(".before").show();
9
+ $(self).parents(".wrap.switch").siblings(".wrap.switch").children(".after").hide();
10
+ $(self).removeClass("undo");
11
+
12
+ Button.func.reset(self, "Next");
13
+
14
+ } else {
15
+
16
+ Button.func.submit(self, "Back", false);
17
+
18
+ $(self).parents(".control").siblings(".before").hide();
19
+ $(self).parents(".control").siblings(".after").show();
20
+ $(self).parents(".wrap.switch").siblings(".wrap.switch").children(".before").hide();
21
+ $(self).parents(".wrap.switch").siblings(".wrap.switch").children(".after").show();
22
+ $(self).addClass("undo");
23
+
24
+ }
25
+
26
+ }
@@ -0,0 +1,39 @@
1
+
2
+ Button.func.update = self => {
3
+ let text = $(self).find(".button-title"),
4
+ bg = $(self).find(".button-bg"),
5
+ all = [text,bg,self];
6
+
7
+ Save.text = $(self).find(".button-title").text();
8
+ Save.color = $(self).css('backgroundColor');
9
+
10
+ if (!UpdateIsLocked) {
11
+
12
+ let tl = gsap.timeline();
13
+
14
+ tl
15
+ .set(text,{
16
+ text : "Adding"
17
+ })
18
+ .set(bg,{
19
+ backgroundColor : tinycolor(Save.color).darken(8)
20
+ })
21
+ .to(bg,{
22
+ right : 0,
23
+ duration : 1
24
+ })
25
+ .set(text,{
26
+ text : "Added"
27
+ })
28
+ .to(bg,{
29
+ duration : 0.5,
30
+ backgroundColor : Color.green
31
+ });
32
+
33
+ if (reset) {
34
+ tl.call(()=>{
35
+ Button.func.reset(self,Save.text);
36
+ },"+=1");
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,49 @@
1
+
2
+ const ParseInputs = (loop,rules) => {
3
+
4
+ loop.map( value => {
5
+ $(value).parsley(rules);
6
+ });
7
+
8
+ }
9
+
10
+ const RequireInputs = loop => {
11
+
12
+ ParseInputs(loop,{
13
+ required : true
14
+ });
15
+
16
+ };
17
+
18
+ const ValidateSelects = loop => {
19
+
20
+ ParseInputs(loop,{
21
+ min : 1,
22
+ errorMessage : "Please select an option"
23
+ });
24
+
25
+ };
26
+
27
+ const ValidateNumbers = loop => {
28
+
29
+ ParseInputs(loop,{
30
+ type : "digits"
31
+ });
32
+
33
+ };
34
+
35
+ const ValidateText = loop => {
36
+
37
+ ParseInputs(loop,{
38
+ minlength : 5
39
+ });
40
+
41
+ };
42
+
43
+ const ValidateEmail = loop => {
44
+
45
+ ParseInputs(loop,{
46
+ type : "email"
47
+ });
48
+
49
+ };
@@ -1 +1 @@
1
- "use strict";var shade="rgba(0,0,0,0.05)",controller=new ScrollMagic.Controller;Browse.able=!1,Body.classes=$("body")[0].classList,$("body").hasClass("type-home")&&(Body.isHome=!0),Site.isTheme||(Browse.able=$(".wrap.type-page").length);var HandleClass=function(e,o,a){var t=2
1
+ "use strict";var shade="rgba(0,0,0,0.05)",controller=new ScrollMagic.Controller;Browse.able=!1,Body.classes=$("body")[0].classList,$("body").hasClass("type-home")&&(Body.isHome=!0),Site.isTheme||(Browse.able=$(".wrap.type-page").length);var HandleClass=function(e,t,a){var o=2
@@ -1 +1 @@
1
- "use strict";var Artform={},Body={},Book={},Chapter={},Color={},Contrast={},Form={},Overlay={},Page={},Print={},Roller={},Save={},Setup={},Share={},Site={},Start={},Util={},Browse={book:{},chapter:{},page:{},found:{}},Check={book:{},chapter:{},page:{}},Respond={roller:{default:{},morph:{},snap:{}}};function Target(e){return document.querySelector(Overlay.load.wrap).children[e-1]}function SwitchOn(e){return{display:"block",fill:e}}function SwitchOff(){return{clearProps:"display",delay:Overlay.load.speed}}Book.is={},Page.is={},Chapter.is={},(Color={system:"#6e46a0",brand:"#ff8200",supply:"#f00a0a",demo:"#005a9b",generic:"#fe5900",theatre:"#019fc6",talks:"#ff9000",music:"#dc3636",classical:"#bf8f3a",cinema:"#259d31",tours:"#718ab2",hire:"#412f79",members:"#5d91e5",art:"#f90082",shop:"#23D5B0",paradise:"#e8396c",artforall:"#f9ae00",park:"#009640",news:"#009fe3",dodgers:"#0092FF",green:"#259d31"}).artforms={theatre:Color.theatre,talks:Color.talks,music:Color.music,classical:Color.classical,cinema:Color.cinema,tours:Color.tours,hire:Color.hire,members:Color.members,art:Color.art},Overlay.mobile={screen:".area.overlay-mobile",bar:".bar.mobile"},Overlay.load={screen:".area.overlay-load",wrap:".wrap.overlay-load",speed:.3},Overlay.custom=[{name:"about",open:!1},{name:"browse",open:!1},{name:"search",open:!1}],Overlay.button="button.navigation",Overlay.exit=".exit",Page.wrap=".wrap.type-page",Page.get=function(e,t,a){var r=Page.wrap;return e&&(r+=".chapter-".concat(e)),t&&(r+=".title-".concat(t)),a&&(r+=".tag-".concat(a)),r},Roller.default={input:".list.roller.input.style-default",output:".list.roller.output.style-default"},Roller.morph={input:".list.roller.input.style-morph",output:"svg#morph"},Roller.snap={input:".list.roller.input.style-snap",output:".list.pies.style-snap"},Site.tl=gsap.timeline({repeat:-1}),Site.inFocus=!1,Site.access={ratio:".access-ratio",best:"best",good:"good",poor:"poor"},Site.scramble={chars:"1234567890%",speed:.6},Site.mobile={active:!0},Site.tablet={active:!1,width:768},Site.desktop={active:!1,width:1200},Site.topbar={lnk:".link.navigation"},Site.scroll={lnk:".link.scroller"},Site.chapter={target:".wrap.type-chapter"},Site.page={artwork:".area.page-artwork",share:".util-share",url:".util-url",height:560},Site.rollers={input:".list.roller.input",output:".list.roller.output",morph:"svg#morph"},Site.charts={list:".block.chart-container",pcent:".block.chart-pcent-title",title:".block.chart-title"},Site.pies={list:".list.pies.style-spin",pcent:".title.pie-pcent",wrap:".block.pie-wrap",data:".block.pie-svg-data",title:".title.pie-title"},Site.numbers=".title.number-value",Site.mobile.query="screen and (max-width: ".concat(Site.tablet.width-1,"px)"),Site.tablet.query="screen and (min-width: ".concat(Site.tablet.width,"px) and (max-width: ").concat(Site.desktop.width-1,"px)"),Site.desktop.query="screen and (min-width: ".concat(Site.desktop.width,"px)"),enquire.register(Site.mobile.query,{match:function(){Site.mobile.active=!0,Site.tablet.active=!1,Site.desktop.active=!1}}),enquire.register(Site.tablet.query,{match:function(){Site.mobile.active=!1,Site.tablet.active=!0,Site.desktop.active=!1}}),enquire.register(Site.desktop.query,{match:function(){Site.mobile.active=!1,Site.tablet.active=!1,Site.desktop.active=!0}}),"theme"==Config.install&&(Site.isTheme=!0),"library"==Config.install&&(Site.isLibrary=!0),Config.share&&(Site.isShareable=!0);
1
+ "use strict";var Artform={},Body={},Book={},Chapter={},Color={},Contrast={},Form={},Overlay={},Page={},Print={},Require={},Roller={},Save={},Setup={},Share={},Site={},Start={},Util={},Validate={},Browse={book:{},chapter:{},page:{},found:{}},Check={book:{},chapter:{},page:{}},Respond={roller:{default:{},morph:{},snap:{}}},Button={func:{}};Book.is={},Page.is={};var SubmitIsLocked=!(Chapter.is={});function Target(e){return document.querySelector(Overlay.load.wrap).children[e-1]}function SwitchOn(e){return{display:"block",fill:e}}function SwitchOff(){return{clearProps:"display",delay:Overlay.load.speed}}(Color={system:"#6e46a0",brand:"#ff8200",supply:"#f00a0a",demo:"#005a9b",generic:"#fe5900",theatre:"#019fc6",talks:"#ff9000",music:"#dc3636",classical:"#bf8f3a",cinema:"#259d31",tours:"#718ab2",hire:"#412f79",members:"#5d91e5",art:"#f90082",shop:"#23D5B0",paradise:"#e8396c",artforall:"#f9ae00",park:"#009640",news:"#009fe3",dodgers:"#0092FF",green:"#259d31"}).artforms={theatre:Color.theatre,talks:Color.talks,music:Color.music,classical:Color.classical,cinema:Color.cinema,tours:Color.tours,hire:Color.hire,members:Color.members,art:Color.art},Overlay.mobile={screen:".area.overlay-mobile",bar:".bar.mobile"},Overlay.load={screen:".area.overlay-load",wrap:".wrap.overlay-load",speed:.3},Overlay.custom=[{name:"about",open:!1},{name:"browse",open:!1},{name:"search",open:!1}],Overlay.button="button.navigation",Overlay.exit=".exit",Page.wrap=".wrap.type-page",Page.get=function(e,t,a){var r=Page.wrap;return e&&(r+=".chapter-".concat(e)),t&&(r+=".title-".concat(t)),a&&(r+=".tag-".concat(a)),r},Roller.default={input:".list.roller.input.style-default",output:".list.roller.output.style-default"},Roller.morph={input:".list.roller.input.style-morph",output:"svg#morph"},Roller.snap={input:".list.roller.input.style-snap",output:".list.pies.style-snap"},Site.tl=gsap.timeline({repeat:-1}),Site.inFocus=!1,Site.access={ratio:".access-ratio",best:"best",good:"good",poor:"poor"},Site.scramble={chars:"1234567890%",speed:.6},Site.mobile={active:!0},Site.tablet={active:!1,width:768},Site.desktop={active:!1,width:1200},Site.topbar={lnk:".link.navigation"},Site.scroller=".item.scroller",Site.chapter={target:".wrap.type-chapter"},Site.page={artwork:".area.page-artwork",share:".util-share",url:".util-url",height:560},Site.rollers={input:".list.roller.input",output:".list.roller.output",morph:"svg#morph"},Site.charts={list:".block.chart-container",pcent:".block.chart-pcent-title",title:".block.chart-title"},Site.pies={list:".list.pies.style-spin",pcent:".title.pie-pcent",wrap:".block.pie-wrap",data:".block.pie-svg-data",title:".title.pie-title"},Site.numbers=".title.number-value",Site.mobile.query="screen and (max-width: ".concat(Site.tablet.width-1,"px)"),Site.tablet.query="screen and (min-width: ".concat(Site.tablet.width,"px) and (max-width: ").concat(Site.desktop.width-1,"px)"),Site.desktop.query="screen and (min-width: ".concat(Site.desktop.width,"px)"),enquire.register(Site.mobile.query,{match:function(){Site.mobile.active=!0,Site.tablet.active=!1,Site.desktop.active=!1}}),enquire.register(Site.tablet.query,{match:function(){Site.mobile.active=!1,Site.tablet.active=!0,Site.desktop.active=!1}}),enquire.register(Site.desktop.query,{match:function(){Site.mobile.active=!1,Site.tablet.active=!1,Site.desktop.active=!0}}),"theme"==Config.install&&(Site.isTheme=!0),"library"==Config.install&&(Site.isLibrary=!0),Config.share&&(Site.isShareable=!0);
@@ -9,13 +9,15 @@ let Artform = {},
9
9
  Overlay = {},
10
10
  Page = {},
11
11
  Print = {},
12
+ Require = {},
12
13
  Roller = {},
13
14
  Save = {},
14
15
  Setup = {},
15
16
  Share = {},
16
17
  Site = {},
17
18
  Start = {},
18
- Util = {};
19
+ Util = {},
20
+ Validate = {};
19
21
 
20
22
  let Browse = {
21
23
  book : {},
@@ -36,8 +38,14 @@ let Respond = {
36
38
  morph : {},
37
39
  snap : {}
38
40
  }
39
- };
41
+ };
42
+
43
+ let Button = {
44
+ func : {}
45
+ };
40
46
 
41
47
  Book.is = {};
42
48
  Page.is = {};
43
- Chapter.is = {};
49
+ Chapter.is = {};
50
+
51
+ let SubmitIsLocked = false;
@@ -33,9 +33,7 @@ Site.topbar = {
33
33
  lnk : ".link.navigation"
34
34
  }
35
35
 
36
- Site.scroll = {
37
- lnk : ".link.scroller"
38
- }
36
+ Site.scroller = ".item.scroller";
39
37
 
40
38
  Site.chapter = {
41
39
  target : ".wrap.type-chapter"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -118,8 +118,7 @@ files:
118
118
  - _includes/html/page/content/header.liquid
119
119
  - _includes/html/page/content/loader.liquid
120
120
  - _includes/html/page/content/loop.liquid
121
- - _includes/html/page/content/loop/alert/create.liquid
122
- - _includes/html/page/content/loop/alert/example.liquid
121
+ - _includes/html/page/content/loop/alert.liquid
123
122
  - _includes/html/page/content/loop/artwork/image.liquid
124
123
  - _includes/html/page/content/loop/artwork/video.liquid
125
124
  - _includes/html/page/content/loop/button/build.liquid
@@ -132,13 +131,14 @@ files:
132
131
  - _includes/html/page/content/loop/form/button.liquid
133
132
  - _includes/html/page/content/loop/form/callout.liquid
134
133
  - _includes/html/page/content/loop/form/date.liquid
134
+ - _includes/html/page/content/loop/form/email.liquid
135
135
  - _includes/html/page/content/loop/form/fee.liquid
136
- - _includes/html/page/content/loop/form/input.liquid
137
136
  - _includes/html/page/content/loop/form/item.liquid
138
- - _includes/html/page/content/loop/form/label.liquid
139
137
  - _includes/html/page/content/loop/form/legend.liquid
140
138
  - _includes/html/page/content/loop/form/message.liquid
139
+ - _includes/html/page/content/loop/form/number.liquid
141
140
  - _includes/html/page/content/loop/form/password.liquid
141
+ - _includes/html/page/content/loop/form/phone.liquid
142
142
  - _includes/html/page/content/loop/form/radio.liquid
143
143
  - _includes/html/page/content/loop/form/select.liquid
144
144
  - _includes/html/page/content/loop/form/text.liquid
@@ -149,7 +149,11 @@ files:
149
149
  - _includes/html/page/content/loop/header/logo.liquid
150
150
  - _includes/html/page/content/loop/header/search.liquid
151
151
  - _includes/html/page/content/loop/header/subheader.liquid
152
+ - _includes/html/page/content/loop/input.liquid
153
+ - _includes/html/page/content/loop/item.liquid
154
+ - _includes/html/page/content/loop/label.liquid
152
155
  - _includes/html/page/content/loop/number.liquid
156
+ - _includes/html/page/content/loop/onemoment.liquid
153
157
  - _includes/html/page/content/loop/pies.liquid
154
158
  - _includes/html/page/content/loop/pies/create.liquid
155
159
  - _includes/html/page/content/loop/roller/assign.liquid
@@ -162,8 +166,7 @@ files:
162
166
  - _includes/html/page/content/loop/screen/row.liquid
163
167
  - _includes/html/page/content/loop/screen/small.liquid
164
168
  - _includes/html/page/content/loop/screen/title.liquid
165
- - _includes/html/page/content/loop/select/create.liquid
166
- - _includes/html/page/content/loop/yousaved.liquid
169
+ - _includes/html/page/content/loop/select.liquid
167
170
  - _includes/html/page/content/more.liquid
168
171
  - _includes/html/page/content/roller.liquid
169
172
  - _includes/html/page/content/row.liquid
@@ -177,6 +180,7 @@ files:
177
180
  - _includes/html/page/title.liquid
178
181
  - _includes/html/page/title/create.liquid
179
182
  - _includes/html/page/topbar.liquid
183
+ - _includes/html/page/topbar/navigation/link.liquid
180
184
  - _includes/html/page/util.liquid
181
185
  - _includes/html/page/util/author.liquid
182
186
  - _includes/html/page/util/share.liquid
@@ -186,8 +190,6 @@ files:
186
190
  - _includes/html/site/header.liquid
187
191
  - _includes/html/site/scroller.liquid
188
192
  - _includes/svg/orwell/animal/icon.svg
189
- - _includes/svg/site/book/orwell.svg
190
- - _includes/svg/site/book/woolf.svg
191
193
  - _includes/svg/site/btn/about.svg
192
194
  - _includes/svg/site/btn/add.svg
193
195
  - _includes/svg/site/btn/author.svg
@@ -260,6 +262,7 @@ files:
260
262
  - _sass/futuro.max.scss
261
263
  - _sass/futuro.shopify.scss
262
264
  - _sass/helpers/extends.scss
265
+ - _sass/helpers/extends/forms.scss
263
266
  - _sass/helpers/extends/grid.scss
264
267
  - _sass/helpers/extends/layout.scss
265
268
  - _sass/helpers/mixins.scss
@@ -269,16 +272,19 @@ files:
269
272
  - _sass/helpers/mixins/theme.scss
270
273
  - _sass/helpers/themes.scss
271
274
  - _sass/helpers/variables.scss
275
+ - _sass/helpers/variables/colors.scss
272
276
  - _sass/item/pie.scss
273
277
  - _sass/item/roller.scss
274
278
  - _sass/item/scroller.scss
275
279
  - _sass/link/book.scss
276
280
  - _sass/link/browse.scss
277
281
  - _sass/link/navigation.scss
282
+ - _sass/link/scroller.scss
278
283
  - _sass/list/pie.scss
279
284
  - _sass/list/roller.scss
280
285
  - _sass/list/scroller.scss
281
286
  - _sass/title/alert.scss
287
+ - _sass/title/book.scss
282
288
  - _sass/title/browse.scss
283
289
  - _sass/title/checkbox.scss
284
290
  - _sass/title/copied.scss
@@ -299,6 +305,7 @@ files:
299
305
  - _sass/wrap/page.scss
300
306
  - _sass/wrap/scroller.scss
301
307
  - _sass/wrap/select.scss
308
+ - _sass/wrap/switch.scss
302
309
  - _sass/wrap/text.scss
303
310
  - assets/css/fallback.jpg
304
311
  - assets/css/favicon.png
@@ -336,11 +343,15 @@ files:
336
343
  - assets/js/footer/custom/5_Contrast.js
337
344
  - assets/js/footer/custom/5_Respond.browse.js
338
345
  - assets/js/footer/custom/5_Respond.roller.js
339
- - assets/js/footer/custom/5_Switch.button.js
340
346
  - assets/js/footer/custom/5_Switch.focus.js
341
347
  - assets/js/footer/custom/5_Util.share.js
342
348
  - assets/js/footer/custom/5_WhatsOn.js
343
349
  - assets/js/footer/custom/5_YouSaved.js
350
+ - assets/js/footer/custom/5_button.func.reset.js
351
+ - assets/js/footer/custom/5_button.func.submit.js
352
+ - assets/js/footer/custom/5_button.func.switch.js
353
+ - assets/js/footer/custom/5_button.func.update.js
354
+ - assets/js/footer/custom/5_check.form.js
344
355
  - assets/js/footer/vendor/gsap-draw.js
345
356
  - assets/js/footer/vendor/gsap-morph.js
346
357
  - assets/js/footer/vendor/gsap-scramble.js
@@ -390,6 +401,6 @@ requirements: []
390
401
  rubygems_version: 3.0.3
391
402
  signing_key:
392
403
  specification_version: 4
393
- summary: Open-source theme for front-end UX development & presentation. Made by Paul
394
- Heading for barbican.org.uk
404
+ summary: Jekyll theme for front-end UX development & presentation. Made by Paul Heading
405
+ for the Barbican.
395
406
  test_files: []