@vaadin/message-list 24.4.0-dev.223e39f050 → 24.4.0-dev.4b20a0c55

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/message-list",
3
- "version": "24.4.0-dev.223e39f050",
3
+ "version": "24.4.0-dev.4b20a0c55",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,12 +38,12 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.4.0-dev.223e39f050",
42
- "@vaadin/avatar": "24.4.0-dev.223e39f050",
43
- "@vaadin/component-base": "24.4.0-dev.223e39f050",
44
- "@vaadin/vaadin-lumo-styles": "24.4.0-dev.223e39f050",
45
- "@vaadin/vaadin-material-styles": "24.4.0-dev.223e39f050",
46
- "@vaadin/vaadin-themable-mixin": "24.4.0-dev.223e39f050",
41
+ "@vaadin/a11y-base": "24.4.0-dev.4b20a0c55",
42
+ "@vaadin/avatar": "24.4.0-dev.4b20a0c55",
43
+ "@vaadin/component-base": "24.4.0-dev.4b20a0c55",
44
+ "@vaadin/vaadin-lumo-styles": "24.4.0-dev.4b20a0c55",
45
+ "@vaadin/vaadin-material-styles": "24.4.0-dev.4b20a0c55",
46
+ "@vaadin/vaadin-themable-mixin": "24.4.0-dev.4b20a0c55",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "5e2e3bfc811c95aed9354235fab93fdbf43eb354"
58
+ "gitHead": "b79c81e5f6fd24684b34ee0dc434e94d943ea13e"
59
59
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2024 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 { KeyboardDirectionMixin } from '@vaadin/a11y-base/src/keyboard-direction-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2024 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 { html as legacyHtml, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -163,8 +163,8 @@ class MessageList extends KeyboardDirectionMixin(ElementMixin(ThemableMixin(Poly
163
163
  theme="${ifDefined(item.theme)}"
164
164
  class="${ifDefined(item.className)}"
165
165
  @focusin="${this._onMessageFocusIn}"
166
- >${item.text}</vaadin-message
167
- >
166
+ >${item.text}<vaadin-avatar slot="avatar"></vaadin-avatar
167
+ ></vaadin-message>
168
168
  `,
169
169
  )}
170
170
  `,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2024 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 { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2021 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2021 - 2024 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 '@vaadin/avatar/src/vaadin-avatar.js';