Updated: findify-bundle v7.0.3 -> v7.0.7 (#464)

This commit is contained in:
nobody 2021-05-20 06:32:17 +02:00
parent bf353709e7
commit d9aa43f226
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
15 changed files with 113 additions and 138 deletions

View File

@ -1230,15 +1230,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.3/dist/autocomplete.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/bundle.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/polyfill.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/raw.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.3/dist/styles.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/autocomplete.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/bundle.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/initializer.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/polyfill.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/raw.css
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.7/dist/styles.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
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')) {
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.3';
else return '7.0.7';
} else if (type.startsWith('/fancybox/2.')) {
return '2.1.7';
} else if (type.startsWith('/fancybox/3.')) {

View File

@ -57,7 +57,7 @@
<li>Added: bodymovin v4.13.0 and v5.7.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/452">#452</a>)</li>
<li>Mapping: materialize -> cdn.jsdelivr.net/gh/ (<a href="https://codeberg.org/nobody/LocalCDN/issues/458">#458</a>)</li>
<li>Mapping: jQuery -> cdn.jsdelivr.net/gh/ (<a href="https://codeberg.org/nobody/LocalCDN/issues/458">#458</a>)</li>
<li>Updated: findify-bundle v7.0.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/464">#464</a>)</li>
<li>Updated: findify-bundle v7.0.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/464">#464</a>)</li>
<li>Updated: plyr v3.6.7 -> v3.6.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/465">#465</a>)</li>
<li>Updated: ember.js v3.26.1 -> v3.27.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/466">#466</a>)</li>
<li>Updated: Google Material Fonts v85 -> v87 (<a href="https://codeberg.org/nobody/LocalCDN/issues/467">#467</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

View File

@ -211,9 +211,7 @@
.findify-components-common--grid__column,
.findify-components-common--grid__placeholder {
list-style: none;
margin: 0;
padding: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
@ -223,6 +221,8 @@
flex-basis: auto;
-webkit-box-sizing: content-box;
box-sizing: content-box;
list-style: none;
padding: 0;
}
.findify-components-common--grid__column-auto {
@ -425,6 +425,7 @@
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.findify-components--cards--product__title-link:focus {
@ -477,6 +478,92 @@
/* imported from styles.css */
.findify-components-autocomplete--search-suggestions {
vertical-align: top;
background: #fff;
padding: 0 27px;
margin-top: 20px;
}
.findify-components-autocomplete--search-suggestions__list {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
.findify-components-autocomplete--search-suggestions__list li {
display: block;
}
.findify-components-autocomplete--search-suggestions__horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 25px;
}
.findify-components-autocomplete--search-suggestions__title {
margin-top: 0;
margin-bottom: 17px;
color: var(--color-grey-3);
font-size: var(--font-size-small);
line-height: var(--font-size-small);
font-weight: bold;
text-transform: uppercase;
font-family: var(--font-base);
}
/* imported from styles.css */
.findify-components-autocomplete--product-matches {
vertical-align: top;
padding: 0 27px;
background: #fff;
margin-top: 20px;
}
.findify-components-autocomplete--product-matches__title {
margin-top: 0;
margin-bottom: 17px;
color: var(--color-grey-3);
font-size: var(--font-size-small);
line-height: var(--font-size-small);
font-weight: bold;
text-transform: uppercase;
font-family: var(--font-base);
}
.findify-components-autocomplete--product-matches__grid-column-class:not(:last-child):after {
content: ' ';
display: block;
width: 100%;
height: 1px;
background: var(--color-grey-2);
margin-bottom: 16px;
}
.findify-components-autocomplete--product-matches__view-more-button {
margin: 0 auto 0 auto;
display: block;
padding: 0 85px;
height: 40px;
background: var(--color-grey-1);
-webkit-transition: background .1s linear;
transition: background .1s linear;
font-size: var(--font-size-small);
width: 300px;
}
.findify-components-autocomplete--product-matches__view-more-button:hover,
.findify-components-autocomplete--product-matches__view-more-button:focus {
background: var(--color-grey-2);
}
/* imported from styles.css */
.findify-components-search--lazy-results {
width: 100%;
}
@ -513,28 +600,6 @@
/* imported from styles.css */
.findify-components-autocomplete--search-suggestions__list {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
.findify-components-autocomplete--search-suggestions__list li {
display: block;
}
.findify-components-autocomplete--search-suggestions__horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 25px;
}
/* imported from styles.css */
.findify-components--cards--product--rating__rating {
white-space: nowrap;
}
@ -960,38 +1025,6 @@
/* imported from styles.css */
.findify-components-autocomplete--product-matches.findify-components-autocomplete--product-matches__padded {
padding: 0 16px;
}
.findify-components-autocomplete--product-matches__grid-column-class:not(:last-child):after {
content: ' ';
display: block;
width: 100%;
height: 1px;
background: var(--color-grey-2);
margin-bottom: 16px;
}
.findify-components-autocomplete--product-matches__view-more-button {
margin: 0 auto 0 auto;
display: block;
padding: 0 85px;
height: 40px;
background: var(--color-grey-1);
-webkit-transition: background .1s linear;
transition: background .1s linear;
font-size: var(--font-size-small);
width: 300px;
}
.findify-components-autocomplete--product-matches__view-more-button:hover,
.findify-components-autocomplete--product-matches__view-more-button:focus {
background: var(--color-grey-2);
}
/* imported from styles.css */
.findify-components--cards--content {
padding-top: 10px;
padding-left: 12px;
@ -1321,7 +1354,7 @@
background: var(--components-facet-horizontal-background);
position: absolute;
z-index: 3;
min-width: 100%;
min-width: 200px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@ -1402,11 +1435,14 @@
border-radius: 2px;
text-align: left;
padding: 10px 17px;
margin-left: 10px;
margin-right: 10px;
margin: 0 -17px;
text-transform: capitalize;
}
.findify-components-autocomplete--suggestion-item__suggestion.findify-components-autocomplete--suggestion-item__horizontal {
margin: 0 2px;
}
.findify-components-autocomplete--suggestion-item__suggestion:before {
content: ' ';
display: table;
@ -2184,34 +2220,9 @@ body {
outline: none;
}
.findify-layouts--autocomplete--sidebar__type-title {
margin: 0;
color: var(--color-grey-3);
font-size: var(--font-size-small);
line-height: var(--font-size-small);
font-weight: bold;
text-transform: uppercase;
font-family: var(--font-base);
padding: 25px 27px 17px 27px;
}
.findify-layouts--autocomplete--sidebar__suggestions {
width: 100%;
background: var(--color-white);
padding-bottom: 15px;
}
.findify-layouts--autocomplete--sidebar__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
overflow: hidden;
overflow-y: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.findify-layouts--autocomplete--sidebar__body-noscroll {
@ -2810,26 +2821,6 @@ body {
position: relative;
}
.findify-layouts--autocomplete--dropdown__type-title {
margin-top: 0;
margin-bottom: 17px;
color: var(--color-grey-3);
font-size: var(--font-size-small);
line-height: var(--font-size-small);
font-weight: bold;
text-transform: uppercase;
font-family: var(--font-base);
}
.findify-layouts--autocomplete--dropdown__suggestions-title {
padding: 0 27px;
white-space: nowrap;
}
.findify-layouts--autocomplete--dropdown__trending-title {
font-style: italic;
}
.findify-layouts--autocomplete--dropdown__overlay {
position: fixed;
top: 0;
@ -2870,26 +2861,10 @@ body {
.findify-layouts--autocomplete--dropdown__container {
width: 100%;
margin-top: 38px;
margin-top: 18px;
margin-bottom: 38px;
}
.findify-layouts--autocomplete--dropdown__product-matches-container {
vertical-align: top;
padding: 0 38px;
background: #fff;
}
.findify-layouts--autocomplete--dropdown__product-matches-container.findify-layouts--autocomplete--dropdown__padded {
padding: 0 16px;
}
.findify-layouts--autocomplete--dropdown__suggestions-container {
vertical-align: top;
padding: 0;
background: #fff;
}
.findify-layouts--autocomplete--dropdown__container > *:first-child {
border-right: 1px solid #e2e2e2;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long