@storybook/design-system
Advanced tools
Comparing version 5.4.7-canary.56c1f3a.0 to 5.4.7
@@ -0,1 +1,13 @@ | ||
# v5.4.7 (Wed Jan 13 2021) | ||
#### 🐛 Bug Fix | ||
- Add function support for errors on textarea, startFocused behavior [#246](https://github.com/storybookjs/design-system/pull/246) ([@kylesuss](https://github.com/kylesuss)) | ||
#### Authors: 1 | ||
- Kyle Suss ([@kylesuss](https://github.com/kylesuss)) | ||
--- | ||
# v5.4.6 (Tue Jan 05 2021) | ||
@@ -2,0 +14,0 @@ |
@@ -109,3 +109,3 @@ "use strict"; | ||
function _templateObject8() { | ||
var data = (0, _taggedTemplateLiteral2["default"])(["\n ::placeholder: ", ";\n appearance: none;\n border: none;\n box-sizing: border-box;\n display: block;\n outline: none;\n width: 100%;\n word-wrap: break-word;\n\n &[disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n &:-webkit-autofill {\n -webkit-box-shadow: 0 0 0 3em ", " inset;\n }\n"]); | ||
var data = (0, _taggedTemplateLiteral2["default"])(["\n ::placeholder {\n color: ", ";\n }\n appearance: none;\n border: none;\n box-sizing: border-box;\n display: block;\n outline: none;\n width: 100%;\n word-wrap: break-word;\n\n &[disabled] {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n &:-webkit-autofill {\n -webkit-box-shadow: 0 0 0 3em ", " inset;\n }\n"]); | ||
@@ -211,3 +211,3 @@ _templateObject8 = function _templateObject8() { | ||
var TextareaText = _styledComponents["default"].textarea(_templateObject8(), _styles.color.medium, _styles.color.lightest); | ||
var TextareaText = _styledComponents["default"].textarea(_templateObject8(), _styles.color.mediumdark, _styles.color.lightest); | ||
@@ -314,3 +314,3 @@ var TextareaWrapper = _styledComponents["default"].div(_templateObject9(), function (props) { | ||
orientation: _propTypes["default"].oneOf(['vertical', 'horizontal']), | ||
error: _propTypes["default"].string, | ||
error: _propTypes["default"].oneOfType([_propTypes["default"].node, _propTypes["default"].func]), | ||
startFocused: _propTypes["default"].bool, | ||
@@ -317,0 +317,0 @@ subtext: _propTypes["default"].string, |
{ | ||
"name": "@storybook/design-system", | ||
"version": "5.4.7-canary.56c1f3a.0", | ||
"version": "5.4.7", | ||
"description": "Storybook design system", | ||
@@ -5,0 +5,0 @@ "repository": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
509278
1