@vaadin/input-container
Advanced tools
Comparing version 24.4.14 to 24.4.15
{ | ||
"name": "@vaadin/input-container", | ||
"version": "24.4.14", | ||
"version": "24.4.15", | ||
"publishConfig": { | ||
@@ -35,6 +35,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "~24.4.14", | ||
"@vaadin/vaadin-lumo-styles": "~24.4.14", | ||
"@vaadin/vaadin-material-styles": "~24.4.14", | ||
"@vaadin/vaadin-themable-mixin": "~24.4.14", | ||
"@vaadin/component-base": "~24.4.15", | ||
"@vaadin/vaadin-lumo-styles": "~24.4.15", | ||
"@vaadin/vaadin-material-styles": "~24.4.15", | ||
"@vaadin/vaadin-themable-mixin": "~24.4.15", | ||
"lit": "^3.0.0" | ||
@@ -44,8 +44,8 @@ }, | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/icon": "~24.4.14", | ||
"@vaadin/icons": "~24.4.14", | ||
"@vaadin/icon": "~24.4.15", | ||
"@vaadin/icons": "~24.4.15", | ||
"@vaadin/testing-helpers": "^0.6.0", | ||
"sinon": "^13.0.2" | ||
}, | ||
"gitHead": "815296a9a4cf510413a39975ee7e4dd75a51fe81" | ||
"gitHead": "eeb2722a7fa4f466a322401d6f099d9c7da2a3d7" | ||
} |
@@ -13,3 +13,3 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
padding: 0 calc(0.375em + var(--_input-container-radius) / 4 - 1px); | ||
font-weight: 500; | ||
font-weight: var(--vaadin-input-field-value-font-weight, 500); | ||
line-height: 1; | ||
@@ -16,0 +16,0 @@ position: relative; |
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
28907