@vaadin/avatar 23.1.6 → 23.1.7

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.1.6",
3
+ "version": "23.1.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "^23.1.6",
39
- "@vaadin/item": "^23.1.6",
40
- "@vaadin/list-box": "^23.1.6",
41
- "@vaadin/vaadin-lumo-styles": "^23.1.6",
42
- "@vaadin/vaadin-material-styles": "^23.1.6",
43
- "@vaadin/vaadin-overlay": "^23.1.6",
44
- "@vaadin/vaadin-themable-mixin": "^23.1.6"
38
+ "@vaadin/component-base": "~23.1.7",
39
+ "@vaadin/item": "~23.1.7",
40
+ "@vaadin/list-box": "~23.1.7",
41
+ "@vaadin/vaadin-lumo-styles": "~23.1.7",
42
+ "@vaadin/vaadin-material-styles": "~23.1.7",
43
+ "@vaadin/vaadin-overlay": "~23.1.7",
44
+ "@vaadin/vaadin-themable-mixin": "~23.1.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
- "gitHead": "b356bcba208f6569d3d85ac11795c3e736adce85"
51
+ "gitHead": "879a4e5e6a245809bafa0ef2b5cdb24aef72565d"
52
52
  }
@@ -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
 
@@ -159,6 +159,7 @@ class Avatar extends FocusMixin(ElementMixin(ThemableMixin(PolymerElement))) {
159
159
 
160
160
  /**
161
161
  * Color index used for avatar background.
162
+ * @attr {number} color-index
162
163
  */
163
164
  colorIndex: {
164
165
  type: Number,