@atlaskit/textarea
Advanced tools
Comparing version 4.7.2 to 4.7.3
# @atlaskit/textarea | ||
## 4.7.3 | ||
### Patch Changes | ||
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change. | ||
## 4.7.2 | ||
@@ -4,0 +10,0 @@ |
@@ -15,3 +15,2 @@ "use strict"; | ||
var grid = (0, _constants.gridSize)(); | ||
var borderRadius = 3; | ||
var lineHeightBase = grid * 2.5; | ||
@@ -136,3 +135,3 @@ var lineHeightCompact = grid * 2; | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: "".concat(compactVerticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -143,3 +142,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: "".concat(verticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -159,3 +158,4 @@ lineHeight: lineHeightBase / fontSize | ||
flex: '1 1 100%', | ||
borderRadius: borderRadius, | ||
borderRadius: "var(--ds-border-radius, 3px)", | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
borderWidth: (0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.border-checkbox_nyoiu') ? 1 : borderWidth, | ||
@@ -162,0 +162,0 @@ fontSize: fontSize, |
@@ -26,3 +26,3 @@ "use strict"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "4.7.2"; | ||
var packageVersion = "4.7.3"; | ||
var analyticsParams = { | ||
@@ -29,0 +29,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"sideEffects": false | ||
} |
@@ -8,3 +8,2 @@ /** @jsx jsx */ | ||
const grid = gridSize(); | ||
const borderRadius = 3; | ||
const lineHeightBase = grid * 2.5; | ||
@@ -119,3 +118,3 @@ const lineHeightCompact = grid * 2; | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: `${compactVerticalPadding}px ${horizontalPaddingWithoutBorderWidth}px`, | ||
@@ -126,3 +125,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: `${verticalPadding}px ${horizontalPaddingWithoutBorderWidth}px`, | ||
@@ -142,3 +141,4 @@ lineHeight: lineHeightBase / fontSize | ||
flex: '1 1 100%', | ||
borderRadius: borderRadius, | ||
borderRadius: "var(--ds-border-radius, 3px)", | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
borderWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? 1 : borderWidth, | ||
@@ -145,0 +145,0 @@ fontSize: fontSize, |
@@ -10,3 +10,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
const packageName = "@atlaskit/textarea"; | ||
const packageVersion = "4.7.2"; | ||
const packageVersion = "4.7.3"; | ||
const analyticsParams = { | ||
@@ -13,0 +13,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"sideEffects": false | ||
} |
@@ -11,3 +11,2 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
var grid = gridSize(); | ||
var borderRadius = 3; | ||
var lineHeightBase = grid * 2.5; | ||
@@ -131,3 +130,3 @@ var lineHeightCompact = grid * 2; | ||
minHeight: borderBoxMinHeightCompact(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: "".concat(compactVerticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -138,3 +137,3 @@ lineHeight: lineHeightCompact / fontSize | ||
minHeight: borderBoxMinHeight(minimumRows, borderHeight), | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
padding: "".concat(verticalPadding, "px ").concat(horizontalPaddingWithoutBorderWidth, "px"), | ||
@@ -154,3 +153,4 @@ lineHeight: lineHeightBase / fontSize | ||
flex: '1 1 100%', | ||
borderRadius: borderRadius, | ||
borderRadius: "var(--ds-border-radius, 3px)", | ||
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage | ||
borderWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? 1 : borderWidth, | ||
@@ -157,0 +157,0 @@ fontSize: fontSize, |
@@ -16,3 +16,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "4.7.2"; | ||
var packageVersion = "4.7.3"; | ||
var analyticsParams = { | ||
@@ -19,0 +19,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"description": "A text area lets users enter long form text which spans over multiple lines.", | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.8.0", | ||
"@atlaskit/tokens": "^1.11.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -54,3 +54,3 @@ "@emotion/react": "^11.7.1" | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.7.0", | ||
"@atlaskit/button": "^16.8.0", | ||
"@atlaskit/docs": "*", | ||
@@ -57,0 +57,0 @@ "@atlaskit/ds-lib": "^2.2.0", |
160975
Updated@atlaskit/tokens@^1.11.0