Skip to content

Commit

Permalink
chore(post-build): update template defaults, bundles and isg states […
Browse files Browse the repository at this point in the history
…skip ci]
  • Loading branch information
actions-user committed Nov 17, 2022
1 parent ddf6446 commit 960aa70
Show file tree
Hide file tree
Showing 12 changed files with 161 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .bundles.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"assetsByChunkName": {
"vendors~app-account~app-confirmation~app-order": "chunk.8fb3a5ad8b5872aa0c47.js",
"vendors~app-account~app-checkout": "chunk.bcc79b3369666e896246.js",
"vendors~app-cart~app-checkout": "chunk.cb9f1dfc44e92e242d93.js",
"vendors~app-account~app-confirmation~app-order": "chunk.43c57f2dcfc0ed788926.js",
"vendors~app-account~app-checkout": "chunk.b69033a79a45abc7bf37.js",
"vendors~app-cart~app-checkout": "chunk.f2f55017e58faa25b587.js",
"admin": [
"admin.f0e2d3566a75ed0b9a12.js",
"admin.f0e2d3566a75ed0b9a12.js.map"
"admin.8f7ee22df9fad69e1ab8.js",
"admin.8f7ee22df9fad69e1ab8.js.map"
],
"app-account": "chunk.91a0b5752bdeb34f5887.js",
"app-confirmation": "chunk.23439ddb595e71ae800e.js",
"app-order": "chunk.615346a67a3f3c34bc96.js",
"app-account": "chunk.82f78f6ebdd655962fa1.js",
"app-checkout": "chunk.08eebe8a6c1117d7363f.js",
"app-confirmation": "chunk.0312a4808881ed035990.js",
"checkout": [
"checkout.573614ff96e85a7daa2c.js",
"checkout.573614ff96e85a7daa2c.js.map"
"checkout.9c6b788557e5e5faa053.js",
"checkout.9c6b788557e5e5faa053.js.map"
],
"storefront": [
"storefront.ac1e34ed9987f1e95738.css",
"storefront.62aad7d9f14118a341f3.js",
"storefront.ac1e34ed9987f1e95738.css.map",
"storefront.62aad7d9f14118a341f3.js.map"
"storefront.5d78db23b985eb7f9af4.css",
"storefront.91e6795420cad8ffdf27.js",
"storefront.5d78db23b985eb7f9af4.css.map",
"storefront.91e6795420cad8ffdf27.js.map"
],
"vendors~app-cart": "chunk.b5b2c61a111e3804eda1.js",
"vendors~app-checkout": "chunk.644097ae6d0a816992ff.js"
"vendors~app-cart": "chunk.b9ec5c47aec8693b4df7.js",
"vendors~app-order": "chunk.cc8929aaf1c3800c87d3.js"
}
}
3 changes: 2 additions & 1 deletion content/widgets/analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"desktopOnly": false,
"enableCheckout": true,
"options": {
"gaTrackingId": ""
"gaTrackingId": "",
"googleAdsId": ""
},
"headAppend": "src/append/head"
}
2 changes: 2 additions & 0 deletions content/widgets/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"options": {
"buyText": "",
"buy": "",
"strHasQuantitySelector": "_",
"strHasPromotionTimer": "_",
"lowQuantityToWarn": 12,
"maxVariationOptionsBtns": 6
}
Expand Down
11 changes: 11 additions & 0 deletions content/widgets/tiktok-pixel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"pkg": "@ecomplus/widget-tiktok-pixel",
"active": false,
"desktopOnly": false,
"enableCheckout": true,
"options": {
"tiktokPixelId": "",
"debug": false
},
"headAppend": "src/append/head"
}
16 changes: 16 additions & 0 deletions content/widgets/yourviews.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"pkg": "@ecomplus/widget-yourviews",
"active": false,
"desktopOnly": false,
"enableCheckout": false,
"disablePages": false,
"options": {
"yourviewsStoreId": ""
},
"bodyAppend": "src/append/body",
"productDescriptionAppend": "src/append/product-block",
"productCardSlots": "src/append/product-card-slots",
"productSlots": "src/append/product-slots",
"stampsAppend": "src/append/stamps",
"useJquery": true
}
114 changes: 114 additions & 0 deletions template/public/assets/cms.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
.loading {
position: fixed;
z-index: 9999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

.loading:not(:required) {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}

.loading:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 150ms infinite linear;
-moz-animation: spinner 150ms infinite linear;
-ms-animation: spinner 150ms infinite linear;
-o-animation: spinner 150ms infinite linear;
animation: spinner 150ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified template/public/assets/payments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 960aa70

Please sign in to comment.