Skip to content

Commit 9a3e5b2

Browse files
authored
Update shiny JS/CSS assets (#1406)
1 parent 530ba52 commit 9a3e5b2

File tree

6 files changed

+3
-14
lines changed

6 files changed

+3
-14
lines changed

shiny/ui/_html_deps_py_shiny.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def busy_indicators_dep() -> HTMLDependency:
6161
__version__,
6262
source={"package": "shiny", "subdir": "www/shared/busy-indicators"},
6363
stylesheet={"href": "busy-indicators.css"},
64-
script={"src": "busy-indicators.js"},
6564
head=busy_indicators.use(), # Enable busy indicators by default.
6665
all_files=True,
6766
)

shiny/www/shared/_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
33
"package": "shiny",
4-
"version": "Github (rstudio/shiny@733a4e898369892f553191a4d8cf67086333a8bf)"
4+
"version": "Github (rstudio/shiny@e432bb0592b9215efab9126364bf3081f08d6f45)"
55
}

shiny/www/shared/bootstrap/_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
3-
"shiny_version": "Github (rstudio/shiny@733a4e898369892f553191a4d8cf67086333a8bf)",
3+
"shiny_version": "Github (rstudio/shiny@e432bb0592b9215efab9126364bf3081f08d6f45)",
44
"bslib_version": "Github (rstudio/bslib@3dd55fd7249d30ecddac8f98ba8dc70aee0b3459)",
55
"htmltools_version": "Github (rstudio/htmltools@487aa0bed7313d7597b6edd5810e53cab0061198)",
66
"bootstrap_version": "5.3.1"

shiny/www/shared/busy-indicators/busy-indicators.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shiny/www/shared/busy-indicators/busy-indicators.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

shiny/www/shared/busy-indicators/busy-indicators.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)