@vaadin/message-input
Advanced tools
Comparing version 23.2.4 to 23.2.5
{ | ||
"name": "@vaadin/message-input", | ||
"version": "23.2.4", | ||
"version": "23.2.5", | ||
"publishConfig": { | ||
@@ -39,8 +39,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "~23.2.4", | ||
"@vaadin/component-base": "~23.2.4", | ||
"@vaadin/text-area": "~23.2.4", | ||
"@vaadin/vaadin-lumo-styles": "~23.2.4", | ||
"@vaadin/vaadin-material-styles": "~23.2.4", | ||
"@vaadin/vaadin-themable-mixin": "~23.2.4" | ||
"@vaadin/button": "~23.2.5", | ||
"@vaadin/component-base": "~23.2.5", | ||
"@vaadin/text-area": "~23.2.5", | ||
"@vaadin/vaadin-lumo-styles": "~23.2.5", | ||
"@vaadin/vaadin-material-styles": "~23.2.5", | ||
"@vaadin/vaadin-themable-mixin": "~23.2.5" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "d6cb1fbaaf436635de6854653b8b205065e15688" | ||
"gitHead": "ec895786a271257420f69043ffb8de7088cea22c" | ||
} |
@@ -98,2 +98,6 @@ /** | ||
} | ||
:host([hidden]) { | ||
display: none !important; | ||
} | ||
</style> | ||
@@ -100,0 +104,0 @@ <vaadin-message-input-text-area |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/message-input", | ||
"version": "23.2.4", | ||
"version": "23.2.5", | ||
"description-markup": "markdown", | ||
@@ -11,3 +11,3 @@ "contributions": { | ||
"name": "vaadin-message-input", | ||
"description": "`<vaadin-message-input>` is a Web Component for sending messages.\nIt consists of a text area that grows on along with the content, and a send button to send message.\n\nThe message can be sent by one of the following actions:\n- by pressing Enter (use Shift + Enter to add a new line)\n- by clicking `submit` button.\n\n```html\n<vaadin-message-input></vaadin-message-input>\n```\n\n### Internal components\n\nIn addition to `<vaadin-message-input>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-message-input-button>` - has the same API as [`<vaadin-button>`](https://cdn.vaadin.com/vaadin-web-components/23.2.4/#/elements/vaadin-button).\n- `<vaadin-message-input-text-area>` - has the same API as [`<vaadin-text-area>`](https://cdn.vaadin.com/vaadin-web-components/23.2.4/#/elements/vaadin-text-area).", | ||
"description": "`<vaadin-message-input>` is a Web Component for sending messages.\nIt consists of a text area that grows on along with the content, and a send button to send message.\n\nThe message can be sent by one of the following actions:\n- by pressing Enter (use Shift + Enter to add a new line)\n- by clicking `submit` button.\n\n```html\n<vaadin-message-input></vaadin-message-input>\n```\n\n### Internal components\n\nIn addition to `<vaadin-message-input>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-message-input-button>` - has the same API as [`<vaadin-button>`](https://cdn.vaadin.com/vaadin-web-components/23.2.5/#/elements/vaadin-button).\n- `<vaadin-message-input-text-area>` - has the same API as [`<vaadin-text-area>`](https://cdn.vaadin.com/vaadin-web-components/23.2.5/#/elements/vaadin-text-area).", | ||
"attributes": [ | ||
@@ -14,0 +14,0 @@ { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/message-input", | ||
"version": "23.2.4", | ||
"version": "23.2.5", | ||
"description-markup": "markdown", | ||
@@ -19,3 +19,3 @@ "framework": "lit", | ||
"name": "vaadin-message-input", | ||
"description": "`<vaadin-message-input>` is a Web Component for sending messages.\nIt consists of a text area that grows on along with the content, and a send button to send message.\n\nThe message can be sent by one of the following actions:\n- by pressing Enter (use Shift + Enter to add a new line)\n- by clicking `submit` button.\n\n```html\n<vaadin-message-input></vaadin-message-input>\n```\n\n### Internal components\n\nIn addition to `<vaadin-message-input>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-message-input-button>` - has the same API as [`<vaadin-button>`](https://cdn.vaadin.com/vaadin-web-components/23.2.4/#/elements/vaadin-button).\n- `<vaadin-message-input-text-area>` - has the same API as [`<vaadin-text-area>`](https://cdn.vaadin.com/vaadin-web-components/23.2.4/#/elements/vaadin-text-area).", | ||
"description": "`<vaadin-message-input>` is a Web Component for sending messages.\nIt consists of a text area that grows on along with the content, and a send button to send message.\n\nThe message can be sent by one of the following actions:\n- by pressing Enter (use Shift + Enter to add a new line)\n- by clicking `submit` button.\n\n```html\n<vaadin-message-input></vaadin-message-input>\n```\n\n### Internal components\n\nIn addition to `<vaadin-message-input>` itself, the following internal\ncomponents are themable:\n\n- `<vaadin-message-input-button>` - has the same API as [`<vaadin-button>`](https://cdn.vaadin.com/vaadin-web-components/23.2.5/#/elements/vaadin-button).\n- `<vaadin-message-input-text-area>` - has the same API as [`<vaadin-text-area>`](https://cdn.vaadin.com/vaadin-web-components/23.2.5/#/elements/vaadin-text-area).", | ||
"extension": true, | ||
@@ -22,0 +22,0 @@ "attributes": [ |
32451
562