@spectrum-web-components/textfield
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.0...@spectrum-web-components/textfield@0.4.1) (2020-07-22) | ||
### Bug Fixes | ||
- **textfield:** Use correct filename in exports field ([637b166](https://github.com/adobe/spectrum-web-components/commit/637b166420e3a0fa41980bfbb24129df77ff4efd)) | ||
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.9...@spectrum-web-components/textfield@0.4.0) (2020-07-17) | ||
@@ -8,0 +14,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "", | ||
@@ -31,4 +31,4 @@ "main": "src/index.js", | ||
"./package.json": "./package.json", | ||
"./sp-testfield": "./sp-testfield.js", | ||
"./sp-testfield.js": "./sp-testfield.js" | ||
"./sp-textfield": "./sp-textfield.js", | ||
"./sp-textfield.js": "./sp-textfield.js" | ||
}, | ||
@@ -57,3 +57,3 @@ "files": [ | ||
"@spectrum-web-components/icons-ui": "^0.2.0", | ||
"@spectrum-web-components/shared": "^0.5.0", | ||
"@spectrum-web-components/shared": "^0.5.1", | ||
"lit-element": "^2.1.0", | ||
@@ -63,3 +63,3 @@ "lit-html": "^1.0.0", | ||
}, | ||
"gitHead": "75044c0b0aeafaf7c6d90c32c7b4ba1fc9d3bc28" | ||
"gitHead": "6525377d6526487105bea9f5b731b26279051968" | ||
} |
@@ -52,3 +52,3 @@ ## Description | ||
The quiet style works best when a clear layout (vertical stack, table, grid) makes it easy to parse. Too many quiet components in a small space can be hard to read. | ||
The quiet style works best when a clear layout (vertical stack, table, grid) assists in a user's ability to parse the element. Too many quiet components in a small space can be hard to read. | ||
@@ -55,0 +55,0 @@ ```html |
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
158413
28