mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-28 18:19:30 +01:00
Updated: findify-bundle v7.0.10 -> v7.0.11 (#475)
This commit is contained in:
parent
a41792189a
commit
31799e18df
@ -1269,15 +1269,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.10/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.10/dist/styles.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/bundle.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/initializer.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/polyfill.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/raw.css
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/recommendation.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/search.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/dist/sentry.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.11/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
|
||||
|
@ -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.10';
|
||||
else return '7.0.11';
|
||||
} else if (type.startsWith('/fancybox/2.')) {
|
||||
return '2.1.7';
|
||||
} else if (type.startsWith('/fancybox/3.')) {
|
||||
|
@ -31,6 +31,7 @@
|
||||
<li>Added: MathJax (minimal) v2.7.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/75">#75</a>)</li>
|
||||
<li>Mapping: MathJax -> mathjax.rstudio.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/469">#469</a>)</li>
|
||||
<li>Updated: dayjs v1.10.4 -> v1.10.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/474">#474</a>)</li>
|
||||
<li>Updated: findify-bundle v7.0.10 -> v7.0.11 (<a href="https://codeberg.org/nobody/LocalCDN/issues/475">#475</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
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
2
resources/findify-bundle/7.0.11/autocomplete.jsm
Normal file
2
resources/findify-bundle/7.0.11/autocomplete.jsm
Normal file
File diff suppressed because one or more lines are too long
@ -49,7 +49,8 @@
|
||||
--components-checkboxfacet-search-padding-bottom: 11px;
|
||||
--components-facet-padding: 25px;
|
||||
--components-facet-min-width: 200px;
|
||||
--components-facet-horizontal-background: white;
|
||||
--components-facet-horizontal-padding: 10px 25px;
|
||||
--components-facet-horizontal-background: #f3f3f3;
|
||||
--components-facet-text-color: var(--color-black);
|
||||
--components-facet-text-font-family: var(--font-base);
|
||||
--components-facet-text-font-size: 1;
|
||||
@ -1334,6 +1335,7 @@
|
||||
|
||||
.findify-components--facet__horizontal .findify-components--facet__title {
|
||||
background: var(--components-facet-horizontal-background);
|
||||
padding: var(--components-facet-horizontal-padding);
|
||||
}
|
||||
|
||||
.findify-components--facet__text {
|
||||
@ -1374,7 +1376,7 @@
|
||||
}
|
||||
|
||||
.findify-components--facet__horizontal {
|
||||
margin-right: 1px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.findify-components--facet__horizontal.findify-components--facet__expanded {
|
||||
@ -2229,6 +2231,7 @@ body {
|
||||
background: white;
|
||||
height: 100%;
|
||||
width: 90vw;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.findify-layouts--autocomplete--sidebar__backdrop {
|
||||
@ -2310,6 +2313,7 @@ body {
|
||||
-webkit-transition: border-color .1s linear;
|
||||
transition: border-color .1s linear;
|
||||
outline: none;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.findify-layouts--autocomplete--sidebar__header input:placeholder {
|
||||
@ -2328,6 +2332,7 @@ body {
|
||||
.findify-layouts--autocomplete--sidebar__content {
|
||||
overflow: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 50px);
|
||||
}
|
||||
|
||||
.findify-layouts--autocomplete--sidebar__body-noscroll {
|
File diff suppressed because one or more lines are too long
1
resources/findify-bundle/7.0.11/search.jsm
Normal file
1
resources/findify-bundle/7.0.11/search.jsm
Normal file
File diff suppressed because one or more lines are too long
1
resources/findify-bundle/7.0.11/styles.css
Normal file
1
resources/findify-bundle/7.0.11/styles.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user