New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/textarea

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/textarea - npm Package Compare versions

Comparing version 4.7.2 to 4.7.3

6

CHANGELOG.md
# @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 @@

8

dist/cjs/styles.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc