@vaadin/message-list
Advanced tools
Comparing version 23.0.9 to 23.0.10
{ | ||
"name": "@vaadin/message-list", | ||
"version": "23.0.9", | ||
"version": "23.0.10", | ||
"publishConfig": { | ||
@@ -39,7 +39,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/avatar": "^23.0.9", | ||
"@vaadin/component-base": "^23.0.9", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.9", | ||
"@vaadin/vaadin-material-styles": "^23.0.9", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.9" | ||
"@vaadin/avatar": "^23.0.10", | ||
"@vaadin/component-base": "^23.0.10", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.10", | ||
"@vaadin/vaadin-material-styles": "^23.0.10", | ||
"@vaadin/vaadin-themable-mixin": "^23.0.10" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3" | ||
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3" | ||
} |
@@ -17,3 +17,3 @@ /** | ||
`, | ||
{ moduleId: 'vaadin-message-avatar-styles' } | ||
{ moduleId: 'vaadin-message-avatar-styles' }, | ||
); | ||
@@ -20,0 +20,0 @@ |
@@ -71,4 +71,4 @@ /** | ||
}, | ||
observer: '_itemsChanged' | ||
} | ||
observer: '_itemsChanged', | ||
}, | ||
}; | ||
@@ -75,0 +75,0 @@ } |
@@ -62,3 +62,3 @@ /** | ||
time: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -73,3 +73,3 @@ | ||
userName: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -84,3 +84,3 @@ | ||
userAbbr: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -94,3 +94,3 @@ | ||
userImg: { | ||
type: String | ||
type: String, | ||
}, | ||
@@ -118,4 +118,4 @@ | ||
userColorIndex: { | ||
type: Number | ||
} | ||
type: Number, | ||
}, | ||
}; | ||
@@ -122,0 +122,0 @@ } |
@@ -17,3 +17,3 @@ import '@vaadin/avatar/theme/lumo/vaadin-avatar-styles.js'; | ||
`, | ||
{ moduleId: 'lumo-message-avatar' } | ||
{ moduleId: 'lumo-message-avatar' }, | ||
); |
@@ -53,3 +53,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
`, | ||
{ moduleId: 'lumo-message' } | ||
{ moduleId: 'lumo-message' }, | ||
); |
@@ -18,3 +18,3 @@ import '@vaadin/avatar/theme/material/vaadin-avatar-styles.js'; | ||
`, | ||
{ moduleId: 'material-message-avatar' } | ||
{ moduleId: 'material-message-avatar' }, | ||
); |
@@ -13,3 +13,3 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
`, | ||
{ moduleId: 'material-message-list' } | ||
{ moduleId: 'material-message-list' }, | ||
); |
@@ -62,3 +62,3 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
`, | ||
{ moduleId: 'material-message' } | ||
{ moduleId: 'material-message' }, | ||
); |
38038