findify-bundle v7.1.13 -> v7.1.14 (#783)
This commit is contained in:
parent
50309a3a10
commit
fe5781ccda
|
@ -1724,15 +1724,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.13/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.13/dist/styles.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.14/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
|
||||
|
|
|
@ -274,7 +274,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.13';
|
||||
else return '7.1.14';
|
||||
} else if (type.startsWith('/fancybox/2.')) {
|
||||
return '2.1.7';
|
||||
} else if (type.startsWith('/fancybox/3.')) {
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
<li>dexie v3.0.3 -> v3.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/778">#778</a>)</li>
|
||||
<li>Swiper v7.2.0 -> v7.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/779">#779</a>)</li>
|
||||
<li>socket.io v4.3.2 -> v4.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/780">#780</a>)</li>
|
||||
<li>findify-bundle v7.1.13 -> v7.1.14 (<a href="https://codeberg.org/nobody/LocalCDN/issues/783">#783</a>)</li>
|
||||
</ul>
|
||||
<p>Mapping</p>
|
||||
<ul>
|
||||
|
|
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
|
@ -28,6 +28,9 @@
|
|||
--components-cards-product-description-color: #b2b2b2;
|
||||
--components-cards-product-description-font-family: var(--font-base);
|
||||
--components-autocomplete-blocktitle-font-size: 12px;
|
||||
--components-cards-promo-title-font-size: var(--font-size-huge);
|
||||
--components-pagination-height: 40px;
|
||||
--components-pagination-text-transform: uppercase;
|
||||
--components-cards-content-title-font-size: 1;
|
||||
--components-cards-content-title-font-family: var(--font-base);
|
||||
--components-cards-content-title-text-transform: none;
|
||||
|
@ -46,9 +49,6 @@
|
|||
--components-autocomplete-suggestionitem-suggestion-color: var(--color-black);
|
||||
--components-autocomplete-suggestionitem-suggestion-font-family: var(--font-base);
|
||||
--components-autocomplete-suggestionitem-suggestion-font-size: 1;
|
||||
--components-cards-promo-title-font-size: var(--font-size-huge);
|
||||
--components-pagination-height: 40px;
|
||||
--components-pagination-text-transform: uppercase;
|
||||
--components-search-desktopactions-padding: 25px;
|
||||
--components-checkboxfacet-search-padding-bottom: 11px;
|
||||
--components-facet-min-width: 250px;
|
||||
|
@ -493,28 +493,6 @@
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-autocomplete--layout__column {
|
||||
vertical-align: top;
|
||||
background: #fff;
|
||||
padding: 0 32px;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-autocomplete--block-title {
|
||||
margin: 0;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 32px;
|
||||
color: var(--color-black);
|
||||
font-size: var(--components-autocomplete-blocktitle-font-size);
|
||||
line-height: var(--components-autocomplete-blocktitle-font-size);
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-family: var(--font-base);
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-search--lazy-results {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -560,6 +538,198 @@
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-autocomplete--layout__column {
|
||||
vertical-align: top;
|
||||
background: #fff;
|
||||
padding: 0 32px;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-autocomplete--block-title {
|
||||
margin: 0;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 32px;
|
||||
color: var(--color-black);
|
||||
font-size: var(--components-autocomplete-blocktitle-font-size);
|
||||
line-height: var(--components-autocomplete-blocktitle-font-size);
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
font-family: var(--font-base);
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--promo {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding-bottom: 50px;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-family: var(--font-base);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__content {
|
||||
height: 100%;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__container {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
color: white;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
margin: 0 12%;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: white;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
text-transorm: uppercase;
|
||||
font-size: var(--font-size-medium);
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button:hover,
|
||||
.findify-components--cards--promo__button:focus {
|
||||
background-color: var(--color-grey-2);
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button-container {
|
||||
text-align: center;
|
||||
padding: 30px 12% 12% 12%;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__title {
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
font-size: var(--components-cards-promo-title-font-size);
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__description {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__footer {
|
||||
margin: 0;
|
||||
padding: 10px 12% 5px 12%;
|
||||
font-size: var(--font-size-small);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--pagination {
|
||||
padding-top: 30px;
|
||||
border-top: 1px solid var(--color-grey-2);
|
||||
margin-top: 22px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.findify-components--pagination:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev, .findify-components--pagination__next,
|
||||
.findify-components--pagination__first, .findify-components--pagination__last,
|
||||
.findify-components--pagination__page, .findify-components--pagination__dots {
|
||||
height: var(--components-pagination-height);
|
||||
padding: 0 16px;
|
||||
color: var(--color-black);
|
||||
font-size: var(--font-size-medium);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev:hover,
|
||||
.findify-components--pagination__prev:focus,
|
||||
.findify-components--pagination__next:hover,
|
||||
.findify-components--pagination__next:focus,
|
||||
.findify-components--pagination__first:hover,
|
||||
.findify-components--pagination__first:focus,
|
||||
.findify-components--pagination__last:hover,
|
||||
.findify-components--pagination__last:focus,
|
||||
.findify-components--pagination__page:hover,
|
||||
.findify-components--pagination__page:focus,
|
||||
.findify-components--pagination__dots:hover,
|
||||
.findify-components--pagination__dots:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev, .findify-components--pagination__next {
|
||||
text-transform: var(--components-pagination-text-transform);
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev svg,
|
||||
.findify-components--pagination__next svg {
|
||||
vertical-align: -3px;
|
||||
}
|
||||
|
||||
.findify-components--pagination__dots {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.findify-components--pagination__active,
|
||||
.findify-components--pagination__active:focus {
|
||||
background-color: var(--color-grey-1);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -684,16 +854,6 @@
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-search--static-results {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.findify-components-search--static-results__column {
|
||||
display: table;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--product--rating__rating {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -1044,110 +1204,6 @@
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--promo {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding-bottom: 50px;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-family: var(--font-base);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__content {
|
||||
height: 100%;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__container {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
color: white;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
margin: 0 12%;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: white;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
text-transorm: uppercase;
|
||||
font-size: var(--font-size-medium);
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button:hover,
|
||||
.findify-components--cards--promo__button:focus {
|
||||
background-color: var(--color-grey-2);
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__button-container {
|
||||
text-align: center;
|
||||
padding: 30px 12% 12% 12%;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__title {
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
font-size: var(--components-cards-promo-title-font-size);
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__description {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.findify-components--cards--promo__footer {
|
||||
margin: 0;
|
||||
padding: 10px 12% 5px 12%;
|
||||
font-size: var(--font-size-small);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--cards--product--variants__variants {
|
||||
color: var(--color-grey-3);
|
||||
font-family: var(--font-base);
|
||||
|
@ -1159,72 +1215,6 @@
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--pagination {
|
||||
padding-top: 30px;
|
||||
border-top: 1px solid var(--color-grey-2);
|
||||
margin-top: 22px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.findify-components--pagination:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev, .findify-components--pagination__next,
|
||||
.findify-components--pagination__first, .findify-components--pagination__last,
|
||||
.findify-components--pagination__page, .findify-components--pagination__dots {
|
||||
height: var(--components-pagination-height);
|
||||
padding: 0 16px;
|
||||
color: var(--color-black);
|
||||
font-size: var(--font-size-medium);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev:hover,
|
||||
.findify-components--pagination__prev:focus,
|
||||
.findify-components--pagination__next:hover,
|
||||
.findify-components--pagination__next:focus,
|
||||
.findify-components--pagination__first:hover,
|
||||
.findify-components--pagination__first:focus,
|
||||
.findify-components--pagination__last:hover,
|
||||
.findify-components--pagination__last:focus,
|
||||
.findify-components--pagination__page:hover,
|
||||
.findify-components--pagination__page:focus,
|
||||
.findify-components--pagination__dots:hover,
|
||||
.findify-components--pagination__dots:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev, .findify-components--pagination__next {
|
||||
text-transform: var(--components-pagination-text-transform);
|
||||
}
|
||||
|
||||
.findify-components--pagination__prev svg,
|
||||
.findify-components--pagination__next svg {
|
||||
vertical-align: -3px;
|
||||
}
|
||||
|
||||
.findify-components--pagination__dots {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.findify-components--pagination__active,
|
||||
.findify-components--pagination__active:focus {
|
||||
background-color: var(--color-grey-1);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-search--desktop-actions__block {
|
||||
padding-bottom: var(--components-search-desktopactions-padding);
|
||||
}
|
||||
|
@ -1311,6 +1301,16 @@ p.findify-layouts--recommendation--grid__title {
|
|||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components-search--static-results {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.findify-components-search--static-results__column {
|
||||
display: table;
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-components--breadcrumbs {
|
||||
white-space: nowrap;
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue