diff --git a/configuration b/configuration index 4c1718ba16e..ce385a08c30 100644 --- a/configuration +++ b/configuration @@ -29,7 +29,7 @@ export TYPST=0.13.0 # 0.5.1 + consolidated components export BOOTSTRAP=ad946cafdbf1c91cfd714cb39948bb203ae66e66 export HTMLTOOLS=0.5.7 -export BOOTSTRAP_FONT=1.11.1 +export BOOTSTRAP_FONT=1.13.1 export BOOTSWATCH=5.3.1 # javascript HTML dependencies diff --git a/news/changelog-1.8.md b/news/changelog-1.8.md index a7e497e9fa6..dd50c697fab 100644 --- a/news/changelog-1.8.md +++ b/news/changelog-1.8.md @@ -7,6 +7,10 @@ All changes included in 1.8: - ([#12657](https://github.com/quarto-dev/quarto-cli/pull/12657)): Load Giscus in generated script tag, to avoid wrong-theming in Chrome. - ([#12780](https://github.com/quarto-dev/quarto-cli/issues/12780)): `keep-ipynb: true` now works again correctly and intermediate `.quarto_ipynb` is not removed. +## Dependencies + +- Update `bootstrap-icons` to version v1.13.1 from v1.11.1. + ## Formats ### `html` diff --git a/src/resources/formats/html/bootstrap/dist/bootstrap-icons.css b/src/resources/formats/html/bootstrap/dist/bootstrap-icons.css index 285e4448fc8..82b40f57e13 100644 --- a/src/resources/formats/html/bootstrap/dist/bootstrap-icons.css +++ b/src/resources/formats/html/bootstrap/dist/bootstrap-icons.css @@ -1,6 +1,6 @@ /*! - * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) - * Copyright 2019-2023 The Bootstrap Authors + * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/) + * Copyright 2019-2024 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) */ @@ -8,7 +8,7 @@ font-display: block; font-family: "bootstrap-icons"; src: -url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff"); +url("./bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff"); } .bi::before, @@ -2076,3 +2076,31 @@ url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff"); .bi-suitcase2-fill::before { content: "\f901"; } .bi-suitcase2::before { content: "\f902"; } .bi-vignette::before { content: "\f903"; } +.bi-bluesky::before { content: "\f7f9"; } +.bi-tux::before { content: "\f904"; } +.bi-beaker-fill::before { content: "\f905"; } +.bi-beaker::before { content: "\f906"; } +.bi-flask-fill::before { content: "\f907"; } +.bi-flask-florence-fill::before { content: "\f908"; } +.bi-flask-florence::before { content: "\f909"; } +.bi-flask::before { content: "\f90a"; } +.bi-leaf-fill::before { content: "\f90b"; } +.bi-leaf::before { content: "\f90c"; } +.bi-measuring-cup-fill::before { content: "\f90d"; } +.bi-measuring-cup::before { content: "\f90e"; } +.bi-unlock2-fill::before { content: "\f90f"; } +.bi-unlock2::before { content: "\f910"; } +.bi-battery-low::before { content: "\f911"; } +.bi-anthropic::before { content: "\f912"; } +.bi-apple-music::before { content: "\f913"; } +.bi-claude::before { content: "\f914"; } +.bi-openai::before { content: "\f915"; } +.bi-perplexity::before { content: "\f916"; } +.bi-css::before { content: "\f917"; } +.bi-javascript::before { content: "\f918"; } +.bi-typescript::before { content: "\f919"; } +.bi-fork-knife::before { content: "\f91a"; } +.bi-globe-americas-fill::before { content: "\f91b"; } +.bi-globe-asia-australia-fill::before { content: "\f91c"; } +.bi-globe-central-south-asia-fill::before { content: "\f91d"; } +.bi-globe-europe-africa-fill::before { content: "\f91e"; } diff --git a/src/resources/formats/html/bootstrap/dist/bootstrap-icons.woff b/src/resources/formats/html/bootstrap/dist/bootstrap-icons.woff index dbeeb055674..a4fa4f024c2 100644 Binary files a/src/resources/formats/html/bootstrap/dist/bootstrap-icons.woff and b/src/resources/formats/html/bootstrap/dist/bootstrap-icons.woff differ