@vaadin/avatar 23.2.0 → 23.2.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/avatar",
3
- "version": "23.2.0",
3
+ "version": "23.2.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,13 +37,13 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/component-base": "^23.2.0",
41
- "@vaadin/item": "^23.2.0",
42
- "@vaadin/list-box": "^23.2.0",
43
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
44
- "@vaadin/vaadin-material-styles": "^23.2.0",
45
- "@vaadin/vaadin-overlay": "^23.2.0",
46
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
40
+ "@vaadin/component-base": "~23.2.2",
41
+ "@vaadin/item": "~23.2.2",
42
+ "@vaadin/list-box": "~23.2.2",
43
+ "@vaadin/vaadin-lumo-styles": "~23.2.2",
44
+ "@vaadin/vaadin-material-styles": "~23.2.2",
45
+ "@vaadin/vaadin-overlay": "~23.2.2",
46
+ "@vaadin/vaadin-themable-mixin": "~23.2.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@esm-bundle/chai": "^4.3.4",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
57
+ "gitHead": "a98818979098f4542ce557a58858fb6dad910a25"
58
58
  }
@@ -57,6 +57,7 @@ declare class Avatar extends FocusMixin(ElementMixin(ThemableMixin(HTMLElement))
57
57
 
58
58
  /**
59
59
  * Color index used for avatar background.
60
+ * @attr {number} color-index
60
61
  */
61
62
  colorIndex: number | null | undefined;
62
63
 
@@ -158,6 +158,7 @@ class Avatar extends FocusMixin(ElementMixin(ThemableMixin(PolymerElement))) {
158
158
 
159
159
  /**
160
160
  * Color index used for avatar background.
161
+ * @attr {number} color-index
161
162
  */
162
163
  colorIndex: {
163
164
  type: Number,
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": "23.2.0",
4
+ "version": "23.2.2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/avatar",
4
- "version": "23.2.0",
4
+ "version": "23.2.2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {