@vaadin/input-container
Advanced tools
Comparing version 24.5.0-beta1 to 24.5.0-rc1
{ | ||
"name": "@vaadin/input-container", | ||
"version": "24.5.0-beta1", | ||
"version": "24.5.0-rc1", | ||
"publishConfig": { | ||
@@ -35,16 +35,16 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.5.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-beta1", | ||
"@vaadin/vaadin-material-styles": "24.5.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-beta1", | ||
"@vaadin/component-base": "24.5.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-rc1", | ||
"@vaadin/vaadin-material-styles": "24.5.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-rc1", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.5.0-beta1", | ||
"@vaadin/icon": "24.5.0-beta1", | ||
"@vaadin/icons": "24.5.0-beta1", | ||
"@vaadin/chai-plugins": "24.5.0-rc1", | ||
"@vaadin/icon": "24.5.0-rc1", | ||
"@vaadin/icons": "24.5.0-rc1", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
"sinon": "^18.0.0" | ||
}, | ||
"gitHead": "da4b57724d7089e3766d59d01068159322adb2b8" | ||
"gitHead": "a8ae853ab69d7938cf507843784f1551a2eeb972" | ||
} |
@@ -90,3 +90,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
:host([disabled]) ::slotted(*) { | ||
:host([disabled]) ::slotted(:not([slot$='fix'])) { | ||
-webkit-text-fill-color: var(--_disabled-value-color); | ||
@@ -93,0 +93,0 @@ color: var(--_disabled-value-color); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29132
+ Added@vaadin/component-base@24.5.0-rc1(transitive)
+ Added@vaadin/icon@24.5.0-rc1(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-rc1(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-rc1(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-rc1(transitive)
- Removed@vaadin/component-base@24.5.0-beta1(transitive)
- Removed@vaadin/icon@24.5.0-beta1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-beta1(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-beta1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-beta1(transitive)