@vaadin/avatar 24.0.0-alpha7 → 24.0.0-alpha9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/src/vaadin-avatar-icons.js +1 -1
- package/src/vaadin-avatar.d.ts +1 -1
- package/src/vaadin-avatar.js +1 -1
- package/web-types.json +1 -39
- package/web-types.lit.json +1 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/avatar",
|
|
3
|
-
"version": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@polymer/polymer": "^3.0.0",
|
|
40
|
-
"@vaadin/component-base": "24.0.0-
|
|
41
|
-
"@vaadin/item": "24.0.0-
|
|
42
|
-
"@vaadin/list-box": "24.0.0-
|
|
43
|
-
"@vaadin/overlay": "24.0.0-
|
|
44
|
-
"@vaadin/tooltip": "24.0.0-
|
|
45
|
-
"@vaadin/vaadin-lumo-styles": "24.0.0-
|
|
46
|
-
"@vaadin/vaadin-material-styles": "24.0.0-
|
|
47
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
40
|
+
"@vaadin/component-base": "24.0.0-alpha9",
|
|
41
|
+
"@vaadin/item": "24.0.0-alpha9",
|
|
42
|
+
"@vaadin/list-box": "24.0.0-alpha9",
|
|
43
|
+
"@vaadin/overlay": "24.0.0-alpha9",
|
|
44
|
+
"@vaadin/tooltip": "24.0.0-alpha9",
|
|
45
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha9",
|
|
46
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha9",
|
|
47
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha9"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cc3f747164041566b300bde4b105d2475649e93f"
|
|
59
59
|
}
|
package/src/vaadin-avatar.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2020 -
|
|
3
|
+
* Copyright (c) 2020 - 2023 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js';
|
package/src/vaadin-avatar.js
CHANGED
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/avatar",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha9",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -79,44 +79,6 @@
|
|
|
79
79
|
],
|
|
80
80
|
"js": {
|
|
81
81
|
"properties": [
|
|
82
|
-
{
|
|
83
|
-
"name": "rootPath",
|
|
84
|
-
"description": "",
|
|
85
|
-
"value": {
|
|
86
|
-
"type": [
|
|
87
|
-
"string"
|
|
88
|
-
]
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "importPath",
|
|
93
|
-
"description": "",
|
|
94
|
-
"value": {
|
|
95
|
-
"type": [
|
|
96
|
-
"string"
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "root",
|
|
102
|
-
"description": "",
|
|
103
|
-
"value": {
|
|
104
|
-
"type": [
|
|
105
|
-
"StampedTemplate",
|
|
106
|
-
"HTMLElement",
|
|
107
|
-
"ShadowRoot"
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"name": "$",
|
|
113
|
-
"description": "",
|
|
114
|
-
"value": {
|
|
115
|
-
"type": [
|
|
116
|
-
"Object.<string, Element>"
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
82
|
{
|
|
121
83
|
"name": "img",
|
|
122
84
|
"description": "The path to the image",
|
package/web-types.lit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/avatar",
|
|
4
|
-
"version": "24.0.0-
|
|
4
|
+
"version": "24.0.0-alpha9",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -26,34 +26,6 @@
|
|
|
26
26
|
"kind": "expression"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"name": ".rootPath",
|
|
31
|
-
"description": "",
|
|
32
|
-
"value": {
|
|
33
|
-
"kind": "expression"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": ".importPath",
|
|
38
|
-
"description": "",
|
|
39
|
-
"value": {
|
|
40
|
-
"kind": "expression"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": ".root",
|
|
45
|
-
"description": "",
|
|
46
|
-
"value": {
|
|
47
|
-
"kind": "expression"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": ".$",
|
|
52
|
-
"description": "",
|
|
53
|
-
"value": {
|
|
54
|
-
"kind": "expression"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
29
|
{
|
|
58
30
|
"name": ".img",
|
|
59
31
|
"description": "The path to the image",
|