findify-bundle v7.1.7 -> v7.1.9 (#702)

This commit is contained in:
nobody 2021-10-09 11:35:54 +02:00
parent 1de3e14965
commit 37f65cd754
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
13 changed files with 20 additions and 22 deletions

View File

@ -1720,15 +1720,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~initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@6.9.15/dist/vendors~sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/autocomplete.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/bundle.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/polyfill.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/raw.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.7/dist/styles.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/autocomplete.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/bundle.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/polyfill.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/raw.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/dist/styles.css
https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css
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

View File

@ -272,7 +272,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/findify')) {
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 return '7.1.7';
else return '7.1.9';
} else if (type.startsWith('/fancybox/2.')) {
return '2.1.7';
} else if (type.startsWith('/fancybox/3.')) {

View File

@ -31,7 +31,7 @@
<li>alpinejs v3.4.1 -> v3.4.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/699">#699</a>)</li>
<li>instantsearch.js v4.30.1 -> v4.30.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/700">#700</a>)</li>
<li>vue-i18n v8.26.1 -> v8.26.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/701">#701</a>)</li>
<li>findify-bundle v7.1.3 -> v7.1.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/702">#702</a>)</li>
<li>findify-bundle v7.1.3 -> v7.1.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/702">#702</a>)</li>
<li>Swiper v7.0.6 -> v7.0.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/705">#705</a>)</li>
<li>gsap v3.7.1 -> v3.8.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/706">#706</a>)</li>
<li>popper.js v2.10.1 -> v2.10.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/707">#707</a>)</li>

File diff suppressed because one or more lines are too long

View File

@ -359,6 +359,10 @@
padding-bottom: 15px;
}
.findify-components--cards--product.findify-components--cards--product__autocomplete {
padding-bottom: 0;
}
.findify-components--cards--product.findify-components--cards--product__highlighted:after,
.findify-components--cards--product:focus-within:after {
content: ' ';
@ -577,6 +581,10 @@
min-width: 100px;
}
.findify-components--cards--content.findify-components--cards--content__vertical.findify-components--cards--content__autocomplete {
margin-bottom: 20px;
}
.findify-components--cards--content.findify-components--cards--content__horizontal {
text-align: var(--text-align-horizontal);
-webkit-box-orient: horizontal;
@ -599,11 +607,6 @@
border-radius: 17px;
}
.findify-components--cards--content.findify-components--cards--content__bubble:hover,
.findify-components--cards--content.findify-components--cards--content__bubble:focus {
background: var(--color-grey-2);
}
.findify-components--cards--content.findify-components--cards--content__bubble .findify-components--cards--content__title {
line-height: 1;
}
@ -625,11 +628,6 @@
text-decoration: none;
}
.findify-components--cards--content:hover,
.findify-components--cards--content:focus {
background: var(--color-grey-1);
}
.findify-components--cards--content__content {
font-size: 14px;
}

File diff suppressed because one or more lines are too long