Skip to content

Commit

Permalink
Merge pull request #117 from plotly/0.16.0-rpkg
Browse files Browse the repository at this point in the history
Update R package to 0.16.0
  • Loading branch information
rpkyle committed Jun 14, 2019
1 parent 402c153 commit ff56fdb
Show file tree
Hide file tree
Showing 265 changed files with 3,927 additions and 2,950 deletions.
6 changes: 3 additions & 3 deletions packages/dash-html-components/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: dashHtmlComponents
Title: Vanilla HTML components for Dash
Version: 0.15.0
Version: 0.16.0
Authors @R: as.person(c(Chris Parmer <chris@plot.ly>))
Description: Vanilla HTML components for Dash
Depends: R (>= 3.0.2)
Imports: dashR
Suggests: testthat, roxygen2
Imports: dash
Suggests:
License: MIT + file LICENSE
URL: https://github.com/plotly/dash-html-components
BugReports: https://github.com/plotly/dash-html-components/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlA.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlA <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlAbbr.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlAbbr <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlAcronym.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlAcronym <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlAddress.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlAddress <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlArea.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlArea <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlArticle.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlArticle <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlAside.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlAside <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlAudio.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlAudio <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlB.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlB <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBase.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBase <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBasefont.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBasefont <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timesta
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBdi.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBdi <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBdo.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBdo <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBig.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBig <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBlink.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBlink <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBlockquote.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBlockquote <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_times
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlBr.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlBr <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
8 changes: 4 additions & 4 deletions packages/dash-html-components/R/htmlButton.R
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# AUTO GENERATED FILE - DO NOT EDIT

htmlButton <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, autoFocus=NULL, disabled=NULL, form=NULL, formAction=NULL, name=NULL, type=NULL, value=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, loading_state=NULL, ...) {
htmlButton <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, autoFocus=NULL, disabled=NULL, form=NULL, formAction=NULL, formNoValidate=NULL, name=NULL, type=NULL, value=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, loading_state=NULL, ...) {

wildcard_names = names(assert_valid_wildcards(...))

component <- list(
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, autoFocus=autoFocus, disabled=disabled, form=form, formAction=formAction, name=name, type=type, value=value, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, loading_state=loading_state, ...),
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, autoFocus=autoFocus, disabled=disabled, form=form, formAction=formAction, formNoValidate=formNoValidate, name=name, type=type, value=value, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, loading_state=loading_state, ...),
type = 'Button',
namespace = 'dash_html_components',
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'autoFocus', 'disabled', 'form', 'formAction', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'autoFocus', 'disabled', 'form', 'formAction', 'formNoValidate', 'name', 'type', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
package = 'dashHtmlComponents'
)

component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCanvas.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCanvas <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCaption.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCaption <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCenter.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCenter <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCite.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCite <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCode.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCode <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCol.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCol <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlColgroup.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlColgroup <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timesta
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlCommand.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlCommand <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlContent.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlContent <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
8 changes: 4 additions & 4 deletions packages/dash-html-components/R/htmlData.R
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# AUTO GENERATED FILE - DO NOT EDIT

htmlData <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, loading_state=NULL, ...) {
htmlData <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NULL, key=NULL, role=NULL, value=NULL, accessKey=NULL, className=NULL, contentEditable=NULL, contextMenu=NULL, dir=NULL, draggable=NULL, hidden=NULL, lang=NULL, spellCheck=NULL, style=NULL, tabIndex=NULL, title=NULL, loading_state=NULL, ...) {

wildcard_names = names(assert_valid_wildcards(...))

component <- list(
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, loading_state=loading_state, ...),
props = list(children=children, id=id, n_clicks=n_clicks, n_clicks_timestamp=n_clicks_timestamp, key=key, role=role, value=value, accessKey=accessKey, className=className, contentEditable=contentEditable, contextMenu=contextMenu, dir=dir, draggable=draggable, hidden=hidden, lang=lang, spellCheck=spellCheck, style=style, tabIndex=tabIndex, title=title, loading_state=loading_state, ...),
type = 'Data',
namespace = 'dash_html_components',
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
propNames = c('children', 'id', 'n_clicks', 'n_clicks_timestamp', 'key', 'role', 'value', 'accessKey', 'className', 'contentEditable', 'contextMenu', 'dir', 'draggable', 'hidden', 'lang', 'spellCheck', 'style', 'tabIndex', 'title', 'loading_state', wildcard_names),
package = 'dashHtmlComponents'
)

component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDatalist.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDatalist <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timesta
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDd.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDd <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDel.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDel <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDetails.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDetails <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDfn.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDfn <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDialog.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDialog <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDiv.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDiv <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NU
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDl.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDl <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlDt.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlDt <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlElement.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlElement <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestam
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlEm.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlEm <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlEmbed.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlEmbed <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFieldset.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFieldset <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timesta
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFigcaption.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFigcaption <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_times
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFigure.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFigure <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFont.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFont <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFooter.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFooter <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlForm.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlForm <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=N
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFrame <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlFrameset.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlFrameset <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timesta
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlH1.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlH1 <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
2 changes: 1 addition & 1 deletion packages/dash-html-components/R/htmlH2.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ htmlH2 <- function(children=NULL, id=NULL, n_clicks=NULL, n_clicks_timestamp=NUL
component$props <- filter_null(component$props)

structure(component, class = c('dash_component', 'list'))
}
}
Loading

0 comments on commit ff56fdb

Please sign in to comment.