Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Oct 28, 2022
1 parent 8f08b7a commit 3572e37
Show file tree
Hide file tree
Showing 30 changed files with 48 additions and 41 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ KISS!
Load from the [jsdelivr.com CDN](https://www.jsdelivr.com/package/npm/web-ignition):
```html
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.2/dist/dna-engine.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.5/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
...
<script src=https://cdn.jsdelivr.net/npm/jquery@3.6/dist/jquery.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/dna-engine@2.2/dist/dna-engine.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.5/dist/lib-x.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/lib-x.min.js></script>
```

## Specifications
Expand Down
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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ 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.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v1.6.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

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

/// <reference types="node" />
declare global {
Expand Down
10 changes: 6 additions & 4 deletions dist/lib-x.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v1.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.6.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXUi = {
plugin: {
Expand Down Expand Up @@ -213,11 +213,13 @@ const libXBrowser = {
const polyfil = () => {
var _a, _b, _c, _d, _e;
const brandEntry = (_b = (_a = globalThis.navigator.userAgent.split(' ').pop()) === null || _a === void 0 ? void 0 : _a.split('/')) !== null && _b !== void 0 ? _b : [];
const hasTouch = !!navigator.maxTouchPoints;
const platform = globalThis.navigator.platform;
const platforms = { 'MacIntel': 'macOS', 'Win32': 'Windows', 'iPhone': 'iOS', 'iPad': 'iOS' };
const mac = hasTouch ? 'iOS' : 'macOS';
const platforms = { 'MacIntel': mac, 'Win32': 'Windows', 'iPhone': 'iOS', 'iPad': 'iOS' };
return {
brands: [{ brand: (_c = brandEntry === null || brandEntry === void 0 ? void 0 : brandEntry[0]) !== null && _c !== void 0 ? _c : '', version: (_d = brandEntry === null || brandEntry === void 0 ? void 0 : brandEntry[1]) !== null && _d !== void 0 ? _d : '' }],
mobile: /Android|iPhone|iPad|Mobi/i.test(globalThis.navigator.userAgent),
mobile: hasTouch || /Android|iPhone|iPad|Mobi/i.test(globalThis.navigator.userAgent),
platform: (_e = platforms[platform]) !== null && _e !== void 0 ? _e : platform,
};
};
Expand Down Expand Up @@ -378,7 +380,7 @@ const libXExtra = {
},
};
const libX = {
version: '1.6.0',
version: '1.6.1',
ui: libXUi,
util: libXUtil,
crypto: libXCrypto,
Expand Down
10 changes: 6 additions & 4 deletions dist/lib-x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v1.6.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v1.6.1 ~~ https://github.com/center-key/web-ignition ~~ MIT License

import { dna } from 'dna-engine';
const libXUi = {
Expand Down Expand Up @@ -214,11 +214,13 @@ const libXBrowser = {
const polyfil = () => {
var _a, _b, _c, _d, _e;
const brandEntry = (_b = (_a = globalThis.navigator.userAgent.split(' ').pop()) === null || _a === void 0 ? void 0 : _a.split('/')) !== null && _b !== void 0 ? _b : [];
const hasTouch = !!navigator.maxTouchPoints;
const platform = globalThis.navigator.platform;
const platforms = { 'MacIntel': 'macOS', 'Win32': 'Windows', 'iPhone': 'iOS', 'iPad': 'iOS' };
const mac = hasTouch ? 'iOS' : 'macOS';
const platforms = { 'MacIntel': mac, 'Win32': 'Windows', 'iPhone': 'iOS', 'iPad': 'iOS' };
return {
brands: [{ brand: (_c = brandEntry === null || brandEntry === void 0 ? void 0 : brandEntry[0]) !== null && _c !== void 0 ? _c : '', version: (_d = brandEntry === null || brandEntry === void 0 ? void 0 : brandEntry[1]) !== null && _d !== void 0 ? _d : '' }],
mobile: /Android|iPhone|iPad|Mobi/i.test(globalThis.navigator.userAgent),
mobile: hasTouch || /Android|iPhone|iPad|Mobi/i.test(globalThis.navigator.userAgent),
platform: (_e = platforms[platform]) !== null && _e !== void 0 ? _e : platform,
};
};
Expand Down Expand Up @@ -379,7 +381,7 @@ const libXExtra = {
},
};
const libX = {
version: '1.6.0',
version: '1.6.1',
ui: libXUi,
util: libXUtil,
crypto: libXCrypto,
Expand Down
Loading

0 comments on commit 3572e37

Please sign in to comment.