Skip to content

Commit

Permalink
Include nav spacer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 17, 2023
1 parent 9ccfb7d commit 12682b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/htmlDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fs::dir_copy(x_www_htmltools_fill, main_x_htmltools_fill)
fs::file_delete(
fs::dir_ls(
fs::path(main_x_bslib_components, "components"),
regexp="(_version|sidebar)",
regexp="(_version|sidebar|nav_spacer)",
invert = TRUE
)
)
Expand Down
2 changes: 1 addition & 1 deletion shiny/experimental/www/bslib/_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": "bslib",
"version": "Github (rstudio/bslib@867d0e1204acf567c05ff5859c7c59ba006f4782)"
"version": "Github (rstudio/bslib@625d6d374a11e9a545109cf7ad5f0e490865ecc9)"
}
2 changes: 1 addition & 1 deletion shiny/ui/_x/_htmldeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def sidebar_dependency() -> HTMLDependency:

def nav_spacer_dependency() -> HTMLDependency:
return HTMLDependency(
"bslib-nav-space",
"bslib-nav-spacer",
bslib_version,
source={
"package": "shiny",
Expand Down

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

2 changes: 1 addition & 1 deletion shiny/www/shared/bootstrap/_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
"shiny_version": "Github (rstudio/shiny@6fc06281bdfea3d2afa5582119469f15d2eed5fc)",
"bslib_version": "Github (rstudio/bslib@867d0e1204acf567c05ff5859c7c59ba006f4782)",
"bslib_version": "Github (rstudio/bslib@625d6d374a11e9a545109cf7ad5f0e490865ecc9)",
"htmltools_version": "Github (rstudio/htmltools@6f082f843cd5d897ecae91f2154c5b9523637659)",
"bootstrap_version": "5.2.2"
}

0 comments on commit 12682b1

Please sign in to comment.