Skip to content

Commit ede8102

Browse files
committed
Artifacts for 2.9.3
1 parent a98c94f commit ede8102

File tree

8 files changed

+6
-19
lines changed

8 files changed

+6
-19
lines changed

dash/dcc/dash_core_components.js

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

dash/dcc/dash_core_components.js.map

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

dash/dcc/package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

dash/html/Area.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ class Area(Component):
6666
- href (string; optional):
6767
The URL of a linked resource.
6868
69-
- hrefLang (string; optional):
70-
Specifies the language of the linked resource.
71-
7269
- key (string; optional):
7370
A unique identifier for the component, used to improve performance
7471
by React.js while rendering components See
@@ -154,7 +151,6 @@ def __init__(
154151
coords=Component.UNDEFINED,
155152
download=Component.UNDEFINED,
156153
href=Component.UNDEFINED,
157-
hrefLang=Component.UNDEFINED,
158154
media=Component.UNDEFINED,
159155
referrerPolicy=Component.UNDEFINED,
160156
rel=Component.UNDEFINED,
@@ -193,7 +189,6 @@ def __init__(
193189
"draggable",
194190
"hidden",
195191
"href",
196-
"hrefLang",
197192
"key",
198193
"lang",
199194
"loading_state",
@@ -228,7 +223,6 @@ def __init__(
228223
"draggable",
229224
"hidden",
230225
"href",
231-
"hrefLang",
232226
"key",
233227
"lang",
234228
"loading_state",

dash/html/dash_html_components.min.js

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

dash/html/dash_html_components.min.js.map

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

dash/html/metadata.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -996,13 +996,6 @@
996996
"required": false,
997997
"description": "The URL of a linked resource."
998998
},
999-
"hrefLang": {
1000-
"type": {
1001-
"name": "string"
1002-
},
1003-
"required": false,
1004-
"description": "Specifies the language of the linked resource."
1005-
},
1006999
"media": {
10071000
"type": {
10081001
"name": "string"

dash/html/package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)