@atlaskit/textarea
Advanced tools
Comparing version 4.7.0 to 4.7.1
# @atlaskit/textarea | ||
## 4.7.1 | ||
### Patch Changes | ||
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change. | ||
## 4.7.0 | ||
@@ -4,0 +10,0 @@ |
@@ -135,2 +135,3 @@ "use strict"; | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: "".concat(compactVerticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -141,2 +142,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: "".concat(verticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -143,0 +145,0 @@ lineHeight: lineHeightBase / fontSize |
@@ -26,3 +26,3 @@ "use strict"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "4.7.0"; | ||
var packageVersion = "4.7.1"; | ||
var analyticsParams = { | ||
@@ -29,0 +29,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"sideEffects": false | ||
} |
@@ -118,2 +118,3 @@ /** @jsx jsx */ | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: `${compactVerticalPadding}px ${horizontalPaddingWithoutBorderWidth}px`, | ||
@@ -124,2 +125,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: `${verticalPadding}px ${horizontalPaddingWithoutBorderWidth}px`, | ||
@@ -126,0 +128,0 @@ lineHeight: lineHeightBase / fontSize |
@@ -10,3 +10,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
const packageName = "@atlaskit/textarea"; | ||
const packageVersion = "4.7.0"; | ||
const packageVersion = "4.7.1"; | ||
const analyticsParams = { | ||
@@ -13,0 +13,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"sideEffects": false | ||
} |
@@ -130,2 +130,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: "".concat(compactVerticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -136,2 +137,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
padding: "".concat(verticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -138,0 +140,0 @@ lineHeight: lineHeightBase / fontSize |
@@ -16,3 +16,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "4.7.0"; | ||
var packageVersion = "4.7.1"; | ||
var analyticsParams = { | ||
@@ -19,0 +19,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "A text area lets users enter long form text which spans over multiple lines.", | ||
@@ -86,3 +86,4 @@ "publishConfig": { | ||
"design-tokens": [ | ||
"color" | ||
"color", | ||
"spacing" | ||
], | ||
@@ -89,0 +90,0 @@ "styling": [ |
148980
2663