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

@atlaskit/textfield

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/textfield - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

6

CHANGELOG.md
# @atlaskit/textfield
## 5.3.3
### Patch Changes
- Updated dependencies
## 5.3.2

@@ -4,0 +10,0 @@

2

dist/cjs/text-field.js

@@ -43,3 +43,3 @@ "use strict";

packageName: "@atlaskit/textfield",
packageVersion: "5.3.2"
packageVersion: "5.3.3"
};

@@ -46,0 +46,0 @@ var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {

{
"name": "@atlaskit/textfield",
"version": "5.3.2",
"version": "5.3.3",
"sideEffects": false
}

@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/textfield",
packageVersion: "5.3.2"
packageVersion: "5.3.3"
};

@@ -15,0 +15,0 @@ const Textfield = /*#__PURE__*/forwardRef((props, ref) => {

{
"name": "@atlaskit/textfield",
"version": "5.3.2",
"version": "5.3.3",
"sideEffects": false
}

@@ -20,3 +20,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/textfield",
packageVersion: "5.3.2"
packageVersion: "5.3.3"
};

@@ -23,0 +23,0 @@ var Textfield = /*#__PURE__*/forwardRef(function (props, ref) {

{
"name": "@atlaskit/textfield",
"version": "5.3.2",
"version": "5.3.3",
"sideEffects": false
}
{
"name": "@atlaskit/textfield",
"version": "5.3.2",
"version": "5.3.3",
"description": "A text field is an input that allows a user to write or edit text.",

@@ -32,3 +32,3 @@ "publishConfig": {

"@atlaskit/theme": "^12.2.0",
"@atlaskit/tokens": "^0.11.0",
"@atlaskit/tokens": "^0.12.0",
"@babel/runtime": "^7.0.0",

@@ -42,6 +42,6 @@ "@emotion/react": "^11.7.1"

"@atlaskit/avatar": "^21.1.0",
"@atlaskit/button": "^16.4.0",
"@atlaskit/button": "^16.5.0",
"@atlaskit/docs": "*",
"@atlaskit/ds-lib": "^2.0.1",
"@atlaskit/form": "^8.7.0",
"@atlaskit/form": "^8.8.0",
"@atlaskit/icon": "^21.11.0",

@@ -48,0 +48,0 @@ "@atlaskit/section-message": "^6.3.0",

@@ -0,11 +1,16 @@

<!-- API Report Version: 2.2 -->
## API Report File for "@atlaskit/textfield"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
<!--
Generated API Report version: 2.0
-->
### Table of contents
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
- [Main Entry Types](#main-entry-types)
### Main Entry Types
<!--SECTION START: Main Entry Types-->
```ts

@@ -17,3 +22,3 @@ import { AllHTMLAttributes } from 'react';

// @public (undocumented)
export type Appearance = 'subtle' | 'standard' | 'none';
export type Appearance = 'none' | 'standard' | 'subtle';

@@ -62,4 +67,4 @@ // @public (undocumented)

subtle: {
light: 'var(--ds-background-neutral-subtle-hovered)';
dark: 'var(--ds-background-neutral-subtle-hovered)';
light: 'var(--ds-background-input-hovered)';
dark: 'var(--ds-background-input-hovered)';
};

@@ -73,4 +78,4 @@ none: {

standard: {
light: 'var(--ds-border)';
dark: 'var(--ds-border)';
light: 'var(--ds-border-input)';
dark: 'var(--ds-border-input)';
};

@@ -100,2 +105,16 @@ subtle: {

};
borderColorHover: {
standard: {
light: 'var(--ds-border-input)';
dark: 'var(--ds-border-input)';
};
subtle: {
light: 'var(--ds-border-input)';
dark: 'var(--ds-border-input)';
};
none: {
light: string;
dark: string;
};
};
placeholderTextColor: {

@@ -143,3 +162,3 @@ light: 'var(--ds-text-subtlest)';

export interface TextFieldProps extends AllHTMLAttributes<HTMLInputElement> {
appearance?: 'standard' | 'none' | 'subtle';
appearance?: Appearance;
className?: string;

@@ -159,3 +178,3 @@ elemAfterInput?: React_2.ReactNode;

testId?: string;
width?: string | number;
width?: number | string;
}

@@ -165,1 +184,3 @@

```
<!--SECTION END: Main Entry Types-->
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