1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: findify-bundle v7.0.11 -> v7.0.15 (#475)

This commit is contained in:
nobody
2021-06-02 06:42:57 +02:00
parent 04c8fa1476
commit 1ef381a72c
16 changed files with 71 additions and 33 deletions

View File

@ -1268,15 +1268,15 @@ https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/styles.css
https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~components~initializer.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~components~initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~initializer.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~sentry.js https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/autocomplete.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/autocomplete.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/bundle.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/bundle.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/initializer.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/polyfill.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/polyfill.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/raw.css https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/raw.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/recommendation.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/search.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/sentry.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/styles.css https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.15/dist/styles.css
https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js
https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css
https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js

View File

@ -263,7 +263,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/findify')) { } else if (type.startsWith('/findify')) {
if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15 if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15
else if (helpers.compareVersion('6.17.0', version)) return '6.17.0'; // > 6.9.15 to <= 6.17.0 else if (helpers.compareVersion('6.17.0', version)) return '6.17.0'; // > 6.9.15 to <= 6.17.0
else return '7.0.11'; else return '7.0.15';
} else if (type.startsWith('/fancybox/2.')) { } else if (type.startsWith('/fancybox/2.')) {
return '2.1.7'; return '2.1.7';
} else if (type.startsWith('/fancybox/3.')) { } else if (type.startsWith('/fancybox/3.')) {

View File

@ -31,7 +31,7 @@
<li>Added: MathJax (minimal) v2.7.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/75">#75</a>)</li> <li>Added: MathJax (minimal) v2.7.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/75">#75</a>)</li>
<li>Mapping: MathJax -> mathjax.rstudio.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/469">#469</a>)</li> <li>Mapping: MathJax -> mathjax.rstudio.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/469">#469</a>)</li>
<li>Updated: dayjs v1.10.4 -> v1.10.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/474">#474</a>)</li> <li>Updated: dayjs v1.10.4 -> v1.10.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/474">#474</a>)</li>
<li>Updated: findify-bundle v7.0.10 -> v7.0.11 (<a href="https://codeberg.org/nobody/LocalCDN/issues/475">#475</a>)</li> <li>Updated: findify-bundle v7.0.10 -> v7.0.15 (<a href="https://codeberg.org/nobody/LocalCDN/issues/475">#475</a>)</li>
<li>Updated: Google Material Fonts v87 -> v88 (<a href="https://codeberg.org/nobody/LocalCDN/issues/476">#476</a>)</li> <li>Updated: Google Material Fonts v87 -> v88 (<a href="https://codeberg.org/nobody/LocalCDN/issues/476">#476</a>)</li>
<li>Updated: ember.js v3.27.1 -> v3.27.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/477">#477</a>)</li> <li>Updated: ember.js v3.27.1 -> v3.27.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/477">#477</a>)</li>
<li>Updated: element-ui v2.15.1 -> v2.15.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/479">#479</a>)</li> <li>Updated: element-ui v2.15.1 -> v2.15.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/479">#479</a>)</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -47,16 +47,16 @@
--components-cards-content-description-color: #b2b2b2; --components-cards-content-description-color: #b2b2b2;
--components-cards-content-description-font-family: var(--font-base); --components-cards-content-description-font-family: var(--font-base);
--components-checkboxfacet-search-padding-bottom: 11px; --components-checkboxfacet-search-padding-bottom: 11px;
--components-facet-padding: 25px;
--components-facet-min-width: 200px; --components-facet-min-width: 200px;
--components-facet-horizontal-padding: 10px 25px; --components-facet-vertical-title-padding: 25px;
--components-facet-horizontal-title-padding: 10px 25px;
--components-facet-vertical-body-padding: 0 25px 25px 25px;
--components-facet-horizontal-body-padding: 10px 25px;
--components-facet-horizontal-background: #f3f3f3; --components-facet-horizontal-background: #f3f3f3;
--components-facet-text-color: var(--color-black); --components-facet-text-color: var(--color-black);
--components-facet-text-font-family: var(--font-base); --components-facet-text-font-family: var(--font-base);
--components-facet-text-font-size: 1; --components-facet-text-font-size: 1;
--components-facet-body-padding: 0 var(--components-facet-body-padding) var(--components-facet-body-padding) var(--components-facet-body-padding);
--components-cards-product-price-compare-color: var(--color-grey-4); --components-cards-product-price-compare-color: var(--color-grey-4);
--components-cards-product-price-price,: var(--font-base);
--components-cards-product-price-price-color: var(--color-black); --components-cards-product-price-price-color: var(--color-black);
--components-cards-product-price-price-font-size: var(--font-size-medium); --components-cards-product-price-price-font-size: var(--font-size-medium);
--components-cards-product-price-sale-price-color: var(--color-red); --components-cards-product-price-sale-price-color: var(--color-red);
@ -216,6 +216,7 @@
.findify-components-common--grid__column, .findify-components-common--grid__column,
.findify-components-common--grid__placeholder { .findify-components-common--grid__placeholder {
margin: 0; margin: 0;
padding: 0;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex-positive: 1; -ms-flex-positive: 1;
flex-grow: 1; flex-grow: 1;
@ -226,7 +227,11 @@
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
list-style: none; list-style: none;
padding: 0; }
.findify-components-common--grid .findify-components-common--grid__column,
.findify-components-common--grid .findify-components-common--grid__placeholder {
list-style: none;
} }
.findify-components-common--grid__column-auto { .findify-components-common--grid__column-auto {
@ -812,8 +817,6 @@
background: var(--components-dropdown-dropdown-background); background: var(--components-dropdown-dropdown-background);
z-index: 9999; z-index: 9999;
border: 1px solid var(--color-grey-2); border: 1px solid var(--color-grey-2);
margin: 1px 0 0 0;
padding: 0;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
-webkit-box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .07); -webkit-box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .07);
@ -836,6 +839,11 @@
transform: scaleY(1); transform: scaleY(1);
} }
.findify-components--dropdown .findify-components--dropdown__dropdown {
margin: 1px 0 0 0;
padding: 0;
}
.findify-components--dropdown__option { .findify-components--dropdown__option {
display: block; display: block;
text-align: left; text-align: left;
@ -1330,12 +1338,12 @@
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
padding: var(--components-facet-padding); padding: var(--components-facet-vertical-title-padding);
} }
.findify-components--facet__horizontal .findify-components--facet__title { .findify-components--facet__horizontal .findify-components--facet__title {
background: var(--components-facet-horizontal-background); background: var(--components-facet-horizontal-background);
padding: var(--components-facet-horizontal-padding); padding: var(--components-facet-horizontal-title-padding);
} }
.findify-components--facet__text { .findify-components--facet__text {
@ -1354,14 +1362,14 @@
.findify-components--facet__body { .findify-components--facet__body {
margin-top: -15px; margin-top: -15px;
padding: var(--components-facet-body-padding); padding: var(--components-facet-vertical-body-padding);
} }
.findify-components--facet__horizontal .findify-components--facet__body { .findify-components--facet__horizontal .findify-components--facet__body {
background: var(--components-facet-horizontal-background); background: var(--components-facet-horizontal-background);
position: absolute; position: absolute;
z-index: 3; z-index: 3;
padding: var(--components-facet-padding); padding: var(--components-facet-horizontal-body-padding);
min-width: var(--components-facet-min-width); min-width: var(--components-facet-min-width);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
@ -1427,10 +1435,6 @@
display: inline-block; display: inline-block;
} }
.findify-components--cards--product--price__simple .findify-components--cards--product--price__price {
font-weight: bold;
}
.findify-components--cards--product--price__compare { .findify-components--cards--product--price__compare {
text-decoration: line-through; text-decoration: line-through;
color: var(--components-cards-product-price-compare-color); color: var(--components-cards-product-price-compare-color);
@ -1439,7 +1443,7 @@
.findify-components--cards--product--price__price, .findify-components--cards--product--price__price,
.findify-components--cards--product--price__compare { .findify-components--cards--product--price__compare {
font-family: var(--components-cards-product-price-price, .compare-font-family); font-family: var(--font-base);
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
@ -2709,6 +2713,16 @@ body {
width: 100%; width: 100%;
} }
.findify-components-common--image .findify-components-common--image__next {
width: auto;
position: absolute;
top: -9999px;
right: -9999px;
bottom: -9999px;
left: -9999px;
margin: auto;
}
.findify-components-common--image__aspect img { .findify-components-common--image__aspect img {
width: auto; width: auto;
position: absolute; position: absolute;
@ -2733,6 +2747,30 @@ body {
} }
} }
.findify-components-common--image__image {
opacity: 0;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.findify-components-common--image__image:first-child {
opacity: 1;
}
[data-element='card']:hover .findify-components-common--image__multiple .findify-components-common--image__image,
[data-element='card']:active .findify-components-common--image__multiple .findify-components-common--image__image,
[data-element='card']:focus .findify-components-common--image__multiple .findify-components-common--image__image {
opacity: 1;
}
[data-element='card']:hover .findify-components-common--image__multiple .findify-components-common--image__image:first-child,
[data-element='card']:active .findify-components-common--image__multiple .findify-components-common--image__image:first-child,
[data-element='card']:focus .findify-components-common--image__multiple .findify-components-common--image__image:first-child {
opacity: 0;
}
.findify-components-common--image__thumbnail { .findify-components-common--image__thumbnail {
opacity: .5; opacity: .5;
-webkit-filter: blur(10px); -webkit-filter: blur(10px);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long