Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified R/sysdata.rda
Binary file not shown.
7 changes: 5 additions & 2 deletions R/value-box.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
#' `"text-light"`) to customize the background/foreground colors.
#' @param fill Whether to allow the value box to grow/shrink to fit a fillable
#' container with an opinionated height (e.g., `page_fillable()`).
#' @param max_height The maximum height of the value box or the showcase area.
#' Can be any valid [CSS unit][htmltools::validateCssUnit] (e.g.,
#' `max_height="200px"`).
#' @inheritParams card
#' @param theme_color `r lifecycle::badge("deprecated")` Use `theme` instead.
#'
Expand Down Expand Up @@ -227,9 +230,9 @@ new_value_box_theme <- function(class = NULL, bg = NULL, fg = NULL) {
#' Accepted values in the second category are `"auto"`, `"min-content"`,
#' `"max-content"`, a fractional unit (e.g. `2fr`), or a `minmax()` function
#' (e.g., `minmax(100px, 1fr)`).
#' @param max_height,max_height_full_screen A proportion (i.e., a number between
#' @param max_height_full_screen A proportion (i.e., a number between
#' 0 and 1) or any valid [CSS unit][htmltools::validateCssUnit] defining the
#' showcase max_height.
#' showcase `max_height` in a full screen card.
#'
#' @export
#' @rdname value_box
Expand Down
10 changes: 7 additions & 3 deletions man/value_box.Rd

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