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

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
632
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/field-base - npm Package Compare versions

Comparing version
25.3.0-alpha4
to
25.3.0-alpha5
+7
-7
package.json
{
"name": "@vaadin/field-base",
"version": "25.3.0-alpha4",
"version": "25.3.0-alpha5",
"publishConfig": {

@@ -35,10 +35,10 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/a11y-base": "25.3.0-alpha4",
"@vaadin/component-base": "25.3.0-alpha4",
"@vaadin/a11y-base": "25.3.0-alpha5",
"@vaadin/component-base": "25.3.0-alpha5",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "25.3.0-alpha4",
"@vaadin/input-container": "25.3.0-alpha4",
"@vaadin/test-runner-commands": "25.3.0-alpha4",
"@vaadin/chai-plugins": "25.3.0-alpha5",
"@vaadin/input-container": "25.3.0-alpha5",
"@vaadin/test-runner-commands": "25.3.0-alpha5",
"@vaadin/testing-helpers": "^2.0.0",

@@ -48,3 +48,3 @@ "sinon": "^22.0.0"

"customElements": "custom-elements.json",
"gitHead": "ff0efcd52d3b8a081e8101d36cf7bef65ed71cb1"
"gitHead": "0be2142cd8b95a562d58735033f947f7109103ab"
}

@@ -40,3 +40,2 @@ /**

cursor: var(--_cursor);
/* TODO clicking the label part doesn't toggle the checked state, even though it triggers the active state */
}

@@ -95,4 +94,4 @@

color: var(--_color);
height: var(--vaadin-${unsafeCSS(propName)}-size, 1lh);
width: var(--vaadin-${unsafeCSS(propName)}-size, 1lh);
height: var(--vaadin-${unsafeCSS(propName)}-size, round(1.125em, 2px));
width: var(--vaadin-${unsafeCSS(propName)}-size, round(1.125em, 2px));
position: relative;

@@ -99,0 +98,0 @@ cursor: var(--_cursor);