Skip to content

Commit

Permalink
material-icons 1.12.0 (OrchardCMS#12527)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Sep 30, 2022
1 parent dd3b876 commit 8296b11
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static ResourceManagementOptionsConfiguration()
.DefineStyle("material-icons")
.SetCdn("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp")
.SetUrl("~/TheAdmin/fonts/material-icons/material-icons.min.css", "~/TheAdmin/fonts/material-icons/material-icons.css")
.SetVersion("1.11.0");
.SetVersion("1.12.0");

_manifest
.DefineScript("admin")
Expand Down
14 changes: 7 additions & 7 deletions src/OrchardCore.Themes/TheAdmin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheAdmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@popperjs/core": "2.11.5",
"bootstrap": "5.1.3",
"bootstrap-select": "1.14.0-beta2",
"material-icons": "1.11.0",
"material-icons": "1.12.0",
"nouislider": "15.6.1"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The below table lists the different libraries used as Resources:
| [jQuery Easing](https://github.com/gdsmith/jquery.easing) | jQuery Easing Plugin. | 1.4.1 | [MIT](https://github.com/gdsmith/jquery.easing/blob/master/LICENSE-BSD-3-Clause.txt) |
| [jquery-resizable-dom](https://github.com/RickStrahl/jquery-resizable) | jQuery plug-in to make DOM components resizable. | 0.35.0 | [MIT](https://github.com/RickStrahl/jquery-resizable/blob/master/LICENSE.md) |
| [js-cookie](https://github.com/js-cookie/js-cookie) | A simple, lightweight JavaScript API for handling browser cookies. | 3.0.1 | [MIT](https://github.com/js-cookie/js-cookie/blob/master/LICENSE) |
| [Material icons](https://github.com/marella/material-icons) | Latest icon fonts and CSS for self-hosting material design icons. | 1.11.0 | [Apache-2.0](https://github.com/marella/material-icons/blob/main/LICENSE) |
| [Material icons](https://github.com/marella/material-icons) | Latest icon fonts and CSS for self-hosting material design icons. | 1.12.0 | [Apache-2.0](https://github.com/marella/material-icons/blob/main/LICENSE) |
| [Monaco Editor](https://microsoft.github.io/monaco-editor) | Lightweight source code editor | 0.34.0 | [MIT](https://github.com/microsoft/monaco-editor/blob/main/LICENSE.md) |
| [noUiSlider](https://github.com/leongersen/noUiSlider) | noUiSlider is a lightweight JavaScript range slider. | 15.6.1 | [MIT](https://github.com/leongersen/noUiSlider/blob/master/LICENSE.md) |
| [Popper](https://github.com/popperjs/popper-core) | Positioning tooltips and popovers. | 2.11.5 | [MIT](https://github.com/popperjs/popper-core/blob/master/LICENSE.md) |
Expand Down

0 comments on commit 8296b11

Please sign in to comment.