@vaadin/message-list
Advanced tools
+10
-10
| { | ||
| "name": "@vaadin/message-list", | ||
| "version": "25.0.1", | ||
| "version": "25.0.2", | ||
| "publishConfig": { | ||
@@ -39,14 +39,14 @@ "access": "public" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/a11y-base": "~25.0.1", | ||
| "@vaadin/avatar": "~25.0.1", | ||
| "@vaadin/component-base": "~25.0.1", | ||
| "@vaadin/markdown": "~25.0.1", | ||
| "@vaadin/vaadin-themable-mixin": "~25.0.1", | ||
| "@vaadin/a11y-base": "~25.0.2", | ||
| "@vaadin/avatar": "~25.0.2", | ||
| "@vaadin/component-base": "~25.0.2", | ||
| "@vaadin/markdown": "~25.0.2", | ||
| "@vaadin/vaadin-themable-mixin": "~25.0.2", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/chai-plugins": "~25.0.1", | ||
| "@vaadin/test-runner-commands": "~25.0.1", | ||
| "@vaadin/chai-plugins": "~25.0.2", | ||
| "@vaadin/test-runner-commands": "~25.0.2", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "~25.0.1", | ||
| "@vaadin/vaadin-lumo-styles": "~25.0.2", | ||
| "sinon": "^21.0.0" | ||
@@ -58,3 +58,3 @@ }, | ||
| ], | ||
| "gitHead": "ced28c07a8abee586510349b312452c8a555fd10" | ||
| "gitHead": "d17c1f8b7c6f3f991cafd9dbdbe5759caa57afcd" | ||
| } |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
| /** | ||
| * @license | ||
| * Copyright (c) 2021 - 2025 Vaadin Ltd. | ||
| * Copyright (c) 2021 - 2026 Vaadin Ltd. | ||
| * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
+2
-2
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-list", | ||
| "version": "25.0.1", | ||
| "version": "25.0.2", | ||
| "description-markup": "markdown", | ||
@@ -143,3 +143,3 @@ "contributions": { | ||
| "name": "vaadin-message-list", | ||
| "description": "`<vaadin-message-list>` is a Web Component for showing an ordered list of messages. The messages are rendered as <vaadin-message>\n\n### Example\n\nTo create a new message list, add the component to the page:\n\n```html\n<vaadin-message-list></vaadin-message-list>\n```\n\nProvide the messages to the message list with the [`items`](https://cdn.vaadin.com/vaadin-web-components/25.0.1/#/elements/vaadin-message-list#property-items) property.\n\n```js\ndocument.querySelector('vaadin-message-list').items = [\n { text: 'Hello list', time: 'yesterday', userName: 'Matt Mambo', userAbbr: 'MM', userColorIndex: 1 },\n { text: 'Another message', time: 'right now', userName: 'Linsey Listy', userAbbr: 'LL', userColorIndex: 2, userImg: '/static/img/avatar.jpg' }\n];\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n----------|----------------\n`list` | The container wrapping messages.\n\nSee the [`<vaadin-message>`](https://cdn.vaadin.com/vaadin-web-components/25.0.1/#/elements/vaadin-message) documentation for the available\nstate attributes and stylable shadow parts of message elements.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "description": "`<vaadin-message-list>` is a Web Component for showing an ordered list of messages. The messages are rendered as <vaadin-message>\n\n### Example\n\nTo create a new message list, add the component to the page:\n\n```html\n<vaadin-message-list></vaadin-message-list>\n```\n\nProvide the messages to the message list with the [`items`](https://cdn.vaadin.com/vaadin-web-components/25.0.2/#/elements/vaadin-message-list#property-items) property.\n\n```js\ndocument.querySelector('vaadin-message-list').items = [\n { text: 'Hello list', time: 'yesterday', userName: 'Matt Mambo', userAbbr: 'MM', userColorIndex: 1 },\n { text: 'Another message', time: 'right now', userName: 'Linsey Listy', userAbbr: 'LL', userColorIndex: 2, userImg: '/static/img/avatar.jpg' }\n];\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n----------|----------------\n`list` | The container wrapping messages.\n\nSee the [`<vaadin-message>`](https://cdn.vaadin.com/vaadin-web-components/25.0.2/#/elements/vaadin-message) documentation for the available\nstate attributes and stylable shadow parts of message elements.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "attributes": [ | ||
@@ -146,0 +146,0 @@ { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/message-list", | ||
| "version": "25.0.1", | ||
| "version": "25.0.2", | ||
| "description-markup": "markdown", | ||
@@ -61,3 +61,3 @@ "framework": "lit", | ||
| "name": "vaadin-message-list", | ||
| "description": "`<vaadin-message-list>` is a Web Component for showing an ordered list of messages. The messages are rendered as <vaadin-message>\n\n### Example\n\nTo create a new message list, add the component to the page:\n\n```html\n<vaadin-message-list></vaadin-message-list>\n```\n\nProvide the messages to the message list with the [`items`](https://cdn.vaadin.com/vaadin-web-components/25.0.1/#/elements/vaadin-message-list#property-items) property.\n\n```js\ndocument.querySelector('vaadin-message-list').items = [\n { text: 'Hello list', time: 'yesterday', userName: 'Matt Mambo', userAbbr: 'MM', userColorIndex: 1 },\n { text: 'Another message', time: 'right now', userName: 'Linsey Listy', userAbbr: 'LL', userColorIndex: 2, userImg: '/static/img/avatar.jpg' }\n];\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n----------|----------------\n`list` | The container wrapping messages.\n\nSee the [`<vaadin-message>`](https://cdn.vaadin.com/vaadin-web-components/25.0.1/#/elements/vaadin-message) documentation for the available\nstate attributes and stylable shadow parts of message elements.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "description": "`<vaadin-message-list>` is a Web Component for showing an ordered list of messages. The messages are rendered as <vaadin-message>\n\n### Example\n\nTo create a new message list, add the component to the page:\n\n```html\n<vaadin-message-list></vaadin-message-list>\n```\n\nProvide the messages to the message list with the [`items`](https://cdn.vaadin.com/vaadin-web-components/25.0.2/#/elements/vaadin-message-list#property-items) property.\n\n```js\ndocument.querySelector('vaadin-message-list').items = [\n { text: 'Hello list', time: 'yesterday', userName: 'Matt Mambo', userAbbr: 'MM', userColorIndex: 1 },\n { text: 'Another message', time: 'right now', userName: 'Linsey Listy', userAbbr: 'LL', userColorIndex: 2, userImg: '/static/img/avatar.jpg' }\n];\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n----------|----------------\n`list` | The container wrapping messages.\n\nSee the [`<vaadin-message>`](https://cdn.vaadin.com/vaadin-web-components/25.0.2/#/elements/vaadin-message) documentation for the available\nstate attributes and stylable shadow parts of message elements.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "extension": true, | ||
@@ -64,0 +64,0 @@ "attributes": [ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
- Removed
Updated
Updated
Updated