@spectrum-css/textfield
Advanced tools
Comparing version 8.0.0-s2-foundations.5 to 8.0.0-s2-foundations.6
# Change Log | ||
## 8.0.0-s2-foundations.6 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0) Thanks [@pfulton](https://github.com/pfulton)! - Inject missing tokens into theme files and adjust logic in the splitinator tool to replace nested variable references to the new system mappings | ||
- Updated dependencies [[`130e137`](https://github.com/adobe/spectrum-css/commit/130e1372b223641efe0a3a23c83ff1d01a70bf1d), [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.6 | ||
- @spectrum-css/helptext@6.0.0-s2-foundations.6 | ||
## 8.0.0-s2-foundations.5 | ||
@@ -71,2 +81,8 @@ | ||
## 7.2.0 | ||
### Minor Changes | ||
- [#2771](https://github.com/adobe/spectrum-css/pull/2771) [`81e86b1`](https://github.com/adobe/spectrum-css/commit/81e86b1adc442c891948281f1f66efea795c0447) Thanks [@jawinn](https://github.com/jawinn)! - Removes some legacy vendor prefixes that are no longer necessary, including some that were for older browsers that are no longer in browser support list for Spectrum CSS. Such as Microsoft Edge before version 79. Includes some cleanup around some of the related normalization styles in the Text field component and the Commons `%spectrum-BaseButton` (used for multiple button components). | ||
## 7.1.3 | ||
@@ -73,0 +89,0 @@ |
@@ -56,3 +56,2 @@ { | ||
".spectrum-Textfield-input:-moz-ui-invalid", | ||
".spectrum-Textfield-input::-ms-clear", | ||
".spectrum-Textfield-input::-webkit-inner-spin-button", | ||
@@ -69,10 +68,10 @@ ".spectrum-Textfield-input::-webkit-outer-spin-button", | ||
".spectrum-Textfield-input:hover::placeholder", | ||
".spectrum-Textfield-input:lang(ja)::-ms-input-placeholder", | ||
".spectrum-Textfield-input:lang(ja)::placeholder", | ||
".spectrum-Textfield-input:lang(ko)::-ms-input-placeholder", | ||
".spectrum-Textfield-input:lang(ko)::placeholder", | ||
".spectrum-Textfield-input:lang(zh)::-ms-input-placeholder", | ||
".spectrum-Textfield-input:lang(zh)::placeholder", | ||
".spectrum-Textfield-input:read-only", | ||
".spectrum-Textfield-input:read-only::placeholder", | ||
".spectrum-Textfield-input[type=\"number\"]", | ||
".spectrum-Textfield-input[type=\"number\"]::-webkit-inner-spin-button", | ||
".spectrum-Textfield-input[type=\"number\"]::-webkit-outer-spin-button", | ||
".spectrum-Textfield.is-disabled .spectrum-Textfield-input", | ||
@@ -79,0 +78,0 @@ ".spectrum-Textfield.is-disabled .spectrum-Textfield-input::placeholder", |
{ | ||
"name": "@spectrum-css/textfield", | ||
"version": "8.0.0-s2-foundations.5", | ||
"version": "8.0.0-s2-foundations.6", | ||
"description": "The Spectrum CSS textfield component", | ||
@@ -28,6 +28,2 @@ "license": "Apache-2.0", | ||
}, | ||
"devDependencies": { | ||
"@spectrum-css/helptext": "workspace:^", | ||
"@spectrum-css/tokens": "workspace:^" | ||
}, | ||
"peerDependenciesMeta": { | ||
@@ -38,2 +34,6 @@ "@spectrum-css/helptext": { | ||
}, | ||
"devDependencies": { | ||
"@spectrum-css/helptext": "workspace:^", | ||
"@spectrum-css/tokens": "workspace:^" | ||
}, | ||
"keywords": [ | ||
@@ -40,0 +40,0 @@ "spectrum", |
@@ -12,2 +12,4 @@ import { Template as FieldLabel } from "@spectrum-css/fieldlabel/stories/template.js"; | ||
import "../index.css"; | ||
import "../themes/express.css"; | ||
import "../themes/legacy.css"; | ||
@@ -112,3 +114,3 @@ export const Template = ({ | ||
id=${ifDefined(id ? `${id}-input` : undefined)} | ||
.value=${value} | ||
value=${ifDefined(value)} | ||
autocomplete=${ifDefined(autocomplete ? undefined : "off")} | ||
@@ -129,3 +131,3 @@ ?required=${isRequired} | ||
id=${ifDefined(id ? `${id}-input` : undefined)} | ||
.value=${value} | ||
value=${ifDefined(value)} | ||
autocomplete=${ifDefined(autocomplete ? undefined : "off")} | ||
@@ -132,0 +134,0 @@ ?required=${isRequired} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2748
248030