You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@atlaskit/textfield

Package Overview
Dependencies
Maintainers
2
Versions
136
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

to
6.7.1

6

CHANGELOG.md
# @atlaskit/textfield
## 6.7.1
### Patch Changes
- Updated dependencies
## 6.7.0

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

1

dist/cjs/styles.js

@@ -136,2 +136,3 @@ "use strict";

// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
fontFamily: (0, _platformFeatureFlags.fg)('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined

@@ -138,0 +139,0 @@ }),

2

dist/cjs/text-field.js

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

packageName: "@atlaskit/textfield",
packageVersion: "6.7.0"
packageVersion: "6.7.1"
};

@@ -33,0 +33,0 @@

@@ -123,2 +123,3 @@ import { fg } from '@atlaskit/platform-feature-flags';

// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined

@@ -125,0 +126,0 @@ }

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

packageName: "@atlaskit/textfield",
packageVersion: "6.7.0"
packageVersion: "6.7.1"
};

@@ -18,0 +18,0 @@

@@ -129,2 +129,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined

@@ -131,0 +132,0 @@ }),

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

packageName: "@atlaskit/textfield",
packageVersion: "6.7.0"
packageVersion: "6.7.1"
};

@@ -24,0 +24,0 @@

{
"name": "@atlaskit/textfield",
"version": "6.7.0",
"version": "6.7.1",
"description": "A text field is an input that allows a user to write or edit text.",

@@ -28,7 +28,7 @@ "publishConfig": {

"dependencies": {
"@atlaskit/analytics-next": "^10.1.0",
"@atlaskit/analytics-next": "^10.2.0",
"@atlaskit/platform-feature-flags": "^0.3.0",
"@atlaskit/primitives": "^13.3.0",
"@atlaskit/theme": "^14.0.0",
"@atlaskit/tokens": "^2.4.0",
"@atlaskit/tokens": "^3.0.0",
"@babel/runtime": "^7.0.0",

@@ -35,0 +35,0 @@ "@emotion/react": "^11.7.1"