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
120
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 0.4.0 to 0.4.1

7

CHANGELOG.md
# @atlaskit/textarea
## 0.4.1
- Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
- @atlaskit/docs@7.0.2
- @atlaskit/analytics-next@4.0.3
- @atlaskit/theme@8.1.6
- @atlaskit/button@12.0.0
## 0.4.0

@@ -4,0 +11,0 @@ - [minor] [f504850fe2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f504850fe2):

10

components/TextArea.d.ts

@@ -59,5 +59,11 @@ import * as React from 'react';

};
declare const TextArea: React.ComponentClass<Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck">, any>;
declare const TextArea: React.ComponentType<Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck">>;
export { TextArea as TextAreaWithoutAnalytics };
declare const _default: React.ComponentClass<Pick<Pick<Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck">, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "isMonospaced" | "resize" | "spellCheck" | "theme" | "forwardedRef">, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "isMonospaced" | "resize" | "spellCheck" | "theme" | "forwardedRef">, any>;
declare const _default: React.ComponentType<Pick<Pick<(Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck">) | (Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck"> & {
children?: React.ReactNode;
}), "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "isMonospaced" | "resize" | "spellCheck" | "theme" | "forwardedRef"> | (Pick<(Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck">) | (Partial<Pick<Props, "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "isMonospaced" | "resize" | "theme" | "forwardedRef">> & Pick<Props, "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "spellCheck"> & {
children?: React.ReactNode;
}), "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "isMonospaced" | "resize" | "spellCheck" | "theme" | "forwardedRef"> & {
children?: React.ReactNode;
}), "isCompact" | "appearance" | "isDisabled" | "isReadOnly" | "isRequired" | "isInvalid" | "minimumRows" | "maxHeight" | "value" | "defaultValue" | "onBlur" | "onChange" | "onFocus" | "isMonospaced" | "resize" | "spellCheck" | "theme" | "forwardedRef">>;
export default _default;

2

dist/package.json
{
"name": "@atlaskit/textarea",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/textarea",
"version": "0.4.0",
"version": "0.4.1",
"description": "Textarea Component",

@@ -20,5 +20,5 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/analytics-next": "^4.0.1",
"@atlaskit/analytics-next": "^4.0.3",
"@atlaskit/analytics-next-types": "^4.0.1",
"@atlaskit/theme": "^8.0.1",
"@atlaskit/theme": "^8.1.6",
"@atlaskit/type-helpers": "^3.0.2",

@@ -33,4 +33,4 @@ "tslib": "^1.8.0"

"@atlaskit/build-utils": "^2.0.0",
"@atlaskit/button": "^11.0.2",
"@atlaskit/docs": "^7.0.1",
"@atlaskit/button": "^12.0.0",
"@atlaskit/docs": "^7.0.2",
"@atlaskit/ssr": "^0.0.1",

@@ -46,2 +46,2 @@ "@atlaskit/visual-regression": "^0.0.1",

]
}
}

@@ -0,1 +1,2 @@

/// <reference path="../theme/index.d.ts" />
export declare type ThemeAppearance = 'standard' | 'subtle' | 'none';

@@ -144,2 +145,2 @@ export declare type ThemeProps = {

};
export declare const Theme: any;
export declare const Theme: import("@atlaskit/theme").Theme<ThemeTokens, ThemeProps>;
{
"name": "@atlaskit/textarea",
"version": "0.4.0",
"version": "0.4.1",
"sideEffects": false
}
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