diff --git a/package-lock.json b/package-lock.json index fbe1e14..620aac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1388,8 +1388,8 @@ } }, "node_modules/hippie-script": { - "version": "1.0.0", - "resolved": "git+ssh://sthag@quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git#090514fc1b3806e4ffaf1523b246724258e41114", + "version": "1.2.1", + "resolved": "git+ssh://sthag@quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git#dfc13e61586fbf466a7bbdb5667c5b02f41abd44", "license": "MIT" }, "node_modules/htmlparser2": { diff --git a/source/code/hippie/app.js b/source/code/hippie/app.js index ed0f66d..05b09b3 100644 --- a/source/code/hippie/app.js +++ b/source/code/hippie/app.js @@ -6,7 +6,7 @@ function setup() { 'use strict'; console.group('Document information'); - console.info('\n', hippie.brand, '\n\n'); + console.info('\n', HIPPIE.brand, '\n\n'); console.info('HTML:', hippie.screen, '\nBODY:', hippie.body); console.groupEnd(); if (debugOn) { diff --git a/source/code/hippie/globals.js b/source/code/hippie/globals.js index 756af36..638c7ba 100644 --- a/source/code/hippie/globals.js +++ b/source/code/hippie/globals.js @@ -1,5 +1,4 @@ let hippie = { - brand: "|-| | |^ |^ | [- ", screen: { w: Math.max(document.documentElement.offsetWidth, document.documentElement.clientWidth, window.innerWidth, 0), vh: Math.max(document.documentElement.clientHeight, window.innerHeight, 0), @@ -15,8 +14,6 @@ let hippie = { let viewHover = true; let basicEase = 600; -const onerowAlphabet = "/\\ ]3 ( |) [- /= (_, |-| | _T /< |_ |\\/| |\\| () |^ ()_ /? _\\~ ~|~ |_| \\/ \\/\\/ >< `/ ~/_ "; -const onerowDigits = "\'| ^/_ -} +| ;~ (o \"/ {} \"| (\\) "; const flagColors = [ 'fad803', 'f2af13', diff --git a/source/screens/demo/examples/ui/windows.liquid b/source/screens/demo/examples/ui/windows.liquid index 3eb823c..74584ab 100644 --- a/source/screens/demo/examples/ui/windows.liquid +++ b/source/screens/demo/examples/ui/windows.liquid @@ -55,7 +55,7 @@ tags: + diff --git a/source/templates/hippie/_main.njk b/source/templates/hippie/_main.njk index 7574dc9..3934cc1 100644 --- a/source/templates/hippie/_main.njk +++ b/source/templates/hippie/_main.njk @@ -43,6 +43,7 @@ {{ log.log('BODY :: Loading script assets...') }} {# #} + +