Skip to content

Commit

Permalink
Release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Mar 17, 2023
1 parent cd6db53 commit 62a8828
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dist/blogger-tweaks.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/layouts/block-duo.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Block Duo layout -- Two big columns followed by a single footer
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/color-blocks.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Blocks layout -- Two columns of colorful blocks
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/color-slide.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Slide layout -- Top to botttom color transition
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/letterbox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/modern.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Modern layout -- Clean blog post page
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/neon.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Neon layout -- For hackers and space junkies
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/neon.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License
const numNeonImages=8;$("body").addClass("neon-image-"+(Date.now()%numNeonImages+1));
2 changes: 1 addition & 1 deletion dist/layouts/vertical-bars.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Vertical Bars layout -- traditional boring old-school webpage
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/zebra-sections.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors
Expand Down
14 changes: 13 additions & 1 deletion dist/lib-x.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License

/// <reference types="node" />
declare global {
Expand Down Expand Up @@ -59,6 +59,18 @@ export type NavigatorUAData = {
readonly mobile: boolean;
readonly platform: string;
};
export type LibX = typeof libX;
declare global {
var dataLayer: unknown[];
}
declare global {
var hljsEnhance: {
setup: () => void;
};
}
declare global {
var libX: LibX;
}
declare const libX: {
version: string;
ui: {
Expand Down
15 changes: 8 additions & 7 deletions dist/lib-x.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXUi = {
plugin: {
Expand Down Expand Up @@ -223,7 +223,8 @@ const libXBrowser = {
platform: (_e = platforms[platform]) !== null && _e !== void 0 ? _e : platform,
};
};
return (_a = globalThis.navigator['userAgentData']) !== null && _a !== void 0 ? _a : polyfill();
const navigatorUAData = globalThis.navigator['userAgentData'];
return (_a = navigatorUAData) !== null && _a !== void 0 ? _a : polyfill();
},
iOS() {
return libX.browser.userAgentData().platform === 'iOS';
Expand Down Expand Up @@ -367,7 +368,7 @@ const libXExtra = {
console.log('Article: %c' + $('h1.entry-title').text().trim(), titleStyle);
$('#header >.header-bar h3').attr('data-href', websiteUrl);
libX.ui.normalize();
globalThis['hljsEnhance'].setup();
globalThis.hljsEnhance.setup();
};
const ready = () => {
console.log(Date.now(), 'loading...');
Expand All @@ -381,14 +382,14 @@ const libXExtra = {
},
gTags(scriptTag) {
const trackingID = $(scriptTag).attr('src').split('=')[1];
globalThis['dataLayer'] = globalThis['dataLayer'] || [];
function gtag(...args) { globalThis['dataLayer'].push(args); }
globalThis.dataLayer = globalThis.dataLayer || [];
function gtag(...args) { globalThis.dataLayer.push(args); }
gtag('js', new Date());
gtag('config', trackingID);
},
};
const libX = {
version: '1.7.2',
version: '1.7.3',
ui: libXUi,
util: libXUtil,
crypto: libXCrypto,
Expand All @@ -402,7 +403,7 @@ const libX = {
social: libXSocial,
extra: libXExtra,
initialize() {
globalThis['libX' + ''] = libX;
globalThis.libX = libX;
$.fn.id = libX.ui.plugin.id;
$.fn.enable = libX.ui.plugin.enable;
$.fn.disable = libX.ui.plugin.disable;
Expand Down
15 changes: 8 additions & 7 deletions dist/lib-x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v1.7.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.7.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License

import { dna } from 'dna-engine';
const libXUi = {
Expand Down Expand Up @@ -224,7 +224,8 @@ const libXBrowser = {
platform: (_e = platforms[platform]) !== null && _e !== void 0 ? _e : platform,
};
};
return (_a = globalThis.navigator['userAgentData']) !== null && _a !== void 0 ? _a : polyfill();
const navigatorUAData = globalThis.navigator['userAgentData'];
return (_a = navigatorUAData) !== null && _a !== void 0 ? _a : polyfill();
},
iOS() {
return libX.browser.userAgentData().platform === 'iOS';
Expand Down Expand Up @@ -368,7 +369,7 @@ const libXExtra = {
console.log('Article: %c' + $('h1.entry-title').text().trim(), titleStyle);
$('#header >.header-bar h3').attr('data-href', websiteUrl);
libX.ui.normalize();
globalThis['hljsEnhance'].setup();
globalThis.hljsEnhance.setup();
};
const ready = () => {
console.log(Date.now(), 'loading...');
Expand All @@ -382,14 +383,14 @@ const libXExtra = {
},
gTags(scriptTag) {
const trackingID = $(scriptTag).attr('src').split('=')[1];
globalThis['dataLayer'] = globalThis['dataLayer'] || [];
function gtag(...args) { globalThis['dataLayer'].push(args); }
globalThis.dataLayer = globalThis.dataLayer || [];
function gtag(...args) { globalThis.dataLayer.push(args); }
gtag('js', new Date());
gtag('config', trackingID);
},
};
const libX = {
version: '1.7.2',
version: '1.7.3',
ui: libXUi,
util: libXUtil,
crypto: libXCrypto,
Expand All @@ -403,7 +404,7 @@ const libX = {
social: libXSocial,
extra: libXExtra,
initialize() {
globalThis['libX' + ''] = libX;
globalThis.libX = libX;
$.fn.id = libX.ui.plugin.id;
$.fn.enable = libX.ui.plugin.enable;
$.fn.disable = libX.ui.plugin.disable;
Expand Down
Loading

0 comments on commit 62a8828

Please sign in to comment.