Skip to content

Commit

Permalink
Build artifacts for 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Apr 13, 2023
1 parent a98c94f commit 0959d22
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dash/dcc/dash_core_components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dcc/dash_core_components.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/dcc/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "2.9.1",
"version": "2.9.2",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down
6 changes: 0 additions & 6 deletions dash/html/Area.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ class Area(Component):
- href (string; optional):
The URL of a linked resource.
- hrefLang (string; optional):
Specifies the language of the linked resource.
- key (string; optional):
A unique identifier for the component, used to improve performance
by React.js while rendering components See
Expand Down Expand Up @@ -154,7 +151,6 @@ def __init__(
coords=Component.UNDEFINED,
download=Component.UNDEFINED,
href=Component.UNDEFINED,
hrefLang=Component.UNDEFINED,
media=Component.UNDEFINED,
referrerPolicy=Component.UNDEFINED,
rel=Component.UNDEFINED,
Expand Down Expand Up @@ -193,7 +189,6 @@ def __init__(
"draggable",
"hidden",
"href",
"hrefLang",
"key",
"lang",
"loading_state",
Expand Down Expand Up @@ -228,7 +223,6 @@ def __init__(
"draggable",
"hidden",
"href",
"hrefLang",
"key",
"lang",
"loading_state",
Expand Down
2 changes: 1 addition & 1 deletion dash/html/dash_html_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash/html/dash_html_components.min.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dash/html/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,13 +996,6 @@
"required": false,
"description": "The URL of a linked resource."
},
"hrefLang": {
"type": {
"name": "string"
},
"required": false,
"description": "Specifies the language of the linked resource."
},
"media": {
"type": {
"name": "string"
Expand Down
2 changes: 1 addition & 1 deletion dash/html/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-html-components",
"version": "2.0.10",
"version": "2.0.11",
"description": "Vanilla HTML components for Dash",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 0959d22

Please sign in to comment.