From 29e86675c9cad46b92889b59448a7d3b32939cfb Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Mon, 21 Jun 2021 11:03:15 -0400 Subject: [PATCH] Version bump and build for 2.0.16 release --- changelog.txt | 3 +++ package-lock.json | 10 +++------- package.json | 2 +- style-rtl.css | 10 +++++++--- style.css | 10 +++++++--- style.scss | 4 ++-- 6 files changed, 23 insertions(+), 16 deletions(-) diff --git a/changelog.txt b/changelog.txt index b3ae408..7537d91 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Deli Changelog *** +2021.06.21 - version 2.0.16 + * Fix - Style compatibility fixes for the Checkout and Cart blocks. + 2019.05.08 - version 2.0.15 * Fix - Correctly return default setting values in `storefront_setting_default_values()`. diff --git a/package-lock.json b/package-lock.json index b00244e..62a8e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deli", - "version": "2.0.15", + "version": "2.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -769,8 +769,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", - "dev": true, - "optional": true + "dev": true }, "diff": { "version": "2.2.3", @@ -3051,7 +3050,6 @@ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, - "optional": true, "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -4086,7 +4084,6 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, - "optional": true, "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -4345,8 +4342,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz", "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=", - "dev": true, - "optional": true + "dev": true }, "wide-align": { "version": "1.1.3", diff --git a/package.json b/package.json index 88a730f..f8047d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deli", "description": "Deli child theme for Storefront", - "version": "2.0.15", + "version": "2.0.16", "private": "true", "repository": { "type": "git", diff --git a/style-rtl.css b/style-rtl.css index 9c1dddb..9fa1947 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des Author: WooCommerce Author URI: https://woocommerce.com Template: storefront -Version: 2.0.15 +Version: 2.0.16 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready @@ -288,7 +288,7 @@ table tbody tr:nth-child(2n) td, right: 0; width: 100%; height: 9px; - background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(-135deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%, transparent -webkit-linear-gradient(-45deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%; + background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(-135deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(-45deg, #f9f9f9 33.33%, rgba(0, 0, 0, 0) 33.33%) 100% 0%; background-size: 0px 100%, 9px 9px, 9px 9px; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); @@ -396,7 +396,7 @@ table.cart td.actions { right: 0; width: 100%; height: 7px; - background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%, transparent -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%; + background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.85) 33.33%, rgba(0, 0, 0, 0) 33.33%) 100% 0%; background-size: 0px 100%, 9px 9px, 9px 9px; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); @@ -469,6 +469,10 @@ body:not(.page-template-template-homepage) .site-main { .page-template-template-homepage:not(.has-post-thumbnail) .site-main, .page-template-template-homepage .site-main { padding-top: 0; } + @media screen and (max-width: 767px) { + .page-template-template-homepage:not(.has-post-thumbnail) .site-main > .sph-hero:first-child, + .page-template-template-homepage .site-main > .sph-hero:first-child { + margin-top: 0; } } .page-template-template-homepage .site-main > .type-page:first-child { margin-right: 0 !important; diff --git a/style.css b/style.css index a2fe342..1775253 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des Author: WooCommerce Author URI: https://woocommerce.com Template: storefront -Version: 2.0.15 +Version: 2.0.16 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready @@ -288,7 +288,7 @@ table tbody tr:nth-child(2n) td, left: 0; width: 100%; height: 9px; - background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(135deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%, transparent -webkit-linear-gradient(45deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%; + background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(135deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, #f9f9f9 33.33%, rgba(0, 0, 0, 0) 33.33%) 0 0%; background-size: 0px 100%, 9px 9px, 9px 9px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); @@ -396,7 +396,7 @@ table.cart td.actions { left: 0; width: 100%; height: 7px; - background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%, transparent -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%; + background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 33.33%, rgba(0, 0, 0, 0) 33.33%) 0 0%; background-size: 0px 100%, 9px 9px, 9px 9px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); @@ -469,6 +469,10 @@ body:not(.page-template-template-homepage) .site-main { .page-template-template-homepage:not(.has-post-thumbnail) .site-main, .page-template-template-homepage .site-main { padding-top: 0; } + @media screen and (max-width: 767px) { + .page-template-template-homepage:not(.has-post-thumbnail) .site-main > .sph-hero:first-child, + .page-template-template-homepage .site-main > .sph-hero:first-child { + margin-top: 0; } } .page-template-template-homepage .site-main > .type-page:first-child { margin-left: 0 !important; diff --git a/style.scss b/style.scss index 864a9fb..a49625e 100644 --- a/style.scss +++ b/style.scss @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des Author: WooCommerce Author URI: https://woocommerce.com Template: storefront -Version: 2.0.15 +Version: 2.0.16 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready @@ -1311,4 +1311,4 @@ body:not(.page-template-template-homepage) .site-main { @media screen and (min-width: 768px) { .storefront-2-3 { } -} \ No newline at end of file +}