Skip to content

Commit 7320e5d

Browse files
authored
Merge pull request #12836 from quarto-dev/deps/update-bsicons
[deps] update BsIcons to v1.13.1
2 parents 6945ee5 + 78e7c1b commit 7320e5d

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export TYPST=0.13.0
2929
# 0.5.1 + consolidated components
3030
export BOOTSTRAP=ad946cafdbf1c91cfd714cb39948bb203ae66e66
3131
export HTMLTOOLS=0.5.7
32-
export BOOTSTRAP_FONT=1.11.1
32+
export BOOTSTRAP_FONT=1.13.1
3333
export BOOTSWATCH=5.3.1
3434

3535
# javascript HTML dependencies

news/changelog-1.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ All changes included in 1.8:
77
- ([#12657](https://github.com/quarto-dev/quarto-cli/pull/12657)): Load Giscus in generated script tag, to avoid wrong-theming in Chrome.
88
- ([#12780](https://github.com/quarto-dev/quarto-cli/issues/12780)): `keep-ipynb: true` now works again correctly and intermediate `.quarto_ipynb` is not removed.
99

10+
## Dependencies
11+
12+
- Update `bootstrap-icons` to version v1.13.1 from v1.11.1.
13+
1014
## Formats
1115

1216
### `html`

src/resources/formats/html/bootstrap/dist/bootstrap-icons.css

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*!
2-
* Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
3-
* Copyright 2019-2023 The Bootstrap Authors
2+
* Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
3+
* Copyright 2019-2024 The Bootstrap Authors
44
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
55
*/
66

77
@font-face {
88
font-display: block;
99
font-family: "bootstrap-icons";
1010
src:
11-
url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff");
11+
url("./bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
1212
}
1313

1414
.bi::before,
@@ -2076,3 +2076,31 @@ url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff");
20762076
.bi-suitcase2-fill::before { content: "\f901"; }
20772077
.bi-suitcase2::before { content: "\f902"; }
20782078
.bi-vignette::before { content: "\f903"; }
2079+
.bi-bluesky::before { content: "\f7f9"; }
2080+
.bi-tux::before { content: "\f904"; }
2081+
.bi-beaker-fill::before { content: "\f905"; }
2082+
.bi-beaker::before { content: "\f906"; }
2083+
.bi-flask-fill::before { content: "\f907"; }
2084+
.bi-flask-florence-fill::before { content: "\f908"; }
2085+
.bi-flask-florence::before { content: "\f909"; }
2086+
.bi-flask::before { content: "\f90a"; }
2087+
.bi-leaf-fill::before { content: "\f90b"; }
2088+
.bi-leaf::before { content: "\f90c"; }
2089+
.bi-measuring-cup-fill::before { content: "\f90d"; }
2090+
.bi-measuring-cup::before { content: "\f90e"; }
2091+
.bi-unlock2-fill::before { content: "\f90f"; }
2092+
.bi-unlock2::before { content: "\f910"; }
2093+
.bi-battery-low::before { content: "\f911"; }
2094+
.bi-anthropic::before { content: "\f912"; }
2095+
.bi-apple-music::before { content: "\f913"; }
2096+
.bi-claude::before { content: "\f914"; }
2097+
.bi-openai::before { content: "\f915"; }
2098+
.bi-perplexity::before { content: "\f916"; }
2099+
.bi-css::before { content: "\f917"; }
2100+
.bi-javascript::before { content: "\f918"; }
2101+
.bi-typescript::before { content: "\f919"; }
2102+
.bi-fork-knife::before { content: "\f91a"; }
2103+
.bi-globe-americas-fill::before { content: "\f91b"; }
2104+
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
2105+
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
2106+
.bi-globe-europe-africa-fill::before { content: "\f91e"; }
Binary file not shown.

0 commit comments

Comments
 (0)