@atlaskit/textfield
Advanced tools
Comparing version
# @atlaskit/textfield | ||
## 6.7.1 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 6.7.0 | ||
@@ -4,0 +10,0 @@ |
@@ -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 @@ }), |
@@ -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" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
128771
0.23%2239
0.13%0
-100%- Removed
Updated