🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vaadin/text-area

Package Overview
Dependencies
Maintainers
12
Versions
624
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/text-area - npm Package Compare versions

Comparing version
25.3.0-alpha3
to
25.3.0-alpha4
+11
-11
package.json
{
"name": "@vaadin/text-area",
"version": "25.3.0-alpha3",
"version": "25.3.0-alpha4",
"publishConfig": {

@@ -38,15 +38,15 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/a11y-base": "25.3.0-alpha3",
"@vaadin/component-base": "25.3.0-alpha3",
"@vaadin/field-base": "25.3.0-alpha3",
"@vaadin/input-container": "25.3.0-alpha3",
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha3",
"@vaadin/a11y-base": "25.3.0-alpha4",
"@vaadin/component-base": "25.3.0-alpha4",
"@vaadin/field-base": "25.3.0-alpha4",
"@vaadin/input-container": "25.3.0-alpha4",
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha4",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/aura": "25.3.0-alpha3",
"@vaadin/chai-plugins": "25.3.0-alpha3",
"@vaadin/test-runner-commands": "25.3.0-alpha3",
"@vaadin/aura": "25.3.0-alpha4",
"@vaadin/chai-plugins": "25.3.0-alpha4",
"@vaadin/test-runner-commands": "25.3.0-alpha4",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha3",
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha4",
"sinon": "^22.0.0"

@@ -59,3 +59,3 @@ },

],
"gitHead": "ba0c4c55ea219eadd9aefe244f53e87803a066c8"
"gitHead": "ff0efcd52d3b8a081e8101d36cf7bef65ed71cb1"
}
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/text-area",
"version": "25.3.0-alpha3",
"version": "25.3.0-alpha4",
"description-markup": "markdown",

@@ -87,3 +87,3 @@ "contributions": {

"name": "clear-button-visible",
"description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
"value": {

@@ -336,3 +336,3 @@ "type": [

"name": "clearButtonVisible",
"description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
"value": {

@@ -339,0 +339,0 @@ "type": [

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/text-area",
"version": "25.3.0-alpha3",
"version": "25.3.0-alpha4",
"description-markup": "markdown",

@@ -80,3 +80,3 @@ "framework": "lit",

"name": "?clearButtonVisible",
"description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
"value": {

@@ -83,0 +83,0 @@ "kind": "expression"

Sorry, the diff of this file is too big to display