mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
findify-bundle v7.1.7 -> v7.1.9 (#702)
This commit is contained in:
@@ -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~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.1.7/dist/autocomplete.js
|
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.9/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.9/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.9/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.9/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.9/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.9/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.9/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.9/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/styles.css
|
||||||
https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.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/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
|
||||||
|
@@ -272,7 +272,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.1.7';
|
else return '7.1.9';
|
||||||
} 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.')) {
|
||||||
|
@@ -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>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>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>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>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>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>
|
<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
@@ -359,6 +359,10 @@
|
|||||||
padding-bottom: 15px;
|
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.findify-components--cards--product__highlighted:after,
|
||||||
.findify-components--cards--product:focus-within:after {
|
.findify-components--cards--product:focus-within:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
@@ -577,6 +581,10 @@
|
|||||||
min-width: 100px;
|
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 {
|
.findify-components--cards--content.findify-components--cards--content__horizontal {
|
||||||
text-align: var(--text-align-horizontal);
|
text-align: var(--text-align-horizontal);
|
||||||
-webkit-box-orient: horizontal;
|
-webkit-box-orient: horizontal;
|
||||||
@@ -599,11 +607,6 @@
|
|||||||
border-radius: 17px;
|
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 {
|
.findify-components--cards--content.findify-components--cards--content__bubble .findify-components--cards--content__title {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
@@ -625,11 +628,6 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findify-components--cards--content:hover,
|
|
||||||
.findify-components--cards--content:focus {
|
|
||||||
background: var(--color-grey-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.findify-components--cards--content__content {
|
.findify-components--cards--content__content {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
1
resources/findify-bundle/7.1.9/styles.css
Normal file
1
resources/findify-bundle/7.1.9/styles.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user