Skip to content

Commit

Permalink
Release v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jul 18, 2024
1 parent 62a269e commit f1494aa
Show file tree
Hide file tree
Showing 29 changed files with 65 additions and 52 deletions.
8 changes: 4 additions & 4 deletions 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ 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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License
const numNeonImages=8;const randomImage=Date.now()%numNeonImages+1;globalThis.document.body.classList.add("neon-image-"+String(randomImage));
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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Vertical Bars layout -- traditional boring old-school webpage
Expand Down
9 changes: 6 additions & 3 deletions dist/layouts/zebra-sections.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! web-ignition v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors
Expand Down Expand Up @@ -99,7 +99,7 @@ body >header img { /* floating avatar */
main >section {
text-align: center;
background-color: white;
padding: 50px 0px;
padding: 50px 0px 60px 0px;
margin-bottom: 0px;
}
main >section[data-background] {
Expand Down Expand Up @@ -133,7 +133,10 @@ main >section >* {
max-width: 800px;
min-width: 250px;
padding: 0px 10px;
margin: 0px auto 20px auto;
margin: 0px auto 30px auto;
}
main >section >*:last-child {
margin-bottom: 0px;
}
main >section >div { /* centered flow box */
display: flex;
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 v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License

export type GlobalKey = keyof typeof globalThis;
export type Json = string | number | boolean | null | undefined | JsonObject | Json[];
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -842,7 +842,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.2.6',
version: '2.2.7',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.2.6 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.2.7 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -842,7 +842,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.2.6',
version: '2.2.7',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f1494aa

Please sign in to comment.