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
117
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.0 to 4.7.1

6

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

2

dist/cjs/styles.js

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

2

dist/cjs/text-area.js

@@ -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": [

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