mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 12:27:27 +01:00
Updated: findify-bundle v7.0.23 -> v7.0.24 (#539)
This commit is contained in:
parent
da8b77ea04
commit
28c79267a3
@ -1603,15 +1603,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.0.23/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.23/dist/styles.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.24/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
|
||||
|
@ -278,7 +278,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.0.23';
|
||||
else return '7.0.24';
|
||||
} else if (type.startsWith('/fancybox/2.')) {
|
||||
return '2.1.7';
|
||||
} else if (type.startsWith('/fancybox/3.')) {
|
||||
|
@ -35,7 +35,7 @@
|
||||
<li>Updated: algoliasearch v4.9.3 -> v4.10.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/536">#536</a>)</li>
|
||||
<li>Updated: instantsearch.js v4.24.0 -> v4.25.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/537">#537</a>)</li>
|
||||
<li>Updated: bootstrap v5.0.1 -> v5.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/538">#538</a>)</li>
|
||||
<li>Updated: findify-bundle v7.0.22 -> v7.0.23 (<a href="https://codeberg.org/nobody/LocalCDN/issues/539">#539</a>)</li>
|
||||
<li>Updated: findify-bundle v7.0.22 -> v7.0.24 (<a href="https://codeberg.org/nobody/LocalCDN/issues/539">#539</a>)</li>
|
||||
<li>Added: vuex v3.6.2 and v4.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/540">#540</a>)</li>
|
||||
<li>Added: jquery-ajax-unobtrusive v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/540">#540</a>)</li>
|
||||
<li>Added: sticky-js v1.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/540">#540</a>)</li>
|
||||
|
File diff suppressed because one or more lines are too long
@ -346,7 +346,6 @@
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
min-width: 200px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
@ -751,6 +750,9 @@
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.findify-components-search--desktop-facets__horizontal .findify-components-search--desktop-facets__header {
|
||||
@ -1038,6 +1040,12 @@
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
p.findify-layouts--recommendation--grid__title {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--content {
|
||||
padding-top: 10px;
|
||||
padding-left: 12px;
|
||||
@ -1648,11 +1656,15 @@
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
p.findify-layouts--recommendation--slider__title {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
/* Swiper */
|
||||
|
||||
.swiper-container {
|
||||
.findify-components--swiper .swiper-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
@ -1663,14 +1675,14 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.swiper-container-vertical > .swiper-wrapper {
|
||||
.findify-components--swiper .swiper-container-vertical > .swiper-wrapper {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.swiper-wrapper {
|
||||
.findify-components--swiper .swiper-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -1689,18 +1701,19 @@
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.swiper-container-android .swiper-slide, .swiper-wrapper {
|
||||
.findify-components--swiper .swiper-container-android .swiper-slide,
|
||||
.findify-components--swiper .swiper-wrapper {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.swiper-container-free-mode > .swiper-wrapper {
|
||||
.findify-components--swiper .swiper-container-free-mode > .swiper-wrapper {
|
||||
-webkit-transition-timing-function: ease-out;
|
||||
transition-timing-function: ease-out;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
.findify-components--swiper .swiper-slide {
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
@ -1712,15 +1725,15 @@
|
||||
transition-property: transform, -webkit-transform;
|
||||
}
|
||||
|
||||
.swiper-slide-invisible-blank {
|
||||
.findify-components--swiper .swiper-slide-invisible-blank {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.swiper-button-disabled {
|
||||
.findify-components--swiper .swiper-button-disabled {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.findify-recommendation {
|
||||
.findify-components--swiper .findify-recommendation {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
resources/findify-bundle/7.0.24/styles.css
Normal file
1
resources/findify-bundle/7.0.24/styles.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user