Skip to content

Commit

Permalink
Update shiny JS/CSS assets (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed May 22, 2024
1 parent 530ba52 commit 9a3e5b2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion shiny/ui/_html_deps_py_shiny.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def busy_indicators_dep() -> HTMLDependency:
__version__,
source={"package": "shiny", "subdir": "www/shared/busy-indicators"},
stylesheet={"href": "busy-indicators.css"},
script={"src": "busy-indicators.js"},
head=busy_indicators.use(), # Enable busy indicators by default.
all_files=True,
)
2 changes: 1 addition & 1 deletion shiny/www/shared/_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
"package": "shiny",
"version": "Github (rstudio/shiny@733a4e898369892f553191a4d8cf67086333a8bf)"
"version": "Github (rstudio/shiny@e432bb0592b9215efab9126364bf3081f08d6f45)"
}
2 changes: 1 addition & 1 deletion shiny/www/shared/bootstrap/_version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
"shiny_version": "Github (rstudio/shiny@733a4e898369892f553191a4d8cf67086333a8bf)",
"shiny_version": "Github (rstudio/shiny@e432bb0592b9215efab9126364bf3081f08d6f45)",
"bslib_version": "Github (rstudio/bslib@3dd55fd7249d30ecddac8f98ba8dc70aee0b3459)",
"htmltools_version": "Github (rstudio/htmltools@487aa0bed7313d7597b6edd5810e53cab0061198)",
"bootstrap_version": "5.3.1"
Expand Down
2 changes: 1 addition & 1 deletion shiny/www/shared/busy-indicators/busy-indicators.css

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

3 changes: 0 additions & 3 deletions shiny/www/shared/busy-indicators/busy-indicators.js

This file was deleted.

7 changes: 0 additions & 7 deletions shiny/www/shared/busy-indicators/busy-indicators.js.map

This file was deleted.

0 comments on commit 9a3e5b2

Please sign in to comment.