@vaadin/avatar-group 23.0.4 → 23.1.0-alpha2

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-group",
3
- "version": "23.0.4",
3
+ "version": "23.1.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,19 +35,19 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/avatar": "^23.0.4",
39
- "@vaadin/component-base": "^23.0.4",
40
- "@vaadin/item": "^23.0.4",
41
- "@vaadin/list-box": "^23.0.4",
42
- "@vaadin/vaadin-lumo-styles": "^23.0.4",
43
- "@vaadin/vaadin-material-styles": "^23.0.4",
44
- "@vaadin/vaadin-overlay": "^23.0.4",
45
- "@vaadin/vaadin-themable-mixin": "^23.0.4"
38
+ "@vaadin/avatar": "23.1.0-alpha2",
39
+ "@vaadin/component-base": "23.1.0-alpha2",
40
+ "@vaadin/item": "23.1.0-alpha2",
41
+ "@vaadin/list-box": "23.1.0-alpha2",
42
+ "@vaadin/vaadin-lumo-styles": "23.1.0-alpha2",
43
+ "@vaadin/vaadin-material-styles": "23.1.0-alpha2",
44
+ "@vaadin/vaadin-overlay": "23.1.0-alpha2",
45
+ "@vaadin/vaadin-themable-mixin": "23.1.0-alpha2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
49
49
  "@vaadin/testing-helpers": "^0.3.2",
50
50
  "sinon": "^9.2.1"
51
51
  },
52
- "gitHead": "d8db2046661c42fb5aac09ed683b500bf4613b26"
52
+ "gitHead": "6842dcb8b163d4512fae8d3d12a6559077a4aee6"
53
53
  }
@@ -117,7 +117,7 @@ class AvatarGroup extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement)
117
117
  abbr="[[item.abbr]]"
118
118
  img="[[item.img]]"
119
119
  part="avatar"
120
- theme$="[[theme]]"
120
+ theme$="[[_theme]]"
121
121
  i18n="[[i18n]]"
122
122
  color-index="[[item.colorIndex]]"
123
123
  ></vaadin-avatar>
@@ -127,7 +127,7 @@ class AvatarGroup extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement)
127
127
  part="avatar"
128
128
  hidden$="[[__computeMoreHidden(items.length, __itemsInView, __maxReached)]]"
129
129
  abbr="[[__computeMore(items.length, __itemsInView, maxItemsVisible)]]"
130
- theme$="[[theme]]"
130
+ theme$="[[_theme]]"
131
131
  on-click="_onOverflowClick"
132
132
  on-keydown="_onOverflowKeyDown"
133
133
  aria-haspopup="listbox"
@@ -144,7 +144,7 @@ class AvatarGroup extends ResizeMixin(ElementMixin(ThemableMixin(PolymerElement)
144
144
  img="[[item.img]]"
145
145
  i18n="[[i18n]]"
146
146
  part="avatar"
147
- theme$="[[theme]]"
147
+ theme$="[[_theme]]"
148
148
  color-index="[[item.colorIndex]]"
149
149
  tabindex="-1"
150
150
  aria-hidden="true"