Socket
Book a DemoInstallSign in
Socket

@vaadin/button

Package Overview
Dependencies
Maintainers
13
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/button - npm Package Compare versions

Comparing version

to
25.0.0-alpha19

20

package.json
{
"name": "@vaadin/button",
"version": "25.0.0-alpha18",
"version": "25.0.0-alpha19",
"publishConfig": {

@@ -37,14 +37,14 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/a11y-base": "25.0.0-alpha18",
"@vaadin/component-base": "25.0.0-alpha18",
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha18",
"@vaadin/a11y-base": "25.0.0-alpha19",
"@vaadin/component-base": "25.0.0-alpha19",
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha19",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "25.0.0-alpha18",
"@vaadin/icon": "25.0.0-alpha18",
"@vaadin/icons": "25.0.0-alpha18",
"@vaadin/test-runner-commands": "25.0.0-alpha18",
"@vaadin/chai-plugins": "25.0.0-alpha19",
"@vaadin/icon": "25.0.0-alpha19",
"@vaadin/icons": "25.0.0-alpha19",
"@vaadin/test-runner-commands": "25.0.0-alpha19",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha18",
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha19",
"sinon": "^21.0.0"

@@ -56,3 +56,3 @@ },

],
"gitHead": "cb5cafb5687a117ebead1b81e2116991cec13abe"
"gitHead": "1f9af1ce5f0bae8daff044176c8a8df697763881"
}

@@ -52,3 +52,3 @@ /**

*
* ```
* ```js
* // Set before any button is attached to the DOM.

@@ -55,0 +55,0 @@ * window.Vaadin.featureFlags.accessibleDisabledButtons = true

@@ -74,3 +74,3 @@ /**

*
* ```
* ```js
* // Set before any button is attached to the DOM.

@@ -77,0 +77,0 @@ * window.Vaadin.featureFlags.accessibleDisabledButtons = true

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/button",
"version": "25.0.0-alpha18",
"version": "25.0.0-alpha19",
"description-markup": "markdown",

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

"name": "disabled",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```js\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"value": {

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

"name": "disabled",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```js\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"value": {

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

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/button",
"version": "25.0.0-alpha18",
"version": "25.0.0-alpha19",
"description-markup": "markdown",

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

"name": "?disabled",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```js\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
"value": {

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